@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,a { margin:0; padding:0; }
body{overflow-x:hidden;}
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; }
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0;}
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
table { border-collapse:collapse; }
body {
    font:12px/150% Arial,Verdana,"\5b8b\4f53";
    font-family:"微软雅黑","宋体";
    color:#323232;
    background:#fff;
    transition: all 0.6s;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#323232; text-decoration:none; }
a:hover{color:#e3632f;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #e3632f!important;}
ul,ol,li{list-style:none}

/*公共类*/
.w12 {  /*版心 提取 */
    width: 1200px;margin:0 auto;
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}

.clear{clear: both;}
.w12{width: 1200px;margin:0 auto;}
/* 头部公共 css */
#web-top{width: 100%;background: #fff;}
.dis-flex-be{display: flex;justify-content: space-between;flex-flow: row;}
#web-top .logos{overflow: hidden;padding:26px 0px;border-bottom: 1px solid #eee;}
#web-top .logos .logo-flex{display: flex;justify-content: space-between;flex-flow: row;}
#web-top .top-nav{position: relative;z-index: 2;display: flex;justify-content: space-between;flex-flow: row;}
#web-top .top-nav li.nLi{font-size:18px;line-height:60px;position: relative;z-index: 2;border-right:1px solid #eee;text-align: center;padding:0px 48px;}
#web-top .top-nav li.nLi:last-child{border:none;}
#web-top .top-nav li.nLi:hover,#web-top .top-nav li.active{background:#e3632f;}
#web-top .top-nav li.nLi:hover .top-a,#web-top .top-nav li.active .top-a{color: #fff;}
#web-top .top-nav li.nLi:hover:after,#web-top .top-nav li.nLi.active:after{content:'';display: block;width:31px;height: 9px;
background: url(../images/nav-icon.png)no-repeat center;margin:0 auto;margin-top: -35px;}

#web-top .logos .logo-img{height:80px;}
#web-top .logos .logo-img img{height: 100%;object-fit: cover;}
#web-top .logos .tel{margin-top: 28px;width:300px;}
#web-top .logos .tel .rwm{width:76px;float:left;margin-right:20px;}
#web-top .logos .tel .rwm img{width:100%;}
#web-top .logos .tel span{font-size:24px;line-height:26px;    display: block;padding-top: 7px;}
#web-top .logos .tel span:before{content:'';display: inline-block;width:37px;height: 26px;background:url(../images/top-tel.png)no-repeat center;
margin-right:6px;margin-bottom: -4px;}
#web-top .logos .tel h3{font-size:28px;font-weight: bold;line-height:28px;color:#e3632f;margin-top: 10px;}
#web-top .logos .top-info{margin-top: 26px;font-size: 16px;}
#web-top .logos .top-info li{margin:0px 18px;}
#web-top .logos .top-info li:before{content:'';display:block;width: 38px;height: 38px;background:url(../images/top_icon1.png)no-repeat center;margin:0 auto;margin-bottom: 10px;}
#web-top .logos .top-info li:nth-child(2):before{background:url(../images/top_icon2.png)no-repeat center;}
#web-top .logos .top-info li:nth-child(3):before{background:url(../images/top_icon3.png)no-repeat center;}

.son-nav{position: absolute;background:#fff;overflow: hidden;top:60px;left:-0%;width:100%;text-align: center;z-index: 999;display: none;}
.son-nav a{font-size: 14px;line-height: 40px;border-top: 1px solid #eee;display: block;color: #333333;}
.son-nav a:hover{background:#e3632f;color: #fff !important;}
/*banner*/
 .fullSlide{ width:100%;  position:relative;  background:#fff;z-index:1;height: 760px;}
    .fullSlide .bd{ margin:0 auto; position:relative; z-index:0; height: 760px;}
    .fullSlide .bd ul{ width:100% !important; }
    .fullSlide .bd li{ width:100% !important;  overflow:hidden; text-align:center;height: 760px;background-position: center center !important;}
    .fullSlide .bd li a{ display:block;}
     .fullSlide .bd li img{width: 100%;}

    .fullSlide .hd{ display:block!important;width:100%;position:absolute;z-index:1999;bottom:5%;margin: 0 auto;
        left:0; text-align:center;}
    .fullSlide .hd ul{ text-align:center; }
    .fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:4px;overflow:hidden;line-height:999px;
        border-radius:12px;box-sizing: border-box;background:#fff;}
    .fullSlide .hd ul .on{background:#d25d2f !important;border:1px solid #d25d2f;}

    .fullSlide .prev,.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:5%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
    .fullSlide .next{ left:auto; right:5%; background-position:-6px -137px; }  


/* 底部信息 */
#footer{width: 100%;overflow: hidden;background: #292929;}
#footer .foot-info{font-size:16px;color: #fff;padding-top:50px;padding-bottom: 30px;}
#footer .foot-info .foot-rwm{width: 138px;margin-left: 22px;}
#footer .foot-info .foot-rwm .rwm-img{width: 100%;height: 138px;}
#footer .foot-info .foot-rwm .rwm-img img{width: 100%;height: 100%;}
#footer .foot-info .foot-rwm h3{text-align: center;margin-top: 14px;}
#footer .foot-info .foot-nav{flex: 1;margin-right: 22px;}
#footer .foot-info .foot-nav .nav-li1 span:after{content:'';display: block;width:64px;height: 1px;background:url(../images/foot-icon.jpg)no-repeat center;
margin:20px 0px;}
#footer .foot-info .foot-nav .nav-li1 .nav-li2{line-height: 16px;margin-bottom: 15px;}
.foot-but{width: 100%;border-top:1px solid #525151;line-height: 87px;text-align: center;color:#fff;font-size: 16px;}
#footer a{color: #fff;}
#footer a:hover{color:#e3632f;}
