/*header*/
.help-img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 3px 0;
}


/*nav*/
.navItem-out{
	float: right;
}
.navItem-out:after{
	visibility: hidden;
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.navItem-un{
	float: right;
	margin-left: 55px;
	margin-right: 0;
}


/*section1*/
.section1{
	height: 700px;
	background-image: url('../images/timg69.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.section1-in{
	width: 1205px;
	height: 700px;
	margin: 0 auto;
	padding-top: 160px;
}
.section1-in h2{
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.section1-in p{
	font-size: 14px;
	color: #fff;
}
.section1-in div{
	width: 160px;
	height: 48px;
	background-color: #00A2FF;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 40px;
}
.section1-in div:hover{
	background-color: #167beb;
}


/*section2*/
.section2-in{
	width: 1205px;
	height: 785px;
	padding-top: 110px;
	margin: 0 auto;
}
.section2-item{
	width: 301px;
	height: 301px;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 20px 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.section2-item img{
	width: 86px;
	height: 86px;
	margin-bottom: 25px;
}
.section2-item h4{
	font-size: 24px;
	margin-bottom: 18px;
}
.section2-item p{
	font-size: 16px;
}
.it1{
	background-image: url('../images/timg72.png')
}
.it1:hover{
	background-size: 110% 110%;
	transition: all 0.2s linear;
}
.it2{
	background-color: #0271ED;
}
.it2:hover .ig,.it4:hover .ig,.it5:hover .ig,.it7:hover .ig,.it8:hover .ig{
	transform: rotateY(360deg);
	transition: all 0.5s linear;
}
.it2 h4,.it2 p{
	color: #fff;
}
.it3{
	background-image: url('../images/timg70.png');
}
.it3:hover,.it6:hover{
	background-size: 105% 105%;
	transition: all 0.2s linear;
}
.it4,.it5,.it7{
	background-color: #EBF5F4;
}
.it6{
	background-image: url('../images/timg71.png')
}
.it8{
	background-color: #DDDDDD;
}
.it4 h4,.it5 h4,.it6 h4,.it7 h4{
	color: #363636;
}
.it4 p,.it5 p,.it6 p,.it7 p{
	color: #8D8D8D
}


/*section3*/
.section3-in{
	width: 1205px;
	height: 640px;
	margin: 0 auto;
	position: relative;
}
.section3-subtitle{
	width: 100%;
	height: 110px;
	text-align: center;
	margin-bottom: 20px;
}
.section3-subtitle h3{
	font-size: 32px;
	color: #363636;
	margin: 0 0 15px 0;
}
.section3-subtitle div{
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
.section3-subtitle div span{
	font-size: 18px;
	color: #888;
	margin: 0 13px;
}
.section3-subtitle div img{
	display: inline-block;
	width: 72px;
	height: 15px;
	margin-bottom: 5px;
}
.section3-content{
	width: 100%;
}

.section3-content:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.section3-option{
	width: 370px;
	height: 200px;
	border: 1px solid #ddd;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
}
.mid{
	margin: 0 47.5px;
}
.section3-unIcon,.section3-edIcon{
	width: 100px;
	height: 89px;
	margin-bottom: 25px;
}
.section3-edIcon{
	display: none;
}
.section3-option p{
	font-size: 24px;
	color: #363636;
	font-weight: bold;
}


/*section4*/
.section4-in{
	width: 1205px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}
.section4-subtitle{
	width: 100%;
	height: 110px;
	text-align: center;
	margin-bottom: 20px;
}
.section4-subtitle h3{
	font-size: 32px;
	color: #363636;
	margin: 0 0 15px 0;
}
.section4-subtitle div{
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
.section4-subtitle div span{
	font-size: 18px;
	color: #888;
	margin: 0 13px;
}
.section3-subtitle div img{
	display: inline-block;
	width: 72px;
	height: 15px;
	margin-bottom: 5px;
}
.section4-content{
	width: 100%;
	position: relative;
}
.prevDiv,.nextDiv{
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 34px;
	z-index: 10;
	cursor: pointer;
}


/*section5*/
.section5-in{
	width: 1205px;
	height: 480px;
	margin: 0 auto;
}
.section5-in-part{
	width: 555px;
	height: 480px;
}
.partL{
	float: left;
}
.partR{
	float: right;
}
.part-title{
	width: 100%;
	height: 100px;
	position: relative;
}
.part-title:after {
	content: "";
	width: 6px;
	height: 24px;
	background-color: #0271ED;
	position: absolute;
	left: 0;
	top: 40px;
}
.part-title-left{
	height: 100px;
	padding-top: 38px;
	float: left;
}
.part-title-right{
	height: 100px;
	float: right;
	padding-top: 42px;
}
.part-title-left h3{
	font-size: 24px;
	color: #363636;
	font-weight: bold;
	margin: 0 0 0 20px;
	float: left;
}
.part-title-right p{
	display: inline;
	font-size: 12px;
	color: #0091E5;
	margin: 0 8px 0 0;
	cursor: pointer;
}
.moreImg{
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-bottom: 2px;
}
.part-content-pw{
	width: 100%;
	height: 155px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
}
.part-content-pw img{
	width: 180px;
	height: 135px;
	float: left;
}
.part-content-pw-in{
	width: 350px;
	height: 135px;
	padding: 5px 0;
	float: right;
	position: relative;
}
.part-content-pw-in-title{
	display: block;
	font-size: 18px;
	color: #363636;
}
.part-content-pw-in-desc{
	display: block;
	font-size: 14px;
	color: #888888;
	position: absolute;
	bottom: 0;
	left: 0;
}
.part-content-wl{
	width: 100%;
	height: 67.5px;
	border-bottom: 1px solid #DDDDDD; 
	margin-bottom: 20px;
}
.wl-title{
	font-size: 16px;
	color: #363636;
	cursor: pointer;
}
.part-content-pw-in-title:hover,.wl-title:hover{
	color: #0091E5;
}
.part-content-wl-in{
	margin-top: 10px;
	align-items: center;
}
.part-content-wl-in span{
	font-size: 14px;
	color: #888888;
	margin-right: 40px;
}
.pageCount{
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.pageClock{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 2px;
}