body{
	margin:0;
	padding:0;
}
ul{
	padding:0;
	margin:0;
}
li{
	list-style: none;
}
i{
	font-style: normal;
}
a,a:hover{
	color:#333;
	text-decoration: none;
}
*{
	font-family: "微软雅黑"
}
.header_t>div,.header_b,.nav,.m1,.m3_t,.m4,.m5,.m5_a,.footer,.link,.list_main1,.lm2,.lm3,.xw_m2,.mt_m1,.mt_m2{
	max-width: 1200px;
	margin:auto;
}
.header_t>div,.header_b,.logo_l,.logo_r,.nav_ul,.m1{
	display: flex;
	justify-content: space-between;
}
.main1{
	background:#fff;
}
.list_main1{
	display: flex;
	justify-content: space-between;
}
.list_main1>div{
	line-height: 58px;
	color:#666;
	font-size: 14px;
}
.list_main1>div *{
	color:#666;
}

.header_t{
	background:#f0f0f0;
	border-bottom: solid 1px #ddd;
	padding:10px 0;
	font-size: 13px;
}
.header_t>div *{
	color:#666;
}
.header_b{
	height: 119px;
}
.logo_l div{
	border-left:solid 1px #ddd;
	padding-left: 15px;
	margin-left: 15px;
	height: 55px;
	margin-top:30px;
}
.logo_l p{
	font-size: 17px;
	color:#d50606;
}
.logo_r div:nth-child(2){
	height: 85px;
	margin-top: 20px;
}
.logo_r span{
	font-size: 14px;
}
.logo_r p{
	color:#d50606;
	font-size: 24px;
	font-weight: 600;
}

nav{
	background:#d50606;
}
.nav .nav_ul>li{
	width: 12.5%;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.nav .nav_ul>li>a{
	color:#fff;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.nav .nav_ul>li.active>a,.nav .nav_ul>li:hover>a{
	background:#222;
}
.erj_ul{
	display: none;
	position: absolute;
	top:61px;
	left:0;
	z-index: 99;
	width: 100%;
	line-height: 40px;
	background:rgba(0,0,0,.5);
}
.erj_ul a{
	color:#fff;
}
.erj_ul li:hover{
	background:rgba(0,0,0,.6);
}
.nav_ul>li:hover .erj_ul{
	display:block;
	z-index: 99;
}
.m1{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.m1 span{
	display: block;
	color:#444;
	font-size: 18px;
	margin:15px 0;
	font-weight: 600;
}
.m1 p{
	color:#666;
	font-size: 16px;
}
.m1 li{
	text-align: center;
	width: 25%;
	border-left:solid 1px #ddd;
}
.m1 li:nth-child(1){
	border:0;
}
.main3{
	background:url(../images/gy_bg.jpg) no-repeat 45% 0%;
	margin-top: 40px;
}
.m3_t{
	padding:30px 0;
}
.m3_title{
	text-align: center;
	padding-bottom: 20px;
}
.m3_div{
	color:#d8d8d8;
}
.m3_cont{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:20px;
	background:#fff;
	margin:20px auto;
}
.m3_l{
	width: 50%;
}
.m3_l img{
	width: 100%;
}
.m3_r{
	width: 50%;
	padding-left: 25px;
}
.m3_r h3{
	font-size: 16px;
	color:#333333;
	margin-top: 0;
}
.m3_r p{
	margin-bottom:0;
	line-height: 26px;
	font-size: 14px;
	color:#666;
}
.m3_r p>a{
	color:#b8b8b8;
}
.m3_r div{
	width: 100%;
	height: 3px;
	margin:30px 0;
	background:#e8e8e8;
}
.m3_ul{
	display: flex;
	justify-content: space-between;
}
.m3_ul li{
	width: 25%;
	text-align: center;
}
.m3_ul i{
	font-size: 48px;
	color:#b8b8b8;
	display: inline-block;
	border-radius: 50%;
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	border:solid 4px #e8e8e8;
}
.m3_ul span{
	display: block;
	line-height: 45px;
	color:#666666;
}
.m3_ul li.active i,.m3_ul li:hover i{
	color:#e01313;
	border:solid 4px #e01313;
}
.m3_ul li.active span,.m3_ul li:hover span{
	color:#e01313;
}
.main4{
	padding:40px 0;
}
.main4 .m3_title,.main5 .m3_title{
	padding-bottom: 0;
}
.m4{
	padding:40px 0;
}
.main5{
	background:#f9f9f9;
	padding:40px 0;
}
.m5{
	display: flex;
	flex-wrap: wrap;
	max-width: 1230px;
	margin-top: 40px;
}
.m5 li{
	width: 25%;
	text-align: center;
	padding:0 15px;
	margin-bottom: 35px;
}
.m5 li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	background:#fff;
	padding:10px;
	padding-bottom: 0;
}
.m5 li img{
	width: 100%;
  height:195px;
}
.m5 li span{
	display: block;
	color:#333333;
	font-size: 14px;
	padding:10px;
	width: 100%;
	overflow: hidden;
}
.m5_a{
	text-align: center;
}
.m5_a a{
	display: inline-block;
	padding:10px 32px;
	border:solid 2px #e5e5e5;
	font-size: 12px;
	color:#999;
}
.m4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m4 img{
	width: 100%;
	height:296px;
}
.m4_l,.m4_r{
	width: 50%;
}
.m4_l{
	padding-right: 10px;
}
.m4_r{
	padding-left: 15px;
}
.m4_r li{
	margin-bottom: 15px;
}
.m4_r a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m4_r_l{
	width: 23%;
}
.m4_r_r{
	width: 74%;
}
.m4_r_r span{
	font-size: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m4_r_r p{
	font-size: 12px;
	color:#555;
	line-height: 20px;
	margin-bottom: 0;
	height: 40px;
	overflow: hidden;
}
.m4_r_r time{
	font-size: 12px;
	color:#999999;
	float: right;
}
.m4_l_b{
	background:#f5f3f3;
	padding:10px;
}
.m4_l_b div{
	display: flex;
	justify-content: space-between;
}
.m4_l_b span{
	font-size: 16px;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m4_l_b time{
	font-size:14px;
	color:#999999;
}
.m4_l_b p{
	color:#555555;
	font-size: 14px;
	margin-top: 10px;
}
.m4_l_b a{
	color:#d50606;
}
.list_main1{
	/*border-bottom: solid 1px #ddd;*/
}
.lm1{
	display: flex;
}
.lm1 li{
	margin-right: 40px;
}
.lm1 a{
	font-size: 14px;
	color:#666;
	display: inline-block;
	line-height: 58px;
}
.lm1 li:hover a{
	border-bottom: solid 2px #d50606;
	margin-bottom: -2px;
}
.list_main2{
	background:#f7f7f7;
	padding:40px 0;
}
.lm2{
	display: flex;
	flex-wrap: wrap;
}
.lm2 li{
	width: 25%;
	text-align: center;
	padding:0 15px;
	margin-bottom: 40px;
}
.lm2 a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:10px;
	background:#fff;
}
.lm2 span{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lm2 img{
	width: 100%;
}
.xw_m2{
	display: flex;
	justify-content: space-between;
}
.xw_l{
	width: 24.5%;
}
.xw_r{
	width: 72%;
}
.xw_l>div{
	background:#fff;
	padding:15px;
}
.xw_l>div>span{
	font-size: 16px;
}
.xw_l>div>div{
	width: 35px;
	height: 3px;
	background:#d50606;
	margin:10px 0;
}
.xw_t li{
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_t li a,.xw_b p span{
	font-size: 14px;
	color:#666;
}
.xw_b p span{
	line-height: 35px;
}
.xw_b{
	margin-top: 25px;
}
.xw_ul{
	margin-bottom: 30px;
}
.xw_ul li a{
	display: flex;
	justify-content: space-between;
}
.xw_ul li{
	background:#fff;
	margin-bottom: 15px;
}
.xw_ul li h4{
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li p{
	font-size: 14px;
	color:#666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xw_ul li time{
	font-size: 13px;
	color:#999;
}
.xw_ul_l{
	width: 21.8%;
}
.xw_ul_l img{
	width: 100%;
}
.xw_ul_r{
	width: 76.5%;
	padding-right: 12px;
}
.xw_cont{
	background:#fff;
	text-align: center;
}
.xw_cont h2{
	font-size: 19px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_cont time{
	font-size: 13px;
	color:#666;
}
.xw_main,.xw_sx{
	text-align: left;
}
.xw_cont{
	padding:0 20px;
}
.xw_main{
	margin:20px 0;
	line-height:26px;
}
.xw_main img{
	max-width: 100%;
}
.xw_sx,.xw_sx *{
	color:#555;
	font-size: 13px;
}
.mt_main2{
	background:url(../images/mt_bg.jpg) no-repeat 50% 1%;
	padding:50px 0;
}
.mt_m1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:#fff;
	padding:20px;
}
.mt_m1_l{
	width: 47%;
}
.mt_m1_l video{
}
.mt_m1_r{
	width: 50%;
}
.mt_div{
	width: 40px;
	height: 2px;
	background:#d50606;
	margin:20px 0;
}
.mt_m1_r h3{
	font-size: 23px;
	color:#111;
	margin: 0;
}
.mt_m1_r p{
	line-height: 24px;
	font-size: 14px;
}
.mt_m2{
	text-align: center;
	margin-top: 87px;
}

.main1_mt{
	margin-bottom: 50px;
	margin-top: 40px;
}
.picMarquee-left{ 
	width:100%;  
	overflow:hidden; 
	position:relative; 
}
.picMarquee-left .prev,.picMarquee-left .next{
	line-height: 88px;
	padding:0 10px;
	position: absolute;
	top:55px;
	border:solid 1px #ccc;
	cursor: pointer;
	background:#fff;
}
.next{
	left: 0;
}
.prev{
	right: 0;
}
.picMarquee-left .bd{ 
	position: relative; 
	width: 90%;
	margin:auto;
	overflow: hidden;
}
.picMarquee-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
	height:194px;
}
.picMarquee-left .bd ul li{ 
	margin:0 8px; 
	float:left; 
	display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picMarquee-left .bd ul li img{
	height:194px;
	display:block; 
	border:1px solid #ccc; 
}
.picMarquee-left .bd ul li a:hover img{ 
	border-color:#999;  
}


footer{
	background:#2f3237;	
}
.footer,.link{
	display: flex;
	justify-content: space-between;
}
.footer{
	padding:40px 0;
}
.footer *{
	color:#6a6a6a;
}
.link{
	position: relative;
	padding:10px 0;
}
.ybwl{
	width: 120px;
}
.hi_ybwl{
	position: absolute;
	top:-123px;
	right: 55px;
}
.footer_l span,.footer_c span{
	color:#fff;
	font-size: 16px;
}
.footer_b{
	background:#212226;
	color:#6a6a6a;
	line-height: 40px;
}
.footer_c{
	width: 32%;
	padding-right: 30px;
}
.footer_l{
	width: 50%;
	padding:0 30px;
	border-right:solid 1px #6a6a6a;
	border-left:solid 1px #6a6a6a;
}
.footer_l p{
	margin-top: 5px;
	line-height: 26px;
}
.footer_c div{
	margin-top: 10px;
}
.footer_c a{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer_c a:hover{
	color:#999;
}
.footer_r{
	width:28%;
	text-align: center;
}
.footer_r span{
	font-size: 14px;
}
.footer_r img{
	margin-bottom: 5px;
}
.footer_l i{
	color:#df0601;
	font-size: 26px;
}
.footer_l>div{
}


.sj-footer{
    position: fixed;
    bottom:0;
    left:0;
    z-index: 99;
    width: 100%;
    background:#fff;
    border-top: solid 1px #ccc;
    height:68px;
}
.sj-footer ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
.sj-footer li{
    width: 30%;
    text-align: center;
    /*background:#eee;*/
}
.sj-footer li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:10px 0;
    border-left: solid 1px #eee;
    text-decoration: none;
    font-size: 13px;
    color:#333;
}
.sj-footer li:nth-child(1) a{
    border-left:0;
}
.sj-footer img{
    width: 20%;
    margin-bottom: 5px;
}
.goToTop{
	width:50px;
	height:50px; 
	border-radius: 7px;
	text-align: center;
	line-height: 50px;
	background:rgba(213,6,6,.5);
	position: fixed;
	right:0;
	bottom:100px;
	z-index: 99;
}
.goToTop:hover{
	background:rgba(213,6,6,1);
}
.goToTop a{
	display: inline-block;
	width: 100%;
	height:100%;
	color:#fff;
	font-size: 17px;
	text-decoration: none;
}
.opages {
	text-align: center;
	margin:0 auto;
	width: 100%;
	margin-top: 20px;
}
.opages a:nth-child(1) {
  	display: none;
}
.opages a{
	color:#007ad0;
}
.opages a,
.opages b {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: solid 1px #ccc;
}
.m4_r_l img{
	height: 88px;
}
.lm2 img{
	height: 172px;
}
.xw_ul_l img{
	height: 127px;
}
@media (max-width:1200px){
	.header_t>div,.header_b,.nav,.m3_t,.m4,.footer,.link,.list_main1,.lm2,.lm3,.xw_m2,.mt_m1,.mt_m2{
		width: 95%;
	}
	.m3_ul i{
		width: 85px;
		height: 85px;
		line-height: 85px;
		font-size: 45px;
	}
	.m3_r div{
		margin-bottom: 10px;
	}
	.m4_r_l img{
		height: 83px;
	}
	.lm2 img{
		height: 150px;
	}
	.xw_ul_l img{
		height: 113px;
	}
}
@media (max-width:1100px){
	.m3_r p{
		margin:0;
	}
	.m3_r p>a{
		margin-top: 0;
	}
	.m1 span{
		font-size: 17px;
	}
	.m1 p{
		font-size: 14px;
	}
	.m4_r_l img{
		height: 75px;
	}
	.lm2 img{
		height: 134px;
	}
	.xw_ul_l img{
		height: 103px;
	}
}
@media (max-width:1000px){
	
}
@media (max-width:992px){
	.xw_m2{
		flex-wrap: wrap;
		flex-direction:column-reverse;
	}
	.xw_m2>div{
		width: 100%;
	}
	.m4{

	}
	.m4_l,.m4_r{
		width: 100%;
	}
	.m4_l{
	}
	.m4_r{
		margin-top: 20px;
	}
	.m1 li{
		padding:0 10px;
	}
	.m3_l{
		width: 100%;
		text-align: center;
	}
	.m3_l img{
		width: 50%;
	}
	.m3_r{
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.main3{
		background:#eee;
	}
	.m3_title h2{
		font-size: 27px;
	}
	.m3_cont{
		padding:20px;
	}
	.logo_r p{
		font-size: 18px;
	}
	.m4_r_l img{
		height: 143px;
	}
	.lm2 img{
		height: 124px;
	}
	.xw_ul_l img{
		height: 135px;
	}
	.mt_m1>div{
		width: 100%;
	}
}
@media (max-width:800px){
	.m4_r_l img{
		height: 109px;
	}
	.lm2 li{
		padding:0 7px;
		margin-bottom: 25px;
	}
	.lm2 img{
		height: 102px;
	}
	.xw_ul_l img{
		height: 107px;
	}
}
@media (max-width:767px){
	.nav .nav_ul>li.active>a, .nav .nav_ul>li>a:hover{
		background:none;
	}
	.nav .nav_ul>li.active>a, .nav .nav_ul>li:hover>a{
		background:none;
	}
	.picMarquee-left .bd ul li img{ 
		width:150px; 
		height: auto;
	}
	.picMarquee-left .bd ul{ 
		overflow-x:scroll;
		height:120px;
		display: flex;
	}
	.picMarquee-left .bd ul li{
		min-width: 150px;
		float: none;
	}
	.picMarquee-left .bd ul::-webkit-scrollbar {
	    display: none;
	}
	.picMarquee-left .bd{
		width: 100%;
	}
	.main1_mt{
		margin:20px 0;
	}
	.mt_m1{
		padding:20px 10px;
	}
	.lm1 a{
		line-height: 40px;
	}
	.mt_m2{
		margin-top: 10px;
	}
	.mt_m1_r h3{
		font-size: 20px;
	}
	.mt_m1_r{
		margin-top: 20px;
	}
	.xw_cont h2{
		font-size: 16px;
	}
	.xw_main{
		margin:10px 0;
	}
	.xw_cont{
		margin-bottom: 20px;
		padding: 10px;
		padding-top: 0;
	}
	.xw_ul_l{
		width: 30%;
	}
	.xw_ul_r{
		width: 68%;
		padding-right: 5px;
	}
	.xw_ul li h4{
		margin:5px 0;
		font-size: 14px;
	}
	.xw_t li{
		line-height: 30px;
	}
	.xw_l>div{
		padding: 10px;
	}
	.xw_ul li p{
		margin-bottom: 0;
		font-size: 12px;
		line-height: 21px;
		height: 42px;
	}
	.lm2 li{
		width: 50%;
		padding:0 5px;
		margin-bottom: 15px;
	}
	.list_main2{
		padding:25px 0;
	}
	.opages{
		width: 100%;
	}
	.m4_l_b span{
		width: 100%;
	}
	.m4_r_l{
		width: 28%;
	}
	.m4_r_r{
		width: 69%;
	}
	.m4_r{
		padding:0;
	}
	.m3_r div{
		margin-bottom: 20px;
	}
	.m3_ul i{
		font-size: 40px;
	}
	.m3_ul{
		flex-wrap: wrap;
	}
	.m3_ul li{
		width: 50%;
	}
	.erj_ul{
		position: relative;
		top:0;
	}
	.erj_ul a{
		color:#eee;
		font-size: 12px;
	}
	.erj_ul li{
		height: 30px;
		line-height: 30px;
	}
	.jia_jian {
		color:#fff;
	}
	.nav .nav_ul>li>a{
		width: auto;
	}
	.logo_l{
		width: 80%;
	}
	.nav .nav_ul>li{
		width: 100%;
	}
	.main5,.main4,.m4{
		padding:20px 0;
	}
	.m5{
		margin-top: 20px;
	}
	.m1{
		flex-wrap: wrap;
		margin:20px 0;
	}
	.m1 li{
		border:0;
		width: 50%;
	}
	.m1 img{
		width: 55%;
	}
	.m3_cont{
		margin: 0;
	}
	.main3{
		background:#eeeeee;
		padding-bottom: 0;
		margin: 0;
	}
	.m3_title h2{
		font-size: 21px;
	}
	.m3_title img,.mt_m2>img{
		margin:auto;
		width: 50%;
	}
	.m3_r h3{
		font-size: 18px;
	}
	.m3_r p>a{
		padding:7px 30px;
		margin-top: 10px;
	}
	.m3_l img{
		width: 70%;
	}
	footer{
		margin-bottom:68px;
	}
	.m5 li{
		width: 50%;
		padding:0 5px;
		margin-bottom: 20px;
	}
	.header_b{
		height: 80px;
	}
	.nav_ul{
		position: absolute;
		top:80px;
		right: 0;
		display: none;
		z-index: 99;
		width: 25%;
		background:#007ad0;
	}
	.nav_ul>li{
		width: 100%;
		text-align: center;
	}
	.logo_l img{
		height: 100%;
	}
	.nav .nav_ul>li{
		line-height: 45px;
	}
	.hanb{
		font-size: 30px;
		line-height: 80px;
		color:#999;
	}
	.nav .nav_ul>li>a{
		font-size: 14px;
	}
	footer{
		margin-top: 0;
	}
	.footer{
		flex-wrap: wrap;
		padding:20px 0;
	}
	.footer>div{
		width: 100%;
	}
	.footer_l{
		border:0;
		padding:0;
	}
	.link{
		flex-wrap: wrap;
	}
	.footer_c{
		padding:0;
		margin-bottom: 20px;
	}
	.footer_l i{
		font-size: 18px;
	}
	.footer_b{
		line-height: 24px;
	}
	.footer_c a{
		margin:0 5px;
	}
	.footer_r{
		margin-top: 10px;
	}
	.footer_r img{
		width: 50%;
	}
	.m4_r_l img{
		height: 122px;
	}
	.lm2 img{
		height: 212px;
	}
}
@media(max-width:600px){
	.m4_r_l img{
		height: 85px;
	}
	.lm2 img{
		height: 167px;
	}
	.xw_ul_l img{
		height: 114px;
	}
}
@media(max-width:450px){
	.header_b{
		height: 70px;
	}
	.nav_ul{
		top:70px;
	}
	.hanb{
		line-height: 70px;
	}
	.m4_r_l img{
		height: 68px;
	}
	.lm2 img{
		height: 115px;
	}
	.xw_ul_l img{
		height: 79px;
	}
}
@media (max-width:400px){
	.m4_r_l{
		width: 33%;
	}
	.m4_r_r{
		width: 65%;
	}
	.header_b{
		height: 65px;
	}
	.nav_ul{
		top:65px;
	}
	.hanb{
		line-height: 65px;
		font-size: 27px;
	}
	.m4_r_l img{
		height: 72px;
	}
	.lm2 img{
		height: 102px;
	}
	.xw_ul_l img{
		height: 72px;
	}
}
@media (max-width:374px){
	.header_b{
		height: 60px;
	}
	.nav_ul{
		top:60px;
	}
	.hanb{
		line-height: 60px;
		font-size: 25px;
	}
	.m4_r_l img{
		height: 60px;
	}
	.lm2 img{
		height: 91px;
	}
	.xw_ul_l img{
		height: 65px;
	}
}