 @charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
.clear {
	zoom: 1;
}    /*==for IE6/7 Maxthon2==*/
.clear:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}   /*==for FF/chrome/opera/IE8==*/
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow-x: hidden;
	font-size: 14px;
	color: #323c3c;
}
a {
	text-decoration: none;
	color: #323c3c;
}
ul {
	list-style-type: none;
}
.left {
	float: left;
}
.content_body {
	width: 640px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #f0f0f0;
}
.main {
	width: 100%;
	background: #f0f0f0;
}
.head {
	width: 100%;
	background: #1B54A5;
}
.head .content_body {
	height: 100px;
	background: url(../images/head.gif) center scroll no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.head .content_body div {
	width: 300px;
	height: 100px;
}
.content {
	width: 100%;
	background: #f0f0f0;
}
.content .content_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.content .content_body .nav {
	height: 128px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}
.content .content_body .nav div {
	width: 158px;
	height: 63px;
	text-align: center;
	line-height: 63px;
	font-size: 24px;
}
.content .content_body .nav .one_line {
	border-right: #f0f0f0 2px solid !important;
	border-bottom: #f0f0f0 2px solid;
}
.content .content_body .nav .two_line {
	border-right: #f0f0f0 2px solid !important;
}
.content .content_body .nav div:nth-child(4) {
	border-right: none;
}
.content .content_body .nav div:last-child {
	border-right: none;
}
.content .content_body .banner {
	height: 281px;
	width: 640px;
	position: relative;
}
.content .content_body .banner .box {
	height: 281px;
	width: 640px;
	overflow: hidden;
	position: relative;
}
.content .content_body .banner .box ul {
	width: 5000px;
	height: 281px;
	position: absolute;
	left: 0px;
}
.content .content_body .banner .box ul li {
	height: 281px;
	display: inline-block;
	float: left;
	width: 640px;
}
.content .content_body .banner .smalltitle {
	position: relative;
	bottom: 40px;
	left: 275px;
	width: 100px;
}
.content .content_body .banner .smalltitle li {
	display: inline-block;
	float: left;
	background: #ccc;
	height: 10px;
	width: 10px;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.content .content_body .banner .smalltitle .thistitle {
	background: #00b4b4
}
.content .content_body .ks_nav {
	height: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}
.content .content_body .ks_nav div {
	height: 149px;
	width: 158px;
	font-size: 20px;
	line-height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content .content_body .ks_nav div p {
	line-height: 38px;
}
.content .content_body .ks_nav .one_line {
	border-right: #f0f0f0 2px solid;
	border-bottom: #f0f0f0 2px solid;
}
.content .content_body .ks_nav .two_line {
	border-right: #f0f0f0 2px solid;
}
.content .content_body .nav div:nth-child(4) {
	border-right: none;
}
.content .content_body .nav div:nth-child(8) {
	border-right: none;
}
.content .content_body .nav div:last-child {
	border-right: none;
}

.content .content_body .lzkp_title{
	width: 100%;
	height: 80px;
}

.content .content_body .lzkp_title img{
	z-index: 2;
	position: relative;
}
.content .content_body  .lzzx_con{
	background: #fff;
	cursor: pointer;
    padding: 25px 15px 25px 15px;
}

.content .content_body  .lzzx_con li{
	font-size: 25px;
    font-weight: 500;
    line-height: 50px;
	height: 50px;
	border-bottom: dotted 2px #cacccb;
}
.content .content_body .lzzx_con li a {
    display: block;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.content .content_body .jyzn_title {
	width: 100%;
	height: 80px;
	position: relative;
}
.content .content_body .jyzn_title img {
	z-index: 2;
	position: relative;
}
.content .content_body .jyzn {
	background: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content .content_body .jyzn .jyzn_img {
	height: 200px;
	margin-top: 2%;
}
.content .content_body .jyzn a {
	margin-left: 3%;
}
.content .content_body .xwzx {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content .content_body .xwzx .title {
	height: 69px;
	width: 640px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content .content_body .xwzx .new_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.content .content_body .xwzx .news {
	padding: 20px 0;
	width: 640px;
	margin-top: 4px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.content .content_body .xwzx .news .xwzx {
	float: left;
	width: 168px;
	height: 148px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.content .content_body .xwzx .news .xwzx img {
	width: 100%;
	height: 200px;
	left: 100%;
	margin-left: -158px;
	position: relative;
}
.content .content_body .xwzx .news div {
	width: 420px;
	margin-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.content .content_body .xwzx .news h1 {
	line-height: 48px;
	font-size: 28px;
	color: #323c3c;
	margin-top: 15px;
}
.content .content_body .xwzx .news p {
	line-height: 28px;
	font-size: 20px;
	color: #828c8c;
	margin-top: 10px;
}
.content .content_body .xwzx .news span {
	color: #f08200
}
.content .content_body .phone {
	margin-top: 20px;
	height: 160px;
}
.content .content_body .yy {
	height: 140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	margin-top: 28px;
}
.content .content_body .yy div {
	height: 140px;
	width: 155px;
	font-size: 24px;
	line-height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 5px solid #f0f0f0 !important;
}
.content .content_body .yy div:last-child {
	border-right: none;
}
.content .content_body .yy div p {
	line-height: 38px;
}
.foot {
	width: 100%;
	background: #1A3965;
	height: 172px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 120px;
	margin-top: 28px;
}

.telBox {
	height: 45px;
	margin: 10px auto 10px 65px;
	float: left;
	display: inline;
	border: 1px solid #6A7380;
	border-radius: 17px 17px 17px 17px;
	width: 330px;
}
.telBox #telInput {
	border: none;
	height: 45px;
	width: 260px;
	float: left;
	display: inline;
	background: none;
}
.telBox #callBtn {
	background-color: #6A7380;
	border-radius: 0 14px 14px 0;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}
.telBox2 {
	width: 450px;
	height: 55px;
	float: left;
	display: inline;
	margin-top: 25px;
}
.telBox2 .tb01 {
	width: 50%;
	height: 55px;
	float: left;
	background-color: #26C540;
	border-radius: 0 0 0 15px;
}
.telBox2 .tb01 img {
	float: left;
	margin-left: 18px;
	display: inline;
	margin-top: 12px;
}
.telBox2 .tb01 span {
	color: #fff;
	line-height: 55px;
	font-size: 24px;
	float: left;
	margin-left: 8px;
	display: inline;
}
.telBox2 .tb02 {
	width: 50%;
	height: 55px;
	float: left;
}
.telBox2 .tb02 {
	width: 50%;
	height: 55px;
	float: left;
	background-color: #FF6005;
	border-radius: 0 0 15px 0;
}
.telBox2 .tb02 img {
	float: left;
	margin-left: 18px;
	display: inline;
	margin-top: 12px;
}
.telBox2 .tb02 span {
	color: #fff;
	line-height: 55px;
	font-size: 24px;
	float: left;
	margin-left: 8px;
	display: inline;
}
.telBox #telInput {
	border-radius: 15px 0 0 15px;
	color: #6A7380;
	float: left;
	font-size: 16px;
	height: 45px;
	line-height: 30px;
	outline: medium none;
	padding-left: 13px;
	width: 260px;
}
#centetswt strong {
	color: #2E3642;
	font-size: 42px;
	font-weight: 500;
	margin-top: 26px;
	float: left;
	width: 460px;
	text-align: center;
	font-family: 'Microsoft YaHei', '微软雅黑';
}
