html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}
li {list-style: none;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
form {margin: 0;padding: 0;}


@font-face {
    font-family: 'GothamBook';
    src: url('../font/GothamBook.eot');
    src: url('../font/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('../font/GothamBook.woff2') format('woff2'),
         url('../font/GothamBook.woff') format('woff'),
         url('../font/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gotham-thin';
    src: url('../font/gotham-thin.eot');
    src: url('../font/gotham-thin.eot?#iefix') format('embedded-opentype'),
         url('../font/gotham-thin.woff2') format('woff2'),
         url('../font/gotham-thin.woff') format('woff'),
         url('../font/gotham-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

HTML {
		overflow-x:auto;
}
body {
	-webkit-text-size-adjust:none;
	line-height:1.5;
	font-family: 'gotham-thin',"微软雅黑","苹方-简  ","苹方","PingFang SC","微软雅黑";
	color:#000;
	background: #FFF;
	font-weight: bold
	/*text-transform:lowercase;*/
	
}

body{font-size: 12px;/* 12÷10=1.2 *//*overflow-x:hidden;*/} 


/*控制反选时的颜色*/
::selection {background-color:none;color: #ab0101;}
::-moz-selection {background-color:none;color:#ab0101;} /*针对Firefox*/
textarea:focus, input:focus {outline: none;/*去除safari输入框点击后的篮框*/}
/**, *:after, *:before {border-box;box-sizing: border-box;}*/
.clearfix:before, .clearfix:after {content: '';display: table;}
.clearfix:after {clear: both;}


img {border: none;width:100%;height:auto;/*height:auto;修正加载ritina.js后窗口拉动图片变形问题*/}

a,.hand {color:var(--color-txt);cursor:pointer;}
a:link, a:visited {text-decoration:none;}
a:hover{}


.mark{ line-height:1.3; color:#FF0322;}

.wrapper{
	margin: 0 40px;
	padding: 0;
	verflow-y: scroll;
	
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width:1024px){
	html{min-width: auto;}
	.wrapper{margin: 0 20px;
		
	}
	}



h1, h2, h3, h4, h5, h6 {
	
}
h1 {
	font-size: 3rem;/*40px*/
	line-height: 1;
}
h2 {
	font-size: 2rem;/*36px*/
}
h3 {
    font-size: 1.6rem; /*28px;*/
}
h4 {
	font-size: 1.4rem;/*24px;*/
}
h5 {
	font-size: 1.2rem;/*18px;*/
}
h6 {
	font-size:1rem; /*14px;*/
}




/*%宽度*/
.w25per{width:25%;}

/**/
.half-opacity{ opacity:0.5}

/*基础设置*/
.fr{float: right;}
.fl{float: left;}
.text_center{ text-align:center}
.text_justify{ text-align:justify}
.circle{ border-radius:100%;}
.desktop{display: block;}
.ipad{ display:none}
.mobile{display: none;}
.nopc{ display:none}

.clear{clear: both;display: inline-block;width: 100%;}


.shadow{-moz-box-shadow:0 0 6px #aaa; -webkit-box-shadow:0 0 6px #aaa; box-shadow:0 0 6px #aaa;}
article{word-break : normal;width:100%;font-size: 1rem; line-height: 2;text-align: justify}
article p{/*text-indent: 2.2em;*/padding-bottom: 1rem;/* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/}
article p:nth-last-child(1){padding-bottom: 0;}

@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape){  
		/*横屏*/
	.ipad{ display:block}
	}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){  
		/*竖屏*/
	.ipad{ display:block}
}
@media screen and (max-width:768px){
	.desktop{display: none;}
	.ipad{ display:none}
	.mobile{display: block}
	article p{-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}
	}

/*css3 过度*/
.smooth,li:before,.left_bottom,input,a{-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.header{-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}

/*去掉ipad iphone 默认按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"] {background: #000;border: 0px;}
button{cursor: pointer;}

input,textarea { -webkit-appearance: none;font-family: 'gotham-thin',"微软雅黑","苹方-简  ","苹方","PingFang SC","微软雅黑";}   



.swiper-container {width: 100%;height: 100%;-webkit-touch-callout: none;
   -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;}
.swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex; 
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
@media screen and (max-width:1024px){
	.swiper-container {width: 100%;height: 50%;}
}

.disableselect{-moz-user-select:none; /*火狐*/ -webkit-user-select:none; /*webkit浏览器*/ -ms-user-select:none; /*IE10*/ -khtml-user-select:none; /*早期浏览器*/ user-select:none;
}
/*::-webkit-scrollbar {
  display: none;
}*/



