﻿@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
    box-sizing: border-box;
}
input{
    background: none;
    border: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #333;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
.maxWh{
    width: 130%;
}
img{
    cursor:pointer;
    vertical-align: middle;
}
a, span, em, i{
    display: inline-block;
}
.fomar{
    font-family: "Arial";
}

/*元素位置*/

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

/*clearfix写在浮动元素的上层*/

.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix { *zoom:1;}
.content{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

/*内部文字位置*/
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center;
}

/*块状元素及行内元素*/
.block {
    display: block!important;

}
.inline {
    display: inline-block!important;
}
.none{
    display: none;
}


.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}

/*背景颜色*/
.bg-red{
    background: #f41100;
}
.bg-gray{
    background: #f5f5f5;
}
.bg-ffeded{
    background: #ffeded;
}
.bg-fff{
    background: #fff;
}
.br-5{
    border-radius: 5px;
}
.module{
    background: #f7f7f7;
}




.pd-20{
    padding: 20px 0;
}
.pd-50{
    padding: 50px 0;
}
.pd-btm-100{
    padding-bottom: 100px;
}



/*字体颜色*/
.c66{
    color: #666;
}
.c-fff{
    color: #fff!important;
}
.arial{
    font-family: 'Arial';
}
.c-theme{
    color: #026bb9;
}
.bg-theme{
    background: #026bb9;
}
.c-themeT{
    color: #e1000f;
}
.bg-themeT{
    background: #e1000f;
}
.c-red{
    color: #e1000f;
}
.c-000{
    color: #000;
}
.fbold{
    font-weight: bold;
}
.Arial{
    font-family: 'Arial';
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}
.coloref{
    color: #ef6a22;
}
.color9{
    color: #999;
}



/*边框颜色*/
.bd-top{
    border-top: 1px solid #e5e5e5;
}
.bd-btm{
    border-bottom: 1px solid #e5e5e5;
}
.bd-lf{
    border-left: 1px solid #e5e5e5;
}
.bd-rg{
    border-right: 1px solid #e5e5e5;
}
.bd-1{
    border: 1px solid #e5e5e5;
}

/*按钮样式*/
.btn{
    width: 22%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}
.c-red{
    color: #fb0011;
}

/*宽百分比*/
.w-5{
    width: 5%;
}
.w-6{
    width: 6%;
}
.w-7{
    width: 7%;
}
.w-8{
    width: 8%;
}
.w-9{
    width: 9%;
}
.w-10{
    width: 10%;
}
.w-13{
    width: 13%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-37{
    width: 37%;
}
.w-50{
    width: 50%;
}


.maxwh{
    width: 100%;
}
.wot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tra{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;  /* IE 9 */
    -moz-transition: all 0.35s;     /* Firefox */
    -o-transition : all 0.35s;  /* Opera */
}



table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
table th, table td{
    border: 1px solid #e0e0e0;
}




/*面包屑导航  star*/
.crumbs{
    width: 100%;
    padding: 24px 0 20px;
}
.crumbs>em{
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 17px;
    height: 17px;
    background: url("../images/home.png") no-repeat center center;
}
.crumbs>a{
    font-size: 14px;
    color:#999;
}
.crumbs>i{
    font-size: 14px;
    color:#555;
    margin: 0 0 0 6px;
}
.crumbs>span{
    font-size: 14px;
}

/*crumbs  end*/




/**/
.page{
    text-align: center;
    margin: 1.33% 0 6.75% 0;
}
.page a{
    display: inline-block;
    width: auto;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-family: "Arial";
    border: 1px solid #a0a0a0;
    margin: 0 2px;
}
.page a:hover, .page a.hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.page a i{
    width: 7px;
    height: 12px;
}
.page a.page-lf i{
    background: url(../images/page-lf.png) no-repeat center;
}
.page a.page-lf:hover i{
    background: #000 url(../images/page-lf-act.png) no-repeat center;
}
.page a.page-rg i{
    background: url(../images/page-rg.png) no-repeat center;
}
.page a.page-rg:hover i{
    background: #000 url(../images/page-rg-act.png) no-repeat center;
}
/**/



.overflow{
    overflow: hidden;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner-black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner-black.png) repeat;
}
.banner-con{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-con h2{
    padding-bottom: 24px;
    background: url(../images/banner-bd-btm.jpg) no-repeat 0px bottom;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/mask.png) repeat;
}
.fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
}



.ismob{
    display: none;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}



/*CSS 公用*/
.index-title{
    color: #000;
    padding: 3.75% 0 2.5% 0;
}
.inner-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5% 0;
}
.inner-title em{
    float: right;
    font-size: 14px;
}
.pro-btn{
    width: 196px;
    line-height: 54px;
    margin: 4% auto 6.66% auto;
}
.pro-btn a{
    color: #000;
}
.pro-btn:hover{
    background: #026bb9;
    border: 1px solid #026bb9;
}
.pro-btn:hover a{
    color: #fff;
}

.subnav{
   height: 60px;
}
.subnav>li{
    float: left;
    padding: 0 1.58%;
    position: relative;
}
.subnav>li>a{
    color: #000;
    line-height: 60px;
}
.subnav>li.hover a{
    color: #026bb9;
}
.trans-down{
    width: 6px;
    height: 4px;
    background: url(../images/trans-down.png) no-repeat right center;
    vertical-align: middle;
    margin-left: 5px;
}
.trans-up{
    background: url(../images/trans-up.png) no-repeat right center!important;
}
.third{
    width: 171px;
    display: none;
    z-index: 0;
    position: absolute;
    left: 0;
}
.third ul{
    width: 171px;
    display: none;
    z-index: 2;
    position: absolute;
    left: 100%;
    background:#e5e5e5;
    margin-top:-31px;
}
.third-lf{
    /*float: left;*/
    width: 245px;
    width: 100%;
    background: #f5f5f5;
    padding:7.7% 8.7%;
}
.third-lf ul{
    /*float: left;*/
  left:170px;
}
.third-lf ul li{
  position:relative;

}
.third h2{
    font-size: 14px;
}
.third-lf h2{
    padding: 9.5% 8.7%;
}
.third-lf a{
    width: 100%;
    padding: 7.7% 8.7%;
    color: #2d2d2d;
    background: url(../images/third-icon.png) no-repeat 90% center;
}
.third-lf a.hover{
    color: #fff;
    background: #026bb9 url(../images/third-icon-act.png) no-repeat 90% center;
}
.third-rg{
    float: left;
    width: 62%;
    padding: 1.7% 4.5%;
}
.third-rg h2, .third-rg a{
    padding: 4.9% 0;
}
.third-rg a{
    width: 100%;
    color: #2d2d2d;
}
.third-rg a:hover{
    color: #026bb9;
}
/*CSS 公用*/


/*font-size*/
.f-13{
    font-size: 13px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-25{
    font-size: 25px;
}
.f-26{
    font-size: 26px;
}
.f-28{
    font-size: 28px;
}
.f-30{
    font-size: 30px;
}
.f-32{
    font-size: 32px;
}
.f-34{
    font-size: 34px;
}
.f-36{
    font-size: 36px;
}
.f-40{
    font-size: 40px;
}

@media all and (min-width: 960px) and (max-width: 1199px){
    .f-13{
        font-size: 13px;
    }
    .f-15{
        font-size: 14px;
    }
    .f-16{
        font-size: 14px;
    }
    .f-18{
        font-size: 16px;
    }
    .f-22{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-26{
        font-size: 21px;
    }
    .f-28{
        font-size: 22px;
    }
    .f-30{
        font-size: 24px;
    }
    .f-34{
        font-size: 26px;
    }
    .f-36{
        font-size: 28px;
    }
    .f-40{
        font-size: 30px;
    }
}


@media all and (max-width: 640px){
    .f-15{
        font-size: 13px;
    }
    .f-16{
        font-size: 13px;
    }
    .f-18{
        font-size: 14px;
    }
    .f-20{
        font-size: 15px;
    }
    .f-22{
        font-size: 16px;
    }
    .f-24{
        font-size: 17px;
    }
    .f-25{
        font-size: 18px;
    }
    .f-26{
        font-size: 19px;
    }
    .f-28, .f-30{
        font-size: 20px;
    }
    .f-34{
        font-size: 22px;
    }
    .f-36, .f-40{
        font-size: 24px;
    }
    .mt-20{
        margin-top: 1.66%;
    }
    .mt-30{
        margin-top: 2.5%;
    }
    .mt-40{
        margin-top: 3.33%;
    }
    .mt-60{
        margin-top: 5%;
    }
    .ispc{
        display: none!important;
    }
    .ismob{
        display: block;
    }
}








