﻿*{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:1440px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.in_header{width:100%; height:10vh; position:fixed; top:0; left:0;  z-index:9999; padding:0 3%; }
.h_logo{width:191px; float: left; line-height:10vh; display: flex; align-items: center; height:10vh}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.logo2{display: none}
.h_dianhua{float: right; background: url(../images/h_dhs.png) no-repeat left center; padding-left:40px; height: 10vh; line-height: 10vh; font-size: 16px; color:#fff}



@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*导航*/
#menu{width:52%; height: 100%; margin-left:14%; float: left}
#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:9.6vh; width:14.2%;  }
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:100%; text-align:center;  z-index: 2; position: relative; height:100%;  margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:207px; left:50%; top:9vh; margin-left: -104px;  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:#0161db;  }
.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,#menu .nav .nLi:hover p{background: url(../images/nav_active.jpg) no-repeat center; background-size: cover;}
#fp-nav ul li, .fp-slidesNav ul li{width:23px; height:22px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:url(../images/dian.png) no-repeat center; border:0; width:23px; height:22px; 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{background:url(../images/active.png) no-repeat center; width:23px; height:22px; margin: -2px 0 0 -2px;}
#fp-nav.right{right:20px;}
.two_header .h_dianhua{color:#4d4d4d; background: url(../images/hh_dhs.png) no-repeat left center}
.two_header #menu .nav .nLi p a{color:#4d4d4d}
.two_header .logo2{display: block}
.two_header .logo1{display: none}
.two_header{background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.1)}


/*第1块*/
.section0{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.section0 .swiper-container{width:100%; }
.section0 .swiper-slide a{width:100%; height:100vh; display: block }
.section0 .swiper-slide a img{width:100%; display: block; height:100vh;  object-fit: cover; object-position: center center;}
.section0 .swiper-button-next,.section0 .swiper-button-prev{width:30px; height: 55px; top:50%; margin-top:-27.5px; opacity: 0.6}
.section0 .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:3%}
.section0 .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:3%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.section0 .swiper-button-next:hover{opacity: 1}
.section0 .swiper-button-prev:hover{opacity: 1}
.index_shubiao{width:22px; height: 32px; position: absolute; bottom:20px; left:50%; margin-left: -11px; z-index: 9; animation:mymove 5s infinite;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}

.ban_info{width:1440px; height: auto; overflow: hidden; position: absolute; top:50%; left:50%; z-index: 9; text-align: right; transform: translate(-50%,-50%);}
.ban_info h4{color:#fff; font-size: 60px; line-height: 80px; text-transform: uppercase; opacity: 0; transform: translateY(-10px);}
.ban_info h5{color:#fff; font-size: 40px; margin-top: 8px; opacity: 0; transform: translateY(-10px);}
.ban_info h5 span{color:#fff; font-size: 20px; margin-right: 8px;}

.section0 .swiper-slide-active h4{ transform: translateY(0) translateZ(0); opacity: 1; transition: opacity .8s linear .5s,transform .8s cubic-bezier(.215,.61,.355,1) .5s;} 
.section0 .swiper-slide-active h5{ transform: translateY(0) translateZ(0); opacity: 1; transition: opacity .8s linear .5s,transform .8s cubic-bezier(.215,.61,.355,1) .5s;} 






/*关于我们*/
.section1{ width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section1 .w1440{position: relative; z-index: 9; }
.section1_ban{background: url(../images/about_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 .section1_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section1 .fp-tableCell{vertical-align: bottom;}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-bottom: 6vh}
.index_about_info{width:71%; height: auto; float: left}
.index_about_top h3{color:#fff; font-size: 60px; text-transform: uppercase}
.index_about_top h4{color:#fff; font-size: 26px;}
.about_info_xx{width:100%; height: auto; display: block; color:#fff; font-size: 14px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin: 4vh 0}
.about_info_more{width:289px; height: 64px; line-height: 64px; display: block; background: url(../images/cxx.png) no-repeat center; padding-left:6%; 
	transition: all 0.4s ease-in-out;}
.about_info_more span{color:#fff; font-size: 18px;}
.about_info_more:hover{padding-left: 8%; transition: all 0.4s ease-in-out;}

.index_about_bottom{width:100%; height: auto; background: url(../images/about_hover.png) no-repeat center; padding:12vh 0 14vh; overflow: hidden; position: relative; z-index: 1}
.index_about_bottom dl{float: left; margin-right:11%}
.index_about_bottom dl dt{color:#fff; font-size: 16px; }
.index_about_bottom dl dt span{color:#fff; font-size: 72px; font-family: 'BAHNSCHRIFT';}
.index_about_bottom dl dd{color:#fff; font-size: 16px;}
.index_about_bottom dl:last-child{margin-right: 0}
.index_about_video{width:160px; height:auto; float: right; margin-top: 10vh}
.index_about_video img{width:100%; display: block}

.active .index_about_info{animation-name: fadeInLeft; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_about_video{animation-name: fadeInRight; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_about_bottom{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}






/*第3块*/
.section2{ width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section2 .w1440{position: relative; z-index: 9; margin-top: 14vh}
.section2_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 .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: 4vh; padding-bottom: 80px}
.index_product_all .mySwiper{width:100%; height: auto; overflow: hidden}
.index_product_all .swiper-slide a{width:100%; height: 500px; background: url(../images/p_hover.png) no-repeat center; padding:40px 25px; display: block;}
.index_pro_pic{width:100%; height: 210px; border-bottom: 3px solid #fff; display: flex; align-items: center;}
.index_pro_pic img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.index_product_all .swiper-slide a h4{width:100%; height: 40px; line-height: 40px; color: #1a1a1a; font-size: 24px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:2vh 0; text-align: center}
.index_product_all .swiper-slide a p{width:100%; height: 56px; overflow: hidden; color:#777777; font-size: 14px; line-height: 28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; padding: 0 30px; text-align: center}
.index_product_all .swiper-slide a span{width:150px;  height: 40px; line-height: 38px; border: 1px solid #1a1a1a; font-size: 16px;  background: url(../images/ch_jts.png) no-repeat 80% center; display: block; margin:3vh auto 0; padding-left: 6%}
.index_product_all .swiper-pagination-bullet{width:24px; height: 24px; background: url(../images/n_dian.png) no-repeat center; opacity: 1}
.index_product_all .swiper-pagination-bullet-active{background: url(../images/n_active.png) no-repeat center;}
.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:30px; height: 55px; opacity: 0.5}
.index_product_all .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:-10%;}
.index_product_all .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:-10%}
.index_product_all .swiper-button-next:hover{opacity: 1}
.index_product_all .swiper-button-prev:hover{opacity: 1}
.index_product_all .swiper-slide a:hover{background: url(../images/ph_hover.png) no-repeat center}
.index_product_all .swiper-slide a:hover h4{color:#fff}
.index_product_all .swiper-slide a:hover p{color:#fff}
.index_product_all .swiper-slide a:hover span{color:#1a1a1a; background:#fff url(../images/ch_jts.png) no-repeat 80% center; border: 0}

.active .index_news_title{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_product_all{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}



/*3*/
.section3{width: 100%; height: 100%; overflow: hidden; position: relative}
.section3 .mySwiper{width:100%; height: 100vh; }
.index_chepai{width:100%; height: 100vh; overflow: hidden}
.in_cpimg{width:100%; height: 100%; display: block; object-fit: cover; object-position: center center;}
.index_chepai a{width:100%; height: 100vh; background: rgba(0,0,0,0.4); position: absolute; top:0; left:0; z-index: 1; display: block}
.index_chepai_hover{width:100%;  height: auto; overflow: hidden; position: absolute; top:50%; left:50%; padding: 0 24%; transform: translate(-50%,-50%); z-index: 1}
.index_chepai_hover h4{color:#fff; font-size: 16px; border-bottom: 1px solid #fff; text-align: center; padding-bottom: 8px; letter-spacing:5px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_chepai_hover h5{color:#fff; font-size: 16px; border-bottom: 1px solid #fff; text-align: center; line-height: 40px; padding-bottom: 10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.index_chepai_icon{width:100%; height:110px; display: flex; align-items: center; margin: 2vh 0}
.index_chepai_icon img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.index_chepai_hover span{width:150px; height: 40px; background: #1a1a1a url(../images/ch_jts.png) no-repeat 85% center; font-size: 16px; color: #fff; 
	line-height: 40px; display: block; margin:6vh auto 0; padding-left: 20px; display: none; }
.index_chepai:hover .index_chepai_hover span{display: block; }
.index_chepai:hover a{background-image: linear-gradient(to bottom, rgba(1,85,214,0.7) , rgba(0,155,246,0.7)); 
	background-image: -webkit-gradient(to bottom, rgba(1,85,214,0.7), rgba(0,155,246,0.7)); 
	background-image: -webkit-radial-gradient(to bottom, rgba(1,85,214,0.7) ,rgba(0,155,246,0.7))}


.active .index_case_all{animation-name: flipInX; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_case_bottom{animation-name: fadeIn; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}



/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative}
.section4 .w1440{position: relative; z-index: 9; margin-top: 5vh}
.section4_ban{background: url(../images/case_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);}
.section4 .fp-tableCell{vertical-align: bottom;}
.index_case_all{width:100%; height: auto; overflow: hidden; margin-bottom: 1vh; margin-top: 5vh}
.index_case_all .swiper-slide a{width:100%; display: block; overflow:hidden; padding-bottom: 32px}
.index_case_all .swiper-slide a img.in_case_img{width:100%; display: block;}
.in_cicon{width:100px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); opacity: 0; transition: all 0.4s ease-in-out;}
.in_ctitle{width:90%; height: 64px; line-height: 64px; position: absolute; bottom:54px; left:25px; background: rgba(0,0,0,0.8); transition: all 0.4s ease-in-out;}
.in_ctitle:after{content:""; width:30px; height: 1px; background: #fff; position: absolute; top:50%; left:-15px;}
.in_ctitle span{color:#fff; font-size: 18px; display: block; width: 100%; height: 100%; background: url(../images/c_right.png) no-repeat 92% center; 
	padding: 0 45px;}
.index_case_bottom{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: 5vh}
.index_case_bottom h4{color:#fff; font-size:88px; font-weight:bold; text-align: center; opacity: 0.02; text-transform: uppercase; line-height: 92px; }
.index_case_bottom h5{color:#fff; font-size:16px; letter-spacing:20px; text-align: center; position: absolute; top:35px; left:0; width: 100%}
.index_case_all .swiper-slide a:hover .in_ctitle{ background-image: linear-gradient(to right, #0154d5 , #009bf6); 
	background-image: -webkit-gradient(to right, #0154d5 , #009bf6); 
	background-image: -webkit-radial-gradient(to right, #0154d5 , #009bf6);}
.index_case_all .swiper-slide a:hover .in_cicon{opacity: 1; transition: all 0.4s ease-in-out;}
.index_case_all .swiper-slide a:hover .in_ctitle{bottom:0; transition: all 0.4s ease-in-out;}

.active .index_mendian_top{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .mySwiper2{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}



/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative}
.section5 .w1440{position: relative; z-index: 9; margin-top: 14vh}
.section5_ban{background: url(../images/mendian_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_mendian_top{width:100%; overflow: hidden}
.index_mendian_title{width:auto; float: left}
.index_mendian_title h4{color:#fff; font-size: 60px; margin-bottom:18px; text-transform: uppercase; line-height:55px;}
.index_mendian_title h5{color:#fff; font-size: 26px;}
.in_mendian_nav{width:55%; height: auto; overflow: hidden; float: right; position: relative; padding: 0 3%; margin-top: 6vh}
.section5 .mySwiper1{width:100%;}
.section5 .mySwiper1 .swiper-slide a{width:100%; display: block; font-size: 16px; color: #fff; border-radius: 25px; text-align: center; line-height: 42px; 
	height: 42px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border: 1px solid #fff}
.in_mendian_nav .swiper-button-next,.in_mendian_nav .swiper-button-prev{width:20px; height: 80px;; margin-top: -40px;}
.in_mendian_nav .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:0}
.in_mendian_nav .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:0}
.in_mendian_nav .mySwiper1  .swiper-slide-thumb-active a{background-image: linear-gradient(to bottom, #0154d5 , #009cf6); 
	background-image: -webkit-gradient(to bottom, #0154d5 , #009cf6); 
	background-image: -webkit-radial-gradient(to bottom, #0154d5 , #009cf6); border: 0}
.section5 .mySwiper2{width:100%; height: auto; overflow: hidden; margin-top: 4vh}
.index_mdzs_all{width:100%; height: auto; overflow: hidden}
.index_mdzs_left{width:25%; height: auto; float: left; position: relative}
.index_mdzs_left img{width:100%; display: block}
.index_mdzs_left a{width:100%; height: auto; display: block; padding:40px 20px; position: absolute; top:0; left:0}
.index_mdzs_left a dl{width:100%; height: 42px; overflow: hidden; background:url(../images/case_jts.png) no-repeat right center; transition: all 0.4s ease-in-out;}
.index_mdzs_left a dl dt{color:#fff; font-size: 18px; line-height:26px;}
.index_mdzs_left a dl dd{color:#fff; font-size: 14px; }
.index_mdzs_left:hover dl{ background:url(../images/case_jts.png) no-repeat 90% center; transition: all 0.4s ease-in-out;}
.index_mdzs_center{width:49.3%; height: auto; float: left; position: relative; margin-left: 1%; overflow: hidden}
.index_mdzs_center 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;}
.mdzs_center_hover{width:100%; height:80px; background: rgba(0,0,0,0.6); position: absolute; bottom:0; left:0;  }
.mdzs_center_hover h4{width:60%; height:80px; line-height: 80px; font-size:18px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-left: 5%; float:left}
.mdzs_center_hover i{width:80px; height: 80px; float: right; background: url(../images/i1.jpg) no-repeat center}
.index_mdzs_right{width:23.9%; height: auto; float: right}
.index_mdzs_right a{width:100%; height: auto; display: block; margin-bottom:15px; overflow: hidden}
.index_mdzs_right 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_mdzs_right a:last-child{margin-bottom: 0}
.index_mdzs_right a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_mdzs_center:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.active .index_news_all{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}




/*2*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; margin-top: 14vh}
.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_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#fff; font-size: 60px; margin-bottom:18px; text-transform: uppercase; line-height:55px;}
.news_title_left h5{color:#fff; font-size: 26px;}
.index_news_nav{float: right; margin-top: 5vh}
.index_news_nav a{width:170px; height: 40px; float: left; border: 1px solid #fff; border-radius: 25px; text-align: center; line-height: 40px; font-size: 16px;
	color: #fff; margin-left:20px}
.index_news_nav a:hover{background: url(../images/nav_hovre.png) no-repeat center; border: 0}
.index_news_all{width:100%; height: auto; overflow: hidden; margin-top: 5vh}
.index_news_all .swiper{padding-bottom: 6vh}
.index_news_all .swiper-slide a{width:100%; height: 100%; display: block; overflow: hidden;  position: relative;  padding-bottom:42px}
.index_news_pic{width:100%; height: auto; overflow: hidden; position: relative; transition: all 0.4s ease-in-out;}
.index_news_pic img{width:100%; height: auto; display: block;}
.in_news_fl{width:425px; height: 64px; background: url(../images/news_hover.png) no-repeat center; position: absolute; bottom:28px; left:10px; opacity: 0}
.in_news_fl span{color:#fff; font-size: 18px; line-height: 64px; padding-left: 60px; background: url(../images/c_jts.png) no-repeat right center; display: block; width:95%;}
.index_news_hover{width:100%; height:auto; overflow: hidden; padding:20px 25px; background: #fff; transition: all 0.4s ease-in-out;}
.index_news_hover h3{width:100%; height: 40px; line-height: 40px; color: #1a1a1a; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_hover p{width:100%; height:48px; line-height: 24px; font-size: 14px; color: #777777;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_hover span{color:#777777; font-size: 14px; display: block; margin-top: 30px;}
.index_news_jjts{width:76px; height: 76px; position: absolute; bottom:0; right:25px}
.index_news_all .swiper-pagination-bullet{width:24px; height: 24px; background: url(../images/n_dian.png) no-repeat center; opacity: 1}
.index_news_all .swiper-pagination-bullet-active{background: url(../images/n_active.png) no-repeat center;}
.index_news_all .swiper-button-next,.index_news_all .swiper-button-prev{width:30px; height: 55px; opacity: 0.5}
.index_news_all .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:-10%;}
.index_news_all .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:-10%}
.index_news_all .swiper-button-next:hover{opacity: 1}
.index_news_all .swiper-button-prev:hover{opacity: 1}
.index_news_all .swiper-slide a:hover .index_news_jjts{display: none}
.index_news_all .swiper-slide a:hover .in_news_fl{opacity: 1}
.index_news_all .swiper-slide a:hover .index_news_pic{transform: translateY(177px); transition: all 0.4s ease-in-out;}
.index_news_all .swiper-slide a:hover .index_news_hover{transform: translateY(-288px); transition: all 0.4s ease-in-out;}




/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative;}
.section7 .w1440{position: relative; z-index: 9; margin-top: 5vh}
.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;}
.footer_top{width:100%; height: auto; overflow: hidden; margin-bottom: 5vh}
.footer_top h4{color:#fff; font-size: 60px; margin-bottom: 10px; text-transform: uppercase}
.footer_top h3{color:#fff; font-size: 26px;}
.index_cinput{width:100%; height:72px; margin-top: 3vh}
.index_cinput p{width:31%;  height: 100%; float: left; position: relative; border-bottom: 1px solid rgba(255,255,255,0.5); margin-right:3.5%}
.index_cinput p input[type="text"]{width:100%; height: 100%; font-size: 16px; color: #fff; background:none; border: 0}
.index_cinput p:last-child{margin-right: 0}
.index_cxx{width:70%; height: auto; float: left; margin: 4.5vh 0}
.index_cxx p{color:#fff; font-size: 16px; float: left; padding-left: 70px; line-height: 54px;}
.f1{background: url(../images/f_dz.png) no-repeat left center; margin-right: 7%}
.f2{background: url(../images/f_dhs.png) no-repeat left center}
.index_csubmit{width:289px; height: 64px; float: right; background: url(../images/csubmit.png) no-repeat center; margin-top: 4.5vh}
.index_csubmit input{color:#fff; font-size: 18px;  width: 85%; height: 100%; background: none; margin-left: 20px; border: 0}
.index_csubmit:hover{font-weight:bold;}
.index_contact_bottom{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bottom.jpg) no-repeat center; padding: 5vh 0 0; 
	position: relative; z-index: 9}
.contact_bottom_top{width:100%; height: 64px;}
.in_contact_sj,.in_contact_wx{float: left; position: relative; margin-right:4%}
.in_contact_sj p{color:#fff; line-height: 54px; padding-left:65px; font-size: 16px; background: url(../images/f_sj.png) no-repeat left center}
.in_contact_wx p{color:#fff; line-height: 54px; padding-left:65px; font-size: 16px; background: url(../images/f_wx.png) no-repeat left center}
.in_contact_sj img,.in_contact_wx img{width:100px; height: auto; position: absolute; top:54px; left:0; display: none;}
.index_cmore{width:289px; height: 64px; float: right; background: url(../images/cxx.png) no-repeat center}
.index_cmore a{width:100%; height: 100%; display: block; color:#fff; font-size: 18px; line-height: 64px; padding-left: 24%}
.in_contact_wx:hover img{display: block}
.in_contact_sj:hover img{display: block}

.active .footer_top{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_contact_bottom{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}



/*版权*/
.index_banquan{width:100%; margin: 0px auto; height:14vh; line-height:14vh; border-top: 1px solid rgba(255,255,255,0.5); margin-top:5.5vh}
.index_banquan .copy_l{width:auto; font-size: 14px; color: #fff; float: left}
.copy_l a{font-size: 14px; color: #fff; text-align: center}
.copy_l a{margin-left: 10px;}
.index_zhichi{width:auto; height:14vh; line-height:14vh; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height:14vh; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:6vh; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:6vh;}
.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;}

.index_cinput p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.index_cinput p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.index_cinput p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.index_cinput p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  







.ny_erji_san{width:1200px; height:auto; display:block; margin:30px auto; overflow:hidden}
.ny_erji_san ul{width:100%; height:auto; overflow:hidden}
.ny_erji_san li{width:162px; height:40px; line-height:40px; background:#eee; color:#333; text-align:center; font-size:16px; float:left; margin-right:11px; margin-bottom:10px;}
.ny_erji_san li a{color:#333;  width:100%; height:auto; display:block;}
.ny_erji_san li:nth-child(7n){margin-right:0px}
.ny_erji_san li:hover{background:#0368ac; color:#fff}
.ny_erji_san li.active{background:#0368ac; color:#fff}
.ny_erji_san li.active a,.ny_erji_san li:hover a{color:#fff}







/*客服*/
.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:#1158fd;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






/*内页*/
.ny_banner{ width:100%;  position:relative;  height:450px;clear: left; }
.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/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/yxwl_ban.jpg) no-repeat center}

.ny_baninfo{width:1200px; height:225px; position: absolute; top:195px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background:#005bc2; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 48px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#005bc2}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #005bc2)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}

.ny_service_all{font-size:16px; color:#333; line-height:30px; margin:40px 0; padding-bottom:110px;}
.ny_service_all img{max-width:100%}
.ny_service_all p{font-size:16px; color:#333; line-height:30px;}

.ny_contact_all{margin-bottom:70px; overflow:hidden}



/*内部二级导航*/
.ny_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#005bc2; border-radius:38px; max-width:1200px; padding:0 20px;}
.ny_nav ul li{    width: auto;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0px 18px;}
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#005bc2}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#005bc2}









/*推荐新闻*/
/*内页通用新闻资讯*/
.nynews-l{ margin-top:30px; width: 100%;}
.nynewst-div { width:187px; height: 152px; overflow:hidden; margin-top: 29px; margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:100%; height:auto;  transition: .3s; border:1px solid #d5d5d5; overflow:hidden  }
.nynews-top a{width:705px; height:auto; float:left;}
.nynews-top a:nth-child(2n){float:right}
.nynews-top .r > h3{ color:#555555; font-size:16px; margin-top: 30px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #005bc2; border-radius: 50%;  width:8px; height: 8px; display: block; float:left; margin-top: 20px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a { float:left; line-height: 52px;  width:76%; color:#1b1b1b; font-size:16px; position: relative; left:0; transition: .3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.nynews-li > p{ float:right;line-height: 52px; color: #626262;font-size: 14px;position: relative; right:0; transition: .3s;}
.nynews-li a:hover  { left:15px; color:#005bc2;}
.nynews-li:hover > span{ left:15px; background: #005bc2; }
.nynews-li:hover > p{ right:15px; color:#005bc2;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#005bc2; border:1px solid #005bc2;  }
.news-bot{ margin-bottom:40px}
.intitle-top > h3{ font-size: 30px;  text-align: center; font-weight: bold;color: #0c46c6;}
.intitle-top > p{ font-size:18px; color:#707070; text-align: center; line-height: 40px; }
.ny-news{ margin-top: 40px; margin-bottom: 70px; overflow:hidden;width: 1440px;margin: 0 auto 60px}
.main-title > h3 > span{ color: #005bc2;  }
.nynewst-l{ width: 210px; height: auto; overflow: hidden; float: left; }
.nynewst-l > img{ width:100%; transition: .6s; }
.nynews-top > a { display: block; padding: 16px; overflow:hidden}
.nynews-top > a > .nynewst-r{ margin-left: 230px;  }
.nynews-top > a > .nynewst-r > h3{width:100%; height:30px; color: #535353; font-size: 16px; font-weight: bold;line-height: 30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap  }
.nynews-top > a > .nynewst-r > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .nynewst-r > p{ color: #898989; font-size: 14px; line-height: 24px;  }
.nynews-top .l{width:300px; margin-left:20px;}
.nynews-top .l h3{ color:#555555; font-size:16px; transition: .3s;}
.nynews-top .l p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .l span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top:hover .l h3{ color:#fff;}
.nynews-top:hover .l p{ color:#fff; }
.nynews-top:hover .l span{color:#fff; ;}

.nynews-l ul{width:100%; height:auto; overflow:hidden}
.nynews-l ul li{width:48%; height:auto; float:left;}
.nynews-l ul li:nth-child(2n){float:right}



/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #005bc2;}
.news-title span {width:442px; line-height: 80px; color: #005bc2; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #005bc2 !important;font-size: 33px;text-align: center;font-weight: bold;padding-top: 13px; }
.news-title p{ color: #626262; }
.title h3{ font-size: 30px; text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:130px; height: 122px; background:#333; transition: .6s;  }
.newsli-l span{ font-size: 20px; font-weight: bold; text-align: center; padding-top: 20px; color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding-bottom: 13px;  transition: .6s; display:block;}
.newsli-l p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width: 790px; background: #f5f5f5; padding: 18px 20px; height:122px  }
.news-li{ clear: both; margin-bottom: 20px; display: table; }
.newsli-r h3{ font-size: 18px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#333}
.newsli-r p{ font-size: 15px; line-height: 24px; margin-top: 5px; width:100%; height:48px; overflow:hidden; color:#333}
.news-li:hover .newsli-l { background: #005bc2; }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r h3{ color: #005bc2;  }
.news-li:hover .newsli-r p{ color: #005bc2;  }
.ny_news_h1{width: 100%; text-align: center; clear: both; height:40px; }
.ny_news_h1 h1{ font-size:24px; color: #555; }
.ny_news_xxs{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_news_show{margin-bottom:70px; margin-top:50px; overflow:hidden; padding-bottom:110px;}
.ny_news_show h1{font-size:26px; color:#333;}
.keyword_light{font-size:16px; color:#666; line-height:30px;}
.news_show_bt{width: 100%;  color: #555; padding: 10px 0px; text-align: center;  clear: both; font-weight: bold}
.news_show_time{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}



/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px;}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*合作伙伴*/
.ny_pic_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px;}
.ny_pic_all ul{width:100%; height: auto; overflow: hidden}
.ny_pic_all ul li{width:18.4%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_pic_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden}
.ny_pic_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_pic_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_pic_all ul li:nth-child(5n){margin-right: 0px;}
.ny_pic_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 60px; padding-bottom:110px;}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:23.5%; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:2%; margin-bottom:20px; }
.ny_solution_img{width:100%; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.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_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(4n){margin-right:0}
.ny_product_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover h5{color:#005bc2}




/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    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_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0; padding-bottom:110px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:38%; 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:#005bc2; 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:60%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 26px; color: #191919; height:auto; line-height:30px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:130px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
  
.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:auto; margin-top:20px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height:60px;}
.ny_pro_ddh{float: left; margin-left:10px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #005bc2; 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:28px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:75%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:21%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #005bc2;}
.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; background: #005bc2; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#005bc2; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#005bc2;}
.ny_probt li.on a{ color:#fff; font-size:18px;}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:50px; background: #005bc2; color: #fff; text-align: center; line-height: 50px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.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:#005bc2}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:66%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:26%; height:35px; color:#fff; border:0; background:#005bc2; float:right;}




/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px; }
.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:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:68%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; 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:17%; height: auto; float: right}
.news_pic img{width:100%; height: auto; display:block;}
.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:#005bc2}
.ny_news_all ul li:hover h3{font-weight: bold; }



/*联系我们*/
.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:40px;}
.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%;}
.contact_right p{font-size:16px}
.ny_cont_wx dl:last-child{margin-right:0}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; 
	padding: 60px 0 20px}
.footer_left{width:955px; height: auto; float: left}
.f_logo{width:100%; height: auto; overflow: hidden}
.f_logo img{max-width: 100%}
.footer_xx{width:100%; height: auto; overflow: hidden; margin: 33px 0}
.footer_xx p{color:#fff; font-size: 24px; color: #fff;  font-family: 'BAHNSCHRIFT'; float: left; padding-left: 70px; margin-right: 40px; line-height:70px;}

.footer_nav{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.3); padding-top: 28px}
.footer_nav a{color:#fff; font-size: 16px; float: left; margin-right:113px;}
.footer_nav a:last-child{margin-right: 0}
.footer_nav a:hover{font-weight: bold}
.footer_center_ma{width:226px; height: auto; float: right}
.footer_center_ma .slideTxtBox{ width:100%;  }
.footer_center_ma .slideTxtBox .hd{width:34px; float: right}
.footer_center_ma .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; margin-top: 24px}
.footer_center_ma .slideTxtBox .hd ul li{width:34px; margin-bottom: 5px}
.footer_center_ma .slideTxtBox .hd ul li.on{ }
.footer_center_ma .slideTxtBox .bd{width:170px; height: auto; float: left}
.bd_li{width:100%; height: auto; border-radius: 8px}
.bd_li img{width:100%; display: block;  border-radius: 8px}



.copy{clear:both;width:100%;height:66px; line-height:66px;  position: relative; margin-top: 40px}
.copy_l{float:left; font-size:16px; color:#fff; height: 100%; }
.copy_l a{color:#fff; font-size: 16px;}
.copy_l a:hover{font-weight: bold;}
.footer_zhichi{width:auto; height:66px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:82px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.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: 16px; color: #fff;}
.footer_zhichi i{ float: left;}




@media screen and (max-width:1680px){
	.index_about_top h3,.news_title_left h4,.index_mendian_title h4,.footer_top h4,.ban_info h4{font-size:50px; margin-bottom:10px;}
	.index_about_bottom{ padding: 9vh 0 9vh;}
	.index_product_all .swiper-slide a{height:480px;}
	.index_chepai_hover h5{line-height:26px;}
	.ban_info h4{line-height:70px;}
	.index_chepai_hover{padding:0 15%}
}



@media screen and (max-width:1560px){
	.w1440,.ban_info{width:1200px;}
	.index_product_all .swiper-slide a h4{margin:1vh 0}
	.index_product_all .swiper-slide a p{height:46px; line-height:23px;}
	.index_product_all .swiper-slide a{height:435px; padding: 20px 25px;}
	.index_case_bottom h4{font-size:70px; line-height:80px}
	.index_case_bottom{margin-bottom:0}
	.index_chepai_hover{padding:0 10%}

}


@media screen and (max-width:1340px){
	
	#menu{margin-left: 8%; width: 55%}
	.index_chepai_hover h5{line-height: 24px;}
	
}


