* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #eaeff2;
	color: #000;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #b91212;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #015491;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #015491;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	height: 155px;
	overflow: hidden;
	background: #fff;
}
.toptell {
	margin-top: 35px;
}
.toptell span {
	display: block;
	font-size: 16px;
	color: #0d436a;
	background: url(../images/tp.jpg) no-repeat left center;
	padding-left: 38px;
	line-height: 30px;
	margin-bottom: 10px;
}
.toptell p {
	font-size: 35px;
	color: #0d436a;
	font-family: Book Antiqua;
}
.nav {
	height: 59px;
	background: #015491;
}
.nav li {
	float: left;
	position: relative;
	overflow: hidden;
	height: 59px;
	line-height: 59px;
	color: #c9c9c9;
}
.nav li:first-child {
	background: 0;
}
.nav li:hover {
	overflow: visible;
}
.nav li .one {
	font-size: 18px;
	color: #fff;
	width: 150px;
	text-align: center;
	display: block;
}
.nav li:hover .one, .nav li.hover .one {
	background: #b91212;
}
.nav li ul {
	position: absolute;
	width: 120px;
	left: 0;
	top: 59px;
	background: #fff;
	padding: 10px 15px;
	opacity: 0;
	transition: all 0.2s;
	z-index: 99;
	border-bottom: 3px solid #b91212;
}
.nav li:hover ul {
	opacity: 1;
}
.nav li ul li {
	margin: 0;
	width: 100%;
	text-align: center;
	line-height: 49px;
	height: 49px;
	padding: 0;
	background: 0;
	border-bottom: 1px solid #e1e8ec;
}
.nav li ul li:last-child {
	border: 0;
}
.nav li ul li a {
	display: block;
	color: #000;
	font-size: 16px;
}
.nav li ul li a:hover {
	color: #b91212;
}
.banner .slideBox {
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 650px;
}
.banner .slideBox .bd li a {
	display: block;
	width: 100%;
	height: 650px;
}
.banner .slideBox .prev,  .banner .slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -90px;
	display: block;
	width: 62px;
	height: 108px;
	background: url(../images/arrow.png) 0 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .slideBox .next {
	left: auto;
	right: 0;
	background-position: -62px 0;
}
.banner .slideBox .prev:hover,  .banner .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .bd ul {
	margin: 0 auto;
	width: 100%;
}
.gg ul {
	margin-left: -20px;
}
.gg li {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 590px;
	height: 135px;
}
.gg li img {
	width: 590px;
	height: 135px;
}
.zh {
	margin-top: 20px;
	height: 473px;
}
.zh .slideTxtBox {
	width: 870px;
	text-align: left;
}
.zh .slideTxtBox .hd {
	height: 52px;
	line-height: 52px;
	background: #015491;
	position: relative;
	border-top: 3px solid #b91212;
}
.zh .slideTxtBox .hd ul li {
	float: left;
	width: 125px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
.zh .slideTxtBox .hd ul li:last-child {
	width: 110px;
	float: right;
}
.zh .slideTxtBox .hd ul li a {
	color: #fff;
}
.zh .slideTxtBox .hd ul li.on {
	background: #b91212;
}
.zh .slideTxtBox .bd {
	background: #fff;
	padding: 11px 0;
}
.zh .slideTxtBox .bd li {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
}
.zh .slideTxtBox .bd li a {
	color: #000;
	display: block;
	float: left;
	width: 320px;
	padding: 0 20px;
}
.zh .slideTxtBox .bd li span {
	display: block;
	float: left;
	padding-right: 5px;
	color: #545454;
}
.zh .slideTxtBox .bd li span.s1 {
	width: 270px;
}
.zh .slideTxtBox .bd li span.s2 {
	width: 100px;
}
.zh .slideTxtBox .bd li p {
	float: right;
	width: 130px;
}
.zh .slideTxtBox .bd li p i {
	color: #fff;
	font-style: normal;
	background: #b91212;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin: 0 4px;
}
.zh .slideTxtBox .bd li:nth-child(even) {
	background: #f5f8fa;
}
.zh .slideTxtBox .bd li a:hover {
	color: #b91212;
}
.news {
	width: 261px;
	padding: 0 30px 0 19px;
	background: #fff;
}
.new_tit {
	font-size: 22px;
	font-weight: bold;
	color: #015491;
	background: url(../images/tbg.png) no-repeat bottom left;
	height: 55px;
	line-height: 50px;
}
.new_tit a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/jt.jpg) no-repeat center;
	margin-top: 14px;
}
.news ul {
	padding: 10px 0;
}
.news li {
	line-height: 48px;
	border-bottom: 1px solid #f5f8fa;
}
.news li a {
	font-size: 16px;
	color: #000;
}
.indextit {
	height: 55px;
	line-height: 50px;
	background: url(../images/tbg.png) no-repeat bottom left;
}
.indextit p {
	font-size: 22px;
	font-weight: bold;
	color: #015491;
}
.indextit a {
	font-size: 16px;
	color: #015491;
	display: block;
	margin-top: 5px;
}
.indextit a:hover {
	color: #b91212;
}
.indexbox {
	padding: 0 30px 0 20px;
}
.zhanhui {
	margin-top: 20px;
	background: #fff;
	height: 350px;
}
.zhanhui .picMarquee-left {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.zhanhui .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.zhanhui .picMarquee-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.zhanhui .picMarquee-left .bd ul li img {
	width: 272px;
	height: 203px;
}
.zhanhui .picMarquee-left .bd ul li p {
	font-size: 16px;
	color: #545454;
	margin-top: 5px;
}
.zhanhui .picMarquee-left .bd ul li:hover img {
	opacity: 0.8;
}
.zhanhui .picMarquee-left .bd ul li:hover p {
	color: #b91212;
}
.qiye .picMarquee-left, .media .picMarquee-left {
	margin-top: 40px;
	overflow: hidden;
}
.qiye, .media {
	background: #fff;
	margin-top: 20px;
	height: 260px;
}
.partner {
	margin-left: -20px;
	margin-top: 30px;
}
.partner li {
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 17px;
}
.partner li img {
	width: 208px;
	height: 86px;
	border: 3px solid #eaeff2;
}
.partner li p {
	font-size: 16px;
	color: #545454;
	margin-top: 4px;
}
.partner li:hover p {
	color: #b91212;
}
.partner li:hover img {
	border: 3px solid #b91212;
}
.safe {
	margin-top: 40px;
}
.safe li {
	padding-left: 50px;
	width: 245px;
	float: left;
	height: 98px;
}
.safe li i {
	display: block;
	width: 98px;
	height: 98px;
	border: 2px solid #015491;
	text-align: center;
	line-height: 98px;
	font-size: 30px;
	color: #015491;
	font-weight: bold;
	font-style: normal;
	border-radius: 50%;
}
.safe li p {
	font-size: 22px;
	color: #055693;
	margin-left: 17px;
	line-height: 32px;
	margin-top: 17px;
}
.safe li span {
	display: block;
	height: 57px;
	border-right: 1px dashed #cbd4d9;
	margin-top: 23px;
}
.link {
	height: 55px;
	line-height: 55px;
	background: #0e2538;
	color: #4e677c;
	font-size: 16px;
	margin-top: 50px;
}
.link a {
	color: #4e677c;
	margin: 0 10px;
}
.footer {
	height: 152px;
	background: #0e202e;
	color: #769ebf;
}
.footer a {
	color: #769ebf;
}
.fnav {
	width: 410px;
	overflow: hidden;
	margin-left: 150px;
	margin-top: 42px;
}
.fnav ul {
	margin-left: -18px;
}
.fnav li {
	float: left;
	line-height: 30px;
}
.fnav li a {
	padding: 0 18px;
}
.ewm {
	margin-top: 32px;
}
.cont {
	margin-left: 22px;
	line-height: 23px;
	margin-top: -5px;
}
.bottom {
	height: 44px;
	line-height: 44px;
	background: #0e202e;
	border-top: 1px solid #0e2538;
	text-align: center;
	color: #3c586d;
}
.bottom a {
	color: #3c586d;
}
.nban .slideBox {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.nban .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.nban .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 450px;
}
.nban .slideBox .bd li a {
	display: block;
	width: 100%;
	height: 450px;
}
.nban .slideBox .prev,  .nban .slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -90px;
	display: block;
	width: 62px;
	height: 108px;
	background: url(../images/arrow.png) 0 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.nban .slideBox .next {
	left: auto;
	right: 0;
	background-position: -62px 0;
}
.nban .slideBox .prev:hover,  .nban .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.main {
	margin-top: 30px;
}
.zhlist {
	width: 1200px;
}
.zhlist_top {
	padding: 0 30px 0 20px;
	height: 55px;
	line-height: 55px;
	background: #015491;
	color: #fff;
	font-size: 18px;
}
.zhlist_top span {
	display: block;
	float: left;
	text-align: center;
}
.zhlist_top span:first-child {
	width: 230px;
	padding-right: 200px;
}
.zhlist_top span:first-child+span {
	width: 100px;
}
.zhlist_top span:first-child+span+span {
	width: 280px;
	padding-left: 20px;
	text-align: left;
	margin-left: 50px;
}
.zhlist_top span:first-child+span+span+span {
	width: 100px;
}
.zhlist_top span:first-child+span+span+span+span {
	float: right;
	width: 110px;
}
.zhlist ul {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 30px;
}
.zhlist ul li {
	padding: 0 30px 0 20px;
	line-height: 56px;
	height: 56px;
	background: #fff;
	font-size: 16px;
}
.zhlist ul li:nth-child(even) {
	background: #f5f8fa;
}
.zhlist li span {
	display: block;
	float: left;
}
.zhlist li span:first-child {
	width: 430px;
}
.zhlist li span:first-child+span {
	width: 100px;
	text-align: center;
	color: #545454;
}
.zhlist li span:first-child+span+span {
	width: 300px;
	margin-left: 50px;
	color: #545454;
}
.zhlist li span:first-child+span+span+span {
	width: 100px;
	text-align: center;
	color: #545454;
}
.zhlist li span:first-child+span+span+span+span {
	float: right;
	width: 110px;
	text-align: center;
}
.zhlist li span i {
	color: #fff;
	background: #b91212;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-style: normal;
	margin: 0 4px;
}
.main .box {
	border: 1px solid #f2f2f2;
	padding: 0 0 0 15px;
	background: #fff;
	padding-bottom: 20px;
}
.left {
	width: 850px;
	margin-top: 20px;
}
.left_top {
	height: 44px;
	background: #f6f7fb;
	border-bottom: 1px solid #ecf0f6;
	line-height: 45px;
	font-size: 18px;
	color: #231717;
	padding-left: 20px;
}
.first_new {
	margin-top: 30px;
}
.first_new img {
	width: 183px;
	height: 121px;
}
.first_new .fr {
	width: 620px;
	margin-right: 10px;
	margin-top: 9px;
}
.first_new .fr a {
	display: block;
	font-size: 16px;
	color: #b91212;
}
.first_new .fr p {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 25px;
	margin-top: 10px;
}
.list ul {
	margin-top: 30px;
}
.list li {
	border-bottom: 1px dashed #d3d2d2;
	height:140px;
	margin-bottom:20px;
}
.list li img{
	width: 183px;
	height: 121px;
}
.list li .lr{width:620px;}

.left li .lr span {
	display: block;
	font-size: 16px;
	color: #b91212;
}
.left li .lr p {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 25px;
	margin-top: 10px;
}
.left li .lr i{
	display:block;
	font-size: 12px;
	color: #6a6a6a;
	font-style:normal;
	margin-top:15px;
}
.right {
	width: 260px;
	margin-right: 20px;
	margin-top: 20px;
	background: #fcfcfc;
	padding-top: 20px;
}
.right .new_tit {
	margin: 0 20px;
}
.right ul {
	padding: 20px;
}
.right li {
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	background: url(../images/hss.png) no-repeat left center;
	padding-left: 20px;
}
.right li:last-child {
	border: 0;
}
.content {
	line-height: 30px;
	padding: 35px 15px 40px 15px;
}
.content img {
	max-width: 100%;
}
.showtop {
	text-align: center;
	border-bottom: #ccc 1px dashed;
	padding-bottom: 10px;
}
.showtop h1 {
	color: #015491;
	font-size: 24px;
	margin-top: 30px;
}
.showtop p {
	font-size: 12px;
	color: #464646;
	margin-top: 20px;
}
.showtop p span {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
	margin: 40px 20px;
}
.show_zhanhui_top {
	margin-right: 15px;
}
.showimg {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 50px;
}
.showimg_fl {
	margin-left: 50px;
	margin-top: 20px;
}
.showimg_fl img {
	width: 200px;
	height: auto;
	padding: 10px;
	border: 1px solid #e7e6e6;
}
.showimg_fr {
	width: 860px;
	line-height: 30px;
	margin-top: 10px;
}
.showinfo {
	margin-right: 15px;
	width: 900px;
	margin-left: 50px;
	padding-bottom: 50px;
}
.infotit {
	border-bottom: 2px solid #b91212;
	height: 35px;
	margin-top: 30px;
}
.infotit p {
	width: 120px;
	text-align: center;
	background: #b91212;
	color: #fff;
	height: 35px;
	line-height: 35px;
}
.infotext {
	line-height: 30px;
	margin-top: 10px;
	padding: 0 10px;
}
.right_kefu {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 75px;
	height: 265px;
}
.right_kefu dt {
	width: 75px;
	height: 65px;
	background-color: #015491 !important;
	cursor: pointer;
}
.right_kefu dl:first-child dt {
	background: url(../images/right_kefu1.png) no-repeat 0 0;
}
.right_kefu dl:first-child+dl dt {
	background: url(../images/right_kefu1.png) no-repeat 0 -66px;
}
.right_kefu dl:first-child+dl+dl dt {
	background: url(../images/right_kefu1.png) no-repeat 0 -131px;
}
.right_kefu dl:first-child+dl+dl+dl dt {
	background: url(../images/right_kefu1.png) no-repeat 0 -326px;
}
.right_kefu dl:first-child:hover dt {
	background: url(../images/right_kefu2.png) no-repeat 0 0;
}
.right_kefu dl:first-child+dl:hover dt {
	background: url(../images/right_kefu2.png) no-repeat 0 -66px;
}
.right_kefu dl:first-child+dl+dl:hover dt {
	background: url(../images/right_kefu2.png) no-repeat 0 -131px;
}
.right_kefu dl:first-child+dl+dl+dl:hover dt {
	background: url(../images/right_kefu2.png) no-repeat 0 -326px;
}
.right_kefu dl {
	width: 75px;
	height: 65px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1px;
}
.right_kefu dl dd {
	width: 220px;
	min-height: 44px;
	background: #fff;
	position: absolute;
	right: 90px;
	top: 0;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
	padding: 10px 22px;
	opacity: 0;
	transition: all 0.3s;
}
.right_kefu_qq .qq_circle {
	border-radius: 50%;
	background: #F1F1F3;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	overflow: hidden;
}
.right_kefu_qq .qq_circle img {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	transition: all 0.2s;
}
.right_kefu_qq:hover .qq_circle img {
	margin-top: 2px;
}
.right_kefu_qq p {
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.right_kefu_qq:hover a {
	color: #37aaa7;
}
.right_kefu_ewm {
	text-align: center;
}
.right_kefu_tell {
	line-height: 30px;
}
.right_kefu dl:hover {
	overflow: visible;
}
.right_kefu dl:hover dd {
	opacity: 1;
	right: 75px;
}

.ding{ margin-top:22px;}

.hgg{ margin-top:20px;}
.hgg img{ width:100%; display:block;}

.left_f{ position: fixed;; left:20px; bottom:100px;}

.huileft{ width:850px; margin-top:20px;}
.huilist li{ height:300px;border: 1px solid #e8e8e8; box-sizing:border-box;padding: 20px 30px; margin-bottom:30px; background:#fff;}
.huilist li img.fl{ width:250px; height:190px;}
.huir{ margin-left:30px;width: 500px; position:relative;}
.huir h3{font-size: 18px; font-weight:normal;}
.huir p.huizd{
	color: #666;
	line-height:26px;
	margin-top:5px;
}
.huir p.huizd small{
	color:#b91212;
	font-size:14px;
}
.huims{
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
	line-height: 24px;
	color: #333;
	margin-top:20px;
}
.huir span{
	display:block;
	position:absolute;
	right:-38px;
	top: 50px;
	background:#b91212;
	color:#fff;
	width: 110px;
	text-align: center;
	line-height: 38px;
	font-size: 15px;
}
.huir span i{ font-style:normal;}

.rzh{ padding:0 20px; padding-bottom:20px;}
.rzh a{ margin-top:15px; display:block; height:70px;}
.rzh img{ width:100px; height:70px; float:left; display:block;}
.rzh p{float:right;width: 110px;}