@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
}
a:hover, a:active, a:focus {
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#bababa;
}
:-moz-placeholder {
    color:#bababa;
    opacity:1;
}
::-moz-placeholder {
    color:#bababa;
    opacity:1;
}
:-ms-input-placeholder{
    color:#bababa;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.b-border{
	border: 1px solid #48A158;
}
.b-tp-content{
/* 	position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: row;
}
.b-tp-content .b-tp-left{
	height: 90px;
	background: #48A158;
	width: 15%;
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}
.b-tp-content .b-tp-left .b-tp-left-name{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.b-tp-content .b-tp-left .b-tp-left-name::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}
.b-tp-content .b-tp-left .b-tp-left-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.b-tp-content .b-tp-left .b-tp-left-row img{
	margin: 0;
}
.b-tp-content .b-tp-left .b-tp-left-row .b-tp-left-time{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}
.b-tp-content .b-tp-right{
	width: 85%;
	height: 90px;
	background: #000000;
	opacity: 0.7;
}
.b-tp-content .b-tp-right .b-content{
	display: flex;
	flex-direction: column;
	width: 90%;
	height: 90px;
	padding:18px 20px;
	justify-content: space-between;
	text-align: left;
}
.b-tp-content .b-tp-right .b-content .b-name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.b-tp-content .b-tp-right .b-content .b-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.b-tp-content .b-tp-right .b-content .b-text .b-text-left{
	width: 73%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A0A0A0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.b-tp-content .b-tp-right .b-content .b-text .b-text-right{
	width: 27%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
}
.container1 {
    width: 88%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
    z-index: 99;
    background-color: #fff;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:86px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 9px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.nav-fr{
    float: right;
    background: url("../images/li.jpg") no-repeat left center;
    padding-left: 17px;
}
.nav-fr li{
    float: left;
    margin: 0 5px;
}
.nav-fr li a{
    display: block;
    line-height: 86px;
    color: #3c3c3c;
}
.nav-fr li a:hover{
    color: #00937d;
}
.nav-fr li a.current{
    color: #00937d;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:86px;
    z-index: 9;
    position:relative;
    margin: 0 5px;
}
.menupc li:hover a{
    color: #00937d;
}
.menupc li a{
    display:block;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 25px 0 15px;
    z-index: 999;
    position: relative;
}
.menupc li:first-child a{
    padding: 0px 15px;
}
.menupc li a i{
    position: absolute;
    right: 15px;
    top: 0;
    width: 7px;
    height: 100%;
    background: url(../images/jt.png) no-repeat center;
    opacity: 0;
    transition: .5s;
}
.menupc li a:before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #00937d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: .5s;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #00937d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: .5s;
}
.menupc li a:hover{
    color: #00937d;
}
.menupc li a:hover i{
    opacity: 1;
}
.menupc li a:hover:before{
    width: 13px;
}
.menupc li a:hover:after{
    width: 11px;
}
.menupc li .current{
    color: #00937d;
}
.menupc li .current i{
    opacity: 1;
}
.menupc li .current:before{
    width: 13px;
}
.menupc li .current:after{
    width: 11px;
}
.menupc ul{
    background-color:rgba(239,239,239,.8);
    position: absolute;
    display:none;
    left: 50%;
    /*top:65px;*/
    overflow: hidden;
    z-index: 999;
    width:200px;
    border-top: 1px solid #00937d;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 46px;
    width:100%;

    margin: 0;
}
.menupc ul li:last-child{
    border-bottom: none;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    color:#343434 !important;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
    background-color:rgba(239,239,239,.8);
}
.menupc ul li a:before{
    display: none;
}
.menupc ul li a:after{
    display: none;
}
.menupc ul li a:hover{
    color:#00937d !important;
    background-color: #fff;
}
.menupc ul li .current{
    color:#00937d !important;
    background-color: #fff;
}
.menupc ul li .current:before{
    display: none;
}
.menupc ul li .current:after{
    display: none;
}
.menupc ul.subnav {
    display: block;
}



/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#7ca2c9 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 10px;
    }
    .yx img{
        height: 40px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .nav-fr{
        margin-right: 40px;
    }
    .nav-fr li a{
        line-height: 60px;
    }

}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    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;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 24px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 0;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    width: 36px;
    background-color: #00937d;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer1{
    background-color: #515151;
    padding: 5px 0;
    overflow: hidden;
}
.footer1 p{
    float: left;
    color: #fff;
    background: url("../images/link.png") no-repeat left center;
    padding-left: 25px;
    line-height: 28px;
}
.footer1 ul{
    float: left;
}
.footer1 li{
    float: left;
    background: url("../images/fli.jpg") no-repeat right center;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 28px;
}
.footer1 li:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.footer1 li a{
    display: block;
    color: #fff;
}
.footer1 li a:hover{
    color: #00937d;
}
.footer2{
    background: url("../images/footer2bg.jpg") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.footer2_t{
    border-bottom: 1px solid #585858;
    padding: 32px 0;
    overflow: hidden;
}
.footer2_t1{
    float: left;
    width: 5%;
}
.footer2_t1 a{
    display: block;
}
.footer2_t1 a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer2_t4{
    float: right;
    width: 6%;
}
.footer2_t4 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer2_t4 p{
    margin-top: 9px;
    text-align: center;
    color: #fff;
}
.footer2_t3{
    float: left;
    width: 18%;
    margin-right: 8%;
    display: none;
}
.footer2_t3 h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer2_t3 p{
    color: #777;
    padding-left: 23px;
    line-height: 30px;
}
.footer2_t3 p br{
    display: none;
}
.footer2_t3 p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
}
.footer2_t3 p.femail{
    background: url("../images/femail.png") no-repeat left center;
}
.footer2_t2{
    float: left;
    width: 79%;
    margin: 0 5%;
}
.footer2_t2 li{
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.footer2_t2 li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer2_t2 li a:after{
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: #00937d;
    margin: 10px auto;
}
.menulist{

}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
}
.menulist li a{
    font-size: 14px;
    color: #777;
    line-height: 30px;
    text-transform: capitalize;
}
.menulist li a:after{
    display: none;
}
.menulist li a:hover{
    color: #00937d;
}


.footer2_b{
    line-height: 22px;
    padding: 20px 0;
    overflow: hidden;
}
.footer2_b p{
    text-align: center;
    font-size: 16px;
    color: #777;
}
.footer2_b p a{
    font-size: 16px;
    color: #777;
}
.footer2_b p a:hover{
    color: #00937d;
}

.home-contact{
    width: 100%;
    margin: 80px auto 0 auto;
    overflow: hidden;
}
.index_title{
    text-align: center;
    line-height: 1;
}
.index_title h3{
    /*background: url("../images/title.png") no-repeat center;*/
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.index_title p{
    font-size: 18px;
    color: #b4b4b4;
    text-transform: uppercase;
}
.index_title h3.title4{
    background: url("../images/title4.png") no-repeat center;
}
.contact1{
    margin-top: 25px;
    background-color: #efefef;
    padding: 31px 0;
    overflow: hidden;
    text-align: center;
}
.contact1 .container1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact1 p{
    font-size: 20px;
    color: #777;
    line-height: 1;
}
.contact1 i{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/tel.png") no-repeat center;
    margin-right: 10px;
}
.contact1 span{
    font-size: 40px;
    color: #00937d;
    line-height: 1;
}
.contact2{
    margin: 63px 0;
    overflow: hidden;
}
.contact2 ul{
    display: flex;
    justify-content: center;
}
.contact2 ul li{
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
.contact2 ul li .tp{
    width: 104px;
    height: 94px;
    margin: 0 auto;
}
.contact2 ul li h3{
    font-size: 24px;
    color: #545454;
    line-height: 1;
    margin: 20px 0 15px 0;
}
.contact2 ul li p{
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.1;
}
.contact2 ul li:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/*.home-job{
    width: 100%;
    margin: 0 auto;
    background: url("../images/jobbg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 40px 0 10% 0;
    height: 701px;
}
.home-job .container1{
    position: relative;
}
.home-job .index_title{
    text-align: right;
}
.home-job .index_title h3{
    background: none;
}
.home-job .index_title p{
    font-size: 36px;
    line-height: 1.2;
}
.home-job .index_more{
    margin-top: 45px;
}
.home-job .index_more a{
    margin: 0 0 0 auto;
    border: 1px solid #000;
    color: #000;
}
.home-job  .index_more a:after{
    background: url("../images/m2.png") no-repeat center;
}

.job_con{
    position: absolute;
    top: 0;
    right: 23%;
    z-index: 999;
    width: 416px;
}
.job_con li{
    float: left;
}
.job_con li:nth-child(3){
    float: right;
}
.job_con li a{
    display: block;
    width: 208px;
    height: 208px;
    border: 1px solid #4e4e4e;
    padding: 23px 18px;
    position: relative;
    transition: .5s;
}
.job_con li a:hover{
    background-color: #35a148;
}
.job_img{
    position: relative;
    width: 60px;
    height: 60px;
}
.job_img .j_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.job_img .j_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.job_con li a:hover .job_img .j_before{
    left: -200%;
    opacity: 0;
}
.job_con li a:hover .job_img .j_after{
    left: 0;
    opacity: 1;
}
.job_txt{
    margin-top: 25px;
}
.job_txt h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job_txt p{
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.job_txt span{
    position: absolute;
    top: 27px;
    right: 18px;
    width: 30px;
    height: 30px;
    background: url("../images/jia.png") no-repeat center;
    transition: .5s;
}
.job_con li a:hover .job_txt h3{
    color: #fff;
}
.job_con li a:hover .job_txt p{
    color: #fff;
}
.job_con li a:hover .job_txt span{
    background: url("../images/jia_h.png") no-repeat center;
}


.home-about{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.about_fl{
    float: left;
	width: 55%;
	padding: 0 6% 0 6%;
	margin-top: 95px;
}
.about_fl .index_title{
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.about_fl .index_title:before{
    content: '';
    display: block;
    width: 7px;
    height: 100%;
    background-color: #48a158;
    position: absolute;
    left: 0;
    top: 0;
}
.about_fl .index_title h3{
    background: none;
}
.about_fl1{
    font-size: 18px;
    color: #1c1c1c;
    line-height: 35px;
    height: 140px;
    overflow: hidden;
    margin: 8% 0 15% 0;
}
.about_fl2{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.about_fl2_fl{
    width: 54%;
}
.m-video{
    overflow:hidden;
    cursor: pointer;
}
.about_fl2_fr{
    width: 41%;
    font-size: 18px;
    color: #000;
    line-height: 35px;
    height: 140px;
    overflow: hidden;
}
.about_fl .index_more{
    margin-top: 12%;
}
.index_more a{
    display: block;
    width: 189px;
    line-height: 46px;
    border: 1px solid #979797;
    font-size: 16px;
    color: #989898;
    padding: 0 28px;
    position: relative;
    transition: .5s;
}
.index_more a:after{
    content: '';
    display: block;
    width: 17px;
    height: 100%;
    background: url("../images/m1.png") no-repeat center;
    position: absolute;
    right: 28px;
    top: 0;
    transition: .5s;
}
.index_more a:hover{
    border: 1px solid #4cad5d;
    color: #4cad5d;
}
.index_more a:hover:after{
    background: url("../images/m_h.png") no-repeat center;
}
.about_fr{
    float: right;
    width: 45%;
    position: relative;
	padding: 0 6% 0 0;
	margin-top: 95px;
}
.about_fr .b-index_title{
	text-align: right;
	position: relative;
	padding-bottom: 15px;
}
.about_fr .b-index_title h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1;
}
.about_fr .b-index_title p {
  font-size: 18px;
  color: #b4b4b4;
  text-transform: uppercase;
  line-height: 1;
}
.about_fr .b-index_title::before {
  content: '';
  display: block;
  width: 37px;
  height: 1px;
  background-color: #48a158;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_fr .b_about_fr_swiper{
	position: relative;
	margin: 8% 0 0 0;
}
.about_fr .swiper-slide{
    display: initial;
}
.abouts a{
    display:block;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.about_fr .swiper-pagination1{
    display: block;
    bottom: 18px;
    right: 2%;

}
.about_fr .swiper-pagination-bullet{
	background-color: #f2f2f2;
	opacity: 9;
    margin: 0px 2.5px;
}
.about_fr .swiper-pagination-bullet-active{
    background-color: #48a158;
}

.home-product{
    width: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 70px 0 67px 0;
    overflow: hidden;
}
.home-product .index_more{
    margin-top: 40px;
}
.home-product .index_more a{
    margin: 0 auto;
}
.pro_con{
    margin-top: 50px;
    overflow: hidden;
}
.pro_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.pro_con li{
    width: 20%;
    padding: 0 10px;
}
.pro_con li a{
    display:block;
    overflow: hidden;
    text-align: justify;
    position: relative;
}
.pro_con li a .pic:after{
    padding-bottom: 133.33%;
}
.pcate_txt{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.pcate_txts{
    position: absolute;
    bottom: 5%;
    width: 100%;
    transition: .5s;
}
.pcate_txt .tp{
    width: 77px;
    height: 77px;
    margin: 0 auto;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.pcate_txt p{
    font-size: 18px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    line-height: 30px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
    transition: .5s;
}
.pcate_txt h3{
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pcate_txt span{
    display: inline-block;
    width: 95px;
    line-height: 29px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.pro_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_con li a:hover .pcate_txts{
    bottom: 10%;
}
.pro_con li a:hover .pcate_txt .tp{
    transform: rotateY(0deg);
}
.pro_con li a:hover .pcate_txt p{
    margin: 35px 0 20px 0;
}
.pro_con li a:hover .pcate_txt span{
    margin: 25% auto 0 auto;
    transform: rotateY(0deg);
}*/


.home-about{
    width: 100%;
    margin: 120px auto;
    overflow: hidden;
}
.about_fl{
    float: left;
    width: 50%;
    position: relative;
    padding-bottom: 135px;
}
.about_fl .index_title{
    text-align: left;
    position: relative;
}
.about_fl .index_title:before{
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #00947E;
    margin-bottom: 30px;
}
.about_fl .index_title::after{
    display: none;
}
.about_fl1{
    font-size: 16px;
    color: #6E6E6E;
    line-height: 30px;
    height: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    margin: 57px 0;
}
.about_fl2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.m-video{
    overflow:hidden;
    cursor: pointer;
}
.m-video .tp{
    position: relative;
}
.videobtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 173px;
    height: 52px;
    border: 1px solid #00947E;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #00947E;
    line-height: 30px;
    position: relative;
    transition: .5s;
}
.index_more a i{
    display: block;
    width: 26px;
    height: 7px;
    background: url("../images/more.png") no-repeat center;
    background-size: 26px 7px;
    margin-left: 28px;
}
.index_more a:hover{
    background: #00947E;
    color: #fff;
}
.index_more a:hover i{
    background: url("../images/more_h.png") no-repeat center;
    background-size: 26px 7px;
}
.about_fr{
    float: right;
    width: 42.5%;
}
.about_fr2{
    margin-top: 75px;
}
.about_fr2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_fr2 ul li{
    text-align: center;
}
.about_fr2 ul li h3{
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 1;
}
.about_fr2 ul li h3 span{
    font-size: 72px;
    font-family: Arial;
    font-weight: 400;
    color: #00947E;
    line-height: 1;
}
.about_fr2 ul li p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 1;
}

.home-join{
    width: 100%;
    margin: 0 auto;
    background-color: #F6F6F6;
    padding: 120px 0;
    overflow: hidden;
}
.join_con{
    margin-top: 70px;
}
.join_con ul{
    display: flex;
    flex-wrap: wrap;
}
.join_con ul li{
    width: 33.333%;
}
.join_con ul li a{
    display: flex;
    align-items: center;
    height: 240px;
    padding: 0 65px;
    transition: .5s;
}
.join_con ul li:nth-child(odd) a{
    background: #00947E;
}
.join_con ul li:nth-child(even) a{
    background: #FFFFFF;
}
.join_img{
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s;
}
.join_con ul li:nth-child(odd) a .join_img{
    background: #fff;
}
.join_con ul li:nth-child(even) a .join_img{
    background: #F6F6F6;
}
.join_img img{
    max-width: 50%;
}
.join_img:after{
    padding-bottom: 100%;
}
.join_img .j_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.join_con ul li:nth-child(odd) .join_img .j_before{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.join_img .j_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.join_con ul li:nth-child(odd) .join_img .j_after{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
.join_con ul li a:hover .j_after{
    left: 0;
    opacity: 1;
}
.join_con ul li a:hover .j_before{
    left: 200%;
}
.join_txt{
    margin-left: 35px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.join_txt h3{
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.join_txt h3:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,.2);
    transition: .5s;
}
.join_con ul li:nth-child(odd) a .join_txt h3{
    color: #F6F6F6;
}
.join_con ul li:nth-child(even) a .join_txt h3{
    color: #434242;
    border-bottom: 1px solid rgba(138,138,138,.2);
}
.join_con ul li a:hover .join_txt h3{
    border-bottom: none;
}
.join_con ul li a:hover .join_txt h3:after{
    background-color: rgba(255,255,255,1);
    width: 100%;
    /*margin: 25px 0;*/
}
.join_txt p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.join_con ul li:nth-child(odd) a .join_txt p{
    color: rgba(246,246,246,.4);
}
.join_con ul li:nth-child(even) a .join_txt p{
    color: #999999;
}
.join_con ul li a:hover{
    background: #00947E;
}
.join_con ul li a:hover .join_img{
    background: #FFFFFF;
}
.join_con ul li:nth-child(even) a:hover .join_txt h3{
    color: #F6F6F6;
}
.join_con ul li:nth-child(even) a:hover .join_txt p{
    color: rgba(246,246,246,.4);
}

.home-production-service{
    width: 100%;
    margin: 0 auto;
    background: #F6F6F6;
    padding: 120px 0;
}
.home-production-service .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proser_fl{
    width: 13%;
}
.home-production-service .index_title{
    text-align: left;
}
.home-production-service .index_title:after{
    margin: 34px auto 0 0;
}
.proser_fl_con{
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 30px;
    margin: 50px 0 135px 0;
}
.proser_fr{
    width: 80%;
}
.proser_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.proser_fr ul li{
    width: 18%;
    margin-right: 2.5%;
}
.proser_fr ul li:last-child{
    margin-right: 0;
}
.proser_fr ul li:nth-child(odd){
    margin-top: 145px;
}
.proser_fr ul li a{
    display: block;
    position: relative;
}
.proser_fr ul li a .tp .pb_before{
    opacity: 0;
    transform: rotateY(0deg);
    transition: all 0.50s ease-in-out 0s;
    height: 0;
}
.proser_fr ul li a .tp .pb_after{
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.50s ease-in-out 0s;
}
.proser_fr ul li a:hover .tp .pb_before{
    opacity: 0;
    transform: rotateY(90deg);
    height: 0;
}
.proser_fr ul li a:hover .tp .pb_after{
    opacity: 1;
    transform: rotateY(180deg);
}
.proser_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.proser_txt1{
    position: relative;
    width: 129px;
    height: 129px;
    opacity: 1;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,148,126,.7);
    overflow: hidden;
}
.proser_txt1 img{
    transform: rotate(-45deg);
    max-width: 50%;
}
.proser_txt1:after{
    padding-bottom: 100%;
}
.proser_txt1 .ps_before{
    opacity: 1;
    transition: .5s;
}
.proser_txt1 .ps_after{
    opacity: 0;
    transition: .5s;
}
.proser_fr ul li a:hover .ps_after{
    opacity: 1;
}
.proser_fr ul li a:hover .ps_before{
    opacity: 0;
}
.proser_txt2{
    margin-top: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #00947E;
    line-height: 1;
}

.proser_fr ul li a:hover .proser_txt1{
    background-color: #fff;
}
.proser_fr ul li a:hover .proser_txt2{
    color: #fff;
}

.home-news{
    width: 100%;
    margin: 120px auto;
}
.news_con{
    margin: 60px 0 65px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_con_fl{
    width: 37%;
}
.news_con_fl a{
    display: block;
}
.news_fl_img{
    position: relative;
}
.news_fl_date{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 36px;
    background: #00947E;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}
.news_fl_txt{
    background-color: #f6f6f6;
    padding: 30px 33px;
}
.news_fl_txt1{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt2{
    font-size: 16px;
    color: #6E6E6E;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_fl_txt2 span{
    color: #00947E;
}
.news_con_fl a:hover .news_fl_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fl a:hover .news_fl_txt1{
    color: #00947E;
    font-weight: bold;
}
.news_con_fr{
    width: 60%;
}
.news_fr_t a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_fr_t_img{
    position: relative;
    width: 27%;
}
.news_fr_t_date{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 36px;
    background: #00947E;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}
.news_fr_t_txt{
    width: 73%;
    padding-left: 33px;
}
.news_fr_t_txt1{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fr_t_txt2{
    font-size: 16px;
    color: #6E6E6E;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 20px 0 40px 0;
}
.news_fr_t_txt3{
    color: #00947E;
}
.news_fr_t a:hover .news_fr_t_img .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_fr_t a:hover .news_fr_t_txt1{
    color: #00947E;
    font-weight: bold;
}
.news_fr_b{
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px dashed #d2d2d2;
}
.news_fr_b li{
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
    padding-bottom: 44px;
    margin-bottom: 44px;
}
.news_fr_b li:last-child{
    margin-bottom: 0;
}
.news_fr_b li a{
    display: flex;
    align-items: center;
}
.news_fr_b_date{
    width: 13%;
    height: 91px;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    padding: 0 20px;
    transition: .5s;
}
.news_fr_b_date p{
    font-size: 36px;
    font-family: Arial;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.news_fr_b_date span{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    line-height: 1;
}
.news_fr_b_txt{
    width: 87%;
    padding-left: 33px;
}
.news_fr_b_txt1{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fr_b_txt2{
    font-size: 16px;
    color: #6E6E6E;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_fr_b_txt2 span{
    color: #00947E;
}
.news_fr_b li a:hover .news_fr_b_date{
    background: #00947E;
}
.news_fr_b li a:hover .news_fr_b_txt1{
    color: #00947E;
    font-weight: bold;
}
.home-news .index_more a{
    margin: 0 auto;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ban_info{
    position: absolute;
    left: 0;
    bottom: 55px;
    background-color: #00937d;
    color: #fff;
    padding: 31px 2% 31px 6%;
    overflow: hidden;
    width: 555px;
}
.ban_info h3{
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
}
.ban_info p{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    margin-top: 50px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.inner_nav p{
    float: left;
    line-height: 51px;
    background-color: #00937d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 35px;
}
.inner_nav ul{
    float: left;
}
.inner_nav ul li{
    float: left;
    background: url("../images/ili.png") no-repeat right center;
    line-height: 51px;
}
.inner_nav ul li:last-child{
    background: none;
}
.inner_nav ul li a{
    display: block;
    font-size: 16px;
    color: #000;
    transition: .5s;
    padding: 0 14px 0 26px;
}
.inner_nav ul li a:hover{
    background: url("../images/navli.png") no-repeat 17px center;
    color: #00937d;
    padding: 0 14px 0 37px;
}
.inner_nav ul li a.current{
    background: url("../images/navli.png") no-repeat 17px center;
    color: #00937d;
    padding: 0 14px 0 37px;
}
.inner_con{
    margin: 55px 0 50px 0;
    overflow: hidden;
}
.inner_con_contact{
    margin-top: 35px;
}
.icontact_fl{
    float: left;
    width: 50%;
}
.icontact_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.icontact_fr{
    float: right;
    width: 50%;
}
.icontact_fr1{
    background-color: #efefef;
    padding: 31px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 20%;
}
.icontact_fr1 p{
    font-size: 20px;
    color: #777;
    line-height: 1;
}
.icontact_fr1 i{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/tel.png") no-repeat center;
    margin-right: 10px;
}
.icontact_fr1 span{
    font-size: 40px;
    color: #00937d;
    line-height: 1;
}
.icontact_fr2{
    margin-top: 27px;
    overflow: hidden;
    padding-left: 20%;
}
.icontact_fr2 ul li{
    display: flex;
    margin-bottom: 10%;
    align-items: center;
}
.icontact_fr2 ul li:last-child{
    margin-bottom: 0;
}
.icontact_fr2 ul li .tp{
    width: 104px;
    height: 94px;
}
.icontact_fr2_txt{
    margin-left: 25px;
}
.icontact_fr2_txt h3{
    font-size: 24px;
    color: #545454;
    line-height: 1;
    margin: 0 0 15px 0;
}
.icontact_fr2_txt p{
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.5;
}
.icontact_fr2 ul li:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}


/*留言反馈*/
.inner_con_feedback{
    margin-top: 35px;
}
.inner_con_feedback .tp{
    float: left;
    width: 42.5%;
}
.ifeedback_fr{
    float: right;
    width: 52%;
}
.ly1{
    margin-bottom: 18px;
    overflow: hidden;
}
.ly1s{
    width: 49%;
}
.ly1s label{
    float: left;
    width: 20%;
    line-height: 42px;
    text-align: right;
    font-size: 16px;
    color: #000;
}
.ly1s input{
    float: right;
    width: 79%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 15px;
    color: #666;
}
.ly2{
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.ly2 label{
    float: left;
    width: 10%;
    line-height: 42px;
    text-align: right;
    color: #000;
    font-size: 16px;
}
.ly2 textarea{
    float: right;
    width: 89.5%;
    height: 243px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 25px;
    padding: 15px;
    color: #666;
    resize: none;
}
.ly2 input{
    float: left;
    width: 40%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 27px;
    color: #666;
    margin: 0 1%;
}
.ly2 a{
    float: left;
    width: 10%;
}
.ly2 a img{
    width: auto;
    height: 42px;
}
.ly3{
    text-align: center;
}
.ly3 input{
    width: 117px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background-color: #00937d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}


/*人才招聘*/
.inner_con_job{
    margin-top: 50px;
}
.ijob{

}
.ijob dl{
    margin-bottom: 34px;
}
.ijob dl:last-child{
    margin-bottom: 0;
}
.zp-title{
    cursor: pointer;
    outline:none;
    overflow: hidden;
}
.zp-title a{
    color:#000;
    font-size: 18px;
    display:block;
    min-height: 55px;
    line-height: 53px;
    transition: .5s;
    padding: 0 33px 0 36px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.zp-title a p{
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zp-title a span{
    float: right;
    width: 29px;
    height: 55px;
    background: url("../images/fr.png") no-repeat center;
}
.zp-title a:hover{
    color:#fff;
    background-color: #00937d;
}
.zp-title a:hover span{
    background: url("../images/fr_h.png") no-repeat center;
}
.zp-content {
    overflow: hidden;
    display:none;
    transition: .5s;
    margin: 18px 33px;
}
.zp-info-text {
    width: 48%;
}
.zp-info-text{
    color: #5f5f5f;
    line-height: 28px;
}
.zp-info-text h3{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}
.zp-content-t{
    overflow: hidden;
}
.zp-content-b a{
    display: block;
    width: 150px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #00937d;
    font-size: 16px;
}


.open .zp-content{
    display:block;
    overflow:hidden;
}
.open .zp-title a{
    color:#fff;
    background-color: #00937d;
}
.open .zp-title a span{
    background: url("../images/fr_h.png") no-repeat center;
}

.jiob_link{
    text-align: center;
    margin: 35px 0 43px 0;
    overflow: hidden;
}
.jiob_link a{
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    background-color: #53bc66;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: .5s;
}
.jiob_link a:hover{
    background-color: #00937d;
}

/*分页*/
.pagination{
    text-align:center;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    width: 44px;
    line-height: 42px;
    margin:0px 1px 10px 1px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}
.pagination a:hover{
    color:#fff;
    background-color:#3bac38;
}
.pagination a.active {
    color:#fff;
    background-color:#3bac38;
}


/*对外合作*/
.b-cooperation{
	background: url(../images/dwhz_con1.png) no-repeat;
	background-size: cover;
	width: 100%;
}
.b-cooperation-top{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 30px;
}
.b-cooperation-top h5{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	color: #333333;
	margin-right: 10px;
}
.b-cooperation-top .b-cooperation-down{
	width: 30px;
	height: 30px;
	background: #48A158;
	position: relative;
}
.b-cooperation-top .b-cooperation-down img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



.g-history-swiper{
	position: relative;
	padding: 80px 0 0;
}
.g-history-banner{
	width: 100%;
	height: 670px;
	padding-top: 143px !important;	
}
.g-history-banner .history-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
/* 	height: 0px; */
	position: relative;
	width: 100%;
}
.g-history-banner .history-list .in-hover{
	display: flex;
	flex-direction: row;
	width: 176%;
	background: #fff;
	transition: 0.5s;
	position: absolute;
	justify-content: space-between;
	top: -412px;
	opacity: 0;
}
.g-history-banner .swiper-slide-next .history-list .in-hover{
	opacity: 9;
}
.g-history-banner .history-list .in-hover .b-pic{
	width: 50%;
}
.g-history-banner .history-list .in-hover .b-pic img{
	vertical-align: middle;
}
.g-history-banner .history-list .in-hover .in-hover-right{
	width: 50%;
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.b-hove-ye{
	position: relative;
}
.b-hove-ye-name{
	font-size: 60px;
	font-family: Arial;
	font-weight: 900;
	color: #E2E2E2;
	text-align: left;
	line-height: 60px;
}
.b-hove-ye-name1{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #48A158;
}
.g-history-banner .history-list .in-hover .in-hover-right .b-hove-text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
	margin-top: 15px;
}


.g-history-banner  .history-list .circle {
  width: 86px;
  height: 86px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: -12px;
  padding: 8px;
}
.g-history-banner .history-list .circle .circle_1{
	width: 68px;
	height: 68px;
	z-index: 999;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	line-height: 68px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	background: #ebebeb;
}
.g-history-banner .swiper-slide-next .history-list .circle {
  border: 1px solid #48A158;
}
.g-history-banner .swiper-slide-next .history-list .circle .circle_1{
	background: #48A158;
	border: 1px solid #48A158;
	color: #FFFFFF;
}
.g-history-banner .history-list .line {
  background-color: #999999;
  height: 1px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 29px;
}
.g-history-swiper .g-history-banner .g-history-prev{
	left: 0;
	top: 443px;
	background-image: url('../images/b-swiper1.png');
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.g-history-swiper .g-history-banner .g-history-next{
	right: 0;
	top: 443px;
	background-image: url('../images/b-swiper1.png');
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.g-history-swiper .g-history-banner .g-history-prev:hover{
	background-image: url('../images/b-swiper2.png');
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.g-history-swiper .g-history-banner .g-history-next:hover{
	background-image: url('../images/b-swiper2.png');
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}




.inner_con_dwhz{
    overflow: hidden;
    position: relative;
}
.idwhz li{
    font-size: 20px;
    color: #00937d;
    position: absolute;
}
.idwhz li.i1{
    top: 41%;
    left: 19%;
}
.idwhz li.i2{
    top: 44%;
    right: 26%;
    text-align: right;
}
.idwhz li.i3{
    top: 42%;
    right: 2%;
}

/* 资料下载 */
.b-download{
	padding: 50px 0;

}
.b-download-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.b-download .b-content{
	width: 49%;
	border: 1px solid #CCCCCC;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 30px;
	align-items: center;
	margin-bottom: 30px;
}
.b-download .b-content .b-left{
	display: flex;
	flex-direction: row;
	width: 90%;
}
.b-download .b-content .b-left .b-pic{
	width: 95px;
	height: 95px;
	background: #EFEFEF;
	position: relative;
}
.b-download .b-content .b-left .b-pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.b-download .b-content .b-left .b-left-column{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-left: 15px;
}
.b-download .b-content .b-left .b-left-column .b-name{
	font-size: 18px; 
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.b-download .b-content .b-left .b-left-column  .b-text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
}
.b-download .b-content .b-right{
	width: 10%;
	display: flex;
	justify-content: flex-end;
}
.b-download .b-content .b-right .b-pic{
	width: 40px;
	height: 40px;
	background: #48A158;
	position: relative;
}
.b-download .b-content .b-right .b-pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/*新闻资讯*/
.inner_con_news{
    overflow: hidden;
}
.inews{
    margin-bottom: 10px;
    overflow: hidden;
}
.inews li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inews li a{
    display: block;
    position: relative;
    padding-right: 145px;
    overflow: hidden;
}
.inews li a:after{
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    right: 142px;
}
.inews li a .pic{
    float: left;
    width: 380px;
}
.inews li a .pic:after{
    padding-bottom: 62.89%;
}
.inews_txt{
    margin-left: 428px;
    padding: 0 90px 0 0;
}
.inews_txt1{
    font-size: 20px;
    color: #2e2e2e;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #848484;
    line-height: 30px;
    font-size: 16px;
    height: 90px;
    overflow: hidden;
    padding-left: 15px;
}
.inews_txt3{
    padding-top: 9%;
    font-size: 12px;
    color: #ccc;
}
.inews_date{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    width: 105px;
}
.inews_date:before{

}
.inews_date p{
    font-size: 44px;
    margin-bottom: 5px;
    color: #606060;
}
.inews_date span{
    font-size: 27px;
    color: #9b9b9b;
}
.inews_date em{
    display: block;
    width: 100%;
    height: 41px;
    background: url("../images/jt1.png") no-repeat center bottom;
    margin-top: 65px;
}
.inews li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #00937d;
}
.inews li a:hover .inews_date em{
    background: url("../images/jt1_h.png") no-repeat center bottom;
}


/*新闻详情*/
.inner_con_newsshow{
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    font-size: 16px;
    line-height:30px;
    color:#4c4c4c;
    padding:30px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#00937d;
}
.show_back_fr{
    float: right;
    width: 10%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #00937d url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}



/*关于我们*/
.inner_con_about{
    overflow: hidden;
}
.iabout1{
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 50px 0 25px 0;
}
.iabout1_title{
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.iabout1_con{
    font-size: 18px;
    color: #2a2a2a;
    line-height: 2.5;
}
.iabout2{
    margin: 50px 0 65px 0;
    overflow: hidden;
}
.inner_title{
    text-align: center;
    line-height: 1;
}
.inner_title h3{
    font-size: 28px;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.inner_title p{
    font-size: 24px;
    color: #c7c7c7;
    text-transform: uppercase;
}
.iabout2_con{
    margin-top: 48px;
}
.iabout2_con_t{
    overflow: hidden;
}
.iabout2_con_t li {
    float: left;
    width: 25%;
    padding: 0 18px;
}
.iabout2_con_t li a{
    display: block;
}
.iabout2_con_t li a .pic{
    border: 1px solid #dbdbdb;
}
.iabout2_con_t li a .pic:after{
    padding-bottom: 124.35%;
}
.iabout2_con_t li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout2_txt{
    margin-top: 32px;
    text-align: center;
    line-height: 1;
}
.iabout2_txt h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iabout2_txt h3:after{
    content: '';
    display: block;
    width: 39px;
    height: 1px;
    background-color: #00937d;
    margin: 15px auto;
}
.iabout2_txt p{
    font-size: 18px;
    color: #535252;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iabout2_txt span{
    display: none;
    width: 26px;
    margin: 14px auto 0 auto;
    height: 17px;
    background: url("../images/arrow.png") no-repeat center;
    position: relative;
    z-index: 999;
}
.iabout2_con_t li.on .iabout2_txt span{
    display: block;
}
.iabout2_con_b{
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    margin-top: -1px;
}
.iabout2_con_b .iabout2_con_b_info {
    display:none;
}
.iabout2_con_b_info{
    overflow: hidden;
    padding: 45px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.iabout3{
    background-color: #f4f4f4;
    padding: 65px 0 60px 0;
    overflow: hidden;
    display: none;
}
.iabout3_con{
    margin-top: 43px;
}
.iabout3_con ul{
    position: relative;
    overflow: hidden;
    padding-top: 105px;
}
.iabout3_con ul:before{
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url("../images/ul.png") no-repeat center;
}
.iabout3_con ul:after{
    content: '';
    display: block;
    width: 3px;
    height: 93%;
    background-color: #00937d;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}
.iabout3_con li{
    margin-bottom: 45px;
    overflow: hidden;
    background: url("../images/pli.png") no-repeat center 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.iabout3_con li:last-child{
    margin-bottom: 0;
}
.iabout3_con li:nth-child(odd) .iabout3_img{
    float: left;
    padding-right: 20px;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    float: right;
}
.iabout3_con li:nth-child(even) .iabout3_img{
    float: right;
}
.iabout3_con li:nth-child(even) .iabout3_txt{
    float: left;
    padding-right: 20px;
}
.iabout3_img{
    width: 48%;
}
.iabout3_img .pic{
    width: 153px;
    height: 153px;
    border: 13px solid #d2e6d6;
    border-radius: 180px;
    transition: .5s;
}
.iabout3_con li:nth-child(odd) .iabout3_img .pic{
    margin: 0 0 0 auto;
}
.iabout3_con li:nth-child(even) .iabout3_img .pic{
    margin: 0 auto 0 0;
}
.iabout3_txt{
    width: 48%;
    text-align: left;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    text-align: left;
}
.iabout3_con li:nth-child(even) .iabout3_txt{
    text-align: right;
}
.iabout3_txt1{
    font-size: 32px;
    color: #00937d;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    transition: .5s;
}
.iabout3_txt2{
    font-size: 20px;
    color: #434343;
}
.iabout3_con li:hover{
    background: url("../images/pli_h.png") no-repeat center 30px;
}
.iabout3_con li:hover .iabout3_img .pic{
    border: 13px solid #cde4e4;
}
.iabout3_con li:hover .iabout3_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3_con li:hover .iabout3_txt1{
    color: #2fa4a6;
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 80px 0 95px 0;
    overflow: hidden;
}
.iabout4 .inner_title{
    padding-top: 20px;
    float: left;
    text-align: justify;
    writing-mode: vertical-rl;
}
.iabout4_con{
    margin-left: 180px;
}
.iabout4_con li{
    float: left;
    width: 25%;
    padding: 0 27px;
}
.iabout4_cons{
    display: block;
    position: relative;
}
.iabout4_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 15px;
    transition: .5s;
}
.iabout4_txt h3{
    padding-top: 45%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.iabout4_txt h3:after{
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background-color: #00937d;
    margin: 30px auto;
}
.iabout4_txt p{
    font-size: 18px;
}
.iabout4_txt span{
    position: absolute;
    top: 35px;
    right: 35px;
    transition: .5s;
}
.iabout4_cons:hover .iabout4_txt{
    background-color: rgba(76,173,93,.9);
}
.iabout4_cons:hover .iabout4_txt span{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}


/*生产基地*/
.inner_con_scjd{
    margin-top: 37px;
    overflow: hidden;
}
.iscjd{
    width: 80%;
    margin: -7% auto 0 auto;
    background-color: #00937d;
    color: #fff;
    padding: 75px 25px;
    overflow: hidden;
    font-size: 26px;
    text-align: center;
    position: relative;
}
.iscjd p:after{
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background-color: #fff;
    margin: 30px auto 0 auto;
}


/*文章与专利*/
.inner_con_article{
    margin-top: 45px;
    overflow: hidden;
}
.inner_con_article .index_title h3{
    background: url(../images/title1.png) no-repeat center;
}
.iarticle1{
    background: url("../images/article1bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 55px 0 62px 0;
    overflow: hidden;
    margin-top: 45px;
}
.article_title{
    text-align: center;
    line-height: 1;
    background: url("../images/title2.png") no-repeat bottom center;
    padding-bottom: 15px;
}
.article_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.article_title p{
    font-size: 20px;
    color: #959595;
    text-transform: uppercase;
    padding: 26px 0;
}
.iarticle1_con{
    margin: 45px 0 40px 0;
    overflow: hidden;
}
.iarticle1_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.iarticle1_con li{
    width: 25%;
    text-align: center;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
}
.iarticle1_con li h3{
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1;
}
.iarticle1_con li h3 span{
    font-size: 100px;
    color: #53bc66;
    font-weight: bold;
    line-height: 1;
}
.iarticle1_con li p{
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}

.iarticle1 .jiob_link{
    margin: 0;
}
.iarticle1 .jiob_link a{
    font-weight: normal;
}
.iarticle2{
    margin: 50px 0 40px 0;
    overflow: hidden;
}
.iarticle2 .swiper-container{
    width: 95%;
    margin: 0 auto;
}
.iarticle2 .container1{
    position: relative;
}
.iarticle2 .swiper-slide{
    display: initial;
}
.honors a{
    display:block;
    overflow: hidden;
    text-align: justify;
    position: relative;
    border: 1px solid #ececec;
}
.honor_img{
    padding: 9px;
}
.honor_img .pic:after{
    padding-bottom: 70.89%;
}
.honors a:hover .honor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honor_txt{
    border-top: 1px solid #ececec;
    padding: 25px 20px;
    overflow: hidden;
}
.honor_txt1{
    color: #000;
    margin-bottom: 12px;
}
.honor_txt2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 18px;
}
.honor_txt3{
    color: #000;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.iarticle2 .swiper-button-next, .iarticle2 .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 33px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #d4d4d4 url("../images/pjt.png") no-repeat center;

}
.iarticle2 .swiper-button-prev:hover,.iarticle2 .swiper-button-next:hover{
    background: #00937d url("../images/pjt.png") no-repeat center;
}
.iarticle2 .swiper-button-prev{
    left: 0;
    right: auto;
}
.iarticle2 .swiper-button-next{
    right: 0;
    left: auto;
    transform:rotateY(180deg);
}

.iarticle3{
    background: url("../images/article4bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 45px 0 80px 0;
    overflow: hidden;
}
/*.iarticle3 .article_title{
    background: url("../images/title3.png") no-repeat bottom center;
}*/
.iarticle3 .article_title p{
    color: #333;
}
.iarticle3_con{
    margin: 75px 0 60px 0;
    overflow: hidden;
}
.iarticle3_con li{
    float: left;
    width: 50%;
    padding: 0 14px;
    margin-bottom: 26px;
    overflow: hidden;
}
.iarticle3_con li a{
    display: block;
}
.iarticle3_date{
    float: left;
    width: 120px;
    height: 120px;
    padding: 6px;
    background-color: #646464;
    color: #fff;
    line-height: 1;
}
.iarticle3_dates{
    border: 1px solid #00937d;
    height: 100%;
    padding: 25px 0 0 15px;
}
.iarticle3_date p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.iarticle3_date span{
    font-size: 18px;
}
.iarticle3_txt{
    margin-left: 126px;
    height: 120px;
    background-color: rgba(255,255,255,.25);
    padding: 50px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*公司风采*/
.inner_con_career{
    overflow: hidden;
}
.icareer{
    margin: 45px 0;
    overflow: hidden;
}
.sjs-default{
    position:relative;
    padding:0;
    margin:0;
    opacity:0;
    transition:height .2s ease-out,opacity .2s ease-out .2s
}
[data-sjsel]{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transition:-webkit-transform .2s ease-out;
    transition:transform .2s ease-out;
    transition:transform .2s ease-out,-webkit-transform .2s ease-out
}
.card{
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}
.card_picture{
    display: block;
    width: 100%;
    height: auto;
}
.card_infos{
    margin: 19px 0 31px 0;
}
.card_infos h3{
    font-size: 16px;
    color: #464646;
    margin: 0 0 10px 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card_infos p{
    font-size: 12px;
    margin: 0;
    color: #c5c5c5;
}
.card_infos p:after{
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #c5c5c5;
    margin-top: 10px;
}

/*研发平台*/
.inner_con_yfpt{
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}
.iyfpt_t{
    overflow: hidden;
}
.iyfpt_t ul{
    display: flex;
    justify-content: center;
}
.iyfpt_t ul li{
    margin: 0 25px;
}
.iyfpt_t ul li a{
    display: block;
    padding: 0 5px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background-color: #f3f3f3;
}
.iyfpt_t ul li a:hover{
    background-color: #00937d;
    color: #fff;
}
.iyfpt_t ul li a.current{
    background-color: #00937d;
    color: #fff;
}

.iyfpt_b{
    margin-top: 60px;
    position: relative;
}
.iyfpt_b .swiper-slide{
    display: initial;
    padding-bottom: 32px;
}
.yfptbs a{
    display: block;
    position: relative;
    text-align: justify;
}
.yfptbs_fl{
    float: left;
    width: 71%;
    background: url("../images/worldbg.png") no-repeat left center;
    background-size: 100% 100%;
    padding: 12% 0 0 6%;
}
.yfptbs_fls{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(51,51,51,.14);
    padding: 50px 60px;
    overflow: hidden;
}
.yfptbs_fls_1{
    text-align: center;
    font-size: 26px;
    color: #00937d;
    font-weight: bold;
    line-height: 1;
}
.yfptbs_fls_1:after{
    content: '';
    display: block;
    width: 41px;
    height: 1px;
    background-color: #00937d;
    margin: 30px auto 25px auto;
}
.yfptbs_fls_2{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
}
.yfptbs_fr{
    float: right;
    width: 26%;
    padding-right: 6%;
}
.yfptbs_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iyfpt_b .swiper-pagination2{
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iyfpt_b .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #e9e9e9;
    opacity: 1;
    outline: none;
    margin: 0px 9px;
    border-radius: 180px;
}
.iyfpt_b .swiper-pagination-bullet-active{
    background-color: #00937d;
}


/*专利*/
.inner_con_patent{
    margin-top: 40px;
}
.patent .index_title h3{
    background: url(../images/title1.png) no-repeat center;
}
.inner_con_patent .table thead{
    font-size: 24px;
    color: #00937d;
    line-height: 1;
    font-weight: normal;
}
.inner_con_patent .table thead td{
    padding: 0 10px 30px 10px;
}
.inner_con_patent .table tbody tr{
    font-size: 21px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.inner_con_patent .table tbody tr:nth-child(odd){
    background-color: #eee;
}
.inner_con_patent .table tbody tr:nth-child(even){
    background-color: #fff;
}
.inner_con_patent .table tbody tr td{
    padding: 30px 28px;
}
.inner_con_patent .table tbody tr td:nth-child(2){
    text-align: left;
}
.ipatentsj{
    display: none;
    text-align: center;
    margin-top: 20px;
    color: #00937d;
    font-size: 16px;
}


/*产品管线*/
.inner_con_pro{
    margin-top: 25px;
}
.inner_con_pro .table tr td{
    text-align: center;
}
.inner_con_pro .table thead{
    font-size: 24px;
    color: #00937d;
    line-height: 1;
    font-weight: normal;
}
.inner_con_pro .table thead td{
    padding: 0 10px 30px 10px;
}
.inner_con_pro .table tbody tr:first-child td:first-child{
    position: relative;
}
.inner_con_pro .table tbody tr:first-child td:first-child img{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.inner_con_pro .table tbody tr{
    font-size: 21px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.inner_con_pro .table tbody tr:nth-child(odd){
    background-color: #eee;
}
.inner_con_pro .table tbody tr:nth-child(even){
    background-color: #fff;
}
.inner_con_pro .table tbody tr td{
    padding: 20px 10px;
}
.progress-bar{
    background: #fff;
    border-radius: 10px;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    height: 10px;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
.ipro_zlbz{
    margin-top: 45px;
}
.ipro_zlbz_title{
    font-size: 26px;
    color: #00937d;
    font-weight: bold;
    line-height: 31px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 25px;
}
.ipro_zlbz_title:before{
    content: '';
    display: block;
    width: 6px;
    height: 31px;
    background-color: #00937d;
    position: absolute;
    top: 0;
    left: 0;
}
.ipro_zlbz_con{
    font-size: 15px;
    color: #2a2a2a;
    line-height: 30px;
}



@media (min-width:1801px) and (max-width:1900px){
    .contact2 ul li{
        width: 30%;
    }
    .yfptbs_fr{
        width: 28%;
    }
    .menupc li{
        margin: 0 1px;
    }
    .menupc li a{
        font-size: 18px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .iabout4_txt h3{
        padding-top: 35%;
    }
    .menupc li{
        margin: 0 1px;
    }
    .menupc li a{
        font-size: 16px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
    /*.about_fl1{
        margin: 8% 0 12% 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 20% auto 0 auto;
    }*/
    .proser_fl{
        width: 14%;
    }
    .proser_fr{
        width: 79%;
    }
    .news_fr_t_txt2{
        margin: 15px 0 30px 0;
    }
    .news_fr_b{
        margin-top: 33px;
        padding-top: 33px;
    }
    .news_fr_b li{
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .join_con ul li a{
        padding: 0 55px;
    }
    .contact2 ul li{
        width: 30%;
    }
    .ly1s label{
        width: 26%;
    }
    .ly1s input{
        width: 73%;
    }
    .ly2 label{
        width: 13%;
    }
    .ly2 textarea{
        width: 86.5%;
        height: 200px;
    }
    .ly2 input{
        margin: 0 1% 0 0.5%;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li.i3{
        right: 0;
    }
    .yfptbs_fl{
        width: 67%;
        padding: 11.5% 0 0 6%;
    }
    .yfptbs_fr{
        width: 30%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .iabout4_txt h3{
        padding-top: 32%;
    }
    .menupc li{
        margin: 0 5px;
    }
    .menupc li a{
        font-size: 16px;
        padding: 0px 25px 0 15px;
    }
    .menupc li a i{
        right: 14px;
    }
    .menupc ul li a{
        font-size: 15px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t3{
        margin-right: 5%;
        width: 20%;
    }
    .footer2_t4{
        width: 7%;
    }
    .footer2_t2{
        width: 78%;
    }
    /*.about_fl, .about_fr{
        margin-top: 50px;
    }
    .about_fl1{
        margin: 8% 0 12% 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 15% auto 0 auto;
    }
    .home-job{
        height: auto;
        padding: 40px 0 25% 0;
    }*/
    .index_title h3{
        font-size: 38px;
    }
    .about_fl1{
        margin: 45px 0;
        height: 210px;
    }
    .about_fr2 ul li h3 span{
        font-size: 66px;
    }
    .proser_fl{
        width: 15%;
    }
    .proser_fr{
        width: 78%;
    }
    .proser_txt1{
        width: 115px;
        height: 115px;
    }
    .news_con{
        margin: 50px 0 55px 0;
    }
    .news_con_fl{
        width: 40%;
    }
    .news_con_fr{
        width: 57%;
    }
    .news_fr_t_img{
        width: 32%;
    }
    .news_fr_t_txt{
        width: 68%;
    }
    .news_fr_t_txt2{
        margin: 15px 0 25px 0;
    }
    .news_fr_b{
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_fr_b li{
        margin-bottom: 38px;
        padding-bottom: 38px;
    }
    .news_fr_b_date{
        width: 14%;
    }
    .news_fr_b_date p{
        font-size: 30px;
    }
    .news_fr_b_txt{
        width: 86%;
    }
    .join_con{
        margin-top: 55px;
    }
    .join_con ul li a{
        padding: 0 45px;
    }
    .join_img{
        width: 100px;
        height: 100px;
    }
    .join_txt h3{
        font-size: 32px;
    }
    .join_txt p{
        font-size: 22px;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .icontact_fr2 ul li .tp{
        width: 100px;
        height: 90px;
    }
    .ly1s label{
        width: 26%;
    }
    .ly1s input{
        width: 73%;
    }
    .ly2 label{
        width: 13%;
    }
    .ly2 textarea{
        width: 86.5%;
        height: 200px;
    }
    .ly2 input{
        margin: 0 1% 0 0.5%;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li.i3{
        right: 0;
    }
    .iabout4_txt h3:after{
        margin: 20px auto;
    }
    .iarticle2 .swiper-container{
        width: 94%;
    }
    .yfptbs_fl{
        width: 67%;
        padding: 10% 0 0 6%;
    }
    .yfptbs_fr{
        width: 30%;
    }
    .inner_con_patent .table tbody tr td{
        padding: 25px 20px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .menupc li{
        margin: 0 5px;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .menupc ul li a{
        font-size: 14px;
    }
    .nav-fr{
        padding-left: 10px;
    }
    .nav-fr li{
        margin: 0 7px;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t3{
        margin-right: 5%;
        width: 20%;
    }
    .footer2_t4{
        width: 7%;
    }
    .footer2_t2{
        width: 78%;
    }
    /*.about_fl,.about_fr{
        margin-top: 50px;
    }
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 73%;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 27%;
	}
    .about_fl1{
        margin: 8% 0 12% 0;
    }
    .about_fl .index_more{
        margin-top: 10%;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 15% auto 0 auto;
    }
    .home-job{
        height: auto;
        padding: 40px 0 25% 0;
    }*/
    .index_title h3{
        font-size: 36px;
    }
    .home-about{
        margin: 100px auto;
    }
    .about_fl1{
        margin: 45px 0;
        height: 210px;
    }
    .about_fr2 ul li h3 span{
        font-size: 66px;
    }
    .home-production-service{
        padding: 100px 0;
    }
    .proser_fl{
        width: 17%;
    }
    .proser_fr{
        width: 76%;
    }
    .proser_txt1{
        width: 100px;
        height: 100px;
    }
    .proser_txt2{
        font-size: 22px;
        margin-top: 45px;
    }
    .home-news{
        margin: 100px auto;
    }
    .news_con{
        margin: 40px 0 45px 0;
    }
    .news_con_fl{
        width: 41%;
    }
    .news_con_fr{
        width: 56%;
    }
    .news_fr_t_img{
        width: 32%;
    }
    .news_fr_t_txt{
        width: 68%;
    }
    .news_fr_t_txt2{
        margin: 10px 0 20px 0;
    }
    .news_fr_b{
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_fr_b li{
        margin-bottom: 38px;
        padding-bottom: 38px;
    }
    .news_fr_b_date{
        width: 15%;
    }
    .news_fr_b_date p{
        font-size: 30px;
    }
    .news_fr_b_txt{
        width: 85%;
    }
    .home-join{
        padding: 100px 0;
    }
    .join_con{
        margin-top: 55px;
    }
    .join_con ul li a{
        padding: 0 45px;
    }
    .join_img{
        width: 100px;
        height: 100px;
    }
    .join_txt h3{
        font-size: 28px;
    }
    .join_txt p{
        font-size: 22px;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .icontact_fr2 ul li .tp{
        width: 90px;
        height: 81px;
    }
    .ly1s label{
        width: 26%;
    }
    .ly1s input{
        width: 73%;
    }
    .ly2 label{
        width: 13%;
    }
    .ly2 textarea{
        width: 86.5%;
        height: 200px;
    }
    .ly2 input{
        margin: 0 1% 0 0.5%;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li{
        font-size: 18px;
    }
    .idwhz li.i3{
        right: 0;
    }
    .iabout4_con{
        margin-left: 150px;
    }
    .iabout4_con li{
        padding: 0 20px;
    }
    .iabout4_txt h3:after{
        margin: 20px auto;
    }
    .iscjd{
        padding: 55px 25px;
        font-size: 24px;
    }
    .iarticle2 .swiper-container{
        width: 94%;
    }
    .yfptbs_fl{
        padding: 8% 0 0 6%;
        width: 67%;
    }
    .yfptbs_fr{
        width: 30%;
    }
    .inner_con_patent .table thead{
        font-size: 22px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 19px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 20px 15px;
    }
    .inner_con_pro .table thead{
        font-size: 22px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 19px;
    }
    .iabout4_txt h3{
        padding-top: 35%;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .iabout4_txt p{
        font-size: 17px;
    }
    .menupc li{
        margin: 0;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .menupc ul li a{
        font-size: 14px;
    }
    .nav-fr{
        padding-left: 10px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t1{
        width: 6%;
    }
    .footer2_t3{
        margin-right: 5%;
    }
    .footer2_t4{
        width: 8%;
    }
    .footer2_t2{
        width: 76%;
    }
    /*.about_fl{
        padding: 0 6%;
        margin-top: 50px;
    }
	.about_fr{
		margin-top: 50px;
	}
	.b-tp-content .b-tp-left {
	  width: 20%;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 73%;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 27%;
	  font-size: 12px;
	}
    .about_fl1{
        margin: 7% 0;
    }
    .about_fl .index_more{
        margin-top: 7%;
    }
    .pcate_txt .tp{
        width: 60px;
        height: 60px;
    }
    .pcate_txt h3{
        font-size: 26px;
    }
    .pro_con li a:hover .pcate_txt p{
        margin: 20px 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 15% auto 0 auto;
    }
    .home-job{
        height: auto;
        padding: 40px 0 25% 0;
    }
    .job_con{
        right: 26%;
    }*/
    .index_title h3{
        font-size: 34px;
    }
    .index_title p{
        font-size: 18px;
    }
    .home-about{
        margin: 80px auto;
    }
    .about_fl1{
        margin: 35px 0;
        height: 180px;
    }
    .about_fr2 ul li h3 span{
        font-size: 60px;
    }
    .home-production-service{
        padding: 80px 0;
    }
    .proser_fl{
        width: 17%;
    }
    .proser_fr{
        width: 76%;
    }
    .proser_txt1{
        width: 100px;
        height: 100px;
    }
    .proser_txt2{
        font-size: 22px;
        margin-top: 45px;
    }
    .home-news{
        margin: 80px auto;
    }
    .news_con{
        margin: 40px 0 45px 0;
    }
    .news_con_fl{
        width: 43%;
    }
    .news_con_fr{
        width: 54%;
    }
    .news_fr_t_img{
        width: 32%;
    }
    .news_fr_t_txt{
        width: 68%;
    }
    .news_fr_t_txt2{
        height: 60px;
        margin: 10px 0 20px 0;
    }
    .news_fr_b{
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_fr_b li{
        margin-bottom: 38px;
        padding-bottom: 38px;
    }
    .news_fr_b_date{
        width: 17%;
    }
    .news_fr_b_date p{
        font-size: 30px;
    }
    .news_fr_b_txt{
        width: 83%;
    }
    .home-join{
        padding: 80px 0;
    }
    .join_con{
        margin-top: 45px;
    }
    .join_con ul li a{
        padding: 0 35px;
    }
    .join_img{
        width: 90px;
        height: 90px;
    }
    .join_txt h3{
        font-size: 28px;
    }
    .join_txt p{
        font-size: 22px;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .ban_info{
        padding: 31px 6%;
        width: auto;
    }
    .icontact_fr2 ul li{
        margin-bottom: 7%;
    }
    .icontact_fr2 ul li .tp{
        width: 90px;
        height: 81px;
    }
    .ly1s label{
        width: 26%;
    }
    .ly1s input{
        width: 73%;
    }
    .ly2 label{
        width: 13%;
    }
    .ly2 textarea{
        width: 86.5%;
        height: 200px;
    }
    .ly2 input{
        margin: 0 1% 0 0.5%;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li{
        font-size: 18px;
    }
    .idwhz li.i3{
        right: 0;
    }
    .iabout4_con{
        margin-left: 120px;
    }
    .iabout4_con li{
        padding: 0 15px;
    }
    .iabout4_txt h3:after{
        margin: 15px auto;
    }
    .iscjd{
        padding: 55px 25px;
        font-size: 22px;
    }
    .iarticle1_con li h3 span{
        font-size: 90px;
    }
    .iarticle2 .swiper-container{
        width: 94%;
    }
    .yfptbs_fl{
        padding: 6% 0 0 6%;
        width: 67%;
    }
    .yfptbs_fr{
        width: 30%;
    }
    .inner_con_patent .table thead{
        font-size: 20px;
    }
    .inner_con_patent .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 18px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 15px 10px;
    }
    .inner_con_pro .table thead{
        font-size: 20px;
    }
    .inner_con_pro .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 18px;
    }
    .inner_con_pro .table tbody tr td{
        padding: 15px 10px;
    }
    .iabout4_txt h3{
        padding-top: 35%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .menupc ul li a{
        font-size: 14px;
    }
    .nav-fr{
        padding-left: 10px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t3{
        margin-right: 5%;
    }
    .footer2_t4{
        width: 9%;
    }
    .footer2_t2{
        width: 76%;
    }
    /*.about_fl{
        padding: 0 6% 0 4%;
        margin-top: 50px;
    }
	.about_fr{
	    margin-top: 50px;
	}
	.b-tp-content .b-tp-left {
	  width: 20%;
	}
	.b-tp-content .b-tp-right {
	  width: 80%;
	}
	.b-tp-content .b-tp-right .b-content .b-name {
	  font-size: 15px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 73%;
	  font-size: 13px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 27%;
	  font-size: 11px;
	}
    .about_fl1{
        margin: 5% 0;
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .about_fl2_fr{
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .about_fl .index_more{
        margin-top: 5%;
    }
    .pcate_txt .tp{
        width: 60px;
        height: 60px;
    }
    .pcate_txt h3{
        font-size: 26px;
    }
    .pro_con li a:hover .pcate_txt p{
        margin: 20px 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 15% auto 0 auto;
    }
    .home-job{
        height: auto;
        padding: 40px 0 25% 0;
    }
    .job_con{
        right: 26%;
    }*/
    .index_title h3{
        font-size: 32px;
    }
    .index_title p{
        font-size: 18px;
    }
    .home-about{
        margin: 70px auto;
    }
    .about_fl1{
        margin: 35px 0;
        height: 180px;
    }
    .about_fr2 ul li h3 span{
        font-size: 54px;
    }
    .home-production-service{
        padding: 70px 0;
    }
    .proser_fl{
        width: 20%;
    }
    .proser_fr{
        width: 73%;
    }
    .proser_txt1{
        width: 90px;
        height: 90px;
    }
    .proser_txt2{
        font-size: 20px;
        margin-top: 40px;
    }
    .home-news{
        margin: 70px auto;
    }
    .news_con{
        margin: 40px 0 45px 0;
    }
    .news_con_fl{
        width: 45%;
    }
    .news_con_fr{
        width: 52%;
    }
    .news_fr_t_img{
        width: 35%;
    }
    .news_fr_t_txt{
        width: 65%;
    }
    .news_fr_t_txt2{
        height: 60px;
        margin: 10px 0 20px 0;
    }
    .news_fr_b{
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_fr_b li{
        margin-bottom: 38px;
        padding-bottom: 38px;
    }
    .news_fr_b_date{
        width: 20%;
    }
    .news_fr_b_date p{
        font-size: 30px;
    }
    .news_fr_b_txt{
        width: 80%;
    }
    .home-join{
        padding: 70px 0;
    }
    .join_con{
        margin-top: 45px;
    }
    .join_con ul li a{
        padding: 0 35px;
    }
    .join_img{
        width: 80px;
        height: 80px;
    }
    .join_txt h3{
        font-size: 26px;
    }
    .join_txt p{
        font-size: 20px;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .contact2 ul li h3{
        font-size: 22px;
    }
    .ban_info{
        padding: 31px 4%;
        width: auto;
    }
    .icontact_fr1{
        padding-left: 15%;
    }
    .icontact_fr1 span{
        font-size: 32px;
    }
    .icontact_fr2{
        padding-left: 15%;
    }
    .icontact_fr2 ul li{
        margin-bottom: 7%;
    }
    .icontact_fr2 ul li .tp{
        width: 80px;
        height: 72px;
    }
    .icontact_fr2_txt h3{
        font-size: 22px;
    }
    .ifeedback_fr{
        width: 54%;
    }
    .ly1s label{
        width: 26%;
    }
    .ly1s input{
        width: 73%;
    }
    .ly2 label{
        width: 13%;
    }
    .ly2 input{
        margin: 0 1% 0 0;
    }
    .ly2 textarea{
        width: 87%;
        height: 200px;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li{
        font-size: 18px;
    }
    .idwhz li.i1{
        left: 12%;
    }
    .idwhz li.i3{
        right: 0;
    }
    .inews_txt{
        margin-left: 418px;
        padding: 0 60px 0 0;
    }
    .iabout4_con{
        margin-left: 120px;
    }
    .iabout4_con li{
        padding: 0 15px;
    }
    .iabout4_txt h3{
        padding-top: 45%;
    }
    .iabout4_txt h3:after{
        margin: 15px auto;
    }
    .iabout4_txt p{
        font-size: 16px;
    }
    .iscjd{
        width: 85%;
        padding: 55px 25px;
        font-size: 22px;
    }
    .iarticle1_con li h3 span{
        font-size: 80px;
    }
    .iarticle1_con li p{
        font-size: 22px;
        line-height: 1.8;
    }
    .iarticle2 .swiper-container{
        width: 93%;
    }
    .yfptbs_fl{
        padding: 5% 0 0 4%;
        width: 67%;
    }
    .yfptbs_fr{
        width: 30%;
        padding-right: 4%;
    }
    .iyfpt_b .swiper-pagination2{
        bottom: 20px;
    }
    .inner_con_patent .table thead{
        font-size: 18px;
    }
    .inner_con_patent .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 16px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 15px 10px;
    }
    .inner_con_pro .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_pro .table thead{
        font-size: 18px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 16px;
    }
    .inner_con_pro .table tbody tr td{
        padding: 15px 10px;
    }
    .footer2_t3 p br{
        display: block;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 96%;
    }
    .yx a{
        padding-top: 18px;
    }
    .yx img{
        height: 50px;
    }
    .menupc li{
        margin: 0;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0px 22px 0 12px;
    }
    .menupc li a i{
        right: 13px;
    }
    .menupc ul li a{
        font-size: 13px;
    }
    .nav-fr{
        padding-left: 10px;
    }
    .nav-fr li{
        margin: 0 5px;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t3{
        margin-right: 5%;
    }
    .footer2_t4{
        width: 9%;
    }
    .footer2_t2{
        width: 76%;
    }
    /*.about_fl{
        padding: 0 5% 0 3%;
        margin-top: 50px;
    }
	.about_fr{
	    margin-top: 50px;
	}
	.b-tp-content {
	  height: 80px;
	}
	.b-tp-content .b-tp-left {
	  width: 20%;
	  height: 80px;
	}
	.b-tp-content .b-tp-left .b-tp-left-name {
	  font-size: 30px;
	}
	.b-tp-content .b-tp-left .b-tp-left-row .b-tp-left-time {
	  font-size: 12px;
	}
	.b-tp-content .b-tp-right .b-content {
	  height: 80px;
	  padding: 14px 18px;
	}
	.b-tp-content .b-tp-right .b-content .b-name {
	  font-size: 14px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 72%;
	  font-size: 12px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 28%;
	  font-size: 11px;
	}
    .about_fl1{
        margin: 5% 0;
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .about_fl2_fr{
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .about_fl .index_more{
        margin-top: 5%;
    }
    .pcate_txt .tp{
        width: 60px;
        height: 60px;
    }
    .pcate_txt h3{
        font-size: 26px;
    }
    .pro_con li a:hover .pcate_txt p{
        margin: 20px 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 15% auto 0 auto;
    }
    .home-job{
        height: auto;
        padding: 40px 0 25% 0;
    }
    .job_con{
        right: 26%;
    }*/
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 18px;
    }
    .home-about{
        margin: 60px auto;
    }
    .about_fl1{
        margin: 35px 0;
        height: 180px;
    }
    .about_fr2 ul li h3 span{
        font-size: 50px;
    }
    .home-production-service{
        padding: 60px 0;
    }
    .proser_fl{
        width: 20%;
    }
    .proser_fr{
        width: 73%;
    }
    .proser_txt1{
        width: 90px;
        height: 90px;
    }
    .proser_txt2{
        font-size: 20px;
        margin-top: 40px;
    }
    .home-news{
        margin: 60px auto;
    }
    .news_con{
        margin: 40px 0 45px 0;
    }
    .news_con_fl{
        width: 45%;
    }
    .news_con_fr{
        width: 52%;
    }
    .news_fr_t_img{
        width: 35%;
    }
    .news_fr_t_txt{
        width: 65%;
    }
    .news_fr_t_txt2{
        height: 60px;
        margin: 10px 0 20px 0;
    }
    .news_fr_b{
        padding-top: 30px;
        margin-top: 30px;
    }
    .news_fr_b li{
        margin-bottom: 38px;
        padding-bottom: 38px;
    }
    .news_fr_b_date{
        width: 20%;
    }
    .news_fr_b_date p{
        font-size: 30px;
    }
    .news_fr_b_txt{
        width: 80%;
    }
    .home-join{
        padding: 60px 0;
    }
    .join_con{
        margin-top: 45px;
    }
    .join_con ul li a{
        padding: 0 35px;
    }
    .join_img{
        width: 70px;
        height: 70px;
    }
    .join_txt h3{
        font-size: 24px;
    }
    .join_txt p{
        font-size: 18px;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .contact2 ul li h3{
        font-size: 22px;
    }
    .contact2 ul li p{
        font-size: 17px;
    }
    .ban_info{
        padding: 31px 2%;
        width: auto;
    }
    .icontact_fr1{
        padding-left: 10%;
    }
    .icontact_fr1 span{
        font-size: 32px;
    }
    .icontact_fr2{
        padding-left: 10%;
    }
    .icontact_fr2 ul li{
        margin-bottom: 5%;
    }
    .icontact_fr2 ul li .tp{
        width: 80px;
        height: 72px;
    }
    .icontact_fr2_txt h3{
        font-size: 22px;
    }
    .ifeedback_fr{
        width: 54%;
    }
    .ly1s label{
        width: 25%;
    }
    .ly1s input{
        width: 74%;
    }
    .ly2 label{
        width: 12%;
    }
    .ly2 textarea{
        width: 87%;
        height: 200px;
    }
    .ly2 a{
        width: 15%;
    }
    .idwhz li{
        font-size: 18px;
    }
    .idwhz li.i1{
        left: 12%;
    }
    .idwhz li.i3{
        right: 0;
    }
    .inews_txt{
        margin-left: 418px;
        padding: 0 60px 0 0;
    }
    .iabout4_con{
        margin-left: 100px;
    }
    .iabout4_con li{
        padding: 0 15px;
    }
    .iabout4_txt h3{
        padding-top: 45%;
    }
    .iabout4_txt h3:after{
        margin: 10px auto;
    }
    .iabout4_txt p{
        font-size: 16px;
    }
    .iscjd{
        width: 90%;
        padding: 55px 25px;
        font-size: 22px;
    }
    .iarticle1_con li h3 span{
        font-size: 80px;
    }
    .iarticle1_con li p{
        font-size: 22px;
        line-height: 1.8;
    }
    .iarticle2 .swiper-container{
        width: 92%;
    }
    .yfptbs_fl{
        padding: 5% 0 0 2%;
        width: 67%;
    }
    .yfptbs_fr{
        width: 30%;
        padding-right: 2%;
    }
    .iyfpt_b .swiper-pagination2{
        bottom: 20px;
    }
    .inner_con_patent .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_patent .table thead{
        font-size: 18px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 16px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 15px 10px;
    }
    .inner_con_pro .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_pro .table thead{
        font-size: 18px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 16px;
    }
    .inner_con_pro .table tbody tr td{
        padding: 15px 10px;
    }
    .footer2_t3 p br{
        display: block;
    }
    .iabout4_txt h3{
        padding-top: 35%;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .home-banner .swiper-container .swiper-pagination-bullet-active{
        width: 24px;
    }
    .footer2_t3{
        margin-right: 5%;
    }
    .footer2_t4{
        width: 9%;
    }
    .footer2_t2{
        width: 76%;
    }
    /*.about_fl{
        margin-top: 30px;
        padding: 0 30px 0 15px;
    }
	.about_fr{
	    margin-top: 30px;
	}
	.b-tp-content {
	  height: 80px;
	}
	.b-tp-content .b-tp-left {
	  width: 20%;
	  height: 80px;
	}
	.b-tp-content .b-tp-left .b-tp-left-name {
	  font-size: 30px;
	}
	.b-tp-content .b-tp-left .b-tp-left-row .b-tp-left-time {
	  font-size: 12px;
	}
	.b-tp-content .b-tp-right .b-content {
	  height: 80px;
	  padding: 14px 18px;
	}
	.b-tp-content .b-tp-right .b-content .b-name {
	  font-size: 14px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 72%;
	  font-size: 12px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 28%;
	  font-size: 11px;
	}
    .index_title h3{
        font-size: 26px;
    }
    .about_fl1{
        font-size: 16px;
        line-height: 30px;
        height: 120px;
        margin: 20px 0;
    }
    .about_fl2_fr{
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .about_fl .index_more{
        margin-top: 20px;
    }
    .home-product{
        padding: 50px 0;
    }
    .pro_con{
        margin-top: 35px;
    }
    .pro_con li{
        padding: 0 5px;
    }
    .pcate_txt h3{
        font-size: 20px;
    }
    .pcate_txt .tp{
        width: 50px;
        height: 50px;
    }
    .pro_con li a:hover .pcate_txts{
        bottom: 10%;
    }
    .pro_con li a:hover .pcate_txt .tp{
        transform: rotateY(0deg);
        margin-top: 0;
    }
    .pro_con li a:hover .pcate_txt p{
        margin: 20px 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 20px auto 0 auto;
        transform: rotateY(0deg);
    }
    .home-job{
        height: auto;
        padding: 40px 0 20% 0;
    }
    .home-job .index_title p{
        font-size: 18px;
    }
    .home-job .index_more{
        margin-top: 35px;
    }
    .job_con{
        width: auto;
    }
    .job_con li:nth-child(3){
        float: left;
    }
    .job_txt h3{
        font-size: 20px;
    }*/
    .home-about{
        margin: 50px auto;
    }
    .index_title:after{
        margin: 20px auto 0 auto;
    }
    .home-production-service .index_title:after{
        margin: 0 auto 0 0;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 18px;
    }
    .about_fl{
        padding-bottom: 0;
        width: 48%;
    }
    .about_fl1{
        margin: 35px 0;
    }
    .about_fl2{
        display: none;
    }
    .about_fr{
        width: 48%;
    }
    .about_fr2{
        margin-top: 45px;
    }
    .about_fr2 ul li h3 span{
        font-size: 50px;
    }
    .home-production-service{
        padding: 50px 0;
    }
    .proser_fl{
        width: 20%;
    }
    .proser_fl_con{
        margin: 50px 0 75px 0;
    }
    .proser_fr{
        width: 73%;
    }
    .proser_fr ul li:nth-child(odd){
        margin-top: 70px;
    }
    .proser_txt1{
        width: 80px;
        height: 80px;
    }
    .proser_txt2{
        font-size: 18px;
        margin-top: 35px;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con{
        margin: 30px 0 35px 0;
    }
    .news_con_fl{
        width: 44%;
    }
    .news_con_fr{
        width: 51%;
    }
    .news_fr_t_img{
        width: 40%;
    }
    .news_fr_t_txt{
        width: 60%;
    }
    .news_fr_t_txt2{
        height: 60px;
        margin: 10px 0 20px 0;
    }
    .news_fr_b{
        margin-top: 25px;
        padding-top: 25px;
    }
    .news_fr_b li{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .news_fr_b_date{
        width: 20%;
    }
    .news_fr_b_txt{
        width: 80%;
    }
    .news_fr_b_date p{
        font-size: 26px;
    }
    .home-join{
        padding: 50px 0;
    }
    .join_con{
        margin-top: 35px;
    }
    .join_con ul li a{
        padding: 0 25px;
        height: 200px;
    }
    .join_img{
        width: 80px;
        height: 80px;
    }
    .join_txt{
        margin-left: 25px;
    }
    .join_txt h3{
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .join_txt p{
        font-size: 18px;
    }
    .home-contact{
        margin: 50px auto 0 auto;
    }
    .contact2{
        margin: 40px 0 50px 0;
    }
    .contact2 ul li{
        width: 33.3%;
    }
    .contact2 ul li h3{
        font-size: 20px;
    }
    .contact2 ul li p{
        line-height: 1.5;
    }
    .ban_info{
        padding: 25px 15px;
        bottom: 35px;
        width: auto;
    }
    .ban_info h3{
        font-size: 26px;
    }
    .ban_info p{
        font-size: 20px;
    }
    .inner_nav{
        margin-top: 35px;
    }
    .inner_con{
        margin: 50px 0;
    }
    .icontact_fr1{
        padding-left: 10%;
    }
    .icontact_fr1 span{
        font-size: 32px;
    }
    .icontact_fr2_txt h3{
        font-size: 20px;
    }
    .icontact_fr2{
        padding-left: 10%;
        margin-top: 20px;
    }
    .icontact_fr2 ul li{
        margin-bottom: 20px;
    }
    .icontact_fr2 ul li .tp{
        width: 70px;
        height: 63px;
    }
    .icontact_fl{
        float: none;
        width: 100%;
    }
    .icontact_fr{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .ifeedback_fr{
        width: 54%;
    }
    .ly1s label{
        width: 30%;
    }
    .ly1s input{
        width: 69%;
    }
    .ly2 label{
        width: 15%;
    }
    .ly2 textarea{
        width: 85%;
        height: 150px;
    }
    .ly2 input{
        margin: 0 1% 0 0;
    }
    .ly2 a{
        width: 15%;
    }
    .inner_con_job{
        margin-top: 35px;
    }
    .ijob dl{
        margin-bottom: 20px;
    }
    .zp-content{
        margin: 18px 33px 0 33px;
    }
    .zp-info-text{
        width: 100%;
        margin-bottom: 20px;
    }
    .zp-info-text:last-child{
        margin-bottom: 0;
    }
    .idwhz li p br{
        display: none;
    }
    .idwhz li.i1{
        width: 25%;
    }
    .idwhz li.i2{
        width: 25%;
    }
    .idwhz li.i3{
        width: 15%;
    }
    .inews_txt{
        margin-left: 405px;
        padding: 0 50px 0 0;
    }
    .inews_txt2{
        padding-left: 0;
    }
    .show_back_fr{
        width: 15%;
    }
    .iabout1_title{
        font-size: 26px;
    }
    .iabout1_con{
        line-height: 2;
    }
    .iabout2{
        margin: 50px 0;
    }
    .iabout2_con{
        margin-top: 35px;
    }
    .iabout2_con_t li{
        padding: 0 10px;
    }
    .iabout2_con_b_info{
        padding: 25px;
    }
    .iabout3{
        padding: 50px 0;
    }
    .iabout4{
        padding: 50px 0;
    }
    .iabout4_con{
        margin-left: 80px;
    }
    .iabout4_con li{
        padding: 0 10px;
    }
    .iabout4_txt h3{
        padding-top: 25%;
        font-size: 24px;
    }
    .iabout4_txt h3:after{
        margin: 15px auto;
    }
    .iabout4_txt p{
        font-size: 16px;
        line-height: 1.4;
    }
    .iabout4_txt p br{
        display: none;
    }
    .iabout4_txt span{
        right: 15px;
        top: 15px;
    }
    .iscjd{
        padding: 50px 25px;
        margin: -10% auto 0 auto;
    }
    .iarticle1{
        padding: 50px 0;
    }
    .article_title h3{
        font-size: 26px;
    }
    .article_title p{
        font-size: 18px;
    }
    .iarticle1_con{
        margin: 35px 0;
    }
    .iarticle1_con li h3 span{
        font-size: 70px;
    }
    .iarticle1_con li p{
        font-size: 20px;
        line-height: 1.5;
    }
    .iarticle3{
        padding: 45px 0 50px 0;
    }
    .iarticle3_con{
        margin: 35px 0;
    }
    .icareer{
        margin: 35px 0;
    }
    .iyfpt_t ul li{
        margin: 0 15px;
    }
    .iyfpt_t ul li a{
        padding: 12px 5px;
        line-height: 25px;
    }
    .iyfpt_b{
        margin-top: 35px;
    }
    .yfptbs_fl{
        padding: 6% 0 0 15px;
        width: 65%;
    }
    .yfptbs_fls{
        width: 100%;
        padding: 30px 25px;
    }
    .yfptbs_fls_1:after{
        margin: 20px auto
    }
    .yfptbs_fr{
        padding-right: 15px;
        width: 30%;
    }
    .inner_con_patent{
        margin-top: 35px;
    }
    .ipatentsj{
        display: block;
    }
    .inner_con_patent .table thead{
        font-size: 18px;
    }
    .inner_con_patent .table thead td{
        padding: 0 5px 15px 5px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 16px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 15px 5px;
    }

    .inner_con_pro .table thead{
        font-size: 18px;
    }
    .inner_con_pro .table thead td{
        padding: 0 5px 15px 5px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 16px;
    }
    .inner_con_pro .table tbody tr td{
        padding: 15px 5px;
    }
    .inner_con_pro .table tbody tr:first-child td:first-child img{
        display: none;
    }
    .footer2_t3 p br{
        display: block;
    }
	
	
	.g-history-banner{
		height: 485px;
	}
	.g-history-banner .history-list .in-hover{
		top: -310px;
	}
	.g-history-banner .history-list .in-hover .in-hover-right {	
	  padding: 30px;
	}
	.b-hove-ye-name {
	  font-size: 50px;
	  line-height: 50px;
	}
	.b-hove-ye-name1 {
	  font-size: 16px;
	}
	.g-history-banner .history-list .in-hover .in-hover-right .b-hove-text {
	  font-size: 12px;
	  line-height: 24px;
	
	}
	.g-history-swiper .g-history-banner .g-history-prev,.g-history-swiper .g-history-banner .g-history-next{
		top: 350px;
	}
}

@media(max-width:820px) {
    .about_fl1{
        height: 180px;
    }
    .about_fr2 ul li h3 span{
        font-size: 40px;
    }
    .home-production-service .container1{
        flex-direction: column;
    }
    .proser_fl{
        width: 100%;
    }
    .proser_fr{
        width: 100%;
        margin-top: 35px;
    }
    .home-production-service .index_title{
        text-align: center;
    }
    .home-production-service .index_title:after{
        margin: 20px auto;
    }
    .proser_fl_con{
        text-align: center;
        margin: 20px 0 35px 0;
    }
    .home-production-service .index_more a{
        margin: 0 auto;
    }
    .news_fl_txt{
        padding: 20px 23px;
    }
    .news_fl_txt1{
        font-size: 18px;
    }
    .news_fr_t_txt1{
        font-size: 18px;
    }
    .news_fr_b li{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news_fr_b_date{
        padding: 0 12px;
    }
    .news_fr_b_date p{
        font-size: 22px;
    }
    .news_fr_b_date span{
        font-size: 14px;
    }
    .news_fr_t_txt{
        padding-left: 20px;
    }
    .news_fr_b{
        margin-top: 15px;
        padding-top: 15px;
    }
    .news_fr_b_txt{
        padding-left: 20px;
    }
    .news_fr_b_txt1{
        font-size: 18px;
    }
    .join_con ul li a{
        padding: 0 15px;
    }
    .join_img{
        width: 60px;
        height: 60px;
    }
    .join_txt{
        margin-left: 15px;
    }
    .join_txt h3{
        font-size: 20px;
    }
    .join_txt p{
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .footer2_t2{
        margin: 0 3%;
    }
    .footer2_t3{
        width: 24%;
        margin-right: 3%;
    }
    .footer2_b p{
        font-size: 14px;
    }
    .footer2_b p a{
        font-size: 14px;
    }
    /*.about_fl{
       float: none;
       width: 100%;
       padding: 0 15px;
       margin: 30px 0;
    }
	.about_fr {
	  float: none;
	  width: 100%;
	  padding: 0 15px;
	}
	.b-tp-content .b-tp-left {
	  width: 15%;
	}
	.b-tp-content .b-tp-right {
	  width: 85%;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 80%;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 20%;
	}
    .index_title h3, .about_fr .b-index_title h3{
        font-size: 24px;
    }
	  .about_fr .swiper-pagination1 {
		bottom: 20px;
		right: 15px;
	  }
    .pcate_txt .tp{
        width: 40px;
        height: 40px;
    }
    .pcate_txt h3{
        font-size: 18px;
    }
    .pcate_txt p{
        margin: 0 0 10px 0;
    }
    .pro_con li a:hover .pcate_txt p{
        margin: 10px 0;
    }
    .pro_con li a:hover .pcate_txt span{
        margin: 10px auto 0 auto;
    }
    .home-job{
        padding: 40px 0 15% 0;
    }
    .job_con{
        right: 30%;
    }
    .job_con li a{
        width: 158px;
        height: 158px;
        padding: 20px 15px;
    }
    .job_img{
        width: 40px;
        height: 40px;
    }
    .job_txt{
        margin-top: 15px;
    }
    .job_txt h3{
        font-size: 18px;
    }
    .job_txt p{
        font-size: 15px;
    }
    .job_txt span{
        top: 20px;
        right: 15px;
    }*/
    .contact2 ul li .tp{
        width: 60px;
        height: 54px;
    }
    .contact2 ul li h3{
        font-size: 18px;
    }
    .contact2 ul li p{
        font-size: 16px;
    }
    .ban_info{
        padding: 15px;
        bottom: 25px;
    }
    .ban_info h3{
        font-size: 24px;
    }
    .ban_info p{
        font-size: 18px;
    }
    .inner_con_feedback .tp{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .ifeedback_fr{
        float: none;
        width: 100%;
    }
    .zp-title a{
        font-size: 16px;
    }
    .idwhz li{
        font-size: 16px;
    }
    .inews li a .pic{
        width: 280px;
    }
    .inews_txt{
        margin-left: 300px;
    }
    .inews_txt1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .inews_txt3{
        padding-top: 15%;
    }
    .inews_date p{
        font-size: 30px;
    }
    .inews_date em{
        margin-top: 35px;
    }
    .show_back_fr{
        width: 18%;
    }
    .iabout1_title{
        font-size: 22px;
    }
    .iabout1_con{
        font-size: 16px;
    }
    .inner_title h3{
        font-size: 24px;
    }
    .inner_title p{
        font-size: 20px;
    }
    .iabout2_con_t li{
        padding: 0 5px;
    }
    .iabout2_txt{
        margin-top: 25px;
    }
    .iabout2_txt h3{
        font-size: 20px;
    }
    .iabout3_txt1{
        font-size: 28px;
    }
    .iabout3_txt2{
        font-size: 18px;
    }
    .iabout3_con li:nth-child(odd) .iabout3_txt{
        padding-left: 20px;
    }
    .iabout3_con li:nth-child(even) .iabout3_img{
        padding-left: 20px;
    }
    .iabout4 .inner_title{
        writing-mode:inherit;
        text-align: center;
        float: none;
        padding-top: 0;
    }
    .iabout4_con{
        margin-left: 0;
        margin-top: 35px;
    }
    .iabout4_con li{
        padding: 0 5px;
    }
    .iabout4_txt h3{
        font-size: 20px;
    }
    .iabout4_txt p{
        font-size: 14px;
        line-height: 1.3;
    }
    .iscjd{
        font-size: 22px;
    }
    .article_title h3{
        font-size: 22px;
    }
    .article_title p{
        font-size: 16px;
        padding: 15px 0;
    }
    .iarticle1_con li{
        padding: 0 5px;
    }
    .iarticle1_con li h3 span{
        font-size: 50px;
    }
    .iarticle1_con li p{
        font-size: 17px;
    }
    .honor_img{
        padding: 5px;
    }
    .honor_txt{
        padding: 20px 15px;
    }
    .honor_txt1{
        margin-bottom: 5px;
    }
    .honor_txt2{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .iarticle3_con li{
        padding: 0 10px;
    }
    .iyfpt_t ul li{
        margin: 0 15px;
    }
    .iyfpt_t ul li a{
        font-size: 16px;
    }
    .iyfpt_b{
        margin-top: 25px;
    }
    .yfptbs_fl{
        padding: 0 0 0 15px;
        background: none;
        margin: 15px 0 30px 0;
    }
    .yfptbs_fls{
        box-shadow: 0 0 15px rgba(51,51,51,.14);
    }
    .yfptbs_fls_1{
        font-size: 22px;
    }
    .yfptbs_fr{
        margin-top: 15px;
    }
	
	.g-history-banner .history-list .in-hover{
		width: 100%;
	}
	.g-history-banner .swiper-slide-active .history-list .in-hover {
	  opacity: 9;
	}
	.g-history-banner .swiper-slide-next .history-list .in-hover{
		opacity: 0;
	}
	.g-history-banner .swiper-slide-active .history-list .circle {
	  border: 1px solid #48A158;
	}
	.g-history-banner .swiper-slide-active .history-list .circle .circle_1 {
	  background: #48A158;
	  border: 1px solid #48A158;
	  color: #FFFFFF;
	}
	
	
	
	.b-download .b-content {
	  width: 100%;
	}

}

@media(max-width:600px) {
    .nav-fr{
        margin-right: 40px;
        background: none;
        padding-left: 0;
    }
    .nav-fr li:nth-child(3),.nav-fr li:nth-child(4){
        display: none;
    }
    .footer2_t{
        padding: 30px 0;
    }
    .footer2_t1{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer2_t2{
        float: none;
        width: 100%;
        display: none;
        margin: 0;
    }
    .footer2_t3{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .footer2_t4{
        float: none;
        width: 100%;
    }
    .footer2_b{
        padding: 10px 0;
    }
    .index_title h3/*,.about_fr .b-index_title h3*/{
        font-size: 20px;
    }
    .index_title p{
        font-size: 16px;
    }
    /*.about_fl{
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .about_fl .index_more a{
        margin: 0 auto;
    }
    .about_fr{
        float: none;
        width: 100%;
    }
	.b-tp-content {
	  height: 60px;
	}
	.b-tp-content .b-tp-left {
	  width: 20%;
	  height: 60px;
	}
	.b-tp-content .b-tp-left .b-tp-left-name {
	  font-size: 20px;
	}
	.b-tp-content .b-tp-left .b-tp-left-row img {
	  max-width: 20%;
	}
	.b-tp-content .b-tp-left .b-tp-left-row .b-tp-left-time {
	  font-size: 10px;
	}
	.b-tp-content .b-tp-right {
	  width: 80%;
	  height: 60px;
	}
	.b-tp-content .b-tp-right .b-content {
	  height: 60px;
	  padding: 10px 10px;
	} 
	.b-tp-content .b-tp-right .b-content .b-name {
	  font-size: 12px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-left {
	  width: 70%;
	  font-size: 10px;
	}
	.b-tp-content .b-tp-right .b-content .b-text .b-text-right {
	  width: 30%;
	  font-size: 10px;
	}
	.about_fr .swiper-pagination1 {
	  bottom: 8px;
	  right: 5px;
	}
	.about_fr .swiper-pagination-bullet {
	  width: 6px;
	  height: 6px;
	}
    .home-product{
        padding: 30px 0;
    }
    .pro_con{
        margin-top: 20px;
    }
    .pro_con li{
        width: 50%;
        margin-bottom: 10px;
    }
    .home-product .index_more{
        margin-top: 20px;
    }
    .home-job{
        padding: 30px 0;
    }
    .job_con{
        position: inherit;
        right: inherit;
        top: inherit;
        margin-top: 20px;
        overflow: hidden;
    }
    .job_con li:nth-child(3){
        float: right;
    }
    .job_con li{
        width: 50%;
    }
    .job_con li a{
        width: auto;
    }*/
    .home-about{
        margin: 30px auto;
    }
    .index_title h3{
        font-size: 20px;
    }
    .index_title p{
        font-size: 16px;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .about_fr{
        float: none;
        width: 100%;
    }
    .about_fl .index_title:before{
        margin-bottom: 20px;
    }
    .about_fl1{
        margin: 20px 0;
    }
    .about_fr{
        margin-top: 30px;
    }
    .about_fr2{
        margin-top: 20px;
    }
    .about_fr2 ul li h3 span{
        font-size: 30px;
    }
    .home-production-service{
        padding: 30px 0 10px 0;
    }
    .proser_fr{
        margin-top: 20px;
    }
    .proser_fr ul{
        justify-content: center;
    }
    .proser_fr ul li:nth-child(odd){
        margin-top: 0;
    }
    .proser_fr ul li{
        width: 30%;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .proser_fr ul li:last-child{
        margin-right: 5%;
    }
    .proser_fr ul li:nth-child(3n){
        margin-right: 0;
    }
    .proser_txt1{
        width: 60px;
        height: 60px;
    }
    .proser_txt2{
        font-size: 16px;
        margin-top: 25px;
    }
    .home-news{
        margin: 30px auto;
    }
    .news_con{
        flex-direction: column;
        margin: 20px 0 25px 0;
    }
    .news_con_fl{
        width: 100%;
    }
    .news_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .home-join{
        padding: 30px 0;
    }
    .join_con{
        margin-top: 20px;
    }
    .join_con ul li{
        width: 100%;
    }
    .join_con ul li a{
        height: 150px;
    }
    .home-contact{
        margin: 30px auto 0 auto;
    }
    .contact1{
        margin-top: 20px;
        padding: 25px 0;
    }
    .contact1 p{
        font-size: 18px;
    }
    .contact1 span{
        font-size: 22px;
    }
    .contact2{
        margin: 30px 0;
    }
    .contact2 ul{
        display: inherit;
    }
    .contact2 ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .contact2 ul li:last-child{
        margin-bottom: 0;
    }
    .contact2 ul li h3{
        margin: 20px 0 10px 0;
    }
    .ban_info{
        padding: 10px 15px;
        bottom: 15px;
    }
    .ban_info h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ban_info p{
        font-size: 12px;
    }
    .inner_nav{
        margin-top: 0;
    }
    .inner_nav p{
        float: none;
        width: 100%;
    }
    .inner_nav ul{
        float: none;
        width: 100%;
    }
    .inner_nav ul li a{
        font-size: 15px;
    }
    .inner_con{
        margin: 30px 0;
    }
    .inner_con_contact{
        margin-top: 20px;
    }
    .icontact_fr1{
        padding-left: 0;
        justify-content: center;
    }
    .icontact_fr1 p{
        font-size: 18px;
    }
    .icontact_fr1 span{
        font-size: 22px;
    }
    .icontact_fr2{
        padding: 0 15px;
    }
    .icontact_fr2 ul li{
        display: inherit;
    }
    .icontact_fr2 ul li .tp{
        float: left;
        width: 50px;
        height: 45px;
    }
    .icontact_fr2_txt{
        margin-left: 70px;
    }
    .icontact_fr2_txt h3{
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .icontact_fr2_txt p{
        line-height: 1.5;
        font-size: 16px;
    }
    .ly1{
        margin-bottom: 0;
    }
    .ly1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .ly1s label{
        width: 25%;
    }
    .ly1s input{
        width: 74%;
        font-size: 15px;
    }
    .ly2 label {
        width: 25%;
    }
    .ly2 textarea {
        width: 74%;
        height: 150px;
        font-size: 15px;
    }
    .ly2 input{
        width: 53%;
        font-size: 15px;
    }
    .ly2 a{
        width: 20%;
    }
    .inner_con_job{
        margin-top: 20px;
    }
    .ijob dl{
        margin-bottom: 15px;
    }
    .zp-title a{
        padding: 0 15px;
    }
    .zp-content{
        margin: 15px;
    }
    .zp-info-text h3{
        font-size: 16px;
    }
    .jiob_link{
        margin: 20px 0;
    }
    .pagination a{
        width: 34px;
        line-height: 32px
    }
    .idwhz li{
        font-size: 12px;
    }
    .idwhz li.i1{
        left: 5%;
    }
    .idwhz li.i2{
        width: 35%;
    }
    .idwhz li.i3{
        right: 0;
        width: 20%;
    }
    .inews li{
        margin-bottom: 15px;
    }
    .inews li a{
        padding-right: 0;
    }
    .inews li a:after{
        display: none;
    }
    .inews li a .pic{
        float: none;
        width: 100%;
    }
    .inews_txt{
        margin-top: 20px;
        margin-left: 0;
        padding-right: 0;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 75px;
    }
    .inews_txt3{
        display: none;
    }
    .inews_date{
        width: 90px;
        height: 70px;
        background-color: #f5f5f5;
    }
    .inews_date p{
        font-size: 20px;
        padding: 10px 0 5px 0;
    }
    .inews_date span{
        font-size: 18px;
    }
    .inews_date em{
        display: none;
    }
    .show_title h3{
        font-size: 18px;
    }
    .show_content{
        padding: 20px 0;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .iabout1{
        padding: 30px 0;
    }
    .iabout1_title{
        font-size: 18px;
    }
    .iabout1_con{
        line-height: 30px;
    }
    .iabout2{
        margin: 30px 0;
    }
    .inner_title h3{
        font-size: 20px;
    }
    .inner_title p{
        font-size: 18px;
    }
    .iabout2_con{
        margin-top: 20px;
    }
    .iabout2_txt{
        margin-top: 15px;
    }
    .iabout2_txt h3{
        font-size: 16px;
    }
    .iabout2_txt h3:after{
        margin: 10px auto;
    }
    .iabout2_txt p{
        font-size: 14px;
    }
    .iabout2_con_b_info{
        padding: 15px;
    }
    .iabout3{
        padding: 30px 0;
    }
    .iabout3_con ul:before{
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .iabout3_con ul:after{
        left: 25px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .iabout3_con li{
        background: url(../images/pli.png) no-repeat 14px 30px;
        margin-bottom: 15px;
    }
    .iabout3_con li:hover{
        background: url(../images/pli_h.png) no-repeat 14px 30px;
    }
    .iabout3_con li:nth-child(odd) .iabout3_img{
        float: none;
        padding-right: 0;
    }
    .iabout3_con li:nth-child(odd) .iabout3_txt{
        float: none;
        padding-left: 60px;
    }
    .iabout3_con li:nth-child(even) .iabout3_img{
        float: none;
    }
    .iabout3_con li:nth-child(even) .iabout3_txt{
        float: none;
        padding-right: 0;
        text-align: left;
        padding-left: 60px;
    }
    .iabout3_img{
        width: 100%;
        margin-bottom: 10px;
    }
    .iabout3_img .pic{
        width: 130px;
        height: 130px;
        border: 8px solid #d2e6d6;
    }
    .iabout3_txt{
        width: 100%;
    }
    .iabout3_con li:nth-child(odd) .iabout3_img .pic{
        margin: 0 auto 0 60px;
    }
    .iabout3_con li:nth-child(even) .iabout3_img .pic{
        margin: 0 auto 0 60px;
    }
    .iabout3_txt1{
        font-size: 24px;
    }
    .iabout3_txt2{
        font-size: 16px;
    }
    .iabout4{
        padding: 30px 0;
    }
    .iabout4_con{
        margin-top: 20px;
    }
    .iabout4_con li{
        width: 50%;
        margin-bottom: 10px;
    }
    .inner_con_scjd{
        margin-top: 20px;
    }
    .iscjd{
        width: 90%;
        padding: 20px 15px;
        font-size: 18px;
    }
    .iscjd p:after{
        margin: 15px auto 0 auto;
    }
    .iarticle1{
        margin-top: 20px;
        padding: 30px 0;
    }
    .iarticle1_con{
        margin: 20px 0 5px 0;
    }
    .iarticle1_con li{
        width: 50%;
        margin-bottom: 15px;
    }
    .iarticle1_con li h3{
        margin-bottom: 10px;
    }
    .iarticle1_con li h3 span{
        font-size: 40px;
    }
    .iarticle2{
        margin: 30px 0;
    }
    .iarticle2 .swiper-container{
        width: 82%;
    }
    .honor_txt{
        padding: 15px 10px;
    }
    .honor_txt2{
        font-size: 16px;
    }
    .honor_txt3{
        line-height: 25px;
        height: 50px;
    }
    .iarticle3{
        padding: 30px 0;
    }
    .iarticle3_con{
        margin: 20px 0 5px 0;
    }
    .iarticle3_con li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .iarticle3_date{
        width: 90px;
        height: 90px;
    }
    .iarticle3_dates{
        padding: 18px 0 0 12px;
    }
    .iarticle3_date p{
        font-size: 20px;
    }
    .iarticle3_txt{
        margin-left: 100px;
        height: 90px;
        padding: 35px 15px;
        font-size: 16px;
    }
    .icareer{
        margin: 20px 0;
    }
    .inner_con_yfpt{
        margin-top: 20px;
    }
    .iyfpt_t ul{
        display: inherit;
    }
    .iyfpt_t ul li{
        float: left;
        width: 50%;
        margin: 0 0 10px 0;
        padding: 0 10px;
    }
    .iyfpt_b{
        margin-top: 10px;
    }
    .yfptbs_fl{
        float: none;
        width: 100%;
        padding: 0 15px;
        margin: 15px 0 30px 0;
    }
    .yfptbs_fls{
        padding: 25px 15px;
    }
    .yfptbs_fls_1{
        font-size: 20px;
    }
    .yfptbs_fr{
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .iyfpt_b{
        padding-bottom: 30px;
    }
    .inner_con_patent{
        margin-top: 20px;
    }
    .inner_con_patent .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_patent .table thead{
        font-size: 16px;
    }
    .inner_con_patent .table tbody tr{
        font-size: 14px;
    }
    .inner_con_patent .table tbody tr td{
        padding: 15px 10px;
    }
    .inner_con_pro .table thead td{
        padding: 0 10px 15px 10px;
    }
    .inner_con_pro .table thead{
        font-size: 16px;
    }
    .inner_con_pro .table tbody tr{
        font-size: 14px;
    }
    .inner_con_pro .table tbody tr td{
        padding: 15px 10px;
    }
    .footer2_t3 p br{
        display: none;
    }
    .iabout4_txt h3:after{
        margin: 10px auto;
    }
    .iabout4_txt p{
        font-size: 13px;
    }
	
	
	.g-history-swiper{
		padding: 40px 0 0;
	}
	.g-history-banner {
	  height: 300px;
	}
	.g-history-banner .history-list .in-hover {
	  top: -176px;
	}
	.g-history-banner .history-list .in-hover .in-hover-right {
	  padding: 10px;
	}	
	.b-hove-ye-name {
	  font-size: 30px;
	  line-height: 30px;
	}
	.b-hove-ye-name1 {
	  font-size: 10px;
	}
	
	.g-history-banner .history-list .in-hover .in-hover-right .b-hove-text {
	  font-size: 10px;
	  line-height: 18px;
	  margin-top: 10px;
	}
	.g-history-banner .history-list .circle{
		width: 60px;
		height: 60px;
		top: -2px;
	}
	.g-history-banner .history-list .circle .circle_1 {
	  width: 42px;
	  height: 42px;
	  line-height: 42px;
	  font-size: 12px;
	}
	.g-history-swiper .g-history-banner .g-history-prev, .g-history-swiper .g-history-banner .g-history-next {
	  top: 258px;
	}
	
	
	.b-download .b-content{
		padding: 10px 15px;
		margin-bottom: 20px;
	}
	.b-download .b-content .b-left .b-pic {
	  width: 70px;
	  height: 70px;
	}
	.b-download .b-content .b-left .b-pic img{
		max-width: 44%;
	}
	.b-download .b-content .b-left .b-left-column .b-name {
	  font-size: 14px;
	}
	.b-download .b-content .b-left .b-left-column .b-text {
	  font-size: 11px;
	  line-height: 17px;
	}
	.b-download .b-content .b-right .b-pic{
		width: 30px;
		height: 30px;
	}
	.b-download .b-content .b-right .b-pic img{
		max-width: 49%;
	}
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .ban_info{
        padding: 10px 15px;
        bottom: 10px;
    }
    .ban_info h3{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ban_info p{
        font-size: 12px;
    }
    .ly1s label{
        font-size: 14px;
    }
    .ly2 label{
        font-size: 14px;
    }
    .show_back_fr a{
        background: #00937d url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
}














