@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;}
.w1440{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{ width:1200px; margin: 0 auto; }





/* 导航栏 */
.header_nav{height:75px; width:100%; border-bottom: 1px solid rgba(255,255,255,0.5); background: #0056a9}
.h_logo{width:34%; height:75px; float: left; display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.h_search{width:311px; height: 51px; float: right; background: rgba(255,255,255,0.3); border-radius: 25px; padding: 5px 10px 5px 20px;     margin-top: 12px;}
.h_search input[type="text"]{width:66%; height: 100%; float: left; color:#fff; font-size: 16px; background: none; border: 0}

.h_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.h_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.h_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.h_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}  

.h_submit{width:84px; height: 100%; float: right; background: url(../images/search.png) no-repeat center; border: 0}
.header_dao{width:100%; height:86px; background: #0056a9 }
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:80px;  width:12.5%;  text-align: center; background: url(../images/nav_xs.png) no-repeat right center}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff; line-height:77px; display: table; margin: 0px auto; position: relative}
.nav .sub{ display:none;left:50%; top:80px;  position:absolute;  line-height:26px; width:130px;  margin-left: -65px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.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: 15px; height: 100%; }
.nav .sub a:hover{color:#0056a9}
.nav .nLi.active p{ font-weight: bold; }
.nav .nLi:last-child{background: none}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .slideBox{ width:100%; height:892px; overflow:hidden; position:relative; }
.banner .slideBox .hd{ height:30px; overflow:hidden; position:absolute; left:50%; bottom:40px; z-index:1; width: 1440px; transform: translate(-50%,0);}
.banner .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .slideBox .hd ul li{ float:left; margin-right:5px;   line-height:30px; text-align:center; font-size: 24px; cursor:pointer; opacity: 0.5; color:#fff;
	position: relative}
.banner .slideBox .hd ul li:after{content: ""; width: 48px; height: 2px; background: #fff; position: absolute; top:50%; right:0; margin-top: -1px;  display: none}
.banner .slideBox .hd ul li.on{opacity: 1; padding-right: 60px;}
.banner .slideBox .hd ul li.on:after{display: block}
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle; position: relative}
.banner .slideBox .bd li a{width:100%; height:892px; display: block}
.banner_dizhi{width:564px; height: 122px; background: #0056a9 url(../images/b_icon.png) no-repeat right center; position: absolute; bottom:0; right:13.2%; border-radius: 8px 8px 0 0; padding:20px 32px;}
.banner_dizhi h5{color:#fff; font-size: 18px; font-weight: bold; height:30px;  line-height: 30px; padding-left:35px; background: url(../images/n_dz.png) no-repeat left center}
.banner_dizhi p{color:#fff; font-size: 16px; margin-top:15px;}





/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background:url(../images/news_bjs.jpg) no-repeat center; background-size: cover; padding-bottom: 40px}
.index_news_top{width:100%; overflow: hidden; padding-bottom: 10px;}
.news_top_left{width:56.5%; height: auto; float: left; margin-top: 25px;}
.news_top_li{width:100%; height: auto; overflow: hidden; margin-top: 20px; border-bottom: 1px solid #eeeeee; padding-bottom: 30px; margin-bottom: 30px;}
.news_top_li h4{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px;  font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-bottom: 10px;}
.news_top_li p{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;}
.news_top_li span{color:#666666; font-size: 16px; display: block; margin-top: 15px;}
.news_top_hot{width:50%; height: auto; float: left}
.news_top_hpic{width:100%; height: auto; overflow: hidden}
.news_top_hpic 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_hot h4{color:#333333; font-size: 18px; font-weight: bold; width: 100%; height: 35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 8px;}
.news_top_li:hover h4,.news_top_li:hover p{color:#0056a9}
.news_top_hot:hover h4{color:#0056a9}

.news_top_left ul{width:48%; height: auto; float: right}
.news_top_left ul li{width:100%; height: auto; overflow: hidden; margin-bottom:30px;}
.news_top_left ul li h4{width:100%; height: 30px; line-height: 30px; color: #000000; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/n_xx.png) no-repeat left center; padding-left: 15px; margin-bottom: 10px;}
.news_top_left ul li span{color:#666666; font-size: 14px; display: block; margin-left: 15px;}
.news_top_left ul li:last-child{margin-bottom: 0; border-bottom: 0}
.news_top_left ul li:hover h4{color:#0056a9}
.news_top_hot:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.news_top_right{width:40%; height: auto; float: right; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); padding:30px 33px;}
.news_top_right ul{width:100%; height: auto; overflow: hidden; margin-top:30px;}
.news_top_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 22px; margin-bottom: 28px;}
.news_top_right ul li h4{width:100%; height: 30px; line-height: 30px; color: #000000; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/n_xx.png) no-repeat left center; padding-left: 15px; margin-bottom: 10px;}
.news_top_right ul li span{color:#666666; font-size: 14px; display: block; margin-left: 15px;}
.news_top_right ul li:last-child{margin-bottom: 0; border-bottom: 0}
.news_top_right ul li:hover h4{color:#0056a9}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_news_t{width:100%; height: auto; overflow:hidden}
.index_news_t dl{float: left}
.index_news_t dl dt{color:#e6e6e6; font-size: 60px; font-weight: bold; font-family: "Arial"; text-transform: uppercase; line-height:60px;}
.index_news_t dl dd{width:100%; height: auto; margin-top: -45px;}
.index_news_t dl dd h4{color:#0056a9; font-size: 30px; font-weight: bold;}
.index_news_t dl dd h4 span{color:#000000; font-size: 30px; font-weight: bold;}
.index_news_t dl dd hr{width:65px; height: 4px; background: #0056a9; display: block; margin-top: 12px;}
.index_news_t a{color:#333333; font-size: 16px; float: right; line-height: 60px;}
.index_news_t a:hover{color:#0056a9; font-weight: bold;}
.index_news_left{width:48%; height: auto; float: left; margin-top: 55px;}
.news_left_top{width:100%; height: auto; overflow: hidden; margin-bottom:60px;}
.news_left_pic{width:334px; height: auto; float: left; overflow: hidden}
.news_left_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_left_xx{margin-left: 360px;}
.news_left_xx h4{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin:8px 0}
.news_left_xx p{width:100%; height:60px; line-height: 30px; color: #666666; font-size:14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.news_left_xx span{display: block; font-size: 16px;color:#666666l; margin-top:25px; display: block}
.news_left_xx i{width:152px; height: 52px; display: block; background: #0056a9; color:#fff; font-size:16px; font-style: normal; text-align: center; line-height: 52px; margin-top: 25px;}
.news_left_bottom{width:100%; height: auto; overflow: hidden}
.index_news_right{width:48%;  height: auto; float: right; margin-top: 55px;}
.index_news_right li{width:100%; height: auto; border-bottom: 1px solid #dfdfdf; padding-bottom: 26px; margin-bottom: 26px; overflow: hidden}
.index_ntime{width:100px; height: 100px; background: #fff; float: left; text-align: center; padding-top: 18px;}
.index_ntime span{color:#666666; font-size:30px; font-weight:bold;}
.index_ntime p{color:#666666; font-size: 14px; line-height: 30px}
.index_nxx{margin-left: 120px;}
.index_nxx h4{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin:5px 0}
.index_nxx p{width:100%; height:60px; line-height: 30px; color: #666666; font-size:14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_right li:hover .index_ntime{background: #0056a9}
.index_news_right li:hover .index_ntime span,.index_news_right li:hover .index_ntime p{color:#fff}
.index_news_right li:last-child{border-bottom: 0}
.index_news_right li:hover  h4{color:#0056a9}
.news_left_top:hover h4{color:#0056a9}
.news_left_xx i:hover{background: #009944}
.news_left_top:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.news_left_bottom:hover .index_ntime{background: #0056a9}
.news_left_bottom:hover .index_ntime span,.news_left_bottom:hover .index_ntime p{color:#fff}
.news_left_bottom:hover h4{color:#0056a9}






/*案例*/
.index_fen{width:100%; height:auto; background: url(../images/fen_bjs.jpg) no-repeat center; background-size: cover; padding:45px 0 86px }
.index_fen_title{width:100%; height: auto; text-align: center}
.index_fen_title i{color:#fff; font-size: 60px; font-family: "Arial"; font-weight: 900; text-transform: uppercase; line-height: 65px; opacity:0.1}
.index_fen_title h4{color:#fff; font-size: 30px; font-weight: bold; margin-top: -40px; }
.index_fen_title h4 span{color:#fff; font-size: 30px; font-weight: bold;}
.index_fen_title hr{width:66px; height: 4px; background: #fff; display: block; border: 0; margin: 15px auto;}
.index_fen_nav{width:100%; height: auto; overflow: hidden; margin:40px 0 50px}
.index_fen_nav a{width:13.8%; height:55px; margin-right:0.5%; text-align: center; line-height: 55px; font-size: 16px; color: #333333; background: #f1f1f1; float: left; text-overflow: ellipsis; overflow: hidden;  white-space: nowrap }
.index_fen_nav a:last-child{margin-right: 0}
.index_fen_nav a:hover{background: #009944; color:#fff}

.index_fen_all{width:100%; height: auto; overflow: hidden; position: relative; padding-bottom: 60px;}
.index_fen_all .swiper-slide a{width:100%; display: block}
.index_fen_pic{width:100%; height: auto; border-radius: 15px 15px 0 0; overflow: hidden}
.index_fen_all .swiper-slide a img{width:100%; display: block; border-radius: 15px 15px 0 0; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_fen_xx{width:100%; height: auto; overflow: hidden; background: #fbfbfb; border-radius: 0 0 15px 15px; padding: 10px 30px}
.index_fen_xx h4{width:100%; height:45px; border-bottom: 1px solid #bfbfbf; text-align: center; line-height: 45px; color: #333333; font-size: 18px; 
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.index_fen_xx p{width:100%; height: 120px; overflow: hidden; color: #333333; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; margin: 10px auto;}
.index_fen_xx span{width:39px; height: 39px; background: #009944; color:#fff; font-size:18px; font-weight:bold; display: block; text-align: center; line-height: 37px; border-radius: 50%; position: relative; margin: 25px auto 20px; z-index: 9}
.index_fen_xx span:after{content: "+"; color:#fff; font-size: 16px; width: 100%; height: 100%; border-radius: 50%; background: rgba(0,153,68,0.3); position: absolute; top:0; left:0; 
	transform: scale(1.4); z-index: 1}
.index_fen_all .swiper-button-next,.index_fen_all .swiper-button-prev{width:33px; height:33px; top:auto; margin-top: 0; bottom:0}
.index_fen_all .swiper-button-next{background:url(../images/fl_right.png) no-repeat center; right:47%}
.index_fen_all .swiper-button-prev{background:url(../images/fl_left.png) no-repeat center; left:47%}
.index_fen_all .swiper-slide a:hover .index_fen_xx span{background: #fff}
.index_fen_all .swiper-slide a:hover .index_fen_xx span:after{background: rgba(255,255,255,0.3); color:#009944}
.index_fen_all .swiper-slide a:hover .index_fen_xx{background: #009944}
.index_fen_all .swiper-slide a:hover .index_fen_xx p{color:#fff}
.index_fen_all .swiper-slide a:hover h4{color:#fff; border-bottom:1px solid rgba(255,255,255,0.2)}
.index_fen_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;}




/*教学*/
.index_jiaoxue{width:100%; height:316px; background: url(../images/jiaoxue_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; 
	padding: 42px 0; text-align: center}
.index_jiaoxue i{color:#ffffff; font-size: 60px; opacity: 0.3; font-weight:900; font-family: "Arial"; text-transform: uppercase}
.index_jiaoxue h5{color:#fff; font-size: 30px; font-weight: bold;}
.index_jiaoxue h6{color:#fff; font-size: 16px; margin: 10px 0}
.index_jiaoxue a{width:264px; height: 44px; line-height: 44px; background: #0056a9; color:#fff; font-size: 16px; display: block; margin:25px auto;}
.index_jiaoxue a:hover{background: #009944}


/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat bottom center; padding: 60px 0}
.index_title{width:100%; height: auto; text-align: center}
.index_title i{color:#e6e6e6; font-size: 60px; font-family: "Arial"; font-weight: bold; text-transform: uppercase; line-height: 65px;}
.index_title h4{color:#0056a9; font-size: 30px; font-weight: bold; margin-top: -40px; }
.index_title h4 span{color:#000000; font-size: 30px; font-weight: bold;}
.index_title hr{width:66px; height: 4px; background: #0056a9; display: block; border: 0; margin: 15px auto;}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.index_about_left{width:45%; height: auto; float: left}
.index_about_left h4{color:#333333; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.index_about_left h5{color:#999999; font-size: 12px; font-family: "Arial"}
.index_about_left hr{width:66px; height: 4px; background: #0056a9; display: block; margin-top: 18px}
.in_about_xx{width:100%; height: auto; overflow: hidden; margin: 35px 0 40px; font-size: 16px; color: #333333; line-height:30px; display: block}
.in_about_more{width:199px; height: 53px; background: #0056a9; text-align: center; line-height: 53px; font-size: 16px; color: #fff; display: block}
.index_about_right{width:50%; height: auto; float: right; overflow:hidden}
.index_about_right 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_hj{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.index_about_hj .swiper-slide a{width:100%; height: auto; display: block}
.about_hj_pic{width:100%; height: auto; overflow: hidden}
.about_hj_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_about_hj .swiper-slide a h4{width:100%; height: 40px; line-height: 40px; text-align: center; color:#fff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  background: #0056a9}
.in_about_more:hover{background: #009944}
.index_about_hj .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_about_hj .swiper-slide a:hover h4{background: #009944}
.index_about_right: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: #0056a9; padding: 36px 0 0 }
.f_logo{width:100%; height: auto; text-align: center; display: block; margin-bottom: 10px;}
.footer_xx{width:100%; height: auto;  overflow: hidden}
.footer_xx p{ color:#fff; font-size: 16px; border: 1px solid rgba(255,255,255,0.3); padding:20px 30px; margin-right:2%; float: left}
.footer_xx p:last-child{margin-right: 0}
.footer_nav{width:67%; height: auto; overflow: hidden; margin-top: 40px;; float: left}
.footer_nav dl{float: left; margin-right:60px; }
.footer_nav dl dt{width:100%; height: auto; color:#ffffff; font-size: 16px; margin-bottom:12px;}
.footer_nav dl dt a{ color:#ffffff; font-size: 16px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_nav dl dd a{display: block; color:#fff; font-size: 14px; opacity: 0.6; line-height: 30px;}
.footer_nav dl dd a:hover{opacity: 1}
.footer_ma{width:auto; float: right; padding-right: 3%; margin-top: 48px; border-left:1px solid rgba(255,255,255,0.2); padding-left: 125px}
.footer_ma h4{color:#ffffff; font-size: 16px; margin-bottom: 26px;}
.m1,.m2{width:112px; height:auto; float: left; position: relative;  }
.m1{margin-right: 48px;}
.m1 img,.m2 img{width:100%; height: auto; }
.m1 p,.m2 p{color:#fff; font-size: 14px; margin-top: 10px; text-align: center}
.copy{clear:both;width:100%;height:70px; line-height:70px;  position: relative; border-top:1px solid rgba(255,255,255,0.2); margin-top: 40px;}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#009944!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.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;}
.index_link{width:100%; height: auto; overflow: hidden; margin: 18px 0 22px}
.index_link img{float: left}
.index_link_xx{margin-left: 120px;}
.index_link_xx a{color:#666666; font-size: 16px; height: 34px; line-height: 34px; margin-right:5%; float: left; margin-bottom: 8px;}
.index_link_xx a:hover{color:#009944}






@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.footer_ma{padding-left:75px }
	
}





/*客服*/
.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:#0056a9;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}







/*内页 banner*/
.ny_banner{width:100%; height: auto; overflow: hidden; background-image: linear-gradient(to left, #009944 , #0056a9); 
    background-image: -webkit-gradient(to left, #0056a9 , #3676d6); 
    background-image: -webkit-radial-gradient(to left, #0056a9 , #3676d6); padding:50px 0 }
.ny_banner .ny_banner_left{width:70%; 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:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#0056a9}


/*内页左边导航*/
.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: #0056a9; 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: 50px; line-height: 50px; position: relative;}
.ny_left_nav .yiji li::before{ content: ""; position: absolute; height: 7px; width: 7px; background: #0056a9; left: 10px; top: 22px;}
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #000;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 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: 16px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#0056a9; font-size: 16px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#0056a9}
.ny_left_nav ul li:hover a.inactive{color:#0056a9}
.ny_left_nav ul li ul li:hover a{color:#0056a9}
.ny_left_nav ul li .inactives{color:#0056a9}
.ny_left_nav ul li ul li:hover a{color:#0056a9}
.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_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; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; margin-top:35px; }
.ny_about_info p{font-size: 16px; color: #333; line-height: 30px;  }
.ny_about_info img{max-width: 100%;}


/*产品中心*/
.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:#0056a9}
.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: #0056a9;}
.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: #0056a9;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#0056a9}
.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: #0056a9; 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: #0056a9;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:64%; 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:21%; 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 #0056a9;}
.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: #0056a9; color: #fff; border:2px solid #0056a9; }
.ny_news_list li:hover .news_time{background: #0056a9;}
.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:#0056a9;}
.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: 10px 0px; clear: both}
.keyword_light img{max-width:100%;}
.keyword_light p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; margin-top:35px; }




.contact_top,.contact_bottom{width:100%; height: auto; overflow: hidden; margin-top:10px;}
.contact_top dl,.contact_bottom dl{width:100%; height: auto; border-bottom: 1px solid #dcdcdc; margin-bottom: 40px;}
.contact_top dl:nth-child(2n),.contact_bottom dl:nth-child(2n){float: right}
.contact_top dl dt,.contact_bottom dl dt{font-size:18px; color: #000000; line-height: 30px;}
.contact_top dl dt span,.contact_bottom dl dt span{font-size: 18px; }
.contact_top dl dd,.contact_bottom dl dd{width:100%; height: 50px; }
.contact_top dl dd input,.contact_bottom dl input{width:100%; height: 100%; border: 0; font-size: 16px; color: #aaaaaa}
.contact_bottom{ margin-top: 50px;}
.ny_contact_input h3{font-size: 18px; color: #000000; line-height: 30px;}
.con_text{width:100%; height: auto; overflow: hidden;}
.con_text p{font-size:18px; color: #000000; line-height: 30px;}
.con_text textarea{width:100%; height: 140px; border: 1px solid #dcdcdc; padding:20px 10px; resize: none; margin-top: 10px; font-size: 16px; color: #aaaaaa}
.in_radio{width:100%;  height:50px; line-height: 50px;  margin-top: 10px;}
.in_radio input,.contact_zixun input{display: none}
.in_radio label,.contact_zixun label{
	background:url(../images/h_bian.png) no-repeat left center;
	color: #333;
	padding-left:28px;
	float: left;
	 margin-right: 60px;
	height: 100%; font-size: 15px; }
.in_radio input:checked + label,.contact_zixun input:checked + label{background:url(../images/hl_bian.png) no-repeat left center;}
.in_radio input:disabled + label,.contact_zixun input:disabled + label {opacity: 0.7;}
.contact_zixun{width:100%;  height:50px; line-height: 50px;  margin-top: 10px; margin-bottom:40px}
.ny_contact_input{width:100%; height: auto; overflow: hidden; margin-top:20px}
.mes_form_p{width:auto; float: left; max-width:50%; margin-top: 28px}
.mes_form_p p{width:160px; height: 52px; float: left; position: relative}
.mes_form_p p input[type="text"]{width:100%; height: 100%; border: 0; background: #eeeeee; color:#666; font-size: 16px; padding: 0 10px}
.mes_form_p a{float: left; line-height: 52px; margin-left: 10px; margin-top:0}
.c_submit{width:140px; height: 50px; display: block; margin-top: 28px; background: url(../images/cjt.png) no-repeat right center; 
	 border: 0; border-bottom: 1px solid #dcdcdc; font-size: 18px; color:#000000; text-align: left; float: right; cursor: pointer; transition: all 0.4s ease-in-out;}
.c_submit:hover{width:150px; transition: all 0.4s ease-in-out;}
.ny_contact_input h5{width:100%; line-height: 40px; color:#333333; font-size: 16px; margin-top: 40px;}
.ny_contact_input h5 span{color:#2a4ee5; font-size: 16px;}
.ny_contact_input h5 p{color:#000000; font-size: 16px; font-weight: bold; float: left}



