/*首页部分*/
body{
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif!important;
}
/*导航部分*/
.main-nav .logo img{
    padding-top: 27px;
    height:66px!important;
}
@media (max-width:999px){
    .main-nav .logo img{
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
}
@media (max-width: 999px){
    .mobile-nav .search-button a:hover {
        border-bottom: 0;
    }
    .mobile-nav .search-button a {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 22px!important;
        padding-left: 20px;
    }
}
@media (max-width: 599px){
    .mobile-nav .search-button a:before {
        padding: 0!important;
    }
}



@media (max-width: 999px) and (min-width: 600px){
    .mobile-nav .search-button a:before {
         padding: 0!important;
    }
}
@media (max-width: 1024px){
    .tiles-module p{
        font-size: 12px!important;
    }
}
.clear:after{
    content:"";
    display: block;
    clear: both;
}
.content-wrapper .company li{
    float: left;
    width: 25%;
}
.content-wrapper .company li img{
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1200px){
    .content-wrapper .company li{
        float: left;
        width: 25%;
    }
}
.explorecta{
    padding:10px 2.5%!important;
}
@media (max-width: 999px){
    .content-wrapper .company li{
        float: left;
        width: 33.33%;
    }
    .explorecta{
        padding: 65px;
    }
}
@media (max-width: 500px){
    .content-wrapper .company li{
        float: left;
        width: 50%;
    }
}
.footer-gray .footer_menu,.footer_logo,.footer_watch{
    float: left;
}
.footer-gray .footer_logo{
    width: 22%;
    text-align: right;
}
.footer-gray .footer_menu{
    width: 55%;
    padding-left:40px;
}
.footer-gray .footer_box{
    max-width: 1200px;
    padding: 0 2.5%;
    margin: 0 auto;
}
.footer-gray .footer_box li{
    float: left;
    width: 45%;
    padding-left: 10px;
    line-height: 32px;
    height: 32px;
	text-align:center;
}
.footer-gray .footer_box li a{
    color: #7b7b7b;
}
.footer-gray .footer_watch{
    width: 23%;
}
.footer-gray .footer_watch .weixin,.weibo{
    float: left;
    width: 50%;
}
.footer-gray .footer_watch .weixin,.weibo span{
    line-height: 24px;
    color: #7b7b7b;
}
.footer-gray .footer_watch .weixin .weixin img{
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 1200px){
    .content-wrapper .company li{
        float: left;
        width: 25%;
    }
}
.explorecta{
    padding:10px 2.5%!important;
}
@media (max-width: 999px){
    .footer-gray .footer_logo{
        width: 30%;
        text-align: center;
    }
    .footer-gray .footer_menu{
        padding-top: 0!important;
        width: 70%;
    }

    .footer-gray .footer_watch{
        width: 60%;
        padding: 40px 0;
        margin-left: 20%;
    }
    .footer-gray .footer_watch .weixin,.weibo{
        width: 50%;
        text-align: center;
    }
    .footer-gray .footer_watch .weixin,.weibo span{
        padding-bottom: 20px!important;
        display: block;
    }
    .footer-gray .footer_box li{
        width: 50%;
        text-align: center;
    }
}
@media (max-width: 500px){
    .footer-gray .footer_logo{
        width: 100%;
        text-align: center;
    }
    .footer-gray .footer_menu{
        padding-top: 30px!important;
        width: 100%;
        padding:0;
    }

    .footer-gray .footer_watch{
        width: 100%;
        padding: 40px;
        margin-left: 0!important;
    }
    .footer-gray .footer_watch .weixin,.weibo{
        width: 100%;
    }
    .footer-gray .footer_watch .weixin,.weibo span{
        padding-bottom: 20px!important;
        display: block;
    }
    .footer-gray .footer_box li{
        width: 50%;
        text-align: center;
    }
}
/*#index .tile-inner.on{*/
    /*background-color: #dc0000;*/
/*}*/
/*#index .tile-inner.on h3,p,span{*/
    /*color: #fff;*/
/*}*/
/*#index .tile-inner.on .date{*/
    /*color:#fff;*/
/*}*/

/*首页部分结束*/
/*一级页头图*/
.head_img img{
    width: 100%;
}

/*一级页头图结束*/
    a.nav_menu {
        display: none;
    }
    .en-nav .main-nav .sub-nav>li.icon-down-nav>a{
    padding: 39px 15px!important;
    }
@media (max-width: 999px){
    .large .header-scrolling .main-nav .sub-nav>li.icon-down-nav>a, .large .light .main-nav .sub-nav>li.icon-down-nav>a {
        padding:25px 30px!important;
        color: #fff;
    }
    .large .main-nav .sub-nav>li.icon-down-nav>a {
        padding: 0;
    }
    a.nav_menu {
        display: block;
        padding-top: 22px;
        height: 60px;
        float: right;
        cursor: pointer;
        padding-right: 10px;
        font-size: 28px;
    }
    .main-nav .sub-nav{
        display: none;
    }
    .main-nav .sub-nav>li a:hover {
        background-color: #dc0000;
        color: #fff;
    }
}
/*移动端导航适配*/
@media (max-width: 999px){
    .main-nav .sub-nav {
        width: 240px!important;
        right: -35px!important;
        background: rgba(0,0,0,.7)!important;
        top:70px;
        margin-right: -35px!important;
}
    .main-nav .sub-nav li a{
        padding: 10px 60px 10px 0!important;
    }
}


/*移动端导航适配结束*/
/*两个验证*/

.test_inner .test_title{
    padding:70px 0 ;
    font-size: 40px;
    text-align: center;
    color: #676767;
}
.test_inner .test_title span{
    border-bottom: 2px dashed #e99d9d;
}
.test_cont{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.test_cont .leader_head{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 120px;
    background-color: #f6f6f6;
    padding-bottom: 70px;
    display:none;
}
#found .found_info{
    margin-top: 80px;
}
#found .test_cont .leader_head{
    margin-top:0;
}
.test_cont .leader_head .staff_img_box{
    width: 240px;
    height: 240px;
    position: absolute;
    margin-top:-120px ;
    margin-left: -120px;
    left: 50%;
    top: 0;
    border-radius: 50%;
    border:8px solid #eee;
    overflow: hidden;
}
.test_cont .leader_head .staff_img_box img{
    width: 100%;
    text-align: center;
}
.test_cont .leader_head p{
    padding-top: 150px;
    font-size: 24px;
    line-height: 36px;
    color: #4c4c4c;
}
.test_cont .test_form{
    width: 100%;
    height: 300px;
    padding: 50px 0;
    background-color: #b2b2b2;
    position: relative;
}
.test_cont .test_form:after{
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #b2b2b2;
    content: "";
    height: 0;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 0;
}
.test_cont .test_form p{
    width: 419px;
    margin: 0 auto;
    height: 38px;
}
.test_cont .test_form label{
    color: #fff;
    font-size: 24px;
    width: 134px;
    text-align: right;
    display: block;
    float: left;
}
.test_cont .test_form input{
    height: 38px;
    font-size: 16px;
    padding-left: 40px;
    display: block;
    float: left;
}
.test_cont .test_form img{
    top: 2px;
    right: 0;
    height: 38px;
    width: 90px;
    position: absolute;
}
.test_cont .test_form .button{

    display: block;
    margin: 50px auto 0;
    width: 190px;
    height: 40px;
    background-color: #dc0000;
    color: #fff;
    text-align: center;
    line-height: 40px;

}
.tiles-module .image-wrapper img{
    object-fit: cover;
}
@media (min-width:1280px ) {
    .tiles-module .tile-2x1 img {
        width: 100%;
        height: 410px;
        object-fit: cover;
    }
}
@media (max-width: 1029px) and (min-width: 1020px){
    .large .header-scrolling .main-nav .sub-nav>li.icon-down-nav>a, .large .light .main-nav .sub-nav>li.icon-down-nav>a {
        padding: 39px 20px!important;
    }
}
@media (max-width: 399px) and (min-width: 370px){
    .main-nav .sub-nav {
        top: 10px !important;
    }
    .large .header-scrolling .main-nav .sub-nav>li.icon-down-nav>a, .large .light .main-nav .sub-nav>li.icon-down-nav>a {
        padding:15px 20px!important;
    }
}
@media (max-width: 370px){
    .main-nav .sub-nav {
        top: 0!important;
    }
    .large .header-scrolling .main-nav .sub-nav>li.icon-down-nav>a, .large .light .main-nav .sub-nav>li.icon-down-nav>a {
        padding:10px 20px!important;
    }
}

/*移动端适配*/
.test_cont .test_form .input1{
    width: 280px;
}
.test_cont .test_form .input2{
    width: 189px;
}
@media (max-width: 599px){
    .test_inner .test_title {
        padding: 40px 0;
    }
    .test_inner .team_close{
        right: 0!important;
    }
    .test_cont .test_form label{
        width: 100px;
        font-size: 18px;
    }
    .test_cont .test_form .input1{
        width: 240px;
        padding-left: 20px;
    }
    .test_cont .test_form .input2{
        width: 160px;
    }
    .test_cont .test_form img{
        left: 267px;
        width: 80px;
        right: auto;
    }
}
@media (max-width: 350px) {
    .test_cont .test_form .input1{
        width: 200px;
        padding-left: 2px;
    }
    .test_cont .test_form .input2{
        width: 130px;
    }
    .test_cont .test_form img{
        left: 236px;
        width: 70px;
        right: auto;
    }
}

/*两个验证结束*/
/*首页视频*/
.ideas-hero-video-bg .video-js video{
    display: block;
}
.ideas-hero-video-bg .video-js img{
    display: none;

}
@media (max-width: 1024px){
    .ideas-hero-video-bg .video-js video{
        display: none;
    }
    .ideas-hero-video-bg .video-js img{
        display: block;

    }
}
/*首页视频结束*/

/*header调整*/
.sub-nav>li.icon-down-nav>a.on{
    display:none;
}
@media (max-width: 999px){
    .sub-nav>li.icon-down-nav>a.on{
        display: block;
    }
}
@media (max-width:1200px){
    .hero.-ideas .ideas-hero-video-bg {
        min-width: 600px!important;

    }
    .hero .inner{
        padding: 5em 0!important;
        opacity: 0!important;
    }
    .hero.-ideas .ideas-hero-video-bg:after{
        background:none!important;
    }
}
@media (max-width:400px) and (min-width:321px) {
    .hero.-ideas .ideas-hero-video-bg {
        min-width: 550px!important;

    }
    .hero .inner{
        padding: 3em 0!important;
        opacity: 0!important;
        min-height: 240px!important;

    }

}
@media (max-width:321px) {
    .hero.-ideas .ideas-hero-video-bg {
        min-width: 500px!important;

    }
    .hero .inner{
        padding: 3em 0!important;
        opacity: 0!important;
        min-height: 240px!important;

    }
    .hero, .hero .inner{
        min-height: 270px!important;

    }

}

/*header调整*/