@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

#public-nav-service>a {
    color: #D46D2A !important;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
}

/*.bannerBgWrap.css start*/
.bannerBgWrap{
    width: 100%;
    background: url("../img/service/serviceBg.png") no-repeat center 0;
    height:488px;
    min-width: 1170px;
    box-sizing: border-box;
    padding-top: 342px;
}

.bannerBgWrap h2{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}

/*optionsWrap.css start*/
.optionsWrap{
    width: 100%;
    background: url("../img/service/serviceBg2.png") no-repeat center 0;
    height: 616px;
    min-width: 1170px;
    box-sizing: border-box;
    padding-top: 87px;
}
.optionsWrap>div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.optionsTxtWrap{
    width: 535px;
    margin-top: 26px;
}
.optionsTxtWrap span{
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height:1;
    margin-bottom: 40px;
}
.optionsTxtWrap p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 64px;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}
.optionsTxtWrap a{
    display: inline-block;
    padding: 20px 15px;
    background: #EC7E36;
    border-radius: 6px;
    font-size: 12px;
    color: #FFFFFF!important;
    line-height: 1;
    font-weight: bold;
}
.optionsTxtWrap a:hover{
    background: #D46D2A;
    color: #FFFFFF!important;
    transition: background 0.3s ease;
}
.optionsImgWrap{
    width:590px;
    height: 446px;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.optionsImgWrap img{
    width: 100%;
    height: 100%;

}
.optionsImgWrap:hover{
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01);
}
/*optionsWrap.css end*/

/*trafficWrap.css start*/
.trafficWrap{
    margin-bottom: 120px!important;
}
.mapWrap{
    background: url("../img/service/venueBg.png") no-repeat 0 0;
    width: 1170px;
    height: 335px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.mapWrap span{
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 29px;
}
.mapWrap p{
    font-size: 18px;
    color: #FEFEFE;
    line-height: 40px;
}
.trafficTab{
    margin-bottom: 56px!important;
    border:none!important;
}
.trafficTab>li.active>a, .trafficTab>li.active>a:focus, .trafficTab>li.active>a:hover {
    border: none!important;
    color: #fff!important;
}
.trafficTab>li>a {
    display: inline-block!important;
    border: none!important;
    background-color:transparent!important;

    font-weight: bold;
    font-size: 30px;
    line-height: 70px!important;
    padding: 0!important;
    color: #002FA8!important;
    width: 100%;
    text-align: right;
    padding-right: 48px!important;

}

.trafficTab li{
    width: 280px;
    height: 70px;
    cursor: pointer;
    margin-right: 23px;

}
.trafficTab li:nth-child(1){
    background: url("../img/service/fj_n.png") no-repeat 0 0;

}
.trafficTab>li>a:hover{
    color: #fff!important;

}
.trafficTab li:nth-child(1):hover,
.trafficTab li.active:nth-child(1){
    background: url("../img/service/fj_h.png") no-repeat 0 0;

}
.trafficTab li:nth-child(2){
    background: url("../img/service/hc_n.png") no-repeat 0 0;

}
.trafficTab li:nth-child(2):hover,
.trafficTab li.active:nth-child(2){
    background: url("../img/service/hc_h.png") no-repeat 0 0;

}
.lineTips{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.lineTips p{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #B3C6FB;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #002FA8;
    line-height: 60px;
    padding: 0 24px 0 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.lineTips i{
    font-weight: bold;
    font-size: 30px;
    color: #4478D8;
    margin:-15px 15px 0 15px ;
}
.lineTips div{
    display: inline-block;
}
.lineTips p span{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 48px;
    height: 48px;
    background: #4478D8;
    border-radius: 24px;
    padding: 0 13px;
    margin-right: 18px;
}
.routeWrap{
    margin-top: 40px;
    margin-bottom: 30px;
}
.routeWrap>div{
    display: flex;
    margin-bottom: 18px;

}
.routeWrap span{
    display: inline-block;

}
.routeWrap .qc{
    background: url("../img/service/qc.png") no-repeat 0 center;
    min-width: 22px;
    height: 36px;
    background-size: 22px 20px;
}
.routeWrap .dt{
    background: url("../img/service/dt.png") no-repeat 0 center;
    min-width: 22px;
    height: 36px;
    background-size: 20px 22px;
}
.routeWrap p{
    font-size: 16px;
    color: #040402;
    line-height: 36px;
    margin-left: 14px
}
/*trafficWrap.css end*/
/*entryChinaWrap.css start*/
.entryChinaWrap{
    max-width: 1920px;
    min-width: 1200px;
    background: #011549 url("../img/service/hz.png") no-repeat center 0px;
    margin: 0 auto;
    padding-bottom: 110px;
    /*background: radial-gradient(circle, #011549, rgba(1,21,73,0));*/
}
.entryBgWrap{
    max-width: 1920px;
    min-width: 1300px;
    background: radial-gradient(circle, rgba(1,21,73,0),#011549);
    margin: 0 auto;
}
.entryContentWrap{
    width: 984px!important;
    margin: 0 auto;
}
.moduletitle{
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    padding-top: 112px;
    padding-bottom: 55px;
}

.entryList .panel-heading{
    position: relative;
}
.cBtn{
    position: absolute;
    right: 0;
    top:13px;
    background: url("../img/service/cDown.png") no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 17px 10px;
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.collapsed{
    transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
}
.entryList .panel{
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.entryList .panel-default{
    background: transparent;
}
.entryList .panel-body{
    padding: 0;
    display: flex;
}
.entryContent{
    padding-top: 24px;
    border-top: 2px solid #3EA1F5!important;
}
.entryContent i{
    font-size: 60px;
    color: #FFFFFF;
    line-height:1;
    padding-top: 15px;
}
.entryContent .panel-heading {
    background-color:transparent!important;
    border: none!important;
}
.entryContent .panel-heading{
    padding: 0!important;
}
.entryContent .panel-title{
    display: flex;

}
.entryContent .panel-body {
    border-top:none!important;
}
.entryContent .titleWrap{
    width: 860px;
    margin-left: 30px;
}

.entryContent h6{
    font-weight: bold;
    font-size: 28px;
    color: #EC7E36;
    line-height: 56px;
}
.entryContent p{
    font-size: 18px;
    color: #98ACDF;
    line-height: 38px;
    margin-bottom: 19px;
}
.entryContent pre{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 65px;
    margin-bottom: 52px;
    text-align: justify;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}
.entryList>div:last-child{
    border-bottom: 2px solid #3EA1F5!important;
}
.entryChinaWrap .panel-group .panel+.panel{
    margin-top: 5px;
}
/*entryChinaWrap.css end*/

/*FAQWrap.css start*/
.FAQWrap{
    margin-bottom: 80px!important
}
.FAQWrap .moduletitle{
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 31px;
}

.FAQWrap .cBtn{
    position: absolute;
    right: 0;
    top:3px;
    background: url("../img/service/ljia.png") no-repeat center;
    background: url("../img/service/ljian.png") no-repeat center;
    width: 22px;
    height: 22px;
    background-size: 100%;
    transition-duration: .5s;
}
.FAQWrap .panel-image {
    display: none;
}
.FAQWrap .collapsed{
    background: url("../img/service/ljia.png") no-repeat center;
}
.FAQWrap .entryContent{
    padding-top: 54px;
}
.FAQWrap .entryContent  .titleWrap{
    margin-left: 0;
    width: 1120px!important;
    margin-bottom: 36px;
}
.FAQWrap .entryContent .titleWrap h6{
    font-weight: 600;
    font-size: 24px;
    color: #002FA8;
    line-height: 31px;
}
.FAQWrap .entryContent .panel-body pre{
    font-size: 14px;
    color: #000101;
    line-height: 31px;
    padding-left: 0;
    width: 100%;
    margin-bottom: 52px;
}
.FAQWrap  .panel-group .panel+.panel{
    margin-top: 11px;
}
.FAQWrap .entryList>div:last-child {
    border-bottom: 2px solid #3EA1F5 !important;
    padding-bottom: 11px;
}
/*FAQWrap.css end*/
