@CHARSET "UTF-8";
@font-face {
    font-family: 'iconfont';  /* project id 1519094 */
    src: url('//at.alicdn.com/t/font_1519094_pr50054w50q.eot');
    src: url('//at.alicdn.com/t/font_1519094_pr50054w50q.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1519094_pr50054w50q.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1519094_pr50054w50q.woff') format('woff'),
    url('//at.alicdn.com/t/font_1519094_pr50054w50q.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1519094_pr50054w50q.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: 90px;
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}
.btn-default {
    color: #fff;
    background-color: #008CD6;
    border-color: #008CD6;
}
.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;
}

/*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: #008CD6;
}
.body-white .tc-box{

}

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

.tc-box.article-box {
    padding: 0px;
    font-size: 18px;
    line-height: 2;
}

.article_miniImg{
    display: block;
    max-width: 40%;
    min-width: 250px;
    margin: 0 auto;
}

.article_excerpt{
    text-align: center;
    margin-bottom: 50px;
}
.article_minititle{
    display: inline-block;
    background: #3c98ff;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 20px 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.3s ease-in-out;*/
    /*-moz-transition: all 0.3s ease-in-out;*/
    /*-o-transition: all 0.3s ease-in-out;*/
    /*-ms-transition: all 0.3s ease-in-out;*/
    /*transition: all 0.3s 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: 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;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    /* 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: hidden;}*/
.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{min-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: 10px;}
.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{}
.banner img{
    width:100%;
}

.banner.product{background: url(../images/2.jpg) no-repeat center top; background-size: contain;}
.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{padding-top:90px; background: no-repeat center top; background-size: cover;}
.banner .title{padding-top: 170px; display: none;}
.banner .title.active{padding-top: 120px; 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: 20px; 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: 24px;}
.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%;}


/** Ã¦Â¡Ë†Ã¤Â¾â€¹ */
.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-bottom: 130px;overflow: hidden;}
.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;}

.navbar{/*background: #00318e;border-top: 2px solid #8197c6;*/min-height: 90px;margin-bottom: 0px; background:#fff; box-shadow:0 2px 5px rgba(0,0,0,0.11); -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.11);

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
}
.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: #fff;
    background-color: #008CD6;
}

.navbar-default .navbar-nav>li>a {
    height:90px;
    /* line-height:90px; */
    padding:0 23px;
    display: block;
    color: #454545;
    font-size: 15px;
    transition: .3s all ease-in-out;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
}

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

.navbar-nav .menu-item.active a:hover{
    background: #008CD6 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    transition: .3s all ease-in-out;
    /* background: url(../images/navbg.png) center no-repeat; */
    background:#eee;
    color: #333;
}


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

.navbar-brand>img{
    max-height: 90px;
    max-width: 90%;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
    height: auto;
    line-height: 90px;
}

.index-top-up {
    width: 100%;
    height: 38px;
    background: #008CD6;
}
.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;}


/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
.about-pic{
    overflow: hidden;
    cursor: pointer;
}
.about-text-wrap{
    border-left: 5px solid #008CD6;
    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: 24px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    color: #333;
}

.header-wrap-title span{
    font-size: 1.4rem;
    font-weight: normal;
    color: #9FA5AC;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
}

/*Ã¤Â¼ËœÃ¥Å Â¿*/
.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: #008CD6;
}

.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: #008CD6;
    left: 70px;
    top: 60px;
}

.youshi_v3 {
    /*    width: 55px;
        height: 2px;
        background: #008CD6;*/

}

.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 {
    color:#fff;
    background: #2F2F2F;
    padding: 20px 0;
    overflow: hidden;
    border-top: 5px solid #F6AB00;
}

.footer {
    margin: 0 auto;
    position: relative
}

.f_wz {
    width: 470px;
    font-family: microsoft yahei;
    color: #fff;
    font-size: 12px;
    line-height: 32px
}

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

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

.f_wz a:hover {
    color: #ff0;
}

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

.f_nav {
    width: 270px
}

.f_nav a {
    float: left;
    width: 120px;
    color: #fff;
    font-size: 14px
}

.f_nav a:hover {
    float: left;
    width: 120px;
    color: #ff0;
    font-size: 14px
}

.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{

}
.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:2px solid transparent;
}

.main-product .layui-tab-brief>.layui-tab-title .layui-this {
    color: #008CD6;
    border-bottom:2px solid #008CD6;
    font-size: 16px;
}

.main-product .layui-tab-brief>.layui-tab-title {
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.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:hover{
    opacity:.7
}
.main-product .layui-tab .dl-horizontal{
    display: inline-block;
    margin-top: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    background: #eee;
    width:23%;
    margin-right:1%;
    padding: 20px 0;
}
.main-product .layui-tab .dl-horizontal:hover .dd{
    height: 100%;
    line-height: 100%;
}
.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;
    color: #fff;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    bottom: 7.5px;
    /* width: 100%; */
    left: 7.5px;
    right: 7.6px;
    padding: 7.5px;
    transition: .3s;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.main-product .layui-tab .dl-horizontal dd:hover{
    text-underline:none;
}
.main-product .layui-tab .dl-horizontal dt a{
    height: 447px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main-product .layui-tab .dl-horizontal > a{
    text-align:center;
    display: block;
    font-size: 115%;
    white-space: nowrap;
    overflow:hidden;
    width: 100%;
    text-overflow: ellipsis;
}


.main-product .gomore,.main-about .gomore{
    background-color: #008CD6;
}



.main-product .layui-tab-content2{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.main-product .layui-tab-content2 .dl-horizontal2{
    display: block;
    margin-top: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
}

.main-product .layui-tab-content2 .dl-horizontal2 .dd{
    text-align: center;
    display: block;
    font-size: 18px;
}
.main-product .layui-tab-content2 .dl-horizontal2 dt .img-wraper{
    overflow: hidden;
    display: block;
    height: 300px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s;
    background-position: center;
}



.navbar-nav {
    margin: 0;
}
.navbar-nav .menu-item.active a{
    background: #1f5c69;
    color: #fff;
}


#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 #008CD6;*/
    display: none;
}

#copyright a {
    color: #666;
}

.inav_t {
    width: 100%;
    height: 8rem;
    background: #008CD6;
    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: #008CD6;
}
#toolbar .list li {
    float: left;
    width: 25%;
    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 #008CD6;   }
.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;top: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:#0067d0}
.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}

.leftmenu{    width: 201px;
    overflow: hidden;
    display: inline;
    margin-right: 5px;
    position: absolute;
    top: 0;}
.leib2 .tit {
    color: #fff;
    font-size: 18px;
    background: #1f5c69;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    overflow: hidden;
    font-weight: bold;
}
.leib2 .nr {
    /*border: 1px solid #ccc;*/
    border-top: 0;
    background: #185da3;
    overflow: auto;

}

.leib2 .nr ul {
    padding: 10px;
    background: #F6F6F6;
}

.leib2 .nr li {
    background: url(../images/lidd.gif) #fff no-repeat scroll -24px 8px;

    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
    border-bottom: 1px dotted #a7a7a7;
}

.leib2 .nr li a {
    color: #333;
    display: block;
    padding-left: 17px;
}
.leib2 .nr li:hover{
    background:#eee;
}

@media screen and (max-width: 1000px) {
    .slice, .p-t-30 {
        /* width: 80% !important; */
    }

    .numLi5 li {
        width: 50% !important;
        max-width: auto;
    }

}

@media screen and (max-width: 767px) {

    .numLi5 li{
        width: 50% !important;
        max-width:auto;
    }


    /*.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;}
    .navbar-brand>img{height: 80px;}
    .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;*/
    }
    .main-product .layui-tab .dl-horizontal dt a img {
        height: 250px;
    }
}
/*Ã¥Â°ÂÃ¥Â±ÂÃ¥Â¹â€¢*/


@media screen and (max-width: 480px){



    body{
        padding-top: 90px;
        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:200px}
    .banner .title.active{padding-top:55px;transition:1.5s}
    .navbar-default .navbar-nav>li>a{text-align:center;border-bottom:1px solid #fff;}
    .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:#008CD6;margin-top:0}
    .main-ouryoushi .header-wrap-title{padding:0}
    .main-about{background:#f8f8f8}
    .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:#008CD6}
    .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: #008CD6;
        margin: 10px 0;
    }
    .gcpic .bd ul li {
        margin: 0 8px 0 0;
    }
    .gcpic .bd ul li .pic img{
        width: 175px;
    }

}

@media screen and (min-width: 992px) {
    .layui-container {
        width:1100px;
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
    }
    .navbar-brand>img{
        /* max-width: 30%; */
    }
    .dropdown-menu-diy{background-image: linear-gradient(to right, #fff, #fff) !important;}
    .dropdown-menu-diy .uul{
        width: 80% !important;
    }
}

@media screen and (min-width: 768px){
    .navbar-nav>li>a {
        /* padding:0 12px !important; */
        /* font-size: 12px !important; */
    }
    .navbar-nav {
        display: flex;
    }
    .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: 992px){
    .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;}
}
/*Ã¥Â¤Â§Ã¥Â±ÂÃ¥Â¹â€¢*/
@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;}
}
/*Ã¨Â¶â€¦Ã¥Â¤Â§Ã¥Â±ÂÃ¥Â¹â€¢*/
@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: 1500px) {
    .layui-container{width: 1400px; padding: 0; display: flex; justify-content: space-between; align-items: center;}
    .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-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; }



.simpLine{
    width: 30px;
    height: 3px;
    margin: 10px auto;
    background-color: #008CD6;
}

.btn-default-w{ padding:0.6em 2em; text-align:center; color:#6f6f6f; border:1px solid #CCCCCC; border-color:rgba(111,111,111,0.3); background:none;}
.btn-default-w:hover,.btn-default-w:focus, .btn-global-w:hover,.btn-global-w:focus{background:#0FABFF; color:#fff; transition: all 0.2s;-webkit-transition: all 0.2s; }
.btn-default-w .btn-inner{ padding-right:40px; background:url(../images/btn.png) no-repeat right center;}
.btn-default-w:hover .btn-inner{ background-image:url(../images/btn_0.png);}
.btn-default-w:focus, .btn-global-w:hover,.btn-global-w:focus{background-color:#008CD6; border-color:#008CD6; color:#fff; }
.w-form-submit .w-buttom .btn-default-w{ color:#fff; background:#0FABFF;}

*{text-decoration: none !important;}
.bc-image{position:absolute; cursor:pointer; overflow: hidden;}
.bc-image .icon_video{position:absolute; z-index:1; left:50%; margin-left:-28px; top:50%; margin-top:-28px; width:57px; height:57px; background:url(../images/icon_link2.png) no-repeat center;}
.td-w > img{width: 90%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; display: block}


.FACTORY{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.FACTORY li{
    width: 31%;
    overflow:hidden;
    margin: 1%;
}
.FACTORY li img{width: 100%; transition:.5s;}
.FACTORY li:hover img{scale:1.1}
.product-n-content{
    padding-left: 230px;
}


@media screen and (max-width: 480px){

    .FACTORY li{
        width: 100%;
        padding: 1%;
    }


    .product-n-content{
        padding-left: 0;
    }

    .product-n-menuLeft{
        position: relative !important;
        display: block !important;
        width:100%;
        margin:0;
        margin-bottom: 30px;
    }

    .product-n-menuLeft .leib2{
        transition: .3s;
        height: 50px;
    }
    .product-n-menuLeft .leib2.active{
        height: auto;
    }

    .product-n-menuLeft .leib2.active .layui-icon{
        transform: rotate(180deg);
        display: inline-block;
    }

    .aboutENG{
        display: block !important;
    }
    .aboutENG #article_content, .aboutENG .td50{
        width:100% !important;
    }

    .newsCategoryContent{
        display: block !important;
        margin-bottom: 100px !important;
    }
    .newsCategory{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .newsCategory a{
        margin-left: 5px !important;
        margin:0 5px !important;
        border: 1px solid #ccc;
        text-align: center;
        padding: 5px;
        border-radius: .5em;
        text-indent: 0;
    }

    .w-simgtext ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .w-simgtext ul li{
        width:50%;
    }
    #mapCanvas{
        width: 100%;
    }
    .slice{
        width:auto !important;
    }

    .s_img{

    }

    .contactbox{
        padding: 1.2em;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 4em !important;
        height: 4em !important;
    }

    .product-n-content h2{
        font-size: 1.5em;
    }
}



.dropdown-menu-diy{
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    list-style: none;
    font-size: 14px;
    background-image: linear-gradient(to right, #ffffff63, #fff);
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding:20px;
}
.dropdown-menu-diy .uul{
    width: 50%;
    margin-left: auto;
}
.dropdown-menu-diy div.dli{
    width: 25%;
    float:left;
    padding: 8px;
    cursor: pointer;
    transition: .3s;
}
.dropdown-menu-diy div.dli:hover{
    background: #008CD6;
    color: #fff;
}
.menu-item:hover .dropdown-menu-diy{
    display: block;
}

.footer{
    display: block;
}
.footer .flex{
    display: flex;
    flex-wrap: wrap;
}
.footer .flex .f_nav{
    flex:1;
    color: rgb(216, 216, 216);
}
.footer  .product-category{
    display: flex;
    flex-wrap: wrap;
}
.footer .product-category .dli{
    font-size: 14px;
    cursor: pointer;
}
.footer .product-category .dli:hover{
    text-decoration: underline !important;
}
.footer .product-category-tlist{
    max-width: 250px;
    min-width:30%;
}

.footer .dli2{
    margin: 0 10px;
    font-size: 14px;
    color: rgb(216, 216, 216);
}

.footer .f2div{
    align-items: center; border-top: 1px solid #4f4f4f; padding-top: 15px; margin-top:15px;
}
.footer .footer-menu2{
    margin-left: auto;
    margin-bottom: 30px;
}
.footer .footer-menu2 a{
    font-size: 14px;
    color: rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    margin:0 15px;
    padding-left: 15px;
}
.footer .footer-menu2 a:first-child{
    border:0;
}

.footer .f_wz.fr{
    text-align: right;
    font-size: 14px;
    color: rgb(216, 216, 216);
}

.cp{
    text-align: center;
    line-height: 3;
    background: #3a3a3a;
    margin-top: 20px;
}
.cp a{
    color: #fff;
    font-size: 14px;
}

.fixed-menu-Left{
    position: fixed;
    z-index: 999;
    top: 90px;
}
@media screen and (max-width: 480px) {
    .main-product .layui-tab .dl-horizontal dt a{
        height: 150px;
    }
}

@media screen and (min-width: 480px) {
    .main-product .layui-tab .dl-horizontal dt a{
        height: 150px;
    }

    .news-carousel-div .t{
        font-size: 18px !important;
        line-height: 1.4;
        margin-bottom: 5px !important;
    }

    .news-carousel-div .e{
        margin-top: 10px !important;
        line-height: 1.2 !important;
    }
    .news-carousel-div a.dd{
        margin-top: 10px !important;
        display: inline-block;
        line-height: 3em;
        height: 3em;
        padding: 0 3em;
        border-width: 1px;
        border-style: solid;
    }

}


@media screen and (min-width: 1300px) {
    .w-text p span{
        font-size: 22px !important
    }
    .main-product .layui-tab .dl-horizontal dt a{
        height: 250px;
    }

    .news-carousel-div .t{
        font-size: 26px !important;
        line-height: 1.4;
        margin-bottom: 15px !important;
    }

    .news-carousel-div .e{
        margin-top: 35px !important;
        line-height: 1.5 !important;
    }
    .news-carousel-div a.dd{
        margin-top: 35px !important;
        display: inline-block;
        line-height: 3em;
        height: 3em;
        padding: 0 3em;
        border-width: 1px;
        border-style: solid;
    }
    .contactbox{
        width: 60% !important;
    }
}
@media screen and (min-width: 1700px) {
    .w-text p span{
        font-size: 24px !important
    }
    .main-product .layui-tab .dl-horizontal dt a{
        height: 350px;
    }
}

@media screen and (min-width: 1600px) {
    .layui-container {
        width: 80%;
    }
    .contactBox{
        width: 70% !important;
    }
    .wrap-content-in{
        max-width: 80% !important;
    }
    .dropdown-menu-diy{background-image: linear-gradient(to right, #fff, #fff) !important;}
    .dropdown-menu-diy .uul{
        width: 50% !important;
    }
}

.layui-row{
    width:100%;
}

.news-carousel{
    width: 100%;
}
.news-carousel .layui-carousel{
    background: transparent;
    position: relative;

}
.layui-carousel>[carousel-item]>*{
    background: transparent;
}

.news-carousel-div{
    display: flex;
    position: relative;
    height: 100%;
}
.news-carousel-div img{
    display: block;
    height: 100%;
}
.news-carousel-div .le,.news-carousel-div .rl{
    flex:1;
}
.news-carousel-div .t{
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1em;
}

.news-carousel-div .e{
    margin-top: 30px;
    line-height: 1.8;
    color: #808080;
}
.news-carousel-div a.dd{
    margin-top: 50px;
    display: inline-block;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-width: 1px;
    border-style: solid;
}
.news-carousel-div a.dd:hover{
    background-color: #008CD6;
    color: #fff;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind ul{
    background: none;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind li{
    background: #c9c9c9;
    border-radius: 0;
    width:40px;
    height:5px;
    margin:15px 0;
}
.layui-carousel-ind li.layui-this {
    background-color: #f60 !important;
}
.layui-carousel>[carousel-item]:before{
    display: none !important;
}