#alttxt{background:#FFF;border:1px #ddd solid;font-size:12px;padding:10px;z-index:1000;position:absolute;display:none;border-radius:50px;}
.w1300{width:1300px;margin:0 auto}
.w1400{width:1400px;margin:0 auto}
.w1500{width:90%;margin:0 auto}
.bg1{width:100%;}

.vidbacking {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 20%;
    border: 5px solid #fff;
}

.lxfs{font-size:16px;line-height:190%;margin-bottom: 50px}
.lxfs h3{font-weight: bold;font-size: 28px}
.lxfs h4{color: #ff0000;font-size: 18px;margin-top: 10px}
.lxfs strong{font-weight: bold;}
.lxfs p{margin-top: 5px}
.lx_q{margin: 30px 0}

.lx_qq{float:right;width: 24%;height: 500px;text-align: left;font-size: 18px;margin-top: 90px}
.lx_qq a img{width: 100px;margin-top: 10px}
.lx_qq a{margin-bottom: 20px;display: block;}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/*网站大图*/
.bannerx {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.bannerx li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.bannerx .swiper-slide {
    overflow: hidden;
}

.bannerx .swiper-slide.bg:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.bannerx .swiper-slide img {
    width: 100%;
    display: block;
    transition: transform 5s ease;
    -webkit-transition: transform 5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bannerx .swiper-slide .bbox {
    width: 900px;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    text-align: center;
    margin-top: -130px;
    z-index: 1;
}

.bannerx .swiper-slide .bbox h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    font-weight: bold;
}

.bannerx .swiper-slide .bbox b {
    display: block;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    min- height: 36px;
}

.bannerx .swiper-slide .bbox p {
    width: 650px;
    text-align: center;
    height: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin: auto;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details {
    width: 180px;
    margin: auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: scaleY(0);
    -webkit- transform: scaleY(0);
    -moz-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.bannerx .swiper-slide .bbox .details a {
    display: block;
    border: 2px solid #fff;
    padding-left: 39px;
    line-height: 48px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.bannerx .swiper-slide .bbox .details a:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 45px;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details a:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 37px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    border-left-width: 8px;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details:hover:before {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
}

.bannerx .swiper-slide .bbox .details:hover a {
    color: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:before {
    right: 39px;
    background: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:after {
    right: 31px;
    border-left-color: var(--colour1);
}

.bannerx .swiper-slide .load {
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -6px;
    background: #fff;
    z-index: 20;
    opacity: 0;
    position: absolute;
}

.bannerx .swiper-slide .load span {
    display: block;
    width: 0;
    height: 2px;
    background: var(--colour1);
}

.bannerx .swiper-slide-active img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.bannerx .swiper-slide-active .bbox h1 {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 100ms;
}

.bannerx .swiper-slide-active .bbox p {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 300ms;
}

.bannerx .swiper-slide-active .bbox .details {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 400ms;
}

.bannerx .swiper-slide-active .load {
    opacity: 1;
    visibility: visible;
    margin-top: -36px;
    transition: 1000ms 200ms;
}

.bannerx .ani-slide .load span {
    width: 100%;
    transition: 4.9s 0s linear;
}

#bannerx .tip {
    width: 1000px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 10px;
    z-index: 3;
}

#bannerx .tip span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    display: inline-block;
    cursor: pointer;
    background: var(--colour1);
    opacity: 1;
    border-radius: 10px;
    transition: all .5s;
    outline: none;
}

#bannerx .tip span.swiper-pagination-bullet-active {
    background: var(--colour2);
}

#bannerx #btn_prev,#bannerx #btn_next {
    width: 65px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/slider-arrow.png) no-repeat;
    z-index: 5;
    opacity: 0;
}

#bannerx #btn_prev {
    background-position: -130px center;
    left: 4%;
}

#bannerx #btn_next {
    background-position: 0 center;
    right: 4%;
}

#bannerx:hover #btn_prev,#bannerx:hover #btn_next {
    opacity: .8;
}


/*理由*/
.luBj{width: 100%;height: 860px;background: url(ysbg.jpg)  no-repeat top center;margin-top: 80px;}
.lu_top{position: relative;}
.lu_top h4{color: #fff;text-align: center;padding-top: 190px;box-sizing: border-box;}
.lu_top h4 em{color: #fff;font-family: impact;font-size: 28px;}
.lu_ew{width: 157px;position: absolute;left: 0;top: 70px;}
.lu_ew p{color: #fff;text-align: center;margin-top: 5px;}
.lu_box{position: relative;}
.lu_box li{width: 242px;height: 242px;background: #0b57bb;border-radius: 50%;position: absolute;text-align: center;position: absolute;}
.lu_box img{padding-top: 80px;margin: 0 auto;}

.lu_box li:nth-child(1){top: 500px;left: 20%;background:#0b74c8;}
.lu_box li:nth-child(2){top: 500px;left: 40%;background: #0b57bb;}
.lu_box li:nth-child(3){top: 500px;left: 60%;background:#0b74c8;}
.lu_box li:nth-child(4){top: 500px;left: 80%;background: #0b57bb;}
.lu_box li h4{font-size: 31px;color: #fff;text-align: center;padding-top: 20%;box-sizing: border-box;font-weight: bold;}
.lu_box li p{font-size: 14px;color: #fff;width: 160px;margin: 0 auto;}


.lu_box1{width: 76%;}
.lu_box2{width: 10%;float: right;}

.width12{width: 1200px;margin: 0 auto;}
.width13{width: 1300px;margin: 0 auto;}
.w90{width: 90%;margin: 0 auto;}



/*动画*/
.dong_1{
	-webkit-animation:dong_1 3s ease-in infinite both;
			animation:dong_1 3s ease-in infinite both;
	}
	@-webkit-keyframes dong_1{
	   0%,100%{
	   -webkit-transform:translateY(20px);
			   transform:translateY(20px);
	   }
	   50%{
	   -webkit-transform:translateY(0px);
			   transform:translateY(0px);
	   }
	}
	@keyframes dong_1{
	   0%,100%{
	   -webkit-transform:translateY(20px);
			   transform:translateY(20px);
	   }
	   50%{
	   -webkit-transform:translateY(0px);
			   transform:translateY(0px);
	   }
	}






	.pronav{width: 100%;position: relative;box-sizing: border-box; overflow: hidden;padding-top: 30px;}
.pronavbox{width: 100%;}
	.pronavbox .swiper-slide{box-sizing: border-box;overflow: hidden;}
	.pronavbox .swiper-slide .fl{width:50%;padding-left: 6%;box-sizing: border-box;float: right;}

	.pronavbox .swiper-slide .fl h3{font-weight: 400;margin-bottom: 36px; }
	.pronavbox .swiper-slide .fl h3 u{width: 10px;height: 30px;display: inline-block;margin-right: 10px;}
	.pronavbox .swiper-slide .fl .f_60{font-size:60px;font-weight: bold;color: #005dbc;}
	.pronavbox .swiper-slide .fl p{overflow: hidden;font-size: 18px;color:#000;display: block;}
	.pronavbox .swiper-slide .fl p b{display: block;margin-top: 10px;}

	.pronavbox .swiper-slide .fr{display: block; width: 48%;top: 0px;padding: 26px 0 0 0;}
	.pronavbox .swiper-slide .fr a{display: block;}
	.pronavbox .swiper-slide .fr .dpic{width: 100%;border-radius: 10px;}

	.fl_pic{overflow: hidden;margin: 0px 0 6px 0;background-size: 100% 100%}
	.fl_pic img{width: 40%;float: left;margin-right: 3%;border-radius: 20px;border: 1px solid #ccc;}

	.yscp_img{margin: 20px 0;}
	.yscp_img img{display: inline-block;margin-right: 10px;width: 20%;}
	
	
	
	
	




.sycp{overflow:hidden;width:94%;margin:50px auto 0 auto;}
.sycp .sycp_l{width:300px;background:#097dbf}
.sycp .sycp_l h3{color:#fff;font-size:30px;background:url(1_16.jpg) 20px 20px no-repeat;padding-left:60px;padding-top:10px}
.sycp .sycp_l h3 em{display:block;color:#6fa6d1;font-size:20px;text-transform:uppercase}
.sycp .sycp_l ul li{margin:0 25px}
.sycp .sycp_l ul li a{display:block;background:url(jt.png) left center no-repeat;height:45px;line-height:45px;color:#fff;padding-left:20px;border-bottom:1px solid #ec8888}
.sycp .sycp_l ul li a:hover{padding-left:30px}
.sycp .sycp_l .box_two{background:url(1_25.jpg) left center no-repeat;padding-left:60px;margin:20px 0 15px 15px;color:#fff}
.sycp .sycp_l .box_two strong{font-size:30px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:normal}
.sycp .sycp_l img{display:block;margin:30px 0 20px 30px}
.sycp .sycp_r{width:100%}
.tit2{background:url(t.png);height:64px;line-height:64px;text-align:center;color:#fff;margin:5px 0 0 0}
.tit2 a{color:#fff}
.left_side{width:300px;background:rgb(58, 58, 58)}
.left_side h3{color:#fff;font-size:30px;padding-left:30px;padding-top:20px}
.left_side h3 em{display:block;color:rgba(255,255,255,0.25);font-size:20px;text-transform:uppercase}
.left_side ul li{margin:0 25px;white-space: nowrap;      text-overflow: ellipsis; }
.left_side ul li a{display:block;background:url(jt.png) left center no-repeat;height:65px;line-height:65px;color:#fff;padding-left:20px;border-bottom:1px solid rgba(255,255,255,0.25)}
.left_side ul li a:hover{padding-left:30px}
.yz{padding:75px 0;background:#fff;position:absolute;bottom:-100px;left:0;right:0;margin:auto;box-shadow:0 0 15px rgba(0,0,0,0.5)}
.yz li{float:left;width:300px;text-align:center;position:relative;}
.yz li:after{position:absolute;width:40px;height:82px;content:"";background:url(yz_line.png) no-repeat center;right:-20px;top:0;}
.yz li span{display:block;height:60px;}
.yz li span b{display:inline-block;font-size:70px;line-height:60px;color:#333;font-family:Arial;}
.yz li span i{display:inline-block;width:32px;height:32px;line-height:32px;font-size:16px;color:#fff;background:#3a4750;border-radius:50%;margin-top:24px;vertical-align:top;margin-left:5px;font-style:normal;}
.yz li p{font-size:14px;color:#25252d;line-height:30px;}
.yz li:last-child:after{display:none;}
.more1{width: 440px;border-radius: 50px;line-height:50px;background: linear-gradient(50deg, #0b74c8, #0945a9);margin: 50px auto 0;vertical-align: middle;}
.more1 a{display:inline-block;vertical-align: top;text-align:center;}
.more1 a:nth-child(1){width: 160px;color: #000;background: #fff;border-radius: 50px;border: 1px solid #0b74c8;}
.more1 a:nth-child(1):hover{background: #0945a9;color: #fff;}
.more1 a:nth-child(2){font-size:28px;color:#ffffff;font-family:Impact;text-align:left;}
.more1 a em{vertical-align: top;}

.sywbj{background: url(bj2.jpg) center bottom no-repeat;padding-bottom: 60px;}

/* 分类 */

/* 简介 */
.about{background:url(bg2.jpg) center  no-repeat;height:auto;background-attachment: fixed;padding-bottom: 50px;}
.about ul{background: #fff;overflow: hidden;padding: 30px 0;margin-top: 20px;}
.about ul li{float: left;width: 25%;}
.about ul li img{display: block;margin: 10px auto 20px auto;}
.about ul li b{display: block;text-align: center;font-size: 22px;margin-bottom: 10px;}
.about ul li p{font-size: 16px;margin-bottom: 30px;}
.about .a_top{text-align: center;background: url(b2.jpg) no-repeat;background-attachment: fixed;background-size: cover;padding: 80px 0 80px 0;box-sizing: border-box;}
.about .a_top img{display: inline-block;}
.about .a_top h4 {color:#fff;padding:20px 10px;}
.about .inner{position: relative;}
.about_box{background: rgb(58, 58, 58)}
.about .left {width: 50%;}
.about .left iframe{width: 100%;}
.about .left img{width: 100%;}
.about .right{width:50%;float: left;padding: 35px 50px;box-sizing: border-box;}
.about .right .text{color:#fff;line-height:32px;margin-top: 20px;}
.about .right h1{font-weight: 700;color: #fff;}
.about .item{width:25%;float: left;text-align: center;vertical-align: top;margin-bottom: 30px;}
.about .item h3{font-size:77px;color:#0b74c8;}
.about .item h3 i{font-style: normal;display: inline-block;font-weight: 400;}
.about .item span{color: #0b74c8;border-radius: 50%;vertical-align: text-top;}
.about .item p{color:#737373;}
.about .item p:nth-child(3){color: #ddd;}

.more2{display: inline-block;border-radius: 50px;line-height:50px;background: #0b74c8;margin: 50px auto 0;vertical-align: middle;padding-right: 15px;}
.more2 a{display:inline-block;vertical-align: top;text-align:center;}
.more2 a:nth-child(1){width: 160px;color: #000;background: #fff;border-radius: 50px;border: 1px solid #0b74c8;}
.more2 a:nth-child(1):hover{background: #0b74c8;color: #fff;}
.more2 a:nth-child(2){font-size:31px;color:#ffffff;font-family:Impact;text-align:left;}
.more2 a em{vertical-align: middle;display: inline-block;margin: 0 10px;}

.gg{width:100%;height:184px;background:url(img04.png) bottom center no-repeat;margin-top: -35px;background-size: cover}
.gg-box1{width:1400px;height:184px;margin:0 auto}
.gg-zi{font-size:28px;color:#fff;width:750px;float:left;padding-top:33px;line-height:80px}
.gg-zi span{width:340px;height:50px;display:block;margin:0 auto;font-size:32px;text-align:center;color:#fff;line-height:50px;background:#0064e2;border-radius:30px}
.gg-tel{width:400px;height:100px;font-size:32px;color:#fff;background:url(gg-tel.png) left center no-repeat;padding-left:90px;float:right;margin-top:40px;margin-left:50px}
.gg-tel span{font-size:52px;color:#fff;font-style:italic;font-family:impact;display:table;line-height:50px}
#home-ys{width:100%;height:1050px;background:url(ysbg.jpg) 100% 100% no-repeat;padding-top:30px;padding-bottom:80px;box-sizing:border-box}
.ys-tt{width:100%;height:150px}
.ys-tt a>img{display:block;margin:20px auto}
.ys-box{width:1073px;height:773px;margin:50px auto;background:url(ys02.png) top left no-repeat}
.ys-box ul{padding-left:630px;padding-top:80px}
.ys-box ul li{width:400px;height:120px;margin:30px 0px;padding:20px 30px;box-sizing:border-box;border:solid 5px #0064E2;background: #fff;border-radius: 50px;}
.ys-box ul li:nth-of-type(2){margin-left:15px}
.ys-box ul li:nth-of-type(3){margin-left:35px}
.ys-box ul li:nth-of-type(4){margin-left:10px}
.ys-box ul li p{font-size:16px;color:#666;line-height:25px;float:left;width:100%}
.ys-box ul li p span{font-weight:bold;color:#0b74c8;font-size:20px}
.ys-box ul li strong{font-size:24px;color:#333;display:table;width:100%;height:30px;line-height:30px}

.scsb .pub_title h4{color: #333;}
.scsb .swiper-container.anli{padding: 50px 0;}
.scsb .swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;box-sizing:border-box;position: relative;}
.scsb .swiper-container.anli .swiper-slide img{width:100%;box-sizing: border-box;}

.hf{width: 100%;height: 384px;background: url(hf.jpg) no-repeat center;margin-top: 50px;}


.sybl2{background: #eef3f7;padding-bottom: 60px;margin-top: 60px;}


.ind_banner {
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	overflow: hidden;
	position: relative;
  }
  .ind_banner .ind_swi {
	height: 100%;
  }
  .ind_banner .ind_swi .swiper-slide {
	display: flex;
	align-items: center;
  }
  .ind_banner .ind_swi .mfont {
	padding-left: 100px;
	padding-top: 40px;
	position: relative;
	z-index: 3;
  }
  .ind_banner .ind_swi .mfont .mtop {
	margin-bottom: 49px;
  }
  .ind_banner .ind_swi .mfont .mtop h3 {
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
  }
  .ind_banner .ind_swi .mfont .mbom p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 59px;
	line-height: 180%;
  }
  .ind_banner .ind_swi .mfont .mbom a {
	padding: 10px 15px;
	width: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s all ease-in;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
  }
  .ind_banner .ind_swi .mfont .mbom a span {
	transition: 0.2s all ease-in;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	position: relative;
	z-index: 15;
  }
  .ind_banner .ind_swi .mfont .mbom a i {
	transition: 0.2s all ease-in;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 15;
  }
  .ind_banner .ind_swi .mfont .mbom a::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: #0505c5;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 40px;
	transform: scale(0);
	transition: 0.3s all ease-in;
	z-index: 1;
  }
  .ind_banner .ind_swi .mfont .mbom a:hover {
	border: 1px solid rgba(255, 255, 255, 0);
  }
  .ind_banner .ind_swi .mfont .mbom a:hover i {
	transform: translateX(5px);
  }
  .ind_banner .ind_swi .mfont .mbom a:hover::after {
	transform: scale(3);
  }
  .ind_banner .ind_swi .mimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
  }
  .ind_banner .ind_swi .mimg img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
  }
  .ind_banner .ind_swi_pag {
	position: absolute;
	bottom: 35px;
	z-index: 10;
	right: 100px;
  }
  .ind_banner .ind_swi_pag .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  .ind_banner .ind_swi_pag .mitem {
	width: 40px;
	background: none;
	opacity: 1;
	display: flex;
	flex-direction: column;
	user-select: none;
  }
  .ind_banner .ind_swi_pag .mitem h5 {
	color: #fff;
	font-size: 14px;
	padding-bottom: 8px;
  }
  .ind_banner .ind_swi_pag .mitem .mline {
	position: relative;
	width: 40px;
	height: 2px;
  }
  .ind_banner .ind_swi_pag .mitem .mline p {
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
  }
  .ind_banner .ind_swi_pag .mitem .mline i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 2px;
	z-index: 3;
	background: #fff;
  }


.wap_son2 a{width: 15.7%;float: left;background:  rgb(58, 58, 58);border-radius: 10px;height: 50px;line-height: 50px;font-size: 18px;margin-right: 10px;text-align: center;margin-bottom: 10px;color: #fff;}
.wap_son2 a:hover{background: #fff;color: #000;}


.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:rgb(58, 58, 58) url(d1.png) 30px center no-repeat;}
.more .call a{color:#fff;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#0b74c8;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:rgb(58, 58, 58);}








.forphe{width: 100%;background: url(../images/forphe.jpg) no-repeat center;height:auto;overflow: hidden;margin: 0 auto;}
.forphe .infor{width:90%;margin: 0 auto;padding: 50px 0;height: auto;overflow: hidden;}
.forphe .infor .leftp{width: 65%;float: left;color: #fff;}
.forphe .infor .leftp h2{font-size:33px;padding-bottom: 15px;}
.forphe .infor .leftp h5{font-size: 35px;font-weight: 700;}
.forphe .infor .rgtp{width: 262px;float:right;color: #fff;text-align: }
.forphe .infor .rgtp span{font-size: 26px;padding-bottom: 15px;display: block;}
.forphe .infor .rgtp a{width: 260px;height: 50px;line-height: 50px;text-align: center;border: 1px solid #fff;border-radius: 50px;font-size: 26px;color: #fff;}
.forphe .infor .rgtp a:hover{background-color: #c6000b;}


.dzzx{width: 100%;margin: 0 auto;}
.dzzx .zixuul{width: 80%;margin: 0 auto;}



.footer{background-color: #2d3642;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:30px;font-size:24px;color:#fff;position:relative;margin-bottom:20px}

.footer .f1{width:10%;}
.footer .f1 h3{height: 35px;line-height: 20px;padding-left: 32px;color: #ffffff;width: 320px;box-sizing: border-box;font-size: 20px;font-weight: normal;margin-bottom:15px;position: relative;}
.footer .f1 h3::before{content: "";position: absolute;left: 0;top: 0;width: 25px;height: 23px;}

.footer .f1 h3{margin-bottom:15px}
.footer .f1 .item{float: left;margin: 8px;border: 1px solid #9ea2a6;border-radius: 10px;padding:3px 10px 10px 10px;}
.footer .f1 .item img{width:130px;}
.footer .f1 .item p{text-align: center;color: #fff;padding-top: 10px;font-size: 14px;}
.footer .f1 a{display:block;height:20px;line-height:20px;color:#000;box-sizing:border-box;margin-top:8px;float: left;}
.footer .f2{width:40%;text-align: left;float: left;}
.footer .f2 .xlas{height: auto;overflow: hidden;padding: 0 0 20px;}
.footer .f2 h3{height: 55px;line-height: 55px;color: #ffffff;width: 280px;box-sizing: border-box;font-size: 26px;font-weight: normal;position: relative;}
.footer .f2 h3::before{content: "";position: absolute;left: 0;top: 0;width: 23px;height: 23px;}
.footer .f2 a{color: #fff;padding:8px 0;width:45%;text-align: center;margin: 0.4%;font-size: 15px;float: left;margin-right:5px;background-color: #41464c;}
.footer .f2 a:hover{background-color: #c6000b;color: #fff;}
.footer .f2 p{color: #c2c5c8;font-size: 14px;line-height: 30px;}
.footer .f2 p em{color: #c6000b;}

.footer .f3{width:49%;color:#c2c5c8;line-height:30px;float: left;}
.footer .f3 h3{height: 55px;line-height: 55px;color: #ffffff;width: 280px;box-sizing: border-box;font-size: 26px;font-weight: normal;position: relative;}
.footer .f3 h3::before{content: "";position: absolute;left: 0;top: 0;width: 23px;height: 23px;}

.footer .f3 img{margin-bottom: 10px;float: left;}
.footer .f3 span{width: 290px;display: inline-block;font-size:20px;padding-left: 60px;color: #fff;font-weight: 700;}
.footer .f3 em{font-family: impact;font-size: 16px;color: #fff;display: block;padding-left: 60px;padding-top: 10px;}
.footer .f3 .dblx{width: 90%;}
.footer .f3 .dblx ul li{width: 50%;float: left;padding-bottom: 25px;}
.footer .f3 .dblx ul .q1{background: url(../images/q1.png) no-repeat left;}
.footer .f3 .dblx ul .q2{background: url(../images/q1.png) no-repeat left;}
.footer .f3 .dblx ul .q3{background: url(../images/q3.png) no-repeat left;}
.footer .f3 .dblx ul .q4{background: url(../images/q4.png) no-repeat left;}
.footer .f3 .dblx ul .q4 span{font-weight: 400;font-size: 16px;font-weight:400;line-height: 26px;}
.footer .f3 a{display: inline-block;color: #7d7d7d;}
.footer .f4{width:100%;margin-top:30px;border-bottom: 1px solid #b0b0b0;height: 100px;line-height: 100px;margin-bottom: 20px;}
.footer .f4 .mz{width: 50%;float: left;}
.footer .f4 img{float: left;}
.footer .f4 .navr{width:48%;float: right;}
.footer .f4 .navr ul{margin-left: 0;}
.footer .f4 .navr ul li{float: left;}
.footer .f4 .navr ul li a{color: #fff;text-align: left;padding: 0 10px 0 25px;font-size: 15px;}



.footer .copyright{text-align:center;color:#fff;padding:5px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.15);margin-top: 30px;}
.footer .copyright a{display:inline-block;color:#fff;font-size:14px}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:#fff;text-align:center}











.pub_title{text-align: center;}
.pub_title p{margin-bottom:60px;font-size:20px;color:#666666;}
.pub_title h4{position:relative;text-align:center;font-size:48px;font-weight:bold;z-index:1;margin-top:80px;display: inline-block;color: #333333;}
.pub_title h4 img{display:inline-block;padding:0 10px 10px 10px;}
.pub_title h4 span{color:#0b74c8;font-size:58px;display:inline-block;z-index:1;}
.pub_title h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-style:normal;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}
.page-cover{background:#18191b url(loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}