/* header */
.header{
	width: 100%;
	min-width: 1280px;
	height: 614px;
	background: url(../images/advImg01.jpg) top center no-repeat;
}
.topImg{
	padding-top: 30px;
	overflow: hidden;
	}
.topImg .logo{
	position: absolute;
	top:112px;
	right:254px;
	display: block;
	width: 220px;
	height: 74px;
}
.topImg .logo a{
	display: block;
	width:310px;
	height:96px;
}
/* nav */
.nav {
	height: 68px;
	line-height: 68px;
	background: #3c2f27;
}
.nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}
.nav ul {
	height: 68px;
	padding: 0 146px;
	box-sizing: border-box;
	font-size: 0;
}
.nav ul li {
	position: relative;
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 68px;
	height: 68px;
	color: #fff;
}
.nav ul li a{
	font-size: 16px;
	color: #fff;
}
.nav ul li a:hover {
	transition: all 0.3s;
	color: #f8990d;
}
.nav ul li.active{
	font-size: 20px;
	font-weight: bold;
	color: #fb8014;
	position: relative;
	animation: rotate 0.8s linear infinite;
}
.nav ul li.active a{
	font-size: 20px;
	font-weight: bold;
	color: #fb8014;
}
@keyframes rotate {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(3px) scale(1.1, 0.9);
	}
	75% {
		ransform: translateY(0px);
	}
	100% {
		transform: translateY(0);
	}
}

.nav ul li.active i {
	display: block;
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: 40px;
	width: 42px;
	height: 42px;
	background: url(../images/jt_icon01.png) center no-repeat;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: jtAni;
	animation-name: jtAni;
}

/* part1 */
.part1{
	padding:40px 0 60px;
	width: 100%;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.part .title{
	font-size: 0;
	text-align: center;
}
.part .title h2{
	display: inline-block;
	vertical-align: top;
	padding:0 160px;
	line-height: 66px;
	font-size:48px;
	color: #4d4d4d;
	font-weight: bold;
	background: url(../images/part_title_bg01.png) left center no-repeat,url(../images/part_title_bg02.png) right center no-repeat;
}
.part .title h2 span{
	font-size: 60px;
	font-weight: 200;
}
.part .title h2 img{
	display: block;
}
.part .subtitle{
	text-align: center;
	line-height:36px;
	font-size: 24px;
	color: #2c2e2d;
	padding-bottom: 12px;
}
.part .titleIcon{
	padding-bottom: 12px;
}
.part .titleIcon img{
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
}
.part1 .partCon{
	padding-top:20px;
}
.part1 .partCon ul{
	font-size: 0;
	text-align: center;
}
.part1 .partCon ul li{
	display: inline-block;
	vertical-align: top;
	width: 19%;
	padding: 0 10px;
	box-sizing: border-box;
}
.part1 .partCon ul li:nth-child(5n){
	width: 23%;
}
.part1 .partCon ul li span{
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-size: 26px;
	color: #060101;
	background: url(../images/part_i_bg01.png) center no-repeat;
}
.part1 .partCon ul li h2{
	min-height:48px;
	padding-top: 15px;
	padding-bottom: 3px;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	color: #f39809;
}
.part1 .partCon ul li p{
	min-height: 136px;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
	color: #4d4d4d;
}
.part1 .btnCon{
	padding: 10px;
	text-align: center;
	font-size: 0;
}
.part1 .btnCon button,
.part3 .btnCon button,
.part4 .btnCon button,
.part5 .btnCon button{
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
	width: 214px;
	height:56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #272727;
	background:#f4b641;
	background-image: linear-gradient(#fdde8e, #f4b641);
	border-radius:5px;
	border: none;
	outline:0;
	cursor: pointer;
	box-sizing: border-box;
}


/* part2 */
.part2{
	padding:40px 0 8px;
}
.part2 .partCon{
	padding-top: 15px;
}
.part2 .partCon ul{
	font-size: 0;
	text-align: left;
}
.part2 .partCon ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 530px;
	height: 192px;
	margin-right:40px;
	margin-bottom: 44px;
}
.part2 .partCon ul li:nth-child(2n){
	margin-right: 0;
}

.part2 .partCon ul li .left{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 314px;
	height: 192px;
}

.part2 .partCon ul li .left .txt1{
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
	width: 314px;
	height: 192px;
	box-sizing: border-box;
	background: #f39809;
	padding: 32px 0 32px 35px;
}
.part2 .partCon ul li .left .txt1 h2{
	line-height: 38px;
	font-size: 26px;
	color: #fff;
}
.part2 .partCon ul li .left .txt1>img{
	display: block;
	width: 36px;
	height: 19px;
	margin:6px 0 0 24px;
}

.part2 .partCon ul li .left .txt1>.btnCon{
	padding-top: 16px;
}
.part2 .partCon ul li .left .txt1>.btnCon button{
	display: inline-block;
	vertical-align: top;
	width: 148px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background:none;
	border:2px solid #fff;
	outline: 0;
	cursor: pointer;
}
.part2 .partCon ul li .left .txt2{
	display:none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 335px;
	height: 216px;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	background-image:linear-gradient(to right, #e83c3b , #f3960a);
}
.part2 .partCon ul li .left .txt2 h2{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.part2 .partCon ul li .left .txt2>hr{
	margin: 10px 0 7px;
	width:100%;
	height:1px;
	background-color: #fff;
	border: none;
}
.part2 .partCon ul li .left .txt2>p{
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	padding-bottom:15px;
}
.part2 .partCon ul li .left .txt2>.btnCon{
	
}
.part2 .partCon ul li .left .txt2>.btnCon button{
	display: inline-block;
	vertical-align: top;
	width: 148px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background:none;
	border:2px solid #fff;
	outline: 0;
	cursor: pointer;
}
.part2 .partCon ul li .right{
	display: inline-block;
	vertical-align: top;
	width: 215px;
	height: 192px;
}
.part2 .partCon ul li .right img{
	display: block;
	width: 215px;
	height: 192px;
}
.part2 .partCon ul li:hover .left .txt2{
	display: block;
}

/* part3 */
.part3{
	width: 100%;
	box-sizing: border-box;
	padding-top: 92px;
	padding-bottom: 50px;
	height: 763px;
	box-sizing: border-box;
	background: url(../images/part3_bg01.png) top center no-repeat;
}
.part3 .topPart .partCon{
	padding-bottom: 50px;
}
.part3 .topPart .partCon .swiper-button-next,
.part3 .topPart .partCon .swiper-button-prev{
	margin-top: -110px;
	width: 60px;
	height: 60px;
}
.part3 .topPart .partCon .swiper-slide{
	font-size: 0;
	text-align: left;
}
.swiper-slideCon{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height:348px;
	background: #fff;
	margin-right: 30px;
}
.swiper-slide .swiper-slideCon:nth-child(4n){
	margin-right: 0;
}
.swiper-slideCon .img img{
	display: block;
	width: 250px;
	height: 232px;
}
.swiper-slideCon .txt{
	margin-top: -58px;
	position: relative;
	width: 250px;
	height: 174px;
}
.swiper-slideCon .txt h2{
	position: relative;
	text-align: center;
	padding-top:1px;
	height:58px;
	line-height:28px;
	font-size:20px;
	color: #fff;
	background: url(../images/part3_bg02.png) top center no-repeat;
}
.swiper-slideCon .txt h2 span{
	display: block;
	color: #fff;
	font-size: 18px;
}
.swiper-slideCon .txt p{
	box-sizing: border-box;
	height: 116px;
	padding-top: 5px;
	line-height: 22px;
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
}

.part3 .partCon .swiper-button-next,
.part3 .partCon .swiper-container-rtl .swiper-button-prev{
	background:url(../images/part3_arrow02.png) center no-repeat;
	right: -80px;
}
.part3 .partCon .swiper-button-prev, 
.part3 .partCon .swiper-container-rtl .swiper-button-next{
	background:url(../images/part3_arrow01.png) center no-repeat;
	left: -90px;
}

.part3 .topPart  .btnCon{
	font-size: 0;
	text-align: center;
	padding-top: 50px;
}
.part3 .btnCon button{
	background: #fff;
	color: #e94138;
}

/* part4 */
.part4{
	padding-top: 40px;
	background: url(../images/part4_bg.png) top center no-repeat;
	min-height: 1177px;
	box-sizing: border-box;
}
.part4 .partCon ul{
	font-size: 0;
	padding-top:30px;
	text-align: left;
}
.part4 .partCon ul li{
	display: inline-block;
	vertical-align: top;
	width:242px;
	height:242px;
	box-sizing: border-box;
	margin-right:40px;
	margin-bottom:38px;
}
.part4 .partCon ul li:nth-child(4n){
	margin-right: 0;
}

.part4 .partCon ul li .img{

}
.part4 .partCon ul li .img img{
	display: block;
	width:120px;
	height:120px;
	border-radius: 50%;
	border:5px solid #fbb600;
	overflow: hidden;
	margin: 0 auto;
	box-shadow:0 2px 5px 0 rgba(6, 0, 1, 0.24);
}
.part4 .partCon ul li .txt h2{
	text-align: center;
	line-height:36px;
	font-size:18px;
	color: #4e4e4e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.part4 .partCon ul li .txt span{
    display: flex;
    align-items: center;
    justify-content: center;
	background:url(../images/part4_bg02.png) center no-repeat;
	width: 100%;
	height:70px;
	box-sizing: border-box;
	line-height:22px;
	text-align: center;
	font-size:16px;
	color: #f7edeb;
	padding: 6px 0;
	margin: 0 auto;
}
.part4 .partCon .btnCon{
	padding: 18px 0 50px;
	text-align: center;
}

/* part5 */
.part5{
	padding: 40px 0 65px;
	min-height: 745px;
	box-sizing: border-box;
	background: url(../images/part5_bg.jpg) center top no-repeat;
}
.part5 .subtitle{
	color: #fff;
}
.part5 .partCon{
	font-size: 0;
	text-align: center;
}
.part5 .partCon .img{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 552px;
	padding-left: 18px;
	height:400px;
}
.part5 .partCon .img .img01{
	position:absolute;
	left:18px;
	top:24px;
	display: block;
	width: 262px;
	height: 177px;
}
.part5 .partCon .img .img02{
	position:absolute;
	left: 295px;
	top: 24px;
	display: block;
	width: 256px;
	height: 177px;
}
.part5 .partCon .img .img03{
	position:absolute;
	left: 18px;
	top: 218px;
	display: block;
	width: 533px;
	height: 260px;
}
.part5 .partCon .txt{
	display: inline-block;
	vertical-align: top;
	width: 528px;
	padding-left: 50px;
	box-sizing: border-box;
}
.part5 .partCon .txt p{
	text-align: left;
	padding: 20px;
	line-height:30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/part5_icon01.png) left center no-repeat;
}
.part5 .partCon .txt p span{
	font-size: 20px;
	color: #fb7e21;
}


/* signUp */
.signUp{
	position: relative;
	display: block;
	width: 100%;
	min-width: 1100px;
	padding-top: 40px;
	margin: 0 auto;
	min-height: 346px;
	box-sizing: border-box;
	background: url(../images/signUp_bg01.jpg) center no-repeat;
}
.signUp .subtitle{
	text-align: center;
	line-height: 56px;
	font-size: 40px;
	color: #e83e3a;
	padding-bottom: 20px;
}
.signUp .btnCon{
	padding-top: 30px!important;
}
.part1 .btnCon button,
.signUp .btnCon button,
.part4 .btnCon button{
	color: #fff;
	background-image: linear-gradient(to right, #e83c3b , #f3960a)!important;
}

/* part6 */
.part6{
	padding-top: 40px;
}
.part6 .partCon{
	padding-top: 40px;
}
.part6 .partCon ul{
	font-size: 0;
	text-align: left;
}
.part6 .partCon ul li{
	position: relative;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(23, 23, 25, 0.14);
	width: 530px;
	height: 192px;
	padding: 40px 16px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.part6 .partCon ul li:nth-child(odd){
	margin-right: 40px;
}
.part6 .partCon ul li .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	text-align: left;
	font-size: 30px;
	color: #fff;
	z-index: 2;
}
.part6 .partCon ul li .num span{
	position: relative;
	display: block;
	text-align: center;
	width:28px;
	height:42px;
	line-height:42px;
	z-index: 2;
}
.part6 .partCon ul li .num::after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:62px 62px 0 0;
    border-style:solid;
    border-color:#f3950b transparent transparent transparent; 
	z-index: 1;
}
.part6 .partCon ul li .img{
    position: absolute;
    left: 16px;
    top: 40px;
    width: 114px;
    height: 114px;
} 
.part6 .partCon ul li.L1 .img{
	background:url(../images/part6_img1.png) center top no-repeat;	
}
.part6 .partCon ul li.L2 .img{
	background:url(../images/part6_img2.png) center top no-repeat;	
}
.part6 .partCon ul li.L3 .img{
	background:url(../images/part6_img3.png) center top no-repeat;	
}
.part6 .partCon ul li.L4 .img{
	background:url(../images/part6_img4.png) center top no-repeat;	
}
.part6 .partCon ul li.L5 .img{
	background:url(../images/part6_img5.png) center top no-repeat;	
}
.part6 .partCon ul li.L6 .img{
	background:url(../images/part6_img6.png) center top no-repeat;	
}
.part6 .partCon ul li.L7 .img{
	background:url(../images/part6_img7.png) center top no-repeat;	
}
.part6 .partCon ul li.L1:hover .img{
	background:url(../images/part6_img01.png) center top no-repeat;	
}
.part6 .partCon ul li.L2:hover .img{
	background:url(../images/part6_img02.png) center top no-repeat;	
}
.part6 .partCon ul li.L3:hover .img{
	background:url(../images/part6_img03.png) center top no-repeat;	
}
.part6 .partCon ul li.L4:hover .img{
	background:url(../images/part6_img04.png) center top no-repeat;	
}
.part6 .partCon ul li.L5:hover .img{
	background:url(../images/part6_img05.png) center top no-repeat;	
}
.part6 .partCon ul li.L6:hover .img{
	background:url(../images/part6_img06.png) center top no-repeat;	
}
.part6 .partCon ul li.L7:hover .img{
	background:url(../images/part6_img07.png) center top no-repeat;	
}
.part6 .partCon ul li .txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 498px;
    min-height: 114px;
    box-sizing: border-box;
    padding-left: 124px;
}
.part6 .partCon ul li .txt h2{
	line-height: 30px;
	font-size: 18px;
	color: #4d4d4d;
}
.part6 .partCon ul li .txt p{
	line-height: 22px;
	font-size: 14px;
	color: #4d4d4d;
}
.part6 .partCon ul li .txt p span{
	color: #eb7c1d;
}
.part6 .partCon ul li.L8{
	background-image: linear-gradient(to right, #e83c3b , #f3960a);
	padding:40px 190px 10px 42px;
	position: relative;
}
.part6 .partCon ul li.L8 .address{
	padding-left: 32px;
	line-height: 36px;
	font-size: 22px;
	color: #ffffff;
}
.part6 .partCon ul li.L8 .icon01{
	background:url(../images/part6_icon01.png) left 5px no-repeat;
}
.part6 .partCon ul li.L8 .icon02{
	background:url(../images/part6_icon02.png) left 5px no-repeat;
}
.part6 .partCon ul li.L8 .yyBtn{
	position: absolute;
	right:45px;
	top:32px;
    display: block;
    border-radius: 50%;
    width: 126px;
    height: 126px;
    border: 0;
    outline: 0;
    cursor: pointer;
	background:url(../images/part6_btn01.png) left 5px no-repeat;
}

/* part7 */
.part7{
	padding: 46px 0;
	position: relative;
	box-sizing: border-box;
	min-height: 1116px;
	background:#e83b3b url(../images/part7_bg01.jpg) center top no-repeat;
}
.part7 .subtitle{
	color: #fff;
}
.part7 .partCon{
	margin-top: 20px;
	background: #fff;
	border-radius: 20px;
	padding:52px 0;
}
.part7 .partCon .txt1 ul{
	font-size: 0;
	text-align: center;
}
.part7 .partCon .txt1 ul li{
	display: inline-block;
	vertical-align:top;
	text-align: left;
	width:482px;
	height: 156px;
	box-sizing: border-box;
	padding: 30px 40px 10px 45px;
	margin: 0 20px;
	background: #fff;
	box-shadow: 4px 4px 0px 0 #f39427;
	background-color: #fef2e1;
	background-image: linear-gradient(to right, #fef2e1 , #fbdeb2);
	font-size: 0;
}
.part7 .partCon .txt1 ul li .left{
	display: inline-block;
	vertical-align: top;
	width:285px;
	box-sizing: border-box;
}
.part7 .partCon .txt1 ul li .left h2{
	line-height: 40px;
	font-size: 24px;
	color: #fd1030;
}
.part7 .partCon .txt1 ul li .left p{
	letter-spacing: -1px;
	line-height: 26px;
	font-size: 14px;
	color: #fd1030;
}
.part7 .partCon .txt1 ul li .left p b{
	font-size: 20px;
	color: #eb7c1d;
	margin: 0 2px;
}
.part7 .partCon .txt1 ul li .btn{
	display: inline-block;
	vertical-align: top;
	width: 112px;
	height: 112px;
}
.part7 .partCon .txt1 ul li .btn button{
	display:block;
	border-radius: 50%;
	width: 112px;
	height: 112px;
	line-height: 26px;
	font-size: 20px;
	color: #fff;
	background:#f70e2b;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.part7 .partCon .txt2{
	padding-top: 30px;
}
.part7 .partCon .txt2 ul{
	font-size: 0;
	text-align: center;
}
.part7 .partCon .txt2 ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:230px;
	height:315px;
	margin:0 15px;
	box-sizing: border-box;
	background: url(../images/part7_bg02.png) center no-repeat;
}
.part7 .partCon .txt2 ul li h2{
	text-align: center;
	line-height: 54px;
	font-size: 28px;
	color: #ffdba5;
	font-weight: bold;
}
.part7 .partCon .txt2 ul li span{
	display: block;
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 6px;
	line-height:24px;
	background: #fce7c6;
	font-size: 20px;
	color: #e43248;
	font-weight:bold;
}
.part7 .partCon .txt2 ul li p{
	padding-top: 10px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}
.part7 .partCon .txt2 ul li.Li3 p{
	line-height: 20px;
}
.part7 .partCon .txt2 ul li p i{
	font-style: normal;
	line-height: 28px;
	font-size: 18px;
	color: #e81431;
	font-weight: 500;
}
.part7 .partCon .txt2 ul li>button{
	position: absolute;
	left: 50%;
	bottom:0px;
	margin-left:-115px;
	display: block;
	width:230px;
	height:66px;
	text-align: center;
	line-height:66px;
	font-size: 20px;
	color: #060101;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
}
.part7 .img{
	position: absolute;
	left: 50%;
	margin-left: -550px;
	bottom: 0;
	display: block;
	width: 1100px;
	height: 352px;
}

/* part8 */
.part8{
	padding: 45px 0 50px;
}
.part8 .partCon{
	position: relative;
	height: 615px;
	margin-top:20px;
} 
.part8 .partCon .img1{
	position: absolute;
	top: 0;
	left: 0;
}
.part8 .partCon .img1 img{
	display: block;
	width: 575px;
	height: 365px;
} 
.part8 .partCon .img2{
	position: absolute;
	top: 0;
	left: 594px;
}
.part8 .partCon .img2 img{
	display: block;
	width: 200px;
	height: 365px;
} 
.part8 .partCon .img3{
	position: absolute;
	top: 0;
	left: 812px;
}
.part8 .partCon .img3 img{
	display: block;
	width: 288px;
	height: 176px;
} 
.part8 .partCon .img4{
	position: absolute;
	top:193px;
	left: 812px;
}
.part8 .partCon .img4 img{
	display: block;
	width: 288px;
	height: 172px;
} 
.part8 .partCon .img5{
	position: absolute;
	top:390px;
	left: 0px;
}
.part8 .partCon .img5 img,
.part8 .partCon .img6 img,
.part8 .partCon .img7 img{
	display: block;
	width: 348px;
	height: 225px;
} 
.part8 .partCon .img6{
	
	position: absolute;
	top:390px;
	left:375px;
}
.part8 .partCon .img7{
	position: absolute;
	top:390px;
	left: 750px;	
}
.part8 .partCon .img{
	overflow: hidden;
	
}
.part8 .partCon .img img{
	transition: all 0.3s;
}
.part8 .partCon .img:hover img{
	transform: scale(1.2);
}

/* part9 */
.part9{
	background-color: #f2900f; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #eb583a , #f2900f);
	padding: 40px 0;
	box-sizing: border-box;
	min-height:431px;
}
.part9 .title h2{
	background: url(../images/part_title_bg01.png) left center no-repeat,url(../images/part_title_bg02.png) right center no-repeat;
}
.part9 .btnCon button{
	border:1px solid #fff;
	line-height: 54px;
}
.fromCon .title2{
	text-align: center;
	line-height: 56px;
	font-size: 40px;
	color: #ff6600;
	font-weight: bold;
}
.fromCon .w_1100{
	font-size: 0;
	text-align: center;
}
.fromCon .w_1100{
	padding: 20px 0;
}
.fromCon .w_1100 .inputCon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 218px;
	height: 50px;
	box-sizing: border-box;
	padding:0px 13px;
	margin: 0 17px;
	font-size: 0;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
}
.fromCon .w_1100 .inputCon i{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 13px;
	margin-right: 10px;
	width: 27px;
	height: 27px;
}
.fromCon .w_1100 .inputCon.import::after {
	content: "*";
	display: block;
	position: absolute;
	top: 10px;
	left: 41px;
	font-size: 16px;
	color: #db4a51;
}
.fromCon .w_1100 .inputCon i.icon01{
	background: url(../images/bm_icon01.png) center no-repeat;
}
.fromCon .w_1100 .inputCon i.icon02{
	background: url(../images/bm_icon02.png) center no-repeat;
}
.fromCon .w_1100 .inputCon i.icon03{
	background: url(../images/bm_icon03.png) center no-repeat;
}
.fromCon .w_1100 .inputCon i.icon04{
	background: url(../images/bm_icon04.png) center no-repeat;
}
.fromCon .w_1100 .inputCon input{
	display:inline-block;
	vertical-align: top;
	width:160px;
	height:50px;
	border: 0;
	box-sizing: border-box;
	line-height:50px;
	font-size: 18px;
	color: #706f6f;
}
.fromCon .w_1100 .inputCon input::-webkit-input-placeholder{
	color: #706f6f;
}

.fromCon .w_1100 .inputCon select{
	display:inline-block;
	vertical-align: top;
	width: 160px;
	height: 50px;
	border: 0;
	box-sizing: border-box;
	padding-right:27px;
	line-height: 50px;
	font-size: 18px;
	color: #706f6f;
	background:#fff url(../images/bm_arrow01.png) right center no-repeat;
	outline: 0;
	/*清除默认的select选择框样式*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.fromCon .btnCon{
	padding:6px 0 10px;
	text-align: center;
}
.fromCon .btnCon button{
    margin: 0 12px;
    display: inline-block;
    vertical-align: top;
    width: 214px;
    height:56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    background: #f3950b;
    border-radius: 5px;;
    border: none;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.part9 .btnCon{
	padding: 25px 0;
}

.lbImg{
	width: 206px;
	height: 206px;
	position: fixed;
	z-index: 99;
	left: -300px;
	opacity: 0;
	bottom: 50px;
	background: url(../images/pop_img01.png) center no-repeat;
	background-size: 206px 206px;
	cursor: pointer;
	transition: all 0.5s;
}
.lbImg.cur{
	transition-delay: 1s;
	left: 15px;
	opacity: 1;	
}

/* pop */
.pop01{
	position: fixed;
	left: 0;
	bottom: 0;
	width:100%;
	min-width: 1280px;
	height: 160px;
	background:#ee8122 url(../images/pop_bg01.jpg) center no-repeat;
	transition: all 1s;
	opacity: 1;
	transition-delay: 0.5s;
	z-index: 100;
}
.pop01.cur{
	transition-delay: 0s;
	width: 0;
	opacity: 0;
	height: 0;
}

.pop01 .popCon{
	font-size: 0;
}
.pop01 .popCon>div{
	display: inline-block;
	vertical-align: top;
}
.pop01 .popCon .left{
	width: 660px;
	height: 160px;
}
.pop01 .popCon .right{
	font-size: 0;
	width: 440px;
	padding-left:14px;
	box-sizing: border-box;
	position: relative;
	padding-top: 27px;
}
.pop01 .popCon .right .p_input{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
	margin-bottom: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	width: 195px;
	height: 46px;
}
.pop01 .popCon .right .p_inputbg{
	padding-left: 24px;
	background: #fff;
	border:1px solid #d2d2d2;
}
.pop01 .popCon .right .import::after{
	content: "*";
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	font-size: 22px;
	color: #db4a51;
}
.pop01 .popCon .right .p_input input{
	display: block;
	width: 100%;
	line-height: 44px;
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 18px;
	color: #706f6f;
	background: none;
	border: 0;
	outline: 0;
}
.pop01 .popCon .right .p_input select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 44px;
	border: 0;
	box-sizing: border-box;
	padding-right: 27px;
	line-height: 44px;
	font-size: 18px;
	color: #706f6f;
	background: #fff url(../images/bm_arrow01.png) right center no-repeat;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.pop01 .popCon .right .p_input button{
display: block;
    width: 195px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #272727;
    border-radius: 28px;
    background: #f4b641;
    background-image: linear-gradient(#fdde8e, #f4b641);
    box-shadow: 0px 2px 4px 0px rgb(23 23 25 / 14%);
    border: none;
    outline: 0;
    cursor: pointer;
}
.pop01 .popCon .right .del{
	position: absolute;
	right: -47px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.pop01 .popCon .right .del img{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}


.pop02,.pop03{
	position: fixed;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	z-index: 300;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-moz-box-pack:center;
	-webkit-box-align:center;
	-moz-box-align:center;
}
.pop .bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 301;
}
.pop02 .popCon{
	position: relative;
	z-index: 330;
	width: 810px;
	height: 390px;
	background:url(../images/pop_bg02.jpg) center 50px no-repeat;
	margin: 0 auto;
}
.pop02 .popCon .title{
	position: relative;
	font-size: 26px;
	color: #fff;
	background: #3c2f27;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
}
.pop02 .popCon .title i.del{
	width: 30px;
	height: 30px;
	background:url(../images/pop_del02.png) center no-repeat;
	border-radius: 50%;
	position: absolute;
	z-index: 303;
	right: 46px;
	top: 10px;
	cursor: pointer;
}
.pop03 i.del{
	width: 30px;
	height: 30px;
	background:url(../images/pop_del02.png) center no-repeat;
	background-size:cover;
	border-radius: 50%;
	position: absolute;
	z-index: 345;
	left: 50%;
	margin-left:220px;
	top: 50%; 
	margin-top:-190px;
	cursor: pointer;
}
.pop02 .popCon .popConInfo{
	font-size: 0;
}
.popConInfo .left{
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
}
.popConInfo .left img{
	display: block;
	width: 400px;
	height: 310px;
	border-radius: 15px;
}
.popConInfo .right{
	display: inline-block;
	vertical-align: top;
	width: 387px;
	box-sizing: border-box;
	padding: 0 44px;
	
}
.popConInfo .right h2{
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: #3c2f27;
	padding-bottom: 17px;
	font-weight: bold;
}
.popConInfo .right .input{
	padding-left: 44px;
	padding-right: 5px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	position: relative;
	margin-bottom:20px;
}
.popConInfo .right .input1{
	background:#fff url(../images/pop_icon01.png) 6px center no-repeat;
}
.popConInfo .right .input2{
	background:#fff url(../images/pop_icon02.png) 6px center no-repeat;
}
.popConInfo .right .input3{
	background:#fff url(../images/pop_icon03.png) 6px center no-repeat;
}
.popConInfo .right .input::after{
	content: "*";
	display: block;
	position: absolute;
	color: #fe7c00;
	left: 35px;
	top: 8px;
	font-size: 16px;
}
.popConInfo .right .input input{
	display: block;
	width: 100%;
	line-height: 46px;
	font-size:16px;
	color:#706f6f;
	border: none;
	background: none;
	outline: 0;
}
.popConInfo .right .input select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 46px;
	border: 0;
	box-sizing: border-box;
	line-height: 46px;
	font-size: 18px;
	color: #706f6f;
	background: #fff url(../images/bm_arrow01.png) right center no-repeat;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.popConInfo .right .btn button{
	display: block;
	    width: 100%;
	    line-height: 46px;
	    text-align: center;
	    font-size: 22px;
	    box-shadow: 0px 5px 6px 0px rgb(23 23 25 / 26%);
	    border-radius: 23px;
	    border: none;
	    outline: 0;
	    cursor: pointer;
	    color: #272727;
background: #f4b641;
    background-image: linear-gradient(#fdde8e, #f4b641);
}
.pop03 .popCon{
	position: relative;
	margin: 0 auto;
	width: 670px;
	height: 500px;
	padding-top: 100px;
	box-sizing: border-box;
	background: url(../images/pop_bg03.png) center no-repeat;
	z-index: 330;
}
.pop03 .popCon h2{
	line-height: 42px;
	text-align: center;
	font-size: 28px;
	color: #c57e4b;
	padding-bottom: 76px;
}
.pop03 .popCon p{
	line-height: 22px;
	font-size: 16px;
	color: #c57e4b;
	min-height: 110px;
}
.pop03 .popCon button{
    display: block;
    margin: 40px auto 0;
    width: 260px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #c71d00;
    border-radius: 28px;
	background: #fcf0cb; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#fdcda1, #fcf0cb);
    box-shadow: 0px 2px 4px 0px rgb(23 23 25 / 14%);
    border: none;
    outline: 0;
    cursor: pointer;
}
.btnCon button:hover,
.popConInfo .right .btn button:hover,
.pop01 .popCon .right .p_input button:hover,
.pop03 .popCon button:hover{
	background: #fff;
	color:#f4b641;
}
.part2 .partCon ul li:hover .liDiv .btnCon button:hover{
	background: #eb7c1d;
	color:#f4b641;
}

/* 动效 */
.fadein {
	opacity:0;
	animation:fadnIn 1.5s forwards;
	-webkit-animation:fadnIn 1.5s forwards
}
.slideinright {
	transform:translateX(200px);
	-webkit-transform:translateX(200px);
	animation:slideinright 1.5s forwards;
	-webkit-animation:slideinright 1.5s forwards
}
.slideinleft {
	transform:translateX(-200px);
	-webkit-transform:translateX(-200px);
	animation:slideinleft 1.5s forwards;
	-webkit-animation:slideinleft 1.5s forwards
}
.dely-1 {
	animation-delay:.1s;
	-webkit-animation-delay:.1s
}
.dely-2 {
	animation-delay:.4s;
	-webkit-animation-delay:.4s
}
.dely-3 {
	animation-delay:.7s;
	-webkit-animation-delay:.7s
}
.dely-4 {
	animation-delay:1.0s;
	-webkit-animation-delay:1.0s
}
.dely-5 {
	animation-delay:1.3s;
	-webkit-animation-delay:1.3s
}
.dely-6 {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s
}
.dely-7 {
	animation-delay:1.9s;
	-webkit-animation-delay:1.9s
}
@keyframes fadnIn {
	0% {
	opacity:0;
	transform:translateY(60px);
	-webkit-transform:translateY(60px)
}
100% {
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0)
}
}@keyframes slideinright {
	0% {
	transform:translateX(200px);
	-webkit-transform:translateX(200px)
}
100% {
	transform:translateX(0);
	-webkit-transform:translateX(0)
}
}@keyframes slideinleft {
	0% {
	transform:translateX(-200px);
	-webkit-transform:translateX(-200px)
}
100% {
	transform:translateX(0);
	-webkit-transform:translateX(0)
}
}@-webkit-keyframes fadnIn {
	0% {
	opacity:0;
	transform:translateY(60px);
	-webkit-transform:translateY(60px)
}
100% {
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0)
}
}@-webkit-keyframes slideinright {
	0% {
	transform:translateX(200px);
	-webkit-transform:translateX(200px)
}
100% {
	transform:translateX(0);
	-webkit-transform:translateX(0)
}
}@-webkit-keyframes slideinleft {
	0% {
	transform:translateX(-200px);
	-webkit-transform:translateX(-200px)
}
100% {
	transform:translateX(0);
	-webkit-transform:translateX(0)
}
}@keyframes blink {
	0% {
	opacity:1
}
50% {
	opacity:.6
}
100% {
	opacity:1
}
}@-webkit-keyframes blink {
	0% {
	opacity:1
}
50% {
	opacity:.6
}
100% {
	opacity:1
}
}
