@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 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color:#333; min-width: 1200px; background: #f5f5f5;}
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*/
.is-header{position: relative; width: 100%; height: 298px; overflow: hidden;}
.is-header .home{position: absolute;top: 10px;left: 50%;z-index: 9;margin-left: -590px;width: 240px;}
.is-header img.logo{display: block; position: absolute; left: 50%; top: 0; margin-left: -960px; width: 1920px; height: 298px;}
/*头部 end*/

.is-main{margin: 15px auto 20px; width: 1200px;}
.m-desc{margin-bottom: 20px; padding: 18px 25px; background: #fff; border: 1px dashed #ddd;}
.m-desc p{line-height: 30px; text-indent: 2em; font-size: 16px;}
.m-content{padding: 20px; background: #fff;}
.m-content ul{border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.m-content li{float: left; width: 385px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.m-content li .u-tit{display: table; width: 149px; height: 200px; padding: 0 10px; border-right: 1px solid #ddd; background: #f5f5f5; font-size: 18px; text-align: center;}
.m-content li .u-tit p{display: table-cell; vertical-align: middle;}
.m-content li .u-desc{width: 195px; height: 180px; padding: 10px;}
.m-content li .u-desc p{line-height: 30px;}
.m-content li .u-desc p a{color: #a77f3a;}

/*footer*/
.m-links p{font-size: 16px;}