
*{margin:0;padding:0;--Colors:#c30606;}
html {
    font-size: 62.5%;
    color: #555;
    font-family: "微软雅黑";
    position: relative;
}
h2,h3{
	color: #333333;
}
::selection {
    background-color: #c30606;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
img{border:none;}

em{font-style: normal; }
/*=============
 * 操作工具样式
   ============*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*主题 #01ad9f*/

/*:colorBox{*/
    /*--color: #01ad9f;*/
/*}*/

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*=============
 *自定义页面样式*
 ==============*/
body {
    font-size: 1.2rem;
    line-height: 1.2;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #c30606;
    text-decoration: none;
    cursor: pointer;
}
input{outline:none}


/*全局主体*/
.center{width: 1200px; margin:0 auto;}
h2{font-size: 40px; color:#333333;font-weight: normal;text-align: center;line-height: 40px; margin-bottom: 10px;padding-top: 80px;}
h2 span{color:#c30606;}
h5{font-size: 18px; color:#333333;font-weight: normal;text-align: center;line-height: 18px; margin-bottom: 50px;}
h5 span{font-weight: bold;}

header{width:100%;
     /* min-width: 1200px; */
    }
header .top{background: #eee; font-size: 14px; color:#555; height: 39px; border-bottom: 1px solid #efefef;}
header .top .center .tel{float: left; line-height: 39px; position: relative;}
header .top .center .tel .cut_city p{ font-size: 14px; width: 100%;}
header .top .center .tel .cut_city p span.cnxyj{margin-left: 30px;}
header .top .center .tel .cut_city p span.need{color:#ff6800;}
header .top .center .tel .cut_city div.xzwcs{ border-bottom:1px solid #dfdfdf; border-top:1px solid #dfdfdf; }
header .top .center .tel .cut_city a.specific{padding:0 15px 0 0; border-right: 1px solid #dfdfdf; margin-left: 15px; line-height: 14px; font-size: 14px;}
header .top .center .tel .cut_city{width:200px; margin:0 auto;}
header .top .center .tel .cut_city p.gdcs{width: 136px; margin:0 auto; }
header .top .center .tel .cut_city p.gdcs span{margin-left: 10px; font-size: 14px;}

    /*城市切换*/
.cut_city{    display: none;
    width: 260px;
    height: 150px;
    border: 1px solid #eee;
    position: absolute;
    top: 39px;
    left: 141px;
    background: #fff; }
.cut_zhe{display: none;
    width: 80px;
    height: 40px;
    /*border: 1px solid #dfdfdf;*/
    border-bottom: none;
    position: absolute;
    top: 0;text-align: center;
    left: 142px;
    background: #fff;}
p.need{}

header .top .center .phone{float: right; line-height: 39px;}
header .top .center .phone ul li{float: left;margin-right: 8px; font-size: 14px;position: relative}
header .top .center .phone ul li:hover .wechat{display: block}
header .top .center .phone ul li .wechat{position: absolute;top: 41px;left: -30px;z-index: 9999;display: none}
header .top .center .phone ul li .bg-we{background: url("../img/common/wechat-i.jpg") no-repeat;background-position: 0px 4px;padding-left: 20px}
header .top .center .phone ul li a{font-size: 14px; margin-right: 8px;}


header .contact{border-bottom: 2px solid #c30606;clear: both;box-sizing: border-box;height:90px;border-bottom:2px solid transparent;line-height:90px;}
header .contact h1{float: left;}
header .contact h1 a{display: block;}
header .contact h1 a img{width:180px;height:35px;margin-top:27px;}
header .contact nav{float: left;margin-left:50px;display: block;margin-top:25px;}
header .contact nav ul{line-height: 35px;}
header .contact nav ul li{float: left; margin-left:25px;}
header .contact nav ul li:first-child{margin-left:0;}
header .contact nav ul li:last-child{margin-right: 0px;}
header .contact nav ul li a{font-size: 17px;}
header .contact nav ul li a:hover{ padding-bottom: 28px; text-decoration: none; color:#c30606;}
header .contact nav ul li.active a{ padding-bottom: 28px; text-decoration: none;color:#c30606;}
header .contact .dh{float: right;}
header .contact .dh h3{font-size:20px; color:#c30606; float: right; margin-left:8px; font-weight:bold;line-height:80px;}


/*网站主题*/
.main{width:100%;min-width:1200px;}
/*广告*/
div.main div.guanggao{padding: 50px 0;}

/*各个板块下面的提示*/
div.insert{margin:0 auto; width: 830px; padding-top: 30px;}
div.insert p{font-size: 20px; font-weight: bold; color:#333;float: left; margin-top: 10px;}
div.insert p span{float: left;}
div.insert p span.telll{font-size: 30px; margin-top:-7px;}
div.insert button{background: #c30606; color:#fff; border:none; float: left; border-radius: 5px; width: 180px; height: 40px; font-size: 24px;margin-left:10px;  line-height: 40px; opacity: 0.9;}
div.insert button:hover{opacity: 1; cursor: pointer;}
div.insert button a{font-size:24px; float: left; color:#fff;  display: block; line-height: 36px; margin-left: 30px; }
div.insert button img{display: block;float: right;  margin-top: 5px; margin-right:30px;}

/*个页面的独立按钮*/
div.dlan{width:200px;height: 50px; background: #c30606; color:#fff; font-size: 24px; text-align: center; line-height: 50px; border-radius: 5px; opacity: 0.9;margin:30px auto 0;}
div.dlan:hover{opacity: 1; cursor: pointer;}
div.dlan a{color:#fff;}
div.dlan a img{display: block;float: left;margin:9px 7px 0 30px;}
div.dlan a span{display: block;float: left;}



.tanchuang{width: 100%; height: 100%; background: #ffffff; top:0; left: 0; position: absolute; z-index: 25; opacity: 0.2; display: none;-khtml-opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);}
#alert{
    text-align: center; width: 500px; height: 360px; background: #fff; position: fixed; top: 23%; 
    left: 50%;margin-left:-250px;
    display: none; border:1px solid #dfdfdf; z-index: 30;
    border-radius: 5px; opacity: 0.98;
    z-index:8888;
}
#alert a{padding:5px 10px; font-size: 16px; position: absolute;top: 0; right: 0; }
#alert img{width: 150px; margin: 40px 0 10px;}
#alert form input{border:none; font-size: 16px;}
#alert form #btn{    padding: 15px 13px;  margin-left: 15px; cursor: pointer;}
#alert p{font-size: 24px; padding:40px 0 20px; line-height: 24px;}

#alert form input.phone{width:80% ;padding: 15px 0 15px 15px; margin:15px auto 0; border:1px solid #dfdfdf;  }
#alert form .yzmm{width: 80%; height: 50px; margin: 15px auto 0;}
#alert form input.codee{width: 235px;padding: 15px 0 15px 15px; border:1px solid #dfdfdf; float: left;}
#alert form span{height: 50px; display: block;float: right;background: #dfdfdf;line-height: 50px; font-size: 16px; width: 120px; cursor: pointer;}
#alert form input.button{ margin-top:30px; background: #c30606; width: 80%; height: 50px; border-radius: 3px; font-size: 20px; color:#fff; opacity: 0.9; font-family: "微软雅黑";}
#alert form input.button:hover{opacity: 1;cursor: pointer;}

/*回到顶部 页面目前屏蔽 要是需要直接打开页面即可*/
.back2top{  width: 58px;  height: 58px;  position: fixed;  _position: absolute;  right: 3%;  bottom: 100px;  _bottom: auto;  cursor: pointer;}
.back2top a{display: block;  width: 100%;  height: 100%;  background: url(../img/common/back2top.png) no-repeat;  }
.back2top a:hover {background:url('../img/common/back2top.png') no-repeat -58px 0;text-decoration:none}


/*文字排版*/
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f21{font-size:21px}
.f22{font-size:22px}
.f24{font-size:24px}
.f30{font-size:30px}
.f40{font-size:40px}
/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}

.fw{font-weight:bold}

.ovf-hid{overflow: hidden}
.mar-auto{margin: 0 auto}
.flot-left{float: left}
.flot-right{float: right}
/*颜色*/
.backColr1{background:rgba(238,238,238,1);}
.backColr2{background:#fff;}

.txtColr2{color: #fff}
.txtColr3{color: #555555}
.txtColr4{color: #333333}
.txtColr5{color: #666666}
.txtColr6{color: #c30606}


.marG{margin-top: 5px}
.marGT{margin-top: 80px}
.disp-inblok{display: inline-block}
.disp-blok{display: block}
