@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
}


/*清除内外边距*/


/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/

a:focus {
	outline: none;
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
	font-family: 'Courier New', Courier, monospace;
}


/*统一等宽字体*/

small {
	font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
	list-style: none;
}


/*重置列表元素*/

a {
	text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
	/*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}


/*重置表单元素*/

legend {
	color: #000;
}


/*for ie6*/

fieldset,
img {
	border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
	font-size: 100%;
	/*使得表单元素在 ie 下能继承字体大小*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*重置表格元素*/

hr {
	border: none;
	height: 1px;
}


/*重置 hr*/

img {
	max-width: 100%;
	vertical-align: middle;
}

i {
	font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置input标签属性*/

textarea {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置textarea标签属性*/


/*init END*/


/*此文件放置共用函数、变量等*/


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* 公用类 */

body {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	font-family: '微软雅黑';
}


/* 清楚浮动 */

.clearfix {
	zoom: 1;
}

.clearfix p {
	font-size: 16px;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

textarea {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

a[transition] {
	-webkit-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	-moz-transition: 0.4s 0s;
	transition: 0.4s 0s;
}

a {
	text-decoration: none;
	color: #000000;
}


/* 样式开始 */

.header {
	position: relative;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header_top {
	background: #fff;
}

.header_top .w1200 {
	overflow: hidden;
}

.header_top .w1200 .left {
	float: left;
	line-height: 46px;
	font-size: 12px;
	color: #7f8a95;
}

.header_top .w1200 .left img {
	margin-right: 5px;
	margin-top: -3px;
}

.header_top .w1200 .right {
	float: right;
}

.header_top .w1200 .right>img {
	vertical-align: middle;
}

.header_top .w1200 .right .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.header_top .w1200 .right .bdsharebuttonbox .bds_sqq {
	background: url(../img/iconqq.png) no-repeat center center;
	width: 22px !important;
	height: 22px !important;
	padding: 0;
	display: inline-block;
}

.header_top .w1200 .right .bdsharebuttonbox .bds_weixin {
	background: url(../img/iconwx.png) no-repeat center center;
	width: 22px !important;
	height: 22px !important;
	padding: 0;
	display: inline-block;
}

.header_top .w1200 .right .bdsharebuttonbox .bds_tsina {
	background: url(../img/iconwb.png) no-repeat center center;
	width: 22px !important;
	height: 22px !important;
	padding: 0;
	display: inline-block;
}

.header_top .w1200 .right .l_sc {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.header_top .w1200 .right .l_sc a {
	margin-left: 8px;
	cursor: pointer;
	transition: .3s;
}

.header_top .w1200 .right .l_sc a:hover {
	transition: .3s;
	opacity: 0.8;
}

.header_top .w1200 .right .list_ss {
	cursor: pointer;
	transition: .3s;
}

.header_top .w1200 .right .list_ss:hover {
	opacity: 0.8;
	transition: .3s;
}

.serch_ss {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	transition: all .3s 0s;
	opacity: 0;
	z-index: 999;
}

.serch_ss .ss_top {
	width: 100%;
	height: 80px;
	background: #fff;
}

.serch_ss .ss_top .w1200 {
	overflow: hidden;
}

.serch_ss .ss_top .w1200 img {
	float: right;
	width: 1.5%;
	margin-top: 30px;
	margin-left: 20px;
	opacity: 0.7;
}

.serch_ss .ss_top .w1200 input {
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 0;
	border-bottom: 1px solid #eee;
	margin-top: 23px;
	transition: all .3s .2s;
}

.header_bottom {
	background: none;
	position: absolute;
	width: 100%;
	top: 46px;
	left: 0;
	z-index: 999;
}

.header_bottom .w1200>a {
	display: block;
	width: 495px;
	margin-top: 30px;
}

.header_bottom .w1200>ul {
	clear: both;
	margin-top: 30px;
	background: #03589e;
}

.header_bottom .w1200>ul>li {
	float: left;
	margin: 0 20px;
	position: relative;
	padding: 0 20px;
}
.header_bottom .w1200>ul>li.on>a{
	border-bottom: 1px solid #D8090B;
}
.header_bottom .w1200>ul>li>a {
	font-size: 18px;
	display: block;
	color: #fff;
	padding: 10px 0px;
}
.header_bottom .w1200>ul>li:hover ul{
	display: block;
}
.header_bottom .w1200>ul>li>a:hover{
	border-bottom: 1px solid #D8090B;
}
.header_bottom .w1200>ul>li ul{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
.header_bottom .w1200>ul>li ul li.on a{
	background: #D8090B;
	color: #fff;
}
.header_bottom .w1200>ul>li ul li a{
	font-size: 14px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.header_bottom .w1200>ul>li ul li:hover a{
	background: #D8090B;
	color: #fff;
}
.banner {
	position: relative;
}

.banner .item {
	background: no-repeat center;
}

.banner .item a {
	display: block;
}

.banner .owl-dots {
	position: absolute;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.banner .owl-dots .owl-dot {
	width: 26px;
	height: 2px;
	margin: 0 5px;
	background: #fff;
}

.banner .owl-dots .owl-dot.active {
	background: #e90a0b;
}

.banner .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 48px;
	z-index: 10;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.banner .owl-nav button {
	position: absolute;
	top: 0;
	width: 63px;
	height: 63px;
	background: no-repeat center !important;
}

.banner .owl-nav .owl-prev {
	left: 95px;
	background-image: url(../img/icon02.png) !important;
}

.banner .owl-nav .owl-prev:hover {
	left: 95px;
	background-image: url(../img/icon04.png) !important;
}

.banner .owl-nav .owl-next {
	right: 95px;
	background-image: url(../img/icon01.png) !important;
}

.banner .owl-nav .owl-next:hover {
	right: 95px;
	background-image: url(../img/icon03.png) !important;
}

.index .content {
	overflow: hidden;
	width: 100%;
	margin-top: 35px;
}

.index .content .left {
	width: 50%;
	float: left;
	padding-top: 80px;
}

.index .content .left>a {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #000000;
	width: 110px;
	margin: 0 auto;
}
.index .content .left>a:hover{
	color: #1A347E;
}
.index .content .left>span {
	display: block;
	width: 54px;
	height: 3px;
	margin: 0 auto;
	background: #1a347e;
	margin-top: 12px;
	margin-bottom: 30px;
}

.index .content .left em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.index .content .left p {
	text-align: center;
	color: #666666;
	margin-top: 50px;
	line-height: 35px;
}

.index .content .left>div {
	margin: 0 auto;
	width: 120px;
	height: 37px;
	box-shadow: 0 0 8px 1px #eeeeee;
	margin-top: 65px;
	margin-bottom: 5px;
}

.index .content .left>div a {
	display: block;
	position: relative;
	z-index: 1;
}

.index .content .left>div a .gd1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: .3s;
}

.index .content .left>div a .gd {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.index .content .left>div a:hover .gd1 {
	left: 100%;
	transition: .3s;
}

.index .content .right {
	float: right;
	width: 48.5%;
}

/*.index--video {
	margin-top: 65px;
}

.index .sp_content {
	position: relative;
	height: 525px;
	overflow: hidden;
}

.index .sp_content>div {
	width: 100%;
	height: 570px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.index .sp_content video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 1920px;
	height: 648px;
	transform: translate(-50%, -50%);
}

.index .sp_content a {
	position: absolute;
	left: 50%;
	top: 35%;
	z-index: 999;
	margin-left: -62px;
	cursor: pointer;
	transition: .3s;
	display: block;
	width: 123px;
	height: 123px;
}

.index .sp_content img:hover {
	transform: rotate(360deg);
	transition: .3s;
}*/

.index .lc_content {
	position: relative;
}

.index .lc_content .tab {
	margin-top: 105px;
}

.index .lc_content .tab .hd {
	text-align: center;
	border-bottom: 1px solid #717787;
	height: 44px;
}

.index .lc_content .tab .hd ul li {
	display: inline-block;
	font-size: 20px;
	color: #71777d;
	cursor: pointer;
	margin: 0 50px;
	background: url(../img/icon5.png) no-repeat center bottom;
	padding-bottom: 15px;
}

.index .lc_content .tab .hd ul li.on {
	background: url(../img/icon6.png) no-repeat center bottom;
}

.index .lc_content .tab .bd {
	margin-top: 70px;
}

.index .lc_content .tab .bd div {
	overflow: hidden;
}

.index .lc_content .tab .bd div img {
	float: right;
}

.index .lc_content .tab .bd div h2 {
	font-size: 36px;
	color: #235089;
	font-weight: normal;
}

.index .lc_content .tab .bd div h2 span {
	font-size: 14px;
}

.index .lc_content .tab .bd div p {
	font-size: 14px;
	color: #999999;
	width: 62%;
	margin-top: 30px;
}

.index .lc_content .xp {
	background: url(../img/icon7.png) no-repeat center center;
	width: 61px;
	height: 60px;
	position: absolute;
	right: 8%;
	top: 55%;
	border: none;
	cursor: pointer;
}

.index .lc_content .xp:hover {
	background: url(../img/icon9.png) no-repeat center center;
}

.index .lc_content .sp {
	background: url(../img/icon8.png) no-repeat center center;
	width: 61px;
	height: 60px;
	position: absolute;
	left: 8%;
	top: 55%;
	border: none;
	cursor: pointer;
}

.index .lc_content .sp:hover {
	background: url(../img/icon10.png) no-repeat center center;
}

.index .sb_content {
	position: relative;
	padding-top: 50px;
}

.index .sb_content .bj {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.index .sb_content .w1200>a {
	display: block;
	width: 120px;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.index .sb_content .w1200>a:hover{
	color: #d8090b;
}
.index .sb_content .w1200>span {
	display: block;
	margin: 5px auto;
	width: 49px;
	height: 3px;
	background: #fff;
}

.index .sb_content .w1200>p {
	font-size: 14px;
	color: #c4cfdd;
	text-align: center;
}

.index .sb_content .w1200 .picScroll-left {
	position: relative;
	margin-top: 50px;
	padding-bottom: 100px;
}

.index .sb_content .w1200 .picScroll-left .bd ul {
	overflow: hidden;
	padding: 10px 0 !important;
}

.index .sb_content .w1200 .picScroll-left .bd ul li {
	float: left;
	width: 270px;
	margin: 0 15px;
	box-shadow: 0 0 3px 1px #e9ecf3;
	position: relative;
	padding-bottom: 15px;
	background: #fff;
}

.index .sb_content .w1200 .picScroll-left .bd ul li:after {
	width: 0;
	height: 5px;
	background: #E90A0B;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

.index .sb_content .w1200 .picScroll-left .bd ul li:hover:after {
	width: 100%;
	transition: .3s;
}

.index .sb_content .w1200 .picScroll-left .bd ul li:hover img {
	opacity: 0.8;
	transition: .3s;
}

.index .sb_content .w1200 .picScroll-left .bd ul li:hover div {
	background: url(../img/icongd1.png) no-repeat right 92%;
}

.index .sb_content .w1200 .picScroll-left .bd ul li:hover div p {
	color: #E90A0B;
	transition: .3s;
}

.index .sb_content .w1200 .picScroll-left .bd ul li a {
	display: block;
}

.index .sb_content .w1200 .picScroll-left .bd ul li a div {
	width: 90%;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/icongd.png) no-repeat right 92%;
	margin-top: 8px;
}

.index .sb_content .w1200 .picScroll-left .bd ul li a div p {
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
	transition: .3s;
}

.index .sb_content .w1200 .picScroll-left .bd ul li a div span {
	color: #8c8c8c;
	font-size: 12px;
}

.index .sb_content .w1200 .picScroll-left .bd ul li a div img {
	float: right;
	margin-top: 5px;
}

.index .sb_content .w1200 .picScroll-left .hd {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.index .sb_content .w1200 .picScroll-left .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #1a347e;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
	text-indent: -999em;
}

.index .sb_content .w1200 .picScroll-left .hd ul li.on {
	background: #d8090b;
}

.index .al_content {
	background: url(../img/bj1.jpg) no-repeat center center;
	margin-top: 70px;
	padding-top: 80px;
}

.index .al_content .w1200>h2 a {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}
.index .al_content .w1200>h2 a:hover{
	color: #E90A0B;
}
.index .al_content .w1200>h2 span {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.index .al_content .w1200>span {
	display: block;
	width: 51px;
	height: 3px;
	background: #fff;
}

.index .al_content .w1200>a {
	float: right;
	font-size: 14px;
	color: #b9b9b9;
	background: url(../img/icongd2.png) no-repeat center center;
	width: 96px;
	height: 29px;
	display: block;
	text-indent: 1.5em;
	line-height: 29px;
	margin-top: -40px;
	opacity: 0.7;
}
.index .al_content .w1200>a:hover{
	opacity: 1;
}
.index .al_content .w1200 .left {
	position: relative;
	margin-top: 70px;
	padding-bottom: 180px;
}

.index .al_content .w1200 .left .bd ul {
	overflow: hidden;
}

.index .al_content .w1200 .left .bd ul li {
	float: left;
	margin: 0 8px;
	position: relative;
	padding-bottom: 5px;
	width: 284px;
}

.index .al_content .w1200 .left .bd ul li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 5px;
	background: #E90A0B;
	transition: .3s;
}

.index .al_content .w1200 .left .bd ul li:hover {
	background: #fff;
}

.index .al_content .w1200 .left .bd ul li:hover:after {
	width: 100%;
	transition: .3s;
}

.index .al_content .w1200 .left .bd ul li:hover .tp img {
	transform: scale(1.1);
	transition: .3s;
}

.index .al_content .w1200 .left .bd ul li:hover a .nr p {
	color: #333;
}

.index .al_content .w1200 .left .bd ul li a {
	display: block;
}

.index .al_content .w1200 .left .bd ul li a .tp {
	overflow: hidden;
}

.index .al_content .w1200 .left .bd ul li a .tp img {
	transition: .3s;
}

.index .al_content .w1200 .left .bd ul li a .nr {
	width: 92%;
	margin: 0 auto;
	padding: 8px 0;
}

.index .al_content .w1200 .left .bd ul li a .nr p {
	font-size: 16px;
	color: #fff;
}

.index .al_content .w1200 .left .bd ul li a .nr span {
	font-size: 14px;
	color: #999999;
	display: block;
	height: 44px;
}

.index .al_content .w1200 .left .hd {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
}

.index .al_content .w1200 .left .hd a {
	width: 23px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}

.index .al_content .w1200 .left .hd a.prev {
	background: url(../img/al_left.png) no-repeat center center;
	opacity: 0.7;
}
.index .al_content .w1200 .left .hd a.prev:hover{
	opacity: 1;
}
.index .al_content .w1200 .left .hd a.next {
	background: url(../img/al_right.png) no-repeat center center;
	opacity: 0.7;
}
.index .al_content .w1200 .left .hd a.next:hover{
	opacity: 1;
}
.index .new_content {
	background: url(../img/bj2.jpg) no-repeat center bottom;
	padding: 80px 0;
	position: relative;
}

.index .new_content .w1200>h2 a {
	font-size: 28px;
	color: #333333;
	font-weight: normal;
}
.index .new_content .w1200>h2 a:hover{
	color: #1a347e;
}
.index .new_content .w1200>h2 span {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

.index .new_content .w1200>span {
	display: block;
	width: 51px;
	height: 3px;
	background: #1a347e;
}

.index .new_content .w1200>a {
	float: right;
	font-size: 14px;
	color: #b9b9b9;
	background: url(../img/icongd2.png) no-repeat center center;
	width: 96px;
	height: 29px;
	display: block;
	text-indent: 1.5em;
	line-height: 29px;
	margin-top: -40px;
}
.index .new_content .w1200>a:hover{
	background: url(../img/icongd21.png) no-repeat center center;
	color: #1a347e;
}
.index .new_content .w1200 .list {
	margin-top: 40px;
	padding-bottom: 50px;
}

.index .new_content .w1200 .list ul {
	overflow: hidden;
}

.index .new_content .w1200 .list ul li {
	float: left;
	width: 254px;
	height: 345px;
	padding: 40px 20px;
	transition: .3s;
	margin: 0 3px;
}

.index .new_content .w1200 .list ul li a {
	display: block;
	position: relative;
	width: 254px;
	height: 345px;
}

.index .new_content .w1200 .list ul li a .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
}

.index .new_content .w1200 .list ul li a .top span {
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	transition: .3s;
}

.index .new_content .w1200 .list ul li a .top p {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin: 5px 0;
	transition: .3s;
}

.index .new_content .w1200 .list ul li a .top em {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	transition: .3s;
}

.index .new_content .w1200 .list ul li a .bottom {
	position: absolute;
	bottom: 32px;
	left: 0;
	transition: .3s;
}

.index .new_content .w1200 .list ul li a>img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.index .new_content .w1200 .list ul li:hover {
	background: #1a347e;
	transition: .3s;
}

.index .new_content .w1200 .list ul li:hover a .top {
	top: 50%;
	transition: .3s;
}

.index .new_content .w1200 .list ul li:hover a .bottom {
	bottom: 55%;
	transition: .3s;
}

.index .new_content .w1200 .list ul li:hover a .top span {
	transition: .3s;
	color: #fff;
}

.index .new_content .w1200 .list ul li:hover a .top p {
	transition: .3s;
	color: #fff;
}

.index .new_content .w1200 .list ul li:hover a .top em {
	transition: .3s;
	color: #fff;
}

.index .new_content .w1200 .list .hd {
	position: absolute;
	bottom: 7%;
	left: 0;
	width: 100%;
	text-align: center;
}

.index .new_content .w1200 .list .hd a {
	width: 23px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}

.index .new_content .w1200 .list .hd a.prev {
	background: url(../img/new_left.png) no-repeat center center;
	opacity: 0.6;
}
.index .new_content .w1200 .list .hd a.prev:hover{
	opacity: 1;
}
.index .new_content .w1200 .list .hd a.next {
	background: url(../img/new_right.png) no-repeat center center;
	opacity: 0.6;
}
.index .new_content .w1200 .list .hd a.next:hover{
	opacity: 1;
}
.index .yq_content {
	padding: 30px 0;
}

.index .yq_content .gl {
	position: relative;
}

.index .yq_content .gl .bd ul {
	overflow: hidden;
	padding: 20px 0 !important;
}

.index .yq_content .gl .bd ul li {
	float: left;
	width: 19.8%;
	border: 1px solid #eeeeee;
	transition: .3s;
}

.index .yq_content .gl .bd ul li a {
	display: block;
}

.index .yq_content .gl .bd ul li:hover {
	box-shadow: 0px 0px 50px #dadada;
	transition: .3s;
}

.index .yq_content .gl .hd .prev {
	background: url(../img/yq_left.jpg) no-repeat center center;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: -27px;
	top: 41px;
	z-index: 99;
	cursor: pointer;
	transition: .3s;
}

.index .yq_content .gl .hd .prev:hover {
	opacity: 0.8;
	transition: .3s;
}

.index .yq_content .gl .hd .next {
	background: url(../img/yq_right.jpg) no-repeat center center;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: -27px;
	top: 68px;
	z-index: 99;
	cursor: pointer;
	transition: .3s;
}

.index .yq_content .gl .hd .next:hover {
	opacity: 0.8;
	transition: .3s;
}

.footer {
	width: 100%;
	background: url(../img/footer.jpg) no-repeat center top;
	padding: 45px 0;
}

.footer .w1200>div {
	display: inline-block;
	vertical-align: middle;
}

.footer .w1200>img {
	margin: 0 70px;
}

.footer .w1200>div h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.footer .w1200>div p {
	font-size: 14px;
	color: #606885;
}

.footer .w1200>div a {
	font-size: 14px;
	color: #606885;
}

.footer .w1200 .right {
	width: 370px;
	font-size: 14px;
	color: #606885;
	line-height: 30px;
}

.footer .w1200 .left {
	padding-left: 40px;
}

.footer .w1200 .right img {
	margin-top: -3px;
}

.footer .w1200>div a:hover {
	color: #fff;
}

.sysp {
    width: 100%;
    height: 525px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    margin-top: 65px;
}
.sysp .dsp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1;
}
.sysp .dsp video{
	width: 100%;
	height: 100%;
}
.sysp h3 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 134px;
}
.sysp .sy_sp{
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -61px;
	z-index: 99;
}
.sysp .sy_sp a {
    display: block;
    width: 123px;
    height: 123px;
    background: url(../img/sp_an.png) no-repeat center center;
    margin: 0 auto;
    transition: .5s;
}

.sysp .sy_sp:hover a {
    transform: rotate(360deg);
    transition: .5s;
}

/* 视频 */

.pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video--pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 34, 34, 0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop_mask>a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 15px;
    background: #7c7c7c;
}

.video--pop_mask>a img {
    display: block;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop_mask>a:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video--pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    margin-top: -100px;
    opacity: 0;
    max-width: 1400px;
    visibility: hidden;
}

.video--pop .video--pop_btn {
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
}

.video--pop .video--pop_btn a {
    position: absolute;
    top: 50%;
    z-index: 15;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 89px;
    height: 89px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop .video--pop_content {
    position: relative;
    z-index: 10;
    padding: 0 220px;
}

.video--pop .video--pop_content>div {
    padding: 15px;
    background: #fff;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.video--pop .video--pop_content .video {
    position: relative;
    background: #000;
}

.video--pop .video--pop_content .video img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.video--pop .video--pop_content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video--pop .video--pop_content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
}

.video--pop .video--pop_content h3 {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #525252;
    line-height: 2;
    font-weight: normal;
}

.video--pop .video--pop_content .content {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.show-videopop {
    overflow: hidden;
}

.show-videopop .video--pop_mask {
    opacity: 1;
    visibility: visible;
}

.show-videopop .video--pop {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.zj_content {
	background: url(../img/zj_bj.png) no-repeat center top;
	width: 100%;
	height: 816px;
	margin-top: 25px;
	position: relative;
}

.zj_content svg {
	position: absolute;
	left: 50%;
	bottom: 58px;
	margin-left: -476px;
	z-index: 99;
}

svg a:hover path {
	fill: #1a347e;
}

svg a:hover text {
	fill: #fff;
}

svg a:hover circle {
	stroke: #fff;
}

.fc_content {
	padding: 75px 0;
	text-align: center;
}

.fc_content>h2 a {
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
}
.fc_content>h2 a:hover{
	color: #1A347E;
}
.fc_content>span {
	display: inline-block;
	width: 49px;
	height: 3px;
	background: #e5e5e5;
}

.fc_content>p {
	font-size: 14px;
	color: #999;
}

.fc_content .list1 {
	margin-top: 50px;
	position: relative;
}

.fc_content .list1 .bd ul {
	overflow: hidden;
}

.fc_content .list1 .bd ul li {
	float: left;
	width: 383px;
	height: 291px;
	margin: 0 8px;
}

.fc_content .list1 .bd ul li a {
	display: block;
}

.fc_content .list1 .bd ul li a .tp {
	overflow: hidden;
}

.fc_content .list1 .bd ul li a .tp img {
	transition: .3s;
}

.fc_content .list1 .bd ul li a p {
	font-size: 16px;
	color: #333333;
	background: #e5e5e5;
	line-height: 50px;
	transition: .3s;
}

.fc_content .list1 .bd ul li a:hover .tp img {
	transform: scale(1.1);
	transition: .3s;
}

.fc_content .list1 .bd ul li a:hover p {
	background: #1a347e;
	color: #fff;
	transition: .3s;
}

.fc_content .list1 .hd .prev {
	background: url(../img/fc_left.png) no-repeat center center;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: -8%;
	top: 50%;
	z-index: 99;
}

.fc_content .list1 .hd .prev:hover {
	background: url(../img/fc_left1.png) no-repeat center center;
	transition: .3s;
	cursor: pointer;
}

.fc_content .list1 .hd .next {
	background: url(../img/fc_right.png) no-repeat center center;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: -8%;
	top: 50%;
	z-index: 99;
}

.fc_content .list1 .hd .next:hover {
	background: url(../img/fc_right1.png) no-repeat center center;
	transition: .3s;
	cursor: pointer;
}

.sub_banner {
	position: relative;
	z-index: -1;
}

.sub_nav {
	float: left;
	width: 232px;
	margin-top: -70px;
}

.sub_nav>div {
	background: #1A347E;
	text-align: center;
	padding-top: 30px;
}

.sub_nav>div h2 {
	font-size: 24px;
	color: #fff;
}

.sub_nav>div span {
	display: inline-block;
	width: 47px;
	height: 6px;
	background: #fff;
}

.sub_nav>div ul {
	padding: 30px 0;
}

.sub_nav>div ul li.on {
	background: url(../img/on.png) no-repeat center right;
	color: #ec0b09;
}

.sub_nav>div ul li.on a {
	color: #ec0b09;
}

.sub_nav>div ul li {
	transition: .3s;
	text-indent: 1em;
}

.sub_nav>div ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	display: block;
	transition: .3s;
}

.sub_nav>div ul li:hover {
	background: url(../img/on.png) no-repeat center right;
	transition: .3s;
}

.sub_nav>div ul li:hover a {
	color: #ec0b09;
	transition: .3s;
}

.sub_nav>img {
	margin-top: 20px;
}

.right_nr {
	float: right;
	width: 910px;
}

.dw {
	border-bottom: 1px solid #d9d4c1;
	padding: 15px 0;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.dw a {
	font-size: 12px;
	color: #666666;
}

.dw a:hover {
	color: #ec0b09;
}

.jj_nr {
	padding: 70px 0;
}

.jj_nr p {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}

.ygfc {
	padding: 50px 0;
	position: relative;
}

.ygfc .tab .bd>div {
	text-align: center;
}

.ygfc .tab .bd>div h2 {
	font-size: 16px;
	color: #333333;
	margin: 20px 0;
}

.ygfc .tab .bd>div p {
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.ygfc .tab .hd ul {
	
	background: #f4f4f4;
	padding: 15px 10px;
	margin-top: 40px;
}

.ygfc .tab .hd ul li {
	display: inline-block;
	margin: 0 5.9px;
	cursor: pointer;
}

.ygfc .prev {
	background: url(../img/prev.png) no-repeat center center;
	display: block;
	width: 22px;
	height: 17px;
	position: absolute;
	bottom: 118px;
	left: -25px;
	border: none;
	cursor: pointer;
}

.ygfc .prev:hover {
	background: url(../img/prev1.png) no-repeat center center;
}

.ygfc .next {
	background: url(../img/next.png) no-repeat center center;
	display: block;
	width: 22px;
	height: 17px;
	position: absolute;
	bottom: 118px;
	right: -25px;
	border: none;
	cursor: pointer;
}

.ygfc .next:hover {
	background: url(../img/next1.png) no-repeat center center;
}

.cp {
	padding: 70px 0;
	min-height: 400px;
}

.cp ul {
	overflow: hidden;
	min-height: 400px;
}

.cp ul li {
	float: left;
	width: 280px;
	border: 1px solid #ececec;
	margin: 0 10px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 5px;
}

.cp ul li:after {
	content: '';
	width: 0;
	height: 3px;
	background: #D8090B;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}

.cp ul li:hover:after {
	width: 100%;
	transition: .3s;
}

.cp ul li:hover a .tp img {
	transition: .3s;
	transform: scale(1.1);
}

.cp ul li:hover {
	box-shadow: 0 0 8px 1px #e9ecf3;
	border-color: #fff;
	transition: .3s;
}

.cp ul li a {
	display: block;
}

.cp ul li a .tp {
	overflow: hidden;
}

.cp ul li a .tp img {
	transition: .3s;
}

.cp ul li a h2 {
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	width: 85%;
	margin: 0 auto;
}

.cp ul li a p {
	font-size: 14px;
	color: #ababab;
	background: url(../img/icongd1.png) no-repeat center right;
	line-height: 40px;
	width: 85%;
	margin: 0 auto;
	height: 40px;
    overflow: hidden;
}

.fy {
	text-align: center;
	margin-top: 20px;
}

.fy a {
	display: inline-block;
	background: #1a347e;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 5px;
}

.fy a.on {
	background: #E90A0B;
}

.fy a[href]:hover {
	background: #E90A0B;
}

.xq {
	padding-bottom: 50px;
}

.cpxq {
	overflow: hidden;
	padding-top: 60px;
	margin-bottom: 80px;
}

.cpxq>img {
	float: left;
	margin-right: 52px;
}

.cpxq .top {
	padding: 18px 0;
	border-bottom: 1px dashed #e5e5e5;
	width: 735px;
	float: right;
	margin-bottom: 50px;
}

.cpxq .top h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.cpxq .top span {
	font-size: 13px;
	color: #999;
	margin-right: 20px;
}

.cpxq .top span img {
	margin-top: -3px;
	margin-right: 6px;
}

.cpxq .wz {
	min-height: 200px;
}

.cpxq .wz p {
	font-size: 15px;
	color: #666666;
	line-height: 35px;
}

.cpxq .xq_right {
	overflow: hidden;
}

.sxp {
	border-top: 1px dashed #eeeeee;
	padding: 15px 0;
}

.sxp a {
	display: inline-block;
	width: 48%;
	background: url(../img/sp.png) no-repeat center left;
	padding-left: 20px;
	font-size: 16px;
}

.sxp a.xp {
	background: url(../img/xp.png) no-repeat center right;
	padding-right: 20px;
	padding-left: 0;
	text-align: right;
}

.sxp a[href]:hover {
	color: #E90A0B;
	background: url(../img/sp1.png) no-repeat center left;
}

.sxp a.xp[href]:hover {
	background: url(../img/xp1.png) no-repeat center right;
}

.right_nr .tab1 {
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 30px;
}

.right_nr .tab1 span {
	display: inline-block;
	width: 100px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #1A347E;
	font-size: 16px;
}

.right_nr .tab1>div {
	float: right;
	width: 86%;
}

.right_nr .tab1>div em {
	display: inline-block;
	line-height: 35px;
	font-size: 14px;
	padding: 0 20px;
	text-align: center;
	margin: 0 5px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid #dbdee6;
}

.right_nr .tab1>div em.on {
	border: 1px solid #1A347E;
	color: #1A347E;
}

.right_nr .tab1>div em:hover {
	border: 1px solid #1A347E;
	color: #1A347E;
}

.right_nr .ss {
	width: 40%;
	background: #f3f3f3;
	margin-top: 20px;
}

.right_nr .ss input {
	width: 90%;
	line-height: 45px;
	font-size: 16px;
	text-indent: 1em;
	font-family: "微软雅黑";
}

.right_nr .ss img {
	margin-top: -5px;
}

.al {
	min-height: 400px;
	padding-bottom: 50px;
}

.al ul {
	overflow: hidden;
	margin-top: 35px;
	min-height: 400px;
}

.al ul li {
	float: left;
	margin: 0 10px;
	margin-bottom: 25px;
}

.al ul li a {
	display: block;
	position: relative;
}

.al ul li a .zz {
	width: 283px;
	height: 212px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 99;
	display: none;
}

.al ul li a .zz span {
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	display: inline-block;
	margin-top: 80px;
}

.al ul li a p {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.al ul li a:hover .zz {
	display: block;
}

.al ul li a:hover p {
	color: #D8090B;
}

.alxq {
	padding: 50px 0;
}

.alxq .top {
	border-bottom: 1px dashed #eeeeee;
	overflow: hidden;
	font-size: 13px;
	color: #999999;
	padding-bottom: 15px;
}

.alxq .top h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}

.alxq .top span {
	font-size: 13px;
	color: #999999;
	margin-right: 20px;
}

.alxq .top span img {
	margin-top: -3px;
	margin-right: 5px;
}

.alxq .top a {
	font-size: 13px;
	color: #999999;
}

.alxq .top .gb {
	float: right;
	background: #eeeeee;
	padding: 3px 10px;
}

.alxq .top a:hover {
	color: #D8090B;
}

.alxq .top .gb:hover {
	background: #D8090B;
	color: #fff;
}

.alxq .gund {
	position: relative;
	padding: 50px 0;
}

.alxq .gund .bd {
	width: 559px;
	height: 419px;
	margin: 0 auto;
}

.alxq .gund .hd .prev {
	background: url(../img/fc_left.png) no-repeat center center;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 15%;
	top: 50%;
	cursor: pointer;
}

.alxq .gund .hd .prev:hover {
	background: url(../img/fc_left1.png) no-repeat center center;
}

.alxq .gund .hd .next {
	background: url(../img/fc_right.png) no-repeat center center;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 15%;
	top: 50%;
	cursor: pointer;
}

.alxq .gund .hd .next:hover {
	background: url(../img/fc_right1.png) no-repeat center center;
}

.alxq .wz {
	min-height: 200px;
}

.alxq .wz p {
	font-size: 16px;
	color: #666;
}

.xf {
	padding: 50px 0;
	min-height: 400px;
}

.xf ul {
	min-height: 400px;
}

.xf ul li a {
	display: block;
	border-bottom: 1px dashed #eeeeee;
	padding: 25px 0;
}

.xf ul li a p {
	font-size: 18px;
	color: #333;
}

.xf ul li a i {
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #dcdcdc;
}

.xf ul li a span {
	display: block;
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.xf ul li a em {
	font-size: 12px;
	color: #666;
}

.xf ul li a em img {
	margin-top: -3px;
	margin-right: 5px;
}

.xf ul li a:hover p {
	color: #D8090B;
}

.xf ul li a:hover i {
	background: #D8090B;
}

.xwxq {
	padding: 50px 0;
}

.xwxq .top {
	border-bottom: 1px dashed #eeeeee;
	overflow: hidden;
	font-size: 13px;
	color: #999999;
	padding-bottom: 15px;
}

.xwxq .top h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}

.xwxq .top span {
	font-size: 13px;
	color: #999999;
	margin-right: 20px;
}

.xwxq .top span img {
	margin-top: -3px;
	margin-right: 5px;
}

.xwxq .top a {
	font-size: 13px;
	color: #999999;
}

.xwxq .top .gb {
	float: right;
	background: #eeeeee;
	padding: 3px 10px;
}

.xwxq .top a:hover {
	color: #D8090B;
}

.xwxq .top .gb:hover {
	background: #D8090B;
	color: #fff;
}

.xwxq .wz {
	min-height: 200px;
	padding: 50px 0;
}

.xwxq .wz p {
	font-size: 16px;
	color: #666;
}

.tjlb {
	margin-top: 40px;
	background: #fbfbfb;
	padding: 30px;
}

.tjlb .list {
	margin-top: 50px;
	position: relative;
	padding-bottom: 80px;
}

.tjlb .list .bd ul {
	overflow: hidden;
}

.tjlb .list .bd ul li {
	float: left;
	width: 315px;
	margin: 0 32px;
}

.tjlb .list .bd ul li a {
	display: block;
	font-weight: normal;
}

.tjlb .list .bd ul li a p {
	font-size: 16px;
	color: #333;
}

.tjlb .list .bd ul li a span {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-left: 12px;
}

.tjlb .list .bd ul li a em {
	font-size: 14px;
	color: #666;
	display: block;
	margin-left: 12px;
}

.tjlb .list .bd ul li a:hover p {
	color: #D8090B;
}

.tjlb .list .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.tjlb .list .hd a {
	display: inline-block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	margin: 0 3px;
}

.tjlb .list .hd .prev {
	background: url(../img/fc_left.png) no-repeat center center;
}

.tjlb .list .hd .prev:hover {
	background: url(../img/fc_left1.png) no-repeat center center;
}

.tjlb .list .hd .next {
	background: url(../img/fc_right.png) no-repeat center center;
}

.tjlb .list .hd .next:hover {
	background: url(../img/fc_right1.png) no-repeat center center;
}

.zx {
	padding: 50px 0;
	min-height: 400px;
}

.zx ul {
	min-height: 400px;
}

.zx ul li a {
	display: block;
	padding: 25px 0;
	overflow: hidden;
}

.zx ul li a>img {
	float: right;
	margin-left: 40px;
	margin-right: 30px;
}

.zx ul li a p {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	margin-left: 30px;
}

.zx ul li a span {
	display: block;
	font-size: 14px;
	color: #666;
	margin: 10px 0;
	margin-left: 30px;
}

.zx ul li a em {
	font-size: 14px;
	color: #666;
	margin-left: 30px;
}

.zx ul li a:hover {
	background: #1A347E;
}

.zx ul li a:hover p {
	color: #fff;
}

.zx ul li a:hover em {
	color: #a9b9e6;
}

.zx ul li a:hover span {
	color: #a9b9e6;
}

.lj_zxzp {
	width: 910px;
	min-height: 500px;
	display: block;
	padding: 50px 0;
}

.lj_tou_ge {
	width: 152px;
	height: 152px;
	background: url("../img/lj_a.png") no-repeat top center;
	float: left;
	margin: 0 41px;
	text-align: center;
	cursor: pointer;
	/* border-bottom: 4px solid #1a347e; */
}

.lj_tou_ge div {
	font-size: 16px;
	padding: 23px 0 0px;
	color: #bec9e7;
	display: none;
}

.lj_tou_ge p {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 33px;
	display: none;
}

.lj_tou_ge span {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	margin-top: 116px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lj_tou_ge.on {
	background: url("../img/lj_aa.png") no-repeat top center;
	border-bottom: 4px solid #1a347e;
}

.lj_tou_ge.on div {
	display: block;
}

.lj_tou_ge.on p {
	display: block;
}

.lj_tou_ge.on span {
	color: #1a347e;
	margin-top: 32px;
}

.lj_tou_lb {
	padding-left: 99px;
	box-sizing: border-box;
}

.lj_tou_lb .prev {
	width: 23px;
	height: 46px;
	background: url("../img/lj_b.png") no-repeat center;
	position: absolute;
	left: 12px;
	top: 36px;
}

.lj_tou_lb .prev:hover {
	background: url("../img/lj_bb.png") no-repeat center;
}

.lj_tou_lb .next {
	width: 23px;
	height: 46px;
	background: url("../img/lj_c.png") no-repeat center;
	position: absolute;
	right: 12px;
	top: 36px;
}

.lj_tou_lb .next:hover {
	background: url("../img/lj_cc.png") no-repeat center;
}

.lj_zxzp_tou {
	height: 156px;
	width: 100%;
	border-bottom: 1px solid #d8dae0;
	position: relative;
}

.lj_zxzp_nr {
	padding-top: 113px;
	box-sizing: border-box;
	background: url("../img/lj_d.png") no-repeat center 31px;
	min-height: 680px;
}

.lj_zxzp_nr ul li {
	display: none;
}

.lj_zxzp_nr ul li h6 {
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 34px;
}

.lj_zxzp_nr ul {
	width: 100%;
	padding: 0 33px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border-radius: 18px;
	overflow: hidden;
}

.lj_zxzp_nr ul li div {
	margin-bottom: 35px;
}

.lj_zxzp_nr ul li div p {
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 35px;
}

.lxfs {
	overflow: hidden;
	padding: 50px 0;
}

.lxfs>img {
	float: right;
}

.lxfs>span {
	font-size: 16px;
	color: #666666;
}

.lxfs>h2 {
	font-size: 30px;
	color: #ec0b09;
	font-weight: normal;
}

.lxfs>p {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

.lxfs>p img {
	margin-right: 15px;
}

.lxfs>iframe {
	width: 100%;
	height: 320px;
	border: none;
}

.sitemap {
	padding: 50px 0;
	text-align: center;
	font-size: 0;
}

.sitemap>img {
	display: block;
	margin: 0 auto;
}

.sitemap dl {
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}

.sitemap dl dt {
	padding: 0 3px;
	border-bottom: 1px solid #999;
	height: 50px;
	margin-bottom: 20px;
}

.sitemap dl dt a {
	display: block;
	font-size: 16px;
	width: 103px;
	height: 49px;
	text-align: center;
	line-height: 42px;
}

.sitemap dl dd {
	text-align: center;
	margin-top: 10px;
}

.sitemap dl dd a {
	font-size: 14px;
	color: #666;
}

.sitemap dl dt a:hover {
	background: url(../img/sit.png) no-repeat center center;
	color: #fff;
}

.sitemap dl dd a:hover {
	color: #e80b0b;
}
.lj_zxzp_nr .btn {
  padding: 15px 30px 30px 30px;
  text-align: right;
  margin-bottom: 0;
}
.lj_zxzp_nr .btn a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 95px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #1A347E;
}
.lj_zxzp_nr .btn a:hover {
  background: #1A347E !important;
  color: #fff;
}
.lj_zxzp_nr .btn a.btn1 {
  border: 1px solid #1A347E;
}
.lj_zxzp_nr .btn a.btn2 {
  border: 1px solid #1A347E;
}