﻿@charset "utf-8";
body{
    font: 14px/1.4 "Microsoft YaHei","微软雅黑","Hiragino Sans GB",arial,Tahoma,SimSun,sans-serif;
    color: #333;
    margin: 0;
    min-width: 1360px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    margin-top: 80px;
}
.container{
    width: 1160px !important;
}
div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
    list-style:none;
    margin: 0;
    padding: 0;
}
font{
    text-transform: uppercase;
}

/*页面顶部样式*/
header{
    height: 80px;
    /* height: 60px; */
    /* line-height: 60px; */
    background: #fff;
    width: 100%;
    /* min-width: 1150px; */
    /* border-bottom: 1px solid #EAEAEA; */
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
header img{
    margin-top: 19px;
}
header .nav{
    height: 80px;
    font-size: 15px;
    float: right;
}
header .nav li{
    height: 80px;
    width: 77px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

header .nav li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#fff;
    background: rgba(93, 121, 11, 0.98);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #de0f18;
}

header .nav li:hover:before, header .nav li:focus:before, header .nav li:active:before {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



header .nav li a{
    height: 80px;
    border-radius: 0px;
    color: #333;
    padding: 0;
    line-height: 80px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
header .nav li a:hover, header .nav li a:focus {
    text-decoration: none;
    color: white !important;
    background: #de0f18!important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #de0f18;
}

/*首页轮播效果*/
.carousel{
    overflow: hidden;
}
.carousel-indicators{
    display: none;
}
.carousel-control {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 56%;
    left: 0;
    opacity: 0.8;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 90px;
    /* background: transparent url(../images/left_btn.png) no-repeat left top; */
    margin-top: -50px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.carousel-control.left {
    background: transparent url(../image/left_btn.png) no-repeat left top;
    left: -25px;
}
.carousel-control.right {
    left: auto;
    background: transparent url(../image/right_btn.png) no-repeat left top;
    right: -40px;
}
.carousel-control.left:hover {
    background: transparent url(../image/left_btn.png) no-repeat left top;
    left: 0px;
}
.carousel-control.right:hover {
    left: auto;
    background: transparent url(../image/right_btn.png) no-repeat left top;
    right: -20px;
}

/*首页关于我们*/
.index-box-aboutus{

    padding-top: 58px;

    text-align: center;
}
.box-title{
    text-align: center;
}
.box-title-line{

    width: 80px;

    height: 5px;

    background: #de0f18;

    display: inline-block;
}
.box-title h3{

    font-size: 22px;

    letter-spacing: 3px;

    /* font-family: sans-serif; */

    line-height: 38px;

    font-weight: normal;
}
.box-title h2{

    letter-spacing: 7px;

    line-height: 34px;

    padding-bottom: 30px;

    font-size: 34px;
}
.box-title h2 strong{
    color: #de0f18;
    font-weight: normal;
}
.box-title p{

    height: 26px;

    line-height: 26px;

    font-size: 15px;

    letter-spacing: 2px;
}
.aboutus-list{

    padding: 35px 10%;

}
.aboutus-list span{
    width: 84px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;

}
.aboutus-list p{

    font-size: 18px;

    letter-spacing: 2px;

    line-height: 40px;
}
.aboutus-service{
    background: url(../image/wexin03.png);

}
.aboutus-resources{
    background:url(../image/app.png);
    background-position-x: 7px;


}
.aboutus-technology{
    background:url(../image/vr02.png);
    background-position-x: 6px;
}
.aboutus-pc{
    background:url(../image/PC.png);
    background-position-x: 6px;
}

/*首页新闻列表*/
.index-box-news{
    margin-top: 55px;
}
.news-list{
    margin: 20px 8px;
    /* padding: 10px; */
}
.news-first-box{

}

.news-first-box img{
    width: 100%;
    height: 450px;

}
.news-first-text{position: absolute;bottom: 0;background: hsla(0, 0%, 100%, 0.8);padding: 20px;letter-spacing: 1px;width: 434px;}
.news-first-text h4{line-height: 28px;/* font-weight: 600; */color: #000000;}
.news-first-text p{line-height: 22px;/* padding: 0 20px; *//* width: 405px; */}
.news-other-box{
    /* padding-left: 15px; */
}
.news-other-box .row{

    border-bottom: 1px solid #cecece;

    padding: 2px 0 15px 0;

    margin-bottom: 30px;
}

.news-other-box .row .col-lg-10{padding-left: 35px;}

.news-other-box .row span{

    height: 112px;

    width: 115px;

    display: block;

    background: #3e3132;

    color: #FFF;

    text-align: center;

    font-size: 20px;

    line-height: 34px;

    letter-spacing: 2px;
}
.news-other-box .row:hover span{
    box-shadow: -3px 3px 6px #ffa6aa;

}.news-other-box .row:hover span strong{
     background: #f7121c;
 }
.news-other-box .row:hover h4{
    color: #de0f18;
}
.news-other-box .row span strong{

    font-size: 45px;

    display: block;

    padding: 2px 0 0px 0;

    background: #dc0710;

    line-height: 74px;
}
.news-other-box .row a{



    text-decoration: none;
}
.news-other-box .row h4{

    /* font-weight: 600; */

    line-height: 24px;

    height: 28px;

    letter-spacing: 1px;

    color: #000000;

    /* text-decoration: none; */
}

.news-other-box .row p{

    line-height: 21px;

    letter-spacing: 1px;

    height: 65px;

    overflow: hidden;

    color: #616161;
}

.news-other-box .row .row-tags{
    padding-left: 20px;
    background: url(../image/icon-tag.png) no-repeat 0px 4px;
    float: left;
}
.news-other-box .row .row-tags a{
    color: #9e9e9e;
    line-height: 20px;
    padding-left: 5px;
}
.news-other-box .row .row-tags a:hover{
    color: #6d6d6d;
}

/*首页商务合作*/
.index-box-cooperation{
    margin-top: 88px;
}
.cooperation-list{
    margin-top: 60px;
    height: 200px;
    overflow: hidden;
}

.cooperation-list .col-lg-4 a{
    text-decoration: none;
}

.cooperation-list .col-box{
    height: 193px;
    width: 353px;
    overflow: hidden;
    border-radius: 8px;
    padding: 20px 10px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
}
.cooperation-list .col-funds .col-box{background: #f7a72d;}
.cooperation-list .col-cooperation .col-box {background: #e15e2b;}
.cooperation-list .col-agency .col-box{background: #c32202;}

/*聚焦样式处理*/
.cooperation-list .col-box .icon{
    height: 88px;
    width: 254px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 35px 50px;
}

.cooperation-list .col-funds .col-box .icon{
    height: 88px;
    width: 226px;
}
.cooperation-list .col-agency .col-box .icon{
    height: 88px;
    width: 228px;
}

.cooperation-list .col-cooperation a:hover .col-box .icon{
    height: 58px;
    width: 170px;
    margin: 0;
    padding: 0;
}
.cooperation-list .col-funds a:hover .col-box .icon{
    height: 58px;
    width: 160px;
    margin: 0;
    padding: 0;
}
.cooperation-list .col-agency a:hover .col-box .icon{
    height: 58px;
    width: 160px;
    margin: 0;
    padding: 0;
}

.cooperation-list .col-lg-4 a .col-box .text{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 0px;
    padding:90px 0 0 350px;
}




.cooperation-list .col-funds .col-box .icon{
    background: url(../images/cooperation-funds.png);    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cooperation-funds.png',  sizingMethod='scale');
}
.cooperation-list .col-cooperation .col-box .icon {
    background: url(../images/cooperation-cooperation.png);    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cooperation-cooperation.png',  sizingMethod='scale');
}
.cooperation-list .col-agency .col-box .icon{
    background: url(../images/cooperation-agency.png);    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cooperation-agency.png',  sizingMethod='scale');
}
.cooperation-list a:hover .col-box .text{
    font-size: 14px; letter-spacing: 1px;line-height: 24px; color: #fff; padding: 0 0 0 80px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
}


/*首页联系我们*/
.big-container {
    background: #3f3a39 url(../image/index-contactus-bg.jpg);
    background-size: cover;
    width: 88%;
    margin: 100px auto;
    color: #FFF;
}

.index-box-contactus .box-title{
    margin: 32px 0 10px 0;
}
.contactus-list{
    padding-bottom: 20px;
}
.contactus-list img{
    max-height: 370px;
    float: right;
}
.contactus-list form{
    letter-spacing: 3px;

}
.contactus-list form label{
    display: block;
    padding-left:10px;
    font-size: 16px;
}

.contactus-list form input{
    display: block;
    margin: 10px 0;
    width: 65%;
    /* padding-left: 5px; */
    color: #3f3a39;
    background-color: #fffefa;
    outline: none;
    border: none;
    padding-left: 5px;
    height: 40px;
}
.contactus-list form input:hover{
    border:1px solid red;
    
}
.contactus-list fieldset .labela{
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    margin-left: -20px;
    margin-right:10px;
    position:relative;
    top:-10px;


}


.contactus-list fieldset input{
    position:relative;
    top:10px;
    height:30px;
    width:20px;
    display: inline-block;

}

.contactus-list form input[type=submit]{
    display: block;
    margin: 10px 0 10px 0px;
    width: 100%;
    height: 28px;
    background: #ec1c1c;
    border: none;
    color: #FFF;
    letter-spacing: 5px;
    padding-left: 12px;
}
.contactus-list form textarea{
    display: block;
    margin: 10px 0;
    width: 65%;
    color: #3f3a39;
    background: #ffffff;
    outline: none;
    border: none;
    padding-left: 5px;
}
.contactus-info{
    letter-spacing: 2px;
    width: 300px;
    line-height: 26px;
    margin-top: 18px;
    font-size: 15px;
}
.contactus-info p{

}

.partner-container .slide{
    background: #ebebeb;
}
.partner-list{
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}
.partner-list img{
    width: 320px;
    height: 78px;
    display: block;
    margin: 0 auto;
}
.partner-list .bg-line{
    width: 322px;
    height: 80px;
    top: -1px;
    left: 14px;
    position: absolute;
    color: #a0a0a0;
    text-align: center;
    /* font-size: 16px; */
}
.partner-list .bg-line::before,.partner-list .bg-line::after{position:absolute;content:'';opacity:0;
    transition:all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.partner-list .bg-line::before{top:0px;right:0px;bottom:0px;left:0px;border-top:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.partner-list .bg-line::after{top:0px;right:0px;bottom:0px;left:0px;border-right:1px solid #a0a0a0;border-left:1px solid #a0a0a0;transform:scale(1,0);transform-origin:100% 0;}
.partner-list .col-lg-3:hover .bg-line::before,.partner-list .col-lg-3:hover .bg-line::after{opacity:1;transform:scale(1);transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari 和 Chrome */
    -o-transition: all 0.2s; /* Opera */}

.flink-container{
    margin-top: 100px;
    background: #5d5958;
    display: block;
    height: 200px;
}
.home-footer .flink-container{
    background: #494443;
}
.flink-container .flink-line {
    /* float: right; */
    width: 1px;
    height: 80px;
    background: #bfbfbf;
    margin: 15px 0;
    right: -1px;
    top: 0;
    position: absolute;
}
.box-title-flink span{
    text-align: center;
    display: block;
    padding: 18px 10px 24px 10px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #e4e4e4;
}
.index-box-flink{
    width: 1020px;
    margin: 0 auto;
}
.index-box-panel {
    width: 20%;
    float: left;
    display: inline-block;
    /* border-right: 1px solid #696565; */
    position: relative;
}
.index-box-panel a{
    display: block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #989898;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    padding: 0 25px;
}
.index-box-panel a:hover{
    color: #fff;
}

.footer {
    margin: 0 auto;
    padding: 30px 0 30px 0;
    /* line-height: 26px; */
    text-align: center;
    overflow: hidden;
    clear: both;
    color: #ddd;
    font-size: 15px;
    background-color: #494443;
}
.home-footer .footer{
    background-color: #3f3a39;
}

.footer p {
    text-align: center;
    margin-top: 6px;
}
.footer a {color: #ddd;margin: 0 auto;}
.show-rz img {
    width: 122px;
    height: 44px;
    margin: 0px 6px;
    /* border-radius: 5px; */
    border: 1px solid #3f3a39;
    box-shadow: 1px 1px 1px #3f3a39;
}
.footer .show-rz p {
    text-align: center;
    line-height: 50px;
    height: 50px;
    /* margin: 5px auto; */
    /* width: 282px; */
    /* border: 1px solid #FFF; */
}

/*预加载样式*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #de0f18;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*箱子隐藏*/
.animate-box {
    opacity: 0;
}








