@charset "UTF-8";



/* anton-regular   Open Font License*/
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: regular;
    src: url('//lib.baomitu.com/fonts/anton/anton-regular.eot');
    /* IE9 Compat Modes */
    src: local('Anton'), local('Anton-Normal'),
        url('//lib.baomitu.com/fonts/anton/anton-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('//lib.baomitu.com/fonts/anton/anton-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('//lib.baomitu.com/fonts/anton/anton-regular.woff') format('woff'),
        /* Modern Browsers */
        url('//lib.baomitu.com/fonts/anton/anton-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('//lib.baomitu.com/fonts/anton/anton-regular.svg#Anton') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
}

/* 左浮动 */

.left {
    float: left;
}

/* 右浮动 */

.right {
    float: right;
}

img {
    max-width: 100%;
}
.fff{
    background: #fff;
}
.red{
    background: #fe6b01;
}
.title_global{
    text-align: center;
    padding: 50px;
}
.title_global h1{
    text-transform: uppercase;
    position: relative;
}
.title_global h1::after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #fe6b01;
    margin: 20px auto 20px auto;
}
.title_global h1::before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #ddd;
    margin: 20px auto 20px auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
}
.title_global span{
    font-size: 1.2rem;
    color: #666;
}
/* 清除浮动 */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.partition {
    display: block;
    width: 100%;
    height: 2vw;
    background: #eee;
}

.font{
    font-family:Anton;
    letter-spacing: 1px;
}
:root{
    font-size: 16px;
}

html{
    font-size: 1rem;
    font-size: 600;
}
body{
    background: #f9f9f9;
}
img{
    max-width: 100%;
    max-height: 100%;
}

header{
    background: #fdfdfd;
}

.navbar li{
    list-style: none;
    font-size: 1.2rem;
    font-family:'Merriweather';
}
.navbar li a{
    color: #666;
    display: block;
    /* text-transform: uppercase; */
}
.navbar li a:hover{
    color: #fe6b01;
}
.navbar li .active{
    color: #fe6b01;
    font-weight: 500;
}
.navbar li a::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background: #f9f9f9;
    margin: auto;
    margin-top: 5px;
}
.navbar li .active::after{
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background: #fe6b01;
    margin: auto;
    margin-top: 5px;
}
#navbar{
    background: #fdfdfd;
}
.navbar_flexd{
    position: fixed; 
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.logo_f{
    background: #ffffff;
    border-bottom: 1px solid #f9f9f9;
}
.logo_f h1{
    font-size: 24px;
    color: #fe6b01;
}
.logo_f .title{
    margin: 20px 0;
}
.logo_f .phone{
    margin: 20px 0;
}
.logo_f .phone .fa{
    font-size:54px;
    margin-right: 10px;
}
.logo{
    height:45px;
    margin: 30px 0px;
}

.header_top{
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: #fe6b01;
    
}
.header_top span{
    opacity: .7;
}
.header_top a{
    color: #fff;
    opacity: .9;
}

.product_h{
    padding-bottom: 60px;
}
.product_h .tabs li{
    list-style: none;
    padding:3px 20px;
    font-size: 1.2rem;
    cursor: pointer;
    border: 1px solid #666;
    color: #666;
    margin: 0 10px;
    border-radius: 99px;
}
.product_h .tabs .active{
    color: #fe6b01;
    border-color: #fe6b01;
}
.product_h .content .items{
    margin: 30px auto;
    text-align: center;
    list-style: none;
    display: none;
}
.product_h .content .items .li{
    background: #fff;
    padding-bottom: 1px;
}
.product_h .content .active{
    display: flex;
}
.product_h .content .items a{
    color: #666;
    /* line-height: 54px; */
}
.product_h .content .items a span{
    display: block;
    margin: 20px 0;
}
.product_h .content .items a img{
    transition: all .5s;
}
.product_h .content .items a img:hover{
    transform: scale(1.1)
}
.product_h_child{
    padding: 0!important;
}

.learn_more{
    text-align: center;
}
.learn_more a{
    display: inline-block;
    line-height: 36px;
    border: 1px solid #999;
    color: #999;
    padding: 0 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.learn_more a:hover{
    color: #fe6b01;
    border-color: #fe6b01;
}

.Product_advantage .container{
    padding:90px 0;
}
.Product_advantage .container li{
    list-style: none;
}
.Product_advantage .container .card{
    height: 100%;
    width: 100%;
}
.Product_advantage .container .card-text{
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp:4;
      overflow: hidden
}
.Product_advantage .container .img_f{
    background: #f9f9f9;
}
.Product_advantage .container .img{
    width:5rem;
    height: 5rem;
    overflow: hidden;
    position: relative;
    margin:2rem auto;
}
.Product_advantage .container img{
    width: 100%;
    height: 200%;
    max-height: 200%;
    overflow: hidden;
    position: absolute;
}

.Product_advantage .container .btn{
    background: #fe6b01;
    border: 0;
}

.servers{
    padding-bottom: 60px;
}
.servers .container .row li{
    list-style: none;
    padding: 20px 20px;
}
.servers .container .row li i{
    float: left;
    font-size: 1.4rem;
    display: block;
    height:5rem;
    width: 5rem;
    display: flex;
    
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */

    /* border: 1px solid #666; */
    border-radius: 99px;
    margin-right: 10px;
    color: #666;
    position: relative;
}
.servers .container .row li i::after{
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    border: 1px solid #ddd;
    border-radius: 99px;
    position: absolute;
    left: .5rem;
    top:.5rem;;
}
.servers .container .row li span{
    color: #999;
}




.partition_ad{
    min-height: 200px;
    background: #fe6b01;
}

.partition_ad h1{
    display: block;
    text-align: center;
    color: #fff;
}
.partition_ad{
    padding:40px 0;
    background: url(../images/hipster-girls-working.jpg) no-repeat center center;
    background-size: cover;
}
.partition_ad form{
    margin: 20px 0;
}
.partition_ad form input{
    margin: 5px 10px;
    padding: 5px 10px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    width: 15rem;
    line-height: 2rem;
}
.partition_ad form input::placeholder{
    color: #fff;
    opacity: .8;
}
.partition_ad form input[type='submit']{
    transition: all .5s;
    cursor: pointer;
}
.partition_ad form input[type='submit']:hover{
    background: rgba(255, 255, 255, .2)
}


.about_us{
    padding-bottom: 60px;
}
.about_us_content{
    min-height:600px;
    background: #ddd;
    background: url(../images/about_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.about_us_content .plane{
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    color: #fff;
    padding: 0 60px;
}
.about_us_content .plane h1{
    font-size: 1.8rem;
    line-height: 3rem;
}
.about_us_content .plane p{
    margin: 20px 0;
    opacity: .8;
}
.about_us_content .plane a{
    font-size: 1.2rem;
    color: #fff;
    
}



.news_center{
    padding-bottom: 40px;
}
.news_center .container li{
    list-style: none;
    margin-bottom: 30px;
    padding-right: 30px;
}
.news_center .container li a{
    color: #666;
}
.news_center .container li .left:first-child{
    transition: all .5s;
    width: 14%;
    text-align: center;
    background: #fe6b01;
    color: #fff;
    margin-right: 2%;
    padding: 10px 0;
    margin-top: 6px;
}
.news_center .container li:hover .left:first-child{
    margin-top: 0;
}   
.news_center .container li .left:first-child i{
    display: block;
    margin: auto;
    font-size: 1.3rem;
    font-weight: 600;
}
.news_center .container li .left:nth-child(2) p {
    display: block;
    min-height: 60px;
    background: #fcfcfc;
    padding: 5px 10px;
    margin-bottom: 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
      color: #999;
}
.news_center .container li .left:nth-child(2){
    width: 84%;
}
.news_center .container li h3 {
        font-size: 1.75rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
        color: #333;
}
.news_center .container li:hover h3{
    color: #fe6b01;
}
.news_center .container li .right{
    transition: all .5s;
    color: #fe6b01;
}
.news_center .container li:hover .right{
    transform: scale(1.1)
}
.news_center .learn_more {
    margin: 30px auto;
}





.message{
    min-height: 400px;
    line-height: 2rem;
    padding: 30px;
    background: url('../images/cat.jpg') no-repeat center center;
    background-size: cover;
}
.message h3{
    display: none;
}
.message input{
    background: #fff;
    border-radius: 3px;
    width:100%;
    height: 42px;
    line-height: 42px;
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.message input[name="verify"] {
    width: 30%;
    float: left;
}
.message textarea{
    background: #fff;
    border-radius: 5px;
    width: 100%;
    line-height: 42px;
    padding: 0 10px;
    border: 1px solid #fff;
}
.message button[type="reset"]{
    display: none;
}
.message button[type='submit']{
    padding: 0 40px;
    line-height: 2rem;
}
.message img{
    /* vertical-align:baseline; */
    height: 36px;
    display: block;
}

footer{
    background: #333;
    color: #fff;
    padding: 40px 0;
}
footer h3::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #292929;
    margin: 10px 0;
}
.footer_Navigation li{
    margin-left: 20px;
    width: 50%;
    padding-left: 0;
}
.footer_Navigation li a{
    color: #fff;
    opacity: .8;
}
footer p{
    opacity: .8;
}
footer .QRcode{
    text-align: center;
    background: #292929
}
footer .QRcode span{
    line-height: 2rem;
    opacity: .8;
}

.copyright{
    line-height: 2rem;
    color: #666;
}
.copyright a{
    color: #666;
}


.Crumbs{
    line-height:3rem;
    color: #999;
    border-bottom: 1px solid #eee;
}
.Crumbs a{
    color: #999;
}
.Crumbs h4{
    font-size: 1rem;
    display: inline-block;
}

.child_cate{
    width: 100%;
}
.child_cate li{
    border: 1px solid #666;
    margin: 0 10px;
    padding: 1px 20px;
    line-height: 2rem;
    border-radius: 99px;
    list-style: none;
}
.child_cate li a{
    color:#666;
}

.cate_list li{
    margin:40px 0 20px 0;
    list-style: none;
}
.cate_list li>div{
    background: #fff;
    text-align: center;
}
.cate_list li>div a{
    color: #666;
}
.cate_list li>div .pro_contact {
    color: #fe6b01;
}
.cate_list li>div h3{
    line-height: 2.4rem;
    margin-top: 10px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}
.cate_list li>div{
    padding-bottom: 10px;
}

.page_list{
    margin: 30px 0;
}
.page_list li{
    display: inline-block;
}

.pro_list .cate_list li div{
    transition: all .5s;
    overflow: hidden;
}
.pro_list .cate_list li:hover>div{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translatey(10px);
}
.pro_list .cate_list li img{
    transition: all .5s;
}
.pro_list .cate_list li:hover img{
    transform: scale(1.05)
}
.pro_list .cate_list li a{
    text-decoration: none;
    border-bottom: 1px solid red;
}
.pro_list .cate_list li .pro_button{
    margin:15px 20px 10px 20px;
}
.pro_list .cate_list li .pro_button a{
    display:block;
    border: 1px solid #999;
    margin: 0 5px;
    padding: 3px 20px;
    text-decoration: none;
}
.pro_list .cate_list li .pro_button .pro_contact{
    border: 1px solid #999;
    color: #999;
}
.pro_list .cate_list li:hover .pro_button .pro_contact{
    border-color: #fe6b01;
    color: #fe6b01;
}
.pro_list .cate_list li:hover h3{
    color: #fe6b01;
}

.slide_news li{
    margin-left: 20px;
    line-height: 2rem;
    list-style:upper-alpha;
}
.slide_news li:not(:last-child):after{
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background: #ddd;
    margin: 10px;
    margin-left: -20px;
}
.slide_news li a{
    color: #333;
}
.slide_news li a:hover{
    color: #fe6b01;
}
.slide_news li a:hover span{
    color: #fe6b01;
}

.slide_article li{
    list-style: none;
}
.slide_article li>div{
    background: #fff;
    padding-bottom: 10px;
}
.slide_article li span{
    display: block;
    color: #666;
    font-size: 1.2rem;
    margin: 10px 30px;
}

.slide_ span{
    font-size: 1.2rem;
    color: #666;
}
.slide_ hr{
    border: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: #f3f3f3;
}

.article_content{
    background: #fff;
    padding: 25px;
    margin: 20px 0;
}
.article_content hr{
    border: 0;
    width: 100%;
    height: 10px;
    background: #fafafa;
}
.art_content{
    background: #fefefe;
    min-height: 300px;
    margin-bottom: 30px;
}
.list_content .cate_list li>a{
    display: block;
    background: #fff;
    text-align: center;
    line-height: 3rem;
    color: #999;
    transition: all .5s;
}

.list_content .cate_list li:hover>a{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateY(10px)
}

.new_list .cate_list_new li{
    transition: all .5s;
    background: #fff;
    margin: 30px 0;
    padding: 20px;
    list-style: none;
}
.new_list .cate_list_new li a{
    color: #666;
    text-decoration: none;
}
.new_list .cate_list_new li .h4 {
     width: 80%;
}
.new_list .cate_list_new li h4{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2.4rem;
}
.new_list .cate_list_new li .row{
    padding:0 20px;
}
.new_list .cate_list_new li img{
    float: left;
    max-width: 30%;
    margin-right: 20px;
}
.new_list .cate_list_new li font{
    background: #fe6b01;
    color: #fff;
    display: inline-block;
    padding:10px 20px;
    margin-top: -40px;
}
.new_list .cate_list_new li font i{
    display: block;
    text-align: center;
    font-size: 1.5rem;
}
.new_list .cate_list_new li p{
    color: #999;
}
.new_list .cate_list_new li .article_more {
    transition: all .5s;
    display: block;
}
.new_list .cate_list_new li:hover  .article_more {
    color: #fe6b01;
    transform: translatex(10px)
}
.new_list .cate_list_new li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translatey(-10px)
}

.case_list .cate_list li{
    text-align: center;
}
.case_list .cate_list li>a{
    display: block;
    color: #666;
}
.case_list .cate_list li img{
    width: 100%;
}
.case_list .cate_list li h3{
    margin-top: 10px;
}

.contact_us .font{
    color: #666;
}
.contact_phone{
    background: #fff;
    padding: 30px 60px;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.contact_phone img{
    width: 60px;
    margin-right: 20px;
}
.contact_phone_font{
    color: #999;
}

.contact_msg_f{
    background: #fff;
    margin: 30px 0;
    padding: 30px 60px;
}
.contact_msg_f p{
    font-size: 1.2rem;
    color: #999;
}

.home_banner{
    display: none;
}
.home_banner_active{
    display: block;
}