* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

body,
html,
.box {
	width: 100%;
	height: 100%;
}

a,
img {
	display: block;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.txt-c {
	text-align: center;
}

.txt-l {
	text-align: left;
}

.txt-r {
	text-align: right;
}

.pointer {
	cursor: pointer;
}

.noMargin {
	margin: 0 !important;
}

#imgButtom img {
	width: 170px;
	height: 150px;
}

#imgButtom2 img {
	width: 60px;
	height: 76px;
	margin-right: 8px;
	margin-left: 20px;
}

#imgButtom3 img {
	width: 95px;
	height: 120px;
}


/*图片logo*/

.mImgLogn img {
	width: 100%;
	height: 300px;
}
#NoNone {
	color: #fa1d00;
	width: 100%;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	position: absolute;
	top: 66%;
	cursor: pointer;
}

/*主体*/

.conText {
	line-height: 40px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.mtext {
	text-indent: 2em;
	line-height: 26px;
}

.imgLingn {
	margin: 26px 0;
}

.mBorder {
	border: 1px solid #d5d5d5;
	margin: 3px;
	width: 16%;
	float: left;
	padding: 6px 20px;
}

.mBorder img {
	text-align: center;
}

.mfloat {
	float: right;
}

.mfloatR {
	float: left;
}

.paddingBorder {
	background-color: #134a80;
	width: 150px;
	height: 32px;
	line-height: 26px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

.paddingBorder span {
	padding: 8px;
}

.quyu {
	padding-left: 12px;
}

.quyu span {
	color: #144893;
}

.yuanquan {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #c2c2c2;
	border-radius: 50%;
	color: #000000;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin-right: 10px;
}


/*表单start*/

.join-form {
	width: 1200px;
	margin: auto;
}

.join-form p {
	border-top: 1px solid #5F879F;
	color: #727272;
	margin-bottom: 30px;
	padding-top: 15px;
}

.join-form li {
	overflow: auto;
	margin-bottom: 20px;
	color: #727272;
}

.input-2 div {
	width: 50%;
}

.input-2 div input {
	width: 270px;
	padding: 3px 15px;
	outline: none;
}

.select select {
	padding: 3px 15px;
	outline: none;
}

.join-form #liuyan {
	outline: none;
	padding: 10px;
	width: 1178px;
}

.join-submit {
	height: 40px;
}

.join-submit div {
	width: 500px;
}

.join-submit img {
	width: 150px;
	height: 33px;
	vertical-align: middle;
	margin-top: -3px;
}

.join-submit a,
.join-submit img {
	display: inline-block;
	color: #727272;
}

.join-submit .sub {
	text-align: right;
}

.dosubmit {
	background: #134A80;
	padding: 3px 25px;
	color: #fff;
	margin-left: 15px;
}
#resubmit{
	background: #134A80;
	padding: 3px 25px;
	color: #fff;
	margin-left: 15px;
}

/*表单end*/


/*网页整个内容盒子*/

.box {
	overflow: auto;
}


/*中间内容盒子*/

.content {
	width: 1200px;
	margin: auto;
	overflow: auto
}


/*通用头部样式*/

.header {
	width: 1200px;
	height: 100px;
	margin: auto;
}


/*logo*/

.header .logo {
	margin-top: 30px;
}


/*导航列表*/
/*.header .head-nav-list {
	height: 120px;
}

.head-nav-list ul {
	height: 120px;
}

.head-nav-list ul li {
	padding: 0 13px;
	height: 120px;
	position: relative;
}

.head-nav-list ul li:hover,
.head-nav-list ul li.hover {
	cursor: pointer;
	background-color: #134A80;
}

.head-nav-list ul li:hover>a>b,
.head-nav-list ul li:hover>a>span,
.head-nav-list ul li.hover>a>b,
.head-nav-list ul li.hover>a>span {
	color: #fff;
}

.head-nav-list ul li b {
	color: #555;
}

.head-nav-list ul li>a {
	padding: 41px 5px;
}

.head-nav-list ul li>a>span {
	color: #b2b2b2;
	font-size: 12px;
}

.nav-list {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 100;
	display: inline-block;
	width: 100%;
	background: #fff;
	display: none;
}

.nav-list a {
	padding: 7px 0;
	color: #000;

}

.nav-list a span {
	border-bottom: 1px solid #D2DCE7;
	padding-bottom: 6px;
    text-decoration: none;
}

.nav-list a:hover {
	background-color: #CDCDCD
}*/



/*网页底部通用样式*/

.foot-box {
	background: #212121;
	padding-top: 50px;
	width: 100%;
	min-width: 1200px;
	color: #fff;
}

.foot-box>div:last-child {
	height: 40px;
	background: #292929;
	text-align: center;
	line-height: 40px;
}

.foot-lists {
	width: 1200px;
	margin: auto;
	overflow: auto;
	padding-bottom: 30px;
	text-align: center;
}

.foot-lists>ul>li {
	width: 170px;
}

.foot-lists>ul>li.code-img {
	width: 180px;
}

.foot-lists>ul>li>p {
	margin-bottom: 30px;
	font-size: 16px;
}

.foot-lists>ul>li a {
	color: #fff;
	padding-bottom: 10px;
}

.code-img img {
	margin: auto;
}

.code-img img:first-child {
	margin-bottom: 25px;
}

.two-line a {
	display: inline-block;
}


/*banner轮播*/

.banner-box,
.banner-img,
.banner-img li,
.banner-index {
	width: 100%;
	min-width: 1200px;
}

.banner-box {
	height: 575px;
	position: relative;
	overflow: hidden;
}

.banner-img {
	height: 575px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.banner-img li,
.banner-img img {
	height: 100%;
}

.banner-img li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.banner-img li:first-child {
	opacity: 1;
}

.banner-index {
	position: absolute;
	bottom: 30px;
	z-index: 100;
}

.banner-index span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #98C4E5;
	margin-left: 15px;
}

.banner-index span:hover,
.banner-index span.hover {
	height: 10px;
	padding: 0 8px;
	border-radius: 50%;
	margin-left: 15px;
	background: #fff;
	cursor: pointer;
}


