@charset "UTF-8";
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
body{
    background-color: #FFFFFF;
}
/*.top{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 10000;
    background-color: #FFF;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}*/
.conbox{
    margin-top: 60px;
}
/*.navlist li:hover{
    background-color: #3a6cb5;
}
.navlist li:hover a{
    color: #FFFFFF;
}*/

.kbtn{
    display: none;
}
.gbtn{
    display: none;
}
.english{
    float:left;
    height:70px;
    line-height:70px;
    color: #7C7C7C;
    margin-left:20px;
    font-size: 16px;
}
/*.english a{
    color: #7C7C7C;
}*/
.english img{
    vertical-align:middle;
    margin:0 5px 3px 0;
}
/*.english a:hover{
    color:#02A8FE;
}*/
/*.dhzx{
    float:left;
    height:70px;
    line-height:70px;
    margin-left:110px;
    color:#3a6bb5;
    font-size:15px;
}
.dhzx img{
    vertical-align:middle;
    margin:0 10px 3px 0;
}*/
/*banner部分*/
.swiper-container {
    width: 100%;
    position:relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-slide img{
    display:block;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align:right;
}
.swiper-pagination-bullet{
    background:#fff;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background:#3a6cb5;
}
.swiper-button-next{
    width:72px; height:75px;
    background:url(../images/rightbtn.png) no-repeat;
    display:none;
}
.swiper-button-prev{
    width:72px; height:75px;
    background:url(../images/leftbtn.png) no-repeat;
    display:none;
}
.swiper-container:hover .swiper-button-next{
    display:block;
}
.swiper-container:hover .swiper-button-prev{
    display:block;
}
.mobileban{
    display: none;
}

.banner .lunbox{
    position: relative;
    left: 0;
    /*overflow: hidden;*/
}
.banner .lunbox li{
    float: left;
    width: 100%;
}
.banner .lunbox li a{
    display: block;
}
.banner .lunbox li a img{
    width: 100%;
    height: 364px;
}
.lunbo1{
    display:none;
}
.qqzx1{
    display:none !important;
}
.leftbtn{
    display: none;
    width: 72px;
    height: 75px;
    position: absolute;
    top: 144px;
    left: 3%;
    cursor: pointer;
    background: url("../images/leftbtn.png");
}
.rightbtn{
    display: none;
    width: 72px;
    height: 75px;
    position: absolute;
    top: 144px;
    right: 3%;
    cursor: pointer;
    background: url("../images/rightbtn.png");
}

.abouttop{
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
    background:#f6f6f6;
}
.abouttop img{
    width: 100%;
}
.abouttop h3{
    font-size: 25px;
    color: #3a6cb5;
    position: absolute;
    font-weight: normal;
    width: 100%;
    top:5%;
}
.abouttop h3 span{
    display: block;
    width: 1170px;
    margin: 0 auto;
    padding-left: 0px;
    text-align: left;
}
.blackbg{
    position: absolute;
    width: 100%;
    height: 280px;
    /*background-color: #000000;*/
    opacity: 0.4;
    filter: alpha(opacity=40);
    bottom: 0px;
    left: 0;
}
.pbox{
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0px;
    left: 0;
    padding: 0px 0;
}
.pbox p{
    width: 1170px;
    margin: 0 auto;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 25px;
    margin-top: 15px;

}
.team{
    /*padding-bottom: 100px;*/
}
.service{
    display: block;
    width: 1190px;
    margin: 0 auto;
    text-align: center;
    color: #7C7C7C;
    padding-top: 55px;
}
.service h3{
    color: #3a6cb5;
    padding: 10px 0;
    font-size: 20px;
}
.service .border1{
    width: 75px;
    height: 2px;
    background-color: #3a6cb5;
    margin: 0 auto;
}
.service .en{
    padding: 10px 0;
}
.teamperson{
    width: 1190px;
    margin: 0 auto;
    /*padding: 30px 0;*/
    padding: 30px 0 90px 1.8%;
}
.teamperson li{
    width: 31%;
    height: 440px;
    padding: 30px 0;
    background-color: #F6F6F6;
    text-align: center;
    float: left;
    /*margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 40px;*/
    margin: 0 2.4% 25px 0;
}
.teamperson li:nth-child(3n+0){
    /*margin-right:0;*/
}
.teamperson .li3{
    margin-right: 0;
}
.teamperson li h4{
    margin-top: 15px;
    color: #3a6cb5;
    font-size: 20px;
}
.teamperson li .zhiwei{
    color: #6D6D6D;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.teamperson li p{
    margin-top: 10px;
    padding: 0 40px;
    text-align: left;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 25px;
}
.clear{
    clear: both;
}



.clientcon{
    width: 1190px;
    margin: 0 auto;
    /*padding-top: 30px;*/
    /*padding-bottom: 90px;*/
    padding: 30px 0 90px 1.8%;
}
.clientcon li:nth-child(7n+0){
    margin-right:0;
}
.xztdbox{
    width: 1190px;
    margin: 0 auto;
    /*padding-top: 30px;*/
    /*padding-bottom: 90px;*/
    padding: 30px 0 30px;
}
.xztdbox li:nth-child(7n+0){
    margin-right:0;
}
.clientcon li,.xztdbox li{
    float: left;
    width: 12%;
    height: auto;
    overflow: hidden;
    /*margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;*/
    margin: 0 2.4% 25px 0;
}
.clientcon .clien7,.xztdbox .clien7{
    margin-right: 1%;
}

/*内蒙地图部分*/
.emailboxnew{
    width: 1170px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 60px;
}
.emailboxnew .emailleftnew{
    float: left;
    width: 50%;
    height: 400px;
}
.emailboxnew .contact-us-right {
    float: left;
    padding: 55px 0 0 70px;
}
.emailboxnew .contact-us-right p{
    line-height: 30px;
    margin-bottom: 9px;
    overflow: hidden;
}
.emailboxnew .contact-us-right .icon{
    overflow: hidden;
    background: url(../images/contact-us-icon.png) no-repeat 0 0;
    width:28px;
    height:30px;
    margin-right:15px;
}
.emailboxnew .contact-us-right p span{
    float: left;
    font-size: 14px;
    color: #7C7C7C;
}
.emailboxnew .contact-us-right .tel {
    background: url(../images/contact-us-icon.png) no-repeat 0 0;
    width:28px;
    height:30px;
    background-position: 0 -30px;
}
.emailboxnew .contact-us-right .email {
    background-position: 0 -60px;
}
.emailboxnew .contact-us-right .person {
    background-position: 0 -90px;
}
.emailboxnew .contact-us-right .subway {
    background-position: 0 -120px;
}
.emailboxnew .contact-us-right .car {
    background-position: 0 -150px;
}
/*需求提交*/
.emailboxnew .emailleft{
    float: left;
    width: 40%;
    height: 445px;
    background-size: 100% 100%;
    padding: 15px 45px;
    color: #3a6cb5;
}
.emailboxnew .emailleft input{
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}
.emailboxnew .emailleft textarea{
    width: 100%;
    margin-top: 15px;
    resize: none;
}
.emailboxnew .emailleft .btn{
    display: block;
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    background-color: #3a6cb5;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.clear{
    clear: both;

}

.contact{
    height: 280px;
    background-color: #4B5053;
    padding: 45px 0;
    color: #FFFFFF;
}
.contact .ctbox{
    width: 1000px;
    margin: 0 auto;
}
.contact .ctbox .ctleft{
    float: left;
}
.contact .ctbox .ctleft1{
    margin-right: 20px;
}
.contact .ctbox .ctleft h4{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    width: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #63686B;
    text-align: left;
}
.contact .ctbox h3{
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    width: 130px;
    padding-bottom: 10px;
    text-align: left;
}
/*.contact .ctbox .ctleft .xian{*/
/*width: 130px;*/
/*height: 1px;*/
/*background-color: #294FBD;*/
/*}*/
.contact .ctbox .ctleft .box{
    padding: 10px 0 ;
    font-size: 12px;

}
.contact .ctbox .ctleft .box img{
    width: 15px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.banquan{
    padding: 10px 0;
    font-size: 12px;
    color: #FFFFFF;
}
.banquan a{
    color: #FFFFFF;
    display: inline-block;
}
/*.contact .ctbox .ctleft .banquan span{*/
/*color: #ACC2FF;*/
/*}*/
.contact .ctbox .ctright{
    float: right;
    height: 150px;
    width: 185px;
    margin-top: 50px;
    padding-left: 1px;
    /*border-left: 1px solid #294FBD;*/
}
.contact .ctbox .ctright ul{
    height: 150px;
    border-left: 1px solid #63686B;
    padding-left: 45px;
    padding-top: 10px;
}
.contact .ctbox .ctright ul li{
    height: 35px;
    border: 1px solid #6C7275;
    border-radius: 3px;
    line-height: 35px;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.contact .ctbox .ctright ul li .lihover{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100px;
    left: 10px;

}
.contact .ctbox .ctright ul .xwx:hover .lihover{
    display: block;
}
.contact .ctbox .ctright ul li img{
    height: 20px;
    position: relative;
    top: 4px;
    left: -5px;
}
.contact .ctbox .ctright ul li a{
    color: #FFFFFF;
    font-size: 14px;
    display: block;

}

.fixbox{
    position: fixed;
    bottom: 50px;
    right: 0px;

}
@media screen and (max-width: 1024px){
    .pbox p {
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    padding: 0 2.5%;
    text-align: left;
}

}
@media screen and (max-width: 980px){
    .rewardcon .xr .xqxq{
        height:auto;
    }
}
@media screen and (max-width: 720px){
    .rewardcon .xr .xqxq{
        height:auto;
    }
}
@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio : 1.0) and (orientation:landscape){
    .rewardcon .xr .xqxq{
        height:auto;
    }
}

.fixbox a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 1px;

    position: relative;
}
.fixbox a .imgbox{
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    z-index: 111;
    background-color:#3a6cb5;
}
.fixbox a img{
    position: relative;
    top: 10px;
}
.fixbox a span{
    /*display: none;*/
    display: inline-block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 120px;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
    background-color: #3a6cb5;
    font-size: 12px;
    z-index: 10;
}
.fixbox a:hover .imgbox{
    background-color: #3a6cb5;
}
.fixbox a:hover img{
    /*display: none;*/
}
.fixbox a:hover span{
    transition: left .5s linear;
    left: -120px;
}
.fixbox .backtop{
    display: none;

    cursor: pointer;
}
.fixbox .backtop span{
    /*font-size: 14px;*/
    /*line-height: 20px;*/
}