/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v1.0.0
Created : 02 Juni  2016
Last update : 02 Juni  2016

============================================================== */

.wrapper{
	background-color: #F8F8F8;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}
/*
General
=========================== */
html{
	background-color:#F8F8F8 !important;
	font-size: 12px;
}
.section{
	padding: 70px 0;
	position: relative;
}

.section a{
	color: #f43438;
}

.gray{
	background-color: #f9f9f9;
}

.section .heading{
	text-align: center;
	position: relative;
	font-size: 16px;
	margin-bottom: 70px;
	letter-spacing: 1px;
}

.section .heading .title{
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
	font-family: 'Microsoft YaHei';
}

.section .heading .title strong{
	font-weight: 700;
	text-transform: uppercase;
}

.section .heading:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	border-bottom: solid 1px #f43438;
}

.test-height{
	height: 1800px;
}

.pageheader{
	padding: 70px 0;
	background-image: url(../images/bg/brick-wall-dark.png);
	background-color: #f43438;
}

.pageheader.fixed-demo{
	padding-top: 120px;
}

.pageheader.fixed-demo.dark{
	background-color: #666 !important;
}

.pageheader.fixed-demo.white{
	background-image: url(../images/bg/home2.jpg);
	background-color: #fff !important;
}

.pageheader .title{
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	font-family: "Microsoft YaHei"
}

.pageheader p{
	margin-bottom: 0;
	color: #f5f5f5;
	font-size: 16px;
	font-family: "Microsoft YaHei"
}

.pageheader.fixed-demo.white .title{
	color: #3f3f3f !important;
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}

.pageheader.fixed-demo.white p{
	color: #6f6f6f;
}

hr{
	border: solid 2px #efefef;
	margin: 60px 0 50px;
}



.service-1,.service-2,.service-3,.service-4{
	width: 42.5px;
	height: 50px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow:0px 2px 3px rgba(71,155,255,0.2);
}
.service-1{
	background-image: url(../image/sercer_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-1:hover{
	overflow: unset;
}
.service-1:hover{
	background-image: url(../image/sercer_3_c.png);
}
.service-2{
	background-image: url(../image/sercer_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-2:hover{
	background-image: url(../image/sercer_2_c.png);
}
.service-3{
	background-image: url(../image/sercer_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-3:hover{
	height: 100px;
	background-image: url(../image/sercer_1_c.png);
}
.service-4{
	background-image: url(../image/sercer_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-4:hover{
	background-image: url(../image/sercer_4_c.png);
}
/* .navbar-nav li:hover{
	color: #479BFF !important;
} */
/*

Home
=========================== */
.section.home{
	padding: 100px 0;
	background-image: url(../images/bg/brick-wall-dark.png);
	background-color: #f43438;
}

.section.home.dark{
	background-image: url(../images/bg/brick-wall-dark.png);
	background-color: #fff;
}

.section.home .heading-home{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section.home .heading-home .title{
	color: white;
	margin-bottom: 5px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: capitalize;
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.section.home .heading-home p{
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #f0f0f0;
}

.section.home .overlay{
	display: block;
	position: absolute;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.preview .container{
	padding: 0;
	display: flex;
}

.preview .container:before {
	display: none;
}

.preview .container a {
	width: 25%;
	position: relative;
}

.preview .container .zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgb(0, 0, 0, 0.5);
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	line-height: 12rem;
}
.index-notice{
	/*margin-bottom: 0px !important;*/
	margin-bottom: 0px;
}
.lookmore{
	text-align: center;
}
.lookmore button{
	width: 12.333333rem;
	padding: 0 3.333333rem;
	height: 4rem;
	background-color: #5DB3FD;
	color: #fff;
	border: 0px;
	font-size: 15px;
}
.lookmore button:hover{
	background-color: #479BFF;
	box-shadow: inset 2px 2px 5px rgb(0, 0, 0, 0.16);
}
.index-notice .container{
	display: flex;
	align-items: center;
	font-size: 14px;
}
.notice-img{
	line-height: 16.36px;
	margin-right: 1rem;
}
.index-notice img{
	width: 16.36px;
}
.index-notice .container .notice-text{
	font-size: 14px;
	cursor: pointer;
	color: #666666;
}
.index-notice .container .notice-right{
	margin-left: auto;
	cursor: pointer;
	color: #2699FB;
}
.index-notice .container .notice-right:active,
.index-notice .container .notice-right:hover{
	color: ##479BFF;
}
.btn-home{
	border: solid 1px #fff;
	color: #fff !important;
	padding: 10px 20px;
	margin: 5px;
	letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:focus{
	color: #3f3f3f !important;
	background-color: #fff;
}
.t-slide-dots .t-dot{
	background: rgba(245, 245, 245, 0.53) !important;
	width: 40px !important;
	margin: 10px 15px !important;
	border-radius: 20px !important;
}
.index-img{
	display: block;
	width: 100%;
}

.header-li-info{
	width: 65%;
	margin: 0 auto;
}
.header-li-title{
	font-weight: 700;
	margin-bottom: 1rem;
}
.header-li-div1,.header-li-div2,.header-li-div3,.header-li-div4{
	cursor: pointer;
}
.header-li-div1:hover .header-li-logo1{
	background-image: url(../image/head_li_1_c.png);
}
.header-li-div2:hover .header-li-logo2{
	background-image: url(../image/head_li_2_c.png);
}
.header-li-div3:hover .header-li-logo3{
	background-image: url(../image/head_li_3_c.png);
}
.header-li-div4:hover .header-li-logo4{
	background-image: url(../image/head_li_4_c.png);
}
.header-li-div1:hover{
	color: #479BFF;
}
.header-li-div2:hover{
	color: #479BFF;
}
.header-li-div3:hover{
	color: #479BFF;
}
.header-li-div4:hover{
	color: #479BFF;
}
.header-li-logo1{
	background-image: url(../image/head_li_1.png);
}
.header-li-logo2{
	background-image: url(../image/head_li_2.png);
}
.header-li-logo3{
	background-image: url(../image/head_li_3.png);
}
.header-li-logo4{
	background-image: url(../image/head_li_4.png);
}

.block-l{
	width: 60%;
	padding: 1rem;
	position: relative;
	z-index: 99999;
	font-family: PingFang SC;
}
.block-l-t{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 1.25rem;
	color: #666666;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 28px;

}
.block-l-c{
	width: 14.75rem;
	color: #707070;
	/* height: 50%; */
	overflow: hidden;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
}
.block-l-b{
	position: absolute;
	bottom: 15%;
}
.block-r{
	width: 40%;
}
.block-r img{
	width: 100%;
	height: 150px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.row-block{
	position: relative;
	width: 32.3%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.05);
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 18px;
	margin-right: 16px;
}
.block-info{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: #479BFF;

}
.block-info{
	transition: all .3s ease-in-out;
}
.block-info img{
	width: 105px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.row-block:hover .block-info{
	left: 0;
}
.row-block:hover .block-l-t,
.row-block:hover .block-l,
.row-block:hover .block-l-c{
	color: #fff;
}
.content-block{
	/* justify-content: space-between; */
	/* margin: 0 5px; */
	flex-wrap: wrap;
	padding: 0 !important
}
.map{
	position: relative;
	/* height: 25rem; */
	height: 46.416666rem;
	background-image: url(../images1/map.png);
	margin-bottom: 4.166666rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #ffffff;
	color: #fff;
}
.map-title{
	text-align: center;
	margin-top: 10rem;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.map-content {
	/*width: 99.666666rem;*/
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 30px;
	color: rgba(255, 255, 255, 1);
}
.map-num{
	/*width: 67%;*/
	margin: 0 auto;
	margin-top: 5rem;
}
.map-num-title{
    font-size: 46px;
	color: #FFB137;
}
.counter{
	position: relative;
}
.counter:before{
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 2.833333rem;
	bottom: 0;
}
.map-num-tip{
	margin-top: 0.833333rem;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: rgba(229, 229, 229, 1);
}
.map-btn{
	text-align: center;
	margin-top: 4.5rem;
}
.index-btn{
	width: 10.125rem;
	height: 3.125rem;
	background-color: #5DB3FD;
	color: #fff;
	border: 0px;
	font-size: 12px;
}
.index-btn:hover{
	background-color: #479BFF;
	box-shadow: inset 2px 2px 5px rgb(0, 0, 0, 0.16);
}
.server{
	position: relative;
	/* height: 25rem; */
	height:34.25rem !important;
	background-image: url(../images1/server.png);
	/* margin-bottom: 3rem; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ffffff;
}
.server img{
	width: 100%;
}
.server-title{
	text-align: center;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 33px;
	color: rgba(51, 51, 51, 1);
	margin-top: 30px;
}
.server-top-left{
	position: absolute;
	display: flex;
	left: 20%;
	align-items: center;
	top: 35%;
}
.server-top-right{
	position: absolute;
	display: flex;
	left: 58%;
	align-items: center;
	top: 35%;
}
.server-bottom-left{
	position: absolute;
	display: flex;
	left: 15%;
	align-items: center;
	top: 70%;
}
.server-bottom-right{
	position: absolute;
	display: flex;
	left: 66%;
	align-items: center;
	top: 70%;
}
.server-round{
	width: 14rem !important;
	position: absolute;
	left: 43%;
	bottom: -8rem;
	z-index: 999;
}
.s-title{
	position: absolute;
	font-size: 30px;
	width: 100%;
	text-align: center;
	top: 10%;
	color: #FFF;
}
.s-c1{
	position: absolute;
	width: 100%;
	color: #fff;
	top: 35%;
}
.s-c2{
	position: absolute;
	width: 100%;
	color: #fff;
	top: 65%;
}
.s-c1-l{
	margin-left: auto;
	margin-right: 3rem;
	align-items: center;
}
.s-c1-r{
	margin-right: auto;
	margin-left: 3rem;
	align-items: center;
}
.sl-l{
	margin-right: 10px;
}
.sl-title-r{
	text-align: right;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 33px;
	color: rgba(248, 248, 248, 1);
	margin-bottom: 1.083333rem;
}
.sl-title-l{
	font-size: 25px;
	text-align: left;
	font-weight: 700;
}
.sl-text-r{
	color: #479BFF;
	font-size: 14px
}

.sl-r {
	margin-right: 10px;
}
.sl-r img{
	width: 7.5rem;
}
.s-c2 .s-c1-r{
	margin-left: 8rem;
}
.s-c2 .s-c1-l{
	margin-right: 8rem;
}
.sl-title-r a,
.sl-title-l a{
	color: #479BFF
}

.sl-mar{
	margin-left: 10px
}
.count-title{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.count-text{
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 2rem;
}
.count-title2{
	margin-top: 4rem;
	font-size: 20px;
	font-weight: 700;
}
.count-list{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
}
.count-list2{
	margin-top: 3rem;
	padding: 0 8.5rem;
}
.list-title{
	text-align: center;
	padding: 5px 0;
}
.list-block{
	display: flex;
	align-items: center;
	width: 20%;
	/*cursor: pointer;*/
	transition: all 0.6s;
	margin-top: 14px;
}

/*.list-block:hover{*/
/*transform: scale(1.4);*/
/*}*/
.list2-block{
	width: 14.28%;
	cursor: pointer;
	transition: all 0.6s;
}
.list2-block:hover{
	transform: scale(1.4);
}
.list2-block img{
	width: 95%;
}
.list-block img{

	/* width: 95%; */
	width: 80%;
	margin: 0 auto;
}
.company{
	margin-bottom: 2rem
}
.regist{
	display: flex;
	align-items: center;
	height: 15rem;
	background-image: url(../image/index_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.regist-b{
	margin: 0 auto;
}
.registb-t{
	color: #fff;
	font-size: 28px;
}
.registb-b{
	margin-top: 2rem
}
.regist-btn{
	display: block;
	margin: 0 auto;
	background-color: #fff !important;
	color: #588ae1 !important;
}
.regist-btn:hover{
	background-color: #e3e2e2 !important;

}

.insutype{
	padding: 2rem 0;
}
.insutype-r{
	/* margin-left: 2rem; */
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.insutype-list{
	/* margin: 0 2rem; */
	margin-bottom: 1rem;
	/* width: 9rem; */
	/* padding: 0 1rem; */
	cursor: pointer;
}
.insutype-all{
	padding: 1rem 2rem;
	width: 10rem;
	text-align: center;
	/*    width: 3.8rem;
        height: 1.5rem; */
}
.insutype-b{
	padding: 1rem 2rem;
}
.active{
	background-color: #3388fd;
	color: #fff;
	padding: 0 1rem;
}
.active2{
	background-color: #3388fd;
	color: #fff;
	padding: 1rem 2rem;
}
.search-b{
	margin-left: auto;
}
.advert-head-r{
	align-items: center
}
.advert-head-r img{
	width: 10px;
	height: 10px;
}
.search-b .m-btn{
	margin-left: .5rem
}
.advert a{
	color: #fff
}
.advert a:hover{
	color: #fff

}
.search{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.search-list{
	padding: 0;
	flex-wrap: wrap;
}
.list-b{
	width: 30.333%;
	margin-bottom: 2rem;
	margin-right: 2rem;
}
.list-b:hover{
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	transform: scale(1.03);
}
.list-b img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.search-title{
	margin-top: .5rem;
	text-align: center;
	padding: 1rem;
	font-weight: 700;
	font-size: 18px;
}
.intro-title{
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #aaaaaa;
	padding: 2rem 1rem 0 2rem;
}
.intro-content{
	margin-top: 2rem;
	font-size: 18px;
}
.intro-contact{
	padding: 0 2rem;
}
.intro-name{
	margin-right: 5rem;
}
.intro-content img{
	display: block;
	margin: 0 auto;
	width: 90%;
}
.content-l{
	width: 79%;
	margin-right: 1%;
}
.content-l-b{
	/* padding: 1rem 2rem; */
	/*    border-left: 1px solid #000;
        border-top: 1px solid #000;
        border-right: 1px solid #000; */
	/* box-shadow: 0px 1px 10px rgba(0,0,0,0.1); */
}
.content-l-t{
	margin-bottom: 10rem;
	/* border-left: 1px solid #000; */
	border-top: 0;
	background-color: #fff;
	/* border-right: 1px solid #000; */
	/* border-bottom: 1px solid #000; */
}
.content-r{
	width: 25%;
}
.prodect-head{
	/* margin-bottom: 2rem */
	padding: .5rem;
}
.prodect-h-title{
	/*    font-size: 22px;
        font-weight: 700;
        padding-bottom: .5rem;
        padding-right: 1rem;
        border-bottom: 1px dashed #999; */
}
.h-title-r{
	margin-left: auto
}
.h-title-r img{
	width: 10px;
	height: 10px;
}
.h-title-r div{
	font-size: 12px;
}
.select-l{
	/* width: 40%; */
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.select-l-img{
	display: flex;
	width: 21.875rem;
	height: 22.5rem;
}
.select-l div{
	width: 100%;
	text-align: center;
	color: #fff;
	height: 3.125rem;
}
.select-title div{
	font-size:18px;
	font-family:PingFang SC;
	font-weight:bold;
	line-height:25px;
	color:rgba(51,51,51,1);
	opacity:1
}
.select-title img{
	width: 0.88375rem;
	height: 0.985625rem;
	margin-left: 1rem;
}
.select-icon-tip{
	color: #999999;
	margin-left: .5rem;
}
.select-type{
	padding: 0.5625rem;
}
.select-type-state{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.select-type-detail{
	font-size: 14px;
	color: #707070;
}
.select-type-top{
	margin-bottom: 1rem;
}
.prduct-img{
	background-color: #eeeeee;
	padding: 2rem;
}
.select-r{
	margin-left: .5rem;
	padding-left: 1rem;
	padding-top: 1rem;
	background-color: #FFF;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.select-row{
	align-items: center;
	margin-bottom: .5rem;
	font-size: 16px;
}
.head-back{
	width: 100%;
	height: 33.0375rem;
	background-image: url(../image/head_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.head-back-logo{
	width: 180px;
	margin-top: 5rem;
}
.select-icon{
	width: 1rem;
	height: 1rem;
	margin-left: 1rem;
}
.select-row-l{
	width: 5rem;
	font-size: 14px;
}
.select-row .freight-tou-btn{
	width: 10rem;
	margin-left: auto;
}
.about-text{
	position: relative;
	font-size: 26px;
	color: #fff;
}
.about-text:before{
	content: '';
	position: absolute;
	width: 10rem;
	left: -10rem;
	top: 50%;
	height: 2px;
	border: 2px solid #fff;
}
.about-text:after{
	content: '';
	position: absolute;
	width: 10rem;
	right: -10rem;
	top: 50%;
	height: 2px;
	border: 2px solid #fff;
}
.company-about-t{
	text-align: center;
	font-size:28px;
	font-family:PingFang SC;
	font-weight:bold;
	line-height:50px;
	margin: 30px 0;
	color:rgba(51,51,51,1);
}
.company-about{
	padding-bottom: 2rem;
}
.company-about img{
	width: 28.875rem;
}
.company-about-txt{
	width: 43.75rem;
	margin: 0 auto;
}
.company-achieve{
	margin-bottom: 6rem;
}
.tile{
	width: 300px;
	height: 412px;
	/* margin:10px; */
	background-color: #bce0fd;
	display: inline-block;
	background-size: cover;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-out;
	/* box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44); */
	overflow: hidden;
	color: white;
	font-family: 'Microsoft YaHei', sans-serif;
}
.tile img{
	width: 100%;
	/* position:absolute; */
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s ease-out;
}
.tile .text
{
	width: 100%;
	z-index: 99;
	position: absolute;
	padding: 30px;
	height: calc(100% - 60px);
	height: calc(100% - 60px);
}
.tile-title{
	margin-top: 3rem;
	color: #333333;
	font-family:Microsoft YaHei;
}
.tile-num{
	font-size:30px;
	margin-bottom: 1rem;
}
.tile h1
{

	font-weight: 300;
	margin: 0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tile h2
{
	font-weight: 100;
	margin: 20px 0 0 0;
	font-style: italic;
	transform: translateX(200px);
}
.tile p
{
	font-weight: 300;
	margin: 20px 0 0 0;
	line-height: 25px;
	/*   opacity:0; */
	transform: translateX(-200px);
	transition-delay: 0.2s;
}
.animate-text
{
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.tile:hover
{
	background-color: #fff;
	box-shadow: 0px 10px 50px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.05);
	z-index: 999;
}

.tile:hover .animate-text
{
	transform: translateX(0);
	opacity: 1;
}
.dots
{
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	color: currentColor;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;

}

.dots span
{
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.4s ease-out, opacity 0.5s ease;
	transform: translateY(30px);

}

.tile:hover span
{
	opacity: 1;
	transform: translateY(0px);
}

.dots span:nth-child(1)
{
	transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
	transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
	transition-delay: 0.15s;
}

.img-b-b{
	width: 90%;
	margin: 0 auto
}
.img-b-l,
.img-b-l img{
	width: 100%;
}
.img-b-r{
	text-align: center
}
.advert{
	/* border: 1px solid #000; */
	margin-bottom: 1rem;
}
.advert-head{
	background-color: #2699FB;
	padding: .5rem;
	color: #fff;
}
.advert-center{
	/* height: 11rem; */
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.advert-center li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: .8rem 1rem;
	color: #666666;
}
.advert-center li a,
.advert-center li a:hover{
	font-size: 12px;
	color: #000;
}
.advert-center li a:hover{
	color: #1776fa
}
.advert-center-block{
	width: 46%;
	margin: 5px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.05);
}
.advert-center-block img{
	width: 100%;
	height: 10.8125rem;
}
.advert-center-block-t{
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}

.search-input input{
	width: 25rem;
	margin-right: 1rem
}
.que-line{
	width: 5rem;
	margin: 0 3rem;
	border-bottom: 1px solid #a0a0a0;
}
.que-title{
	font-size: 18px
}
.hot{
	padding: 0 6rem
}
.hot-title{
	font-size: 18px;
	font-weight: 700
}
.hot-content{
	flex-wrap: wrap;
}
.hot-content a {
	position: relative;
	width: 33.33%;
	margin-bottom: 1.5rem
}
.hot-content a::before{
	content: ' ';
	position: absolute;
	left: -10px;
	top: 7px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50px;
}
.search-result{
	padding: 0 6rem;
	border-top: 1px solid #9ba0a3;
	background-color: #e4f5fd;
}
.search-r-title{
	padding: .5rem 0;

	font-size: 18px;
	font-weight: 700;
}
.search-none{
	margin: 6rem 0;
}
.sorry{
	margin-left: 1rem
}
.sorry-title{
	font-size: 17px;
	color: #df9041;
}
.sorry-dot{
	font-size: 17px;
	font-weight: 900;
}
.search-have{
	margin-top: 3rem
}
.search-have li{
	margin-bottom: 1rem;
	color: #1776fa
}
.search-have li a{
	position: relative;
	width: 20rem;
	color: #1776fa;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-have li a::before{
	content: ' ';
	position: absolute;
	left: -10px;
	top: 7px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50px;
}


.exit-img{
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 1.2rem;
}

.person-center-a{
	position: relative;
	color: #479BFF !important;
}
.index-top-r .m-color-blue{
	color: #479BFF  !important
}
.index-top-r .m-color-orange{
	color: #FFB137 !important
}
.search-head input{
	height: 100%;
	padding: 0 .5rem;
	border-radius: 5px;
	border: 1px solid;
}
.search-h-block{
	margin-right: .5rem
}
.search-head{
	border-bottom: 1px solid;
	padding-bottom: 1rem;
}
.login-btn{
	border: 1px solid;
	padding: 2px 3px !important;
}



.person-center-a:after{
	font-family: 'FontAwesome';
	content: "";
	margin-left: 5px;
	margin-top: 2px;
}

/*.help-a:after{*/
/*font-family: 'FontAwesome';*/
/*content: "";*/
/*margin-left: 5px;*/
/*margin-top: 2px;*/
/*}*/
.layui-breadcrumb{
	visibility: inherit !important;
	font-size: 14px !important
}
.layui-breadcrumb a{
	color: #12258c !important;
}
.layui-breadcrumb a:hover{
	color: #12258c !important;
}
.m-breadcrumb .layui-breadcrumb{
	margin-left: auto
}
.m-breadcrumb{
	margin-top: 1rem;
	margin-bottom: 1rem
}

.notice{
	position: fixed;
	padding: 1rem;
	top: 15%;
	right: 0;
	width: 15rem;
	background-color: #3388ff;
	color: #fff;
}
.notice ul{
	padding: 0
}
.notice ul li{
	margin: 1rem 0;
}
.notice-title{
	font-size: 18px;
	font-weight: 700;
	color: #fff
}
.notice-title a{
	color: #fff;
	font-size: 14px;
}
.service{
	position: fixed;
	bottom: 28%;
	right: 0;
	transition: all .3s ease-in-out;
}
.service img{
	position: absolute;
	width: 8.5rem;
	left: -240%;
	top: -50%;
}
.service-1 img{
	position: absolute;
	width: 8.5rem;
	left: -240%;
	top: -50px;
}
.service-2 img{
	position: absolute;
	width: 8.5rem;
	left: -240%;
	top: 0;
}
.freight-head{
	width: 100%;
	height: 20rem;
	background-position: center;
	background-image: url(../image/freight_headlogo.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.freight-c-title {
	margin-top: 4rem;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 33px;
	color: rgba(51,51,51,1);
}
.freight-c-tip{
	margin-top: 2rem;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:19px;
	color:#142840;
	opacity:1;
}
.freight-c-btn .index-btn{
	font-size: 20px;
	width: auto;
	height: auto;
	margin-top: 2rem;
	padding: .5rem 2rem;
}
.freight-select{
	margin-top: 2rem;
	margin-bottom: 2rem;

}
.freight-select .select-row-l{
	width: 6rem;
}
.img-tip{
	width: 1.1rem;
	height: 1.1rem;
	margin-left: 3px;
}
.freight-select .layui-form{
	padding: 15px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	background-color: #fff;
}
.freight-item-look{
	margin-bottom: 10px;
	cursor: pointer;
}
.freight-tou-btn{
	width: 7rem;
	height: 3rem;
	background-color: #5DB3FD;
	color: #fff;
	border: 0px;
	border-radius: 5px;
}
.freight-tou-btn:hover{
	background-color: #479BFF !important;
	box-shadow: inset 2px 2px 5px rgb(0, 0, 0, 0.16);
}
.table-search{
	border-collapse:separate;
	border-spacing:0 10px;
}
.table-search thead {
	background-color: #fff;
}

.table-search tbody tr {
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
}

.table-search tbody tr td {
	text-align: center;
	padding: 1rem 1rem;
	/* border-bottom: 1px solid; */
	color: #707070;
}

.table-search thead tr th {
	padding: 1rem;
	text-align: center;
	color: #666666;
	font-weight: 500;
}

.freigt-img {
	width: 7rem;
	margin: 0 auto;
	display: block;
}

.freigt-text {
	width: 8rem;
	margin: 0 auto;
}

.freigt-color {
	color: #8b8b8b
}

.freigt-img-title {
	margin: 10px 0;
}

/* answer */
.answer-headbg {
	height: 20rem;
	background-image: url(../image/answer_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.konw-headbg {
	position: relative;
	height: 20rem;
	background-image: url(../image/know_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.operate-headbg {
	position: relative;
	height: 20rem;
	background-image: url(../image/operate_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.linghang-anlogo {
	width: 6.47rem;
	height: 3.166666rem;
	margin-right: 1.666666rem;
}

.konw-zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgb(0, 0, 0, 0.3);
}

.answer-seach-input {
	width: 34.166666rem;
	height: 4.166666rem;
	margin-left: 1.666666rem;
}

.answer-seach-input input {
	width: 75%;
	padding: 0 1rem;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 0;
}

.answer-seach-input div {
	width: 25%;
	color: #fff;
	background-color: #5DB3FD;
	padding: 0.833333rem;
	font-size: 15px;
	font-weight: 600;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

.answer-seach-input div:hover {
	background-color: #479BFF;
	box-shadow: inset 2px 2px 5px rgb(0, 0, 0, 0.16);
}

.search-icon {
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 .5rem;
}

.want-question {
	width: 8.333333rem;
	height: 4.166666rem;
	line-height: 4.166666rem;
	text-align: center;
	margin-left: 1.666666rem;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	background-color: #FFB137;
	cursor: pointer;
	border-radius: 5px;
}

.answer-content {
	margin-top: 1.666666rem;
	margin-bottom: 5rem;
}
/* 		.answer-left{
			width: ;
		} */
.answer-left-head {
	width: 100%;
	height: 3.083333rem;
	line-height: 3.083333rem;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #479BFF;
	padding-left: 0.833333rem;
}

.answer-left-block {
	margin: 1.25rem;
	margin-left: 2rem;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom:  1px solid #F8F8F8;
}

.operate-content .answer-left-block {
	cursor: pointer;
}

.answer-l-b-t {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}

.answer-l-b-b {
	color: #333333;
	font-size: 1rem;
}

.answer-l-b-b div {
	/* margin-right: 4.166666rem; */
	margin-right: 10%;
	margin-top: 1.25rem;
	cursor: pointer;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(51, 51, 51, 1);

}

.answer-right-top, .answer-right-center {
	padding: 1.5rem 2.5rem;
	background-color: #fff;
	box-shadow:0px 3px 6px rgba(153,153,153,0.16);
}

.answer-right-top-t {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1.5rem;
}

.answer-list-row {
	margin-bottom: 1.666666rem;
}

.answer-right-img {
	width: 23.5rem;
	height: 23.5rem;
}

.answer-right-top-c-r {
	margin-left: 2.5rem;
}

.jinghua-img {
	width: 1.666666rem;
	height: 1.666666rem;
	margin-right: 0.916666rem;
}

.answer-title {
	width: 35rem;
	font-size: 18px;
	font-family: PingFang SC;
	/*font-weight: 400;*/
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
}

.answer-time {
	/*width: 6.5rem;*/
	margin-left: auto;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.answer-list-content {
	display: none;
	margin-top: 1.666666rem;
	width: 85%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
}

.answer-right-center .active {
	background-color: #fff;
	box-shadow: none;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: #479BFF;
	color: #479BFF;
}

.answer-right-center .nav-tabs {
	border-bottom: 0px;
}

.answer-right-center .nav-tabs .active a {
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: #479BFF;
	color: #479BFF;
}

.answer-right-center .nav-tabs .active a:hover,
.answer-right-center .nav-tabs .active a:focus,
.answer-right-center .nav-tabs .active a:active {
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: #479BFF;
	color: #479BFF;
}

.answer-right-center .tab-content .tab-pane {
	color: #999999;
}

.ask-row {
	margin: 15px 0;
}

.ask-row-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(51, 51, 51, 1);
}

.ask-row-biao span {
	margin: 0 0.833333rem;
}

.ask-row-time {
	width: 30%;
	margin-left: auto;
}

.ask-row-biao img {
	width: 1.333333rem;
	height: 1.333333rem;
	margin-left: 1.666666rem;
}

.time-left, .time-right {
	text-align: right;
	font-size: 14px;
	font-family: PingFang SC;
}

.answer-r-b-l, .answer-r-b-r, .operate-r-b-l {
	width: 36rem;
	height: 12.166666rem;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.answer-r-b-l {
	background-image: url(../image/wenda_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.operate-r-b-l {
	background-image: url(../image/caozuo_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.answer-r-b-r {
	background-image: url(../image/caozuo_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: auto;
}

.answer-r-b-dask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.5);
}

.answer-r-b-title {
	margin: 0 auto;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 33px;
	color: rgba(255, 255, 255, 1);
	z-index: 99;
}

.answerList-c-head {
	margin-top: 1.666666rem;
}

.answerList-c-head .answer-seach-input {
	width: 42.166666rem;
}

.knowList-c-head .answer-seach-input {
	width: 47.166666rem;
}

.answerList-c-head .answer-seach-input input {
	border: 2px solid rgba(71, 155, 255, 1);
	border-right: 0px;
	height: 4.166666rem;
}

.knowList-c-head .answer-seach-input input {
	width: 95%;
}

/* 		.answerList-c-head .answer-seach-input{
			margin-left: 10rem;
		} */
.answerList-c-l {
	padding: 0;
}

.answerList-hot-l {
	margin-left: 1.666666rem;
	cursor: pointer;
}

.answerList-c-l .active {
	box-shadow: none;
	background-color: transparent;
}

.answerList-c-l .breadcrumb {
	margin-bottom: 0;
	background-color: #F8F8F8;
}

.answerList-c-l .breadcrumb li a {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 30px;
	color: rgba(153, 153, 153, 1);
	text-decoration: none;
}

.answerList-c-res {
	background-color: #fff;
	padding: 2.083333rem;
}

.search-key {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 33px;
	color: rgba(71, 155, 255, 1);
}

.search-totle {
	margin-left: 0.833333rem;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
}

.search-num {
	color: #FFB137;
}

.res-head-l {
	align-items: flex-end;
}

.res-head-r {
	margin-left: auto;
}

.res-head-des {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
	color: rgba(153, 153, 153, 1);
	margin: 0 0.833333rem;
}

.res-head-r a, .res-head-r a:link, .res-head-r a:visited, .res-head-r a:hover, .res-head-r a:active {
	text-decoration: none;
	color: inherit;
}

.des-active {
	font-weight: bold;
	color: #479BFF !important;
}

.article-l-l {
	width: 70%;
}

.article-l-title {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
}

.article-l-content {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(153, 153, 153, 1);
	margin: 0.833333rem 0;
	height: 3.333333rem;
	word-break: break-all;
}

.article-l-time {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	line-height: 14px;
	color: rgba(153, 153, 153, 1);
	margin: 1.666666rem 0;
}

.article-l-r {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.article-l-num {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	color: rgba(51, 51, 51, 1);
}

.article-l-num-a {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	color: rgba(71, 155, 255, 1);
}

.article-list {
	margin-top: 1.666666rem;
	cursor: pointer;
}

.answerList-c-r {
	margin: 1.666666rem;
	/*background:rgba(255,255,255,1);*/
	/*box-shadow:0px 3px 6px rgba(153,153,153,0.16);*/
}

.answerList-c-r .advert {
	/*margin-top: 1rem;*/
	padding: 1.666666rem;
	margin-bottom: 1.666666rem;
	box-shadow:0px 3px 6px rgba(153,153,153,0.16);

}

.adcert-head-l {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
}

.adcert-head-r {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.answerList-c-l .advert a {
	color: #333333;
	text-decoration: none;
}

.answerList-c-r .advert a {
	color: #333333;
	text-decoration: none;
}

.adcert-head {
	align-items: flex-end;
}

.advert-list {
	margin-top: 1.3rem;
    padding-bottom: 1.3rem;
	cursor: pointer;
	border-bottom: 1px dotted #E0E0E0;
}

.advert-title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 20px;
	color: rgba(51, 51, 51, 1)
}

.advert-content {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: #666666;
	margin: 0.833333rem 0;
	word-break: break-all;
}

.advert-time {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(153, 153, 153, 1);
}

.advert-img img {
	width: 20.583333rem;
	height: 20.583333rem;
}

.answerList-c-bottom .advert-img img {
	width: 20.833333rem;
	height: 20.833333rem;
}

.advert-img-title {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 48px;
	color: #666666;
	margin-top: 1.25rem;
	text-align: center;
}

.answer-head-info .ask-row-biao {
	margin-left: 5rem;
}

.answerList-c-bottom {
	margin-top: 1rem;
}

.answerDetail .answerList-c-head .answer-seach-input {
	margin-left: 0;
	width: 43.166666rem;
}

.answerDetail .linghang-anlogo {
	height: 3.166666rem;
}

.answerDetail .answerList-c-head .answer-seach-input input {
	height: 4.166666rem;
}

.answerList-content .answer-seach-input div {
	height: 4.166666rem;
}

.answerDetail .answer-seach-input div,
.aanswerList-c-head .answer-seach-input div {
	height: 4.166666rem;
}

.answer-head-title {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 30px;
	color: rgba(51, 51, 51, 1);
}

.answer-head-title img {
	width: 2rem;
	height: 2rem;
	margin-right: 0.833333rem;
}

.answer-head-info {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(153, 153, 153, 1);
	margin: 0.833333rem 0;
}

.info-line {
	margin: 0 1.25rem;
}

.answer-head-content {
	width: 53.333333rem;
	margin: 1.666666rem 0;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
}

.answer-head .ask-row-biao img {
	margin-left: 0;
}

.answer-btn {
	width: 8rem;
	height: 2.833333rem;
	border-radius: 0.416666rem;
	border: 0;
	color: #fff;
	background-color: #5DB3FD;
}

.answer-btn:hover {
	background-color: #479BFF;
	box-shadow: inset 2px 2px 5px rgb(0, 0, 0, 0.16);
}

.answer-btn2 {
	width: 8rem;
	height: 2.833333rem;
	border-radius: 0.416666rem;
	border: 1px solid #479BFF;
	color: #479BFF;
	background-color: #fff;
}

.answer-contents {
	padding: 2.083333rem;
}

.answer-contents-h {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
}

.answer-headphoto {
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
}

.answer-name {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 22px;
	color: rgba(51, 51, 51, 1);
	margin-left: 1.666666rem;
}

.answer-content-time {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: 400;
	line-height: 19px;
	color: rgba(153, 153, 153, 1);
	margin-left: 1.666666rem;
}

.likeclick {
	width: 1.833333rem;
	height: 1.833333rem;
	margin-right: 0.833333rem;
}

.likeclick-num {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: 400;
	color: rgba(71, 155, 255, 1);
	margin-top: 0.3rem;
}

.answer-l-content {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: rgba(51, 51, 51, 1);
	margin-top: 1.666666rem;
	margin-left: 6.416666rem;
}

.answer-contents-l {
	margin-top: 3.333333rem;
}

.submitans-btn {
	margin-top: 1.666666rem;
	margin-left: auto;
	width: 16.666666rem;
	height: 3.75rem;
	background-color: #479BFF;
	border: 0;
	color: #fff;
}

.submitans-btn:hover {
	background-color: #5DB3FD;
}

.quest-l {
	padding: 1.666666rem 2.5rem;
}

.quest-l-head {
	text-align: center;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 28px;
	color: rgba(51, 51, 51, 1);
}

.quest-l-info {
	margin: 1.666666rem 0;
}

.quest-l-info .info-left {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: PingFang SC;
}

.quest-l-info .info-right {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: PingFang SC;
}

.quest-l-input {
	margin: 1.666666rem 0;
}

.quest-l-input textarea {
	max-width: 100%;
	min-width: 100%;
}

.quest-l-input .layui-tab-title .layui-this {
	font-weight: bold;
	color: #2699FB;
}

.quest-l-input .layui-tab-title li {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(102, 102, 102, 1);
}

.quest-l-input .layui-input-block {
	margin-left: 2rem;
}

.quest-l-input .layui-form-radio > i:hover, .layui-form-radioed > i {
	color: #2699FB;
}

.post-help-title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.quest-block {
	width: 50%;
}

.quest-block img {
	width: 3.166666rem;
	height: 3.166666rem;
}

.post-help-block {
	margin-top: 2.5rem;
}

.quest-block span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.quest-l-input .submit-btn {
	width: 16.666666rem;
	height: 3.75rem;
	background-color: #2699FB;
	color: #fff;
	border: 0px;
}

.quest-l-input .submit-btn:hover {
	background-color: #479BFF;
}

.postmodel {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgb(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
}

.postmodel-block {
	width: 51.833333rem;
	height: 19.083333rem;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-radius: 5px;
}

.postmodel-head {
	margin-top: 5rem !important;
}

.postmodel-head img {
	width: 3.333333rem;
	height: 3.333333rem;
}

.postmodel-head span {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 3.333333rem;
	color: rgba(71, 155, 255, 1);
	margin-left: 2.083333rem;
}

.postmodel-text {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: rgba(102, 102, 102, 1);
	margin: 0 auto;
}

.postmodel-text1 {
	margin-top: 3.333333rem;
}

.postmodel-text2 {
	margin-top: 15px;
}

.search-block img {
	width: 25.166666rem;
	height: 17.5rem;
}

.search-none-title {
	margin-top: 2rem;
	color: #666666;
	font-size: 14px;
}

.search-none-title a {
	color: #479BFF;
	font-weight: bold;
}

.answer-headbg .linghang-anlogo {
	margin-right: 0;
}

.know-right-top-t {
	margin-bottom: 1.25rem;
	padding-bottom: 0.833333rem;
	border-bottom: 2px solid rgba(38, 153, 251, 1);
}

.konw-t-l {
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.konw-t-l img {
	width: 0.833333rem;
	height: 0.999166rem;
}

.konw-t-r {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
}

.right-icon {
	width: 1rem;
}

.kow-new-l-t img {
	width: 32.166666rem;
	/*height: 17.5rem;*/
}

.kow-new-list-h {
	width: 32.166666rem;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 17px;
	color: rgba(51, 51, 51, 1);
	padding: 1rem 0;
}

.kow-new-list-c {
	width: 32.166666rem;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(102, 102, 102, 1);
}

.kow-new-list {
	margin-bottom: 1.666666rem;
}

.know-right-bottom {
	margin-top: 2.916666rem;
}

.article-l-img {
	width: 14rem;
	height: 10.5rem;
	margin-right: 2.166666rem;
}

.article-l-img img {
	width: 100%;
	height: 100%;
}

.knowledgeDetail .answer-contents {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 30px;
	color: rgba(112, 112, 112, 1);
}

.knowledge-mian {
	background: rgba(255, 177, 55, 0.2);
	border: 1px solid rgba(255, 177, 55, 1);
	padding: 0.583333rem 0.833333rem;
	border-radius: 5px;
}

.knowledge-mian img {
	width: 1.333333rem;
	height: 1.333333rem;
}

.knowledge-mian span {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(255, 177, 55, 1);
	margin-left: 0.833333rem;
}

.is-help {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
	margin-top: 3.333333rem;
}

.jiejue-btn {
	width: 8rem;
	height: 2.833333rem;
	border: 0px;
	background-color: #999999;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	margin-left: 10.416666rem;
}

.jiejue-btn:hover {
	background-color: #999999;
}
.jiejue-btn-a{
	background-color: #5DB3FD;

}
.jiejue-btn-a:hover{
	background-color: #479BFF;
}
.weijiejue-btn {
	width: 8rem;
	height: 2.833333rem;
	border: 0px;
	background-color: #999999;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	margin-left: 2.5rem;
}
.weijiejue-btn-a {
	width: 8rem;
	height: 2.833333rem;
	border: 0px;
	background-color: #FFB137;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	margin-left: 2.5rem;
}
.article-next1 {
	margin-top: 4rem !important
}

.article-next {
	width: 400px;
	margin-top: 2.416666rem;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 12px;
	background-color: #FAFAFA;
}

.knowledgeDetail .knowList-c-head .answer-seach-input {
	width: 47.166666rem;
}

.konw-advert .advert-list {
	margin-top: 0.916666rem
}

.lookall-btn {
	width: 8rem;
	height: 2.833333rem;
	color: #2699fb;
	border: 1px solid #2699fb;
	border-radius: 5px;
	background-color: #fff;
}

.advert-imgs {
	width: 100%;
	/* height: 23.916666rem; */
}

.is-index {
	color: #479BFF !important;
}

.is-index .a-line {
	left: 0 !important;
}
/* 		.answer-list-row:hover .answer-list-content{
			display: block;
			transition: all .3s ease-in-out;
		} */
/*
Affiliates
=========================== */
.affiliates{
	display: inline-block;
	padding: 10px;
	border: solid 1px #bbb;
	margin: 0 5px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.1);
	position: relative;
	text-align: left;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.affiliates a{
	text-decoration: none !important;
}

.affiliates img{
	width: 200px;
	margin-bottom: 5px;
}

.affiliates h6{
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}


/*
Menu Demo
=========================== */
ol.menu-demo{
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	display: block;
}

ol.menu-demo li{
	margin-bottom: 15px;
}

ol.menu-demo li a{
	display: block;
	padding: 15px 25px;
	background-color: #fff;
	border: solid 2px #3f3f3f;
	color: #3f3f3f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

ol.menu-demo li a:focus,
ol.menu-demo li a:hover{
	background-color: #f43438;
	border: solid 2px #f43438;
	color: #fff;
	text-decoration: none;
}


/*
Footer
=========================== */
footer{
	border-top: solid 1px #efefef;
}

footer .container{
	padding: 25px 15px;
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 !important;
}

.padding-clear{
	padding:0 !important;
}

.margintop-clear{
	margin-top:0 !important;
}

.paddingtop-clear{
	padding-top:0 !important;
}

.marginbot-clear{
	margin-bottom:0 !important;
}

.paddingbot-clear{
	padding-bottom:0 !important;
}

.marginleft-clear{
	margin-left:0 !important;
}

.paddingleft-clear{
	padding-left:0 !important;
}

.marginright-clear{
	margin-right:0 !important;
}

.paddingright-clear{
	padding-right:0 !important;
}

.padding-top40{
	padding-top:40px !important;
}

.padding-topt60{
	padding-top:60px !important;
}

.padding-top70{
	padding-top:70px !important;
}

.padding-bot5{
	padding-bottom:5px !important;
}

.padding-bot10{
	padding-bottom:10px !important;
}

.padding-bot15{
	padding-bottom:15px !important;
}

.padding-bot20{
	padding-bottom:20px !important;
}

.padding-bot30{
	padding-bottom:30px !important;
}

.padding-bot40{
	padding-bottom:40px !important;
}

.padding-bot50{
	padding-bottom:50px !important;
}

.padding-bot60{
	padding-bottom:60px !important;
}

.padding-bot70{
	padding-bottom:70px !important;
}

.margin-mintop10{
	margin-top:-10px !important;
}

.margin-mintop20{
	margin-top:-20px !important;
}

.margin-mintop30{
	margin-top:-30px !important;
}

.margin-mintop60{
	margin-top:-60px !important;
}

.margin-mintop110{
	margin-top:-110px !important;
}

.margin-minbot10{
	margin-bottom:-10px !important;
}

.margin-minbot20{
	margin-bottom:-20px !important;
}

.margin-minbot30{
	margin-bottom:-30px !important;
}

.margin-minbot60{
	margin-bottom:-60px !important;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px !important;
}

.margin-right10{
	margin-right:10px !important;
}

.margin-left20{
	margin-left:20px !important;
}

.margin-right20{
	margin-right:20px !important;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px !important;
}

.margintop10{
	margin-top:10px !important;
}

.margintop15{
	margin-top:15px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop25{
	margin-top:25px !important;
}

.margintop30{
	margin-top:30px !important;
}

.margintop35{
	margin-top:35px !important;
}

.margintop40{
	margin-top:40px !important;
}

.margintop45{
	margin-top:45px !important;
}

.margintop50{
	margin-top:50px !important;
}

.margintop55{
	margin-top:55px !important;
}

.margintop60{
	margin-top:60px !important;
}

.margintop80{
	margin-top:80px !important;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px !important;
}

.marginbot10{
	margin-bottom:10px !important;
}

.marginbot15{
	margin-bottom:15px !important;
}

.marginbot20{
	margin-bottom:20px !important;
}

.marginbot25{
	margin-bottom:25px !important;
}

.marginbot30{
	margin-bottom:30px !important;
}

.marginbot35{
	margin-bottom:35px !important;
}

.marginbot40{
	margin-bottom:40px !important;
}

.marginbot45{
	margin-bottom:45px !important;
}


.marginbot50{
	margin-bottom:50px !important;
}

.marginbot55{
	margin-bottom:55px !important;
}

.marginbot60{
	margin-bottom:60px !important;
}

.marginbot80{
	margin-bottom:80px !important;
}

/*
Pre Code
=========================== */
pre {
	font-family: monospace;
	padding: 5px 25px 30px;
	border: solid 1px #ccc;
	border-left: solid 10px #ccc;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	color: #6f6f6f;
	border-radius: 0px;
}
pre + pre {
	background: #6f6f6f;
}
pre {
	word-break: break-all; /* webkit */
	word-wrap: break-word;
	white-space: pre;
	white-space: -moz-pre-wrap; /* fennec */
	white-space: pre-wrap;
	white-space: pre \9; /* IE7+ */
}

.section.gray pre{
	background-color: #fff;
}

pre span{
	color: #f43438;
}

@media (max-width:676px){
	.wrap-affiliates {
		text-align: left;
		margin-top: 30px;
	}
}

@media (max-width:480px){
	.section.home .affiliates {
		padding-left: 15px;
	}

	.section.home .affiliates img {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin-bottom: 15px;
	}
}
/*  */
.tabs-vertical {
	font: bold 13px sans-serif;
	background-color: #f7f7f7;
	/* box-shadow: 0 0 22px #E2E2E2 inset, 2px 2px 3px #E8E8E8; */
	/* border: 1px solid #CECECE; */
	/* margin: 30px auto 30px; */
	/* max-width: 580px; */
	text-align: center;
	border-radius: 2px;
	width: 100%;
}

/* The tabs */

.tabs-vertical ul {
	float: left;
	list-style: none;
	text-align: left;
	background-color: #eeeeee;
	margin: 0;
	padding-left: 0;
	padding-top: 1rem;
	height: 14rem;
}

.tabs-vertical ul li {
	margin-right: -1px;
}

.tabs-vertical ul li a {
	display: block;
	text-decoration: none;
	color: #656a6d;

	border-right: 0;
	border-left: 0;

	padding: 16px 40px 16px 20px;
}

.tabs-vertical ul li a.tab-active {
	border-color: #dddddd;
	background-color: #959595;
	box-shadow: 0px 2px 0px #EFEFEF;
	color: #fff
}

.tabs-vertical ul li:first-child a {
	border-top: 0;
}

/* The content */

.tabs-vertical .tabs-content-placeholder {
	overflow: hidden;
	border-left: 1px solid #dddddd;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 2rem;
	margin: 0 auto;
	box-shadow: -3px 0 0px #F3F3F3;
	text-align: center;
	height: 100%;
}

.tabs-vertical .tabs-content-placeholder div {
	display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active {
	display: block;
	height: 100%;
}

.tabs-vertical .tabs-content-placeholder div p {
	color: #565a5c;
	line-height: 1.5;
	text-align: left;

	margin: 5px 0 20px;
}

.tabs-vertical .tabs-content-placeholder div img {
	max-width: 100%;
}

.tabs-center {
	float: left;
	width: 1rem;
	height: 100%;
}

.tabs-content-placeholder li {
	list-style: initial;
}

.tab-content-active a {
	width: 20%;
	display: inline-block;
	float: left;
	padding-left: 10px;
	margin-bottom: 1rem;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.tab-content-active a::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50px;
}

@media (max-width: 600px) {

	.tabs-vertical ul {
		float: none;
	}

	.tabs-vertical ul li {
		display: inline-block;
		margin-bottom: -1px;
	}

	.tabs-vertical ul li a {
		border: 1px solid transparent;
		border-bottom: 0;
		border-top: 0;
		padding: 12px 15px;
	}

	.tabs-vertical ul li a.tab-active {
		border-color: #dddddd;
		background-color: #ffffff;
		box-shadow: 2px 0px 0px #EFEFEF;
	}

	.tabs-vertical ul li:first-child a {
		border-left: 0;
	}

	.tabs-vertical .tabs-content-placeholder {
		padding: 15px 30px 30px;
		border-left: 0;
		border-top: 1px solid #dddddd;
		box-shadow: 0px -3px 0px #F3F3F3;
	}

}
/*  */
/* 公用 */
.m-flex{
	display: flex;
	/* align-items: center */
}
.m-row{
	background-color: #F8F8F8;
	margin-bottom: 3rem;
}
.m-flex-wrap{
	flex-wrap: wrap
}
.m-padding{
	padding: 4rem 0;
}
.m-flex1{
	flex: 1
}
.m-btn{
	background-color: #3388ff;
	color: #fff;
	border: 0px;
	padding: .5rem 3rem;
	border-radius: 5px;

}
.m-btn:hover{
	background-color: #1776fa;
}
.m-new-btn{
	border-radius: 35px;
	padding: 10px 48px;
	/*background-color: #fff;*/
	/*color: #1750E1;*/
	font-size: 24px;
	cursor: pointer;
	border: 0px;
}
.m-bg-blue{
	background-color: #479BFF;
}
.m-bg-white{
	background-color: #ffffff;
}
.m-text-white,
.m-text-white:hover{
	color: #ffffff;
}
.m-text-blue,
.m-text-blue:hover{
	color: #479BFF;
}
.m-new-btn:hover{
	box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.m-auto{
	margin: 0 auto;
}
.m-margin{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.m-margin-l{
	margin-left: auto;
}
.m-margin-r{
	margin-right: auto;
}
.m-al-center{
	align-items: center;
	text-decoration: none;
}
.m-color-red{
	color: #8d2d2f
}

.m-color-blue {
	color: #479BFF
}

.m-color-orange {
	color: #FFB137
}

.nav>li{
	position: inherit;
}
.m-textalign-left{
	text-align: left !important;
}
.m-textalign-center{
	text-align: center !important;
}
.m-textalign-center H1{
	text-align: center !important;
	font-size: 30px;
}
.m-backcolor-white{
	background-color: #fff;
}
.m-boxshadow{
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.05);
}
.m-padding0{
	padding: 0;
}
.m-padding30{
	padding: 2.5rem;
}

.preview .container a:hover {
	transform: scale(1.08);
	z-index: 999;
}

/* 新增行业资讯news */

.news .head-back {
	height: 18.666666rem;
	background-image: url(../image/new_back.png);
	position: relative;
}

.news .switch-block {
	width: 27.833333rem;
	height: 6.666666rem;
	line-height: 6.666666rem;;
	background: rgba(255, 255, 255, 1);
	font-family: PingFang SC;
	box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.16);
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.news-row {
	position: absolute;
	width: 100%;
	bottom: -3rem;
}

.switch-block-a {
	background-color: #479BFF !important;
	color: #fff !important;
}

.news-cneter-block {
	margin-top: 4.583333rem;
}

.news-list {
	margin-top: 2.5rem;
}

.news-list-l, .news-list-l img {
	width: 21.666666rem;
	height: 12rem;
}

.news-list-r {
	margin-left: 2.5rem;
}

.n-list-t {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
}

.n-list-c {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}

.n-list-b, .n-list-c {
	margin-top: 1.666666rem;
}

.n-list-b a {
	font-size: 14px;
	color: rgba(71, 155, 255, 1);
}

.news-page {
	margin-top: 3.333333rem;
	margin-bottom: 8.333333rem;
}

/* aboutEnterprise */
.about-head {
	width: 100%;
	height: 32.333333rem;
	background-image: url(../image/aboutEnterprise_headback.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-title {
	width: 112px;
	height: 7.5rem;
	position: relative;
}

.about-title-img img {
	width: 5rem;
	height: 100%;
}

.about-title div {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 7.5rem;
}

.about-title-row {
	margin: 20px 0;
}

.company-info {
	height: 37.5rem;
	position: relative;
}

.company-info img {
	/*position: absolute;*/
	width: 38.166666rem;
	height: 38.166666rem;
	z-index: 99;
	margin-top: -30px;
}

.company-text {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.company-text-blue {
	width: 100%;
	height: 32.75rem;
	background: rgba(71, 155, 255, 1);
	display: flex;
	color: #fff;
}

.company-text-blue-t {
	width: 48%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 30px;
	margin: 5.666666rem 0;
	color: #fff;
	margin-left: auto;
}
.company-news-l{
	margin-right: 8.333333rem;
}
.company-text-blue-t a{
	color: #fff;
	text-decoration: underline;
}
.company-text-blue-t a:hover{
	color: #fff;
}
.about-server-b {
	width: 33.333%;
	height: 25rem;
	/*cursor: pointer;*/
}

.about-server-title {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(71, 155, 255, 1);
	margin-top: 4.583333rem;
}

.about-server-info {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(71, 155, 255, 1);
	margin-top: 0.833333rem;
}

.about-server-img {
	width: 9.166666rem;
	height: 9.166666rem;
	margin: 0 auto;
	margin-top: 4.75rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.aboutserver-active {
	/*background-color: #479BFF;*/
}

.aboutserver-active .about-server-title,
.aboutserver-active .about-server-info {
	/*color: #FFFFFF;*/
}

.server-img1 {
	background-image: url(../image/abouts_1.png);
}

.aboutserver-active .server-img1 {
	background-image: url(../image/abouts_1.png);
	/*background-image: url(../image/abouts_1_c.png);*/
}

.server-img2 {
	background-image: url(../image/abouts_2.png);
}

.aboutserver-active .server-img2 {
	background-image: url(../image/abouts_2_c.png);
}

.server-img3 {
	background-image: url(../image/abouts_3.png);
}

.aboutserver-active .server-img3 {
	background-image: url(../image/abouts_3_c.png);
}

.server-img4 {
	background-image: url(../image/abouts_4.png);
}

.aboutserver-active .server-img4 {
	background-image: url(../image/abouts_4_c.png);
}

.server-img5 {
	background-image: url(../image/abouts_5.png);
}

.aboutserver-active .server-img5 {
	background-image: url(../image/abouts_5_c.png);
}

.server-img6 {
	background-image: url(../image/abouts_6.png);
}

.aboutserver-active .server-img6 {
	background-image: url(../image/abouts_6_c.png);
}

.company-history {
	margin-top: 4.166666rem;
	height: 52rem;
	background-image: url(../image/history_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.company-honor {
	position: relative;
	width: 100%;
	margin-top: 4.166666rem;
	margin-bottom: 4.166666rem;
	background-color: #ffffff;
}

.company-honor .about-title-row {
	/*position: absolute;*/
	width: 100%;
	margin-bottom: 0;
}
.company-honor-img{
	width: 500px;
	margin-top: -90px;
}
.company-honor-l {
	width: 50.416666rem;
	height: 41.666666rem;
}

.company-honor-l img {
	width: 100%;
	height: 100%;
}

.company-honor-r {
	position: absolute;
	top:0;
	width: 100%;
	padding-top: 11rem;
}

.company-honor-r .about-title-row {
	top: 0;
}

.company-honor-r .about-title-row .about-title {
	margin-left: 8rem;
}

.company-honor ul {
	margin-left: 2.5rem;
}

.company-honor ul li {
	margin-bottom: 1.416666rem;
	font-size:20px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:28px;
	color:rgba(112,112,112,1);
}

.company-honor ul li img {
	width: 2.416666rem;
	height: 2.416666rem;
	margin-right: 1.75rem;
}

.company-honor ul li a {
	color: rgba(112, 112, 112, 1);
}

.company-news {
	/*padding: 0 10rem;*/
	height: 41rem;
	margin-bottom: 8rem;
	background-color: #ffffff;
	min-width: 1200px;
}

.company-news .news-head {
	border-bottom: 1px solid rgba(71, 155, 255, 1);;
}

.company-news .news-block {
	width: 45.833333rem;
	margin: 0 auto;
}

.company-news .news-head-l {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 50px;
	color: rgba(51, 51, 51, 1);
}

.company-news .news-head-r {
	margin-left: auto;
	font-size: 12px;
	font-family: PingFang SC;
	color: rgba(71, 155, 255, 1);
}

.company-news .news-head-r a {
	color: rgba(71, 155, 255, 1);
}

.company-news .news-img {
	width: 45.833333rem;
	height: 17.5rem;
	margin-top: 1.166666rem;
}

.company-news .news-img img {
	width: 100%;
	height: 100%;
}

.company-news .news-list {
	margin: 10px 0;
}

.company-news .news-list .list-head {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
}

.company-news .news-list .list-head a {
	color: rgba(51, 51, 51, 1);
}

.company-news .news-list .list-content {
	width: 45.833333rem;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: rgba(102, 102, 102, 1);
	margin: 10px 0;
}

.company-news .company-news-r .news-block {
	margin-left: auto;
}

.tari-head {
	height: 218px;
	background-image: url(../image/tari_head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tari-title {
	font-size: 27px;
	font-family: MicrosoftYaHei-Bold;
	color: rgba(77, 77, 77, 1);
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 4rem;
	padding-bottom: 1.5rem;
	letter-spacing: 2px;

}

.tari-title-line {
	width: 100%;
}

.tari-title-line div {
	width: 7.916666rem;
	height: 1px;
	margin: 0 auto;
	border-bottom: 2px solid #3388FF;
}

.tari-title-lineL div {
	width: 18.583333rem;
}

.tari-title-text {
	margin-bottom: 1.5rem;
}

.tari-info1 {
	font-size: 17px;
	font-family: MicrosoftYaHei;
	line-height: 33px;
	color: rgba(0, 0, 0, 1);
}

.tari-shiyong-b {
	width: 31.666666rem;
	height: 23.166666rem;
	text-align: center;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	color: rgba(0, 0, 0, 1);
}

.tari-shiyong-b img {
	display: block;
	width: 22.5rem;
	height: 13.333333rem;
	margin: 0 auto;
	margin-top: 2.5rem;
}

.tari-shiyong-t {
	margin-top: 1.5rem;
}

.tari-shiyong img {
    width: 100%;
}

.tari-shiyong {
    margin-top: 6.166666rem;
}

/* .tari-changpin{
	height: 45.25rem;
	background-image: url(../image/tari_changpin.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */
.tari-changpin .tari-title-text {
    color: #fff;
}

.tari-changpin .tari-title-line div {
    border-bottom: 2px solid #fff;
}

.tari-changpin-b {
    text-align: center;
    width: 25%;
}

.tari-changpin-img, .tari-changpin-img img {
    width: 15.666666rem;
    height: 15.666666rem;
    margin: 0 auto;
}

.tari-changpin-t {
    font-size: 27px;
    font-family: MicrosoftYaHei-Bold;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 5px;
    margin-bottom: 1.666666rem;
}

.tari-changpin-i {
    font-size: 17px;
    font-family: MicrosoftYaHei;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
    width: 247px;
    margin: 0 auto;
}

.tari-liuc-t {
    width: 30.833333rem;
    font-size: 25px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 33px;
    color: rgba(51, 136, 255, 1);
    text-align: center;
    margin-top: 4.166666rem;
}

.tari-liuc-img,
.tari-zl-img,
.tari-db-img {
    margin-top: 7rem;
}

.tari-liuc-img img,
.tari-bx-img img,
.tari-zl-img img,
.tari-kx-img img,
.fmc-head img,
.fmc-what img,
.fmc-yx img,
.fmc-hz img,
.fmc-db img,
.wangluo_sy img
.wangluo_fa img,
.wangluo-sy-img,
.wangluo-fx img,
.wangluo-zh img,
.wangluo-dh-img,
.wangluo-xl img,
.huodai_bz img,
.huodai-ys img,
.huodai-qc img {
    display: block;
    width: 100%;
}

.tari-kx-img {
    /* padding-right: 4.666666rem; */
}

.tari-kx-img {
    margin-top: 9.083333rem;
}

.tari-db-img img {
    display: block;
    width: 64.666666rem;
    margin: 0 auto;
}

.tari-liuc-img {
    margin-top: 0.833333rem;
    margin-bottom: 6.666666rem;
}

.tari-changpin img {
    display: block;
    width: 100%;
}

.tari-lx {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 2.5rem;
}

.fmc-what {
    margin-top: 4.166666rem;
}

.fmc-hz {
    margin-bottom: 6.083333rem;
}

.fmc-yy {
    margin: 1.416666rem 0 5rem 0;
    text-align: center;
}

.fmc-btn {
    width: 24.333333rem;
    height: 4.981666rem;
    background-color: #bd0101;
    border: 0;
    color: #fff;
    font-size: 22px;
}

.fmc-head {
    position: relative;
}
.fmc-head-text{
	position: absolute;
	width: 100%;
	top: 22.96%;
}
.fmc-huodai-b{
	width: 44.333333rem;
	text-align: center;
}
.fmc-huodai-big{
	font-size:74px;
	font-family:FZXH1JW--GB1-0;
	line-height:100px;
	color:rgba(3,62,161,1);
}
.fmc-huodai-text{
	font-size:25px;
	font-family:FZXH1JW--GB1-0;
	line-height:33px;
	color:rgba(3,62,161,1);
}
.fmc-head-text .fmc-head-text-1{
	width: 54.166666rem;
	font-size:47px;
	font-family:FZZCHJW--GB1-0;
	line-height:56px;
	color:rgba(3,62,161,1);
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.fmc-head-text .fmc-head-text-2{
	font-size:24px;
	font-family:FZXH1JW--GB1-0;
	line-height:32px;
	color:rgba(255,255,255,1);
	text-align: center;
	margin-top: 5px;
}
.fmc-head .head-btn1 {
    border: 1px solid #bd0101;
    color: #bd0101;
    background-color: transparent;
    margin-right: 0.25rem;
}

.fmc-head .head-btn2 {
    border: 1px solid #bd0101;
    color: #fff;
    background-color: #bd0101;
    margin-right: 0.25rem;
}

.head-btngroup button {
    width: 16.578333rem;
    height: 2.625rem;
    font-size: 19px;
}

.fmc-head-r {
    width: 100%;
    position: absolute;
    bottom: 20%;
}

.wangluo_sy {
    position: relative;
    margin-top: 84px;
}

.wangluo_fa {
    position: absolute;
    width: 100%;
    bottom: -8rem;
}

.wangluo_fa img,
.wangluo-dh-text {
    width: 100%;
}

.wangluo-zh {
    margin-top: 9.5rem;
}

.wangluo-tip {
    font-size: 20px;
    font-family: STXihei;
    line-height: 27px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 6.166666rem;
    margin-bottom: 3.5rem;
}

.wangluo-dh {
    position: relative;
    margin-top: 7.166666rem;
}

.wangluo-dh-text {
    position: absolute;
    bottom: 9.166666rem;
}

.wangluo-dh-text1 {
    font-size: 52px;
    font-family: STXihei;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.wangluo-dh-text2 {
    font-size: 30px;
    font-family: MicrosoftYaHei;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.wangluo-xl {
    margin: 3rem auto;
}

.huodai_bz {
    margin-top: 8.5rem;
}

.huodai-ys {
    position: relative;
}

.huodai-bj {
    position: absolute;
    width: 100%;
    bottom: -32rem;
}

.huodai-bj-b {
    width: 89.916666rem;
    margin: 0 auto;
}

.huodai-bj-b img {
    width: 100%;
}

.huodai-btn {
    /*margin-top: 34rem;*/
    text-align: center;
    margin-bottom: 5.916666rem;
}

@media (max-width: 1200px) {
    .huodai-bj {
        bottom: -37rem;
    }

    .huodai-btn {
        margin-top: 40rem;
    }

}

@media (max-width: 1200px) {
	.huodai-bj {
		bottom: -37rem;
	}

	.huodai-btn {
		margin-top: 40rem;
	}

}

.page {
	float: right;
	padding: 10px;
	overflow: hidden;
	clear: both;
}

.page div {
	border-left: 1px solid #e2e2e2;
	overflow: hidden;
}

.page span, .page a {
	width: auto;
	overflow: hidden;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-left: none;
	font-size: 14px;
}

.page .current {
	background: #2699FB;
	color: #fff;
	border-top: 1px solid #2699FB;
}

.page span:hover, .page a:hover {
	color: #2699FB;
	text-decoration: none;
}

.page .current:hover {
	color: #fff;
}
.page1 {
	float: right;
	padding: 10px;
	overflow: hidden;
	clear: both;
}

.page1 div {
	border-left: 1px solid #e2e2e2;
	overflow: hidden;
}

.page1 span, .page1 a {
	width: auto;
	overflow: hidden;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-left: none;
	font-size: 14px;
}

.page1 .current {
	background: #2699FB;
	color: #fff;
	border-top: 1px solid #2699FB;
}

.page1 span:hover, .page1 a:hover {
	color: #2699FB;
	text-decoration: none;
}

.page1 .current:hover {
	color: #fff;
}
/*2019年12月24日16:42:52*/
.fmc-yx-l{
	background-color: #fff;
}
.fmc-yx a:hover{
	text-decoration: none;
}
.fmc-yx-l img{
	width: 27.125rem;
	height: 39.400833rem;
}
.fmc-yx-l-1{
	font-size: 20px;
	font-family:MicrosoftYaHei;
	line-height:28px;
	color:#414141;
	text-align: center;
}
.fmc-yx-l-2{
	font-size: 16px;
	font-family:MicrosoftYaHei;
	line-height:28px;
	color:#BD0101;
	text-align: center;
}
.fmc-yx-r{
	margin-left: 0.833333rem;
}
.fmc-yx-r-b{
	width: 33.33%;
	margin-bottom: 20px;
}

.fmc-yx-text1{
	font-size:17px;
	font-family:MicrosoftYaHei;
	line-height:23px;
	color:rgba(65,65,65,1);
	text-align: center;
	margin: 10px 0;
}
.fmc-yx-r-bock{
	width: 98%;
	height: 100%;
	background-color: #fff;
	border:1px solid rgba(238,238,238,1);
}
.huodai-yu{
	font-size:35px;
	font-family:MicrosoftYaHei;
	line-height:129px;
	color:rgba(65,65,65,1);
	text-align: center;
}

/*  **********消息中心***************/
.message-head {
	height: 16.166666rem;
	background-image: url(../image/message_head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.message-content {
	margin-top: 1.666666rem;
	margin-bottom: 3rem;
}

.message-content-l {
	width: 23.916666rem;
	height: 100%;
	margin-right: 1.333333rem;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.16);
}

.message-c-head {
	height: 5rem;
	background-color: #479BFF;
	color: #fff;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 25px;
}

.message-active {
	background-color: #479BFF;
	color: #fff !important;
	font-weight: bold !important;
}

.message-c-list {
	height: 5rem;
	/* margin: 0 2.166666rem; */
	text-align: center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
}

.message-c-list div {
	margin: 0 2.166666rem;
	padding: 1.666666rem 0;
	border-bottom: 1px solid #F8F8F8;
}

.message-block {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.16);
	margin-bottom: 1.333333rem;
	padding: 1.25rem;
}

.message-blocks {
	margin-top: 1.333333rem;
}

.notice-list {
	cursor: pointer;
}

.notice-list-l img {
	width: 3rem;
	height: 3rem;
}

.notice-list-r {
	margin-left: 1.666666rem;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
	padding: 1.666666rem 0;
	border-bottom: 1px solid #F8F8F8;
}

.message-time {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: rgba(153, 153, 153, 1);
}

.message-notice .message-time {
	margin-left: 0.833333rem;
}

.notice-list-tip {
	font-weight: bold;
}

.message-block:last-child .notice-list-r {
	border-bottom: 0
}

.back-block {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: rgba(102, 102, 102, 1);
	cursor: pointer;
}

.back-img {
	width: 1.333333rem;
	height: 1.333333rem;
	margin-right: 0.416666rem;
}

.message-blocks-detail .content {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.16);
	padding: 1.666666rem;
}

.message-blocks-detail .content .title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.message-blocks-detail .content .time {
	margin-top: 0.833333rem;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
}

.message-blocks-detail .content .text {
	margin-top: 0.833333rem;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.message-blocks-detail .content .next {
	width: 31.25rem;
	padding: 0.666666rem 1rem;
	background-color: #FAFAFA;
	margin-top: 1.166666rem;
	cursor: pointer;
}

.slht {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.slho {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.fmc-yx-r-b{
	width: 50%;
	background-color: #fff;
	border: 1px solid rgba(238,238,238,1);
	margin-bottom: 20px;
}
.fmc-yx-r-b2{
	margin-top: 20px;
	margin-bottom: 0px;
}
.fmc-yx-r-bock{
	width: 98%;
	height: auto;
	border: none;
}
.huodai-text{
	margin-top: 78px;
	font-size:20px;
	font-family:STXihei;
	line-height:27px;
	color:rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 20px;
}
.huodai_eximg{
	display: block;
	width: 3.583333rem !important;
	height: 4.416666rem;
}
.huodai_extitle{
	font-size:35px;
	font-family:MicrosoftYaHei;
	color:rgba(0,0,0,1);
	text-align: center;
	margin-top: 1.333333rem;
	margin-bottom: 1.333333rem;
}
.huodai_excontent{
	width: 82.166666rem;
	font-size:21px;
	font-family:STXihei;
	line-height:44px;
	color:rgba(0,0,0,1);
	text-indent:25px;
	margin-top: 3.333333rem;
	margin-bottom: 7.083333rem;
}
.huodai_excontent2{
	font-size:32px;
	font-family:STXihei;
	line-height:65px;
	color:rgba(0,0,0,1);
	margin-top: 3.333333rem;
	margin-top: 1.25rem;
	text-indent: 0px;
}
.huodai_shiyong-t{
	font-size:32px;
	font-family:STXihei;
	line-height:65px;
	color:rgba(0,0,0,1);
	text-align: center;
}
.huodai_shiyong-t2{
	font-size:24px;
	font-family:STXihei;
	line-height:40px;
	color:rgba(0,0,0,1);
	text-align: center;
}
.huodai-shiyong-b{
	margin-top: 30px;
	margin-bottom: 8.333333rem;
}
.huodai-baoz-img{
	display: block;
	margin: 0 auto;
	width: 10rem;
	height: 10rem;
}
.huodai-baoz-txt{
	width: 17rem;
	margin: 0 auto;
	font-size:20px;
	font-family:MicrosoftYaHei;
	line-height:33px;
	color:rgba(65,65,65,1);
	margin-top: 7.5rem;
}
.huodai_extbaoz{
	margin-top: 8.333333rem;
	margin-bottom: 5rem;
}
.huodai-what-b{
	border: 2px dotted;
	padding: 4.5rem 0;
	margin-bottom: 7.083333rem;
}

.article-list {
	border-bottom: 1px dotted #E0E0E0;
	padding-bottom: 16px;
}

.res-head {
	padding-bottom: 1.666666rem;
	border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.gaunshui-head{
	width: 100%;
	height: 18.166666rem;
	background-image: url(../image/guangshui_head.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.block-title{
	position: relative;
	font-size:27px;
	font-family:MicrosoftYaHei-Bold;
	line-height:33px;
	color:rgba(77,77,77,1);
	text-align: center;
	margin: 2.583333rem 0;
}
.block-title-line{
	width: 18.583333rem;
	height: 1px;
	color: #3388FF;
	border-bottom:2px solid #3388FF;
	margin: 0 auto;
	margin-top: 18px;
	margin-top: 1.5rem;
}
.gaungshui-bx-txt{
	font-size:17px;
	font-family:MicrosoftYaHei;
	line-height:33px;
	color:rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 6.166666rem;
}

.axh {
	text-decoration: none;
}
.exclusive-head{
	position: relative;
}
.exclusive-head img{
	width: 100%;
}
.exclusive-head-text{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	top: 0;
	color: #ffffff;
}
.exclusive-head-text1{
	font-size: 74px;
	font-weight: bold;
	margin-bottom: 20px;
}
.exclusive-head-text2{
	font-size: 25px;
}
.exclusive-center{
	width: 100%;
	position: absolute;
	bottom: -640px;
}
.exclusive-center-text{
	width: 80%;
	min-width: 1320px;
	background-image: url(../image/exclusive_center.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	padding-top: 12px;
}
.exclusive-center-text1{
	font-size: 20px;
	color: #000;
	margin-bottom: 50px;
}
.exclusive-center-text1 span{
	border-bottom:1px dashed #000;
	padding-bottom: 23px;
}
.exclusive-youshi{
	padding:0 190px ;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.exclusive-youshi .list{
	width: 50%;
	background-image: url(../image/exclusive_listbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 1rem;
}

.exclusive-youshi .list:hover{
	/*box-shadow: 0 6px 30px 5px #0000000d, 0 16px 24px 2px #0000000a, 0 8px 10px -5px #00000014;*/
	transform: translateY(-4px);
}
.exclusive-youshi .list .left{
	font-size: 70px;
	width: 37%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 2.5;
	color: #479BFF;
}
.exclusive-youshi .list .right{
	flex:1;
	padding: 30px 20px;
}
.exclusive-youshi .list .right .text1{
	color: #479BFF;
	font-size: 40px;
	font-weight: bold;
}
.exclusive-youshi .list .right .text2{
	font-size: 18px;
	margin-top: 10px;
}
.exclusive-foot{
	width: 100%;
	height: 700px;
}
.exclusive-btn{
	background-image: url(../image/exclusivebtn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: #ffffff;
	border: 0px;
	padding: 10px;
	font-size: 20px;
}
.exclusive-btn:active{
	opacity: 0.9;
}

.amsexplain-head{
	width: 100%;
	background-image: url(../image/amsexplain_headbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 106px 0;
}
.amsexplain-head-t{
	font-size: 106px;
	font-weight: bold;
	font-style: italic;
}
.amsexplain-head-s{
	font-size: 33px;
	font-style: italic;
	line-height: 57px;
}
.amsexplain-btn1{
	margin-right: 10px;
}
.amsexplain-what{
	background-color: #E00010;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 24px;
	border-radius: 5px;
	width: 178px;
}
.amsexplain-center1{
	padding: 70px 0;
}
.amsexplain-text1{
	margin-top: 20px;
	font-size: 19px;
	color: black;
	line-height: 28px;
}
.amsexplain-center2{
	width: 100%;
	background-image: url(../image/amsexplain_headbg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 153px 0;
}
.amsexplain-line{
	width: 100px;
	border-bottom: 2px solid #ffffff;
	margin: 15px 0;
}
.amsexplain-center2 ul li{
	list-style: disc;
	line-height: 26px;
	font-size: 16px;
}
.amsexplain-title{
	position: relative;
	color: red;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.amsexplain-title:after{
	content: "";
	border-bottom: 1px solid #000000;
	height:1px;
	content: "";
	border-bottom: 1px solid #000000;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.amsexplainjian{
	margin: 0 20px;
}
.amsexplain-block1{
	flex: 1;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	padding: 30px 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.amsexplain-center3{
	padding: 50px 0;
}
.amsexplain-center3 .block1{
	margin-bottom: 30px;
}
.amsexplain-block2 div{
	position: relative;
	height: 40px;
	line-height: 40px;
}
.amsexplain-block2 div:after{
	content: "";
	border-right: 1px solid #C1C1C1;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
}
.amsexplain-block2 .last:after{
	width: 0px;
	content: "";
	border-right:0px
}
/*分页*/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	margin-right: auto;
}

.pagination > div {
	display: inline;
}

.pagination > div:first-child > a,
.pagination > div:first-child > span {
	margin-left: 0;
	border-radius: 50%;
}

.pagination > div > .current,
.pagination > div > .current:focus,
.pagination > div > .current:hover,
.pagination > div > .current,
.pagination > div > .current:focus,
.pagination > div > .current:hover {
	cursor: not-allowed !important;
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #479BFF;
	border-color: #479BFF;
}

.pagination > div > a,
.pagination > div > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
}

.pagination > div > .num,
.pagination > div > .num:focus,
.pagination > div > .num:hover,
.pagination > div > .num,
.pagination > div > .num:focus,
.pagination > div > .num:hover {
	color: #777;

}

.pagination > div > a,
.pagination > div > span {
	position: relative;
	float: left;
	padding: 2px 8px;
	line-height: 1.42857143;
	color: #479BFF;
	text-decoration: none;
	margin: 0 20px;
}

.pagination > div > .prev {
	color: #777;
}

.pagination > div > .next {
	color: #777;
}
.sfoot-block{
	margin: 3rem auto;
}
.sfoot-block-b{
	width: 25%;
	cursor: pointer;
}
.sfoot-block-t1{
	font-size:23px;
	font-family:STXihei;
	color:rgba(0,0,0,1);
}
.sfoot-block-t2{
	font-size:13px;
	font-family:STXihei;
	color:rgba(113,113,113,1);
}
.sfoot-block-b-l{
	margin-right: 5px;
}
.sfoot-block-red{
	background-color: #bd0000;
	overflow: hidden;
}
.sfoot-block-red .sfoot-block-t1,
.sfoot-block-red .sfoot-block-t2{
	color: #ffffff;
	font-size: 17px;
}

.btsx{
	padding-bottom: 0.6rem;
	cursor: pointer;
	border-bottom: 1px solid #E0E0E0;
}
.answer-right-center .kow-new-l-t .axh {
	width: 32.166666rem;
	height: 19.75rem;
}
.background-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wrapper {
	background-color: #F8F8F8
}

.newsdetail{
	width: 100%;
}

.newsdetailbt{
	font-size: 30px;
	word-break: break-all;
}

.newsdetailsearch{
	background-color: #fff;
	padding: 3rem 5rem;
}

.newsdetailanswer{
	word-break: break-all;
}
.is-index {
	color: #479BFF !important;
	/*font-weight: bold !important;*/
	font-size: 16px;
	line-height: 16px;
	font-family: PingFang SC;
	padding: 0 !important;
	padding-bottom: 10px !important;
	margin: 15px 20px;
}

.is-index .a-line {
	left: 0 !important;
}

.index-top {
	margin-top: 0px;
}
.public-head-t{
	background-color: #F8F8F8;
	color: #666666 ;
	font-size: 12px;
}
.public-head-t-l a{
	display: flex;
	align-items: center;
	color: #666666 ;

}
.public-head-t-l{
	display: flex;
	align-items: center;
}
.public-head-t-r{
	margin-left: auto;
}
.public-head-b{
	background-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: #fff;
}
.first-ul{
	height: 60px;
}
.first-ul li{
	display: flex;
}
.is-index{
	position: relative;
}
.is-index:hover .a-line{
	left: 0 !important;
}
.index-nav:hover{
	text-decoration: none;
}
.navbar-brand{
	height: auto;
}
.down-nav-li:hover .down-nav-son{
	display: block;
}
.down-nav-son{
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #fff;
	/*bottom: -209px;*/
	z-index: 999;
	display: none;
	/*opacity: 0;*/
	top: 60px;
}
/*.container{*/
	/*min-width: 1200px;*/
/*}*/

.message_type{
	margin-top: 5px;
	margin-left: 10px;
	color: #333;
}

.message_type li{
	margin-bottom: 25px;
}

.message_type li p {
	font-size: 16px;
	font-family: PingFang SC;
	display: inline-block;
}

.policy_type{
	background-color: #F8F8F8;
	margin-left:40px;
	margin-top: 15px;
	padding-left: 20px;
	color: #666;
}

.policy_type li p {
	font-size: 14px;
}

.kaiguan{
	float: right;
	margin-right: 20px;
}

.kaiguan img{
	margin:0 10px 0 15px;
}

/*底部广告*/
.foot-advert{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 270px;
	background-color: #479BFF;

}
.kefuimg{
	position: absolute;
	top: -120px;
}
.foot-advert .content{
	margin-left: 384px;
}
.foot-advert .title{
	font-size:36px;
	font-weight:bold;
	color: #fff;
}
.foot-advert .title2{
	font-size:24px;
	font-weight:bold;
	color: #fff;
}
.foot-advert .input-div{
	margin-bottom: 16px;
}
.foot-advert .input-div input{
	width: 335px;
	height: 40px;
	padding-left: 17px;
	font-size: 16px;
	border: 0;
}
.foot-advert .contents-r{
	margin-left: 100px;
	margin-top: 23px
}
.foot-advert .input-div button{
	display: block;
	font-size: 14px;
	color: #fff;
	width: 300px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	background-color: #FF6600;
	border:0;
}
.foot-advert .kefuclose{
	position: absolute;
	top:0;
	right: 0;
	top: -17px;
}
.left-advert{
	position: fixed;
	left: 0px;
	top: 25%;
	width: 120px;
}
.left-advert img{
	width: 100%;

}
.left-advert div{
	background-color: #E4E4E4;
	color: #999999;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	height: 20px;
	line-height:22px;
}
.left-advert2{
	width: 100%;
}
.left-advert4{
	position: fixed;
	left: 0px;
	bottom: 2%;
	width: 8%;
	min-width:110px;
	z-index: 9999999;
}
.advertBlock{
	box-shadow:0px 3px 6px rgba(71,155,255,0.5);
}
.left-advert2 img{
	width: 100%;

}
.left-advert2 div{
	background-color: #E4E4E4;
	color: #999999;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	height: 20px;
	line-height:22px;
}
.left-advert3{
	width: 100%;
	margin-top: 10px;
}
.left-advert3 img{
	width: 100%;

}
.left-advert3 div{
	background-color: #E4E4E4;
	color: #999999;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	height: 20px;
	line-height:22px;
}
.app-success{
	position: fixed;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.centerblock{
	position: relative;
	width: 460px;
	height: 377px;
	margin: 0 auto;
	background-color: #ffffff;
}
.app-success .title{
	font-size:24px;
	color:rgba(51,51,51,1);
	margin-top: 24px;
	text-align: center;
}
.app-success .title2{
	font-size:14px;
	margin-top: 34px;
	color:rgba(51,51,51,1);
	text-align: center;
}
.app-success .title3{
	font-size:14px;
	margin-top: 16px;
	color:rgba(51,51,51,1);
	text-align: center;
}
.app-success .imgblock{
	position: relative;
	margin: 0 auto;
	width: 189px;
	height: 189px;
	margin-top: 16px;
}
.app-success .imgblock img{
	width: 100%
}
.app-success .appclose{
	position: absolute;
	right: -15px;
	top: -20px;
}
.imgblock .block1,.imgblock .block2,.imgblock .block3,.imgblock .block4{
	position: absolute;
	width: 45px;
	height: 45px;
}
.imgblock .block1{
	 top:0;
	 left: 0;
	 border-left: 2px solid #479BFF;
	 border-top: 2px solid #479BFF;
 }
.imgblock .block2{
	top:0;
	right: 0;
	border-right: 2px solid #479BFF;
	border-top: 2px solid #479BFF;
}
.imgblock .block3{
	bottom:0;
	left: 0;
	border-left: 2px solid #479BFF;
	border-bottom: 2px solid #479BFF;
}
.imgblock .block4{
	bottom:0;
	right: 0;
	border-right: 2px solid #479BFF;
	border-bottom: 2px solid #479BFF;
}
.head-redb{
	font-size: 10px;
	color: #ffffff;
	background-color: #E60012;
	padding: 4px 11px;
	border-radius:2px;
	line-height: 17px;
	letter-spacing: 3px;
	text-align: center;
}
.xuanzhe .head .block{
	width: 33.33%;
	font-size: 20px;
	text-align: center;
	box-shadow:0px 3px 6px rgba(71,155,255,0.1);
	cursor: pointer;
}
.xuanzhe .head .block img{
	width: 50px;
	height: 50px;
	margin-top: 17px;
}
.xuanzhe .head .block .title{
	margin-top: 12px;
	color: #479BFF;
	margin-bottom: 18px;
}
.xuanzhe .head .a-active{
	background-color: #479BFF;
}
.xuanzhe .head .a-active .title{
	color: #fff;
}

.xuanzhe .content-block-n{
	flex-wrap: wrap;
	padding: 0 !important;

}
.xuanzhe .content-block-n .chi{
	width: 50%;
	background-image: url('/Public/Home/newlh/image/xuanzhebg.png');
	height: 224px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 1rem;
}
.xuanzhe .content-block-n .chi .block-l .title{
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	color:rgba(51,51,51,1);
	margin-bottom: 16px;
}
.xuanzhe .content-block-n .chi .block-l .bottom div{
	position: relative;
	font-size:14px;
	line-height:24px;
	color:rgba(153,153,153,1);
	padding-left: 17px;
}
.xuanzhe .content-block-n .chi .block-l .bottom div:before{
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2699FB;
	left: 0px;
	top: 30%;
}
.xuanzhe .content-block-n .chi .block-r{
	padding: 1rem;
}
.xuanzhe .content-block-n .chi .block-r .top{
	margin-top: 20px;
	font-size:40px;
	font-weight:bold;
	color:#0087FA;
	text-align: center;
}
.xuanzhe .content-block-n .chi .block-r .center{
	height: 20px;
	font-size:14px;
	color:rgba(102,102,102,1);
	text-align: center;
}
.xuanzhe .content-block-n .chi .block-r .bottom{
	margin-top: 27px;
}

.xuanzhe .content-block-n .chi .block-r .bottom div{
	width:120px;
	height:40px;
	border:1px solid rgba(38,153,251,1);
	box-shadow:0px 3px 6px rgba(71,155,255,0.16);
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	cursor: pointer;
	color:#2699FB ;
}
.xuanzhe .block-l{
	padding: 1rem 1.5rem;
}
.nowtoubao{
	width:230px;
	height:60px;
	background:rgba(71,155,255,1);
	opacity:1;
	border-radius:30px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	cursor: pointer;
}
.server-public{
	width: 100%;
	position: fixed;
	bottom: 0;
}
.server-public .server-top{
	height: 90px;
}
.server-public .server-bottom{
	height: 130px;
	background-color: #479BFF;
	position: relative;
}
.server-public .server-top-l{
	height: 90px;
	width: 60%;
}
.server-public .server-top-r-l{
	position: relative;
	width: 320px;
	background-color: #479BFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.server-public .server-bottom img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.server-public .server-bottom .top{
	font-size:36px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-bottom: 8px;
	margin-top: 15px;
}
.server-public .server-bottom .bottom{
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.server-public .server-top-r-l .blockinput{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.server-public .server-top-r-l .blockinput input{
	width: 270px;
	padding: 5px 17px;
	border:0;
	margin-top: 17px;
}
.server-public .server-top-r-l .blockinput button{
	width: 270px;
	background-color: #FF6600;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	border:0;
}
.server-public .server-top-r-l img{
	position: absolute;
	right: -15px;
	top: -10px;
}

.semhead{
	height: 851px;
	background-image: url(/Public/Home/newlh/image/senheadbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.semhead .head{
	display: flex;
	align-items: flex-start;
	color: #fff;
	margin-top: 50px;
}
.semhead .head .right{
	margin-left: auto;
	color: #ffffff;
}
.semhead .head .right a{
	color: #ffffff;
	outline-style: none;
}
.semhead .center1{
	margin-top: 130px;
	color: #ffffff;
	font-size: 52px;
	font-weight: bold;
}
.semhead .center2{
	margin-top: 30px;
	color: #ffffff;
	font-size: 30px;
}
.phone-btn{
	border-radius:35px;
	padding: 10px 48px;
	background-color: #fff;
	color: #1750E1;
	font-size: 24px;
	cursor: pointer;
}
.phone-btn a{
	text-decoration: none;
}
.huodai_extbaoz-l{
	width: 374px;
	height: 274px;
	background-image: url(/Public/Home/newlh/image/huodai_extbaoz_l.png);
	padding-top: 54px;
	padding-left: 74px;
	padding-right: 74px;
	font-size: 20px;
	color: #414141;
}
.huodai_extbaoz-r-t-l{
	width: 374px;
	height: 200px;
	background-image: url(/Public/Home/newlh/image/huodai_extbaoz_r_t.png);
	padding-top: 34px;
	padding-left: 85px;
	padding-right: 85px;
	font-size: 20px;
	color: #414141;
}
.huodai_extbaoz-r-b-l{
	width: 374px;
	height: 82px;
	background-image: url(/Public/Home/newlh/image/huodai_extbaoz_r_b.png);
	padding-top: 25px;
	padding-left: 126px;
	font-size: 20px;
	color: #414141;

}
.comparetable{
	width: 100%;
	color: #333333;
}
.comparetable th{
	background-color: #479BFF;
}

.comparetable th,.comparetable td{
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.comparetable th{
	color: #ffffff;

}
.comparetable tbody tr:nth-child(odd)
{
	background: #fff;
}
/*设置偶数行颜色*/
.comparetable tbody tr:nth-child(even)
{
	background: #E8F2FF;
}
.comparetable tbody tr :first-child{
	font-weight:bold;
}
.comparetabletd{
	border-left:1px solid rgba(245,245,245,1);
	border-right: 1px solid rgba(245,245,245,1);;
}
.huodaibtn1{
	display: block;
	width: 383px;
	height: 61px;
	margin-left: auto;
	/*background-image: url('/Public/Home/newlh/image/huodaibtn1.png');*/
	background-image: url('/Public/Home/newlh/image/huodaibtn3.png');
}
.huodaibtn2{
	display: block;
	width: 383px;
	height: 61px;
	margin-right: auto;
	margin-left: 15px;
	background-image: url('/Public/Home/newlh/image/huodaibtn2.png');
}
.quest1,.quest2{
	position: relative;
	width: 278px;
	height: 260px;
	color: #2699FB;
	font-size: 21px;
}
.quest1{
	background-image: url('/Public/Home/newlh/image/fbaquest1.png');
}
.quest2{
	background-image: url('/Public/Home/newlh/image/fbaquest2.png');
}
.questblock1{
	position: absolute;
	bottom: 40px;;
	width: 100%;
	text-align: center;
}
.questblock2{
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
}
.quest1 .title,.quest2 .title{
	font-size: 26px;
	color: #FB3847;
	font-weight: bold;
}
.fbalinghan{
	background-color: #ffffff;
}
.fbalinghan-l img{
	width: 430px;
	height: 392px;
}
.fbalinghan-r{
	margin-left: 65px;
}
.fbalinghan-r .title{
	margin-top: 90px;
	font-size:32px;
	margin-bottom: 36px;
	color:rgba(48,130,255,1);
	font-weight: bold;
}
.fbalinghan-r .content{
	font-size: 20px;
	color: #4D4D4D;
}
.fbalinghan-r .content .title2{
	font-size: 24px;
	font-weight: bold;
}
.huoyunhead{
	height: 300px;
	background-image: url(/Public/Home/newlh/image/huoyunheadbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.huoyunhead1{
	background-color: #ffffff;
}

.huoyunhead1 .title{
	font-size:20px;
	font-weight:bold;
	line-height: 30px;
	color:rgba(51,51,51,1);
	margin-top: 16px;
}
.huoyunhead1 .list{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
}
.huoyunhead1 .list label{
	font-weight: bold;
	color: #333333;
}
.huoyunhead1-r{
	margin-left: auto;
	margin-right: 20px;
}
.huoyunhead1-r .left{
	font-size: 18px;
	color: #666666;
}
.huoyunhead1-r .left .c{
	color: #E60012;
	font-size: 30px;
	font-weight: bold;
}
.huoyunhead1-r .right{
	width: 200px;
	height: 60px;
	background-color: #2699FB;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	border-radius: 10px;
	margin-left: 20px;
}

.fangan .head-block{
	width: 100%;
	height: 525px;
	background-image: url(/Public/Home/newlh/image/fanganhead.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.fangan .head-title{
	display: flex;
	align-items: baseline;
	font-size: 52px;
	font-weight: bold;
	color: #0074FF;
}
.fangan .head-title .img1{
	width: 530px;
	height: 50px;
}
.fangan .head-title .img2{
	width: 213px;
	height: 111px;
	margin-left: 5px;
}
/*.fangan .headcenter-block{*/
	/*margin-top: 10px;*/
/*}*/
.fangan .head-c-block{
	width: 392px;
	margin-top: 43px;
}
.fangan .list-block{
	width: 200px;
	height: 93px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fangan .list-block1{
	background-image: url(/Public/Home/newlh/image/fanganlistblock1.png);
}
.fangan .list-block2{
	background-image: url(/Public/Home/newlh/image/fanganlistblock2.png);
}
.fangan .list-block3{
	background-image: url(/Public/Home/newlh/image/fanganlistblock3.png);
}
.fangan .list-block4{
	background-image: url(/Public/Home/newlh/image/fanganlistblock4.png);
}
.fangan .right-block{
	width: 280px;
	height: 306px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px rgba(28, 127, 245, 0.1);
	border-radius: 5px;
	padding: 0px 30px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.fangan .right-block .title{
	font-size: 20px;
	font-weight: bold;
	color: #479BFF;
	margin-top: 20px;
	margin-bottom: 24px;
}
.fangan .right-block input{
	margin-bottom: 20px;
}
.fangan .right-block .yuyue{
	background-color: #1C7FF5;
	border-radius: 4px;
	border:0;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	margin-top: 10px;
}
.fangan .right-block .yuyue:active{
	background-color: #176dd4;
}
.fangan .center-block {
	margin-top: 27px;
}
.fangan .center-block .heads .block{
	width: 33.3%;
	text-align: center;
	background-color: #E5EFF8;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #666666;
	cursor: pointer;
}
.fangan .center-block .heads .a-active{
	background-color:#479BFF ;
	color: #ffffff;
	border-radius: 10px !important;
}
.fangan .center-block .heads .block:first-child{
	border-radius: 10px 0 0 10px;
}
.fangan .center-block .heads .block:last-child{
	border-radius: 0 10px 10px 0;
}
.fangan .center-block .centers-b .title{
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #ffffff;
	width: 274px;
	height: 63px;
	margin: 22px auto;
}
.fangan .center-block .centers-b .title img{
	position: absolute;
	width: 274px;
	height: 63px;
	left: 0;
}
.fangan .center-block .centers-b .title .text{
	position: absolute;
	width: 274px;
	height: 63px;
	left: 0;
	z-index: 9;
	line-height: 63px;
}
.fangan .center-block .centers-b .block-lb{
	width: 900px;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 30px;
	margin-bottom: 16px;
}
.fangan .center-block .centers-b .block-lb1{
	margin-left: 50px;
}
.fangan .center-block .centers-b .block-lb2{
	margin-left: 160px;
}
.fangan .center-block .centers-b .block-lb .img1{
	width: 90px;
}
.fangan .center-block .centers-b .block-lb .img2{
	width: 73px;
}
.fangan .center-block .centers-b  .long{
	display: flex;
	flex-flow: column;
}
.fangan .center-block .centers-b  .long-t{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.fangan .center-block .centers-b  .long-b{
	margin-top: auto;
	font-size: 24px;
	color: #666666;
}
.margin-l-40{
	margin-left: 40px;
}
.margin-r-40{
	margin-right: 40px;
}
.fangan .center-block-l1{
	background-image: url(/Public/Home/newlh/image/center_block_l1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fangan .center-block-l2{
	background-color: rgba(98, 170, 255, 0.08);
}
.fangan .bubble_diailog {
	position: relative;
	background: #fff;
	border: 0px solid rgba(204, 204, 204, 1);
	border-radius: 10px;
	margin: 0 auto;
	padding: 18px;
	margin-bottom: 40px;
}
.bubble_diailog i.b {
	bottom: -38px;
	left: 45%;
	border-color: rgba(255, 255, 255, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.bubble_diailog i, .bubble_diailog b {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 20px;
	display: block;
}
.bubble_diailog b.b {
	bottom: -38px;
	left: 45%;
	border-color: rgba(255, 255, 255, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.size_1 {
	width: 805px;
	/*height: 80px;*/
	box-shadow: 0px 3px 6px rgba(48, 104, 236, 0.16);
}
.size_2 {
	width: 1100px;
	/*height: 80px;*/
	box-shadow: 0px 3px 6px rgba(48, 104, 236, 0.16);
}
.bubble_diailog i.b, .bubble_diailog b.b {
	border-style: solid dashed dashed;
}
.bubble_diailog .dia-l img{
	width: 74px;
	margin-right: 36px;
}
.bubble_diailog .long .long-t{
	margin-bottom: 16px;
}
.fangan .block-anli .anli-l,.fangan .block-anli .anli-r{
	position: relative;
	width: 48%;
	padding: 30px 50px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	color: #666666;
	border-radius: 10px;
	text-indent:25px;
}
.fangan .block-anli .anli-l{
	margin-right: 1%;
}
.fangan .block-anli .anli-r{
	margin-left: 1%;
}
.fangan .block-anli .anli-l:before,
.fangan .block-anli .anli-r:before{
	position: absolute;
	content: "";
	left: 12px;
	top: 18px;
	width: 32.6px;
	height: 27.88px;
	background-image: url(/Public/Home/newlh/image/yinhao1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fangan .block-anli .anli-l:after,
.fangan .block-anli .anli-r:after{
	position: absolute;
	content: "";
	right: 12px;
	bottom: 18px;
	width: 32.6px;
	height: 27.88px;
	background-image: url(/Public/Home/newlh/image/yinhao2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fangan a{
	text-decoration: none;
}
.fangan-btn:hover{
	color: #ffffff;
}
.fangan-btn{
	display: inline-block;
	width: 188px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.fangan-btn img{
	width: 23px;
	margin-right: 7px;
}
.fangan .foot-cont{
	margin-top: 50px;
}
.fangan .foot-img{
	margin-top: 47px;
}
.fangan .foot-img img{
	width: 100%;
	cursor: pointer;
}
.fangan-btn-f{
	background-color: #1C7FF5;
	margin-right: 85px;
}
.fangan-btn-p{
	background-color: #FE7418;
}
.fangan .block-anli-s{
	display: flex;
}
.fangan .phone-logo img{
	margin-top: 25px;
}
.center-block-l-on{
	display: block !important;
}
@media (max-width: 991px){
	.fangan .list-block1{
		background-image: url(/Public/Home/newlh/image/fanganlistblock1_m.png);
	}
	.fangan .list-block2{
		background-image: url(/Public/Home/newlh/image/fanganlistblock2_m.png);
	}
	.fangan .list-block3{
		background-image: url(/Public/Home/newlh/image/fanganlistblock3_m.png);
	}
	.fangan .list-block4{
		background-image: url(/Public/Home/newlh/image/fanganlistblock4_m.png);
	}
	.fangan-head{
		display: none;
	}
	.fangan .head-title{
		font-size: 24px;
		text-align: center;
		margin-top: 60px;
	}
	.fangan .head-title img {
		/*content:url("/Public/Home/newlh/image/fangan5.png");*/
	}
	.fangan .head-title .img1{
		width: 90% !important;
		height: auto;
		margin: 0 auto;
	}
	.fangan .head-title .img2{
		position: absolute;
		top: -29px;
		left: 30%;
		width: 147px;
		height: auto;
	}
	.fangan .head-c-block{
		width: auto;
		margin: 0 auto;
		margin-top: 2px;
	}
	.fangan .head-c-block .row{
		margin: 0;
	}
	.fangan .list-block{
		width: 165px;
		height: 63px;
	}
	.fangan .head-block{
		background-image: url(/Public/Home/newlh/image/fanganhead_s.png);
	}
	.fangan .right-block{
		padding: 0 15px;
		margin-top: 15px;
		width: 280px;
		height: 260px;
	}
	.fangan .right-block .yuyue{
	margin-top: 0;
	}
	.fangan .right-block .title{
		font-size: 16px;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.fangan .center-block{
		margin-top: 50px;

	}
	.fangan .center-block .heads .block{
		width: 118px;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fangan .center-block .centers-b .title{
		width: 126px;
		height: 29px;
		font-size: 16px;
	}
	.fangan .center-block .centers-b .title .text{
		width: 126px;
		height: 29px;
		line-height: 29px;
	}
	.fangan .center-block .centers-b .title img{
		width: 126px;
		height: 29px;
	}
	.fangan .center-block .centers-b .block-lb{
		width: 303px;
		padding: 10px;
		border-radius:15px
	}
	.fangan .center-block .centers-b .block-lb .img1{
		width: 30px;
	}
	.fangan .center-block .centers-b .long-t{
		font-size: 12px;
	}
	.fangan .center-block .centers-b .long-b{
		font-size: 10px;
	}
	.fangan .center-block .centers-b .block-lb1{
		margin-left: 15px;
	}
	.fangan .center-block .centers-b .block-lb2{
		margin-left: 50px;
	}
	.fangan .center-block .centers-b .block-lb .img2{
		width: 24.7px;
	}
	.margin-r-40{
		line-height: 40px;
		margin-right: 16px;
	}
	.margin-l-40{
		line-height: 40px;
		margin-left: 16px;

	}
	.bubble_diailog .dia-l img{
		width: 24px;
		margin-right: 8px;
	}
	.bubble_diailog .long .long-t{
		margin-bottom: 2px;
	}
	.size_1{
		width: 302px;
	}
	.fangan .bubble_diailog{
		padding: 7px;
		margin-bottom: 22px;
	}
	.size_2{
		width: 100%;
	}
	.bubble_diailog i.b,.bubble_diailog b.b{
		bottom: -33px;
	}
	.fangan .block-anli{
		overflow-x: scroll;
	}
	.fangan .block-anli .block-anli-s{
		display: inline-flex;
	}
	.fangan .block-anli .anli-l, .fangan .block-anli .anli-r{
		padding: 11px 20px;
		font-size: 12px;
		width: 320px;
		text-indent: 25px;
	}
	.fangan .block-anli .anli-l:before, .fangan .block-anli .anli-r:before{
		width: 15.98px;
		height: 13.65px;
		left: 5px;
		top: 10px;
	}
	.fangan .block-anli .anli-l:after, .fangan .block-anli .anli-r:after{
		width: 15.98px;
		height: 13.65px;
		right: 5px;
		bottom: 10px;
	}
	.fangan .foot-block{
		display: none;
	}
	.fangan .foot-img{
		display: none;
	}
	.fangan .fangan-btn-p{
		display: none;
	}
	.fangan .center-block-l{
		margin-top: 12px;
	}
	.fangan .phone-logo img{
		margin-top: 10px;
		width: 75px;
	}
	.fangan .headcenter-block{
		margin-top: 6px;
	}
	.fangan .center-block2 .container{
		padding: 0;
	}
	.fangan .head-block{
		background-position: top;
		background-size: 100%;
		height: auto;
	}
	.fangan .head-block .m-new-btn{
		box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
	}
	.fangan .right-block input{
		margin-bottom: 16px;
	}
	.fangan .right-block{

	}
	.fangan .fangan-btn-f{
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		font-size: 18px;
		font-weight: bold;
		z-index: 99;
	}
}
.baozhang1{
	width: 530px;
	height: 176px;
	background-image: url(/Public/Home/newlh/image/baozhang1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 20px;
	color: #414141;
	padding: 40px 80px;
	text-align: center;
}
.baozhang2{
	width: 350px;
	height: 70px;
	background-image: url(/Public/Home/newlh/image/baozhang2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 20px;
	color: #414141;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 15px;
}
.ke-block{
	border-radius: 30px;
	padding: 5px 40px;
	background-color: #D4E6FB;
	font-size: 22px;
	font-weight: bold;
	color: #479BFF;
	margin: 16px 15px;
}
.text-color-red{
	color: #FA3C4B;
}
.fujiaxian{
	width: 310px;
	height: 282px;
}
.hezuo-block{
	width:500px ;
	height: 224px;
	background-color: #EDEDED;
}
.hezuo-block .t{
	display: flex;
	height: 65px;
	background-color: #479BFF;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.hezuo-block .b{
	padding-top: 17px;
	padding-left: 112px;
	font-size: 24px;
	color: #333333;
	line-height: 40px;
}

.hezuo-block .t .l{
	width: 88px;
	height: 65px;
	background-color: #AFD0F7;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}.hezuo-block .t .r{
	padding: 17px 13px;
 }
.layui-collapse{
	border: 0px;
	background-color: transparent;
}
.layui-colla-title{
	background-color: transparent;
	padding: 0 15px 0 5px;
}
.layui-colla-icon{
	left: 80px;
}
.layui-colla-content, .layui-colla-item{
	border-top: 0;
}
.layui-colla-content ul{
	display: flex;
	flex-flow: wrap;
}
.layui-colla-content ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 30px;
}
.layui-colla-content ul li a{
	color: #9399a5;
}