@charset "utf-8";
/* CSS Document */
/*
* @description: 专题样式
* @author: ishang
* @update: ishang (2019-07-24 10: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;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:#0b5ec4; text-decoration:none;}
a img{border:none;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.f-clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
* html .f-clearfix{zoom: 1;} /* IE6 */
*:first-child+html .f-clearfix{zoom: 1;} /* IE7 */
h1,h2,h3{font-weight: normal;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-dn{display: none;}
.f-ofh{overflow: hidden;}
.f-tac{text-align: center;}
.f-toe{overflow:hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
/*全局 end*/
/*body背景 on*/
.container_box{width: 1200px;margin: 0 auto;}
/*body背景 end*/
/*头部5 on*/
.is-header{background: url('../images/public/bg.png') no-repeat center center;height: 121px;}
.is-header .container_box{padding-top: 23px;}
/*头部 end*/

/* 底部 on*/
.is-footer{border-top: 2px solid #d00d0d; background: #fff;}
.m-footer{padding: 15px 0 20px;}
.m-footer .container{padding: 0 200px;}
.m-ftfuns{line-height: 32px; padding: 5px 0;}
.m-ftfuns,.m-ftfuns a{color: #525252; font-size: 14px;}
.m-copyright p{line-height: 30px; font-size: 14px;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{position: absolute; left: 100px; top: 20px;}
#_span_jiucuo{position: absolute; right: 68px; top: 23px;}
/* 底部 end*/

.evaluate-box{padding: 10px 0 0;color: #666;border-top: 1px dashed #ddd;margin-top: 10px;}
.evaluate-box p{ font-size:13px;}
.evaluate-content{padding-left: 0px; margin:6px 0;overflow:hidden;}
.evaluate-content a{ display:block; border: 1px solid #c90e24; min-width: 80px; height: 36px;line-height: 34px;text-align: center;margin-right: 10px; float:left; cursor:pointer;padding:0 20px;font-size: 16px;color: #c90e24;}
.evaluate-content a.satis{ background:url(../images/page/my-icon.png) no-repeat left center;}
.evaluate-content a.no-satis{ background:url(../images/page/nomy-icon.png) no-repeat left center;}
.evaluate-item2{display:none;font-size:13px;}

/*超大PC屏幕下的专用样式*/
@media (min-width:1280px) {
    .container{padding: 0; width: 1280px;}
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {
    .g-nav li{float: none; width: 100%; line-height: 40px;}
    .g-nav li a{padding: 0 15px; font-size: 16px; background: #cd0000;}

    #_ideConac,#_span_jiucuo{display: none;}
    .m-footer .container{padding: 0 15px;}
}