/* CSS Document */
@font-face{
     font-family: '方正正黑简体'; 
     src:url('../font/方正正黑简体.ttf') format('truetype'),
}
*{margin:0; padding:0; list-style:none; font-family: "微软雅黑"; box-sizing:border-box;}

body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
	min-width:1400px;
	background-color:#fff;
}

ul{
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	padding:0px;
}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


/*头部*/
header{ height:100px; width: 100%; padding-top: 20px; }
.headerLeft{width:357px; height: 54px; float: left}
.headerLeft img{width:100%; height: auto; float: left}
.headerText { width: 400px;float: left;margin-top:15px;margin-left: 8px; }
.headerText h2 {font-size: 30px; font-weight: bold; color: #333; height: 35px; line-height: 35px; }
.headerText p{height:16px; color: #666666}
.headerRight{height: 100%;float: right }
.headerRight p {line-height: 26px; color: #777777; font-size: 16px; background: url(../images/dhs.png) no-repeat left center; padding-left: 25px;}
.headerRight h2 { font-size:18px; color: #2d66d9; font-weight:bold;}


/* 导航栏 */
#menu{height:70px;width: 100%;background: #2d66d9}
#menu .nav{ position:relative; z-index:1;  margin: 0 auto; width: 1200px; height: 70px;}
#menu .nav a{ color:#333333;}
#menu .nav .nLi{ float:left; display:inline; height: 100%; width:133px; position: relative; background: url(../images/b_x.png) no-repeat right center }
#menu .nav .nLi:last-child{background: none;}
#menu .nav .nLi h3{width:110px; height:30px;  line-height: 26px; text-align: center; margin:19px auto 0; }
#menu .nav .nLi h3 a{font-size:14px; z-index: 2; color:#fff; }
#menu .nav .sub{display:none; width:100%; left:0; top:70px;  position:absolute; background:#ddd;  line-height:36px; }
#menu .nav .sub li{width:100%; height: 36px; line-height:36px;}
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 14px;  color:#222e48;}
#menu .nav .sub a:hover{ color:#2d66d9; background: #ffffff;  }
.nLi > h3 > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .nLi .sub a:hover{ color:#2d66d9;}
#menu .nav .on h3{ background: url(../images/nav.png) no-repeat;color: #2d66d9}
#menu .nav .on h3 a{color:#2d66d9}
#menu .nLi:hover h3{background: url(../images/nav.png) no-repeat;color: #2d66d9}
#menu .nLi:hover h3 a{color:#2d66d9;display: block;}


/*banner*/
.banner{width:100%;height:530px}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:530px}
.banner .slideBox .hd{position:absolute;right:50%;bottom:25px;z-index:1;overflow:hidden;margin-right:-58px;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:20px;height:20px;border:1px solid #fff;border-radius:50%;cursor:pointer}
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:530px;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%}
.banner .slideBox .bd img{display:block;width:100%;height:100%}


/*热门搜索*/
.index_search{width:100%; height: 62px;}
.index_search .index_search_left{width:940px; height: 100%; float: left; line-height: 62px;}
.index_search .index_search_left p{font-size: 16px; color:#4d4d4d; float: left; background: url(../images/hot.png) no-repeat center left; padding-left: 55px; width: 140px;}
.search_h{width:800px; float: left; height: 100%; overflow: hidden;}
.search_h a{font-size: 16px; color: #777777; margin: 0px 15px;}
.search_h a:hover{color:#2d66d9}
.index_search_right{width:220px; height: 33px;  float: right; background: #f0f0f0; margin-top: 15px;}
.index_search_right input[type="text"]{width:185px; height: 31px; display: block; float: left; border: 0px; background: none; color:#777777; font-size: 14px; padding-left: 8px;}
.index_search_right .sear_input{width:33px; height: 31px; background: url(../images/souSuo.png) no-repeat center; border: 0; cursor: pointer}



/*产品*/
.index_product{ width: 100%;height:690px;background:#f0f0f0; padding-top: 70px; }
.productTitle{width:100%; height: auto; overflow: hidden; text-align: center}
.productTitle h3{font-size: 28px; color: #4d4d4d; height:35px; line-height: 35px;}
.productTitle p{font-size: 16px;color:#777777; text-align: center; height: 35px; line-height: 35px;}
.Box{width:100%; height: 519px; margin-top:28px;}
.Box .Box_con {position: relative; width: 1200px; margin: 0px auto;}
.Box .Box_con .conbox {position: relative;overflow: hidden; width:100%; }
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;height:435px; margin-left:30px;overflow: hidden; position: relative;z-index: 9; width: 380px;}
.Box .Box_con .conbox ul li a{width:100%; height: 100%; display: block; overflow: hidden}
.con_pic{width:380px; height: 390px; overflow: hidden; position: relative}
.con_pic img{width:100%; height:auto; align-items: center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.con_pic i{width:100%; height: 100%; background:rgba(0,0,0,0.66); position: absolute; top: 0px; left:0px; }
.pro_lei{width:320px; height: 240px; background: #fff; position: absolute; bottom:0px; left:50%; margin-left: -160px; z-index: 2; text-align: center; padding: 22px;}
.lan_icon{width:64px; height: 64px; background: #2d66d9; border-radius: 50%; display: flex; align-items: center; margin: -54px auto 0; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.lan_icon img{align-items: center; margin: 0px auto;  }
.pro_lei h4{font-size: 20px; color: #4d4d4d; height: 35px; line-height: 35px; margin: 20px 0 15px; font-weight: bold;}
.pro_lei p{width:100%; height:58px; line-height: 30px; font-size: 14px; color: #777777; margin-bottom:25px;}
.pro_lei span{font-size:32px; color: #a1a1a1; }
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li:hover .con_pic img{transform: scale(1.1);}
.Box .Box_con .btn {display: block;width:40px;height:40px;cursor: pointer;  text-align: center; position: absolute;top: 50%; margin-top: -20px;}
.Box .Box_con .btnl {background: url(../images/p_left.png) no-repeat; left:-75px; }
.Box .Box_con .btnr {background: url(../images/p_right.png) no-repeat;  right:-75px; }
.Box .Box_con .btnl:hover{background: url(../images/p_hleft.png) no-repeat;}
.Box .Box_con .btnr:hover{background: url(../images/p_hright.png) no-repeat;}
.Box .Box_con .conbox ul li:hover span{color:#2d66d9}
.Box .Box_con .conbox ul li:hover .lan_icon{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}


/*产品展示*/
.index_proshow{width:100%; height: 750px; background: #2d66d9; padding-top: 70px; }
.index_proshow_list{width:1170px; height: auto; float: left; margin-top: 36px;}
.index_proshow_list li{ height:250px;}
.index_proshow_list a,.index_proshow_list a:link,.index_proshow_list a:visited{color:#fff;}
.index_proshow_t{width:100%; height: auto; overflow: hidden; text-align: center}
.index_proshow_t h3{font-size: 28px; color: #fff; height:35px; line-height: 35px;}
.index_proshow_t p{font-size: 16px;color:#fff; text-align: center; height: 35px; line-height: 35px;}
.proshow_1{width:380px; height: 460px; background: #fff; float: left; margin-bottom: 28px; margin-right: 30px;}
.proshow_1 img{width:100%; height: auto; overflow: hidden; transform: scale(1.05);  transition: all 1s ease 0s; -webkit-transform: scale(1.05);  -webkit-transform: all 1s ease 0s;}
.proshow_t{width:100%; height:120px; padding: 30px 20px;}
.proshow_t p{font-size: 20px; color: #4d4d4d; line-height: 28px;float: left}
.proshow_t i{width:25px; height:25px; line-height:22px; font-size: 23px; text-align: center; font-weight: bold;  border-radius: 50%; background: #bebebe; color: #fff; display: block; font-style: normal; text-align: center;float: right;  margin-top:15px;}
.proshow_1 h4{width: 100%; height: 60px; line-height: 60px; color: #777777; font-size: 16px; text-align: center}
.proshow_pic{width:100%; height: 280px; position: relative;overflow: hidden}
.proshow_link{width:100%; height: 100%; position: absolute; top:0; left:0px; background-size: 100% 100%; background: url(../images/link.png) no-repeat;opacity: 0;     -webkit-transform: scale(.5); transform: scale(.5); -webkit-transition: all .35s ease;  transition: all .35s ease;}
.proshow_f{width:380px; height: 280px; float: left;overflow: hidden; position: relative; margin-right: 30px;}
.proshow_f img{width:100%; height: 100%; transform: scale(1.05);  transition: all 1s ease 0s; -webkit-transform: scale(1.05);  -webkit-transform: all 1s ease 0s;}

.index_proshow_right{width:380px;  height: 100%; float: right;  margin-top: 36px;}
.index_proshow_right .proshow_1,.index_proshow_right .proshow_f{margin-right: 0}
.index_proshow_right .proshow_f{margin-bottom: 28px;}
.proshow_1:hover .proshow_t i{background:#143e93}
.proshow_1:hover h4{background: #143e93;color: #fff}
.proshow_1:hover .proshow_link,.proshow_f:hover .proshow_link{ -webkit-transform: scale(1); transform: scale(1); opacity: 1;}
.proshow_1:hover img,.proshow_f:hover img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s;}
 




/*流程*/
.index_advan{width:100%; height: auto; overflow: hidden; padding-top: 70px; margin-bottom:40px; }
.index_advan_li{width:1080px; height:312px; overflow: hidden; background: url(../images/adv_bj.png) no-repeat center; position:relative; margin: 35px auto 0;}
.advan_ul1 .advan_liyuan{width:106px; height: 137px; background: url(../images/dt2.png) no-repeat; text-align: center;padding:13px 12px;}
.advan_byuan{width:82px; height:82px; background: #fff; border-radius: 50%; padding: 10px;}
.advan_byuan p{font-size: 14px; color: #777777}
.index_advan_li ul{width:100%; height:163px;  position: absolute; z-index: 9}
.index_advan_li ul li{ width:106px; height: 163px;  float: left}
.index_advan_li ul li span{width:10px; height:10px; border-radius: 50%; border: 2px solid #bebebe; background: #fff; display: block; margin: 10px auto 0; z-index: 999}
.index_advan_li .lian{width:980px; height: 1px; background: #bebebe;  z-index: 2; margin: 152px auto 0}
.advan_ul2 .advan_liyuan{width:106px; height: 137px; background: url(../images/dt3.png) no-repeat; text-align: center;padding:13px 12px;}
.ad_2{margin-left:280px;}
.ad_3{margin-left:280px;}
.ad_4{margin-left: 194px;}
.ad_5{margin-left: 280px;}
.ad_6{margin-left: 288px;}
.advan_ul1{top: 0px; left:0}
.advan_ul2{top:138px; left:0}
.advan_ul2 .advan_byuan{margin-top: 30px;}
.advan_ul2 .advan_liyuan{margin-top: 10px;}
.index_advan_li ul li i{display: block; margin: 5px auto;}
.i1{background: url(../images/ic1.png) no-repeat; width: 30px; height: 29px;}
.i2{background: url(../images/ic2.png) no-repeat; width: 29px; height: 29px}
.i3{background: url(../images/ic3.png) no-repeat; width: 29px; height: 29px}
.i4{background: url(../images/ic4.png) no-repeat; width: 28px; height: 27px}
.i5{background: url(../images/ic5.png) no-repeat; width: 28px; height: 27px}
.i6{background: url(../images/ic6.png) no-repeat; width: 23px; height: 29px}
.advan_ul1 li:hover .advan_liyuan{background: url(../images/dt1.png) no-repeat;}
.advan_ul2 li:hover .advan_liyuan{background: url(../images/dt4.png) no-repeat;}
.index_advan_li ul li:hover p{color:#2d66d9}
.index_advan_li ul li:hover .i1{background: url(../images/ic1_h.png) no-repeat; }
.index_advan_li ul li:hover .i2{background: url(../images/ic2_h.png) no-repeat; }
.index_advan_li ul li:hover .i3{background: url(../images/ic3_h.png) no-repeat; }
.index_advan_li ul li:hover .i4{background: url(../images/ic4_h.png) no-repeat; }
.index_advan_li ul li:hover .i5{background: url(../images/ic5_h.png) no-repeat; }
.index_advan_li ul li:hover .i6{background: url(../images/ic6_h.png) no-repeat; }
.index_advan_li ul li:hover span{border: 2px solid #2d66d9; }



/*案列*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/case_bj.png) no-repeat top center;padding-top: 100px; }
.index_case ul{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.index_case ul li{width:380px; height: 280px; overflow: hidden;position:relative; float: left; margin-bottom: 28px;}
.index_case ul li img.case_pic{width:100%; height: 100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case ul li .case_info{width:100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; position: absolute; top:0px; left:0; opacity: 0; padding-top: 100px;
	transition: .6s;}
.index_case ul li .case_info h4{font-size: 24px;color: #fff; font-weight: bold; height: 35px; line-height: 35px;}
.index_case ul li p{font-size: 16px; color: #fff; height: 35px; line-height: 35px; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case ul li .case_info img{width:18px; height: 18px; display: block; margin: 15px auto;}
.index_case ul li:nth-child(3n){margin-right: 0}
.index_case ul li:hover .case_info{opacity: 1}

.case_more{width:auto; display: table; margin: 12px auto;}
.case_more a{width:146px; height: 40px; float: left; margin: 0px 10px; background: url(../images/a_bj.png) no-repeat; text-align: center; line-height: 40px; font-size: 14px; 
	color: #fff}
.case_more a:hover{background: url(../images/a_hbj.png) no-repeat}
.index_case ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*关于我们*/
.index_about{width:100%; height:auto; overflow:hidden; margin-top: 80px;}
.index_about_info{width:100%; height: 500px;  background:url(../images/about_bj.jpg) no-repeat center; margin-top: 32px;  padding-top: 70px; }
.slideTxtBox{ width:100%; height: auto; padding-top: 30px; }
.slideTxtBox .hd{width:140px; height:auto; float: right }
.slideTxtBox .hd ul{width:100%; height: 100%;}
.slideTxtBox .hd ul li{ width: 100%; height: 52px; line-height: 52px;  margin-bottom: 28px; cursor: pointer}
.slideTxtBox .hd ul li h3{ font-size: 14px; color: #777777}
.slideTxtBox .hd ul li.on h3{color:#fff}
.slideTxtBox .bd{width:898px; height: 100%; float: left}
.slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.slideTxtBox .bd li{width:100%; height: auto; overflow: hidden}
.slideTxtBox .bd li h3{width:100%; height: 32px; line-height: 32px; font-size: 24px; color: #ffffff; }
.slideTxtBox .bd li p{width:100%; height: 140px; color: #fff; font-size: 16px; line-height:34px; margin-top: 48px; overflow: hidden}
.slideTxtBox .bd li img{margin-top: 46px;}
.hd_more{width: 100%; height: 52px; line-height: 52px; background:#fff url(../images/a4.png) no-repeat 28px center; padding-left:55px;}
.hd_more a{color:#777; font-size: 14px; width: 100%; height: 100%; display: block}
.hd_1{background:#fff url(../images/a1.png) no-repeat 28px center; padding-left:55px;}
.hd_2{background:#fff url(../images/a2.png) no-repeat 28px center; padding-left:55px;}
.hd_3{background:#fff url(../images/a3.png) no-repeat 28px center; padding-left:55px;}
.slideTxtBox .hd ul li.on.hd_1{background:#2d66d9 url(../images/a1_h.png) no-repeat 28px center; color: #fff;}
.slideTxtBox .hd ul li.on.hd_2{background:#2d66d9 url(../images/a2_h.png) no-repeat 28px center; color: #fff;}
.slideTxtBox .hd ul li.on.hd_3{background:#2d66d9 url(../images/a3_h.png) no-repeat 28px center; color: #fff;}
.hd_more:hover{background:#2d66d9 url(../images/a4_h.png) no-repeat 28px center;}
.hd_more:hover a{color:#fff}

/*荣誉资质*/
.index_honor{width:100%; height: auto; overflow: hidden; background: #f0f0f0; padding-top: 70px; padding-bottom: 66px;}
.honor_box{width:100%; height:270px; margin-top:28px;}
.honor_box .Box_con {position: relative; width: 1200px; margin: 0px auto;}
.honor_box .Box_con .index_honor_list {position: relative;overflow: hidden; width:100%; }
.honor_box .Box_con .index_honor_list ul {position: relative;list-style: none;}
.honor_box .Box_con .index_honor_list ul li{float: left;height:268px; margin-left:18px;overflow: hidden; position: relative;z-index: 9; width:185px; border: 3px solid #2d66d9}
.honor_box .Box_con .index_honor_list ul li a{width:100%; height: 100%; display: block; overflow: hidden}
.honor_pic{width:100%; height:100%; overflow: hidden; position: relative}
.honor_pic img{width:100%; height:100%; align-items: center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.honor_box .Box_con .index_honor_list ul li:first-child {margin-left: 0;}
.honor_box .Box_con .index_honor_list ul li:hover img{transform: scale(1.1);}
.honor_box .Box_con .btn {display: block;width:40px;height:40px;cursor: pointer;  text-align: center; position: absolute;top: 50%; margin-top: -20px;}
.honor_box .Box_con .btnl {background: url(../images/p_left.png) no-repeat; left:-75px; }
.honor_box .Box_con .btnr {background: url(../images/p_right.png) no-repeat;  right:-75px; }
.honor_box .Box_con .btnl:hover{background: url(../images/p_hleft.png) no-repeat;}
.honor_box .Box_con .btnr:hover{background: url(../images/p_hright.png) no-repeat;}






/*新闻*/
.index_news {width:100%; height: auto; overflow: hidden; padding-top: 70px; }
.tab-menu{width:100%;height:50px; line-height: 50px; }
.tab-menu ul{ display: table; margin: 30px auto 0;  width: auto; height: 50px;}
.tab-menu li {width:160px; height: 50px; line-height: 50px; text-align: center; background: #f0f0f0; float: left; margin: 0px 19px;}
.tab-menu li a{font-size: 16px; color: #777}
.tab-menu li.active a{color:#fff;}
.tab-menu li.active,.tab-menu li:hover{background: #2d66d9}
.tab-menu li:hover a{color:#fff;}


.index_news_list{width:100%; height: auto; overflow: hidden}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.index_news_top dl{width:380px; height: auto; float: left}
.index_news_top dl dt{width:380px; height: 280px; overflow: hidden}
.index_news_top dl dt img{width:100%; height: 100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_top dl dd{width: 100%; height: 60px; background: #f0f0f0; line-height: 60px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 16px; color: #777777}
.index_news_top dl:hover dt img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_top dl:hover dd{background:#2d66d9; color: #fff}
.index_news_top ul{width:787px; height: auto;  overflow: hidden; float: right}
.index_news_top ul li{width:100%; height:160px; background: #f0f0f0; padding: 18px;}
.index_news_top ul li .news_pic{width:168px; float: left; height: 100%;}
.index_news_top ul li .news_pic 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{margin-left: 180px;}
.news_info h3{width:100%; height: 30px; line-height: 30px; font-size: 16px; color: #4d4d4d;}
.news_info p{width:100%; height: 48px; line-height: 24px; font-size: 14px ;color: #777777; margin: 10px 0}
.news_info span{font-size:14px; color: #777777;}
.index_news_top ul li:first-child{margin-bottom: 20px;}
.index_news_ul{width:100%; height: auto; margin-top:30px; }
.index_news_ul li{width:382px; height: 60px; background: #f0f0f0; float: left; margin-bottom:22px; padding: 0px 10px; margin-right:27px;}
.index_news_ul li h3{width:270px; height: 60px; line-height: 60px; background: url(../images/xians.png) no-repeat left center; padding-left: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left;font-size: 14px; color: #777}
.index_news_ul li span{font-size: 12px; color: #777777; float: right; line-height: 60px;}
.index_news_ul li:nth-child(3n){margin-right: 0px;}
.index_news_ul li:hover h3,.index_news_ul li:hover span{color:#2d66d9}
.index_news_top ul li:hover{background: #2d66d9}
.index_news_top ul li:hover h3,.index_news_top ul li:hover span,.index_news_top ul li:hover p{color:#fff;}



/*底部*/
.foot1{width:100%; height: auto; overflow: hidden; background: #2d66d9; padding-top:70px; padding-bottom:18px; margin-top:40px;}
.footer_left{width:368px; height: auto; overflow: hidden; float: left}
.foo_icon{margin-bottom: 20px;}
.footer_left p{width:100%; height: 45px;line-height: 45px; font-size: 16px; color: #FFFFFF; overflow: hidden}
.footer_left p img{float: left; margin-top:15px; margin-right:10px;}
.footer_left p span{font-size: 24px; color: #fff}
.footer_left p a{font-size: 16px; color: #FFFFFF;}
.footer_left p a:hover{text-decoration: underline}
.footer_nav{width:170px; height: auto; overflow: hidden;  float: left; margin-left: 170px; margin-top: 10px;}
.footer_nav h4,.footer_top_right h4{font-size: 16px; color: #fff; font-weight: bold;}
.footer_nav h4 i,.footer_top_right h4 i{font-size: 40px; font-weight: normal }
.footer_nav h4 span,.footer_top_right h4 span{font-weight: normal}
.footer_navlist{width:100%; height: auto; overflow: hidden; margin-top:9px;}
.footer_navlist a{width:75px; height: 32px; line-height: 32px; font-size: 16px; float: left; margin-right: 10px; color: #fff}
.footer_navlist a:hover{font-weight: bold;}
.footer_top_right{width:348px;  display: block; overflow: hidden; float: right; margin-top:10px;}
.footer_top_right .footer_img{width:148px; height:108px; float:left;  background: #fff;padding:6px 0 6px 6px; margin-top: 20px;}
.f_wx{width:148px; height:108px; float:right;  background: #fff;padding:6px 0 6px 6px; margin-top: 20px;}
.footer_img img,.f_wx img{width:94px; height:100%; float: left}
.footer_img p,.f_wx p{width:20px; height: 100%; float: left;writing-mode:tb-rl;font-size: 14px; color: #777777;padding-top:14px;}
.footer_ban{width:100%; height:82px; line-height:82px; background: #1246b0;}
.footer_zhichi{width:428px; height:100%;  float: right}
.footer_zhichi p{ width:auto; float: left; margin-left: 20px; font-size: 12px; color:#999999;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:29px; }
.footer_zhichi .js{width:107px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:29px;}
.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: 16px; color: #fff;}
.footer_zhichi i{ float: left;}

.f_brq{width:auto;height:100%;font-size: 16px; color:#fff; float: left}
.f_brq a{color:#fff}
.foot2 {width: 100%;height: 50px; }
.foot2 p{width:107px; float: left; height:50px; line-height: 50px; color: #fff;}
.foot2 p img{margin-right:8px; float: left; margin-top: 15px;}
.lianJie { height: 100%; width: 1078px; float: left}
.lianJie li {float: left;width:auto; height: 50px;line-height: 50px; margin-right: 15px;}
.lianJie li a { color: #fff;display: inline-block;font-size: 16px; font-weight: bold; }
.lianJie li:hover a{text-decoration: underline}
.footer_navlist a:link,.footer_navlist a:visited{ color:#fff;}

#container0{
	width:100%;
	float:left;
	background-image: url(../images/bg_grid.png);
}

#navsub {
    overflow: hidden;
    _width: 100%;
    width: 100%;
    margin: auto;
	border-bottom: 0px solid #DDDDDD;
	height:50px;
	background-color:#f2f2f2;
}

#navsub .m {
    text-align: left;
    line-height: 50px;
    height: 25px;
	width:1089px;
	margin:auto;
}

.lframe {
    margin-bottom: 4px;
    margin-right: 5px;
    _width: 100%;
}
.lframe .tm {height:70px;line-height:70px;background:#2d66d9; font-family:"微软雅黑"; border:0px; }
.lframe span.tt {font-size:18px;color:#fff; padding-left:50px;}
.lframe .mm {padding:0px;border:0px}
.sList {list-style:none outside none;padding:0;margin:0; height:640px; background-color:#f6f6f6}
.sList li {list-style:none outside none;height:40px; border-bottom:1px #CCC dotted;}
.sList a:link, a:visited {
    color: #313131;
    text-decoration: none;
}

.sList a:hover{
    color: #ba1a1a;
    text-decoration: none;
}
.sList a {line-height:40px; font-family:"微软雅黑"; font-size:14px;padding-left:40px; background-image:none;}

.aTitle {
    font-size:22px;
    font-weight:normal;;
    position: relative;
    padding-top: 10px;
}

.mframe .mm {
    background: #fff;
    padding: 3px;
    border:0px solid #ace;
    border-top: 0;
}

#content {
    font-size: 14px;
    line-height:36px;
    margin: 20px auto;
    width:100%;
    text-align: justify;
	font-family:"微软雅黑"
}

.mframe .tm {
    height: 25px;
    line-height: 25px;
    background:none;
	border:0px;
	margin:20px auto;
	text-align: center; 
}

.mframe .tm a{
	color:#2b2b2b;
	padding:0px 4px;
	font-family:"微软雅黑";
	font-size:14px;
}

.mframe span.tt {
    font-size:22px;
    color: #2b2b2b;
    font-weight:normal;
	
}

.mframe .mm {
    background: #fff;
    padding: 0px;
    border: 0px solid #ace;
    border-top: 0;
	margin-top: 0px;
}

.content3_content a:link, .content3_content a:visited {
    color: #fff;
    text-decoration: none;
}

.content3_content .time .dateR{
    color: #fff;
    text-decoration: none;
}

ul.nl li {
    line-height: 30px;
    padding-left: 0px;
    background:none;
}

.container3_btn{
	padding-top:10px;
}

.list2_news, .list2_date{
	height:50px;
	line-height:50px;
	border-bottom:1px dashed #eee;
	color: gray;
	
}

.summary a.nLink {
    line-height: 40px;
    background-image: none;
    padding-left: 13px;
    color: #818181;
    font-size: 16px;
}
.gray {
    color:#2b2b2b;
    text-decoration: none;
    font-size: 12px;
}

.summary .title {
    font-size: 14px;
    font-weight:normal;
    background: #f9f9f9;
    padding: 2px;
    overflow: hidden;
    position: relative;
}

.summary .hr {
    border-top: 0px dotted #d5d5d5;
    height: 4px;
    clear: both;
}

.summary {
    margin: 0px 0px 30px;
}

#content {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    text-align: justify;
    font-family: 微软雅黑;
    margin: 20px auto;
}

p {
    display: block;
    margin-block-start:0px;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.list5_title{
	width:100%;
	margin:40px 0px 20px;
	text-align:center;
	font-size:24px;
}