﻿*{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:1300px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}

.in_header{width:100%; height:90px; position:fixed; top:0; left:0;  z-index:9999; padding: 0 4% }
.h_logo{width:16.7%; float: left; line-height:90px; display: flex; align-items: center; height:90px}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.h_menu{width:90px; height: 85px; float: left; display: flex; align-items: center; margin-left: 3%}
.h_menu img{align-items: center; margin: 0px auto; max-width: 100%; }
.h_menu span{color:#333468; font-size: 16px; font-weight:bold; margin-right: 8px}
.header_right{float: right}
.h_dh{float: left; position: relative}
.h_dh i{width:33px; height: 90px; display: block; background: url(../images/h_dhs.png) no-repeat center}
.h_dh p{width:165px; height: auto;color:#0a2b69; text-align: center; font-size: 20px; font-weight:bold; position: absolute; top:70px; right:0; background: #fff; padding:5px 0; display: none;}
.h_dh:hover p{display: block}
.h_xs{float:left; background: url(../images/h_xs.png) no-repeat center; float: left; margin: 0 30px; width: 1px; height: 90px;}
.h_search{width:40px; height:90px; background: url(../images/h_search.png) no-repeat center;  float: right;}
.form_box{position: absolute;  top:90px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0; 
	box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #0a2b69; font-size:16px;}


/*导航*/
#menu{width:42%; height: 85px;  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:85px; width:16.6%;  }
#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:#0b0b13; font-size:16px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:85px;  position:absolute;  line-height:36px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 15px;  color:#333;}
#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:24px; height:24px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:#fff; border:0; width:8px; height:8px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%);}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ margin: 0; width:8px; height:8px;}
#fp-nav.right{right:20px;}
.two_header #menu .nav .nLi p a{color:#fff}

#fp-nav ul li a.active{border:1px solid #fff; border-radius: 50%;}



/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.indexBanner{width:100%; height: 100vh; overflow: hidden; position: relative}
.section1 .swiper-container{width:100%;  height:100vh}
.section1 .swiper-slide a{width:100%;  height:100%; overflow: hidden}
.section1 .swiper-slide a img{width:100%; display: block; height:100%; object-fit: cover; object-position: center center;}
.ban_link{width:100%; height: auto; overflow: hidden; position: absolute; bottom:0; left:0; border-top:1px solid rgba(255,255,255,0.35); z-index: 1}
.ban_link ul{width:1300px; margin: 0px auto;}
.ban_link ul li{width:72px; height: auto; float: left; text-align: center; padding: 30px 0; margin-right:25%}
.ban_link ul li img{width:auto; height: 72px; display: block; max-width: 100%; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.ban_link ul li p{color:#fff; font-size: 16px; margin-top:10px;}
.ban_link ul li:last-child{margin-right: 0}
.ban_link ul li:hover img{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(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;}





/*第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_left{width:41%; height: auto; float: right}
.index_about_left h4{color:#0a2b69; font-size: 64px;  font-weight: bold;}
.index_about_left h5{color:#000000; font-size: 30px; margin:2vh 0}
.index_about_info{width:100%; height: auto; overflow: hidden; margin-top: 6vh}
.index_about_info h6{color:#000000; font-size: 20px;}
.index_about_info hr{width:100%; height: 1px; background: #e3e6e7; display: block; margin: 10px 0}
.in_about_xx{width:100%; height: auto; overflow: hidden; line-height:30px; color: #666666; font-size: 14px;}
.index_about_links{width:100%; height: auto; overflow: hidden; margin-top: 6vh}
.index_about_links a.ab_more{width:148px; height: 50px; float: left; background: #0a2b69; border-radius: 25px; text-align: center; line-height: 50px; 
	font-size: 18px; color: #fff}
.ab_video{width:180px; height: 50px; float: left; margin-left: 32px; line-height: 50px; background: #0a2b69; border-radius: 25px; text-align: center; }
.ab_video span{ display:inline-block; vertical-align:middle; font-size: 18px; color: #fff}
.ab_video img{ display:inline-block; vertical-align:middle; margin-right: 15px}
.ab_video:hover{background: #ee1d23}
a.ab_more:hover{background: #ee1d23}


/*第3块*/
.section3{ width: 100%; height: 100%;overflow: hidden; position: relative;  background: url(../images/product_bjs.jpg) no-repeat center bottom; background-size: 100% auto}
.section3 .w1440{margin-top: 13vh}
.index_product_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_product_title h4{color:#0a2b69; font-size:64px; font-weight: bold; text-transform: uppercase; line-height:62px}
.index_product_title h5{width:100%; line-height: 30px; font-size: 30px;  color:#000000; margin: 2vh 0 1vh}
.index_product_all{width:100%; height: auto;  margin-top: 5vh; padding-bottom: 8px}
.index_product_all .swiper-slide a{width:100%; height: 100%; display: block; padding:0 8px 8px}
.index_product_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_pic .in_pro_img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_img{width:184px; height: auto; margin: 0px auto; position: absolute; bottom:0; left:50%; transform: translate(-50%,0);}
.index_product_img img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_tt h4{width:100%; height:40px; line-height:40px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 20px; text-align: center; font-weight: bold;}
.index_product_tt p{width:100%; height: auto; overflow: hidden; 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; text-align: center }
.index_product_all .swiper-slide a:hover .index_sb_pic i{opacity: 1}
.index_product_all .swiper-slide a:hover .index_sb_pic:after{opacity: 1}
.index_product_all .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_product_all .swiper-button-next,.index_product_all .swiper-button-prev{top:auto; bottom:0;}
.index_product_all .swiper-button-prev:after, .index_product_all .swiper-rtl .swiper-button-next:after {
    content: 'prev'; font-size: 14px; color: #fff
}
.index_product_all .swiper-button-next:after, .index_product_all .swiper-rtl .swiper-button-prev:after {
    content: 'next'; font-size: 14px; color: #fff
}
.in_pro_btn{width:20%; position: relative; margin: 8vh auto}
.in_pro_btn .swiper-pagination-bullet{width:10px; height: 10px; background: #fff; opacity: 1}
.in_pro_btn .swiper-pagination-bullet-active{background: #ee1d23}
.in_pro_btn .swiper-pagination{width:80%; left:50%; margin-left: -40%}



/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative; }
.index_youshi_all{width:100%; height: 100vh; overflow: hidden; }
.index_youshi_all ul{width:100%; height: 100%; overflow: hidden;  display:flex;display:-webkit-fle}
.index_youshi_all ul li{width:20%; height: 100%; float: left; position: relative;    transition-duration:0.5s; }
.index_youshi_all ul li img.ys_img{width:100%; height: 100%; display: block; object-fit: cover; object-position: center center;}
.index_youshi_all ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; background:rgba(0,0,0,0.1); padding: 8vh 0}
.youshi_all_info{width:80%; position: absolute;bottom:30%;  left:50%; transform: translate(-50%,0);}
.youshi_all_info h4{color:#fff; font-size: 24px; font-weight: bold; margin-bottom:14px;}
.youshi_all_info h5{color:#fff; font-size:14px; text-transform: uppercase}
.youshi_all_info hr{width:100%; height: 1px; background: rgba(255,255,255,0.4); margin:3.5vh 0 2.5vh; border: 0;  display: none; }
.youshi_all_info p{color:#ffffff; font-size: 16px; line-height:30px; transition: all 0.4s ease-in-out; width: 100%; height: 60px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;  display: none; }
.youshi_all_info span{color:#fff; font-size: 14px; display: block; line-height: 48px; margin-top:7vh}
.index_youshi_all ul li.active .youshi_all_info p,.index_youshi_all ul li:hover .youshi_all_info p{display: block}
.index_youshi_all ul li.active .youshi_all_info hr,.index_youshi_all ul li:hover .youshi_all_info hr{display: block}
.index_youshi_all ul li.active, .index_youshi_all ul li:hover{ width:40%; }
.index_youshi_all ul li.active .youshi_all_info{width:73%; bottom:10%}
.index_youshi_all ul li.active span{border:1px solid #fff; border-radius: 25px; width:148px; height: 50px;  text-align: center }
.index_youshi_all ul li.active a,.index_youshi_all ul li:hover{background:url(../images/fl_hover.png) no-repeat center bottom}






/*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/news_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_news_nav{width:auto; margin:26px auto; display: table; }
.index_news_nav a{width:148px; height: 50px; float: left; border: 1px solid #0a2b69; border-radius: 25px; text-align: center; line-height: 50px; margin: 0 10px; color:#0a2b69; font-size: 16px;}
.index_news_nav a:hover{color:#fff; background: #0a2b69}
.index_news_all{width:100%; height: auto; overflow: hidden; margin-top: 4vh; position: relative}
.index_news_all .swiper{width: 100%;  height:43vh;  margin-left: auto;  margin-right: auto;}
.index_news_all .swiper .swiper-slide {
	height: calc((100% - 10px) / 2) !important; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_news_all .swiper-slide a{width:100%; height: 100%; display: block; background: #ffffff; border:1px solid #ecedf2; padding:30px 20px 26px 10px}
.index_news_time{width:85px; height: auto; float: left; text-align: right;}
.index_news_time span{color:#666666; font-size: 16px; display: block; margin-bottom: 8px;}
.index_news_time p{color:#333333; font-size: 22px; font-weight: bold;}
.index_news_xx{margin-left:110px;}
.index_news_xx h4{width:100%; height: 30px; color: #333333; font-size:16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; margin-bottom:8px }
.index_news_xx p{width:100%; height:78px; line-height: 26px; color: #666666; font-size:14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx i{width:30px; height: 30px; display: block; background: url(../images/n_jts.png) no-repeat center}
.index_news_all .swiper-slide a:hover{background: #004ca2}
.index_news_all .swiper-slide a:hover p,.index_news_all .swiper-slide a:hover h4,.index_news_all .swiper-slide a:hover span{color:#fff}
.index_news_all .swiper-slide a:hover i{background: url(../images/nh_jts.png) no-repeat center}
.index_news_all .swiper-slide a:hover h3,.index_news_all .swiper-slide a:hover .in_news_ri,.index_news_all .swiper-slide a:hover .in_news_yue{color:#fff}
.index_news_all .swiper-button-next,.index_news_all .swiper-button-prev{top:auto; bottom:0;}
.index_news_all .swiper-button-prev:after, .index_news_all .swiper-rtl .swiper-button-next:after {
    content: 'prev'; font-size: 14px; color: #0a2b69
}
.index_news_all .swiper-button-next:after, .index_news_all .swiper-rtl .swiper-button-prev:after {
    content: 'next'; font-size: 14px; color: #0a2b69
}
.index_news_all .in_pro_btn .swiper-pagination-bullet{width:10px; height: 10px; background: #0a2b69; opacity: 1}
.index_news_all .in_pro_btn .swiper-pagination-bullet-active{background: #ee1d23; opacity: 1}
.index_news_all .in_pro_btn .swiper-pagination{width:80%; left:50%; margin-left: -40%}






/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; background: #ecedf2}
.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);}
.section7 .fp-tableCell{vertical-align: bottom;}
.section7_top{width:100%; height:auto; overflow: hidden;  position: relative; z-index: 1; margin-bottom: 8vh}
.index_contact_info{width:100%; height:auto; overflow: hidden; margin-top: 5vh}
.index_contact_xx{width:40%; height: auto; float: left}
.index_contact_xx h5{color:#0a2b69; font-size: 26px; font-weight:bold;}
.index_contact_xx h4{color:#0a2b69; font-size:36px; font-weight:bold; margin: 8px 0}
.index_contact_xx p{color:#0a2b69; font-size: 16px;}
.index_contact_links{float: right; margin-top: 35px;}
.index_contact_links a{width:200px; height: 50px; float: left; border: 1px solid #0a2b69; text-align: center; line-height: 50px; margin-left: 20px;}
.index_contact_links span{margin-left:30px}
.index_contact_links a:nth-child(1){background: #0a2b69; color:#fff}
.index_contact_links a:nth-child(2){color:#0a2b69}
.index_contact_links a:nth-child(2):hover{background: #0a2b69; color:#fff}
.index_contact_links a:nth-child(1):hover{background:none; color:#0a2b69}


.footer_bottom{width:100%; height:auto;  padding-top:11vh; position: relative; z-index: 1}
.footer_bottom:after{content: ""; width: 100%; height: 100%; background: rgba(8,48,139,0.75); position: absolute; bottom:0; left:0; z-index: -1}
.footer_bottom_btn{width:94px; height: auto; position: absolute; z-index: 1; top:-45px; left:50%; margin-left: -47px; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; display:block}
.footer_bottom_btn img{width:100%; display: block}
.footer_bottom_btn:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}

.footer_nav{width:72%; height: auto; float: left; position: relative; z-index: 1}
.footer_nav dl{width:auto; float: left; margin-right:7%; text-align: center}
.footer_nav dl dt{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px; margin-bottom: 26px; font-weight: bold;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_nav dl dd a{width:100%; display: block; font-size: 14px; color: #fff; margin-bottom:8px; opacity: 0.7}
.footer_nav dl dd a:hover{opacity:1}

.footer_nav dl:last-child{margin-right: 0}
.footer_rxx{width:235px; height: auto; float: right; position: relative; z-index: 1}
.footer_rxx .slideTxtBox{width:100%; height: auto; overflow: hidden}
.footer_rxx .slideTxtBox .bd{ background: url(../images/ma_bjs.png) no-repeat center; float: left; width:143px; height: 145px;}
.bd_img{overflow: hidden; padding: 10px; width: 100%}
.bd_img img{width:100%; display: block}
.footer_rxx .slideTxtBox  .hd{margin-left: 20px; float: left; margin-top: 34px}
.footer_rxx .slideTxtBox  .hd ul{width:100%; height: auto;}
.footer_rxx .slideTxtBox  .hd ul li{margin-bottom: 15px;}






/*版权*/
.index_banquan{width:100%; margin: 0px auto; height: 80px; line-height: 80px;  margin-top:9vh;}
.index_banquan .copy_l{width:auto; font-size: 14px; color: #fff; float: left}
.copy_l a{font-size: 14px; 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:#999999; 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: 14px; 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:340px; text-align: center; color: #ffffff; padding-top: 115px;}
.ny_banner .in_header{position:absolute}
.about_ban .container{ padding-top:90px; }
.ny_title{width:100%; height: 60px; line-height: 60px; border-bottom: 1px solid #eeeeee; }
.ny_title h3{ font-size: 24px; color: #313131; font-weight: bold; float: left;}
.ny_title h3 span{ font-size: 24px; color: #959595; font-family: "Impact"; margin-left: 5px; font-weight: normal; }
.ny_title_right{float: right; font-size:14px; color: #313131;padding-left: 18px;}
.ny_title_right span{color: #0a2b69;}
.ny_service{font-size:16px; color:#666; line-height:30px; margin-top:40px; margin-bottom:60px; overflow:hidden}
.about_ban{background: url(../images/about_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; }
.news_ban{background: url(../images/news_ban.jpg) no-repeat center; }
.product_ban{background: url(../images/product_ban.jpg) no-repeat center; }
.case_ban{background: url(../images/case_ban.jpg) no-repeat center; }
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center; }
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center; }




/*Ã¥â€°Â¯Ã¦Â â€¡Ã©Â¢ËœÃ‹Å“*/
.ny_fubiaoti{width:100%; height: auto; margin-top: 50px; text-align: center; display: table}
.ny_fubiaoti ul{width:auto; margin: 0px auto; display: table}
.ny_fubiaoti ul li{width:197px; height: 56px; background: #eeeeee; text-align: center; line-height: 56px; font-size: 16px; color: #535353; float: left; margin-right: 2px;}
.ny_fubiaoti ul li:last-child{margin-right: 0px;}
.ny_fubiaoti ul li:hover{background: #0a2b69;}
.ny_fubiaoti ul li:hover a,.ny_fubiaoti ul li.active a{ color: #fff}
.ny_fubiaoti ul li.active{background: #0a2b69;}
.ny_fubiaoti ul li a{ display:block; font-size: 16px;}




/*è£èª‰èµ„è´¨*/
.ny_honor_li{height: auto; display: block; overflow: hidden; margin-top: 36px; margin-bottom:50px; }
.ny_honor_li ul{width:100%; overflow: hidden; height: auto; margin-bottom:30px}
.ny_honor_li li{width:290px; height: auto; float: left; position: relative; margin-right:13px; margin-bottom: 25px; border: 1px solid #d2d2d2;}
.ny_honor_li li:nth-child(4n){margin-right: 0px;}
.ny_honor_img{width:100%; height: auto; overflow: hidden; position:relative;}
.ny_honor_img img.honor_pic{width:100%; height: 100%; transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.ny_honor_h{width:100%; height: 100%;  position: absolute; top: 0px; left: 0; z-index: 999; background: rgba(0,0,0,0.5); text-align: center; display: none; overflow:hidden}
.ny_honor_h h3{width:100%; height:100%;padding:10px; color:#fff; font-size:14px; line-height:190px;}
.ny_honor_h img{width:26px; height: 26px; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ny_honor_li li:hover .ny_honor_h{ display: block}
.ny_honor_li li:hover .ny_honor_img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_honor_li li p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; text-align:center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}





/*å†…é¡µäº§å“*/
.ny_pro_1{width:100%; height: auto; overflow: hidden}
.product_ban .container{ padding-top:90px; }
.ny_pro_sear{width:646px; height: 50px; margin: 46px auto 0;}
.ny_pro_sear input[type="text"]{width:593px; height: 50px; float: left; background: #eeeeee; line-height: 50px; padding: 0px 10px; border: 0px}
.ny_pro_sear input[type="submit"]{width:53px; height: 50px; background: url(../images/ss.png) no-repeat; border: 0px;}
.ny_pro_ft{width:100%; height: auto; margin-top: 60px; margin-bottom: 20px; }
.ny_pro_ft h1{font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_pro_list{width:100%; height: auto; margin-bottom:90px;}
.ny_pro_list ul { margin: 35px auto 40px; overflow: hidden; width:100%;}
.ny_pro_list ul li {float: left;width: 386px;height:auto;margin-right: 20px;overflow: hidden; position: relative; border: 1px solid #e5e5e5; background: #fff}
.ny_pro_list ul li img{width: 100%; height: auto;}
.ny_pro_list ul li .ny_case_img{width: 100%; height: auto; overflow: hidden;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; padding:45px;}
.ny_pro_list 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_pro_list ul li:hover .ny_case_h{background: #0a2b69; border-top: 0px}
.ny_pro_list ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_pro_list ul li:hover i{color: #fff}
.ny_pro_list ul li:hover a{color: #fff}
.ny_pro_list ul li:nth-child(3n) {margin-right: 0;}
.ny_pro_list ul li:hover .ny_honor_h{display: block}
.ny_pro_2,.ny_pro_4{width:100%; height: auto; overflow: hidden; background: #f5f5f5; margin-top: 52px; padding-bottom: 52px;}
.ny_prolist li{margin-bottom:30px;}
.ny_peijian ul{width:100%; height: auto; overflow: hidden}
.ny_peijian ul li{width:282px; height:248px; float: left; margin-right: 24px;}
.ny_peijian ul li:last-child,.ny_peijian ul li:nth-child(4n){margin-right: 0px;}
.ny_peijian ul li div{width:282px; height: 205px; overflow: hidden}
.ny_peijian ul li div img{width:100%; height: 100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_peijian{background:#f5f5f5; padding:0px 0px 50px; overflow:hidden}
.ny_peijian ul li p{ font-size: 16px; color: #434343; height: 40px; line-height: 40px; text-align: center; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.pei_link{width:300px; height: 55px;  border:1px solid #dcdcdc;  color: #1F1F1F; text-align: center; line-height: 55px; display: block; overflow: hidden; margin:32px auto 0;}
.ny_peijian 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_peijian ul li:hover p{color:#0a2b69}
.pei_link:hover { background: #0a2b69; color: #fff; }
.honor_more{width:100px; height:35px; background:#0a2b69; border-radius:25px; display:block; margin:30px auto 0;  color:#fff; text-align:center; line-height:35px;}


.ny_case{height: auto; display: block; overflow: hidden}
.ny_case ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 29px;}
.ny_case ul li{width:388px; height: 490px; float: left; margin-right: 18px; margin-bottom:18px;}
.ny_case ul li:nth-child(3n){margin-right: 0px;}
.ny_case ul li .ny_case_img{width:388px; height: 294px; overflow: hidden}
.ny_case ul li .ny_case_img img{width:100%; height: 100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;}
.ny_case 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_case_info{width:100%; height:196px; border: 1px solid #e5e5e5; padding: 18px; }
.ny_case_info h3{ font-size: 18px; color: #313131; font-weight: bold; margin-bottom:15px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_case_info .ny_case_xx{width:100%; height: 70px;}
.ny_case_info .ny_case_xx p{width:100%; height: 70px; line-height: 25px;font-size: 14px; color: #707070; overflow:hidden}
.case_link{width:100%; height: 35px; margin-top: 15px;}
.case_link a{display: block; overflow: hidden; float: left; line-height: 35px;}
.case_link .see_more{width:95px; height: 35px; background: #313131; text-align: center; font-size: 14px; color: #ffffff; margin-right: 18px;}
.case_link .see_mucase{width:145px; height: 35px; background: #0a2b69; text-align: center; font-size: 14px; color: #ffffff}
.ny_xiang_pro{width:100%; height: auto; background: #f5f5f5; padding-top: 50px; margin-top:50px; padding-bottom:60px;}
.ny_xiang_pro h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center}
.ny_case_li{width:100%; height: 502px; margin-top: 30px;}
.ny_case_li .Box_con {position: relative; height: 100%;}
.ny_case_li .Box_con .btnl {position: absolute;}
.ny_case_li .Box_con .btn {display: block;width: 45px;height:130px;position: absolute;top: 175px;cursor: pointer;  background:url(../images/an01.jpg) no-repeat;}
.ny_case_li .Box_con .btnl {background-position:0 0; left: -72px;}
.ny_case_li .Box_con .btnr {background-position:-90px 0; right: -72px;}
.ny_case_li .Box_con .btnl:hover {background-position:-45px 0;}
.ny_case_li .Box_con .btnr:hover {background-position:-133px 0;}
.ny_case_li .Box_con .conbox {position: relative;overflow: hidden; height: 100%;}
.ny_case_li .Box_con .conbox ul {position: relative;list-style: none;}
.ny_case_li .Box_con .conbox ul li {float: left;width: 386px;height:502px;margin-left: 20px;overflow: hidden; position: relative; border: 1px solid #e5e5e5; background: #fff}
.ny_case_li .Box_con .conbox ul li img{width: 386px; height: 370px;}
.ny_case_li .Box_con .conbox ul li:first-child {margin-left: 0;}
.ny_case_li .Box_con .conbox ul li:hover .ny_honor_h{display: block}
.ny_case_h{width:100%; height: 110px; border-top: 1px solid #e5e5e5; padding: 15px;}
.ny_case_h h3{font-size: 18px; color: #313131; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; height: 25px; line-height: 25px;}
.ny_case_h p{ font-size: 14px; color: #959595; width: 100%; height: 35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;text-align: center}
.ny_case_js .ny_case_cp{ width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343; margin:20px auto;}
.ny_case_js i{color: #0a2b69;margin-right: 2px;}
.ny_case_jscs{float: left; width: 106px; height: 30px; line-height: 30px; border-radius: 30px; text-align: center; font-size: 14px; color: #434343;}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h{background: #0a2b69; border-top: 0px}
.ny_case_li .Box_con .conbox ul li:hover .ny_case_h h3,.ny_case_li .Box_con .conbox ul li:hover .ny_case_h p{color:#fff}
.ny_case_li .Box_con .conbox ul li:hover i{color: #fff}
.ny_case_li .Box_con .conbox ul li:hover a{color: #fff}
.ny_case_cp:hover{background: #fff; }
.ny_case_jscs:hover{background: #fff;}
.ny_case_cp:hover a,.ny_case_jscs:hover a{color:#0a2b69!important;}
.ny_case_jscs:hover i,.ny_case_cp:hover i{color:#0a2b69!important;}
.ny_case_js{width:233px; margin: 0px auto}

.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-jia:before { content: "\e602"; }
.icon-weibiaoti11:before { content: "\e609"; }


  /*æ–°é—»é¡µé¢*/
.ny_qynew_list{width:100%; height:auto; overflow:hidden; margin-bottom:40px; margin-top:40px;}
.ny_qynew_list ul{width:100%; height:auto; overflow:hidden}
.ny_qynew_list ul li{width:100%; height:109px; overflow:hidden; margin-bottom:20px;}
.ny_qynew_list ul li .ny_qynew_xx{width:1070px; float: right; padding:5px 0; height:100%;}
.ny_qynew_list ul li:hover h3{color:#0a2b69}
.ny_qynew_list ul li:hover p{color:#0a2b69}
.ny_qynew_rq{width:104px; height: 108px; background: #eeeeee; text-align: center; padding: 12px; float: left}
.ny_qynew_rq p{font-size: 48px; color: #0a2b69; font-family: "Impact"; border-bottom: 1px solid #d2d0d0;}
.ny_qynew_rq span{font-size: 16px; color: #0a2b69; font-family: "Impact"; line-height: 30px;}
.ny_qynew_xx{width: 535px;  float: right;}
.ny_qynew_xx h3{ font-size: 18px; color: #313131; height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.ny_qynew_xx p{ font-size: 14px; color: #898989; line-height:24px; height: 72px;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;}
.ny_qynew{margin:40px auto 60px}


/*è”ç³»æˆ‘ä»¬*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin-top: 55px; margin-bottom:83px;}
.contact_ban .container{ padding-top:60px; }
.ny_contact h1{font-size: 36px; color: #313131; line-height: 45px; text-align: center;}
.ny_contact h3{ font-size: 18px; color: #707070; line-height: 35px; text-align: center}
.ny_contact ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 37px;}
.ny_contact ul li{width:281px; height:176px; background: #eeeeee; text-align: center; float: left; margin-right: 25px; margin-bottom: 25px; }
.ny_contact ul li:nth-child(4n){margin-right: 0px;}
.ny_contact ul li i{color:#1b60d2; font-size:60px; margin-top: 30px; display: block; margin-bottom: 10px; height: 72px;}
.icon-jiageyuce{font-size:66px!important;}
.ny_contact ul li p{font-size: 22px; color: #313131;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.ny_conta_info{width:600px; height: 445px; float: left; padding: 35px 35px; background: #f5f5f5}
.ny_conta_img{width:600px; height: 445px; float: right}
.ny_conta_img img{width:100%; height: 100%;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: 40px; line-height: 40px;}
.ny_conta_info .ny_if{font-size: 18px; color: #313131; height:auto; line-height: 30px;margin-bottom:5px;}
.ny_conta_dh{width:100%; height: 70px; margin-top: 20px;}
.ny_conta_dh img{width:70px; height: 70px; float: left; margin-right: 10px;}
.ny_conta_dh p{ font-size: 18px; color: #313131;}
.ny_conta_dh h5{ font-size: 36px; color: #1b60d2; font-family: "Impact"}
.ny_conta_dz{width:100%; height: auto; margin: 20px 0}
.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:100%; height: auto;}
.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_contact ul li:hover{background:#1b60d2}
.ny_contact ul li:hover i,.ny_contact ul li:hover p{color:#fff}
.ny_map{width:100%; height:460px; position:relative}
.ny_map_xx{width:600px; height:100%; background:rgba(0,0,0,0.5); padding:126px; position:absolute; top:0;left:0}
.ny_map_xx h3{width:100%; height:40px; line-height:40px;  font-size:20px; color:#fff; text-align:left; background:url(../images/c_logo.png)no-repeat left center; padding-left:40px;}
.ny_map_xx p{width:100%; height:30px; color:#ffff; line-height:30px;}


/*产品详情页*/
.ny_pro_show{width:100%; height: auto; overflow: hidden; margin-top: 55px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height: 500px; float: left; position:relative;}
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h3{ font-size: 28px; width:100%; color: #191919; height: 50px; line-height: 50px; margin-top: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.ny_pro_p{width:100%; height: 170px; border-bottom: 1px solid #e5e5e5; margin-top:15px;}
.ny_pro_p p{width:100%; height: 35px;  color: #000000; line-height: 35px; font-size: 15px; }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 35px 0 25px}
.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:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #0a2b69; 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_pro_bottom{width:100%; display: block; overflow: hidden; margin-top: 65px; margin-bottom:90px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 24px; color: #0a2b69; font-weight: bold; text-align: center; margin-bottom: 24px; background:url(../images/hxs.png) no-repeat bottom center; height:40px;}
.ny_probt_case li{width:275px; height:244px; float: left; margin-right:22px; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height: 203px;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:275px; height: 203px; overflow: hidden; }
.nyprocase-div img{ transition:.6s; }
.ny_probt_case li:hover .ny_probt_xx h3{ color:#0a2b69; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(3n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{margin-top:20px;}
.ny_proinput .ny_pro_ft span{color: #0a2b69;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; border:1px solid #0a2b69; background:none; font-size: 16px; color: #0a2b69; margin: 10px auto; display: block}
.liji_su:hover{background: #0a2b69; color:#fff}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  font-size: 15px; color: #191919; cursor:pointer; padding: 0px 22px 0 30px ;}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on {background: #0a2b69; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:24px 15px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px;  padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt{width:100%; height:60px; border-bottom:2px solid #0a2b69}
.ny_probt li{width:100%; height:60px;  color:#313131; font-size:18px; text-align:center; line-height:45px; cursor: pointer; }
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{ color:#0a2b69}
.ny_probt li:hover a{color:#0a2b69; font-weight:bold;}
.ny_probt li.active a{ color:#0a2b69; font-weight:bold;}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; color:#313131; font-size:28px;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px; font-size:16px; color:#666; line-height:26px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px;}
.fangan_show{ margin-top:20px;}
.ny_proshow_num table,.ny_proshow_num table tr,.ny_proshow_num table td{border:3px solid #d4d4d4;}
.play_btn{position: absolute; top:362px; left: 10px;  z-index: 10; width: 50px; height: 50px; display: none; cursor: pointer; z-index:999;}
.play_btn img{width:100%; height:100%}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two 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_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}








@media screen and (max-width:1680px){
	.content_list_title{left:7%}
	

}


@media screen and (max-width:1560px){
	.w1440{width:1200px;}
	

}


@media screen and (max-width:1450px){
.ban_link ul{width:1200px}
}

