/* CSS Document */
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Microsoft Yahei;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*main*/
a{display: block;font-style: normal;text-decoration: none;}

.cn a{display:inline;font-style: normal;color:#4c4c4c;} 
.banner a{display:inline;} 
.containe {
	width: 100%;
	overflow: hidden;
}

.content {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.t-r {
	text-align: right;
}
.search {
	position: relative;
	top:32px;
	right:-760px;
	float: right;
	width: 30px;
	height: 20px;
	;
	padding-left:30px;
}
.search>img {
	cursor: pointer;
}
.search-box {
	position: absolute;
	right: 40px;
	top: -28px;
	width: 680px;
	height: 40px;
	padding: 23px 0px 23px 220px;
	background: #fff;
}
.s_input {
	width: 640px;
	height: 40px;
	line-height: 40px;
}
.s_btn {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-top: 5px;
	background: url(../<strong>images/</strong>sea.png);
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
.topbar {
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #4c4c4c
}

.tel {
	background: url("../images/icon_tel.png") no-repeat 0px 2px;
	padding-left: 20px;
	margin-right: 20px;
	
}

.cn {
	background: url(../images/icon_cn.png) no-repeat 0px 0px;
	padding-left: 38px;
}

.en {
	background: url(../images/icon_en.png) no-repeat 0px 0px;
	padding-left: 38px;
}

.menu-list {
	float: right;
	height: 90px;
	line-height: 90px;
	margin-right: 40px;
}
.menu-list li{ float: left;margin: 0 24px; }
.menu-list li a{color: #333;}



li.current a{
	border-bottom: 2px solid #00acef;
}

.current,.current1{position: relative;}
.current:after,.current1:after {
	content: "";
	width:100%;
	height: 2px;
	background: #00acef;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.logo {
	width: 40%;
/*	background: linear-gradient(45deg,#2750c6,#40a6d9);*/
	position: absolute;
	height: 160px;
	top: 0;
	left: 0;
	z-index: 100
	

	
}
.banner {
	position: relative;
}

.sta {
	width: 150px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -75px;
	
}
.sta li{width: 30px;background: #fff;height: 4px;margin: 0 10px;float: left}
.sta li.on{
	background: #1f7ece;
}

.four-sec {
	background: url(../images/bg_top.png) no-repeat 0px bottom;
	background-size: contain;
	height: auto;
	padding-bottom: 90px;
	position: relative;
	z-index: 10;
	top: -40px;
	padding-top:18px;
}
.sec {
	width: 280px;
	height: 320px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 20px;
	background: #f8f8f8;
	cursor: pointer;
	float: left;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	

}

.sec-pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.sec-pic img{max-width: 100%}

.sec-tit {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

.sec-des {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	line-height: 1.6;
	text-align: justify;
}

.four-sec .content .sec:nth-child(1),
.four-sec .content .sec:nth-child(2),
.four-sec .content .sec:nth-child(3){
	margin-right: 26px;
}
.sec:hover{
	background: #fff;
	box-shadow: 2px 0 10px #ccc;
margin-top: -6px;
}


.pic-ab {
	width: 50%;
	float: left;
	text-align: center;
}

.ab-r {
	width:50%;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
}

.tit-ab {
	font-size: 30px;
	font-weight: bold;
	color:#333;
	letter-spacing: 2px;
}

.tit2-ab {
	font-size: 20px;
	color: #333;
	line-height: 3;
	letter-spacing: 8px;
	position: relative;
}
.tit2-ab:after{
	content: "";
	width: 200px;
	height: 2px;
	background: #c2c2c2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gs1 {
	font-size: 18px;
	font-weight: bold;
	background: url(../images/logo-small.png) no-repeat 0px 0px;
	background-size: 30px 30px;
	padding-left: 50px;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 10px 0;
	
}

.ab-txt {
	font-size: 16px;
	color: #515151;
	line-height: 1.8;
	text-align: justify;
	
}

.gs2 {
	font-size: 18px;
	font-weight: bold;
	background: url(../images/icon_jh.png) no-repeat 0px 0px;
	background-size: 30px 30px;
	padding-left: 50px;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 10px 0;
}

.jianzheng {
	background: url(../images/bg_jz.png) no-repeat center;
	
	height: 656px;
	margin-top: 60px;
	position: relative;
}

.aboutus {
margin-top: 40px;
}

.jz-tit {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}

.jz-tit2 {
	font-size: 14px;
	letter-spacing: 6px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.jz {
	width: 122px;
	height: 122px;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
}

.jz:hover a>img{
	opacity: 0.8
}
.jz-list {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 450px;
}

.jz-list .jz:nth-child(1){
	position: absolute;
	left: 8px;
	top: 10px;
}

.jz-list .jz:nth-child(2){
	position: absolute;
	left: 175px;
	top: 100px;
}

.jz-list .jz:nth-child(3){
	position: absolute;
	left: 360px;
	top: 0px;
}

.jz-list .jz:nth-child(4){
	position: absolute;
	left: 360px;
	top: 200px;
}
.jz-list .jz:nth-child(5){
	position: absolute;
	left: 540px;
	top: 120px;
}


.jz-list .jz:nth-child(6){
	position: absolute;
	left: 540px;
	top: 306px;
}

.jz-list .jz:nth-child(7){
	position: absolute;
	left: 720px;
	top: 0px;
}
.jz-list .jz:nth-child(8){
	position: absolute;
	left: 720px;
	top: 200px;
}

.jz-list .jz:nth-child(9){
	position: absolute;
	left: 900px;
	top: 100px;
}
.jz-list .jz:nth-child(10){
	position: absolute;
	left: 1072px;
	top: 0px;
}
.zs-tit {
	font-size: 30px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 24px;
	margin-top: 60px;
	
}
.zs-tit:after{
	content: "";
	width: 44px;
	height: 3px;
	background: #1f7ece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	
}

.cp {
	width:284px;
	height: 264px;
	float: left;
	cursor: pointer;
	-webkit-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
}
.cp:hover .cp-botom{
	color: #fff;
	background: #1f7ece;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.cp-top {
	width: 100%;
	height: 210px;
	background: #e7f3f4;
	text-align: center;
}

.cp-botom {
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align:center;
	font-size: 16px;
	color: #333;
	background: #fff;
}

.zhanshi {
	background: #f6f6f6;
}

.m-r-20 {
	margin:0 8px;
}

.cp-list {
	margin-top: 50px;
	overflow: hidden;
}

.more {
	width: 168px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #1e80db;
	color: #fff;
	font-size: 14px;
	margin: 40px auto;
	box-shadow: 2px 2px 20px #9ecefa
}

.left {
	width: 340px;
	margin-left: 130px;
	margin-top: 65px;
	float: left;
}

.last {
	width: 100%;
	margin-top: 60px;
	height: 330px;
	position: relative;
	background: url(../images/bg-last.png) no-repeat center;
	left: 50%;
	margin-left: -50%;
	overflow: hidden
}



.right {
	width: 340px;
	float: right;
	margin-right: 210px;
	text-align: right;
	margin-top: 95px;
}

.last-tit {
	font-size: 18px;
	color: #1f7ece;
	font-weight: bold;
	line-height: 24px;
}

.last-con {
	width: 340px;
	height: 115px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 30px;
}

.b-last {
	position: absolute;
	left: 80px;
	bottom: 0;
	color: #999;
	font-size: 14px;
}

.last .box-last {
	height: 330px;
}

.t-last {
	position: absolute;
	left: 760px;
	top: 0;
	color: #1f7ece;
	font-size: 18px;
	font-weight: bold
}

.zixun {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #1f7ece;
	color: #fff;
	float: right;
	margin-top: -40px;
}

.foot {
	background: linear-gradient(45deg,#2853c7,#4ac8e1);
	height: 340px;
	margin-top: 60px;
	color: #fff;
}

.foot-l {
	float: left;
	width: 460px;
	margin-top: 30px;
	
}

.f-tit {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	
}

.f-tit2 {
	margin-top: 8px;
}

.f-list {
	width:100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.f-list ul li a{display: block; font-size: 14px;color: #fff;margin-bottom: 10px}
.f-list ul li:nth-child(1) a{
	font-size: 15px;
	margin-bottom:16px;
	margin-top: 30px;
}
.foot-r {
	float: right;
	width: 560px;
	margin-top: 30px;
}

.f-t {
	width: 100%;
	display: flex;
	flex-flow:row nowrap;
	justify-content: flex-end;
	height: 50px;
	line-height: 50px;
}
.f-t a{
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 0 4px;
	
}

.f-lx {
	width: 100%;
	margin-top: 30px;
	position: relative;


}
.f-lx span{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
		
}

.lx-tit {
	font-size: 16px;
	margin-bottom: 16px;

	
}

.qrcode {
	position: absolute;
	right: 0;
	top: 0px;
}

.copyright {
	padding-top: 24px;
	border-top: 1px solid #fff;
	margin-top: 40px;
}

.cr-txt {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
