@charset "utf-8";
/* CSS Document */
/*
* @description: 专题样式
* @author: ishang_pan
* @update: ishang_pan (2018-08-16 15:38)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank); background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0; font: 14px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color:#333; min-width: 1200px;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"Microsoft YaHei",微软雅黑;}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none;}
a:hover{color:#e22929; text-decoration:none;}
a img{border:none;}
.fl{float:left;}
.fr{float:right;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
* html .clearfix{zoom: 1;} /* IE6 */
*:first-child+html .clearfix{zoom: 1;} /* IE7 */
h1,h2,h3{font-weight: normal;}
.hidden{display: none;}
/*全局 end*/

/*头部 on*/

/*头部 end*/

/*主体 on*/
.is-main{margin: 10px auto; width: 1200px; background: #fff;}
.is-postion {height: 42px; line-height: 42px; color: #666; background: url(../images/public/home.gif) 18px center no-repeat; padding-left: 48px; border-bottom: 1px dashed #999;}
.panel-wrapper{ padding:10px 30px; overflow:hidden;}
.panel-item{ width:100%; height:210px; margin: 0 auto;}
.panel-item .title,.m-pljdf .title{ position:relative; height:41px; border-bottom:1px solid #ddd;}
.panel-item .title h2,.m-pljdf .title h2{ position:absolute; left:0; bottom:-1px; background:url(../images/home/title_icon4.png) no-repeat 15px center#015293;}
.panel-item .title h2 a,.m-pljdf .title h2 a{ float:left; display:block; height:42px; line-height:42px; padding:0 28px; color:#fff; font-size:16px;}
.panel-item .box{ width:1076px; overflow:hidden;}
.panel-item ul{ width:110%; padding:7px 0;}
.panel-item ul li{ float:left; width:506px; height:30px; line-height:30px;background:url(../images/home/arr1.png) no-repeat left center;padding-left: 12px; margin-right:40px;}
.panel-item ul li span{ float:right; font-size:13px; color:#999;}

.m-pljdf{width:100%; margin: 0 auto 40px;}
.m-tsjbtns{padding-top: 25px;} 
.m-tsjbtns li{float: left;}
.m-tsjbtns li span{display: block; width: 56px; height: 56px; border-radius: 50%; border: 1px solid #015293; background-image: url(../images/public/icon-tsjbtns.png); background-repeat: no-repeat; margin: 0 auto 15px;}
.m-tsjbtns li p{color: #242424;}
.m-tsjbtns li.u-ts1{margin-right: 80px;}
.m-tsjbtns li.u-ts1 span{background-position: 0 0;}
.m-tsjbtns li.u-ts2 span{background-position: -56px 0;}
 
/*主体 end*/

/*底部 on*/

/*底部 end*/
/* 适配小屏1000px */
@media screen and (min-width:1025px) and (max-width: 1199px) {
	body{min-width:100%}
	img{max-width:100%}
	.is-main{width:1000px}
	.panel-item ul li{width:450px;overflow:hidden}
}


@media screen and (max-width: 1024px) {
	body{min-width:100%}
	img{max-width:100%}
	.is-main{width:100%}
	.panel-wrapper{padding:10px}
	.panel-item{height:auto}
	.panel-item ul,.panel-item ul li,.panel-item .box{width:100%;}
}
/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1024px) {
	.is-main{width:750px}

}