@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/
.f-dn{display: none;}
/*全局 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-size: 16px;font-family: "微软雅黑" ;color:#333; min-width: 1200px;background:#fff;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"微软雅黑";}
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:#b80608; 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;}
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
img,li{vertical-align: top;}
ul{zoom: 1;}
.hidden{display: none;}
.f-pr{position:relative;}
.f-oh{overflow:hidden;}
.f-fl{float:left;}
.f-fr{float:right;}
/*全局 end*/



/*头部 on*/
.is-header{width: 100%;}
.m-top{width: 100%;height: 45px;line-height: 45px;background: #f5f5f5;}
.m-top .top-box{width: 1200px;margin: 0 auto;}
.m-top ul li{float: left;margin-right: 20px;}
.m-banner{width: 100%;background: url(../images/banner.png) no-repeat center top;height: 710px;overflow: hidden;}
.m-banner .banner-box{width: 1200px;margin: 0 auto;}
.u-kczl{background: url(../images/b-cover.png) repeat;padding: 20px;width: 720px;height: 313px;float: right;}
.u-kczl ul{background: url(../images/g60.png) no-repeat 0 center;padding-left: 80px;height: 100%;}
.u-kczl h3{color: #ed0e09;text-indent: 35px;font-size: 16px;height: 30px;line-height: 30px;}
.u-kczl li{line-height: 30px;background: url(../images/arr1.png) no-repeat 15px 11px;text-indent: 35px;  text-align: justify;}

/*首页 on*/
.is-main{width: 1200px; margin: 0 auto;background: #fff;}
.m-tabStyle{margin: 56px 0 48px;}
.g-main {margin: 0 -30px;}
.g-main ul li{width: 25%;text-align: center;float: left;}
.g-main ul li a{display: block;}
.g-main ul li a img{border: 1px solid #ddd;margin: 0 auto;width: 253px;height: 176px;}
.g-main ul li a p{padding: 20px 0 40px;font-size: 16px;color: #333333;    display: block;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;}

.m-pagination{padding: 66px 15px 70px;}
/*首页 end*/

/*底部 on*/
.is-footer{border-top: 2px solid #b80608;margin-top: 20px;}
.is-footer .container{width:1200px;min-width:1200px;margin:0 auto;    text-align: center;}
.m-footer{padding: 14px 0 24px;    position: relative;}
.m-ftfuns{line-height: 26px;}
.m-ftfuns,.m-ftfuns a{color: #282828; font-size: 14px;}
.m-copyright p{line-height: 30px;}
.m-copyright p,.m-copyright p a{color: #666; font-size: 14px;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{    position: absolute;left: -16px;top: 33px;}
#_span_jiucuo{position: absolute; left: 60px;top: 44px;}
.u-jbzx{  right: 0; top: 45px;     position: absolute; }
.u-slhwza{width: 120px;height: 54px;right: 140px;top: 45px;position: absolute;}
.u-slhwza img{width: 120px;height: 54px;}
/*底部 end*/

@media screen and (max-width: 991px ){
    body{min-width: 100% !important;}
    body>div:nth-child(2),.m-top .top-box{width: 100% !important;}
    .banner-box img,.m-tabStyle img{width: 100%;}
    .is-main,.is-footer .container,.m-footer{width: 100% !important;}
    .is-footer .container{min-width: 100% !important;}
    .g-main ul li{width: 100% !important;}
    .m-topheader>div:first-child,.m-search{display: none;}
    .m-top{height: auto !important;}
    .g-main{margin: 0 !important;}
    #_ideConac, #_span_jiucuo, .u-jbzx, .u-slhwza{width: 46% !important;}
}

