	.lj_head {
	    height: 40px;
	    line-height: 40px;
	    background-color: #F2F2F7;
	    font-size: 14px;
	    color: #333;
	}
	.lj_head .fl{
	padding: 0 28px;
	font-size: 14px;
}
.lj_logo .p1{
	color: #003f94;
	font-size: 20px;
	text-align: center;
}
html,body{
	min-width: 1280px;
	max-width: 100%;
	max-height: 100%;
	background-color: #FFFFFF;	
}
.text_over{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lj_body{
	max-width: 1200px;
	margin: 0 auto;
}
.lj_body .a{
	color: #666;
}
.lj_body .a:hover{
	color: #E60012;
}
.lj_body .mt10{
	margin-top: 10px;
}
.lj_body .mb10{
	margin-bottom: 10px;
}
/*全局样式类end*/
.lj_logo{
	width: 1200px;
	margin: 15px auto;
}

.lj_logo .logo .iconfont{
	margin: 0 10px 0 20px;
}
.lj_logo .logo .cur{
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #E60012;
	letter-spacing: 5px;
	margin-left: 10px;
}
.lj_logo .search {
	margin: 24px 0;
	border: 2px solid #E60012;
}
.lj_logo .search .input {
	float: left;
	width: 360px;
	height: 36px;
	border: 0;
	outline: none;
	padding: 0 20px;
}
.lj_logo .search .btn {
	float: left;
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #E60012;
	color: #fff;
	font-size: 16px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.lj_main {
	background-color: #0679CA;
}
.lj_main .column{
	width: 1200px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
}
.lj_main .column .fl{
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
}
.lj_main .column .fl:hover {
	background-color: #e60012;
}
.lj_adv{
	margin: 10px 0;
}
.lj_adv img{
	width: 100%;
}
.lj_section2 {
  	width: 1200px;
    margin: 0 auto;
	padding-top: 15px;
}
.lj_section2 .left{
	position: relative;
	width: 792px;
}
.head_title1{
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 2px solid #DA0011;
}
.head_title1 .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.head_title1 .title{
	font-size: 18px;
	font-weight: bold;
	color: #DA0011;
}
.news_list{
	width: 380px;
}
.news_list>li{
	line-height: 40px;
}
.news_list .a{
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}
.firm_box{
	padding: 8px 0;
	border-bottom: 1px solid #EEEEEE;
}
.firm_box .picture{
	display: block;
	width: 380px;
	height: 248px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.firm_box .picture .title:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	content: "";
	background: rgba(0,0,0,.6);
	z-index: -1;
}
.firm_box .picture .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 1px;
	z-index: 10;
}
.firm_box .picture:hover .title{
	color: #DA0011;
}
.firm_box .picture .title font {color: #fff!important;}
.firm_box .picture:hover .title font {color: #DA0011!important;}
.news_list .a:hover font {color: #DA0011!important;}
.firm_box .picture .iconfont{
	position: absolute;
	top: 80px;
	left: 160px;
	font-size: 60px;
	color: #fff;
	z-index: 10;
}
.firm_box .picture:hover .iconfont{
	color: rgba(218,0,17,.7);
}
.lj_section2 .right{
	width: 388px;
	overflow: hidden;
}
.firm_box.feature{
	padding: 10px 0 0 0;
	border: 0;
}
.firm_box.feature .picture{
	width: 388px;
	height: 202px;
}
.firm_box.feature .news_list{
	width: 388px;
	padding-top: 6px;
}
.hui_famous{
	width: 388px;
	height: 358px;
	border: 2px solid #DA0011;
	background-color: #F9F8F3;
}
.hui_famous .title{
	height: 38px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 12px;
	background-color: #DA0011;
}
.hui_famous .box{
	padding: 8px 8px 0;
}
.hui_famous .swiper-container{
	width: 100%;
	height: 308px;
}
.hui_famous .swiper-slide .img{
	display: block;
	width: 100%;
	height: 272px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.hui_famous .swiper-slide .a{
	display: block;
	text-align: center;
	line-height: 36px;
}
.hui_famous .swiper-button{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 24px;
	height: 32px;
	line-height: 32px;
	background: rgba(0,0,0,.2);
	border-radius: 3px;
	z-index: 10;
	cursor: pointer;
}
.hui_famous .swiper-prev{
	left: 6px;
}
.hui_famous .swiper-next{
	right: 6px;
}
.hui_famous .swiper-button .iconfont{
	font-size: 24px;
	color: #FFFFFF;
}
.hui_famous .swiper-button:hover{
	background: rgba(0,0,0,.4);
}
.lj_link{
	width: 1200px;
	margin: 20px auto 0;
}
.lj_link .title {
	border-bottom: 1px solid #EAEAEA;
}
.lj_link .title span {
	display: inline-block;
	width: 120px;
	line-height: 2;
	border-bottom: 2px solid #0062B0;
	margin-bottom: -1px;
}
.lj_link .list {
	margin: 10px 0;
}
.lj_link .list a{
	float: left;
	font-size: 14px;
	color: #757575;
	line-height: 1.6;
	margin: 0 5px 0 0;
	padding-right: 5px;
	position: relative;
}
.lj_link .list a:hover {
	color: #E60012;
}
.lj_link .list a::after{
	position: absolute;
	top: 6px;
	right: 0;
	content: "";
	width: 1px;
	height: 10px;
	background: rgba(0, 0, 0, .3);
}
.lj_link .list a:last-child::after{
	width: 0;
}
.lj_foot{
	padding: 10px 0 0;
	text-align: center;
	border-top: 2px solid #0062B0;
	margin-top: 30px;
}
.lj_foot .wrap{
	width: 1200px;
	margin: 0 auto;
}
.lj_foot .list{
	display: inline-block;
}
.lj_foot .list li{
	float: left;
	position: relative;
}
.lj_foot .list li .a{
	font-size: 16px;
	margin-left: 6px;
	padding-right: 6px;
	line-height: 24px;
	color: #666;
}
.lj_foot .list li::after{
	position: absolute;
	top: 6px;
	right: 0;
	content: "";
	width: 1px;
	height: 12px;
	background: rgba(0,0,0,.6);
}
.lj_foot .list li:last-child::after{
	width: 0;
}
.lj_foot .text{
	font-size: 14px;
	line-height: 24px;
}
.lj_foot .text span{
	margin: 0 3px;
	color: #666;
}
.lj_foot .safe_link{
	display: inline-block;
}
.lj_foot .safe_link li{
	float: left;
	margin: 30px 15px;
}
.lj_foot .safe_link .item{
	display: block;
	height: 56px;
	padding: 7px 12px;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.lj_foot .safe_link .item .img{
	margin-right: 10px;
}
.lj_foot .safe_link .item .t{
	text-align: left;
}
.lj_foot .safe_link .item:hover{
	box-shadow: 3px 3px 10px #eee;
}
.crumbs_nav{
	padding-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
}
.crumbs_nav .color{
	color: #999;
}
.crumbs_nav .cur{
	color: #666;
}
/*列表*/
.content_list li{
	padding: 16px 0;
	border-bottom: 1px solid #eee;
}
.content_list .item{
	display: block;
	width: 780px;
}
.content_list .has_img .pict{
	width: 240px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.content_list .has_img .text{
	width: 520px;
}
.content_list .text .h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.content_list .item:hover .h3 font {color: #DA0011!important;}
.content_list .text .intr{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
.content_list .text .date{
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 2;
}
.content_list .no_img .text{
	width: 780px;
}
.content_list .item:hover{
	text-decoration: none;
}
.content_list .item:hover .h3{
	color: #DA0011;
}
.pager_box{
	text-align: center;
	margin: 36px auto;
}
.pager{
	display: inline-block;
}
.pager b,.pager a{
	float: left;
	min-width: 40px;
	height: 36px;
	line-height: 34px;
	padding: 0 12px;
	border: 1px solid #ccc;
	margin: 0 5px;
}
.pager b{
	background-color: #DA0011;
	color: #FFFFFF;
}
.pager a{
	background-color: #eee;
	color: #666;
}

.bsBox{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bshare-custom{
	position: absolute;
	top: 0;
	right: 0;
}
.bshare-custom .text{
	display: inline-block;
	line-height: 24px;
	vertical-align: sub;
	color: #999;
	margin-right: 5px;
}
.bshare-custom .bshare-sinaminiblog {
	background: url(../images/snia.jpg)!important;
}
.bshare-custom .bshare-weixin {
	background: url(../images/wechat.jpg)!important;
}
.bshare-custom .bshare-qzone {
	background: url(../images/qq.jpg)!important;
}
.bshare-custom .size{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
}

/*正文*/
.content_box .head{
	text-align: center;
	padding: 15px 0;
}
.content_box .head .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
.content_box .head .inline{
	display: inline-block;
	margin: 10px 0;
}
.content_box .head .inline .fl{
	margin: 0 10px;
}
.content_box .head .t{
	font-size: 14px;
	color: #999;
}
.content_box .head .d{
	font-size: 14px;
	color: #666;
}
.content_box .head .f{
	font-size: 14px;
	color: #5B96F0;
}
.content_box .head .outline{
	border: 1px dashed #DFDFDF;
	padding: 10px 15px;
	text-align: left;
	margin: 10px 0;
}
.content_box .head .outline .p{
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}
.content_box .body{
	padding-bottom: 20px;
	overflow: hidden;
}
.content_box .body p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}
.column_list{
	padding: 10px 0;
}
.column_list .column_item{
	width: 380px;
    height: 484px;
	/*border: 1px solid #f2f2f2;
	padding: 10px 15px;*/
}
.column_list .column_item.fl{
	margin-right: 30px;
}
.column_list .column_item .title {
	border-top: 1px solid #0679CA;
}
.column_list .column_item .title span{
  	float: left;
  	width: 120px;
  	height: 32px;
  	line-height: 30px;
  	background: #0679CA;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
  	text-align: center;
}
.column_list .column_item .more {
	color: #999;
  	line-height: 30px;
}
.column_list .column_item .more:hover {
	text-decoration: none;
	color: #E60012;
}
.column_list .column_item .pict{
	position: relative;
	display: block;
	width: 380px;
	height: 226px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 10px 0;
	transition: all 0.36s ease-in-out;
}
.column_list .column_item .pict:hover {
	background-size: 105% 105%;
	transition: all 0.36s ease-in-out;
}
.column_list .column_item .pict span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 15px;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
}
.column_list .column_item .pict span font {
    color: #fff!important;
}
.column_list .column_item .pict:hover span, .column_list .column_item .pict:hover span font {
	color: #E60012!important;
}
.column_list .column_item .list li{
	margin: 15px 0;
}
.column_list .column_item .list .a{
	display: block;
	font-size: 16px;
}
.column_list .column_item .list .a:hover font {
    color: #E60012!important;
}
.lj_picture{
	margin: 20px 0;
}
.lj_picture_head {
	border-top: 2px solid #E60012;
	line-height: 48px;
	background: linear-gradient(to bottom, #fff, #EFEFEF);
	padding: 0 15px;
}
.lj_picture_head .title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #E60012;
}
.lj_picture_head .more {
	float: right;
	color: #999;
}
.lj_picture_head .more:hover {
	color: #E60012;
}
.lj_picture_body {
	width: 1200px;
	margin-top: 15px;
}
.lj_picture_item {
  	position: relative;
	float: left;
  	width: 120px;
  	height: 120px;
  	margin: 10px 15px 40px;
  	background-size: 100%;
}
.lj_picture_item .text {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
  	text-align: center;
}
/*.lj_picture_item {
	position: absolute;
	width: 390px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.lj_picture_item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
}
.lj_picture_item:first-child {
	width: 795px;
	height: 415px;
	top: 0;
	left: 0;
}
.lj_picture_item:nth-child(2) {
	top: 0;
	right: 0;
}
.lj_picture_item:nth-child(3) {
	top: 215px;
	right: 0;
}
.lj_picture_item:nth-child(4) {
	top: 430px;
	left: 0;
}
.lj_picture_item:nth-child(5) {
	top: 430px;
	left: 405px;
}
.lj_picture_item:nth-child(6) {
	top: 430px;
	right: 0;
}
.lj_picture_item:hover .text {
	color: #E60012;
}*/

.lj_foot_bottom {
	width: 100%;
	height: 210px;
	padding: 20px 0;
	background-color: #127EFC;
}
.lj_foot_bottom .item {
	float: left;
	width: 300px;
	padding: 0 20px;
	position: relative;
}
.lj_foot_bottom .item .title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-align: center;
	margin-bottom: 10px;
}
.lj_foot_bottom .item .detail, .lj_foot_bottom .item .p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}
.lj_foot_bottom .item::after {
	position: absolute;
	top: 10px;
	right: 0;
	width: 2px;
	height: 150px;
	content: "";
	background-color: rgba(255, 255, 255, 0.8);
}
.lj_foot_bottom .item:last-child::after {
	width: 0;
}
.lj_foot_bottom .ul_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.lj_foot_bottom .ul_list a {
	text-align: center;
	color:  rgba(255, 255, 255, 0.7);
  	margin: 0 3px;
}
.lj_foot_bottom .ul_list img {
	width: 80px;
	height: 80px;
    margin-bottom: 10px;
}
.lj_shrink {
	position: relative;
	width: 1200px;
	margin: 0 auto;
  	display: none;
}
.lj_shrink .btn_group {
	position: absolute;
	bottom: 0;
	right: -36px;
	width: 30px;
}
.lj_shrink .btn {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #E6E6E6;
	cursor: pointer;
}
.lj_shrink .hide_btn .iconfont {
	display: block;
	transform: rotate(90deg);
	font-size: 14px;
	color: #999;
}
.lj_shrink .hide_btn:hover .iconfont {
	color: #E60012;
}

.topic_news .text{
	width: 380px;
}
.news_style{
	height: 32px;
	overflow: hidden;
	border-top: 1px solid #0679CA;
}
.news_style .title{
	display: block;
	width: 120px;
	height: 32px;
	line-height: 30px;
	font-size: 18px;
  	font-weight: bold;
	color: #fff;
	background-color: #0679CA;
	text-align: center;
}
.news_style .title .iconfont{
	font-weight: bold;
	margin-right: 8px;
}
.news_style .more{
	line-height: 32px;
	font-size: 16px;
	color: #999;
	margin-right: 14px;
}
.topic_news .list{
	padding: 13px 0;
}
.topic_news .list li{
	line-height: 38px;
	color: #B09204;
}
.topic_news .list .li{
	line-height: 32px;
	color: #B09204;
}
.topic_news .list li .a1{
	display: inline-block;
	color: #454545;
	max-width: 100%;
	vertical-align: bottom;
}
.topic_news .list .li .a1{
    font-size: 15px;
}
.topic_news .list .li .a1:hover font {
    color: #E60012!important;
}
.topic_news .swiper-container{
	width: 800px;
	height: 476px;
}
.topic_news .swiper-slide .fb{
	position: relative;
	width: 100%;
	height: 100%;
}
.topic_news .swiper-slide .fb img{
	width: 100%;
	min-height: 476px;
}
.topic_news .swiper-slide .title:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	content: "";
	background: rgba(0,0,0,.6);
	z-index: -1;
}
.topic_news .swiper-slide .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	padding: 0 80px;
	letter-spacing: 1px;
	z-index: 10;
}
.topic_news .swiper-slide .title font {
    color: #fff!important;
}
.topic_news .swiper-button{
	position: absolute;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
	z-index: 5;
}
.topic_news .swiper-button .iconfont{
	font-size: 48px;
	color: #fff;
}
.topic_news .swiper-button:hover .iconfont{
	color: #DA0011;
}
.topic_news .swiper-prev{
	left: 0;
}
.topic_news .swiper-next{
	right: 0;
}
.topic_news .swiper-pagination{
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: auto;
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	z-index: 8;
}
.topic_news .swiper-pagination-current{
	font-size: 32px;
	color: #DA0011;
}
.topic_news .subject{
	display: block;
	width: 380px;
	height: 190px;
	position: relative;
}
.topic_news .subject .bot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 15px;
}
.topic_news .subject .bot b{
	margin-right: 10px;
}

.toopline {
  position: relative;
  background: #f3f3f3;
  padding: 0 20px 15px;
}
.toopline:after {
	position: absolute;
  top: 24px;
  left: 16px;
  width: 51px;
  height: 69px;
  content: "";
  background: url("../images/tt.jpg") no-repeat;
}
.toopline .tt-1 {
	width: 1024px;
  margin: 0 auto;
}
.toopline .tt-1 .a {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #E60012;
  line-height: 2;
}
.toopline .tt-2 {
  margin-left: 68px;
}
.toopline .tt-2 li {
  float: left;
  width: 33%;
}
.toopline .tt-2 li .a {
	display: block;
  	width: 95%;
}
.support-list {
	width: 1200px;
  	margin: 0 auto 10px;
  	background: #f3f3f3;
  	height: 40px;
  	line-height: 40px;
  	font-size: 16px;
  text-align: center;
}
.support-list span {
	margin: 0 20px;
}

.content_box table {
	 border-spacing: 10px;   
}

.xz_picture{
	width: 100%;
	height: 520px;
	background-color: #333;
	margin-top: 20px;
}
.xz_picture .title .iconfont{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.xz_picture .title{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 16px;
}
.xz_picture .pic_box{
	padding: 0 30px;
}
.xz_picture .pic_big{
	width: 534px;
	height: 412px;
	overflow: hidden;
}
.xz_picture .pic_big img{
	width: 534px;
	height: 412px;
}
.xz_picture .right{
	width: 606px;
}
.xz_picture .pic_small{
	width: 283px;
	height: 196px;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
.xz_picture .pic_small img{
	width: 283px;
	height: 196px;
}
.relative {
	position: relative;
}
.relative .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	transition: all 0.36s ease-in-out;
}
.relative .text span {
	font-size: 16px;
	color: #fff;
}
.relative:hover .text {
	opacity: 1;
	transition: all 0.36s ease-in-out;
}


.column-title {
    position: relative;
    padding: 40px 15px 20px;
    margin-top: 40px;
    border: 1px solid #0679CA;
}
.column-title .title-img {
    position: absolute;
    top: -44px;
    left: 50px;
    background-color: #fff;
    z-index: 2;
}
.more-img {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}


.column_list .long-item {
    width: 790px;
    height: 280px;
    margin: 0;
}
.column_list .long-item .title span {
    width: 200px;
}
.column_list .column-picture-list .li {
    float: left;
    margin-right: 30px;
}

.column_list .column-picture-list .li:last-child {
    margin: 0;
}





