/* header */
.header{
	width: 100%;
	min-width: 1280px;
	height: 614px;
	background: url(../images/advImg01.png) top center no-repeat;
}
.topImg{
	padding-top: 30px;
	overflow: hidden;
	}
.topImg .logo,
.topImg .logo a{
	display: block;
	width: 200px;
	height: 74px;
}
.topImg .logo img{
	display: block;
	width: 200px;
	height: 74px;	
}
.topImg .top_txt{
	line-height: 74px;
	font-size:22px;
	color: #4d4d4d;
}

/* nav */
.nav {
	height: 66px;
	line-height: 66px;
	background: #3c2f27;
}
.nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}
.nav ul {
	height: 66px;
	font-size: 0;
}
.nav ul li {
	position: relative;
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 66px;
	height: 66px;
	color: #fff;
}
.nav ul li a{
	font-size: 16px;
	color: #fff;
}
.nav ul li a:hover {
	transition: all 0.3s;
	color: #fd8e34;
}
.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;
	background: #f7edeb;
	width: 100%;
	min-width:1280px;
}
.part .title{
	font-size: 0;
	text-align: center;
}
.part .title h2{
	display: inline-block;
	vertical-align: top;
	padding:0 153px;
	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: 40px;
	font-size: 26px;
	color: #2c2e2d;
}
.part1 ul{
	font-size: 0;
	padding:14px 0 45px;
}
.part1 ul li{
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
	width: 250px;
	height: 340px;
	overflow: hidden;
	border-radius: 14px;
	background: #f8990d url(../images/part1_bg02.png) center bottom no-repeat;
	margin-right: 33px;
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
}
.part1 ul li:nth-child(4){
	margin-right: 0;
}
.part1 ul li .img{
	padding:14px;
}
.part1 ul li .img img{
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin: 0 auto;
}
.part1 ul li .txt{
	padding-top: 14px;
}
.part1 ul li .txt h2{
	text-align: center;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.part1 ul li .txt h3{
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.part1 ul li .txt i{
	display: block;
	margin: 0 auto;
	width: 40px;
	height:34px;
	background: url(../images/part1_arrow01.png) center no-repeat;
}
.part1 ul li .txt span{
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}
.part1 .btnCon{
	padding: 10px;
	text-align: center;
	font-size: 0;
}
.part1 .btnCon button{
	margin: 0 23px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	background: url(../images/btn_bg01.jpg);
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	border: none;
	outline:0;
	cursor: pointer;
}

/* part2 */
.part2{
	padding:40px 0;
	background: url(../images/part2_bg.png) center bottom no-repeat;
}
.part2 .partCon{
	overflow: hidden;
	padding-top: 33px;
}
.part2 .partCon .img{
	width: 558px;
	text-align: center;
	padding-top: 39px;
}
.part2 .partCon .img img{
	display: block;
	width: 387px;
	height: 525px;
	border-radius: 15px;
	margin: 0 auto;
	box-shadow: 0px 2px 4px rgba(23, 23, 25, 0.14);
}
.part2 .partCon .btnCon{
	padding: 40px 0 10px;
	text-align: center;
} 
.part2 .partCon .btnCon button,
.part5 .partCon .btnCon button{
	margin: 0 14px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	background: url(../images/btn_bg01.jpg);
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	border: none;
	outline:0;
	cursor: pointer;
}
.part2 .partCon .txt{
	width: 542px;
}
.part2 .partCon .txt ul li{
	position: relative;
	padding: 12px 0 8px 88px;
}
.part2 .partCon .txt ul li i{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 80px;
	height: 80px;
}
.part2 .partCon .txt ul li h2{
	line-height: 44px;
	font-size: 26px;
	color: #4d4d4d;
	font-weight: bold;
}
.part2 .partCon .txt ul li p{
	line-height: 24px;
	font-size: 14px;
	color: #4e4e4e;
}
.part2 .partCon .txt ul li span{
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #fe6730;
}
.part2 .partCon .txt ul li.L1 i{
	background:url(../images/part2_num1.png) center no-repeat;
}
.part2 .partCon .txt ul li.L2 i{
	background:url(../images/part2_num2.png) center no-repeat;
}
.part2 .partCon .txt ul li.L3 i{
	background:url(../images/part2_num3.png) center no-repeat;
}
.part2 .partCon .txt ul li.L4 i{
	background:url(../images/part2_num4.png) center no-repeat;
}
.part3 .topPart{
	padding-top: 40px;
	padding-bottom: 50px;
	background:url(../images/part3_bg01.jpg);
}
.part3 .topPart .title h2,
.part4 .title h2{
	color: #fff;
	background: url(../images/part_title_bg03.png) left center no-repeat,url(../images/part_title_bg04.png) right center no-repeat;
}
.part3 .topPart .tips{
	padding-top: 13px;
}
.part3 .topPart .tips img{
	display: block;
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}
.part3 .topPart .partCon{
	padding-top: 5px;
	padding-bottom: 50px;
}
.part3 .topPart .partCon .swiper-button-next,
.part3 .topPart .partCon .swiper-button-prev{
	margin-top: -45px;
}
.part3 .topPart .partCon .swiper-slide{
	font-size: 0;
}
.swiper-slideCon{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 308px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(23, 23, 25, 0.3);
	margin-right: 33px;
}
.swiper-slideCon:last-child{
	margin-right: 0;
}
.swiper-slideCon .img{
	padding-top: 20px;
	padding-bottom: 12px;
}
.swiper-slideCon .img img{
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
}
.swiper-slideCon .txt h2{
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #4e4e4e;
}
.swiper-slideCon .txt span{
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color: #4e4e4e;
	padding-bottom: 3px;
}
.swiper-slideCon .txt hr{
	display: block;
	width: 238px;
	height: 3px;
	margin: 0 auto;
	background: #fe6730;
	border:none;
}
.swiper-slideCon .txt p{
	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: -78px;
}
.part3 .partCon .swiper-button-prev, 
.part3 .partCon .swiper-container-rtl .swiper-button-next{
	background:url(../images/part3_arrow01.png) center no-repeat;
	left: -78px;
}

.part3 .topPart  .btnCon{
	font-size: 0;
	text-align: center;
}
.part3 .topPart  .btnCon .btn1{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 56px;
	box-sizing: border-box;
	border-radius: 28px;
	border:1px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	background: url(../images/btn_bg01.jpg);
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	outline: 0;
	cursor: pointer;
}
.part3 .bottomPart{
	padding: 42px 0;
}
.part3 .bottomPart{
	background:url(../images/part3_bg02.png) center top no-repeat;
}
.part3 .bottomPart .tips img{
	display: block;
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}
.bottomPart .txt{
	text-align: center;
	line-height: 36px;
	font-size: 26px;
	color: #000;
}
.bottomPart ul{
	font-size: 0;
}
.bottomPart ul li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 25px 38px 24px;
}
.bottomPart ul li .img{
	width: 156px;
	height: 156px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/part3_img_bg01.png) center no-repeat;
}
.bottomPart ul li .img img{
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 13px;
}

.bottomPart ul li .txt h2{
	text-align: center;
	line-height:30px;
	font-size: 20px;
	color: #4e4e4e;
	padding-bottom: 5px;
}
.bottomPart ul li .txt span{
	display: block;
	width: 226px;
	height: 49px;
	box-sizing: border-box;
	padding-top: 7px;
	padding-right: 7px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #f7edeb;
	background: url(../images/part3_btn_bg01.png) center no-repeat;
}

.part3 .bottomPart  .btnCon{
	font-size: 0;
	text-align: center;
	padding: 8px;
}
.part3 .bottomPart .btnCon .btn1{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 56px;
	box-sizing: border-box;
	border-radius: 28px;
	border:1px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	background: url(../images/btn_bg01.jpg);
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	outline: 0;
	cursor: pointer;
}
.part4{
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/part4_bg.jpg) center top ;
}
.part4 .title h2,
.part4 .subtitle{
	color: #fff;
}
.part4 .subtitle{
	padding-bottom: 25px;
	background: url(../images/line02.jpg) center bottom no-repeat;
}
.part4 .subTxt{
	padding-top: 13px;
}
.part4 .subTxt h2{
	padding: 12px 0;
	text-align: center;
	line-height: 36px;
	font-size: 26px;
	color: #fc9c10;
}
.part4 .subTxt ul{
	font-size: 0;
	text-align: center;
}
.part4 .subTxt ul li{
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	padding: 0 25px;
}
.part4 .subTxt ul li span{
	font-weight: bold;
	font-size: 18px;
}
.part4 .partCon{
	font-size: 0;
	text-align: center;
}
.part4 .partCon>div{
	display: inline-block;
	vertical-align: top;
}
.part4 .partCon .img img{
	display: block;
	width: 520px;
	height: 500px;
}
.part4 .partCon{
	padding-top: 42px;
}
.part4 .partCon  .txt{
	position: relative;
	padding-top: 30px;
}
.part4 .partCon  .txt ul li{
	position: relative;
	padding-left: 20px;
	background: url(../images/part4_icon01.png) left center no-repeat;
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.part4 .partCon  .txt ul li span{
	font-size: 20px;
	color: #fc9c10;
	font-weight: bold;
}
.part4 .partCon  .txt ul li.L1{
	margin-left: -50px;
}
.part4 .partCon  .txt ul li.L2{
	margin-left: -10px;
}
.part4 .partCon  .txt ul li.L3{
	margin-left: 20px;
}
.part4 .partCon  .txt ul li.L4{
	margin-left: 40px;
}
.part4 .partCon  .txt ul li.L5{
	margin-left: 30px;
}
.part4 .partCon  .txt ul li.L6{
	margin-left: 10px;
}
.part4 .partCon  .txt ul li.L7{
	margin-left: -20px;
}

.part4 .icon01{
	position: absolute;
	left: 50%;
	bottom:0px;
	margin-left: -89px;
	width: 178px;
	height: 34px;
	background: url(../images/part_a_icon01.png) center no-repeat;
}

.fromCon{
	background:#f7edeb;
	padding: 40px 0;
}
.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: 46px 0;
}
.fromCon .w_1100 .inputCon{
	display: inline-block;
	vertical-align: top;
	min-width: 218px;
	height: 50px;
	box-sizing: border-box;
	padding:0px 13px;
	margin: 0 24px;
	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 i.icon01::after
.fromCon .w_1100 .inputCon i.icon02::after{
	content: '*';
	display: block;
	font-style: normal;
	position: absolute;
	right: -9px;
	top: 0px;
	font-size: 14px;
	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: 16px;
	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:6pxpx 0 10px;
	text-align: center;
}
.fromCon .btnCon button{
	margin: 0 14px;
	display: inline-block;
	vertical-align: top;
	width: 258px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	box-sizing: border-box;
	background: url(../images/btn_bg01.jpg);
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	border: none;
	outline: 0;
	cursor: pointer;
}

/* part5 */
.part5{
	padding: 40px 0;
}
.part5 .partCon{
	position: relative;
	font-size: 0;
	text-align: center;
}
.part5 .partCon .img{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 425px;
	min-height: 500px;
	padding-top: 120px;
}
.part5 .partCon .img img{
	display: block;
	margin: 0 auto;
	width: 356px;
	height: 266px;
	border-radius: 8px;
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
}
.part5 .partCon .img ul{
	position: absolute;
	left:-20px;
	top: 354px;
	width: 342px;
	box-sizing: border-box;
	padding: 26px 20px;
	border-radius: 14px;
	border:1px solid #f7a200;
	background: #fff;
	  box-shadow: 0px 2px 40px 0px rgba(23, 23, 25, 0.14);
}
.part5 .partCon .img ul li{
	padding-left: 36px;
	line-height: 50px;
	font-size: 24px;
	color: #4d4d4d;
	text-align: left;
}
.part5 .partCon .img ul li.L1{
	background: url(../images/part5_icon01.png) left 9px no-repeat;
}
.part5 .partCon .img ul li.L2{
	background: url(../images/part5_icon02.png) left 9px no-repeat;
}
.part5 .partCon .txt{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 674px;
	padding-top: 50px;
	padding-left: 30px;
	box-sizing: border-box;
}
.part5 .partCon .txt .info{
	position: relative;
	left: 44px;
	margin-bottom: 29px;
	background: #e6e6e6;
	padding: 7px 20px 15px 42px;
	width: 600px;
	box-sizing: border-box;
}
.part5 .partCon .txt .info i{
	position: absolute;
	left: -48px;
	top: -20px;
	display: block;
	width: 72px;
	height: 80px;
}
.part5 .partCon .txt .info i.num1{
	background: url(../images/part5_num1.png) center no-repeat;
}
.part5 .partCon .txt .info i.num2{
	background: url(../images/part5_num2.png) center no-repeat;
}
.part5 .partCon .txt .info i.num3{	
	background: url(../images/part5_num3.png) center no-repeat;	
}
.part5 .partCon .txt .info i.num4{
	background: url(../images/part5_num4.png) center no-repeat;	
}
.part5 .partCon .txt .info i.num5{
	background: url(../images/part5_num5.png) center no-repeat;	
}
.part5 .partCon .txt .info i.num6{
	background: url(../images/part5_num6.png) center no-repeat;	
}
.part5 .partCon .txt .info h2{
	line-height: 28px;
	font-size: 20px;
	color: #4d4d4d;
	text-align: left;
	padding-bottom: 5px;
}
.part5 .partCon .txt .info p{
	line-height: 24px;
	font-size: 14px;
	color: #4d4d4d;
	text-align: left;
}
.part5 .partCon .txt .info p span{
	background: url(../images/part5_icon04.png) left center no-repeat;
	padding-left: 14px;
	color: #ff6600;
}
.part5 .partCon .txt .info.cur{
	left: 0;
	background: #f7a200;
}
.part5 .partCon .txt .info.cur h2,
.part5 .partCon .txt .info.cur p{
	color: #fff;
}
.part5 .partCon .txt .info.cur p span{
	background: url(../images/part5_icon03.png) left center no-repeat;
	color: #fff;
}
.part5 .partCon .btnCon{
	padding: 18px 30px  10px 0;
}

.part6{
	padding: 40px 0;
	background:#f7edeb url(../images/part6_bg01.png) center top no-repeat;
}
.part6 .partCon .txt1{
	padding-top: 44px;
}
.part6 .partCon .txt1 ul{
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(23, 23, 25, 0.3);
	border-radius: 14px;
	font-size: 0;
}
.part6 .partCon .txt1 ul li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #d5d5d5;
}
.part6 .partCon .txt1 ul li:last-child{
	border-right: none;
}
.part6 .partCon .txt1 ul li h2{
	padding: 22px 0 20px;
	line-height: 34px;
	font-size: 20px;
	color: #ff6600;
	letter-spacing: -3px;
	text-align: center;
	font-weight: bold;
}
.part6 .partCon .txt1 ul li p{
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #2c2e2d;
	min-height:104px;
}
.part6 .partCon .txt1 ul li p span{
	font-weight: bold;
	color: #ff6600;
}
.part6 .partCon .txt1 ul li button{
	display:block;
	margin: 16px auto 20px;
	width: 164px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	background: url(../images/btn_bg01.jpg);
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	border: none;
	outline: 0;
	cursor: pointer;
}
.part6 .partCon .txt2{
	padding-top: 32px;
}
.part6 .partCon .txt2 ul{
	font-size: 0;
}
.part6 .partCon .txt2 ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 348px;
	height: 375px;
	margin-right: 28px;
	padding: 14px 17px 20px;
	box-sizing: border-box;
	background: url(../images/part6_bg02.png) center no-repeat;
}
.part6 .partCon .txt2 ul li:last-child{
	margin-right: 0;
}
.part6 .partCon .txt2 ul li h2{
	text-align: center;
	line-height: 48px;
	font-size: 26px;
	color: #e81431;
	font-weight: bold;
}
.part6 .partCon .txt2 ul li span{
	display: block;
	text-align: center;
	line-height: 36px;
	background: #e81431;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}
.part6 .partCon .txt2 ul li p{
	padding-top: 10px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #2c2e2d;
	
}
.part6 .partCon .txt2 ul li p i{
	font-style: normal;
	line-height: 28px;
	font-size: 18px;
	color: #e81431;
	font-weight: 500;
}
.part6 .partCon .txt2 ul li>button{
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left:-82px;
	display: block;
	width: 164px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
	border-radius: 28px;
	background: url(../images/btn_bg01.jpg);
	box-shadow: 0px 2px 4px 0px rgba(23, 23, 25, 0.14);
	border: none;
	outline: 0;
	cursor: pointer;
}
/* part7 */
.part7{
	padding: 40px 0;
}
.part7 .title{
	padding-bottom: 40px;
}
.part7 .partCon{
	position: relative;
	height: 615px;
} 
.part7 .partCon .img1{
	position: absolute;
	top: 0;
	left: 0;
}
.part7 .partCon .img1 img{
	display: block;
	width: 574px;
	height: 365px;
} 
.part7 .partCon .img2{
	position: absolute;
	top: 0;
	left: 594px;
}
.part7 .partCon .img2 img{
	display: block;
	width: 200px;
	height: 365px;
} 
.part7 .partCon .img3{
	position: absolute;
	top: 0;
	left: 812px;
}
.part7 .partCon .img3 img{
	display: block;
	width: 288px;
	height: 176px;
} 
.part7 .partCon .img4{
	position: absolute;
	top:193px;
	left: 812px;
}
.part7 .partCon .img4 img{
	display: block;
	width: 288px;
	height: 172px;
} 
.part7 .partCon .img5{
	position: absolute;
	top:390px;
	left: 0px;
}
.part7 .partCon .img5 img,
.part7 .partCon .img6 img,
.part7 .partCon .img7 img{
	display: block;
	width: 348px;
	height: 225px;
} 
.part7 .partCon .img6{
	
	position: absolute;
	top:390px;
	left:375px;
}
.part7 .partCon .img7{
	position: absolute;
	top:390px;
	left: 750px;	
}
.part7 .partCon .img{
	overflow: hidden;
	
}
.part7 .partCon .img img{
	transition: all 0.3s;
}
.part7 .partCon .img:hover img{
	transform: scale(1.2);
}

/* part8 */
.part8{
	background: url(../images/part3_bg01.jpg);
	padding: 40px 0;
}
.part8 .title h2{
	background: url(../images/part_title_bg03.png) left center no-repeat,url(../images/part_title_bg04.png) right center no-repeat;
}
.part8 .title h2,
.part8 .subtitle{
	color: #fff;
}
.part8 .btnCon button{
	border:1px solid #fff;
	line-height: 54px;
}

.footer{
	width: 100%;
	min-width: 1280px;
	height: 555px;
	background: url(../images/advImg02.png) top center no-repeat;
}
.bottomImg{
	padding-top: 48px;
	overflow: hidden;
	}
.bottomImg .logo,
.bottomImg .logo a{
	display: block;
	width: 200px;
	height: 74px;
}
.bottomImg .logo img{
	display: block;
	width: 200px;
	height: 74px;	
}
.bottomImg .bottom_txt{
	line-height: 74px;
	font-size:14px;
	color: #4d4d4d;
}

.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;
	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:#f7edeb url(../images/pop_bg01.png) center no-repeat;
	transition: all 1s;
	opacity: 1;
	transition-delay: 0.5s;
}
.pop01.cur{
	transition-delay: 0s;
	width: 0;
	opacity: 0;
	height: 0;
}

.pop01 .popCon{
	background:url(../images/pop_bg01.png) center no-repeat;
	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: 100%;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #fb8014;
	border-radius: 23px;
	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{
	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: #f7edeb;
	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;
}
.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: 300px;
	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: #4d4d4d;
	padding-bottom: 17px;
}
.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;
	color: #fff;
	background: #fb8014;
	box-shadow: 0px 5px 6px 0px rgba(23, 23, 25, 0.26);
	border-radius: 23px;
	border: none;
	outline: 0;
	cursor: pointer;
}

/* 动效 */
.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
}
}

































