/*global css*/
@font-face{
  font-family:"GilroyBold";
  src: url("../font/font.woff2.html") format("woff2"),
       url("../font/font.woff") format("woff"),
       url("../font/font.ttf") format("truetype"),
       url("../font/font.eot") format("embedded-opentype"),
       url("../font/font.svg") format("svg"),
       url("http://www.xtxtech.com/static/themes/font/GilroyBold/font.otf") format("opentype");
}
@font-face{
  font-family:"GilroyRegular";
  src: url("../font/font1.woff2.html") format("woff2"),
       url("../font/font1.woff") format("woff"),
       url("../font/font1.ttf") format("truetype"),
       url("../font/font1.eot") format("embedded-opentype"),
       url("../font/font1.svg") format("svg"),
       url("http://www.xtxtech.com/static/themes/font/GilroyRegular/font.otf") format("opentype");
}
@font-face{
  font-family:"RubikRegular";
  src: url("../font/font2.woff2.html") format("woff2"),
       url("../font/font2.woff") format("woff"),
       url("../font/font2.ttf") format("truetype"),
       url("../font/font2.eot") format("embedded-opentype"),
       url("../font/font2.svg") format("svg"),
       url("http://www.xtxtech.com/static/themes/font/RubikRegular/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCRegular";
  src: url("http://www.xtxtech.com/static/themes/font/SourceHanSansCRegular/font.otf") format("opentype");
}

*{font-family:/*"SourceHanSansCRegular"*/,"宋体",Arial,Helvetica,"PingFang SC","Hiragino Sans GB",sans-serif;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: transparent;-webkit-font-smoothing：antialiased;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,form,fieldset,input,textarea,blockquote{padding:0;margin:0;font-size:14px;color:#333;}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
li{list-style-type:none;}
img{border:none;min-width:1px;}
table{border-collapse:collapse;}
input,select,textarea{outline:none;background:none;border:none;}
select::-ms-expand{display:none;}
@font-face {
  font-family: 'iconfont';  /* project id 1714958 */
  src: url('../font/font_1714958_xkv4m5qheti.eot');
  src: url('../font/font_1714958_xkv4m5qheti.eot') format('embedded-opentype'),
  url('../font/font_1714958_xkv4m5qheti.woff2.html') format('woff2'),
  url('../font/font_1714958_xkv4m5qheti.woff') format('woff'),
  url('../font/font_1714958_xkv4m5qheti.ttf') format('truetype'),
  url('../font/font_1714958_xkv4m5qheti.svg') format('svg');
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
/*常用类*/
.zm1{font-family: "GilroyBold";}
.zm2{font-family: "GilroyRegular";}
.sz1{font-family: "RubikRegular";}
.fl{float:left;}
.fr{float: left;left: 5%;}
.search-hhh a{color:#FFF!important}
.relative{position:relative;z-index: 1;}
.absolute{position:absolute;}
.absolute.max{left: 0;top: 0;right: 0;bottom: 0;}
.fixed{position:fixed;}
.fz0{font-size:0;}
/*display快速设置*/
.hide{display:none;}
.block{display:block;}
.inline{display:inline !important;}
.inline-block{display:inline-block !important;*display:inline;zoom:1;}
.table{display:table;}
.table-cell{display:table-cell;}
/*超出隐藏*/
.over{overflow:hidden;}
/*图片在div居中*/
.m-pic{text-align:center;display:block;font-size:0;}
.m-pic span{display:inline-block;height:100%;vertical-align:middle;}
.m-pic img{vertical-align:middle;max-width:100%;max-height:100%;}
/*鼠标移过图片放大*/
.b-pic{overflow:hidden;}
.b-pic img{-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
.b-pic:hover img{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);transform:scale(1.08);}
/*图片占满div*/
.i-pic{overflow:hidden;font-size:0;}
.i-pic img{width:100% !important;min-height:100% !important;max-width:1920px !important;max-height:1028px !important;}
/*对齐方式*/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
/*当前行超出，显示省略号*/
.text-over{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
/*几行内超出，显示省略号*/
.text-line{overflow:hidden;text-overflow:ellipsis;display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.text-line.line3{-webkit-line-clamp:3;}
.text-line.line4{-webkit-line-clamp:4;}
.text-line.line5{-webkit-line-clamp:5;}
/*强行不换行*/
.nowrap,[nowrap]{white-space:nowrap;}
/*强行换行*/
.break{white-space:normal;word-break:break-all;}
/*垂直对齐方式*/
.v-middle{vertical-align:middle;}
.v-top{vertical-align:top;}
.v-bottom{vertical-align:bottom;}
/*边框盒子处理*/
.border-box{-moz-box-sizing:border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/*css3变换时间300毫秒*/
.trans{-webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s;}
.trans *{-webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s;}
.rotating180{transform:rotate(180deg);-ms-transform:rotate(180deg); /* IE 9 */-moz-transform:rotate(180deg); /* Firefox */-webkit-transform:rotate(180deg);/* Safari 和 Chrome */-o-transform:rotate(180deg);}
.gray{-webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray;}
.trans0{-webkit-transition:all 0ms ease 0s; -moz-transition:all 0ms ease 0s; -ms-transition:all 0ms ease 0s; -o-transition:all 0ms ease 0s; transition:all 0ms ease 0s;}
.trans0 *{-webkit-transition:all 0ms ease 0s; -moz-transition:all 0ms ease 0s; -ms-transition:all 0ms ease 0s; -o-transition:all 0ms ease 0s; transition:all 0ms ease 0s;}
/*鼠标手型*/
.pointer{cursor:pointer !important;}
/*英文大写*/
.upper{text-transform:uppercase;}
/*英文小写*/
.lower{text-transform:lowercase;}
/*宽高100%*/
.maxh{height:100%;}
.maxw{width:100%;}
.user{user-select:none;}
/*最多宽度设置*/
.cw1920{max-width: 1920px;margin: auto;}
.cw1600{max-width: 1600px;margin: auto;}
.cw1400{max-width: 1400px;margin: auto;}
.cw1200{max-width: 1200px;margin: auto;}
/*wow*/
.wow{visibility:hidden;}
/*编辑器*/
.editor{line-height:2;}
.editor *{font-size: inherit;}
.editor img{max-width:100%;height:'auto';}

/*padding*/
.clear{margin:0px auto;clear:both;height:0px;font-size:0px;overflow:hidden;position: relative;}
.clear.a{top: -54px;display:block;height: 1px;width: 100%;position: relative;}
.clean{zoom:1;}
.clean:after,
.clean:before{content:'';display:table;}
.clean:after{clear:both;}

.blank3{margin:0px auto;clear:both;height:3px;font-size:1px;overflow:hidden;}
.blank6{margin:0px auto;clear:both;height:6px;font-size:1px;overflow:hidden;}
.blank9{margin:0px auto;clear:both;height:9px;font-size:1px;overflow:hidden;}
.blank12{margin:0px auto;clear:both;height:12px;font-size:1px;overflow:hidden;}
.blank15{margin:0px auto;clear:both;height:15px;font-size:1px;overflow:hidden;}
.blank20{margin:0px auto;clear:both;height:20px;font-size:1px;overflow:hidden;}
.blank25{margin:0px auto;clear:both;height:25px;font-size:1px;overflow:hidden;}
.blank30{margin:0px auto;clear:both;height:30px;font-size:1px;overflow:hidden;}

/*a*/
a{color:#fff;text-decoration:none;}
a.red{color:red;text-decoration:none;}
a.red:hover{color:red;text-decoration:underline;}
a *{text-decoration:none;}
a:hover *{text-decoration:none;}

/*turn_page*/
#turn_page{ width:100%; height:36px; line-height:34px; text-align:center; overflow:hidden; margin-top:5%;}
#turn_page img{ width:100%;}
#turn_page form{ display:inline-block;}
#turn_page span{ display:inline-block; vertical-align:top; font-size:0; color:#696969; margin:0 0.3%;}
#turn_page font{ display:inline-block; font-size:14px; background:#fff; color:#696969;}
#turn_page .page_button{ width:34px; height:34px; display:inline-block; background:#fff; font-size:14px; color:#696969; border:1px solid #d8d8d8;}
#turn_page .page_button.in{ width:34px;}
#turn_page .page_noclick{ width:34px; height:34px; display:inline-block; background:#fff; font-size:14px; color:#696969; border:1px solid #d8d8d8;}
#turn_page .page_noclick.in{ width:34px;}
#turn_page .page_item_current{ width:34px; height:34px; background:#c91e1d; color:#fff; border:1px solid #c91e1d;}
#turn_page .page_item{ width:34px; height:34px; display:inline-block; background:#fff; font-size:14px; color:#696969; border:1px solid #d8d8d8;}

@media only screen and (max-width:760px){
	#turn_page span{ margin:0 0.6%;}
	#turn_page font{ font-size:12px;}
	#turn_page{ line-height:36px; line-height:26px;}
	#turn_page .page_button{ width:26px; height:26px; font-size:12px;}
	#turn_page .page_button.in{ width:26px;}
	#turn_page .page_noclick{ width:26px; height:26px; font-size:12px;}
	#turn_page .page_noclick.in{ width:26px;}
	#turn_page .page_item_current{ width:26px; height:26px;}
	#turn_page .page_item{ width:26px; height:26px; font-size:12px;}
}