@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
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:1320px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}






/* 导航栏 */

.header_nav{height:96px; width:100%; z-index:99; position:absolute; top:0; left:0; padding: 0 10% 0 12%; margin-top: 10px}
.h_logo{width:15%; height:96px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto; }

.h_search{width:16.2%; height: 40px; float: right; background: rgba(0,0,0,0.32); border-radius: 25px; padding: 0 10px 0 15px; margin-top:28px;}
.h_submit{width:16px; height:100%; float: left; background: url(../images/h_search.png) no-repeat center; border: 0; margin-right:6%}
.h_search input[type="text"]{width:80%; height: 100%; float: left; border:0; background: none; font-size: 14px; color:#fff}
.header_nav .nav{ height:96px; float: right; width:60%; margin-right: 2%}
.header_nav .nav .nLi{position:relative;float:left;display:inline;height:100%; width:12.5%;}
.header_nav .nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  }
.header_nav .nav .nLi h3 p{height:100%; color:#fff; font-size:16px; position: relative; text-align: center;  line-height:90px;  display: table; margin: 0px auto;}
.header_nav .nav .nLi h3 a{width:100%;height:100%;color:#fff; margin: 0px auto; display: block; font-size: 16px;}
.header_nav .nav .sub{position:absolute;top:96px;left:50%; z-index:999;display:none;padding:0;width:180px; margin-left:-90px; background:#fff;line-height:26px;} 
.header_nav .nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; padding:4px 0; overflow:hidden}
.header_nav .nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.header_nav .nav .sub li p:hover{color:#113cac}
.header_nav .nav .sub li span{float:right}
.header_nav .nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.header_nav .nav .nLi.active h3 p,.header_nav .nav .nLi:hover h3 p{font-weight: bold; border-bottom:3px solid #fff}
.sub li:hover a{color:#184a8f;}

.h_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.h_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;
   opacity:0.5;  
}  
.h_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity: 0.5;  
}  
.h_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  






/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; display: inline-block;}
.banner .swiper-button-prev,.banner .swiper-button-next{width:66px; height: 66px; margin-top: -33px;}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:6%}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:6%}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-pagination{bottom:60px;}
.banner .swiper-pagination-bullet{width:12px; height:12px; margin:0 8px!important}
/* 公示公告 */
.com-shadow {
    /* -webkit-box-shadow: 2px 0 8px rgba(0,0,0,0.08);
    box-shadow: 2px 0 8px rgba(0,0,0,0.08); */
    border-radius: 6px;
    background-color: #FFFFFF;
}
.all_banner>.clearfix {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 10%;
}
.announcement {
    position: absolute;
    top: 170px;
    right: 110px;
    width: 270px;
    z-index: 2;
}
.com-title {
    border-bottom: 1px solid #efeded;
    padding: 0 20px;
}
.com-title .subtitle {
    padding: 20px 0 10px;
    line-height: 1;
    font-size: 22px;
    color: #0068b7;
    position: relative;
    font-weight: bold;
}
.com-title .subtitle:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #0068b7;
}
.com-title .more {
    font-size: 14px;
    color: #0068b7;
    padding: 20px 0 10px;
    font-weight: bold;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.announcement .ranking {
    padding: 20px;
    clear: both;
}
.announcement .ranking a {
    display: block;
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    margin-bottom: 22px;
    height: 20px;
}
.announcement .ranking a .number {
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 2px;
    background-color: #bcd6f6;
    color: #FFFFFF;
    text-align: center;
    left: 0;
    top: 1px;
}
.announcement .ranking a:nth-child(1) .number {
    background-color: #fc7512;
}
.announcement .ranking a:nth-child(2) .number {
    background-color: #67a5f0;
}
.announcement .ranking a p {
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*快捷导航*/
.index_kuaijie{width:100%; height: auto; overflow: hidden; margin-top: -190px; position: relative; z-index: 9; display:none}
.index_kuaijie ul{width:100%; height: auto; overflow:hidden}
.index_kuaijie ul li{width:25%; height:358px; float: left; padding: 54px 40px 0}
.index_kuaijie .swiper-slide a{width:100%; padding: 54px 40px 0;  height:358px; display:block}
.index_kuaijie .swiper-slide:nth-child(1) a{background:#113cac}
.index_kuaijie .swiper-slide:nth-child(2) a{background:url(../images/kj2.jpg) no-repeat center; background-size:cover}
.index_kuaijie .swiper-slide:nth-child(3) a{background:url(../images/kj3.jpg) no-repeat center; background-size:cover}
.index_kuaijie .swiper-slide:nth-child(4) a{background:#ebeef3}
.index_kuaijie .swiper-slide:nth-child(5) a{background:url(../images/kj5.jpg) no-repeat center; background-size:cover}
.index_kuaijie .swiper-slide:nth-child(6) a{background:url(../images/kj6.jpg) no-repeat center; background-size:cover}
.index_kuaijie .swiper-slide a h4{color:#fff; font-size: 22px; font-weight: bold;}
.index_kuaijie .swiper-slide a h5{color:#ffffff; font-size:14px; font-family: "Arial"; opacity: 0.76; text-transform: uppercase; line-height: 24px; margin-top: 8px; height: 48px; overflow: hidden; margin-bottom: 8px;}
.index_kuaijie .swiper-slide a p{width:100%; height: auto; overflow: hidden; color:#ffffff; font-size: 14px;  line-height:26px; margin-bottom: 30px; }
.index_kuaijie .swiper-slide:nth-child(1) a p{opacity: 0.55;}
.index_kuaijie .swiper-slide:nth-child(4) p{color:#888888!important}
.index_kuaijie .swiper-slide a img{float: right}
.index_kuaijie .swiper-slide:nth-child(4) a h4{color:#333333}
.index_kuaijie .swiper-slide:nth-child(4) a h5{color:#999999}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding-top: 218px; padding-bottom: 70px; }
.index_youshi_left{width:30%; height: auto; float: left; text-align: right}
.index_youshi_left img{max-width: 100%}
.index_youshi_right{width:62.5%; height: auto; float: right}
.index_youshi_right h5{color:#eff1f5; font-size: 172px; opacity: 0.26; font-weight: 900; font-family: "Arial"; line-height: 120px; text-transform: uppercase}
.index_youshi_right h4{color:#333333; font-size: 36px; font-weight: bold; position: relative; z-index: 1; margin-top: -28px;}
.index_youshi_right h6{color:#999999; font-size: 14px; margin-top: 25px;}
.index_youshi_right ul{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_youshi_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding-bottom: 25px; margin-bottom: 40px;}
.index_youshi_right ul li img{width:72px; height: auto; float: left; margin:18px 40px 0 25px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_youshi_right ul li dl{width:70%; height: auto; float: left}
.index_youshi_right ul li dl dt{width:100%; height: 40px; line-height: 40px; color: #333333;font-family: "Arial"; font-weight: bold; font-size: 20px;}
.index_youshi_right ul li dl dd{width:100%; height:60px; line-height:30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_youshi_right ul li i{color:#f9fafb; font-size: 72px; font-weight: bold; font-family: "Arial"; float: right}
.ys_dianhua{width:auto; height:58px; line-height: 58px; border-radius:30px; padding: 0 40px; background: #113cac; display: table}
.ys_dianhua span{color:#fff; font-size: 18px; background: url(../images/ys_dhs.png) no-repeat left center; padding-left: 32px;}

.index_youshi_right ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}



/*设别展示*/
.index_product{width:100%; height: auto; overflow: hidden;  background:url(../images/product_bjs2.jpg) no-repeat center; background-size: cover; 
	padding: 80px 0 58px;}
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_case_title h4{color:#fff; font-size: 36px; margin-bottom: 10px; }
.index_case_title h5{color:#fff; font-size:14px; }
.index_pro_nav{max-width:100%; height: auto; overflow: hidden; margin: 35px auto; display: table}
.index_pro_nav a{width:auto; height: 50px; line-height: 50px; border-radius: 25px; float: left; text-align: center; padding: 0 30px; margin-right: 30px; color:#fff; font-size: 16px; border: 1px solid rgba(255,255,255,0.2)}
.index_pro_nav a:nth-child(6n){margin-right: 0}
.index_pro_nav a:hover{background: #ff7f00; border: 0}
.index_product_all{width:100%; height: auto;  margin-top: 36px; position: relative}
.index_product_all .swiper-slide a{padding-bottom:28px;}
.index_product_all .swiper-slide a,.index_product_all .swiper-slide a img{width:100%; height: auto; display: block; position: relative}
.index_product_all .swiper-button-prev,.index_product_all .swiper-button-next{width:66px; height:66px;top:50%; margin-top: -33px; z-index:99;transition: 0.2s;}
.index_product_all .swiper-button-prev{left:-85px; background:url(../images/pro_left.png) no-repeat center;}	
.index_product_all .swiper-button-next{right:-85px;background: url(../images/pro_right.png) no-repeat center;}
.index_product_pic{width:100%; height: auto; overflow: hidden;}
.index_product_t{width:100%; height: 64px; line-height: 64px; padding: 0 20px;  border-bottom: 1px solid #dcdcdc; background: #fff}
.index_product_t h3{width:70%; height: 100%; float: left; color:#333; font-size: 16px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_t i{width:30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; font-size:20px; color: #fff; background: #113cac; float: right; margin-top: 16px;}
.index_product_all .swiper-slide a:after{content: ""; width: 100%; height: 3px; background: rgba(255,255,255,0.2); position: absolute; bottom:0; left:0; transition: 0.2s;}
.index_product_all .swiper-slide a:hover:after{background:#ff7f00}
.index_product_all .swiper-slide a:hover h3{color:#113cac; font-weight: bold;}



/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; position: relative;  padding-top: 82px; padding-bottom: 40px}
.index_about:after{content: ""; width:32%; height: 100%; position: absolute; top:0; left:0; background: #f5f8f9}
.index_about .w1440{position: relative; z-index: 1}
.index_about_left{width:52%; height: auto; float: left;position: relative; padding-bottom: 115px}
.index_about_left .ab_img{width:94%; height: auto; display: block}
.about_video{width:284px; height: 259px;  text-align: center; position: absolute; bottom:0; right:0; background: url(../images/v_bjs.jpg) no-repeat center; 
	padding-top: 54px;}
.about_video img{display: block;  margin: 0px auto;}
.about_video p{color:#fff; font-size:20px; font-weight: bold; margin:25px 0 10px}
.about_video span{color:#ffffff; font-size:14px; opacity: 0.6; text-transform: uppercase}
.index_about_right{width:45.4%; height: auto; float: right; padding-top:72px; }
.index_about_right h5{color:#333333; font-size:36px; font-weight: bold; position: relative; z-index: 1}
.index_about_right h4{color:#113cac; font-size:18px; margin-top: 28px; }
.index_about_right h6{color:#eff1f5; font-size:158px; font-family: "Arial"; opacity: 0.26; position: absolute;  top:0; right:0; font-weight: 900; z-index: -1; 
	line-height: 110px;}
.in_about_info{width:100%; height:140px; overflow: hidden; color:#666666; font-size: 14px; line-height: 28px; margin-top:50px; display: block}
.in_about_num{width:100%; height: auto; overflow: hidden; margin-top: 54px;}
.in_about_num dl{float: left; width: auto; margin-right:14% }
.in_about_num dl dt{color:#0f60b4; font-size: 16px; text-align: center}
.in_about_num dl dt span{color:#0f60b4; font-size: 50px; font-weight: bold; font-family: "Arial"}
.in_about_num dl dd{color:#999999; opacity: 0.8; margin-top: 8px; font-size: 14px; text-align: center}
.about_more{width:187px; height: 50px; background: #113cac; text-align: center; line-height: 50px; color: #fff; font-size: 16px; display: block; margin-top:78px; border-radius: 25px; float: right}
.in_about_num dl:nth-child(3){margin-right: 0}
.about_more:hover{background: #ff7f00}


/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center; background-size:cover; padding: 60px 0 48px;}
.in_news_title{width:100%; height:auto; margin: 0px auto; position: relative; overflow: hidden; text-align: center}
.in_news_title dl{width:100%; height: auto; overflow: hidden; text-align: center; position: relative}
.in_news_title dl dt{color:#ffffff; font-size: 120px; font-weight: 900; font-family: "Arial"; opacity: 0.58; line-height:120px;}
.in_news_title dl dd{color:#333333; font-size: 36px; font-weight: bold; text-align: center; position: absolute; top:50%; left:0; text-align: center; 
	transform: translate(0,-50%); width: 100%}
.in_news_title p{color:#999999; font-size: 14px; text-align: center}
.index_news_all{width:100%; height: auto; position: relative; margin-top: 38px; padding: 0 1.5%}
.index_news_all .swiper-slide a{width:100%; height:auto; display: block;  position: relative;background: #fff; }
.in_news_pic{width:443px; height: 337px; overflow: hidden}
.in_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;}
.in_news_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding:5% 7%}
.in_news_xx span{color:#0f60b4;  font-size:14px; display: block; margin-bottom: 8px}
.in_news_xx h4{width:100%; height: 30px; line-height: 30px; color:#333333; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_xx p{width:100%; height:52px; line-height:26px; color:#999999; font-size: 14px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin:14px 0 20px }
.in_news_xx i{color:#666666; font-size: 14px; display: block; font-family: "Arial"; font-style: normal; margin-top: 5px}
.index_news_all .swiper-slide a:hover h4,.index_news_all .swiper-slide a:hover i,.index_news_all .swiper-slide a:hover p{color:#fff}
.index_news_all .swiper-slide a:hover p{opacity: 0.5}
.index_news_all .swiper-slide a:hover .in_news_xx{background: #113cac}
.index_news_all .swiper-button-next,.index_news_all .swiper-button-prev{width:55px; height: 55px; top:50%; margin-top:-27.5px}
.index_news_all .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:-80px;}
.index_news_all .swiper-button-prev{background: url(../images/n_left.png) no-repeat center; left:-80px}
.in_news_more{width:187px; height: 52px; background: #113cac; border-radius: 25px; text-align: center; line-height: 52px; display: block; margin:44px auto 0; font-size: 16px; color:#fff;}
.index_news_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_news_more:hover{background: #ff7f00}

/*新增产品*/
/* .index_product{width:100%; height: auto; overflow: hidden; margin-top:90px;background: #fff;padding: 80px 0 0;}
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title dl{float: left}
.index_product_title dl dt{color:#4d4d4d; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_product_title dl dd{width:100%; height: auto; overflow: hidden}
.index_product_title dl dd span{color:#4d4d4d; font-size: 36px; float: left}
.index_product_title dl dd hr{width:60px; height: 2px; background: #bebebe; margin-left:20px; margin-top: 20px; float: left}
.index_product_nav{max-width:75%; height: auto; float: right; margin-top:14px}
.index_product_nav a{width:auto; height: 43px; float: left; background: #f9f9f9; border-radius:35px; text-align: center; line-height: 43px; font-size:17px;
	color: #777777; margin-right:12px; padding: 0 15px;margin-bottom: 14px;}
.index_product_nav a:hover{background:url(../images/hover.jpg) no-repeat center; background-size: cover; color:#fff}
.index_product .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 74px}
.index_product .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_product_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_pic 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 .swiper-slide a i{width:100%; height: 100%; background: url(../images/p_hover1.png) no-repeat center; background-size: cover; display: block; position: absolute; top:0; left:0; opacity: 0; transition: all 0.4s ease-in-out;}
.index_product_xx{width:100%; height:132px; background: #f9f9f9; padding:35px 10px; text-align: center}
.index_product_xx h4{width:100%; height: 30px;  line-height: 30px; color: #4d4d4d; font-size: 22px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_xx p{width:100%; height: 30px;  line-height: 30px; color: #777777; font-size:16px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product .swiper-slide a:hover i{opacity: 1; transition: all 0.4s ease-in-out;}
.index_product .swiper-slide a:hover .index_product_xx{background: #0882e1}
.index_product .swiper-slide a:hover .index_product_xx h4,.index_product .swiper-slide a:hover .index_product_xx p{color:#fff}
.index_product .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_news{width:100%; height: auto; overflow: hidden; margin:40px 0 60px; position: relative}
.in_title_left{width:auto; height: 40px; display: table; margin: 0px auto; line-height: 40px;}
.in_title_left span{color:#0f60b4; font-size: 36px; font-weight: bold;}
.in_title_left h3{color:#0f60b4;font-size: 36px; font-weight: bold;  line-height:40px; display: table; float: left}
.in_title_left i{width:16px; height: 16px; background: #0f60b4;  border-radius: 50%; margin:20px 16px 0; display: table; float: left}
.index_news_title p{color:#999999; font-size: 16px; text-align: center; margin-top: 8px;}
.index_news_nav{width:auto; display: table; margin:24px auto 40px}
.index_news_nav a{width:160px; height: 47px; background: #0f60b4; margin-right: 10px; font-size: 16px; color: #fff; border-radius: 5px; float: left; text-align: center; line-height: 47px;}
.index_news_nav a:hover{background: #ff7f00}
.index_news_left{width:70%; height: auto; float: left;}
.index_news_left a{width:49%; height: auto; overflow: hidden; display: block; float: left }
.index_news_left a:nth-child(2){float: right}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{height:320px; display: block;   
transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; margin-top: 20px;}
.index_news_xx h3{color:#333333; font-size: 16px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height:30px; line-height: 30px; margin-top: 5px;}
.index_news_xx p{width:100%; height:72px; color:#666666; font-size: 16px; line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px; margin-bottom: 20px;}
.index_news_xx i{color:#666666; font-size: 16px; font-style: normal}
.index_news_left a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left a:hover h3{color:#0f60b4}
.index_news_right{width:27%; height: auto; float: right;  }
.index_news_right ul{width:100%; overflow: hidden}
.index_news_right ul li{width:100%;  border-bottom: 1px solid #e5e5e5; height: 65px; line-height: 65px;}
.index_news_right ul li a{color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%;}
.index_news_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_right:hover h3{color:#006fd5}
.index_news_right ul li:hover a{color:#0f60b4}
.index_news_right ul li:last-child{border-bottom: 0} */


/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer.jpg) no-repeat center; background-size: cover; padding:76px 0 40px;}
.footer_top{width:100%; height: auto; overflow: hidden}
.footer_top dl{float: left; margin-right:2%; width: 14%}
.footer_top dl dt{width:100%; height: auto; }
.footer_top dl dt p{width:auto; color:#fff; font-size: 20px; font-weight: bold; background: url(../images/f_dian.png) no-repeat right center; display: table; 
	padding-right:26px; line-height: 28px}
.footer_top dl dt span{width:100%; color:#ffffff; font-size:16px; opacity: 0.42; font-family: "Arial"; margin-top:10px; text-transform: uppercase; display: block}
.footer_top dl dd{width:100%; height: auto; overflow: hidden; margin-top:15px;}
.footer_top dl dd a{width:100%; height: auto; display: block; font-size: 16px; color: #fff; line-height: 32px; opacity: 0.8; margin:9px 0}
.footer_top dl dd a:hover{opacity:1;}
.footer_top dl:nth-child(4){margin-right: 0}
.f_ma{width:11%; float: right; }
.f_ewm{margin-left:6.2% }
.f_ma_xx{width:100%; height:auto; background: url(../images/ma.png) no-repeat center; padding:10%; background-size: 100% 100%}
.f_ma_xx img{width:100%; height: auto; display: block}
.f_ma p{width:100%; height:auto; line-height:28px; color: #fff; font-size: 16px; display: block; text-align: center; margin-top:20px }
.footer_xx{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.footer_xx dl{width:100%; overflow:hidden; margin-top:20px;}
.footer_xx dl dt{width:40px; height: auto; float: left}
.footer_xx dl dt img{width:100%; height: auto; display: block}
.footer_xx dl dd{ margin-left: 60px;}
.footer_xx dl dd h6{color:#fff; font-size: 16px;  line-height: 40px;}
.footer_xx dl dd p{color:#fff; line-height: 32px; font-size:20px;}
.footer_xx dl:last-child{margin-right: 0}
.footer_bottom{width:100%; height:70px;  overflow: hidden; background: #0d0d0d }
.copy_bq{width:auto; height:70px; line-height:70px; position: relative; color:#fff; font-size:14px; float: left}
.copy_bq a{color:#fff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#0b8b90!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#fff; line-height:70px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:25px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:25px; }
.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;}




/*弹出视频*/
.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;}




/*客服*/
.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: -135px;
    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:#184a8f;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}





/*å†…é¡µ*/
.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}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_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}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center}
.ny_banner .header_nav .nav .nLi h3 p{color:#fff}

.ny_baninfo{width:1200px; height:180px; position: absolute; top:185px; 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: #113cac; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.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:#113cac}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #113cac)) 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:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto; max-width:1200px}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #113cac}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #113cac; bottom: 0; left: 0;}
.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:#113cac}
.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:#113cac}



/*è£èª‰èµ„è´¨*/
.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:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.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_honor_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: #666}
.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_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:88%; 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: #113cac}
.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:22%; height: 144px; 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:#113cac}
.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_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-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%;}


/*内页右边内容*/
.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: #484848; font-weight: bold; }
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p{font-size: 16px; color: #333; line-height: 32px;}



/*产品中心*/
.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: 30px;}
.ny_product ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 20px; color: #1b56cb;     font-weight: bold;text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%;    border: 1px solid #dddddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%; display:block; 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 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; font-size:16px}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}
.ny_pro_more{width:100%; height: 36px; border-bottom: 1px solid #1b56cb; font-size: 14px; color: #666; line-height: 36px;position:relative}
.ny_product ul li:hover .ny_pro_more{color:#fff; transition: all 0.4s ease-in-out; }
.ny_pro_more:after{content:""; width:0; height:100%; display:block; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;  background:rgba(0,47,139,0.9)}
.ny_product ul li:hover .ny_pro_more:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_pro_more p{position:relative; z-index:9}

#sl_PicShow{width:100%!important;}
.sl_SmallImgList{width:100%; display:black; margin:0px auto; text-align:center}
.proshow_xx table{margin:0px auto}

.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;
}



/*内页左边导航*/
.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: #113cac; 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{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px;  }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;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{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#1b56cb; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a{color:#1b56cb}
.ny_left_nav ul li:hover a.inactive{color:#1b56cb}
.ny_left_nav ul li ul li:hover a{color:#1b56cb}
.ny_left_nav ul li .inactives{color:#1b56cb}
.ny_left_nav ul li ul li:hover a{color:#1b56cb}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.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_tuijian{ padding-top: 20px;}
.slideTxtBox3 .hd ul{height: 42px; display: table; margin: 0 auto 20px; max-width:100%}
.slideTxtBox3 .hd ul li{ height: 42px; line-height: 42px; text-align: center;  width:214px; margin-right: 2px;  float: left; margin-bottom:10px;}
.slideTxtBox3 .hd ul li a{ font-size: 16px; color: #333; display: block; background: #efefef; width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.slideTxtBox3 .hd ul li.on a{background: #113cac; color: #fff;}
.slideTxtBox3 .hd ul li:nth-child(6n){margin-right:0}
.slideTxtBox3 .bd{ overflow: hidden;}
.slideTxtBox3 .bd li{ width: 23.5%; margin-right: 2%; margin-bottom: 24px; float: left;}
.slideTxtBox3 .bd li:nth-child(4n){ margin-right: 0;}
.slideTxtBox3 .bd li .pic{ width: 100%; height: auto; overflow: hidden; }
.slideTxtBox3 .bd li .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;
}
.slideTxtBox3 .bd li  p{ height: 54px; border-bottom: 1px  solid #eee; line-height: 54px; text-align: center;}
.slideTxtBox3 .bd li  p a{ font-size: 16px; color:#333; width:100%; height:100%; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.slideTxtBox3 .bd li  p span{ float:right; line-height: 54px; color: #999; font-size: 14px;}
.slideTxtBox3 .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.slideTxtBox3 .bd li:hover a{color:#113cac}
.fav1{ width: 100%;overflow: hidden;}
.fav1 li{ height: 42px; line-height: 42px; border-bottom: 1px dashed #dedede; float: left; width: 49.5%;}
.fav1 li:nth-child(2n){ float: right;}
.fav1 li a{ font-weight: normal;  font-size: 14px; color: #333;}
.fav1 li span{ float: right; font-size: 14px; color: #999; font-weight: normal;}
.fav1 li:hover a,.fav1 li:hover span{color:#113cac}

.index_title_5{overflow: hidden; padding-top: 60px;}
.index_title_5 span{ display: block; text-align: center; font-family: "Impact"; font-size: 76px; color: rgba(34,34,34,0.07); text-transform: uppercase;}
.index_title_5 p{font-size: 36px; color: #222; line-height: 2;  margin-top: -70px; font-weight: bold; text-align: center;}
.index_title_5 em{ display: block; font-style: normal; width: 700px; margin: 0 auto; line-height: 24px; color: #666; text-align: center; font-size: 14px;}
.slideTxtBox3{ margin-top: 20px; margin-bottom: 30px;}


@media screen and (max-width:1560px){
	.in_about_num dl{margin-right:11%}
	.footer_bottom{height:auto;}
	.copy_bq{float:none; display:table; margin:0px auto;}
	.footer_zhichi{float:none; line-height:30px; display:table; margin:0px auto;}
	.footer_zhichi p{line-height:30px;}
	.footer_zhichi .pt{margin-top:2px;}
	.footer_zhichi .js{margin-top:6px;}
	
	
}


@media screen and (max-width:1500px){
	.w1440,.container{width:1200px}
	.footer_xx dl{margin-right:6%}
	.footer_top dl{width:16%}
	.slideTxtBox3 .hd ul li{width:198px;}
	
}


	