* {
	margin: 0;
	padding: 0
}

html,
body,
ul,
li,
img,
a,
p,
div,
form,
input {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

body,
html {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	display: block;
	background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal
}

ul,
ol {
	list-style: none
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: none;
	color: #fff
}

input {
	outline: none;
	border: none;
	border: 1px solid #ccc
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden
}

em,
i {
	font-style: normal
}

img {
	vertical-align: bottom;
	border: none;
	border: 0
}

button {
	border: 0px;
	background-color: transparent
}

s,
i,
em,
u {
	font-style: normal;
	text-decoration: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0
}

body,
html {
	font-family: Helvetica, Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif;
	height: 100%;
	width: 100%;
	box-sizing: border-box
}

.middle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

a {
	text-decoration: none
}

img,
input,
button,
textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline-style: none
}

ul {
	list-style: none
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: simsun, 宋体
}

img {
	border: 0;
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: 400;
	font-size: 100%
}

s,
i,
em,
u {
	font-style: normal;
	text-decoration: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.wh_1200 {
	width: 1200px;
	margin: 0 auto
}

.headerTit {
	width: 100%;
	height: 70px;
	background: #fff !important
}

.headerTit.head_hover {
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3)
}

.headerTit.head_hover header>a img {
	height: 33px
}

.headerTit.head_hover header .goLink>a {
	color: #333
}

.headerTit.head_hover header .goLogin a {
	color: #666;
	border-color: #666
}

.headerTit.head_hover header .goLogin a:last-of-type {
	background-color: #5097ff;
	border-color: #5097ff;
	color: #fff
}

.headerTit header {
	width: 1200px;
	height: 70px;
	margin: 0 auto
}

.headerTit header>a {
	display: block;
	float: left;
	height: 70px;
	line-height: 70px
}

.headerTit header>a>img {
	height: 33px;
	display: inline-block;
	vertical-align: middle
}

.headerTit header .goLink {
	display: flex;
	position: relative;
	float: left;
	line-height: 70px
}

.headerTit header .goLink span {
	position: absolute;
	height: 3px;
	background-color: #fff;
	bottom: 0
}

.headerTit header .goLink>img {
	position: absolute;
	width: 18px;
	height: 22px;
	top: 5px;
	right: -8px
}

.headerTit header .goLink>a {
	position: relative;
	display: inline-block;
	margin-left: 50px;
	color: #16181A;
	text-align: center;
	font-size: 14px
}

.headerTit header .goLink>a:hover {
	color: #004BE1
}

.headerTit header .goLink>a:hover i.arrow_up {
	background-image: url(../images/new_index/arrow_upsel.png);
	transform: rotate(-180deg) translateY(50%);
	-ms-transform: rotate(-180deg) translateY(50%);
	-moz-transform: rotate(-180deg) translateY(50%);
	-webkit-transform: rotate(-180deg translateY(50%));
	-o-transform: rotate(-180deg) translateY(50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.headerTit header .goLink>a i {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 5px;
	vertical-align: middle;
	margin-left: 6px;
	background-image: url(../images/new_index/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.headerTit header .goLogin {
	position: relative;
	float: right;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	color: #16181A;
	align-items: center
}

.headerTit header .goLogin .loginEnter {
	font-size: 14px;
	line-height: 70px;
	margin-right: 20px;
	cursor: pointer;
	position: relative
}

.headerTit header .goLogin .loginEnter i {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 4px;
	vertical-align: middle;
	margin-left: 6px;
	background-image: url(../images/index/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.headerTit header .goLogin>a {
	display: inline-block;
	padding: 0 23px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	background-color: #004BE1
}

.headerTit header .common-wrap {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 70px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999
}

.headerTit header .common-wrap .wh_1200 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-title,
.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con {
	padding-left: 65px
}

.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-title,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con {
	padding-left: 100px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-title,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-title {
	color: #333;
	font-size: 14px;
	padding-top: 25px;
	line-height: 30px;
	padding-bottom: 25px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-title.new-form,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-title.new-form {
	color: #004BE1;
	font-size: 16px;
	line-height: 22px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con.bdl,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con.bdl {
	border-left: solid 1px #f1f1f1
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flexbox: 1;
	flex: 1
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a {
	display: inline-block;
	margin-bottom: 40px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a:hover .common-wrap-con-item .flex-box .right-info .title,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a:hover .common-wrap-con-item .flex-box .right-info .title {
	color: #1c75fb
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .left-info,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .left-info {
	width: 18px;
	margin-right: 8px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .left-info img,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .left-info img {
	width: 100%;
	vertical-align: middle
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .right-info .title,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .right-info .title {
	font-size: 16px;
	color: #333;
	line-height: 22px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .right-info .text,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item .flex-box .right-info .text {
	font-size: 12px;
	color: #666;
	margin-top: 5px
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene {
	font-size: 16px;
	line-height: 22rpx;
	color: #333
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene .flex-box,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap .wh_1200 .part_1 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene .flex-box .left-info,
.headerTit header .common-wrap .wh_1200 .part_2 .common-wrap-con>ul>li>a .common-wrap-con-item-new-scene .flex-box .left-info {
	width: 90px
}

.headerTit header .common-wrap.goods .wh_1200 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 {
	width: 220px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-title,
.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con {
	padding-left: 0
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-bottom a {
	color: #004BE1
}

.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-title,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con {
	padding-left: 64px
}

.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-title>ul:last-child,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul:last-child {
	margin-left: 78px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-title,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-title {
	color: #333;
	font-size: 14px;
	padding-top: 25px;
	line-height: 30px;
	padding-bottom: 25px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-title.new-form,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-title.new-form {
	color: #004BE1;
	font-size: 16px;
	line-height: 22px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con.bdl,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con.bdl {
	border-left: solid 1px #D8D8D8
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li {
	margin-bottom: 17px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li>a,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li>a {
	display: inline-block;
	margin-bottom: 0
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li:hover .common-wrap-con-item .flex-box .right-info .title,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li:hover .common-wrap-con-item .flex-box .right-info .title {
	color: #1c75fb
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item .flex-box,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .left-info,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .left-info {
	width: 18px;
	margin-right: 8px;
	display: none
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .left-info img,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .left-info img {
	width: 100%;
	vertical-align: middle
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .right-info .title,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .right-info .title {
	font-size: 16px;
	color: #333;
	line-height: 22px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .right-info .text,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item .flex-box .right-info .text {
	font-size: 12px;
	color: #666;
	margin-top: 5px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene {
	font-size: 16px;
	line-height: 22rpx;
	color: #333
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box a,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box a {
	color: #333;
	font-size: 16px;
	line-height: 22rpx
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box a:hover,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box a:hover {
	color: #1c75fb
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box .left-info,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box .left-info {
	width: 65px
}

.headerTit header .common-wrap.goods .wh_1200 .part_1 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box .right-info,
.headerTit header .common-wrap.goods .wh_1200 .part_2 .common-wrap-con>ul>li .common-wrap-con-item-new-scene .flex-box .right-info {
	width: 65px;
	margin-left: 24px
}

.headerTit header .common-wrap.plan .wh_1200 .part_1 {
	width: 720px
}

.headerTit header .common-wrap.plan .wh_1200 .part_2 {
	width: 480px
}

.headerTit header .common-wrap.more .wh_1200>ul {
	width: 100%;
	height: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	padding-top: 40px
}

.headerTit header .common-wrap.more .wh_1200>ul li>a {
	display: block
}

.headerTit header .common-wrap.more .wh_1200>ul li>a:hover .title {
	color: #1c75fb
}

.headerTit header .common-wrap.more .wh_1200>ul li>a .title {
	font-size: 18px;
	color: #333
}

.headerTit header .common-wrap.more .wh_1200>ul li>a .text {
	font-size: 14px;
	color: #999;
	margin-top: 5px
}

.headerTit header .loginFix {
	display: none;
	position: absolute;
	right: -10px;
	top: 70px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	z-index: 999999
}

.headerTit header .loginFix .triangle {
	position: absolute;
	right: 15px;
	top: -20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent
}

.headerTit header .loginFix>ul {
	padding: 0 10px
}

.headerTit header .loginFix>ul>li {
	width: 195px;
	height: 60px;
	border-bottom: solid 1px #e8ebf7
}

.headerTit header .loginFix>ul>li:last-child() {
	border-bottom: none
}

.headerTit header .loginFix>ul>li>a {
	display: block;
	line-height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 25px
}

.headerTit header .loginFix>ul>li>a:hover .text {
	color: #1c75fb
}

.headerTit header .loginFix>ul>li>a .img {
	width: 30px;
	margin-right: 12px;
	text-align: center
}

.headerTit header .loginFix>ul>li>a .img img {
	vertical-align: middle
}

.headerTit header .loginFix>ul>li>a .text {
	font-size: 14px;
	color: #666
}

.qqList {
	position: absolute;
	left: 80px;
	z-index: 1111;
	width: 120px;
	height: auto;
	padding-bottom: 10px;
	top: -170px;
	display: flex;
	padding-left: 10px
}

.qqList>img {
	position: absolute;
	top: -75px;
	width: 82px;
	right: 22px
}

.qqList>.closeQq {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	background-color: #fff
}

.qqList .qqInfo {
	margin-top: 10px;
	box-shadow: 0px 13px 32px 0px rgba(44, 44, 44, 0.17);
	background: #FFF;
	color: #000;
	border-radius: 5px;
	width: 120px
}

.qqList .qqInfo .qqCon {
	display: flex;
	background-color: #f5f5f5;
	flex-direction: column;
	align-items: center;
	position: relative
}

.qqList .qqInfo .infoTit {
	width: 100%;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	margin: 5px auto;
	font-weight: bold
}

.qqList .qqInfo a {
	display: block;
	width: 100%
}

.qqList .qqInfo p {
	line-height: 21px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 6px 0;
	padding-left: 18px;
	font-size: 12px;
	border-bottom: 1px solid #fff
}

.qqList .qqInfo p img {
	display: inline-block;
	margin-right: 10px
}

.qqList .qqInfo .letter {
	letter-spacing: 6px
}

.qqList .qqInfo p:hover {
	background-color: #fff
}

.bottomfixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 90px;
	z-index: 1000;
	display: none
}

.bottomfixed .close_fxbtn {
	cursor: pointer
}

.bottomfixed p {
	width: 100%;
	float: left;
	line-height: 90px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	font-size: 20px;
	color: #fff;
	vertical-align: middle
}

.bottomfixed p b {
	font-size: 38px
}

.bottomfixed p a {
	position: relative;
	top: 0px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 165px;
	height: 42px;
	overflow: hidden;
	background: #FF8310;
	line-height: 42px;
	color: #fff;
	border-radius: 3px;
	font-size: 16px
}

.bottomfixed p .sx {
	background: rgba(0, 0, 0, 0.8);
	border: #FF8310 1px solid
}

.bottomfixed span {
	float: right;
	padding: 8px 30px 0 0
}

.meau {
	position: fixed;
	width: 80px;
	background-color: #4381ff;
	border-radius: 3px;
	left: 2px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1111
}

.meau ul {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.meau ul li {
	width: 100%;
	height: 90px;
	padding: 0 12px;
	position: relative
}

.meau ul li>a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-bottom: 1px solid #72a1ff
}

.meau ul li>a img {
	display: block;
	margin-bottom: 5px
}

.meau ul li>a span {
	color: #fff
}

.meau ul li .preSales {
	position: absolute;
	height: 100px;
	top: 100px;
	z-index: 111;
	width: 100px;
	left: 108px;
	display: none
}

.meau ul li .preSales>div {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	justify-content: center;
	align-items: center
}

.meau ul li .preSales img {
	display: inline-block;
	width: 88px;
	height: 88px
}

.meau ul li .w {
	position: absolute;
	height: 90px;
	top: 0;
	left: 80px;
	z-index: 111;
	width: 330px;
	display: none;
	padding-left: 10px
}

.meau ul li .w a {
	padding: 20px 25px;
	border: solid 1px #dedede;
	background-color: #ffffff;
	box-shadow: 0px 13px 32px 0px rgba(44, 44, 44, 0.17);
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.meau ul li .w a img {
	margin-right: 10px;
	height: 20px;
	width: 20px
}

.meau ul li .w a span {
	font-size: 20px;
	color: #4381ff;
	flex: 1
}

.meau ul li:hover {
	background-color: #2a69e8
}

.bottomList {
	background-color: #373D41;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 33px
}

.bottomList .bInfo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-bottom: 75px
}

.bottomList .bInfo .bList {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #c0c1c1
}

.bottomList .bInfo .bList p {
	font-size: 14px;
	color: #c0c1c1;
	margin-bottom: 27px
}

.bottomList .bInfo .bList a {
	margin-top: 32px;
	font-size: 14px;
	color: #c0c1c1
}

.bottomList .bInfo .bList .tel {
	display: flex
}

.bottomList .bInfo .bList .tel img {
	width: 44px;
	height: 47px;
	margin-right: 20x
}

.bottomList .bInfo .bList .tel div {
	padding-left: 20px
}

.bottomList .bInfo .bList .tel div p {
	font-size: 18px;
	color: #c0c1c1;
	margin-bottom: 0
}

.bottomList .bInfo .bList .tel div p:last-of-type {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px
}

.bottomList .bInfo .bList1 {
	text-align: left;
	align-items: flex-start
}

.bottomList .bInfo .bList1 a {
	color: #999;
	margin-top: 20px
}

.bottomList .bInfo .bList1 a:first-of-type {
	margin-top: 0
}

.bottomList .bInfo .goWx {
	display: flex;
	align-items: center;
	flex-direction: column
}

.bottomList .bInfo .goWx img {
	width: 120px;
	height: 120px
}

.bottomList .bInfo .goWx a {
	margin-top: 8px;
	margin-bottom: 22px;
	color: #999
}

.bottomList .bLink {
	padding: 31px 0;
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #4b5054;
	border-top: 1px solid #4b5054
}

.bottomList .bLink p {
	color: #c0c1c1;
	font-size: 14px;
	line-height: 30px
}

.bottomList .bLink p a {
	margin-right: 24px;
	font-size: 12px;
	color: #999
}

.bottomList .bWarn {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding-top: 27px;
	border-top: 1px solid #4b5054
}

.bottomList .bWarn p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
	text-align: center
}

.bottomList .bWarn p a {
	color: #888
}

.bottomList .bWarn img {
	height: 25px;
	width: 25px;
	margin-top: 22px;
	margin-right: 12px
}

.newsInfo {
	width: 100%;
	padding: 60px 0
}

.newsInfo .newsInfo_box {
	width: 1200px;
	margin: 0 auto
}

.newsInfo .newsInfo_box h3 {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #333;
	margin-bottom: 38px
}

.newsInfo .newsInfo_box .newsInfo_img {
	max-width: 100%;
	width: 446px;
	height: 340px
}

.newsInfo .newsInfo_box .newsInfo_img img {
	max-width: 100%;
	width: 100%
}

.newsInfo .newsInfo_box .newsInfo_lists {
	width: 59%;
	margin-left: 38px
}

.newsInfo .newsInfo_box .newsInfo_lists li {
	margin-bottom: 16px
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_time {
	display: inline-block;
	font-size: 14px;
	color: #4382ff;
	text-align: center;
	padding: 10px 14px;
	border: 1px solid #4382ff;
	border-radius: 5px
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_time span:first-child {
	font-size: 18px;
	font-weight: bold
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_time span:last-child {
	font-size: 14px
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text {
	display: inline-block;
	width: 80%;
	margin-left: 18px
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p {
	font-size: 18px;
	color: #333;
	margin-bottom: 4px;
	font-weight: bold
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p.brief {
	font-size: 14px;
	color: #636262;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	height: 36px;
	margin-top: 8px
}

.newsInfo .newsInfo_box .newsInfo_lists li:last-child {
	margin-bottom: 0
}

.search {
	width: 100%;
	height: 199px;
	background-image: url(../images/index/search.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 52px;
	text-align: center;
	display: none;
}

.search h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 20px
}

.search div {
	display: flex;
	align-items: center;
	justify-content: center
}

.search div input {
	display: inline-block;
	width: 444px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 3px 0px 0px 3px;
	padding-left: 6px;
	color: #999;
	font-size: 16px;
	padding-left: 6px
}

.search div button {
	width: 120px;
	height: 43px;
	background-color: #5097ff;
	border-radius: 0px 3px 3px 0px;
	border: solid 1px #ffffff;
	color: #fff;
	border-left: none;
	font-size: 16px;
	cursor: pointer
}

.page {
	height: 60px;
	display: flex;
	text-align: center;
	justify-content: center;
	margin-top: 0 !important
}

.page a {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	margin-right: 10px;
	color: #333
}

.page a:hover {
	color: #333
}

.page .current {
	background-color: #5097ff;
	color: #fff;
	border: none;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px
}

#menu {
	overflow: hidden;
	height: 100%;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 50px
}

#menu #open {
	height: 100%;
	background-color: #fff
}

#menu #open .navBox {
	height: 100%;
	overflow-y: auto
}

#menu #open .navBox ul li {
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #F6F6F6;
	border-bottom: 0;
	box-sizing: border-box;
	width: 223px
}

#menu #open .navBox ul li:last-of-type {
	border: 1px solid #F6F6F6
}

#menu #open .navBox ul li .obtain {
	background-color: #fff
}

#menu #open .navBox ul li .obtain:hover {
	background-color: #fff
}

#menu #open .navBox ul li h2 {
	position: relative;
	width: 100%;
	height: 100%;
	color: #7d7d7d;
	font-size: 14px;
	box-sizing: border-box;
	padding: 15px 0;
	padding-left: 36px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}

#menu #open .navBox ul li h2:hover {
	border-left: 3px solid #0D8EFF;
	color: #0D8EFF
}

#menu #open .navBox ul li h2:hover>span {
	background-color: #0D8EFF
}

#menu #open .navBox ul li h2:hover>i {
	border-left: 5px solid #0D8EFF
}

#menu #open .navBox ul li h2 span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #7d7d7d;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

#menu #open .navBox ul li h2 i {
	position: absolute;
	top: 50%;
	right: 14px;
	border-top: 5px transparent dashed;
	border-left: 5px solid #7d7d7d;
	border-right: 5px transparent dashed;
	border-bottom: 5px transparent dashed;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.6s ease;
	-moz-transition: -moz-transform 0.6s ease;
	-o-transition: -o-transform 0.6s ease;
	-ms-transition: -ms-transform 0.6s ease;
	transition: transform 0.6s ease;
	transform-origin: 4px 3px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

#menu #open .navBox ul li h2 .arrowRot {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#menu #open .navBox ul li [data="chooseOne"] {
	border-left: 3px solid #0D8EFF;
	color: #0D8EFF
}

#menu #open .navBox ul li [data="chooseOne"] i {
	border-left: 5px solid #0D8EFF
}

#menu #open .navBox ul li [data="chooseOne"] span {
	background-color: #0D8EFF
}

#menu #open .navBox ul li .secondary {
	overflow: hidden;
	height: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease
}

#menu #open .navBox ul li .secondary h3 {
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	color: #7d7d7d;
	border-top: 1px solid #F6F6F6;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease
}

#menu #open .navBox ul li .secondary h3:hover {
	background-color: #E0F1FF;
	color: #0D8EFF
}

#menu #open .navBox ul li .secondary .seconFocus {
	background-color: #E0F1FF;
	color: #0D8EFF
}

.consulting {
	cursor: pointer
}

.access-information {
	background: url(../images/brand/access-information-bg.png) no-repeat center/cover;
	border-radius: 10px;
	margin-top: 30px !important;
	padding: 20px 65px;
	display: none;
}

.access-information .left {
	padding-right: 30px;
	border-right: solid 1px #D8D8D8
}

.access-information .title {
	font-size: 14px;
	color: #fff
}

.access-information .title img {
	width: 16px;
	margin-top: -4px;
	margin-right: 5px
}

.access-information .title span {
	color: #AFD5FF;
	margin-left: 5px
}

.access-information .form {
	margin-top: 11px;
	display: flex
}

.access-information .form .input-box {
	width: 190px;
	position: relative;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden
}

.access-information .form .input-box .submit {
	display: block;
	width: 80px;
	height: 42px;
	color: #004BE1;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff
}

.access-information .form input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
	vertical-align: middle
}

.access-information .form button {
	width: 100px;
	height: 42px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #004BE1;
	cursor: pointer;
	vertical-align: middle
}

.access-information .right {
	margin-top: 15px
}

.access-information .right .title img {
	width: 18px
}

.access-information .right .title span {
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px
}

.access-information .right .tel {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	margin-top: 5px
}