html,body,div,p,span,img,ul,li,ol,form,label,input,table,td,tr,th{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    background: #e9ecef;
    font-size: 16px;
    color: #222222;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior:smooth;
    /* overflow-x: hidden; */
}
img{
    display: block;
    border: none;
}
ul,li{
    list-style: none;
}
a{
    color: #222222;
    text-decoration: none;
}
a:hover{
    color: #cb3017;
    cursor: pointer;
    text-decoration: underline;
}
input{
    border: none;
    outline: none;
}
input[type="text"],input[type="password"]{
    font-size: 14px;
}
input[type="submit"]{
    background: #cb3017;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
}
input[type="submit"]:hover{
    background: #af2813;
}

.fl{float: left;}
.fr{float: right;}
/* .clearFloatLine{overflow: hidden;} */
.clearFloatLine:after{
    content: "";
    display: block;
    clear: both;
}

.clearFloatLine::after{
    content: "";
    display: block;
    clear: both;
}



.centerPart{
    width: 1280px;
    margin: 0 auto;
    overflow-x: hidden;
}
.header,.footer,.blockArea,.fixTop{
    background: #ffffff;
}
.header,.footer,.bottom{
    min-width: 1260px;
}
.footer .centerPart{
    padding: 25px 35px 0 45px;
}
.bottom .centerPart{
    padding: 0 39px 0 48px;
}
.leftCol.fl,.blockArea.fl{
    margin-right: 10px;
}
.leftCol{
    width: 920px;
}
.rightCol{
    width: 350px;
}

.partLine{
    margin-bottom: 10px;
}
.fixTop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 900px;
    height: 41px;
    border-bottom: 1px solid #e9ecef;
    z-index: 99;
}
.fixTop .dropBox{
    padding-right: 25px;
}
.container{
    padding-top: 41px;
}
.header{
    margin-bottom: 10px;
}
.leftNav{
    padding-left: 75px;
}
.leftNav li{
    line-height: 40px;
    margin: 0 30px;
    font-weight: 600;
}
.leftNav .currentNav{
    color: #cb3017;
}

/* 下拉导航基本样式开始 */
.dropItem{
    position: relative;
    font-size: 12px;
    color: #888888;
    line-height: 40px;
    cursor: pointer;
    display: block;
}
.dropNav{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    display: none;
    z-index: 3;
    background: #ffffff;
    background: rgba(255,255,255,0.8);
    border: 1px solid #e9ecef;
}

.dropItem:hover>.dropNav{
    display: block;
}
.dropBox>.dropItem{
    margin: 0 10px;
}
.dropBox>.dropItem>.dropNav{
    border-top: none;
}
.dropNav .dropNav{
    top: 0;
    left: -100%;
}
.arrowBottom{
    width: 7px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
}
/* 下拉导航基本样式结束 */

.contactLine{
    cursor: default;
}
.contactPhone{
    font-size: 16px;
    font-weight: 600;
}

.topSearchBox{
    height: 100px;
    padding: 26px 0 24px;
    overflow-x: visible;
}
.businessLogo{
    width: 273px;
    height: 50px;
    margin-right: 76px;
}
.topSearch{
    position: relative;
    width: 800px;
    height: 50px;
    border-radius: 6px;
    border: 2px solid #cb3017;
    margin-right: 40px;
}
.topSearch select{
    height: 46px;
    border: none;
    padding-left: 1em;
    outline: none;
    border-radius: 6px;
}
.topSearch .typeInput{
    position: relative;
    width: 78.75%;
    height: 46px;
    padding: 16px 10px 16px 44px;
    z-index: 2;
    background: transparent;
}
.topSearch .searchBtn{
    width: 12.25%;
    height: 46px;
    border-radius: 4px;
    font-weight: 600;
	/**下面两句是为了解决有时候计算误差导致搜索按钮有间隙*/
	position: relative;
    right: -1px;
}
.searchMore{
    font-size: 12px;
    padding: 5px 0;
    line-height: 20px;
}
.searchMore a{
    display: block;
}
.formScan{
    position: absolute;
    width: 18px;
    height: 18px;
    top: 16px;
    left: 75px;
    z-index: 3;
}


.topMapBox{
    width: 320px;
    padding: 0 30px;
}
.cardBox{
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}
.topMapBox .cardBox:last-child{
    border-bottom: none;
}
.cardTitle{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.cardTitle img{
    width: 26px;
    height: 26px;
    margin-right: 18px;
}
.topMapBox .cardContent a{
    line-height: 26px;
    color: #444444;
    margin-right: 1em;
    font-size: 14px;
}
.topMapBox .cardContent a:hover{
    color: #cb3017;
}

.swiperArea,.swiperArea img{
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
}
.paginationBox{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 16px;
    text-align: center;
    z-index: 2;
}

.blockHead{
    height: 61px;
    border-bottom: 1px solid #e9ecef;
    padding: 0 30px
    
}
.blockHead .tabs{
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    color: #666666;
    line-height: 60px;
}
.tabs:hover{
    color: #cb3017;
}
.multiTabs{
    position: relative;
}
.multiTabs .tabs{
    width: auto;
    min-width: 110px;
    margin-right: 80px;
}
.multiTabs .tabs:last-child{
    margin-right: 0;
}
.tabs.checked{
    color: #cb3017;
}
.checkedLine{
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    display: none;
    background: #cb3017;
}
.tabs.checked .checkedLine{
    display: block;
}
.muchMore{
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    width: 70px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background: #e2f3ff;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.muchMore:hover{
    background: #d9e5f0;
}

.blockBody{
    padding: 20px 30px 23px;
    border-bottom: 1px solid #e9ecef;
}

.loginForm .typeInput{
    width: 290px;
    height: 40px;
    background: #e9ecef;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 12px 1em;
}
.loginForm .submitBtn{
    width: 140px;
    height: 40px;
    margin-top: 5px;
    border-radius: 8px;
}
.forgetPass{
    font-size: 14px;
    line-height: 1em;
    margin: 18px 10px 0;
}
.contactUsLine{
    padding: 18px 0 11px 22px;
    text-align: center;
}
.contactUsLine:last-child{
    text-align: left;
}
.contactUsLine .contactPhone{
    margin: 9px 0;
}
.qrCode{
    width: 75px;
    height: 75px;
    margin-bottom: 12px;
}
.loginInfo{
    color: #6b6b6b;
    font-size: 12px;
}
.contactQq{
    width: 77px;
    height: 22px;
    margin-bottom: 12px;
}
.userAvatar,.avatarBox{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.avatarBox{
    margin-right: 20px;
}
.userInfo{
    padding: 15px 0 29px;
    color: #444444;
    font-size: 14px;
}
.userInfo p{
    line-height: 1.7em;
}
.btnLine{
    margin-bottom: 25px;
}
.controlBtn{
    width: 80px;
    height: 26px;
    border-radius: 13px;
    font-size: 14px;
    color: #ffffff;
    background: #363634;
    border: none;
    outline: none;
    margin-right: 12px;
    cursor: pointer;
}
.controlBtn:first-child{
    background: #cb3017;
}
.controlBtn:last-child{
    margin-right: 0;
}

.topNews{
    margin-bottom: 27px;
}
.newsTitle{
    font-size: 24px;
    line-height: 1.67em;
    padding: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.businessBelong{
    line-height: 26px;
    font-size: 14px;
}
.businessBelong span{
    margin-right: 24px;
}

.mainNewsBody .newsItem{
    width: 50%;
    line-height: 40px;
}

.listIcon{
    position: relative;
    
    margin-right: 10px;
}
.listIcon.dot{
    width: 5px;
    height: 5px;
    top: 17.5px;
    border-radius: 50%;
    background: #3774e9;
}
.newsItem.fl{
    padding-right: 34px;
}
.newsItem.fr{
    padding-left: 34px;
}
.newsTarget{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainNewsBody .newsTarget{
    width: 75%;
}
.blockBody.sideNewBody{
    padding-top: 17px;
    padding-left: 28px;
}
.sideNewBody .newsItem{
    width: 100%;
    line-height: 34px;
    font-size: 14px;
}
.sideNewBody .newsTarget{
    width: 94%;
}
.triRight{
    top: 14px;
    width: 3px;
    height: 6px;
    background: url('./../images/triangleRight.png') center center no-repeat;
    /* background: #f5f5f5; */
}

.sideAdImg{
    width: 350px;
    height: 170px;
}
.barAd{
    width: 100%;
    height: 140px;
}
.barNewsBody{
    padding-top: 2px;
}
.barNewsBody .newsItem{
    width: 100%;
    line-height: 40px;
}
.barNewsBody .newsTarget{
    width: 75%;
}

.tagList{
    padding: 28px 30px 25px 28px;
    
    font-size: 14px;
    line-height: 1em;
}
.tagItem{
    margin: 7px;
    font-weight: 400;
    color: #666666;
}
.bottomTagBox{
    height: 152px;
    padding: 28px 30px 25px 28px;
}
/* .tagItem:hover{
    font-weight: 400;
} */
.value{
    margin-left: 1em;
}
.minAdBox{
    margin-right: 10px;
    background: #ffffff;
}
.lineLastOne{
    margin-right: 0;
}
.minAdBox:last-child{
    margin-right: 0;
}
.minAdBox,.minAdPic{
    width: 300px;
    height: 100px;
}

.friendTitle{
    line-height: 60px;
    font-weight: 600;
    border-bottom: 1px solid #e2f3ff;
}
.footer .tagList{
    padding: 21px 0 53px;
}
.bottom{
    font-size: 14px;
    height: 300px;
    background: #2a2c2f;
    color: #ffffff;
}
.bottomTabBar{
    padding: 36px 0;
    line-height: 22px;
    font-weight: 300;
}
.bottomTabBar a{
    display: inline-block;
    margin-right: 26px;
    color: #ffffff;
}

.bottomTabBar span{
    font-weight: 600;
}
.recordInfo{
    color: #78808d;
    line-height: 1em;
    margin-bottom: 1em;
    /* font-weight: 300; */
}
.bottom .qrCodeBox{
    font-weight: 300;
    text-align: center;
    margin-left: 30px;
    margin-top: 60px;
}
.bottom .qrCode{
    width: 110px;
    height: 110px;
    margin-bottom: 1em;
}
.recordPic{
    position: relative;
    top: -2px;
    width: 17px;
    height: 22px;
    margin-left: 14px;
}
.fluentPic{
    width: 20px;
    height: 20px;
    margin-top: 30px;
}


.tableArea{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
td{
    position: relative;
	/**by ldd 为了防止影响文章内容页面的表格展示，把这里去掉，目前不确定是否有其它影响*/
    /**height: 170px;*/
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
tr td:last-child{
    border-right: none;
}
tr:last-child td{
    border-bottom: none;
}
.router{
    width: 270px;
    text-align: center;
}
.router img{
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    margin: auto;
    width: 240px;
    height: 320px;
    cursor: pointer;
}
.business{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.businessTitle{
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}
.businessInfo{
    font-size: 12px;
    line-height: 22px;
}
.business img{
    position: absolute;
    bottom: 21px;
    right: 25px;
}
.applyBtn{
    color: #ff6600;
    cursor: pointer;
    margin-top: 1em;
}

.changeView{
    display: none;
}
.changeView.show{
    display: block;
}


.redColor{
    color: #cb3017 !important;
}
.greyColor{
    color: #979797 !important;
}
.blueColor{
    color: #3c78e9 !important;
}
.greenColor{
    color: #00c217 !important;
}
.orangeColor{
    color: #ed5906 !important;
}


.undefined{
    float: left;
    width: 60px;
    line-height: 46px;
    font-size: 16px;
    color: #444444;
    cursor: pointer;
    background: url('./../images/triangleBottom.png') right 21px no-repeat;
    position: relative;
}
.select_text{
    padding-left: 14px;
}
.select_ul{
    /* position: relative;
    top: 2px; */
    position: absolute;
    top: 44px;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
    display: none;
	max-height: 200px;
    overflow-y: auto;
}
.select_ul li{
    padding-left: 14px;
}
.select_ul li:hover{
    background: #e9ecef;
}
.select_ul li.cur{
    background: #e2f3ff;
}

.areaInTarget .listIcon{background: none;white-space: nowrap;color: #cb3017;top:auto;width:auto;height:auto;margin-right: 5px;}
.areaInTarget .listIcon span{ letter-spacing: 2px;}
.areaInTarget .newsTarget{ width: 77%; white-space: normal;}
.areaInTarget .newsTarget a{ margin: 0 2px; }

@media screen and (max-width: 1295px){
    .centerPart{
        width: 1260px;
    }
    .leftCol{
        width: 900px;
    }
    /* .rightCol,.sideAdImg{
        width: 340px;
    } */
    .swiperArea, .swiperArea img {
        width: 580px;
    }
    .minAdBox, .minAdPic {
        width: 293px;
    }
}
/**by ldd 网站信息单页面样式**/
.leftCol1{
    width: 100%;
}