
.topBox {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;

}

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar img {
    max-width: 100%;
    height: 60px;
}

.navbar .navbar-brand {
    padding: 0;
    padding-top: 0px;
}

.nav > li > a {
    padding: 20px
}

.topLoginBox {
    text-align: right
}

.topLoginBox a {
    color: #fff;
    margin-left: 10px;
}

.guideBox {
    background: #fff;
    -moz-box-shadow: 1px 1px 6px 0px #D6D6D6;
    -webkit-box-shadow: 1px 1px 6px 0px #D6D6D6;
    box-shadow: 1px 1px 6px 0px #D6D6D6;
}

.rightNav {
    font-weight: bold;
    color: #333
}

.rightNav li a {
    color: #333;
}

.rightNav li a:hover {
    background: #1b6db3;
    color: #fff
}

.rightNav li.active {
    background: #1b6db3
}

.rightNav li.active a {
    color: #fff
}

.bannerBox {
    /*height: 460px;
    height: 575px;*/
}

.serveList {
    padding: 50px 0 0;
}

.serverTit {
    text-align: center;
    margin-bottom: 30px;
}

.serverTit img {
    height: 70px;
}

.titInstr {
    padding-top: 10px;
}

.serveListItem .col-sm-4 {
    width: 32.4%;
    border: 1px solid #ddd;
    margin: 0px 5px;
    padding: 10px 10px 5px
}

.serveListItem .col-sm-4 img {
    max-width: 100%
}

.serveInfo {
    height: 102px;
}

.serveInfo h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px
}

.serveInfo p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.grayBg {
    background: #f2f2f2;
    padding: 30px 0;
    margin: 30px 0
}

.service-carousel .carousel-control.left, .service-carousel .carousel-control.right {
    color: #0c3e75;
    opacity: 1;
    text-shadow: none;
    font-size: 30px;
}

.service-carousel .carousel-control.right {
    right: -110px;
}

.service-carousel .carousel-control.left {
    left: -110px;
}

.service-carousel .glyphicon-menu-left, .service-carousel .glyphicon-menu-right {
    top: 50%
}

.youshiTwoBox {
    position: relative
}

.youshiWrap { /*border:1px solid #ddd;*/
    padding: 0px
}

.youshiWrap .listItem {
    padding: 4px
}

.youshiInstro {
    position: absolute;
    top: 4px;
    background: #fff;
    width: 46%;
    height: 96%;
    color: #666;
    padding: 30px 10px 20px;
}

.youshiInstro h3 {
    color: #3167a2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.youshiInstro h3 span {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.youshiInstro p {
    font-size: 14px;
    line-height: 30px;
}

.alignLeft {
    left: 4px
}

.alignRight {
    right: 4px
}

.blueBg h3 {
    color: #fff;
}

.blueBg {
    background: rgba(70, 121, 177, 0.9);
    color: #fff
}

.newsWrap {
    padding: 0
}

.newsWrap .listItem {
    border: 1px solid #ddd;
    padding: 2px;
    width: 49%;
    margin: 0 5px 10px;
    background: #fcfafa
}

.newsList .col-sm-4 {
    display: flex;
    align-items: center;
    padding: 2px
}
.newsList .col-sm-4 img{flex-shrink: 0}
.newsList h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsList p {
    font-size: 12px;
    line-height: 18px;
}

.newRightInfo {
    padding: 6px 10px
}

.newCon {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dateBox {
    margin-top: 10px;
    line-height: 24px;
}

.newsDate {
    font-size: 12px;
    color: #999;
    float: left;
}

.moreBtn {
    float: right;
    font-size: 12px;
}

.moreBtn:hover {
    color: #999;
    text-decoration: underline
}

.viewMoreBtn {
    clear: both;
    display: block;
    width: 120px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin: 10px auto;
    color: #333;
    font-size: 14px;
}

.orderWrap {
    background: url("../images/orderBg.jpg") no-repeat;
    background-size: 100%;
    min-height: 500px;
    padding-top: 140px;
    margin-top: 30px;
}

.orderBox {
    position: relative;
    background: #fff;
    border-radius: 10px;
    min-height: 200px;
    padding: 20px;
    -moz-box-shadow: 1px 1px 6px 0px #D6D6D6;
    -webkit-box-shadow: 1px 1px 6px 0px #D6D6D6;
    box-shadow: 1px 1px 6px 0px #D6D6D6;
    margin-bottom: 50px;
}

.orderTitBox {
    background: url("../images/orderTit.jpg") no-repeat;
    background-size: 100%;
    width: 140px;
    height: 50px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 0 10px;
    color: #fff;
}

.noteBox {
    position: absolute;
    right: 0px;
    top: -70px;
}

.noteBox img {
    width: 85%;
}

.uploadBox {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.showTxtName{padding-left:40px;}

.uploadBox .btn {
    align-items: center;
    display: flex;
    margin-right: 10px;
}

.iconStyle {
    font-size: 20px;
    margin-right: 5px;
}

.submitBtnBox {
    width: 200px;
    padding: 12px 20px;
}

.zxOrderBtn {
    width: 180px;
    padding: 8px 20px;
    margin-right: 100px
}

.footer {
    width: 100%;
    height: 110px;
    background: #222222;
    border-bottom: 8px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}

.footer span {
    padding: 0 20px;
}
.footer p{
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
}


/*个人中心*/
.personalBg {
    background: url("../images/personCenterBg.jpg") no-repeat top center;
    background-size: 100%;
    width: 100%;
    min-height: 400px;
}

.personLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    border: 1px solid #ddd;
    background: #fff;
    min-height: 500px;
    -moz-box-shadow: 1px 1px 6px 0px #D6D6D6;
    -webkit-box-shadow: 1px 1px 6px 0px #D6D6D6;
    box-shadow: 1px 1px 6px 0px #D6D6D6;
    padding: 20px 0
}

.personalBox {
    margin: 20px 0;
    position: relative;
}

.personalBox .personLeft ul li {
    margin: 10px 0;
    padding: 10px 30px;
}

.personalBox .personLeft ul li:hover {
    background: #1a67aa;
}

.personalBox .personLeft ul li:hover a {
    color: #fff;
}

.personalBox .personLeft ul li i {
    font-size: 24px;
    margin-right: 10px;
}

.personalBox .personLeft ul li a {
    width: 100%;
    display: block;
    color: #4e81b7;
    display: flex;
    align-items: center
}

.personalBox .personLeft ul li a:hover {
    text-decoration: none;
}

.personalBox .personLeft ul li.active {
    background: #1a67aa;
    color: #fff;
}

.personalBox .personLeft ul li.active a {
    color: #fff
}

.personRightWrap {
    padding-left: 260px;
}

.personRight {
    width: 100%;
    background: #fff;
    min-height: 500px;
    -moz-box-shadow: 1px 1px 6px 0px #D6D6D6;
    -webkit-box-shadow: 1px 1px 6px 0px #D6D6D6;
    box-shadow: 1px 1px 6px 0px #D6D6D6;
    padding: 20px;
    overflow: hidden;
}

.personalCenterTit {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative
}

.personalCenterTit h3 {
    font-weight: bold;
}

.personalCenterTit .tabActive .curLine {
    height: 3px;
    width: 80px;
    background: #1b6db3;
    display: block;
    position: absolute;
    bottom: 0
}

.personalCenterTit ul {
    display: flex
}

.personalCenterTit ul li {
    margin-right: 50px;
    cursor: pointer
}

.personalCon {
    padding: 20px 10px;
}

.personalCon .formBox .control-label {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.personalCon .submitBtnBox {
    padding: 10px 20px
}

.personalCon .zxOrderBtn {
    margin: 80px 0 0 0;
}

.marTop40 {
    margin-top: 40px;
}

.myOrderListTit li {
    background: #f4f4f4;
    font-weight: bold;
    font-size: 14px;
    text-align: center
}

.personalCon ul {
    display: flex;
    align-items: center
}

.personalCon ul li { /*float: left;*/
    padding: 10px 10px;
    text-align: left;
}

.personalCon ul li.describe {
    width: 50%;
}

.personalCon ul li.orderDate {
    width: 30%;
}

.personalCon ul li.opreateCol {
    width: 20%;
}

.personalCon .myOrderListCon {
    clear: both;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.personalCon .myOrderListCon li {
    font-size: 12px;
    color: #999999;
}

.viewDetailBtn {
    color: #4e81b7
}

.orderDetailBox .formBox .control-label {
    font-weight: normal
}

.tabCon {
    display: none;
}


/*常见问题*/
.header {
    text-align: center;
    line-height: 30px;
}

.demo {
    padding: 2em 0;
    background: #fff;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#questionBox .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}

#questionBox .panel-heading {
    padding: 0;
    border-radius: 30px;
}

#questionBox .panel-title a {
    display: block;
    padding: 10px 20px 12px 50px;
    background: #1a67aa;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

#questionBox .panel-title a.collapsed {
    background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;
}

#questionBox .panel-title a:after,
#questionBox .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px 5px 0 0;
    background: #1a67aa;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -1px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#questionBox .panel-title a.collapsed:after {
    content: "\f105";
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: none;
}

#questionBox .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

#questionBox .panel-body p {
    padding-left: 25px;
    border-left: 1px dashed #8c8c8c;
}

.toOrderBox {
    text-align: center
}

.toOrderBox .btn {
    background: #eabb2d;
    padding: 10px 12px;
    color: #fff;
    width: 20%;
    margin: 20px auto
}

.toOrderBox .btn:hover {
    color: #fff;
}

.userInfoBox .userInfo {
    display: none
}

.userProfile .regForm {
    width: 85%;
    padding: 20px 10px;
    margin: 0 auto;
}

.userProfile .regForm .loginItem label {
    font-weight: normal;
    width: 13%
}

.userProfile .regForm .loginInput {
    color: #666
}

.userProfile .regBtnBox a {
    padding: 8px 20px;
    font-size: 16px;
}

.loginUser {
    margin-right: 10px;
}

.loginedBox a:hover {
    text-decoration: underline
}

.topTelBox {
    padding: 0
}

/*新闻列表*/
.newsBannerBox {
    background: url("../images/newsBanner.jpg") no-repeat center;
    background-repeat: no-repeat;
    height: 238px;
}

.newsTitBox {
    display: flex
}

.newsBoxWrap {
    padding: 30px 30px 50px;
}

.newsTitBox span {
    height: 20px;
    width: 6px;
    background: #59a9f2;
    border-radius: 10px;
    display: block;
    margin-right: 10px;
}

.newsTitBox h3 {
    font-weight: bold
}

.newsImgBox {
    width: 200px;
}

.newsListBox .listItem {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.newsBoxWrap .newsImgBox {
    position: absolute;
    height: 126px;
    overflow: hidden;
    left: 2px;
    top: 2px;
    bottom: 2px;
}

.newsBoxWrap .newRightInfo {
    padding-left: 210px;
    width: 100%;
}

.newsListBox {
    padding: 20px 0;
}

.paginationBox {
    text-align: center
}

.newsDetailBox .newsTitle {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.newsDetailBox .newsTitle h3 {
    font-weight: bold
}

.newsDetailBox .newsTitle p {
    margin-top: 10px;
    color: #666
}

.newsContent {
    padding: 30px;
}

.newsContent h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsContent p {
    text-indent: 24px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

.advantageBox {
    background: url(../images/advanceBanner.jpg) no-repeat center;
    height: 350px;
}

.advantageSort {
    background: url("../images/advanceSortBg.jpg") no-repeat;
    height: 100px;
}

.advantageSort ul {
    display: flex;
    padding: 20px 50px;
    justify-content: space-between
}

.advantageSort ul li {
    width: 18%;
    text-align: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333
}

.advantageContainer {
    display: flex
}

.advantageListOne {
    margin-top: 150px;
}

.advantageImgOne {
    margin-top: -100px;
}

.advantageRightCon {
    width: 70%;
    padding: 60px 0 0 30px;
}

.advantageRightCon p {
    line-height: 30px;
}

.advantageRightCon h3 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
}

.advantageListTwo .container {
    position: relative
}

.advantageImgTwo {
    width: 50%;
}

.advantageTwoCotent {
    width: 60%;
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -100px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.advantageBtmList {
    margin: 50px 0;
}

.advantageBtmList ul li {
    width: 49.1%;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 5px;
    position: relative
}

.advantageInfo {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    text-align: left;
    line-height: 28px;
}

.advantageBtmList ul li:hover .advantageInfo {
    background: #488fca;
    color: #fff;
}

.advantageFlag {
    background: #488fca;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 36px;
}

.advantageFlag p {
    font-size: 18px;
    letter-spacing: 6px;
}

.advantageFlag p span {
    font-size: 24px;
}

.advantageFlowPath {
    text-align: center;
    padding: 40px 20px;
}

.advantageFlowPath p {
    margin-top: 10px;
}


/*平台服务*/

.platformBannerBox {
    background: url(../images/serviceBanner.jpg) no-repeat center;
    height: 385px;
}

.platFormServeBox .serveItemList {
    margin-bottom: 20px;
    padding: 10px;
}

.platFormServeBox .serveItemList .serveImgBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.platFormServeBox .serveItemList:hover {
    transition: width 0.6s;
    -webkit-transition: all 0.6s; /* Safari */
    -moz-box-shadow: 1px 1px 6px 0px #D6D6D6;
    -webkit-box-shadow: 1px 1px 6px 0px #D6D6D6;
    box-shadow: 1px 1px 6px 0px #D6D6D6;
}

.platFormServeBox .serveItemList:hover img {
    transform: scale(1.2);
    transition: all 0.5s
}

.serviceFlag {
    background: url(../images/serviceFlagBg.jpg) no-repeat center;
    padding: 0 20px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grayBgTwo {
    background: #f5f7f9;
}

.serviceFlagTxt {
    width: 50%;
    border-radius: 10px;
    margin: 20px auto 60px;
    background: #e4e8ec;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}


/*关于我们*/
.aboutUsBox {
    background: url(../images/aboutUsBanner.jpg) no-repeat;
    height: 300px;
    background-size: 100%;
}

.aboutUsOne .container {
    position: relative;
}

.aboutUsInstroCotent {
    width: 58%;
    font-size: 14px;
    padding: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -100px;
    background: #66a4e3;
    color: #fff;
    position: absolute;
    z-index: 999;
    left: -10px;
}

.aboutUsInstroCotent .aboutUsTitle {
    color: #004474;
    position: absolute;
    top: -70px;
    left: -5px;
    font-size: 30px;
}

.aboutUsTitle .yellowShape {
    border: 1px solid #fbc443;
    width: 120px;
    height: 80px;
    display: block;
    position: absolute;
}

.aboutUsTitle .yellowShape h3 {
    position: absolute;
    width: 140px;
    left: 28px;
    top: 20px;
}

.aboutUsTwoBox {
    margin: 50px 0
}

.aboutUsInstro {
    width: 60%;
    padding: 30px 0px 0px 30px;
    line-height: 30px;
    text-indent: 28px;
    font-size: 14px;
}

.aboutUsBtmList {
    margin: 50px 0
}

.aboutUsBtmList ul {
    display: flex;
    justify-content: space-between;
}

.aboutUsBtmList ul li {
    position: relative;
    width: 29%;
    text-align: center;
    height: 280px;
}

.aboutUsBtmList .yjInstro {
    position: absolute;
    top: 30%;
    bottom: 0;
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    z-index: 999;
    color: #fff;
    line-height: 30px;
}
.aboutUsBtmList .yjInstro p{
    text-align: center;
}

.aboutUsBtmList h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.blackBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.aboutUsBtmList .aboutUsTitle {
    position: relative;
    height: 100px;
}

.aboutUsBtmList .aboutUsTitle .yellowShape h3 {
    left: 20px;
}

.errorTips {
    color: red;
    width: 100%;
    padding: 10px 0 0 5px;
    font-size: 14px;
}

.answerBox{padding:10px 80px; text-align: center}
.answerBox img{max-width: 100%;}
.noListTips{text-align: center;padding:40px 10px;font-size: 12px;color:#999 }
.orderDetailBox #fileHtml{padding-top:7px;}

@media only screen and (min-width: 320px) and (max-width: 415px) {
    .navbar img{ height: 50px; }
    .navbar .navbar-brand {
        padding-top: 4px;
    }
    .topBox{height: auto;}
    .bannerBox {
        height: 115px;
    }

    .navbar-toggle .icon-bar {
        background: #1b6db3
    }

    .navbar {
        height: 58px;
    }

    .navbar .navbar-brand {
        width: 78%;
    }

    .guideBox .pull-right {
        float: inherit !important;
    }

    .rightNav {
        background: #fff;
    }

    .serveList {
        padding: 30px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .serverTit img {
        max-width: 80%;
    }

    .serverTit img {
        height: 55px;
    }
    #service-carousel .carousel-inner{width: 85%;margin:0 auto;}
    .serveListItem .col-sm-4 {
        /*width: 47%;*/
        width:98%;
        float: left;
        margin-bottom: 10px;
    }

    .service-carousel .carousel-control.left {
        left: -10px;
    }

    .service-carousel .carousel-control.right {
        right: -10px;
    }

    .serveInfo {
        height: 125px;
    }

    .youshiInstro {
        padding: 10px 10px;
    }

    .youshiInstro h3 {
        margin-bottom: 10px;
        font-size: 14px
    }

    .youshiInstro h3 span {
        line-height: 20px;
        font-size: 14px
    }

    .youshiInstro p {
        line-height: 19px;
        font-size: 12px;
    }

    .youshiInstro {
        height: 94%
    }

    .grayBg {
        margin: 30px 0 0
    }

    .grayBgTwo {
        background: #f5f7f9;
    }

    .newsWrap .listItem {
        width: 47%;
        float: left
    }

    .noteBox {
        right: -1px;
        top: -100px;
        width: 100px
    }

    .orderWrap {
        padding-top: 55px;
    }

    .orderBox {
        width: 90%;
    }

    .zxOrderBtn, .submitBtnBox {
        width: 100%;
        margin-bottom: 10px;
        float: left !important;
        margin: 10px auto;
    }

    .chooseUnit {
        padding: 0;
        margin-top: 10px;
    }

    .footer {
        display: inherit;
        padding: 10px 15px;
        min-height: 140px;
    }

    .footer span {
        padding: 0 5px
    }

    .personRightWrap {
        padding-left: 0;
        padding-top: 270px;
    }

    .personalCon {
        padding: 20px 0
    }

    .personLeft {
        width: 100%;
        min-height: 260px;
    }

    .personRight {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
    }

    .personalCon ul li {
        padding: 10px 7px
    }

    .personalBox .personLeft ul li {
        margin: 0
    }

    .userProfile .regForm .loginItem label {
        width: 37%;
    }
    .personalCon ul li.describe{width: 45%;}
    .personalCon ul li.opreateCol{width: 25%;}

    .regBtnBox a {
        margin: 0 6px;
    }

    .userProfile .regForm {
        width: 100%;
    }

    .userProfile .loginInput {
        padding-left: 0
    }

    /*新闻列表*/
    .newsImgBox {
        width: 120px;
    }

    .newsBoxWrap {
        padding: 20px 15px 20px
    }

    .newsBoxWrap .newRightInfo {
        padding-left: 130px;
        overflow: hidden
    }

    .newsListBox .listItem {
        padding: 0px;
    }

    .newsBoxWrap .newsImgBox {
        height: 102px;
        display: flex;
    }

    .newsList h3 {
        font-size: 12px;
    }

    .newCon {
        height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .newsList h3 {
        margin-bottom: 5px;
    }

    .dateBox {
        margin-top: 5px;
    }

    .newsBannerBox {
        background: url("../images/newsBanner-s.jpg") no-repeat center;
        height: 160px;
    }

    .topLoginBox {
        padding: 0 5px;
    }

    .newsContent {
        padding: 20px 10px
    }


    /*企业优势*/
    .advantageBox {
        background-color: #2389c7;
        background-image: url(../images/advanceBanner-s.jpg);
        height: 200px;
    }

    .advantageSort ul {
        padding: 20px 0px
    }

    .advantageSort ul li {
        width: 23%;
        padding: 20px 5px;
        font-size: 16px;
    }

    .advantageContainer {
        display: block;
    }

    .advantageImgOne {
        margin-top: auto;
    }

    .advantageRightCon, .advantageImgTwo {
        padding-top: 20px;
        width: 100%;
    }

    .advantageTwoCotent {
        position: static;
        margin-top: auto
    }

    .advantageRightCon h3 {
        margin-bottom: 15px;
    }

    .advantageBtmList ul li {
        width: 100%;
    }

    .advantageInfo {
        font-size: 14px;
        line-height: 24px;
        padding: 10px
    }

    .advantageFlag {
        padding: 5px 10px
    }

    .advantageFlag p {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .platformBannerBox {
        height: 170px;
        background: url(../images/serviceBanner-s.jpg) no-repeat center;
        background-size: 100%;
    }

    .platFormServeBox .container {
        padding: 0;
        margin:0
    }

    .serviceFlagTxt {
        width: 90%;
    }

    .platFormServeBox .serveItemList {
        margin-bottom: 10px;
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .serviceFlag {
        height: 120px;
    }

    .aboutUsInstroCotent .aboutUsTitle {
        color: #004474;
        position: static;
    }

    .aboutUsInstroCotent {
        width: 100%;
        font-size: 14px;
        position: static;
        margin-top: 0
    }

    .aboutUsOne p {
        padding-top: 100px;
    }

    .aboutUsInstro {
        width: 100%;
    }

    .aboutUsBtmList ul {
        display: block;
    }

    .aboutUsInstro {
        padding: 10px 10px
    }

    .aboutUsBtmList ul li {
        width: 85%;
        height: 280px;
        margin: 0 auto 10px
    }

    .aboutUsBox {
        background: url(../images/aboutUsBanner-s.jpg) no-repeat;
        height: 165px;
        background-size: 100%;
    }

    .aboutUsBtmList .aboutUsTitle {
        padding-left: 30px
    }
    .answerBox{padding:10px 0px; text-align: center}
}
