@charset "utf-8";
.container{max-width:1200px;}
/*网站公共样式*/
.info-content{line-height:2;padding-bottom:30px;}
a{color:#333;text-decoration:none;}
a:hover{color:rgb(255, 69, 0);}
a:focus{color:rgb(255, 69, 0);}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
a.btn-more:hover{border-color:#780001;color:#780001;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-brown{color:#e69138;}
.clearfix{clear:both;}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}

/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(../images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}

/*网站基础样式*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition:none 0.4s linear;
    -webkit-transition:none 0.4s linear;
    -moz-transition:none 0.4s linear;
}
.layui-layer {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
*,::after,::before{box-sizing: border-box;}
html {
    font-size: 10px; /*10 ÷ 16 × 100% = 62.5%*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 1.4rem;
    font-size: 14px;
    margin: 0 auto;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
    line-height: 1.5;
    color: #444;
}



/*辅助类*/
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {content: " ";display: table;}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {clear: both;}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {display: none !important;}
.visible-xs,.visible-sm,.visible-md,.visible-lg{display: none !important;}
.curse-help {cursor: help}
.curse-default {cursor: default}

.text-yahei {font-family: 'Microsoft YaHei' !important;}
.text-tahoma {font-family: 'Tahoma','simsun' !important;}

.width-auto{width:auto}
.width-full{width:100%}
.height-auto{height:auto}
.height-full{height:100%}

.visibility-visible{visibility:visible}
.visibility-hidden{visibility:hidden}

.show{display:block!important;}
.hidden{display:none!important;}

.pull-left {float:left !important;}
.pull-right {float:right !important;}
.float-left{float:left;}
.float-right{float:right;}
.float-none{float:none;}

.text-bold {font-weight:bold;}
.text-normal {font-weight:normal;}

.center-block{display: block;margin-right: auto;margin-left: auto;}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-justify{text-align:justify;}

.text-hide{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}

.text-overflow-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.text-overflow-clip{text-overflow:clip;overflow:hidden;white-space:nowrap}

.text-nowrap {white-space:nowrap;}
.text-lowercase {text-transform: lowercase;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}

.display-hidden {display:none;}
.display-block {display:block;}
.display-inline {display:inline;}
.display-inline-block{display:inline-block;}
.display-flex{display:flex;}

.position-relative {position: relative}
.position-absolute {position: absolute}
.position-fixed {position: fixed}
.overflow-hidden {overflow: hidden}

/*栅格样式*/
.container {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
.container .container{padding-left:0px;padding-right:0px}
@media (min-width:768px) {.container {width: 100%;}} /*注意媒体查询顺序要从小到大*/
@media (min-width:992px) {.container {width:100%;}}
.container-fluid {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
.row {margin-left: -15px;margin-right: -15px;}
.row  .row {margin-left:0px;margin-right:0px}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-avg-5, .col-xs-avg-4, .col-xs-avg-3, .col-xs-avg-2, .col-xs-avg-1, .col-sm-avg-5, .col-sm-avg-4, .col-sm-avg-3, .col-sm-avg-2, .col-sm-avg-1, .col-md-avg-5, .col-md-avg-4, .col-md-avg-3, .col-md-avg-2, .col-md-avg-1, .col-lg-avg-5, .col-lg-avg-4, .col-lg-avg-3, .col-lg-avg-2, .col-lg-avg-1
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-avg-5,.col-xs-avg-4,.col-xs-avg-3,.col-xs-avg-2,.col-xs-avg-1
{
    float: left;
}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 { right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto; }
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%; }
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 { margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0%;}

/*平均分*/
.col-xs-avg-5 {width: 20%;}
.col-xs-avg-4 {width: 25%;}
.col-xs-avg-3 {width: 33.33333333%;}
.col-xs-avg-2 {width: 50%;}
.col-xs-avg-1 {width: 100%;}

@media (max-width: 767px) {
    /*小屏幕的辅助类*/
    .display-xs-hidden {display: none !important;}
    .display-xs-block {display:block !important;}
    .display-xs-inline {display:inline !important;}
    .display-xs-inline-block{display: inline-block !important;}
    .display-xs-flex{display:flex !important;}

    .hidden-xs{display: none !important;}
    .visible-xs-inline-block{display:inline-block !important;}
    .visible-xs-inline{display:inline !important;}
    .visible-xs-block{display:block !important;}
    .visible-xs{display: block !important;}

    .float-xs-left{float:left !important;}
    .float-xs-right{float:right !important;}
    .float-xs-none{float:none !important;}

    .text-xs-left{text-align:left !important;}
    .text-xs-right{text-align:right !important;}
    .text-xs-center{text-align:center !important;}
    .text-xs-justify{text-align:justify !important;}
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-avg-5, .col-sm-avg-4, .col-sm-avg-3, .col-sm-avg-2, .col-sm-avg-1
    {
        float: left;
    }
    .col-sm-12 {width: 100%;}
    .col-sm-11 {width: 91.66666667%;}
    .col-sm-10 {width: 83.33333333%;}
    .col-sm-9 {width: 75%;}
    .col-sm-8 {width: 66.66666667%;}
    .col-sm-7 {width: 58.33333333%;}
    .col-sm-6 {width: 50%;}
    .col-sm-5 {width: 41.66666667%;}
    .col-sm-4 {width: 33.33333333%;}
    .col-sm-3 {width: 25%;}
    .col-sm-2 {width: 16.66666667%;}
    .col-sm-1 {width: 8.33333333%;}
    .col-sm-pull-12 {right: 100%;}
    .col-sm-pull-11 {right: 91.66666667%;}
    .col-sm-pull-10 {right: 83.33333333%;}
    .col-sm-pull-9 {right: 75%;}
    .col-sm-pull-8 {right: 66.66666667%;}
    .col-sm-pull-7 {right: 58.33333333%;}
    .col-sm-pull-6 { right: 50%;}
    .col-sm-pull-5 {right: 41.66666667%;}
    .col-sm-pull-4 {right: 33.33333333%;}
    .col-sm-pull-3 {right: 25%;}
    .col-sm-pull-2 {right: 16.66666667%;}
    .col-sm-pull-1 {right: 8.33333333%;}
    .col-sm-pull-0 {right: auto;}
    .col-sm-push-12 {left: 100%;}
    .col-sm-push-11 {left: 91.66666667%;}
    .col-sm-push-10 {left: 83.33333333%;}
    .col-sm-push-9 {left: 75%;}
    .col-sm-push-8 {left: 66.66666667%;}
    .col-sm-push-7 {left: 58.33333333%;}
    .col-sm-push-6 {left: 50%;}
    .col-sm-push-5 {left: 41.66666667%;}
    .col-sm-push-4 {left: 33.33333333%;}
    .col-sm-push-3 {left: 25%;}
    .col-sm-push-2 {left: 16.66666667%;}
    .col-sm-push-1 {left: 8.33333333%;}
    .col-sm-push-0 {left: auto; }
    .col-sm-offset-12 {margin-left: 100%;}
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 {margin-left: 83.33333333%;}
    .col-sm-offset-9 {margin-left: 75%;}
    .col-sm-offset-8 {margin-left: 66.66666667%;}
    .col-sm-offset-7 {margin-left: 58.33333333%;}
    .col-sm-offset-6 {margin-left: 50%;}
    .col-sm-offset-5 {margin-left: 41.66666667%; }
    .col-sm-offset-4 {margin-left: 33.33333333%;}
    .col-sm-offset-3 {margin-left: 25%;}
    .col-sm-offset-2 { margin-left: 16.66666667%;}
    .col-sm-offset-1 {margin-left: 8.33333333%;}
    .col-sm-offset-0 {margin-left: 0%;}

    /*平均分*/
    .col-sm-avg-5 {width: 20%;}
    .col-sm-avg-4 {width: 25%;}
    .col-sm-avg-3 {width: 33.33333333%;}
    .col-sm-avg-2 {width: 50%;}
    .col-sm-avg-1 {width: 100%;}

    /*辅助类*/
    .display-sm-hidden {display: none !important;}
    .display-sm-block {display:block !important;}
    .display-sm-inline {display:inline !important;}
    .display-sm-inline-block{display: inline-block !important;}
    .display-sm-flex{display:flex !important;}

    .hidden-sm{display: none !important;}
    .visible-sm-inline-block{display:inline-block !important;}
    .visible-sm-inline{display:inline !important;}
    .visible-sm-block{display:block !important;}
    .visible-sm{display: block !important;}

    .float-sm-left{float:left !important;}
    .float-sm-right{float:right !important;}
    .float-sm-none{float:none !important;}

    .text-sm-left{text-align:left !important;}
    .text-sm-right{text-align:right !important;}
    .text-sm-center{text-align:center !important;}
    .text-sm-justify{text-align:justify !important;}

}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-avg-5, .col-md-avg-4, .col-md-avg-3, .col-md-avg-2, .col-md-avg-1
    {
        float: left;
    }
    .col-md-12 {width: 100%;}
    .col-md-11 {width: 91.66666667%;}
    .col-md-10 {width: 83.33333333%;}
    .col-md-9 {width: 75%;}
    .col-md-8 {width: 66.66666667%;}
    .col-md-7 {width: 58.33333333%;}
    .col-md-6 {width: 50%;}
    .col-md-5 {width: 41.66666667%;}
    .col-md-4 {width: 33.33333333%;}
    .col-md-3 {width: 25%;}
    .col-md-2 {width: 16.66666667%;}
    .col-md-1 {width: 8.33333333%;}
    .col-md-pull-12 {right: 100%;}
    .col-md-pull-11 {right: 91.66666667%;}
    .col-md-pull-10 {right: 83.33333333%;}
    .col-md-pull-9 {right: 75%;}
    .col-md-pull-8 {right: 66.66666667%;}
    .col-md-pull-7 {right: 58.33333333%;}
    .col-md-pull-6 { right: 50%;}
    .col-md-pull-5 {right: 41.66666667%;}
    .col-md-pull-4 {right: 33.33333333%;}
    .col-md-pull-3 {right: 25%;}
    .col-md-pull-2 {right: 16.66666667%;}
    .col-md-pull-1 {right: 8.33333333%;}
    .col-md-pull-0 {right: auto;}
    .col-md-push-12 {left: 100%;}
    .col-md-push-11 {left: 91.66666667%;}
    .col-md-push-10 {left: 83.33333333%;}
    .col-md-push-9 {left: 75%;}
    .col-md-push-8 {left: 66.66666667%;}
    .col-md-push-7 {left: 58.33333333%;}
    .col-md-push-6 {left: 50%;}
    .col-md-push-5 {left: 41.66666667%;}
    .col-md-push-4 {left: 33.33333333%;}
    .col-md-push-3 {left: 25%;}
    .col-md-push-2 {left: 16.66666667%;}
    .col-md-push-1 {left: 8.33333333%;}
    .col-md-push-0 {left: auto; }
    .col-md-offset-12 {margin-left: 100%;}
    .col-md-offset-11 { margin-left: 91.66666667%; }
    .col-md-offset-10 {margin-left: 83.33333333%;}
    .col-md-offset-9 {margin-left: 75%;}
    .col-md-offset-8 {margin-left: 66.66666667%;}
    .col-md-offset-7 {margin-left: 58.33333333%;}
    .col-md-offset-6 {margin-left: 50%;}
    .col-md-offset-5 {margin-left: 41.66666667%; }
    .col-md-offset-4 {margin-left: 33.33333333%;}
    .col-md-offset-3 {margin-left: 25%;}
    .col-md-offset-2 { margin-left: 16.66666667%;}
    .col-md-offset-1 {margin-left: 8.33333333%;}
    .col-md-offset-0 {margin-left: 0%;}

    /*平均分*/
    .col-md-avg-5 {width: 20%;}
    .col-md-avg-4 {width: 25%;}
    .col-md-avg-3 {width: 33.33333333%;}
    .col-md-avg-2 {width: 50%;}
    .col-md-avg-1 {width: 100%;}

    /*辅助类*/
    .display-md-hidden {display: none !important;}
    .display-md-block {display:block !important;}
    .display-md-inline {display:inline !important;}
    .display-md-inline-block{display: inline-block !important;}
    .display-md-flex{display:flex !important;}

    .hidden-md{display: none !important;}
    .visible-md-inline-block{display:inline-block !important;}
    .visible-md-inline{display:inline !important;}
    .visible-md-block{display:block !important;}
    .visible-md{display: block !important;}

    .float-md-left{float:left !important;}
    .float-md-right{float:right !important;}
    .float-md-none{float:none !important;}

    .text-md-left{text-align:left !important;}
    .text-md-right{text-align:right !important;}
    .text-md-center{text-align:center !important;}
    .text-md-justify{text-align:justify !important;}
}
@media (min-width: 1200px) {

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-avg-5, .col-lg-avg-4, .col-lg-avg-3, .col-lg-avg-2, .col-lg-avg-1
    {
        float: left;
    }
    .col-lg-12 {width: 100%;}
    .col-lg-11 {width: 91.66666667%;}
    .col-lg-10 {width: 83.33333333%;}
    .col-lg-9 {width: 75%;}
    .col-lg-8 {width: 66.66666667%;}
    .col-lg-7 {width: 58.33333333%;}
    .col-lg-6 {width: 50%;}
    .col-lg-5 {width: 41.66666667%;}
    .col-lg-4 {width: 33.33333333%;}
    .col-lg-3 {width: 25%;}
    .col-lg-2 {width: 16.66666667%;}
    .col-lg-1 {width: 8.33333333%;}
    .col-lg-pull-12 {right: 100%;}
    .col-lg-pull-11 {right: 91.66666667%;}
    .col-lg-pull-10 {right: 83.33333333%;}
    .col-lg-pull-9 {right: 75%;}
    .col-lg-pull-8 {right: 66.66666667%;}
    .col-lg-pull-7 {right: 58.33333333%;}
    .col-lg-pull-6 { right: 50%;}
    .col-lg-pull-5 {right: 41.66666667%;}
    .col-lg-pull-4 {right: 33.33333333%;}
    .col-lg-pull-3 {right: 25%;}
    .col-lg-pull-2 {right: 16.66666667%;}
    .col-lg-pull-1 {right: 8.33333333%;}
    .col-lg-pull-0 {right: auto;}
    .col-lg-push-12 {left: 100%;}
    .col-lg-push-11 {left: 91.66666667%;}
    .col-lg-push-10 {left: 83.33333333%;}
    .col-lg-push-9 {left: 75%;}
    .col-lg-push-8 {left: 66.66666667%;}
    .col-lg-push-7 {left: 58.33333333%;}
    .col-lg-push-6 {left: 50%;}
    .col-lg-push-5 {left: 41.66666667%;}
    .col-lg-push-4 {left: 33.33333333%;}
    .col-lg-push-3 {left: 25%;}
    .col-lg-push-2 {left: 16.66666667%;}
    .col-lg-push-1 {left: 8.33333333%;}
    .col-lg-push-0 {left: auto; }
    .col-lg-offset-12 {margin-left: 100%;}
    .col-lg-offset-11 { margin-left: 91.66666667%; }
    .col-lg-offset-10 {margin-left: 83.33333333%;}
    .col-lg-offset-9 {margin-left: 75%;}
    .col-lg-offset-8 {margin-left: 66.66666667%;}
    .col-lg-offset-7 {margin-left: 58.33333333%;}
    .col-lg-offset-6 {margin-left: 50%;}
    .col-lg-offset-5 {margin-left: 41.66666667%; }
    .col-lg-offset-4 {margin-left: 33.33333333%;}
    .col-lg-offset-3 {margin-left: 25%;}
    .col-lg-offset-2 { margin-left: 16.66666667%;}
    .col-lg-offset-1 {margin-left: 8.33333333%;}
    .col-lg-offset-0 {margin-left: 0%;}

    /*平均分*/
    .col-lg-avg-5 {width: 20%;}
    .col-lg-avg-4 {width: 25%;}
    .col-lg-avg-3 {width: 33.33333333%;}
    .col-lg-avg-2 {width: 50%;}
    .col-lg-avg-1 {width: 100%;}

    /*辅助类*/
    .display-lg-hidden {display: none !important;}
    .display-lg-block {display:block !important;}
    .display-lg-inline {display:inline !important;}
    .display-lg-inline-block{display: inline-block !important;}
    .display-lg-flex{display:flex !important;}

    .hidden-lg{display: none !important;}
    .visible-lg-inline-block{display:inline-block !important;}
    .visible-lg-inline{display:inline !important;}
    .visible-lg-block{display:block !important;}
    .visible-lg{display: block !important;}

    .float-lg-left{float:left !important;}
    .float-lg-right{float:right !important;}
    .float-lg-none{float:none !important;}

    .text-lg-left{text-align:left !important;}
    .text-lg-right{text-align:right !important;}
    .text-lg-center{text-align:center !important;}
    .text-lg-justify{text-align:justify !important;}
}
/*-----padding-----*/
.padding-0 { padding: 0px;}
.padding-2  {padding: 2px}
.padding-4  {padding: 4px}
.padding-6  {padding: 6px}
.padding-8  {padding: 8px}
.padding-10 {padding: 10px}
.padding-12 {padding: 12px}
.padding-14 {padding: 14px}
.padding-16 {padding: 16px}
.padding-18 {padding: 18px}
.padding-20 {padding: 20px}
.padding-22 {padding: 22px}
.padding-24 {padding: 24px}
.padding-26 {padding: 26px}
.padding-28 {padding: 28px}
.padding-30 {padding: 30px}
.padding-32 {padding: 32px}
.padding-34 {padding: 34px}
.padding-36 {padding: 36px}
.padding-38 {padding: 38px}
.padding-40 {padding: 40px}
.padding-42 {padding: 42px}
.padding-44 {padding: 44px}
.padding-46 {padding: 46px}
.padding-48 {padding: 48px}
.padding-50 {padding: 50px}
.padding-52 {padding:52px}
.padding-54 {padding:54px}
.padding-56 {padding:56px}
.padding-58 {padding:58px}
.padding-60 {padding: 60px}
.padding-80 {padding: 80px}
.padding-90 {padding: 90px}
.padding-100{padding:100px}

/*-----padding-top-----*/
.padding-top-0 { padding-top: 0px;}
.padding-top-2  {padding-top: 2px}
.padding-top-4  {padding-top: 4px}
.padding-top-6  {padding-top: 6px}
.padding-top-8  {padding-top: 8px}
.padding-top-10 {padding-top: 10px}
.padding-top-12 {padding-top: 12px}
.padding-top-14 {padding-top: 14px}
.padding-top-16 {padding-top: 16px}
.padding-top-18 {padding-top: 18px}
.padding-top-20 {padding-top: 20px}
.padding-top-22 {padding-top: 22px}
.padding-top-24 {padding-top: 24px}
.padding-top-26 {padding-top: 26px}
.padding-top-28 {padding-top: 28px}
.padding-top-30 {padding-top: 30px}
.padding-top-32 {padding-top: 32px}
.padding-top-34 {padding-top: 34px}
.padding-top-36 {padding-top: 36px}
.padding-top-38 {padding-top: 38px}
.padding-top-40 {padding-top: 40px}
.padding-top-42 {padding-top: 42px}
.padding-top-44 {padding-top: 44px}
.padding-top-46 {padding-top: 46px}
.padding-top-48 {padding-top: 48px}
.padding-top-50 {padding-top: 50px}
.padding-top-52 {padding-top:52px}
.padding-top-54 {padding-top:54px}
.padding-top-56 {padding-top:56px}
.padding-top-58 {padding-top:58px}
.padding-top-60 {padding-top: 60px}
.padding-top-80 {padding-top: 80px}
.padding-top-90 {padding-top: 90px}
.padding-top-100{padding-top:100px}

/*-----padding-right-----*/
.padding-right-0 { padding-right: 0px;}
.padding-right-2  {padding-right: 2px}
.padding-right-4  {padding-right: 4px}
.padding-right-6  {padding-right: 6px}
.padding-right-8  {padding-right: 8px}
.padding-right-10 {padding-right: 10px}
.padding-right-12 {padding-right: 12px}
.padding-right-14 {padding-right: 14px}
.padding-right-16 {padding-right: 16px}
.padding-right-18 {padding-right: 18px}
.padding-right-20 {padding-right: 20px}
.padding-right-22 {padding-right: 22px}
.padding-right-24 {padding-right: 24px}
.padding-right-26 {padding-right: 26px}
.padding-right-28 {padding-right: 28px}
.padding-right-30 {padding-right: 30px}
.padding-right-32 {padding-right: 32px}
.padding-right-34 {padding-right: 34px}
.padding-right-36 {padding-right: 36px}
.padding-right-38 {padding-right: 38px}
.padding-right-40 {padding-right: 40px}
.padding-right-42 {padding-right: 42px}
.padding-right-44 {padding-right: 44px}
.padding-right-46 {padding-right: 46px}
.padding-right-48 {padding-right: 48px}
.padding-right-50 {padding-right: 50px}
.padding-right-52 {padding-right:52px}
.padding-right-54 {padding-right:54px}
.padding-right-56 {padding-right:56px}
.padding-right-58 {padding-right:58px}
.padding-right-60 {padding-right: 60px}
.padding-right-80 {padding-right: 80px}
.padding-right-90 {padding-right: 90px}
.padding-right-100{padding-right:100px}

/*-----pddding-bottom-----*/
.padding-bottom-0 { padding-bottom: 0px;}
.padding-bottom-2  {padding-bottom: 2px}
.padding-bottom-4  {padding-bottom: 4px}
.padding-bottom-6  {padding-bottom: 6px}
.padding-bottom-8  {padding-bottom: 8px}
.padding-bottom-10 {padding-bottom: 10px}
.padding-bottom-12 {padding-bottom: 12px}
.padding-bottom-14 {padding-bottom: 14px}
.padding-bottom-16 {padding-bottom: 16px}
.padding-bottom-18 {padding-bottom: 18px}
.padding-bottom-20 {padding-bottom: 20px}
.padding-bottom-22 {padding-bottom: 22px}
.padding-bottom-24 {padding-bottom: 24px}
.padding-bottom-26 {padding-bottom: 26px}
.padding-bottom-28 {padding-bottom: 28px}
.padding-bottom-30 {padding-bottom: 30px}
.padding-bottom-32 {padding-bottom: 32px}
.padding-bottom-34 {padding-bottom: 34px}
.padding-bottom-36 {padding-bottom: 36px}
.padding-bottom-38 {padding-bottom: 38px}
.padding-bottom-40 {padding-bottom: 40px}
.padding-bottom-42 {padding-bottom: 42px}
.padding-bottom-44 {padding-bottom: 44px}
.padding-bottom-46 {padding-bottom: 46px}
.padding-bottom-48 {padding-bottom: 48px}
.padding-bottom-50 {padding-bottom: 50px}
.padding-bottom-52 {padding-bottom:52px}
.padding-bottom-54 {padding-bottom:54px}
.padding-bottom-56 {padding-bottom:56px}
.padding-bottom-58 {padding-bottom:58px}
.padding-bottom-60 {padding-bottom: 60px}
.padding-bottom-80 {padding-bottom: 80px}
.padding-bottom-90 {padding-bottom: 90px}
.padding-bottom-100{padding-bottom:100px}

/*-----padding-left-----*/
.padding-left-0 { padding-left: 0px;}
.padding-left-2  {padding-left: 2px}
.padding-left-4  {padding-left: 4px}
.padding-left-6  {padding-left: 6px}
.padding-left-8  {padding-left: 8px}
.padding-left-10 {padding-left: 10px}
.padding-left-12 {padding-left: 12px}
.padding-left-14 {padding-left: 14px}
.padding-left-16 {padding-left: 16px}
.padding-left-18 {padding-left: 18px}
.padding-left-20 {padding-left: 20px}
.padding-left-22 {padding-left: 22px}
.padding-left-24 {padding-left: 24px}
.padding-left-26 {padding-left: 26px}
.padding-left-28 {padding-left: 28px}
.padding-left-30 {padding-left: 30px}
.padding-left-32 {padding-left: 32px}
.padding-left-34 {padding-left: 34px}
.padding-left-36 {padding-left: 36px}
.padding-left-38 {padding-left: 38px}
.padding-left-40 {padding-left: 40px}
.padding-left-42 {padding-left: 42px}
.padding-left-44 {padding-left: 44px}
.padding-left-46 {padding-left: 46px}
.padding-left-48 {padding-left: 48px}
.padding-left-50 {padding-left: 50px}
.padding-left-52 {padding-left:52px}
.padding-left-54 {padding-left:54px}
.padding-left-56 {padding-left:56px}
.padding-left-58 {padding-left:58px}
.padding-left-60 {padding-left: 60px}
.padding-left-80 {padding-left: 80px}
.padding-left-90 {padding-left: 90px}
.padding-left-100{padding-left:100px}

/*-----margin-----*/
.margin-0 { margin: 0px;}
.margin-2  {margin: 2px}
.margin-4  {margin: 4px}
.margin-6  {margin: 6px}
.margin-8  {margin: 8px}
.margin-10 {margin: 10px}
.margin-12 {margin: 12px}
.margin-14 {margin: 14px}
.margin-16 {margin: 16px}
.margin-18 {margin: 18px}
.margin-20 {margin: 20px}
.margin-22 {margin: 22px}
.margin-24 {margin: 24px}
.margin-26 {margin: 26px}
.margin-28 {margin: 28px}
.margin-30 {margin: 30px}
.margin-32 {margin: 32px}
.margin-34 {margin: 34px}
.margin-36 {margin: 36px}
.margin-38 {margin: 38px}
.margin-40 {margin: 40px}
.margin-42 {margin: 42px}
.margin-44 {margin: 44px}
.margin-46 {margin: 46px}
.margin-48 {margin: 48px}
.margin-50 {margin: 50px}
.margin-52 {margin:52px}
.margin-54 {margin:54px}
.margin-56 {margin:56px}
.margin-58 {margin:58px}
.margin-60 {margin: 60px}
.margin-80 {margin: 80px}
.margin-90 {margin: 90px}
.margin-100{margin:100px}

/*-----margin-top-----*/
.margin-top-0 { margin-top: 0px;}
.margin-top-2  {margin-top: 2px}
.margin-top-4  {margin-top: 4px}
.margin-top-6  {margin-top: 6px}
.margin-top-8  {margin-top: 8px}
.margin-top-10 {margin-top: 10px}
.margin-top-12 {margin-top: 12px}
.margin-top-14 {margin-top: 14px}
.margin-top-16 {margin-top: 16px}
.margin-top-18 {margin-top: 18px}
.margin-top-20 {margin-top: 20px}
.margin-top-22 {margin-top: 22px}
.margin-top-24 {margin-top: 24px}
.margin-top-26 {margin-top: 26px}
.margin-top-28 {margin-top: 28px}
.margin-top-30 {margin-top: 30px}
.margin-top-32 {margin-top: 32px}
.margin-top-34 {margin-top: 34px}
.margin-top-36 {margin-top: 36px}
.margin-top-38 {margin-top: 38px}
.margin-top-40 {margin-top: 40px}
.margin-top-42 {margin-top: 42px}
.margin-top-44 {margin-top: 44px}
.margin-top-46 {margin-top: 46px}
.margin-top-48 {margin-top: 48px}
.margin-top-50 {margin-top: 50px}
.margin-top-52 {margin-top:52px}
.margin-top-54 {margin-top:54px}
.margin-top-56 {margin-top:56px}
.margin-top-58 {margin-top:58px}
.margin-top-60 {margin-top: 60px}
.margin-top-80 {margin-top: 80px}
.margin-top-90 {margin-top: 90px}
.margin-top-100{margin-top:100px}

/*-----margin-right-----*/
.margin-right-0 { margin-right: 0px;}
.margin-right-2  {margin-right: 2px}
.margin-right-4  {margin-right: 4px}
.margin-right-6  {margin-right: 6px}
.margin-right-8  {margin-right: 8px}
.margin-right-10 {margin-right: 10px}
.margin-right-12 {margin-right: 12px}
.margin-right-14 {margin-right: 14px}
.margin-right-16 {margin-right: 16px}
.margin-right-18 {margin-right: 18px}
.margin-right-20 {margin-right: 20px}
.margin-right-22 {margin-right: 22px}
.margin-right-24 {margin-right: 24px}
.margin-right-26 {margin-right: 26px}
.margin-right-28 {margin-right: 28px}
.margin-right-30 {margin-right: 30px}
.margin-right-32 {margin-right: 32px}
.margin-right-34 {margin-right: 34px}
.margin-right-36 {margin-right: 36px}
.margin-right-38 {margin-right: 38px}
.margin-right-40 {margin-right: 40px}
.margin-right-42 {margin-right: 42px}
.margin-right-44 {margin-right: 44px}
.margin-right-46 {margin-right: 46px}
.margin-right-48 {margin-right: 48px}
.margin-right-50 {margin-right: 50px}
.margin-right-52 {margin-right:52px}
.margin-right-54 {margin-right:54px}
.margin-right-56 {margin-right:56px}
.margin-right-58 {margin-right:58px}
.margin-right-60 {margin-right: 60px}
.margin-right-80 {margin-right: 80px}
.margin-right-90 {margin-right: 90px}
.margin-right-100{margin-right:100px}

/*-----pddding-bottom-----*/
.margin-bottom-0 { margin-bottom: 0px;}
.margin-bottom-2  {margin-bottom: 2px}
.margin-bottom-4  {margin-bottom: 4px}
.margin-bottom-6  {margin-bottom: 6px}
.margin-bottom-8  {margin-bottom: 8px}
.margin-bottom-10 {margin-bottom: 10px}
.margin-bottom-12 {margin-bottom: 12px}
.margin-bottom-14 {margin-bottom: 14px}
.margin-bottom-16 {margin-bottom: 16px}
.margin-bottom-18 {margin-bottom: 18px}
.margin-bottom-20 {margin-bottom: 20px}
.margin-bottom-22 {margin-bottom: 22px}
.margin-bottom-24 {margin-bottom: 24px}
.margin-bottom-26 {margin-bottom: 26px}
.margin-bottom-28 {margin-bottom: 28px}
.margin-bottom-30 {margin-bottom: 30px}
.margin-bottom-32 {margin-bottom: 32px}
.margin-bottom-34 {margin-bottom: 34px}
.margin-bottom-36 {margin-bottom: 36px}
.margin-bottom-38 {margin-bottom: 38px}
.margin-bottom-40 {margin-bottom: 40px}
.margin-bottom-42 {margin-bottom: 42px}
.margin-bottom-44 {margin-bottom: 44px}
.margin-bottom-46 {margin-bottom: 46px}
.margin-bottom-48 {margin-bottom: 48px}
.margin-bottom-50 {margin-bottom: 50px}
.margin-bottom-52 {margin-bottom:52px}
.margin-bottom-54 {margin-bottom:54px}
.margin-bottom-56 {margin-bottom:56px}
.margin-bottom-58 {margin-bottom:58px}
.margin-bottom-60 {margin-bottom: 60px}
.margin-bottom-80 {margin-bottom: 80px}
.margin-bottom-90 {margin-bottom: 90px}
.margin-bottom-100{margin-bottom:100px}

/*-----margin-left-----*/
.margin-left-0 { margin-left: 0px;}
.margin-left-2  {margin-left: 2px}
.margin-left-4  {margin-left: 4px}
.margin-left-6  {margin-left: 6px}
.margin-left-8  {margin-left: 8px}
.margin-left-10 {margin-left: 10px}
.margin-left-12 {margin-left: 12px}
.margin-left-14 {margin-left: 14px}
.margin-left-16 {margin-left: 16px}
.margin-left-18 {margin-left: 18px}
.margin-left-20 {margin-left: 20px}
.margin-left-22 {margin-left: 22px}
.margin-left-24 {margin-left: 24px}
.margin-left-26 {margin-left: 26px}
.margin-left-28 {margin-left: 28px}
.margin-left-30 {margin-left: 30px}
.margin-left-32 {margin-left: 32px}
.margin-left-34 {margin-left: 34px}
.margin-left-36 {margin-left: 36px}
.margin-left-38 {margin-left: 38px}
.margin-left-40 {margin-left: 40px}
.margin-left-42 {margin-left: 42px}
.margin-left-44 {margin-left: 44px}
.margin-left-46 {margin-left: 46px}
.margin-left-48 {margin-left: 48px}
.margin-left-50 {margin-left: 50px}
.margin-left-52 {margin-left:52px}
.margin-left-54 {margin-left:54px}
.margin-left-56 {margin-left:56px}
.margin-left-58 {margin-left:58px}
.margin-left-60 {margin-left: 60px}
.margin-left-80 {margin-left: 80px}
.margin-left-90 {margin-left: 90px}
.margin-left-100{margin-left:100px}

/*top*/
.top-0 {top:0px}
.top-2 {top: 2px}
.top-4 {top: 4px}
.top-6 {top: 6px}
.top-8 {top: 8px}
.top-10 {top: 10px}
.top-12 {top: 12px}
.top-14 {top: 14px}
.top-16 {top: 16px}
.top-18 {top: 18px}
.top-20 {top: 20px}
.top-22 {top: 22px}
.top-24 {top: 24px}
.top-26 {top: 26px}
.top-28 {top: 28px}
.top-30 {top: 30px}
.top-32 {top: 32px}
.top-34 {top: 34px}
.top-36 {top: 36px}
.top-38 {top: 38px}
.top-40 {top: 40px}
.top-42 {top: 42px}
.top-44 {top: 44px}
.top-46 {top: 46px}
.top-48 {top: 48px}
.top-50 {top: 50px}
.top-60 {top: 60px}
.top-70 {top: 70px}
.top-80 {top:80px}
.top-90 {top:90px}
.top-100 {top:100px}

/*right*/
.right-0 {right:0px}
.right-2 {right: 2px}
.right-4 {right: 4px}
.right-6 {right: 6px}
.right-8 {right: 8px}
.right-10 {right: 10px}
.right-12 {right: 12px}
.right-14 {right: 14px}
.right-16 {right: 16px}
.right-18 {right: 18px}
.right-20 {right: 20px}
.right-22 {right: 22px}
.right-24 {right: 24px}
.right-26 {right: 26px}
.right-28 {right: 28px}
.right-30 {right: 30px}
.right-32 {right: 32px}
.right-34 {right: 34px}
.right-36 {right: 36px}
.right-38 {right: 38px}
.right-40 {right: 40px}
.right-42 {right: 42px}
.right-44 {right: 44px}
.right-46 {right: 46px}
.right-48 {right: 48px}
.right-50 {right: 50px}
.right-60 {right: 60px}
.right-70 {right: 70px}
.right-80 {right:80px}
.right-90 {right:90px}
.right-100 {right:100px}


/*bottom*/
.bottom-0 {bottom:0px}
.bottom-2 {bottom: 2px}
.bottom-4 {bottom: 4px}
.bottom-6 {bottom: 6px}
.bottom-8 {bottom: 8px}
.bottom-10 {bottom: 10px}
.bottom-12 {bottom: 12px}
.bottom-14 {bottom: 14px}
.bottom-16 {bottom: 16px}
.bottom-18 {bottom: 18px}
.bottom-20 {bottom: 20px}
.bottom-22 {bottom: 22px}
.bottom-24 {bottom: 24px}
.bottom-26 {bottom: 26px}
.bottom-28 {bottom: 28px}
.bottom-30 {bottom: 30px}
.bottom-32 {bottom: 32px}
.bottom-34 {bottom: 34px}
.bottom-36 {bottom: 36px}
.bottom-38 {bottom: 38px}
.bottom-40 {bottom: 40px}
.bottom-42 {bottom: 42px}
.bottom-44 {bottom: 44px}
.bottom-46 {bottom: 46px}
.bottom-48 {bottom: 48px}
.bottom-50 {bottom: 50px}
.bottom-60 {bottom: 60px}
.bottom-70 {bottom: 70px}
.bottom-80 {bottom: 80px}
.bottom-90 {bottom: 90px}
.bottom-100{bottom:100px}

/*left*/
.left-0 {left:0px}
.left-2 {left: 2px}
.left-4 {left: 4px}
.left-6 {left: 6px}
.left-8 {left: 8px}
.left-10 {left: 10px}
.left-12 {left: 12px}
.left-14 {left: 14px}
.left-16 {left: 16px}
.left-18 {left: 18px}
.left-20 {left: 20px}
.left-22 {left: 22px}
.left-24 {left: 24px}
.left-26 {left: 26px}
.left-28 {left: 28px}
.left-30 {left: 30px}
.left-32 {left: 32px}
.left-34 {left: 34px}
.left-36 {left: 36px}
.left-38 {left: 38px}
.left-40 {left: 40px}
.left-42 {left: 42px}
.left-44 {left: 44px}
.left-46 {left: 46px}
.left-48 {left: 48px}
.left-50 {left: 50px}
.left-60 {left: 60px}
.left-70 {left: 70px}
.left-80 {left: 80px}
.left-90 {left: 90px}
.left-100 {left:100px}

/*opacity*/
.opacity-0 {opacity: 0;filter: alpha(opacity=0);}
.opacity-1 {opacity: 0.1;filter: alpha(opacity=10);}
.opacity-2 {opacity: 0.2;filter: alpha(opacity=20);}
.opacity-3 {opacity: 0.3;filter: alpha(opacity=30);}
.opacity-4 {opacity: 0.4;filter: alpha(opacity=40);}
.opacity-5 {opacity: 0.5;filter: alpha(opacity=50);}
.opacity-6 {opacity: 0.6;filter: alpha(opacity=60);}
.opacity-7 {opacity: 0.7;filter: alpha(opacity=70);}
.opacity-8 {opacity: 0.8;filter: alpha(opacity=80);}
.opacity-9 {opacity: 0.9;filter: alpha(opacity=90);}
.opacity-10 {opacity: 1;filter: alpha(opacity=100);}

/*z-index*/
.z-index-0 {z-index: 0;}
.z-index-1 {z-index: 1;}
.z-index-2 {z-index: 2;}
.z-index-3 {z-index: 3;}
.z-index-4 {z-index: 4;}
.z-index-5 {z-index: 5;}
.z-index-6 {z-index: 6;}
.z-index-7 {z-index: 7;}
.z-index-8 {z-index: 8;}
.z-index-9 {z-index: 9;}
.z-index-10 {z-index: 10;}


/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
/*.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}*/

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    .pagemenubox{position: absolute;top: 0;width: 100%;background-color: #f3f3f4;}
    .header-top{line-height:45px;background-color:#003878;position: absolute;top: 0;width: 100%;}
    .header-top a:hover,.productlogo .header-top a:hover{color:#ff4500;transition:.3s linear;}
    .header-top .float-lg-left{padding-left:15px;}
    .header-top .float-lg-right{padding-right:15px;}
    .header-top{color:#fff;font-size: 13px;}
    .header-top a{color:#fff;padding-left: 30px;font-size: 13px;}

    body{position:relative;}
    .header{height: 90px;line-height: 90px;position: absolute;top: 0;width: 100%;z-index: 10;margin-top: 46.5px;}
    .header .logo img{max-height:50px;}
    .header .logo-box{text-align:left;padding-top: 20px;}

    .nav{width: 100%;}
    .nav>ul>li{display:inline-block;text-align:center;line-height:44px;width: 11%;height:100px;}
    .nav>ul>li>ul{position:absolute;}
    .nav>ul>li>a{font-size:16px;display: block;width: 100%;transition:0.1s linear;height: 100px;line-height: 100px;color:#d9d9d9;font-weight: bold;}
    .nav >ul>li:hover > a,.nav >ul>li.current > a,.nav >ul>li.current > a:after{color: #fff;left: 0;right: 0;z-index: 1;}
    .nav li:hover> ul{display:block;}
    .nav ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:50px;color: #fff;}
    .nav ul li ul li a:hover{background-color: #003878;}

    .nav ul li{position:relative;}
    .nav ul li .arrow{display:none}
    .nav ul > li > ul{background-color: #ff4500;display: none;position: absolute;left:-8px;z-index: 2;width: 120%;box-shadow: 1px 1px 10px 2px rgba(95, 93, 93, 0.11);}
    .nav ul li ul li ul{display: none;position: absolute;left: 100%;top:0;z-index: 2;width: 100%;} /*二级ul样式*/

    .nav > ul > li > a:after{content: "";height: 3px;position: absolute;top: 0;left: 51%;right: 51%;z-index: -1;background-color: #d82019;-o-transition-property: left, right;-moz-transition-property: left, right;transition-property: left, right;-webkit-transition-property: left, right;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;-moz-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out;}
    .nav > ul > li:hover > a:after{left: 0;right: 0;z-index: 1;}

    .display-clear{display:none!important;}
    .pagination{margin: 40px 0 20px;}

    .sub-nav-boxs{position: absolute;bottom: -16%;}
    .sub-nav-box .tit,.sub-nav-box .en-tit{font-size: 32px;}
    .breadcrumb-box{position: relative;top: -40px;}
    .breadcrumb,.breadcrumb a{color:#fff;}


    /*产品menu*/
    .pagemenubox .header-top{line-height:35px;background-color:#5a5a5a;}
    .proheader{margin-top: 30px;}
    .proheader .logo img{max-height:50px;}
    .proheader .container .row{margin: 8px 0;}
    .proheader .logo-box {text-align: left;padding-top: 8px;}
    .proheader .top-right {position:relative;top:6px;}
    .proheader .top-right img{position: absolute;right: 0;}
    .proheader .top-right ul{text-align: right;padding-right: 50px;}
    .proheader .top-center1,.proheader .top-center2{padding-top: 16px;}
    .proheader .top-center1 i{border-right: 1px solid #ccc;position: relative;left: -70px;}

    .menu-bg{background-color:#00428e;width: 100%;z-index: 99;}
    .menu-bg .nav{width: 100%;}
    .menu-bg .nav>ul>li{float:left;text-align:center;line-height:50px;width: 12.5%;line-height: 44px;height:44px;}
    .menu-bg .nav>ul>li>ul{position:absolute;}
    .menu-bg .nav>ul>li>a{font-size:16px;display: block;width: 100%;color: #fff;height: 44px;line-height: 44px;font-weight:normal;}
    .menu-bg .nav >ul>li:hover > a{color: #fff;background-color:#ff4500;}

    .menu-bg .nav li:hover> ul{display:block;}
    .menu-bg .nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px}
    .menu-bg .nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#00428e;}

    .menu-bg .nav ul li{position:relative;}
    .menu-bg .nav ul li .arrow{display:none}
    .menu-bg .nav ul li ul{background-color:#ff4500;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
    .menu-bg .nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
    .menu-bg .nav > ul > li > a::after{background-color: transparent;}

    /*bootom*/
    footer{margin-top:80px;}
    .addroot .right{text-align:right;}
    .addroot .right .box{padding-bottom:14px;padding-top:14px;}
    .addroot .right p{padding-right: 10px;}

}

@media (max-width:1000px) /*手机端*/
{
    .header {position: absolute;top: 0;width: 100%;}
    .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}
    .logo-box .logo img{max-height:70px;padding: 6px 0;}
    .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;}
    .nav-toggle.active{color:#ccc;}

    .nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
    .nav.active{opacity:1;width:300px;max-width:60%}
    .nav ul li{line-height: 45px;text-align:left}
    .nav ul li ul{display:none;} /*二级ul样式*/
    .nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
    .nav ul li ul li a{padding-left:60px;font-size:14px;background-color:rgba(168, 169, 176, 0.13)}
    .nav ul li ul li ul li a{padding-left:80px;}
    .nav ul li ul li ul li li a{padding-left:100px;}
    .nav ul li{position:relative;}
    .nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
    .nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
    .nav ul li.current > a{color:#5a342b;}
    .nav ul li.active > ul{display:block}
    .nav ul li.active > .arrow{transform:rotate(90deg)}

    .sub-nav-box .tit,.sub-nav-box .en-tit{font-size: 16px;}
    .pagemenubox .proheader{position: absolute;top: 0;}

    /*bootom*/
    footer{margin-top:50px;}
    .addroot .right{text-align:center;}
    .addroot .right .box{padding-top:20px;}
    .addroot .right .box2{display:none;}
}
/*Top*/
.productlogo .header-top{background-color: #f3f3f4;color: #000;border-bottom: 1px solid #ccc;}
.productlogo .header-top a{color: #000;font-size:14px;}

/*banner*/
.pics_wrap .font-box .font2 .box .left {background: url(../images/city.png) no-repeat 100%;background-position-x: -80px;}

/*bootom*/
footer{background:#000;color:#b2b2b2;padding:40px 0 20px;}
footer a{color:#b2b2b2;}
.addroot .logo{padding-bottom:30px;}
.addroot .logo img{max-height:50px;}
.addroot .left p{font-size:13px;line-height:2;}
.addroot .center1{padding-left:70px;}
.addroot .center1 .title,.addroot .center2 .title{font-size: 18px;color:#fff;padding: 10px 0 40px;}
.addroot .center1 p{line-height:2;}
.addroot .right img{max-width:90px;max-height:90px;}
.rootnews-list .row{margin-bottom:22px;}
.rootnews-list .row .titles{color:#fff;padding-bottom:10px;}
.rootnews-list .row .titles:hover{color:#ff4500;}
.rootnews-list .row .introduction{font-size:13px;}

/*子栏目样式*/
.sub-nav{text-align:center;}
.sub-nav>ul>li{text-align:center;line-height:52px;display: inline-block;padding: 0 16px;margin:0 4px;}
.sub-nav>ul>li>ul{position:absolute;}
.sub-nav>ul>li>a{padding:10px 6px;font-size:16px;width: 100%;display: inline-block;}
.sub-nav >ul>li.active >a:after{content: "";height: 2px;position: absolute;top: 0;left: 0;right: 0;z-index: -1;background-color: #ff4500;-o-transition-property: left, right;-moz-transition-property: left, right;transition-property: left, right;-webkit-transition-property: left, right;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;-moz-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out;}
.sub-nav >ul>li.active >a{color:#ff4500;background-size: 100%;font-weight:bold;}
.sub-nav li:hover> ul{display:block;}
.sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ff4500;}
.sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px}
.sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav ul li{position:relative;}
.sub-nav ul li .arrow{display:none}
.sub-nav ul li ul{background-color:#ff4500;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/


/*图片列表*/
.images-list .row .item a{display: block;overflow: hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
/*.images-list .row .item a:hover img{transform:scale(1.2,1.2);}*/

/*移动端固定栏目按钮*/
.float-nav-toggle{display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:50px;}}



/*内容页公共用*/
.html5zoo-arrow-left-0{background:url(../images/left.png) no-repeat scroll left top!important;margin-left:10px;}
.html5zoo-arrow-right-0{background:url(../images/left2.png) no-repeat scroll left top!important;margin-right:10px;}

.breadcrumb > li + li::before {content: "⊙";padding: 0 5px;}
.breadcrumb li a:hover{text-decoration:underline;}
.breadcrumb li .fa{padding-right:6px;}

.page ul li .fa{padding-right: 10px;}
.page ul li a{color: #ff4500;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}
.page ul li:hover a{text-decoration:underline;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 120px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 90px;}
.card4{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 104px;}



/*搜索*/
.ss-box{position:relative;width:100%;}
.ss-box .s-input{width: 100%;outline: none;height: 38px;line-height: 34px;padding-left: 10px;background-color: #f9f9f9;border: 1px solid transparent;}
.ss-box .s-btn{position:absolute;right:0;width:80px;color:#fff;cursor:pointer;font-weight:bold;line-height:32px;outline:none;border:none;color:#000;}
.search .ss-box{margin:0px auto;position: relative;border: 1px solid #ccc;height: 42px;border-radius: 4px;}
@media(min-width:1000px) {
    .ss-box{background-color:#fff;}
    .search{height: 40px;line-height: 38px;color: #fff;}
    .ss-box .s-input{color: #000;}
    .ss-box .s-btn {height: 39px;position: absolute;top: 1px;font-size: 24px;background-color: #f9f9f9;}
    .searchbox{margin: 20px 0 50px;}
}
@media(max-width:1000px) {
    .search{padding-bottom: 10px;}
    .search .font{font-size:13px;}
    .ss-box{border:1px solid #cfcfcf;background-color:#fff;}
    .ss-box .s-btn{position: absolute;top: -35px;background-color: #f9f9f9;}
    .searchbox{margin: 30px 0;}

}

/*内页公共样式*/
.text-blue{color: #3c78d8;}
.pageheadline{border-bottom: 1px solid #efefef;padding-bottom: 10px;margin-bottom: 30px;}
.product-detail{margin:20px 0;border:1px solid #ccc;background-color:#f5f5f5;color: #868686;padding:8px;}


/*分页样式*/
@media (min-width:1000px) {
    .same-padding{padding-top:20px;}
    .paddingLR{padding-right:0;}
    .pageheadline{font-size: 24px;}
    .guwenborder{border: 1px solid #ccc;padding:0 15px;}
    .guwenborder .title{padding-top:30px;}

    .product-box .row .item .border-box{padding: 15px;}
    .product-box .row .item .words{padding:10px 10px 0;}
    .product-box .row .item .words .product-words{font-size:18px;font-weight:bold;}

    .samefeek-right{padding: 20px;background-color: rgb(249, 249, 249);border: 1px solid #ccc;}
    .feekback{border: 1px solid #ccc;margin-top: 40px;padding:0 80px 80px;overflow: hidden;}
    .feekback .headline{font-size: 24px;}

    .pa_textlist_3{border:1px solid #ccc;}
    .pa_textlist_3 ul{padding: 0 30px;}
    .productindex-bg{background-color:#f2f2f2;margin-bottom:-80px;padding-bottom:20px;}
    .productindex li .box{border:1px solid #ccc;padding:40px 50px;background-color:#fff;border-radius:4px;}
    .productindex li .more{margin-top:24px;}
    .productindex li .imgbox{width:130px;height:130px;margin: 0 auto;}
    .productindex li img{width:120px;height:120px;}
    .productindex li img:hover{width:130px;height:130px;}

    .typeindex{margin-bottom:-50px;}
    .typeindex .productindex li .imgbox{width:110px;height:110px;margin: 0 auto;}
    .typeindex .productindex li img{width:100px;height:100px;}
    .typeindex .productindex li img:hover{width:110px;height:110px;}

    .about-page{padding-top:50px;}
    .about-advance{margin-top: 80px;padding: 30px 0 80px;}

    .about-process .about-advance{margin-top: 0;padding: 50px 0 120px;}
    .about-process ul{padding-top: 30px;}
    .about-process .about-advance li .imgbox img{width: 60px;height: 60px;}
    .about-process .about-advance li .imgbox{width: 116px;height: 116px;line-height: 116px;}

    .about-consultant{padding: 40px 0 50px;}
    .about-consultant .more {padding-top: 30px;}
    .about-success{padding-top:40px;}
    .product-box .row .item .border-box{border: 1px solid rgb(238, 238, 238);}
    .images-list .row .item a{margin-bottom: 4px;}
}
@media (max-width:1000px) {
    .pageheadline{font-size: 20px;text-align:center;}

    .feekback .headline{font-size: 20px;}
    .feekback .box .pholeft{text-align:left;}

    .productindex{margin-top:20px;}
    .productindex li img,.typeindex .productindex li img{width:60px;height:60px;}
    .about-advance{margin-top: 30px;padding: 0 0 30px;}
    .about-process .about-advance{margin-top: 0;padding: 10px 0 40px;}
    .about-process .row{margin-left: 0;margin-right: 0;}
    .about-consultant{padding: 0 0 30px;}
    .about-consultant .more {padding-top: 10px;}

    .addtype .productindex li p{font-size: 13px;}
    .addtype .productindex li .card3{height: 125px!important;-webkit-line-clamp: 5!important;}

    .product-box .div-imgs{margin-bottom:6px;}
}


/*右侧马上评估*/
.samefeek-right .hotwords{font-size: 20px;}
.samefeek-right .detailnews li{border-bottom: 1px dashed #ccc;padding-bottom: 15px;margin-bottom: 11px;}
.samefeek-right .detailnews p{color: #999999;}

/*右侧输入关键字*/
.subnews .subnav ul{line-height: 3.5;margin-top: 10px;}
.subnews .subnav li{border-bottom:1px dashed #ccc;}
.subnews .subnav li a{font-size: 16px;}
.subnews .subnav>ul>li.active >a{color:#ff4500;}

/*内页-产品中心*/
.product-box .row .item{text-align: center;padding-bottom:20px;}
.product-box .row .item .border-box:hover{border-color: #ff4500;}
.product-box .row .item p{color: #acacac;font-size: 12px;}
.product-box .row .item p strike{color: #666;}
.product-box .row .item p span{color: #ff0000;}
.product-box .div-imgs{ position:relative;}
.product-box .div-imgs img{display:block;width:100%;}
.product-box .div-imgs .mask{width:100%;height:100%;background:rgba(244, 72, 72, 0.77);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center; opacity:0;}
.product-box .div-imgs:hover .mask{opacity:1;}
.product-box .div-imgs .mask img{width:40px!important;height:40px!important;}

.productindex li{margin-bottom:30px;}
.productindex li img{transition: all 0.3s ease-out 0s;}
.productindex li h5{padding:16px 0;}
.productindex li p{font-size: 15px;color:#999999;line-height:2;}
.productindex li .more a{font-weight:bold;font-size: 12px;color: rgba(255,69,0,1);text-decoration: underline;}
.productindex li .more a:hover{color:#000;}

/*内页-在线评估*/
.feekback .box p{color: rgb(153, 153, 153);}

/*分页-出国顾问*/
.pa_textlist_3 .item{padding:30px 0;margin-bottom:20px;border-bottom: 1px dashed #ccc;}
.pa_textlist_3 .item .picbox{display:block;overflow:hidden;}
.pa_textlist_3 .item .picbox img{transition:all 0.3s ease-in-out;}
.pa_textlist_3 .item .picbox:hover img{transform:scale(1.08,1.08);}
.pa_textlist_3 .item .date{margin-bottom:6px;}
.pa_textlist_3 .columnlink{color:#666666;margin-right:6px;font-size:16px;}
.pa_textlist_3 .item .title{font-size:20px;}
@media(max-width:992px){
    .pa_textlist_3{padding:15px;}
    .pa_textlist_3 .item{padding:15px 0;}
    .pa_textlist_3 .contentbox{padding-left:0;}
}
@media(max-width:468px){.pa_textlist_3 .item{padding:12px 0;}
    .pa_textlist_3 .item .picbox img{min-height:86px;}
    .pa_textlist_3 .titlebox{line-height:1.4;}
    .pa_textlist_3 .item .title,.pa_textlist_3 .item .columnlink{font-size:15px;}
    .pa_textlist_3 .contentbox{padding-left:0;}
    .pa_textlist_3 .item .intro{display:none;}
}

/*分页-新闻中心*/
@media(min-width:1000px) {
    .home-news li:not(:first-child){padding-top:40px;}
    .home-news li a {text-align: center;}
    .home-news li a .title{font-size: 20px;}
}
@media (max-width:1000px) {
    .home-news li{padding-top:20px;}
    .home-news li a {text-align: center;}
    .home-news li a .title{font-size: 18px;}
}
.home-news li a {display: block;}
.home-news li a .title{font-weight: bold;padding: 16px 0 4px;text-align:left;}
.home-news li .date{color: #929292;padding-top: 6px;}
.home-news li .introduct{;margin: 10px 0;line-height: 1.8;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 48px;}

/*内页-关于我们*/
.aboutus-more{margin-top:30px;}
.aboutus-more a{transition:.3s linear;color: rgba(255,69,0,1);}
.aboutus-more a:hover{color:#000;}

.about-advance li .imgbox{display: inline-block;background-color: #00428e;border-radius: 50px;transition:.3s linear;}
.about-advance li .imgbox:hover{background-color:rgba(255,69,0,1);}
.about-advance li .imgbox img{width: 44px;height: 44px;margin-top: 25px}
.about-advance li h5{padding:20px 0;}
.about-advance li p{color: rgb(153, 153, 153);}

.about-process{background:url(../images/process-bg.jpg) no-repeat center;background-size:cover;}
.about-process .about-advance{background-color:transparent;}
.about-process .home-title,.about-process .home-title p,.about-process .about-advance li h5,.about-process .about-advance li p{color:#fff;}
.about-process .about-advance li .imgbox{transition:.3s linear;}
.about-process .about-advance li .imgbox:hover{background-color:rgba(255,69,0,1);}
.about-process .about-advance li .imgbox1{background-color:#ffc148;}
.about-process .about-advance li .imgbox2{background-color:#66cccc;}
.about-process .about-advance li .imgbox3{background-color:#e6507b;}
.about-process .about-advance li .imgbox4{background-color:#f26d5f;}

.about-consultant{background-color:#f4f4f4;}
.about-consultant .product-box .row .item .border-box{padding:0;}
.about-consultant .product-box .row .item .border-box:hover{border-color: transparent;}
.about-consultant .product-box .row .item .words .product-words{font-size: 16px;color: #666666;}
.about-consultant .images-list .row .item a{font-size: 13px;color: #666666;}
.about-consultant .product-box .row .item .border-box{border: 1px solid transparent;}
.about-consultant .more a{color: rgba(255,69,0,1);font-size: 15px;transition: .3s linear;}
.about-consultant .more a:hover{color:#000;}

.about-success li .item{display: inline-block;overflow: hidden;border: 1px solid #ccc;padding: 10px;height: 100px;width: 100%;}
.about-success li .item a{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.about-success li .item img{display: inline-block;width:100%;height: auto;max-height: 90px;transition: all 0.3s ease-out 0s;/* position: relative; *//* top: 0; */text-align: center;vertical-align: middle;}
.about-success li .item:hover img{transform:scale(1.06,1.06);}
.about-success li .item p{text-align: center;background-color: rgb(255, 69, 0);color: #fff;margin-bottom: 0;padding: 0 4px;opacity:0;position: relative;bottom: 15px;}
.about-success li:hover .item p{opacity:1;}





/*首页模块样式*/
.home-title{text-align:center;padding-top:30px;}
.home-title .title{font-weight:bold;}
.home-title .title span{color: rgb(255, 69, 0);padding-left: 2px;}
.home-title p{font-size: 15px;color: rgb(102, 102, 102);padding: 10px 0}

.home-more{text-align:center;margin:20px 0;}
.home-more a{transition:.3s linear;font-size: 15px;}
.home-more a.fink1{color:rgba(255,69,0,1);}
.home-more a.fink2{color:rgba(0,66,142,1);}
.home-more a:hover{color:#000;}
.home-more a.fink3{color:#fff;}
.home-more a.fink3:hover{color:rgb(255, 69, 0);}

.images-list .row .item a:hover,.detail-cases li a.title:hover{color: #0064D4;}


/*首页样式*/
@media (min-width:1000px) {
    .home-title .title{font-size: 28px;}
    .home-more a.fink1{padding:0 20px;}
    .home-more a.fink2{padding:0 20px;}
    .pcpadding{padding-top:50px;}

    .home-service{padding-top:40px;}
    .home-type{padding: 40px 0 52px;}
    .home-type li .box{padding: 20px;}
    .home-type li{margin-bottom:30px;}

    .home-country{padding: 40px 0 80px;}
    .home-country li .box{padding: 20px 20px 30px;margin-bottom: 30px;}
    .home-country li .box .right p{margin: 20px 0;}
    .home-country li .box .left img{max-height:92px;max-width:92px;}

    .home-consultant{padding: 40px 0 70px!important;}

    .home-cases{padding: 30px 0 60px;}
    .home-cases .product-box .row .item{padding-bottom: 30px;}

    .home-information{padding: 26px 0 80px;margin-top: 40px;}
    .newsindex{padding-top:40px;}
    .newsindex .words .left{font-size:20px;}
    .newsindex .words .right{padding-top:10px;}
    .newsindex .box{border: 1px solid #ccc;background-color: #fff;}
    .newsindex .home-answer{padding: 16px 20px 20px 16px;}

    .estimate-bg{margin-bottom: -80px;padding: 50px 0 86px;}
    .estimate-bg .right .box{background-color: #fff;padding: 34px 30px;}
    .estimate-bg .addcontent{padding-top:40px;width: 90%;}
    .about-advance li .imgbox{width: 96px;height: 96px;line-height: 96px;}

}
@media (max-width:1000px) {
    .home-title .title{font-size: 20px;}
    .home-more a.fink1{padding:0 4px;}
    .home-more a.fink2{padding:0 4px;}

    .home-service .card2{-webkit-line-clamp: 4;height: 74px;font-size: 13px;}
    .home-type{padding-bottom: 20px;}
    .home-type .card4{height: 142px;font-size: 13px;-webkit-line-clamp: 6;}
    .home-type li{text-align:center;padding-left:5px;padding-right:5px;margin-bottom:10px;}
    .home-type li .left{padding:10px 0;}
    .home-type li .left img{width: 50px;height: 50px;}

    .home-country{padding: 10px 0 40px;}
    .home-country li .box{padding: 10px;margin-bottom: 10px;}
    .home-country li .box .left{padding-left:0;}
    .home-country li .box .right{padding-left:0;padding-right:0;}
    .home-country li .box .left img{max-height: 80px;max-width: 80px;}
    .home-country li .box .right p{margin: 10px 0;}

    .home-information{padding: 0 0 50px;margin-top: 20px;}
    .newsindex{padding-top:10px;}
    .newsindex .words .left{font-size:18px;}
    .home-information .box{margin-top: 20px;}

    .estimate-bg{margin-bottom: -50px;padding: 0 0 50px;}
    .estimate-bg .homepingu{color:#fff;}
    .home-service li h5{font-size: 1.5rem;}
    .about-advance li .imgbox{width: 80px;height: 80px;line-height: 80px;}

}

/*首页-出国服务*/
.home-service .about-advance{background-color: transparent;}
.home-service .about-advance{margin-top: 0;}

/*首页-出国类型*/
.home-type {background-color:#f4f4f4;}
.home-type li .box{border:1px solid #ccc;background-color:#fff;}
.home-type li .right p{color:#999999;line-height:1.8;margin-top:10px;}

/*首页-出访国家*/
.home-country{background:url(../images/home-country.jpg) fixed no-repeat center;}
.home-country .home-title .title{color:#fff;}
.home-country .home-title p{color: rgb(217, 217, 217);}
.home-country .home-more{text-align:left;margin:20px 0 0;}
.home-country .moretxt{text-align:center!important;}
.home-country .home-more a.fink1{padding:0;font-size: 14px;}
.home-country .home-more a.fink1:hover{color:#000;}
.home-country li .box{background-color:#fff;}
.home-country li .box .left img{border: 5px solid #ddd;border-radius: 50px;}
.home-country li .box .right p {color: #999;line-height: 2;}
.home-country li .box .right p.card2{height: 50px;}

/*首页-出国顾问*/
.home-consultant{background-color:#fff!important;}

/*首页-成功案例*/
.home-cases{background-color:#f4f4f4;}
.home-cases .product-box .row .item .border-box{border: 1px solid transparent;padding: 0;}
.home-cases .product-box .row .item p{font-size: 13px;}

/*首页-出国资讯*/
.home-information{background-color:#f4f4f4;}
.newsindex .words{position: absolute;top: 16px;z-index: 2;width: 100%;color: #fff;}
.newsindex .words a{color: #fff;}
.newsindex .product-box .div-imgs .mask{background: rgba(0, 0, 0, 0.58);}
.newsindex .product-box .homeimg{width:100%!important;}
.home-answer li{position: relative;padding-right: 80px;line-height: 2.6;}
.home-answer li .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;background:url(../images/icon.png) no-repeat left;padding-left:20px;}
.home-answer li .date{position: absolute;right: 0px;top: 0px;color: #929292;font-size: 13px;}

/*首页-出国评估*/
.estimate-bg{background:url(../images/estimate-bg.jpg) no-repeat center;background-size:cover;}
.estimate-bg .home-title,.estimate-bg .home-title .title span,.estimate-bg .home-title p{color:#fff;}
.estimate-bg .home-title{text-align:left;}
.estimate-bg .homepingu{text-align:center;}
.estimate-bg .addcontent p,.estimate-bg .addcontent span{color:#fff!important;line-height: 2.2;}


/*客服列表*/
.logo-ul ui{
    width: 100%;
}
.logo-ul li{
    width: 20%;
    height: 125px;
    line-height: 125px;
    display: inline-block;
    border: 1px solid #ccc;
}
.logo-ul li img{
    max-width: 220px;
}
/*第七板块*/
.title07 h1{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
.cont07 .about-success li .item{
    background: #fff;
    border: none;
}
/*第五板块*/
.title05 h1{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    position: relative;
}
.title05 h1:before{
    content: "";
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -50px;
}
.content05 ul{
    margin-top: 150px;
}
.content05 li{
    width: 19%;
    text-align: center;
    display: inline-block;
}
.content05 span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.content05 span.contimg{
    width: 126px;
    height: 126px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.content05 span.contimg img{
    display: inline-block;
    margin-top: 28px;
}
.content05 span.contimg em{
    position: absolute;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-style: normal;
    right: -3px;
    top: -10px;
    border-radius: 50%;
    background: #fff;
    color: #666;
    font-size: 30px;
}
.content05 span.context{
    padding: 20px 0;
    font-size: 16px;
}
/*底部*/
.code-box{
    display: inline-block;
    text-align: center;
    float: left;
    width: 108px;
    margin: 0 10px;
}
.code-box span{
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.foot-code{
    z-index: 1000!important;
}
.hide-code{
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -115px;
    left: 0;
    display: none;
}
.hide-code img{
    width: 108px;
    height: 108px;
}
.foot-code:hover .hide-code{
    display: block;
}
/*顶部*/
.heard-cont{
   background: #0a2477!important;
}

/*子页面*/
.bannnerbg{
    height: 300px;
    width: 100%;
    background: #ddd;
}