/*公共样式*/
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
	font-weight: 400;
}

body {
	width: 100%;
	min-width: 1220px;
	margin: 0 auto;
}

img {
	border: 0;
	display: block;
	object-fit: cover;
}

ol,
ul,
li {
	list-style: none;
}

input,
button,
textarea {
	border-style: none;
	/*  上 右 下  左 */
	background-color: transparent;
	outline: none;
}


/* 链接效果 */
a {
	text-decoration: none;
	color: #666;
}

a:hover {
	/* color: #ff6600; */
}

.cursor {
	cursor: pointer;
	/* 鼠标变小手 */
}

.block {
	display: block;
	overflow: hidden;
	/* 强制换行 */
}

.center {
	margin: auto;
	display: block;
}


.fl {
	float: left;
}

.fr {
	float: right;
}




/* 层级 */
.z-100 {
	position: relative;
	z-index: 100;
}

/* 层级 */
.z-10000 {
	position: position;
	z-index: 10000;
}


/* 分割线 */
.split {
	width: 100%;
	display: block;
	height: 1px;
}




/* 布局 */
.row,
.column {
	display: -webkit-box;
	display: -moz-box;
	display: -mz-flexbox;
	display: flex;
	flex-direction: row;
}

.column {
	flex-direction: column;
}

.wrap {
	flex-wrap: wrap;
}

.jc-sb,
.m-jc-sb {
	justify-content: space-between;
}

.jc-center {
	justify-content: center;
}

.ac-sb {
	align-content: space-between;
}

.ac-center {
	align-content: center;
}

.ai-center {
	align-items: center;
}

.absolute {
	position: absolute;
	bottom: 0;
	top: 0;
	margin-left: 65%;
}


/* 背景颜色 */
.bg-fff {
	background: #FFF;
}

.bg-f5f {
	background: #F5F5F5;
}

.bg-f5f i {
	color: #059FFF;
}

.bg-f2f {
	background: #F2F2F2;
}

.bg-fef {
	background: #FFF;
}

.bg-3b8 {
	background: #3B8EDE;
}

.bg-d4e {
	background: #d4e1fd;
}

.bg-555 {
	background: rgba(255, 255, 255, 0.4);
}

.bg-050 {
	background: rgba(0, 0, 0, 0.5);
}

.bg-333 {
	background: rgba(255, 255, 255, 0.3);
}

.bg-444 {
	background: rgba(0, 0, 0, 0.4);
}

.bg-292 {
	background: #292d30;
}

.bg-292 a:hover {
	color: #fff;
}

.bg-ccc {
	background: #ccc;
}

.bg-242 {
	background: #24242c;
}

.bg-059 {
	background: #059fff;
}

.bg-058 {
	background: rgba(5, 158, 238, 0.8)
}

.bg-2c3 {
	background: #2c3033;
}

.bg-efe {
	background: #ccc;
}

.bg-f6f {
	background: #f6f6f6;
	border: 1px solid #eee;
}

.bg-f7f,
.bg-f6f:hover {
	background: #059fff;
	color: #fff;
	border: 1px solid #059fff;
}

.bor-ddd:hover .bg-fef,
.bor-ddd:hover .bg-f5f,
.bg-ccc:hover .bg-f5f {
	color: #FFFFFF;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;

}

.bor-ddd:hover .bg-fef,
.bor-ddd:hover .bg-f5f,
.bor-ddd:hover .bg-efe,
.bg-ccc:hover .bg-f5f,
.bg-3b8:hover,
.bg-ccc:hover .bg-efe,
.bg-ccc:hover .bg-f2f,
.bg-ccc:hover .bg-fef {
	background: #059fff;
	color: #FFFFFF;
}

.bor-ddd:hover {
	box-shadow: 0px 2px 15px #bbb;
}

.bg-ccc:hover .bg-f5f i {
	color: #FFFFFF;
}

/* 边框 */


.bor-fff {
	border: 1px solid #FFF;
}

.bor-4d8 {
	border: 1px solid #4d82ff;
}

.bor-be5 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.bor-be3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bor-b5-ddd {
	border-bottom: 5px solid #ddd;
}


.bor-bf5 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bor-ddd {
	border: 1px solid #ddd;
}

.bor-ddd:hover {
	border: 1px solid #059fff;
}

.bor-eee {
	border: 1px solid #eee;
}

.bor-e {
	border: 1px solid #eee;
}


.bor-e3 {
	background: #F8F8F8;
}

.bor-e3 select {
	border-color: #ddd;
}



select {
	position: relative;
	width: 140px;
	height: 32px;
	border: 1px solid #eee;
	padding-left: 5px;
	cursor: pointer;
	/*隐藏默认小箭头*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*用图片替换*/
	background: url("/img/no_select.png") no-repeat scroll right 5px center transparent;
	background-size: 13px 13px;
}

select:hover {
	background: url("/img/select.png") no-repeat scroll right 5px center transparent;
	background-size: 13px 13px;
}



.bor-e5 {
	border: 1px solid #ddd;
	background: #ebebeb;
}


.bor-e5:hover {
	border: 1px solid #059fff;
	background: #059FFF;
}

.bor-e5:hover .w-44 {
	color: #fff;
}

.bor-fff:hover,
.bor-eee:hover {
	border: 1px solid #059fff;
	background: #059FFF;
}

.bor-eee:hover {
	color: #fff;
}

.box-shadow {
	box-shadow: 5px 5px 10px #eee;
	margin-bottom: 30px;
}

.gt1,
.gt2 {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #d61e1e;
	margin-right: 10px;
}

.gt2 {
	background: #0098ef;
}

.bor-r2 {
	border-radius: 2px;
}

/* 字体 */

.fz80,
.fz80 p,
.fz80 i,
.fz80 span {
	font-size: 80px;
	line-height: 1.5;
}

.fz100,
.fz100 p,
.fz100 i,
.fz100 span {
	font-size: 110px;
	line-height: 1.5;
}

.fz60,
.fz60 p,
.fz60 span {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.5;
}

.fz46,
.fz46 p,
.fz46 span {
	font-size: 46px;
	line-height: 1.5;
}

.fz40,
.fz40 p,
.fz40 span {
	font-size: 40px;
	line-height: 1;
}

.fz30,
.fz30 p,
.fz30 span {
	font-size: 30px;
	line-height: 1;
}

	
.dorpkf .fz30,
.dorpkf .fz30 p,
.dorpkf .fz30 span {
	line-height: 1;
}

.fz24,
.fz24 p,
.fz24 span {
	font-size: 24px;
	line-height: 1.5;
}

.fz20,
.fz20 p,
.fz20 span {
	font-size: 20px;
	line-height: 1.5;
}


.fz16,
.fz16 p,
.fz16 span {
	font-size: 16px;
	line-height: 1.5;
}

.fz12,
.fz12 a,
.fz12 p,
.fz12 span {
	font-size: 12px;
	line-height: 1.5;
}


.upper {
	text-transform: uppercase;
	/* 强制大写 */
}

.bold {
	font-weight: bold;
	/* 字体加粗 */
}

.text-center {
	text-align: center;
	/* 文字居中 */
}

.text-left {
	text-align: left;
	/* 文字靠左 */
}

.text-right {
	text-align: right;
	/* 文字靠右 */
}

.text-sd {
	text-shadow: 0px 0px 3px #000;
	/* 文字阴影 */
}


/* 颜色 */
.col-fff {
	color: #fff;
}

.col-666 {
	color: #666;
}

.col-ccc {
	color: #999;
}

.col-999 {
	color: #999;
}

.col-999 a {
	color: #999;
}

.col-999 a:hover {
	color: #FFF;
}

.col-059 {
	color: #059FFF;
}

.col-058 {
	color: #666;
}

.col-777 {
	color: #777;
}

.bg-ccc:hover .col-ccc {
	color: #fefefe;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;

}

.bor-ddd:hover .col-058,
.bg-ccc:hover .col-058 {
	color: #059FFF;
}

.col-ff8 {
	color: #ff8a00;
}

.col-020 {
	color: #0200cd;
}

.col-00a {
	color: #00aaff;
}

.col-087 {
	color: #0870b7;
}

.col-fea {
	color: #feaf43;
}

.col-eef {
	color: #EEFF00;
}

.col-00d {
	color: #00dbdb;
}

.col-fe7 {
	color: #fe758e;
}

.col-049 {
	color: #049efe;
}

.col-009 {
	color: #0097ff;
}

.col-5ed {
	color: #5ed3ff;
}

/* 宽高 */

.w1200,
.w1220 {
	width: 100%;
	max-width: 1200px;
}

.w1220 {
	max-width: 1224px;
}

.w100 {
	width: 100%;
}

.w80 {
	width: 80%;
}

.w75 {
	width: 75%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w49 {
	width: 49%;
}
.w45{
	width: 48%;
}

.w40 {
	width: 40%;
}


.w33 {
	width: 33%;
}

.w32 {
	width: 32%;
}


.w26 {
	width: 23%;
	margin: 1%;
}

.w25 {
	width: 25%;
}


.w24 {
	width: 25%;
	margin-left: -1px;
	margin-top: -1px;
}

.w23 {
	width: 23%;
}

.w20 {
	width: 20%;
}


.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}


.w-1 {
	width: 1px;
}

.w-100 {
	width: 100px;
}

.w-128 {
	width: 128px;
}

.w-50 {
	width: 50px;
}

.w-44 {
	width: 44px;
}

.w-240 {
	width: 240px;
	height: 240px;
	padding-top: 60px;
}


.w-300 {
	width: 300px;
}

.h-1 {
	height: 1px;
}

.h-50 {
	height: 50px;
	line-height: 50px;
}

.h100 {
	height: 100%;
}


.h-300 {
	height: 300px;
}

.lh-1 {
	line-height: 1;
}

.lh-12 {
	line-height: 1.2;
}

.lh-15 {
	line-height: 1.5;
}

.lh-2 {
	line-height: 2;
}

.lh-48 {
	line-height: 48px;
}


/* 图片大小 */
.pic100 img {
	width: 100%;
}

.pic-h80 img {
	height: 80px;
	padding: 15px 0;
}


.pic-h125 img {
	height: 125px;
}


/* 边距 */
.pad-5 {
	padding: 5px;
}

.pad-t5 {
	padding-top: 5px;
}

.pad-l10 {
	padding-left: 10px;
}

.pad-5-10 {
	padding: 5px 10px;
}

.pad-10 {
	padding: 10px;
}

.pad-15 {
	padding: 15px;
}

.pad-20 {
	padding: 20px;
}

.pad-40-95 {
	padding: 40px 93px;
}

.pad-28-40 {
	padding: 28px 40px;
}

.pad-45 {
	padding: 45px;
}

.pad-60 {
	padding: 60px;
}

.pad-1 {
	padding: 1px;
	position: relative
}

.pad-5-15 {
	padding: 5px 15px;
}

.pad-5-60 {
	padding: 5px 60px;
}

.pad-10-20 {
	padding: 10px 20px;
}

.pad-5-30 {
	padding: 5px 30px;
}

.pad-l15 {
	padding-left: 15px;
}

.pad-l30 {
	padding-left: 30px;
}

.pad-b10 {
	padding-bottom: 10px;
}

.pad-b20 {
	padding-bottom: 20px;
}


.pad-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pad-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad-tb35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.pad-tb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pad-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.pad-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pad-t130 {
	padding-top: 130px;
}

.pad-t120 {
	padding-top: 120px;
}

.pad-t2 {
	padding-top: 1px;
}

.pad-t20 {
	padding-top: 20px;
}

.pad-t10 {
	padding-top: 10px;
}

.mar-15 {
	margin: 15px;
}

.mar-l20 {
	margin-left: 45px;
}

.mar-l5 {
	margin-left: 3px;
}

.mar-l10 {
	margin-left: 10px;
}

.mar-r10 {
	margin-right: 10px;
}

.mar-l-20 {
	margin-left: -20px;
}

.mar-l60 {
	margin-left: 60px;
}

.mar-t10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mar-t20 {
	margin-top: 20px;
}

.mar-t40 {
	margin-top: 40px;
}

.mar-t60 {
	margin-top: 60px;
}

.mar-b60 {
	margin-bottom: 60px;
}

.mar-b30 {
	margin-bottom: 30px;
}

.mar-b20 {
	margin-bottom: 20px;
}

.mar-b10 {
	margin-bottom: 10px;
}

.mar-t-10 {
	margin-top: -10px;
}

.mar-t-18 {
	margin-top: -20px;
}

.mar-t-20 {
	margin-top: -30px;
}

.mar-t-30 {
	margin-top: -35px;
}

.mar-l7 {
	margin-left: 7px;
}

.mar-l15 {
	margin-left: 15px;
}

.mar-t-34 {
	margin-top: -34px;
}

.mar-t-45 {
	margin-top: -45px;
}

.mar-tb50 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -18px;
}

.mar-tb10 {
	margin-top: 10px;
	margin-bottom: 20px;
}


.mar-t-50 {
	margin-top: -50px;
	position: relative;
	z-index: 100;
	line-height: 50px;
}


.mar-t-55 {
	margin-top: -55px;
	position: relative;
	z-index: 100;
}


.mar-t-80 {
	margin-top: -80px;
}

.mar-t-120 {
	margin-top: -165px;
}

.mar-tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mar-tb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mar-tb60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mar-lr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mar-lr-b1 {
	margin-left: 1%;
	margin-right: 1%;
}

/* 菜单 */

.nav-bar {
	display: none;
}

header {
	z-index: 1000;
	width: 100%;
	position: fixed;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header nav {
	width: 100%;
}

header nav ul li {
	float: left;
	position: relative;
}


header nav ul li {
	height: 80px;
	color: #FFFFFF;
	line-height: 80px;
}

header a {
	color: #FFF;
}

header li.sub,
header li a,
header a li {
	font-size: 16px;
	padding: 0 20px;
}

header a:hover,
header a:hover li {
	color: #059FFF;
}

header:hover {
	background: rgba(25, 40, 50, 0.9);
}

/* 高亮 */

.on {
	color: #059FFF;
	position: relative;
	line-height: 80px;
	padding-bottom: 25.5px;
	border-bottom: 4px solid #059FFF;
}

header nav ul li:after,
.children li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 4px;
	opacity: 0;
	background-color: #059FFF;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

header nav ul li:hover:after,
.children li:hover:after {
	left: 4%;
	right: 4%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}



header nav ul li:hover .children {
	display: block;
}

header nav ul li .children {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: none;
	background: rgba(25, 40, 50, 0.99);
	position: fixed;
	left: 0;
	width: 100%;
	min-height: 580px;
	z-index: 1000;
	padding-top: 25px;
}


.children li:after {
	height: 40px;
}

.children li:hover:after {
	left: 0;
	right: 0;
}

.children li:hover a {
	color: #FFFFFF;
	position: relative;
	z-index: 10000;
}

.children li:hover {
	background: #059FFF;
}



header nav ul li .children span {
	display: none;
}

header nav ul li .children li {
	display: block;
	float: left;
	text-align: left;
	width: 22.5%;
	margin: 1%;
	line-height: 40px;
	height: 40px;
	background: #29475D;
}


header nav ul li .fa-angle-down {
	position: relative;
	top: 3px;
}

header nav ul li .children .sub-menu a {
	margin: 20px 0 0 0;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.3);
}

.sub-menu li a {
	font-size: 14px;
}

header nav ul li .children .sub-menu a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.sub-menu li:hover a,
.sub-menu li:hover p {
	color: #059FFF;
}

.sub-menu span {
	color: #FFF;
}

.sub-menu p {
	color: #aaa;
	height: 20px;
	line-height: 20px;
	margin-top: -5px;
	font-size: 12px;
}

.hx {
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}

.hx:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #059fff;
	transition: 0.15s all linear;
}







.hx:hover img,
.hx:hover .fd {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.hx:hover:after {
	width: 100%;
}


.sy:hover {
	position: relative;
	top: -5px;
	background: #fff;
	box-shadow: 5px 5px 15px #ccc;
	cursor: pointer;
}

.bs:hover {
	background: #fff;
	box-shadow: 0px 0px 20px #ccc;
}

.bs p {
	height: 36px;
	overflow: hidden;
}

a .w-128 {
	color: #fff
}

a .w-128:hover {
	color: #333;
	background: #fff;
}

.lx {
	color: #999;
}

.lx:hover {
	color: #FFF;
}

/* 画线 */
.draw-line:after,
.draw-line2:after {
	position: absolute;
	content: '';
	border: 1px solid transparent;
	width: 0;
	height: 0;
	z-index: 0;
	left: 0;
	top: 0;
	background-color: transparent;
	box-sizing: border-box;
	transition: border-color 0s ease-in 0.1s, width 0.1s ease-in 0.1s, height 0.1s ease-in 0.1s;
	-webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.draw-line:before,
.draw-line2:before {
	position: absolute;
	content: '';
	border: 1px solid transparent;
	box-sizing: border-box;
	width: 0;
	height: 0;
	z-index: 0;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	box-sizing: border-box;
	transition: border-color 0s ease-in 0.1s, width 0.1s ease-in 0.1s, height 0.1s ease-in;
	-webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.draw-line:hover:before,
.draw-line2:hover:before {
	width: 100%;
	height: 100%;
	border-bottom-color: #059FFF;
	border-left-color: #059FFF;
	background-color: transparent;
	transition: border-color 0s ease-out 0.1s, width 0.1s ease-out 0.1s, height 0.1s ease-out 0.1s;
	-webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.draw-line:hover:after,
.draw-line2:hover:after {
	width: 100%;
	height: 100%;
	border-top-color: #059FFF;
	border-right-color: #059FFF;
	background-color: transparent;
	transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.draw-line2:hover:after {
	border-top-color: transparent;
	border-right-color: transparent;

}


.draw-line2:after,
.draw-line2:before {
	border: 2px solid transparent;
}

.draw-line2:hover:before {
	border-bottom-color: 059FFF;
	border-left-color: transparent;

}


/* 输入框按钮 */

input:focus,
button:focus {
	outline: none
}



input::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;

}


button:hover {
	background: #F4A100;
}



/* 超出省略 */
.ell,
.ellipsis,
.ellipsis a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	color: #FFFFFF;
}

.ellipsis:hover,
.ellipsis a:hover {
	color: #059FFF;
}


.ell {
	color: #333;
}


/* 轮播 */
.slider,
.slider li {
	height: 660px;
	overflow: hidden;
}

.slider img {
	padding-top: 90px;
	max-height: 650px;
	object-fit: cover;
	display: block;
	z-index: 1000
}





.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1
}



.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bx-wrapper .bx-viewport {
	/* 	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc; */
	/* background: #fff; */
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 70px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
	width: 50px;
	height: 10px;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-start,
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-stop {
	display: none;
}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display: none;
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, .75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}



.sjbg {
	background: url(../img/sjbg.png) no-repeat center;
	background-size: 100% 100%;
}



.dorp {
	position: relative;
	display: inline-block;
}

.dorp_con {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	bottom: 0px;
	padding: 20px;
}


.dorp_con2 {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin-top: -170px;
	margin-left: -40px;

}

.dorp_con2 img {
	padding: 10px;
	width: 120px;
}

.dorp:hover .dorp_con,
.dorp:hover .dorp_con2 {
	display: block;
}

.gdyc {
	position: fixed;
	bottom: 120px;
	right: 25px;
	z-index: 100;
}

.dorpkf {
	position: relative;
	display: inline-block;
	right: 2px;
	width: 60px;
	margin-top: 5px;
	cursor: pointer;
}

.dorpkf_con {
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #eee;
	padding: 15px;
	bottom: 0px;
	right: 60px;
}

.dorpkf:hover .dorpkf_con {
	display: block;
}


.dorpkf2 {
	color: #666;
	cursor: pointer;
	width: 185px;
}

.dorpkf2:hover,
.dorpkf2 a:hover {
	color: #059fff;
}


/* 弹窗 */
#msg {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 49%;
	color: #FFF;
	text-align: center;
	-webkit-animation: fadenum 3s ease;
	-moz-animation: fadenum 3s ease;
	animation: fadenum 3s ease;
	opacity: 0;
	border-radius: 2px;
}



#msg_cont {
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	font-size: 12px;
	border-radius: 2px;
}


@-webkit-keyframes fadenum {
	/*设置内容由显示变为隐藏*/

	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

@-moz-keyframes fadenum {
	/*设置内容由显示变为隐藏*/

	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

@-o-keyframes fadenum {
	/*设置内容由显示变为隐藏*/

	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

@keyframes fadenum {
	/*设置内容由显示变为隐藏*/

	0% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}


/* 地图 */
.gbit {
	text-align: center;
	position: relative;
	color: #fff;
}

.gbitUl li {
	display: inline-block;
	position: absolute;
}

.hexin {
	background-color: #d61e1e !important;
}

.gbitUl li a {
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
	margin: -6px;
	background-color: #0098ef;
	border-radius: 6px;
	top: 50px;
	right: -90px;
}

.gbitUl li a::after {
	content: "";
	position: absolute;
	top: -21px;
	left: -21px;
	width: 50px;
	height: 50px;
	border: 2px solid #0098ef;
	box-shadow: 0 0 12px #0080d9, 0 0 30px #0080d9 inset;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 2s infinite;
	/*Safari and Chrome*/
}

.hexin::after {
	content: "";
	position: absolute;
	top: -21px;
	left: -21px;
	width: 50px;
	height: 50px;
	border: 2px solid #d61e1e !important;
	box-shadow: 0 0 12px #d61e1e, 0 0 30px #d61e1e inset !important;
	animation: mymove 1.5s infinite !important;
	-webkit-animation: mymove 2s infinite !important;
	/*Safari and Chrome*/
}

@keyframes mymove {
	0% {
		transform: scale(0);
		border-radius: 50%;
		opacity: 1;
	}

	100% {
		transform: scale(1);
		border-radius: 50%;
		opacity: 0;
	}
}


@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(0);
		border-radius: 100px;
		opacity: 1;
	}

	100% {
		transform: scale(1);
		border-radius: 100px;
		opacity: 0;
	}
}


.gtuSpan {
	position: absolute;
	z-index: 1;
	width: 75px;
	padding: 3px 5px;
	color: #333;
	margin: 29px;
	border-radius: 15px;
	font-size: 13px;
	font-weight: 500;
}

.map-bj {
	top: 29.2%;
	left: 62.5%;
}

.map-zj {
	top: 59.5%;
	left: 72%;
}

.map-sc {
	top: 57.5%;
	left: 39%;
}

.map-hz {
	top: 48%;
	left: 59%;
}

.map-sz {
	top: 77%;
	left: 60.5%;
}

.map-sh {
	top: 53%;
	left: 74.5%;
}

.map-ah {
	top: 53%;
	left: 66%;
}


.fllb a {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.xwlb .fz16 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #222;
}

.xwlb .xwsj {
	color: #999;
	font-size: 12px;
}


.xwlb:hover .fz16,
.xwlb:hover .xwsj {
	color: #059fff;
}

.m-block {
	display: none;
}


@media all and (max-width: 1220px) {
	body {
		min-width: 100%;
	}

	.w1200,
	.w1220,
	.ds_searchBox,
	.dm_priceTable {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* 地图位置 */
	.map-bj {
		top: 28%;
		left: 60%;
	}

	.map-zj {
		top: 58%;
		left: 70%;
	}

	.map-sc {
		top: 55%;
		left: 36%;
	}

	.map-hz {
		top: 45%;
		left: 56%;
	}

	.map-sz {
		top: 75%;
		left: 58%;
	}

	.map-sh {
		top: 51%;
		left: 72%;
	}

	.map-ah {
		top: 49%;
		left: 63%;
	}
}

@media all and (max-width: 1060px) {
	.jf.w32 {
		width: 40%;
	}

	.jf.w60 {
		width: 56%;
	}


	.map-bj {
		top: 27%;
		left: 59%;
	}

	.map-sz {
		top: 76%;
		left: 57%;
	}

	.map-sh {
		top: 50%;
		left: 71%;
	}
}

@media all and (max-width: 1020px) {


	.nav-bar {
		display: block;
		width: 100%;
		position: fixed;
		height: 50px;
		background: rgba(25, 40, 50, 0.9);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		top: 0;
		left: 0;
		z-index: 999999999;

	}

	.nav-bar img {
		height: 40px;
	}

	.nav-bar span {
		float: left;
		padding: 15px;
		color: #fff;
		font-size: 20px;
	}

	.nav-bar .fa-bars {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-weight: bold;
		text-decoration: none;
		float: right;
	}

	header nav {
		position: fixed;
		right: 100%;
		top: 50px;
		bottom: 0;
		background: rgba(25, 40, 50, 0.9);
		z-index: 999;
		text-align: center;
		overflow: auto;
	}

	header nav ul a {
		display: block;
		width: 100%;
	}

	header nav ul li {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	header ul li a {
		display: block;
	}


	header nav ul li a {
		margin: 0 30px;
		padding: 10px;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
		overflow: hidden;
		display: none;
		min-height: 100%;
		border-top: none;
		background: transparent;
		padding-top: 0px;
		padding-bottom: 15px;
	}

	header nav ul li .children li {
		width: 100%;
		height: 100%;
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children span {
		display: inline-block;
		margin-right: 10px;
	}

	header nav ul li .children a {
		margin-left: 10px;
		padding: 5px 0;
	}

	header nav ul li .fa-angle-down {
		position: relative;
		top: 3px;
	}

	header nav ul li .children .sub-menu a {
		margin: 1px 0 0 0;
		padding-left: 10px;

	}

	header nav ul li .children li {
		margin: 0;
	}

	header .w1220 {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	header nav ul li:hover:after,
	.children li:hover:after {
		left: 20px;
		right: 20px;
	}

	.m-none {
		display: none;
	}

	.m-block {
		display: block;
	}


	.w-240 {
		width: 155px;
		height: 155px;
		margin: 6px;
		padding-top: 35px;
	}

	.fz60,
	.fz60 p,
	.fz60 span {
		font-size: 36px;
		font-weight: bold;
		line-height: 1.5;
	}

	.m-jc-sb {
		justify-content: center;
	}

	.jf.w32 {
		width: 40%;
		margin: 0 2%;
	}

	.jf.w60 {
		width: 50%;
	}


	.map-bj {
		top: 23%;
		left: 55%;
	}

	.map-sz {
		top: 74%;
		left: 54%;
	}

	.map-sh {
		top: 48.5%;
		left: 69%;
	}

	.map-zj {
		left: 66%;
	}

	.fz30.text-left {
		text-align: center;
	}

	.h-1.mar-tb20.w-300 {
		margin: 20px auto;
	}

	.text-left.lh-2 {
		text-align: center;
		margin-bottom: 15px;
	}

	.text-left.col-666.lh-2.bg-f5f.pad-10 {
		text-align: left;
		margin-bottom: 0px;
	}

	.m-mar-lr10 {
		margin-left: 15px;
		margin-right: 15px;
	}

}


/* 窄屏样式 */




@media all and (max-width: 1000px) {

	.slider p {
		text-align: center;
	}

	.slider .wrap {
		flex-wrap: wrap-reverse;
	}

	.slider img {
		max-width: 360px;
		padding-top: 60px;
		padding-bottom: 0px;
		margin: auto;
	}

	.slider p {
		text-align: center;
	}

	.slider .mar-t60 {
		margin: auto;
		margin-top: 10px;
	}


	.w45,
	.w40.h100,
	.w60.h100 {
		width: 100%;
		height: auto;
	}


	.pad-5-60 {
		text-align: center;
	}

	.pad-5-60 .mar-l-20,
	.pad-5-60 .mar-l-10 {
		margin-left: -40px;
	}

	.pad-5-60 .mar-l20 {
		margin-left: 80px;
	}

	.pad-60 {
		padding: 30px;
	}

	.m-mar-l20 {
		margin-left: 30px;
	}

	.jf.w32 {
		width: 100%;
		margin-bottom: 25px;
	}

	.jf.w60 {
		width: 100%;
	}

	.mar-t40 {
		margin-top: 20px;
	}

	.map-bj {
		top: 27%;
		left: 65%
	}

	.map-zj {
		top: 63%;
		left: 75%;
	}

	.map-sc {
		top: 60%;
		left: 43%;
	}

	.map-hz {
		top: 47%;
		left: 60%;
	}

	.map-sz {
		top: 80%;
		left: 64%;
	}

	.map-sh {
		top: 54.5%;
		left: 78%;
	}

	.map-ah {
		top: 52%;
		left: 68%;
	}

}

@media all and (max-width: 920px) {

	.map-sz {
		top: 79%;
		left: 62%;
	}

	.map-sh {
		top: 53.5%;
		left: 76%;
	}

	.map-zj {
		top: 60%;
		left: 73%;
	}
}


@media all and (max-width: 780px) {

	.map-sz {
		top: 78%;
		left: 61%;
	}

	.map-sh {
		top: 53%;
		left: 75%;
	}

}

@media all and (max-width: 720px) {


	.m-wrap {
		flex-wrap: wrap;
	}

	.w75,
	.w49,
	.w-300 {
		width: 100%;
	}

	.w32 {
		width: 90%;
		margin: 5px;
	}

	.w24,
	.w22 {
		width: 50%;
	}

	.bg-242.bor-r2.pad-15,
	.bg-242.bor-r2.mar-t40 {
		padding: 10px;
		margin-top: 10px;
	}

	.m-fz12 {
		font-size: 12px;
	}

	.m-fz14 {
		font-size: 14px;
	}

	.pad-tb60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.text-left.lh-2 {
		line-height: 1.5;
	}

	.w40.h100,
	.w60.h100 {
		height: auto;
	}

	.m-mar-lr10 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-pad-10 {
		padding: 10px;
	}

	.m-pad-lr10 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.fz46,
	.fz46 p,
	.fz46 span {
		font-size: 30px;
		line-height: 1.5;
	}

	.fz30,
	.fz30 p,
	.fz30 span {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.dorpkf_con {
		right: 45px;
	}
	


	.pad-45 {
		padding: 20px;
	}

	/* 地图位置 */
	.map-bj {
		top: 24%;
		left: 62%;
	}

	.map-zj {
		top: 60%;
		left: 70%;
	}

	.map-sc {
		top: 55%;
		left: 40%;
	}

	.map-hz {
		top: 48%;
		left: 59%;
	}

	.map-sz {
		top: 77%;
		left: 60.5%;
	}

	.map-sh {
		top: 52%;
		left: 73%;
	}

	.map-ah {
		top: 53%;
		left: 66%;
	}



	.mx-none {
		display: none;
	}


}


@media all and (max-width: 687px) {
	.w-240 {
		margin: 20px 60px;
	}

}

@media all and (max-width: 650px) {
	/* 地图位置 */

	.map-sh {
		top: 51%;
		left: 72%;
	}

	.m-column {
		display: flex;
		flex-direction: column;
	}


	/* 弹窗 */
	#msg {
		width: 70%;
		left: 15%;
		background: rgba(0, 0, 0, 0.7);
	}



	#msg_cont {
		display: block;
		background: transparent;
	}



}




@media all and (max-width: 600px) {

	.map-bj {
		top: 24%;
		left: 60%;
	}

	.map-zj {
		top: 58%;
		left: 68%;
	}

	.map-sc {
		top: 55%;
		left: 40%;
	}

	.map-hz {
		top: 43%;
		left: 55%;
	}

	.map-sz {
		top: 74%;
		left: 58%;
	}

	.map-sh {
		top: 50%;
		left: 70%;
	}

	.map-ah {
		top: 49%;
		left: 60%;
	}

}


@media all and (max-width: 569px) {
	.w-240 {
		margin: 10px 40px;
	}
}


@media all and (max-width: 550px) {

	.map-bj {
		top: 22%;
		left: 56%;
	}

	.map-zj {
		top: 56%;
		left: 66%;
	}

	.map-sc {
		top: 53%;
		left: 38%;
	}

	.map-hz {
		top: 42%;
		left: 55%;
	}

	.map-sz {
		top: 72%;
		left: 56%;
	}

	.map-sh {
		top: 48%;
		left: 68%;
	}

	.map-ah {
		top: 51%;
		left: 58%;
	}

}

@media all and (max-width: 514px) {
	.w-240 {
		margin: 5px;
	}
}

@media all and (max-width: 500px) {

	.map-bj {
		top: 20%;
		left: 54%;
	}

	.map-zj {
		top: 54%;
		left: 64%;
	}

	.map-sc {
		top: 51%;
		left: 36%;
	}

	.map-hz {
		top: 40%;
		left: 52%;
	}

	.map-sz {
		top: 70%;
		left: 54%;
	}

	.map-sh {
		top: 47%;
		left: 66%;
	}

	.map-ah {
		top: 45%;
		left: 56%;
	}
	
	.gdyc {
		right: 10px;
	}


}




@media all and (max-width: 435px) {
	
	.slider img {
		padding-top: 70px;
		padding-bottom: 15px;
		margin: auto;
	}
	
	
	.fz46,
	.fz46 p,
	.fz46 span {
		font-size: 26px;
		line-height: 1.5;
	}

	.map-bj {
		top: 20%;
		left: 52%;
	}

	.map-zj {
		top: 54%;
		left: 61%;
	}

	.map-sc {
		top: 52%;
		left: 32%;
	}

	.map-hz {
		top: 37%;
		left: 50%;
	}

	.map-sz {
		top: 70%;
		left: 50%;
	}

	.map-sh {
		top: 45%;
		left: 64%;
	}

	.map-ah {
		top: 42%;
		left: 56%;
	}

}





@media all and (max-width: 400px) {

	.map-bj {
		top: 18%;
		left: 48%;
	}

	.map-zj {
		top: 53%;
		left: 57%;
	}

	.map-sc {
		top: 50%;
		left: 28%;
	}

	.map-hz {
		top: 34%;
		left: 44%;
	}

	.map-sz {
		top: 68%;
		left: 47%;
	}

	.map-sh {
		top: 43.5%;
		left: 61%;
	}

	.map-ah {
		top: 40%;
		left: 53%;
	}

	.m-mar-lr10 {
		margin-left: 10px;
		margin-right: 10px;
	}

}


@media all and (max-width: 359px) {
	.x-mone {
		display: none;
	}

	.m-mar-lr10 {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media all and (max-width: 350px) {
	.x-mone {
		display: none;
	}

	.map-bj {
		top: 18%;
		left: 45%;
	}

	.map-zj {
		top: 51%;
		left: 54%;
	}

	.map-sc {
		top: 47%;
		left: 28%;
	}

	.map-hz {
		top: 32%;
		left: 42%;
	}

	.map-sz {
		top: 67%;
		left: 45%;
	}

	.map-sh {
		top: 42%;
		left: 58%;
	}

	.map-ah {
		top: 40%;
		left: 51%;
	}

}


@media all and (max-width: 349px) {

	.w-240 {
		width: 140px;
		height: 140px;
	}
}

@media all and (max-width: 320px) {

	.map-bj {
		top: 16%;
		left: 41%;
	}

	.map-zj {
		top: 51%;
		left: 52%;
	}

	.map-sc {
		top: 47%;
		left: 23%;
	}

	.map-hz {
		top: 33%;
		left: 40%;
	}

	.map-sz {
		top: 66%;
		left: 41%;
	}

	.map-sh {
		top: 41%;
		left: 56%;
	}

	.map-ah {
		top: 39%;
		left: 49%;
	}


	.m-fz14 {
		font-size: 12px;
	}
}
