/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	font-family: 'Poppins-Regular';
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */


/* body,html,div,ul,ol,li,h1,h2,h3,h4,h5,p {
  margin: 0;
  padding: 0;
}
 */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/*myreset*/

ul,
li {
	list-style: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
a:focus {
	-moz-outline-style: none;
	/* FF */
}

img,
input {
	border: 0;
}

input,
textarea,
select,* {
	border: 0;
	outline: none;
	-webkit-appearance: none;
	/*去除系统默认样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去除系统默认样式*/
}

a div,
a span {
	cursor: pointer;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

ol,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

input,
img,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

.clear {
	clear: both;
}

.shu12 video,
.shu14 video,
.shu16 video,
.shu12 img,
.shu14 img,
.shu16 img,
img,video{
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.shu16 {
	line-height: 30px;
	color: #2e2e2e;
	font-size: 16px;
}

.shu14 {
	line-height: 30px;
	color: #484848;
	font-size: 14px;
}

.shu12 {
	line-height: 26px;
	color: #484848;
	font-size: 12px;
}

.left,.fl {
	display: block;
	float: left;
}

.right,.fr {
	display: block;
	float: right;
}


/*引入字体*/

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../font/Poppins-Regular.ttf') format('truetype');
}

.font2 {
	font-family: 'Poppins-Regular';
}

/*@font-face {
	font-family: 'bebas';
	src: url('../font/bebas.eot');
	src: local('bebas '), local('bebas'), url('../font/bebas.woff') format('woff'), url('../font/bebas.ttf') format('truetype'), url('../font/bebas.svg') format('svg');
}

.font2 {
	font-family: 'bebas';
}*/


/*导航样式*/
.navdk {
	display: block;
	background: url(../images/navbg.jpg) center top no-repeat;
	/* position: relative; */
	/* z-index: 88; */
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.navdk2 {
	display: none;
	overflow: hidden;
	background: #fff;
}

.navdk .container {
	/*position:  static;*/
}

.logo {
	display: block;
	overflow: hidden;
	float: left;
	height: 79px;
	position: relative;
	z-index: 3;
}

.logo img {
	display: block;
}

.soubk {
	display: block;
	/* float: right; */
	width: 28px;
	padding: 20px 0;
}

.soubk a {
	display: block;
	float: right;
}

.soubk img {
	display: block;
	height: 32px;
	margin-top: 5px;
}
.navFix .soubk img{
	margin-top: 4px;
}

/*二级*/
.navel {
	margin: 30px auto;
}

.navel a {
	display: block;
	float: left;
	margin: 0 15px;
	height: auto !important;
	text-align: center;
	line-height: 24px;
	font-size: 14px !important;
	color: #fff !important;
}

.navel a img {
	display: block;
	width: 134px;
	height: 100px;
	margin-bottom: 14px;
	border-radius: 6px;
	overflow: hidden;
}
.navi2{
	display: block;
	float: left;
}
.navi_content-nav {
	display: none;
	/*min-width: 100%;*/
	left: 0;
	padding:0 8px 10px;
	position: absolute;
	top:80px;
	border: 1px solid #d8d8d8;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 0px 0px 1px #d6d6d6;
	-webkit-box-shadow: 0px 0px 1px #d6d6d6;
	box-shadow: 0px 0px 1px #d6d6d6;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.navlb li .naver a{
	display: block;
	min-width: 100px;
	text-align: center;
	padding:4px 0;
	line-height:40px;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #ddd;
}
.navlb li .naver a:hover{
	color: #bf1922;
}
.navlb li .naver a{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*  */
/*头部*/
.top-navk {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	background-size: auto 100% !important;
}

.top-navk > .container {
	height: 80px;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.navk {
	display: block;
}
.nav-xt{
	display: block;
	position: absolute;
	width: 9px;
	height: 7px;
	right: 3px;
	top: calc(50% - 3px);
	background: url(../images/nav-xxj.png) center center no-repeat;
}
.navk li {
	display: block;
	float: left;
	position: relative;
	padding: 15px 1px;
}

.navk li>a {
	display: block;
	padding: 0 18px;
	position: relative;
	line-height: 50px;
	font-size: 18px;
	color: #000;
}
.navk li:hover>a,.navk li.on>a{
	color: #1672d5;
}
.ttelb {
	display: block;
}

.ttelbh {
	display: none;
}

.navtb {
	display: block;
	width: 30px;
	height: 52px;
	float: left;
	background: url(../images/navtb.png) right center no-repeat;
	background-size: auto 100%;
}

.navFix .navtb {
	background: url(../images/navtb3.png) right center no-repeat;
	background-size: auto 100%;
}

.navtbt {
	display: block;
	width: 30px;
	height: 52px;
	float: left;
	margin-right: 6px;
	background: url(../images/navtbt.png) center center no-repeat;
	background-size: auto 100%;
}

.navFix .navtbt {
	background: url(../images/navtbt3.png) center center no-repeat;
	background-size: auto 100%;
}

.top-navc {
	display: block;
	width: 40px;
	height: 52px;
}

.top-navc img {
	display: block;
	float: right;
	height: 52px;
}

.navFix {
	width: 100%;
	padding: 0 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	height: 70px;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
}
.navFix .navdk{
	height: 70px;
}
.navFix > .container{
	height: 70px;
}
.navFix .logo {
	height: 69px;
}
.navFix .logo img{
	height: 69px;
}
.navFix .navk li a {
	color: #333;
}
.navFix .navk li {
	display: block;
	float: left;
	position: relative;
	padding: 10px 1px;
}
/* .navFix .navk li:hover .nav-xt,
.navFix .navk li.on .nav-xt,
.navk li.on .nav-xt,
.navk li:hover .nav-xt {
	width: 74px;
	left: calc(50% - 37px);
} */

.navFix .navk li:hover>a,
.navFix .navk li.on>a {
	color: #1672d5;
}

/*  */
.pcnav.navi {}

.pcnav.navi li {
	position: relative;
}


.pcnav .navi_content {
	width: 220px;
	display: none;
	padding: 5px 6px;
	position: absolute;
	top: 80px;
	left: calc(50% - 110px);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.pcnav .navi_content>a {
	display: block;
	text-align: center;
	padding: 9px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	line-height: 26px;
	font-size: 16px;
	color: #333;
}

.pcnav .navi_content>a,
.pcnav .navi_content>a:hover {
	color: #333;
}
.pcnav .navi_content>a:hover{
	color: #1672d5;
}
.pcnav .navi_content>a:last-child {
	border-bottom: none;
}

.pcnav .navi_content.nav-erjpc1{
	width: 170px;
	left: calc(50% - 85px);
}
.pcnav .navi_content-navcp{
	width: 100%;
	left: 0;
	padding: 30px 50px;
}

.nav_btkdk {
	font-size: 18px;
	display: block;
	margin-bottom: 14px;
	line-height: 30px;
	text-align: left;
	color: #333;
}

.nav_btkdk a,
.nav_btkdk a:visited {
	color: #333;
}
.nav_btkdk a:hover{
	color: #1672d5;
}
.nav_list dd a{
	display: block;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.nav_list dd a span{
	font-family: "宋体";
}
.nav_list dd a:hover{
	color: #1672d5;
}
.nav_listk{
	margin-left: -20px;
}
.nav_list {
	width: calc(16.6666% - 20PX);
	float: left;
	display: block;
	margin-left: 20px;
}
.nav_list2 {
	width: calc(20% - 20PX);
}
/*  */
.navk li>a.language{
	margin-left: 30px;
    padding: 0 14px 0 26px;
	background: url(../images/top-diqiu.png) left center no-repeat,  url(../images/nav-xxj.png) right center no-repeat;
	font-size: 14px;
}
.pcnav .navi_content-lang{
	width: 72px; left: auto; right: 0;
}
.pcnav .navi_content-lang > a{
	font-size: 14px;
}
.pcnav .navi_content-lang > a.on{
	color: #1672D5;
}
.navndk{
	display: block;
	margin-left: 328px;
}
.navFix .navi_content{
	top: 70px;
}

.top-dlndk,
.top-dlndk2 {
	display: block;
	align-items: center;
}

.top-dlnk {
	display: block;
	float: left;
	position: relative;
	padding: 15px 8px;
	line-height: 50px;
	font-size: 14px;
	color: #616161;
}

.top-dlnk:first-child {
	margin-left: 10px;
}

.top-dlnk:last-child {
	padding-right: 0;
}

.top-dlnk1 span,
.top-dlnk2 span {
	display: block;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	padding-left: 18px;
	color: #616161;
}

.top-dlnk1 span {
	background: url(../images/top-dlnb1.png) left center no-repeat;
	/* max-width: 75px; */
}

.top-dlnk2 span {
	/* width: 46px; */
	background: url(../images/top-dlnb2.png) left center no-repeat;
}
.top-dlnk22 span {
	background: url(../images/top-dlnb3.png) left center no-repeat;
}

.top-dlnk1:hover span,
.top-dlnk2:hover span {
	color: #1672d5;
}

.top-dlnk1:hover span {
	background: url(../images/top-dlnb01.png) left center no-repeat;
}

.top-dlnk2:hover span {
	background: url(../images/top-dlnb02.png) left center no-repeat;
}
.top-dlnk22:hover span {
	background: url(../images/top-dlnb03.png) left center no-repeat;
}

.top-dlndk2 {
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/top-dlnb1.png) 12px center no-repeat;
}

.top-dlndk2 i {
	display: block;
	float: left;
	font-style: normal;
	padding: 15px 0;
	line-height: 50px;
	font-size: 14px;
	color: #616161;
}

.top-dlnk3 {
	margin-left: 0;
	padding-left: 0;
}

.top-dlnk3,
.top-dlnk3:visited {
	color: #616161;
}

.top-dlnk3:hover {
	color: #1672d5;
}

.navFix .top-dlnk {
	padding: 10px 10px;
}

.navFix .top-dlndk2 i {
	padding: 10px 0;
}

.navFix .top-dlnk3 {
	margin-left: 0;
	padding-left: 0;
}
/* 手机nav */
.navb {
	display: block;
}

.navb-fu {
	display: none;
}
.navFix .navb {
	display: none;
}

.navFix .navb-fu {
	display: block;
}
#page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.panel {
	display: none;
	width: 240px;
	color: #fff;
	position: relative;
	z-index: 99;
}

.panel2 {
	width: 100%;
	height: 100%;
	background-color: #1672d5;
	padding: 18px 0 18px 18px;
	color: #fff;
	position: relative;
	z-index: 10;
}

#close-panel-bt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: rgba(255, 255, 255, 0.6);
}

#close-panel-bt2 {
	width: 32px;
	height: 32px;
	margin-right: 14px;
	float: right;
	background-color: transparent;
	background: url(../images/nav-close.png) center center no-repeat;
	background-size: cover;
}

.navd-list {
	display: block;
	position: absolute;
	width: calc(100% - 18px);
	height: calc(100% - 78px);
	overflow-y: auto;
	top: 60px;
	line-height: 50px;
	font-size: 18px;
	color: #000;
}

.navd-list li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navd-list li>a {
	display: block;
	font-size: 18px;
}

.navd-list li>a,
.navd-list li>a:visited {
	color: #fff;
}

.nav-xj {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 50px;
	background: url(../images/nav-xj.png) 5px center no-repeat;
	background-size: auto 100% !important;
}

.nav-erj {
	display: none;
	margin-left: 12px;
}

.nav-erj > a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 13px 2px;
	line-height: 20px;
	font-size: 16px;
}

.nav-erj>a:last-child {
	border-bottom: none;
}

.nav-erj>a,
.nav-erj>a:visited {
	color: #fff;
}
.sj-en{
	display: block;
	margin-right: 12px;
}


.nav-sjdl,
.nav-sjdl2 {
	display: block;
	width: calc(100% - 15px);
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	float: left;
	margin-top: 12px;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}

.nav-sjdl span,
.nav-sjdl2 span {
	display: inline-block;
	padding-left: 20px;
	width: auto;
	max-width: 86%;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-size: auto 16px !important;
	color: #fff;
}

.nav-sjdl span {
	background: url(../images/top-dlnb001.png) left center no-repeat;
}

.nav-sjdl2 span {
	background: url(../images/top-dlnb002.png) left center no-repeat;
}
.nav-sjdl22 span {
	background: url(../images/top-dlnb003.png) left center no-repeat;
}

/*  */
.cookieCon {
	position: relative;
	width: 100%;
}
.cookieConk{
	display: block;
	height: 118px;
}
.cookieCondk{
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 1001;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,0.2);
	
}
.cookieTip {
	padding: 18px 18px;
	box-sizing: border-box;
	overflow: auto;
	zoom: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* display: none; */
	font-size: 16px;
	max-width: 600px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.cookie-tit1{
	color: #000000;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 100%;
    margin: 2px 0 6px;
}
.cookie-tit {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 14px;
	/* max-width: 70%;
	float: left;
	padding-left: 17px; */
}

.cookieCon .agree {
	/* width: 30%; */
	padding-top: 0;
	/* text-align: right; */
}

.policyOperate {
	/* display: inline-block; */
	/* width: 160px;
	float: right; */
	color: #666;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	padding-top: 16px;
}

.cookieCon .agree p {
	/* display: inline-block;
	margin-left: 15px;
	padding-left: 25px; */
	width: 80px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 12px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	font-size:14px;
	color: #fff;
}

.policyOperate .agreeCookie {
	/* color: #008fd6; */
	/* background: url(../images/agreeCookie.png) no-repeat 0 7px; */
	background: #333333;
}

.policyOperate .disagreeCookie {
	/* background: url(../images/disagreeCookie.png) no-repeat 0 7px; */
	background: #1672d5;
}