*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.headbg{
}

.topbg{
    height: 36px;
    background: #f1f1f1;
    line-height: 36px;
}

.top{
    height: 36px;
}

.topL{
    display: block;
    float: left;
    font-size: 12px;
    color: #666;
}

.topR{
    height: 16px;
    float: right;
    margin-top: 10px;
}

.topR li{
    float: left;
    border-right: 1px solid #666;
    height: 16px;
    line-height: 16px;
}

.topR li:last-child{
    border-right: none;
}

.topR li a{
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #666;
    line-height: 16px;
    height: 16px;
}

.topR li:hover a{
    color: red;
}

.logobg{
    height: 134px;
}

.logo{
    float: left;
    height: 134px;
}

.logo a{
    display: block;
    height: 134px;
}


.logo a img{
    display: block;
    height: 134px;
}

.EWM{
    float: right;
    height: 84px;
    margin-top: 25px;
}

.EWM dt{
    width: 84px;
    height: 84px;
    float: left;
}

.EWM dt img{
    width: 84px;
    height: 84px;
}

.EWM dd{
    float: left;
    margin-left: 20px;
    height: 84px;
}

.EWM dd h3{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.EWM dd span{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #d31145;
    line-height: 30px;
}

.menuBg{
    height: 50px;
    box-shadow: 0 3px 4px #8b8b8b;
    background: #d31145;
}

.menuSS{
    height: 50px;
}

.menu{
    width: 920px;
    height: 50px;
    float: left;
    position: relative;
    z-index: 9999;
}

.menu>li{
    width: 115px;
    height: 50px;
    float: left;
    position: relative;
}

.menu>li>a{
    display: block;
    width: 115px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: 500ms;
}

 .menu>li>a:hover{
    background: #be0f3e;
    transform: scale(1.1);
 }


.menu>li dl{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 2px 2px 10px #d31145;
}

.menu>li:hover dl{
    display: block;
}

.menu>li dl dd{
    height: 50px;
    line-height: 50px;
    background:#d31145;
}

.menu>li dl dd a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: 500ms;
}

.menu>li>dl dd:hover a{
    background: #be0f3e;
    transform: scale(1.1);
}

.ssDiv{
    float: right;
    width: 224px;
    height: 32px;
    margin: 10px;
    position: relative;
}

.ssDiv input{
    display: block;
    width: 212px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    outline: none;
    color: #fff;
}

.ssDiv input::placeholder{
    font-size: 14px;
    color: #fff;
}

.ssDiv input[type="button"]{
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    outline: none;
    border: none;
    background: url("../images/search.png") no-repeat center center;
    background-size: cover;
}





/* 本例子css */
.slideBox{ width:100%; height:545px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:14px; text-align:center; background:#c2bfa3; cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#fff; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:545px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-25px;
    display:block;
    width:50px;
    height:50px;
    background:url(../images/arr1.png) no-repeat;
}
.slideBox .next{
    left:auto;
    right:3%;
    background:url(../images/arr2.png) no-repeat;
}

.con1{
    padding: 50px 0;
}


.Titlebg{
    height: 60px;
}

.title{
    position: relative;
}

.title h2{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.ys1{
    color: #000;
}


.ys2{
    color:#d31145;

}

.title span{
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.t1:before{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#be0f3e;
    left: 428px;
    top: 29px;
}

.t1:after{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#be0f3e;
    right: 428px;
    top: 29px;
}

.con1UL{
    margin: 50px 0;
    overflow: hidden;
}

.con1UL li{
    width: 360px;
    height: 350px;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.con1UL li a{
    width: 360px;
    height: 350px;
    display: block;
}

.con1TU{
    width: 360px;
    height: 280px;
    position: relative;
}

.con1TU>img{
    width: 360px;
    height: 280px;
    display: block;
}

.con1TUC{
    width: 360px;
    height: 280px;
    background: rgba(211, 17, 69, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}


.con1UL li:hover .con1TUC{
    display: block;
}

.con1TUC img{
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.con1UL li a>span{
    display: block;
    height: 70px;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    color: #000;
}

.con1UL li:hover a>span{
    color:#be0f3e;
    font-weight: bolder;
}

.con2bg{
    height: 717px;
    background: url("../images/con2bg.jpg") no-repeat center center;
    background-size: cover;
}


.con2{
    padding: 50px 0;
    height: 617px;
}

.t2:before{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#be0f3e;
    left: 475px;
    top: 29px;
}

.t2:after{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#be0f3e;
    right: 475px;
    top: 29px;
}


.con2M{
    width: 100%;
    height: 487px;
    margin-top: 40px;
}

.con2ML{
    float: left;
    width: 474px;
    height: 438px;
    background: #e0587c;
}

.con2MR{
    float: right;
    width: 600px;
    height: 487px;
}

.titleL{
    padding: 40px 0 25px;
}

.titleL h2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}

.titleL span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/* 本例子css */
.picScroll-left{
    width:100%;
    height: 266px;
    overflow:hidden;
    position:relative;
}
.picScroll-left .hd{

}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display:block;
    width:29px;
    height:59px;
    float:right;
    position: absolute;
    overflow:hidden;
    cursor:pointer;
    left: 0;
    top: calc(50% - 29px);
    background:url("../images/arr1_1.png") no-repeat;
}
.picScroll-left .hd .next{
    left: auto;
    right: 0;
    background:url("../images/arr1_2.png") no-repeat;

}


.picScroll-left .bd{
    padding:0 52px;
}
.picScroll-left .bd ul{
    overflow:hidden;
}
.picScroll-left .bd ul li{
    margin:0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    width: 370px;
    height: 266px;
}


.picScroll-left .bd ul li a{
    display: block;
    width: 370px;
    height: 266px;
}

.picScroll-left .bd ul li a img{
    display: block;
    width: 370px;
    height: 266px;
}

.con2MR h1{
    font-size: 30px;
    color: #d31145;
    font-weight: bold;
    padding-bottom: 45px;
}

.con2MRTxt{
    display: block;
    font-size: 16px;
    height: 350px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
}

.ckqb{
    display: block;
    width:  185px;
    height: 42px;
    border: 1px solid #d31145;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color:#d31145;
    border-radius: 42px;
    margin-top: 3px;
    transition: 500ms;
}

.ckqb:hover{
    background:#d31145;
    color: #fff;
}

.con3bg{
    height: 290px;
    background: url("../images/con3bg.jpg") no-repeat center center;
}

.con3{
    height: 220px;
    padding: 50px 0 20px;
}

.t3:before{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#fff;
    left: 440px;
    top: 29px;
}

.t3:after{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#fff;
    right: 440px;
    top: 29px;
}

.ys3{
    color: #fff;
}

.con3Ul{
    overflow: hidden;
    margin-top: 30px;
}

.con3Ul li{
    width: 200px;
    height: 136px;
    float: left;
}

.con3Ul li img{
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
}

.wenzi{
    height: 70px;
    overflow: hidden;
}

.wenziL{
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    width: 80%;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
}

.wenziR{
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    width: 20%;
    display: block;
    float: right;
    color: #fff;
    text-align: center;
}

.con4{
    padding: 50px 0;
}

.con4Ul{
    overflow: hidden;
    margin-top: 40px;
}

.con4Ul li{
    width: 376px;
    height: 296px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
}

.con4Ul li a{
    display: block;
    width: 376px;
    height: 296px;
    position: relative;
    overflow: hidden;
}


.con4Ul li a img{
    display: block;
    width: 376px;
    height: 296px;
    transition: 500ms;
}

.con4Ul li:hover img{
    transform: scale(1.3);
}

.con4Ul li a span{
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    display: none;
}

.con4Ul li:hover span{
    display: block;
}

.mar1{
    margin: 40px auto 0;
}

.con5bg{
}


.t4:before{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#fff;
    left: 480px;
    top: 29px;
}

.t4:after{
    content: '';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#fff;
    right: 480px;
    top: 29px;
}

.con5Top{
    height: 240px;
    width: 100%;
    background: url("../images/con5Tbg.jpg") no-repeat center center;
    overflow: hidden;
}

.con5T{
    height: 70px;
    margin-top: 70px;
}

.con5Ul{
    margin-top: -70px;
    overflow: hidden;
    padding-top: 30px;
    background: #fff;
}

.con5Ul li{
    width: 560px;
    height: 136px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.con5Ul li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.con5Ul li dl{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con5Ul li dl dt{
    width: 200px;
    height: 136px;
    float: left;
    position: relative;
    overflow: hidden;
}

.con5Ul li dl dt img{
    display: block;
    width: 200px;
    height: 136px;
    transition: 500ms;
}

.con5Ul li dl dd{
    width: 340px;
    height: 136px;
    float: right;
}

.con5Ul li dl dd h4{
    font-size: 16px;
    color: #333;
    margin: 15px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con5Ul li dl dd h4:hover{
    color:#d31145;
}

.con5Ul li dl dd span{
    display: block;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.ckxq{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #d31145;
    font-size: 14px;
    margin-top: 10px;
}

.ckxq:hover{
    text-decoration:underline;
}

.riqi{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 60px;
}

.riqi span{
    font-size: 16px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-weight: bolder;
}

.riqi label{
    font-size: 12px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 15px;
    color: #fff;
}
.bg1{
    background: rgba(211, 17, 69, 0.7);
}

.bg2{
    background: rgba(0,0,0,0.6);
}

.con5Ul li:hover img{
    transform: scale(1.3);
}

.mar2{
    margin: 0 auto;
}

.footbg{
    margin-top: 30px;
}

.footTbg{
    background: #3e3e3e;
}

.foot{
    padding: 50px 0;
    overflow: hidden;
}


.footL{
    width: 550px;
    float: left;
}

.footR{
    width: 430px;
    float: right;
}

.ftTitle{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #ddd;
}

.footL dl{
    width: 450px;
    margin-top: 20px;
    position: relative;
}

.footL dl dt{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
}

.footL dl dd{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}


.erweima{
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 84px;
}

.erweima img{
    display: block;
    width: 84px;
    height: 84px;
}


.erweima span{
    display: block;
    width: 84px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.bdUl{
    margin-top: 20px;
}

.bdUl li{
    height: 44px;
    margin-bottom: 15px;
    overflow: hidden;
}

.bdUl li input[type="text"]{
    color: #fff;
    height: 44px;
    width: 410px;
    background: rgba(75,76,78,0.5);
    padding-left: 20px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    display: block;
}

.bdUl li input::placeholder{
    color: #fff;
    font-size: 16px;
    caret-color:#fff;
}

.yzm{
    width: 265px !important;
    float: left;
}


.yzmImg{
    display: block;
    float: right;
    width: 120px;
    height: 44px;
}

.tjly{
    color: #fff;
    height: 44px;
    width: 430px;
    border: none;
    outline: none;
    display: block;
    background: #d31145;
    font-size: 18px;
    cursor: pointer;
}

.footBbg{
    background: #333;
    padding: 15px 0;
}

.footB{
}

.footB li{
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.backToTop{
    width: 60px;
    height: 50px;
    position: fixed;
    cursor: pointer;
    bottom: 60px;
    right: 60px;
    display: none;
}



/*add---------------*/

.insidebg{
}

.insT{
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
}

.insT a{
    font-size: 18px;
    color: #999;
}

.insT a:hover{
    color: #be0f3e;
}

.inside{
    overflow: hidden;
}

.insL{
    width: 275px;
    float: left;
}



.insUl{

}

.insUl li{
    margin-bottom: 40px;
    width: 275px;
    line-height: 80px;
}

.insUl li>a{
    display: block;
    border-left: 10px solid #be0f3e;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background: #d31145;
}

.dhyx{
    width: 275px;
    height: 50px;
    margin-bottom: 30px;
}

.dhyx dt{
    width: 50px;
    height: 50px;
    background: #999;
    float: left;
}

.dhyx dt img{
    display: block;
    width: 36px;
    height: 36px;
    margin: 7px auto;
}

.dhyx dd{
    width: 225px;
    height: 50px;
    float: left;
    background: #f3f3f3;
}

.shsp{
    overflow: hidden;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
    color: #d31145;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: bold;
}

.yxa{
    overflow: hidden;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.insR{
    width: 876px;
    background: #f3f3f3;
    float: right;
}

.insRT{
    height: 78px;
    line-height: 78px;
    border-bottom: 2px solid #0167b5;
    text-align: center;
}

.insRT span{
    display: inline-block;
    height: 78px;
    line-height: 78px;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #b91e2b;
}

.insRCon{
    display: block;
    padding: 60px 30px;
}
