@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#265b97;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#265b97;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/



/*css通用开始*/
.center-width{
	width: 1200px;
	margin: 0 auto;
}
/*css通用结束*/

/*section1开始*/
.section1{
	padding: 20px;
	/*min-height: 610px;*/
	margin-bottom: 20px;
	margin-top: 20px;
	border:1px solid #fbfcfd;
	box-shadow: #e6e6e6 0px 0px 15px;
	-webkit-box-shadow:#e6e6e6 0px 0px 15px;
}
.tit {
	border-bottom: #f0f0f0 1px solid;
	height: 44px;
	margin-bottom: 4px;
}

.tit span {
	display: block;
	float: left;
}

.tit span.tit-1 {
	width: 61px;
	height: 48px;
	line-height: 40px;
	background: url(tit-icon01.jpg) no-repeat;
	background-size: cover;
	text-indent: 14px;
	position: relative;
}

.tit span.tit-2 {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background: url(tit-icon03.jpg) repeat-x;
	font-size: 22px;
	color: #265b97;
	padding: 0 10px 0 15px;
}

.tit span.tit-3 {
	width: 30px;
	height: 48px;
	background: url(tit-icon02.jpg) no-repeat;
	background-size: cover;
}
.tit span.tit-1 img {
	position: absolute;
	top: 12px;
	left: 12px;
	max-width: 22px;
	max-height: 22px;
}

.tit span.tit-2 a {
	color: #265b97;
	text-decoration: none;
}
.ul-left{
	min-height: 550px;
}
.section-ul{
	min-height: 550px;
	overflow: hidden;
}
.section-ul>li{
	background: url(ztzl-ulIcon.png) no-repeat 0;
	padding-left: 15px;
	line-height:52px ;
	border-bottom: 0px !important;
	border-top: 1px dashed #999;
	width: 565px;
	float: left;
}
.section-ul>li:nth-child(even){
	margin-left: 20px;
}
.section-ul>li:first-child+li,.section-ul>li:first-child{
	border: 0;
}
.section-ul>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
}
.section-ul>li:hover a{
	color: #265b97;
}
.section-ul>li:hover{
	background: url(ztzl-ulIcon1.png) no-repeat 0;
}
/*section1结束*/
/*section2开始*/
.section2{
	padding: 20px;
	height: 125px;
	width: 100%;
	margin-bottom: 30px;
	border:1px solid #fbfcfd;
	box-shadow: #e6e6e6 0px 0px 15px;
	-webkit-box-shadow:#e6e6e6 0px 0px 15px;
}
.section2-bg{
	background: url(ztzl-bottomBg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 85px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 85px;
}
/*section2结束*/



@media screen and (max-width: 768px){
	
body{
	min-width: 100%;
}

/*css通用开始*/
.center-width{
	width: 100%;
	padding:0 0.3rem;
}
/*css通用结束*/

/*section1开始*/
.section1{
	padding: 0.2rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
	border:0.01rem solid #fbfcfd;
	box-shadow: #e6e6e6 0rem 0rem 0.15rem;
	-webkit-box-shadow:#e6e6e6 0rem 0rem 0.15rem;
}
.tit{height: 0.6rem;margin-bottom: 0.1rem}
.tit-tab{position: relative;top:0.03rem;overflow: hidden;float: left;}
.tit span.tit-1{width: 0.78rem;height: 0.6rem;background: url(tit-icon01.jpg) no-repeat;background-size: contain;-webkit-background-size: contain;}
.tit span.tit-1 img{max-width: 0.3rem;max-height: 0.3rem;top: 0.14rem;left:0.14rem;}
.tit span.tit-2{font-size: 0.32rem;font-weight: normal;height: 0.6rem;line-height: 0.6rem;background: url(tit-icon03.jpg) repeat-x;-webkit-background-size: contain;padding:0 0.25rem;}
.tit span.tit-3{    height: 0.6rem;width: 0.37rem;background: url(tit-icon02.jpg) no-repeat;background-size: cover;-webkit-background-size: cover;}
.tit span.tit-2_spe{padding-left:0.2rem;padding-right: 0.1rem}


.tit .tit-more {
	display: inline-block;
	float: right;
}
.tit .tit-more a{
	
	line-height: 0.6rem;
}
.tit .tit-more a img{
	vertical-align: super;
}

.ul-left{
	min-height: 5.5rem;
}
.section-ul{
	min-height: 5.5rem;
	overflow: hidden;
}
.section-ul>li{
	background: url(ztzl-ulIcon.png) no-repeat 0;
	padding-left: 0.3rem;
	line-height: 0.85rem;
	border-top: 0.02rem dashed #f6f6f6;
	width: 100%;
	float: none;
}
.section-ul>li:nth-child(even){
	margin-left: 0;
}
.section-ul>li:first-child{
	border: 0;
}
.section-ul>li:first-child+li{
	border-top: 0.02rem dashed #f6f6f6;
}
.section-ul>li>a{
	font-size: 0.26rem;
	color: #333333;
	display: block;
}
.section-ul>li:hover a{
	color: #265b97;
}
.section-ul>li:hover{
	background: url(ztzl-ulIcon1.png) no-repeat 0;
}
/*section1结束*/
/*section2开始*/
.section2{
	padding: 0.2rem;
	height: 1.25rem;
	width: 100%;
	margin-bottom: 0.3rem;
	border:0.01rem solid #fbfcfd;
	box-shadow: #e6e6e6 0 0 0.15rem;
	-webkit-box-shadow:#e6e6e6 0 0 0.15rem;
}
.section2-bg{
	background: url(ztzl-bottomBg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 0.85rem;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.85rem;
	border-radius: 0.1rem;
}
/*section2结束*/
	
} 