@charset "utf-8";
/* webrx CSS Document */
img{
	max-width:100%;
}
html,body,div,p{
	font-family: "微软雅黑";
}
/*页面加载进度*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #f1e33c;
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #f1f00e, 0 0 5px #f1e33c;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
/*旋转loading*/
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 200000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #f1e33c;
    border-left-color: #f1e33c;
    border-radius: 10px !important;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg); }
}


/*navigator css*/
.main-top{
	width:100%;
	position:fixed;
	z-index:99999;
	padding:0;
    border-bottom:1px solid #2e6acb;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    background-color: transparent;
}
.main-top.opacity{
    background:rgba(0,0,0,0.4);
    border-bottom: none;
}
.logo{
	display:block;
    margin-right: 30px;
    line-height: 75px;
}
.navbar-default{
    background-color: transparent;
}
.navbar{
    /*导航居中关键  relative*/
    position: relative;
	min-height: 75px;
    border:0 solid #2e6acb;
    margin-bottom: 0;
}
.main-nav{
    margin-top: 15px;
}
.navbar-nav>li>a{
	line-height:20px;
}
@media screen and (max-width: 768px){
    .nav>li>a{display: inline;}
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color:#f1e33c;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color:#f1e33c;
    background-color: transparent;
    border-bottom: 2px solid #f1e33c;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: rgba(255,255,255,0.3);
}
.navbar-toggle{
    margin-top:22px;
}
.navbar-default .navbar-toggle{
    background:rgba(0,0,0,0.3);
    border-color: #f1e33c;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #f1e33c;
}

.top-block{
    width: 100%;
    background: url(../images/index-bg1.png) no-repeat center / cover;
}
.row{
    margin: 0;
}
.top-block .container{
    padding: 12% 0 8%;
}
.banner-text{
    width: 80%;
}
.banner-img{
    margin-left: 20px;
    width: 90%;
}
.our-product .container,
.ying-up .container,
.our-shi .container,
.our-jia .container,
.gong-product .container,
.wu-server .container,
.jing-box .container,
.company-box .container,
.qi-box .container{
    padding: 80px 0;
}
.footer{
    background-color: #1d2840;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.product-list,
.ying-up .col-md-4,
.shi-list{
    margin-top: 70px;
}
.our-product{
    width: 100%;
    background: url(../images/index-bg2.png) no-repeat center / cover;
}
.products-title{
    font-size: 26px;
    text-align: center;
    background: url(../images/xzs.png) no-repeat center bottom;
    padding-bottom: 30px;
    color: rgba(51,51,51,0.8);
}
.product-list .col-md-3{
    text-align: center;
    margin-bottom: 10px;
}
.image-box{
    width: 100%;
    height: 200px;
    text-align: center;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}
.bg-1,.bg-3{
    background-color: #284084;
}
.bg-2,.bg-4{
    background-color: #285cb0;
}
.image-text{
    background-color: rgba(40,64,132,0.1);
    padding: 10px 0;
    min-height: 135px;
    margin-top: -5px;
}
.image-text h3{
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}
.image-text p{
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
.ying-up{
    background-color: #284084;
}
.ying-up h3{
    margin-top: 0;
    color: #f1e33c;
    font-size: 18px;
    font-weight: normal;
}
.circle-box{
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
}
.circle-box p{
    font-size: 32px;
    color: #f1e33c;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.half-circle{
    position: absolute;
    top: 0;
    left: 0;
}
.circle-text{
    margin-top: 30px;
}
.circle-text h3{
    font-size: 18px;
}
.circle-text p{
    font-size: 14px;
    color: #fff;
}
.our-shi{
    background-color: #e7ebf1;
}
.shi-list .col-md-3{
    text-align: center;
}
.shi-list h3{
    font-size: 18px;
    font-weight: normal;
}
.shi-list p{
    width: 85%;
    margin: 0 auto 7px;
    text-align: left;
    font-size: 12px;
    color: #999;
}
.address{
    font-size: 14px;
    margin-top: 30px;
}
.phone{
    color: #fff;
    padding-left: 25px;
    background: url(../images/xdh.png) no-repeat 0 0;
    cursor: default;
}
.phone:hover{
    color: inherit;
    text-decoration: none;
}
.copyright{
    margin-top: 30px;
}
.copyright .line{
    height: 1px;
    background-color: #272e34;
    float: left;
    width: 40%;
    margin-top: 11px;
}
.copy{
    width: 20%;
    float: left;
}
.copyright .line.right{
    float: right;
}
.copyright:after,
.jie-list li{
    content: '';
    display: block;
    clear: both;
}

.gong-banner .container{
    position: relative;
}
.gong-img{
    position: relative;
}
.gong-img img{
    width: 100%;
    min-height: 145px;
}
.left-nav{
    width: 150px;
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: 10;
}
.left-nav li{
    border-bottom: thin solid #d8cc36;
}
.left-nav li:nth-last-child(1){
    border-bottom: none;
}
.left-nav li a{
    display: block;
    padding: 15px 20px;
    background-color: #f1e33c;
    color: #000;
    cursor: pointer;
}
.top-title h3{
    font-size: 16px;
    font-weight: normal;
}
.top-title h3 span{
    font-size: 20px;
    font-weight: bold;
}
.top-title p{
    color: #666;
    font-size: 14px;
}
.jie-list{
    margin-top: 20px;
}
.jie-list li{
    margin-bottom: 30px;
}
.jie-icon{
    float: left;
    width: 12%;
}
.zhi-box .jie-icon,
.yfw-box .jie-icon{
    width: 7%;
}
.jie-icon img{
    width: 75%;
}
.jie-text{
    margin-left: 60px;
    width: 88%;
}
.jie-text h3{
    font-size: 20px;
    margin-bottom: 6px;
}
.jie-text p{
    font-size: 14px;
    color: #666;
}
.mac-img{
    text-align: center;
}
.mac-img img{
    width: 78%;
    margin-top: 70px;
}

.gong-product{
    background-color: #f3f3ee;
}
.gp-img{
    margin: 20px auto 0;
    width: 80%;
}
.wu-server{
    background-color: #eaf0f5;
}
.wu-btn{
    width: 152px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:thin solid #ddd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    margin: 15px 0;
}
.company-nav{
	bottom: 30px;
}
.shen-top{
    border-bottom: 1px solid #ddd;
    margin-top: 100px;
    text-align: center;
}
.shen-top span{
    display: inline-block;
    font-size: 30px;
    color: #999;
    border-bottom: thin solid #999;
    padding: 0 10px;
}
.shen-form{
    width: 314px;
    margin: 40px auto 0;
}
.shen-form li{
    margin-bottom: 10px;
}
.shen-form li input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border:thin solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error-div{
    text-align: center;
    color: #666;
}
.btn-box{
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.btn-box input{
    width: 140px;
    height: 40px;
    border:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cancel{
    background-color: #ddd;
}
.sure{
    background-color: #fedd5a;
}
.jing-banner{
    position: relative;
    background: url(../images/banner3.png) no-repeat;
    background-size: cover;
    min-height: 400px;
    color: #fff;
}
.hui-top{
    background-image: url(../images/banner4.png);
}
.jing-banner h3{
    font-size: 40px;
}
.jing-banner p{
    font-size: 20px;
}
.jing-text{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.jing-box {
	background: url(../images/bj2.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
}
.huo-ke{
	background-image: url(../images/bj3.png);
	background-color: #eaf0f5;
}
.lit-box{
	background-image: url(../images/bj4.png);
	background-color: #fefdf9;
}
.huo-ke .jie-list li{
	display: -webkit-flex;
	align-content: center;
	align-items: center;
}
.huo-ke .jie-text,
.huo-ke .jie-text h3{
	margin: 0;
}
.company-box{
	background: url(../images/w-bg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
}
.company-box .jie-text{
	margin-left: 0;
	padding-left: 45px;
}
.row1{
	background: url(../images/gong1.png) no-repeat 0 center;
}
.row2{
	background: url(../images/gong2.png) no-repeat 0 center;
}
.row3{
	background: url(../images/gong3.png) no-repeat 0 center;
}
.qi-box{
    background: url(../images/qi-bg.png) no-repeat center;
    background-size: cover;
    background-color: #faf9fa;
}
.qi-hua{
    margin-top: 40px;
}
.about-us{
	background-image: url(../images/w-bg3.png);
}

.zhi-box{
    background-image: url(../images/bj5.png);
}
.gong-box{
    background-image: url(../images/bj6.png);
}
.yfw-box{
    background-image: url(../images/bj7.png);
}
.tab-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.tab-img:before{
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-img:after{
    content: '查看大图';
    color: #f1e33c;
    font-size: 18px;
    display: block;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-img:hover:before{
    bottom: 50%;
}
.tab-img:hover:after{
    top: 50%;
}
.tab-img.img-hide:before{
    content: '';
    display: none;
}
.tab-img.img-hide:after{
    content: '';
    display: none;
}
@media screen and (max-width: 320px){
    .top-block .container{
        padding-top: 32% !important;
    }
    .banner-img{
        width: 90% !important;
    }
    .wu-btn{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .nav>li{
        float: left;
        width: 50%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .navbar-nav>li>a{
        padding: 0;
    }
    .navbar-nav{
        margin: 25px -15px ;
    }
    .main-nav{
        margin-top: 0;
    }
    .have-bg{
        background-color: rgba(0,0,0,0.4);
    }
    .top-block .container{
        padding: 28% 0 15%;
    }
    .banner-text{
        margin-bottom: 50px;
    }
    .col-md-6{
        text-align: center;
    }
    .banner-img{
        width: 70%;
    }
    .our-product .container,
    .ying-up .container,
    .our-shi .container,
    .gong-product .container,
    .wu-server .container,
    .jing-box .container,
    .company-box .container,
    .qi-box .container,
    .footer{
        padding: 20px 0;
    }
    .our-jia .container{
        padding: 100px 0 20px;
    }
    .products-title{
        font-size: 18px;
        padding-bottom: 25px;
    }
    .product-list,
    .ying-up .col-md-4,
    .shi-list{
        margin-top: 10px;
    }
    .copyright .line{
        width: 25%;
    }
    .copy{
        width: 50%;
    }
    .mac-img img{
        margin-top: 10px;
    }
    .btn-list .col-md-6{
        float: left;
        width: 50%;
    }
    .jie-text h3{
        line-height: 18px;
        font-size: 14px;
    }
    .jie-text p{
        font-size: 12px;
    }
    .company-nav {
        bottom: -10px;
    }
    .jie-icon{
        width: 20%;
    }
    .jie-text{
        width: 80%;
    }
    .company-box .jie-text{
        width: 100%;
    }
    .shi-list .col-md-3{
        margin-bottom: 10px;
    }
    .jing-banner{
        min-height: 300px;
    }
    .jing-banner h3{
        font-size: 24px;
    }
    .jing-banner p{
        font-size: 14px;
    }
    .zhi-box .jie-icon,
    .yfw-box .jie-icon{
        width: 20%;
    }
    .about-us .col-md-3{
        float: left;
        width: 50%;
    }
    .qi-tou{
        width: 20%;
    }
}
