/**************
*  2019-01-24  *
*              *
***************/

body{
    font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
    width: 100%;
    min-width: 1200px;
}
.ad{
    width: 100%;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px;
}
.mt38{
    margin-top: 38px!important;
}
.se{
    background-color: #2f0;
}
/*头部*/
.header{
    width: 100%;
    height: 78px;
    /*border-bottom: 3px solid #A61111;*/
}
.header .head{
    width: 1000px;
    height: 78px;
    margin: 0 auto;
}
/*logo*/
.header .head .logo{
    width: auto;
    height: 100%;
    float: left;
}
.header .head .logo img{
    float: left;
}
.header .head .logo span{
    /*width:56px;*/
    height: 27px;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 18px;
    color:#fff;
    background-color: #A61111;
    text-align: center;
    margin-top: 32px;
    margin-left: 5px;
    padding: 0 5px;
}
.header .head .r_box{
    width: 210px;
    height: 30px;
    float: right;
    margin-top: 26px;
}
.header .head .r_box a{
    display: block;
    margin-left: 20px;
    float: left;
    position: relative;
}
.header .head .r_box a .weixin{
    width: 37px;
}
.header .head .r_box a .mobile{
    width: 37px;
    margin-left: 6px;
}
.header .head .r_box a.title{
    font-size: 14px;
    color:#A61111;
    font-weight:bold;
}
.header .head .r_box a .ewmImg{
    display: none;
    position: absolute;
    top:40px;
    left: 0;
    height: 108px;
    max-width: 91px;
    z-index: 9;
}
.header .head .r_box a:hover .ewmImg{
    display: block;
}
.banner{
    width: 1200px;
    height: 508px;
    margin: 0 auto;
    position: relative;
}
.banner .box{
    width: 100%;
    height: 482px;
}
.banner .box .left{
    float: left;
    width: 904px;
    height: 100%;
    background-color: #fff;
    position: relative;
}
.banner .box .left img{
    width: 1005%;
    height:100%;
}
.banner .box .left .title{
    width: 90%;
    box-sizing: border-box;
    top:140px;
    left: 60px;
    position: absolute;
    font-size: 45px;
    color: #fff;
    height: 135px;
    line-height: 60px;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-family:"SimSun","Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.banner .box img.right{
    float: right;
    margin-right: 80px;
    margin-top: 120px;
}
.banner .box .left .bj{
    opacity: 0.2;
    background-color: #000;
}
.banner .leftBtn{
    width: 39px;
    height: 75px;
    position: absolute;
    left: -50px;
    top:210px;
}
.banner .rightBtn{
    width: 39px;
    height: 75px;
    position: absolute;
    right: -50px;
    top:210px;
}
.con{
    width: 1200px;
    height: 276px;
    margin: 0 auto;
    padding-top: 10px;
}
.con .left{
    width: 482px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 55px 40px 0 75px ;
    font-size: 17px;
    color: #fff;
    line-height:30px;
    text-align: justify;
    position: relative;
}
.con .left img.icon{
    position: absolute;
    top:20px;
    left: 20px;
}
.con .right{
    width: 718px;
    height: 100%;
    box-sizing: border-box;
    border:1px solid #B5B5B5;
    float: left;
    position: relative;
}
.con .right .w_top{
    width: 185px;
    height: 4px;
    position: absolute;
    top:-4px;
    right: -4px;
}
.con .right .h_right{
    width: 4px;
    height: 178px;
    position: absolute;
    top:0px;
    right: -4px;
}
.con .right ul{
    width: 635px;
    overflow: hidden;
    padding-top: 35px;
    padding-left: 75px;
}
.con .right ul li{
    width: 100%;
    height: 36px;
    font-size: 18px;
    box-sizing: border-box;
    line-height: 36px;
    padding-left: 25px;
    position: relative;
}
.con .right ul li a{
    color:#333;
}
.con .right ul li span{
    display: inline-block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 10px;
    top: 16px;
}
.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.footer .footCon{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.footer .footCon p{
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 14px;

}
.footer .footCon p a{
    color:#333;
}
.footer .footCon p.qualifications a{
    color:#333;
    padding: 0 10px;
}
.footer .footCon p.about a{
    color:#333;
    padding: 0 5px;
}
.footer .footCon p.about span{
    border-left:1px solid #666;
    height: 12px;
    display: inline-block;

}