.banner {position: relative;}
.banner .yuanxiao{position: absolute;left: 50%;top: 50%;width: 840px;-webkit-transform: translate(-50%,-60%);-moz-transform: translate(-50%,-60%);-ms-transform: translate(-50%,-60%);-o-transform: translate(-50%,-60%);transform: translate(-50%,-60%);background: rgba(255,255,255,.95);}
.banner .yuanxiao .introduce{display: inline-block;width: 580px;padding: 40px 30px 40px 40px;border-right: 1px dashed #d1d1d1;vertical-align: middle;}
.banner .yuanxiao .logo {display: inline-block;position: relative;width: 135px;margin-right: 25px;vertical-align: top;}
.banner .yuanxiao .logo p{width: 90px;height: 90px;border: 1px solid #d1d1d1;margin-top: 15px;}
.banner .yuanxiao .logo img{position: absolute;left: 12px;top: 0;width: 120px;height: 120px;border: 1px solid #d1d1d1;}
.banner .yuanxiao .introduce .info{display: inline-block;width: 420px;font-size: 13px;line-height: 24px;vertical-align: top;}
.banner .yuanxiao .introduce .info h4{font-size: 22px;}
.banner .yuanxiao .introduce .info p.en{padding-top: 5px;padding-bottom: 10px;}
.banner .yuanxiao .introduce p span{opacity: 0.5;}
.banner .yuanxiao .introduce section p{padding-left: 30px;}
.banner .yuanxiao .introduce section p:first-child{background-image: url(../images/icon1.png);background-position: 0 0;background-repeat: no-repeat;}
.banner .yuanxiao .introduce section p:nth-child(2){overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background-image: url(../images/icon1.png);background-position: 0 -20px;background-repeat: no-repeat;}
.banner .yuanxiao .introduce section p:last-child{background-image: url(../images/icon1.png);background-position: 0 -40px;background-repeat: no-repeat;}
.banner p.zixun{display: inline-block;width: 120px;line-height: 120px;margin-left: 35px;background: #f58635;box-shadow: -10px 10px 10px #f6e2d4;vertical-align: middle;}
.banner p.zixun a{display: block;font-size: 16px;font-weight: bold;color: #fff;text-align: center;padding-right: 20px;background: url(../images/icon2.png) no-repeat 90px center;background-size: 15px;}

.con1{position: relative;margin-top: -4%;z-index: 2;}
.con1 ul{width: 1150px;padding: 30px 20px;background: #fff;margin: 0 auto;text-align: center;border-radius: 15px;box-shadow: 0 0 30px rgba(108,108,108,.6);}
.con1 li{
	display: inline-block;
	width: 170px;
	padding: 10px;
	border-right: 1px solid #949494;
	vertical-align: top;
	background: #fff;
}
.con1 li:last-child{
	border: none;
}
.con1 li .text h4{
	font-size: 20px;
}
.con1 li .text p{
	font-size: 14px;
	height: 20px;
	color: #f58635;
	font-weight: bold;
	padding-top: 15px;
}

.con2{
	padding: 3% 0;
}
.con2 .con_l,.con2 .con_r{
	display: inline-block;
	vertical-align: top;
}
.con2 .con_l{
	width: 70%;
}
.con2 .con_r{
	width: 25%;
	margin-left: 5%;
}
.con2 .tabs{
	position: relative;
	margin-bottom: 5%;
}
.con2 .tabs li{
	position: relative;
	display: inline-block;
	width: 20%;
	font-size: 15px;
	font-weight: bold;
	color: #f58635;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	background: #f6f6f6;
	text-indent: 40%;
	margin-right: 1%;
	cursor: pointer;
}
.con2 .tabs li.active{
	color: #fff;
	background: #f58635;
}
.con2 .tabs li.active:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 10px solid #f58635;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.con2 .tabs li:first-child p{
	background: url(../images/icon1-1.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:first-child.active p{
	background: url(../images/icon1-2.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(2) p{
	background: url(../images/icon2-1.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(2).active p{
	background: url(../images/icon2-2.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(3) p{
	background: url(../images/icon3-1.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(3).active p{
	background: url(../images/icon3-2.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(4) p{
	background: url(../images/icon4-1.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .tabs li:nth-child(4).active p{
	background: url(../images/icon4-2.png) no-repeat 20% center;
	background-size: 15%;
}
.con2 .part{
	display: none;
}
.con2 .part.active{
	display: block;
	color: #666;
}
.con2 .part a{
	color: #f58635 !important;
}
.con2 .part p,.con2 .part span,.con2 .part strong{
	font-size: 14px !important;
	line-height: 24px !important;
}
.con2 .swiper-slide img{
	width: 100%;
}
.con2 .swiper-pagination{
	width: calc(100% - 10px);
	padding-right: 10px;
	text-align: right;
}
.con2 .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	border: 1px solid #f58635;
	background: transparent;
}
.con2 .swiper-pagination .swiper-pagination-bullet-active{
	background: #f58635;
}
.con2 .part1 .div1 h4{
	padding-top: 0;
}
.con2 .part1 h4{
	display: flex;
	font-size: 16px;
	font-weight: normal;
	padding: 3% 1% 5% 0;
}
.con2 .part1 h4 em{
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #f5bd51;
	margin-right: 1%;
	margin-top: 2px;
}
.con2 .part1 h4 p{
	display: inline-block;
	flex: 1;
	height: 1px;
	background: #e5e5e5;
	margin-left: 1%;
	margin-top: 12px;
}
.con2 .part1 .content .tu{
	width: 45%;
}
.con2 .part1 .content .swiper-container{
	width: 90%;
	margin-left: 0;
}
.con2 .part1 .content .text{
	width: 97%;
	padding-top: 10px;
}
.con2 .part1 table{
	width: 100%;
	font-size: 14px;
}
.con2 .part1 table thead{
	color: #fff;
	background: #f58635;
}
.con2 .part1 table tbody{
	background: #f6f6f6;
}
.con2 .part1 table td{
	padding: 1% 0 1% 1%;
	text-align: center;
}
.con2 .part2 .majorTab p,.con2 .part3 .majorTab p{
	display: inline-block;
	width: 15%;
	height: 30px;
	line-height: 30px !important;
	font-size: 15px !important;
	color: #f58635;
	margin: 0 2% 3% 0;
	background: #fff;
	border: 1px solid #f58635;
	text-align: center;
	cursor: pointer;
}
.con2 .part2 .majorTab p.active,.con2 .part3 .majorTab p.active{
	color: #fff;
	background: #f58635;
}
.con2 .part2 .text,.con2 .part3 .text{
	display: none;
}
.con2 .part2 .text.active,.con2 .part3 .text.active{
	display: block;
}
.con2 .text h5{
	font-size: 16px;
	line-height: 35px;
}
.con2 .part p,.con2 .part p span,.con2 .part p strong{font-family: "微软雅黑" !important;}
.con2 .con_r .apply{
	padding: 10%;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.con2 .con_r .strategy section{
	padding: 5%;
	text-align: center;
	border: 1px solid #f58635;
	border-top: none;
	cursor: pointer;
	margin-bottom: 20px;
}
.con2 .con_r .strategy section h4{
	font-size: 15px;
}
.con2 .con_r .strategy section p{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.con2 .con_r .strategy section span{
	display: inline-block;
	font-size: 13px;
	color: #f58635;
	height: 28px;
	line-height: 28px;
	width: 120px;
	border-radius: 15px;
	border: 1px solid #f58635
}
.con2 .con_r .strategy:hover span{
	color: #fff;
	background-color: #f58635;
}
.apply{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 10;
}
.apply form{
	position: fixed;
	width: 300px;
	height: 240px;
	top: calc(50% - 150px);
	left: calc(50% - 250px);
	padding: 30px 50px;
	background-color: #fff;
}
.apply form img{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.apply h4{
	position: relative;
	font-size: 20px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: center;
}
.apply h4:after{
	position: absolute;
	left: calc(50% - 12px);
	bottom: 0;
	content: '';
	width: 24px;
	height: 3px;
	background: #f58635;
}
.con2 .con_r .case li .info h5:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 25px;
	height: 3px;
	background: #f58635;
}
.apply p{
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	padding-left: 12px;
}
.apply p input,.apply p select{
	font-size: 14px;
	width: calc(100% - 50px);
	height: 48px;
	line-height: 48px;
	text-indent: 10px;
}
select{
	background: url(../../global/images/arrow1.png) no-repeat 90% center #fff !important;
	background-size: 10% !important;
}
.apply p.tj{
	padding-left: 0;
	background: #f58635;
	text-align: center;
}
.apply p.tj input{
	color: #fff;
	text-indent: 0;
}
.con2 .con_r .case h4{
	position: relative;
	font-size: 20px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
}
.con2 .con_r .case h4:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #f58635;
}
.con2 .con_r .case h4 a {
    position: absolute;
    top: 0;
    right: 0;
    color: #f58635;
    font-size: 16px;
}
.con2 .con_r .case li{
	width: 48%;
	margin-top: 15px;
	margin-right: 4%;
}
.con2 .con_r .case li:nth-child(2n){
	margin-right: 0;
}
.con2 .con_r .case li a{
	color: #282828;
}
.con2 .con_r .case li .info{
	padding: 10% 8%;
	background: #f6f6f6;
}
.con2 .con_r .case li .info h5{
	position: relative;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.con2 .con_r .case li .info p{
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhuce{
	padding: 2% 0;
	background: url(../images/zhuce.jpg) no-repeat center;
	background-size: cover;
}
.zhuce form{
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
}
.zhuce h4{
	display: inline-block;
	width: 15%;
	font-size: 26px;	
	vertical-align: middle;
}
.zhuce p{
	display: inline-block;	
	width: 16.5%;
	font-size: 14px;
	margin-left: 1.5%;
	vertical-align: middle;
}
.zhuce p input,.zhuce p select{
	width: calc(100% - 70px);
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-indent: 8px;
}
.zhuce p.tj{
	width: 10%;
	margin-left: 3%;
}
.zhuce p.tj input{
	width: 100%;
	color: #fff;
	text-indent: 0;
	background: #282828;
}

.con3{
	padding-bottom: 3%;
	background: #f6f6f6;
}
.con3 .swiper-container{
	padding-bottom: 5%;
}
.con3 section{
	padding-bottom: 3%;
}
.con3 section a{
	display: block;
	color: #282828;
}
.con3 section .info{
	padding: 10%;
	background: #fff;
}
.con3 section .info h5{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.con3 section .info p{
	font-size: 12px;
	opacity: 0.7;
}
.con3 section p.line{
	width: 0;
	height: 2px;
	background: #f58635;
}
.con3 section:hover p.line{
	width: 100%;
}
.con3 .swiper-pagination{
	bottom: 12%;
}
.con3 .swiper-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: transparent;
	border: 1px solid #f58635;
	opacity: 1;
}
.con3 .swiper-pagination .swiper-pagination-bullet-active{
	background: #f58635;
}
.con3 .container>a,.con4>a{
	display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #f58635;
    text-align: center;
    margin: 0 auto;
}

.con4 {
	padding-bottom: 3%;
}
.con4 ul{
	padding-bottom: 1%;
}
.con4 li{
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f6f6f6;
}
.con4 li:nth-child(4n){
	margin-right: 0;
}
.con4 li:hover{
	background: #f58635;
}
.con4 li a{
	display: block;
	color: #282828;
	padding: 5%;
}
.con4 li:hover a{
	color: #fff;
}
.con4 li img{
	width: calc(25% - 2px);
	vertical-align: middle;
	border: 1px solid #eaeaea;
}
.con4 li .info{
	position: relative;
	display: inline-block;
	width: 65%;
	margin-left: 5%;
	padding-bottom: 10%;
	vertical-align: middle;
}
.con4 li .info h5{
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con4 li .info p{
	font-family: helvetica;
	font-size: 12px;
	padding-top: 10px;
}
.con4 li .info span{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	padding-right: 15%;
	text-align: left;
	background: url(../images/icon3.png) no-repeat right center;
	background-size: 25%;
}
.con4 li:hover .info span{
	color: #fff;
	background: url(../images/icon4.png) no-repeat right center;
	background-size: 25%;
}

.con5{padding-bottom: 4%;background: #f6f6f6;}
.con5 li .tu {position: relative;}
.con5 li .tu img{width: 100%;}
.con5 li h4 {font-size: 18px;color: #fff;padding: 10% 0;background: #333;text-align: center;}
.con5 li h4 p {height: 27px;}
.con5 li h4 a {display: none;font-size: 14px;color: #f58635;padding: 0 10%;height: 27px;line-height: 27px;background: #fff;border-radius: 10px;}
.con5 li:hover h4 {background: #f58635;}
.con5 li:hover h4 p {display: none;}
.con5 li:hover h4 a {display: inline-block;}
.con5 .info {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
.con5 li:hover .info {opacity: 1;}
.con5 .info .text {left: 20%;width: 60%;font-size: 12px;color: #fff;}
.con5 .info .text h5 {font-size: 16px;padding-bottom: 5%;text-align: center;}