/*index-开始*/
body::-webkit-scrollbar{display: none;}
.color-green{
	color: #0f990f!important;
}
.stock-falldown-mark {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-ul:before,.product-ul:after{
	content: '';
	display: block;
}

.product-ul {
	justify-content: space-between;
	
}
#header {
	width: 100%;
	height: auto;
	position: fixed;
	padding-top: 20px;
	font-size: 14px;
	transition: all ease .3s;
	z-index: 99;
    transition-property: padding, background
}

#header .content {
	padding: 0 40px;
}

#header.mini {
	background-color: #fff;
}

#header.mini ul li.navitem {
	padding-bottom: 0;
}

#header #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
}
#header #logo img{
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	height: 30px;
}

#header ul#nav {
    display: block;
}

#header ul li.navitem {
	padding: 0 20px 0 20px;
	width: auto;
	height: 45px;
	line-height: 37px;
	float: left;
	position: relative;
}

#header ul li.navitem ul.subnav {
    margin-left: -30px;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 225px;
	border-top: #838383 3px solid;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
}

#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#header ul li.navitem a {
	color: #666;
	transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
	color: #2460a7;
}

#header ul li.navitem ul.subnav li {
	border-bottom: #2e2f29 1px solid
}

#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 165px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	display: block;
	color: #bbb9b9;
	font-size: 12px;
}

#header ul li.navitem ul.subnav li a i {
	float: right;
	margin-top: 0;
	transition: all ease-out .2s;
	opacity: 0
}

#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: rgba(0, 0, 0, 1);
	color: #fff
}

#header ul li.navitem ul.subnav li a:hover i {
	opacity: 1
}
/*导航*/
#header {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: #2855B1;
	padding-top: 10px;
}

#header.mini ul#nav {
	padding: 0px 20px 0px 20px;
}

#header ul#nav {
	float: right;
	padding: 0px 20px 0px 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header ul li.navitem a {
	display: block;
	position: relative;
}

#header.mini ul li.navitem a.active::before,
#header ul li.navitem:hover a::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 150%;
	left: -25%;
}

#header ul li.navitem a::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #2460a7;
	margin-top: -20px;
    left: 50%;
    bottom: -10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header.mini ul li.navitem a::before {
	margin-top: -10px;
}

#header ul li.navitem ul.subnav li a {
	background: #fff;
	cursor: pointer;
	/* box-shadow: 0 6px 10px rgba(0, 0, 0, .1); */
}

#header ul li.navitem ul.subnav {
	border-top: 3px solid #2460a7;
    margin-top: 7px;
    box-shadow: 0px 3px 10px 0px rgba(7,140,253,0.43);
}

#header ul li.navitem ul.subnav li {
	border-bottom: #f6f6f6 1px solid;
}

#header ul li.navitem ul.subnav li a:hover {
	background: #f1f8ff;
    color: #1D419D;
}
#header ul li.navitem ul.subnav li a::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 0px;
}

#header ul li.navitem ul.subnav li a.active::before {
	content: "";
	width: 0;
	height: 0;
}

.nobanner #header {
	background: rgba(48, 93, 182, 1)
}
.language {
	float: right;
	margin-top: 7px;
	margin-left: 0;
	position: relative;
	transition: all 1s linear;
}
.language>a>i{
	font-size: 21px;
	color: #666;
}
.language .languageSwitch {
	position: absolute;
	top: 27px;
	left: -40px;
	border-top: 2px solid #2460a7;
	width: 100px;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
	box-shadow: 0px 3px 10px 0px rgba(7,140,253,0.43);
	z-index: 1;
}
.language:hover .languageSwitch {
	opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.language .languageSwitch .language-arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #2460a7;
	top: -8px;
	left: 50%;
	margin-left: -6px;
	display: block;
	position: absolute;
}

.language .languageSwitch ul li a {
	background: #fff;
	padding: 5px 10px;
	display: block;
	text-align: center;
	color: #666;
}

.language .languageSwitch ul li.active a,
.language .languageSwitch ul li:hover a {
	color: #1d419d;
}

.language .languageSwitch ul li {
	border-bottom: 1px solid #ccc9c7;
}
.language .languageSwitch ul li:hover{
	background: #fff;
	color: #1d419d;
}
.language .languageSwitch ul li:last-child {
	border-bottom: none;
}

.language a i {
	width: 18px;
	animation: que 4s linear infinite;
	display: inline-block;
}
.dialog-box {
	position: relative;
    background: rgba(255,255,255,0.5);
    /*box-shadow: 0px 3px 10px 0px rgba(7,39,88,0.2);
    border-radius: 3px;*/
    top: 0;
	float: left;
	/*margin-left: 20px;*/
}
.dialog-box .triangle {
	display:none;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,1);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
}
.dialog-box .g-title{
	/*padding: 4px 10px;*/
	padding: 0 34px 0 4px;
	border-left: solid 1px #666;
	margin: 4px 0;
}
.dialog-box p{
	line-height: 15px;
	color: #666;
	font-size: 12px;
}

@keyframes que {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*导航结束*/
/*手机版导航-开始*/
.app-nav-bar{
    display: none;
}
.app-nav-list{
    background: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    width: 100%;
}
.app-nav-list ul li{
    padding: 15px 20px 0 40px;
    border-bottom: 1px solid #eee;
}
.app-nav-list ul li.list-more.active i.icondown {
    transform: rotate(180deg);
    transition: 1s;
}
.app-nav-list ul li i.icondown {
    transform: rotate(0deg);
    transition: 1s;
}
.app-nav-list ul li a{
    color: #666;
    display: flex;
    padding-bottom: 10px;
}
.app-nav-list ul li:hover{
    background: #fafafa;
}
.app-nav-list ul li a:hover{
    color: #04c1fe;
}
.app-nav-list ul li .subUl{
    display: none;
    margin: 0px -20px 0 -40px;
}
.app-nav-list ul li .subUl li{
    border: none;
    background: #fff;
}
.app-nav-list ul li .subUl li:hover{
    background: #f1fcff;
}
.app-nav-list ul li .subUl li:hover a{
    color: #04c1fe;
}
.app-nav-list{
    display: none;
}
.menu-button{
    position: fixed;
    top: 14px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 200;
    background: none;
    border: none;
    outline:none;
}
.menu-button.cross{
    top: 22px;
}
.bar {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background-color: #666;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
/*手机版导航-结束*/
.module2{
	background: url('../img/index-bg1.jpg') center center;
}
.module2 .content{
	padding: 0 60px;
	width: 100%;
	margin-top: 50px;
}
.module2-left{
	display: flex;
	padding: 40px 0;
	height:	406px;
	background: #10a4e1;
	background: url(../img/module2-left-bg.jpg);
	background-size: 100% 100%;
	box-shadow: 0px 8px 20px 0px rgba(3,73,168,0.42);
}
.module2-left .cont{
    align-items: flex-end;
    width: 100%;
}
.module2-left .cont .text,
.module2-right .cont .text{
	flex: 1;
    justify-content: center;
}
.module2-right img{
	width: 100%;
}
.module2-left .cont .text p:first-child,
.module2-right .cont .text p:first-child{
	color: #01fafd;
	padding-bottom: 10px;
}
.module2-right .cont .text p:first-child{
	color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.module2-left .cont .text p:nth-child(2),
.module2-right .cont .text p:nth-child(2){
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.module2-right .cont .text p:nth-child(2){
	color: #E60012;
}
.module2-left .cont .text p:nth-child(2) em,
.module2-right .cont .text p:nth-child(2) em{
	font-size: 50px;
	font-weight: bold;
}
.module2-left .cont .text p:first-child,.module2-left .cont .text p:nth-child(2) span{
	font-size: 14px;
    /*font-weight: bold;*/
}
.module2-left,.module2-right{
	min-height:326px;
}
.module2-right{
	margin-top: 50px;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 20px 0px rgba(3,73,168,0.42);
}
.module2-right .cont{
    padding: 40px;
}
.module2-righ-img{
	padding: 0 50px 40px;
}
.module3{
	background-image: linear-gradient(#fff, #f1f5fc);
}
.module3 ul li {
	width: calc(100%/4);
    height: 100%;
	float: left;
	transition: .5s;
	transition-timing-function: ease-out;
	position: relative;
	
}.module3 ul li a{
	color: #2855B1;
	width: 96%;
    padding: 2%;
}
.module3 ul li .text{
	transition: .5s;
    transition-timing-function: ease-out;
	padding: 0 10px;
    height: 36px;
    background: rgba(255,255,255,1);
    position: absolute;
    bottom: 20px;
	left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
	line-height: 36px;
	
}
.module3 ul li:hover{
	
}
.module3 ul li .activeText{
    position: absolute;
    color: #fff;
    background: linear-gradient(20deg,rgba(29,65,157,1),rgba(87,200,244,1));
    opacity: 0;
    height: 97%;
    width: 96%;
    margin: 0 2%;
    left: 0;
	top: 1%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.module3 ul li .activeText p:first-child{
	font-size: 20px;
    margin: 100px 0 40px;
    color: #fff;
}
.module3 ul li .activeText p:last-child{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
}
 .module3 ul li:hover .activeText{
	opacity: 0.9;
} 
.module3 ul li:hover .text{
	opacity: 0;
}
.module3 ul li a .module3Img{
	overflow: hidden;
}
.module3 ul li a .module3Img img{
	transform: scale(1);
	-webkit-transition: all 1s;
	width: 100%;
}
/* .module3 ul li a .module3Img:hover img{
	transform: scale(1.1);
} */
.m-t-80{
	margin-top: 80px;
}
.m-t-150{
	margin-top: 150px;
}
.module4-left{
	background: url(../img/module4-left-bg.png) center;
	height: 100%;
	background-size: cover;
	padding-top: 60px;
	position: absolute;
    left: 0;
}
.module4-product{
	margin-bottom: 10px;
}
.module4Img{
	width: 24%;
    background: #fff;
    height: 50px;
    line-height: 50px;
}
.module4-product img{
	width: 50%;
}
.module4-cont li{
	width: calc(100%/3);
    float: left;
}
.module4-cont ul li a{
	background: rgba(255,255,255,1);
    border-radius: 25px;
    display: inline-block;
    width: 96%;
    margin: 5px;
    height: 210px;
	text-align: center;
	position: relative;
}
.module4-cont ul li a>img{
	width: 150px;
	padding-top: 25px;
}
.module4-cont ul li a .module4-detail,
.module4-cont ul li a:hover>img{
	display: none;
}
.module4-cont ul li a:hover .module4-detail{
	display: block;
}
.module4-cont ul li a .module4-detail .detailImg{
	border: 1px solid rgba(255,255,255,0.5);
    padding: 6px;
    border-radius: 100%;
    text-align: center;
    margin: 5px auto 10px auto;
    width: 140px;
    height: 140px;
}
.module4-cont ul li a .module4-detail .detailImg img{
	width: 120px;
    border-radius: 100%;
    border: 10px solid rgba(255,255,255,0.5);
}
.module4-cont ul li a .module4-detail>img{
	border-radius: 100%;
	background: #fff;
}
.module4-cont ul li a .module4-detail>p{
	background: rgba(255,255,255,1);
    border-radius: 50px;
    color: #48A6DE;
    display: inline-block;
	padding: 0 50px;
	font-size: 12px;
}
.module4-cont ul li a:hover{
	background:linear-gradient(20deg,rgba(87,200,244,1),rgba(79,227,166,1));
}
.module4-cont ul li:first-child a:hover::after,
.module4-cont ul li:nth-child(2) a:hover::after,
.module4-cont ul li:nth-child(2) a:hover::before,
.module4-cont ul li:nth-child(3) a:hover::after,
.module4-cont ul li:nth-child(4) a:hover::after,
.module4-cont ul li:nth-child(5) a:hover::after,
.module4-cont ul li:nth-child(5) a:hover::before,
.module4-cont ul li:nth-child(6) a:hover::after{
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.module4-cont ul li:nth-child(2) a:hover::after{
	left: 10px;
}
.module4-cont ul li:nth-child(2) a:hover::before{
    right: 10px;
}
.module4-cont ul li:nth-child(3) a:hover::after{
	bottom: 10px;
    left: 10px;
}
.module4-cont ul li:nth-child(4) a:hover::after{
	right: 10px;
    top: 10px;
}
.module4-cont ul li:nth-child(5) a:hover::after{
	left: 10px;
    top: 10px;
}
.module4-cont ul li:nth-child(5) a:hover::before{
	right: 10px;
    top: 10px;
}
.module4-cont ul li:nth-child(6) a:hover::after{
	left: 10px;
    top: 10px;
}
.module4-cont ul li:first-child a{
	border-bottom-right-radius: 0;
}
.module4-cont ul li:nth-child(2) a{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.module4-cont ul li:nth-child(3) a{
	border-bottom-left-radius: 0;
}
.module4-cont ul li:nth-child(4) a{
	border-top-right-radius: 0;
}
.module4-cont ul li:nth-child(5) a{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.module4-cont ul li:nth-child(6) a{
	border-top-left-radius: 0;
}
.module4-left .more{
	background: rgba(255,255,255,1);
    color: #E60012;
    padding: 10px 20%;
    display: inline-block;
	margin-top: 20px;
	font-weight: bold;
}
.module4-left .more,
.module4-left .more i,
.module4-left .more:hover i,
.module4-right,
.module5-right .more,
.module4-right .more i,
.module4-right .more:hover i
{
	transition: .5s;
    transition-timing-function: ease-out;
}
.module4-left .more:hover{
	background: #E60012;
	color: #fff;
}
.module4-left .more:hover i{
	padding-left: 20px;
}
.module4-left .more i{
	padding-left: 10px;
}
.module4-right{
	height: 100%;
	background: #fff;
	position: absolute;
    right: 0;
}
.module4-right:hover{
	padding-right: 50px;
}
.module4-right .more{
	background: #E60012;
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
	margin-bottom: 80px;
}
.module4-right .more i{
	padding-left: 50px;
}
.module4-right .more:hover{
	background: #E60012;
}
.module4-right .more:hover i{
	padding-left: 70px;
}
.module4-right ul li{
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.module4-right ul li:hover {
	box-shadow: 0 4px 40px rgba(149, 149, 149, 0.3);
	background: #fff;
	
}
.module4-right ul li:hover a .content{
	background: url('../img/newsimg.png');
}
.module4-right ul li:hover a .date .md,
.module4-right ul li:hover a .date .year{
	color: #fff;
}
.module4-right ul li a .content{
	float: left;
	width: 30%;
	height: 180px;
	background: transparent;
	background-size: 100% 100%;
	border-right: 1px solid #eee;
}
.module4-right ul li a .date{
	padding-left: 25px;
    padding-top: 50px;
}
.module4-right ul li a .date .md{
	font-size: 28px;
    color: #515151;
    font-weight: 400;
}
.module4-right ul li a .date .year{
	font-size: 13px;
	width: 65%;
    color: #515151;
    margin-top: 0px;
}
.module4-right ul li a .contentText{
	width: 68%;
	height: 130px;
	float: left;
	padding-top: 50px;
}
.module4-right ul li a .text {
	padding: 0 40px 0 20px;
}
.module4-right ul li a .text p:first-child{
	font-size: 16px;
    color: #525252;
    text-align: left;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.module4-right ul li a .text p:nth-child(2){
	font-size: 14px;
    color: #a2a2a2;
    text-align: left;
    height: 40px;
	line-height: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.module5{
	/*background: #fafafa;*/
	background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
}
.module5 .module5-top{
	background: #fff;
	width: 95%;
	margin-top: 100px;
}
.module5-top .width15 ul{
	padding-top: 30px;
    background: #2755b1;
    padding-bottom: 15px;
}
.module5-top .width15 ul li{
	background: #2855b1;
}
.module5-top .width15 ul li a{
	color: #fff;
	line-height: 30px;
}
.module5-top .width15 ul li a:hover{
	color: #43f283;
}
.module5-top .width85{
	background: #fff;
    padding: 30px 0 0 0;
}
.module5-top .width85 ul{
	width: 100%;
}
.module5-top .width85 ul li{
	float: left;
	width: 13.666%;
	text-align: left;
    padding-left: 35px;
}
.module5-top .width85 ul li h2{
	color: #2855b1;
	margin-bottom: 15px;
}
.module5-top .width85 ul li a{
	display: block;
	color: #565657;
	line-height: 30px;
}
.module5-top .width85 ul li a:hover{
	color: #2855b1;
}
.module5-middle img{
	width: 80%;
}
/*index-结束*/

/*公司简介开始*/
.introduction-banner{
	width: 100%;
    height: 100vh;
	position: relative;
	overflow: hidden;
}
.introduction-banner>.bg img{
	min-width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -200%;
    top: -200%;
    right: -200%;
    bottom: -200%;
	margin: auto;
	-webkit-animation: banner_inside 20s ease 1 forwards;
    -moz-animation: banner_inside 20s ease 1 forwards;
    -o-animation: banner_inside 20s ease 1 forwards;
    animation: banner_inside 20s ease 1 forwards;
}
.informationCenter-banner,
.investor-banner,
.invite-banner,
.contact-banner,
.introduction-banner{
	height: 360px;
}
.introduction .content{
	position: relative;
}
.introduction .content .sub-bar{
	background: rgba(31,39,81,0.8);
    position: absolute;
    top: -40px;
    width: 100%;
}
.introduction .content .sub-bar.sub-barActive{
	position: fixed;
	top:57px;
	z-index: 2;
}
.introduction .sub-bar ul{
	height: 40px;
	margin: auto;
}
.introduction .sub-bar ul li a{
	color: #fff;
	display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.introduction .sub-bar ul li.active a,.introduction .sub-bar ul li a:hover{
	background: #fff;
	color: #435376;
}
.content{
	background-color: fff;
}
.introduction-text{
	padding: 60px 0;
	overflow: hidden;
}
.introduction-text .in-left{
	background: url(../img/Introduction/Introduction-cont-left.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 210px;
    text-align: center;
    padding-top: 125px;
    width: 341px;
}
.introduction-text .in-left p:first-child{
	font-size: 20px;
    color: #fff;
}
.introduction-text .in-left p:nth-child(2){
	color:#C1F3FF;
	padding-top: 20px;
	padding-bottom: 10px;
}
.introduction-text .in-left p:nth-child(3){
	background: #fff;
	color: #174792;
	display: inline-block;
    padding: 5px 30px;
}
.introduction-text .in-right{

}
.introduction-text .in-right p{
	text-align: justify;
	line-height: 30px;
    padding: 0 0 0 40px;
}
.introduction-map{
	background-image: url(../img/Introduction/Introduction-map.png);
	width: 100%;
	height: 563px;
	background-size: 100% 100%;
	position: relative;
}
.subsidiaries{
	height:37px;
	background:linear-gradient(0deg,rgba(17,90,176,1),rgba(17,69,130,1));
	position: absolute;
    width: 100%;
    bottom: 0;
}
.subsidiaries span{
	/* background: #3879BF; */
    height: 28px;
    color: #fff;
    display: block;
    position: relative;
    top: 5px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.Introduction-people{
	position: absolute;
    bottom: -6px;
    left: -18px;
    z-index: 1;
}
.company{
	height: 100%;
}
.company ul{
	padding: 10% 5% 10% 15%;
}
.company ul li{
	width: calc(100%/3);
	float: left;
	margin-bottom: 45px;
}
.company ul li i{
	width: 8px;
	height: 8px;
	background: #3879BF;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #3879BF;
    display: inline-block;
    margin-right: 10px;
}
.company ul li a:hover{
	color: #3879BF;
}
.introduction-map .company a{
	color: #666;
}
/* .introduction-map .company .green i{
	background:#8FC31F;
}
.introduction-map .company .blue i{
	background:#3879BF;
}
.introduction-map .company .orange i{
	background:rgba(250,205,137,1);
} */
.title{
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:26px;
	padding: 60px 0;
}
.culture .left{
	background: rgba(255,255,255,1);
    box-shadow: 0px 5px 31px 0px rgba(17,72,137,0.4);
	opacity: 0.95;
	position: relative;
	margin-top: 10px;
}
.culture .left::before{
	content: "";
	width:16px;
	height:34px;
	background:rgba(68,138,202,1);
	display: inline-block;
	position: absolute;
    top: -10px;
}
.culture .left p:first-child{
	font-weight:bold;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
.culture .cultureDiv{
	padding: 20px 30px;
	min-height: 180px;
}
.culture .cultureDiv p{
	line-height: 22px;
	padding-top: 5px;
}
.culture .cultureDiv .three-p{
	text-align: center;
    line-height: 100px;
}
.introduction-img{
	margin-left:5%;
}
.culture-right .introduction-img{
	margin-right: 5%;
    margin-left: 0;
}
.culture-right .left::before {
    content: "";
	right: 0;
}
.culture .culture-right .tip {
	left: 44%;
	transform: translate(-50%, -50%);
}
.culture .relative{
	margin-bottom: 30px;
}
.culture .tip{
	background:#2460A7;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    position: absolute;
    left: 55%;
    top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.culture .tip p{
	color:#fff;
}
#introduction2{
	padding-top: 60px;
    margin-top: -60px;
}
.culture .trtion{
    
	overflow: hidden;
}
.culture .trtion img{
	transform: scale(1,1) translateX(0);
	transition: 600ms;
	transition-timing-function: ease-out;
}
.culture .trtion:hover img{
	transform: scale(1.1,1.1) translateY(0);
}
.structure{
	background-image: url(../img/Introduction/Introduction-structure-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.structure-content{
	width:900px;
	background:rgba(255,255,255,1);
	box-shadow:0px 10px 25px 0px rgba(17,72,137,0.4);
	margin: auto;
    padding: 40px 40px 20px 40px;
}
.course{
	background-image: url(../img/Introduction/Introduction-course-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 650px;
}
.course .tabTitle{
	background-image: url(../img/Introduction/Introduction-course-title.png);
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
	width: 245px;
	margin: auto;
	position: relative;
	left: 50px;
	margin-bottom: 70px;
}
.course .tabTitle img{
	margin-right: 5px;
}
.orange-shape,
.green-shape,
.blue-shape{
	position: absolute;
	cursor: pointer;
	color: #fff;
}
.orange-shape.active{
	color: #facc89;
}
.green-shape.active{
	color: #00ffba;
}
.blue-shape.active{
	color: #00f0ff;
}
.orange-shape{
    left: -85px;
    top: -7px;
}
.green-shape{
    left: -85px;
    top: 59px;
}
.blue-shape img{
	-webkit-animation: scaleDraw 5s ease-in-out infinite;
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	25%{
		transform: scale(1.3); /*放大1.1倍*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.3);
	}
}
.blue-shape{
    right: -15px;
    top: 27px;
}
.rvc {
    display: none;
}
.honorVersion ul{
	overflow: hidden;
}
.honorVersion ul li{
	width: calc(100%/3);
    height: 100%;
	float: left;
	cursor: pointer;
}
.honorVersion ul li:hover div,
.honorVersion ul li:hover div p:last-child span{
	background: #f8f8f8;
}
.honorVersion ul li:hover div p{
	color: #2a5fa4;
}
.honorVersion ul li:hover div p:last-child::before{
	background: #2a5fa4;
}
.honorVersion ul li div{
	background: #f8f8f8;
	margin: 10px;
	padding: 20px 0;
	height: 184px;
	border: 1px solid #f8f8f8;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.honorVersion ul li div img{
	height: 100px
}
.honorVersion ul li div:hover{
	border:1px solid #2a5fa4;
}
.honorVersion ul li div p{
	color: #999;
	text-align: center;
}
.honorVersion ul li div p:first-child{
	font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    line-height: 22px;
}
.honorVersion ul li div p:last-child{
	position: relative;
    margin: 0 10px;
}
.honorVersion ul li div p:last-child span{
	font-size: 12px;
}
.honorMore>a{
	color: #999;
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0 40px 0;
    display: inline-block;
    background: #f8f8f8;
    padding: 5px 30px;
}
.honor ul li{
	width: calc(100%/3);
    height: 100%;
    float: left;
}
.honor ul li span{
	width: 100%;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
}
.honor ul li span img{
	min-width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -200%;
    top: -200%;
    right: -200%;
    bottom: -200%;
    margin: auto;
}
.honor ul li .text{
	height: 150px;
    width: calc(100% - 8.6em);
    padding: 3.5em 4.3em 0 4.3em;
	background: #fff;
	text-align: center;
}
.honor ul li:nth-child(2) .text{
	background: #fbfbfb;
}
.honor ul li .text p:first-child{
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.honor ul li:hover .text {
    background: #2460A7;
	transform: translateY(-30px);
}
.honor ul li:hover .text p{
	color: #fff;
}
/*公司简介结束*/

/*公司业务开始*/
.business-product ul{
	padding: 50px;
}
.business-product ul li{
	width: 50%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.business-product ul li a span{
	display: block;
}
.business-product ul li a img{
	transform: scale(1,1) translateX(0);
	width: 100%;
}
.business-product ul li a .text{
	background: rgba(91, 157, 227, 0.8);
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
	height: 140px;
}
.business-product ul li:nth-child(2) a .text{
	top: 0;
	z-index: 1;
	background:rgba(87,215,214,0.8);
}
.business-product ul li a .text p{
	color: #fff;
}
.business-product ul li a .text p:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.business-product ul li a .text p:nth-child(2){
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}
.business-product ul li a:hover img{
	transform: scale(1.1,1.1) translateY(0);
}
/* .business-product ul li a:hover .text{
	background:rgba(34,194,139,1);
	opacity:0.9;
	height: 150px;
} */
.business-craft{
	/* background: #F9F9F9; */
}
.business-craft ul li{
	width: calc(100%/5);
    height: 100%;
	float: left;
	margin-bottom: 40px;
}
.business-craft ul li .step1-bg,
.business-craft ul li .step2-bg,
.business-craft ul li .step3-bg{
	height: 200px;
    margin: 0 20px;
	
}
.business-craft ul li .step1-bg{
	background: url(../img/business/business-step1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.business-craft ul li .step2-bg{
	background: url(../img/business/business-step2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.business-craft ul li .step3-bg{
	background: url(../img/business/business-step3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.business-craft ul li p.title{
	text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}
.business-craft ul li p{
	line-height: 35px;
    text-align: center;
	padding: 40px 10px;
	font-size: 15px;
}
.business-craft ul li i{
	background: #fff;
	color:#4e81d3;
    font-size: 55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
}
.business-craft ul li:hover i{
	color: #fff;
	font-size: 70px;
	background:linear-gradient(178deg,rgba(87,246,152,1),rgba(87,200,244,1));
}
.m-t-120{
	margin-top: 120px;
}
/*药品制造*/
.drug{
	padding: 30px 0;
}
.drug-left{
	background: #00A0E9;
    float: left;
    text-align: center;
	width: 30%;
	height: 530px;
	overflow: hidden;
}
.drug-left .leftImg{
	padding:0 20px 15px;
}
.drug-left p {
	font-size: 24px;
	color: #fff;
	padding: 40px 20px;
}
.drug-left p span{
	font-size: 24px;
	padding: 0 20px;
}
.drug-right{
	float: left;
	margin-top: 30px;
}
.drug-right .del-p{
	background: #F7F7F7;
	overflow: hidden;
}
.drug-right .del-p p .iconren,.drug-right .del-p p .iconjinqiantongji-{
	font-size: 65px;
    position: relative;
    top: 5px;
    right: 15px;
    color: #2460a7;
}
.drug-right .text p:first-child{
	color:#00A0E9;
	font-size: 24px;
}
.drug-right .medical-del{
	height: 250px;
	overflow: hidden;
}
.drug-right .medical-del p{
	position: absolute;
    bottom: 20px;
    left: 50%;
	transform: translate(-50%, 0);
	background: #2460A7;
	color: #fff;
	padding: 5px 50px;
}
.drug-right .medical-del:hover,
.drug-left .leftImg:hover{
	transform: scale(1.1,1.1) translateY(0);
}
.top-bg{
	background-image: url(../img/business/business2/business2-bg1.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-size: 100%;
}
.bottom-bg{
	background-image: url(../img/business/business2/business2-bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.dev-platform .leftText{
	padding: 3%;
    margin: 0px 10%;
	width: 37%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.dev-platform .leftText p:first-child{
	color: #333;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.dev-platform .leftText:hover{
	-webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
	box-shadow:0px 5px 15px 0px rgba(3,73,168,0.1);
}
.dev-platform .leftText p:nth-child(2){
	line-height: 35px;
	color: #999;
}
.dev-platform .rightText{
	text-align: center;
}
.dev-platform .rightText img{
	width: 70%;
	transition: 300ms;
    transition-timing-function: ease-out;
}
.dev-platform .rightText img:hover{
	transform: rotateY(180deg);
}
.m-b-60{
	margin-bottom: 60px;
}
.platformHonor{
	background-image: url(../img/business/business2/business2-bg3.jpg);
	background-position: center;
	background-size: cover;
	padding: 0 0 30px 0;
}
.platformHonor p{
	color: #fff;
}
.p-r-50{
	padding-right: 50px;
}
.p-l-50{
	padding-left: 50px;
}
.shop{
	margin-bottom: 50px;
}
/*药品销售*/
.salesContent{
	padding: 40px 0;
}
.salesContent .left p{
	padding: 30px 50px;
	font-size: 16px;
}
.salescont{
	padding: 50px 0;
}
.salescont .p30{
	padding: 30px 50px;
}
.salescont p:first-child{
	font-size: 21px!important;
}
.salescont p{
	font-weight: 500;
	padding-bottom: 30px;
	font-size: 15px;
}
.business3-5-img{
	position: absolute;
	bottom: -71px;
    left: 0;
    width: 20%;
}
.business3-6-img{
	position: relative;
    top: 55px;
}
.salescont .p30.p30-100{
	/* padding-top: 60px;
    padding-bottom: 100px; */
}
.leftBg{
	background: url(../img/business/business3/business3-9.png);
	/* width: 420px; */
	background-repeat: no-repeat;
	background-size: contain;
    height: 300px;
    padding-left: 150px!important;
}
.salesContent .right .titleCont{
	background: #353D63;
    height: 150px;
    padding: 20px;
    width: 180px;
}
.salesContent .right .titleCont.titleContBg{
	background: #60B4DF;
}
.salesContent .right .titleImg{
	background: #fff;
	height: 150px;
	width: 180px;
    padding: 20px;
}
.salesContent .right .titleCont p{
	color: #fff;
	font-size: 14px;
    line-height: 22px;
}
.salesContent .right .titleCont p:first-child{
	font-size: 18px;
	font-weight: bold;
}
.salesContent .right .titleCont p:nth-child(2){
	font-size: 14px;
    font-weight: normal;
    position: relative;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}
.salesTipCont{
	position: relative;
	min-height: 100px;
}
.salesTip{
	background: #2855B1;
    padding: 40px 20px;
    width: 900px;
	margin: auto;
	display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.salesTip img{
    float: left;
}
.salesTip p{
	color: #fff;
    padding: 0 50px;
}
.salesWhole{
	display: flex;
	align-items: center;
}
.salesWhole{
	background-image: url(../img/business/business3/business3-bg.png);
	background-repeat: no-repeat;
	height: 462px;
}
.salesWholeCont{
	position: relative;
    top: 60px;
}
.salesList{
	width: calc(100%/3);
    height: 100%;
	float: left;
	text-align: center;
	padding: 40px 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.salesList:hover{
	background:rgba(9,20,57,0.5);
	-webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.salesList p:first-child{
	color: #00FFB4;
    font-size: 40px;
    padding-bottom: 10px;
}
.salesList p span{
	font-size: 16px;
}
.salesList p:nth-child(2){
	color:#fff;
}
/*机械生产与研发*/
.mechanics{
	padding: 30px 30px 0;
}
.mechanics>ul{
	height: 800px;
}
.mechanics>ul>li{
	width: calc(100%/3);
    height: 100%;
	float: left;
	
}
.mechanics>ul>li>a{
	display: block;
	margin: 0 10px;
}
.mechanics .mechanicsImg{
    height: auto;
    overflow: hidden;
}
.mechanics .mechanicsImg img{
	width: 100%;
}
.mechanics .contentText{
	padding: 30px 20px;
    background: rgba(0,160,233,1);
    position: relative;
    top: -180px;
	margin: 0 20px;
	height: 295px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.mechanics>ul>li:hover .contentText{
	-webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
	background:rgba(36,96,167,1);
	box-shadow:0px 7px 16px 0px rgba(35,124,200,0.42);
}
.mechanics .contentText p{
	color: #fff;
}
.mechanics .contentText p:first-child{
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}
.mechanics .contentText p:nth-child(2){
	
}
.technological>ul>li{
	width: calc(100%/2);
    height: 100%;
	float: left;
	margin-bottom: 50px;
}
.technological>ul>li:hover .cont{
	-webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
	box-shadow:0px 2px 15px 0px rgba(3,73,168,0.1);
}
.technological>ul>li .cont{
	display: flex;
	align-items: center;
	padding: 20px;
	margin-right: 50px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.technological>ul>li img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
	border: 5px solid rgba(36, 96, 167, 0.1);
	margin-right: 20px;
}
.technological>ul>li:hover img{
	border: 5px solid #81D2F4;
}
/*公司业务结束*/
/*产品介绍开始*/
.project-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(66, 118, 204)), to(rgb(42, 81, 154)));
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    opacity: 0.8;
}
.project-overlay a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    left: 27%;
    padding: 15px 40px;
    position: absolute;
    top: 40%;
}
.project-overlay .button {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
	left: 50%;
	margin-left: -82px;
    letter-spacing: 1px;
    outline: medium none;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    top: 40%;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.project-overlay .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.project-overlay .button:hover,
.button:active {
    text-decoration: none;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(66, 118, 204)), to(rgb(42, 81, 154)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project-overlay .button:hover:after {
    height: 225%;
    opacity: 1;
}
.product ul li:hover .project-overlay {
    transform: scale(1);
}
.product ul li {
    width: 24%;
    height: 100%;
    float: left;
    padding: 20px 0;
	margin-right: 16px;
}
.product ul li:nth-child(4n){
	margin-right: 0;
}
.product ul li .productImg{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}
.product ul li .productImg span{
	display: block;
}
.product ul li .productImg span img{
	width: 100%;
    height: 300px;
}
.product ul li .text-center p:nth-child(2){
	padding: 0 20px;
}
.productTabTitle{
	margin-bottom: 30px;
	text-align: center;
}
.productTabTitle a{
	display: inline-block;
	position: relative;
	margin: 0 20px;
	cursor: pointer;
}
.productTabTitle a{
	background: #fff;
    color: #666;
	font-weight: bold;
	padding: 6px 30px;
}
.productTabTitle a.active,
.productTabTitle a:hover{
	background: #2460A7;
	color:#fff;
}
.productTabTitle a i{
	width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%,0);
    border: 6px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-top-color: #2460A7;
    overflow: hidden;
    pointer-events: none;
    display: none;
}
.productTabTitle a.active i,
.productTabTitle a:hover i{
	display: block;
}
/*弹窗*/
.pro-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}
.pro-info {
    position: fixed;
    top: 20%;
    width: 1200px;
    height: 70%;
    max-width: 96%;
    left: 50%;
    margin-left: -600px;
    display: none;
    z-index: 1001;
    background: #fff;
}
.popup-detail{
	padding: 5%;
	/* height: 100%; */
}
.popup-detail .left-img{
	/* height: 100%; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* line-height: 100px; */
}
.popup-detail .left-img img{
	vertical-align: middle;
    max-height: 280px;
}
.popup-detail .right-text{
	height: 100%;
}
.popup-detail .detail-text{
	margin-top: 2%;
    /* height: 345px; */
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
}
.popup-detail .right-text>p{
	font-size: 18px;
}
.detail-text p{
	font-size: 12px;
	color: #666;
}
.gdt{
    overflow: auto !important;
    padding-right: 10px !important;
}
.mobileColse{
	width: 20%;
    position: fixed;
    z-index: 99999;
    bottom: 4%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    background: #1c4ea9;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
}
.mobileColse i{
	font-size: 24px;
    color: #999;
}
/*弹窗-结束*/
/*产品介绍结束*/

/*资讯中心开始*/
.informationCenter .title{
    padding: 30px 0 20px;
}
.productTabTitle.information a {
    margin: 0;
}
.productTabTitle.information a {
    padding: 4px 15px;
}
.informationCenter ul li{
	/* background: red; */
	height: 124px;
	overflow: hidden;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.informationCenter ul li:hover{
	transform: translate(0, -5px);
	box-shadow:0px 3px 18px 0px rgba(0, 0, 0, 0.1);
}
.informationCenter ul li:hover .information-left{
	transform: scale(1.1,1.1) translateY(0);
}
.informationCenter ul li:hover .text p{
	color: #2460A7;
}
.informationCenter ul li a{
	display: flex;
}
.informationCenter ul li a .information-left{
	width: 17%;
	width: 200px;
    height: 124px;
}
.informationCenter ul li a .information-left img{
	width:100%
}
.informationCenter ul li a .information-right{
	width: 83%;
	border-bottom: 1px solid #eee;
}
.informationCenter ul li a .information-right .time{
	padding: 20px 30px;
	border-right: 1px solid #eee;
	margin-right: 20px;
}
.informationCenter ul li a .information-right .time p:first-child{
	font-size: 24px;
}
.informationCenter ul li a .information-right .time p:nth-child(2){
	
}
.informationCenter ul li a .information-right .text{
	padding: 0 20px 0 0;
}
.informationCenter ul li a .information-right .text p:first-child{
    font-size: 16px;
    font-weight: bold;
}
.informationCenter ul li a .information-right .text p:nth-child(2){
	line-height: 22px;
    margin-top: 10px;
}
.informationCenter ul li a .information-right .info-arrow {
    margin: 0 20px;
}
.informationCenter ul li a .information-right .info-arrow img{
	width: 100%;
}
.pageon{
	width: 100%;
    max-width: 1200px;
    height: 3.57em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.pageon a{
	width: 45%;
    height: 44px;
	line-height: 3.57em;
	display: inline-block;
	margin-right: 1em;
	background: #f6f6f6;
	color: #666;
}
.pageon a:first-child{
    float: left;
    text-align: left;
}
.pageon a:last-child {
    float: right;
	text-align: right;
	margin-right: 0;
}
.pageon a span{
	padding:15px;
}
.pageon a .pageSpan{
    background: #eee;
    color: #666;
}
.pageon a:hover .pageSpan{
	background: #2460a7;
	color:#fff;
	
}
.pageon a .pageTitle{
	background: #f6f6f6;
}
/*资讯中心结束*/

/*投资者关系开始*/
.investor>ul>li{
	width: calc(100%/3);
    height: 100%;
	float: left;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.investor>ul>li:hover{
	transform: translate(0, -5px);
}
.investor>ul>li>a{
	display: block;
	margin: 0 10px;
	padding-bottom: 30px;
}
.investor>ul>li>a:hover .dateTitle{
	background: #2855B1;
}
.investor>ul>li>a:hover .dateTitle p span.font12,
.investor>ul>li>a:hover .dateTitle p,
.investor>ul>li>a:hover .dateTitle i{
	color: #fff;
}
.investor>ul>li>a:hover .p-text{
	border:1px dashed rgba(40,85,177,1);
	box-shadow:0px 4px 8px 0px rgba(11,38,93,0.17);
}
.investor>ul>li>a .dateTitle{
	background: #F1F5FC;
    display: flex;
    justify-content: space-between;
	padding: 10px 20px;
    align-items: center;
}
.investor>ul>li>a .dateTitle p{
	line-height: 20px;
}
.investor>ul>li>a .dateTitle p span.font12{
	color: #CCCCCC;
}
.investor>ul>li>a .dateTitle i{
	color: #ccc;
}
.investor>ul>li>a .p-text{
	padding: 20px;
	border:1px solid rgba(229,229,229,1);
	height: 56px;
}
.publicWelfare{
	background: #F9F9F9;
	padding: 30px 0;
}
.publicWelfare .pw-cont{
	background: #fff;
	box-shadow:0px 4px 8px 0px rgba(26,32,56,0.03);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:20px;
}
.publicWelfare .pw-cont .titleText{
	padding-bottom: 10px;
}
.publicWelfare .pw-cont .titleText p:first-child{
	color:#2855B1;
	font-size: 24px;
	
}
.publicWelfare .pw-cont .titleText p:nth-child(2){
	color:#999;
}
.publicWelfare .pw-cont .rightImg{
	width: 300px;
	height: 180px;
	overflow: hidden;
}
.stock{
	background: url(../img/investor/investor-bg1.png);
	background-repeat: no-repeat;
	height: 501px;
	background-size: 100% 100%;
}
.stock p,
.stock .stockCenter p{
	color: #fff;
}
.stock .stockLeft p:first-child,
.stock .stockCenter p,
.stock .stockRight p:first-child
{
	font-weight: bold;
}
.stock .stockLeft p:last-child,
.stock .stockCenter p:last-child,
.stock .stockRight p:last-child{
	font-size: 16px;
}
.stock p{
	margin-bottom: 10px;
}
.stock .stockLeft p:first-child{
	font-size: 28px;
}
.stock .stockCenter p:first-child{
	color: #ec303e;
}
.stock .stockCenter p span:first-child{
	font-size: 42px;
}
.stock .stockCenter p i{
	font-size: 34px;
    position: relative;
    top: -4px;
}
.stock .stockCenter p span:last-child{
	font-size: 24px;
}
.stock .stockRight p:first-child{
	color: #ec303e;
	font-size: 42px;
}
.liaison{
	background: url(../img/investor/investor-bg2.png);
	background-repeat: no-repeat;
	height: 360px;
	background-size: 100%;
	padding-bottom: 18%;
}
.liaison .liaisonCont{
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 10px 0px rgba(3,73,168,0.1);
	border-radius:10px;
	position: relative;
	top: 120px;
	padding: 50px 20%;
    text-align: center;
}
.liaison .liaisonCont .liaisonForm{
	margin: 40px 0 20px 0;
}
.liaison .liaisonCont .liaisonForm input,
.liaison .liaisonCont .liaisonForm textarea{
	border: 1px solid #E5E5E5;
    background: #fff;
    height: 28px;
    color: #666;
    font-size: 12px;
    width: 200px;
    padding-left: 10px;
}
.liaison .liaisonCont .liaisonForm textarea{
	width: 99%;
    height: auto;
    padding-top: 10px;
    margin-top: 20px;
    padding-left: 1%;
}
.liaison .liaisonCont .liaisonForm button{
	height:30px;
	background:rgba(0,160,233,1);
	border-radius:15px;
	color: #fff;
	border: none;
    display: inline-block;
    padding: 7px 50px;
	margin-top: 20px;
	cursor: pointer;
}
/*时间轴*/
.intro {
	background: #F45B69;
	padding: 100px 0;
  }
  
  .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
  }
  
  h1 {
	font-size: 2.5rem;
  }
  .historyArrow{
	border: 2px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	margin-top: -50px;
	margin-left: -15px;
    background: #fff;
	animation: historyIcon 3s infinite;
	-webkit-animation: historyIcon 3s infinite;
	
  }
  @keyframes historyIcon{
	from {
		transform: translateY(-15px)
	}
	to {
		transform: translateY(0)
	}
}

@-webkit-keyframes historyIcon {
	from {
		-webkit-transform: translateY(-15px)
	}
	to {
		-webkit-transform: translateY(0)
	}
}

  .historyArrow>i{
	font-size: 12px;
    color: #666;
  }
  .timeline ul {
	padding: 50px 0;
  }
  .timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	background: #ccc;
	padding-bottom: 50px;
	cursor: pointer;
  }
  .timeline ul li:last-child{
	  /* padding-bottom: 50px; */
  }
  
  .timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: inherit;
	background: #fff;
    border: 2px solid #ccc;
  }
  .timeline ul li div {
	position: relative;
	top: 0;
	width: 400px;
	padding: 0;
	background: #fff;
  }
  
  .timeline ul li div::before {
	content: '';
	position: absolute;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	display: none;
  }
  
  .timeline ul li:nth-child(odd) div {
	left: 45px;
  }
  
  .timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #F45B69 transparent transparent;
  }
  
  .timeline ul li:nth-child(even) div {
	left: -439px;
	text-align: right;
  }
  
  .timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #F45B69;
  }
  
  time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
  }
  .timeline ul li::after {
	transition: background .5s ease-in-out;
  }
  
  .timeline ul li.in-view::after {
	background: #fff;
  }
  
  .timeline ul li div {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
  }
  
  .timeline ul li:nth-child(odd) div {
	transform: translate3d(200px, 0, 0);
  }
  
  .timeline ul li:nth-child(even) div {
	transform: translate3d(-200px, 0, 0);
  }
  
  .timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
  }
  .timeline ul li time{
    position: relative;
    top: -2px;
    font-size: 28px;
    color: #999;
    font-weight: normal;
    line-height: 20px;
  }
  
  .timeline ul li.active time,
  .timeline ul li.active span,
  .timeline ul li:hover time,
  .timeline ul li:hover span{
    color: #2755b1;
    font-weight: normal;
  }
  .timeline ul li.active::after {
	border: 2px solid #2855b1;
}
  .timeline ul li span{
    color: #666;
  }
  @media screen and (max-width: 900px) {
	.timeline ul li div {
	  width: 250px;
	}
	.timeline ul li:nth-child(even) div {
	  left: -289px;
	  /*250+45-6*/
	}
  }
  
  @media screen and (max-width: 600px) {
	.timeline ul li {
	  margin-left: 20px;
	}
	.timeline ul li div {
	  width: calc(100vw - 91px);
	}
	.timeline ul li:nth-child(even) div {
	  left: 45px;
	}
	.timeline ul li:nth-child(even) div::before {
	  left: -15px;
	  border-width: 8px 16px 8px 0;
	  border-color: transparent #F45B69 transparent transparent;
	}
  }
/*投资者关系结束*/

/*招贤纳士开始*/
.invite .left{
	margin-top: 25px;
}
.invite .left h2{
	font-size: 40px;
    font-weight: bold;
}
.invite .right{
	/* background-image: url(../img/Invite/Invite-join.png);
	background-repeat: no-repeat;
	background-size: contain; */
	/* width: 100%; */
	height: 237px;
	background: #2855b1;
    background-image: url(../img/Invite/Invite-join.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.invite .right p{
	color:#fff;
	padding-left: 30px;
}
.invite .right p:first-child{
	padding-top: 110px;
}
.inviteList{
	margin: 20px 0 50px 0;
	min-height: 600px;
	border:1px solid rgba(229,229,229,1);
}
.inviteTab ul li{
	width: calc(100%/4);
    height: 100%;
	float: left;
	text-align: center;
	height: 50px;
    background: rgba(248,248,248,1);
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inviteTab ul li:hover,
.inviteTab ul li.active{
	background: #fff;
	position: relative;
	top: -1px;
	color: #0084ff;
	border-top: 4px solid #2354b3;
}
.inviteTab ul li span{
	width: 150px;
    display: inline-block;
    line-height: 20px;
    margin-top: 7px;
}
.inviteTab ul li span em{
	color: #666;
}
.inviteText{
	display: none;
}
.inviteText-left{
	width: 300px;
	height: 400px;
	padding-right: 25px;
}
.inviteTextImg{
	padding: 30px 10px 0 10px;
}
.p-t-b-10{
	padding: 10px 0;
}
.inviteTextImg .inviteText-right{
	overflow: auto;
	height: 430px;
	width: 70%;
}
.inviteBtn{
	padding: 20px;
    text-align: center;
}
.inviteBtn a{
	width: 120px;
    height: 35px;
    background: rgba(40,85,177,1);
    border: 1px none;
    color: #fff;
    display: inline-block;
    line-height: 35px;
}
.invitePage{
	position: absolute;
	right: 20px;
}
.invitePage a{
	background: #DCDCDC;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
}
.invitePage a:hover{
	background: #D2D2D2;
}
/*招贤纳士结束*/

/*联系我们开始*/
.contact>.width100{
	padding: 30px 0 30px 0;
}
.contact .left{
	padding: 30px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.contact .left h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact .left:hover{
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 15px 0px rgba(1,1,1,0.1);	
	-webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
}
.contactAddress{
	padding: 30px 0;
}
.contactAddress .left {
    width: 29.33%;
    height: 100%;
    float: left;
    padding: 2%;
}
/*联系我们结束*/
.honorVersionTitle a{
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-radius: 0;
	font-weight: normal;
}
.honorVersionTitle a.active,
.honorVersionTitle a:hover{
	background: #f8f8f8;
	color: #2460A7;
	border: 1px solid #2460A7;
	border-radius: 0;
}
.honorVersionTitle>span{
	display: inline-block;
    height: 30px;
    background: #999;
    position: relative;
    top: 10px;
    width: 1px;
}

.medicine{
	padding: 40px;
}
.medicine .medicine-bg{
	background-image: url(../img/business/business2/business2-img9.png);
	background-repeat: no-repeat;
	height: 600px;
}
.medicine .medicine-bg-business3{
	background-image: url(../img/business/business3/business3-11.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
.medicine .medicine-bg .left{
	background: rgba(91, 157, 227, 0.8);
	padding: 20px 150px 20px 60px;
}
.medicine .medicine-bg .left p{
	color: #fff;
}
.medicine .medicine-bg .right {
	padding-right: 10%;
}
.medicine .medicine-bg .right p:first-child{
	font-size: 36px;
	letter-spacing: 8px;
    color: #fff;
    font-weight: bold;
	text-shadow:0px 5px 7px rgba(26,102,183,1);
	min-width: 300px;
}
.medicine .medicine-bg .right p.line{
	width:90px;
	height:4px;
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 7px 0px rgba(26,102,183,1);
	margin-top: 25px;
}
.medicine-business3{
	padding: 0;
}
.medicine .medicine-bg.medicine-bg-business3 .left{
	width: 50%;
	padding: 0;
	margin-top: 50px;
}
.medicine .medicine-bg.medicine-bg-business3 .right{
	margin-left: 50px;
}
.marketing{
	background-image: url(../img/business/business3/business3-bg-banner.jpg);
	background-repeat: no-repeat;
	height: 600px;
	padding: 20px 0;
}
.marketingCont{
	height: 510px;
}
.marketing .left{
	width: 55%;
}
.marketing .right{
	width: 45%;
	background: #c3dffd;
}
.marketing .left .contentOne{
	background: #d1e3f6;
	height: 210px;
}
.marketing .left .contentOne p:first-child img{
	height: 210px;
}
.marketing p{
	color: #333;
}
.marketing .left .contentOne p .titleText,
.marketing .left .contentTwo p .titleText,
.marketing .right .titleText{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.marketing .left .contentOne p:last-child,
.marketing .left .contentTwo p{
	padding-left: 40px;
}
.marketing .left .contentTwo{
	background: #eaf1f9;
	height: 300px;
}
.marketing .left .contentTwo p:last-child img{
	width: 300px;
    height: 300px;
}
.marketing .right p:first-child{
	margin: 58px auto;
}
.marketing .right p:last-child img{
	height: 510px;
}
.medicine.medicine-business2 .medicine-bg{
	background-image: url(../img/business/business-img3.jpg);
	background-repeat: no-repeat;
	height: 600px;
	padding: 20px 0;
}
.medicine.medicine-business2 .right{
	padding-left: 5%;
}
.medicine.medicine-business2  .medicine-bg .right p:first-child{
	line-height: 50px;
}
.medicine.medicine-business2 .medicine-bg .left {
    padding: 30px 80px;
}
.rawMaterial{
	background-image: url(../img/business/business-bg-banner.jpg);
	background-repeat: no-repeat;
	height: 600px;
	padding: 20px 0;
}
.top30{
	top:30px;
}