@charset "utf-8";
.main_con .container{width:1270px;padding:0;}
.banner2{position:relative;}
.banner_txt{position:absolute;width:100%;left:0;top:0;font-size:36px;color:#c8152d;top:50%;transform:translateY(-50%);
-ms-transform:translateY(-50%); 	/* IE 9 */
-moz-transform:translateY(-50%); 	/* Firefox */
-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
-o-transform:translateY(-50%);}

.news_sec{position:relative;width:100%;border:1px solid #e3e3e3;    box-sizing: border-box;}
.news_menu{margin-bottom:75px;border-bottom:1px solid #e3e3e3}
.news_menu ul li{position:relative;width:33.3333%;float:left;text-align:center;font-size:16px;padding-top:25px;padding-bottom:25px;}
.news_menu ul li a{border-right:1px solid #e9e9e9;display:inline-block;color:#999999;width:100%;padding-top:5px;padding-bottom:5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news_menu ul li:last-child a{border-right:none;}
.news_menu ul li:after{
	position: absolute;
    content: '';
	width:10px;
	height:10px;
	background:#ffffff;
	border:2px solid #e6e6e6;
	border-radius:100%;
	bottom:-5px;
	left:50%;
	margin-top:-5px;
	margin-left:-5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news_menu ul li.cur:after,.news_menu ul li:hover:after{border:2px solid #c8152d;}
.news_menu ul li.cur a,.news_menu ul li:hover a{color:#c8152d}

/*news_list*/
.news_list{padding-left:20px;padding-right:20px;margin-top:30px;}
.news_list ul li{
    padding-left:15px;
    padding-right:15px;
    /*border:1px solid transparent;*/
    position:relative;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news_list ul li .news-one{display:block;width:100%;height:100%;padding-bottom:40px;padding-top:40px;border-bottom:1px dotted #d1d1d1;position:relative;}
.news_img {
    float:left;
    width:31%;
    /*padding:10px;*/
    border:1px solid #d1d1d1;
    transition: .35s;
}
.news_list ul li:hover .news_img {
    border-color: #c8152d;
}
.news_img > a {
    display: block;
    border: 10px solid transparent;
    overflow:hidden;
}
.news_img img {
	transition: .8s
}
.news_list ul li:hover .news_img img{
	transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform:  scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.news_con{margin-left:4%;width:65%;float:right;}
.news_top{line-height:22px;padding-bottom:20px;border-bottom:1px dotted #d1d1d1;margin-bottom:25px;}
.news_top span:first-child{
    font-size:18px;
    color:#666666;
    margin-right:15px;
    max-width:80%;
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .35s;
}
.news_top .ntime{
    float: right;
    font-family:"Arial";
    font-size:14px;
    color:#c6c6c6;
    display:inline-block;
    vertical-align:top;
    transition: .35s;
}
.news_list ul li:hover .news_top span:first-child,
.news_list ul li:hover .news_top .ntime {
    color: #c8152d;
}
.news_con_txt{color:#999999;font-size:14px;line-height:22px;height:44px;overflow:hidden;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news_list ul li:hover .news_con_txt {
    color: #c8152d;
}
.news_button{font-size:14px;color:#c8152d;width:120px;height:35px;text-align:center;line-height:35px;border:1px solid #c8152d;margin-top:35px;cursor:pointer;
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.news_list ul li:hover .news_button{background:#c8152d;border-radius:0.5em;color:#fff;}
.news_sec .see_more{margin-top:45px;margin-bottom:65px;}
.news_mask{
    position:absolute;
    left:0;
    top: 0px;
    width:100%;
    height:100%;
    background:#fff7f2;
    border:1px solid #c8152d;
    z-index:-1;
	transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform:  scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.news_list ul li:hover .news_mask{
	transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform:  scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
	opacity:1;
	filter: alpha(opacity=100);
}

/*news_det.html*/
.news_info img{margin-right:5px;}
.news_info span{display: inline-block;margin:0 15px;vertical-align: middle;line-height: 18px}
.det_sec{border-top:1px solid #e3e3e3;}
.news_det{margin-top:40px;margin-bottom:100px;}
.ndet_tit{font-size: 20px;color: #666666;text-align: center;margin-top:70px;padding-bottom: 25px;line-height: 1;border-bottom: 1px solid #e3e3e3}
.news_info{font-size: 16px;color: #bdbdbd;text-align: center;margin-top:15px;line-height: 1}
.nd_time{background: url(../images/time_icon.png) no-repeat left;padding-left:26px;}
.nd_watch{background: url(../images/watch.png) no-repeat left;padding-left:32px;}
.nd_con{color:#666666;font-size: 14px;margin-top:60px;line-height: 24px;}
.nd_con p{margin-bottom: 25px;text-indent: 2em;}
.nd_con p img{max-width: 100%;height: auto;text-indent: 0;}
.nd_con p.img-class{text-indent: 0;}
.nd_con div{margin-bottom: 10px;text-indent: 2em;}
.nd_con .details_con{margin:0;color:#666666;}





/*video.html*/
.video_list{
    padding-top: 56px;
    padding-right:30px;
    padding-left:30px;
}
.video_list ul{margin-left:-15px;margin-right:-15px;}
.video_list ul li{float:left;width:33.3%;padding-left:15px;padding-right:15px;margin-bottom:55px;}

.video_img{padding:10px;border:1px solid #d1d1d1}
.video_img img{width:100%;}
.video_bottom{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dedede;}
.video_tit{color:#666666;font-size:14px;width:50%;overflow: hidden; text-overflow:ellipsis;white-space: nowrap;}
.video_info span{margin-left:15px;font-size:14px;color:#999999;}
.video_info span.hit{margin-left:5px;}
.video_info img{margin-right:4px;vertical-align:middle;}
.video_info .ntime{font-size:14px;color:#999999;}
.video_img >div{position:relative;overflow:hidden;}
.video_list ul li .video_img >div>img{
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.video_list ul li:hover .video_img >div>img{
	transform: scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.video_mask{position:absolute;left:0;top:0;background:#000000;opacity:0.4;filter:alpha(opacity=40);width:100%;height:100%;}
.play_button{position:absolute;width:57px;height:57px;left:50%;top:50%;margin-left:-28px;margin-top:-28px;background:url(../images/play_button.png) no-repeat;cursor:pointer;
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.video_list ul li:hover .play_button{
	transform: scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


@media only screen and (max-width:1440px) {
	.main_con .container{width:auto!important;padding-left:10%;padding-right:10%;}
	.news_list ul li .news-one{padding-top:35px;padding-bottom:35px;}
}
@media only screen and (max-width:1280px) {
	.video_info,.video_tit{width:100%;line-height:28px;}
	.video_bottom{padding-top:10px;padding-bottom:10px;}
	.video_info span{margin-left:0;margin-right:15px;}
	.video_list ul li{margin-bottom:45px;}
}
@media only screen and (max-width:1200px) {
	.main_con .container{width:auto!important;padding-left:8%;padding-right:8%;}
	.news_menu{margin-bottom:35px;}
	.news_top{padding-bottom:15px;margin-bottom:15px;}
	.news_button{margin-top:20px;}
	.news_img{padding:6px;}
	.news_list{padding-left:15px;padding-right:15px;}
	.news_img > a{border:none}
	.video_img{padding:6px;}
}
@media only screen and (max-width:1080px) {
	.news_top{padding-bottom:10px;margin-bottom:10px;}
	.news_img{width:32%;}
	.news_con{margin-left:3%;}
	.news_list ul li .news-one{padding-top:30px;padding-bottom:30px;}
	.video_list ul{margin-left:-10px;margin-right:10px;}
	.video_list ul li{padding-left:10px;padding-right:10px;}
}
@media only screen and (max-width:992px) {
	.main_con .container{width:auto!important;padding-left:6%;padding-right:6%;}
	.news_button{width:100px;height:32px;line-height:32px;margin-top:15px;}
	.news_list{padding-left:10px;padding-right:10px;}
	.news_img{padding:4px;width:37%;}
	.news_con{width:60%;}
	.video_list ul li{margin-bottom:35px;}
}
@media only screen and (max-width:768px) {
	.news_menu ul li{font-size:14px;padding-top:5px;padding-bottom: 5px;}
	.main_con .container{width:auto!important;padding-left:4%;padding-right:4%;}
	.news_img{width:42%;}
	.news_con{width:55%;}
	.news_list ul li{padding-left:0;padding-right:0;}
	.news_img > a{border:none;}
	.news_mask{display: none;}
	.news_list ul li .news-one{padding-top:30px;padding-bottom:15px;}
	.news_sec .see_more{margin-top:30px;margin-bottom:50px;}
	.news_button{margin:0 auto;width:100px;height:30px;line-height:30px;margin-top:30px;}
	.news_top span:first-child{font-size:14px;max-width:60%;}
	.news_top span:nth-child(2){font-size:12px;}
	.video_list ul{margin-left:-5px;margin-right:-5px;}
	.video_list ul li{width:50%;padding-left:5px;padding-right:5px;}
	.video_img{padding:5px;}
	.video_list{padding-left:10px;padding-right:10px;}
	.pull-left{float:none;}
	.pull-right{float:none !important;}
	.share-btn.pull-right,.cart-btn.pull-right{float: right !important;}
	.play_button {width:45px;height:45px;margin-left:-22.5px;margin-top:-22.5px;background-size:45px 45px;left:50%;top:50%;}
	.news_list{margin-top:0px;}
	.news_top {padding-bottom: 5px;}
	.news_con_txt{font-size: 12px;line-height: 20px;height: 40px;}
	.video_list ul li { margin-bottom: 25px;}
	.video_list{padding-top:30px;}
}
@media only screen and (max-width:680px) {
	.news_img,.news_con{width:100%;margin-left:0;}
	.news_img{padding:5px;text-align:center;border:none;}
	.news_img img{margin:0 auto;}
	.news_con{margin-top:15px;}
	.news_button{margin-top:20px;}

}
@media only screen and (max-width:480px) {
	.main_con .container{width:auto!important;padding-left:15px;padding-right:15px;}
}


/*cooperation.html*/
.news_menu,.cooperation_menu{margin-bottom:0;}
.news_menu.cooperation_menu ul li{width:50%;}

/*cooperation_sec*/
.cooperation_sec{margin-left:45px;margin-right:45px;margin-top:55px;}
.bussiness_sec .cooperation_tit{margin-bottom:50px;}
.cooperation_tit{font-size:30px;color:#666666;text-align:center;line-height:1;}
.cooperation_tit:before,.cooperation_tit:after{
	content:"";
	width:60px;
	height:1px;
	background:#c0c0c0;
	display:inline-block;
	vertical-align:middle;
}
.cooperation_tit:before{margin-right:15px;}
.cooperation_tit:after{margin-left:15px;}
.business_summary{padding-left:125px;padding-right:125px;font-size:14px;color:#999999;line-height:30px;text-align: justify;}


/*partner_list*/
.partner_sec .cooperation_tit{margin-bottom:60px;}
.partner_list{padding-left:35px;padding-right:35px;}
.partner_list ul{padding-left:5px;}
.partner_list ul li{width:20%;padding-left:5px;padding-right:5px;float:left;height:80px;display:table;text-align:center;margin-top:10px;}
.partner_list ul li a {display:block;border:1px solid #dbdbdb;color:#666666;font-size:14px;width:100%;height:100%;display:table-cell;vertical-align:middle;
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.partner_list ul li img{max-width: 80%;}
.partner_list ul li:nth-child(-n+5){margin-top:0px;}
.partner_list ul li div{width:66.67%;margin:0 auto;line-height:20px;}
.partner_list ul li:hover a{border-radius:0.5em;border:1px solid #c8152d}

/*case-list*/
.case_sec .cooperation_tit{margin-bottom:60px;}
.case-list ul{margin-left:-10px;margin-right:-10px;}
.case-list .item{text-align:center;padding-left:10px;padding-right:10px;padding-bottom: 25px;}
.case-list .item .cooperation_case_img{padding:10px;border:1px solid #dbdbdb;-webkit-transition:all  0.4s  ease-out;-o-transition:all 0.4s ease-out;transition:all  0.4s ease-out;}
.cooperation_case_img>div{overflow:hidden;}
.cooperation_case_tit{color:#999999;font-size:14px;margin-top:17px;line-height:1;text-align: center;-webkit-transition:all  0.4s  ease-out;-o-transition:all 0.4s ease-out;transition:all  0.4s ease-out;}
.case-list ul li{position: relative;}
.case-list ul li.on:after{position: absolute;bottom: -1px;left: 50%;margin-left: -3px;width:12px;height:6px;content:"";background:url(../images/pull_up.png) no-repeat;}
.case-list ul li .cooperation_case_img img{-webkit-transition:all  0.4s  ease-out;-o-transition:all 0.4s ease-out;transition:all  0.4s ease-out;}
.case-list ul li:hover .cooperation_case_img img{
	transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform:  scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);

}
.case-list ul li:hover .cooperation_case_tit,.case-list ul li.on .cooperation_case_tit{color:#c8152d;}
.case-list ul li:hover .cooperation_case_img{border:1px solid #c8152d;}

.case-list ul li.on .cooperation_case_img{border:1px solid #c8152d;-webkit-transition:all  0.4s  ease-out;-o-transition:all 0.4s ease-out;transition:all  0.4s ease-out;}
.pull_list ul li{padding:50px 45px;border:1px solid #e4e4e4;display: none;}
.case1_left{width:35%;float: left;margin-right:5%;}
.case1_tit{font-size: 16px;color: #333;margin-top:40px;margin-bottom: 10px;}
.case1_summary,.case2_txt{font-size: 14px;color: #666;line-height: 1.6;}
.case_right{width:55%;float: left;margin-left:5%;}
.case1_right_tit{color:#333;font-size: 16px;margin-bottom: 20px;}
.case1_list dl dd{width:50%;float: left;font-size: 16px;color: #666;line-height: 1.8;}
.case2_item2{margin-bottom: 70px;}
.case2_img,.case2_con{padding-right:50px;}
.case3_warp,.case3_right dl{margin-left:-10px;margin-right:-10px;}
.case3_left,.case3_right,.case3_right dl dd{padding-left:10px;padding-right: 10px;}
.case3_tit{font-size: 16px;color: #666666;text-align: center; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top:15px;margin-bottom: 25px;}
@media only screen and (max-width:1200px) {
	.case2_img{padding-right:30px;}
	.case2_con{padding-right:0;}
	.case2_item2{margin-bottom: 30px;}
	.case1_right_tit{margin-bottom: 10px;}
	.pull_list ul li{padding:35px 30px;}
	.case1_summary, .case2_txt{line-height: 1.4;}
	.case-list .item{padding-left:8px;padding-right:8px;}
	.case-list ul{margin-left:-8px;margin-right:-8px;}
	.case-list .item .cooperation_case_img{padding:8px;}
}
@media only screen and (max-width:992px) {
	.case-list ul{margin-left:-5px;margin-right:-5px;}
	.case-list .item{padding-left:5px;padding-right:5px;}
	.case-list .item .cooperation_case_img{padding:5px;}
	.pull_list ul li{padding:30px 25px;}
	.case1_left{width:37%;margin-right:3%;}
	.case_right{width:57%;margin-left:3%;}
	.case1_list dl dd{font-size: 14px;}
	.case1_tit{margin-top:20px;}
	.case1_right_tit{margin-bottom: 10px;}
	.case2_item2{margin-bottom:30px;}
	.case2_con{padding-right:0;}
	.case2_img {padding-right:30px;}
	.case3_tit{font-size: 12px;margin-top:10px;margin-bottom: 10px;}
	.case3_left, .case3_right, .case3_right dl dd{padding-left: 5px;padding-right: 5px;}
	.case3_warp, .case3_right dl{margin-left:-5px;margin-right:-5px;}
}
@media only screen and (max-width:767px){
	.swiper-container {
        width: 100%;

        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;

    }
    .gallery-top {
        width: 100%;
    }
    .gallery-top .swiper-slide{ padding-left:15px;padding-right:15px;}
    .gallery-thumbs {
       width:100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .gallery-thumbs .swiper-slide {
        width: 100%;
        height: 205px;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .gallery-top .swiper-slide{height:16px}
	.gallery-top .swiper-slide-active{ height:auto;}
    .phone_cooperation_sec{margin-top:30px;}
    .case1_left,.case_right{width:100%;margin-right:0;margin-left:0;margin:10px 0;}
    .case2_con{margin-top:20px;}
    .phone_cooperation_sec .cooperation_tit{margin-bottom:20px;}
    .case2_img{padding-right:0;}
    .cooperation_case_img img{padding:5px;border:1px solid #dbdbdb;width:270px;}
    .swiper-button-next,.swiper-button-prev{opacity: 0.4;background-size: 20px auto;width:20px;margin-top:-40px;}
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.2;}
    .swiper-button-next{right:5px;}
    .swiper-button-prev{left:5px;}
    .cooperation_case_img{padding-left:15px;padding-right:15px;}
}

/*project_process*/
.project_process{position:relative;height:620px;margin:70px auto 0;width:940px;margin:115px auto 60px;}
.project_process ul{position:absolute;}
.project_process ul li{width:300px;height:300px;float:left;position:relative;margin-right:20px;cursor: pointer;}
.project_process ul li.third{margin-right:0px;}
.project_process ul li.forth{margin-left:160px;margin-top:-140px;}
.project_process ul li.fifth{margin-top:-140px;margin-right:0px;}
.project_process ul li.sixth{margin-top:-140px;margin-left:320px;}
.project_process ul li .kuang{position: absolute;width: 300px;height: 300px;z-index:1;
  background: url(../images/kuang.png) no-repeat center;
  background-size:100%;
  -webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.process_txt{width:170px;height:121px;position:absolute;text-align:center;z-index: 2;left:0;top:0;right:0;bottom:0;margin:auto;}
.num{font-size:24px;color:#666666;margin-bottom:25px;line-height:1;-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;}
.con{width:170px;font-size:14px;color:#999999;text-align:center;line-height:24px;-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;}
.two{left:160px;top:160px;}
.three{left:320px;top:320px;}

.project_process ul li:hover .kuang{background: url(../images/kuang_hover.png) no-repeat center;background-size:100%;}
.project_process ul li:hover .num,.project_process ul li:hover .con{color:#fff;}


/*cooperation_contact*/
.contact_sec .cooperation_tit{margin-bottom:80px;}
.cooperation_contact{margin-left:70px;margin-right:70px;border:1px solid #d5d5d5;}
.cooperation_contact_method{width:100%;float:left;margin:0 auto}
.cooperation_contact_method1{border-right:1px solid #d5d5d5;}
.contact_method_warp{font-size:16px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.contact_method1{width:500px;}
.contact_method2{width:230px;}
.contact_method_warp > div:first-child{color:#999999;margin-bottom:20px;font-size:18px;line-height:1;text-align: center}
.contact_method_warp > div:first-child+div{color:#666666;}
.cooperate_tell{background:url(../images/tell_icon.png) no-repeat left center; padding-left:28px;color:#e33 !important; font-size:28px}
.cooperate_mail{/*background:url(../images/mail_icon.png) no-repeat left center;*/padding-left:30px;color:#e33 !important;font-size:30px}
.cooperation_sec:last-child{border-bottom:none;padding-bottom:0;}
.cooperation_con{padding-bottom:220px;}
.contact_sec_invest .contact_method1{width:147px;}


/*invest.html*/
.potential_sec{margin-top:85px;}
.potential_sec .cooperation_tit{margin-bottom:85px;}
.potential_list{position:relative;overflow:hidden;width:100%;}
.potential_list ul{position:relative;float:left;left:50%;}
.potential_list ul li{width:160px;height:85px;text-align:center;float:left;position:relative;left:-50%;border:1px solid #e0e0e0;display:table;box-sizing: border-box;}
.potential_list ul li.second{margin:0 20px;}
.potential_list ul li a{display:table-cell;vertical-align:middle;font-size:18px;color:#666666;}
.potential_list ul li a:before{
	content:"";
	z-index: 10;
	background:url(../images/potential_icon.png) no-repeat;
	height:32px;
	width:32px;
	display: block;
    margin:0 auto 5px;
	transition: all ease 0.3s ;
	-moz-transition: all ease 0.3s ;
	-o-transition: all ease 0.3s ;
}
.potential_list ul li.first a:before{
	background-position:0 0;

}
.potential_list ul li.second a:before{
	background-position:-185px 0;

}
.potential_list ul li.third a:before{
	background-position:-365px 0;

}
.border_top{
	position:absolute;height:1px;width:0px;font-size:0;background:#f27d43;top:0;left:0;

	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_right{
	position:absolute;height:0px;width:1px;font-size:0;background:#f27d43;bottom:0;right:0;

	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_bottom{
	position:absolute;height:1px;width:0px;font-size:0;background:#f27d43;right:0;bottom:0;

	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.border_left{
	position:absolute;height:0px;width:1px;font-size:0;background:#f27d43;left:0;top:0;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.potential_summary1{margin-top:65px;text-indent:2em;}
.potential_summary2{margin-bottom:10px;margin-top:35px;}

/*advantage_list*/
.advantage_sec{margin-top:70px;}
.advantage_sec .cooperation_tit{margin-bottom:125px;}
.advantage_list ul li{float:left;width:25%;text-align:center;padding-top:15px;padding-bottom:10px;border-right:1px solid #cdcdcd;box-sizing: border-box;}
.advantage_list ul li.last{border-right:0;}
.counter{font-size:60px;line-height:1;position:relative;overflow:hidden;margin-right:-39.5px;}
.counter1{color:#c8152d;}
.counter2{color:#f1c44a;}
.counter3{color:#4fddd8;}
.counter4{color:#4a79f1;}
.advantage_txt{line-height:1;color:#999999;font-size:18px;margin-top:13px;}
.counter:after,.counter:after{
	content:"+";
	opacity:0;


}
.advantage_list ul li:first-child .counter{margin-right:0px;}
.advantage_list ul li:first-child .counter:after{
	content:"";
}
.counter.move{margin-right:0;
	-webkit-transition:all 0.4s  1.5s ease-out;
	-o-transition:all 0.4s 1.5s ease-out;
	transition:all 0.4s 1.5s ease-out;}
.counter.move:after{
	opacity:1;
	-webkit-transition:all 0.4s  1.5s ease-out;
	-o-transition:all 0.4s 1.5s ease-out;
	transition:all 0.4s 1.5s ease-out;
}
.advantage_list2{margin-top:60px;}
.advantage_list2 ul li{float:left;width:25%;text-align:center;margin-top:50px;}
.advantage_icon{height:50px;margin-bottom:15px;}
.advantage_icon1{background:url(../images/ad_icon1.png) no-repeat center;}
.advantage_icon2{background:url(../images/ad_icon2.png) no-repeat center;}
.advantage_icon3{background:url(../images/ad_icon3.png) no-repeat center;}
.advantage_icon4{background:url(../images/ad_icon4.png) no-repeat center;}
.advantage_icon5{background:url(../images/ad_icon5.png) no-repeat center;}
.advantage_icon6{background:url(../images/ad_icon6.png) no-repeat center;}
.advantage_icon7{background:url(../images/ad_icon7.png) no-repeat center;}
.advantage_icon8{background:url(../images/ad_icon8.png) no-repeat center;}
.advantage_list2 ul li div:nth-child(2),.advantage_list2 ul li div+div{font-size:18px;color:#999999;line-height:1;}


/*plan_list*/
.plan_sec{margin-top:75px;padding-bottom:55px;}
.plan_sec .cooperation_tit{margin-bottom:60px;}
.plan_list ul li .polygon{width:206px;height:178px;background: url(../images/polygon1.png) no-repeat;background-size:100%;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;}
/*.plan_list ul li.polygon4 .polygon{
	background: url(../images/polygon2.png) no-repeat;background-size:100%;
}*/
.plan_list{position:relative;width:520px;margin:60px auto 0;height:354px;}
.plan_list ul li{float:left;position:relative;width:206px;height:178px;overflow:hidden;}
.plan_list ul li.polygon1{margin-top:87px;}
.plan_list ul li.polygon2{margin-left:-52px;}
.plan_list ul li.polygon3{margin-top:87px;margin-left:-52px;}
.plan_list ul li.polygon4{margin-left:-361px;margin-top:176px;cursor:pointer;}
.polygon_txt{position:absolute;width:80%;;text-align:center;left:10%;top:50%;top:50%\0;top:40%\9;font-size:16px;color:#f1712b;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%); 	/* IE 9 */
	-moz-transform:translateY(-50%); 	/* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.plan_list ul li:first-child+li+li+li .polygon_txt{top:50%;top:50%\0;top:30%\9;}
/*
.plan_list ul li.polygon4 .polygon_txt{
	color:#999999;font-size:14px;
}
.plan_list ul li.polygon4 .polygon_txt:before{
	content:"";
	display:block;
	background:url(../images/download_icon.png) no-repeat;
	width:47px;
	height:47px;
	margin:0 auto 20px;
	background-position:0 0;

}*/
.plan_list ul li:hover .polygon_txt{color:#fff;}
.plan_list ul li:hover .polygon{background: url(../images/polygon_hover.png) no-repeat;background-size:100%;}
.plan_list ul li:first-child+li+li+li:hover .polygon_txt:before{
	background-position:0 -48px;
}

/*apply_form*/
.apply_sec{margin-top:55px;}
.apply_sec .cooperation_tit{margin-bottom:50px;}
.apply_form {width:68%;margin:0 auto;}
.apply_ipt{float:left;width:46%;margin-right:8%;margin-bottom:30px;position:relative;}
.apply_ipt label{display:block;}
label.error{margin-left:20px;}
.apply_ipt.even{margin-right:0;}
.apply_ipt.third,.apply_ipt.forth{margin-bottom:0;}
.apply_ipt input{padding-left:110px;border:none;width:100%;border-bottom:1px solid #eeeeee;line-height:28px;padding-bottom:12px;    outline: none;  box-sizing: border-box;}
.apply_ipt.second input,.apply_ipt.forth input{padding-left:120px;}
.apply_ipt:before{
	content:attr(data-txt);
	position:absolute;
	left:0;
	vertical-align:middle;
	padding-left:50px;
	font-size:18px;color:#999999;
}
.apply_ipt.forth input#code{padding-top:0px;}
.apply_ipt.first:before{background:url(../images/men.png) no-repeat  left center\0;background:url(../images/men.png) no-repeat center left 20px; }
.apply_ipt.second:before{background:url(../images/tell_icon.png) no-repeat  left center\0;background:url(../images/tell_icon.png) no-repeat  center left 20px;}
.apply_ipt.third:before{background:url(../images/add_icon.png) no-repeat  left center\0;background:url(../images/add_icon.png) no-repeat center left  20px;}
.apply_ipt.forth:before{background:url(../images/mail_icon.png) no-repeat  left center\0;background:url(../images/mail_icon.png) no-repeat  center left  20px;}
.apply_txt{padding-left:20px;font-size:14px;color:#c3c3c3;margin-top:20px;}
.btn-apply{width:36.25%;height:50px;background:#c8152d;color:#fff;line-height:50px;text-align:center;display:block;margin:60px auto 0;border:1px solid #c8152d;font-size:18px;}
.invest_con{padding-bottom:90px;}

@media only screen and (max-width:1440px) {
	/*cooperation_tit*/
	.cooperation_tit{font-size:28px;}
	.cooperation_sec{margin-left:40px;margin-right:40px;margin-top:50px;padding-bottom:50px;}
	.bussiness_sec .cooperation_tit{margin-bottom:45px;}
	.partner_sec .cooperation_tit{margin-bottom:55px;}
	.case_sec .cooperation_tit{margin-bottom:45px;}
	.contact_sec .cooperation_tit{margin-bottom:70px;}
	.business_summary{padding-left:80px;padding-right:80px;line-height:28px;}
	.case-list .owl-prev, .case-list .owl-next{width:60px;height:100px;}
	.case-list .owl-next{right:12px;}
	.cooperation_con{padding-bottom:180px;}
	.project_process{width:850px;margin-top:90px;height:560px;margin-bottom:50px;}
	.project_process ul li .kuang{width:270px;height:270px;}
	.project_process ul li{width:270px;height:270px;margin-right:20px;}
	.project_process ul li.forth{margin-left:145px;margin-top:-125px;}
	.project_process ul li.fifth{margin-top:-125px;margin-right:0px;}
	.project_process ul li.sixth{margin-top:-125px;margin-left:290px;}

	.process_txt,.con{width:160px;}

	.contact_method_warp{font-size:16px;}
	.contact_method2 { width: 210px;}
	.contact_method1 {width: 300px;}
	.contact_method_warp > div:firs{margin-bottom:15px;}


	/*invest.html*/
	.potential_sec {margin-top:60px;}
	.potential_sec .cooperation_tit{margin-bottom:60px;}
	.advantage_sec{margin-top:60px;}
	.advantage_sec .cooperation_tit{margin-bottom:80px;}
	.counter{font-size:50px;margin-right:-33px;}
	.advantage_list2{margin-top:40px;}
	.advantage_list2 ul li{margin-top:30px}
	.plan_sec { margin-top: 60px;}
	.potential_summary1{margin-top:40px;}
	.plan_sec{margin-top:60px;padding-bottom:50px;}
	.plan_sec .cooperation_tit{margin-bottom:45px;}
	.plan_list{margin-top:50px;}

	.potential_list ul li{width:140px;height:75px;}
	.potential_list ul li a{font-size:16px;}
	.potential_list ul li a::before, .potential_list ul li a:before{width:27px;height:27px;background-size:335px 27px;margin:0 auto 3px;}
	.potential_list ul li:first-child+li a::before, .potential_list ul li:first-child+li a:before{background-position:-156px 0;}
	.potential_list ul li:first-child+li+li a::before, .potential_list ul li:first-child+li+li a:before{background-position:-308px 0;}
	.potential_summary2{margin-top:25px;}
	.advantage_list2 ul li div:first-child+div {font-size:16px;}
	.advantage_icon{height:44px;}
	.advantage_list2 ul li:first-child .advantage_icon {background-size:42px auto;}
	.advantage_list2 ul li:first-child+li .advantage_icon {background-size:48px auto;}
	.advantage_list2 ul li:first-child+li+li .advantage_icon {background-size:34px auto;}
	.advantage_list2 ul li:first-child+li+li+li .advantage_icon {background-size:52px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li .advantage_icon {background-size:26px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li .advantage_icon {background-size:54px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li+li .advantage_icon {background-size:42px auto;}
	.apply_form{width:75%;}


}

@media only screen and (max-width:1200px) {
	.cooperation_tit{font-size:24px;}
	.cooperation_sec{margin-left:30px;margin-right:30px;margin-top:45px;padding-bottom:40px;}
	.bussiness_sec .cooperation_tit{margin-bottom:40px;}
	.partner_sec .cooperation_tit{margin-bottom:50px;}
	.case_sec .cooperation_tit{margin-bottom:40px;}
	.contact_sec .cooperation_tit{margin-bottom:60px;}
	.business_summary{padding-left:60px;padding-right:60px;}
	.cooperation_con{padding-bottom:120px;}
	.project_process{margin-top:90px;height:560px;}

	.contact_method_warp > div:first-child{margin-bottom:10px;}
	.case-list .owl-prev, .case-list .owl-next{width:50px;height:80px;}
	.case-list .owl-prev{background-size:20px auto;}
	.case-list .owl-next{right:12px;background-size:20px auto;}
	.potential_sec .cooperation_tit{margin-bottom:45px;}


	/*invest.html*/
	.potential_list ul li a{font-size:16px;}
	.counter {font-size: 42px;margin-right: -27.5px;}
	.advantage_sec .cooperation_tit{margin-bottom:60px;}

	.advantage_icon{height:45px;}
	.advantage_list2 ul li:first-child .advantage_icon {background-size:40px auto;}
	.advantage_list2 ul li:first-child+li .advantage_icon {background-size:46px auto;}
	.advantage_list2 ul li:first-child+li+li .advantage_icon {background-size:33px auto;}
	.advantage_list2 ul li:first-child+li+li+li .advantage_icon {background-size:50px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li .advantage_icon {background-size:25px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li .advantage_icon {background-size:51px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li+li .advantage_icon {background-size:40px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li+li+li .advantage_icon {background-size:42px auto;}
	.advantage_list2 ul li >div:first-child+div{font-size:16px;}
	.polygon_txt{font-size:16px;}


	.advantage_sec{padding-bottom:50px;}
	.plan_list{width:474px;height:328px;}
	.plan_list ul li .polygon_center{width:90px;height:160px;}
	.plan_list ul li .polygon_left{
		border-top: 80px dotted transparent;
		border-bottom: 80px dotted transparent;
		border-right: 50px solid #f27836;}
	.plan_list ul li .polygon_right{
		border-top: 80px dotted transparent;
		border-bottom: 80px dotted transparent;
		border-left: 50px solid #f27836;}
	.plan_list ul li .polygon_left:after, .plan_list ul li .polygon_left ::after{
		top:-79px;
		border-top: 79px dotted transparent;
		border-bottom: 79px dotted transparent;
		border-right: 49px solid #fff;
	}
	.plan_list ul li .polygon_right:after, .plan_list ul li .polygon_right ::after{
		top:-79px;
		border-top: 79px dotted transparent;
		border-bottom: 79px dotted transparent;
		border-left: 49px solid #fff;
	}
	.plan_list ul li{width:190px;height:164px;}
	.plan_list ul li .polygon{width:190px;height: 164px;}
	.plan_list ul li.polygon1{margin-top: 80px;}
	.plan_list ul li.polygon2{margin-left: -48px;}
	.plan_list ul li.polygon3{margin-left:-48px;margin-top:80px;}
	.plan_list ul li.polygon4{margin-left: 142px;margin-top: -80px;}
	.plan_list ul li:first-child+li+li+li .polygon_txt:before{background-size:42px;height:85px;width:42px;height:42px;}
	.plan_list ul li:first-child+li+li+li:hover .polygon_txt:before{background-position:0 -43px;}
}

@media only screen and (max-width:1080px) {
	.project_process{width:560px;height:705px;}
	.project_process ul li{margin-right:20px;}
	.project_process ul li.second{margin-right:0;}
	.project_process ul li.third{margin-left:145px;margin-top:-125px;}
	.project_process ul li.forth{margin-left:0;}
	.project_process ul li.sixth{margin-left:145px;margin-right:0;}
	.partner_list{margin-left:20px;margin-right:20px;}
	.partner_list ul li{width:25%;height:70px;}
	.partner_list ul li:nth-child(-n+5){margin-top:10px;}
	.partner_list ul li:nth-child(-n+4){margin-top:0px;}
	.partner_list ul li div{width:80%;}
	.cooperation_con{padding-bottom:100px}
	.apply_ipt:before{font-size:16px;}
	.advantage_txt{font-size:16px;}
}
@media only screen and (max-width:992px) {
	.cooperation_tit{font-size:22px;}
	.cooperation_sec{margin-left:20px;margin-right:20px;margin-top:40px;padding-bottom:40px;}
	.bussiness_sec .cooperation_tit{margin-bottom:35px;}
	.partner_sec{padding-bottom:50px;}
	.partner_sec .cooperation_tit{margin-bottom:45px;}
	.case_sec .cooperation_tit{margin-bottom:35px;}
	.contact_sec .cooperation_tit{margin-bottom:50px;}
	.business_summary{padding-left:40px;padding-right:40px;}
	.cooperation_case_tit{margin-top:12px;}
	.cooperation_case_img img{margin:0 auto;}
	.cooperation_con{padding-bottom:80px}


	/*invest.html*/
	.apply_form{width:80%;}
	.counter{font-size:36px;margin-right:-23.5px;}
	.potential_sec .cooperation_tit{margin-bottom:40px;}
	.potential_summary1{margin-top:30px;}
	.business_summary{line-height:24px;}
	.potential_summary2{margin-top:20px;margin-bottom:5px;}
	.advantage_sec .cooperation_tit{margin-bottom:50px;}
	.advantage_list2{margin-top:30px;}
	.advantage_list2 ul li{margin-top:25px;}
	.advantage_list2 ul li div:first-child+div{font-size:14px;}
	.advantage_icon{height:36px;margin-bottom:10px;}
	.advantage_list2 ul li:first-child .advantage_icon {background-size:35px auto;}
	.advantage_list2 ul li:first-child+li .advantage_icon {background-size:40px auto;}
	.advantage_list2 ul li:first-child+li+li .advantage_icon {background-size:28px auto;}
	.advantage_list2 ul li:first-child+li+li+li .advantage_icon {background-size:43px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li .advantage_icon {background-size:22px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li .advantage_icon {background-size:45px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li+li .advantage_icon {background-size:35px auto;}
	.advantage_list2 ul li:first-child+li+li+li+li+li+li+li .advantage_icon {background-size:37px auto;}
	.btn-apply{font-size:16px;}
	.contact_method2 {width: 187px;}
	.contact_method_warp{font-size: 14px;}
	.contact_method1{width:252px;}

}
@media only screen and (max-width:768px) {
	.cooperation_menu ul li{padding-top:5px;padding-bottom:5px;}
	.cooperation_tit{font-size:20px;}
	.cooperation_sec{margin-left:15px;margin-right:15px;margin-top:30px;padding-bottom:30px;}
	.bussiness_sec .cooperation_tit{margin-bottom:30px;}
	.partner_sec{padding-bottom:40px;}
	.partner_sec .cooperation_tit{margin-bottom:35px;}
	.case_sec .cooperation_tit{margin-bottom:35px;}
	.contact_sec .cooperation_tit{margin-bottom:50px;}
	.business_summary{padding-left:0px;padding-right:0px;}
	.partner_list ul li{width:33.333333%;}
	.partner_list ul li:first-child+li+li+li {margin-top: 10px;}

	.partner_list{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
	.partner_list ul li{width:50%;}
	.partner_list ul li:first-child+li+li{margin-top:10px;}

	.case-list .owl-prev, .case-list .owl-next{width:30px;height:60px;}
	.case-list .owl-next{right:11px;}
	.project_process{width:515px;height:645px;margin-top: 80px;margin-bottom:40px}
	.project_process ul li .kuang,.project_process ul li{ width: 250px;height: 250px;}
	.project_process ul li{margin-right:15px;}
	.project_process ul li.second{margin-right:0;}
	.project_process ul li.third{margin-left:132.5px;margin-top:-117.5px;}
	.project_process ul li.forth{margin-left:0px;margin-top:-117.5px;}
	.project_process ul li.fifth{margin-left:265px;margin-top:-250px;}
	.project_process ul li.sixth{margin-left:132.5px;margin-top:-117.5px;}
	.process_txt, .con {width: 130px;}
	.num{margin-bottom: 15px;}
	.cooperation_contact{margin-left:20px;margin-right:20px}
	.contact_method_warp{font-size:14px;}

	.case-list .owl-prev{background-size:15px auto;}
	.case-list .owl-next{right:12px;background-size:15px auto;}

	.contact_method2,.contact_method1 {width:auto;padding-left:15px;padding-right:15px;margin-left:0px;}



	/*invest.html*/
	.potential_list ul li a{font-size:14px;}
	.advantage_list ul li{padding-top:10px;}
	.advantage_list2{margin-top:15px;}
	.apply_form{width:90%;}
	.advantage_sec .cooperation_tit{margin-bottom:40px;}
	.counter{font-size:28px;margin-right:-18.5px;}
	.advantage_txt{font-size:14px;margin-top:8px;}
	.advantage_list2 ul li{width:33.33333%;}
	.plan_list{width:426px;height:292px;}
	.polygon_txt{font-size:14px;}
	.plan_list ul li,.plan_list ul li .polygon{width:170px;height:147px;}
	.plan_list ul li.polygon1 {margin-top: 72px;}
	.plan_list ul li.polygon2 {margin-left: -42px;}
	.plan_list ul li.polygon3{margin-left:-42px;margin-top:72px;}
	.plan_list ul li.polygon4{margin-left: 128px;margin-top: -73px;}
	.apply_ipt{width:100%;margin-right:0;margin-bottom:15px;}
	.apply_ipt:nth-child(3), .apply_ipt:nth-child(4){margin-bottom:20px;}
	.apply_ipt:nth-child(n):before{background-position:5px center;}
	.apply_sec .cooperation_tit{margin-bottom:35px;}
	.btn-apply{width:50%;margin-top:30px;height:40px;line-height:40px;font-size:16px;}
	.apply_txt{padding-left:0;margin-top:0px;}
	.cooperation_contact_method{width:100%;}
	.cooperation_contact_method:first-child {border-bottom: 1px solid #d5d5d5;border-right:none}
}
@media only screen and (max-width:560px) {
	.project_process{width:385px;height:900px;}
	.num{margin-bottom:10px;font-size: 20px;}
	.con{line-height: 20px;}
	.project_process ul li{margin-right:0px;}

	.project_process ul li.second{margin-top:-120px;margin-left:130px;}
	.project_process ul li.third{margin-top:-120px;margin-left:0;}
	.project_process ul li.forth{margin-top:-120px;margin-left:130px;}
	.project_process ul li.fifth{margin-top:-120px;margin-left:0px;}
	.project_process ul li.sixth{margin-top:-120px;margin-left:130px;}

	/*invest.html*/
	.potential_sec .cooperation_tit{margin-bottom:25px;}
	.potential_summary1{margin-top:25px;}
	.counter{font-size:24px;margin-right: -12.5px;}
	.potential_list ul{float:none;left:0;}
	.potential_list ul li{width:33.333%;border:none;left:0;}
	.potential_list ul li.second{margin:0;}

	.plan_list{width:260px;height:330px;}
	.plan_list ul li,.plan_list ul li .polygon{width:150px;height:130px;}

	.plan_list ul li{float:none;}
	.plan_list ul li:first-child{margin-top:0;}
	.plan_list ul li:first-child+li{margin-left:111px;margin-top:-66px;}
	.plan_list ul li:first-child+li+li{margin-left:0px;margin-top:-66px;}
	.plan_list ul li:first-child+li+li+li{margin-top:-66px;margin-left:111px;}
	.plan_list ul li:first-child+li+li+li .polygon_left {border-right: 40px solid #e4e4e4;}
	.plan_list ul li:first-child+li+li+li .polygon_right{border-left: 40px solid #e4e4e4;}
	.plan_list ul li:hover .polygon_left:after, .plan_list ul li .polygon_left ::after {border-right: 39px solid #e65218;}
	.plan_list ul li:hover .polygon_right:after, .plan_list ul li .polygon_right ::after {border-left:39px solid #e65218;}

}

@media only screen and (max-width:520px) {
	.advantage_sec .cooperation_tit{margin-bottom:20px}
	.advantage_list2 ul li{width:50%;}
	.advantage_list ul li{width:50%;border:none;padding-top:15px;padding-bottom:15px}
	.advantage_list2{margin-top:0;}
}
@media only screen and (max-width:480px) {
	.cooperation_contact {margin-left: 0px;margin-right: 0px;}
	.cooperation_tit{font-size:18px;}
	.project_process ul li .kuang,.project_process ul li{ width:180px;height: 180px;}
	.process_txt, .con{width:120px;}
	.project_process{width:275px;height:870px;margin-top:60px;}
	.project_process ul li.first{margin-left:0;}
	.project_process ul li.second{margin-top:-40px;margin-left:50px;}
	.project_process ul li.third{margin-top:-40px;margin-left:0;}
	.project_process ul li.forth{margin-top:-40px;margin-left:50px;}
	.project_process ul li.fifth{margin-top:-40px;margin-left:0;}
	.project_process ul li.sixth{margin-top:-40px;margin-left:50px;}


	.contact_sec_invest .contact_method1{width:135px;}

	/*invest.html*/
	.potential_summary1{margin-top:25px;}
}


/*recuritment_social.html*/
.employ_sec{position:relative;margin-bottom:50px;}
.application_form{width:100%;border-collapse: collapse;color:#666666;position:relative;}
.application_form tr,.application_form td,.application_form th{border:1px solid #cac9c9;height:60px;}
.application_form  th.odd{width:10%;min-width:100px;}
.application_form  th.even{width:90%;}
.application_form td.odd{text-align:center;width:70px;}
.application_form td.even,.application_form th.even{text-align:left;padding-left:30px;padding-right:30px}
.application_form th{font-weight:normal;color:#666666;}
.position_describe{padding-top:45px;padding-bottom:50px;line-height:25px;color:#666666;}
.application_form tr:last-child td:first-child{vertical-align:top;padding-top:25px;}
.employ_btn{width:95px;height:30px;color:#c8152d;border:1px solid #c8152d;position:absolute;right:15px;top:15px;text-align:center;line-height:30px;
	-webkit-transition:all  0.4s  ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all  0.4s ease-out;
}
.employ_btn:hover{background:#c8152d;color:#fff;border-radius:0.5em;}
.inner_banner{margin-bottom:55px;}
.details_con{font-size:16px;color:#999999;line-height:40px;}
.college_con{margin-left:0;margin-right:0;}
.college_con img{max-width: 100%;width:468px;display: inline;}
.college_con1>div{padding-left:45px;padding-right:45px;color:#999999;font-size: 16px;line-height: 40px;}
.college_con1>div p{margin-bottom: 40px;}
.details_con{margin-left:45px;margin-right:45px;}
.college_img img{width:100%;padding-bottom:10px;}

.resume_popup{position:fixed;width:60%;height:66%;background:#fff;z-index:9999;left:0;top:0;right:0;bottom:0;margin:auto;padding:90px 70px;display: none;}
.form-group{width:32%;float:left;margin-right:2%;margin-bottom:25px}
.form-group.ngroup{margin-right:0;}
.form-group .form-control{width:100%;height:40px;line-height: 40px}
.con_ipt{width:100%;}
.con_ipt .form-control{height:240px;resize:none;}
.btn-book{display:block;width:320px;height:50px;margin:30px auto 0;background-color:rgba(236,90,18,1);border:none;color:#f5f5f5;text-align:center;}
.close_icon{position:absolute;top:15px;right:15px;cursor:pointer}
.resume_mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B26000000);left:0;top:0;z-index:999;display:none;}
.resume_form label{margin-left:0;}
.no_con{text-align: center;font-size: 24px; color: #606060;margin-top:100px;margin-bottom: 100px;}
select.form-control {
	/*将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/down_icon.png) no-repeat  center right 8px;
}
@media only screen and (max-width:1440px) {
	.resume_popup{padding:50px 50px;}
}
@media only screen and (max-width:1200px) {
	.college_con img{max-width: 100%;width:300px;display: inline;}
}
@media only screen and (max-width:768px) {
	.college_con img{display: block;margin:0 auto;}
	.application_form td.even,.application_form th.even{text-align:left;padding-left:10px;padding-right:10px}
	.position_describe{padding-top:20px;padding-bottom:20px;}
	.see_more{width:60%;}
	.employ_btn{width:auto;height: auto;line-height: 1;display: inline; padding: 5px; background: #c8152d;color: #fff;border-radius: 6px;right:5px;top:10px;}
	.employ_sec{margin-bottom: 30px;}
	.resume_popup{width:90vw;height:90vh;padding:15px;padding-top:40px;}
	.btn-book{width:200px;height: 35px;line-height: 35px;}
	.form-group{width:48%;margin-right:4%;margin-bottom: 15px;}
	.form-group:nth-child(3n){margin-right:4%;}
	.form-group:nth-child(2n) { margin-right: 0;}
	.con_ipt{width:100%}
	.close_icon{top:8px;}
	.close_icon img{width:15px;height: 15px;}
	.con_ipt .form-control{height: 150px;}
	.application_form tr, .application_form td, .application_form th { height: 50px}

	.no_con{font-size: 20px;line-height: 24px;margin-top:50px;margin-bottom: 50px;}
}

/*declaration.html*/
.declaration_con{margin-top:60px;}
.declaration_con p{font-size: 14px;color: #666666;line-height: 30px}
.declaration_con p:first-child+p{text-indent: 2em;margin-top:35px;}
.declaration_con p:first-child+p+p{float: right;width:126px;margin-top:90px;}
.declaration_tit{font-size: 20px;color: #666666;margin-top:130px;margin-bottom: 60px;}

.plat_warp img{max-width: 100%;height: auto;}
.plat_warp{border:1px solid #dcdcdc;height: 100%;text-align: center;display: table;width:100%;}
.palt_list1 ul li a{display: table-cell;vertical-align: middle;}
.palt_list1 ul li:last-child{margin-right:0;}
.palt_list2,.palt_list1{text-align: center}
.palt_list ul,.palt_list1 ul{margin-left:-6px;margin-right:-6px;}
.palt_list ul li,.palt_list1 ul li{position: relative;width:20%;height: 65px;line-height: 65px;text-align: center;padding-left:6px;padding-right:6px;}
.palt_list2 ul li,.palt_list1 ul li{display: inline-block;}
.palt_list ul li a{display: block;width:100%;height: 100%;border:1px solid #dcdcdc;}
.li_icon{position: absolute;top:-24px;width:100%;height:24px;background: url(../images/li_icon.jpg) no-repeat center;}
.palt_list3 ul li{margin-bottom: 50px;float: left}
.palt_list3 .li_icon{
	background: url(../images/gray_icon.png) no-repeat center;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.palt_list3 ul li:hover .li_icon{
	background: url(../images/li_icon.jpg) no-repeat center;

}
.palt_list4 .li_icon{
	background: url(../images/gray_icon1.png) no-repeat center;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.palt_list4 ul li:hover .li_icon{
	background: url(../images/li_icon1.jpg) no-repeat center;

}
.palt_list5 .li_icon{
	background: url(../images/gray_icon2.png) no-repeat center;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.palt_list5 ul li:hover .li_icon{
	background: url(../images/li_icon2.jpg) no-repeat center;

}
.palt_list6 .li_icon{
	background: url(../images/gray_icon3.png) no-repeat center;
}
.palt_list6 ul li:hover .li_icon{
	background: url(../images/li_icon3.jpg) no-repeat center;

}
.declaration_sec{padding-bottom: 30px;margin-bottom: 70px;}
.declaration_tit2,.declaration_tit3{margin-bottom: 70px;margin-top:85px;}


.cooperation_sec.campus_sec{
	padding-bottom: 6.29%;
}
.campus-con{
	margin-top:5.533%;
	margin-bottom:5.533%;
}
.campus-tit-zh{
	font-size: 30px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.campus-tit-zh::before,.campus-tit-zh::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin:0 20px;
	width:65px;
	border-bottom: 1px solid #e2e2e2;
}
.campus-tit-en{
	font-size: 15px;
	color: #999;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-top:12px;
}
.campus-txt{
	margin-top:4.245%;
}
.campus-txt p{
	font-size: 14px;
	color: #333333;
	line-height: 43px;
}
.campus-txt p.attention-txt{
	color: #ff823f
}
.recruitment-tit{
	font-size: 26px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.recruitment-tit::after{
	content: "";
	width: 30px;
	height: 1px;
	background: #ff823f;
	display: block;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 3.396%;

}
.recruitment-tit2{
	position: relative;
}
.recruitment-tit2 span{
	font-size: 16px;
	color: #333333;
	padding-left:20px;
	padding-right: 10px;
	line-height: 24px;
	background: url(../images/tit_icon.png) no-repeat left;
	background-color: #fff;
}
.recruitment-tit2::after{
	content: "";
	position: absolute;
	width:100%;
	height: 0px;
	border-bottom:1px dashed #bfbfbf;
	right:0;
	top:50%;
	z-index: -1;
}
.recruitment-info{
	padding-left:15px;
	padding-right: 15px;
}
.recruitment-info img{
	margin:4.356% auto;
}
.recruitment-info>p{
	font-size: 14px;
	color: #333333;
	margin-top:5%;
	line-height: 24px;
}
.recruitment-info>p span{margin-right:10px;}
.recruitment-info>p:first-child{
	font-weight: bold;

}
.recruitment-txt p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.recruitment-txt{
	margin-top:5.722%
}


/*响应式调整*/
@media only screen and (max-width:1440px) {
	.campus-tit-zh{font-size: 28px;}
	.campus-tit-en{font-size: 14px;}
	.recruitment-tit{font-size: 24px;}
}
@media only screen and (max-width:1280px) {
	.palt_list ul li{width:25%;}
	.declaration_con p:first-child+p+p{margin-top:70px;}
	.declaration_con p:first-child+p{margin-top:30px;}
	.declaration_tit{margin-top:110px;}
	.declaration_tit{margin-top:110px;}
	.campus-tit-zh{font-size: 26px;}
	.campus-tit-en{font-size: 13px;}
	.recruitment-tit{font-size: 22px;}
	.campus-txt p{line-height: 30px;}
}
@media only screen and (max-width:1200px) {
	.palt_list1 ul li{width:33.3333%;float: left}
	.palt_list1 ul li{margin-bottom: 20px;height: 70px;}
}
@media only screen and (max-width:1080px) {
	.palt_list ul li{width:33.3333%;}
	.palt_list2 ul li,.palt_list1 ul li{float: left;}
	.declaration_tit{margin-top:100px;}
	.declaration_tit1{margin-bottom: 40px;}
}
@media only screen and (max-width:992px) {
	.details_con{font-size:14px;}
	.palt_list ul li{line-height: 1.6;height: auto;}
	.palt_list ul li a{padding-top:15px;padding-bottom: 15px;}
	.declaration_tit{font-size: 16px;}
	.news_top span:first-child {max-width: 70%;}
	.campus-tit-zh{font-size: 22px;}
	.campus-tit-en{font-size: 12px;}
	.recruitment-tit{font-size: 20px;}
}


@media only screen and (max-width:768px) {
	.invest_con{padding-bottom:30px;}
	.campus-con{margin-top:30px;margin-bottom:30px;}
	.campus-txt{margin-top:20px;}
	.recruitment-info img{margin:20px auto;}
	.recruitment-tit::after{margin-top:8px;margin-bottom:25px;}
	.recruitment-info{padding:0;}
	.campus-tit-zh{font-size: 16px;}
	.campus-tit-zh::before,.campus-tit-zh::after{display:none;}
	.campus-tit-en{font-size: 12px;margin-top:8px;}
	.recruitment-tit{font-size: 18px;}
	.campus-txt p{line-height: 24px;}
	.recruitment-txt p{line-height:24px;}
	.declaration_details{margin-top:30px;}
	.palt_list ul li a{padding-top:10px;padding-bottom: 10px;}
	.declaration_con p:nth-child(2),.declaration_con p:nth-child(3){margin-top:20px;}
	.declaration_con{margin-top: 30px;}
	.palt_list1 ul li{height: 50px;margin-bottom: 15px;}
	.declaration_tit2{margin-top:50px;}
	.declaration_tit1{margin-bottom:30px;}
	.li_icon{background-size:50px auto;top:-21px;width:50px;left:50%;margin-left:-25px;}
	.palt_list3 .li_icon,.palt_list3 ul li:hover .li_icon{background-size: 50px auto;}
	.declaration_tit{margin-top:60px;}
	.declaration_tit:before,.declaration_tit:after{display: none;}
	.declaration_details{padding-left:15px;padding-right:15px;}
	.nd_con{margin-top:20px;}
	.details_con{margin-left:0;margin-right:0;}
	.ndet_sec.news_sec{border:none;}
	.ndet_tit{font-size: 16px;margin-top:0;padding-bottom: 15px;line-height: 1.6}
	.news_info{font-size: 12px;}
	.details_con{font-size: 14px;}
	.nd_con p { margin-bottom: 15px;line-height: 24px;}
	.news_det{margin-bottom: 0px;}
	.news_det{margin-top:20px;}
	.inner_banner{margin-bottom: 0;}
	.college_con>div,.college_con>p{padding-left:15px;padding-right:15px;font-size: 14px;line-height: 28px;}
	.college_con>div p{margin-bottom: 20px;}
	.news_menu ul li:after{display:none;}
}
@media only screen and (max-width:660px) {
	.palt_list ul li{height: 66px;/*display: table;*/}

}

.ndet_tit h1.news-title{
	font-size:20px
}
