/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html,
body {
	/*height: 100%;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}

b,
strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
	font-weight: bold;
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}

ol,
ul {
	list-style: none;
}

li {
	/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
	display: list-item;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td,
caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup,
small {
	font-size: 75%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
	overflow: hidden;
}

body {
	font-size: 14px;
	color: #6c7077;
}

div {
	position: relative;
}

button {
	border: none;
	background: #333;
	margin: 0;
	padding: 0;
	color: #FFF;
	height: 28px;
	line-height: 28px;
	outline: none;
}

textarea {
	outline: none;
}

button,
a,
input[type=button],
input[type=text],
input[type=password],
input[type=tel],
input[type=search],
.textarea,
select {
	outline: none !important;
}

input[type=button],
input[type=text],
input[type=password],
input[type=tel],
input[type=search],
.formbutton,
.textarea,
select {
	display: inline-block;
	width: 100%;
	border: 1px solid #DDD;
	background: #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	box-sizing: border-box;
	height: 50px;
	line-height: 30px;
	padding: 10px 15px;
	color: #666;
	font-size: 14px;
	margin: 0 0 10px 0;
	border-radius: 0;
}

.textarea {
	height: 150px;
}

select {
	width: auto;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

.h10px {
	height: 10px;
}

.gold {
	color: #F70 !important;
}

.bold {
	font-weight: bold;
}

.orange {
	color: #ff661b !important;
}
.cyan {
	color:#34abcd !important;
}
.clear,
.clear-5,
.clear-10,
.clear-15,
.clear-20,
.clear-30,
.clear-50,
.clear-100 {
	clear: both;
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear-5 {
	height: 5px;
}

.clear-10 {
	height: 10px;
}

.clear-15 {
	height: 15px;
}

.clear-20 {
	height: 20px;
}

.clear-30 {
	height: 30px;
}

.clear-50 {
	height: 50px;
}

.clear-100 {
	height: 100px;
}

.pad-b-30 {
	padding-bottom: 100px;
}

.pad-t-30 {
	padding-top: 30px;
}

.pad-b-20 {
	padding-bottom: 20px;
}

.pad-t-20 {
	padding-top: 20px;
}

.pad-30 {
	padding: 30px;
}

.pad-15 {
	padding: 15px;
}
.pad-20 {
	padding: 20px;
}
.pad-10 {
	padding: 10px;
}

.tc {
	text-align: center !important;
}

.trt {
	text-align: right !important;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.font12px {
	font-size: 12px;
}

.ntp {
	padding-top: 0 !important;
}

.ntb {
	border-top: 0 !important;
}

.ntm {
	margin-top: 0 !important;
}

.nbm {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.html-no-scroll {
	overflow-y: hidden;
}

div:after,
p:after {
	display: block;
	clear: both;
	content: "";
}

.lightgray {
	color: #bec8d2;
}

.green {
	color: #31c581;
}

.nothing-btn {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
}


/* popupbox (START) */

.P_tmp {
	display: none;
}

.P_popupbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.P_okbtn {
	background: #F60;
	color: #FFF;
	width: 100%;
	border: none;
	border-radius: 3px;
	margin-top: 5px;
}

#P_alertbox,
#P_confirm {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
}

#P_popup {
	/*background:rgba(255,255,255,0.6);*/
	background: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

.P_bg {
	background: #FFF;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	left: 50%;
	/*overflow:hidden;*/
	position: absolute;
	top: 50%;
}

.P_closebtn {
	cursor: pointer;
	display: none;
	font-size: 24px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -12px;
	width: 42px;
	z-index: 12;
}

.P_closebtn:hover {
	color: #EF3546;
}

#P_confirm .P_confirm_btns {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#P_confirm .P_confirm_btns .P_confirm_btn {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: none;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	bottom: 0;
	color: #aaa;
	left: 0;
	position: absolute;
	width: 50%;
	font-size: 14px;
}

#P_confirm .P_confirm_btns .P_confirm_btn[action="confirm"] {
	border-right: none;
	left: auto;
	right: 0;
}

#P_confirm .P_confirm_btns .P_confirm_btn[action="cancel"] {
	border-left: none;
	border-right: none;
	left: 0;
	right: auto;
	font-size: 14px;
}

#P_confirm .P_confirm_btns .P_confirm_btn:hover {
	background: rgba(255, 255, 255, 0.05);
}

.P_wp_msg {
	padding-bottom: 45px !important;
}


/* 特殊定制 */

.P_closebtn {
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 100px;
}

.P_closebtn .iconfont {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	text-align: center;
	position: absolute;
}

.P_popupbg button {
	height: 40px;
	line-height: 40px;
}


.carousel-control{ 
	padding-top:10%;
	font-size:70px;
	width:9%;
	}
.item video{ width:100%; height:100%; display:block;} 
.pdct{ padding:150px 102px 150px 130px !important;}
.for_mobile_2col{ margin:0 auto;}
.hmiohti{ padding-top:118px;}
.sdejie_di0 .ts{font-size: 2.2em; color: #CD8558; margin-bottom: 56px;}
.sdejie_di0{ width:556px; margin:0 auto; text-align: center;}
.sdejie_di0 p{ line-height:27px;font-size:1rem;}
/* popupbox (END) */



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 0px;
	height: 5px;
	background: transparent;
}
/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	border-radius: 5px;
	background: transparent;
}
/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(50, 50, 50, .2);
}
::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background-color: rgba(50, 50, 50, .3);
}