﻿.page{

}

.unique{
    text-align:  center;
    font-size: .8rem;
    font-weight: bold;
}
.middle_mode{
    position: relative;
}

.middle_mode_a{
    position: relative;
    padding: 0;
    width: 100%;
    /*height: 100vh!important;*/
    /*background: url(../images/about_banner.jpg) transparent no-repeat scroll 50% 50% / cover;*/
    background: url(../images/index_banner.jpg) no-repeat center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/index_banner.jpg',
            sizingMethod='scale');
}
.middle_title{
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 13%;
    font-weight: normal;
}
.down_icon{
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    bottom: 2.5%;
    cursor: pointer;
	
}
.point{
    width: 100%;
}
.point_list{
    overflow: hidden;
	display: flex;
    justify-content: space-around;
	width: 90%;
	margin: 0 auto;
	margin-top: 2rem;
}
.point_case1{
    background: url("../images/case1.jpg") no-repeat center;
    background-size: cover;
}
.point_case2{
    background: url("../images/case2.jpg") no-repeat center;
    background-size: cover;
}
.point_case3{
    background: url("../images/case3.jpg") no-repeat center;
    background-size: cover;
}
.point_list li{
    float: left;
    width: 28%;
    height: 420px;
    position: relative;
  /*  background: url("../images/case1.jpg");
    background-size: cover;*/
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.contactUs{
    background: url("../images/contact_bg.jpg") no-repeat;
    height: 520px;
    width: 90%;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 5%;
}

.contact_tent h3{
    font-size: 42px;
    line-height: 46px;
    text-align: left;
    /*padding-top: 124px;*/
    margin-bottom: 15px;
    color: #ff1a36;
    font-weight: bold;
}
.contact_address_btn{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}

.showed_mobile{
    display: none;
}
.showed_pc{
    display: block;
}
.contact_tent{
    max-width: 2000px;
    height: 298px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:50%;
    text-align: center;
    margin-top: -149px;
}
.contact_tent .contact_tent_mode{
    float: left;
    width: 40%;
    margin: 0px 6.3%;
}
.foot_nav{
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin: 0 auto;
    font-size: 18px;
    height: 1rem;
}




.contact_tent .contact_tent_mode:nth-child(1){
    margin-left: 0 !important;
}
.contact_tent .contact_tent_mode:nth-child(2){
    margin-right: 0 !important;
}
.white_hr{
    float: left;
    width: 2px;
    height: 320px;
    background-color: #ffffff;
}
.contact_tent_mode:last-child{
    margin-right: 0 !important;
}
.contact_address{
    font-size: 18px;
    line-height: 55px;
    color: #ffffff;
    text-align: left;
    
}


.contact_email{
    margin-top: 5px;
}
.contact_tent a{
    display: inline-block;
    width: 140px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    line-height: 58px\0;
    background-color: #ff1a36;
    color: #ffffff;
    font-size: 18px;
    margin-right: 40px;
    font-style: normal;
}
.contact_mark{
    position: relative;
    line-height: 48px;
    margin-top: 35px;
    clear: left;
}
.contact_tent_out{
    overflow: hidden;
}
@media screen and (max-width: 1600px) {
    .point_list li {
        height: 380px !important;
    }
    .tentText1{
        background-color: #ffffff;
        padding: 180px 0 !important;
    }
}
@media screen and (max-width: 1500px) {
	.map{
		width:350px !important;
	}
	.contact_address{
		line-height:32px !important;
	}
	.contact_tent{
		margin-top: -139px !important;
	}
	.contactUs{
		height:450px !important;
	}
	.white_hr{
		height:250px !important;
	}
	.point_list li {
        height: 340px !important;
    }
}
@media screen and (max-width: 1366px) {
    .tentText1{
        background-color: #ffffff;
        padding: 150px 0 !important;
    }
	.point_list li {
        height: 310px !important;
    }
}
@media screen and (max-width: 1280px) {
    .case_list{
        width: 50% !important;
    }
    .cooperation li{
        float: left;
        width: 16.667% !important;
    }
    .point_list li {
        height: 290px !important;
    }
    .tentText1{
        background-color: #ffffff;
        padding: 140px 0 !important;
    }
	.contact_address{
		line-height:25px !important;
	}
	.contactUs{
		height:400px !important;
	}
	.white_hr{
		height:250px !important;
	}
	.contact_tent{
		margin-top: -119px !important;
	}
	.map {
		width: 300px !important;
		margin-top: .3rem !important;
	}
}
@media screen and (max-width: 979px) {
    .point_list li {
		    height: 230px !important;
    }
    .tentText1{
        background-color: #ffffff;
        padding: 110px 0 !important;
    }
	.map {
		width: 260px !important;
	}
	.contact_address_btn {
		margin-top: 20px !important;
	}
	.contact_address {
    font-size: 16px !important;
	}
	.contact_tent_mode{
		margin-top:25px !important;
	}
	
}


@media screen and (max-width: 768px) {
	.point_list{
		width:100% !important;
	}
	
	.map {
    width: 450px !important;
}
.contactUs{
	height:15rem !important;
}
.contact_address{
	font-size:13px !important;
}
    .foot_nav{
        width: 80%;
    line-height: 1rem;
    }
    
    .white_hr{
        display: none;
    }
    .point_list li{
        width: 100%;
        /*height: 500px;*/
    }
    .case_list{
        width: 100% !important;
    }
    .page_mobile .cooperation li{
        float: left;
        width: 22% !important;
        background-size: contain;
        margin-right: 4%;
        margin-bottom: 0rem;
        height: 1.2rem;
        line-height: 1.2rem
    }
    .page_mobile .cooperation li:nth-child(4n){
        margin-right: 0 !important;
    }
    .down_icon{
        bottom: 2.5%;
        width: 0.773rem !important;
    }
    .middle_title{
        font-size: 0.613rem !important;
        bottom: 13% !important;
    }
    .point_list li a h3{
        font-size: 0.48rem !important;
        height: 0.8rem !important;
        line-height: 0.8rem !important;
        margin-bottom: 0.186rem !important;
    }
    .point_list li a .cover_hideText{
        font-size: 0.32rem !important;
        line-height: 0.453rem !important;
    }
    .tentText1{
        padding: 2.73rem 0 !important;
    }
    .normalText{
        width: 75% !important;
        font-size: 0.4rem !important;
        line-height: 0.533rem !important;
        
    }
    .case_mobile .flyInTop,.case_mobile .flyInLeft,.case_mobile .flyInRight,.case_mobile .flyInBottom{
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    .case_mobile .cover_black{
        background: rgba(0,0,0,0.5) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)\9;
    }
    .case_mobile .cover_title2{
        font-size: 0.48rem;
        line-height: 0.48rem;
    }
    .case_mobile .cover_title3{
        font-size: 0.32rem;
        line-height: 0.32rem;
    }
    .case_mobile .text_mode .red_hr{
        height: 0.04rem;
        width: 0.8rem;
        margin: 0 auto;
        margin-top: 0.186rem;
        margin-bottom: 0.24rem;
    }
    .case_mobile .case_en_title{
        font-size: 0.186rem !important;
        line-height: 0.32rem !important;
    }
    .showed_mobile{
        display: block;
    }
    .showed_pc{
        display: none;
    }
    .page_mobile .case_appear h3{
        font-size: 0.613rem;
        padding: 1.46rem 0 0.466rem 0;
    }
    .page_mobile .case_tent h3{
        font-size: 0.48rem;
        letter-spacing: 0.12rem;
    }
    .point_case1,point_case2,point_case3{
        background: none !important;
        background-size: cover;
    }
    .point_list li {
        height: auto !important;
    }
    .point_caseImg{
        width: 100%;
        display: block;
    }
    .page_mobile .cooperation{
        width: 80%;
        margin: 0 auto;
    }
    .page_mobile .case_appear{
        margin-bottom: 1.46rem;
    }
    .contactUs{
        background: url("../images/contact_bg_mobile.jpg") no-repeat;
        height: 18rem !important;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        margin: 0% !important;
    }
    .page_mobile .contact_tent{
        width: 92%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: inherit;
        bottom: 1.066rem;
        text-align: center;
    }
    .page_mobile .contact_tent h3 {
        font-size: 0.48rem;
        line-height: 0.48rem;
        text-align: center;
        padding-top: 1rem;
        margin-bottom: 0.5rem;
        color: #ffffff;
    }
    .contact_address {
        font-size: 0.35rem;
        line-height: 0.56rem;
    }
    .contact_mark{
        display: none;
    }
    .page_mobile .contact_cover{
        display: block;
        background: none;
        height: auto;
    }
    .page_mobile .business_cover{
        display: block !important;
    }
    .page_mobile .cooper_middle {
        width: 100%;
        margin: 0 auto;
    }
    .contact_cover .close_btn{
        visibility: hidden;
    }
    .page_mobile .cooper_title {
        font-size: 0.48rem;
        color: #ffffff;
        margin-top: 0.8rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .page_mobile .develop_list {
        width: 100%;
        margin: 0 auto;
        margin-top: 1rem;
        text-align: center;
    }
    .contact_cover{

    }
    .page_mobile .develop_cover {
        top: inherit;
        bottom: 5.2rem;
    }
    .page_mobile .develop_list li {
        float: none;
        margin-right: 1rem;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        width:2rem;
    }
    .page_mobile .develop_list li p {
        height: 1.33rem;
        margin-bottom: 0.8rem;
    }
    .page_mobile .develop_list li p img{

    }
    .page_mobile .develop_list li:nth-child(1) p img{
        width: 1.33rem;
    }
    .page_mobile .develop_list li:nth-child(2) p img{
        width: 1.6rem;
    }
    .page_mobile .develop_list li:nth-child(3) p img{
        width: 1.06rem;
    }
    .page_mobile .develop_list li a {
        display: block;
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #ffffff;
    }
    .page_mobile .develop_list li  .arrow {
        font-size: 0.55rem;
        padding-left: 0.06rem;
    }
    .page_mobile .cooper_mode{
        width: 8.69rem;
        height: 1.12rem;
        border: 0.02rem solid #ffffff;
        position: relative;
        float: left;
        margin: 0 auto;
        margin-left: 0.6rem;
        margin-bottom: 0.66rem;
        z-index: 1;
    }
    .page_mobile .cooper_email input, .page_mobile .cooper_type input {
        width: 6rem;
    }
    .page_mobile .cooper_mode input {
        font-size: 0.32rem;
        margin-left: 0.266rem;
    }
    .page_mobile .cooper_mode span {
        font-size: 0.32rem;
        color: #ffffff;
        float: left;
        margin-top: 0.3rem;
        margin-left: 0.64rem;
    }
    .page_mobile .xiala_icon {
        position: absolute;
        right: 0.4rem;
        top: 0.2rem;
        width: 0.386rem;
        height: 0.2rem;
    }
    .page_mobile .xiala_list {
        top: 1.2rem;
    }
    .page_mobile .xiala_list li {
        font-size: 0.32rem;
        height: 1.12rem;
        line-height: 1.12rem;
    }
    .page_mobile .leaving {
        width: 5.93rem;
        height: 1.17rem;
        line-height: 1.17rem;
        font-size: 0.32rem;
        position: absolute;
        bottom: -2rem;
        left: 0;
        right: 0;
    }
    .page_mobile .lagou{
        width: 1.33333rem;
        height:1.33333rem;
        display: inline-block;
        background: url("../images/lagou_icon.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
    }
    .page_mobile .qiancheng{
        width: 1.58rem;
        height: 0.666rem;
        margin-top: 0.346rem;
        display: inline-block;
        background: url("../images/qiancheng_icon.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
    }
    .page_mobile .boss_icon{
        width: 1.04rem;
        height: 1.04rem;
        display: inline-block;
        background: url("../images/boss_icon.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
    }

}
.case_en_title{
    font-size: 14px;
}
.point_list li a{
    display: block;
}

.cover_hide{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)\9;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1;
    opacity: 0.7 \0;
}
.point_list li a:hover .cover_hide{
    background: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000,endColorstr=#E5000000)\9;
}
.point_list li a:hover .cate_font{
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
.point_list li a h3{
    font-size: 30px;
    color: #ff1a36;
    text-align: center;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;

}
.point_list li a .cover_hideText{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    width: 60%;
    margin: 0 auto;
    display: block;
    line-height: 28px;
    font-weight: lighter;
}

.tentText1{
    background-color: #ffffff;
    padding: 150px 0;
}


.normalText{
    font-size: 28px;
    line-height: 40px;
    color: #FE1A36 !important;
    margin: 0 auto;
    max-width: 900px;
    width: 86%;
    text-align: center;
}
.normalText b{
    color: #000 !important;
}
.text_mode{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
    height:auto;
    margin-top: 0;
    margin-left: 0;
}
.case_mode{
    overflow: hidden;
    position: relative;
}
.case_list{
    float: left;
    width: 33.333%;
    position: relative;
    overflow: hidden;
}
.case_list img{
    display: block;
    width:100%;
}
.cover_title1{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.cover_title2{
	font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
	font-family: Sim Hei;
	width: 90%;
    margin: 0 auto;
}
.flyInTop{
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.flyInLeft{
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.cate_font{
	opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.flyInRight{
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.flyInBottom{
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.case_list:hover .flyInTop,.case_list:hover .flyInLeft,.case_list:hover .flyInRight,.case_list:hover .flyInBottom{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.case_list:hover .cover_black{
    background: rgba(255,0,0,0.7) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)\9;
}
.cover_wai{
    display: block;
    width:100%;
    height:100%;
}
.case_tent{
    background-color: #FF1B36;
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}
.case_middle{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.case_tent h3{
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;

}
.case_tent p{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}
.cover_black{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;

}
.cover_title3{
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
}
.text_mode .red_hr{
    height: 3px;
    width: 61px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 18px;
   background-color: #FFF;
    background-size: cover;
}
.case_appear{
    position: relative;
    text-align: center;
    margin-bottom: 76px;
}
.case_appear h3{
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    padding: 100px 0 ;
    color: #FF1B36;
}

.case_appear h3 b{
    color: #000 !important;
}
.cooperation{
    overflow: hidden;
    text-align: center;
    max-width: 1270px;
    width: 90%;
    margin: 0 auto;
}
.cooperation li{
    float: left;
    width: 20%;
    /*background-color: #FF1B36;*/
    height: 70px;
    font-size: 30px;
    color: #ffffff;
    line-height: 55px;
    margin-bottom: 20px;
    background-size: contain;
}
.contact_cover{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)\9;
    display: none;
    opacity: 0.7 \0;
}
.contact_cover .close_btn{
    opacity: 1;
    filter:alpha(opacity:100);
}
.cooper_middle{
    width: 700px;
    margin: 0 auto;
}
.develop_cover{

}
.cooper_title{
    font-size: 30px;
    color: #ffffff;
    margin-top: 87px;
    text-align: center;
    margin-bottom: 25px;
}
.develop_list{
    width: 700px;
    margin: 0 auto;
    margin-top: 90px;
}
.lagou{
    width: 100px;
    height:100px;
    display: inline-block;
    background: url("../images/lagou_icon.png") no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/lagou_icon.png',
            sizingMethod='scale');
    background-position: 0 0;
}
.qiancheng{
    width: 119px;
    height: 50px;
    margin-top: 26px;
    display: inline-block;
    background: url("../images/qiancheng_icon.png") no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/qiancheng_icon.png',
            sizingMethod='scale');
    background-position: 0 0;
}
.boss_icon{
    width: 78px;
    height: 78px;
    display: inline-block;
    background: url("../images/boss_icon.png") no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/boss_icon.png',
            sizingMethod='scale');
    background-position: 0 0;
}
.develop_list li{
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 125px;
}
.develop_list li:last-child{
    margin-right: 0px !important;
}
.develop_list li a{
    text-align: center;
}
.develop_list li:hover a{
    color: #ff1a36;
}
.develop_list li:hover p .lagou{
    background-position: 0 100%;
}
.develop_list li:hover p .qiancheng{
    background-position: 0 100%;
}
.develop_list li:hover p .boss_icon{
    background-position: 0 100%;
}
.develop_list li p{
    height: 100px;
    margin-bottom: 60px;
    text-align: center;
}
.develop_list li i{
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}
.develop_list li  .arrow{
    font-size: 36px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.develop_list li a{
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}
.cooper_mode{
    width: 340px;
    height: 55px;
    border-bottom: 2px solid #ff1a36;
    position: relative;
    float: left;
    margin-bottom: 15px;
    z-index: 1;
}
.cooper_mode span{
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-top: 12px;
    margin-top: 16px\0;
}
.cooper_email,.cooper_type{
    width: 100%;
}
.cooper_email input,.cooper_type input{
    width: 630px;
}

.cooper_mode input{
    font-size: 18px;
    color: #ffffff;
    border: none;
    background: none;
    float: left;
    height: 87%;
    /* margin-top: 13px; */
    margin-left: 30px;
    line-height: 100%;
/*    font-style: italic;*/
    outline: none;
}
.cooper_phone{
    margin-left: 20px;
}
.xiala_icon{
    position: absolute;
    right: 18px;
    top: 15px;
    width: 29px;
    height: 15px;
    background: url("../images/down_icon.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.leaving{
    width: 140px;
    height: 48px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    line-height: 58px\0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #ff1a36;
    margin-top: 15px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
}
.xiala_iconac{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg); 	/* IE 9 */
    -moz-transform:rotate(-180deg); 	/* Firefox */
    -webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
    -o-transform:rotate(-180deg);
}
.xiala_list{
    width: 100%;
    position: absolute;
    top: 57px;
    display: none;
}
.xiala_list li{
    font-size: 18px;
    color: #adadad;
    line-height: 55px;
    background:rgba(51,51,51,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333)\9;
    padding-left: 16px;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}
.xiala_list li:hover{
    color: #ffffff;
}
.xiala_list .xiala_last{
    border-bottom:none;
}
.cooper1{
    background: url("../images/sanxing_icon.png") no-repeat center;
}
.cooper2{
    background: url("../images/huaiwei_icon.png") no-repeat center;
}
.cooper3{
    background: url("../images/tengxun_icon.png") no-repeat center;
}
.cooper4{
    background: url("../images/vico_icon.png") no-repeat center;
}
.cooper5{
    background: url("../images/oppo_icon.png") no-repeat center;
}
.cooper6{
    background: url("../images/honor_icon.png") no-repeat center;
}
.cooper7{
    background: url("../images/nubiya_icon.png") no-repeat center;
}
.cooper8{
    background: url("../images/gionee_icon.png") no-repeat center;
}
.cooper9{
    background: url("../images/fangtai.png") no-repeat center;
}
.cooper10{
    background: url("../images/pingan_icon.png") no-repeat center;
}
.cooper11{
    background: url("../images/hengda_icon.png") no-repeat center;
}
.cooper12{
    background: url("../images/zhaolian_icon.png") no-repeat center;
}
.cooper13{
    background: url("../images/feidai_icon.png") no-repeat center;
}
.cooper14{
    background: url("../images/guangfa_icon.png") no-repeat center;
}
.cooper15{
    background: url("../images/ub_icon.png") no-repeat center;
}
.cooper16{
    background: url("../images/anker_icon.png") no-repeat center;
}
.cooper17{
    background: url("../images/baofeng_icon.png") no-repeat center;
}
.cooper18{
    background: url("../images/huarun.png") no-repeat center;
}
.cooper19{
    background: url("../images/yihai_icon.png") no-repeat center;
}
.cooper20{
    background: url("../images/guomei_icon.png") no-repeat center;
}
.cooper21{
    background: url("../images/anjier_icon.png") no-repeat center;
}
.cooper22{
    background: url("../images/meidi_icon.png") no-repeat center;
}
.cooper23{
    background: url("../images/hanhou_icon.png") no-repeat center;
}
.cooper24{
    background: url("../images/mairui_icon.png") no-repeat center;
}


.bounce {-moz-animation: bounce 3s infinite;-webkit-animation: bounce 3s infinite;animation: bounce 3s infinite;}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}