.wrapinMT_70{
	margin-top: 70px;
}
/* banner */
.banner{
	position: relative;
	width: 100%;
	min-width:1190 px;
	height:530px;
	background:url(../images/advImg01.jpg) top center no-repeat;
}
.banner .w_1190{
	position: relative;
	height:530px;
}
.banner .w_1190 a{
	display: block;
	position: absolute;
	top:350px;
	left:15px;
	width:286px;
	height:54px;
	box-sizing: border-box;
	padding-right: 28px;
	background: #ffcc33;
	border-radius: 6px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #194369;
	font-weight:700;
}

.banner .w_1190 a>.icon{
	display: block;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 90px;
	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;
}

.banner .w_1190 a:hover{
	background:#194369;
	color:#ffcc33;
}
.banner .w_1190 a:hover>.icon{
	background: url(../images/a_icon02.png) center no-repeat;
}
@-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);     
  }
}

@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);     
  }
}

.introductionCon{
	padding-top: 68px;
	font-size: 0;
	text-align: center;
}
.introductionCon>div{
	display: inline-block;
	vertical-align: middle;
}
.introductionCon .img img{
	display: block;
	width: 120px;
	height: 120px;
}
.introductionCon .txt{
	height: 120px;
	padding: 0 15px;
}
.introductionCon .txt .txtCon{
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}
.introductionCon .txt p{
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	color: #383a3c;
	background: url(../images/introduct_icon02.png) bottom right no-repeat;
}

.part{
	padding: 60px 0;
}
.part .title{
	text-align: center;
	line-height:64px;
	font-size: 44px;
	font-weight: bold;
}
.part .subTitle{
	
	text-align: center;
	line-height: 44px;
	font-size: 24px;
}
.part .title.black,
.part .subTitle.black{
	color: #383a3c;
}
.part .title.white,
.part .subTitle.white{
	color: #fff;
}
/* part1 */
.part1 .partCon ul{
	padding-top: 36px;
	font-size: 0;
}
.part1 .partCon ul li{
	display: inline-block;
	vertical-align: top;
	width: 274px;
	margin-right: 31px;
}
.part1 .partCon ul li:last-child{
	margin-right: 0;
}
.part1 .partCon ul li h2{
	background: #feb207;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	color: #194369;
	font-weight: bold;
}
.part1 .partCon ul li img{
	display: block;
	width: 274px;
	height: 138px;
}
.part1 .partCon ul li .txt{
	padding: 30px 10px 0;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #383a3c;
	height: 160px;
	box-sizing: border-box;
}
.part1 .partCon ul li .txt_bg01{
	background: #eeeeef url(../images/part_icon01.png) center no-repeat;
}
.part1 .partCon ul li .txt_bg02{
	background: #eeeeef url(../images/part_icon02.png) center no-repeat;
}
.part1 .partCon ul li .txt_bg03{
	background: #eeeeef url(../images/part_icon03.png) center no-repeat;
}
.part1 .partCon ul li .txt_bg04{
	background: #eeeeef url(../images/part_icon04.png) center no-repeat;
}

/* part2 */
.part2{
	background:#99b623 url(../images/part2_bg01.jpg) center bottom no-repeat;
	min-height: 859px;
	box-sizing: border-box;	
}
.part2 .partCon{
	background: #fff;
	margin-top: 62px;
	box-sizing:border-box;
	padding:50px 54px;
}
.part2 .partCon .tab{
	background:#a2aaad;
	height:54px;
}
.part2 .partCon .tab ul{
	font-size:0;
	height: 54px;
	display: flex;
}
.part2 .partCon .tab ul li{
	flex: 1;
	display: flex;
	align-items: center;
	width:25%;
	cursor: pointer;
}
.part2 .partCon .tab ul span{
	display: block;
	text-align: center;
	width: 100%;
	line-height: 22px;
	font-size: 18px;
	color: #fff;
}
.part2 .partCon .tab ul li.cur{
	background:#194369;
	margin-top: -12px;
}
.part2 .partCon .tab ul li.cur span{
	
color: #feb207;
}

.part2 .partCon .table{
	display: none;
}
.part2 .partCon .table.cur{
	display: block;
}
.part2 .partCon .table table{
	width:100%;
	border:0;
	border-bottom: 1px solid #e3e5e6;
	border-collapse: collapse;
}
.part2 .partCon .table table tr th{
	border-left: 1px solid #a1b844;
	border-right: 1px solid #a1b844;
	background: #a1be16;
	line-height: 40px;
	text-align: center;
	width: 50%;
	font-size: 18px;
	color: #fff;
}
.part2 .partCon .table table tr td{
	width: 50%;
	border-left: 1px solid #e3e5e6;
	border-right: 1px solid #e3e5e6;
	background: #fff;
	line-height: 40px;
	text-align: center;
	width: 50%;
	font-size: 16px;
	color: #383a3c;
}

.part2 .partCon .table table tbody tr:nth-child(even) td{
	border-left: 1px solid #d7d9db;
	border-right: 1px solid #d7d9db;
	background: #eeeeef;
}

/* fromCon */
.fromCon{
	background: url(../images/f_bg01.jpg) center no-repeat;
	height: 260px;
	box-sizing: border-box;
	padding: 44px 0;
}
.fromCon .w_1190{
	overflow: hidden;
}
.fromCon .lt>img{
	display: block;
	width: 344px;
	height: 172px;
}
.fromCon .lt{
	font-size: 0;
}
.fromCon .lt .from{
	display: inline-block;
	vertical-align: middle;
	width: 560px;
	padding-left: 40px;
}
.fromCon .lt .from .inputCon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:260px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding: 0px 24px 0 30px;
	margin: 0 10px;
	font-size: 0;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	margin-top:22px;
}
.fromCon .lt .from .import::after{
	content: "*";
	display: block;
	position: absolute;
	top: 10px;
	left:20px;
	font-size: 16px;
	color: #db4a51;	
}
.fromCon .lt .from .inputCon input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	height:48px;
	border: 0;
	box-sizing: border-box;
	line-height:48px;
	font-size: 18px;
	color: #706f6f;
}
.fromCon .lt .from .inputCon select {
	display: inline-block;
	vertical-align: top;
	width:100%;
	height: 48px;
	border: 0;
	box-sizing: border-box;
	padding-right: 27px;
	line-height:48px;
	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;
}
.fromCon .lt .tjBtnCon{
	display: inline-block;
	vertical-align: top;
	margin-left:30px;
}
.fromCon .lt .tjBtnCon button.tjBtn{
	border: none;
	background:url(../images/f_tjBtn01.png) center no-repeat;
	width: 172px;
	height: 172px;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
}
.fromCon .lt .tjBtnCon button.tjBtn:hover{
	opacity: 0.75;	
}

/* part3 */
.part3{
	background:#f6f6f6 url(../images/part3_bg01.png) center top no-repeat;
}
.part3 .partCon1{
	padding-top: 30px;
	padding-bottom: 68px;
	border-bottom: 6px solid #a1be16;
}
.part3 .partCon2,
.part3 .partCon3{
	padding-top: 68px;
}
.part3 .partCon3{
	border-bottom:0;
}
.part3 .partCon1 .partTop{
	overflow:hidden;
}
.part3 .partCon1 .partTop .left{
	display: inline-block;
	vertical-align: top;
	width: 396px;
}
.part3 .partCon1 .partTop .left .titleCon{
	text-align: right;
	padding-top: 15px;
}
.part3 .partCon1 .partTop .left .titleCon .title{
	width: 396px;
	box-sizing: border-box;
	line-height: 44px;
	background: #194369;
	border-radius: 6px;
	font-size: 34px;
	color: #fff;
	text-align: right;
	padding-right: 22px;
}
.part3 .partCon1 .partTop .left .titleCon .subTitle{
	text-align: right;
	display: inline-block;
	line-height: 44px;
	font-size: 24px;
	color: #383a3c;
	padding: 0 15px 0 48px;
	background: url(../images/part3_bg_icon01.jpg) left center no-repeat;
}
.part3 .partCon1 .partTop .right{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	width: 700px;
	text-align: left;
}
.part3 .partCon1 .partTop .right ul{
	font-size: 0;
}
.part3 .partCon1 .partTop .right ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin:0 17px 17px;
	width: 91px;
	height: 91px;
	border-radius: 50%;
	border:4px solid #a1be16;
	cursor: pointer;
}
.part3 .partCon1 .partTop .right ul li img{
	display: block;
	width: 91px;
	height: 91px;
	border-radius: 50%;
}
.part3 .partCon1 .partTop .right ul li span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 91px;
	height: 91px;
	border-radius: 50%;
	line-height: 91px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	z-index: 10;
	background: rgba(0,0,0,0.5);
}
.part3 .partCon1 .partTop .right ul li.cur span{
	background: rgba(161,190,22,0.85);
}
.part3 .partCon1 .partBottom{
	padding-top: 40px;
}
.part3 .partCon1 .partBottom .introduceCon{
	position: relative;
	font-size: 0;
	display: none;
}
.part3 .partCon1 .partBottom .introduceCon.cur{
	display: block;
}
.part3 .partCon1 .partBottom .introduceCon .left{
	display:inline-block;
	vertical-align: top;
	position: relative;
}
.part3 .partCon1 .partBottom .introduceCon .left span{
	position: absolute;
	top: 0;
	left: 30px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 0 0 5px 5px;
	background: #feb207;
}
.part3 .partCon1 .partBottom .introduceCon .left img{
	display: block;
	width: 703px;
	height: 350px;
}
.part3 .partCon1 .partBottom .introduceCon .right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: -290px;
	margin-top: 30px;
	background: #fff;
	width: 776px;
	min-height: 390px;
	padding: 45px;
	box-sizing: border-box;
	z-index: 2;
	box-shadow: 0 5px 5px #ddd ;
}
.part3 .partCon1 .partBottom .introduceCon .right .txt{
	padding-bottom: 15px;
}
.part3 .partCon1 .partBottom .introduceCon .right .txt h2{
	padding: 5px 5px 5px 24px;
	line-height: 32px;
	font-size: 22px;
	color:#383a3c;
	background: url(../images/part3_bg_icon02.png) left center no-repeat;
}
.part3 .partCon1 .partBottom .introduceCon .right .txt p{
	line-height: 24px;
	font-size:14px;
	color: #383a3c;
}
.part3 .partCon1 .partBottom .introduceCon .right .txt p i{
	font-style: normal;
	color: #a1be16;
	font-weight:bold;
}
.part3 .partCon1 .partBottom .introduceCon .right .btnCon{
	padding-top: 17px;
}
.part3 .partCon1 .partBottom .introduceCon .right .btnCon button,
.part3 .partCon3 .partBottom .txt .btnCon button{
	display: block;
	width: 248px;
	height: 54px;
	border-radius: 6px;
	background: #a1be16;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.part3 .partCon1 .partBottom .introduceCon .right .btnCon button:hover, 
.part3 .partCon3 .partBottom .txt .btnCon button:hover{
	color: #fff;
	background:#194369;
}

.part3 .partCon3 .partBottom{
	background: #fff;
	box-sizing: border-box;
	font-size: 0;
	margin-top: 60px;
}
	
.part3 .partCon3 .partBottom3{
	padding-top: 0;
}
.part3 .partCon3 .partBottom .txt{
	padding:35px 0 20px 56px;
	display: inline-block;
	vertical-align: top;
	width: 541px;
}
.part3 .partCon3 .partBottom .txt p{
	line-height: 24px;
	font-size: 14px;
	color: #383a3c;
	padding:10px 0 10px 42px;
}
.part3 .partCon3 .partBottom .txt span{
	display: block;
	padding-top: 10px;
	padding-bottom: 35px;
	line-height: 28px;
	font-size: 22px;
	color: #383a3c;
}
.part3 .partCon3 .partBottom .txt p.p1{
	background: url(../images/part3_icon01.png) left center no-repeat;
}
.part3 .partCon3 .partBottom .txt p.p2{
	background: url(../images/part3_icon02.png) left center no-repeat;
}
.part3 .partCon3 .partBottom .txt p.p3{
	background: url(../images/part3_icon03.png) left center no-repeat;
}
.part3 .partCon3 .partBottom .img{
	display: inline-block;
	vertical-align: top;
	width: 593px;
	height: 350px;
}
.part3 .partCon3 .partBottom .img img{
	display: block;
	width: 593px;
	height: 350px;
}


/* part4 */
.part4{
	background: #fff;
}
.part4 .partCon{
	padding-top:42px;
	padding-bottom:60px;
	position: relative;
}
.part4 .partCon .swiper-button-next,
.part4 .partCon .swiper-button-prev{
	margin-top: -45px;
	width:41px;
	height: 41px;
}
.part4 .partCon .swiper-slide{
	font-size: 0;
}
.swiper-slideCon{
	width: 251px;
	height: 470px;
	float: left;
	margin-right:62px;
	background:url("../images/part4_bg01.png") no-repeat left bottom;
	color:#fff;
}
.swiper-slideCon:last-child{
	margin-right: 0;
}
.swiper-slideCon .face{
	display: block;
	width: 192px;
	height:192px;
	border-radius: 50%;
	margin:0 auto;
}
.swiper-slideCon .en{
	width: 184px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	font-size:20px;
}
.swiper-slideCon .name{
	width: 184px;
	margin:0 auto;
	height: 30px;
	line-height: 30px;
	font-size:22px;
	font-weight: bold;
}
.swiper-slideCon .tip{
	width: 184px;
	margin:0 auto;
	font-size:12px;
	line-height: 20px;
	height: 146px;
}
.swiper-slideCon .more{
	display: block;
	width: 128px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	border:1px solid #fff;
	border-radius:15px;
	text-align: center;
	color:#fff;
	margin:10px 0 0 30px;
}
.swiper-slideCon .more:hover{ 
	background:#fff; 
	color:#194369;
}


.part4 .partCon .swiper-button-next,
.part4 .partCon .swiper-container-rtl .swiper-button-prev{
	background:url(../images/part4_arrow02.png) center no-repeat;
	right: -84px;
	top:65%;
}
.part4 .partCon .swiper-button-prev, 
.part4 .partCon .swiper-container-rtl .swiper-button-next{
	background:url(../images/part4_arrow01.png) center no-repeat;
	left: -84px;
	top:65%;
}
.swiper-pagination1{
	width: 100%;
	text-align: center;
	padding-top: 42px;
}
.swiper-pagination1 .swiper-pagination-bullet {
	margin: 0 13px!important;
	background-color: #d1d9e1;
	width: 15px;
	height: 15px;
	opacity: 1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #194369;
}



/* part5 */
.part5{
	background: url(../images/part5_bg01.png) center top no-repeat;
	min-height: 1007px;
	box-sizing: border-box;
}
.wp{
	padding-top:52px;
	padding-bottom: 42px;
}
.wp .item{
	display: inline-block;
	vertical-align:top;
	width: 218px;
	height: 218px;
	margin:0 35px;
	position: relative;
}
.wp .bg{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 218px;
	height: 218px;
}
.wp .item dl{
	position: absolute;
	left: 0;
	top: 48px;
	text-align: center;
	width: 100%;
}
.wp .item dt{
	height: 70px;
	line-height: 70px;
	font-size:44px;
	color: #fff;
}
.wp .item dd{
	font-size:18px;
	color: #fff;
}
.wp .item .bg{	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	 
	-webkit-animation-name: gdAni;
  animation-name: gdAni;
}
 
@-webkit-keyframes gdAni {
  from {   
    -webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);           
  }   
  to {    
    -webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);    
  }
}

@keyframes gdAni {
  from {   
    -webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);           
  } 
  to {    
    -webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);    
  }
}
.brandCon{
	background: #fff;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 54px;
}
.brandCon .brand{
	font-size: 0;
}
.brandCon .brand .txt{
	display: inline-block;
	vertical-align: top;
	width: 480px;
}
.brandCon .brand .txt ul li{
	padding-left: 10px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	background: url(../images/part5_icon01.png) left center no-repeat;
}
.brandCon .brand .img{
	display: inline-block;
	vertical-align: top;
}
.brandCon .brand .img img{
	display: block;
	width: 600px;
	height: 260px;
}
.brandCon .b_img{
	padding: 24px 0;
}
.brandCon .b_img img{
	display: block;
	width: 1080px;
	height: 114px;
}