
/* CSS Document */
*{margin: 0;padding: 0;	box-sizing: border-box;}
body {position: relative; width:100%; -webkit-font-smoothing: antialiased;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul, ul li, ol li, li {list-style:none;}
table {border-collapse: collapse;	border-spacing: 0;}
input, textarea {border: 0;	outline: none;  -webkit-appearance: none; /*去掉内部阴影*/}
select {border: 0;}
input[type=input]{-webkit-appearance:none;}/*移除ios样式*/
input[type=checkbox]{-webkit-appearance:checkbox;}
/*去除a标签的虚线框*/
a {outline: none; text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color:transparent;}
html {width:100%;background-color: #fff;color: #262626;}
.clearfix:after {visibility: hidden;display: block;	font-size: 0;content: ".";	clear: both;height: 0;}
.fr {float: right;}
.fl {float: left;}
.none{
    display: none;}
.box{
    width:100%;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    /*display: -webkit-flex;  Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    /*display: -moz-flex;  Firefox 18+ */
    /*display: -ms-flexbox;  IE 10 */
    /*display: flex;  Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	text-align:left;
}
.flex{-webkit-box-flex:1; -moz-box-flex:1; -ms-flex:1; -o-box-flex:1; box-flex:1; flex:1;}
.flex2{-webkit-box-flex:2; -moz-box-flex:2; -ms-flex:2; -o-box-flex:2; box-flex:2; flex:2;}
.hide{overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.apo{display: -webkit-box;display: -ms-flexbox; ;text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.apo_one{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.apo_three{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.apo_Four{display: -webkit-box;display: -ms-flexbox; text-overflow: ellipsis;  overflow : hidden;  -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.mark{display: none; position: fixed; top:0;left: 0; z-index: 55; width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.CContainer{width:1320px;margin: 0 auto;}
.CContainerIndex{width:75%;margin: 0 auto;}
.CContainerIndexTwo{width:83.8%;margin: 0 auto;}
.textRight{text-align: right;}
.textCenter{text-align: center;}
/*ml*/
.ml0{margin-left: 0;}
.ml30{margin-left:30px;}
.ml100{margin-left:100px;}
.ml50{margin-left:50px;}
.ml50{margin-left:50px;}
.mr30{margin-right:30px;}
.mr20{margin-right:20px;}
.mr100{margin-right:100px;}
.mr50{margin-right:50px;}
/*mt*/
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt50{margin-top: 50px;}
/*mb*/
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mrl20{margin:0 20px;}
/*pb*/
.pb70{padding-bottom: 70px;}
.pb100{padding-bottom: 100px;}
.pb55{padding-bottom: 55px;}
/*pt*/
.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt70{padding-top: 70px;}
.ptb70{padding: 70px 0;}
.ptb50{padding: 50px 0;}
/*pr*/
.pr30{padding-right:30px;}
.pr100{padding-right:100px;}
.pr50{padding-right:50px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
/*plr*/
.plr30{
    padding: 0 30px;
}
.plr140{
    padding: 0 140px;
}
.plr70{
    padding: 0 70px;
}
/*图片居中处理*/
.imgParentPos{
    position: relative;
    overflow: hidden;
}
.topNavBox{
    padding-top: 47px;
    line-height: 16px;
    padding-right: 12px;
}
.topNavBox a{
    color:#fff;
}
.topNavBox>li{
    float: left;
    position: relative;
    padding: 0 18px;
}

.topNavBox>li>a{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;

}
.topNavBox>li>a.on,.topNavBox>li> a:hover{
    color: #E60012;
    padding-bottom:31px;
    border-bottom: 2px solid #E60012;
}
.imgPos{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
/*内容垂直居中*/
.boxTable{
    display: table;
}
.cContVer{
    display: table-cell;
    vertical-align: middle;
}
/*项目内容*/

.indexBanner{
    width:100%;
    height: 100%;
}
.otherBannerIndex{

    height: 100%;
    width:100%;
}
.otherBanner3{
    position: relative;
    height: 100%;
    overflow: hidden;

    width:100%;
}
.otherBanner3 .indexImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.indexImg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.otherBanner3>img{
    display: block;
    object-fit: cover;
    height: 100%;
    width:100%;
}
.otherBannerIndex>.swiper-pagination-bullets{
    /*width:46.8% !important;*/
    /*bottom:55px !important;*/
    /*left:0 !important*/
    width: 100%;
    bottom: 60px !important;
    text-align: right;
    font-size: 0;
    padding-right: 70px;
    right: 0 !important;
}
.otherBannerIndex .swiper-pagination-bullet{
    display: inline-block !important;
    background:#FFFFFF;
    width:35px;
    height: 10px;
    border-radius: 10px;
    margin: 0 10px !important;
    opacity: .6;

}
.otherBannerIndex .swiper-pagination-bullet-active{

    background:#DC000C;

}
.navBox{
    padding:31px 0 48px 0;
    background:url("../image/navBg.png") no-repeat center;
    width:100%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A7A7A;
}
.navBox a{
    cursor: pointer;
}

/*底部表单*/
.footerFormBox{
    width:100%;
    /*padding:180px 0 120px 0;*/

    box-sizing: border-box;
    background:url("../image/footerFormBox.png") no-repeat center;
    background-size:100% 100%;
}
.footerFormContent{
    width:1060px;

    margin:0 auto;
}
.footerForm{
    width:360px;
    background:#DC000C;
    opacity: .8;
    padding:50px 30px 57px 30px;
    box-sizing: border-box;
}
.footerForm>.title{

    height: 28px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-bottom:30px;
    color: #FFFFFF;
    opacity: 1;
}
.footerForm>.title span{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

}
.footerForm input,.footerForm select{
    width:300px;
    height: 50px;
    line-height: 50px;
    padding:0 10px;
    margin-bottom:15px;
}
.footerForm button{
    width:300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DC000C;
    background:#fff;
    margin-top:15px;
    border:1px solid #fff;

}
.footerFormInfo{
    padding:54px 100px 30px 100px;
    box-sizing: border-box;
    width:700px;
    background:#fff;
    opacity: .9;
}
.footerFormInfo>.title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    text-align: center;
    line-height: 24px;
    margin-bottom:20px;
}
.footerFormInfo>.info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    line-height: 14px;
    text-align: center;
    margin-bottom:10px;
}
.footerFormInfo .infoSen{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom:30px;
    line-height: 12px;
}
.footerFormInfoItemBox{
    width:492px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.footerFormInfoItem{
    width:170px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 14px;
    color: #262626;
}
.footerFormInfoItem img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom:15px;
}
.footerFormInfoItem>.title{
    margin-bottom:10px;
    line-height: 14px;
}
.footerFormInfoItem>.title:last-child{
    margin-bottom:0px;
}
.footerFormCord{
    margin-top:25px;
    width:520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerFormCord .hr{
    display: inline-block;
    width:190px;
    height: 1px;
    background:#b3b3b3;
}
.footerFormCord .footerFormCordContent{
    width:100px;
}
.footerFormCord img{
    width:100px;
    height: 100px;
}
.footerFormCordContent p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-top:16px;
    text-align: center;
    color: #262626;
    opacity: 1;

}
/*底部*/
.footer{
    width:100%;
    overflow: visible;
}
.footerTabBox{
    width:100%;
    background:#333;
    padding:46px 70px 60px 46px;
    color:#fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.footerTabBox .footerTabContent{
    width: 1200px;
    margin: 0 auto;
}
.footerTab{
    margin-bottom:25px;
}
.footerTab>span{
    width:100px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size:16px;
}
.footerTab .activity,.footerTab span:hover{
    background:#666;
}
.footerTabItem{
    display: none;

}
.footerTabItem a{
    margin-right: 30px;
    float: left;
    margin-bottom:20px;
    color:#fff;
}
.footerTabItem a:last-child{
    margin-right: 0;
}
.footerBox{
    border-top:1px solid #fff;
    background:#262626;
    text-align: center;
    font-size:14px;
    color:#fff;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding:19px 0;
}
.footerBox span:first-child{
    margin-right: 80px;
}
.footerBox a{
    color: #FFF !important;
}
.pageBox{
    width:100%;
    text-align: center;
    margin-bottom:72px;
    margin-top:70px;
    height: 45px;
    text-align: center;
}
.pageBox li{
    display: inline-block;
    margin:0 10px;
}
.pageBox a,.pageBox span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #524F4F;
    text-align: center;
    line-height: 45px;
    height: 45px;
    background:#e6e6e6;
    display: block;
    padding: 0 10px;
}


.pageBox a:last-child{
    margin-right: 0px;
}
.headerBottom{
    height: 90px;
    position: absolute;
    top:0;

    left:0;
    width:100%;
    z-index: 2;
}
.logBox{
    padding: 30px 0 30px 0;
    margin-left:5.2%;
    display: flex;
    align-items: center;
}
.logBox .logo{
    display: block;
    padding-right: 20px;
    font-size: 0;
    margin-right: 20px;
}
.logBox .logo .logoImg{
    height: 50px;
}
.hearMenu{
    height: 40px;
    width: 40px;
    margin-right: 5.2%  ;
    margin-top:36px;
    background:url("../image/menu.png")no-repeat;
}
.hearMenuActivity{
    background:url("../image/menuActivity.png")no-repeat;
}
.hearPhone{

}

.headerTel{
    margin-top:35px;
    margin-right: 40px;

    color:#262626;
    padding:10px 21px 10px 56px;
    border:1px solid #262626;
    border-radius: 20px;
    background:url("../image/headtel.png") no-repeat;
    background-size:24px 20px;
    background-position: 22px 10px;
}
.headerTelActivity{
    color:#FFF;
    border:1px solid #FFF;
    background:url("../image/headtelActivity.png") no-repeat;
    background-size:24px 20px;
    background-position: 22px 10px;
}
.hearMenuBox{
    width:100%;
    height: 1080px;
    position: fixed;
    background:#222222;
    opacity: .9;
    display: none;
    z-index: 111;
    top:0;
    left: 0;

}
.hearMenuBox  .headerTel{
    color:#fff;
    padding:10px 21px 10px 56px;
    border:1px solid #fff;
    border-radius: 20px;
    background:url("../image/menuTel.png") no-repeat;
    background-size:24px 20px;
    background-position: 22px 10px;
}
/*.hearMenuBox .headerTel:hover,.headerBottom .logBox .headerTel:hover{
    background:#B91B23;
    color:#fff;
    background-image:url("../image/headtel.png") ;
    background-size:24px 20px;
    background-repeat: no-repeat;
    background-position: 22px 10px;
    border:1px solid #B91B23;
}*/
.menuClose{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-right: 5.2%  ;
    height: 44px;
    margin-top:33px;
}

.hearMenuBox .menuClose{
    height: 44px;
    width: 44px;

    /*margin-left:20px;*/
    display: inline-block;

    background:url("../image/menuClose.png")no-repeat;
}
/*.menuClose:hover{
    cursor: pointer;
    color:#B91B23;
}
.menuClose:hover .menuhearMenu{
    background:url("../images/common/menuCloseHover.png")no-repeat;
}*/
.headMenuContentBox{
    width:100%;
    height: 940px;
    position: relative;
    background-size:100% 100%;
    padding:0px 71px;
    box-sizing: border-box;
}

.headMenuContentBox .headMenuContentItem {

    width:250px;
    height: 940px;
    border-right: 1px solid rgba(255,255,255,.25);
    padding-top:110px;

    text-align: center;
}
.headMenuContentBox .headMenuContentItem:last-child{
    border-right: none;
}
.headMenuContentBox .headMenuContentItem a{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}
.headMenuContentBox .headMenuContentItem a span{
    display: block;
}
.headMenuContentBox .headMenuContentItem a span:last-child{
    margin-top:25px;
}
.headMenuContentBox .headMenuContentItem .activity,.headMenuContentBox .headMenuContentItem a:hover{
    color:#DC000C;
}
.headMenuBottom{
    width: 100%;
    display: flex;
    padding:0 4%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom:97px;
}
.headMenuBottom .headMenuTel>.title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom:20px;
}
.headMenuBottom .headMenuTel>.tel{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;

}
.headMenuBottom .headMenuTel>.info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    margin-top:20px;

}
.footerCompanyCordItem{
    text-align: center;
    width:169px;
    color:#fff;
}
.footerCompanyCordItem img{
    width:120px;
    height: 120px;
    margin-bottom:5px;
}
.footerCompanyCordItem p{
    font-size:12px;
    margin-top:15px;
    width:100%;
}
.hearNav{
    position: absolute;
    left:0;
    top:400px;
    width:190px;
    z-index: 222;
}
.hearNav a{
    display: block;

    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 14px;
    color: #262626;
    margin-bottom:36px;
}
.hearNav a{
    display: block;
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 14px;
    color: #262626;
    margin-bottom:36px;
}
.hearNav .etitle{
    display: none;

}
.hearNav a .hr{
    display: inline-block;
    width:70px;
    margin-top:5px;
    float: left;
    height: 2px;
}
.hearNav .activity .ctitle,.hearNav a:hover .ctitle{
    display: none;
}
.hearNav .activity .etitle,.hearNav a:hover .etitle{
    display: inline-block;
    color:#DC000C;
    margin-left: 10px;
}
.hearNav .activity .hr,.hearNav a:hover .hr{
    background:#DC000C
}