﻿@media screen and (min-width: 47.5em){
	body, html {
	    font-size: 16px;
	}
}
.btrow{
    position: relative;
    float: left;
    width: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background: url(../img/ourpic.jpg);
    height:509px;
    padding-left:0!important;
    padding-right:0!important;
    z-index: 2;
    overflow: hidden;
}
.arow{
    position: absolute;
    left: 50%;
    /*-webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
   width: 40px;
   bottom:20px;
    z-index: 3;
    -webkit-animation: arow_move 1s ease-out infinite;
    -o-animation: arow_move 1s ease-out infinite;
    animation: arow_move 1s ease-out infinite;
}
@keyframes arow_move{
     0%,100%{
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);

    }
    50%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

h1{
   font-size: 26px!important;
   margin-bottom:5px!important;
}
.clear{clear: both;}
.hide{display: none;}
.mr15{margin-right:15px;}
.mg{margin: 13px!important;}
.auto{width:auto}
img{width:100%;border:none;}
.bgnone{background:none!important;}
.white{background:#fff!important;box-shadow: 0 2px 13px -5px rgba(0,0,0,.2);}
.back{background:#000!important; box-shadow: none;}
.carousel-indicators{text-align: right!important;margin-left: -13%;}
.banner_txt{
    position:  absolute;
	width: 34%;
	z-index:3;
    top:50%;
    left:50%;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-family:'微软雅黑';
     margin-top:2.5%;
}
.index_banner_section{
	/*background-image:url(../img/banner01.jpg);*/
	 -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   /* min-height:100vh;*/

}
.background-default {
    width:100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height:100vh;
        z-index: 2;
}
.b01{
    background: url(../img/banner01.jpg);
}
.b02{
    background: url(../img/banner02.jpg);
}
.b03{
    background: url(../img/banner03.jpg);
}
.p_rel {
    position: relative;
}
.fullheight-sctbg-trans {
    /*min-height: 100vh;*/
}
/*server*/
.gray{
	color:#929292;
	text-transform: uppercase;
    font-size:12px;
}
.ourcustom{
	position: relative;
	padding-top: 100px;
}
.our_servers{
   position: relative;
	padding-top:80px;
}
.our_server_desc,.our_case_desc,.our_custom_desc,.our_ourpic_desc,.our_contactus_desc,.service.service-welcome{
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
}

.desctxt{
    font-size:14px;
	line-height: 30px;
	margin-top: 20px;
}
.tab{
	display: inline-block;
    padding: 12px 42px;
    text-align: center;
    color: #6B6B6B;
    border: 1.6px solid #A0A0A0;
    cursor: pointer;
    font-weight:700;
    margin-bottom: 12px;

}
.tab02_Con{
	display: none;
}
.tab.active{
	border:1px solid #007EFF!important;
    color:#fff!important;
    background:#007EFF!important
}
.margin_caneter{
	display: block;
	text-align: center;
	margin-top:15px;
    opacity:0;
}
#c_caneter{
	display: block;
	text-align: center;
	margin-top:15px;
    opacity: 0;
}
.tabContain{
    max-width:114rem;
    margin-left: auto;
    margin-right: auto;
}
.service-title{
	color: #242833;
	font-size: 21px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}
.service-title{
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #6B6B6B;;
    font-size: 18px;
    letter-spacing: 2px;
}
.service {
	border: 1px solid #eee;
	float: left;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
.service::before {
    content: '';
    display: block;
    height: 3px;
    background: transparent;
    position: absolute;
    top: -3px;
    left: 30px;
    width: 0px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}
.service:hover:before{
    background-color: #007EFF;
    width: calc(100% - 60px);
}
.service:hover .iconsp{
    display: inline-block;
    margin: 10px auto;
    background: url(../img/icon_sp_active.png) no-repeat;
    background-size: 533px 51px;
    height: 51px;
}
.service:hover .service-title{
   color:#007EFF;
   /*font-weight: 700;*/
}
/*.service:hover{*/
   /*border: 1px solid #007EFF;*/
/*}*/
.service p{
   line-height:25px;
   text-justify:inter-ideograph;
   text-align: justify;
   color: #9f9f9f;
   -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    font-family:'Microsoft YaHei'!important;
}
@media screen and (min-width: 768px){
	.service{
	   height:360px;
     }
     .banner_txt{
        font-size: 18px;
        line-height: 43px;
     }

}
@media screen and (max-width: 768px){
    
    .service{
        margin-top:0!important;

    }
    ._Con .service p{
         display: none;
        padding: 5px 20px 15px 20px;
     }
    .service.service-welcome{
        padding:2px!important;
        border-bottom: none;
    }
    .service.service-welcome:last-child{
        border: 1px solid #eee;
    } 
    .service-title{
        margin:0 26px 15px!important;
           font-size: 16px!important;
    }
    .iconsp{
         margin: 10px auto 4px!important;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    ._Con{
        float: left;
        margin-top:20px;
        padding: 0 15px;
    }
    .tab {
    padding: 8px 34px!important;
    border: 1.4px solid #A0A0A0!important;
    margin-right: 10px!important;
    }
    .wow span.emtxt{
        font-size: 18px!important;
    }
    .our_server_desc .desctxt{
        text-align: center;
    }
    .codebox{
        padding:0px!important;
    }
}


.service p:hover{
      color: #646770;
}
	.service.service-welcome {
    padding: 30px;
	}

*, ::after, ::before {
    box-sizing: inherit;
}
.tabContain::before{
    content: ' ';
    display: table;
}
.iconsp{
	display: inline-block;
	margin:10px auto;
   background: url(../img/icon_sp.png) no-repeat;
   background-size:533px 51px;
   height:51px;
}
.i_plaine,.service:hover .i_plaine{
	width:59px;
	background-position:-75px 0;
}
.i_book,.service:hover .i_book{
	width:64px;
	background-position:-203px 0;
}
.i_pc,.service:hover .i_pc{
	 width: 91px;
    background-position: -319px 0;
}
.i_video,.service:hover .i_video{
	width:57px;
	background-position:-477px 0;
}

.i_people,.service:hover .i_people{
	width:75px;
	background-position:0 0;
}
.i_star,.service:hover .i_star{
	width:70px;
	background-position:-134px 0;
}
.i_pencil,.service:hover .i_pencil{
	width:63px;
	background-position:-266px 0;
}
.i_car,.service:hover .i_car{
	width:73px;
	background-position:-405px 0;
}


/*ourcustom*/
.Cpanel{
	position: relative;
	margin:45px auto;
}
.customBox{
	display: -webkit-flex; /* Safari */
    display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	border-bottom:1px solid rgba(208, 204, 204, 0.8);
    border-top:1px solid rgba(208, 204, 204, 0.8);
	align-content:center;
    justify-content: center;
    -webkit-padding-start: 0px;
}
.client li{
	list-style:none;
	    width: 120px;
    height: 78px;
	line-height: 78px;
	/*margin: 20px;*/
	justify-content: center;
    display: flex;
}
.client li a img{
  width: 100%;
}
.client li a{
	width:auto;
	height: auto;
    filter: grayscale(100%);
    opacity: .57;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scalesm{
	float: left;
	 -webkit-transform: scale(0.1);
    transform: scale(0.1);
	 -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.client li a:hover{
    opacity: 1;
    filter: grayscale(0);
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#c02,#c03{
	 opacity: 0;
	 display: none;
}
/*ourpic*/
.ourpic{
	position: relative;
	 padding-top: 80px;
	    padding-bottom: 100px;
}
.insta-feed .overlay {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.65);*/
}
.insta-feed .cta{
    width: 80%;
    position: absolute;
        top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.insta-feed h2{
	 color: #fff;
    margin-bottom: 0;
    font-size: 22px;
    margin-top: -21px;
    line-height: 30px;
}
.knowmore{
	position: relative;
    border: 2px solid rgb(255, 255, 255);
        padding: 10px 28px;
    font-size: 14px;
    color: rgb(243, 240, 240);
    letter-spacing: 2px;
    font-weight: 700;
    display: inline;
        bottom: -16px;
}
.knowmore::after{
	position: absolute;
    content: '';
    width: 11px;
    height: 21px;
    background: url(../img/arrow_more.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -12px;
    right: 14px;
}
@media screen and (max-width:768px){
    h1{
       font-size: 22px!important;
       margin-bottom:5px!important;
    }
    .gray{
        font-size: 10px!important;
    }
    .arow{
           width:20px;
       bottom:10px;
    }
	.insta-feed h2{
		font-size:14px;
		line-height: 20px;
		    margin-top: 0px;
	}	
	.knowmore{
		 padding: 3px 11px;
	    font-size: 10px;
	    letter-spacing: 1px;
          bottom: -19px;
            font-size: 15px;
            border: 1.4px solid rgb(255, 255, 255)!important;
	}
	.knowmore::after {
	    position: absolute;
	    content: '';
	    width: 11px;
	    height: 21px;
	    background: url(../img/arrow_more.png) no-repeat;
	    background-size: 100% 100%;
	    top: 50%;
	    margin-top: -12px;
	    right: 1px;
	    transform: scale(.5);
	}
    #canvas{
        top:33%;
       /*left: -43%;
       transform: scale(.4);*/
       left: -52%;
       transform: scale(.4);
       -webkit-transform: scale(.4);
    }
    .banner_txt{
        width:100%;
        line-height:27px;
        letter-spacing: 0px;
    }
    .btrow{
          height: 58vh
    }
    .client li{
         width: 100px;
    height: 61px;
    line-height: 70px;
        text-align: center;
    }
     #c02 li a img,#c03 li a img{
        width:62%;
    }
}
/*tontact us*/
.contactus{
	position: relative;
	     padding-top: 50px;
	padding-bottom: 50px;
	/*margin:100px auto;*/
}
.mapoverlay{
	position: absolute;
	width:100%;
	height:100%;
	z-index:999;
	top:0;
	left:0;
}
#allmap{
	width:100%;
	height:500px;
}
.contact_info{
	color:#fff;
}
.infotxt{
	position: relative;
	line-height:27px;
		text-transform: uppercase;
        color:#5C5C5C;
        padding-left: 0!important;
}
.coninfo{
	margin-top:25px;
}
.contact_code{
	/*position: absolute;
	width:200px;
	right:15px;
	bottom:0;*/
}

.condeicon{
	position:relative;
	    width: 60px;
	cursor: pointer;
	float: left;
}
.xcx{
	float: left;
}
.wxcode,#bwxcode{
	float: right;
}
._imgcode{
	position: absolute;
	width:90px;
	top: -103px;
    left: -15px;
	height:90px;
	display: none;
}
#xcx:hover .contactxcx_imgcode{
   display: block;
}
#bwxcode:hover .contactwx_imgcode{
	display: block;
}
.codebox{
	    margin-top: 65px;
}
.our_ourpic_desc,.our_contactus_desc{
    margin-bottom:40px;
}
/*修改*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    -webkit-transform: translateX(-1%);
    -moz-transform: translateX(-1%);
    -ms-transform: translateX(-1%);
    -o-transform: translateX(-1%);
    transform: translateX(-1%);
}
.our_servers h1,h2{
    font-size: 26px;
}
.service p{
    font-size: 12px;
}
.service-title{
   margin: 0 26px 25px;
}
.service.service-welcome:nth-child(odd){
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);

}
.service.service-welcome:nth-child(even){
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}
.service.service-welcome{
    opacity:0;
}
.service.service-welcome.active{
    -webkit-animation: serviceup 0.25s ease-in 0.3s forwards;
    -o-animation: serviceup 0.25s ease-in 0.3s forwards;
    animation: serviceup 0.25s ease-in 0.3s forwards;
}
@keyframes serviceup {
    100%{
        opacity:1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes Cpanelup {
    100%{
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}


@keyframes recruit_cpanel_move {
    0%{
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity:0;
    }
    100%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity:1;
    }
}
@keyframes recruit_cpanel_moveCenter {
    0%{
        -webkit-transform: translate(-50%,100px);
        -moz-transform: translate(-50%,100px);
        -ms-transform: translate(-50%,100px);
        -o-transform: translate(-50%,100px);
        transform: translate(-50%,100px);
        opacity:0;
    }
    100%{
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity:1;
    }
}
/*第一屏*/
.index_banner_section .banner_txt{
    -webkit-transform: translate(100px);
    -moz-transform: translate(100px);
    -ms-transform: translate(100px);
    -o-transform: translate(100px);
    transform: translate(100px);
    opacity:0;
}
.index_banner_section .banner_txt.active{
    -webkit-animation: recruit_cpanel_moveCenter 0.25s ease-in 0s forwards;
    -o-animation: recruit_cpanel_moveCenter 0.25s ease-in 0s forwards;
    animation: recruit_cpanel_moveCenter 0.25s ease-in 0s forwards;
}

/*第二屏*/
.our_servers .our_server_desc,.our_servers .margin_caneter{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
}
.our_servers .our_server_desc.active{
    -webkit-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
}
.our_servers .margin_caneter.active{
     -webkit-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
}

/*第四屏*/
.ourcustom .our_custom_desc,.ourcustom #c_caneter,.ourcustom .Cpanel{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
}
.ourcustom .our_custom_desc.active{
    -webkit-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
}
.ourcustom #c_caneter.active{
     -webkit-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
}
.ourcustom .Cpanel.active{
     -webkit-animation: recruit_cpanel_move 0.6s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.6s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.6s ease-in 0s forwards;
}

/*第五屏*/

.ourpic .our_ourpic_desc,.ourpic .btrow,.ourpic .cta{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
}
.ourpic .our_ourpic_desc.active{
    -webkit-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
}
.ourpic .btrow.active{
    margin-bottom: 55px;
     -webkit-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
}
.ourpic .cta.active{
     -webkit-animation: recruit_cpanel_moveCenter 0.6s ease-in 0s forwards;
    -o-animation: recruit_cpanel_moveCenter 0.6s ease-in 0s forwards;
    animation: recruit_cpanel_moveCenter 0.6s ease-in 0s forwards;
}
/*第六屏*/

.contactus .our_contactus_desc,.contactus .ourmap{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity:0;
}
.contactus .our_contactus_desc.active{
    -webkit-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.25s ease-in 0s forwards;
}
.contactus .ourmap{
    padding: 0;
}
.contactus .ourmap.active{
     -webkit-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    -o-animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
    animation: recruit_cpanel_move 0.4s ease-in 0s forwards;
}
.anchorBL{display:none;}
@media screen and (max-width: 768px){
    .coninfo {
        padding: 0 15px!important;
    }
    #allmap{
        height: 400px!important;
    }
}