@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.header_nav{height:80px; width:100%;  z-index:999;  position: fixed; top:0; left:0; padding: 0 3% 0 3%; }
.h_logo{width:399px; height:80px; float: left; background: url(../images/logo.png) no-repeat left center; padding-left: 65px; padding-top: 15px}
.h_logo h4{color:#fff; font-size: 24px; font-weight: bold;}
.h_logo h5{color:#fff; font-size:12px; font-family: "Arial"}


/* 导航栏 */
.header_dao{width:50%; height: 80px;  float: right}
.nav{width:100%; height:100%;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; display: table; margin: 0px auto; line-height: 77px; }
.nav .sub{ display:none;left:50%; top:80px;  position:absolute;  line-height:26px; width:140px; margin-left: -70px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#068585}
.nav .nLi.active p{font-weight:bold; border-bottom: 2px solid #068585}
.nav .nLi:hover p{font-weight:bold; border-bottom: 2px solid #068585}
.f_top{background: #fff;}
.f_top .nav .nLi h3 a p{color:#000}
.f_top .nav .nLi.active p{background: none; color:#068585}
.f_top .nav .nLi:hover p{background: none; color:#068585}
.f_top .h_logo h4{color:#000000}
.f_top .h_logo h5{color:#000000}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden}
.banner .swiper-container{ width:100%; height:960px; }
.banner .swiper-slide a{width:100%; height:960px; display: block}
.banner .swiper-slide a img{width:100%; height:100%; display: block; object-fit: cover; object-position: center center;}
.banner .swiper-pagination{bottom:270px; left:18.5%; width:auto;}
.banner .swiper-pagination-bullet{width:36px; height: 2px; opacity: 1; background: #fff; display: block; margin-bottom: 20px!important;}
.banner .swiper-pagination-bullet-active{width:52px; background: #068485;}
.mywelcome .box{ width: 100%; height: 100%; position:absolute; top:0; left:0}
.mywelcome .box .m{height: 100%;display: flex; align-items: center;   }
.mywelcome .box .txtbox{position: relative; display: flex; align-items: center; width: 85%; justify-content: flex-end;  }
.mywelcome .box .txt{ display: flex; flex-direction: column; align-items:flex-end; justify-content: center; padding-right: 12px; }
.mywelcome .box .txt h3{ font-size: 48px;font-weight: 400; color: #fff; margin-bottom: 15px;  font-weight:bold;}
.mywelcome .box .txt h4{ font-size: 18px;font-weight: 400; color: #fff; margin-bottom: 50px;}
.mywelcome .box .txt .circle{}
.mywelcome .box .txtbox i{ width: 100vw; height: 1px; background: rgba(255, 255, 255, .5); position: absolute; right: 0; bottom:6px; }
.mywelcome .slide-inner{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-size: cover !important;}
.mywelcome .box .txt h3{ opacity: 0; transform: translateY(-10px); }
.mywelcome .box .txt h4{ opacity: 0; transform: translateY(-10px); }
.mywelcome .box .txt .circle{ opacity: 0;transform: scale(0); }
.mywelcome .box .txtbox i{ opacity: 0; transform: scaleX(0); transform-origin: left;}
.mywelcome .circle{ position: relative;z-index: 2;}
.mywelcome .circle.red span{ background:#0e45a9;}
.mywelcome .circle.purple span{ background:#0e45a9;}
.mywelcome .circle { 
    width: 15px;
	height: 15px;  
    border-radius: 50%;
    background: #fff; 
    display: block;
    box-sizing: border-box;
    z-index: 99;
}
.mywelcome .circle span {
	width:72px;
	height: 72px;
	position: absolute;
	top: 50%; margin-top: -36px; margin-left: -36px;
	left: 50%;
	border-radius: 50%;
    border: 1px solid #fff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
	z-index: 0;
}
.mywelcome .circle span:nth-of-type(2) {
  animation-delay: 1s;
}
.mywelcome .circle span:nth-of-type(3) {
  animation-delay: 2s;
}
.cursor { display: none;}

.ban_more{width:165px; height:50px; background:rgba(255,255,255,0.9); border-radius:25px; padding:5px; position:absolute; bottom:180px; left:18.5%; z-index:9; opacity:0}
.ban_more span{color:#068485; font-size:18px; background:url(../images/ban_jts.png) no-repeat left center; padding-left:50px; line-height:40px; color:#068485; display:block; height:100%}
.mywelcome .swiper-slide-active .box .txt h3{ transform: translateY(0) translateZ(0); opacity: 1; transition: opacity .8s linear 1.8s,transform .8s cubic-bezier(.215,.61,.355,1) 1.8s;} 
.mywelcome .swiper-slide-active .box .txt h4{ transform: translateY(0) translateZ(0); opacity: 1; transition: opacity .8s linear 1.8s,transform .8s cubic-bezier(.215,.61,.355,1) 1.8s;} 
.mywelcome .swiper-slide-active .ban_more{ transform: translateY(0) translateZ(0); opacity: 1; transition: opacity .5s linear 1.6s,transform .5s cubic-bezier(.215,.61,.355,1) 1.6s;} 
.mywelcome .swiper-slide-active .box .txt .circle{ transform:scale(1); opacity: 1; transition: opacity .8s linear .2s,transform .6s cubic-bezier(.215,.61,.355,1) 1s;} 
.mywelcome .swiper-slide-active .box .txtbox i{transform: scaleX(1); opacity: 1; transition: opacity .8s linear .3s,transform 2.6s cubic-bezier(.215,.61,.355,1) .3s;}
.mywelcome .swiper-slide-active .slide-inner{ animation: scaleUpDown2 3.7s linear forwards; -webkit-animation: scaleUpDown2 3.7s linear forwards;} 
.banner .swiper-slide-active a img{animation: scaleUpDown2 3.7s linear forwards;
    -webkit-animation: scaleUpDown2 3.7s linear forwards;}




@keyframes circleScale {
  0% {
    opacity: .5;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scaleUpDown2 {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown2 {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
        transform: scale(1);
    }
}



.ban_video{width:100%; height:100%}
.ban_video video{width:100%; height:100%; object-fit: fill;}




/*关于我们*/
.index_about{width:100%; height: 978px; overflow: hidden; position: relative; background: url(../images/about_bjs.jpg) no-repeat; background-attachment: fixed;
background-size: cover; }
.index_about_top{width:100%; height: 680px; background: rgba(255,255,255,0.9); padding-left: 14%;  padding-top: 95px; }
.in_about_left{width:48%; height: auto; float: left}
.in_about_info{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #fff; padding-bottom: 42px}
.about_info_left{width:50%; height: auto; float: left}
.about_info_left h5{color:#068485; font-size:48px; font-style: oblique; text-transform: uppercase; line-height: 45px; margin-top: 15px}
.about_info_left h4{color:#333333; font-size: 24px; margin-top:36px;}
.about_info_logo{width:217px; height: auto; float: right; text-align: center}
.about_info_more{width:  217px; height: 63px; line-height: 63px; display: block; background: url(../images/ph_more.png) no-repeat center; margin-top: 15px}
.about_info_more span{color:#fff; font-size: 16px; background: url(../images/b_jts.png) no-repeat right center; padding-right:40px; transition: all 0.4s ease-in-out;}
.index_about_xx{width:100%; height: 48px; color: #666666; font-size:14px; line-height: 24px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 42px 0; }
.in_about_left ul{width:100%; height: auto; overflow: hidden; border: 1px solid #fff }
.in_about_left ul li{width:33.33%; height: 124px; border-right:1px solid #fff; text-align: center; float: left; padding-top: 25px}
.in_about_left ul li:last-child{border-right:0}
.in_about_left ul li i{width:50px; height: 50px; display: block; margin: 0px auto;}
.in_about_left ul li h4{color:#333333; font-size: 16px; margin-top: 8px}
.i1{background: url(../images/ai1.png) no-repeat center}
.i2{background: url(../images/ai2.png) no-repeat center}
.i3{background: url(../images/ai3.png) no-repeat center}
.in_about_left ul li:hover .i1{background: url(../images/ahi1.png) no-repeat center}
.in_about_left ul li:hover .i2{background: url(../images/ahi2.png) no-repeat center}
.in_about_left ul li:hover .i3{background: url(../images/ahi3.png) no-repeat center}
.in_about_img{width:48%; height: auto; float: right; position: relative}
.in_about_img .swiper-slide{width:67%;}
.in_about_img .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.in_about_img .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_about_img .swiper-button-next{width:44px; height: 44px; background: rgba(0,0,0,0.4) url(../images/ab_right.png) no-repeat center; right:40%}
.index_about_bottom{width:100%; height:298px; background: rgba(0,0,0,0.3); padding-top: 108px}
.index_about_bottom dl{width:25%; height: auto; float: left; background: url(../images/xian.png) no-repeat right center; text-align: center}
.index_about_bottom dl dt{color:#fff; font-size:16px;}
.index_about_bottom dl dt span{color:#fff; font-size: 60px; font-weight: bold;}
.index_about_bottom dl dd{color:#fff; font-size: 16px; margin-top:10px;}
.in_about_img .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.about_info_more:hover span{padding-right: 50px; transition: all 0.4s ease-in-out;}




/*业务领域*/
.index_product{width:100%; height: auto; overflow: hidden; background: #f6f8f9; padding-top: 80px}
.index_product_bottom{width:100%; height: auto; margin-top: 72px; position: relative}
.index_product_bottom .swiper-slide a{width:100%; height: auto; display: block}
.index_product_img{width:100%; height: auto; overflow: hidden}
.index_product_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_info{width:100%; height: auto; overflow: hidden;  background: #068485; padding:12px 38px 30px; margin-top: 10px}
.index_product_bottom .swiper-slide a h4{width:100%; height:62px; line-height: 62px; color:#fff; font-size:24px; font-weight: bold;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-bottom: 1px solid #fff; padding-right: 40px; 
	background: url(../images/links.png) no-repeat right center}
.index_product_bottom .swiper-slide a p{width:100%; height:48px; line-height: 24px; color: #fff; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top: 15px;}
.index_product_bottom .swiper-button-next,.index_product_bottom .swiper-button-prev{width:44px; height:44px;}
.index_product_bottom .swiper-button-next{background: url(../images/p_right.png) no-repeat right center; right:-70px; }
.index_product_bottom .swiper-button-prev{background: url(../images/p_left.png) no-repeat left center; left:-70px;}
.in_pro_more,.in_jxsb_more{width:217px; height: 63px; display: block; background:url(../images/p_more.png) no-repeat center; margin:60px auto 42px; text-align: center}
.in_pro_more span,.in_jxsb_more span{color:#fff; font-size:16px; background: url(../images/b_jts.png) no-repeat right center; font-size: 16px; padding-right: 20px; line-height: 63px; transition: all 0.4s ease-in-out;}
.index_jxsb{width:100%; height: auto; overflow: hidden; background: url(../images/shebei_bjs.jpg) no-repeat top center; padding-top: 96px; padding-bottom: 50px}
.index_jxsb .index_news_title p{margin-bottom: 30px}
.index_jxsb_bottom{width:100%; height: auto; overflow: hidden; margin-top:110px}
.index_jxsb_bottom .swiper-slide a{width:100%; display: block; overflow: hidden}
.index_jxsb_bottom .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_jxsb_bottom .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_jxsb_more:hover span{padding-right: 40px; transition: all 0.4s ease-in-out;}
.in_pro_more:hover span{padding-right: 40px; transition: all 0.4s ease-in-out;}

.index_product_bottom .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*案例*/
.index_case{width:100%; height:auto; overflow: hidden; position: relative; margin: 50px 0 90px}
.index_case_title{overflow: hidden; height: auto}
.case_title_left{width:72%; height: auto; float: left}
.case_title_left h4{color:#333333; font-size: 30px; font-weight: bold; font-family: "Arial"; text-transform: uppercase; opacity: 0.5}
.case_title_left h5{color:#333333; font-size: 36px; font-weight: bold; }
.case_title_left hr{width:38px; height: 8px; background: #e68b18; display: block; margin:15px 0}
.case_title_left p{color:#333333; font-size: 16px; line-height: 30px;}
.index_case_title a{width:43px; height: 43px; float: right; margin-top: 80px}
.index_case_title a img{width:100%; display: block}
.index_case_all{width:100%; padding-left: 13%; margin-top: 62px;}
.index_case .swiper-slide{width:41%; height: auto; float: left;}
.index_case .swiper-slide a{width:100%; height: auto; display: block; transform: translateY(56px); transition: all 0.4s ease-in-out;}
.index_case .swiper-slide a img{width:100%; display: block}
.index_case .swiper-slide-active a{transform: translateY(0); transition: all 0.4s ease-in-out;}
.index_case .swiper-button-next,.index_case .swiper-button-prev{width:60px; height: 60px; top:auto; bottom:0; margin-top: 0}
.index_case .swiper-button-next{background: #01337a url(../images/c_right.png) no-repeat center; right:auto; left:37.3%}
.index_case .swiper-button-prev{background: #01337a url(../images/c_left.png) no-repeat center; left:33.7%}
.index_case .swiper-button-next:hover{background: #e68b18 url(../images/c_right.png) no-repeat center;}
.index_case .swiper-button-prev:hover{background: #e68b18 url(../images/c_left.png) no-repeat center;}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: 78px;}
.index_news_title{width:100%; height: auto; overflow: hidden;  text-align: center;}
.index_news_title h4{height:auto; text-align: center;   }
.index_news_title p{color:#666666; font-size:16px; margin-top: 15px; line-height: 30px;}
.index_news_title span{color:#000000; font-size: 36px; font-weight: bold;  display:inline-block; vertical-align:middle; text-transform: uppercase}
.index_news_title img{ display:inline-block; vertical-align:middle; margin: 0 10px}
.index_news_top{width:100%; height: auto; overflow: hidden; border: 1px solid #eeeeee; margin-top: 92px}
.index_news_top li{width:33.33%; height: 485px; float: left;  border-right: 1px solid #eeeeee; padding: 38px;}
.index_news_top li:last-child{border-right:0}
.index_news_pic{width:100%; height: auto; overflow: hidden; transition: all 0.4s ease-in-out;}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_top li h4{width:100%; height:30px; line-height: 30px; color: #333333; font-weight: bold; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 15px 0 10px}
.index_news_top li span{display: block; color:#333333; font-size: 16px; display: block}
.index_news_top li p{width:100%; height: 48px; line-height: 24px; font-size: 16px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 30px;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 36px;}
.index_news_bottom li{width:50%; float: left; border-bottom: 1px solid #eeeeee; margin-bottom: 36px; padding-bottom: 30px; padding-right: 2%}
.index_news_bottom li dl{width:95px; height: auto; float: left; text-align: center}
.index_news_bottom li dl dt{color:#333333; font-size: 40px; font-weight: bold;}
.index_news_bottom li dl dd{color:#333333; font-size: 16px;}
.news_bottom_xx{width:80%; height: auto; float: left; margin-left: 1%}
.news_bottom_xx h3{width:100%; height:30px; line-height: 30px; color: #333333; font-weight: bold; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news_bottom_xx p{width:100%; height:30px; line-height: 30px; color: #666666;  font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:10px}
.index_news_bottom li span{width:107px; height: 48px; float: right; background: #068485; text-align: center; line-height: 48px; font-size: 16px; color: #fff; display: none}
.index_news_bottom li:hover span{display: block}
.index_news_bottom li:hover .news_bottom_xx{width:65%}
.index_news_top li:nth-child(odd){background: #fbfbfb}
.index_news_top li:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_top li:hover h4{color:#068485}
.index_news_bottom li:hover h3{color:#068485}
.index_news_xinfo{width:100%; height: auto; overflow: hidden; transition: all 0.4s ease-in-out;}

.index_news_top li:hover .index_news_xinfo{transform: translateY(-250px); transition: all 0.4s ease-in-out;}
.index_news_top li:hover .index_news_pic{transform: translateY(168px); transition: all 0.4s ease-in-out;}






/*联系我们*/
.index_contact{width:100%; height:274px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 76px 0; background-size: cover; margin-top: 100px; }
.index_cditu{ float: left; overflow: hidden;  border-radius: 8px; padding:28px 81px; margin-left: 90px}
.index_cditu img,.index_cliuyan img{float: left; margin-top: 5px;}
.index_cditu dl,.index_cliuyan dl{float: left; margin-left:25px;}
.index_cditu dl dt,.index_cliuyan dl dt{color:#fff; font-size: 24px; font-weight: bold;}
.index_cditu dl dd,.index_cliuyan dl dd{color:#fff; font-size:16px; text-transform: uppercase; line-height: 30px;}
.index_cliuyan{ float: right; margin-right: 90px;border-radius: 8px; padding:28px 81px; }
.index_cliuyan:hover{border: 1px solid #fff; background: rgba(6,132,133,0.5)}
.index_cditu:hover{border: 1px solid #fff; background: rgba(6,132,133,0.5)}



/*底部*/
.footer{width:100%; height:auto;  background:#212121; overflow: hidden; padding-top: 76px}
.footer_info_left{width:25%; float: left}
.footer_info_left h4{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.footer_info_left p{color:#fff; line-height: 30px; font-size: 16px;}
.footer_logo{float: left; width:25%; text-align: center; margin-left:15%}
.footer_logo h4{color:#fff; font-weight: bold; font-size: 24px; margin-top: 10px;}
.footer_logo p{color:#fff; font-size: 12px; font-family: "Arial"; line-height:26px;}
.footer_ma{float: right}
.footer_ma dl{width:122px; height: auto; float: left; margin-left: 46px;}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #fff; padding-left: 40px; height: 40px; line-height: 40px; 
	margin-bottom:18px;}
.f_sj{background: url(../images/sj_i.png) no-repeat left center}
.f_wx{background: url(../images/wx_i.png) no-repeat left center}
.footer_ma dl dd{width:100%; height: auto;}
.footer_ma dl dd img{width:100%; display: block}
.f_copy{width:100%; height:112px; overflow: hidden; line-height:112px; border-top:1px solid rgba(255,255,255,0.2); margin-top: 50px}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#068585!important}
.footer_zhichi{width:372px; height:auto; float: right; margin-top: 26px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:18px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden;  padding:20px 0; }
.index_link p{float: left; color:#333333; font-size:24px; line-height: 30px}
.index_link_xx{margin-left:100px;}
.index_link_xx a{color:#666666; font-size:16px; margin-right: 20px; line-height:30px}
.index_link_xx a:hover{color:#0e80d7}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -125px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#068585;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}

.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p.ny_post,.inside_banner p.ny_post a{ text-align: center; color: #fff; font-size: 16px; cursor:pointer}
.inside_banner p.ny_post img{ margin-right: 10px;}
.inside_banner p.ny_post a:hover,.inside_banner p.ny_post span:hover{font-weight:bold; color:#068585}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height:auto; background: #f7f6f4;position: relative; padding:20px 0}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{}
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:50px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 25px; display:block}
.nav-wrap li a:hover{font-weight:bold; color:#068585}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0; background: #068585; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #068585;}
.honor_list li:hover .gallery-title{ background: #068585; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
.ny_solution_img{width:355px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; position:relative}
.ny_solution_img:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(6,133,133,0.5); opacity:0; transition: all 0.4s ease-in-out;}
.ny_product_all ul li:hover .ny_solution_img:after{opacity:1; transition: all 0.4s ease-in-out;}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:745px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #068585;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{font-size:16px; color:#666;width: 189px;display: block;line-height: 50px;text-align: center;height: 50px;background: #ddd;}
.yfzx_more:hover{background: #068585;line-height: 30px; color: #fff; border: 1px solid #068585; padding:10px;}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:20px;font-weight: bold; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#068585; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 32px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:58px; background: url(../images/dh1.png) no-repeat left center;padding-left:40px;margin-top: 30px}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #068585; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #068585; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#068585}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#068585; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:32px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:16px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#068585}
.ny_news_all ul li:hover h3{font-weight: bold; color:#068585 }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.ny_news_all ul li:hover .news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.ny_cont_wx dl:last-child{margin-right:0}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #222;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #068585; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}

.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}



@media screen and (max-width:1680px){
	.index_about_top{padding-left:7%}
	
}





	
@media screen and (max-width:1500px){
	.w1400{width:1200px}
	.index_news_top li:hover .index_news_xinfo {transform: translateY(-216px);}
	.index_news_top li{height: 440px;}
	.index_news_bottom li:hover .news_bottom_xx{width:60%}
	.footer_logo{margin-left: 13%}

}


