/* banner */
.banner{
	position: relative;
	width: 100%;
	min-width:1112px;
	height:666px;
	padding-top: 54px;
	box-sizing: border-box;
	background:url(../images/advImg01.png) top center no-repeat;
}
.banner>.bg_img{
	position: absolute;
	width: 100%;
	min-width:1112px;
	height: 979px;
	background:url(../images/adv_bg01.png) top center no-repeat;
	z-index: 1;
}
.banner .w_1112{
	position: relative;
	z-index: 10;
}
.banner .w_1112>img.img{
	display: block;
	width: 1112px;
	height: 450px;
	margin: 0 auto;
}
.banner .w_1112>.txtCon{
	font-size: 0;
	text-align: center;
}
.banner .w_1112>.txtCon .txt{
	display: inline-block;
	vertical-align: top;
	min-width: 156px;
}
.banner .w_1112>.txtCon .txt>div{
	display: inline-block;
	vertical-align: top;
	height: 42px;
	margin: 0 8px;
	padding: 0 20px;
	background-color: #fb9a86;
	line-height: 42px;
	text-align: center;
	transform: skewX(-45deg);
	border-radius: 8px 10px;
	
}
.banner .w_1112>.txtCon .txt>div span{
	display: block;
	line-height: 42px;
	font-size:24px;
	color: #fff;
	transform: skewX(45deg);
}
.banner .w_1112 a{
	display: block;
	position: absolute;
	top:370px;
	left:845px;
	width:76px;
	height:76px;
	padding-top: 14px;
	line-height: 24px;
	background: #c83f27;
	border-radius:50%;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
.banner .w_1112 a:hover{
	background:#fb9a86;
}
.banner .w_1112 a>.icon,
.fromCon02 .lt .tjBtnCon button.tjBtn .icon{
	display: block;
	position: absolute;
	left: 50%;
	top: 38px;
	margin-left:28px;
	width: 35px;
	height: 35px;
	background: url(../images/a_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;
}
@-webkit-keyframes jtAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 3px);
   	 -webkit-transform: translate(0, 3px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

.part1{
	position: relative;
	min-height:990px;
	padding-top: 62px;
	box-sizing: border-box;
	z-index: 10;
}
.part .title,
.part .title03{
	font-size: 0;
	text-align: center;
}
.part .title h2{
	min-width: 385px;
	line-height: 88px;
	text-align: center;
	font-size: 46px;
	color: #373538;
	font-weight: bold;
	background: url(../images/title_bg01.png) center top no-repeat, url(../images/title_bg01.png) center bottom no-repeat;
}
.part .title02 h2{
	background: url(../images/title_bg02.png) center top no-repeat, url(../images/title_bg02.png) center bottom no-repeat;
}
.part .title03 h2{
	display: inline-block;
	vertical-align: top;
	min-width:628px;
	line-height: 88px;
	text-align: center;
	font-size: 46px;
	color: #555552;
	font-weight: bold;
	box-sizing: border-box;
	background: url(../images/title_bg03.png) left center no-repeat, url(../images/title_bg03.png) right center no-repeat;
}
.part1 .part_bg .icon01{
	display: block;
	position: absolute;
	left: 0;
	top: 132px;
}
.part1 .part_bg .icon02{
	display: block;
	position: absolute;
	top: 0px;
	right: 102px;
}
.part1 .part_bg .icon03{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.part1 .partCon ul{
	padding-top: 50px;
	font-size: 0;
	text-align: left;
}
.part1 .partCon ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 364px;
	height: 267px;
	border: 5px solid #fb9a86;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 122px;
}
.part1 .partCon ul li:nth-child(3n){
	margin-right: 0;
}
.part1 .partCon ul li.L1{
	background: url(../images/part1_bg01.jpg) center no-repeat;
}
.part1 .partCon ul li.L2{
	background: url(../images/part1_bg02.jpg) center no-repeat;
}
.part1 .partCon ul li.L3{
	background: url(../images/part1_bg03.jpg) center no-repeat;
}
.part1 .partCon ul li.L4{
	background: url(../images/part1_bg04.jpg) center no-repeat;
}
.part1 .partCon ul li.L5{
	background: url(../images/part1_bg05.jpg) center no-repeat;
}
.part1 .partCon ul li.L6{
	background: url(../images/part1_bg06.jpg) center no-repeat;
}
.part1 .partCon ul li img{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -45px;
	background: #fff;
	padding:0px 15px;
}
.part1 .partCon ul li h2{
	padding-top: 50px;
	padding-bottom: 12px;
	line-height: 34px;
	text-align: center;
	font-size: 24px;
	color: #cd533f;
}
.part1 .partCon ul li p{
	padding: 0 25px;
	line-height: 28px;
	font-size: 20px;
	color: #474242;
}
.part1 .partCon ul li .btnCon{
	position: absolute;
	right: 14px;
	bottom: -20px;
	width: 230px;
	height: 42px;
}
.part1 .partCon ul li .btnCon button{
	display: block;
	width: 230px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding-right:50px;
	background: #fb9a86 url(../images/arrow01.png) 180px center no-repeat;
	border: none;
	outline: 0;
	cursor: pointer;
}
.part1 .partCon ul li .btnCon button:hover{
	background: #d6634b url(../images/arrow01.png) 180px center no-repeat;	
}

.concept{
	min-height: 831px;
	padding-top: 35px;
	box-sizing: border-box;
	background: url(../images/concept_bg02.jpg) center top no-repeat;	
}
.part .subTitle{
	padding: 10px;
}
.part .subTitle h2{
	line-height: 46px;
	text-align: center;
	font-size: 30px;
	color: #c83f27;
	font-style: oblique;
}
.concept .partCon{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.concept .partCon .lt{
	width: 574px;
	padding-right: 60px;
	box-sizing: border-box;
}
.concept .partCon .lt .txt{
	padding: 30px 0 6px;
}
.concept .partCon .lt .txt h2{
	padding: 10px 0 10px 156px;
	background: url(../images/concept_bg01.png) left center no-repeat;
	line-height: 32px;
	font-size: 24px;
	color: #292828;
	font-weight: bold;
}
.concept .partCon .lt .txt p{
	padding-left: 156px;
	line-height: 36px;
	font-size: 20px;
	color: #464a50;
}
.concept .partCon .rt{
	width: 586px;
	padding-top: 82px;
}
.concept .partCon .rt .img{
	width: 586px;
	height: 316px;
	background-color: #d88173;
}
.concept .partCon .rt .img img{
	padding-top: 35px;
	display: block;
	margin: 0 auto;
	width: 524px;
	height: 325px;
}
.concept .partCon .rt .btnCon{
	padding-top: 100px;
	padding-left: 24px;
}
.concept .partCon .rt .btnCon button{
	display: block;
	width: 230px;
	height: 76px;
	padding-right: 55px;
	line-height: 76px;
	font-size: 18px;
	color: #252525;
	font-weight: bold;
	border: 3px solid #252525;
	border-radius: 3px;
	background: #fff url(../images/arrow02.png) 174px center no-repeat;
	outline: 0;
	box-shadow: 0px 0px 24px #ccc;
	cursor: pointer;
	-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: shaking;
	animation-name: shaking;
}
.concept .partCon .rt .btnCon button:hover{
	border: 3px solid #d88173;
}
@-webkit-keyframes shaking {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(6px, 0px);
   	 -webkit-transform: translate(6px, 0px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}
.part2 {
	padding-top: 62px;
	position: relative;
}
.part2 .partCon .tabList1{
	position: relative;
	font-size: 0;
	padding-top: 5px;
	z-index: 5;
}
.part2 .partCon .tabList1 .tab1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 232px;
	border-right: 1px solid #fff;
	background: #f3f2f3;
}
.part2 .partCon .tabList1 .tab1:nth-child(1){
	width: 122px;
	background: #dedade;
}
.part2 .partCon .tabList1 .tab1 span{
	position: relative;
	display: block;
	font-size: 20px;
	color: #504e4e;
	border-bottom: 1px solid #fff;
	padding:10px 20px;
	box-sizing: border-box;
	z-index: 10;
}
.part2 .partCon .tabList1 .tab1:nth-child(1) span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.part2 .partCon .tabList1 .tab1 span.spanTitle{
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.part2 .partCon .tabList1 .tab1 span.span1{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	padding:0 15px;
	box-sizing: border-box;
}
.part2 .partCon .tabList1 .tab1 span:nth-child(1){
	height: 30px;
	text-align: center;
	line-height:30px;
	background: #252525;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.part2 .partCon .tabList1 .tab1 span:nth-child(4){
	height: 160px;
}
.part2 .partCon .tabList1 .tab1 span:nth-child(5){
	height:228px;
}
.part2 .partCon .tabList1 .tab1 span:nth-child(6){
	height:172px;
}
.part2 .partCon .tabList1 .tab1 span:nth-child(6){
	border-bottom: 0;
}
.part2 .partCon .tabList1 .tab1:nth-child(3) span,
.part2 .partCon .tabList1 .tab1:nth-child(4) span{
	color: #fff;
}
.part2 .partCon .tabList1 .tab1 .img{
	position: absolute;
	top: 30px;
	left: -13px;
	display: block;
}
.part2 .partCon .btnCon{
	padding: 120px 0 12px;
}
.part2 .partCon .btnCon button,
.part3 .partCon .btnCon button,
.part5 .partCon .btnCon button{
	display: block;
	margin: 0 auto;
	width: 230px;
	height: 76px;
	padding-right: 55px;
	line-height: 76px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #c69d63 url(../images/arrow01.png) 174px center no-repeat;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 24px #ccc;
	cursor: pointer;
	-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: shaking;
	animation-name: shaking;
}
.part2 .partCon .btnCon button:hover,
.part5 .partCon .btnCon button:hover{
	background: #a55c53 url(../images/arrow01.png) 174px center no-repeat;
}
.part2 .iconImg .img1{
	display: block;
	position: absolute;
	top: 254px;
	left:0px;
	z-index: 1;
}
.part2 .iconImg .img2{
	display: block;
	position: absolute;
	top:495px;
	right: 0px;
	z-index: 1;
}
.part2 .iconImg .img3{
	display: block;
	position: absolute;
	top:210px;
	right:185px;
	z-index: 1;
}
.part3{
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
	min-height: 718px;
	background: url(../images/part3_bg01.jpg) center top no-repeat;
}
.part .white h2{
	color: #fff;
}
.part3 .partCon{
	position: relative;
	padding-top: 25px;
}
.part3 .partCon ul{
	min-height: 565px;
	padding-top: 4px;
	box-sizing: border-box;
	background: url(../images/part3_img.png) 255px top no-repeat;
}
.part3 .partCon ul li{
	font-size: 0;
}
.part3 .partCon ul li span{
	display: inline-block;
	vertical-align: top;
	margin: 0 64px 18px 68px;
	width: 164px;
	height: 42px;
	border-radius: 21px;
	background-color: #484747;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	color: #fff;
}
.part3 .partCon ul li p{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
	line-height: 42px;
	font-size: 20px;
	color: #722323;
}
.part3 .partCon ul li p.yellow{
	font-size: 24px;
	color: #fdd7a2;
	font-weight: bold;
}
.part3 .partCon ul li p.yellow i{
	font-style: normal;
	margin-left:20px;
	font-size: 20px;
	color: #fff;
}
.part3 .partCon .btnCon{
	position: absolute;
	top: 478px;
	right:28px;
}
.part3 .partCon .btnCon button{
	padding-right: 46px;
	color: #484747;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.2);
	background: #fdd7a2 url(../images/arrow02.png) 182px center no-repeat;
}
.part3 .partCon .btnCon button:hover{
	color: #fff;
	background: #d6634b url(../images/arrow01.png) 182px center no-repeat;
}

.part4{
	padding-top: 50px;
	padding-bottom: 20px;
}
.part .red h2{
	color: #942929;
}
.part4 .partCon{
	position: relative;
	width: 1138px;
	padding-top: 24px;
	overflow: hidden;
}

.swiper-container1{
	width: 766px;
	height: 550px;
	float: left;
	margin-left: -1px;
}
.swiper-wrapper1 .swiper-slide .txtCon .txt{
	width: 370px;
	display: inline-block;
	vertical-align: top;
}
.swiper-wrapper1 .swiper-slide .txtCon .txt h2{
	min-height: 102px;
	padding-top: 36px;
	padding-left: 42px;
	line-height: 28px;
	font-size: 24px;
	color: #484747;
	font-weight: bold;
	box-sizing: border-box;
	background: url(../images/part4_icon02.png) 1px top no-repeat;
	
}
.swiper-wrapper1 .swiper-slide .txtCon .txt p{
	padding:20px 20px 12px 42px;
	line-height: 36px;
	font-size: 20px;
	color: #464a50;
}
.swiper-wrapper1 .swiper-slide .txtCon .info{
	margin-left: 26px;
	position: relative;
	z-index: 10;
	display: block;
	width: 508px;
	height: 206px;
	padding: 20px 24px 0;
	background-color: #fb9a86;
	box-sizing: border-box;
}
.swiper-wrapper1 .swiper-slide .txtCon .info h2{
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.swiper-wrapper1 .swiper-slide .txtCon .info p{
	line-height: 36px;
	font-size: 20px;
	color: #fff;
}
.swiper-wrapper1 .swiper-slide .img{
	display:inline-block;
	vertical-align: top;
	position: absolute;
	top:18px;
	left: 370px;
	width: 397px;
	height: 516px;
	z-index: 5;
}
.swiper-wrapper1 .swiper-slide .img .icon{
	position: absolute;
	top: -12px;
	left: -24px;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #fb9a86;
}
.swiper-wrapper1 .swiper-slide .img img{
	display: block;
	width: 397px;
	height: 516px;
}
.part4 .partCon .swiper-pagination1{
	position: absolute;
	left:826px;
	top: 42px;
	width: 312px;
	height: 393px;
	padding-top: 30px;
	box-sizing: border-box;
	background: url(../images/part4_icon05.png) 13px top no-repeat;
}
.part4 .partCon .swiper-pagination1 span {
	position: relative;
	margin-bottom: 60px;
	display: block;
	width: 312px;
	height: 36px;
	line-height: 36px;
	padding-left: 48px;
	opacity: 1;
	border-radius: inherit;
	background: url(../images/part4_icon03.png) left center no-repeat;
	cursor:pointer;
}
.part4 .partCon .swiper-pagination1 span i{
	display: block;
	text-align: left;
	font-style: normal;
	line-height: 36px;
	font-size: 20px;
	color: #383A3C;
}
.part4 .partCon .swiper-pagination1 span.swiper-pagination-bullet-active {
	background: url(../images/part4_icon04.png) left center no-repeat;
}
.part4 .partCon .swiper-pagination1 span.swiper-pagination-bullet-active i{
	color: #744444;
	border-bottom: 2px solid #b9a1a1;
	font-weight: bold;
}


.part4 .partCon .btnCon{
	position: absolute;
	right: 12px;
	bottom: 12px;
}
.part4 .partCon .btnCon button {
	display: block;
	margin: 0 auto;
	width: 230px;
	height: 76px;
	padding-right: 55px;
	line-height: 76px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #484747 url(../images/arrow01.png) 174px center no-repeat;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 24px #ccc;
	cursor: pointer;
	-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: zoomSize;
	animation-name: zoomSize;
}
.part4 .partCon .btnCon button:hover{
	background: #d6634b url(../images/arrow01.png) 174px center no-repeat;
}


.part5 {
	padding-top: 42px;
	padding-bottom: 20px;
}
.part5 .partCon{
	padding-top: 52px;
}
.part5 .partCon .tabList {
		width: 1052px;
		margin: 0 auto 20px;
}
.part5 .partCon .tabList .tab{
	line-height:30px;
	background: #252525;
	font-size: 0;
}
.part5 .partCon .tabList .tab span{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	line-height:30px;
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	box-sizing: border-box;
}
.part5 .partCon .tabList .myscroll{
	height:300px;
	overflow: hidden;
}
.part5 .partCon .tabList ul li{
	font-size: 0;
	background: #f3f2f3;
}
.part5 .partCon .tabList ul li span{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: left;
	padding-left: 60px;
	line-height:49px;
	font-size: 20px;
	color: #464a50;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.part5 .partCon .company{
	padding: 18px 18px 9px;
	background-color: #f0e8e4;
	width: 1056px;
	margin: 0 auto;
	box-sizing: border-box;
}
.part5 .partCon .company ul{
	font-size: 0;
	text-align: left;
}
.part5 .partCon .company ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 9px;
	width: 160px;
	height: 68px;
}
.part5 .partCon .company ul li img{
	display: block;
	width: 160px;
	height: 68px;
}
.part5 .partCon .btnCon{
	padding: 25px;
}

.part6{
	padding-top: 35px;
	min-height: 731px;
	box-sizing: border-box;
	background:url(../images/part6_bg01.jpg) center top no-repeat ;
}
.part6 .partCon{
	padding-top: 52px;
}
.part6 .partCon ul{
	font-size: 0;
}
.part6 .partCon ul li{
	display: inline-block;
	vertical-align: top;
	margin: 82px 17px 0;
	background-color: #fff;
	width: 208px;
	height: 288px;
	box-shadow: 0px 0px 24px #ccc;
}
.part6 .partCon ul li img{
	display: block;
	width: 138px;
	height: 197px;
	margin: -82px auto 12px;
	border:5px solid #fb9a86;
}
.part6 .partCon ul li h2,
.part6 .partCon ul li p{
	padding: 0 14px;
	line-height: 26px;
	font-size: 18px;
	color: #504e4e;
}
.part6 .partCon .btnCon{
	padding-top: 60px;
}
.part6 .partCon .btnCon button{
	display: block;
	margin: 0 auto;
	width: 230px;
	height: 76px;
	padding-right: 55px;
	line-height: 76px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background:#fb9a86 url(../images/arrow01.png) 174px center no-repeat;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 24px #ccc;
	cursor: pointer;
}
.part6 .partCon .btnCon button:hover{
	background: #d6634b url(../images/arrow01.png) 174px center no-repeat;	
}
.part7{
	padding-top: 60px;
	padding-bottom: 40px;
}
.part7 .partCon{
	padding-top: 25px;
}
.part7 .partCon ul{
	font-size: 0;
}
.part7 .partCon ul li{
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 420px;
	background-color: #fb9a86;
	margin-right: 21px;
}
.part7 .partCon ul li:nth-child(5n){
	margin-right: 0;
}
.part7 .partCon ul li img{
	display: block;
	width: 205px;
	height: 210px;
}
.part7 .partCon ul li h2{
	padding: 18px 2px 10px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #923d2c;
	font-weight: bold;
	font-style: oblique;
}
.part7 .partCon ul li p{
	padding: 0 15px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
}

.fromCon01 .w_1112{
	padding: 40px 0;
	overflow: hidden;
}
.fromCon01 .w_1112 .lt,
.fromCon01 .w_1112 .lt .img01{
	display: block;
	width:501px;
	height:371px;
}
.fromCon01 .w_1112 .rt{
	position: relative;
	width:611px;
	height:371px;
	background: #484747;
}
.fromCon01 .w_1112 .rt .from_title{
	padding:25px 0 32px;
	text-align: center;
	line-height:50px;
	font-size: 30px;
	color: #fda092;
	font-weight: bold;
	font-style: oblique;
}
.fromCon01 .w_1112 .rt .from{
	font-size: 0;
	text-align: center;
}
.fromCon01 .w_1112 .rt .from .inputCon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 264px;
	height: 46px;
	box-sizing: border-box;
	padding: 0px 24px 0 30px;
	margin: 0 10px 26px 10px;
	font-size: 0;
	text-align: left;
	background: #fff;
}
.fromCon01 .w_1112 .rt .from .inputCon input {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 46px;
	border: 0;
	box-sizing: border-box;
	line-height: 46px;
	font-size: 20px;
	color: #090c21;
}
.fromCon01 .w_1112 .rt .from .inputCon select {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 46px;
	border: 0;
	box-sizing: border-box;
	padding-right: 27px;
	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;
}
.fromCon01 .w_1112 .rt .from .import::after {
	content: "*";
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 16px;
	color: #090c21;
}
.fromCon01 .w_1112 .rt .btnCon{
	padding-top: 16px;
}
.fromCon01 .w_1112 .rt .btnCon button{
	display: block;
	letter-spacing: 1px;
	margin: 0 auto;
	width:342px;
	height:52px;
	border-radius: 20px;
	background: #fda092;
	line-height: 52px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border: 0;
	outline: 0;
	cursor: pointer;
	-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: zoomSize;
	animation-name: zoomSize;
}
.fromCon01 .w_1112 .rt .btnCon button:hover{
	background: #d6634b;
}
@-webkit-keyframes zoomSize {
  from {   
    transform:scale(1);
    -webkit-transform:scale(1);            
  }
  
  50%{
  	 transform:scale(0.9);
   	 -webkit-transform:scale(0.9);         
  }  

  to {    
    transform:scale(1);
    -webkit-transform:scale(1);     
  }
}

/* fromCon02 */
.fromCon02{
	background: url(../images/f_bg01.jpg) center no-repeat;
	height: 285px;
	box-sizing: border-box;
	padding: 62px 0;
}
.fromCon02 .w_1112{
	overflow: hidden;
}
.fromCon02 .lt>img{
	display: block;
	width: 318px;
	height:130px;
}
.fromCon02 .lt{
	font-size: 0;
}
.fromCon02 .lt .from{
	display: inline-block;
	vertical-align: middle;
	width: 570px;
	padding-top: 10px;
	font-size: 0;
}
.fromCon02 .lt .from .inputCon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:264px;
	height:46px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding: 0px 24px 0 30px;
	margin-right:20px;
	margin-bottom:26px;
	font-size: 0;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.fromCon02 .lt .from .import::after{
	content: "*";
	display: block;
	position: absolute;
	top: 10px;
	left:20px;
	font-size: 16px;
	color: #090c21;	
}
.fromCon02 .lt .from .inputCon input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	height:46px;
	border: 0;
	box-sizing: border-box;
	line-height:46px;
	font-size: 20px;
	color: #090c21;
}
.fromCon02 .lt .from .inputCon select {
	display: inline-block;
	vertical-align: top;
	width:100%;
	height: 46px;
	border: 0;
	box-sizing: border-box;
	padding-right: 27px;
	line-height:46px;
	font-size: 20px;
	color: #090c21;
	background: #fff url(../images/bm_arrow01.png) right center no-repeat;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.fromCon02 .lt .tjBtnCon{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 20px;
}
.fromCon02 .lt .tjBtnCon button.tjBtn{
	position: relative;
	width: 100px;
	height: 100px;
	padding-top: 6px;
	line-height:30px;
	background: #fda092;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
	font-style: oblique;
	border: none;
	outline: 0;
	cursor: pointer;
}
.fromCon02 .lt .tjBtnCon button.tjBtn .icon{
	top: 66px;
}
.fromCon02 .lt .tjBtnCon button.tjBtn:hover{
	background:#d6634b;	
}
















































