﻿@charset "utf-8";

/* CSS Document */
/************************************************/
body{background-color: #fbfbfb; color: #262626;}
.banner{width: 100%; height: 320px; position: fixed; top: 0; left: 0;}
.banner-bg{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat;}
.banner-cover{width: 100%; height: 320px; position: absolute; z-index: 1; top: 0; left: 0; background: url(../images/banner_cover.png);}

.main{width: 980px; margin-left: auto; margin-right: auto;}
.main_wrap {
    background: none repeat scroll 0 0 #fff;
    margin-top: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.main .main-left{width: 184px;}
.main .main-right{width: 748px; padding-left: 48px; background: url(../images/line.jpg) no-repeat 0 0; min-height: 800px;}

.left-head{border-bottom: 1px solid #cccccc; padding: 34px 0 17px 3px;}
.left-head h3{font-size: 16px; color: #969696; text-transform: uppercase;}
.left-head h4{font-size: 24px; color: #262626; margin-top: -8px;}
.left-nav li.fs>a{display: block; color: #262626; font-size: 14px; line-height: 40px; text-indent: 16px;}
.left-nav li.fs:hover>a{background-color: #fff; color: #e62129;}
.left-nav li.fs{border-bottom: 1px solid #ededee;}
.left-nav li.fs.index>a{background: #fff url(../images/fs.png) no-repeat 166px center; font-weight: bold; line-height: 42px; color: #e93e45;}
.left-nav ul.sub-nav{padding: 10px 0; display: none;}
.left-nav ul.sub-nav li a{font-size: 14px; color: #808080; text-indent: 27px; line-height: 30px; display: block;}
.left-nav ul.sub-nav li a:hover{color: #e62129;}
.left-nav ul.sub-nav li.on a{color: #e62129; font-weight: bold;}
.left-nav li.fs dl{background: #fff; padding-bottom: 10px; display: none;}
.left-nav li.fs dl dd a{padding-left: 32px; display: block; line-height: 30px; color: #888888;}
.left-nav li.fs dl dd.on a{color: #262626;}
.left-nav li.fs dl dd a:hover{color: #e62129;}
.left-nav li.fs.index.show>a{background: #fff url(../images/arr_down.png) no-repeat 165px 18px; }

.right-head{border-bottom: 1px solid #eaeaea; padding: 50px 0 17px 0; overflow: hidden;}
.right-head h3{font-size: 24px; color: #e62129; float: left;}
.right-head .where{height: 36px;}
.right-head .where a{display: inline-block; height: 36px; line-height: 36px; float: left;}
.right-head .where a.home{background: url(../images/home.png) no-repeat center 10px; width: 20px;}
.right-head .where a.sub{background: url(../images/where.png) no-repeat 0 14px; padding-left: 15px; margin-left: 13px; font-size: 13px; color: #999999;}
.right-head .where a.sub:hover{color: #e62129;}



/*联系我们*/
.contact-content{padding: 25px 0px 260px 0px; color: #5a5a5a;}
.contact-content li.name{font-family: "微软雅黑"; padding-bottom: 8px;}
.contact-content li.ad,.contact-content li.ph,.contact-content li.tx,.contact-content li.ml,.contact-content li.st{padding-left: 37px; line-height: 25px; margin-top: 12px; font-size: 14px; background-repeat: no-repeat; background-image: url(../images/icon_03.png);}
.contact-content li.ad{background-position: 0 0;}
.contact-content li.ph{background-position: 0 -47px;}
.contact-content li.tx{background-position: 0 -94px;}
.contact-content li.ml{background-position: 0 -141px;}
.contact-content li.st{background-position: 0 -190px;}
.contact-content .contact-map{width: 748px; height: auto; margin-top: 40px;}
.contact-content .contact-map .map-btn{height: 22px; line-height: 22px; text-align: center; background: #e5e2cf; cursor: pointer; color: #5a5a5a;}
.contact-content .contact-map .map-btn img{vertical-align: 1px; margin-left: 5px;}
.contact-content .contact-map .map-detail{border: 2px solid #e5e2cf; padding: 8px; background: #fff; overflow: hidden; width: 728px; height: 390px;}



/*文章详细页*/
.news-detail{padding: 25px 0 100px;}
.news-title{text-align: center;}
.news-title h1{font-size: 22px; padding-bottom: 15px; border-bottom: 1px dashed #dfdfdf;}
.news-title h2{color: #a1a1a1; line-height: 47px; height: 47px; border-bottom: 1px dashed #dfdfdf;}
.news-word{font-size: 14px; line-height: 24px; padding-top: 30px; padding-bottom: 80px; color: #545454;}


/*新闻列表*/
.news-content{padding-bottom: 150px;}
.news-slide{border: 1px solid #eaeaea; border-top: none; padding: 4px 5px; height: 185px; overflow: hidden; position: relative; background: #fff;}
.news-slide .pic{float: left; width: 247px; height: 185px;}
.news-slide .pic img{width: 247px; height: 185px;}
.news-slide .txt{float: left; width: 442px; margin-left: 23px;}
.news-slide .txt h1{font-size: 14px; font-weight: bold; line-height: 24px; padding-top: 25px;}
.news-slide .txt h2{color: #888888; line-height: 22px; margin-top: 8px;}
.news-slide a.more{display: block; background: url(../images/eye.png) no-repeat 0 center; padding-left: 23px; color: #e62129; margin-top: 20px;}
.news-slide a.prev,.news-slide a.next{display: block; width: 19px; height: 19px; position: absolute; z-index: 1; bottom: 25px; background-repeat: no-repeat; background-image: url(../images/ar_14.png);}
.news-slide a.prev{background-position: 0 0; right: 48px;}
.news-slide a.next{background-position: -24px -20px; right: 24px;}
.news-slide a.prevStop{background-position: 0 -20px;}
.news-slide a.nextStop{background-position: -24px 0;}
.news-list li{overflow: hidden; padding: 28px 12px 12px 5px; border-bottom: 1px dashed #d5d5d5;}
.news-list li .time{float: left; width: 57px; padding-top: 2px; text-align: center;}
.news-list li .time h3{font-size: 30px; color: #262626; background: #f4f4f4; height: 39px; line-height: 40px;}
.news-list li .time h4{color: #262626; background: #f4f4f4; height: 21px; line-height: 21px; margin-top: 2px;}
.news-list li .txt{width: 648px; float: right;}
.news-list li .txt h1{margin-bottom: 3px; padding-top: 1px;}
.news-list li .txt h1 a{font-size: 14px; color: #262626;}
.news-list li .txt h2 a{line-height: 22px; color: #858585;}
.news-list li:hover .txt h2 a{color: #e62129;}


/* 20170706 */
/************************************************/

/* 业务 */
.business-list{
	padding: 30px 0 100px;
}
.business-list li{
	overflow: hidden;
	margin-bottom: 15px;
}
.business-list li .pic,
.business-list li .pic img{
	width: 260px;
	height: 180px;
}
.business-list li .txt{
	width: 485px;
	border: 1px solid #eaeaea;
	height: 178px;
	display: table;
}
.business-list li .txt .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.business-list li .txt h2{
	font-size: 18px;
	color: #e62129;
	padding: 0 0 0 20px;
}
.business-list li .txt p{
	font-size: 14px;
	color: #464646;
	padding: 10px 27px 0 20px;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*企业简介*/
.about-content{padding: 25px 0 130px; font-size: 14px; color: #5a5a5a; line-height: 24px;}
.about-content h1{
	font-size: 20px;
	font-weight: bold;
	color: #1a1a1a;
}
.about-content h4{
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}
.about-content p{
	font-size: 14px;
	color: #444;
	line-height: 24px;
}


.text-content{
	padding: 30px 0 100px;
	overflow: hidden;
}
.text-content .fl{
	width: 375px;
	font-size: 14px;
	color: #464646;
	line-height: 24px;
}
/*.text-content .fl span{
	color: red;
	font-weight: bold;
}*/
.text-content .fr{
	width: 340px;
}
.text-content .fr img{
	width: 100%;
	height: auto;
}


/*政策法规*/
.article-content{
	padding: 30px 0 130px;
}
.article-list li{
	padding: 8px 0;
	border-bottom: 1px dashed #d6d6d6;
}
.article-list li a{
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.article-list p{
	float: left;
	font-size: 14px;
	color: #464646;
	padding-left: 11px;
	background: url(../images/red_arr.png) no-repeat 0 center;
}
.article-list span{
	display: block;
	float: right;
	font-size: 12px;
	color: #888;
}
.article-list li a:hover *{
	color: red;
}


/*发展历程*/
.history-content{padding: 25px 0 153px;}
ul.history li{overflow: hidden; background: url(../images/his_li_03.png) no-repeat 145px 0; padding-bottom: 3px; padding-top: 23px;}
ul.history li .pic{float: left; margin-top: 3px; width: 138px; background: url(../images/pic1_03.png) no-repeat 0 0; padding-top: 7px;}
ul.history li .pic img{padding: 0 7px; background: url(../images/pic2_03.png) repeat-y 0 0; width:123px}
ul.history li .pic .pic-bottom{background: url(../images/pic3_03.png) no-repeat 0 0; height: 7px;}
ul.history li .detail{float: right; width: 587px; background: url(../images/txt1_05.png) no-repeat 0 0;}
ul.history li .detail .year{font-size: 15px; color: #fff; width: 90px; text-align: center; margin-left: 13px; line-height: 26px;}
ul.history li .detail .txt{background: url(../images/txt2_05.png) repeat-y 0 0; padding: 0 22px 10px 30px; margin-top: 12px; min-height: 72px;}
ul.history li .detail .txt p{font-size: 13px; line-height: 24px; color: #5a5a5a; text-align: justify; text-jusify: inter-ideograph;}
ul.history li .detail .txt-bottom{background: url(../images/txt3_05.png) no-repeat 0 0; height: 7px;}
ul.history li.last{background: url(../images/his_last.png) no-repeat 153px bottom; height: 118px; padding: 0;}


/*搜索结果*/
.search-content{padding: 0 0 80px 0;}
.search-head{padding: 26px 0; font-size: 14px; color: #333; line-height: 28px; border-bottom: 1px solid #eaeaea;}
.search-head input.check{vertical-align: -1px;}
.search-head span.tit{margin-left: 10px;}
.search-head span.words{margin-left: 31px;}
.search-head input.txt{margin-left: 10px; background-color: #fff; border: 1px solid #e7e8e3; width: 444px; height: 26px; text-indent: 8px; font-family: "微软雅黑"; line-height: 26px;}
.search-head input.sbm{background: url(../images/search_btn.png) no-repeat 0 0; width: 100px; height: 28px; text-align: center; color: #fff; font-family: "微软雅黑"; border: none; font-size: 14px; margin-left: 7px;}
.search-title{margin-top: 30px; line-height: 24px; color: #5a5a5a; padding-bottom: 10px; border-bottom: 1px solid #eaeaea;}
.search-result li{padding: 16px 0 16px; border-bottom: 1px dashed #d5d5d5;}
.search-result li h1{color: #262626; font-size: 16px; margin-bottom: 3px; background: url(../images/search_fdj.png) no-repeat right 7px; padding-right: 24px; display: inline-block;}
.search-result li h1 span{color: #e62129;}
.search-result li h2,.search-result li h3{color: #858585; line-height: 22px;}



/*搜索结果*/
.search-content{padding: 0 0 80px 0;}
.search-head{padding: 26px 0; font-size: 14px; color: #333; line-height: 28px; border-bottom: 1px solid #eaeaea;}
.search-head input.check{vertical-align: -1px;}
.search-head span.tit{margin-left: 10px;}
.search-head span.words{margin-left: 31px;}
.search-head input.txt{margin-left: 10px; background-color: #fff; border: 1px solid #e7e8e3; width: 444px; height: 26px; text-indent: 8px; font-family: "微软雅黑"; line-height: 26px;}
.search-head input.sbm{background: url(../images/search_btn.png) no-repeat 0 0; width: 100px; height: 28px; text-align: center; color: #fff; font-family: "微软雅黑"; border: none; font-size: 14px; margin-left: 7px;}
.search-title{margin-top: 30px; line-height: 24px; color: #5a5a5a; padding-bottom: 10px; border-bottom: 1px solid #eaeaea;}
.search-result li{padding: 16px 0 16px; border-bottom: 1px dashed #d5d5d5;}
.search-result li h1{color: #262626; font-size: 16px; margin-bottom: 3px; background: url(../images/search_fdj.png) no-repeat right 7px; padding-right: 24px; display: inline-block;}
.search-result li h1 span{color: #e62129;}
.search-result li h2,.search-result li h3{color: #858585; line-height: 22px;}



/*网站导航*/
.site-map-content{padding: 30px 0 120px;}
.site-map{overflow: hidden; width: 778px; margin-left: -4px;}
.site-map>li{float: left; width: 238px; height: 350px; background: url(../images/sitemap_bg.png) no-repeat 0 0; margin: 0 21px 22px 0;}
.site-map>li a.tit{width: 100%; height: 79px; display: block; background-position: center bottom; background-repeat: no-repeat;}
.site-map>li a.tit.map444{background-image: url(../images/sitemap_03.jpg);}
.site-map>li a.tit.map451{background-image: url(../images/sitemap_05.jpg);}
.site-map>li a.tit.map462{background-image: url(../images/sitemap_07.jpg);}
.site-map>li a.tit.map458{background-image: url(../images/sitemap_12.jpg);}
.site-map>li a.tit.map468{background-image: url(../images/sitemap_13.jpg);}
.site-map>li a.tit.map476{background-image: url(../images/sitemap_14.jpg);}
.site-map ul.sec{padding: 0 8px;}
.site-map ul.sec>li{border-bottom: 1px solid #ededee;}
.site-map ul.sec>li>a{display: block; background: url(../images/sitemap_arr.png) no-repeat 19px 18px; padding-left: 33px; line-height: 40px; color: #5a5a5a; font-size: 14px;}
.site-map dl.thd{display: none;}
.site-map dl.thd>dd{padding-left: 40px;}
.site-map dl.thd>dd>a{line-height: 30px; color: #888888;} 

.site-map ul.sec.multi li{width:50%;float:left;}
.site-map ul.sec.multi li>a{padding-left: 28px;}
