@CHARSET "UTF-8";
body {
    padding-top: 70px;
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}
.list-actions{
    border-right: 1px solid #C2C2C7;
    padding-right: 20px;
}
.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}
.pull-left{
    border: none !important;
}
.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sy-box{
    position: relative;
}
.sy-pager{
    position: absolute;
    bottom: 10px;
    z-index: 99;
}
.sy-pager li a{
    width: 11px !important;
    height: 11px !important;
}
.sy-pager li.sy-active a{
    background-color:#3463FF !important;
}
.top-image{
    width: 87px;
}
.head-logo{
    width: 140px;
}
.col-md-4{
    text-align: center;
}
.right-border{
    border-right: 1px solid #cacaca;
}
.content-text{
    font-size: 24px;
    color: #6D6D6D;
    font-weight: 400;
    font-family: "PingFang SC";
    padding-top: 33px;
    padding-bottom: 12px;
}
.paddingTop{
    padding-top: 22px;
}
.navbar-brand{
    padding-top: 31px;
    height:88px;
    padding-right: 87px;
}
.navbar-nav>li>a{
    line-height: 38px;
    color: #525252 !important;
    background-color:#FFFFFF !important;
    font-size: 18px;
    text-align: center;
}
.navbar-form .form-group{
    margin-bottom: 0 !important;
}
#search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-collapse .active>a{
    color: #005ED1 !important;
}
.navbar-default{
    background-color:#FFFFFF !important;
}
.navbar-collapse .navbar-right{
    line-height: 48px;

}
.navbar-nav .user{
    color:#005ED1;
    font-weight: 800;
}
#main-menu-user{
    padding-top: 5px;
    margin-left: 33px;
}
.headmobile{
    width: 24px;
    height: 24px;
}
.headmsearch{
    width: 22px;
    height: 22px;
}
.navbar-form{
    padding: 0;
}
.navbar-form .form-control{
    width: 130px;
    height: 32px;
}
@media (min-width: 1210px) {
    .container {
        width: 1280px;
    }
}

.intro-en{
    font-size: 36px;
    color: #EBECEE;
    font-family: 'JCHEadA,HeadLineA Regular';
    letter-spacing: 1px;
    font-weight: 800;
}
.intro-ch{
    margin-top: -25px;
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 50px;
    letter-spacing: 1px;
}
.intro-title{

    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #005ED1;
    line-height: 33px;
}
.intro-content{
    padding-top: 22px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #525252;
    line-height: 30px;
}
.list-button{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.list-button .intro-button{
    width: 143px;
    height: 40px;
    background: #005ED1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}
.list-button .intro-button>a{
    width: 100%;
    color: #FFFFFF;
}
.intro-bottom{
    margin-top: 30px;
    height: 133px;
    background: #EEF5FE;
    width: 120%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.intro-bottom .bottom-title{

    font-size: 28px;
    font-family: Helvetica;
    color: #0F4AD4;
    line-height: 34px;
}
.intro-bottom .bottom-subtitle{

    font-size: 18px;
    font-family: Helvetica;

    color: #0F4AD4;
    line-height: 22px;
}
.circle{
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 45%;
}
.industy-image{
    width: 377px;
    height: 367px;
}
.img-text{
    width: 377px;
    position: absolute;
    bottom: 0;
    height: 57px;
    background-color: rgba(0, 94, 209, .7);
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 24px;
}
.industy-div:hover{
    z-index: 999;
    transform: scale(1.3,1.3);
    transition: .3s transform;
}
.industy-div:hover .img-text{
    background-color: rgba(233, 196, 90, .7);
}

.contain {
    width: 100%;

}

.contain li {
    float: left;
    list-style: none;
    width: 180px;
    height:400px;
    transition: all 1s;
    position: relative;
    overflow: hidden;
    background-color:#005ED1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*border-left: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
}
.contain .index-1{
    background-color:rgba(0, 94, 209, .37)
}
.contain .index-2{
    background-color:rgba(0, 94, 209, .6)
}
.contain .index-3{
    background-color:rgba(0, 94, 209, .68)
}
.contain .index-4{
    background-color:rgba(0, 94, 209, .83)
}
.contain .index-5{
    width: 440px;
}

.contain ul:hover li {
    width: 180px;
}

.contain ul li:hover {
    width: 440px;
}

.contain li .title {
    height: 20px;
    overflow: hidden;
    text-align: center;
    /*position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    text-indent: 2em;
    line-height: 50px;
    bottom: 0px;
    left: 0*/
}
.contain li .more {
    margin-top: 40px;
    width: 95px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contain li .more>a {
    color: #005ED1;
    font-size: 14px;
}
.contain a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.breadcrumb{
    background-color: #FFFFFF;
}

.btn-toolbar{
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.marginTop{
    margin-top: 40px;
}
.btn-blue{
    border-radius: 5px;
    border-color:#005ED1;
    color: #005ED1 !important;
    background-color: #FFFFFF;
    text-decoration: initial;
}
.btn-active{
    z-index: 999;
    transform: scale(1.2,1.2);
    transition: .2s transform;
    color: #FFFFFF;
    border:none!important;
    background: linear-gradient(180deg, #0097EA 0%, #005ED1 100%);
}
.service-list:hover{
    transform: scale(1.1,1.1);
    transition: .1s transform;
}
.popover{
    z-index: 0 !important;
}
.arrow-active{
    position: absolute;
    display: block;
    margin-left: -11px;
    border-top-width: 0;
    top:-20px !important;
    width: 0 !important;
    height: 0 !important;
    border-color:transparent !important;
    border-style: solid !important;
    border-left: 16px solid transparent !important;
    border-right: 16px solid transparent !important;
    border-bottom: 20px solid #0097EA !important;

}
.btn-blue:hover,.btn-blue:focus{
    background-color: #005ED1;
    color: #FFFFFF !important;
}
.btn-group .active{
    background-color: #005ED1;
    color: #FFFFFF !important;
}
.case-list{
    margin-top: 60px;
}
.margin-left{
    padding-left: 40px;
}
.date-title{

    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #005ED1;
    line-height: 37px;
    letter-spacing: 2px;
}
.article-header{

    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #171717;
    line-height: 33px;
}
.article-title{

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
}
.article-text{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #737373;
    line-height: 20px;
}
.case-image{
    max-width: 650px;
}
.case-box{
    text-align: center;
}
.case-ch{
    margin-top: 0 !important;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 33px;
}
.case-more{
    width: 55px;
    height: 25px;
    background: #005ED1;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.case-more>a{
    color: #FFFFFF;
    font-size: 8px;
}
.case-content{
    text-align: left;
    min-height: 350px;
    line-height: 2em;
}

.mr_frbox {
    height: 148px;
    padding: 24px 22px;
    background: #EBECEE;
    box-shadow: 0px 4px 16px 0px rgba(45, 26, 101, 0.03);
}
.mr_frBtnL { float: left; margin: 27px 4px 0px 0px; cursor: pointer; display: inline; }
.mr_frUl { float: left; height: 100px; width: 92%;
    display: flex;
    flex-direction: column;
}
.mr_frBtnR { float: right; margin-top: 27px; cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; height: 100px; width: 200px; margin-right: 13px; overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(45, 26, 101, 0.03);
    border-radius: 6px 4px 4px 4px;
}
.mr_frUl ul li img { display: block; margin-bottom: 7px;  }

.article-right-image{
    width: 36px;
    height: 36px;
}
.article-contact{
    padding: 20px;
    background-color: #F9FCFE;

    box-shadow: 0px 2px 10px 0px rgba(127, 147, 173, 0.14);
    border-radius: 4px;
}
.article-li{
    height: 110px !important;
    display: flex;
    flex-direction: row;
    border-bottom:none !important;
    line-height: 22px !important;
    text-overflow: initial !important;
    white-space: normal !important;
}
.no-padding{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.new-li{
    height: 75px !important;
    list-style: disc;
}
.point{
    width: 6px;
    height: 6px;
    background: #005ED1;
    border-radius: 5px;
}
.article-infobox{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.article-news-image{
    width: 16px;
    height: 16px;
}
.service-title{

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
}
.service-mobile{

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 25px;
}
.service-email{

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #737373;
    line-height: 25px;
}
.article-online{
    display: flex;
    flex-direction: row;
    width: 240px;
    height: 49px;
    background: #005ED1;
    border-radius: 5px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.mover:hover{
    background-color: #EEF5FE;
}
.article-li .li-right{
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.list-image{
    min-width: 660px;
}
.no-box{
    border: none !important;
}
.rongyu-cer{
    width: 480px;
    height: 345px;
}
.carousel-caption{
    padding-left: 50px;
    text-align: left;
    position: initial !important;
    font-size: 18px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1C1C1C !important;
    line-height: 25px;
}
.hidden{
    display: none;
}
.carousel-control.left,.carousel-control.right{
 background-image: none !important;
    width: 50px;
}
.alignCenter{
    background: #EBECEE;
    box-shadow: 0px 4px 16px 0px rgba(45, 26, 101, 0.03);
    border-radius: 10px;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 40px;
}
.btn-grey{
    width: 50px !important;
    height: 90px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .16);
}
.list-title{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #171717;
    line-height: 25px;
}
list-name{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 20px;
    letter-spacing: 1px;
}
.list-time{

    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #878787;
    line-height: 18px;
}

.more-left{
position: initial !important;
}
.about-box{
    height: 480px !important;
    background: none !important;
    box-shadow: none !important;
    align-items: center;
}
.about-next{
    margin-top: 240px;
}
.about-li{
    width: 310px !important;
    height: 490px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #EBECEE;
    box-shadow: 0px 4px 16px 0px rgba(45, 26, 101, 0.03);
    border-radius: 10px;
    padding-bottom: 10px;
}
.about-li-img{
    width: 256px;
}
.about .footer{
    margin-top: 0 !important;
}
.mount-txt{
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 800;
    color: #1C1C1C;
    line-height: 25px;
    width: 180px;
}
.service-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
}
.contetn-text{
    padding: 20px 20px !important;
}
.service-desc{
    width: 210px;
    padding: 34px;
}
.service-list{
    margin-bottom: 20px;background: #FFFFFF;box-shadow: 0px 2px 10px 0px rgba(81, 118, 244, 0.14);
}
.service-list-title{
    padding: 40px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
}
.service-list-content{
    padding:0 40px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 32px;
}
.span2{
    width: 50%;
}
.service-out{
    width: 350px;
    height: 295px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(81, 118, 244, 0.14);
}
.out-title{
    padding-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
}
.out-content{
    padding: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #525252;
    line-height: 28px;
    text-align: left;
}
.proxy-bg{
    height: 220px;
    background: linear-gradient(180deg, #0097EA 0%, #005ED1 100%);
}
.floor-right-image{
    width: 385px;
    position: absolute;
    top: -72px;
    left: 0;
}
.prox-title{

    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}
.prox-phone{
    padding-top: 15px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
}
.grid-item{
    height: 490px;
}
.prox-time{

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}
.prox-email{
    padding-top: 15px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}
.proxsmall-right-image{
    width: 21px;

}
.contuct-us{

    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(81, 118, 244, 0.14);
}
.section-title{
    padding-left: 60px;
    padding-top: 75px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
}
.contuct-address{
    padding-left: 5px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #737373;
    line-height: 25px;
}
.address-right-image{
    width: 18px;
    height: 25px;
}
.phone-title{
    padding-left: 60px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
}
.phone-text{
    padding-left: 60px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 25px;
}
.email-text{
    padding-left: 60px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #737373;
    line-height: 25px;
}
.margin-left-us{
    padding-left: 60px;
}
.content-us{

    background: linear-gradient(180deg, #0097EA 0%, #005ED1 100%);
    border-radius: 5px;
}
.content-box{
    height: 430px;

    background: #EEF5FE;
}
.content-box2{
    height: 390px;
}
.contetn-next{
    margin-top: 150px;
}
.content-li{
    width: 325px !important;
    height: 380px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(81, 118, 244, 0.14);
    border-radius: 10px;
    padding-bottom: 10px;
    margin-right: 40px !important;
}
.cont-title{

    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    padding-bottom: 15px;
}
.member{
    width: 280px;
    height: 300px;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #525252;
    line-height: 18px;
}
.form-name{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0E66D3;
    line-height: 20px;
}
.btn-submit{
    width: 166px;
    height: 49px;
    background: linear-gradient(180deg, #0097EA 0%, #005ED1 100%);
    box-shadow: 0px 2px 8px 0px rgba(105, 141, 207, 0.5);
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    text-shadow: 0px 2px 8px rgba(105, 141, 207, 0.5);
}
.text-bottom-one{
    padding-top: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    letter-spacing: 2px;
}
.text-bottom-two{
    padding-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #005ED1;
    line-height: 25px;
    letter-spacing: 2px;
}
.glyphicon-chevron-left:before{
    content: none !important;
}
.glyphicon-chevron-right:before{
    content: none !important;
}
.footer{
    margin-top:100px;
    background-color: #0d1318;
}
.foot-nav{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 86px;

}
.foot-nav .navbar-nav{
    float: none;
    padding-left: 30px;
}
.foot-nav .content-footer{
    padding-left: 50px;
    color: #FFFFFF;
    text-align: right;
    padding-right: 23px;
}
.foot-nav .content-footer .mobile{
    font-size: 18px;
    line-height: 22px;
}
.links{
    color: #FFFFFF;
    display: flex;
    padding-left: 30px;
}
.contact-top{
    padding-left: 35px;
    padding-top: 30px;
    display: flex;
}
.links a{
    color: #FFFFFF;
}
.nav .active .header-active{
    height: 5px;
    width: 20px;
    line-height: 3px;
    margin: auto;
    margin-top: 5px;
    border-radius: 20px;
    background-color: #005ED1;
}
.foot-dropdown-menu{
    padding-right: 20px !important;
}
.foot-nav .content-footer .mobile-num{
    display: flex;
    font-size: 20px;
    font-family: Impact;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 13px;
}
.foot-nav .content-footer .welcome{
    width: 143px;
    height: 40px;
    background-color: #005ED1;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 27px;
}
.foot-nav .content-footer .time{
    font-size: 14px;
    font-family: Helvetica;
    line-height: 17px;
    color: #838383;
    padding-top: 16px;
}

.footer-logo{
    color: #FFFFFF;
    /*width: 10%;*/
    font-size: 14px;
    padding: 0 20px;
    line-height: 18px;
}
.foot-nav .foot-dropdown-menu{
    z-index: 1000;
    float: left;
    min-width: 130px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #0d1318;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.foot-nav .navbar-nav>li>a{
    background-color: #0d1318 !important;
    color: #FFFFFF !important;
    text-align: left;
}
.foot-nav .nav>li>a{
    padding: 0 !important;

}
.foot-nav .foot-dropdown-menu .menu-item{
    padding-top: 12px;
}
.footer-line{
    float:left;width: 1px;height: 175px; background: #979797;
}
.foot-nav .foot-dropdown-menu .menu-item>a{
    color: #838383;
}
.index-line{
    width: 1280px;
    height: 1px;
    background: #CACACA;
}
.footer-er{
    padding-left: 25px;text-align: center
}
.about_page{
    display: none;
}
.top250{
    margin-top: 250px;
}
.textarea.form-control{
    width: 500px;
}

/**适配手机端**/
@media (max-width: 767px) {
    #main-menu-user{
        margin-left: 0 !important;
    }
    .index-line{
        display: none;
    }
    .intro-bottom{
        width: 100% !important;
    }
    .industy-image{
        width: 100% !important;
        height: auto !important;
    }
    .img-text{
        width: 100% !important;
    }
    ul{
        padding: 0;
    }
    .contain li{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .contain .index-5{
        width: 100% !important;
    }
    .foot-nav{
        flex-direction: column !important;
    }
    .footer-line{
        display: none !important;
    }
    .foot-nav .nav>li{
        display: flex !important;
        align-items: center;
        flex-direction: column;
    }
    .foot-nav .foot-dropdown-menu{
        text-align: center !important;
    }
    .footer-logo{
        width: 100% !important;
        text-align: center !important;
    }
    .foot-nav .content-footer .mobile{
        text-align: center;
    }
    .foot-nav .content-footer .mobile-num{
        justify-content: center;
    }
    .links{
        justify-content: center;
    }
    .foot-nav .content-footer{
        padding-top: 20px;
    }
    .footer-er{
        padding-left: 0!important;
        padding-top: 40px;
    }
    .foot-nav .navbar-nav{
        padding: 0!important;
        margin: 0 !important;
    }
    .right-border{
        border-right: none !important;
    }
    .btn-toolbar{
        flex-direction: column;
    }
    .btn-toolbar .btn-group{
        margin-top: 10px;
    }
    .case-image{
        width: 100% !important;
        max-width: initial !important;
    }
    .tc-main{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .mr_frbox{
        padding: 24px 4px !important;
    }
    .mr_frUl{
        width: 82% !important;
        justify-content:center;
        flex-direction: row;
    }
    .mountain{
        display: none !important;
    }
    .about_page{
        display: block !important;
    }
    .service-desc{
        height: 300px;
    }
    .service-top{
        padding-left: 0 !important;
    }
    .top250{
        margin-top: 100px;
    }
    .proxy-bg{
        height: 600px;
    }
    .floor-right-image{
        width: 300px;
        top:0;
    }
    .service-out{
        width: 100%;
    }
    .prox-phone{
        font-size: 16px;
    }
    .prox-email{
        font-size: 16px;
    }
    .section-title,.contact-top,.phone-title,.phone-text,.margin-left-us{
        padding-left: 0;
        text-align: center;
    }
    .textarea.form-control{
        width: 100% !important;
    }
}
		