@CHARSET "UTF-8";
@font-face {
  font-family: 'iconfont';  /* project id 1519094 */
  src: url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.eot');
  src: url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.woff') format('woff'),
  url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1519094_4xjtpum5mtc.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
body {
    /*padding-top: 70px;*/
    background: #f5f5f5;
}

body.body-white {
    background: #fff;
}
.btn-default {
    color: #fff;
    background-color: #074c92;
    border-color: #074c92;
}
.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;
    min-height: 500px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.tc-box h2{
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 600;
    color: #074c92;
}
.body-white .tc-box{

}

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

.tc-box.article-box {
    padding: 0px 0 50px 0;
}

/*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) {
    .news-time {
        display: none;
    }
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 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-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;
}

.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;
}

.navbar-collapse{
    transition: 0.3s
}

/*导航部分*/
.nav{ overflow: unset;}
.nav.index{background: rgba(6, 6, 6, 0.33); box-shadow: 0 0 0 0 rgba(0,0,0,0.05);}
.nav.scroll{ background: rgba(6, 6, 6, 0.83); box-shadow: 0 3px 3px 0 rgba(0,0,0,0.05); transition: 0.3s}
.nav .layui-container{position: relative; transition: all 400ms ease-out;}
.nav .nav-logo{height: 100%; position: absolute; top: 0; left: 15px; line-height: 80px;}
/*.nav .nav-list{display: inline-block; height: 80px;}*/
.navbar .navbar-header button{width: 25px; height: 30px; position: absolute; top: 30px; right: 15px; background-color: transparent; border: none; outline: none; cursor: pointer;}
.navbar .navbar-header button span{display: block; width: 25px; height: 2px; background: #5f5f5f; margin-bottom: 6px; transition: 0.5s;}
.navbar .navbar-header button span.spa1{transform: rotate(45deg);}
.navbar .navbar-header button span.spa3{transform: rotate(-45deg) translate(5px,-5px);}
.nav .layui-nav{width: 100%; position: absolute; top: 80px; right: 0; color: #000; background: transparent;}
.nav .layui-nav .layui-nav-item{display: block; line-height: 60px;}
.nav .layui-nav *{font-size: 18px;}
.nav .layui-nav .layui-nav-item a{padding: 0 0; color: #fff;}
.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after{height: 2px; background-color: #2db5a3;}
.nav .layui-nav .layui-this a
,.nav .layui-nav .layui-nav-item a:hover{color: #2db5a3;}

/*轮播*/
#banner img{width: 100%; height: 690px; }
#banner .panel{width: 500px; position: absolute; top: 40%; left: 30%; margin-left: -200px; text-align: left;}
#banner .panel p{color: #ffffff;font-size: 24px;letter-spacing: 8px;line-height: 35px;}
#banner .panel p.title{color: #4a4a4a; font-size: 54px; letter-spacing: 10px;}
#banner .panel h1{font-size: 55px;font-weight: 600;margin-bottom: 15px;color: #fff;letter-spacing: 6px;}
#banner .panel h3{color: #fff;font-size: 32px;font-weight: bold;position: relative;}
#banner .panel h3:before{position: absolute;left: -150px;top: 15px;content:" ";width: 100px;height: 2px;background: #fff;}


/*主体—产品*/
.main-product,.main-service{padding-top: 60px; padding-bottom: 60px;background: #f8f8f8;}
.main-product p{font-size: 16px; color: #ababab; line-height: 28px;}
.main-product p.title
,.main-service p.title{color: #484848; font-size: 24px; text-align: center; line-height: 160px;}
.main-product p.title span
,.main-service p.title span{color: #2db5a3;}
.main-product .content{border: 1px solid #DEDEDE; padding: 20px; text-align: center; transition: 0.3s;border-radius: 5px;height: 345px;}
.main-product .content p.label{font-size: 18px; color: #939393; line-height: 46px; padding-top: 6px;}
.main-product .content a{width:80px;height: 27px;line-height: 27px;font-size: 14px; color: #35b1ff; border-color: #35b1ff;}
/* .main-product .content:hover{box-shadow: 0 0 3px 3px #EEE; transition: 0.3s;} */
.main-product .content img{transition: 2s;}
.main-product .content img:hover{transform: rotateY(180deg);}
.main-product .content .server-top{margin-top: 10px;}
.main-product .content .server-top span{font-size: 18px;color: #fff;margin-top: 5px;display: block;}
.main-product .content .server-tobuy{overflow: hidden;}
.main-product .content .server-tobuy a{ float: right; }
.main-product .content .server-tobuy span{ float: left;font-size: 25px;color: #e60000;line-height: 27px; }
.main-product .content .server-info{margin-top: 75px;}
.main-product .content .server-info ul{margin: 20px 0;}
.main-product .content .server-info ul li{text-align: left;padding: 4px 0;}
/* .main-product .content .server-info ul li span{} */
.main-product .kv-servers>div:nth-child(1) .content{background: url(../img/sever-bg-1.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(2) .content{background: url(../img/sever-bg-2.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(3) .content{background: url(../img/sever-bg-1.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(4) .content{background: url(../img/sever-bg-4.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(5) .content{background: url(../img/sever-bg-2.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(6) .content{background: url(../img/sever-bg-4.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(7) .content{background: url(../img/sever-bg-3.jpg) no-repeat #ffffff;background-size: contain;}
.main-product .kv-servers>div:nth-child(8) .content{background: url(../img/sever-bg-1.jpg) no-repeat #ffffff;background-size: contain;}
/*主体-服务器托管*/
.main-service{background: #ffffff;overflow: hidden;}
.main-service .content{position: relative;}
.main-service .content .content-left{width: 50%;}
.main-service .content .content-left img{width: 100%;}
.main-service .content .content-right{box-sizing: border-box; background: #FFF; padding: 58px 40px 0 48px; width: 50%; height: 100%; position: absolute; top: 0; right: 0; transition: 0.3s; overflow: hidden;}
.main-service .content .content-right p{color: #adadad; line-height: 32px; overflow: hidden; text-overflow: ellipsis;}
.main-service .content .content-right p.label{font-size: 16px; color: #4a4a4a;}
.main-service .content .content-right span{display: block; width: 50px; height: 2px; background: #2cb6a1; margin-bottom: 23px;}
.main-service .content .content-right:hover{box-shadow: 2px 2px 2px #EEE; transition: 0.3s;}
.main-service .service-more{padding-top: 80px; padding-bottom: 80px; text-align: center;}
.main-service .service-more a{padding: 10px 62px; font-size: 23px; line-height: 46px;color: #FFF; background: #7fd3c6; border-radius: 3px;}

/*底部*/
.footer{padding-bottom: 70px;}
.footer .footer-web{padding-top: 50px; padding-bottom: 63px;}
.footer .footer-web a{color: #a5aaa9; line-height: 22px; margin-right: 20px; transition: 0.3s;}
.footer .footer-web a:hover{color: #dce1e0; transition: 0.3s;}
.footer .footer-contact{color: #fff;}
.footer .footer-contact a{color: #a5aaa9;}
.footer .footer-contact .contact-top{padding-top: 20px; line-height: 30px;}
.footer .footer-contact .contact-bottom{line-height: 35px;}


/** 产品 */
.banner{height: 320px;}
.banner.product{background: url(../images/2.jpg) no-repeat center top; background-size: cover;}
.main.product{padding: 30px 0 75px 0;}
.main.product .content{padding: 50px 0; border-bottom: 1px solid #e8e8e8;}
.main.product .content .content-img{text-align: center;}
.main.product .content .content-img img{max-width: 100%;}
.main.product .content .label{color: #565656; font-size: 30px; line-height: 78px; margin-top: 32px;}
.main.product .content .detail{font-size: 16px; line-height: 28px; color: #d7d7d7; padding-bottom: 30px;}
.main.product .content a{color: #a0d2cc; font-size: 16px; line-height: 38px; padding:10px 11px 10px 23px; border: 1px solid #a0d2cc; border-radius: 3px;}
.main-product p.sub-title,.main-service p.sub-title{text-align: center;color: #666666;position: relative;}
.main-product p.sub-title:before,.main-service p.sub-title:before{content: " "; width: 40px;height: 3px;position: absolute;left:calc(50% - 20px);background: #01AAED; bottom: 5px;}

/** 动态 */
.banner.news{background: url(../images/nav_img3.jpg) no-repeat center top; background-size: cover;}
.banner .title{padding-top: 170px;}
.banner .title.active{padding-top: 140px; transition: 1.5s;}
.banner .title p{color: #ffffff; font-size: 36px; text-align: center; line-height: 50px; letter-spacing: 5px;text-shadow: 2px 2px 4px #000;}
.banner .title p.en{font-size: 20px; letter-spacing: 3px;}
.main-news{padding: 70px 0 80px 0;}
.main-news .content > div{/*padding-bottom: 10px; border-bottom: 1px dashed #eaeaea;*/ position: relative;    display: flex;}
.main-news .content .news-img{display: inline-block; width: 29%; vertical-align: top;}
.main-news .content .news-img img{width: 90%;}
.main-news .content .news-panel{display: inline-block; width: 70%; vertical-align: top; padding-left: 5px; box-sizing: border-box;}
.main-news .content .news-panel strong a{display: block; color: #555; font-size: 18px; line-height: 26px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.main-news .content .news-panel p.detail{color: #777;
    line-height: 26px;
    font-size: 15px;
}
.main-news .content .news-panel p.read-push{color: #AAA; padding-top: 5px;}
.main-news #newsPage .layui-laypage{display: block; text-align: center; margin-top: 70px;}
.main-news #newsPage .layui-laypage a,.main-news #newsPage .layui-laypage span{font-size: 18px; line-height: 40px; height: 40px; margin-right: 20px; border-radius: 3px; color: #e3e3e3;}
/*动态详情页*/
.main-newsdate{margin-top: 80px; text-align: center;}
.main-newsdate .news{text-align: left; line-height: 104px;}
.main-newsdate h1{padding-top: 6px;}
.main-newsdate .pushtime{color: #686868; font-size: 18px; line-height: 82px;}
.main-newsdate .introTop{padding-bottom: 28px; font-size: 18px; line-height: 20px; text-align: left;}
.main-newsdate .introBott{font-size: 18px; line-height: 42px; text-align: justify; padding: 40px 0 102px 0;}
.main-newsdate img{max-width: 100%;}

.main-news .news-list{margin: 20px 0 0 0;}
.main-news .news-list li{width: 33%;display: inline-block;margin: 30px 0 0 0;}
.main-news .news-list li .card {
    position: relative;
    display: block
}
.main-news .news-list li .left {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 1px solid #333;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.main-news .news-list li .left strong {
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: #333;
    margin-top: 17px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.main-news .news-list li .left em {
    font-style: normal;
    font-size: 14px;
    color: #333;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.main-news .news-list li .right {
    width: 245px;
    margin-left: 20px;
    border: 0;
    text-align: left;
}
.main-news .news-list li a span {
    color: #000000;
    font-size: 16px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.main-news .news-list li p {
    max-height: 50px;
    overflow: hidden;
    color: #999999;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.main-news .news-list .pull-xs-left {
    float: left!important;
}

.main-news .news-list .pull-xs-right {
    float: right!important;
}

.main-news .news-list li h4 a {
    margin: 10px 0;
    display: block;
}

.main-news .news-list li:hover .left {
    background: #1c52a4;
    border-color: #fff;
}

.main-news .news-list li:hover .left strong , .main-news .news-list li:hover .left em {
    color: #fff;
}

.main-news .news-list li a{
    text-decoration: none;
}






/** 案例 */
.banner.case{background: url(../img/nav_img2.jpg) no-repeat center top; background-size: cover;}
.main-case{padding: 30px 0 75px;}
.main-case .content{width: 48%; text-align: center; padding-top: 120px; padding-bottom: 20px; border-bottom: 2px solid #c9c9c9;}
.main-case .content.even{margin-left: 2%;}
.main-case .content .case-img{border: 1px solid #e2e2e2; overflow: hidden;}
.main-case .content .case-img img{width: 100%; transition: 2s;}
.main-case .content .case-img img:hover{transform: scale(1.2,1.2); transition: 2s;}
.main-case .content p.lable{padding-top: 13px; font-size: 30px; line-height: 76px;}
.main-case .content p{font-size: 18px; line-height: 32px; color: #505050;}
.main-case #casePage .layui-laypage{display: block; text-align: center; margin-top: 100px;}
.main-case #casePage .layui-laypage a,.main-case #casePage .layui-laypage span{font-size: 18px; line-height: 40px; height: 40px; margin-right: 20px; border-radius: 3px; color: #e3e3e3;}


/** 关于 */
.banner.about{background: url(../images/page-about-banner.jpg) no-repeat center top; background-size: cover;}
.main-about{padding: 50px 0;overflow: hidden;background: url("../images/about-bg.jpg") no-repeat;background-size: cover;}
.main-about ul.aboutab{padding: 100px 0; text-align: center;}
.main-about ul.aboutab li{display: inline-block; padding: 0 22px; margin-left: 15px; font-size: 20px; line-height: 46px; color: #b5b5b5; border: 1px solid #e2e2e2; border-radius: 3px; cursor: pointer;}
.main-about ul.aboutab li:first-child{margin-left: 0;}
.main-about ul.aboutab li.layui-this
,.main-about ul.aboutab li:hover{color: #2ab5a3; border-color: #afddd7; transition: 0.3s;}
.main-about .tabJob, .main-about .tabCour{display: none;}
/*公司简介*/
.main-about .tabIntro{padding-bottom: 15px;}
.main-about .tabIntro .content{vertical-align: middle;}
.main-about .tabIntro .content .img{width: 50%;}
.main-about .tabIntro .content .img img{width: 100%;}
.main-about .tabIntro .content .panel{width: 50%;}
.main-about .tabIntro .content p{padding: 0 20px; line-height: 24px; text-align: justify;}
.main-about .tabIntro .p_hidden{padding: 0 20px; display: none;}
/*招贤纳士*/
.main-about .tabJob .content{padding: 0 0 40px 20px; border: 1px solid #e2e2e2; border-top: 4px solid #65d0c5; margin-top: 90px;}
.main-about .tabJob .content:first-child{margin-top: 10px;}
.main-about .tabJob .content p{font-size: 18px; line-height: 40px;}
.main-about .tabJob .content p.title{font-size: 24px; color: #545454; line-height: 60px;}
.main-about .tabJob .content ol{padding-left: 20px; list-style-type: none; counter-reset: sectioncounter;}
.main-about .tabJob .content ol li{color: #8d8d8d; font-size: 16px; line-height: 30px;}
.main-about .tabJob .content ol li:before {content: counter(sectioncounter) "、"; counter-increment: sectioncounter;}
/*发展历程*/
.main-about .tabCour p.title{font-size: 28px; line-height: 28px; text-align: center;}
.main-about .tabCour .timeline{position: relative; margin-top: 75px;}
.main-about .tabCour .timeline:before{position: absolute; top: 0; bottom: 0; content: ""; width: 2px; background-color: #e2e2e2; left: 50px;}
.main-about .tabCour .timeline li{position: relative; padding-top: 70px;}
.main-about .tabCour .timeline li:first-child{padding-top: 0;}
.main-about .tabCour .timeline li .cour-img{position: absolute; left: 0; width: 100px; border-radius: 50%;}
.main-about .tabCour .timeline li .cour-img img{width: 100%;}
.main-about .tabCour .timeline li .cour-panel{padding-top: 20px; padding-left: 120px; text-align: left;}
.main-about .tabCour .timeline li .cour-panel p.label{font-size: 18px; color: #000;}
.main-about .tabCour .timeline li .cour-panel p{color: #949494; line-height: 30px;}
.main-about .header-wrap-title{color: #fff;}
.main-about .header-wrap-title span{color: #fff;}
.main-about .cnt p{color: #fff;line-height: 25px;}
.main-about .about-b-ul{display: inline-flex;margin: 50px 0 0 0;}
.main-about .about-b-ul li{
    width: 25%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.875rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    transition: all 300ms ease;
}
.main-about .about-b-ul li>div {
    background: #e6e6e6;
    padding: 10px;
}
.main-about .about-b-ul li:hover {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.main-about .about-b-ul li a img {
    max-width: 100%;
    height: 147px;
    width: 100%;
}
.main-about .about-b-ul li p {
    text-align: center;
    color:#fff;
    padding: 5px 0 0 0;
}

.main-research .research-ul{display: inline-flex;margin: 50px 0 0 0;}
.main-research .research-ul li{
    width: 25%;
    display: inline-block;
}
.main-research .research-ul li .add-left {
    padding: 0;
    text-align: center;
    overflow: hidden;
    height: 265px;
    cursor: pointer;
}
.main-research .research-ul li .add-left h4 {
    color: #999999;
    color: #2b99ff;
    margin: 22% 0 0 0;
    font-size: 3.7em;
}
.main-research .research-ul li .add-left h5 {
    color: #000000;
    line-height: 1.3em;
    margin: 5px auto 0;
    width: 90%;
    font-size: 24px;
}
.main-research .research-ul li .add-left p {
    font-size: 17px;
    line-height: 1.6em;
    padding: 0 15px;
    margin-top: 2px;
    color: #999999;
}
.main-research .research-ul li .add-left  img {
    width: 100%;
    height: 100%;
}
.main-research .research-ul li:hover{
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}


.main-footer-banner{
    background: url(../images/nav_img2.jpg) center no-repeat;
}
.main-footer-banner .title.active {
    padding-top: 80px;
}


.navbar{/*background: #00318e;border-top: 2px solid #8197c6;*/min-height: 115px;margin-bottom: 0px;}
.navbar-form{margin: 0;}
.bs-navbar-form{margin-top: 6px;}
.bs-navbar-form .form-control{
    height: 26px;
    padding: 4px 10px;
}
.bs-navbar-form .btn{
    padding: 2px 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #f9f9f9;
    background-color: rgba(0,0,0,0.05);
}

.navbar-default .navbar-nav>li>a {
    color: #454545;
    font-size: 15px;
    transition: .6s all ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    transition: .8s all ease-in-out;
    /*background: url(../images/navbg.png) center no-repeat;
    color: #074c92;*/
    background: #1b4c9f;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    transition: .8s all ease-in-out;
    /*background: url(../images/navbg.png) center no-repeat;
    color: #074c92;*/
    background: #1b4c9f;
    color: #fff;
}

/*.top-header{
    height: 150px;
    background: url("../images/top-bg.jpg") no-repeat;
}*/

.navbar-brand>img{
    width: 480px;
    margin: 30px 0 0 0;
}
.navbar-brand {
    float: left;
    padding: 5px 0px;
    height: auto;
}

.index-top-up {
    width: 100%;
    height: 38px;
    background: #0f3c8a;
}
.index-top-up .top-text {
    font-size: 12px;
    color: #e3f1ff;
    line-height: 38px;
    float: left;
}

.index-top-up .top-text-right {
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    float: right;
    color: #e3f1ff;
}

.index-top-up .top-text-right a{
    color: #e3f1ff;
}

/* 首页轮播下产品滚动 */
.top-pruduct-left{ width:100%;  overflow:hidden; position:relative;}
.top-pruduct-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.top-pruduct-left .prev{ display:block;width: 95px;height: 20px;float:left; margin-right:5px; margin-top:90px;  overflow:hidden;
    cursor:pointer; background:url("../images/pre-bg.png") no-repeat;}
.top-pruduct-left .next{ display:block;width:95px; height:20px; float:right; margin-right:5px; margin-top:90px;  overflow:hidden;
    cursor:pointer; background:url("../images/next-bg.png") no-repeat;}
.top-pruduct-left .hd .prevStop{ background-position:-60px 0; }
.top-pruduct-left .hd .nextStop{ background-position:-60px -50px; }
.top-pruduct-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.top-pruduct-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.top-pruduct-left .hd ul li.on{ background-position:0 0; }
.top-pruduct-left .bd{ padding:10px;width: 85%;margin: 0 auto; }
.top-pruduct-left .bd ul{ overflow:hidden; zoom:1; }
.top-pruduct-left .bd ul li{ margin:0 0 0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.top-pruduct-left .bd ul li .pic{ text-align:center; }
.top-pruduct-left .bd ul li .pic img{ width:188px; height:188px; display:block;  padding:2px; }
.top-pruduct-left .bd ul li .pic a:hover img{   }
.top-pruduct-left .bd ul li .title{ line-height:24px;   }
.top-pruduct-left:before{ content: " ";width: 84%;height: 100px;/*background: #0b6cbc;*/position: absolute;top: 55px;left: 92px;}

/*四条优势说明*/
.main-youshi{width: 90%;margin: 0 auto;max-width: 1700px;margin-top: -50px;}
.youshi-list{
    color: #999999;
    position: relative;
    display: inline-flex;
}
.youshi-list li {
    transition: 0.58s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: 0.58s cubic-bezier(.215,.61,.355,1);
    -moz-transition: 0.58s cubic-bezier(.215,.61,.355,1);
    margin-bottom: 0px;
    background: #ffffff;
    background: #ffffff;
    padding: 20px 3% 35px;
    position: relative;
    overflow: hidden;
    float: none;
    display: inline-block;
    width: 25%;
}

.youshi-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #ebebeb;
}
.youshi-list li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f6cf53;
    transform-origin: 100%;
    -ms-transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -o-transform-origin: 100%;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
    -moz-transition: -moz-transform .5s cubic-bezier(.4,0,.2,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4,0,.2,1);
    -o-transition: -o-transform .5s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    visibility: hidden\9;
}

.youshi-list .c {
    font-size: 14px;
    line-height: 1.8;
    height: 75px;
}

.youshi-list li .item {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.youshi-list li h3 {
    font-weight: bold;
    font-size: 24px;
    color: #1b4fa1;
    line-height: 1.2;
    margin-bottom: 20px;
}

.youshi-list li .ico {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: 0.3s cubic-bezier(.4,0,.2,1);
}


.youshi-list li .ommore {
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    overflow: hidden;
}

.youshi-list li .ommore {
    position: absolute;
    bottom: 35px;
    left: 15%;
    opacity: 0;
    visibility: visibl\9;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.youshi-list li .ommore .i1 {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 8px;
    top: 0;
    background-color: #ffffff;
}

.youshi-list li .ommore .i2 {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0%;
    top: 8px;
    background-color: #ffffff;
}

/*关于我们*/
.about-pic{
    overflow: hidden;
    cursor: pointer;
}
.about-text-wrap{
    border-left: 5px solid #074c92;
    min-height: 418px;
    padding: 10px 30px;
    background: #f5f5f5;
}
.about-pic img {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    width: 100%;
}
.about-pic img:hover {
    -webkit-transform: scale(1.12,1.12);
    transform: scale(1.12,1.12);
    -moz-transform: scale(1.12,1.12);
}

.ngjlswbz {
    font-size: 26px;
    color: #0e0e0e;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.gjgnjsld {
    font-size: 14px;
    line-height: 23px;
    color: #333;
}
.main-about .header-wrap{
    width: 100%;
    height: 56px;
    /*
    background: url(../images/ab.png) center no-repeat;
    */
    margin-bottom: 30px;
}
.header-wrap-title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    color: #333;
}

.header-wrap-title span{
    font-size: 30px;
    color: #9e9e9e;
    font-weight: normal;
}

/*优势*/
.main-ouryoushi{
    height: auto;
    background: url(../images/youshi-bg.jpg) top center no-repeat;
    margin: auto;
    overflow: hidden;
}
.main-ouryoushi .header-wrap{
    background: unset;
    margin-bottom: 30px;
}
.main-ouryoushi .header-wrap-title{
    color: #FFFFFF;
}
#youshi_fl {
    width: 513px;
    height: 630px;
    border: 2px solid #fff;
    float: left;
    color: #fff
}

.youshi_c {
    width: 450px;
    padding-top: 90px;
    padding-left: 35px;
    float: left
}

.youshi_h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px
}

.youshi_h2 {
    font-size: 28px;
    line-height: 42px;
    font-family: Century Gothic
}

.youshi_h3 {
    width: 320px;
    height: 44px;
    border: 1px solid #c8e8f9;
    line-height: 44px;
    text-align: center;
    margin-top: 50px;
    font-size: 18px
}

.youshi_h4 {
    width: 84px;
    margin-right: 28px;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-top: 55px;
    animation: myfirst 2s infinite;
    display: inherit-block
}

.youshi_h4 .v1 {
    width: 82px;
    height: 82px;
    padding-top: 22px;
    border: 1px solid #fff;
    border-radius: 5px
}

.youshi_ted {
    width: 100%;
    height: 22px;
    line-height: 22px;
    background: url(../images/tel.png) left no-repeat;
    float: left;
    font-size: 16px;
    padding-left: 35px;
    margin-top: 55px
}

.youshi_ted span {
    float: left
}

.youshi_ted strong {
    font-size: 28px;
    font-family: Arial,Helvetica,sans-serif;
    float: left;
    color: #ff0
}

@keyframes myfirst {
    0% {
        transform: translate(0px,0px)
    }

    50% {
        transform: translate(0px,-10px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

#youshi_r {
    width: 810px;
    height: 565px;
    float: right;
    background: rgb(212, 237, 251);
    margin-top: -595px
}

.youshi_p {
    width: 390px;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 45px
}

.youshi_p:hover {
    -webkit-animation: test .4s ease-in 2;
    cursor: pointer
}

@-webkit-keyframes test {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,5px)
    }

    100% {
        transform: translate(0,0)
    }
}

.youshi_v1 {
    height: 40px;
    font-family: Arial,Helvetica,sans-serif;
    color: #074c92;
}

.youshi_v2 {
    line-height: 50px;
    font-size: 26px;
    color: #222;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.youshi_v2::after{
    content: " ";
    position: absolute;
    width: 55px;
    height: 2px;
    background: #074c92;
    left: 70px;
    top: 60px;
}

.youshi_v3 {
    /*    width: 55px;
        height: 2px;
        background: #074c92;*/

}

.youshi_v4 {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

#youshi_r .youshi_p:nth-child(1) .youshi_v2{
    background: url("../images/ys_no.png") -22px 0 no-repeat;
}

#youshi_r .youshi_p:nth-child(2) .youshi_v2{
    background: url("../images/ys_no1.png") -22px 0 no-repeat;
}

#youshi_r .youshi_p:nth-child(4) .youshi_v2{
    background: url("../images/ys_no2.png") -22px 0 no-repeat;

}

#youshi_r .youshi_p:nth-child(5) .youshi_v2{
    background: url("../images/ys_no3.png") -22px 0 no-repeat;
}

.footWrap {
    background: #1b4fa1;
    padding: 20px 0;
    overflow: hidden;
}

.footer {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.f_wz {

    font-family: microsoft yahei;
    color: #fff;
    font-size: 14px;
    line-height: 32px
}

.f_wz h3 {
    margin-bottom: 15px;
    font: bold 16px/50px "Microsoft Yahei";
    color: #fff;
    background: url(../images/h.jpg) no-repeat left bottom
}

.f_wz a {
    color: #fff;
    font-size: 14px
}

.f_wz a:hover {
    color: #ff0;
    font-size: 14px
}

.bqdxtkg {
    float: left;
    height: 207px;
    margin-top: 20px;
    margin-right: 75px;
    border-left: 1px solid #00274e;
    border-right: 1px solid #0059b5;
}

.f_nav {

}

.f_nav a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    border-right:1px solid #fff;
}
.f_nav a:last-child{
	border-right: none;
}
.f_nav a:hover {
    color: #ff0;
    font-size: 14px;
    text-decoration: none;
}

.dbdewmk {
    width: 300px;
    float: right
}

.footer_r {
    width: 110px;
    padding-top: 10px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.footer_r img {
    padding-bottom: 15px
}

.mbanner {
    width: 100%;
    height: 300px;
    margin-top: 0;
}

.mianbxContent {
    margin-bottom: 20px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 16px!important;
    text-align: left!important;
    background-color: #eee;
    width: 100%!important;
    text-indent: 2.5em;
    transition: .1s all;
    background: url(../images/b.png) no-repeat 7px 12px;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px;
    position: relative;
    border-top: 1px solid #eee;
}

.main-product{
    background: #fff;
}
.main-product .layui-tab{
    margin: 0 0 30px 0;
    overflow: hidden;
}

.main-product .header-wrap{
    margin-bottom: 30px;
}

.main-product .layui-tab-title{
    text-align: center;
    border-bottom: 1px #1b4fa1 dashed;
}

.main-product .layui-tab-brief>.layui-tab-title .layui-this {
    color: #ffffff;
    background: #1b4fa1;
}

.main-product .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom:none;
}
.main-product .layui-tab-item {

}

.main-product .layui-tab .dl-horizontal{
    display: inline-block;
    margin-top: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.main-product .layui-tab .dl-horizontal:hover{
    /*background: #1b4fa1;*/
}
.main-product .layui-tab .dl-horizontal:hover dd a{
    /*color: #fff;*/
}

.main-product .layui-tab .dl-horizontal:hover img{
    webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main-product .layui-tab .dl-horizontal dt,.main-product .layui-tab .dl-horizontal dd{
    width: 100%;
}

.main-product .layui-tab .dl-horizontal dt{

}

.main-product .layui-tab .dl-horizontal dd{
    margin: 0;
    overflow: hidden;
    padding-top: 5px;
    background: #fff;
}
.main-product .layui-tab .dl-horizontal dd a {
    margin: 5px 0;
    display: block;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
}
.main-product .layui-tab .dl-horizontal dd a:hover{
    text-underline:none;
}

.main-product .layui-tab .dl-horizontal dt a img{
    height: 170px;
    width: 100%;
    transition: all 0.6s;
}

.main-product .gomore,.main-about .gomore{
    background-color: #1b4fa1;
}

.list-product{
    border-bottom: 1px solid #d0d0d0;
}

.list-product .layui-tab-title {
    text-align: center;
    border-bottom: none;
}

.list-product .layui-tab-title li {
    background: unset;
    margin: 0 10px;
}

.list-product .layui-tab-title li a {
    text-decoration: none;
    color: #000;
}

.list-product .layui-tab-title li a{
    font-size: 16px;
}

.list-product .layui-tab-brief>.layui-tab-title .layui-this a{
    color:#1b4c9f;
}

.navbar-nav {
    margin: 0;
}

#copyright {
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 0;
    text-align: center;
    /*border-top: 2px solid #074c92;*/
    display: none;
}

#copyright a {
    color: #666;
}

.inav_t {
    width: 100%;
    height: 8rem;
    background: #074c92;
    display: none;
}
.inav_t dl {
    height: 8rem;
    overflow: hidden;
}
.inav_t dl dd {
    width: 33.33%;
    height: 4rem;
    float: left;
    text-align: center;
    border-right: 1px #566fa9 solid;
    border-bottom: 1px #566fa9 solid;
}
.inav_t dl dd a {
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
}

.banner.contact{background: url(../images/contact.jpg) no-repeat center top; background-size: cover;}
.contact-info{line-height: 50px;}
#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 5.5rem;
    left: 0;
    display: none;
}
#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #074c92;
}
#toolbar .list li {
    float: left;
    width: 33%;
    text-align: center;
}
#toolbar .list a {
    display: block;
    height: 5.5rem;
    line-height: 2.7rem;
    font-size: .26rem;
    padding-top: .5rem;
    text-decoration: none;
    text-underline: none;
}
#toolbar .list a i {
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    height: 2rem;
    display: block;
    margin-bottom: .12rem;
    color: #fff;
    font-size: 2.5rem;
}
#toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 1.6rem;
}

.gcpic{ width:100%;  overflow:hidden; position:relative;  border:4px solid #074c92;   }
.gcpic .hd {
    overflow: hidden;
    /*    height: 50px;*/
    padding: 0 10px;
    text-align: center;
    line-height: 50px;
}

.gcpic .hd span {
    font-size: 30px;
    color: #9e9e9e;
    font-weight: normal;
}
.gcpic .hd h3{
    margin: 10px 0 10px 90px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    color: #333;
}
.gcpic .hd .prev,.gcpic .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:10px; margin-top:25px;  overflow:hidden;
    cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.gcpic .hd .next{ background-position:0 -50px;  }
.gcpic .hd .prevStop{ background-position:-60px 0; }
.gcpic .hd .nextStop{ background-position:-60px -50px; }
.gcpic .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:25px; zoom:1; }
.gcpic .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.gcpic .hd ul li.on{ background-position:0 0; }
.gcpic .bd{ padding:10px 10px 20px; }
.gcpic .bd ul{ overflow:hidden; zoom:1; }
.gcpic .bd ul li{ margin:0 7px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.gcpic .bd ul li .pic{ text-align:center; }
.gcpic .bd ul li .pic img{ width:219px; height:150px; display:block;  padding:2px; border:1px solid #ccc; }
.gcpic .bd ul li .pic a:hover img{ border-color:#999;  }
.gcpic .bd ul li .title{ line-height:24px;   }

/*客服代码*/
.my-kefu{position:fixed;right:0;bottom:30%;z-index:9999}
.my-kefu ul{width:77px}
.my-kefu li a{text-decoration:none}
.my-kefu li{background:#3a3a3a;margin-top:1px;padding:9px 0;height:70px;width:77px}
.my-kefu li i{background:url(../images/tb.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center}
.my-kefu li p{height:20px;line-height:20px;overflow:hidden;text-align:center;color:#fff}
.my-kefu .my-kefu-qq i{background-position:4px 0}
.my-kefu .my-kefu-tel i{background-position:0 -25px}
.my-kefu .my-kefu-tel1 i{background-position:-35px 4px}
.my-kefu .my-kefu-tel1:hover{width:246px;height:168px}
.my-kefu .my-kefu-tel2 i{background-position:-35px 4px}
.my-kefu .my-kefu-tel2:hover{width:246px;height:168px}
.my-kefu .my-kefu-liuyan i{background-position:4px -53px}
.my-kefu .my-kefu-weixin i{background-position:-34px 4px}
.my-kefu .my-kefu-weibo i{background-position:-30px -22px}
.my-kefu .my-kefu-ftop{background-color:#1b4fa1}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position:-27px -51px}
.my-kefu-left{float:left;width:77px;height:48px;position:relative}
.my-kefu-tel-right{font-size:20px;color:#fff;float:left;height:24px;line-height:24px;padding-left:15px;border-left:1px solid #fff;padding-top:10px}
.my-kefu-tel1-right{font-size:20px;color:#fff;float:left;height:24px;line-height:22px;margin-top:8px;border:none;margin:0 auto;margin-bottom:5px}
.my-kefu-tel2-right{font-size:20px;color:#fff;float:left;height:24px;line-height:22px;margin-top:8px;border:none;margin:0 auto;margin-bottom:5px}
.my-kefu-right{width:20px}
.my-kefu-tel-main{color:#fff;margin-top:9px;height:47px;width:247px}
.my-kefu-main{width:97px;position:relative}
.my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none}

.layui-carousel-ind{
    /*top: -120px;*/
}

.last_new{ padding: 50px 0; }
.last_new .media-heading {
    text-align: left;
    position: relative;
}

.last_new .media-heading::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    bottom: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.last_new .media-heading a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    display: block;
    padding:5px 0 15px 0;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.last_new .media-body{
    font-size: 13px;
    color: rgb(153, 153, 153);
    position: relative;
}

.last_new .media-body p{
    position: absolute;
    top: 80px;
}


.last_new .media-heading a:hover {
    text-decoration:none;
}

.last_new .media-left{
    padding-right: 15px;
}

.news-item .media-body:hover .media-heading::before {
    width: 100%;
}

.last_new .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    border: #999999 1px solid;
    border: 1px solid;
    color: #999999;
    display: block;
    width: 140px;
}

.last_new .more:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
.mm-index-product .media-left img {
    width: 150px;
    height: 100px;
}
.dropdown-menu{
    min-width: 120px;
    text-align: center;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.links a,.links{ color: #fff; }
.links a:first-child{
    font-size: 18px;
}
#article_content,.main-news {
    min-height: 56vh;
}
.list-product-wrap{ min-height:56vh; }


@media screen and (max-width: 767px) {
    /*.main-product {padding: 0 5px;}*/
    .main-product p.title, .main-service p.title{line-height: 40px;}
    .main-product p.sub-title{padding-bottom: 20px;}
    .main-product p.sub-title:before {width: 30px;left: calc(50% - 15px);}
    .top-header .navbar-header{display: none;}
    .navbar{margin-bottom: 10px;}
    .mianbxContent{display: none;}

    .mbanner{display: none;}
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        background: unset;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        background: unset;
        color: #1b4c9f;
    }
    .youshi-list{display: unset;}
    .main-product .layui-tab .dl-horizontal dt a img {
        height: 250px;
    }
    .main-youshi{width: 95%;margin: 30px auto 50px;}
    .youshi-list li{width: 49%;    border-bottom: 1px solid #bbbaba;}
    .youshi-list li:before{background-color: #fff;}
    .main-news .news-list li{ width: 49%;}
    #toolbar .list{max-width: 100%;}
    #copyright{margin-bottom: 5rem;}
    .main-news{padding: 50px 0 40px;}
    .navbar-brand>img{max-width: 400px;}
    .navbar{min-height: 90px;}
}
/*小屏幕*/

@media screen and (max-width: 480px){
    body{
        padding-top: 100px;
        padding-bottom: 6rem;
    }
    .layui-carousel>[carousel-item]>.layui-this {
        background-position: 50%;
        background-size: cover;
    }
    .main-service .content .content-right{padding: 10px 10px 0 10px;}
    .main-service .content .content-right p{line-height: 24px;}
    .main-news .content .news-panel p.read-push{font-size: 12px;}
    .main-case .content{padding-top: 60px;}
    .main-case .content p.lable{padding-top: 10px; font-size: 18px; line-height: 48px;}
    .main-case .content p{font-size: 12px; line-height: 20px; color: #505050;}
    .main-about ul.aboutab{padding: 70px 0;}
    .main-about ul.aboutab li{padding: 0 15px; font-size: 16px; box-sizing: border-box;}
    .main-about .tabIntro .content .img{width: 100%;}
    .main-about .tabIntro .content .panel{width: 100%;}
    .main-about .tabIntro .content .panel.p_block{display: none;}
    .main-about .tabIntro .p_hidden{display: block;}
    .main-news #newsPage .layui-laypage a,.main-news #newsPage .layui-laypage span
    ,.main-case #casePage .layui-laypage a,.main-case #casePage .layui-laypage span{padding: 0 12px; font-size: 14px; line-height: 30px; height: 30px; margin-right: 4px;}
    .main-product, .main-service {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-product .content .server-top{margin-top: -10px;}
    .main-product .content .server-top span{margin-top: 0px;}
    .main-product .content .server-info ul li{display: none;}
    .main-product .content .server-info ul li:nth-child(1){display: block;font-size: 1rem;color: #666666;}
    .main-product .content{height: auto;overflow: hidden;}
    .main-product .content .server-tobuy span{float: none;}
    .main-product .content .server-tobuy a{display: none;}
    .main-product .content .server-info{margin-top: 45px;}
    .main-product .content .server-info ul {margin: 20px 0 8px;}
    .layui-col-space30 {margin: -10px;}
    .layui-col-space30>* {padding: 10px;}
    .main-product .content img {width: 50px;}
    .top-text-right{display: none;}
    .main-product .layui-tab .dl-horizontal dt a img{height:200px}
    .main-product .layui-tab .dl-horizontal dd a{white-space:nowrap}
    .pagination{margin:10px 0 0}
    .banner{height:240px;display: none;}
    .banner .title.active{padding-top:55px;transition:1.5s}
    .navbar-default .navbar-nav>li>a{color:#fdfdfd;text-align:center;border-bottom:1px solid #fff;background:#074c92}
    .main-news{padding:20px 0 30px 0}
    .navbar{box-shadow:-2px 0px 10px 1px #d0d0d0;position:fixed;top:0;z-index:99;width:100%}
    .header-wrap-title,.main-ouryoushi .header-wrap-title{font-size:25px;font-weight:600;color:#074c92;margin-top:0}
    .main-ouryoushi .header-wrap-title{padding:0}

    .about-text-wrap{border-left:none;padding:0 15px 10px;min-height:100px;background:#f8f8f8}
    .main-about .header-wrap{margin-bottom:10px}
    #h5banner a img{width:100%;height:210px}
    .main-ouryoushi{background:unset;height:auto;min-height:100px;overflow:hidden}
    .main-ouryoushi .youshi-content{display:flex;padding:20px 0;border-bottom:1px solid #e6e6e6}
    .main-ouryoushi .youshi-content .imgleft{width:30%}
    .main-ouryoushi .youshi-content .imgleft img{width:75%}
    .main-ouryoushi .youshi-content .content{width:69%}
    .main-ouryoushi .youshi-content .content .txt{font:700 18px microsoft yahei;color:#074c92}
    .main-ouryoushi .youshi-content .content .con{margin-top:8px;font-size:12px;color:#666;line-height:25px;text-align:justify}
    .main-ouryoushi .header-wrap{background:unset;margin-bottom:10px}
    .main-news .content .news-img{width:28%}
    .tc-box h2{padding:0 0 15px 0}
    .gcpic .hd h3{
        font-size: 25px;
        font-weight: 600;
        color: #074c92;
        margin: 10px 0;
    }
    .gcpic .bd ul li {
        margin: 0 8px 0 0;
    }
    .gcpic .bd ul li .pic img{
        width: 175px;
    }
    .youshi-list{display: unset;}
    .main-product .layui-tab .dl-horizontal dt a img {
        height: 250px;
    }
    .main-youshi{width: 95%;margin: 30px auto 50px;}
    .youshi-list li{width: 99%;    border-bottom: 1px solid #bbbaba;}
    .youshi-list li:before{background-color: #fff;}
    .main-news .news-list li{ width: 99%;}
    #toolbar .list{max-width: 100%;}
    #copyright{margin-bottom: 0rem;}
    .main-news{padding: 50px 0 40px;}
    .navbar-brand>img{max-width: 300px;}
    .navbar{min-height: 90px;}
    .main-about .about-b-ul{display: unset;}
    .main-about .about-b-ul li{width: 49%;}
    .layui-carousel-ind {
        top: -35px;
    }
    .youshi-list li h3{text-align: center;}
    .youshi-list li .ico{margin: 0 auto;}
    .news-time{display: none;}
    .main-news .content .news-panel p.detail {
        color: #777;
        line-height: 24px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (min-width: 768px){
    .navbar-nav>li>a {
        padding:48px 24px;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .nav{max-height: 180px;}
    .nav.index{background: rgba(6, 6, 6, 0.33);}
    .navbar button{display: none;}
    .nav .layui-nav{width: auto; position: absolute; top: 0; padding: 0 5px; border-radius: 0; margin: 0;}
    .nav .layui-nav .layui-nav-item{display: inline-block; margin:0 53px; line-height: 80px;}
    .main-product p.title
    ,.main-service p.title{font-size: 36px; line-height: 60px;}
    .main.product .content .content-img{text-align: left;}
    .main-news .content .news-panel strong a{font-size: 20px; line-height: 30px;}
    .main-news .content .news-panel p.read-push{padding-top: 0; position: absolute; bottom: 20px;}
    .main-newsdate .pushtime{line-height: 142px;}
    .main-case .content{width: 45%;}
    .main-case .content.even{margin-left: 9%;}
    .main-about ul.aboutab li{padding: 0 32px; font-size: 24px; margin-left: 30px; line-height: 50px;}
    .main-about .tabIntro .content p{padding: 0 30px; font-size: 18px; line-height: 30px;}
    .main-about .tabJob .content p{font-size: 24px; line-height: 50px;}
    .main-about .tabJob .content p.title{font-size: 30px; line-height: 90px;}
    .main-about .tabJob .content ol li{font-size: 20px; line-height: 60px;}
    .main-about .tabCour .timeline:before{left: 50%;}
    .main-about .tabCour .timeline li{min-height: 195px; padding-top: 95px;}
    .main-about .tabCour .timeline li .cour-img{left: 50%; margin-left: -97.5px; width: 195px;}
    .main-about .tabCour .timeline li .cour-panel{padding-top: 55px; padding-left: 0;}
    .main-about .tabCour .timeline li.odd .cour-panel{text-align: right;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .main.product .content div.right{padding-left: 20px;}
    .nav .layui-nav .layui-nav-item{margin:0 33px;}
    .main-service .content .content-right{padding: 10px 10px 0 15px;}
    .main-service .content .content-right span{margin-bottom: 20px;}
    .main-service .content .content-right p{line-height: 28px;}
    .main.product .content .label{line-height: 40px; margin-top: 0;}
    .main.product .content .detail{padding-bottom: 10px;}
    .main-product .content .server-info {margin-top: 50px;}
    .main-product .content .server-tobuy span{font-size: 20px;}
    .navbar-brand>img{display: none;}
    .news-time {
        display: none;
    }
}
/*大屏幕*/
@media screen and (min-width: 992px){
    .main.product .content{padding: 100px 0;}
    .main.product .content div.right{padding-left: 0;}
    .main-news .content .news-img{width: 20%;}
    .main-news .content .news-panel{width: 80%;}
    .main-case .content{width: 31%;}
    .main-case .content.even{margin-left: 0;}
    .main-case .content.center{margin-right: 3%; margin-left: 3%;}
    .main-about .tabIntro .content p{padding: 0 50px; font-size: 20px; line-height: 40px;}
    .youshi-list li:hover:after {
        transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0;
        -ms-transform-origin: 0;
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        visibility: visible\9;
    }
    .youshi-list li:hover .item {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
    }
    .youshi-list li:hover {
        background-color: #1b4fa1;
    }
    .youshi-list li:hover h3 {
        color: rgb(255, 255, 255);
    }
    .youshi-list li:hover .c {
        color: rgb(255, 255, 255);
    }
    .youshi-list li:hover .ico {
        opacity: 0;
        visibility: hidden\9;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    .youshi-list .c {
        font-size: 15px;
        line-height: 1.5;
        height: 67px;
        text-indent: 2em;
        overflow: hidden;
    }
}   .main-news .content .news-time {
        width: 5%;
        text-align: center;
        margin-left: 10%;
    }
.main-news .content .news-time p{
    color: #1b4fa1;
    line-height: 40px;
}
.main-news .content .news-time p.time-day{
    font-size: 40px;
    line-height: 55px;
    border-bottom: 2px solid #1b4fa1;
}
.main-news .content .news-time p.time-year{
    font-size: 20px;
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .main-news .content .news-img{width: 18%;}
    .main-news .content .news-panel{width: 65%;}
    /*.main-news .content:nth-child(odd){padding-right: 20px;}
    .main-news .content:nth-child(even){padding-left: 20px;}*/
    .main-about .tabCour .timeline li .cour-panel{padding-left: 50px;}
    .main-about .tabCour .timeline li.odd .cour-panel{padding-left: 0; padding-right: 50px;}
    .main-news .content .news-img img{height: 135px;}

}
@media screen and (min-width: 1300px) {
    .layui-container{width: 1200px; padding: 0;}
    .main-about .tabJob .content:last-child{margin-bottom: 180px;}
    .nav .nav-logo{position: absolute; top: 0; }
    .layui-col-space80{margin: -40px;}
    .layui-col-space80>*{padding: 40px;}
}

.form-control:focus{box-shadow: unset;border: unset;}

.div-bg{background:#f8f8f8;}
.m-0{ margin: 0; }
.m-t-5{ margin-top: 5px; }
.m-t-10{ margin-top: 10px; }
.m-t-15{ margin-top: 15px; }
.m-t-20{ margin-top: 20px; }
.m-t-30{ margin-top: 30px; }
.m-t-40{ margin-top: 40px; }
.m-t-50{ margin-top: 50px; }
.m-b-10{ margin-bottom: 10px; }
.m-b-15{ margin-bottom: 15px; }
.m-b-20{ margin-bottom: 20px; }
.m-b-30{ margin-bottom: 30px; }
.m-b-40{ margin-bottom: 40px; }
.m-b-50{ margin-bottom: 50px; }
.m-r-0{ margin-right: 0px; }
.p-0{ padding: 0; }
.p-t-10{ padding-top: 10px; }
.p-t-15{ padding-top: 15px; }
.p-t-20{ padding-top: 20px; }
.p-t-30{ padding-top: 30px; }
.p-t-40{ padding-top: 40px; }
.p-t-50{ padding-top: 50px; }
.p-b-5{ padding-bottom: 5px; }
.p-b-10{ padding-bottom: 10px; }
.p-b-15{ padding-bottom: 15px; }
.p-b-20{ padding-bottom: 20px; }
.p-b-30{ padding-bottom: 30px; }
.p-b-40{ padding-bottom: 40px; }
.p-b-50{ padding-bottom: 50px; }
.p-l-0{ padding-left: 0; }
.p-r-0{ padding-right: 0; }
.fl {float: left;}
.fr {float: right;}
.bg-white{ background: #ffffff; }