@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



/* 导航栏 */
.header_nav{height:84px; width:100%;  z-index:8; background:#fff}
.h_logo{float: left; display: flex; align-items: center; height: 84px; width:200px}
.h_logo img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.h_yuyan{float:right;  background: url(../images/yy_icon.png) no-repeat left center; padding-left: 25px; line-height: 84px}
.h_yuyan a{color:#333333; font-size: 16px; background: url(../images/yy_jts.png) no-repeat right center; padding-right: 25px;}
.h_search{width:5%; height:84px; float: right; background:url(../images/search.png) no-repeat center; border-radius: 25px; }
.form_box{position: absolute;  top:84px; 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: #0f5da7; font-size:16px;}

.header_dao{width:54%; height:84px; float: right; }
.nav{width:100%; height:87px;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#333333;  position: relative; }
.nav .nLi h3 a p{font-size:16px; color:#333333; line-height:83px;  position: relative; text-transform: uppercase; margin: 0px auto; width:auto; display: table}
.nav .sub{ display:none;left:50%; top:84px;  position:absolute;  line-height:26px; width:150px; margin-left: -75px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:26px;  background:#eeeeee;text-align: center; padding:5px 0 }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0f5da7}
.nav .nLi.active p{color:#0f5da7; border-bottom: 2px solid #0f5da7; font-weight: bold; }


/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-slide a{width:100%; height:auto; display: block }
.banner .swiper-slide a img{width:100%; display: block;}
.banner .swiper-pagination-bullet{width:10px; height:10px; opacity: 1; background: #fff}
.banner .swiper-pagination-bullet-active{background: #0f5da7;}
.banner .swiper-pagination{bottom:30px;}


/*关于我们*/
.index_about{width:100%; height:auto; position: relative; z-index:1;  margin-top:40px }
.ab_more{width:218px; height:53px; display: block; margin: 0px auto; background: #0f5da7; text-align: center; line-height: 53px; font-size: 18px; color:#fff; margin-top: 40px;}
.index_about ul{width:100%; height: auto; overflow: hidden; margin-top:48px;}
.index_about ul li{width:33.13%; height: auto; float: left; position: relative; margin-right:0.3%; overflow: hidden}
.index_about ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_about ul li:last-child{margin-right: 0}
.index_about ul li h4{width:100%; height: auto; overflow: hidden; position: absolute; bottom:30px; left:0; text-align: center; font-size: 18px; color: #fff}
.index_about ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ab_more:hover{background: #f16029}


/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden; padding: 92px 0 130px; background: #ecf4f5}
.index_product_left{width:39.6%; height: auto;  position: relative; float: left}
.index_product_left .swiper-slide a{width:100%; display: block; position: relative}
.index_product_left .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_product_hover{width:100%; height:46px; line-height: 46px; position: absolute; bottom:0; left:0; padding: 0 5%; background: rgba(0,0,0,0.5) }
.in_product_hover h4{color:#fff; font-size: 18px; width: 80%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_left .swiper-button-next,.index_product_left .swiper-button-prev{width:46px; height: 46px; bottom:0; margin-top: 0; top:auto;}
.index_product_left .swiper-button-next{background: #0f5da7 url(../images/p_right.png) no-repeat center; right:0}
.index_product_left .swiper-button-prev{background: #0f5da7 url(../images/p_left.png) no-repeat center; right:46px; left:auto;}
.index_product_left .swiper-button-next:hover{background: #f16029 url(../images/p_right.png) no-repeat center;}
.index_product_left .swiper-button-prev:hover{background: #f16029 url(../images/p_left.png) no-repeat center;}
.index_product ul{width:59.8%; height: auto; float: right}
.index_product ul li{width:32.6%; height: auto; float: left; margin-right: 1%; margin-bottom: 8px; overflow: hidden}
.index_product ul li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product ul li:nth-child(3n){margin-right: 0}
.index_product ul li:hover img,.index_product_left .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; background-size: cover;  padding: 68px 0}
.index_youshi_title{width:100%; height: auto; overflow:hidden; text-align: center}
.index_youshi_title h4{color:#fff; font-size: 48px; font-weight: bold; margin-bottom:10px; text-transform: uppercase}
.index_youshi_title hr{width:43px; height: 5px; background: #f16029; display: block; margin: 0px auto 28px;}
.index_youshi_title p{color:#fff; font-size:16px; font-family: "Arial"; line-height: 30px; width:1200px; margin: 0px auto; }
.index_youshi_all{width:93%; margin-top: 62px; position: relative}
.index_youshi .swiper-container{width:100%}
.index_youshi .swiper-slide a{width:100%; height: auto; overflow: hidden; position: relative; display: block}
.index_youshi_img{width:91%; height: auto; overflow: hidden}
.index_youshi_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_youshi_xx{width:805px; height: 206px; position: absolute; bottom:0; left:0; background: #f16029; padding:30px 80px}
.index_youshi_xx h3{width:100%; color:#fff; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height: 40px; line-height: 40px; font-size: 30px; margin-bottom: 8px;}
.index_youshi_xx P{width:100%; height: 90px; overflow: hidden; color:#fff; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; font-weight: bold;}
.index_youshi .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_youshi_all .swiper-button-next,.index_youshi_all .swiper-button-prev{width:111px; height:55px; bottom:60px; margin-top: 0; top:auto;}
.index_youshi_all .swiper-button-next{background:url(../images/ys_right.jpg) no-repeat center; right:0}
.index_youshi_all .swiper-button-prev{background:url(../images/ys_left.jpg) no-repeat center; right:111px; left:auto;}
.index_youshi_all .swiper-button-next:hover{background:url(../images/ys_hright.jpg) no-repeat center;}
.index_youshi_all .swiper-button-prev:hover{background:url(../images/ys_hleft.jpg) no-repeat center;}
.index_youshi .swiper-pagination{right:0; bottom:auto; top:130px;}
.index_youshi .swiper-pagination-bullet{display: block; margin-bottom: 20px; font-size: 14px; font-weight: bold; opacity:1; color:#fff; background:none; 
	width: 100%; height: 15px; line-height: 15px; position: relative}
.index_youshi .swiper-pagination-bullet:after{content: ""; width: 15px; height: 2px; background: #fff; position: absolute; top:8px; right:15px}
.index_youshi .swiper-pagination-bullet-active:after{background: #f16029; width: 35px }
.index_youshi .swiper-pagination-bullet-active{color: #f16029}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f3f7fa; padding: 60px 0}
.index_news_title{width:100%; height: auto; overflow:hidden; text-align: center}
.index_news_title h4{color:#000000; font-size: 48px; font-weight: bold; margin-bottom:10px; text-transform:uppercase}
.index_news_title hr{width:43px; height: 5px; background: #0f5da7; display: block; margin: 0px auto 28px;}
.index_news_title p{color:#666666; font-size:16px; font-family: "Arial"; line-height: 30px; width:1200px; margin: 0px auto; }
.index_news_nav{width:auto; display: table; margin:40px auto;}
.index_news_nav a{width:236px; height: 52px; float: left; line-height: 52px; text-align: center; font-size: 18px; color: #fff; background: #0f5da7;
	margin-right: 5px}
.index_news_nav a:last-child{margin-right: 0}
.index_news_nav a:hover{background: #f16029}
.index_news_left{width:100%; height: auto;  overflow: hidden; margin-top: 60px; padding-bottom:120px; position: relative}
.index_news_left .swiper-slide{overflow: hidden}
.index_news_left .swiper-slide a{width:100%; height: auto; display: block; background: #fff; border-radius:8px; padding: 24px;overflow: hidden}
.index_news_img{width:100%; height: auto; overflow: hidden; border-radius: 8px; }
.index_news_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_top_xq{width:100%; height: auto; overflow: hidden; margin-top:22px; }
.news_top_xq h3{width:80%; height: 63px; overflow: hidden; border-bottom: 1px solid #eeeeee; font-size: 18px; color: #333333; font-weight: bold;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; padding-bottom:15px;}
.news_top_xq p{width:100%; height:96px; overflow:hidden; line-height:24px; color: #999999; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; margin:15px 0 30px}
.in_news_time{width:120px; height: 120px; background: url(../images/yuan.png) no-repeat center; position: absolute; top:-38px; right:-34px; padding-top: 40px; padding-left:20px;}
.in_news_time span{color:#ffffff; font-size: 30px; font-weight: bold; margin-left:12px}
.in_news_time p{color:#ffffff; font-size: 16px; }
.index_news_left .swiper-button-next,.index_news_left .swiper-button-prev{width:60px; height:60px; bottom:0; margin-top: 0; top:auto;}
.index_news_left .swiper-button-next{background:#0f5da7 url(../images/n_right.png) no-repeat center; right:45.85%}
.index_news_left .swiper-button-prev{background:#0f5da7 url(../images/n_left.png) no-repeat center; left:45.85%; }
.index_news_left .swiper-button-next:hover{background:#f16029 url(../images/n_right.png) no-repeat center;}
.index_news_left .swiper-button-prev:hover{background:#f16029 url(../images/n_left.png) no-repeat center;}
.index_news_left .swiper-slide a:hover{background: #0f5da7}
.index_news_left .swiper-slide a:hover h3{color:#fff}
.index_news_left .swiper-slide a:hover p{color:#fff}
.index_news_left .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;}



/*底部*/
.footer{width:100%; height: auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; padding-top:82px;}
.footer_input{width:24%; height: auto; float: left;  margin-right: 5%}
.footer_input h4,.footer_info h4{color:#fff; font-size:30px; font-weight: bold; font-family: "Arial"; margin-bottom: 34px;}
.footer_input p{width:100%; height: 48px; position: relative; margin-bottom: 10px; border-radius: 8px}
.footer_input p input[type="text"]{width:100%; height: 100%; color:#333; font-size: 16px; border: 0; border-radius: 8px; padding: 0 10px;}
.footer_input textarea{width:100%; height:102px; position: relative; margin-bottom: 10px; border-radius: 8px; border: 0; resize: none; color:#333; font-size: 16px; padding: 10px;}
.f_tijiao{width:100%; height: 48px; background: #f16029; font-size: 14px; color: #fff; border-radius: 8px; border: 0}
.f_tijiao:hover{cursor:pointer}
.footer dl{float: left; margin-right:9%; max-width:17%}
.footer dl dt{color:#ffffff; font-size: 30px; font-weight:bold; margin-bottom: 34px;}
.footer dl dd{width:100%; height: auto; overflow: hidden}
.footer dl dd a{width:100%; display: block; font-size: 18px; color:#fff; margin-bottom: 15px; background: url(../images/sian.png) no-repeat left center; 
	padding-left:15px;}
	.footer dl dd a:hover{color:#f16029}
.footer_info{width:32%; height: auto; float: right}
.footer_info p{color:#fff; font-size:18px; color: #fff; line-height: 24px; margin-bottom: 20px; padding-left: 30px;}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center}
.footer_bottom{width:100%; height: auto; overflow: hidden; margin-bottom: 48px;}
.footer_bottom a{width:34px; height: 34px; float: right; margin-right: 20px; display: flex; align-items: center;}
.footer_bottom a img{max-width: 100%; align-items: center; margin: 0px auto;}
.copy{clear:both;width:100%;height:94px; position: relative; overflow: hidden; line-height:94px; border-top:1px solid rgba(255,255,255,0.2) }
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; text-align: center; float: left }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#f16029!important}
.footer_zhichi{width:auto; height:100%; display: table; margin: 0px auto; float: right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:94px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:35px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:40px;}
.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: 14px; color: #fff;}
.footer_zhichi i{ float: left;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#f16029;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}







/*内页 banner*/
.ny_banner{width:100%; height: auto; overflow: hidden; padding:262px 0 0; height:400px; }
.ny_banner .ny_banner_left{width:60%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:50px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#0f5da7}

.about_ban{background:url(../images/about_ban.jpg) no-repeat center;}
.contact_ban{background:url(../images/contact_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;}
.rlzy_ban{background:url(../images/rlzy_ban.jpg) no-repeat center;}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center;}


/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #0f5da7; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{padding-left: 10px; height: auto; line-height:24px; position: relative; padding:12px 0}
.ny_left_nav .yiji li::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0f5da7; left:5px; top: 22px;}
.ny_left_nav ul li a{padding-left:20px; font-size: 16px; color: #333333;display: block;  height:auto;line-height:24px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul li { width: 100%; height: auto; background: none; border-bottom:1px solid #dadada;    }
.ny_left_nav ul li ul li a{ padding-left:0; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#0f5da7; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#0f5da7}
.ny_left_nav ul li:hover a.inactive{color:#0f5da7}
.ny_left_nav ul li ul li:hover a{color:#0f5da7}
.ny_left_nav ul li .inactives{color:#0f5da7}
.ny_left_nav ul li ul li:hover a{color:#0f5da7}
.yiji li.active{background:#fff;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #333; font-weight: bold; }
.ny_about_info{width:100%; height:auto; margin-top:40px; font-size: 16px; color: #333; line-height: 30px;}
.ny_about_info p{width:100%; height: auto; overflow: hidden;  font-size: 16px; color: #333; line-height:34px;  }
.ny_about_info img{max-width: 100%;}
.proshow_xx p{font-size: 16px; color: #333; line-height: 30px;}


/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product 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 li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #333}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#0f5da7}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #0f5da7;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #0f5da7;
    left: 0;
    top: 22px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#0f5da7}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}


/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:60%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:310px; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: right; margin-right: 14px;}
.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%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}


/*图文列表样式*/
.n-list{ padding:15px 0px; }
.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.n-list li h2 a{ color:#333; text-decoration:none; }
.n-list li h2 a:hover{ color:#8CAC52; }
.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; display:block }
.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
.n-list li .note .info span i{ margin-right:3px; font-size:12px; }
.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
.search-tit{width:100%; height:auto; text-align:center; margin-top:40px;}
.search-tit h2{font-size:20px; color:#333; margin-bottom:10px;}
.search-tit h3{font-size:20px; color:#333; margin-bottom:10px;}
.search-tit span{font-size:18px; color:#333}


/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding: 20px 0}
.news_time time{color: #0f5da7; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #0f5da7;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:60%; float: left; margin-left: 3%}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:26px; color: #666; font-size: 14px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:25%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #0f5da7;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #0f5da7; color: #fff; border:2px solid #0f5da7; }
.ny_news_list li:hover .news_time{background: #0f5da7;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#0f5da7;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
    border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 10px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 14px 0px; margin-top: 50px;clear: both}
.keyword_light img{max-width:100%;}
.keyword_light p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333;     line-height: 34px; }




@media screen and (max-width:1500px){
	.w1400{width:1200px}
	.index_news_left .swiper-button-next{right:45%}
	.index_news_left .swiper-button-prev{left:45%}
}

