@charset "utf-8";
*{
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    box-sizing:border-box;
}
html{
    background-color: #fff;
}
body{
	/*max-width: 2048px;*/
	max-height: 1220px;
}
/*nav*/
.nav {
    width: 100%;
	height: 115px;
    margin: 0 auto;
    zoom: 1;
    height: 115px;
    padding-top: 28px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.menu{
    width:100%;
    padding: 0 40px;
    margin: 0 auto;
	/*display: -moz-box;
    display: -webkit-box;
    display: box;*/
}
.logo {
    /*width: 139px;
    height: 78px;*/
    width: 8%;
    float: left;
}
#nav{
    position: relative;
   /* width: 810px;*/
    height: 52px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    float: right;
    z-index: 10001;
}
#nav > ul > li {
    float: left;
    position: relative;
    margin-right: 10px;
}
#nav > ul > li a {
    display: block;
    width: 120px;
    height: 52px;
    line-height: 52px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#nav ul li a:hover{
    background-color: #E27F1F;
    color: #fff;
    border-radius: 50px;
}
#nav > ul > li.current > a{
    background-color: #E27F1F;
    color: #fff;
    border-radius: 50px;
}
#nav ul li ul {
    display: none;
    z-index: 1001;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    -moz-box-shadow: #ccc 0px 0px 5px;
    margin-top: 5px;
    padding: 5px 0;
}
#nav ul li ul li a{
    color: #000;
    display: block;
    width: 115px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 16px;
	font-weight: normal;
}
/*lunbo*/
/*---- banner ---*/
.swiper-container {
    height:auto;
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:5;
    background:#F8F8F8;
}
.swiper-wrapper {
    position: relative;
    z-index:10;
}
.swiper-slide {
    position:relative;
    text-align:center;
    float:left;
}
.swiper-slide > a{
    position:relative;
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
}
.swiper-slide > img{
    width:100%;
    height:100%;
    position:relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2%;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 2%;
    width: 100%;
	z-index: 999;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
	opacity: 1;
}
.swiper-active-switch {
    border: 2px solid #fff;
	background: inherit;
	opacity: 1;
}
.copyright{
    width: 100%;
    height: 72px;
    line-height: 72px;
    background-color: #1B1B1B;
    padding: 0 40px;
	position: absolute;
    left: 0;
    bottom: -72px;
    z-index: 999;
}
.copyright p{
    color: #fff;
    font-size: 14px;
    float: left;
}
.copyright .media{
    float: right;
    width: 100px;
    height: 72px;
}
.wechat{
    width: 30px;
    height: 24px;
    margin: 24px 0 0 20px;
    float: right;
    position: relative;
}
.chat_ewm{
    width: 90px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: -37px;
    top: -100px;
    z-index: 20;
}
.chat_ewm img{
    margin: 5px auto 0;
}
a.slide_btn{
    display: block;
    width: 190px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    font-size: 15px;
}
.sersub_box{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56%;
}
.sersub_box ul li{
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.sersub_box ul li h5{
    width: 50%;
    height: 100px;
    margin: 50% 0 0 30%;
    border-left: 4px solid #E4862B;
    padding-left: 10px;
}
.sersub_box ul li.sub_relation h5{
    margin: 75% 0 0 40%;
}
.sersub_box ul li h5 p{
    color: #DDDCD8;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}
.sersub_box ul li:hover h5 p{
    color: #fff;
}
.sersub_box ul li > a{
	display: block;
}
.sersub_box ul li a.btn_go{
    display: none;
    width: 100%;
    margin-top: 20px;
    height: 30px;
}
.btn_go img{
    width: 30px;
    height: 30px;
    float: left;
}
.btn_go span{
    float: left;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
}
.sersub_box ul li:hover a.btn_go{
	display: block;
}
.sersub_box ul li.sub_number{
    background: url("../images/service01.png") no-repeat left top;
	background-size: 100% auto;
    -webkit-transform:skew(-0.5deg);
    -moz-transform:skew(-0.5deg);
    -o-transform:skew(-0.5deg);
    -ms-transform:skew(-0.5deg);
    transform:skew(-0.5deg);
    left: -2.6%;
    width: 44.8%;
    transition: all 0.5s linear;
}
.sersub_box ul li.sub_number:hover{
    transform: scale(1.1);
    z-index: 1;
}
.sersub_box ul li.sub_school{
    background: url("../images/service02.png") no-repeat left top;
	background-size: 100% auto;
    -webkit-transform:skew(-0.2deg);
    -moz-transform:skew(-0.2deg);
    -o-transform:skew(-0.2deg);
    -ms-transform:skew(-0.2deg);
    transform:skew(-0.2deg);
    left: 33.8%;
    width: 43.8%;
    transition: all 0.5s linear;
}
.sersub_box ul li.sub_school:hover{
    transform: scale(1.12);
    z-index: 1;
}
.sersub_box ul li.sub_relation{
    background: url("../images/service03.png") no-repeat left top;
	background-size: 100% auto;
    right: 0;
    width: 31%;
    transition: all 0.5s linear;
}
.sersub_box ul li.sub_relation:hover{
    transform: scale(1.14);
    z-index: 1;
}
.newsub_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 52.8%;
}
.newsub_box ul li{
    width: 44%;
    float: left;
    transition: all 0.5s linear;
}
.newsub_box ul li.new_b{
    width: 53.5%;
}
.newsub_box ul li.new_d{
    width: 48.9%;
}
.newsub_box ul li.new_a{
	margin-top: 0.4%;
}
.newsub_box ul li.new_b{
    margin: 0.4% 1% 0 0.8%;
}
.newsub_box ul li.new_c{
    background: url("../images/five04.png.jpeg") no-repeat left top;
    background-size: 100%;
    margin-top: 1%;
}
.newsub_box ul li.new_d{
    background: url("../images/five02.png") no-repeat left top;
    background-size: 100%;
    margin: 1% 1% 0 0.8%;
}
.newsub_box ul li:hover{
    transform: scale(1.05);
    z-index: 999;
}
.newsub_box ul li > img{
    height: 70px;
	width: auto;
    display: block;
	margin: 30% auto 0;
}
.newsub_box ul li.new_a > img{
    margin: 35% auto 0;
}
.newsub_box ul li:hover > img{
    display: none;
}
.newsub_box ul li:hover .new_info{
    display: block;
}
.new_a .new_info{
    margin-top: 30%;
}
.new_b .new_info{
    margin-top: 24%;
}
.new_c .new_info{
    margin-top: 30%;
}
.new_d .new_info{
    margin-top: 24%;
}
.new_info{
    color: #fff;
    text-align: left;
    padding-left: 20%;
    display: none;
}
.new_info h1{
    font-size: 30px;
	color: #fff;
}
.new_info h2{
    font-size: 35px;
	color: #fff;
}
.new_info h3{
    font-size: 25px;
    margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	width:80%;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #fff;
}
/***合作品牌动画begin***/
.balloon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.balloon > ul li{
    position: absolute;
    cursor: pointer;
    transition: all 0.5s linear;
}
.balloon > ul li.odd{
	-webkit-animation: balloon1 4s ease-in-out infinite;
	-moz-animation: balloon1 4s ease-in-out infinite;
	-o-animation: balloon1 4s ease-in-out infinite;
	animation: balloon1 4s ease-in-out infinite;
}
@-webkit-keyframes balloon1 {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes balloon1 {
	0%, 100% {
		-moz-transform: translateY(0);
	}
	50% {
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes balloon1 {
	0%, 100% {
		-o-transform: translateY(0);
	}
	50% {
		-o-transform: translateY(-20px);
	}
}
@keyframes balloon1 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
.balloon > ul li.even{
	-webkit-animation: balloon2 4s ease-in-out infinite;
	-moz-animation: balloon2 4s ease-in-out infinite;
	-o-animation: balloon2 4s ease-in-out infinite;
	animation: balloon2 4s ease-in-out infinite;
}
@-webkit-keyframes balloon2 {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20px);
	}
}
@-moz-keyframes balloon2 {
	0%, 100% {
		-moz-transform: translateY(0);
	}
	50% {
		-moz-transform: translateY(20px);
	}
}
@-o-keyframes balloon2 {
	0%, 100% {
		-o-transform: translateY(0);
	}
	50% {
		-o-transform: translateY(20px);
	}
}
@keyframes balloon2 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
}
.balloon > ul li .mask{
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.balloon > ul li:hover .mask{
    background-color: rgba(0,0,0,0);
	z-index: 10;
}
.balloon > ul li img{
    width: 100%;
    height: 100%;
}
.balloon > ul li.icon_ad {
    -webkit-animation: balloon .5s forwards;
    -moz-animation: balloon .5s forwards;
    -o-animation: balloon .5s forwards;
    animation: balloon .5s forwards;
}  
/*BALLOON 1 4*/
@-webkit-keyframes balloon {
    0%{
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes balloon {
    0%{
        -moz-transform: scale(1);
    }
    100%{
        -moz-transform: scale(1.5);
    }
}
@-o-keyframes balloon {
    0%{
        -o-transform: scale(1);
    }
    100%{
        -o-transform: scale(1.5);
    }
}
@keyframes balloon {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.5);
    }
}

.btn_info{
	display: block;
    width: 190px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.ba_about{
	width: 55%;
	margin: 11% 0 0 10%;
}
.ba_about img{
	width: 100%;
	height: auto;
}
a.btn_about{
	margin: 5% 0 0 0;
}
.ba_case{
	width: 27%;
	margin: 20% auto 0;
}
.ba_case img{
	width: 100%;
	height: auto;
}
a.btn_client{
	margin: 9% auto 0;
}
.ba_ser{
	width: 28%;
	height: auto;
	margin: 12% 0 0 10%;
}
.ba_ser img{
	width: 100%;
	height: auto;
}
a.btn_service{
	color: #fff;
    border: 1px solid #fff;
	margin-top: 9%;
    margin-left: 32%;
}

.ba_honor{
	width: 30%;
	height: auto;
	margin: 12% 0 0 60%;
}
.ba_honor img{
	width: 100%;
	height: auto;
}
a.btn_honor{
	margin: 7% 0 0 67%;
}

.ba_news{
	width: 22%;
	height: auto;
	margin: 12% 0 0 66%;
}
.ba_news img{
	width: 100%;
	height: auto;
}
a.btn_news{
	margin: 5% 0 0 44%;
}

/***合作品牌动画begin***/


/*公司动态*/
.banner{
    position: relative;
}
.banner .nav{
    position: absolute;
    left: 0;
    top: 0;
}
.banner img{
    width: 100%;
}
.news_box{
    width: 960px;
    margin: 0 auto 120px;
}
.title{
    margin-bottom: 60px;
}
.title h1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.title p{
    font-size: 20px;
    color: #999;
    font-size: 15px;
}
.content{
}
.newslist{
    width: 620px;
    float: left;
    margin-top: 130px;
}
.newshot{
    width: 250px;
    float: right;
    margin-top: 250px;
}
.newsli{
    height: 153px;
    margin-bottom: 50px;
}
.newsimg{
    width: 247px;
    height: 126px;
    float: left;
    position: relative;
	overflow: hidden;
}
.newsimg img{
    width: 100%;
}
.newsimg .date{
    width: 57px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: 0;
    background-color: #E17E1F;
    color: #fff;
    text-align: center;
}
.newsimg .date h2{
    font-weight: bold;
    font-size: 25px;
}
.newsimg .date p{
    font-size: 10px;
    margin-top: 2px;
}
.newstxt{
    width: 345px;
    float: right;
}
.newstxt h4{
    font-weight: bold;
    font-size: 17px;
    color: #434343;
    width: 345px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newstxt h4 a{
	font-weight: bold;
    font-size: 17px;
    color: #434343;
}
.newstxt .text{
    margin-top: 10px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.newstxt .text p{
    color: #6f6f6f;
    font-size: 14px;
    line-height: 20px;
}
.newstxt > a{
    display: block;
    width: 87px;
    height: 29px;
    border: 1px solid #9B9B9B;
    line-height: 29px;
    text-align: center;
    border-radius: 5px;
    color: #434343;
    font-size: 14px;
    margin-top: 9px;
}
.page{
    width: 318px;
    height: 32px;
    margin: 0 auto;
}
.page a{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.page a img{
    margin: 12px auto 0;
}
.page a.current, .page a:hover{
    background-color: #FF6600;
    border-radius: 100%;
    color: #fff;
}
.page a.prev:hover, .page a.next:hover{
    background-color: inherit;
    color: #666;
}
.search{
    width: 250px;
    height: 55px;
    position: relative;
}
.search input{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #2D2D2D;
    border-radius: 5px;
    font-size: 20px;
    padding: 0 30px 0 25px;
}
.search button{
    display: block;
    width: 35px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: none;
}
.search button img{
    width: 18px;
    height: 18px;
    margin: 0 auto;
}
.newstitle{
    height: 25px;
    line-height: 25px;
    margin: 60px 0 40px 0;
}
.newstitle h5{
    float: left;
    font-size: 18px;
}
.newstitle p{
    display: block;
    float: right;
    display: block;
    width: 169px;
    height: 2px;
    background-color: #E17E1F;
    margin-top: 12px;
}
.newsedli ul li{
    margin-top: 30px;
}
.newsedli ul li a{
    display: block;
    width: 100%;
    height: 71px;
}
.newsedli ul li a img{
    width: 91px;
    height: 59px;
    float: left;
}
.newsedli ul li a p{
    display: block;
    width: 150px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsType ul{
    padding-left: 10px;
}
.newsType ul li{
    margin-bottom: 15px;
    cursor: pointer;
}
.newsType ul li label{
    cursor: pointer;
}
.newsType ul li .radio{
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: url("../images/radio.png") no-repeat left top;
}
.newsType ul li:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.newsType ul li.active .radio{
    background: url("../images/radioChecked.png") no-repeat left top;
}
.newsType ul li .radio input{
    opacity: 0;
    display: block;
    width: 20px;
    height: 20px;
}
.newsType ul li span{
    display: block;
    float: left;
    margin: 0 0 0 10px;
    line-height: 20px;
    font-size: 15px;
}
.welTip a{
    display: inline-block;
    border: 1px solid #6F6F6F;
    color: #6F6F6F;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 25px;
    margin: 0 10px 15px 0;
}
.article_title h1{
    font-size: 30px;
    color: #373737;
    font-weight: bold;
}
.article_title p{
    font-size: 20px;
    color: #373737;
    font-weight: bold;
    margin-top: 15px;
}
.newslist article{
    margin-top: 35px;
}
.newslist article p{
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
    margin: 20px 0;
}
.newslist article h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.newslist article img{
    margin: 0;
	max-width: 100%;
	height: auto;
}
/*footer*/
.footerBox{
    width: 100%;
    height: 425px;
    background-color: #1B1B1B;
    color: #fff;
}
.footer{
    max-width: 1170px;
    height: 280px;
    margin: 0 auto;
}
.foot_tact{
    width: 320px;
    float: left;
    margin-top: 120px;
}
.foot_tact h6{
    font-size: 20px;
    margin-bottom: 45px;
}
.foot_tact p{
    font-size: 14px;
    line-height: 21px;
}
.footer .foot_logo{
    float: left;
    width: 175px;
   
    margin: 90px 0 0 185px;
}
.foot_ewm{
    margin-top: 120px;
    width: 215px;
    float: right;
}
.foot_ewm p{
    font-size: 20px;
    text-align: right;
}
.foot_ewm img{
    margin: 45px 0 0 25px;
    float: right;
}
.footerBox > p{
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 15px;
}
/*公司服务*/
.service_box{
    width: 100%;
}
.ser_school{
    width: 100%;
    height: 860px;
    background: url("../images/school_bg.png") no-repeat left top #fff;
    background-size: 100%;
    background-attachment: fixed;
    overflow: hidden;
}
.ser_relation{
    width: 100%;
    height: 630px;
    background: url("../images/relation_bg.png") no-repeat left top #000;
    background-size: 100%;
    background-attachment: fixed;
    overflow: hidden;
}
.ser_number{
    width: 100%;
    height: 860px;
    background: url("../images/number_bg.png") no-repeat left top #fff;
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow: hidden;
}
.ser_internet{
    width: 100%;
    height: 860px;
    background: url("../images/internet_bg.png") no-repeat left top #000;
    background-size: 100%;
    background-attachment: fixed;
    overflow: hidden;
}
.serviceLi{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.serviceLi h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.serviceLi > p{
    text-align: center;
    color: #A6A7AA;
    margin-top: 5px;
    margin-bottom: 40px;
}
.serviceLi h2{
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}
.serviceLi ul{
    margin: 60px 0 80px;
    width: 1030px;
}
.serviceLi ul li{
    width: 225px;
    float: left;
    margin-bottom: 40px;
}
.serviceLi ul li .icon{
    width: 117px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.serviceLi ul li .icon img{
	width: 100%;
}
.ser_school .icon img.active{
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 1px;
    opacity: 0;
}
.ser_relation .icon img.active{
    position: absolute;
    top: -6px;
    left: 0px;
    opacity: 0;
}
.ser_number .icon img.active{
    position: absolute;
    top: 3px;
    left: 0px;
    opacity: 0;
}
.ser_internet .icon img.active{
    position: absolute;
    top: 0px;
    left: 2px;
    opacity: 0;
}
.serviceLi ul li p{
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
.serviceLi h4{
    color: #898786;
    font-size: 20px;
    text-align: center;
}
.ser_relation .serviceLi h3, .ser_internet .serviceLi h3{
    color: #fff;
}
.ser_relation .serviceLi h2, .ser_internet .serviceLi h2{
    color: #fff;
}
.ser_relation .serviceLi ul li p, .ser_internet .serviceLi ul li p{
    color: #fff;
}
.ser_number .serviceLi ul{
    margin-left: -40px;
}
.ser_number .serviceLi ul li{
    margin-left: 85px;
}
.over{
    -webkit-animation: tive .5s 0s forwards;
    animation: tive .5s 0s forwards;
}
@-webkit-keyframes tive {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
@keyframes tive {
    0% {
        transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(1);
        opacity: 1;
    }
}
.out{
    -webkit-animation: notive .5s 0s forwards;
    animation: notive .5s 0s forwards;
}
@-webkit-keyframes notive {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
@keyframes notive {
    0% {
        transform:scale(1);
        opacity: 1;
    }
    100% {
        transform:scale(0);
        opacity: 0;
    }
}
/*about us*/
.about_company{
    width: 100%;
    height: 550px;
    background-color: #E07E1F;
}
.company_box{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.info_bg{
    width: 960px;
    /*height: 964px;*/
    background: url("../images/info_bg.png") no-repeat left top;
	background-size: 100%;
    position: absolute;
    left: 0;
    top: -434px;
}
.profile{
    width: 390px;
    height: 750px;
    margin: 80px 0 0 540px;
}
.profile h2{
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.profile p{
    color: #999;
    font-size: 13px;
}
.profile article{
    margin-top: 20px;
}
.profile article p{
    color: #666;
    font-size: 13px!important;
    line-height: 27px;
}
.honor_box{
    width: 100%;
    height: 386px;
    background-color: #E07E1F;
    overflow: hidden;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.honor{
    width: 960px;
    margin: 0 auto;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.honor h2, .case_title h2, .client_title h2, .culture h2{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.honor p, .case_title p, .client_title p, .culture p{
    color: #F0BF8F;
    text-align: center;
}
.honor_img{
    width: 1170px;
    height: 174px;
    overflow-x: auto;
    margin-top: 60px;
}
/* .content{
    width: 2160px;
}
.content img{
    width: 270px;
    height: 174px;
    float: left;
} */
/*荣誉滑块*/
.honor_sroll {
    width: 960px;
    height: 241px;
    overflow: auto;
    position: relative;
    margin: 60px auto 0;
}
.honor_sroll li {
    margin-left: 25px;
    float: left;
}
.honor_sroll li:first-child {
    margin-left: 0;
}
.honor_sroll li img {
    width: 300px;
    height: auto;
}
.honor_sroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    border-radius: 16px;
}
/*about case*/
.case_box{
    width: 100%;
    height: 1900px;
    background-color: #fff;
}
.case_title{
    width: 100%;
    height: 530px;
    background-color: #E07E1F;
}
.case{
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 1200px;
}
.case_cont{
    width: 100%;
    height: 1480px;
    position: absolute;
    left: 0;
    top: -400px;
}
.case_cont a{
    display: block;
    float: left;
    position: relative;
}
.case_cont a .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.btn_know{
    display: block;
    width: 190px;
    height: 64px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 64px;
    color: #000;
    margin: 0 auto;
    font-size: 20px;
}
.client_box{
    width: 100%;
    height: 696px;
    background: url("../images/hezuo_bg.png") no-repeat left top;
	background-size: 100% 100%;
}
.client{
    width: 960px;
    margin: 0 auto;
    height: 696px;
    overflow: hidden;
}
.client_title h2{
    color: #fff;
    margin-top: 70px;
}
.client_title p{
    color: #B3B3B3;
}
.client_title h1{
    font-size: 55px;
    color: #7F7F7F;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.client_title strong{
    font-weight: bold;
    font-size: 20px;
    color: #7F7F7F;
    text-align: center;
    display: block;
}
/*滚动效果begin*/
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
	outline: none;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_container {
    overflow: hidden;
    height: auto;
}
.client_sroll {
    width: 960px;
    height: 300px;
    overflow: auto;
    position: relative;
    margin: 60px auto 0;
}
.client_sroll ul {
    margin-left: 10px;
    margin-right: 10px;
}
.client_sroll ul, .client_sroll ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.client_sroll li:first-child {
    margin-left: 0;
}
.client_sroll li {
    margin-left: 75px;
    float: left;
}
.client_sroll li img {
    width: 180px;
    height: 183px;
}
.client_sroll .mCSB_scrollTools {
    margin-left: 10px;
    margin-right: 10px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 80%;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 10%;
}
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools {
    position: absolute;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    z-index: 1;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #1B1B1B;
    border-radius: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #E17E1F;
    border-radius: 16px;
}
/*滚动效果end*/
.story_box{
    width: 100%;
    height: 1160px;
    background: url("../images/story_bg.png") no-repeat center;
    overflow: hidden;
}
/*大事滚动样式*/
.story_sroll {
    width: 960px;
    height: 480px;
    overflow: auto;
    position: relative;
    margin: 500px auto 0;
}
.story_sroll li {
    margin-left: 75px;
    float: left;
}
.story_sroll li:first-child {
    margin-left: 0;
}
.story_sroll li img {
    width: 2510px;
    height: 388px;
}

.team_box{
    width: 960px;
    height: auto;
    margin: 50px auto 0;
}
.team_title{
	margin: 50px 0;
}
.team_title h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.team_title p{
    text-align: center;
}
.ceo{
    width: 960px;
}
.ceo img{
    width: 100%;
}
.team{
    margin-bottom: 100px;
}
.team_txt{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.team_txt ul li{
    /*height: 200px;*/
    display: none;
}
.team_txt ul li.active{
    display: block;
}
.team_txt ul li h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}
.team_txt ul li h4{
    color: #585858;
    font-size: 13px;
    text-align: center;
}
.team_txt ul li p{
    color: #585858;
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
	line-height: 25px;
}

/*文化理念*/
.culture_box{
    width: 100%;
    height: 700px;
    background-color: #fff;
    overflow: hidden;
	position: relative;
}
.culture_bor{
	width: 960px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.culture{
	width: 100%;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.culture h2{
	margin-top: 55px;
	color: #000000;
}
.culture p{
	color: #333;
}
.mission{
	width: 960px;
	height: 540px;
	margin-top: 50px;
}
.mission img{
	width: 100%;
}

/*管理团队效果*/
#box{position:relative;width:960px;height:275px;margin:80px auto 0;}
#box ul{position:relative;width:960px;height:275px;}
#box li{position:absolute;list-style:none;background:#fff;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;border-radius: 100%;}
#box li img{width:100%;height:100%;vertical-align:top;border-radius: 100%;}
#box .prev, #box .next{position:absolute;top:58%;width:18px;height:30px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;}
#box .prev{left:-55px;background:url("../images/left.png") no-repeat;}
#box .next{right:-55px;background:url("../images/right.png") no-repeat;}
/*案例-鼠标移入效果*/
.case_cont a .mask{
    transition: .5s transform;
    transform: translateZ(0);
    z-index: 2;
}
.case_cont a:hover .mask{
    background-color: rgba(0,0,0,0);
    transform: scale(1.1);
    transition: .5s transform;
}
.case_cont a.nohref:hover .mask{
    background-color: rgba(0,0,0,0.6);
    transform: scale(1.1);
    transition: .5s transform;
}
.case_cont a img{
    transition: .5s transform;
    transform: translateZ(0);
}
.case_cont a:hover{
    z-index: 10;
}
.case_cont a:hover img{
    transform: scale(1.1);
    transition: .5s transform;
}
.case_cont a p{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #fff;
	line-height: 370px;
	text-align: center;
	z-index: 10;
	transition: .5s transform;
    transform: translateZ(0);
}
.case_cont a:hover p{
	display: block;
}
/*加入我们*/
.join_box{
    width: 100%;
    background-color: #fff;
}
.join_title{
    margin-top: 130px;
}
.join_title h2{
    color: #434343;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.join_title p{
    font-size: 15px;
    color: #9F9F9F;
    text-align: center;
}
.imgnav{  position:relative; margin:75px auto 0; width:100%;}
#cbtn{position:relative;width: 960px;height:143px;margin: 0 auto;}
#cbtn ul{position:relative; width:100%; height:143px;left:25%;}
#cbtn ul li{ float:left;width:152px; height:143px; cursor:pointer; text-align:center; margin-right:3px; position:relative;}
#cbtn ul li img{ width:100%; height:100%; display:block;opacity: 0.1;position: absolute;left: 0;top: 0;z-index: 1;}
#cbtn ul li strong{
    width:100%;
    height:100%;
    background-color: rgba(225,126,31,0.9);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
#cbtn ul li p{
    color:#6F6F6F;
    font-size:16px;
    line-height:143px;
    font-weight: bold;
    opacity: 1;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    display: block;
    text-align: center;
}
#cbtn ul li.hov img{opacity: 1;}
#cbtn ul li.hov p{color: #fff;}
#cbtn ul li.hov strong{
    display: block;
    z-index: 10;
}
.ctrl div{ clear:both;}
#cSlideUl{width:930px; height:143px;overflow:hidden; position:relative; top:10px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:55px; left:-20px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:55px; right:-20px; z-index:9;}
.job_detail{
    width: 100%;
    height: 900px;
    background: url("../images/job_bg.png") no-repeat left top;
    margin-top: 40px;
    overflow: hidden;
}
#jobInfo{
    z-index:10;
    width:960px;
    height: 900px;
    position:relative;
    margin: 0 auto;
    background: url("../images/jobimg.png") no-repeat right 105px;
    overflow: hidden;
}
#jobInfo ul li{
    display: none;
    width: 550px;
    margin-top: 100px;
}
#jobInfo ul li p strong{
    font-size: 15px;
    color: #E17E1F;
    font-weight: bold;
    margin-bottom: 10px;
}
#jobInfo ul li article{
    margin-bottom: 35px;
}
#jobInfo ul li p{
    font-size: 15px;
    color: #434343;
    line-height: 30px;
}

.activity_box{
    width: 100%;
    height: 680px;
    background: url("../images/activity_bg.png") no-repeat left top;
    background-size: 100% 100%;
    overflow: hidden;
}
.activity_title{
    margin-top: 40px;
}
.activity{
    width: 960px;
    height: 460px;
    margin: 50px auto 0;
}
.activity ul li{
    width: 320px;
    height: 230px;
    float: left;
    position: relative;
}
.activity ul li:hover{
    z-index: 1;
}
.activity ul li a{
    display: block;
    width: 320px;
    height: 230px;
    transition: .5s transform;
    transform: translateZ(0);
}
.activity ul li a .tip{
    position: absolute;
    width: 62px;
    height: 83px;
    left: 22px;
    top: 0;
    background-color: #E17E1F;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 20px;
}
.activity ul li a .tip h6{
    font-size: 13px;
}
.activity ul li a .title{
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 55px 15px 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.activity ul li a .title p{
    height: 47px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activity ul li:hover a{
    transform: scale(1.1, 1.1);
    transition: .5s transform;
}
.activity ul li a img{
    width: 320px;
    height: 230px;
}
/*联系我们*/
.contact_box{
}
.contact{
    width: 960px;
    margin: 100px auto 0;
}
.contact ul li{
    width: 960px;
    height: 139px;
    background: url("../images/area_bg.png") no-repeat left top;
	background-size: 100% 100%;
    margin-bottom: 28px;
    cursor: pointer;
}
.contact ul li:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.contact ul li > div{
    float: left;
}
.contact ul li .area{
    width: 218px;
    height: 139px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 139px;
}
.contact ul li .cont_info{
    width: 246px;
    height: 139px;
    padding: 20px 0 0 15px;
}
.area_tit{
    height: 30px;
    display: none;
}
.contact ul li.active .area_tit{
    display: block;
}
.area_tit img{
    float: left;
    display: block;
}
img.icon_adress{
    width: 20px;
    height: 27px;
}
img.icon_tel{
    width: 21px;
    height: 28px;
}
img.icon_postcode{
    width: 28px;
    height: 20px;
    margin-top: 5px;
}
.area_tit span{
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}
.contact ul li .cont_info p{
    width: 225px;
    color: #000;
    font-size: 15px;
    margin-top: 35px;
}
#allmap{
    width: 960px;
    height: 430px;
    margin: 70px auto 100px;
    border: 1px solid #A3A3A3;
}
/*totop*/
.side_bar {
    width: 51px;
    bottom: 50px;
    right: 50px;
    z-index: 100;
	position: fixed !important;
	height: auto !important;
    overflow: hidden !important;
}
.side_bar .back_to_top {
    width: 51px;
    height: 51px;
    background: url("../images/top.png") no-repeat;
    display: none;
    cursor: pointer;
}
.side_bar .back_to_top:hover{
    width: 51px;
    height: 51px;
    background: url("../images/top1.png") no-repeat;
    display: none;
    cursor: pointer;
}













