@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

body,
ul,
li,
div,
h1,
h3,
h2,
h4,
h5,
p {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", "Helvetica", "Droid Sans", "Arial", "sans-serif";
	/*font-family:  "Microsoft YaHei", "Helvetica", "Droid Sans",  "Arial", "sans-serif";*/
}

* {
	/*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;*/
}


html,
body {
	background: #fff;
	color: #2a2e2e;
	font-weight: 400;
}

ul,
ul li {
	list-style-type: none;
}

body a {
	outline: none !important;
	blr: expression(this.onFocus=this.blur());
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:focus {
	text-decoration: none !important;
}
em{
	font-style: normal;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.textl {
	text-align: left;
}

.textr {
	text-align: right;
}

img {
	max-width: 100%;
}

header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	line-height: 70px;
}

header .logo img {
	max-height: 41px;
}

header .logo img.h-logo {
	display: none;
}


.about-main{
	max-width: 90%;
	margin: 0px auto;
	background: url(../images/about_bg_logo.png) no-repeat ;
	background-position: right bottom;
	background-size: contain;
	position: relative;
	/* height: 100vh;
	padding-top: 120px; */
}

.entitle img,.en-title img{
		height:14.2vh;
	}
.cntitle{
	color: #000000;
	font-size: 2.2vw;
	font-weight: bold;
}
.about-line {
	
}
.about-line .ab1{
	height: 8px;
	width: 90px;
	background-color: #245294;
}
.about-line .ab2{
	height: 2px;
	width: 110px;
	margin-top: 4px;
	background-color: #000000;
}
.about-desc{
	max-width: 50%;
	font-size: 1.0vw;
	line-height: 1.6vw;
	color: #000000;
	margin-top: 50px;
}
.about-list{
	margin-top: 50px;
}
.about-list .item{
	background-color: #708CB4;
	display: inline-block;
	padding: 1.8vw 2.4vw;
	text-align: center;
	color: #FFFFFF;
	margin-right: 2.2vw;
}
.about-more{
	margin-top: 50px;
}
.about-more a{
	background-color: #708CB4;
	color: #fff;
	padding: 8px 20px;
}
.about-more a:hover{
	background-color: #245294;
}
.item_danwei{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4vw;
}
.item_danwei em.w{
	font-size: 40px;
	font-size: 18px;
	font-weight: normal;
}
.item_title {
    font-size: 1.2vw;
    margin-top: 10px;
    color: #ffffff;
}
.item_danwei .number{
	font-size: 2.6vw;
	color: #FFFFFF;
	font-weight: 400;
	font-family: "arial, helvetica, sans-serif";
}
.about-talent{
	max-width: 90%;
	margin: 0px auto;
	padding-top: 120px;
}
.en-title,.talent-right{
	text-align: right;
}
.talent-desc{
	font-size: 1.0vw;
	line-height: 1.6vw;
	color: #000000;
	margin-top: 50px;
	text-align: right;
}
.productindex{
	padding: 2vw 0vw;
	position: relative;
}
.pro-lunbo{
	
}
.pro-tips{
	color: #F5564D;
	font-size: 18px;
}
.pro-title{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
}
.pro-desc{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	margin: 40px 0px;
}
a.pro-more{
	display: inline-block;
	border-radius: 50px;
	line-height: 50px;
	background-color: #018837;
	color: #FFFFFF;
	text-align: center;
	padding: 0 50px;
}
.talent-lunbo .swiper-slide a{
	display: block;
	position: relative;
}
.talent-lunbo .swiper-slide a img{
	width: 100%;
}
.talent-lunbo .swiper-slide a span{
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	line-height: 5vw;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2vw;
	background: rgba(112,140,180,0.6);
}
.talent-lunbo .swiper-slide a:hover span{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.talent-right{
	width: 20%;
}
.talent-button-next{
	right: -100px !important;
	width: 74px !important;
	height: 74px !important;
	background: url(../images/right-btn.png) no-repeat;
}
.talent-button-prev{
	left: -100px !important;
	width: 74px !important;
	height: 74px !important;
	background: url(../images/left-btn.png) no-repeat;
}
.talent-button-next:hover{
	background: url(../images/righthover-btn.png) no-repeat;
}
.talent-button-prev:hover{
	background: url(../images/lefthover-btn.png) no-repeat;
}
.talent-button-prev:after, .talent-button-next:after{
	content: none !important;
}
.about-news{
	max-width: 90%;
	margin: 0px auto;
}
.news-title{
	text-align: center;
	color: #000000;
	font-size: 2.2vw;
	font-weight: bold;
	margin-top: 5vw;
}


/*首页发展动态*/

#section1{
	background: url(../images/newsbg.png) no-repeat;
	background-size: cover;
}
#section2{
	background: url(../images/productbg.png) no-repeat;
	background-size: cover;
}
#section3{
	background: url(../images/kjcxbg.png) no-repeat;
	background-size: cover;
}
#section5{
	background: url(../images/fzlcbg.png) no-repeat;
	background-size: cover;
}
#section6{
	background: url(../images/contactbg.png) no-repeat;
	background-size: cover;
}
.certify{
	display: flex;
	align-items: center;
	height: 26vw;
	margin: 4vw 0;
}
.certify  .nn {
	max-width: 460px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	padding:1vw 2vw;
	/* margin: 4vw 0; */
	
}
.certify  .nn:hover{
	border-top: 4px #018837 solid;
	padding: 1vw 1vw;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.certify  .nn p.time {
	color: #666666;
	font-size: 1.4vw;
}
.certify  .nn p.title {
	color: #018837;
	font-size: 1vw;
	margin-top: 1vw;
	font-weight: bold;	
	height: 54px;
	overflow: hidden;
}
.certify  .nn p.desc{
	color: #999;
	font-size: 0.8vw;
	margin-top: 1vw;
	height: 2vw;
	overflow: hidden;
}
.certify  .nn p.img{
	margin-top: 1vw;
}
.certify  .nn p.img img{
	width: 100%;
}
.certify  .nn a.more{
	margin-top: 1vw;
	border-radius: 50px;
	background-color: #E4E4E4;
	text-align: center;
	padding: 0.7vw 0;
	color: #FFFFFF;
	font-size: 0.8vw;
	width: 3vw;
	height: 3vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.certify  .nn a.more em{
	display: none;
}
.certify  .nn a.more:hover{
	background: #245294;
}
.certify  .nn:hover a.more{
	margin-top: 1vw;
	border-radius: 50px;
	background-color: #018837;
	text-align: center;
	padding: 0.7vw 0;
	color: #FFFFFF;
	font-size: 0.8vw;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.certify  .nn:hover a.more em{
	display: inline-block;
}
.certify  .nn:hover a.more span{
	position: absolute;
	right: 20px;
	top: 40%;
}
.news-button-prev1,.news-button-prev2,.news-button-prev3{
	left: 0 !important;
	color: #018837 !important;
}
.news-button-next1,.news-button-next2,.news-button-next3{
	right: 0 !important;
	color: #018837 !important;
}


/**营销网络**/
#section4{
	background-color: #F6F8FB;
}




.nbanner{
	background-size: cover;
	height: 280px;
	width: 100%;
	text-align: center;
	color: #000000;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.nbanner .title-cn{
	font-size: 26px;
	font-weight: bold;
	z-index: 100;
	color: #000000;
}
.nbanner .title-en{
	font-size: 14px;
	font-family: arial;
	color: #3B3B3B;
}
/* .nbanner::after{
	content: "";
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
} */
.main{
	max-width: 90%;
	margin: 0px auto;
}
.subchild{
	border-bottom: 1px #E9E9E9 solid;
	line-height: 64px;
	white-space: nowrap;
	overflow-x: auto;
}
.channel-title{
	font-size: 26px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}
.channel-title::before{
	content: "";
	position: absolute;
	width: 5px;
	background-color: #018837;
	height: 26px;
	top: 20px;
	left: 0px;
	
}
.channel-list{
	margin-left: 60px;
}
.channel-list a{
	color: #666666;
	font-size: 16px;
	padding: 0 25px;
	display: inline-block;
}
.channel-list a:hover,.channel-list a.cur{
	background: #018837;
	color: #FFFFFF;
}

.downloadlist{
	padding: 60px 0px;
}
.downloadlist ul li{
	text-align: left;
	background: url(../images/dot.png)  left center no-repeat;
	border-bottom: 1px #DFDFDF solid;
	padding: 15px 0px;
	padding-left: 20px;
}
.downloadlist ul li a{
	display: inline-block;
	color: #333333;
	width: 100%;
	line-height: 25px;
}
.downloadlist ul li a span{
	float: right;
	border: 1px #018837 solid;
	border-radius: 50px;
	padding: 3px 25px;
	line-height: normal;
	color: #018837;
	display: inline-block;
}
.downloadlist ul li a:hover{
	color: #018837;
}
.downloadlist ul li a:hover span{
	background-color: #018837;
	color: #FFFFFF;
}
.videolist{
	margin: 50px 0px;
}
.videolist a.videopic{
	display: block;
	border: 1px #E9E9E9 solid;
	margin-bottom: 30px;
}
.videolist a.videopic img{
	width: 100%;
}
.videolist a.videopic span{
	text-align: center;
	padding: 10px 0px;
	display: block;
	line-height: 30px;
	color: #333333;
}
.videolist a.videopic:hover{
	border: 1px #018837 solid;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.prolist{
	margin: 50px 0px;
}
.prolist a.propic{
	display: block;
	border: 1px #E9E9E9 solid;
	margin-bottom: 30px;
	padding: 20px;
}
.prolist a.propic img{
	width: 100%;
}
.prolist a.propic span.name{
	text-align: center;
	display: block;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.prolist a.propic span.text{
	text-align: center;
	display: block;
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
.prolist a.propic span.detail{
	text-align: center;
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	border-radius: 50px;
	border: 1px #018837 solid;
	padding: 5px 10px;
	width: 100px;
	margin: 0px auto;
	margin-top: 20px;
}
.prolist a.propic:hover{
	border: 1px #018837 solid;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.prolist a.propic:hover span.detail{
	background-color: #018837;
	color: #FFFFFF;
}

.honorlist{
	margin: 50px 0px;
}
.honorlist a.honorpic{
	display: block;
	border: 1px #E9E9E9 solid;
	margin-bottom: 30px;
	padding: 8px;
}
.honorlist a.honorpic img{
	width: 100%;
}
.honorlist a.honorpic span.name{
	text-align: center;
	display: block;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
.honorlist a.honorpic span.text{
	text-align: center;
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
}
.honorlist a.honorpic:hover{
	background-color: #018837;
	border: 1px #018837 solid;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.honorlist a.honorpic:hover .name,.honorlist a.honorpic:hover .text{
	color: #ffffff;
}
.single{
	line-height: 30px;
	margin: 50px 0px;
}
.single p{
	margin-bottom: 15px;
}

.honor-desc{
	text-align: center;
	margin-top: 50px;
}
.dszpic img{
	/* width: 100%; */
}
.dsz .dszname{
	font-size: 26px;
	font-weight: bold;
}
.dsz .dszname em{
	font-size: 14px;
	margin-left: 10px;
}
.dszzizhi{
	padding: 30px 0px;
	border-bottom: 1px #E9E9E9 solid;
}
.dszzizhi ul{
	margin-right: 60px;
}
.dszzizhi ul li{
	line-height: 30px;
}
.dszzizhi ul li em{
	font-weight: bold;
	font-style: normal;
}
.dszinro{
	padding: 30px 0px;
}
.mtb70{
	margin-bottom: 70px;
}
.drug{
	margin: 70px 0px;
}
.drugbox{}
.drugbox .drug-title{
	font-size: 32px;
	font-weight: bold;
	color: #018837;
	margin-top: 60px;
}
.drugbox .drug-intro{
	color: #666;
	font-size: 18px;
	padding: 0px 10px;
	display: inline-block;
	/* text-align: center; */
	background-color: #EFEFEF;
	margin: 20px 0px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.drug-desc{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
}
.drug-more{
	margin-top: 50px;
}
.drug-more a{
	color: #018837;
}


/*发展历程*/
.history-bg {padding-bottom: 100px; width: 100%; padding-top: 40px; }
.historybox {  margin: 50px auto; overflow: hidden; background: url(../images/hbox-bg.png) repeat-y center; }
.historybox li {   
     width: 51%;
    position: relative;
}
.historybox .hl { float: left; text-align: right; }
.historybox .hr { float: right; text-align: left;}
.historybox ul li:nth-child(odd) .historycont,.hr .historycont {
	position: relative;
}
.historybox ul .hr{
	padding-left: 1%;
	padding-right: 0;
}
.historybox ul .hl{
	padding-right: 1%;
	padding-left: 0;
}
.historybox ul li:nth-child(even){
	padding-right: 1%;
	padding-left: 0;
	float: left; 
	text-align: right;
}
.historybox ul li:nth-child(odd){
	padding-left: 1%;
	padding-right: 0;
	float: right;
	text-align: left;
}
.hl .historycont { 
position: relative;
}

.hr .historycont p{
	padding-left:20px ;
	line-height: 44px;
	    color: #333333;
}
.hl .historycont p{
	padding-right:20px ;
	line-height: 25px;
	color: #333333;
}

.historybox ul li:nth-child(odd) .historycont p{
	padding-left:20px ;
	line-height: 25px;
	color: #333333;
}
.historybox li h4 { color: #018837;  font-size: 14px;border-bottom: 1px solid #e7e7e7;line-height: 45px;font-weight: bold;padding: 0 20px;}
.historybox li .yuanyuan { padding-left: 6px;color:#999999 ; font-size: 14px;line-height: 45px;    padding: 0px;}
.historybox .yuanyuan  {  
	display: block;
    width: 11px;
    height: 11px;
    background:#018837;
    border-radius: 5px;
    position: absolute;
    top: 12%;
    -webkit-transition: all .3s;
    transition: all .3s; 
	}
	
.historybox ul li:nth-child(odd) .yuanyuan,.hr .yuanyuan {  
	left: -5px;
    font-size: 30px;
    color: #15b6e6; 
	padding-left: 0 !important;
	}
.hl .yuanyuan{ 
	right:-5px;
	font-size: 30px; 
	color:#15b6e6;
	}
.historybox li:hover .yuanyuan { 
	background: #018837;
	width: 14px;
    height: 14px;
	border-radius: 50px;
	}

.hl i.icon-dizhi1{
    right: -8px;
    font-size: 30px;
    background: #f5f5f5;
    color: #15b6e6;
    position: absolute;
    top: -6px;
}

.historybox ul{
	position: relative;
}


/*人才招聘列表*/
.joinlist{
	margin: 70px 0px;
}
.join{
	border-left: 1px #F3F3F3 solid;
	border-right: 1px #F3F3F3 solid;
	border-bottom: 1px #F3F3F3 solid;
	padding: 30px;
	min-height: 230px;
}
.join-title{
	line-height: 63px;
	background-color: #F3F3F3;
	padding: 0 30px;
	border-top: 4px #018837 solid;
}
.join-yq{
	line-height: 25px;
}
.join-yq em{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.join-name{
	font-size: 18px;
	font-weight: bold;
}
.join-address{
	line-height: 25px;
	margin-bottom: 15px;
}
.join-time{
	color: #707070;
	font-size: 14px;
}
.mtb30{
	margin-bottom: 30px;
}

.list-news-xwbd{
	margin: 60px 0px;
}
.list-news-xwbd .item {
    display: inline-block;
	float: left;
	padding: 15px;
    margin: 15px 0px;
	width: 100%;
	position: relative;
}
.list-news-xwbd .item .thumb img{
	width: 100%;
	/* height: 280px;
	object-fit: cover; */
}
.list-news-xwbd .item .col-md-7{
	padding-right: 60px;
}
.list-news-xwbd .item:last-child .col-md-7{
	padding-right: 0px;
}

.list-news-xwbd .item .title {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 28px;
	height: 30px;
	overflow: hidden;
	width: 70%;
}

.list-news-xwbd .item .date {
    color: #767676;
    font-size: 16px;
	position: absolute;
	right: 0px;
	top: 30%;
	text-align: right;
}
.list-news-xwbd .item .date em{
	font-size: 30px;
	font-weight: bold;
}

.list-news-xwbd .item .text {
    padding: 12px 0;
    color: #767676;
    font-size: 14px;
    line-height: 26px;
    text-align:justify;
	height: 110px;
	overflow: hidden;
	width: 70%;
}
.list-news-xwbd .item:hover{
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	
}
.list-news-xwbd .item:hover .date{
	right: 20px;
	transition: all 0.2s linear;
	    -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
}
.list-news-xwbd .item:hover .title{
	color: #018837;
}


.teamlist{
	margin-bottom: 50px;
}
.teamlist a.team{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.teamlist a.team img{
	display: block;
	width: 100%;
}
.teamlist a.team .teamtext{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0px;
	background: rgba(36,82,148,0.5);
	text-align: center;
	color: #FFFFff;
}
.teamtext .teamtitle{
	font-size: 18px;
	font-weight: bold;
}
.teamtext .teamzhiwei{
	font-size: 14px;
}
.teamlist a.team:hover .teamtext{
	background: rgba(36,82,148,0.8);
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}
.expert{
	margin-bottom: 50px;
}
.expertname{
	font-size: 18px;
	font-weight: bold;
	color: #245294;
	margin-bottom: 10px;
	margin-top: 10px;
}
.expertbox{
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 500;
}
.expertbox em{
	font-weight: 300;
}


/*营销网络*/
.market-network-block .info {
  width: 100%;
  /* float: right; */
}

.market-network-block h3 {
  margin: 0 0 0.6rem 0;
  font-size: 20px;
  color: #0351a1;
  font-weight: normal;
  text-align: center;
}

.market-network-block .tabs-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}

.market-network-block.introdution-block .tabs-block {
  padding: 0;
}

.market-network-block .tabs-block a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  background: #FFFFFF;
  margin: 0.13rem;
  border: 1px #E4E4E4 solid;
}

.market-network-block .tabs-block a:hover {
  color: #ffffff;
  background: #018837; 
  border: 1px #018837 solid;
}

.market-network-block .tabs-block a.checked {
  color: #ffffff;
  background: #018837;
  border: 1px #E4E4E4 solid;
}

.map-block {
  width: 100%;
  height: 6.6rem;
}

.cntitle_1{
	color: #018837;
	font-size: 2vw;
	font-weight: 500;
}
.entitle_1{
	color: #333333;
	font-size: 14px;
	margin-bottom: 20px;
}
.content{
	margin-top: -130px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 20px;
}
.content-title{
	font-size: 26px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.content-fabu{
	margin-bottom: 30px;
	color: #999999;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.content-desc{
	line-height: 30px;
}
.content-desc p{
	margin-bottom: 15px;
}
.content-hr{
	width: 100%;
	background-color: #E9E9E9;
}
.content-pages p{
	line-height: 30px;
}
.content-pages p a{
	color: #666;
}

/*联系我们*/
.contact-title{
	font-size: 24px;
	color: #018837;
	margin: 60px 0px 30px 0px;
	border-bottom:1px #018837 solid ;
	display: inline-block;
}
.contact-name{
	font-size: 22px;
	font-weight: bold;
}
.contact-address{
	line-height: 34px;
	font-size: 16px;
	padding: 20px 0px;
}
.myform .form-control{
	border-radius: 0;
	height: 50px;
	
	margin-bottom: 11px;
}
.myform .subtn{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	width: 100%;
	border: 0px;
	border-radius: 0;
	background-color: #018837;
}
.contact-fenxiang ul li{
	float: left;
	margin-right: 15px;
}
/* .contact-fenxiang ul li img{
	margin-top:-3px;
	}		
.contact-fenxiang ul li a{
	position:relative;
	color:#666;
	font-size:15px;
	}	
.contact-fenxiang ul li a img.wechat{
	width: 100px;
	width: 100px;
	position: absolute;
    z-index: 99;
    max-width: none;
    transform: scale(0);
    transform-origin: top right;
    background-color:#e5e5e5;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding:2px;
	}
.contact-fenxiang ul li:hover  img.wechat {
    transform: scale(1);
    opacity: 1;
	z-index: 999;
} */	
.contact-map{
	margin-top: 50px;
}
.contact-desc{
	color: #666666;
	font-size: 16px;
}
.contact-list{
	margin-bottom: 60px;
}
.contact-list  .contactimg{
	margin-bottom: 15px;
}
.contact-list  .contactimg img{
	width: 100%;
}

.sitepath{
	line-height: 50px;
	border-bottom: 1px #E9E9E9 solid;
	color: #666666;
}
.sitepath a{
	color: #666666;
}
.product-detail{
	margin: 50px 0px;
}
.product-title{
	font-size: 26px;
	font-weight: bold;
	color: #018837;
	border-bottom: 1px #DEDEDE solid;
	padding-bottom: 15px;
}
.product-desc{
	line-height: 40px;
}
.product-desc em{
	color: #018837;
	font-weight: bold;
}
.product-desc p{
	margin-top: 15px;
}
.pro-deital{
	background-color: #018837;
	padding: 15px;
	margin-top: 50px;
}
.pro-deital h2{
	color: #ffffff;
	font-size: 22px;
	border-left: 7px #FFFFFF solid;
	padding-left: 10px;
}
.pro-content{
	padding: 30px 0px;
	border-bottom: 1px #DBDBDB solid;
	line-height: 30px;
}
.product-page{
	text-align: center;
	margin-top: 50px;
}
.product-page a{
	display: inline-block;
	border: 1px #018837 solid;
	padding: 4px 10px;
	color: #018837;
	margin: 0px 5px;
}
.product-page a:hover{
	background-color: #018837;
	color: #FFFFFF;
}
.kjcx-box{
	position: relative;
}
.kjcx-box .nav-tabs{
	position: absolute;
	right: 0;
	top: 10px;
	border: 0px;
}
.kjcx-box .nav-tabs>li>a{
	border-radius: 0;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	margin: 0px 5px;
}
.kjcx-box .nav-tabs>li.active>a,.kjcx-box  .nav-tabs>li.active>a:focus, .kjcx-box .nav-tabs>li.active>a:hover,.kjcx-box .nav>li>a:focus,.kjcx-box .nav>li>a:hover{
	background-color: #FFFFFF;
	color: #018837;
}
.kjcx{
	margin-top: 80px;
}
.kjcx .swiper-slide {
      text-align: center;
     /* background: #fff; */
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.kjcx .swiper-slide-active,.kjcx .swiper-slide-duplicate-active{
  transform: scale(1);
}
.news-box .nav-tabs{
	position: absolute;
	right: 0;
	top: 10px;
	border: 0px;
}
.news-box .nav-tabs>li>a{
	border-radius: 0;
	border: 0;
	color: #018837;
	margin: 0px 5px;
}
.news-box .nav-tabs>li.active>a,.news-box  .nav-tabs>li.active>a:focus, .news-box .nav-tabs>li.active>a:hover,.news-box .nav>li>a:focus,.news-box .nav>li>a:hover{
	background-color: #018837;
	color: #ffffff;
}
a.newsmore{
	text-align: center;
	display: block;
	margin: 0px auto;
	border: 1px #ccc solid;
	padding: 7px 10px;
	color: #333;
	max-width: 120px;
	background-color: #FFFFFF;
}
a.newsmore:hover{
	background-color: #018837;
	color: #FFFFFF;
	border: 1px #018837 solid;
}
.mt30{
	margin-top: 80px;
}
.mt40{
	margin-top: 40px;
}
.about-box{
	max-width: 760px;
	margin: 0px auto;
	text-align: center;
	padding: 0px 60px;
	position: relative;
}
.about-title{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.about-address{
	max-width: 372px;
	text-align: left;
	margin: 0px auto;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 35px;
}
.about-ewm{
	text-align: center;
	margin-top: 40px;
	padding: 0px 80px;
}
.about-ewm span{
	display: block;
	color: #FFFFFF;
	margin-top: 10px;
}
.about-left{
	position: absolute;
	bottom: 50px;
	left: 0px;
}
.about-right{
	position: absolute;
	bottom: 50px;
	right: 0px;
}

/*发展历程*/
#swiper-history{
	width:100%;
	position:relative;
	overflow: hidden;
}
#swiper-history  .swiper-container {
	margin:0px;
}
#swiper-history  .swiper-container .swiper-wrapper{
	height: 460px !important;
}
.long-line{
	border-bottom: 1px solid #ffffff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
}
.history-button-next,.history-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 87px;
	margin-top: -47px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
 .history-button-prev{
	background-image: url("../images/ico36.png") !important;;
	left: -30px !important;;
	right: auto;
}
.history-button-next{
	background-image: url("../images/ico37.png") !important;;
	right: -30px !important;
	left: auto;
}

#swiper-history .swiper-slide{
	text-align: left;
	height: 100%;
	position: relative;
}
#swiper-history .swiper-slide i{
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: #ffffff;
		left: 0px;
		right: 0px;
		/* margin: 0px auto; */
		position: absolute;
		top: 48%;
}
#swiper-history .swiper-slide:nth-child(odd) .timeline{
	position: absolute;
	top: 0;
}
#swiper-history .swiper-slide:nth-child(even) .timeline{
	position: absolute;
	bottom: 0;
}

.timeline_foot img{
	display: block;
	margin: 0px auto;
}

.timeline_head{
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.timeline_body{
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	color: #ffffff;
	line-height: 27px;
	margin-top: 10px;
	max-height: 130px;
}

#swiper-history .swiper-slide:nth-child(odd) .timeline_head{
	top: 0px;
}

#swiper-history .swiper-slide:nth-child(even) .timeline_head{
	top: 0px;
}

#swiper-history .swiper-slide:nth-child(even) .timeline_body{
	border-top: 0 none;
}

#swiper-history .swiper-slide:nth-child(odd) .timeline_body{
	border-bottom: 0 none;
}
.timeline{
	padding: 0px;
}
.long-line>div>i{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #3c5ea4;
	float: left;
	position: absolute;
	top: -9px;
}
.about_time{
	font-size: 0.2rem;
	color: #c00;
	position: relative;
	width: 195px;
	margin: 0 auto;
}
.about_time:before{
	content: '';
	position: absolute;
	left: 0;
	width: 40px;
	height: 1px;
	background: #c00;
	top: 15px;
}
.about_time:after{
	content: '';
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #c00;
	top: 15px;
}
.about_time_line{}
.history-button-next.swiper-button-disabled, .history-button-prev.swiper-button-disabled {
opacity: 1;
}
.history-button-prev:after, .history-button-next:after {
    content: none !important;
}


/*分页*/
#newPage{
	width:100%;
	text-align: center;
	margin:auto;
	padding:15px;
	margin-top: 30px;
	display: inline-block;
}
#newPage a{
	padding:10px 15px;
	border:1px solid #018837;
	color:#333;
	background-color: #fff;
}
#newPage a:hover{
	background-color: #018837;
	color:#fff;
}
#newPage span{
	padding:10px 15px;
	color:#fff;
	border:1px solid #018837;
	background-color:#018837;
}
/* CSS for the loading div */

.sp-loading {
	text-align: center;
	padding: 30px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
	width: 100%;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #ffffff;
	border: 2px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	width: 100%;
	padding: 20px;
	/**************
	  Set max-width to your thumbnail width
	***************/
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
	margin-top: 10px;
}
.sp-thumbs img {
	min-height: 80px;
	min-width: 80px;
	max-width: 80px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 80px;
	height: 80px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-right: 10px;
}
.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}









header .logo a {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}

header .navbar {
	position: inherit;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color: #018837;
	border: 1px #ffffff solid;
	height: 8px;
	width: 8px;
	margin: -2px 0 0 -4px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	border: 1px #FFFFFF solid;
}


.index-banner img {
	width: 100%
}

.index-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}





.index-banner .swiper-pagination-bullets {
	left: 0px;
	bottom: 30px;
}





.index-banner .swiper-container {
	z-index: 10 !important;
}

.index-banner .swiper-pagination-bullet {
	width: 40px !important;
	height: 40px !important;
	background-color: #fff;
	opacity: .3;
	height: 4px !important;
	border-radius: 0px;
}

.index-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
	
}

.index-banner .banner-button-next{
	color: #FFFFFF;
	width: 60px;
	height: 100px;
	
	right: 60px;
}
.index-banner .banner-button-prev{
	color: #FFFFFF;
	width: 60px;
	height: 100px;
	
	left: 60px;
}
.index-banner .banner-button-next:hover,.index-banner .banner-button-prev:hover{
	transition: all ease .5s;
		-moz-transition: all ease .5s;
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		text-decoration: none;
		animation-duration: .5s;
}

.index-banner .centerBig img {
	width: 100%;
	    object-fit: cover;
	    height: 100vh;
}

/****æ‰‹æœºç«¯mobilebanner***/
.mobile-banner img {
	width: 100%;
	    object-fit: cover;
	    height: 100vh;
}

.mobile-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}


.top {
	background-color: #f5f5f5;
	color: #fff;
	line-height: 40px;
}



.m_logo {
	margin-top: 7px;
}

.navbar {
	margin-bottom: 0px;
	z-index: 11;
	height: auto;
}

.menu {
	margin-left: 160px;
}

.menu .navbar-static-top {
	border-width: 0 0 0px;
}

.menu .caret {
	margin-left: 10px;
}



header .navbar-nav>li {
	position: inherit;
}

header .navbar {
	position: inherit;
}

header.active {
	padding-top: 0;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: none !important;
}

header.active .logo {
	line-height: 60px
}

header.active .logo img {
	max-width: 160px;
}

header.active a span {
	font-size: 16px;
}

header.active a span:hover:after {
	display: none;
}

header.active .navbar-default .navbar-nav>li>a {
	line-height: 60px;
	color: #333;
}

header.active .top_tel,
header.active .top_tel a {
	color: #333;
}

header.active .logo img.hh-logo {
	display: none;
}

header.active .logo img.h-logo {
	display: block;
	margin-top: 10px;
}



/**banner**/
.centerBig img {
	/* -webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s; */
	width: 100%;
}


@media (max-width: 767px) {}



/**底部信息**/
#section-footer{
	width: 100%;
	background-color: #F2F2F2;
}
.wrap_footer {
	max-width: 90%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

.footer_con {
	margin: 0px auto;
	position: relative;
}

.footer_con .tit {
	display: block;
	font-size: 1.042vw;
	color: #5f6464;
	font-weight: normal;
	margin-bottom: 30px;
}

.footer_con ul li a {
	display: block;
	font-size: 16px;
	color: #5f6464;
	font-weight: normal;
	margin-bottom: 18px;
}

.footer_con ul li a:hover {
	color: #2a2e2e;
}






.foot_logo {
	width: 320px;
	position: absolute;
	right: 75px;
	top: 50%;
	margin-top: -21px;
}

.foot_logo img {
	width: 100%;
}

.footer_area {
	width: 100%;
	text-align: center;
	background-color: #018837;
	color: #FFFFFF;
	padding: 15px 0;
	line-height: 25px;
}
.footer_area .copyright{
	font-size: 0.68vw;
}
.footer_top{
	padding: 60px 0px;
}
.guanzhu{
	padding-left: 50px;
}
.ewm{
	text-align: center;
}
.ewm img{
	margin-top: 20px;
	max-width: 106px;
}
.ewm span{
	color: #666666;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}
.wrap_footer a:hover,.wrap_footer li a:hover{
	color: #666666;
}
.tt{
	color: #333333;
	font-size: 16px;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 10px;
}
.ee{
	margin-top: 10px;
	color: rgba(255,255,255,0.6);
	font-size: 0.68vw;
}
.ee a{
	display: block;
	line-height: 30px;
	color: #666666;
	font-size: 0.68vw;
}
.marketing .nav-tabs{
	border-bottom: 0;
}
.marketing .nav-tabs>li>a{
	color: #333;
	border: 1px #eaeaea solid;
	margin-right: 7px;
	margin-bottom: 7px;
}
.marketing .nav-tabs>li.active>a,.marketing .nav-tabs>li.active>a:focus, .marketing .nav-tabs>li.active>a:hover{
	border-radius: 0;
	border: 0;
	color: #FFFFFF;
	background-color: #018837;
	border: 1px #eaeaea solid;
}
.marketing .tab-pane{
	padding: 20px 0px;
	line-height: 25px;
}

/**内页样式**/








#totop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
}


.fix {
	*zoom: 1;
	*clear: both;
}



@keyframes a_banner_s_line {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	20% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	30% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 0;
	}

	31% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 0;
	}

	50% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}
}





@media only screen and (max-width:1160px) {
	header {
		line-height: 55px;
	}

	header .logo img {
		max-width: 100px;
	}
}

@media only screen and (max-width:991px) {}

@media (max-width:767px) {




	.menu {
		float: right;
	}




}


@media (min-width:1700px) {
	.container {
		width: 1200px !important;
	}
}

@media (min-width:1200px) and (max-width:1500px) {
	.c-txt{
		font-size: 16px;
	}
	.contact-cntitle{
		font-size: 20px;
	}
	.contact-entitle{
		font-size: 24px;
	}
	.nbanner{
		height: 240px;
	}
}

@media (min-width:1500px) and (max-width:1700px) {
	/* .container {
		width: 1230px !important;
	} */
	.nbanner{
		height: 300px;
	}
}

@media (min-width:1200px) and (max-width:1300px) {
	/* .container {
		width: 1100px !important;
	} */
}

.wrap_head {
	display: block;
	background: rgba(1,136,55,1);
	width: 100%;
	height: 73px;
	z-index: 900;
	position: fixed;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	/* border-bottom: 1px rgba(255,255,255,0.1) solid; */
}

.head_con {
	display: block;
	height: 73px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	width: 100%;
}

.head_con .logo {
	display: block;
	height: 73px;
	width: 366px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.head_con .logo h1 {
	display: block;
	height: 73px;
	width: 366px;
	background: url(../images/menu_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100% 100%;
}


/*菜单*/
.menu_list {
	display: block;
	height: 73px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
}

.menu_list .menu_item {
	display: inline-block;
	height: 73px;
	float: left;
	position: relative;
}

.menu_list .menu_item {
	margin-left: 1vw;
}

.menu_list .menu_search{
	position: relative;
	display: inline-flex;
	height: 73px;
	float: left;
	padding-right: 3vw;
	padding-left: 2vw;
	margin-left: 1vw;
	text-align: center;
	align-items: center;
}
.menu_list .menu_search span{
	color: #FFFFFF;
	font-size: 26px;
	margin-left: 30px;
}
.menu_list .menu_search::before{
	content: "";
	width: 1px;
	height:40px;
	background-color: #FFFFFF;
	position: absolute;
	top: 17px;
	left: 0px;
}

.menu_list .menu_item .txt {
	display: block;
	height: 73px;
	line-height: 20px;
	font-size: 0.86vw;
	color: #fff;
	-webkit-transition: color 0.3s linear;
	position: relative;
	z-index: 2;
	padding: 1.0vw 1.5vw;
	font-weight: 400;
	text-align: center;
}
.menu_list .menu_item .txt em{
	font-size: 0.68vw;
}

/* .menu_list .menu_item .txt:hover {
	color: #fff ;
} */

.menu_list .menu_item .txt:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background-color: #025A25;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
	z-index: -1;
}


/* .head_white .menu_list .menu_item:hover .txt:after {
	color: #333 ;
} */
.menu_list .menu_item:hover .txt:after {
	transform: scale(1, 1);
	opacity: 1;
}

.menu_list .menu_item.menu_item_lan {
	display: none;
}

.menu_list .menu_item .menu_hook {
	display: none;
	width: 100%;
	/* height: 445px; */
	position: absolute;
	left: -36px;
	top: 0px;
	z-index: 1;
}
.menu_list .menu_search .fk{
	width: auto;
	border: 0;
	border-radius: 0;
}
.menu_list .menu_search .inputButton{
	width: auto;
	border: 0;
	height: 34px;
	background-color: #f8f8f8;
	
}
.menu_list .menu_search .inputButton span{
	margin-left: 0;
	color: #018837;
	font-size: 16px;
	width: 22px;
}


.sub_list {
	display: none;
	position: absolute;
	min-width: 270px;
	left: 0;
	text-align: center;
	z-index: 2;
	background-color: #3d7e4c;
	padding: 0px 25px;
}

.sub_list li a {
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	padding: 13px 0;
	text-align: left;
	border-bottom: 1px rgba(255,255,255,0.3) dashed ;
}

.sub_list li a:hover {
	opacity: 1;
}
.sub_list li:last-child a{
	border-bottom: 0px;
}

/*语言框*/
.head_white {
	background: #018837;
}


.head_white .logo h1 {
	background-image: url(../images/menu_logo_hover.png);
	background-size: 100% 100%;
}

.submenu_show .menu_list .menu_item .txt {
	color: #fff;
}
.submenu_show .menu_list .menu_item .txt:hover{
	color: #fff;
}

.head_white .menu_list .menu_item .txt {
	color: #fff;
}


.submenu_show .bg_hover {
	display: block !important;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-animation: a_bg_hover_show 0.2s ease-out both;
	-webkit-transform-origin: 50% 0%;
}

.submenu_show .menu_list .menu_item.sublist_show .sub_list,
.head_white .menu_list .menu_item.sublist_show .sub_list {
	-webkit-animation: a_menu_item_show 0.2s ease-out both;
}

.submenu_show .menu_list .menu_item.sublist_hide .sub_list,
.head_white .menu_list .menu_item.sublist_hide .sub_list {
	-webkit-animation: a_menu_item_hide 0.15s ease-out both;
}

.submenu_show .menu_list .menu_item .menu_hook {
	display: block;
}

.submenu_hide,
.sublist_hide {
	pointer-events: none;
}

/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover {
	-webkit-animation: a_bg_hover_hide 0.15s ease-out both;
	-webkit-transform-origin: 50% 0%;
}





@keyframes a_menu_item_show {
	0% {
		-webkit-transform: translate(0px, -30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1;
	}
}

@keyframes a_menu_item_hide {
	0% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0px, -30px);
		opacity: 0;
	}
}


@keyframes a_bg_hover_show {
	0% {
		-webkit-transform: scale(1, 0.5);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}


@keyframes a_bg_hover_hide {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 0.5);
		opacity: 0;
	}
}

@media screen and (max-width: 1199px) {
	/* .head_con .logo h1{
		width: 140px;
		height: 43px;
	}
	.head_con .logo{
		width: 140px;
		height: 43px;
	} */
	.about-desc{
		max-width: 80%;
	}
}


@media (min-width:992px) and (max-width:1199px) {
	

	.menu_list .menu_item {
		margin-left: 1vw;
	}

	.link_area .tab_list .icon {
		top: 60%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	/* .menu_list {
		right: 95px;
	} */

	/* .menu_list .menu_item {
		margin-left: 10px;
	} */
}

@media screen and (max-width: 768px) {
	.test-chart{
		height: 400px !important;
	}
	.news-button-prev1,.news-button-prev2,.news-button-prev3{
		left: 10px !important;
		color: #018837 !important;
	}
	.news-button-next1,.news-button-next2,.news-button-next3{
		right: 10px !important;
		color: #018837 !important;
	}
	.menu_list .menu_item .txt em{
		font-size: 12px;
		color: #999;
	}
	.footer_area .copyright,#certify .swiper-slide p.time,#certify .swiper-slide p.desc{
		font-size: 12px;
	}
	
	.sitepath{
		margin: 10px 0px;
		font-size: 12px;
	}
	.list-news-xwbd .item .title {
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		height: auto;
	}
	.list-news-xwbd .item .date {
		font-size: 12px;
		margin-top: 8px;
	}
	
	.cntitle,.news-title {
		font-size: 20px;
	}
	
	.entitle img, .en-title img{
		height: 40px;
	}
	
	.en-title,.talent-desc{
		text-align: left;
	}
	
	.nbanner .title-cn{
		font-size: 14px;
	}
	.nbanner .title-en{
		font-size: 12px;
		margin-top: 8px;
	}
	.intro-title{
		font-size: 16px;
		height: 30px;
	}
	.intro-title::after{
		top: 30px;
	}

	.nbanner{
		height: 140px;
		padding: 0px 15px;
	}
	.footer_area{
		line-height: 20px;
	}

	
	.footer_area {
		margin: 0px auto;
		padding: 15px 0px;
	}
	.foot-address,.footer_area .friendlink{
		font-size: 12px;
	}
	.footer_top{
		padding: 20px 0px;
	}
	
	.head_con {
		width: 100%;
		height: 56px;
		z-index: 99;
	}

	.wrap_head {
		height: 56px;
	}

	.header-seat {
		padding-bottom: 56px !important;
	}

	.head_con .logo {
		display: block;
		height: 30px;
		width: 120px;
		position: absolute;
		left: 50%;
		top: 14px;
		margin-left: -68px;
	}

	.head_con .logo h1 {
		display: block;
		height: 30px;
		width: 120px;
		background: url(../images/m_logo.png) no-repeat 0 0;
		background-size: contain;
	}

	.head_white .logo h1 {
		background-image: url(../images/m_logo.png);
	}

	.submenu_show.search_area_show .search_area,
	.head_white.search_area_show .search_area {
		width: auto;
		left: 20px;
		right: 20px;
	}

	.icon_menu {
		display: block;
		height: 20px;
		width: 20px;
		position: absolute;
		left: 21px;
		top: 18px;
		z-index: 99;
	}

	.icon_menu .i_menu {
		display: block;
		height: 14px;
		width: 15px;
		background: url(../images/icon_menu.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
	}

	/* .icon_menu .i_menu {
		margin-top: 4px;
	} */

	.head_white .icon_menu .i_menu {
		background: url(../images/icon_menu.png) no-repeat center;
		background-size: 100% 100%;
		width: 15px;
		height: 15px;
		margin-top: 0;
	}

	.icon_menu .i_close {
		display: none;
		height: 14px;
		width: 15px;
		background: url(../images/icon_menu_close.png) no-repeat 0 0;
		background-size: contain;
		position: fixed;
		left: 21px;
		top: 21px;
		z-index: 4;
	}

	.menu_list {
		display: block;
		position: fixed;
		background: #fff;
		width: 260px;
		height: 100%;
		right: 0px;
		left: 0px;
		padding-top: 90px;
		z-index: 3;
		transform: translate(-260px, 0);
		opacity: 0.8;
		transition: transform 0.25s ease-out, opacity 0.25s ease-out;
	}

	.menu_list .menu_item {
		display: block;
		float: none;
		height: 63px;
		margin-left: 0px;
	}

	.menu_list li {
		margin: 0;
	}

	.menu_list .menu_item .txt {
		color: #2a2e2e !important;
		font-size: 18px;
		font-weight: normal;
	}

	.menu_list .menu_item .txt:hover:after {
		display: none;
	}

	.menu_list .menu_item.menu_item_lan {
		display: block;
		position: absolute;
		bottom: 87px;
		line-height: 63px;
	}

	.menu_list .menu_item.menu_item_lan a {
		color: #2a2e2e;
		font-size: 16px;
	}

	.menu_list .menu_item.menu_item_lan .cn,
	.menu_list .menu_item.menu_item_lan .s_line_1 {
		/* display: none; */
	}

	.menu_list .menu_item.menu_item_lan .en,
	.menu_list .menu_item.menu_item_lan .s_line_2 {
		display: inline-block !important;
	}

	.menu_list .menu_item.menu_item_lan .s_line {
		color: #878a8a;
		font-size: 16px;
		margin: 0px 8px;
		font-style: normal;
	}

	.bg_hover {
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0, 0, 0, 0.2);
		z-index: 98;
	}
	.pro-deital h2{
		font-size: 14px;
	}
	.product-detail{
		margin: 30px 0px;
	}
	.product-title{
		font-size: 16px;
		margin-top: 15px;
	}
	.channel-title{
		display: none;
	}
	.channel-list{
		margin-left: 0px;
		line-height: 40px;
	}
	.channel-list a{
		padding: 0px 10px;
		font-size: 14px;
	}
	.single{
		margin: 20px 0px;
	}
	.contact-title{
		font-size: 16px;
		margin: 30px 0px 10px 0px;
	}
	.contact-name{
		font-size: 14px;
	}
	.contact-address{
		padding: 10px 0px;
		line-height: 25px;
		font-size: 14px;
	}
	.contact-fenxiang{
		height: 50px;
	}
	.myform .subtn{
		font-size: 16px;
	}
	.contact-desc{
		font-size: 14px;
		line-height: 25px;
	}
	.downloadlist{
		padding: 30px 0px;
	}
	.downloadlist ul li a span,.downloadlist ul li a{
		font-size: 12px;
	}
	.drugbox .drug-title{
		font-size: 16px;
		margin-top: 20px;
	}
	.drug {
	    margin: 30px 0px;
	}
	.drugbox .drug-intro{
		font-size: 14px;
		text-align: left;
	}
	.drug-desc{
		line-height: 25px;
	}
	.drug-more{
		margin: 20px 0px;
	}
	.mtb70{
		margin-bottom: 20px;
	}
	.dsz .dszname{
		margin-top: 20px;
		font-size: 20px;
	}
	.dszzizhi{
		padding: 10px 0px;
	}
	.hr .historycont p,.hl .historycont p{
		line-height: 22px;
		margin-top: 10px;
		font-size: 12px;
	}
	.list-news-xwbd .item .date em{
		font-size: 12px;
	}
	.list-news-xwbd .item{
		padding: 0;
	}
	.list-news-xwbd{
		margin: 20px 0px;
	}
	.join-name{
		font-size: 14px;
	}
	.pro-desc{
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0px;
	}
	.pro-title{
		font-size: 16px;
	}
	.pro-tips{
		font-size: 12px;
	}
	a.pro-more{
		padding: 0 20px;
		line-height: 30px;
	}
	.about-address{
		font-size: 12px;
		line-height: 20px;
	}
	.about-title{
		font-size: 18px;
	}
	.about-box{
		padding: 0 10px;
	}
	.about-ewm span{
		font-size: 12px;
	}
	.about-ewm{
		padding: 0 80px;
	}
	.about-left img,.about-right img{
		max-width: 60px;
	}
	.cntitle_1{
		font-size: 18px;
	}
	.timeline_head{
		font-size: 14px;
	}
	.timeline_body{
		font-size: 12px;
		line-height: 20px;
		max-height: 80px;
	}
	.history-button-prev{
		left: -10px !important;
	}
	.history-button-next{
		right: -10px !important;;
	}
	.kjcx-box .nav-tabs {
	    position: inherit;
	}
	.certify{
		height: auto;
		/* display: inline-block; */
	}
	.certify .nn p.img{
		/* display: none; */
	}
	.certify .nn{
		margin: 10px 0px;
	}
	.certify .nn p.desc{
		display: none;
	}
	.certify .nn a.more{
		padding: 8px 0px;
		font-size: 12px;
		width: 50px;
		height: 50px;
	}
	.certify .nn p.title{
		font-size: 14px;
	}
	#swiper-history .swiper-container .swiper-wrapper{
		height: 320px !important;
	}
}
