﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1400px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}

.in_header{width:100%; height:97px; position:fixed; top:0; left:0;  z-index:9999; background: #fff}
.h_logo{width:90px; float: left; line-height:100px; display: flex; align-items: center; height:97px}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.h_menu{width:26px; height: 97px; float: right; background: url(../images/menu.png) no-repeat center; }
.h_wx{width:34px; height: 97px; float: right; position: relative; background: url(../images/wx_icon.png) no-repeat center}
.h_sj{width:34px; height: 97px; float: right; position: relative; background: url(../images/sj_icon.png) no-repeat center; margin: 0 20px}
.h_wx img,.h_sj img{width:100px; height: auto; position: absolute; top:97px; right:0; display: none;}
.h_wx:hover img{display: block}
.h_sj:hover img{display: block}




/*导航*/
#menu{width:65%; height: 100%;  float: left; margin-left: 10%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:97px; width:12.5%;  }
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#000000;font-size:16px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:140px; left:50%; transform: translate(-50%,0); top:97px;  position:absolute;  line-height:26px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 15px;  color:#333; padding:4px 0}
#menu .nav .sub a:hover{ color:#004ca2;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a,#menu .nav .nLi:hover p a{font-weight:bold;}
#fp-nav ul li, .fp-slidesNav ul li{width:10px; height:10px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #dd1717; width:7px; height:7px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); margin: 0}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#dd1717;  margin:0; width:11px; height:11px; }
#fp-nav.right{right:20px;}
.pro_sub{width:240px!important;}



/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.indexBanner{width:100%; height: 100vh; overflow: hidden; position: relative; padding-top: 97px}
.section1 .swiper-container{width:100%; height:100%}
.section1 .content_list_img{width:100%; height:100%; display: block }
.section1 .content_list_img img{width:100%; display: block; height:100%;  object-fit: cover; object-position: center center;}
.section1 .swiper-pagination{ bottom:10vh; }
.section1 .swiper-pagination-bullet{background: #fff;  width: 10px; height: 10px; opacity: 1; margin: 0 10px!important}
.section1 .swiper-pagination-bullet-active{background: #0072bc}
.ban_info{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ban_info h3{color:#fff; font-size: 60px; line-height:80px;}
.ban_info h4{color:#fff; font-size: 30px; margin-top:4.5vh}
.ban_info span{color:#ffffff; font-size: 16px; font-weight: bold; position: relative; text-transform: uppercase; display: block; padding-left:30px; line-height:60px; z-index: 1; margin-top: 9vh}
.ban_info span:after{content: ""; width: 60px; height: 60px;background-image: linear-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-radial-gradient(to left, #035fed , #009cf6); position: absolute; top:0; left:0; border-radius: 50%; z-index:-1}
.ban_icon{width:28px; height:52px; position: absolute; bottom:10px; left:50%; margin-left: -14px; animation:mymove 5s infinite; z-index: 9; text-align: center}
.ban_icon p{color:#fff; font-size: 16px;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}



/*第2块*/
.section2{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section2 .w1440{position: relative; z-index: 9; margin-top: 9vh }
.section2_ban{background: url(../images/about_bjs.jpg) no-repeat center bottom; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_about_title{width:100%; height: auto; overflow: hidden; text-align: center }
.index_about_title i{color:#000000; font-size: 100px; opacity: 0.1; text-transform: uppercase; line-height: 100px}
.index_about_title h5{color:#000000; font-size: 38px; font-weight:bold; letter-spacing:20px; margin-top: -50px}
.index_about_title h6{color:#757575; font-size: 18px; text-transform: uppercase; letter-spacing:5px; margin-top: 8px}
.index_about_title hr{width:100px; height: 4px; background: #0072bc; display: block; margin:15px auto;}
.section2 ul{width:auto; height: auto;  margin:30px auto; overflow: hidden; padding: 10px; display: table}
.section2 ul li{width:100px; height: 100px; border: 1px solid #c2c2c2; border-radius: 50%; float: left; text-align: center; margin-right: 96px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.section2 ul li:last-child{margin-right: 0}
.section2 ul li .in_ab_img{width:100%; height:30px; display: flex; align-items: center; margin-top: 20px}
.in_ab_img img{align-items: center; margin: 0px auto; max-height: 100%}
.section2 ul li h4{color:#0072bc; font-size: 14px; margin-top: 8px;}
.in_about_xx{width:100%; height: auto; display: block;color:#333333; font-size: 16px; line-height: 36px; text-align: center; padding: 0 15%}
.h_more{width:224px; height: 50px; display: block; margin:10vh auto 0; text-align: center; line-height: 50px; background: #0072bc; border-radius: 25px; color:#fff;}
.h_more:hover{background: #000000; color:#fff}
.section2 ul li:hover{background: #fff; box-shadow: 0 0 10px rgba(208,12,12,0.5); border: 0; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}




/*弹出视频*/
.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;}




/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative; position: relative}
.section4 .w1440{position: relative; z-index: 9; margin-top:8vh}
.section4_ban{background: url(../images/hxcp_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_pro_title{width:100%; height: auto;  overflow: hidden; font-size: 38px; margin-bottom: 30px;}
.index_pro_title h4{ color:#000000; border-left: 14px solid #0072bc; font-weight: bold; display: table; padding-left:4px}
.pc-slide{width:100%; height: auto; overflow: hidden}
.view{width:100%;}
.pc-slide .swiper-slide a{width:100%; height: auto; display: block}
.in_view_img{width:36%; height: auto; float: left; margin-left:10%}
.in_view_img img{max-width:100%; display:block}
.in_view_xx{width:43%; height: auto; float: right}
.in_view_xx h4{color:#000000; font-size: 20px; font-weight: bold; width: 100%; margin-bottom: 10px;}
.in_view_info{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 16px; line-height: 30px; margin: 4vh 0}
.in_view_xx span{width:188px; height: 42px; background: #0072bc; text-align: center; line-height: 42px; font-size: 16px; color: #ffffff; display: block}
.in_view_xx span:hover{background: #000000}
.preview{width:100%; height: auto; overflow: hidden; padding: 0 5%; position: relative; margin-top: 3vh}
.preview .swiper-container{width:100%; height: auto; overflow:hidden; padding-bottom:15px}
.preview .swiper-slide div{width:100%; display: block; padding:30px; position: relative}
.preview .swiper-slide div:after{content: ""; width:36px; height: 26px; position: absolute; bottom:-15px; right:15px; background: url(../images/hh_icon.png) no-repeat center; display: none;}
.preview .swiper-slide div img{width:100%; display: block}
.preview .active-nav{border:2px solid #0072bc}
.preview .active-nav div:after{display: block}
.arrow-left,.arrow-right{display: block; width: 41px; height:43px; position: absolute; top:50%; margin-top: -21.5px; }
.arrow-left{background: url(../images/p_left.png) no-repeat center;  left:0}
.arrow-right{background: url(../images/p_right.png) no-repeat center; right:0}





/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section5 .w1440{position: relative; z-index: 9; margin-top: 9vh}
.section5_ban{background: url(../images/product_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_product_left{width:18%; height: auto; float: left}
.index_product_left h4{color:#000000; font-size: 38px; font-weight: bold; background: url(../images/bb.jpg) no-repeat left center; padding-left: 14px;}
.index_product_left h5{color:#7f7f7f; font-size: 18px; font-weight: bold; margin-top: 10px;}
.index_product_left ul{width:100%; height: auto; overflow: hidden; margin-top: 48px}
.index_product_left ul li{width:100%; height: 49px; line-height: 49px; background: #5b5d5d; padding: 0 10px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-bottom: 20px;}
.index_product_left ul li a{color:#fff; font-size: 16px; display: block; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_product_left ul li:hover{background: #0072bc}
.index_product_right{width:73%; height: auto; float: right}
.index_product_right ul{width:100%; height: auto; overflow: hidden}
.index_product_right ul li{width:24.2%; height: auto; float: left; margin-right: 1%; margin-bottom: 20px}
.index_product_right ul li:nth-child(4n){margin-right: 0}
.index_pro_pic{width:100%; height:auto; overflow: hidden}
.index_pro_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_product_right ul li h4{width:100%; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; background: #5b5d5d; text-align: center}
.index_product_right ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/*6*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; margin-top: 9vh }
.section6_ban{background: url(../images/honor_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_honor_one{width:100%; height: auto; overflow: hidden}
.index_honor_one .swiper-slide a{width:100%; height: auto; overflow: hidden}
.h_pic{width:316px; height: 266px; margin: 0px auto; background: url(../images/h_top.png) no-repeat center; padding: 22px 27px;}
.h_pic img,.h_img img{width:100%;}
.index_honor_two{width:100%; height: auto; overflow: hidden; margin-top: 24px;}
.index_honor_two .swiper-slide a{width:100%; height: auto; overflow: hidden}
.h_img{width:316px; height:346px; margin: 0px auto; background: url(../images/h_bottom.png) no-repeat center; padding: 22px 67px;}







/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section7 .w1440{position: relative; z-index: 9; margin-top:12vh }
.section7_ban{background:url(../images/contact_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section7_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_footer_logo{width:100%; height: auto; text-align: center}
.index_footer_logo img{max-width: 100%}
.index_contact_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.4); margin-top: 20px; padding-bottom: 25px}
.index_contact_top dl{float: left; margin-right:10%; }
.index_contact_top dl dt{float: left; width: 50px; height: 50px; display: flex; align-items: center;}
.index_contact_top dl dt img{align-items: center; margin: 0px auto;}
.index_contact_top dl dd{float: left; margin-left: 8px;}
.index_contact_top dl dd h4{color:#fff; font-size: 20px;}
.index_contact_top dl dd p{color:#fff; font-size: 18px;}
.f_last{margin-right: 0!important}
.index_contact_center{width:100%; height: auto; overflow: hidden; margin-top:6.5vh}
.index_contact_center dl{float: left; padding: 0 42px; background: url(../images/nx_xs.png) no-repeat right top}
.index_contact_center dl dt{color:#fff; font-size: 18px; margin-bottom: 14px;}
.index_contact_center dl dd{width:100%;}
.index_contact_center dl dd a{display: block; font-size: 16px; color: #fff; margin-bottom:15px;}
.index_contact_center dl dd a:hover{font-weight:bold;}
.index_contact_center dl.f_lianxi{background: none}
.index_footer_ma{width:auto; float: right; margin-right: 5%}
.footer_sj{width:100%; overflow: hidden; margin-bottom: 26px;}
.footer_sj img{width:116px; height: auto; float: left}
.footer_sj p{color:#ffffff; font-size: 16px;writing-mode:tb-rl;writing-mode:vertical-rl; height: 116px; text-align: center; margin-left: 5px; float: left }






/*版权*/
.index_banquan{width:100%; margin: 0px auto; height: 80px; line-height: 80px;  margin-top:6vh; border-top:1px solid rgba(255,255,255,0.4)}
.index_banquan .copy_l{width:auto; font-size: 16px; color: #fff; float: left}
.copy_l a{font-size: 16px; color: #fff; text-align: center}
.index_zhichi{width:auto; height:80px; line-height: 80px; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height: 80px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:3.1vh; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:3.5vh;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 16px; color: #fff;}
.index_zhichi i{ float: left;}
.f_brq{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;}









/*内页*/
/*内页 banner*/
.ny_banner{width:100%; height: 400px; overflow: hidden; padding-top:200px}
.ny_banner .in_header{position:absolute}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/pic_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/yxwl_ban.jpg) no-repeat center}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#0072bc}
.ny_pro_dh{width:100%; height:80px; margin-top:20px;}
.ny_pro_dh i{ color: #333; font-size: 38px; float: left; line-height: 70px; margin-right:10px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #001c58; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.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_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:22.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #0072bc; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{padding-left: 10px; height: 50px; line-height: 50px; position: relative;}
.ny_left_nav .yiji li::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0072bc; left: 10px; top: 22px;}
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li ul li { width: 100%; height: auto; background: none; border-bottom:1px solid #dadada;    }
.ny_left_nav ul li ul li a{ padding-left:0; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#0072bc; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#0072bc}
.ny_left_nav ul li:hover a.inactive{color:#0072bc}
.ny_left_nav ul li ul li:hover a{color:#0072bc}
.ny_left_nav ul li .inactives{color:#0072bc}
.ny_left_nav ul li ul li:hover a{color:#0072bc}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #333; font-weight: bold; }
.ny_about_info img{max-width: 100%;}
.ny_about_info{width:100%; height:auto; margin-top:20px; font-size: 16px; color: #333; line-height: 30px;}

/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product 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 li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #333}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#0072bc}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #0072bc;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #0072bc;
    left: 0;
    top: 22px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#0072bc}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}


/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:60%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:310px; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: right; margin-right: 14px;}
.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%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}


/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding: 20px 0}
.news_time time{color: #0072bc; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #0072bc;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:59%; float: left; margin-left: 3%}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:26px; color: #666; font-size: 14px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:25%; height:auto; float:left; overflow: hidden}
.ny_news_img 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_list li:hover{border-bottom: 1px solid #0072bc;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #0072bc; color: #fff; border:2px solid #0072bc; }
.ny_news_list li:hover .news_time{background: #0072bc;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#0072bc;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
    border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 10px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both}
.keyword_light img{max-width:100%;}
.keyword_light p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; }





/*底部*/
.in_copy{width:100%; height:auto; overflow:hidden}
.in_footer{width:100%; height: auto; overflow: hidden; position: relative; background:#444444; padding-top: 58px; padding-bottom:80px;}
.footer_left_top{width:62%; float: left}
.footer_left_top dl{float: left; margin-right:4%; min-width: 117px;}
.footer_left_top dl dt{ margin-bottom:20px; font-weight: bold;  }
.footer_left_top dl dt h3{font-size:16px; color: #ffffff; font-weight: bold;}
.footer_left_top dl dd{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.footer_left_top dl dd a{width:100%; height: 30px; line-height: 30px; color: #fff; font-size:15px; display: block; opacity: .5}
.footer_left_top dl dd a:hover{opacity: 1}
.in_footer_xx{width:36%; float: right}
.in_footer_xx h3{font-size: 32px; color: #ffffff; font-weight: bold; margin:8px 0 10px 20px;  }
.in_footer_xx h3 span{color:#0072bc; font-size: 32px; }
.in_footer_xx h4{padding-left: 20px;}
.in_footer_xx h4,.in_footer_xx h5{width:100%; height: auto; overflow: hidden;}
.in_footer_xx h4 span,.in_footer_xx h5 span{color:#ffffff; font-size: 16px; position: relative; float: left}
.in_footer_xx h4 hr{width:100px; height: 2px; background: #a2a2a2; margin-left: 38px; float: left; margin-top: 10px}
.in_footer_xx h5 hr{width:100px; height: 2px; background: #a2a2a2; margin-right: 38px; float: left; margin-top: 10px}
.footer_dh{width:100%; height: auto; overflow: hidden; margin: 35px 0}
.footer_dh p{font-size: 16px; color: #ffffff; line-height: 32px;}
.f_wx{width:35px; height: 35px; position: relative; background: url(../images/f_wx.png) no-repeat center; float: left; margin-right: 20px;}
.f_wx img,.f_sj img{width:80px; height: auto; position: absolute; top:35px; left:0; display: none; z-index: 9}
.f_sj{width:35px; height: 35px; position: relative; background: url(../images/f_sj.png) no-repeat center; float: left;  margin-right: 20px;}
.f_wx:hover img{display: block}
.f_sj:hover img{display: block}
.f_dizhi{width:35px; height: 35px;  background: url(../images/f_dizhi.png) no-repeat center; float: left; }
.footer_copy{width:100%; height:60px; background: #0072bc; line-height:60px;}
.footer_copy .w1440{width:auto; display: table; margin: 0px auto;}
.footer_bq{width:100%; height:60px; line-height: 60px; border-top:1px solid rgba(255,255,255,0.2); margin-top: 60px;}
.copy_bq{width:auto;height:auto; line-height:60px; position: relative; color:#fff; font-size: 14px; float: left }
.copy_bq a{color:#fff; font-size:14px; margin-right:10px}
.footer_zhichi{width:auto; height:100%; float: right; margin-left:30px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#b5cce3; line-height:60px;}
.footer_zhichi .pts{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .jss{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:20px; }
.footer_zhichi .pts:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .jss:hover{background: url(../images/wl_hover.png) no-repeat;} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.in_copy .copy_bq{float:none; height:auto; line-height:30px;}

.in_copy .footer_zhichi{margin-left:0; float:none;}
.in_copy .footer_zhichi p{line-height:30px;}
.in_copy .footer_bq{line-height:30px; height:30px;}
.in_copy .pts{ margin-top:8px;}
.in_copy .jss{ margin-top:8px; }


/*客服*/
.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: -145px;
  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:#0072bc;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px; float:left;
}





@media screen and (max-width:1680px){
	.content_list_title{left:7%}
	

}

@media screen and (max-width:1600px){
	.index_zhichi p{line-height:60px;}
	.index_banquan,.index_zhichi{height:60px; line-height:60px;}
	.index_banquan{margin-top:2vh}
	.index_contact_center{margin-top:4vh}
	.index_contact_center dl dd a{font-size:14px; margin-bottom: 10px;}
	.footer_sj{margin-bottom:10px;}
	.footer_sj p{font-size:14px;}
	.footer_sj img{width:102px;}
	.index_contact_top dl dd p{font-size:16px;}
	.index_zhichi .js{margin-top:3vh}
	.index_footer_logo img{width:65px;}
	.index_zhichi span,.copy_l a,.index_banquan .copy_l{font-size:14px;}
	.section7 .w1440{margin-top:14vh}
	.index_contact_top dl dd h4{font-size:18px;}
	.in_view_info{height: 186px; word-break: break-all;  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;}
	.h_more{margin: 5vh auto 0;}
	.index_pro_title{display:none;}
	.in_view_img{width:30%}
}




@media screen and (max-width:1560px){
	.w1440{width:1200px;}
	

}


@media screen and (max-width:1450px){
.index_product_right ul li h4{font-size:15px;}
.h_pic{width: 260px; height: 219px; background-size:100% 100%}
.h_img{width:300px; height:328px; background-size:100% 100%}
.index_contact_center dl{padding:0 30px;}
.index_contact_top dl{margin-right:7%}
}



@media screen and (max-width:1380px){
	
	.index_footer_logo,.index_honor_one{display:none;}
	.index_product_left ul li a{font-size:14px;}
	.index_product_left ul li{height:40px; line-height:40px; margin-bottom:15px;}
	.index_product_left ul{margin-top:20px;}
	.in_about_xx{line-height:26px; font-size:15px;}
	.index_about_title i{font-size:80px; line-height:86px;}
	.index_about_title h5{font-size:32px;}
	.section2 ul{margin:15px auto}
	.section2 ul li{margin-right:70px;}
	
.in_header,.h_logo,.h_wx,.h_sj,.h_menu{height:85px;}
.h_logo{line-height:85px;}
#menu .nav .nLi{line-height:82px;}
.indexBanner{padding-top:85px;}
.h_logo img{max-height:90%}
#menu .nav .sub,.h_wx img, .h_sj img{top:85px;}
.index_product_left{margin-top:10vh}
.in_view_info{margin:2vh 0}
.section1 .swiper-pagination{bottom:15vh}

}



