html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
input,button,select{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#666;
  outline:none;
  font-family:normal small Arial,Microsoft YaHei,"微软雅黑","宋体",Verdana, Arial, Helvetica, sans-serif !important;
  overflow-x:hidden;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.pd{padding:0 !important;}
.nr{border:0 !important;}
.nr{border-radius:0 !important;}
.nb{background:none !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.dl{display:inline-block !important;}
.hd{display:none;}
.rel{position:relative;}
.abl{position:absolute;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}
.hand{cursor:pointer;}
.upp{text-transform: uppercase;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
/*Margin间距*/

/*文字大小*/

/*颜色*/
.c000{color:#000 !important;}
.cfff{color:#fff !important;}
.cee7c1c{color:#ee7c1c !important;}
/*链接属性*/
a{color:#000;}
a:hover{color:#fe0000;}
/*更多按钮*/
.more{clear:both;line-height:32px;padding:0 20px;border-radius:70px;border:#fe0000 solid 2px;color:#fe0000;font-size:14px;overflow:hidden;display:inline-block;}
/*CSS3鼠标经过渐变*/
a,img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
/*圆角*/
.boxRound{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.shadows{
            box-shadow: 0 0 35px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.shadows_code{
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.shadows_edge{
            box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.pc{display:block;}
.mb{display:none;}
@media (max-width:1000px){
	.pc{display:none;}
	.mb{display:block;}
}
.space{clear:both;height:30px;display:block;}
/*附加样式调用结束*/
/*头部开始*/
header{clear:both;width:100%;height:100px;border-top:#353331 solid 5px;}
header .header{width:1000px;margin:0 auto;position:relative;}
header .header .logo{float:left;margin-top:25px;}
header .header .logo img{height:100%;}
header .header .openMenu{width:42px;position:absolute;right:0;top:15px;display:none;}
header .header .openMenu img{width:100%;}

navs{float:right;margin-top:60px;display:block;}
navs ul li{float:left;font-size:16px;padding-left:30px;}
navs ul .on{color:#fe0000;}

menu{position:absolute;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;}
menu .closeMenu{width:30px;position:absolute;right:25px;top:30px;}
menu .closeMenu img{width:100%;}
menu ul{background:#fff;min-height:20%;height:auto;overflow:hidden;padding:10% 30px;}
menu ul li{clear:both;display:block;}
menu ul li a{height:36px;display:block;line-height:26px;text-align:center;width:100%;padding:35px 0;}
menu ul li span{padding-left:45px}
menu ul li .icon001{background:url(../images/icons/001.svg) no-repeat left center;display:inline-block;background-size:26px;}
menu ul li .icon002{background:url(../images/icons/002.svg) no-repeat left center;display:inline-block;background-size:26px;}
menu ul li .icon003{background:url(../images/icons/003.svg) no-repeat left center;display:inline-block;background-size:26px;}
menu ul li .icon004{background:url(../images/icons/004.svg) no-repeat left center;display:inline-block;background-size:26px;}
menu ul li .icon005{background:url(../images/icons/005.svg) no-repeat left center;display:inline-block;background-size:26px;}
menu ul li .icon006{background:url(../images/icons/006.svg) no-repeat left center;display:inline-block;background-size:26px;}

.language{position:absolute;top:0;right:0;}
.language a{line-height:35px;background:#353331;padding:0 20px;float:right;margin-left:2px;min-width:40px;color:#fff;border-radius: 0 0 3px 3px;font-size:12px;}

@media (max-width:1000px){
	header{padding:0 20px;}
	header .header{width:100%;}
	
}
@media (max-width:1000px){
	header{height:70px;padding:0 15px;border:0;}
	header .header .logo{height:30px;margin-top:20px;}
	header .header .openMenu{display:block;}
	
	navs{display:none;}
	
	.language{right:50px;top:20px;}
	.language a{background:none;min-width:auto;padding:0 3px;}
}
/*头部结束*/
/*底部开始*/
footer{clear:both;width:100%;height:auto;overflow:hidden;background:#eaeaea;padding:20px 0 0;}
footer .footer{clear:both;width:1000px;margin:0 auto;line-height:31px;color:#666;font-size:14px;padding: 0 0 20px;}
footer .copy{clear:both;width:100%;background:#b8b8b8;line-height:35px;text-align:center;padding:20px 0;}
.openModal{width:50px;height:50px;border-radius:100%;background:#e99113;color:#fff;text-align:center;line-height:18px;position:fixed;left:0;bottom:10%;font-size:14px;padding:6px 0 0;z-index:9999;}
/*模态框*/
.modal-header{border-radius:0;}
.modal-content{border-radius:0;}
@media (max-width:1200px){
	footer .footer{width:100%;padding:0 20px;}
}
@media (max-width:1200px){
	.col-xs-4{clear:both;width:100%;text-align:center !important;}
	footer .footer .copy{border-top:#d1d1d1 solid 1px;}
	.modal{top:5%;}
	.modal-header{border-radius:6px 6px 0 0;background:#e99113;color:#fff;}
	.modal-header .close{color:#fff;opacity:.8;}
	.modal-content{border-radius:6px;}
}
/*底部结束*/