﻿@charset "utf-8";
/* =====================内页样式======================== */
/* ***********************************************************共用部分*********************************************************** */
/* banner */
.pubbanner{width: 100%;overflow: hidden;position: relative; padding-top:100px;}
.pubbanner-img{width: 100%;min-height: auto;object-fit: cover;}
.pubbanner-words{position: absolute;z-index: 4;color: #fff;bottom: 46px;left: 116px;}
.pubbanner-tolt{left: 94px;}
.pubbanner-words h6{font-size: 48px;font-weight: 300;opacity: 0;}
.pubbanner-words p{font-size: 18px;margin-top: 12px;opacity: 0;}
.pubbanner-line:before, .pubbanner-line:after{content: "";opacity: 0;transition: all .4s ease 1s;height: 100%;width: 1px;background: #fff;position: absolute;top: 0;transform: rotate(30deg);}
.pubbanner-line:before{left: -28px;}
.pubbanner-line:after{right: -16px;}
.pubbanner-active.pubbanner-line:before,.pubbanner-active.pubbanner-line:after{opacity: .3;}
.pubbanner-active.pubbanner-words h6{animation: pubMove 1s ease both 100ms;}
.pubbanner-active.pubbanner-words p{animation: pubMove 1s ease both 300ms;}
@keyframes pubMove{0%{transform: translateX(240px);opacity: 0;}100%{transform: translateX(0);opacity: 1;}}
.pubbanner-up{position: absolute;bottom: 124px;left: 24px;writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;font-size: 70px;color: #fff;opacity: .2;}

/* 小菜单 */
.pubmenu{width: 100%;overflow: hidden;font-size: 0;padding: 28px 60px 18px 0;text-align: right;}
.pubmenu a, .pubmenu span{display: inline-block;vertical-align: middle;font-size: 14px;color: #aaa;transition: all .4s ease;}
.pubmenu span{margin: 0 6px;}
.pubmenu a.ontrue, .pubmenu a:hover{color: #d4aa5a;}

/* 第一屏文字介绍 */
.pubscroll{width: 100%;}
.pubscroll-contain{width: 1200px;margin: 0 auto;position: relative;padding-bottom: 64px;border-bottom: 1px solid #e5e5e5;}
.pubscroll-letter{font-size: 180px;color: #581829;opacity: 0;font-family: 'DinM';position: absolute;z-index: 1;right: 0;top: -16px;line-height: .8em;user-select: none;}
.pubscroll-fonts{width: 100%;position: relative;z-index: 4;opacity: 0;}
.pubscroll-active.pubscroll .pubscroll-letter{animation: pubScale 1.8s ease both 800ms;}
@keyframes pubScale{0%{transform: scale(0);opacity: 0;}100%{transform: scale(1);opacity: 0.06;}}
.pubscroll-active.pubscroll .pubscroll-fonts{animation: pubMove 1s ease both 400ms;}

/* 标题 */
.pubtitle{display: inline-block;font-size: 0;}
.pubtitle span,.pubtitle h6{display: inline-block;vertical-align: inherit;}
.pubtitle span{font-size: 80px;color: #cbcccc;text-transform: uppercase;margin-right: 10px;font-family: 'DinM';line-height: .8em;}
.pubtitle h6 b{font-size: 24px;color: #551526;font-weight: normal;padding: 0 36px 0 32px;position: relative;}
.pubtitle h6 b:before, .pubtitle h6 b:after{content: "";position: absolute;background-repeat: no-repeat;}
.pubtitle h6 b:before{background-image: url('../images/birdL.png');left: 0;bottom: 0;width: 25px;height: 24px;}
.pubtitle h6 b:after{background-image: url('../images/birdR.png');right: 0;top: -10px;width: 33px;height: 32px;}
.pubtitle h6 p{font-size: 32px;color: #cbcccc;font-family: 'DinM';margin-top: 6px;}
.pubtitle-white span, .pubtitle-white h6 b, .pubtitle-white h6 p{color: #fff;}
.about-tit{ text-align:left;}



.contain{width: 1200px;margin: 0 auto;}

/* 分页 */
.pubfullpage{width: 100%;text-align: center;font-size: 0;float:left;margin-bottom:5%;}
.pubfullpage a{display: inline-block;width: 45px;height: 45px;border: 1px solid #e5e5e5;line-height: 45px;font-size: 16px;color: #888;margin: 0 3px;transition: all .4s ease;}
.pubfullpage a:first-child, .pubfullpage a:last-child{width:60px;}
.pubfullpage a:hover, .pubfullpage a.on{border-color: #03968c;background: #03968c;color: #fff;}




.top-nav {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.top-nav .title {
    float: left;
}
.top-nav .title {
    text-align: left;
}.top-nav .title i {
    margin-right: 15px;
}
.title .point {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #03968c;
    border-radius: 50%;
}
.title .point, .title > b {
    display: inline-block;
    vertical-align: middle;
}.title .point::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    content: '';
    border-radius: 50%;
    background-color:#03968c;
}.top-nav .title h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.title h3 {
    font-size: 48px;
    font-weight: bold;
    margin: 15px 0 25px;
        margin-bottom: 25px;
    color: #333;
}.top-nav .inside-nav {
    float: right;
}
.top-nav .inside-nav {
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}.top-nav .inside-nav .nav-wrap {
    overflow-x: auto;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
}.top-nav .inside-nav ul
{
    font-size: 15px;

    position: relative;

    display: inline-block;

}
.top-nav .inside-nav ul li
{
    display: inline-block;

    vertical-align: middle;

    color: #283a5e;
}
.top-nav .inside-nav ul li.active a {
    color: #fff;
    background-color: #03968c;
}.top-nav .inside-nav ul li a { color:#333;
    font-weight: bold;
    display: block;
    padding: 10px 40px;
    -webkit-transition: .15s;
    transition: .15s;
    border-radius: 20px;
}
.top-nav .inside-nav ul li a:hover{ color: #fff;
    background-color: #03968c;}
.nabout{padding-bottom:5%;}

/*news*/
.news-list {
    margin-top:0px;margin-bottom:30px;float:left;width:100%;
}.news-list li
{
    margin-top: 60px;float:left;width: 33.33333333%;position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.news-list .item p{}
.news-list .item
{
    overflow: hidden; background-color:#f4f4f4;padding:5%;
} .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    } .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }.news-list .item:hover .more a
    {
        background-color: #03968c;
    }.news-list .item > b
{
    font-size: 16px;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
.news-list .item .more a {
    font-size: 12px;
    line-height: 40px;
    display: block;
    width: 150px;
    height: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    background-color: #575757;
}.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}.news-list .img-box {
    padding-bottom: 56.14035088%;
}

.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.date{margin-bottom:10px;margin-top:10px;}
.item .more{margin-top:20px;}

.news-list .item p{font-size: 16px;color: #333;line-height: 32px;margin-top: 0px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}

.info {
    padding-top: 40px;
}
.date {
    font-weight: bold;
    margin: 20px 0 15px;
    color: #7e8798;
}
 .info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #333;
}
.newsxq-updown{width: 864px;overflow: hidden;margin: 18px auto 0;}
.newsxq-updown a{height: 44px;line-height: 44px;position: relative;transition: all .4s ease;font-size: 16px;color: #666;}
.newsxq-prev, .newsxq-next{width: 38%;}
.newsxq-prev i, .newsxq-next i{display: inline-block;width: 44px;height: 1px;background: #b3b3b3;vertical-align: top;transition: all .4s ease;}
.newsxq-prev i{margin: 21px 12px 0 0;}
.newsxq-next i{margin: 21px 0 0 12px;}
.newsxq-more{width: 24%;text-align: center;float: left;}
.newsxq-prev{padding-left: 5px;text-align: left;float: left;}
.newsxq-next{padding-right: 5px;text-align: right;float: right;}
.newsxq-prev:after, .newsxq-next:after{content: "";position: absolute;height: 100%;width: 5px;transition: all .4s ease;}
.newsxq-prev:after{background: url('../images/newsxqArr.png') no-repeat left top 18px;left: 0;}
.newsxq-next:after{background: url('../images/newsxqArr.png') no-repeat right bottom 18px;transform: rotate(180deg);right: 0;}
.newsxq-prev:hover:after{background: url('../images/newsxqArrH.png') no-repeat left top 18px;}
.newsxq-next:hover:after{background: url('../images/newsxqArrH.png') no-repeat right bottom 18px;}
.newsxq-updown a:hover{color: #03968c;}
.newsxq-prev:hover i, .newsxq-next:hover i{background: #03968c;width: 88px;}
.newsxq-more i{display: inline-block;background: url('../images/newsxqMore.png') no-repeat;width: 16px;height: 16px;vertical-align: middle;margin: -4px 10px 0 0;transition: all .4s ease;}
.newsxq-more:hover i{background: url('../images/newsxqMoreH.png') no-repeat;}
#nj-kop{ font-size:14px;    max-width: 100%; text-align:left;margin-top:0;}
.n-po .industry .imgbox{margin:0%;width:auto;}
.n-po .application .swiper-slide{width:33.33%;margin-right:0;}
.n-po .i-application{padding-bottom:0;}
.n-po .industry{padding-bottom:0;}

/*download*/
.download .content {
    margin-top: 60px;
}.download .content table{
	width: 100%;
	text-align: center;
}
.download .content table th{
	height: 55px;
	color: #333333;
	font-size: 18px;

	border-bottom: #e5e5e5 solid 1px;
}
.download .content table td{
	padding: 15px 10px;
	color: #333333;
	font-size: 16px;
	border-bottom: #e5e5e5 solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.download .content table tr:hover{
	background-color: #f8f8f8;
}
.download .content table th.img{
	width: 13.8%;
}
.download .content table th.load{
	width: 12%;
}
.download .content table tr .loadlink{
	display: none;
}
.download .content table tr .loadlink img{
	width: 24px;
	height: 24px;
}
.download .content table tr:hover .loadlink{
	display: block;
}
.download{padding-bottom:30px;}


/*CONTACT*/

.page_contact {
    padding-top: 60px;
    padding-bottom:60px;width:100%;float:left;
}
.c_col {

}.page_contact > .inner {
    width: 100%;float:left;
    position: relative;
}.page_contact > .inner .contact_inner {
    position: relative;float:left;width:100%;
    z-index: 2;
}.page_contact>.inner .contact_inner .img img {
 width:100%
}
.page_contact>.inner .contact_inner .txt {
 float:left;
 width:50%;
 padding:0 20px 0 0;
 color:#006e75
}

.page_contact > .inner .contact_inner .img {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
}.page_contact > .inner .contact_inner .txt {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    color: #006e75;
}
.page_contact > .inner .contact_inner:nth-of-type(2n) .img {
    float: left;
    padding: 0 20px 0 0;
}.page_contact > .inner .contact_inner:nth-of-type(2n) .txt {
    float: left;
    padding: 50px 0 0 80px;
}

/*.page_contact > .inner::after {

    content: '';
    display: block;
    width: 870px;
    height: 440px;
    background: #ebf4f4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -220px;
    z-index: 1;

}
*/


/*fuwu*/
.busifirm-list{width: 100%;margin-top: 38px;}
.busifirm-img{display: flex;justify-content: center;cursor: pointer;align-items: center;width: 100%;height: 120px;border: 1px solid #e5e5e5;transition: all .4s ease;position: relative;}
.busifirm-img img{max-width: 88%;max-height: 88%;transition: all .4s ease;}
.busifirm-ht{display: block;}
.busifirm-yt{display: none;}
/* .busifirm-img:hover .busifirm-yt{display: none;}
.busifirm-img:hover .busifirm-ht{display: block;} */
.busifirm-img i:before,.busifirm-img i:after, .busifirm-img:before, .busifirm-img:after{content: "";position: absolute;background:#03968c;}
.busifirm-img i:before,.busifirm-img i:after{width: 2px;height: 0;}
.busifirm-img i:before{left: -1px;top: 0;}
.busifirm-img i:after{right: -1px;bottom: 0;}
.busifirm-img:hover i:before,.busifirm-img:hover i:after{height: 100%;transition: all .6s ease 200ms;}
.busifirm-img:before, .busifirm-img:after{width: 0;height: 2px;}
.busifirm-img:before{top: -1px;left: 0;}
.busifirm-img:after{bottom: -1px;right: 0;}
.busifirm-img:hover:before, .busifirm-img:hover:after{width: 100%;transition: all .6s ease;}
.busifirm-list .swiper-slide{float:left;width:20%;}
.busifirm-list .swiper-wrapper{ display:inherit;}



/*feedback*/
.feekback .content {
    margin-top: 50px;
    max-width: 1170px;
    width: 100%;
}
.feekback .content .content-li{
	margin-bottom: 70px;
	overflow: hidden;
}
.feekback .content .content-li .input-li{
	float: left;
	width: 42.73%;
	margin-right: 14.54%;
	margin-bottom: 30px;
	padding: 0px 20px;
	border-bottom: #d2d2d2 solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.feekback  .content .content-li .input-li:nth-child(2n){
	margin-right: 0;
}
.feekback  .content .content-li .re-input{
	width: 100%;
    border: none;
    outline: none;
    background: none;
    color: #8b8b8b;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.feekback  .content .content-li .textli{
	padding: 0px 20px;
	border-bottom: #d2d2d2 solid 1px;
	overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*.re-textarea {
    width: 100%;
    min-height: 135px;
    resize: none;
    border: none;
    outline: none;
    background: none;
    color: #888888;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}*/
.subdiv{
	overflow: hidden
}.sub1 {
    background-color:#03968c;
}
.sub {
    float: left;
    margin-right: 20px;
    width: 150px;
    text-align: center;
}.sub-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;cursor:pointer;
    margin: 0 auto;
}
.sub:last-child {
    margin-right: 0;
}
.sub2 {
    background-color: #626262;
}



/*产品中心*/
.product{
	padding:60px 0px 0px;
}
.product-search{
	max-width: 260px;
	width: 90%;
	height: 56px;
	line-height: 54px;
	border: #b5b5b5 solid 1px;
	background-color: #FFFFFF;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-search .inputdiv{
	float: left;
	width: 84%;
	padding: 0px 20px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-search .inputdiv input{
	width: 100%;
	color: #9e9e9e;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
}
.product-search .inputbtn{
	float: left;
	width: 16%;
	height: 54px;
	overflow: hidden;
	background: url(../images/img162.png) center no-repeat;
	background-size: 19px 18px;
	padding-right: 20px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-search .inputbtn input{
	width: 100%;
	height: 54px;
	overflow: hidden;
	background: none;
	border: none;
	outline: none;
}
.product .content{
	margin-top: 60px;
	overflow: hidden;margin-bottom:60px;
}
.product .content .left{
	float: left;
	width: 21.4%;
	background-color: #272727;
	padding: 30px 25px 0;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product .content .left .box{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #414141 dashed 1px;
}
.product .content .left .box:last-child{
	border-bottom: none;
}
.product .content .left .title{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.product .content .left .title .t1{
	float: left;
	width: 80%;
	color: #ffffff;
	font-size: 22px;
}
.product .content .left .title .icon{
	float: left;display:none;
	width: 20%;
	height: 36px;
	background: url(../images/img163.png) center no-repeat;
}
.product .content .left .title .icon1{
	float: left;
	width: 20%;
	height: 36px;
	background: url(../images/img164.png) center no-repeat;
}

.product .content .left ul{
	margin-top: 15px;
}
.product .content .left ul li{
	overflow: hidden;
}
.product .content .left ul li a{
	font-size: 15px;
	color: #cccccc;
	line-height: 30px;
}
.product .content .left ul li:hover a,.product .content .left ul li.on a{
	color: #03968c;
}
.product .content .left ul li .tit{
	color: #cccccc;
	font-size: 16px;
}
.product .content .left ul li .color a{
	float: left;
	margin-right: 15px;
}
.product .content .left ul li .color a img{
	width: 16px;
	height: 16px;
}
.product .content .right, .custom .customdiv{
	float: right;
	width: 75%;
}
.product .content .right>ul, .custom .customdiv ul{
	margin-bottom: 50px;
}
.product .content .right ul li, .custom .customdiv ul li{
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
}
.product .content .right ul li:nth-child(3n), .custom .customdiv ul li:nth-child(3n){
	margin-right: 0;
}
.product .content .right ul li a, .custom .customdiv ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.product .content .right>ul>li:hover{
	box-shadow: 0px 2px 18px rgba(3,150,140,.32);
}
.product .content .right ul li .above{
	width: 100%;
	overflow: hidden;
	padding:0px 0px 20px;
	background-color: #f6f6f6;
}
.product .content .right ul li .above .imgbox{
	width: 100%;
	overflow: hidden;
	text-align: center;border:solid 1px #f6f6f6;
}
.product .content .right ul li .above .imgbox img{
	max-width: 100%;
}
.product .content .right ul li .above .txtbox{
	margin-top: 20px;
	text-align: center;
}
.product .content .right ul li .above .txtbox .t1{
	color: #272727;
	font-size: 18px;
	margin-bottom: 12px;
}
.product .content .right ul li .above .txtbox .t2{
	color: #272727;
	font-size: 14px;display: -webkit-box;height: 25px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.product .content .right ul li .below{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,150,140,.98);
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.product .content .right ul li:hover .below{
	opacity: 1;
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.product .content .right ul li .below .box{
	padding: 40px 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product .content .right ul li .below .t1{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 5px;
}
	.product .content .right ul li .below .t2 {
		font-size: 16px;
		color: #ffffff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
.product .content .right ul li .below .t3{
	font-size: 14px;
	color: #ffffff;
}
.product .content .right ul li .below ul{
	margin-top: 30px;
	height: 250px;
	overflow: hidden;
}
.product .content .right ul li .below ul li{
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
}



/*产品详情*/
.sh-1{width:50%;float:left;}
.sh-2{width:45%;float:right;}
.sh-2 h1{width:100%;float:left; font-size: 26px;
font-weight: bold;margin-top:10%;
color: #006e75;padding-bottom:10px;}

.sh-2 h1::after {
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    line-height: 2px;
    background: #006e75;
    margin: 40px 0;
}
.sh-2 h2{width:100%;float:left;font-size:16px; padding-bottom:10px;}
.sh-2 span{width:100%;float:left;margin-top:10px; line-height:30px; color:#999;}
.right_1{width:100%;float:left;}
.right_2{float:left;width:100%;margin-top:20px;
}
.right_2 span{color: #333;
background-color: #fff;font-size: 18px;
font-weight: bold;margin-left:20px;
display: block;
text-align: center;flaot:left;width:20%;height:40px;line-height:40px;}
.right_2_1{width:100%;float:left;height:40px;background-color: #03968c;line-height:40px;}
.right_2_2{width:100%;float:left;margin-top:20px;line-height:25px;}

.prod-top {
	
	margin-bottom: 0px;
	width: 100%;
	float: right;
}
.prod-top-lf {
	float: left;
	width: 100%;
	background-color: #fff;
}
.prod-top-img {
}
.prod-top-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border: solid 1px #e7e7e7;
}
.prod-top-list {
	margin: 0 auto;
	width: 80%;
}
.prod-top-ul {
}
.prod-top-li {
	padding: 10px;width:auto !important;margin:0 !important;
}
.prod-top-li a {
	display: block;
	border: 1px solid #e7e7e7;
}
.prod-top-li img {
	display: block;
	width: 100%;
}
.prod-top-li.active a {
	border-color: #03968c;
}
.prod-top-rg {
	float: right;
	width: 50%;
}






.prod-top .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -10px 0 0 0;
	padding: 0 10px;
	width: 20px;
	height: 20px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../images/icon8.png");
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../images/icon9.png");
}

.prios {
	width: 100%;
	float: left;
	height: 40px;
	margin-top: 2%;
	line-height: 40px;
	background-color: #eeeeee;
}
.prios span {
	color: #333;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.prios_a {
	width: 100%;
	float: left;
	margin-bottom: 5%;
	padding: 2%;
}


/*wenhua*/
.abojdr{width: 100%;overflow: hidden;}
.abojdr{padding: 60px 0 0px;}
.abojdr ul{margin-left: -2%;}
.abojdr ul li{width: 31.333333333333332%;float: left;margin-left: 2%;position: relative;transition: all .6s ease;margin-bottom:5%;}
.abojdr ul li a{display: block;width: 100%;}
.abojdr-img{width: 100%;overflow: hidden;position: relative;}
.abojdr-img img{width: 100%;object-fit: cover;transition: all .8s ease;}
.abojdr-tit{position: absolute;width: 100%;padding-left: 28px;bottom: 34px;z-index: 2;}
.abojdr-tit h6{font-size: 24px;color: #fff;}
.abojdr-tit p{font-size: 16px;color: #fff;line-height: 30px;}
.abojdr-words{width: 100%;padding: 0 24px;height: 128px;display: flex;align-items: center;border: 1px solid #e5e5e5;border-top: none;color: #666;transition: all .6s ease;position: relative;}
.abojdr-words p{font-size: 16px;transition: all .6s ease;line-height: 26px;margin-top:0;}
.abojdr-words:after{content: "";width: 100%;position: absolute;bottom: 0;left: 0;background: #03968c;z-index: -1;transition: all .6s ease;height: 0;}
.abojdr ul li a:hover .abojdr-words{border-color: #03968c;}
.abojdr ul li a:hover .abojdr-img img{transform: scale(1.08);}
.abojdr ul li a:hover .abojdr-words p{color: #fff;}
.abojdr ul li a:hover .abojdr-words:after{height: 100%;}
.abojdr ul li:hover{box-shadow: 0 4px 10px 2px #03968c;}
.abojdr ul li:nth-child(4){width:48%;float:left;margin-bottom:0;}
.abojdr ul li:nth-child(5){width:48%;float:right;margin-bottom:0;}


/* 人才招聘 */
.joinUs{background:#fff;}
.jobctit{background:#03968c;height:60px;line-height:60px;font-size:16px;color:#fff;}
.jobctit span{display:inline-block;width:15%;text-align:center;}
.job-content *{box-sizing:border-box;}
.job-content h1{text-align:center;font-size:30px;color:#333;font-weight:normal;margin-bottom:50px;}
.job-content{margin-bottom:50px;margin-top:0%;}
.job-content dl dt{height:62px;line-height:62px;cursor:pointer;border-bottom:1px solid #dfdfdf;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:7px;background:url(../images/dl.png) no-repeat center;display:block;margin-top:28px;margin:0px auto;}
.job-content dl dt.cur .down{background:url(../images/dlon.png) no-repeat center;}
.job-content dl dt span{display:inline-block;width:15%;text-align:center;color:#666;}
.job-content span.job_post{text-align:left;padding-left:25px;}
.job-content dl dd{background:#f8f8f8;padding:30px 4.2%;line-height:28px;display:none;}
.job-content dl dd p{color:#666;font-size:14px;}
.job-content dd h4{font-weight:bold;font-size:14px;color:#000;}
.job-content dl dd a.job-apply{background:#0068b7;display: block;width:140px;height:42px;line-height:42px;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;color:#fff;margin-top:20px;transition: all 0.5s ease;font-size:14px;}
.job-content dl dd a.job-apply:hover{background:#02589a;}
.joinUs .pagination a{background:#fff;width:45px;height:45px;line-height:45px;text-align:center;margin:0px 3px;}
.joinUs .pagination a:hover{background:#0068b7;color:#fff;}



 @media(max-width:1000px) {
     
.pubbanner{width: 100%;overflow: hidden;position: relative; margin-top: -100px;}

.prod-top-lf {
	width: 100%;
}
.prod-top-rg {
	width: 100%;
	margin-top: 2%;
}


}
 @media(max-width:800px) {
.p11-content .desc .title {
	max-width: 100%;
	width: 100%;
	padding-right: 0;
	float: left;
}
.p11-content .desc .img {
	display: none;
}
.p11-content .desc .info {
	position: inherit;
	width: 100%;
	float: left;
	max-width: 100%;
}
.p11-content .desc {
	display: inherit;
}
.swiper-slide {
	width: 50%;
	float: left;
}
.tdIntro-box .con {
	overflow: hidden;
}
}


@media (max-width: 968px) {
 .page_contact>.inner .contact_inner .txt {
  float:none;
  width:100%;
  padding:20px 0
 }
 .busifirm-list .swiper-slide{float:left;width:33.333%;}
}
.page_contact>.inner .contact_inner .txt b.t {
 display:block;
 font-size:24px;
 font-weight:normal
}
@media (max-width: 868px) {
	.page_contact > .inner::after{display:none;}
 .page_contact>.inner .contact_inner .txt b.t {
  font-size:20px
 }
 .page_contact > .inner .contact_inner .img{width:100%;margin-bottom:20px;padding-left:0;}
 .page_contact > .inner .contact_inner:nth-of-type(2n) .txt{padding:0;}

 
}
.page_contact>.inner .contact_inner .txt .contact_top span {
 display:block;
 font-size:16px;
 margin-top:20px
}
@media (max-width: 1440px) {
 .page_contact>.inner .contact_inner .txt .contact_top span {
  margin-top:10px
 }
}
.page_contact>.inner .contact_inner .txt .contact_top p {
 display:block;
 font-size:26px;
 color:#006e75
}
@media (max-width: 1180px) {
 .page_contact>.inner .contact_inner .txt .contact_top p {
  font-size:20px
 }
}
.page_contact>.inner .contact_inner .txt .contact_top p a {
 color:#006e75;
 margin-right:20px
}
@media (max-width: 668px) {
 .page_contact>.inner .contact_inner .txt .contact_top p a {
  display:block;
  margin:0
 }
 
 
}
.page_contact>.inner .contact_inner .txt .contact_txt {
 font-size:16px;
 line-height:36px;
 margin-top:20px
}
@media (max-width: 1440px) {
 .page_contact>.inner .contact_inner .txt .contact_txt {
  font-size:14px;
  line-height:30px
 }
}
@media (max-width: 1180px) {
 .page_contact>.inner .contact_inner .txt .contact_txt {
  margin-top:0;
  line-height:26px
 }
}
.page_contact>.inner .contact_inner .txt .contact_txt a {
 color:#006e75
}
.page_contact>.inner .contact_inner .txt .contact_txt .map_icon {
 color:#f3731c
}
@media (min-width: 968px) {
 .page_contact>.inner .contact_inner:nth-of-type(even) {
  margin-top:60px
 }
}
@media (min-width: 968px) and (max-width: 1180px) {
 .page_contact>.inner .contact_inner:nth-of-type(even) {
  margin-top:20px
 }
}
@media (min-width: 968px) {
 .page_contact>.inner .contact_inner:nth-of-type(even) .img {
  float:left;
  padding:0 20px 0 0
 }
 .page_contact>.inner .contact_inner:nth-of-type(even) .txt {
  float:left;
  padding:0px 0 0 80px
 }
}
@media (min-width: 968px) and (max-width: 1180px) {
 .page_contact>.inner .contact_inner:nth-of-type(even) .txt {
  padding:0 0 0 20px
 }
}

@media(max-width:900px){
.newsxq-updown{width:100%;}}
@media(max-width:800px){.pubbanner-words h6{ font-size:20px;}
.pubbanner-tolt{left:5%;}
.top-nav .inside-nav ul li{width:33.333%;float:left; text-align:center;}.top-nav .inside-nav .nav-wrap{width:100%;}
.top-nav .inside-nav{width:100%;}.top-nav .inside-nav ul li a{padding-left:0;padding-right:0;}
.top-nav .inside-nav ul{display:inherit;}
.news-list{}
.news-list li{width:49%;float:left;padding:0;}
.news-list li:nth-child(2n){float:right;}
.news-list .item > b{ font-size:14px;}
.news-list .item p{ font-size:14px;line-height:25px;}
 .product .content .left{width:100%;}
 .product .content .right, .custom .customdiv{width:100%;margin-top:20px;}
 .abojdr ul li:nth-child(1n){width:48%;float:left;}
.abojdr ul li:nth-child(2n){width:48%;float:right;}
.abojdr ul li:nth-child(5){width:100%;float:left;margin-bottom:0;}
 .job-content span.job_post{padding-left:10px;width:15%;}
	.job-content span.job_num,.job-content  span.job_add{width:15%;}
    .job-content span{font-size:12px;height:60px;line-height:60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .job-content dl dt .down {margin-top: 28px;}
 
}
.about-tit img{max-width:100%;}
.contact_inner img{max-width:inherit;}
@media(max-width:640px){.top-nav .title h3{font-size:20px;}.top-nav .inside-nav ul{font-size:12px;}
.abojdr-tit h6{font-size:16px !important;}
.abojdr-words p{font-size:14px;}
	
}

@media(max-width:640px){
	.n-po .application .swiper-slide{width:49%;float:left;margin-right:0;}
		.n-po .application .swiper-slide:nth-child(2n){float:right;}
		    .pubfullpage a {width: 30px;height: 40px;line-height: 40px;font-size: 12px;margin-top:20px;}
    .pubfullpage a:first-child, .pubfullpage a:last-child {width: 48px;}.pubfullpage a:first-child, .pubfullpage a:last-child {
    width: 48px;
}
.feekback .content .content-li .input-li{width:100%;margin-right:0;}
 .product .content .right ul li, .custom .customdiv ul li{width:49%;float:left;margin-right:0;}
  .product .content .right ul li:nth-child(2n), .custom .customdiv ul li:nth-child(2n){float:right;}
.product .content .right ul li .above .txtbox .t1{ font-size:16px;}
.product .content .right ul li .above .txtbox .t2{ font-size:14px;height:auto;}

.sh-1{width:100%;}
.sh-2{width:100%;}

.abojdr ul li{width:100% !important;margin-left:0;}
.pubmenu{padding-right:0;}


		}