﻿*{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; max-width: 100% }
.w1320{ margin: 0px auto; width:1320px; max-width: 100% }



@font-face {
    font-family: 'TT';
    src: url('../fonts/TT0246M_.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.in_header{width:100%; height:4.7vw; position:fixed; top:0; left:0; z-index:9999; padding-left: 7%}
.in_header .h_logo{width:208px; height:4.7vw; float: left; display: flex; align-items: center; }
.in_header .h_logo img{max-width: 100%}
#logo1{display: none}
.h_search{width:5%; height:4.7vw; float: right; background:#003993 url(../images/h_search.png) no-repeat center;}
.form_box{position: fixed;  top:4.7vw; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0}
.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: #0071bf; font-size:16px;
}
.h_dianhua{float: right; line-height: 4.7vw; background: url(../images/dh_bai.png) no-repeat left center; padding-left: 40px; color:#fff; font-size: 26px; font-weight: bold; font-family: "Arial"; margin-right:3.5%}


/*导航*/
.nav{ height:4.7vw; width:64%; float: right; margin-right:1.5%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:12.5%; }
.nav .nLi h3{ font-weight: normal; width:100%; height: 4.7vw; margin: 0px auto; line-height: 4.7vw }
.nav .nLi h3 p{height:auto; color:#fff; font-size:16px;  position: relative; text-align: center;  }
.nav .nLi h3 span{height:auto; color:#fff; font-size:16px;  position: relative; text-align: center; display:none }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#000000;  }
.nav .sub{position:absolute;top:4.5vw;left:50%;z-index:999;display:none;padding:0;width: 120px;margin-left: -60px;background: #ffffffc7;line-height:26px;}
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333; font-size:14px;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold;}
.sub li:hover a{color:#003993 ;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: url(../images/dian.png) no-repeat center; border:0; width:31px; height:31px; top: 0; left: 0;}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{background: url(../images/l_dian.png) no-repeat center}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:none}
#fp-nav.right{right:20px;}
#fp-nav ul li, .fp-slidesNav ul li{width:31px; height:31px;  border-radius: 50%; }
.two_header .nav .nLi h3 span,.two_header .nav .nLi h3 p{color:#333333;}
.two_header .h_dianhua{ background: url(../images/dh_lan.png) no-repeat left center; color:#003993; }
#fp-nav ul li:last-child span{background: url(../images/dt_zui.png) no-repeat center!important; width:31px; height:37px;}



/*第1块*/
.section{position: relative}
.section1{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.section1 .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.section1 .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:40px;z-index:1;overflow:hidden;height:22px}
.section1 .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.section1 .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #fff; opacity: 0.5; cursor:pointer; border-radius: 50%;}
.section1 .slideBox .hd ul li.on{opacity: 1}
.section1 .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.section1 .slideBox .bd ul{width:100%;height:100%}
.section1 .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.section1 .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.section_right{width:26px; height: auto; position: absolute; bottom:5%; left:50%; margin-left:-13px; animation:mymove 3s infinite;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


/**/
.section2{width:100%; height:100%; overflow: hidden; position: relative}
.section2_ban{background: url(../images/section2_bj.jpg) no-repeat center;  width: 100%; height: 100%; 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);}
.section2 .w1440{position: relative; z-index: 9;  overflow: hidden}
.section2 h5{color:#ad8257; font-size: 28px; margin-bottom: 3vh}
.section2 h6{color:#003993; font-size: 42px; font-weight: bold; line-height: 58px}
.index_sb_info{width:608px; display: block; color:#666666; font-size: 14px; line-height: 28px; height:110px; overflow: hidden; margin:5.2vh 0}
.section2 ul{width:100%; height: auto; overflow: hidden}
.section2 ul li{width:auto; float: left; margin-right: 104px;}
.section2 ul li p{color:#999999; font-size: 14px}
.section2 ul li h4{color:#003993; font-size: 40px; font-weight: bold; overflow: hidden}
.section2 ul li h4 span{color:#003993; font-size: 40px; font-weight: bold; float: left}
.section2 ul li i{color:#fff; font-style: normal; font-size:14px; background: #ad8257; border-radius: 50%; width:22px; height:22px; display: block; text-align: center; float: left; margin-top: 20px; margin-left: 10px;}
.in_ab_more{width:203px; height: 57px; background: #b99a6c; border-radius: 8px; padding: 0 20px; display: block; margin-top: 54px;}
.in_ab_more span{color:#fff; font-size: 16px;  background: url(../images/ab_jts.png) no-repeat right center; display: block; height: 57px; line-height: 57px;}
.active .index_about_info{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;}
.in_ab_more:hover{background: #003993;}
.in_pro_nav:hover{background: #000;}



/*产品*/
.section3{width:100%; height: auto; overflow: hidden; position: relative}
.section3_ban{background: url(../images/section3_bj.jpg) no-repeat center;  width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section3_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section3 .w1440{position: relative; z-index: 9; margin-top:18vh}
.section3_title{height: auto; overflow: hidden}
.section3_title dl{width:auto; height: auto; overflow: hidden; float: left}
.section3_title dl dt{color:#b28f5b; font-size:28px; position: relative; margin-bottom: 10px;}
.section3_title dl dd{color:#fff; font-size:38px; font-weight: bold;}
.in_pro_nav{width:203px; height: 57px; background: #b99a6c; border-radius: 8px; padding: 0 20px; margin-top:25px; float: right}
.in_pro_nav a{color:#fff; font-size: 16px;  background: url(../images/ab_jts.png) no-repeat right center; display: block; height: 57px; line-height: 57px;}
.index_pro_all{width:100%; height: auto;  margin-top: 5vh; position: relative}
.index_pro_all:after{content: ""; width: 100%; height: 1px; background: #dededf; position: absolute; bottom:30px; left:0}
.index_pro_all .swiper-container{padding-bottom: 90px; width: 1440px; margin: 0px auto;}
.index_pro_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden;}
.index_pro_all .swiper-slide a 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; }
.in_pro_pic{width:100%; height: auto; overflow: hidden; position: relative}
.in_pro_hh{width:100%; height: 56px; line-height: 56px; background: #4b83da; padding: 0 10px; font-size: 16px; color:#fff; font-weight:bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_pro_hh span{color:#fff; font-family: "Arial"; font-size: 16px;}
.index_pro_all .swiper-button-next,.index_pro_all .swiper-button-prev{width:65px; height:65px; top:auto; margin-top: 0; bottom:0}
.index_pro_all .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:42%}
.index_pro_all .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:42%}
.index_pro_all .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center; background-size:100% 100%}
.index_pro_all .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center; background-size:100% 100%}
.index_pro_all .swiper-slide a:hover .in_pro_hh{background: #b28f5b}
.active .section3_title{animation-name: fadeInDown; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .index_pro_all{animation-name: fadeInUp; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.section4  .in_pro_nav:hover{background: #003993;}
.index_pro_all .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section4_ban{background: url(../images/section4_bj.jpg) no-repeat center; width: 100%; height: 100%; 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 .w1440{position: relative; z-index: 9; margin-top:14vh}
.section4 ul{width:100%; height: auto; overflow: hidden; margin-top:3vh}
.section4 ul li{width:32%; height: auto; float: left; margin-bottom: 15px; margin-right: 2%; position: relative; overflow: hidden}
.section4 ul li:nth-child(3n){margin-right: 0}
.section4 ul li 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;}
.section4 ul li a{width:100%;height: 100%; position: absolute; top:0; left:0; z-index: 9; background: rgba(0,57,147,0.74);opacity:1; text-align: center; 
	padding-top: 20%;opacity: 0; transition: all 0.4s ease-in-out;}
.section4 ul li h4{color:#fff; width: 235px;height: 54px; border: 1px solid rgba(255,255,255,0.2); line-height: 54px; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0px auto 20px; text-align: center}
.section4 ul li span{color:#fff; font-size: 22px; font-weight: bold; text-align: center;}
.section4 ul li:hover a{opacity: 1; transition: all 0.4s ease-in-out;}
.section4 ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.active .index_youshi_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}



/*第5块*/
.section5{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section5_ban{background: url(../images/section5_bj.jpg) no-repeat center; width: 100%; height: 100%; 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);}
.section5 .w1440{position: relative; z-index: 9; margin-top:8vh}
.section5_title{height: auto; overflow: hidden}
.section5_title dl{width:auto; height: auto; overflow: hidden; float: left}
.section5_title dl dt{color:#b28f5b; font-size:28px; position: relative; margin-bottom: 10px;}
.section5_title dl dd{color:#003993; font-size:38px; font-weight: bold;}
.section5_top{width:100%; height: auto; overflow:hidden; margin-top: 38px;}
.section5_top_left{width:39.5%; height: auto; float: left; background: rgba(255,255,255,0.7)}
.section5_top_left li{width:100%; height: 166px; border-bottom: 2px solid rgba(230,232,233,0.7); padding:28px 11% }
.section5_top_left li h4,.section5_right_bottom li h4{width:100%; height:40px; line-height: 40px; font-size: 18px; color:#333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.section5_top_left li p,.section5_right_bottom li p{width:100%; height:35px; line-height:35px; font-size: 14px; color:#666666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.section5_top_left li span,.section5_right_bottom li span{width:100%; height:26px; line-height:26px; font-size: 14px; display: block; color:#0161b6; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.section5_top_left li:last-child{border-bottom: 0}
.section5_top_left li:hover h4,.section5_top_left li:hover p{color:#003993}

.section5_top_right{width:60.5%; height: auto; float: left}
.section5_right_top{width:100%; height: auto; overflow: hidden; }
.section5_right_top li{width:50%; height: auto; float: left; position: relative; overflow: hidden}
.section5_right_top li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.section5_right_xx{width:100%; height: 64px; background:#003993; line-height: 64px; padding: 0 20px; position: absolute; bottom:0; left:0; z-index: 9}
.section5_right_xx h3{width:70%; height: 100%; float: left; color:#fff; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.section5_right_xx span{color:#fff; float: right;}
.section5_right_xx p{color:#333333; font-size: 16px; font-weight: bold; display:none; text-align: center}
.section5_right_hover{width:100%; height: 100%; background: rgba(0,0,0,0.6); position: absolute; bottom:0; left:0; padding:42px;opacity: 0}
.section5_right_hover span{color:#fff; font-size: 14px; display: block}
.section5_right_hover h4{color:#fff; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 20px}
.section5_right_hover p{color:#fff; font-size: 14px; opacity: 0.6; width: 100%; height: 52px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 28px 0}
.section5_right_hover i{font-style: normal; font-size: 14px; color:#fff}
.section5_right_top li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.section5_right_top li:hover .section5_right_hover{opacity: 1}
.section5_right_top li:hover .section5_right_xx{background: rgba(255,255,255,0.59);}
.section5_right_top li:hover .section5_right_xx p{display: block}
.section5_right_top li:hover .section5_right_xx h3,.section5_right_top li:hover .section5_right_xx span{display: none}
.section5_right_bottom{width:100%; height: auto; overflow: hidden; background: #fff}
.section5_right_bottom li{width:50%; float: left; padding: 20px; height: 142px;}
.section5_bottom{width:100%; height: 7.5vh; background: #fff; margin-top: 18px;}
.section5_l{width:9%; height:7.5vh; background: #003993; display: flex; align-items: center; float: left}
.section5_l img{align-items: center; margin: 0px auto;}
.section5_r{width:91%; height: 100%; float: left; padding: 0 5%}
.txtMarquee-left{ position:relative; width: 100%; height: 100%}
.txtMarquee-left .bd{ padding:0 10px; }
.txtMarquee-left .bd .tempWrap{ width:100% !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ float:left; height:7.5vh; line-height:7.5vh;  text-align:left; _display:inline; width:500px!important; margin-right:73px }
.txtMarquee-left .bd ul li p{ color:#333; width:76%; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left }
.txtMarquee-left .bd ul li p b{font-size: 16px; color: #333333; font-weight: bold; margin-left: 8px;}
.txtMarquee-left .bd ul li span{ color:#333333; font-size: 14px; float: right;  }
.txtMarquee-left .bd ul li a{width:100%; height: 100%; display: block}
.section5_right_bottom li:hover h4{color:#003993}
.txtMarquee-left .bd ul li:hover p b{color:#003993}


/*第7块*/
.section7{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; background: url(../images/section7_bj.jpg) no-repeat center;
	padding-left: 13%}
.section7 .w1440{position: relative; z-index: 9; overflow: hidden; margin-top:12vh}
.section7_left{width:44%; height: auto; float: left; margin-top: 20vh}
.section7_left h4{color:#ad8257; font-size:28px; margin-bottom: 8px;}
.section7_left h6{color:#003993; font-size:36px; font-weight: bold;}
.section7_left h5{color:#333333; font-size:22px; font-weight: bold; margin-top:4vh; margin-bottom: 2.8vh}
.f1{background: url(../images/sj_icon.png) no-repeat left center; font-size: 18px; padding-left: 30px; margin-bottom: 10px;}
.f2{background: url(../images/dt_icon.png) no-repeat left center; font-size: 18px; padding-left: 30px;}
.section7_ma{width:100%; height: auto; overflow: hidden}
.section7_ma h3{color:#333333; font-size: 22px; font-weight: bold; margin: 3vh 0}
.section7_ma dl{width:139px; height:auto; float: left; margin-right:20px}
.section7_ma dl dt{width:139px; height: 139px; background: url(../images/ma.png) no-repeat center; padding: 15px}
.section7_ma dl dt img{width:100%; height: auto; display: block}
.section7_ma dl dd{width:100%; height: 30px; line-height: 30px; color:#333333; font-size: 14px; text-align: center}
.section7_right{width:48%; height: auto; float: left; margin-top: 4vh; background: #fff; padding:60px 3%; margin-top: 20vh}
.section7_right h4{color:#999999; font-size: 14px; margin-bottom:30px}
.section7_right p{width:100%; height:58px; line-height:58px; background: #eeeeee; position: relative; margin-bottom: 20px;}
.section7_right p input[type="text"]{width:100%; height: 100%; border: 0; background: none; color:#fff; font-size: 14px; color:#000000; padding: 0 10px;}
.section7_right textarea{width:100%; height:214px; line-height:24px; position: relative; margin-bottom:20px;  background: #eeeeee; border: 0; resize: none;  
	border-bottom: 1px solid rgba(255,255,255,0.3); padding: 10px;}
.in_tijiao{width:100%; height:58px; display: block; border: 0; color:#fff; font-size: 20px; background: #003993;   text-align: center}
.in_tijiao:hover{background:#000; cursor:pointer}
.section7_map{width:39%; height: 100vh; float: right; position: relative; padding-top:10vh}
.active .section7_left{animation-name: fadeInLeft; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .section7_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.index_banquan{width:100%; height:auto; overflow: hidden; margin-top:4vh}
.copy_bq{width:100%; line-height:30px; font-size:14px; color: #333333; margin-bottom: 10px  }
.copy_bq a{ font-size:14px; color: #333333;}
.index_zhichi{width:100%; height:40px; overflow: hidden; }
.index_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#333333; line-height:40px;}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px;}
.index_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.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: #333333;}
.index_zhichi i{ float: left;}
.index_banquan .fp-tableCell { display: block!important;}





@media screen and (max-width:1680px){
.nav{width:56%}
}


@media screen and (max-width:1600px){
	
	.section2 h6{font-size:30px; line-height:40px;}
	.index_sb_info{margin:4.8vh 0}
	.section2 .w1440{margin-top:5vh}
	.section2 ul li h4 span,.section3_title dl dd{font-size:30px;}
	.section7_left h6,.section5_title dl dd{font-size:30px;}
	.section7_left h5{margin-top:1.4vh; margin-bottom: 1.4vh;}
	.section7_ma h3{font-size:18px; margin: 2vh 0;}
	.section7_map{width:32%}
	.section7_left{width:41%}
	.section7_right{padding: 35px 1%;}
	.section7_right textarea{height:190px;}
	.section7_ma dl dt{width:130px; height:130px; background-size:100% 100%}
	.index_banquan a{font-size:12px;}
	.in_pro_nav{margin-top:15px}
}


@media screen and (max-width:1500px){
.w1440,.index_pro_all .swiper-container{width:1200px}
.in_header{padding-left:4%}
.section2 h6{font-size:32px; line-height:44px;} 
.section3_title dl dd,.section5_title dl dd{font-size:28px;}
.in_pro_nav,.in_pro_nav a{height:48px; line-height:48px;}
.section5_top_left li{height:146px;     padding:10px 8%;}
.section7_left h6{font-size:28px}
.section7_left,.section7_right{margin-top:15vh}
.f2,.f1{font-size:16px;}
.section7_ma h3{font-size:18px;}
.section7_left h5{margin-top:2vh}
.section7_right textarea{height:150px;}
.section7{padding-left:9%}

}




@media screen and (max-width:1400px){
	.in_header .h_logo{width:172px}
	.nav .nLi h3 p{font-size:14px;}
	.section5_title,.section3_title{display:none}
.section5 .w1440,.section7_left,.section4 .w1440,.index_pro_all,.section2 .w1440{transform: scale(0.85); -ms-transform: scale(0.85);-webkit-transform: scale(0.85);-o-transform: scale(0.85);-moz-transform:scale(0.85)}
	.section7_right{padding: 25px 3%;}
	.section7_right textarea{height:110px;}
	.section7_left h6{display:none}
	.section7_left h4{margin-bottom:10px;}
	.section7_left h5{font-size:16px;}
	.section7_map{width:35%}
	.section7_left{width:38%}
	.copy_bq{font-size:12px;}
}

@media screen and (max-height:900px){
	.section4 .w1440,.section5 .w1440{transform: scale(0.9); -ms-transform: scale(0.9);-webkit-transform: scale(0.9);-o-transform: scale(0.9);-moz-transform:scale(0.9)}
.index_pro_all .swiper-button-next, .index_pro_all .swiper-button-prev{width:55px; height:55px; background-size:100% 100%}
.section4 .w1440{margin-top:10vh}
}





/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75); } 
.ny_banner #menu .nav .nLi p a{color:#000}

.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #a9a9a9; border-bottom:1px solid #a9a9a9; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.rlzy_banner{background: url(../images/rlzy_banner.jpg) no-repeat center}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#eeeeee; padding-top:42px; padding-bottom:35px;}
.footer_left{width:30%; height: auto; float: left}
.footer_left a{max-width:100%;  display: block; margin-bottom:25px; font-size: 24px; color: #333333; font-weight:bold; line-height: 39px;}
.footer_left a span{font-size: 30px; color: #333333; font-family: "Impact"; margin-right: 10px; float: left; line-height: 39px;}
.footer_left p{font-size: 16px; color: #333333;line-height: 30px; }
.footer_input{width:40%; height: auto; float: left; margin-left:6%}
.footer_text{width:100%; height: 35px; line-height: 35px; }
.footer_text p{width:48%; height: 100%; float: left; position: relative; border-bottom: 1px solid #000000}
.footer_text input[type="text"]{width:100%; height: 100%; background: none; border: 0; font-size: 16px; color: #333333}
.footer_text p:last-child{float: right}
.footer_input textarea{width:100%; height:40px; font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; resize: none;
	margin-top: 20px;}
.f_submit{width:80px; height: 35px; line-height: 35px;  font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; margin-top: 8px; cursor:pointer}
.footer_right_ma{float: right; width:20%;}
.footer_right_ma h3,.footer_input h3{font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 20px;}
.footer_right_ma dl{width:45%; height: auto; float: left; margin-right: 10%;}
.footer_right_ma dl dt{width:100%; height: 100%;}
.footer_right_ma dl dt img{width:100%; height: 100%; display: block; margin: 0px auto;}
.footer_right_ma dl dd{width:100%; height: 35px; line-height: 35px; font-size:14px; color: #999999; text-align: center;}
.dl_last{margin-right: 0!important}
.copy{clear:both;width:100%;height:42px;color:#999999; line-height:42px; position: relative; background: #1b1b1b;  }
.copy_n{float:left; font-size:12px; color:#999999}
.copy_n a{color:#999999; font-size:12px;}
.copy_n a:hover{color:#ea5420!important}
.footer_zhichi{width:auto; height:42px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#4d4d4d; line-height:42px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.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: 12px; color: #777777;}
.footer_zhichi i{ float: left;}



/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right:0px;
  top:250px;
  width: 77px;
  z-index: 888;
}
.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:#003993;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px; float:left;
}

.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px;}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #003993; left: 50%;  margin-left:-40px; }



/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #003993;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:84%;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #003993;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.about_one_right{ width:80%; height:auto; float:right;}
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right; margin-top:50px}
.about_five_t h3{font-size: 40px;; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}
.ny_fzlc{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #003993; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#003993; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}


/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.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:67%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.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:16%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_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:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_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_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}

.ny_product_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}




/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#003993; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #003993; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #003993; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #003993}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}



