/*base style*/
body, ul ,li, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
section {
	display: block;
}
ul, li {
	list-style-type: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover, a:active {
	color: #fff;
}
input, textarea, a {
-webkit-tap-highlight-color: transparent;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*main style start*/
#wrapper {
	width: 100%;
	font-family: Avenir, 'PingFang SC', 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	color: #796969;
	font-size: 18px;
}

/*mobile nav*/
.mobileNavBox {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.mNavLineBox {
	float: right;
	height: 18px;
	width: 24px;
	margin: 32px;
	position: relative;
}
.mNavLineBox .navLine1, .mNavLineBox .navLine2, .mNavLineBox .navLine3 {
	width: 100%;
	height: 2px;
	display: block;
	background-color: #4682D6;
	position: absolute;
	border-radius: 1px;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.mNavLineBox .navLine1 {
	top: 0px;
}
.mNavLineBox .navLine2 {
	top: 8px;
}
.mNavLineBox .navLine3 {
	top: 16px;
}
.navLine1Rotate {
	transform: rotateZ(45deg);
	margin-top: 8px;
}
.navLine2Rotate {
	transform: rotateY(90deg);
}
.navLine3Rotate {
	transform: rotateZ(-45deg);
	margin-top: -8px;
}
.mobileNav {
	width: 100%;
	background-color: #fff;
	display: none;
	box-sizing: border-box;
	padding-top: 100px;
}
.mobileNav a:link, .mobileNav a:visited {
	display: block;
	line-height: 60px;
	text-align: center;
	color: #222;
	font-size: 16px;
	font-weight: normal;
}
.mobileNav a:hover, .mobileNav a:active {
	color: #000;
	font-weight: bold;
	background-color: #f2f2f2;
}

.header {
	position: fixed;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,0) 50%);
	z-index: 999;
}
.topLine {
	height: 4px;
	width: 100%;
	background-color:#10294D;
}
.navBox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.navBox .logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 72px;
	width: 138px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.navBox ul.nav {
	float: right;
}
.navBox ul.nav li {
	float: left;
	line-height: 72px;
	padding: 0px 20px;
}
.navBox ul.nav li a:link, .navBox ul.nav li a:visited {
	color: #333;
}
.navBox ul.nav li a:hover, .navBox ul.nav li a:active {
	color: #000;
}
.navBox ul.nav li a.actived {
	color: #4682D6;
	font-weight: bold;
	cursor: default;
}
.banner {
	width: 100%;
	background-image: url(img/banner.png/);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	max-height: 600px;
	margin-bottom: 20px;

}
.wordBox {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 10%;
}
.wordBox .smallTitle {
	font-size: 20px;
	color: #4682D6;
	line-height: 50px;
	display: block;
}
.wordBox img.bigTitle {
	width: 30%;
	max-width: 40%;
	padding: 0 0 40px 0;
}
a.bannerButton:link, a.bannerButton:visited {
	width: 128px;
	height: 40px;
	border: 1px solid #4682D6;
	border-radius: 20px;
	color: #4682D6;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	transition: all linear 200ms;
}
a.bannerButton:hover, a.bannerButton:active {
	background-color: #4682D6;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.wordBox {
		padding-top: 25%;
	}
	.wordBox img.bigTitle {
		width: 60%;
		max-width: 60%;
		padding: 0 0 10px 0;
	}
}
.yewu {
	width: 100%;
	background-image: url(img/imgbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding: 60px 0;
}
.yewuWord {
	display: block;
	width: 96%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #363636;
	line-height: 28px;
}

.yewuList {
	padding-top: 42px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.yewuList li {
	float: left;
	width: 16.5%;
	text-align: center;
	padding-bottom: 0px;
}
.yewuList li img {
	width: 100%;
	max-width: 64px;
}

.yewuList li .yewuTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	line-height: 28px;
}
@media screen and (max-width: 600px) {
	.yewuList li {
		float: left;
		width: 33%;
		text-align: center;
		padding-bottom: 30px;
	}
}

.cut {
	width: 100%;
	height:80px;
}
.yous {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.yousTitle {
	font-size: 26px;
	font-weight: bold;
	color: #363636;
	line-height: 38px;
	text-align: center;
	display: block;
}
.yousList {
	width: 100%;
	padding-top: 15px;
}
.yousList li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 12%;
}
.yousList li img {
	width: 100%;
	max-width:100%;
}
.yousList li .yousH {
	display: block;
	font-size: 18px;
	color: #4682D6;
	font-weight:bold;
	line-height: 50px;
	text-align: center;
}
.yousList li .yousText {
	display: block;
	height: 160px;
	text-align: center;
	font-size: 14px;
	color: #363636;
	line-height: 20px;
}
.cuts {
	width: 100%;
	height:120px;
	clear: both;
}
@media screen and (max-width: 600px) {
	.yousList li {
		float: left;
		box-sizing: border-box;
		width: 50%;
		padding: 0 5%;
	}
}
.case {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.caseTitle {
	font-size: 26px;
	font-weight: bold;
	color: #363636;
	line-height: 38px;
	text-align: center;
	display: block;
}
.caseWord {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	display: block;
	padding: 10px 0px 30px 0px;
}
.caseImg {
	width: 100%;
	max-width: 1000px;
}
@media screen and (max-width: 600px) {
	.yousList li {
		float: left;
		box-sizing: border-box;
		width: 50%;
		padding: 0 5%;
	}
}
.foot {
	width: 100%;
	position: relative;
}
.logoBoxBg {
	width: 100%;
	padding-top: 100px;
}
.logoBox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.logoBox img {
	width: 138px;
}
.logoBox span {
	display: block;
	font-size: 14px;
	color: #363636;
	line-height: 20px;
}
.infoBoxBg {
	background-color: #BBD7FF;
	width: 100%;
	height: 60px;
}
.infoBoxTitle {
	font-size: 14px;
	color: #363636;
	font-weight: bold;
	line-height: 60px;
	vertical-align:top;
	position: relative;
}
.infoBox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	vertical-align:top;
	position: relative;
}
.infoList{
	display: inline-block;
	padding: 10px 40px;
}
.infoList li {
	float: left;
	line-height: 40px;
	padding-right: 60px;
}
.infoList li .footIcon {
	display: inline-block;
	width: 24px;
	height: 20px;
}
.infoList li .footIcon img {
	width: 100%;
	vertical-align:middle;

}
.infoList li .footIconWord {
	padding-left: 10px;
	color: #4682D6;
}
.infoList li a:link, .infoList li a:visited {
	color: #4682D6;
	text-decoration: underline;
}

.imgBox {
	width: 233px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.imgBox img {
	width: 100%;
	max-width: 100%;
}
.QrBox {
	position: relative;
}
.wechatPopBox {
	position: absolute;
	bottom: 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: 200px;
	background-color: #4682D6;
	padding: 5px;
	display: none;
}
.wechatPopBox img {
	width: 100%;
	max-width: 100%;
}
.copyRight {
	background-color: #10294D;
	font-size: 12px;
	color: #A3ADBD;
	line-height: 20px;
	padding: 5px 0px;
	width: 100%;
	word-break: keep-all;
}
.copyRightWidth {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.copyRightWidth > a {
	margin-left: 10px;
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.logoBox {
		text-align: center;
	}
	.infoBox {
		text-align: center;
	}
	.infoBoxBg {
		background-color: #BBD7FF;
		width: 100%;
		height: auto;
	}
	.infoBoxTitle {
		display: block;
	}
	.infoList li {
		float: none;
		padding-right: 0px;
	}
	.imgBox {
		width: 233px;
		position: relative;
		margin: 0 auto;
		right: 0px;
		bottom: 0px;
	}
	.copyRight {
		text-align: center;
	}
}
