﻿*{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;}



@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.in_header{width:100%; height:100px;  z-index:9;  padding: 0 50px 0 2%; background: rgba(0,0,0,0.8); opacity:0}
.h_logo{width:165px; float: left; line-height:100px; display: flex; align-items: center; height:100px}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.h_search{width:26px; height:100px; line-height: 100px; float: right; background:url(../images/search_icon.png) no-repeat left center; cursor: pointer; 
	margin-right:20px;}
.form_box{position: fixed;  top:100px; 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: #c73923; font-size:16px;    cursor: pointer;}
.h_dianhua{float: right; background: #c73923; height: 40px; line-height: 40px; border-radius: 25px; padding: 0 20px; margin-top: 30px;}
.h_dianhua p{color:#fff; font-size: 16px; background: url(../images/h_dhs.png) no-repeat left center; padding-left:30px;}
.header_top{width:100%; height:100px; position:fixed; top:0; left:0;  z-index:999;  }
.header_all{ position: relative; height: 0;  background: rgba(0,0,0,0.7);  z-index: 1;  transition: all 250ms ease 0ms;  opacity:0;  transform: translateY(-6px);}
.header_groups{position: absolute; right:309px;  top: 30px; height: 0; display: none;}
.header_groups ul{position: relative; margin: 0 10px;  float: left; font-size: 15px; line-height: 38px; width: 160px;}
.header_groups ul li{width:100%; height: auto; overflow:hidden; line-height: 30px; text-align: center; margin-bottom: 8px;}
.header_groups ul li a{color:#fff; font-size:16px; display: block}
.header_groups ul li a:hover{text-decoration:underline}
.secNavShow {
  height: 490px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.secNavShow .header_groups {
  height: auto;
  display: block;
}

.two_header{opacity: 0}
.headshow {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.headshow_index {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}


/*导航*/
#menu{width:auto; height: 100%;  float: right;  margin-right:20px}
#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:100px; width:158px; margin: 0 10px;  }
#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{font-weight: bold;color:#fff;font-size:18px;   height:100%; display: block;  overflow: hidden; position: relative; padding: 0 5px }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; top:100px;  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 .nLi:hover{background: url(../images/active.jpg) no-repeat center}
#menu .nav .nLi.active{background: url(../images/active.jpg) no-repeat center}

#fp-nav ul li, .fp-slidesNav ul li{width:30px; height:30px;  border-radius: 50%;  margin: 0 0 8px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{  width:10px; height:10px; top: 50%; left: 50%; border-radius: 50%; 
	transform: translate(-50%,-50%); background: #c73923; margin: 0}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:url(../images/f_active.png) no-repeat center;  margin:0; width:30px; height:30px; }
#fp-nav.right{right:20px;}



/*第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%; }
.section1 .content_list_img{width:100%; height:100vh; display: block }
.section1 .content_list_img img{width:100%; display: block; height:100vh;  object-fit: cover; object-position: center center;}
.section1 .swiper-pagination{ bottom:4vh; left:auto; right:15%; width: auto; color:#fff; font-size: 40px; font-family: 'BAHNSCHRIFT';}
.section1 .swiper-pagination-total{color:#fff; font-size: 40px; font-family: 'BAHNSCHRIFT';}
.section1 .swiper-pagination-current{color:#c49c5e; font-size: 60px;}
.section1 .swiper-pagination-bullet{background: #fff;  width: 10px; height: 10px; opacity: 1}
.section1 .swiper-pagination-bullet-active{width:40px; border-radius: 25px;}
.ban_info{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.ban_info h3{color:#fff; font-size: 60px; line-height:80px;}
.ban_info h4{color:#fff; font-size: 30px; margin-top:4.5vh}
.ban_info span{color:#ffffff; font-size: 16px; font-weight: bold; position: relative; text-transform: uppercase; display: block; padding-left:30px; line-height:60px; z-index: 1; margin-top: 9vh}
.ban_info span:after{content: ""; width: 60px; height: 60px;background-image: linear-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-gradient(to left, #035fed , #009cf6); 
	background-image: -webkit-radial-gradient(to left, #035fed , #009cf6); position: absolute; top:0; left:0; border-radius: 50%; z-index:-1}
.ban_icon{width:100px; height: 84px; position: absolute; bottom:2vh; left:50%; margin-left: -50px; animation:mymove 5s infinite; z-index: 9; text-align: center}
.ban_icon p{color:#fff; font-size: 16px;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}

.section1 .swiper-button-next,.section1 .swiper-button-prev{width:70px; height: 70px; top:auto; bottom:20%;}
.section1 .swiper-button-next{background: url(../images/b_right.png) no-repeat center; right:13%}
.section1 .swiper-button-prev{background: url(../images/b_left.png) no-repeat center; left:auto; right:18%}
.section1 .swiper-button-next:hover{background: url(../images/bh_right.png) no-repeat center}
.section1 .swiper-button-prev:hover{background: url(../images/bh_left.png) no-repeat center}






/*第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:44%; height: auto; float: left; margin-top: 8vh}
.in_abtitle{width:100%; height: auto; overflow: hidden}
.in_abtitle h4{color:#c63a283d;; font-size: 100px; font-weight: bold; text-transform: uppercase; line-height: 80px;}
.in_abtitle h5{color:#333333; font-size: 46px; font-weight: bold; margin-top: -40px;}
.in_abtitle h5 span{color:#c73923; font-size: 46px; font-weight: bold;}
.in_about_xx{width:100%; height: auto;display: block; color:#777777; font-size: 14px; line-height: 30px; margin: 5vh 0 16vh; text-align: justify;}
.index_about_left dl{width:auto; margin-right:5%; float: left}
.index_about_left dl.last_num{margin-right: 0}
.index_about_left dl dt{color:#4d4d4d; font-size: 20px;}
.index_about_left dl dt span{font-size: 86px;    background-image:-webkit-linear-gradient(bottom,#035fed,#009cf6); 
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-family: "BAHNSCHRIFT"}
.ab_jts{width:70px; display: block; margin-top: 6vh}
.index_about_left dl dd{color:#4d4d4d; font-size: 20px; text-align: center}
.index_about_right{width:50%; float: right; position: relative; padding-bottom: 60px}
.index_about_right img{width:86%; margin-left:14% }
.an_video{width:240px; height: 320px; background: url(../images/ab_video.png) no-repeat center; padding-top: 95px; z-index: 9; position: absolute; bottom:0; left:0; transition: all 0.4s ease-in-out;}
.an_video i{width:85px; height: 85px; display: block; margin: 0px auto; background: url(../images/v_icon.png) no-repeat center; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.an_video p{color:#ffffff;; font-size: 18px; font-weight: bold; text-align: center; margin-top: 20px;}
.an_video:hover i{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.an_video:hover{bottom:10px;}
.hh_more{width:70px; height: 70px; display: block; transition: all 0.4s ease-in-out; }
.hh_more img{width:100%; display: block}
.hh_more:hover{ margin-left: 10px}

.active .index_about_left{animation-name: fadeInLeft;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .index_about_right{animation-name: fadeInRight;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}





/*弹出视频*/
.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;}


/*3*/
.section3{width: 100%; height: 100%; overflow: hidden; position: relative; position: relative}
.section3 ul{width:100%; height: auto; overflow: hidden}
.section3 ul li{width:20%; height: 100vh; float: left; position: relative; overflow: hidden}
.tx_img{width:100%; height: 100vh; object-fit: cover; object-position: center center; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.section3 ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; display: block; background: rgba(0,0,0,0.3)}
.index_tixi_top{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.index_tixi_top img{width:140px; height: auto; display: block; margin: 0px auto;}
.index_tixi_top h4{color:#fff; font-size: 24px; font-weight: bold; margin-top:32px; text-align: center}
.index_tixi_bottom{width:93%; height:18.2vh;  background: rgba(187,37,38,0.8); position: absolute; bottom:0; left:0; border-radius: 0 40px 0 0; padding: 5vh 0; opacity: 0}
.index_tixi_bottom i{width:70px; height: 70px; float: right; background: url(../images/tx_jts.png) no-repeat center; margin-right:7%}
.index_tixi_bottom dl{float: right; margin-right:10%}
.index_tixi_bottom dl dt{color:#fff; font-size: 24px; font-weight: bold; line-height: 40px;}
.index_tixi_bottom dl dd{color:#fff; font-size: 16px; font-weight: bold; line-height:30px;}
.section3 ul li:hover .tx_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.section3 ul li:hover .index_tixi_bottom{opacity: 1}
.section3 ul li:hover .index_tixi_top{opacity: 0}


/*4*/
.section4{width: 100%; height: 100%; overflow: hidden; position: relative; position: relative}
.section4 .w1440{position: relative; z-index: 9; }
.section4_ban{background: #c73923; 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_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title h4{color:#f8f8f86e; font-size: 110px; font-weight: bold; text-transform: uppercase; line-height: 110px;}
.index_product_title h5{color:#fff; font-size: 46px; font-weight: bold; margin-top: -70px;}
.index_product_title h5 span{color:#fff; font-weight: bold;}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: 4vh}
.index_product_all .swiper-slide a{width:100%; height: auto; display: block} 
.index_product_all h4{width:100%; height: 42px;  text-align: center; line-height: 38px; border-top:2px solid #c73923; border-bottom:2px solid #c73923; color:#ffffff; font-size: 20px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 25px;}
.index_prodcut_pic{width:100%; height: auto; overflow: hidden; padding-top: 98px; position: relative}
.index_pro_img{width:100%; height: auto; float: left; position: relative; z-index: 9}
.index_pro_img img{width:100%; display: block}
.index_prodcut_pic i{width:48px; height: 48px; display: block; background: url(../images/jia.png) no-repeat center; position: absolute; bottom:55px; right:0; 
-webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.index_prodcut_pic:after{content: ""; width: 61%; height: 95%; position: absolute; top:0; right:23px; 
	transition: all 0.4s ease-in-out;}

.index_product_all .swiper-slide a:hover i{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.active .index_product_title{animation-name: fadeInDown;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .index_product_all{animation-name: fadeInUp;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}



/*5*/
.section5{width: 100%; height: 100%; overflow: hidden; position: relative; }
.section5 .w1440{position: relative; z-index: 9; }
.section5_ban{background:#c73923; 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}
.index_youshi_title h4{color:#ffffff; font-size: 110px; font-weight: bold; text-transform: uppercase; line-height: 110px; opacity: 0.2}
.index_youshi_title h5{color:#fff; font-size: 46px; font-weight: bold; margin-top: -70px; position: relative; z-index: 1}
.index_youshi_title h5 span{color:#fff; font-weight: bold;}
.section5 ul{width:100%; height: auto; margin-top: 12vh}
.section5 ul li{width:25%; height:auto; float: left; position: relative;}
.index_pimg{width:100%; height:180px; display: flex; align-items: center; margin-bottom:25px;  transition: all 0.4s ease-in-out;}
.section5 ul li img{align-items: center; margin: 0px auto; max-height: 100%; 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;}
.section5 ul li:after{content: ""; width: 100%; height:384px; background: url(../images/ys_xs.png) no-repeat left center; position: absolute; bottom:0; left:0}
.section5 ul li a{width:100%; height: auto; display: block; padding: 0 10%}
.section5 ul li h4{color:#fff; font-size:22px; text-align: center; font-weight: bold;}
.section5 ul li h5{color:#fff; font-size:16px; margin-top:1.4vh; text-align: center; line-height: 30px}
.section5 ul li i{width:60px; height: 60px; display: block; margin:50px auto; background: url(../images/ys_jis.png) no-repeat center; position: relative}
.section5 ul li i:after{content: ""; width: 100%; height: 100%; background: url(../images/yuan.png) no-repeat center; position: absolute; top:0; left:0; animation:circleRoate 5s infinite linear ;}
@keyframes circleRoate{  
	 from{transform: rotate(0deg);}  
	to{transform: rotate(360deg);}  
 } 

.active .index_youshi_title{animation-name: fadeInDown;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active.section5 ul{animation-name: fadeInUp;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.section5 ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*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_title{width:100%; height: auto; overflow: hidden}
.news_title_left{width:auto; float: left}
.news_title_left h4{color:#ffffff; font-size: 110px; font-weight: bold; text-transform: uppercase; line-height: 110px;}
.news_title_left h5{color:#333333; font-size: 46px; font-weight: bold; margin-top: -70px;}
.news_title_left h5 span{color:#c73923; font-weight: bold;}
.index_news_nav{float: right; margin-top: 65px;}
.index_news_nav a{width:140px; height: 40px; float: left; color:#c73923; font-size: 16px; border: 1px solid #c73923; border-radius: 25px; text-align: center; 
	line-height: 40px; margin-left: 25px;}
.index_news_nav a:hover{background: #c73923; color:#fff}
.index_news_all{width:100%; height: auto; margin-top: 5vh}
.index_news_pic{width:100%; height: auto; overflow:hidden; border-radius: 8px;}
.index_news_pic img{width:100%; display: block; border-radius: 8px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_time{width:100%; height: auto; overflow: hidden; margin-bottom:26px; }
.index_news_time span{color:#bebebe; font-size:14px; background: url(../images/time_icon.png) no-repeat left center; padding-left: 30px; 
	border-top:1px solid #d7d6d5; display: block; line-height: 40px; width: 100%}
.index_news_time h3{color:#333333; font-size: 20px; font-weight:bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; height: 40px; line-height: 40px;}
.index_news_time p{width:100%; height: 48px; color:#777777; font-size: 14px;  line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 8px;}
.index_news_all .mySwiper{padding-bottom:100px;}
.index_news_all .swiper-button-next,.index_news_all .swiper-button-prev{width:70px; height: 70px; top:auto; bottom:0;}
.index_news_all .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:42%}
.index_news_all .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:42%}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.index_news_all .swiper-slide a:hover .index_news_time span{color:#c73923; background: url(../images/time_hicon.png) no-repeat left center; 
	border-top:1px solid #c73923}
.index_news_all .swiper-slide a:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.active .index_news_title{animation-name: fadeInDown;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .index_news_all{animation-name: fadeInUp;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}






/*第8块*/
.section7{width: 100%; height: 100%; overflow: hidden; position: relative; background:url(../images/contact_bjs.jpg) no-repeat center}
.section7 .fp-tableCell{vertical-align: bottom;}
.footer_title{width:100%; height: auto; overflow: hidden}
.footer_title h4{color:#ffffff00; font-size: 110px; font-weight: bold; text-transform: uppercase; line-height: 110px; 
	background: url(../images/douhao.png) no-repeat top left}
.footer_title h5{color:#333333; font-size: 46px; font-weight: bold; margin-top: -70px;}
.footer_title h5 span{color:#c73923; font-weight: bold;}
.footer_center{width:100%; height: auto; overflow: hidden; margin: 6vh 0}
.f_logo{float: left; width:209px; }
.f_logo img{width:100%;}
.footer_center h4{color:#c73923; font-size: 40px; font-weight:bold; margin-left: 20px; margin-top:22px; float: left}
.footer_nav{width:100%; height: auto; overflow: hidden}
.footer_nav_left{float: left; width: 70%;}
.footer_nav_left dl{float: left; margin-right: 8%}
.footer_nav_left dl dt{color:#333333; font-size: 20px; font-weight: bold; margin-bottom: 12px;}
.footer_nav_left dl dd{width:100%; height: auto; overflow: hidden;}
.footer_nav_left dl dd a{color:#777777; font-size: 16px; display: block; margin-bottom:10px;}
.footer_nav_left dl dd a:hover{color:#c73923}
.footer_nav_left dl:last-child{margin-right: 0}
.footer_info{float: right; width:24%; height: auto;}
.footer_info h5{color:#333333; font-size: 20px; font-weight: bold; line-height: 40px;}
.footer_info p{color:#4d4d4d; font-size: 18px; line-height: 25px; margin-bottom: 15px;}
.active .footer_title{animation-name: fadeInDown;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .footer_center{animation-name: fadeInUp;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .footer_nav{animation-name: fadeInUp;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}



/*版权*/
.index_banquan{width:100%; margin: 0px auto; height: 80px; line-height: 80px;  margin-top:6vh;}
.index_banquan .copy_l{width:auto; font-size: 16px; color: #777777; float: left}
.copy_l a{font-size: 16px; color: #777777; 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:#777777; line-height: 80px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:3.1vh; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:3.5vh;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 16px; color: #777777;}
.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:400px;clear: left; }
.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}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center}
.ny_baninfo{width:1200px; height:225px; position: absolute; top:169px; 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: #fff; 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: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#c73923}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #c73923)) 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;
	position:absolute;
	left:0;
	top:0%; 
	-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_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#c73923; border-radius:38px; max-width:1200px; padding:0 5px;}
.ny_nav ul li{width:auto; height:67px; line-height:67px; float:left; text-align:center;position:relative; padding:0 15px;}
.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:#c73923}
.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:#c73923}
.ny_nav_sj{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9;margin-top:26px}
.ny_nav_sj ul{width:auto; margin:0px auto; display:table; background:#c73923; border-radius:38px;}
.ny_nav_sj ul li{width:120px; height:67px; line-height:67px; float:left; text-align:center;position:relative; }
.ny_nav_sj ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav_sj ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav_sj ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav_sj ul li:hover,.ny_nav_sj ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}



/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; color:#666; line-height:30px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img{max-width:100%}

/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:380px; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:20px; 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 h5{color:#c73923}
.ny_product_all ul li:hover .ny_solution_img{border:1px solid #c73923}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*产品详情页*/
.ny_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;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; 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:#c73923; 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:45%; height: 100%; margin:0px auto;}
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%;  margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height:auto;  color: #666; line-height:30px; font-size: 14px;  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:30px; margin-top:20px; font-size:15px; color:#c73923; line-height:30px;}
.ny_pro_dh span{color:#c73923; font-size:20px; font-weight:bold; margin-left:10px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #c73923; 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%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_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: #c73923;}
.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: #c73923; 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:#c73923; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#c73923;}
.ny_probt li.on a{ color:#fff}
.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:40px; background: #c73923; color: #fff; text-align: center; line-height: 40px; 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:#c73923}
.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:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.ny_hotnews #btnok{width:50px; height:35px; background:#c73923; color:#fff; font-size:14px; border:0px; float:right; border-radius:5px; cursor:pointer}


.ny_pro_tright .service{overflow: hidden;border-top: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7; padding: 20px 0; margin-bottom: 30px; margin-top:20px;}
.ny_pro_tright .service li{width: 33.33%;float: left;}
.ny_pro_tright .service span{display: block;float: left;width: 50px;height: 50px;
    border-radius: 50%;background-color: #e0e0e0;background-position: center center;
    background-repeat: no-repeat;margin-right: 8px;
}
.ny_pro_tright .service .ico1{background-image: url(../images/ico-24.png);}
.ny_pro_tright .service .ico2{background-image: url(../images/ico-25.png);}
.ny_pro_tright .service .ico3{background-image: url(../images/ico-26.png);}
.ny_pro_tright .service .txt{overflow: hidden; margin-top:8px}
.ny_pro_tright .service h4{font-size: 14px;font-weight: normal;color: #c73923;}
.ny_pro_tright .service p{font-size: 12px;color: #999;}
.g-btn1{display: block;height: 40px;width: 135px;text-align: center;line-height: 40px;
    background-color: #c73923;color: #fff;border-radius: 5px;font-size: 15px;
}
.g-btn1:hover{color: #fff; opacity: .8;}


/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; 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:1rem; 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_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; }
.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:62%; 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:20%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.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:#c73923}
.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: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; 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%;}

.section7_bottom{width:100%; height: auto; background: #141414; position: relative; z-index: 9; padding-top: 60px}
.in_contact_left{width:30%; height: auto; float: left}
.in_contact_left h4{color:#fff; font-size: 26px; font-weight: bold; margin-bottom: 20px;}
.in_contact_left p{color:#fff;  font-size: 16px; margin-bottom:10px; height: auto; line-height: 30px;}

.f_wx,.f_sj{width:46px; height: 46px; float: left; position: relative; margin-right:20px; margin-top: 20px;}
.f_wx img,.f_sj img{width:100px; height: auto; position:absolute; top:-100px; left:0; display: none}
.f_wx:hover img,.f_sj:hover img{display: block}
.f_wx{background: url(../images/wx_icon.png) no-repeat center}
.f_sj{background: url(../images/sj_icon.png) no-repeat center}

.copy_bq{width:65%; line-height:30px; font-size:14px; color: #fff; float: left; }
.copy_bq a{ font-size:14px; color: #fff;}
.ny_zhichi{width:auto; height:30px; overflow: hidden; float: right }
.ny_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:30px;}
.ny_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:5px; margin-right: 10px;}
.ny_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:5px;}
.ny_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.ny_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.ny_zhichi span{float: left; font-size: 14px; color: #fff;}
.ny_zhichi i{ float: left;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; 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%;}


.index_post{width:60px; position: fixed; bottom:4%; right:5px; z-index:999}
.post_dh{width:60px; height: 60px; overflow: hidden; background: #99cc33;  border-radius: 50% ; transition: all 0.4s ease-in-out; margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(153,204,51,0.3)}
.post_dh:hover{ border-radius:20px; width: 260px; margin-left: -180px; transition: all 0.4s ease-in-out; }
.post_dh p{box-shadow: 0 0 18px rgba(153,204,51,0.8); color:#fff;  line-height:60px;  float: left; font-size: 20px;  padding: 0 20px;}
.post_dh_img{width:60px; height: 60px; float: left}
.post_dh_img img,.index_post a img{width:100%;}
.index_post a{width:60px; height: 60px; display: block; box-shadow: 0 0 18px rgba(153,204,51,0.8);border-radius: 50% }

.ny_footer{width:100%; height:auto; overflow:hidden; background: #141414; padding-top:40px;}
.ny_bottom_xx{width:100%; height:auto; overflow:hidden}
.ny_banquan{width:100%;  border-top:1px solid rgba(255,255,255,0.5);  overflow:hidden; padding:10px 0; margin-top:40px}



.f_wx,.f_sj{width:46px; height: 46px; float: left; position: relative; margin-right:20px; margin-top: 20px;}
.f_wx img,.f_sj img{width:100px; height: auto; position:absolute; top:-100px; left:0; display: none}
.f_wx:hover img,.f_sj:hover img{display: block}
.f_wx{background: url(../images/wx_icon.png) no-repeat center}
.f_sj{background: url(../images/sj_icon.png) no-repeat center}
.section7_bottom_info{width:65%; height: auto; float: right}
.section7_bottom_info dl{width:16.6%; height: auto; float: left; text-align:center}
.section7_bottom_info dl dt{color:#fff; font-size: 16px; margin-bottom: 20px;}
.section7_bottom_info dl dd{width:100%; height: auto; display: block}
.section7_bottom_info dl dd a{width:100%; height:auto; line-height: 30px; display: block; font-size: 14px; opacity: 0.7; color: #fff}
.section7_bottom_info dl dd a:hover{opacity: 1}

.copy_bq{width:65%; line-height:30px; font-size:14px; color: #fff; float: left; }
.copy_bq a{ font-size:14px; color: #fff;}
.ny_zhichi{width:auto; height:30px; overflow: hidden; float: right }
.ny_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:30px;}
.ny_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:5px; margin-right: 10px;}
.ny_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:5px;}
.ny_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.ny_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.ny_zhichi span{float: left; font-size: 14px; color: #fff;}
.ny_zhichi i{ float: left;}




@media screen and (max-width:1680px){
	.content_list_title{left:7%}
	.index_about_right img{width:64%}
	.an_video{height:240px; background-size:cover; border-radius:8px;     padding-top: 52px;}
	.index_about_left{margin-top:2vh}

}


@media screen and (max-width:1560px){
	.w1440{width:1200px;}
	#menu .nav .nLi,.header_groups ul{width:130px}
	.footer_nav_left dl{margin-right:7%}
	.section1 .swiper-button-prev{right:20%}
	.in_abtitle h4,.index_product_title h4,.index_youshi_title h4,.news_title_left h4,.footer_title h4{font-size:90px; line-height:98px}
	.index_about_right{width:42%}
	.index_about_right img{width:86%}
	.index_about_left{width:52%}
	.in_about_xx{margin: 5vh 0 10vh;}
}


@media screen and (max-width:1380px){
#menu .nav .nLi,.header_groups ul{width:110px}
.in_abtitle h4,.index_product_title h4,.index_youshi_title h4,.news_title_left h4,.footer_title h4{font-size:80px; line-height:80px}
.in_abtitle h5,.index_product_title h5,.index_youshi_title h5,.news_title_left h5,.footer_title h5{font-size:32px}
.in_abtitle h5 span,.index_product_title h5 span,.index_youshi_title h5 span,.news_title_left h5 span,.footer_title h5 span{font-size:32px}
.section5 ul li img{width:150px;}
.footer_center h4{font-size:30px;}
.f_logo{width:150px;}
.index_product_title h5,.index_youshi_title h5,.news_title_left h5,.footer_title h5{margin-top:-36px}
.index_news_title{display:none;}
}



@media screen and (max-width:1280px){
#menu .nav .nLi,.header_groups ul{width:96px}
}



