@charset "utf-8";
@import url("font.css");

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei', Arial, 'Simsun', sans-serif;
	min-width: 1200px;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
li {
	list-style: none;
}
img {
	border: none;
}
body a img {
	border: none;
}
/*a:hover img
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }
*/
a {
	color: #333;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #005197;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.clear {
	height: 0px;
	clear: both;
}
.text-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
.t_center {
	text-align: center;
}
.space10 {
	height: 10px;
	clear: both;
}
.space15 {
	height: 15px;
	clear: both;
}
.space20 {
	height: 20px;
	clear: both;
}
.space25 {
	height: 25px;
	clear: both;
}
.space30 {
	height: 30px;
	clear: both;
}

.trans1 {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.trans2 {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.fdapic {
	overflow: hidden;
}
.fdapic img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fdapic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.yu_a0 {
	display: inline-block;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.artpage {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.artpageA {
	width: 50%;
	float: left;
}
.artpageB {
	width: 50%;
	float: left;
	text-align: right;
}
.artpage span {
	color: #666;
}
.artpage a {
	line-height: 16px;
	font-size: 13px;
	text-indent: 0px;
	color: #333;
	margin-right: 5px;
	padding: 5px 6px;
	display: inline-block;
}

.page {
	overflow: hidden;
}
.pagelink {
	padding: 5px 20px 5px 0;
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	clear: both;
}
.pagelink span {
	padding: 0px 0px;
	font-size: 12px;
	color: #555;
}
.pagelink .nolink {
	text-decoration: none;
	color: #888;
	background: #f2f2f2;
	padding: 5px 10px 5px;
	margin-right: 8px;
}
.pagelink .thisclass {
	text-decoration: none;
	color: #fff;
	background: #3560a8;
	padding: 5px 9px 5px;
	margin-right: 8px;
}
.pagelink a {
	text-decoration: none;
	color: #888;
	background: #f2f2f2;
	padding: 5px 10px 5px;
	margin-right: 8px;
}
/* @media (min-width: 480px) and (max-width: 640px) {} */
.page_fanye {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.page_fanye a {
	line-height: 16px;
	font-size: 14px;
	text-indent: 0px;
	color: #666;
	margin-right: 5px;
	padding: 4px 9px;
	background: #efefef;
	border: 1px solid #ddd;
	display: inline-block;
}
.page_fanye span {
	height: 24px;
	line-height: 20px;
	padding: 0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width: 30px;
	height: 20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width: 60px;
	color: #666;
}
.page_fanye .onpage, .page_fanye a:hover {
	color: #fff;
	background: #3560a8;
}

header {
	width: 100%;
}
.topbar {
	width: 100%;
	height: 37px;
	line-height: 37px;
	background-color: rgba(53, 96, 168, 1);
}
.topt {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.topt p {
	float: left;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
}
.topt .animated {
	float: right;
	height: 37px;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #fff;
}
.topt .animated span {
	padding: 0 20px;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
	border-left: 1px #5d80b9 solid;
	display: block;
	float: left;
	cursor: pointer;
}
.topt .animated span a {
	color: #fff;
}
.topt .animated span:hover {
	background: #005197;
}
.topb {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 146px;
	float: left;
	padding: 18px 0 0;
}

.nav {
    float: right;
	height: 90px;
	position: relative;
	z-index: 98;
}
.nav ul {
	margin: 0 auto;
}
.nav ul li {
	float: left;
	position: relative;
}
.nav ul li a {
	float: left;
	display: block;
	color: #333;
	height: 90px;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.nav ul li a s {
	font-weight: normal;
	font-size: 22px;
	overflow: hidden
}
.nav ul li a:hover {
	color: #23527c;
	text-decoration: none;
}
.nav ul li.sub a:hover {
	color: #fff;
}
.nav ul li span {
	position: relative;
	z-index: 2;
	color: #333;
	padding: 15px 24px;
	font-size: 17px;
	letter-spacing: 1px;
	display: block;
}
.nav ul li.hover span {
	color: #fff;
}
.nav ul li.home span {
	display: inline;
	padding: 15px 28px;
    line-height: 90px;
}
.nav ul li i {
	background: #3498db;
	width: 100%;
	left: 0;
	height: 0;
	bottom: 0;
	display: block;
	position: absolute;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.nav ul li.hover a {
	color: #fff;
}
.nav ul li.hover i {
	height: 90px;
}
.nav ul li.search-btn span {
	padding: 38px 25px;
}
#sub-nav {
	position: absolute;
	top: 127px;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 0;
	min-width: 1200px;
	-webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	transition: .5s cubic-bezier(0.215, .61, .215, 1);
	overflow: hidden;
}
#sub-nav.hover {
	height: 60px
}
#sub-nav.hovers {
	top: 186px;
}
#sub-nav .sub-nav-bg {
	background: url(../images/blank.gif);
	width: 100%;
	height: 60px;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	-o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
	transition: .5s cubic-bezier(0.215, .61, .215, 1);
	z-index: 1;
}
#sub-nav .sub-nav-item {
	width: 100%;
	height: 60px;
	position: absolute;
	top: -62px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
}
#sub-nav .sub-nav-item.hover {
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 3;
}
#sub-nav .sub-nav-item ul {
	height: 60px;
	width: 1200px;
	margin: 0 auto;
    text-align: center;
}
#sub-nav .sub-nav-item ul li {
    line-height: 60px;
    margin: 0 20px;
    text-align: center;
    display: inline-block;
}
#sub-nav .sub-nav-item ul li a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}
#sub-nav .sub-nav-item ul li a:hover {
	color: #97cdfc;
}
.nav ul li.indicator {
	position: absolute !important;
	top: 83px;
	left: 0;
	width: 100px;
	height: 7px;
	background: url(../images/nav-line.png) no-repeat center top;
	z-index: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	display: none;
}









/*==banner==*/
.banner {
	width: 100%;
	height: 627px;
	overflow: hidden;
	position: relative;
}
.banner ul li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.banner ul li a {
	height: 100%;
	display: block;
}
.banner .hd {
	width: 100%;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	z-index: 100;
}
.banner .hd ol li {
	width: 50px;
	height: 3px;
	display: inline-block;
	margin: 2px 4px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.banner .hd ol .on {
	width: 50px;
	background: #005197;
}
.banner .pic_pre, .banner .pic_next {
	width: 41px;
	height: 83px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	z-index: 900;
	cursor: pointer;
}
.banner .pic_pre {
	background: url("../images/fxt1.png") no-repeat left center;
	left: 0px;
}
.banner .pic_next {
	background: url("../images/fxt1a.png") no-repeat left center;
	right: 0px;
}
.gonggao {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
}
.gonggaos {
	width: 1200px;
	line-height: 60px;
	overflow: hidden;
	margin: 0 auto;
}
.gonggaos p {
	font-size: 16px;
	background: url("../images/jop.png") no-repeat left center;
	padding-left: 25px;
	float: left;
}
.gonggaos .gg {
	width: 970px;
	height: 60px;
	overflow: hidden;
	position: relative;
	float: left;
}
.gonggaos .gg ul {
	width: 970px;
	position: absolute;
}
.gonggaos .gg li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.gonggaos .gg li a {
	color: #444;
}
.gonggaos .gg span {
	width: 20%;
	float: right;
	font-size: 12px;
	color: #999;
}
.gonggaos .mores {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #315da5;
	float: left;
	padding-left: 50px;
}
.gonggaos .mores a {
	color: #315da5;
}
.news_btn {
	float: right;
	display: inline-block;
	position: relative;
	top: 8px;
}
.news_btn a {
	position: absolute;
	width: 16px;
	display: block;
	height: 9px;
	right: 0px;
}
.news_btn a.up {
	background: url("../images/ico.png") no-repeat center 50%;
	top: 7px;
}
.news_btn a.down {
	background: url("../images/ico1.png") no-repeat center 50%;
	top: 30px;
}
.one {
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.one_about {
	width: 400px;
	background-color: #f1f2f3;
	float: left;
	padding: 20px;
}
.one_aboutimg {
	width: 400px;
	height: 160px;
}
.one_about h2 {
	font-size: 18px;
	padding: 15px 0 10px;
}
.one_about h2 span {
	color: #3560a8;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    font-weight: normal;

}
.one_about p {
	height: 70px;
	color: #868585;
	line-height: 24px;
	overflow: hidden;
}
.one_aboutico {
	padding: 23px 0 0;
	overflow: hidden;
}
.one_aboutico a {
	width: 33.33%;
	float: left;
	text-align: center;
	display: inline-block;
}
.one_aboutico a img {
	width: 55px;
	height: 55px;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.one_aboutico a p {
	color: #868585;
    font-size: 15px;
    height: 33px;
	line-height: 36px;
}
.one_aboutico a:hover img {
	transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
}

.index_news {
	float: right;
	width: 730px;
	margin: 0 auto;
}
.index_news .ntab {
	height: 42px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: 1px #e1e1e1 solid
}
.index_news .ntab li {
	float: left;
	height: 41px;
	line-height: 42px;
	padding: 0 25px;
	margin-right: 5px;
	background: #f0f0f0;
	border-top: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
}
.index_news .ntab li:hover {
	height: 42px;
	background: #fff;
	color: #3560a8;
	cursor: pointer
}
.index_news .act {
	height: 42px !important;
	background: #fff !important;
	color: #333
}
.index_news .tabCon {
	height: 360px;
	background: #fff;
	padding: 15px;
	border-bottom: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
}
.index_news .tabCon div {
	display: none
}
.index_news .tabCon .on {
	display: block
}
.index_news .tabCon .nlist {
	font-size: 15px;
}
.index_news .tabCon .nlist li {
	background: url(../images/li.gif) no-repeat 0 center;
    padding-left: 15px;
}
.index_news .tabCon .nlist li a {
	color: #333;
	line-height: 36px;
}
.index_news .tabCon .nlist li a:hover {
	color: #3560a8;
}
.index_news .tabCon .nlist li .top {
	color: #F30;
	margin-left: 5px
}
.index_news .tabCon .nlist li .time {
	float: right;
	font-size: 13px;
	line-height: 36px;
	color: #999;
}

.index_biz {
	padding: 50px 0 60px;
	background: #f0f0f0;
}
.index_biz .indexTitle {
	text-align: left;
}
.index_biz .indexTitle .title2:after {
	left: 0;
	margin-left: 0;
}
.index_biz .tit {
	position: relative;
	height: 125px;
}
.index_biz .more {
	position: absolute;
	right: 0;
	top: 8px;
    width: 40px;
    height: 80px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.index_biz .more a {
	height: 100%;
	color: #888;
}
.index_biz .more .ico {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.index_biz .more .ico .on {
	opacity: 0;
	position: absolute;
	left: 1px;
	top: 0;
}
.index_biz .more .name {
	padding-top: 15px;
}
.index_biz .more:hover a {
	color: #3560a8;
}
.index_biz .more:hover .ico img {
	opacity: 0;
}
.index_biz .more:hover .ico .on {
	opacity: 1;
}
.index_biz .tab {
	position: absolute;
	right: 88px;
	top: 8px;
}
.index_biz .tab li {
	float: left;
	width: 140px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #888;
	height: 96px;
	position: relative;
}
.index_biz .tab li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	opacity: 0;
	width: 14px;
	height: 9px;
	margin-left: -7px;
	background: url(../images/arrow_down.png) center no-repeat;
}
.index_biz .tab li .ico {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.index_biz .tab li img {
	width: 40px;
	height: 40px;
}
.index_biz .tab li .ico .on {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.index_biz .tab li .name {
	padding-top: 15px;
}
.index_biz .tab .liNow {
	color: #3560a8;
}
.index_biz .tab .liNow:after {
	opacity: 1;
	bottom: 0;
}
.index_biz .tab .liNow .ico img {
	width: 40px;
	height: 40px;
	opacity: 0;
}
.index_biz .tab .liNow .ico .on {
	opacity: 1;
}
.index_biz .tabContentDiv {
	height: 480px;
	overflow: hidden;
}
/*.index_biz .tabContent.on{animation: fadeOfOpacity .8s linear;}*/
.index_biz .leftImg {
	width: 60%;
	height: 480px;
	overflow: hidden;
}
.index_biz .leftImg img {
	width: 768px;
}
.index_biz .rightDiv {
	width: 40%;
	height: 480px;
	background-image: -webkit-linear-gradient(left top, #638dce, #1a4285);
	background-image: -moz-linear-gradient(left top, #638dce, #1a4285);
	background-image: -o-linear-gradient(left top, #638dce, #1a4285);
	background-image: linear-gradient(to right bottom, #638dce, #1a4285);
}
.index_biz .rightDiv .mxfDiv {
	padding: 50px;
}
.index_biz .rightDiv .txt1 {
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.2);
	font-family: mont;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
}
.index_biz .rightDiv .txt2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: #7696cb solid 1px;
}
.index_biz .rightDiv .msg {
	font-size: 14px;
	padding: 10px 0 25px;
	color: #fff;
	border-bottom: #99c14f solid 1px;
}
.index_biz .rightDiv .msg p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.index_biz .rightDiv .scroll {
	color: #fff;
	font-size: 15px;
	line-height: 1.9;
	height: 300px;
	margin-top: 25px;
}
.wal {
	width: 1200px;
	margin: 0 auto;
}
.indexTitle .cntitle {
	font-size: 30px;
	line-height: 36px;
	color: #353535;
	font-weight: bold;
	padding-bottom: 15px;
}
.indexTitle .entitle {
	position: relative;
	font-size: 16px;
	letter-spacing: 1px;
	color: #aeaeae;
	text-transform: uppercase;
	height: 30px;
}

.partner {
	width: 1200px;
	overflow: hidden;
	margin: 50px auto 44px;
}
.partner .one_tit {
	padding-bottom: 25px;
}
.partner .one_tit h2 {
	font-size: 30px;
	line-height: 36px;
	color: #353535;
	font-weight: bold;
}
.partner .list {
	width: 100%;
	overflow: hidden;
}
.partner .list li {
	width: 185px;
	height: 87px;
	float: left;
	border: solid 1px #c7c7c7;
	margin: 0 15px 15px 0;
}
.partner .list li.liA {
	margin-right: inherit;
}

footer {
	width: 100%;
	height: 380px;
	background: url("../images/footer_bg.jpg") repeat-x;
}
footer .link {
	width: 1200px;
	height: 50px;
	line-height: 53px;
	margin: 0 auto;
}
footer .link span {
	color: #bfc7d4;
}
footer .link a {
	color: #889bb9;
	padding: 0 10px;
}
footer .foot {
	width: 1200px;
	height: 225px;
	margin: 0 auto;
}
footer .foot_lt {
	width: 640px;
	float: left;
	padding: 50px 0;
}
footer .foot_lt ul {
	width: 25%;
	float: left;
}
footer .foot_lt li:first-child {
	padding-bottom: 15px;
}
footer .foot_lt li:first-child a {
	font-size: 16px;
	color: #fff;
}
footer .foot_lt li a {
	color: #8992a2;
	line-height: 28px;
	font-size: 14px;
}
footer .foot_lx {
	width: 370px;
	height: 147px;
	float: left;
	border-left: solid 1px #394353;
	margin-top: 50px;
	padding-left: 58px;
}
footer .foot_lx h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
    padding-top: 2px;
}
footer .foot_lx p {
	color: #8992a2;
	line-height: 30px;
    padding-top: 18px;
}
footer .foot_lx h3 {
	font-family: 'dincond-medium';
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: normal;
	position: relative;
}
footer .foot_lx h3:before {
	content: '';
	display: block;
	width: 296px;
	height: 1px;
	background: #3a4455;
	position: absolute;
	left: 0;
	bottom: -15px;
}
footer .foot_lx h5 {
	color: #8992a2;
	font-size: 14px;
	font-weight: normal;
	padding-top: 31px;
}
footer .foot_ewm {
	width: 130px;
	float: right;
	margin-top: 52px;
}
footer .foot_ewm img {
	width: 128px;
}
footer .foot_ewm p {
	line-height: 32px;
	color: #8992a2;
	font-size: 14px;
	text-align: center;
}
footer .footE {
	width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #8992a2;
    padding-top: 12px;
}
footer .footE a {
	font-size: 14px;
	color: #8992a2;
}
footer .footE p:first-child {
	float: left;
}
footer .footE p:last-child {
	float: right;
}

.main {
	background: #f5f5f5;
	padding-bottom: 60px;
}
.npage_ban {
	height: 350px;
}
.npage_top {
	width: 1200px;
	height: 87px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	border-bottom: solid 1px #eaeaea;
    box-shadow: 6px 0 0 rgb(0 0 0 / 3%);
}


.p_rbox {
	width: 244px;
	height: 107px;
	background-color: rgba(0, 81, 151, 0.85);
	padding: 30px;
	position: absolute;
	top: -80px;
}
.p_rboxs {
	width: 330px;
}
.p_rbox h3 {
	font-family: 'dincond-medium';
	font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: Uppercase;
	padding-top: 6px;
}
.p_rbox h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
.p_rbox hr {
	width: 114px;
	height: 2px;
	background: #fff;
	border: none;
	margin: 11px 0;
}
.npage_nav {
	float: right;
	margin-top: 7px;
}

.npage_nav ul {
	float: right;
	padding-right: 20px;
}
.npage_navs {
	width: 300px;
}
.npage_nav li {
	float: left;
    height: 80px;
    line-height: 80px;
	text-align: center;
	background: url("../images/ico3.png") no-repeat 3px center;
    padding: 0 20px;
}
.npage_nav li a {
	display: block;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
}
.npage_nav li a:hover, .npage_nav li.active a {
	color: #005197;
	font-weight: 600;
	border-bottom: solid 3px #005197;
}
.npage_nav span {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 83px;
}
.cons {
	width: 1200px;
	background: #fff;
	margin: -6px auto 0;
	border: 1px solid #eaeaea;
    box-shadow: 5px 6px 0 rgb(0 0 0 / 3%);
}

.about {
    width: 1100px;
	padding: 50px;
	overflow: hidden;
}
.about h1 {
	display: block;
	color: #3560A8;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	text-indent: 32px;
	padding-bottom: 30px;
}
.about p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.cons .about table, .cons .info_text table {
	width: 100% !important;
	margin: 10px 0;
	border: 1px solid #cdcdcd;
}
.cons .about table th, .cons .info_text table th {
	background: #eee !important;
	color: #333;
	padding: 5px 0 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.cons .about table td, .cons .info_text table td {
	border: 1px solid #cdcdcd !important;
}
.cons .about td, .cons .info_text td {
	padding: 5px 10px !important;
}

.product {
	padding: 30px;
	overflow: hidden;
}
.product dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.product dt {
	width: 268px;
	height: 196px;
	float: left;
	overflow: hidden;
}
.product dt img {
	width: 100%;
}
.product dd {
	width: 840px;
	float: right;
}
.product dd h3 a {
	font-weight: normal;
}
.product dd p {
	height: 110px;
	color: #666;
	line-height: 24px;
	padding: 10px 0;
}
.btn {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #999;
	color: #999;
}
.btn:hover {
	background: #00509a;
	color: #fff;
}

.product_top {
	padding: 30px;
	overflow: hidden;
}
.product_top .left {
	width: 500px;
	float: left;
	border: solid 1px #ececec;
}
.product_top .left img {
	width: 100%;
}
.product_top .right {
	width: 600px;
	float: right;
}
.product_top .right > div span {
	color: #888;
}
.product_top .right .light {
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #ececec;
}
.product_top .right .yongtu {
	padding-top: 10px;
	line-height: 24px;
}
.product_ms {
	padding: 30px;
	overflow: hidden;
}
.product_ms h2 {
	width: 114px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: rgb(97, 97, 97);
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.product_mscon {
	padding: 20px;
	border: solid 1px #f0f0f0;
	overflow: hidden;
	margin-bottom: 20px;
}
.product_mscon p {
	color: #666;
	line-height: 24px;
}
.product_mscon img {
	padding-top: 10px;
}

.newsp {
	padding: 30px;
	overflow: hidden;
}
.newsp ul li {
	width: 262px;
	float: left;
	padding-right: 30px;
}
.newsp ul li i {
	height: 179px;
	display: block;
	overflow: hidden;
}
.newsp ul li i img {
	width: 100%;
}
.newsp ul li h3 {
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
.newsp ul li span {
	color: #999;
}
.newsp ul .liA {
	padding-right: 0px;
}
.news {
    width: 1100px;
	padding: 30px 50px;
    overflow: hidden;
}
.news dl {
	padding: 22px 0 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.news dt {
	width: 80px;
	height: 80px;
	text-align: center;
	background: #f7f7f7;
	float: left;
	overflow: hidden;
}
.news dt p {
	line-height: 1;
	font-size: 35px;
	color: #266ba7;
	padding: 15px 0 5px;
}
.news dt span {
	line-height: 1;
	color: #b6b6b6;
}
.news dd {
	width: 990px;
	float: right;
	position: relative;
}
.news dd h2 a {
	font-size: 20px;
}
.news dd h2 span {
	float: right;
	font-size: 14px;
	color: #A2A2A2;
	font-weight: normal;
}
.news dd p {
	display: block;
	color: #A2A2A2;
	font-size: 14px;
	height: 52px;
	line-height: 1.7;
	padding-top: 10px;
	overflow: hidden;
}
.news dd .mores {
	position: absolute;
	width: 70px;
	height: 30px;
	border-radius: 18px;
	text-align: center;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 30px;
	right: 40px;
	top: 80px;
}

.news_info {
	width: 1100px;
    padding: 50px;
    overflow: hidden;
}
.info_title {
	text-align: center;
	padding: 10px 0 0;
}
.info_title h1 {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
}
.info_laiyuan {
	display: block;
	color: #bbb;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.5px;
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 20px;
}
.info_text {
	color: #333;
	font-size: 15px;
	line-height: 2;
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: solid 1px #ebebeb;
}
.info_text img {
	max-width: 100%;
}
.info_picA {
	padding: 10px;
	text-align: center;
}
.info_picA img {
	max-width: 100%;
	width: expression(this.width > 720 ? 720: true)
}

.zwtab {
    width: 1140px;
	padding: 40px 30px;
    overflow: hidden;
}
.zwtab th {
	background: #f0f0f0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
.pl40 {
	padding-left: 40px;
}
.zwtab td {
	border-bottom: 1px solid #f8f8f8;
	line-height: 40px;
	color: #333;
	font-size: 15px;
}
.zwtab td a {
	color: #333;
	padding-left: 40px;
}
.zwtab td a:hover {
	color: #da9a02;
}
.tbp {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 20px;
}
.zwtab tr:hover {
	background: #dfebfd;
}
.zwtitle {
	background: #f0f0f0;
}
.zwtitle span {
	border-bottom: 4px solid #eab73d;
	padding-left: 15px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	color: #323232;
	font-size: 24px;
	font-weight: normal;
}
.zwlb {
	overflow: hidden;
	padding: 35px 0 20px;
}
.zwlb li {
	float: left;
	width: 16.66%;
	text-align: center;
	line-height: 35px;
	color: #999;
	font-size: 18px;
	box-sizing: border-box;
}
.zwlb li:first-child {
	text-align: left;
	padding-left: 35px;
}
.zwlb li p {
	color: #323232;
}
.zwxq {
	margin: 20px 0 0;
	padding: 35px;
	line-height: 35px;
	color: #333;
	font-size: 18px;
	border-top: solid 20px #f0f0f0;
}
.col999 {
	color: #999;
}
.pb30 {
	padding-bottom: 30px;
}
.cb {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	width: 0;
	border: none;
	overflow: hidden;
}
a.xzsq {
	display: inline-block;
	color: #fff;
	background: #3498db;
	width: 325px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	margin: 0 0 40px 40px;
}
a.fhlb {
	border-bottom: 1px solid #999;
	color: #999;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 40px 40px;
}
.wrap {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto;
}
.Form-J1-li {
	background: #fff;
	padding: 10px 2%;
	margin-bottom: 15px;
	position: relative;
	border: solid 1px #eee;
}
.Form-J1-li label {
	width: 5em;
	display: inline-block;
	font-size: 13px;
	color: #666;
	vertical-align: middle;
}
.Form-J1-li input {
	height: 28px;
	line-height: 28px;
	width: 79%;
	vertical-align: middle;
	border: none;
	background: transparent;
}
.Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
	font-style: normal;
}
.Form-J1-li select {
	width: 79%;
	background: transparent;
	border: none;
	height: 30px;
	line-height: 30px;
}
.Form-J1-li textarea {
	width: 79%;
	max-width: 79%;
	vertical-align: middle;
	height: 99px;
	border: none;
	background: transparent;
}
.Form-J1-li input._yzm {
	width: 20%;
}
.Form-J1-li img {
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}
.Form-J1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}
.Validform_wrong {
	position: absolute;
	right: 7%;
	top: 13px;
	color: red;
	white-space: nowrap;
}
.Form-J1-Btn {
	width: 1200px;
	clear: both;
	text-align: center;
	padding-top: 40px;
	margin: 0 auto;
}
.Form-J1-Btn button {
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
	font-size: 15px;
}
.Form-J1-Btn ._submit {
	background: #3498db;
	margin-right: 10px;
}
.Form-J1-Btn ._reset {
	background: #999;
}

.contact {
	width: 1200px;
	height: 500px;
	margin: 50px auto 70px;
	position: relative;
}
.contact_r {
	width: 36%;
	height: 500px;
	color: #fff;
	background: url("../images/contact.png") #394353 no-repeat right bottom;
	position: absolute;
	right: 0;
	top: 0;
}
.contact_r_box {
	padding: 10% 8% 10% 10%;
}
.contact_r_box .r_title {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #fff;
}
.contact_r_box dl {
	border-top: 1px dashed #5d6b82;
}
.contact_r_box .r_box_01 {
	padding: 25px 0px;
}
.contact_r_box .r_box_01 dt {
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
}
.contact_r_box .r_box_01 dd {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #fff;
}
.contact_r_box .r_box_01 dd p {
    text-indent: -3em;
    padding-left: 3em;
}
.contact_r_box .r_box_02 {
	padding: 20px 0px;
	overflow: hidden;
}
.contact_r_box .r_box_02 dt {
	width: 58px;
	height: 64px;
	background: url("../images/contact_us_ico.png") no-repeat;
	margin-right: 10px;
	float: left;
}
.contact_r_box .r_box_02 dd {
	font-size: 18px;
	color: #fff;
}
.contact_r_box .r_box_02 span {
	display: block;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 3px 0 6px;
}
.contact_us_bottom {
	width: 1200px;
	overflow: hidden;
	margin: 56px auto;
}
.contact_us_bottom h2 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
}
.contact_us_bottom li {
	width: 28.6%;
	height: 240px;
	float: left;
	margin-right: 2%;
	background: #f6f6f6;
	padding: 20px;
	margin-bottom: 30px;
}
.contact_us_bottom li h3 {
	font-size: 22px;
	color: #2e2e2e;
	margin-bottom: 10px;
	font-weight: normal;
}
.contact_us_bottom li p {
	line-height: 28px;
	color: #333;
}
.contact_us_bottom li.pd, .contact_us_bottom li:nth-of-type(3n) {
	margin-right: inherit;
}
#map {
	width: 100%;
	height: 500px;
	font-size:14px;
	letter-spacing: 0.5px;
	border: #ddd solid 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.hdjl {
	width: 1200px;
	overflow: hidden;
	margin: 30px auto;
}
.hdjl_l {
	width: 850px;
	overflow: hidden;
	float: left;
}
.form_hd {
	background: #fbfbfb;
	font-size: 22px;
	color: #000;
	padding: 1% 2%;
	border: 1px solid #eee;
	border-bottom: none;
	font-weight: normal;
}
.form_bd {
	border: 1px solid #eee;
	padding: 2%;
	margin-bottom: 30px;
}
.form_bd td {
	font-size: 14px;
	display: inline-block;
	color: #9c9c9c;
	line-height: 32px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 4px 10px;
	margin-bottom: 20px;
}
.form_bd td span {
	float: left;
}
.form_bd td input {
	border: none;
	padding: 0;
	margin-left: 30px;
	width: 50%;
	display: block;
	margin-left: 2%;
	height: 32px;
	line-height: 32px;
	outline: none;
	float: left;
}
.input_ico {
	width: 20px;
	height: 20px;
	background: url("../images/hdjl_ico.png") no-repeat;
	display: block;
	float: right;
	margin: 6px 10px 0 0;
}
.input_box02 .input_ico {
	background-position: -20px 0;
}
.form_yzm td {
	border: none;
}
.form_yzm td input {
	width: 30%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #eee;
	display: block;
	margin: 0px 10px;
}
.form_yzm .img_box {
	width: 80px;
	height: 26px;
	overflow: hidden;
}
.form_yzm .img_box img {
	cursor: pointer;
}
.form_yzm .img_title {
	font-size: 14px;
	color: #9c9c9c;
	margin-left: 10px;
}
.form_yzm button {
	width: 110px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #3560a8;
	color: #3560a8;
	background: none;
	outline: none;
	border-radius: 6px;
	margin-left: 14px;
	text-align: center;
	cursor: pointer;
}
.zixun {
	margin: 0 0 30px;
	overflow: hidden;
}
.zixun li {
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding: 20px 4px 0px;
}
.zixun li h3 {
	font-size: 16px;
	color: #4e4e4e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 8px;
}
.zixun li h3 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/hdjl_ico.png") no-repeat -40px 0px;
	vertical-align: middle;
	margin-right: 10px;
}
.zixun li .list_text {
	color: #696969;
	padding-left: 30px;
}
.list_tool {
	padding: 10px 0px;
	text-align: right;
}
.list_tool span {
	display: inline-block;
	color: #696969;
	margin-left: 20px;
	font-size: 13px;
}
.see_ico {
	width: 20px;
	height: 20px;
	background: url("../images/hdjl_ico.png") no-repeat -60px 0px;
	display: inline-block;
	vertical-align: middle;
}
.text_boxmore {
	width: 100%;
	background: #f0f3f5;
	color: #333;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: block;
	margin-top: 30px;
}
.hdjl_r {
	width: 320px;
	float: right;
}
.hdjl_r1 {
	background-color: #f6f6f6;
	padding: 30px;
}
.hdjl_r1 dt {
	font-size: 18px;
	color: #000;
	padding-bottom: 5px;
}
.hdjl_r1 dd {
	font-size: 33px;
	color: #c03532;
	font-family: Arial;
}
.hdjl_r1 p {
	line-height: 28px;
}

.rongyu {
	width: 1200px;
	padding: 30px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.rongyu ul li {
	width: 270px;
	background: #fff;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 0 26px 26px 0;
}
.rongyu ul li i {
	height: 200px;
	display: block;
	overflow: hidden;
}
.rongyu ul li i img {
	height: 100%;
}
.rongyu ul li p {
	height: 30px;
	line-height: 30px;
}
.rongyu ul .liA {
	margin-right: 0px;
}

.wenhua {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
}
.wenhua dl {
	width: 235px;
	height: 185px;
	padding: 20px;
	background: #fff;
	border: 1px solid #266ba7;
	margin: 0 30px 30px 0;
	float: left;
	overflow: hidden;
}
.wenhua .dlA {
	margin-right: 0;
}
.wenhua dl dt {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #666;
}
.wenhua dl dt a {
	font-size: 16px;
	font-weight: bold;
}
.wenhua dl dd {
	line-height: 1.6;
	color: #666;
	padding-top: 10px;
}
