﻿@charset "utf-8";
*{margin:0; padding:0; list-style:none;box-sizing: border-box;}
:focus{outline:0}
body{color:#666;font-size:14px;width: 100%;}
ul li{list-style:none}
a{text-decoration:none}
a:hover{transition-duration:.6s;transition-property:color}
img{border:none}
h1,h2,h3,h4,h5,h6{font-weight:normal;}

.clr{clear:both}
.container{margin:0 auto;width:1200px}

.logo{height: 59px; float: left;}
.logo img{width:100%; height: auto; display: block}
.h_nav{width:100%;  height:95px; position: fixed; top:0; left:0; z-index:999; padding-top:20px;}
.h_nav ul.nav{width:70%;  height:54px;  position: relative; z-index: 999; float: right}
.nav .nLi{position:relative;float:left;display:inline;height:54px; line-height:54px;  width:12.5%;; text-align: center; }
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 100%;}
.nav .nLi h3 p{width:100%;height:100%}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff;font-size:17px; text-align: center }
.nav .sub{position:absolute;top:54px;left:38%; z-index:999;display:none;padding:0;width:149px;background:#f5f4f4;line-height:26px; margin-left: -60px; }
.nav .sub li{height:40px;border-bottom:1px solid #eee;text-align:center;line-height:40px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav li.active{background:url(../images/active.png) no-repeat bottom center}
.sub li:hover a{color:#032d67;}
.f_top{background: #fff; box-shadow: 1px 1px 8px rgba(0,0,0,0.2)}
.f_top h3 a{color:#333!important}
.f_top li.active {background:url(../images/active_a.png) no-repeat bottom center}



/*banner*/
.banner{height:1005px; position: relative; background: url(../images/banner1.jpg)  no-repeat center;background-attachment: fixed;  padding-top: 234px }
.banner_info{width:100%; height: auto; overflow: hidden;  text-align: center; }
.banner_info h4{font-size: 76px; color: #fff; font-weight: bold;}
.banner_info h5{font-size: 26px; color: #fff;     font-family: "Times New Roman"; margin-top: 30px;}
.banner_info p{font-size: 18px; color: #fff; margin-top:10px;}




/*简介*/
.index_about{width:100%; height:670px; background:#fff; border-radius: 300px 0 0 0; margin-top: -310px; position: relative; z-index: 9; padding-top: 120px;}
.index_about_left{width:770px; height: auto; float: left}
.index_about_left .in_about{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 28px; margin-bottom: 40px;}
.index_about_left .in_about a{font-size: 16px; color: #333333; }
.index_about_left .ab_more{width:180px;  height: 56px; border: 1px solid rgba(211,0,0,0.2); font-size: 18px; color: #032d67; text-align: center; line-height: 56px; border-radius: 30px; display: block;}
.index_about_right{width:382px; height: 381px; float: right; background: url(../images/yuan.png) no-repeat center; }
.index_about_right h4{font-size: 28px; color: #ffffff; font-weight: bold;}
.index_about_right .in_numt{font-size: 32px; color: #fff; font-weight: bold;}
.in_numt span{font-size: 120px; font-family: "Arial"}
.in_numt i{color:#fcff00; font-size: 32px; font-style: normal}
.in_abpic{width:381px; height: 381px; padding:90px 70px 0}
.index_about_left .ab_more:hover{background-image: linear-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-radial-gradient(to left, #f44615 , #f86b2d); color:#fff}





/*制度*/
.index_system{width:100%; height: auto; overflow: hidden; margin-bottom: 125px; margin-top: 80px;}
.in_ftitle{width:100%; height: auto; font-size: 33px; color: #000000; font-size: bold; margin:50px 0}
.index_system ul{width:100%; height: auto; overflow: hidden}
.index_system ul li{width:220px; height: 155px; border-radius:20px; text-align: center; float: left; margin-right: 25px; background: #fff; padding-top: 30px;}
.index_system ul li:last-child{margin-right: 0}
.index_system ul li p{font-size: 18px; color: #333333; margin-top:15px;}
.index_system ul li i{width:100%; height:44px; display: block; }
.zd_i1{background: url(../images/zd_i1.png) no-repeat center}
.zd_i2{background: url(../images/zd_i2.png) no-repeat center}
.zd_i3{background: url(../images/zd_i3.png) no-repeat center}
.zd_i4{background: url(../images/zd_i4.png) no-repeat center}
.zd_i5{background: url(../images/zd_i5.png) no-repeat center}
.index_system_p{width:100%; height: auto; overflow: hidden; margin-top:40px; font-size: 16px; color: #333333; line-height:28px;}
.index_system_p span{font-size: 16px; font-weight: bold;color: #032d67}
.index_system ul li:hover{background-image: linear-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-radial-gradient(to left, #f44615 , #f86b2d);}
.index_system ul li:hover p{color:#fff}
.index_system ul li:hover .zd_i1{background: url(../images/zd_ih1.png) no-repeat center}
.index_system ul li:hover .zd_i2{background: url(../images/zd_ih2.png) no-repeat center}
.index_system ul li:hover .zd_i3{background: url(../images/zd_ih3.png) no-repeat center}
.index_system ul li:hover .zd_i4{background: url(../images/zd_ih4.png) no-repeat center}
.index_system ul li:hover .zd_i5{background: url(../images/zd_ih5.png) no-repeat center}
.index_system ul li a{width:100%; height: 100%; display: block}






/*搜索*/
.index_sousuo{width:100%;  height:840px;  border-radius: 300px 0 0; background:url(../images/123.jpg) no-repeat; padding-top: 100px;  background-attachment: fixed; }
.index_sousuo h4{font-size: 44px; color: #ffffff; font-weight: bold;  margin: 30px 0}
.index_sousuo p{font-size: 16px; color: #fff; line-height: 40px;}
.in_ssinput{width:307px; height: 42px; border-radius: 25px; border: 1px solid rgba(255,255,255,0.2); margin-top:20px; padding: 0px 20px;}
.in_ssinput input[type="text"]{width:200px; height: 100%; float: left; background: none; border: 0; font-size: 16px; color: #fff}
.in_submit{width:40px; height: 100%; float: right; background: url(../images/ss_input.png) no-repeat center; border: 0; cursor: pointer}
.in_ssinput input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.in_ssinput input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.in_ssinput input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.in_ssinput input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  








/*集团*/
.index_huiyuan{width:100%; height: auto; overflow: hidden; margin-bottom: 60px; padding-top: 78px; border-radius: 0 300px 0 0; margin-top: -300px; background:#f3f3f3}
.in_hy_title{width:100%; height: auto; overflow: hidden; text-align: center}
.in_hy_title h3{font-size: 44px; color: #032d67; font-weight: bold;}
.in_hy_title p{font-size: 18px; color: #032d67; margin-top: 10px;}
.index_huiyuan .slideTxtBox{ width:100%; height: auto; overflow: hidden}
.index_huiyuan .slideTxtBox .hd{width:100%; height: 42px; margin: 40px 0 30px;}
.index_huiyuan .slideTxtBox .hd ul{width:auto; display: table; margin: 0px auto}
.index_huiyuan .slideTxtBox .hd ul li{ float:left; width:146px; height: 42px; border:1px solid #a6a6a6; border-radius: 25px; text-align: center; line-height: 42px; margin: 0px 5px;}
.index_huiyuan .slideTxtBox .hd ul li a{width:100%; height: 100%; display: block; color:#333333; font-size: 16px;}
.index_huiyuan .slideTxtBox .hd ul li.on{background-image: linear-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-radial-gradient(to left, #f44615 , #f86b2d); border: 0}
.index_huiyuan .slideTxtBox .hd ul li.on a{color:#fff}
.index_huiyuan .slideTxtBox .bd{width:100%; height: auto; overflow: hidden;  }
.index_huiyuan .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.index_huiyuan .slideTxtBox .bd li{width:294px; height: auto; overflow: hidden; float: left; margin-right: 8px; margin-bottom: 10px;}
.in_hy_pic{width:100%; height:auto; border: 1px solid #d2d2d2; overflow: hidden}
.in_hy_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;}
.index_huiyuan .slideTxtBox .bd li p{width:100%; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #000000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_huiyuan .slideTxtBox .bd li:nth-child(4n){margin-right: 0}
.index_huiyuan .slideTxtBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.hy_more{width:182px; height: 58px; display: block; margin: 30px auto; border-radius: 30px; color:#fff; text-align: center; line-height: 58px; background-image: linear-gradient(to left, #e11f19 , #f0590d); 
	background-image: -webkit-gradient(to left, #f44615 , #f86b2d); 
	background-image: -webkit-radial-gradient(to left, #f44615 , #f86b2d);}
.hy_more:hover{border:1px solid #e11f19; background: none; color: #e11f19}
.index_huiyuan .slideTxtBox .bd li:hover p{color:#032d67}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #fff;  background: #fff;  padding: 80px 0 60px;  border-radius: 300px 0 0}
.in_title{width:100%; height: auto; overflow: hidden;}
.in_title h3{font-size: 44px; color: #032d67; font-weight: bold;}
.in_title p{font-size: 18px; color: #032d67; margin-top: 10px;}
.index_news .slideTxtBox{ width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_news .slideTxtBox .hd{width:100%; height: 50px; line-height: 50px; border-bottom:1px solid #cccccc; }
.index_news .slideTxtBox .hd ul{ float:left; width:auto; height: 100% }
.index_news .slideTxtBox .hd ul li{ float:left; margin-right:60px;}
.index_news .slideTxtBox .hd ul li a{font-size: 21px; color: #333333; padding-bottom: 8px;}
.index_news .slideTxtBox .hd ul li.on a{border-bottom: 3px solid #032d67}
.index_news .slideTxtBox .hd a.news_more{font-size: 14px; color: #555555; float: right}
.index_news .slideTxtBox .hd a.news_more:hover{color:#e11f19}
.index_news .slideTxtBox .bd{width:100%; height: auto; margin-top: 8px;}
.index_news .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.news_bottom_one{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.news_bottom_one li{width:384px; height: auto; float: left; margin-right:24px;  }
.news_bottom_one li:last-child{margin-right: 0}
.news_bottom_one li:hover h3,.news_bottom_one li:hover p{color:#032d67}
.news_bottom_pic{width:384px; height: 258px; overflow: hidden}
.news_bottom_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;}
.news_bottom_xx{width:100%; height: auto; overflow: hidden; padding:15px 22px; background: #f3f3f3 url(../images/nicon.png) no-repeat bottom right}
.news_bottom_xx h3{width:100%; height: 30px; line-height: 30px; font-size: 16px; color: #000000;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 8px;}
.news_bottom_xx p{width:100%; height:48px; line-height: 24px; font-size: 14px; color: #777777;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_bottom_xx span{font-size: 14px; color: #fff; background:#e11f19; padding: 4px 10px; display: table}
.news_bottom_xx dl{width:100%; height: 40px; line-height:40px;}
.news_bottom_xx dl dt{font-size: 14px; color: #999999; float: left}
.news_bottom_xx dl dd{font-size: 14px; color: #999999; float: right}
.news_bottom_two{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.news_bottom_two li{width:384px; height: 32px; float: left; margin-right: 24px; line-height:32px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_bottom_two li a{font-size: 14px; color: #333333}
.news_bottom_two li:nth-child(3n){margin-right: 0}
.news_bottom_two li:hover a{color:#032d67}
.news_bottom_two li span{color:#032d67; float: left}
.news_bottom_one li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.news_bottom_one li:hover dd,.news_bottom_one li:hover dt{color:#e11f19}
.news_bottom_two li p{width:200px; height: 100%; float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_bottom_two li i{float:right;  font-size: 14px; font-style: normal}





/*底部*/
.footer{width:100%; height: 250px; overflow: hidden; background:url(../images/footer_bj.jpg) no-repeat center; padding-top:22px;}
.footer_top{width:100%; height: auto; overflow: hidden}
.f_logo{width:18%; height:auto; float: left }
.f_logo img{width:100%; height: auto; display: block}
.footer_left_nav{width:770px; height: 50px; line-height: 50px; float: right}
.footer_left_nav a{font-size: 14px; color: #ffffff;  float: left; width: 110px; text-align: center}
.footer_left_nav a:hover{background: url(../images/active.png) no-repeat bottom center}
.footer_left_nav a.active{background: url(../images/active.png) no-repeat bottom center}
.footer_left{width:913px; height: auto; float: left; margin-top: 40px;}
.footer_left_xx{width:500px; height: 40px; float: left; border: 1px solid rgba(255,255,255,0.4); text-align: center; font-size: 14px; color: #fff; line-height: 40px;border-radius: 25px;}
.footer_xiazai{float: left; width: 152px; height: 40px; line-height: 40px;  border: 1px solid rgba(255,255,255,0.4); background: url(../images/xia.png) no-repeat 100px center; font-size: 14px; color: #fff;  padding-left: 30px;border-radius: 25px; margin-left: 25px;}
.footer_xiazai a{ font-size: 14px; color: #fff; }
.footer_ly{float: left; width: 152px; height: 40px; line-height: 40px;  border: 1px solid rgba(255,255,255,0.4); background: url(../images/ly.png) no-repeat 100px center; font-size: 14px; color: #fff;  padding-left: 30px;border-radius: 25px; margin-left: 25px;}
.footer_ly a{ font-size: 14px; color: #fff; }
.footer_rpic{width:276px;  height: auto;  float: right; margin-top: 20px;}
.footer_rpic_wx{width:110px; height: auto; float: left; text-align: center; margin-left: 28px;}
.footer_rpic_wx img{width:110px; height:110px; display: block;}
.footer_rpic_wx p{font-size: 14px; color:#fff; line-height: 30px}
.copy_l{width:100%;  font-size: 14px; color: #fff; margin-top: 20px;}
.copy_l a{font-size: 12px; color: #fff}
.footer_zhichi{width:100%; height:auto; overflow: hidden;  }
.footer_zhichi p{ width: auto;  font-size: 12px; color:#999; height:40px; float: left; line-height: 40px}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}

.footer_xiazai:hover{background: #fff url(../images/xia_h.png) no-repeat 100px center;}
.footer_xiazai:hover a,.footer_ly:hover a{color:#e11f19}
.footer_ly:hover{background: #fff url(../images/xia_h.png) no-repeat 100px center;}




/*客服*/
.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:#032d67;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}

/*内页*/
.ny_info{width:100%; height: auto;  overflow: hidden; margin-bottom:50px; margin-top:40px;}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center;}
.shdj_ban{background:url(../images/shdj_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;}
.shzc_ban{background:url(../images/shzc_ban.jpg) no-repeat center;}
.shgk_ban{background:url(../images/shgk_ban.jpg) no-repeat center;}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center;}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center;}


.ny_info .container{ height: auto; overflow: hidden; background: #fff;    line-height: 28px;    font-size: 16px;}
.ny_banner{width:100%; height:350px; text-align: center;padding-top:150px; }
.ny_banner h4{font-size: 36px; color: #fff; font-weight: bold;  line-height: 50px; margin-bottom: 10px;}
.ny_banner p{width:100%; line-height: 30px; font-size: 18px; color: #fff;}
.ny_info_nav{width:100%; height:auto; margin-top:20px; }
.ny_info_nav ul{ height: auto; width:1200px; overflow:hidden; margin:0px auto;}
.ny_info_nav ul li{width:166px; height: 56px; float: left; text-align: center; line-height: 56px; font-size:16px; color: #032d67; margin-right: 2.3px; background: #eee; margin-bottom:10px;}
.ny_dshdt_nav li{width:169px!important;}
.ny_info_nav ul li:last-child{margin-right: 0px;}
.ny_info_nav ul li a{font-size: 16px; color: #333;}
.ny_info_nav ul li:hover,.ny_info_nav ul li.active{background: #032d67;}
.ny_info_nav ul li:hover a,.ny_info_nav ul li.active a{color:#fff;}
.ny_banner_info{width: 100%; height: auto; overflow: hidden;   background: #fff;}
.ny_fbt{width:1200px; height: 56px; line-height: 56px; border-bottom: 1px solid #dddddd; text-align: right; margin: 0px auto; }
.ny_fbt p{font-size: 14px;line-height: 56px; color: #032d67; display:table; float:right }
.ny_fbt p a{font-size: 14px; color: #032d67;}
.ny_fbt p a:hover{font-weight: bold;}
.ny_fbt p img{margin-right:10px; margin-top:14px; float:left;}

/*关于我们*/
.ny_about_left{width:890px; height: auto; overflow: hidden; float: left; font-size:16px; color: #777777; line-height: 28px; border-right:1px solid #dddddd; padding-right: 24px; }
.ny_about_left h4{font-size: 30px; color: #333333; font-weight: bold; text-align: center; margin-bottom: 30px;}
.ny_about_left img{max-width: 100%;}


/*荣誉资质*/
.ny_info_all{width:100%; height: auto; overflow: hidden; margin-bottom:40px; }
.ny_info_left{width:840px; height: auto; overflow: hidden; float: left; border-right:1px solid #dddddd; padding-right: 24px;}
.ny_info_left h4{font-size: 30px; color: #333333; font-weight: bold; text-align: center}
.ny_honor ul{width:100%; height: auto; overflow: hidden; margin-top:35px;}
.ny_honor ul li{width:265px; height: auto; float: left; margin-bottom:20px; margin-right:10px;}
.ny_honor ul li .honor_pic{width:265px; height: 200px; border: 1px solid #dddddd; overflow: hidden}
.ny_honor ul li img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor ul li p{width:100%; height: 40px; line-height:40px; font-size: 16px; color: #333333; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_honor ul li:nth-child(3n){margin-right: 0;}
.ny_honor 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_info_right{width:286px; height:auto; float: right; overflow: hidden}
.info_hotnews{width:100%; height: auto; overflow: hidden; margin-top: 19px; border-bottom: 1px solid #dddddd; padding-bottom: 10px;}
.info_hotnews .hot_pic{width:100%; height: 215px; overflow: hidden}
.info_hotnews .hot_pic img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.info_hotnews h4{width:100%; height: 40px; line-height: 40px; margin-top: 5px; font-size: 20px; color: #032d67; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.info_hotnews p{width:100%; height: 90px; line-height: 28px; font-size: 16px; color: #777777;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_info_right ul{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.ny_info_right ul li{width:100%; height: 40px; line-height: 40px; background:url(../images/l_jt.png) no-repeat left center; padding-left: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_info_right ul li a{font-size:16px; color: #555555;}
.ny_info_right ul li:hover a{color:#032d67}
.info_hotnews:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.info_hotnews:hover p{color:#032d67}
.ny_honor ul li:hover p{color:#032d67}



/*新闻*/
.ny_news_top{width:100%; height: 300px; overflow: hidden}
.ny_news{width:100%; height: auto; overflow: hidden}
.ny_news ul{margin-bottom:20px;}
.ny_news li{width:100%; height: 112px; overflow: hidden; border: 1px solid #dddddd; padding:16px 15px 0; margin-top: 19px;}
.ny_news li .ny_news_info{width:100%; height: 40px; overflow: hidden}
.ny_news li .ny_news_info h4{width:820px; height: 40px; line-height: 40px; float: left; font-size: 20px; color:#032d67; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news li .ny_news_info span{font-size: 16px; color: #777777; float: right; line-height:40px;}
.ny_news li p{width:100%; height:32px; font-size: 16px; color: #777777; line-height:32px;}
.ny_news_top .slideBox{width:100%; height:300px; overflow:hidden; position:relative; }
.ny_news_top .slideBox .hd{width:400px; height:25px; position: absolute; left:0; bottom:0}
.ny_news_top .slideBox .hd ul{width:auto; float: right}
.ny_news_top .slideBox .hd ul li{ float:left; margin-right: 10px; width:15px; height:15px; background:#fff; cursor:pointer; border-radius: 50% }
.ny_news_top .slideBox .hd ul li.on{background:none; border: 2px solid #fff; }
.ny_news_top .slideBox .bd{width:100%; height: auto; overflow: hidden}
.ny_news_top .slideBox .bd li{width:100%; height:300px; }
.news_img{width:446px; height: 300px; float: left}
.news_img img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_info{width:730px; height: 300px; float: right}
.news_info h4{width:100%; height: 40px; line-height: 40px; font-size: 24px; color: #032d67; font-weight: bold; margin: 15px 0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.news_info span.r_riqi{font-size: 16px; color: #777777;}
.news_info p{width:100%; height:90px; font-size: 16px; color: #777777; line-height: 28px; margin:25px 0}
.r_more{width:152px; height: 50px; background: #032d67; color: #fff; display: block; text-align: center; line-height: 50px; font-size: 16px;}
.ny_news li:hover{border:1px solid #032d67}
.keyword_light video{width:500px;height:300px; margin:0px auto; display:block;}
.index_one{width:100%; height: auto; overflow: hidden; margin-bottom: 28px;}
.index_one_right{width:286px; height: auto; float: right}
.index_one_t{width:100%; height: 31px; border-bottom: 1px solid #dddddd}
.index_one_t h3{width:107px; height: 31px; background:url(../images/nav_bjs.png) no-repeat; padding-left: 10px; line-height: 31px; color: #ffffff; font-size: 20px; float: left}
.index_one_t a{font-size: 14px; color: #032d67; float: right; line-height: 32px;}
.index_one_t a:hover{color:#032d67;font-weight: bold;}


/*集团风采*/
.ny_product_all{width:100%; height:auto; overflow:hidden}
.ny_product_all ul{width:100%; height:auto; overflow:hidden; margin:20px 0}
.ny_product_all ul li{width: 294px; height: auto; overflow: hidden; float: left; margin-right: 6px; margin-bottom: 10px;}
.ny_product_all ul li h5{width:100%; height:40px; line-height:40px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-size:16px; color:#333; text-align:center}
.ny_solution_img{width:100%; height:auto; overflow:hidden; border:1px solid #eee}
.ny_solution_img img{width:100%; height:auto; display:block;}






/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden}
.about_d1{width:600px; float: left; height: auto}
.nycont-bot p{ line-height: 36px;font-size: 16px; color: #555;}
.ny_contact .ewm-li > div{ background: #fff; border:1px solid #d5d5d5; }
.foottb-r{float: right}
.ny_contact .foottb-r h3{ color: #444; }
.ny_contact .foottb-r p{ color: #444; text-align:center}
.ny_contact .foottb-r > p:before{ background: #d5d5d5; }
.ewm-li{ float:left; margin-left:10px; }
.ewm-li div{width:128px; height: 128px; }
.ewm-li div > img{ display: block; width:100%; height: 100%;  }



/*网站地图*/
.main{ width: 100%; margin: 50px auto; }
.main ul{ background: url(../images/4-2.jpg) 36px top repeat-y; padding: 30px;list-style: none}
.main li{ margin-bottom: 40px;list-style: none}
.main li h2{ font: 18px/32px "microsoft yahei"; background: url(../images/16-16.jpg) left center no-repeat; margin-bottom: 10px;}
.main li p{ font: 14px/22px "microsoft yahei";}
.main li p span{ color: #666;}
.main li p a{ color: #666; margin-right: 40px;}
.main li h2,.main li p{ padding-left: 40px;}
.go_black{width: 90px; height: 30px; background: #032d67; color: #fff; text-align: center;  line-height: 30px; border-radius: 5px;}
.mfan{width:40px; height:40px;  z-index:999; border-radius:50%; text-align:center; background:#032d67 url(../images/fx.png) no-repeat center;background-position: -27px -45px;     margin: -10px auto 0;
    z-index: 999;  position: relative;}


/*资料下载*/
.download_con{float: left;width: 588px;  margin-bottom: 16px; height: 72px; background: #f8f8f8; position: relative; margin-right: 20px;}
.download_con .fujian_a{ font-size: 16px; line-height: 72px; padding-left: 20px; color:#333; width:80%; height:72px; text-overflow:ellipsis; overflow:hidden;  white-space:nowrap}
.download_con p a{ display: block; height: 32px; line-height: 32px; width: 80px; position: absolute; right: 20px; top: 20px; background: #032d67; color: #fff; text-align: center; border-radius: 5px;}
.download_con:nth-child(2n){float:right; margin-right:0}


	