/*Reset S*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	
	position: relative;
}

body,
html {
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2 {
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus,
a:active,
a {
	outline: none;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a,
p,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6 {font:16px / 1.6 'Microsoft Yahei', 'Helvetica Neue', Arial, -apple-system, Helvetica, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', SimSun, sans-serif;

	-webkit-font-smoothing: antialiased;
}

a,
img,
input {
	border: none;
}

a,
img {
	-webkit-touch-callout: none;
}

img {
	height: auto;
}

ul,
ol,
li {
	list-style: none;
}

span {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="password"],
select,
div,
a {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	box-sizing: border-box;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.text-hide {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

em,
i,
b {
	font-style: normal;
}

fieldset,
img {
	border: 0;
	display: block;
}

input,
textarea,
select {
	*font-size: 100%
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

address,
caption,
cite,
code,
dfn,
em,

th,
var {
	font-style: normal;
	font-weight: normal
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

.clear:after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.browser-tips {
	background: #ffc;
	color: #626262;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

/*Reset E*/

.hd {
	display: block;
	text-indent: -9999px;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.off {
	display: none;
}

/* 头部导航 */
.header {
	min-width: 1366px;
	width: 100%;
	height: 100px;
	position: absolute;
	background-color: #404040;
	opacity: 0.8;
	z-index: 99;
	left: 0px;
	top: 0px;
}

.nav-wrap {
	width: 1300px;
	margin: 0 auto;
}

.nav-logo {
	height: 70px;
	width: 185px;
	margin: 13px 0 0 0px;

}

.logo {
	height: 70px;
	width: 185px;
	background: url(../image/sprites1.png) no-repeat 0 -124px;

}

.nav-head {
	margin-left: 33px;
}

.nav-head li {
	font-size: 18px;
	color: #797c7e;
	margin: 42px 0 42px;
	position: relative;
}

.nav-head li a {
	font-size: 18px;
	color: #fff;
	margin: 0 22px;
}

.nav-head li a:hover {
	color: #f6ca4e;
}

.custom-code{
	width: 128px;
	height: 128px;
	background: url(http://dt.132wm.com/static/images/custom.png) no-repeat;
	background-size: 128px 128px;
}
.kfls::after {
	position: absolute;
	content: "";
	display: block;
	top: -3px;
	right: 8px;
	height: 11px;
	width: 19px;
	background: url(../image/sprites3.png) no-repeat;
	background-position: -215px -431px;
}

.sub-nav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 0;
	box-sizing: border-box;
}

.sub-nav-con {
	box-sizing: border-box;
	width: 1366px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	zoom: 1;
	padding: 15px 0 30px 250px;
}

.nav-down {
	float: left;
	display: inline;
	width: 120px;
	padding: -10px 5px 0;
	text-align: center;
	white-space: nowrap;
}
.nav-down:last-child{
	width: 128px;
}
.nav-down:nth-child(4){
	margin-left: -5px;
}
.nav-down:nth-child(5){
	margin-left: -20px;
}
.nav-down:nth-child(6){
	margin-left: -5px;
}
.nav-down p{
	color: #e5e3e0;
	text-align: center;
	margin-bottom: 10px;
}
.nav-down a {
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0;
	font-size: 14px;
	color: #e5e3e0;
}

.nav-down a:hover {
	color: #f6ca4e;
}

/* 头部导航�? */


/* 二维码部�? */

.qr-wrap {
	position: absolute;
	bottom: 320px;
	width: 100%;
	min-width: 1366px;
}

.qr-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.qr-list li {
	box-sizing: border-box;
	padding: 19px 0 0 35px;
	width: 212px;
	height: 156px;
	background: url(../image/qr-bg.png) no-repeat;
	position: relative;
	margin-left: 90px;
}


.item1 {
	height: 77px;
	width: 22px;
	background: url(../image/sprites3.png) no-repeat -333px -303px;
}

.item2 {
	height: 103px;
	width: 22px;
	background: url(../image/sprites3.png) no-repeat -250px -303px;
}

.item3 {
	height: 77px;
	width: 22px;
	background: url(../image/sprites3.png) no-repeat -200px -302px;
}

.item4 {
	height: 49px;
	width: 22px;
	background: url(../image/sprites3.png) no-repeat -289px -301px;
}

.qr-bg {
	height: 170px;
	width: 171px;
	background: url(../image/sprites3.png) no-repeat 0 -299px;
	position: absolute;
	top: -35px;
	left: 68px;
	display: block;
}

.qr-bg:hover {
	transform: scale(1.1);
}

.qr-bg img {
	margin: 16px auto 0;
}

.qr-list .qr4 {
	margin-right: 27px;
}

/* 二维码部分完 */

/* 侧导航部�? */
.nav-right {
	position: fixed;
	right: 32px;
	top: 210px;
	z-index: 999;
	width: 238px;
	height: 545px;
	background: url(../image/nav-right.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.nav-right-con {
	margin: 45px 7px 0 60px;
}

.nav-right-con .btn-close {
	position: absolute;
	top: 21px;
	left: 23px;
	color: #4d8dc5;
	font-size: 18px;
	width: 44px;
	height: 98px;
	padding: 30px 15px 0 11px;
	box-sizing: border-box;
	display: block;
	/* display: block; */
}

.nav-right-con p {
	width: 172px;
	text-align: center;
}

.nav-right-con img {
	margin: 6px auto 24px;
}

.nav-right-con a {
	display: block;
	height: 40px;
	width: 129px;
	margin: 0 auto 10px;
}

.I {
	background: url(../image/sprites2.png) no-repeat -188px -249px;
}

.II {
	background: url(../image/sprites2.png) no-repeat -189px -187px;
}

.III {
	background: url(../image/sprites2.png) no-repeat -156px -541px;
}

.IV {
	background: url(../image/sprites2.png) no-repeat -190px -59px;
}

.V {
	background: url(../image/sprites2.png) no-repeat -190px -125px;
}
.VI {
	background: url(../image/sprites2.png) no-repeat -437px -541px;
}

.I.on {
	background-position: 0 -248px;
}

.II.on {
	background-position: 0 -189px;
}

.III.on {
	background-position: 0 -541px;
}

.IV.on {
	background-position: 0 -62px;
}

.V.on {
	background-position: 0 -124px;
}
.VI.on {
	background-position: -297px -541px;
}

.nav-right-con .top {
	width: 60px;
	height: 15px;
	margin: 22px auto 0;
	background: url(../image/sprites2.png) no-repeat -486px -497px;
	cursor: pointer;
}

.down-line {
	width: 129px;
	height: 11px;
	display: block;
	background: url(../image/sprites3.png) no-repeat;
	background-position: -189px -451px;
	position: absolute;

	left: 50%;
	margin-left: -38px;
	top: 72px;
	animation: move 4s linear infinite alternate;
	-webkit-animation: move 4s linear infinite alternate;

}

@keyframes move {
	0% {
		top: 72px;
	}

	100% {
		top: 189px;
	}
}

@-webkit-keyframes move {
	0% {
		top: 72px;
	}

	100% {
		top: 189px;
	}
}

/* 侧导航部分完 */

.foot .foot_cpright {
	padding: 38px 20px;
}
/* #t6Hl8#2CD3F43A872A751DA2D908DCBE386333 */
