*{
	margin:0;
	padding:0;
}
.header{
	width: 100%;
	background: #fff;
}
.header-center{
	max-width: 1240px;
	margin:13px auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
input{
	outline: none;
	border:none;
}
.header-center form{
	background: rgb(243,243,243);
	border-radius: 4px;
	width: 35.66%
}
.header-center form input{
	font-size: 16px;
	color: #999999;
	letter-spacing: 1.5px;
	height: 50px
}
.header-center form .input-t{
	width: 26px;
	height: 26px;
	background: url(../images/sousuo.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.header-center form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 19px;
}
.header-center .div-o{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 29px !important;
	color: #333333;
	width: 20%;
	white-space: nowrap;
}
.header-t{
	background: rgb(182,0,5);
	width: 100%;
	line-height: 78px;
}
.header-t-center{
	max-width: 1240px;
	margin:0px auto;
}
.header-t-center ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center
}
li{
	list-style: none
}
a{
	text-decoration: none
}
.header-t-center ul li {
	width: 12.5%
}
.header-t-center ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #ffffff;
	transition: all .5s;
	letter-spacing: 1px;
	white-space: nowrap;
}
.header-t-center ul li a:hover{
	background: rgb(135,2,6);
}
.banner{
	width:100%;
	position: relative;
}
.ljzz{
	max-width: 1240px;
	margin:0 auto;
	margin-top: 30px;
}
.ljzz img{
	max-width: 100%;
}
.bkys{
	max-width: 1240px;
	margin:0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bkys h5:nth-child(1){
	text-align: center;
	font-size: 34px;
	color: #014e9e;
	letter-spacing: 3px;
}
.bkys h5:nth-child(1) span{
	color: #333333
}
.jjfa{
	max-width: 1240px;
	margin:0 auto;
}
.jjfa ul{
	display: flex;
	justify-content: space-between;
}
.jjfa ul li{
	padding-bottom: 30px;
	width: 32%;
	transition: all .4s;
	/* border:2px solid #ffffff; */
}
.jjfa ul li:hover{
	/* border:2px solid #014e9e; */
	/* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
}
.jjfa ul li .zzcs{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(33, 33, 33, 0.6);
	z-index: 2;
	transition: all .3s;
}
.jjfa ul li .zzcs .jmd{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content:center;
}
.jjfa ul li:hover .zzcs{
	opacity: 1;
}
.jjfa ul li:hover{
	/* border:2px solid #b60005; */
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.jjfa ul li .thumb img{
	width: 100%;
}
.jjfa ul li .xs{
	position: relative;
	margin-top: -45px;
	z-index: 2;
	width: 100%;
}
.jjfa ul li .xsss{
	width: 200px;
  height: 76px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border: 1px solid #c5c5c5;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
}
.jjfa ul li .xs p{
	height: 50%;
}
.jjfa ul li .xs .xians{
	height: 50%;
}
.jjfa ul li .xs .xian{
	width: 55px;
  height: 5px;
  background-color:#014e9e;
  margin: 10px auto;
}
.jjfa .kcjs{
	padding-top: 10px;
	margin-bottom: 14px;
	font-size: 14px;
	text-align: center;
	color:#ffffff;
	letter-spacing: 1px;
	transition: all .5s
}
.jjfa .kcjs p{
	line-height: 30px;
}
.jjfa .kcjs h6{
	font-size: 22px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 14px;
}
.jjfa ul li .jh{
	width: 240px;
	height: 44px;
	border-radius: 1px;
	text-align: center;
	line-height: 44px;
	margin:0 auto;
	border: 1px solid #014e9e;
}
.jjfa ul li .jh a{
	font-size: 20px;
	color: #014e9e;
	letter-spacing:3.5px;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.jjfa ul li:hover .jh a{
	color: #ffffff;
	background-color: #014e9e;
}

.cjwt{
	max-width: 1240px;
	margin:0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cjwt h5:nth-child(1){
	text-align: center;
	font-size: 34px;
	color: #014e9e;
	letter-spacing: 3px;
}
.cjwt h5:nth-child(1) span{
	color: #333333
}

.wtxq{
	text-align: center;
	max-width: 1240px;
	margin:0 auto;
}
.wtxq ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wtxq ul li{
	width: 31.4%;
	padding: 30px 0;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all .4s;
}
.wtxq ul li:nth-child(odd){
	background-color: #dce6ff;
}
.wtxq ul li:nth-child(odd):hover{
	/* background:linear-gradient(to right,#ff00d0,#4e73ff,#00b1ff,#0ff); */
	box-shadow: 0 0 10px rgba(182,0,5,0.1);
}
.wtxq ul li:nth-child(even) span:first-child{
	color: #333333 !important;
}
.wtxq ul li:nth-child(even) span:last-child{
	color: #014e9e !important;
}
.wtxq ul li:nth-child(even){
	background-color: #ededed;
}
.wtxq ul li:nth-child(even):hover{
	box-shadow: 0 0 .63rem rgba(0,0,0,0.1);
}
.wtxq ul li a{
  display: inline-block;
  font-size: 24px;
  color: #323232;
  /* box-shadow: 0 0 8px #999; */
}
.wtxq ul li a h6{
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wtxq ul li a h6 span{
}
.wtxq ul li a h6 span:first-child{
	color: #014e9e;
}
.wtxq ul li a h6 span:last-child{
	color: #333333;
	margin-top: 10px;
}
.wtxq .tijiao{
	border-radius: 45px;
	background: rgb(182,0,5);
	text-align: center;
	line-height: 90px;
	width: 39.95%;
	margin:0 auto;
	margin-top: 10px;
	box-shadow: 0 5px 24px #ff7e88
}
.wtxq .tijiao a{
	font-size: 34px;
	color: #ffffff;
	letter-spacing:3.5px;
	display: block;
	width: 100%;
	height: 100%;
}

.njf{
	max-width: 1240px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.njf h5:nth-child(1){
	text-align: center;
	font-size: 34px;
	color: #b60005;
	letter-spacing: 3px;
}
.njf h5:nth-child(1) span{
	color: #333333
}
.ask{
	max-width: 1240px;
	height: 390px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.ask .ask1{
	background: url(../images/2.5.png);
	position: relative;
	width: 30px0px;
	height: 390px;
    margin: 0 auto;
	float: left;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.ask .ask3{
	background:  #ededed;
    display: inline-block;
	width: 481px;
    margin: 0 auto;
    line-height: 35px;
    vertical-align: top;
    border-radius: 6px;
    font-size: 18px;
    color: #323232;
    padding-top: 32px;
}
.ask .ask3 h6{
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	color:#b60005;
}
.ask .ask3 p{
	font-size: 18px;
	margin: 0 auto;
	width: 80%;
}

.ask .ask4{
	background: url(../images/2.7.png);
	position: relative;
    width: 30px0px;
    height: 390px;
    margin: 0 auto;
	float: left;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.yskc_ceshi{
	width: 100%;
	height: 200px;
	background: url(../images/tf_csgg.png) center center no-repeat;
}
.yskc_ceshi>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ceshi_btn{
	display: flex;
	justify-content: center;
}
.ceshi_btn>div{
	margin: 0 30px;
}
.yskc_ceshibt h5{
	font-size: 40px;
	color: #ffffff
}
.ceshi_btn a{
	text-align: center;
	display: block;
	width: 220px;
	font-size: 22px;
	line-height: 42px;
	border: 2px solid #ffffff ;
	border-radius: 28px;
}
.ceshi_btn .zxcs a{
background-color: #ffffff;
color: #014e9e;
}
.ceshi_btn .xccs a{
	color:  #ffffff ;
}
.wpkc_yi{
	max-width: 1238px;
	margin: 20px auto;
	border: 1px solid #ebebeb;
	border-bottom: none;
}
.wpkc_yi .kcbt{
	text-align: center;
	font-size: 28px;
	color: #014e9e;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: none;
}
.wpkc_yi .tables>div{
	display: flex;
	justify-content: space-between;
}
.wpkc_yi .tables>div span{
	color: #014e9e;
}
.wpkc_yi p{
	text-align: center;
	border-right: 1px solid #ebebeb;
	color: #676767;
}
.wpkc_yi .byy{
	width:34%;
}
.wpkc_yi .ty{
	width: 22%;
}
.wpkc_yi .tables .mc{
	background-color: #f3f3f3;
	font-size: 30px;
}
.wpkc_yi .tables .mc p:last-child{
	border: none;
}
.wpkc_yi .tables .mc p{
	line-height: 70px;
	border-right: 1px solid #ebebeb;
	color: #333333;
}
.nr1ss p{
	font-size: 18px;
	line-height: 66px;
	border-bottom: 1px solid #ebebeb !important;
}
.nr1ss a{
	font-size: 18px;
	color: #014e9e;
	border:1px solid #014e9e;
	padding: 4px 24px;
	border-radius: 40px;
	font-weight: 500;
}
.nr1ss p:first-child{
	width: 22%;
	font-size: 20px;
}
.nr1ss p:nth-child(2){
	width: 34%;
}
.nr1ss p:nth-child(3){
	width: 22%;
}
.nr1ss p:nth-child(4){
	width: 22%;
	border: none;
}
.wpkc{
	max-width: 1240px;
	margin:0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wpkc h5:nth-child(1){
	text-align: center;
	font-size: 34px;
	color: #014e9e ;
	letter-spacing: 3px;
}
.wpkc h5:nth-child(1) span{
	color: #333333
}
.gxbx1{
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	line-height: 70px;
	padding-bottom: 50px;
}
.gxbx1 table{
	text-align: center;
	max-width: 1240px;
	height: 365px;
	margin: 0 auto;
}
.gxbx1 table td{
	font-size: 20px;
    text-align: center;
    padding: 22px 0;
    border-right: 1px solid rgb(236,236,236);
    border-bottom: 1px solid rgb(236,236,236);
    background: #ffffff;
    color: #676767;
}
.gxbx1 table td.top-td {
    font-size: 24px;
    color: #2d2d2d;
    background: #FBFAFA;
    background: rgb(243,243,243);
}
.gxbx1 table td.title-td {
    color: #b60005;
	font-size: 30px;
	text-align: center;
}
.gxbx1 table td a {
    display: inline-block;
    width: 65.5%;
    height: 38px;
    border: 2px solid rgb(182,0,5);
    border-radius: 20px;
    line-height: 38px;
    color: rgb(182,0,5);
    font-size: 20px;
    transition: all .5s
}
.gxbx1 table td a:hover{
	background: rgb(182,0,5);
	color: #fff
}
.mflqs{
	margin-top: 55px;
	width: 100%;
	background: url(../images/tf_lq.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 18px 0;
}
.lqforms{
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.mflqs_right .hs{
	font-size: 28px;
	color: #ffffff
}
.mflqs_right .red{
	font-size: 40px;
	color: #1e1e1e;
	text-shadow: 1px 1px 0.5px #ffffff;
}
.mflqs_right span{
	font-weight: bold;
}
.mflqs_left{
	display: flex;
	align-items: center;
}
.mflqs_left form{
	display:flex;
	justify-content: flex-start;
}
.service_title li:hover{
	background:#014e9e !important;
}
.formleft input{
	width: 290px;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  padding-left: 10px;
  border-radius: 5px;
  outline: none;
}
.formleft .names{
	margin-bottom: 15px;
}
.formleft input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999999;
}
.formright{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.formright input{
	outline: none;
	width: 170px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	font-size: 18px;
	text-align: center;
	border-radius:25px;
	color:#014e9e;
}
.fwtxss{
	font-size: 20px !important;
	color: #333333 !important;
}
.yzkt_lb{
	width: 1240px;
	margin: 0 auto;
	height: 620px;
	background: url(../images/pingjia2.png) center no-repeat;
}
.yzkt_lb{
	display: flex;
	justify-content: space-between;
}
.yzkt_lb>div{
	width: 50%;
}
.yzkt_lbhen{
	display: flex;
	align-items: center;
}
.yzkt_lbhen .sjmx{
	width: 286px;
	height: 569px;
	margin: 0 auto;
	background: url(../images/sjmx.png) center no-repeat;
	position: relative;
}
.sjmxgd{
	width: 246px;
	height: 436px;
	position: absolute;
	top: 68px;
	left: 19.5px;
}
.sjmxgd .swiper-container{
	width: 100%;
	height: 100%;
}
.sjmxgd img{
	width: 100%;
	height: 100%;
}
.yzkt_lbsu{
	display: flex;
	align-items: center;
}
.yzkt_lbsu .zsfk{
	width: 80%;
	margin: 0 auto;
}
.yzkt_lbsu .zsfk .gdbt{
	font-size: 22px;
	font-weight: bold;
	color: #014e9e;
	margin-bottom: 30px;
}
.yzkt_lbsu .xmgd{
	width: 100%;
	height: 490px;
	overflow: hidden;
}
.yzkt_lbsu .xmgd .swiper-container{
	width: 100%;
	height: 100%;
}
.yzkt_lbsu .xmgd .sm{
	display: flex;
	justify-content: flex-start;
}
.yzkt_lbsu .xmgd .sm .tx img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.yzkt_lbsu .xmgd .sm .mc{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yzkt_lbsu .xmgd .sm .mc .na{
	font-size: 20px;
	margin-bottom: 5px;
}
.yzkt_lbsu .xmgd .sm .xing img{
	width: 16px;
	margin-right: 4px;
}
.yzkt_lbsu .xmgd .sm .xing{
	display: flex;
	justify-content: flex-start;
}
.yzkt_lbsu .xmgd .zj{
	margin-top: 10px;
	line-height: 24px;
	margin-bottom: 15px;
}
.yzkt_lbsu .xmgd .xm{
	display: flex;
	justify-content: flex-start;
}
.brikao_list{
	margin-top:30px;
	display: flex;
	justify-content:space-between;
}
.brikao_list .laolsits{
	width: 15%;
	background-color: #f9f9f9;
}
.brikao_list .laolsits>div{
	padding: 30px 10px;
}
.brikao_list .laolsits>div p:first-child{
	height: 82px;
	width: 40%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.brikao_list .laolsits>div p:first-child img{
	width: 100%;
}
.brikao_list .laolsits p{
	text-align: center;
}
.brikao_list .laolsits .zi{
	font-size: 18px;
	margin-top: 25px;
	font-weight: bold;
}





.yzkt_lbsu .xmgd .xm span{
	width: 30px%;
	margin-right: 15px;
}
.yzkt_lbsu .xmgd .xm span:last-child{
	margin-right: 0;
}
.yzkt_lbsu .xmgd .xm span img{
	width: 100%;
}
.yzkt_lbsu .xmgd .swiper-slide{
	width: 100% !important;
	height: 280px !important;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#fankui .swiper-wrapper{
	transition-timing-function: linear !important;
}
.mfcs{
	width: 100%;
	position: relative;
}
.mfcs .img-o{
	width:100%;
}
.mfcs .div-o{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: flex;
	align-items: center
}
.mfcs .div-o .div-o-center{
	width: 72.55%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.mfcs .div-o .div-o-center img{
	width: 42.01%
}
.mfcs .div-o .div-o-center form{
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 41%;
}
.mfcs .div-o .div-o-center form div{
	width: 53%;
}
.mfcs .div-o .div-o-center form div input{
	display: block;
	font-size:18px;
	color: #999999;
	border-radius: 10px;
	background: #fff;
	line-height: 34px;
	height: 34px;
	padding-left: 12px;
	letter-spacing: 3px;
	width: 100%
}
.mfcs .div-o .div-o-center form div input:nth-child(1){
	margin-bottom: 15px;
}
.mfcs .div-o .div-o-center form .input-o{
	border-radius: 25px;
	background: #fff;
	color: #b60005;
	font-size: 24px;
	text-align: center;
	line-height: 52px;
	height: 52px;
	width: 35.4%;
	cursor: pointer;
	transition: all .35s;
	letter-spacing: 3px;
}
.mfcs .div-o .div-o-center form .input-o:hover{
	background: rgb(182,0,5);
	color: #fff
}
.yzkt h5{
    text-align: center;
    font-size: 34px;
    color: #014e9e;
    letter-spacing: 3px;
    padding-top: 30px;
		padding-bottom: 25px;
}
.yzkt h5 span{
	color: #333
    }
.yzkt .yzkt-con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}
.yzkt .yzkt-con .p-o{
	display: flex;
	flex-direction: column;
	position: absolute;
    height: 100%;
    justify-content: space-around;
    left: 47%;
    width: 5.28%
}
.yzkt .yzkt-con .div-l{
	background: rgb(182,0,5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:32px 0px;
	width: 49.2%
}
.yzkt .yzkt-con .div-rt{
	border:2px solid rgb(182,0,5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 32px;
	width: 49.2%;

}
.yzhj{
	max-width: 1240px;
	margin:0 auto;
	/* padding-bottom: 50px; */
}
.yzhj h5:nth-child(1){
	text-align: center;
	font-size: 34px;
	color: #014e9e;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.yzhj h5:nth-child(1) span{
	color: #333333
}
.yzhj img{
	max-width: 100%;
}


.bkzn{
	max-width: 1240px;
	margin:0 auto;
	padding-bottom: 20px;
}
.bkzn h5{
	color: #333333;
	text-align: center;
	font-size: 34px;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.bkzn ul{
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
}
.bkzn ul li{
	width: 23.5%;
	background-color: #f7f7f7;
}
.bkzn ul li>div{
	padding: 20px 10px;
}
.bkzn ul li .icon{
	text-align: center;
}
.bkzn ul li img{


}
.bkzn ul li h6{
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bkzn ul li a{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 34px;
	position: relative;
	letter-spacing: 0.5px;
	padding-left: 8px;
	transition: all .4s;
}
.bkzn ul li a::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #666666;
}
.bkzn ul li a:hover{
	color: #014e9e;
}
.bmlc{
	max-width: 1240px;
	background-color: #f7f7f7;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.bmlc ul{
	width: 93%;
	display: inline-block;
}
.bmlc ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.bmlc ul li:last-child{
	margin-bottom: 0;
}
.bmlc ul li>div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bmlc ul li h6{
	text-align: left;
	width: 160px;
	font-size: 22px;
	font-weight: 500 !important;
}
.bmlc ul li a{
	font-size: 15px;
  color: #666666;
  margin-right: 30px;
  transition: all .4s;
}
.bmlc ul li a:hover{
	color: #014e9e;
}
.bmlc ul li a:last-child{
	margin-right: 0;
}
.mstj{
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
}
.mstj h5{
	color: #333333;
	text-align: center;
	font-size: 34px;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.mstj ul{
	max-width: 1240px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mstj ul li{
	width: 24%;
	margin-bottom: 18px;
}
.mstj ul li a{
	display: block;
	position: relative;
}
.mstj ul li a p:last-child{
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(33, 33, 33, 0.3);
	text-align: left;
	padding: 3px 0px 3px 10px;
}
.mstj ul li .thumb{
	overflow: hidden;
}
.mstj ul li img{
	width: 100%;
	transition: all .5s;
}
.mstj ul li:hover .thumb img{
	transform: scale(1.3);
}
.mflq{
	border-radius: 45px;
	background: #014e9e;
	text-align: center;
	line-height: 66px;
	width: 400px;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 24px #014e9e;
}
.mflq a{
	font-size: 26px;
	color: #ffffff;
	letter-spacing:3.5px;
	display: block;
	width: 100%;
	height: 100%;
}

.gfal{
	width: 100%;
	background-color: #f7f7f7;
	margin-top: 40px;
	padding-bottom: 30px;
}
.gfal h5{
	color: #333333;
	text-align: center;
	font-size: 34px;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.gfal ul{
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gfal ul li{
	width: 48.5%;
	background-color: #ffffff;
	transition: all .4s;
	margin-bottom: 15px;
}
.gfal ul li .lis{
	display: flex;
	justify-content: flex-start;
	padding: 10px;
}
.gfal ul li:hover{
	background-color: #014e9e;
}
.gfal ul li:hover .jj{
	color: #ffffff !important;
}
.gfal ul li:hover h6{
	color: #ffffff;
}
.gfal ul li .zb{
	width: 37%;
	height: 210px;
	overflow: hidden;
	margin-right: 14px;
}
.gfal ul li .zb img{
	width: 100%;
	height: 100%;
}
.gfal ul li h6{
	font-size: 24px;
	padding-bottom: 10px;
}
.gfal ul li .yb{
	width: 63%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gfal ul li .yb h6{
	font-size: 20px;
	transition: all .4s;
}
.gfal ul li .yb .jj{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	transition: all .4s;
}



.footer-top{
	width: 100%;
	background: #b60005;
}
.footer-top .footer-top-cen{
	max-width: 1240px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding:33px 0px;
}
.footer-top .footer-top-cen .div-o .ul-o{
	display: flex;
	justify-content: space-between;
	padding-top: 5px
}
.footer-top .footer-top-cen .div-o{
	width: 63.99%
}
.footer-top .footer-top-cen .div-o .ul-o li a{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1.5px;
	transition: all .5s
}
.footer-top .footer-top-cen .div-o .ul-o li a:hover{
	color: #000;
}
.footer-top .footer-top-cen .div-o .ul-t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:94.1%;
	margin-top: 35px
}
.footer-top .footer-top-cen .div-o .ul-t li{
	font-size: 16px;
	color: #bdbdbd;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	width: 50%;
	line-height: 30px;
	white-space: nowrap;
}
.footer-top .footer-top-cen .div-o .ul-t li:nth-child(3),.footer-top .footer-top-cen .div-o .ul-t li:nth-child(4){
	margin-bottom: 0px
}
.footer-top .footer-top-cen .div-t ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 16px;
	color: #e2e2e2;
	letter-spacing: 2px
}
.footer-top .footer-top-cen .div-t ul p{
	padding-top: 20px
}
.footer-top .footer-top-cen .div-t{
	width: 28.22%
}
.footer-top .footer-top-cen .div-t ul img{
	width: 100%
}
.footer-top .footer-top-cen .div-t ul li{
	width: 44.7%
}

.footr-bt{
	width: 100%;
	background: #b60005;
	line-height: 50px
}
.footr-bt .footer-bt-cen{
	max-width: 1250px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.footr-bt .footer-bt-cen p,.footr-bt .footer-bt-cen a{
	font-size: 14px;
	color: #bdbdbd;
	letter-spacing: 1px
}
.footr-bt .footer-bt-cen img{
	margin-right: 10px
}
