/* ==============================================================

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: 'Arial';
}

.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;
}
.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%);
}
.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: "Arial"
}

.pageheader p {
	margin-bottom: 0;
	color: #f5f5f5;
	font-size: 16px;
	font-family: "Arial"
}

.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: 50px;
	height: 50px;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
	overflow: hidden;

}

.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 {
	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: Arial;
}

.block-l-t {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 1.25rem;
	color: #666666;
	font-size: 20px;
	font-family:Arial;
	font-weight: bold;
	line-height: 28px;

}

.block-l-c {
	width: 14.75rem;
	color:rgba(112,112,112,1);
	/* height: 50%; */
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	line-height: 18px;
}

.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(../image/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: 24px;
	color: #fff;
	font-weight: bold;
}

.map-content {
	/*width: 99.666666rem;*/
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	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: 4.25rem;
	/* 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: Arial;
	font-weight: bold;
	line-height: 33px;
	color: rgba(51, 51, 51, 1);
	margin-top: 30px;
}

.server-top-left {
	position: absolute;
	display: flex;
	left: 17%;
	align-items: center;
	top: 40%;
}

.server-top-right {
	position: absolute;
	display: flex;
	left: 60%;
	align-items: center;
	top: 40%;
}

.server-bottom-left {
	position: absolute;
	display: flex;
	left: 9%;
	align-items: center;
	top: 70%;
}

.server-bottom-right {
	position: absolute;
	display: flex;
	left: 69%;
	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: Arial;
	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;
}

/*.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;*/
	background-color: #142840;
}

.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: Arial;
	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: Arial;
	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: 'Arial;
}

.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: Arial;
}

.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;
	padding: 1rem;
	bottom: 15%;
	right: 0;
	transition: all .3s ease-in-out;
}

.service img {
	position: absolute;
	width: 10rem;
	left: -250%;
	/*top: -50%;*/
}

.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: Arial;
	font-weight: bold;
	line-height: 33px;
	color: rgba(51, 51, 51, 1);
}

.freight-c-tip {
	margin-top: 2rem;
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	/*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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
}

.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: Arial;
	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: Arial;
	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: Arial;
	font-weight: bold;
	line-height: 33px;
	color: rgba(71, 155, 255, 1);
}

.search-totle {
	margin-left: 0.833333rem;
	font-size: 18px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	font-weight: bold;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
}

.article-l-content {
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	font-weight: bold;
	line-height: 25px;
	color: rgba(51, 51, 51, 1);
}

.adcert-head-r {
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	font-weight: bold;
	line-height: 20px;
	color: rgba(51, 51, 51, 1)
}

.advert-content {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	line-height: 17px;
	color: #666666;
	margin: 0.833333rem 0;
	word-break: break-all;
}

.advert-time {
	font-size: 12px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	font-weight: bold;
	line-height: 22px;
	color: rgba(51, 51, 51, 1);
	margin-left: 1.666666rem;
}

.answer-content-time {
	font-size: 16px;
	font-family: Arial;
	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: Arial;
	font-weight: 400;
	color: rgba(71, 155, 255, 1);
	margin-top: 0.3rem;
}

.answer-l-content {
	font-size: 16px;
	font-family: Arial;
	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: Arial;
	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: Arial;
}

.quest-l-info .info-right {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: Arial;
}

.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: Arial;
	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: Arial;
	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;
	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: Arial;
	font-weight: bold;
	line-height: 3.333333rem;
	color: rgba(71, 155, 255, 1);
	margin-left: 2.083333rem;
}

.postmodel-text {
	font-size: 16px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	font-weight: 400;
	line-height: 17px;
	color: rgba(255, 177, 55, 1);
	margin-left: 0.833333rem;
}

.is-help {
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	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-auto {
	margin: 0 auto;
}

.m-margin {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.m-margin-l {
	margin-left: 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: Arial;
	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: Arial;
	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: 200px;
	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: 55%;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	line-height: 27px;
	margin: 1rem 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: Arial;
	font-weight: bold;
	color: rgba(71, 155, 255, 1);
	margin-top: 4.583333rem;
}

.about-server-info {
	font-size: 14px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 5px;
	margin-bottom: 1.666666rem;
}

.tari-changpin-i {
	font-size: 17px;
	font-family: Arial;
	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: Arial;
	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: 70px;
	font-family: Arial;
	line-height: 100px;
	color: rgba(3, 62, 161, 1);
}

.fmc-huodai-text {
	font-size: 25px;
	font-family: Arial;
	line-height: 33px;
	color: rgba(3, 62, 161, 1);
}

.fmc-head-text .fmc-head-text-1 {
	width: 54.166666rem;
	font-size: 47px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	line-height: 70px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.wangluo-dh-text2 {
	font-size: 30px;
	font-family: Arial;
	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;
}

/*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: Arial;
	line-height: 28px;
	color: #414141;
	text-align: center;
}

.fmc-yx-l-2 {
	font-size: 16px;
	font-family: Arial;
	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: Arial;
	line-height: 23px;
	color: rgba(65, 65, 65, 1);
	text-align: center;
	margin: 10px 0;
}

.fmc-yx-r-bock {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(238, 238, 238, 1);
}

.huodai-yu {
	font-size: 35px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	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: 100%;
	height: auto;
	border: none;
}

.huodai-text {
	margin-top: 78px;
	font-size: 20px;
	font-family: Arial;
	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: Arial;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	margin-top: 1.333333rem;
}

.huodai_excontent {
	width: 82.166666rem;
	font-size: 21px;
	font-family: Arial;
	line-height: 44px;
	color: rgba(0, 0, 0, 1);
	text-indent: 25px;
	margin-top: 3.333333rem;
	margin-bottom: 0.083333rem;
}

.huodai_excontent2 {
	font-size: 32px;
	font-family: Arial;
	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: Arial;
	line-height: 65px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}

.huodai_shiyong-t2 {
	font-size: 24px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	line-height: 33px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	/*margin-bottom: 6.166666rem;*/
}

.axh {
	text-decoration: none;
}

/*分页*/
.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: Arial;
	color: rgba(0, 0, 0, 1);
}

.sfoot-block-t2 {
	font-size: 13px;
	font-family: Arial;
	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: 14px;
}

.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;
	font-family: Arial;
	padding: 0 !important;
	padding-bottom: 10px !important;
	margin: 30px 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: 90px;
}

.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: 90px;
}

/*.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: Arial;
	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;
}

.message-head .title {
	text-align: center;
	color: #ffffff;
	font-size: 33px;
	margin-top: 2.857142rem;
	margin-bottom: 1.785714rem;
}

.message-head .answer-seach-input {
	width: 40.166666rem;
	height: auto;
	margin-left: auto;
	border-radius: 28px;
	border: 0;
	padding: 12px 15px;
}
.message-head .search-btn{
	border-radius: 28px;
	padding: 12px 15px;
	border: 0;
	color: #fff;
	background-color: #479BFF;
	margin-left: 10px;
}
.news .m-textalign-center H1{
	text-align: left !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
}
.contact-us{
	position: relative;
	margin-bottom: 120px;
}
.contact-us .contact-us-bg{
	width: 100%;
}
.contact-us .text-block{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.contact-us .centblock .left{
	width: 640px;
	color: #ffffff;
}
.contact-us .centblock .left .title{
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
}
.contact-us .centblock .left .info{
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	word-break: break-all;

}
.contact-us .centblock .right{
	margin-left: auto;
}
.contact-us .centblock .right ul{
	list-style: none;
}
.contact-us .centblock .right ul li{
	padding: 7px 10px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 5px;
	cursor: pointer;
	/*font-weight: bold;*/
}
.contact-us .centblock .right ul li:hover{
	border: 1px solid #479BFF;
	color: #479BFF;

}
.contact-us .text-block2{
	position: absolute;
	width: 100%;
	bottom: -120px;
	left: 0;
}
.contact-us .text-block2 .add-head img{
	width: 20px;
	margin-right: 10px;
}
.contact-us .text-block2 .add-head span{
	font-size: 15px;
}
.contact-us .text-block2 .line{
	width: 220px;
	margin: 10px 0;
	height: 1px;
	background-color: #ACACAC;
}
.contact-us .text-block2 .detail{
	line-height: 18px;
}
.contact-us .text-block2 .addblock{
	position: relative;
	padding: 0 40px;
	height: 100px;
}
.contact-us .text-block2 .company{
	position: absolute;
	bottom: -60px;
	right: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ACBAB8;
}
.contact-us .contact-info{
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 6px 0 rgb(0 0 0 / 20%);
}
.contact-phone:hover{
	color: #479BFF;
}
/*.contact-us .centblock{*/
	/*padding: 20px 0;*/
/*}*/
.contact-us .container1{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.contact-us .text-block2 .right-img{
	text-align: right;
}
.contact-us .text-block2 .right-img img{
	border: 15px solid #999798;
	width: 240px;
	border-radius: 0 10px 10px 0;
}
.m-l-atuo{
	margin-left: auto;
}
.new-foot-info{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #000;
	font-size: 16px;
}
.contact-info2{
	padding: 60px;
}
.contact-info2 .title{
	text-align: center;
	font-size: 20px;
	color: #626262;
	font-weight: bold;
	margin: 20px 0;
}
.contact-info2 .infos{
	font-size: 15px;
	color: #626262;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: justify;
	word-break: break-all;
}
.contact-us .text-block2 .addblock2 .block2{
	width: 300px;
}
.contact-us .newtext-block2{
	bottom: -256.5px;
}
.index-title {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #000;
	margin: 10px 0;
}
.index-title .line {
	content: "";
	width: 80px;
	margin: 0 auto;
	height: 1px;
	border: 1px solid #479BFF;
	margin-top: 10px;
}
.title-row{
	margin-top: 300px;
}
.processjiantou img{
	width: 42px;
	height: 29px;
}
.processjiantou .height157{
	height: 157px;
}
.process-block .tip{
	color: #000;
	margin-top: 20px;
	font-size: 16px;
	width: 157px;
	line-height: 20px;
}
.regist-btn-new {
	padding: 10px 3rem;
	background-color: #FB6526 !important;
	color: #ffffff !important;
	font-weight: bold;
	background-image: url(../image/registbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.regist-btn-new:hover {
	background-color: #ea5719 !important;
}
.eheadTitle{
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 45px;
	top: 20%;
}
@media (min-width: 1400px){
	.contact-us .container1{
		width: 1350px;
		min-width: 1200px;
		margin: 0 auto;
	}

}
@media (max-width: 1400px){
	.contact-us .container1{
		width: 1120px;
		min-width: 1120px;
		margin: 0 auto;
	}
	.contact-us .text-block2 .right-img img{
		width: 180px;
	}
	.contact-us .text-block2{
		bottom: -90px;
	}
	.contact-us .newtext-block2{
		bottom: -215px;
	}
	.title-row{
		margin-top: 245px;
	}
	.eheadTitle{
		top: 10%;
	}
}
@media (max-width: 1400px){
	.eheadTitle{
		top: 8%;
	}
}
.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-btn-f{
	background-color: #1C7FF5;
	margin-right: 85px;
}
.fangan-btn-p{
	background-color: #FE7418;
}