﻿*{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%; background: rgba(255,255,255,0.8) }
.h_logo{width:215px; 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_search{width:40px; height:10vh; float: right; background:url(../images/search_icon.png) no-repeat center; }
.form_box{position: fixed;  top:10vh; 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: #007bda; font-size:16px;}

.h_ewm{width:110px; height: 100%; float:right; margin-right: 3%; position: relative}
.h_ewm i{width:100%; height: 100%; display: block; background: url(../images/ma.png) no-repeat center}
.h_ewm_ma{width:100%; height: auto; position: absolute; top:10vh; left:0; display: none;}
.h_ewm_ma img{width:100%; display: block;}
.h_ewm:hover .h_ewm_ma{display: block}





@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*导航*/
#menu{width:54%; height: 100%; margin-left:18%; 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:10vh; width:14.2%;  }
#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:#000;font-size:16px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:130%; left:-20px; top:10vh;  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:#005bc2;  }
.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:8px; height:8px;  border-radius: 50%;  margin: 0 0 10px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:#fff; border:0; width:5px; height:5px; 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:#fff; width:8px; height:8px; margin: -2px 0 0 -2px;}
#fp-nav.right{right:20px;}
.two_header,.three_header{background: none}
.three_header #menu .nav .nLi p a{color:#fff}
.three_header .logo2{display: block}
.three_header .logo1{display: none}
.three_header .h_search{background: url(../images/search_hicon.png) no-repeat center}
.three_header .h_ewm i{background: url(../images/ma_h.png) no-repeat center}






/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.section1_all{width:100%; height: 100vh; overflow: hidden; position: relative}
.section1 .swiper-container{width:100%; }
.section1 .swiper-slide a{width:100%; height:100vh; display: block }
.section1 .swiper-slide a img{width:100%; display: block; height:100vh;  object-fit: cover; object-position: center center;}
.ban_dian{bottom:0; width:30vh; height:30vh; background: #f02507; border-radius:295px 0 0 0; right:0; position: absolute; z-index: 1}
.section1 .swiper-pagination{ bottom:15vh}
.swiper-pagination-bullet{background: #fff; opacity: 0.8; width: 10px; height: 10px;}
.swiper-pagination-bullet-active{opacity: 1}
.ban_btn{width:19%; height: 80px; background: #fff; position: absolute; bottom:0; left:0; z-index: 9}
.ban_btn .swiper-button-next,.ban_btn .swiper-button-prev{width:33%; height: 80px; top:0; margin-top: 0}
.ban_btn .swiper-button-next{background: url(../images/b_right.png) no-repeat center; right:0}
.ban_btn .swiper-button-prev{background: url(../images/b_left.png) no-repeat center; left:0}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.ban_btn .swiper-button-next:hover{background: url(../images/b_hright.png) no-repeat center}
.ban_btn .swiper-button-prev:hover{background: url(../images/b_hleft.png) no-repeat center}
.ban_info{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ban_info h4{color:#fff; font-size: 56px; font-weight: bold;}
.ban_info h5{color:#fff; font-size: 24px; text-transform: uppercase; margin-top: 2vh}
.ban_info span{width:220px; height: 70px; line-height: 70px; background: #1155fd;  border-radius:35px 35px 0 35px; padding: 0 32px; display: block; font-size: 18px; color:#fff; margin-top:5vh}
.ban_info i{width:10px; height: 10px; background: #fff; float: right; border-radius: 50%; margin-top: 30px;}
.ban_shubiao{width:auto; position: absolute; bottom:3vh; left:50%; text-align: center;z-index: 9; text-align: center; margin-left: -48px; animation:mymove 5s infinite;}
.ban_shubiao p{color:#fff; font-size: 16px; margin-top: 10px;}
.ban_shubiao img{display: block; margin: 0px auto;}


@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}



/*第2块*/
.section2{width: 100%; height: 100%;overflow: hidden; position: relative; background: url(../images/section2_bjs.jpg) no-repeat bottom center}
.about_title_left{width:50%; height: auto; float: left}
.about_title_left h5{color:#44ceff; font-size: 60px; font-family: "宋体"; text-transform: uppercase; opacity: 0.1; font-weight: bold;}
.about_title_left h4{color:#000000; font-size: 36px; font-weight: bold; line-height: 50px; background: url(../images/ab_icon.png) no-repeat left 10px; 
	padding-left: 70px;}
a.in_abxx{width:60%; height: auto; overflow: hidden; font-size: 14px; color: #777777; line-height: 30px; display: block; margin:0 0 5vh; padding-left: 70px}
.index_about_bottom{width:100%; height:auto; overflow: hidden;}
.index_about_bottom dl{float:left; width: auto; text-align: center;  margin-right: 4%}
.index_about_bottom dl dt{width:100%; height: auto; overflow: hidden; font-size: 20px; color: #4d4d4d}
.index_about_bottom dl dt span{ background-image:-webkit-linear-gradient(left,#019d0c,#1155fd); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; font-size:72px;  font-family: 'BAHNSCHRIFT';}
.index_about_bottom dl dd{color:#777777; font-size:20px; text-align: left}
.index_about_bottom dl i{font-size: 16px; color: #4d4d4d; font-style: normal; margin-left: 8px}
.index_about_bottom dl:last-child{background: none;}
.in_about_more{width:84px; height: auto; display: block; margin-top: 6vh}
.in_about_more img{width:100%; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.in_about_more img:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*第3块*/
.section3{ width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section3:after{content: ""; width: 100%; height:100%; background: url(../images/yw_hover.png) no-repeat center; background-size:cover; position: absolute;
	top:0; left:0}
.index_yewu_title{width:100%;  text-align: center; position: absolute; top:20vh; left:0; text-align: center; z-index: 9}
.index_yewu_title h4{color:#fff; font-size: 60px; font-family: "宋体"; font-weight: bold; text-transform:uppercase; opacity: 0.3}
.index_yewu_title h5{color:#fff; font-size: 36px; font-weight: bold; }
.index_yewu_all{width:100%; height: 100vh}
.index_yewu_all .slideTxtBox{width:100%; height: auto; overflow: hidden}
.index_yewu_all .slideTxtBox .bd{width:100%; height: auto; overflow: hidden}
.bd_li{width:100%; height:100%; position: relative; }
.bd_li img.in_yw_pic{width:100%; height: 100vh; object-fit: cover; object-position: center center;}
.bd_li a{width:1200px; height: auto; display: block; position: absolute; bottom:38vh; left:50%;   transform: translate(-50%,0); z-index: 1}
.bd_li a h3{color:#fff; font-size: 20px; text-align: center; font-weight:bold; margin-bottom:3vh}
.bd_li a h4{color:#fff; font-size: 14px; text-align: center; width: 60%; margin: 0px auto; line-height: 30px;}
.bd_li a img{width:84px; height: auto; margin:4vh auto 0; display: block;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.index_yewu_all .slideTxtBox .hd{width:1440px; height: auto; overflow: hidden; position: absolute; bottom:12vh; left:50%; transform: translate(-50%,0); z-index: 9}
.index_yewu_all .slideTxtBox .hd ul{width:100%}
.index_yewu_all .slideTxtBox .hd ul li{width:16%; height: auto; float: left; border: 3px solid #bfbfbf; position: relative; margin-right: 0.8%}
.index_yewu_all .slideTxtBox .hd ul li img{width:100%; display: block}
.index_yewu_all .slideTxtBox .hd ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,0,0,0.4)}
.index_yewu_all .slideTxtBox .hd ul li span{color:#fff; font-size: 18px; font-weight: bold; width:100%; text-align:center; position: absolute; top:50%; left:0; transform: translate(0,-50%);}
.index_yewu_all .slideTxtBox .hd ul li:last-child{margin-right: 0}
.index_yewu_all .slideTxtBox .hd ul li.on{ border: 3px solid #1155fd}
.index_yewu_all .slideTxtBox .hd ul li.on a{background: none}
.index_yewu_all .slideTxtBox .hd ul li.on span{display: none}

.bd_li a img:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*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/section4_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_case_all{width:100%; height: auto; overflow: hidden}
.index_case_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.index_case_xx{width:100%; overflow: hidden; border-top:1px solid #fff; padding-top:32px}
.index_case_xx h4{width:100%; height: 30px; line-height: 30px; color: #fff; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin-bottom: 8px; font-weight: bold;}
.index_case_xx p{width:100%; height: 52px; overflow: hidden; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; color:#fff; font-size: 14px;}
.index_case_pic{width:100%; height: auto; overflow: hidden; margin-top: 28px; border-radius:20px;}
.index_case_pic img{width:100%; display: block; border-radius:20px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.case_title_left{width:60%; height: auto; float: left}
.case_title_left h5{color:#fff; font-size: 60px; font-family: "宋体"; text-transform: uppercase; opacity: 0.1; font-weight: bold;}
.case_title_left h4{color:#fff; font-size: 36px; font-weight: bold; line-height: 50px; background: url(../images/c_icon.png) no-repeat left 10px; 
	padding-left: 70px;}
.in_case_more{width:220px; height: 70px; line-height: 70px; background: #1155fd; border-radius:35px; float:right; padding: 0 35px; margin-top: 42px;}
.in_case_more span{color:#fff; font-size: 18px}
.in_case_more i{width:10px; height: 10px; float: right; border-radius: 50px; background: #fff; margin-top:30px; }
.index_case_all .swiper-slide a:hover .index_case_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative}
.section5 .w1440{position: relative; z-index: 9; }
.section5_ban{background: url(../images/section5_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_youshi_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_youshi_title h4{color:#fff; font-size: 60px; font-family: "宋体"; font-weight: bold; text-transform:uppercase; opacity: 0.3}
.index_youshi_title h5{color:#fff; font-size: 36px; font-weight: bold; }
.index_youshi_title p{color:#fff; font-size:14px; line-height: 30px; margin-top: 2.5vh}
.section5 ul{width:100%; height: auto; overflow: hidden; margin-top: 10vh;}
.section5 ul li{width:16%; height: auto; float: left; text-align: center; margin-right:5%}
.section5 ul li img{width:180px;  height: auto; display: block; margin: 0px auto 3vh;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.section5 ul li h4{color:#fff; font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.section5 ul li p{color:#fff; font-size: 14px; line-height: 26px; height: 78px; width: 100%;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.section5 ul li:last-child{margin-right: 0}

.section5 ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*2*/
.section6{width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1440{position: relative; z-index: 9; }
.section6_ban{background: url(../images/section6_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; margin-bottom: 46px;}
.news_title_left{width:50%; height: auto; float: left}
.news_title_left h5{color:#44ceff; font-size: 60px; font-family: "宋体"; text-transform: uppercase; opacity: 0.1; font-weight: bold;}
.news_title_left h4{color:#000000; font-size: 36px; font-weight: bold; line-height: 50px; background: url(../images/nt_icon.png) no-repeat left 10px; 
	padding-left: 70px;}
.index_news_nav{width:auto; float: right; margin-top: 80px;}
.index_news_nav a{float: left; margin-left:80px; display:flex; align-items:flex-end;}
.index_news_nav a img{float: left; margin-right: 5px;}
.index_news_nav a span{color:#000000; font-size: 20px; float: left}
.index_news_nav a:nth-child(1){margin-left: 0}
.index_news_nav a:hover span{font-weight: bold;}
.index_news_left{width:51%; height: auto; float: left}
.index_news_left ul{width:100%; height: auto; }
.index_news_left ul li{width:100%; height: auto; overflow: hidden; background: #fff; padding: 22px; margin-bottom: 20px; box-shadow: 0 0 6px rgba(119,171,222,0.18)}
.in_news_pic{width:240px; height: auto; float: left; overflow:hidden}
.in_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_xx{margin-left: 260px;}
.in_news_xx h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 20px; font-weight:bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.in_news_xx p{width:100%; height:52px; line-height:26px; color: #777777; font-size:14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0 24px}
.in_news_xx i{width:40px;  height: 40px; float: left; background: url(../images/mh_jia.png) no-repeat center;}
.in_news_xx span{color:#4d4d4d; font-size: 14px; float: right; line-height: 40px;}
.index_news_right{width:45.9%; height: auto; float: right}
.index_news_right ul{width:100%; height: auto; }
.index_news_right ul li{width:100%; height: auto; overflow: hidden;  background: #fff; padding:30px 22px; margin-bottom: 20px; box-shadow: 0 0 6px rgba(119,171,222,0.18)}
.news_right_time{width:20%; height: auto; float: left; background: url(../images/nn_xs.png) no-repeat right center; text-align: center}
.news_right_time span{color:#1155fd; font-size: 46px; font-weight: bold; display: block}
.news_right_time p{color:#1155fd; font-size:16px; }
.news_right_xx{width:75%; height: auto; float: right;}
.news_right_xx h3{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 20px; font-weight:bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.news_right_xx p{width:100%; height:26px; line-height:26px; color: #777777; font-size:14px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-top: 10px; }
.index_news_left ul li:hover .in_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left ul li:hover h4{color:#1155fd}
.index_news_left ul li:hover .in_news_xx i{background: url(../images/mhh_jia.png) no-repeat center;}
.index_news_right ul li:hover .news_right_xx h3{color:#1155fd}




/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; background: url(../images/section7_bjs.jpg) no-repeat center}
.section7 .fp-tableCell{vertical-align: bottom;}
.section7_title{width:100%; height: auto; overflow: hidden; text-align: center}
.section7_title h4{color:#fff; font-size: 60px; opacity: 0.3; font-family: "宋体"; text-transform: uppercase; font-weight: bold;}
.section7_title h5{color:#fff; font-size: 36px; font-weight:bold; }
.footer_top{width:1440px; margin:4vh auto 0; overflow: hidden}
.footer_bottom_left{width:32%; height: auto; float: left}
.f1{font-size: 42px; font-family: 'BAHNSCHRIFT'; color:#fff}
.f2{font-size: 16px; color: #fff; margin-top: 10px;}
.f_logo{width:241px; float: left; margin-left: 9%; margin-top: 14px;}
.f_logo img{width:100%; }
.in_contact_ly{width:auto; float: right}
.in_contact_ly p{width:100%; color:#fff; font-size: 16px; margin-top: 15px;}
.in_contact_ly a{width:220px; height: 50px; border: 1px solid #fff;; float: right; padding: 0 30px; transition: all 0.4s ease-in-out;}
.in_contact_ly a span{color:#fff; font-size: 16px; background: url(../images/f_icon.png) no-repeat right center; width: 100%; display: block; line-height: 48px;}
.in_contact_ly a:hover{padding: 0 20px; transition: all 0.4s ease-in-out;}

.footer_bottom{width:100%; margin: 0px auto; position: relative; padding-top: 100px; padding-bottom: 20px; margin-top: 10vh; background: rgba(17,85,253,0.8)}
.footer_bottom_xx{width:100%; height: auto; overflow: hidden}
.footer_bottom_nav{width:65%; height: auto; overflow: hidden; float: left}
.footer_bottom_nav dl{height: auto; float: left; padding-right: 50px}
.footer_bottom_nav dl dt{color:#fff; font-size: 16px;  margin-bottom:15px}
.footer_bottom_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_bottom_nav dl dd a{color:#fff; display: block; font-size: 14px; line-height: 30px;}
.footer_bottom_nav dl:last-child{margin-right: 0}
.footer_bottom_ma{width:26%; height: auto; float: right}
.footer_bottom_ma a{width:30%; float: left; border: 1px solid #fff; margin-right: 4%; padding:22px 10px; text-align: center}
.footer_bottom_ma a p{color:#fff; font-size: 16px; margin-top: 8px}
.f_sjma{width:30%; background: url(../images/ma_bjs.png) no-repeat center; padding: 10px; float: left; background-size: 100% 100%}
.f_sjma img{width:100%; display: block}
.ff_jiantou{width:84px; height: auto; position: absolute; top:-38px; left:50%; margin-left: -42px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.ff_jiantou:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.ff_jiantou img{width:100%;}



/*版权*/
.index_banquan{width:100%; margin: 0px auto; height: 80px; line-height: 80px;  margin-top: 4vh;}
.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:80px; line-height: 80px; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#fff; line-height: 80px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:3.1vh; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:3.5vh;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 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;}






/*内页*/
.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}
.service_ban{background: url(../images/service_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, #019d0c)) 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_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}

.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; border:1px solid #d2d2d2}
.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_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_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:48%; 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:50%; 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_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_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_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}

.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_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.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 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_case_tleft{width:42%; height:auto; float: left}
.ny_case_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_case_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_case_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_case_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_case_tleft .slideBox .hd ul li.on{ background:#005bc2; color:#fff; }
.ny_case_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_case_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_case_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_case_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_case_tright{width:56%; height: auto; float: right}
.ny_case_tright h1{ font-size: 26px; color: #191919; height:auto; line-height:30px; margin-top: 10px;font-weight:700;}





/*内页新闻*/
.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_news_show{width:100%; height:auto; margin-top:60px;}


/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px;}
.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}
.ny_contact_all{margin-bottom:70px; overflow:hidden; margin-top:60px;}




@media screen and (max-width:1600px){
	.bd_li a{bottom:34vh}
	.bd_li a img,.in_about_more{width:70px;}
	.index_yewu_title h5{font-size:30px;}
.index_yewu_title h4{font-size:50px;}
}




@media screen and (max-width:1560px){
	.w1440,.ban_info,.footer_top,.index_yewu_all .slideTxtBox .hd{width:1200px;}
	#menu{margin-left:13%}
.case_title_left h4,.about_title_left h4,.news_title_left h4{font-size:30px; line-height:40px;}
.index_youshi_title h5{font-size:30px;}
.index_youshi_title h4,.news_title_left h5,.about_title_left h5,.case_title_left h5{font-size:50px;}
.ban_info h4{font-size:42px;}
.ban_info h5{font-size:18px;}
.ban_info span{width:200px; height:60px; line-height:60px;}
.index_about_bottom dl dt span{font-size:58px}
.index_news_title{margin-bottom:25px;}
.index_about_bottom dl dd{font-size:15px;}
.index_banquan,.index_zhichi{height:60px; line-height:60px;}
.index_zhichi p{line-height:60px;}
}


@media screen and (max-width:1380px){
	.case_title_left h4,.about_title_left h4,.news_title_left h4{font-size:24px; line-height:34px;}
	a.in_abxx{width:66%}
	.index_about_bottom dl dt span{font-size:50px;}
	.bd_li a img,.in_about_more{width:60px;}
	.index_yewu_title{top:16vh}
	.in_case_more{width:180px; height:50px; line-height:50px;}
	.in_case_more i{margin-top:20px;}
	.section5 ul li img{width:110px;}
	.section5 .w1440{margin-top:8vh}
	.section5 ul{margin-top:7vh}
	.in_news_pic{width:190px;}
	.in_news_xx{margin-left:210px;}
	.in_news_xx p{margin: 0px 0 20px;}
	.index_news_right ul li{padding:22px;}
	.in_news_xx i{width:30px; height:30px; background-size:100% 100%}
	.index_news_left ul li:hover .in_news_xx i {background-size:100% 100%}
	.index_news_left ul li{padding:20px 22px}
	.in_news_xx span{line-height:30px;}
	.index_news_right ul li {padding: 16px 22px;}
	.section6 .w1440{margin-top:10vh}
	.index_news_nav a span{font-size:16px;}
	.section7_title{display:none}
	.footer_bottom{padding-top:60px; padding-bottom:0}
	.ff_jiantou{width:60px;}
	.ff_jiantou{top:-30px;}
	.footer_bottom_ma a{padding: 15px 10px;}
	.ban_shubiao img{width:16px;}
	#menu .nav .nLi p a{font-size:14px;}
	#menu .nav .sub a{font-size:14px;}
}



.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:182px; 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}


