/*格式化常用类*/
/*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,input,select,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%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    color: #333;
    outline: 0;

}*/
blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body, button, input, keygen, legend, select, textarea {
    font: 14px/1.14 \5b8b\4f53,Arial,sans-serif;
    color: #333;
    outline: 0;
}
b,em,h1,h2,h3,h4,h5,h6,strong {
	font-weight: 700
}
a,a:hover,del,ins,s,u {
	text-decoration: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th {
	font-weight: 400
}

abbr,body,fieldset,html,iframe,img {
	border: 0
}[hidefocus],summary {
	outline: 0
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%
}

sub,sup {
	font-size: 83%
}

code,kbd,pre,samp {
	font-family: inherit
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

q:after,q:before {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}


html {
	color: #000;
	overflow-y: scroll;
	overflow: -moz-scrollbars;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.topfix{	
    z-index: 999999;
	    position: fixed;
}
body {
/*	overflow: hidden;*/
}

body,
html {
	font-family: miui, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: Arial, 'Microsoft Yahei', '%undefinedE%undefinedF%undefined5%undefined1', 'hiragino sans gb', simsun;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
   /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; */
/*    box-sizing: border-box; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
i{ font-style:normal}
li {
	list-style: none
}
em {
	font-style: normal
}

small {
	font-size: 12px
}

ul,
ol {
	list-style: none
}
a {
	text-decoration: none;
	color: #333;
	-webkit-touch-callout: none;
	font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

legend {
	color: #000
}

fieldset,
img {
	border: 0
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix::before, .clearfix::after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}
/*img {
	border: none;
	height: auto;
	-ms-interpolation-mode: bicubic;
	_width: auto;
}
*/
.hidden_scroll {
	overflow: hidden;
	overflow-y: scroll;
}

textarea {
	resize: vertical
}

main {
/*	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;*/
/*	overflow: hidden;*/
}

.bghuise {
	background: #fff;
}

.bgwhite {
	background: #fff;
}
/*
main .mainbox {
	padding: 0;
	margin-bottom:20px;
	width: 1320px;
	height: auto;
	overflow: hidden;
}*/

.div1 {
	width: 9.9%;
}

.div2 {
	width: 19.9%;
}

.div3 {
	width: 29.9%;
}

.div4 {
	width: 39.9%;
}

.div5 {
	width: 49.9%;
}

.div6 {
	width: 59.9%;
}

.div7 {
	width: 69.9%;
}

.div8 {
	width: 79.9%;
}

.div9 {
	width: 89.9%;
}

.div10 {
	width: 99.9%;
}

.hidden {
	overflow: hidden;
}

.border5 {
	border: 1px solid #e5e5e5;
}

.shadow {
	box-shadow: 1px 1px 8px #f5f5f5;
}

.default_height {
	height: auto;
	min-height: 300px;

}
.brno{
	border-right: none;
}
.left,.fl {
	display: inline;
	float: left;
}

.right,.fr {
	display: inline;
	float: right;
}
.height{
	height: 100%;
	line-height: 100%;
}
.clearfix {
	*zoom: 1;
}
.bgred{
	background-color: #CF0101;
}
.bred{
	border:1px solid red;
}
.redcolor{
	color: #CF0101;
}
.whitecolor{
	color: #fff;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.top_line{
	padding-top: 5px;
	border-top: 1px dashed #e5e5e5;
}
.bottom_line{
	padding-bottom: 5px;
	border-bottom: 1px dashed #e5e5e5;
}
.border_left {
	border-left: none;
}

.w10 {
	width: 9.6%;
}

.w20 {
	width: 19.3%;
}

.w23 {
	width: 22.6%;
}

.w24 {
	width: 23.6%;
}

.w25 {
	width: 23.15449046%;
	/*width: 22.37630138%;*/
}
.w28 {
	width: 27.92%;
}

.w30 {
	width: 29.6%;
}

.w31_plus {
	width: 30.600%;
}

.w31 {
	width: 31.5366666667%;
}

.w32 {
	width: 31.6%;
}
.w33 {
	width: 32.68%;
}

.w35 {
	width: 34.53252555555%;
}

.w40 {
	width: 39.6%;
}

.w41 {
	width: 40.6%;
}

.w4115 {
	width: 40.80%;
}

.w42 {
	width: 42.1%;
}

.w43 {
	width: 42.6%;
}

.w44 {
	width: 43.6%;
}

.w45 {
	width: 44.6%;
}

.w4515 {
	width: 45.15%;
}

.w46 {
	width: 45.6%;
}

.w50 {
	width: 49.6%;
}


.w59{
	width: 58.6%;
}

.w55 {
	width: 54.6%;
}
.w60 {
	width: 59.6%;
}

.w63 {
	width: 61.6%;
}

.w65 {
	width: 64.6%;
}


.w66 {
	width: 65.6%;
}

.w67 {
	width: 66.66%;
}

.w70 {
	width: 69.6%;
}

.w71 {
	width: 70.6%;
}

.w72 {
	width: 71.6%;
}

.w73 {
	width: 72.6%;
}

.w75 {
	width: 74.6%;
}

.w80 {
	width: 79.6%;
}

.w90 {
	width: 89.6%;
}

.w100 {
	width: 100%;
}


.h30 {
	height: 30px;
}
.h32 {
	height: 32px;
}

.h35 {
	height: 35px;
}

.h40 {
	height: 40px;
}

.h42 {
	height: 42px;
}

.h45 {
	height: 45px;
}


.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}

.h88 {
	height: 88px;
}

.h90 {
	height: 90px;
}

.h100 {
	height: 100px;
}

.h120 {
	height: 120px;
}

.h125 {
	height: 125px;
}


.h120 {
	height: 120px;
}

.height{
	height: auto;
}

.h130 {
	height: 130px;
}

.h150{
	height: 150px !important;
}

.h160{
	height: 160px !important;
}

.h180{
	height: 180px !important;
}
.h200 {
	height: 200px !important;
}

.h210 {
	height: 210px;
}


.h280 {
	height: 280px;
}

.h300 {
	height: 300px!important;
}

.h400 {
	height: 400px!important;
}

.h412 {
	height: 412px;
}

.h422{
	height: 422px !important;
}
.h450 {
	height: 450px;
}
.h500 {
	height: 500px;
}

.auto {
	margin: auto auto;
}

.radius {
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	/*box-shadow: 1px 1px 8px #ddd;*/
}

/*.border:hover{
	border:1px solid #ddd;
	box-shadow: 1px 1px 8px #ccc;
	}*/
.border8:hover {
	border: 1px solid #ddd;
}


.ml20 {
	margin-left: 20px;
}

.ml20 {
	margin-left: 20px;
}

.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr15 {
	margin-right: 15px;
	margin-left: 10px;
	font-size: 20px;
    font-weight: bold;
    color: #0071BC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top:30px;
}

.mt50 {
	margin-top:50px;
}


.mt0 {
	margin-top: 0;
}
.m10{
	maigin:10px 0 10px 0;
	}
.m20{
	maigin:20px 0 20px 0;
	}
.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}
.p10 {
	padding:0 10px;
}

.pr10 {
	padding-right: 10px;
}


.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top:20px;
}
.pt0{
	padding-top: 0;
}
.pt5{
	padding-top: 5px;
}
.mt0{
	margin-top: 0;
}
.pb10{
	padding-bottom: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pl10 {
	padding-left: 10px;
}
.pl0{
	padding-left: 0px;
}
.b {
	font-weight: 700;
}
.bottom0{
	bottom: 0;
}
.bigb {
	font-weight: 700;
	font-size:18px;
	line-height: 25px;
}

.noli {
	list-style: none;
	background: none;
}
.h80{
	height: 80px;
}
/*main .adbox {
	width:358px;
	height: 100px;
}

main .fullbox {
	width: 100vw;
}

	
.arrow a::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
    transform-origin: center center;
    position: absolute;
    right: 4px;
    top: 15px;
}*/

/* 设置滚动条的样式 */
        ::-webkit-scrollbar {
        width:1px;
        background-color:#f8f8f8;
        }

        /* 滚动槽 */
        ::-webkit-scrollbar-track {
        border-radius:2px;
        }

        /* 滚动条滑块 */
        ::-webkit-scrollbar-thumb {
        border-radius:0px;
        background:#f8f8f8;
        }

/* 媒体查询，针对不同屏幕宽度做样式调整 */
/*@media (max-width: 1440px) {
  .w25 {
    width: 21.538685%;
  }
}*/
@media (max-width:1440px) {
 .first_li .first_li_des2 {
    display: none;
    font-size: 12px;
    line-height: 20px;
}
    body {
    font-size: 12px;
  }
.cont_one .boxul .first_li1 {
    width: 48%;
    margin:0.1%;
}
.first_li .des6_4c {
    display: block;
    font-size: 12px;
}
.cont_tow .arctable {
    font-size: 12px;
}
/*.cont_tow .arctable li {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
}*/
.cont_tow .arctable li a{
     font-size: 12px;
}
.nopicli a{
     font-size: 12px;
}

.first_li80{
	height: 80px;
}
}

@media (max-width: 1600px) {
  .w25 {
    width: 22.37630138%;
  }
  .w63 {
   width: 59.838%;
}
  .box .boxul li {
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    line-height:30px;
}
.first_li .first_li_des2 {
    display: none;
    font-size: 12px;
}
.cont_one .boxul .first_li1 {
    width: 49%;
    margin:0.4%;
}
.first_li .des6_4c {
    display: block;
    font-size: 12px;
}
.cont_tow .arctable {
    font-size: 12px;
}
.cont_tow .arctable li,.nopicli {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    overflow: hidden;
}
.cont_tow .arctable li a{
     font-size: 12px;
}
.nopicli a{
	height: 20px;
    line-height: 20px;
    vertical-align: middle;
     font-size: 12px;
}
.first_li80{
	height: 80px;
}
}
/*.mr10{
	margin-right:0.2%;
}*/

@media (max-width: 1920px) {
  .w25 {
  width: 22.538685538%;
    /*  width: 22.53%;*/
  }
  .w63 {
    width: 60.29%;
}
/* .first_li .first_li_des2 {
    display: none;
    font-size: 12px;
    line-height: 20px;
}*/
.cont_one .boxul .first_li1 {
    width: 49%;
    margin:0.4%;
}

.nopicli a{
	height: 20px;
    line-height: 20px;
    vertical-align: middle;
     font-size: 12px;
}
 /* .first_li .first_li_des2{
  	display: none;
  }*/
}