/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, hgroup,summary,copy,
del, dfn, em, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,content,footer, header, menu, nav,  section, 
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, output, ruby,line,
time, mark, audio, video ,qrcode{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, content,footer, header, hgroup, menu, nav, section,line, main,copy ,qrcode {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;}
/*W3C*/
/*html {*/
/*    filter: grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*}*/
html {font-size: 62.5%;position:relative;scroll-behavior:smooth;}
html,body{width:100%;height:100%;}
body {
    font-size:1.35rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#000;
    outline:none;
    overflow-x:hidden;
    overflow-y:scroll;
    background:#fff;
    font-family:'思源黑体';
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

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;
}
/*附加样式调用开始*/
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
input,button,select,textarea{outline:none !important;}
/*Float设置*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
/*位置设置*/
.rl{position:relative;}
.al{position:absolute;}
.c{text-align:center !important;}
.l{text-align:left !important;}
.r{text-align:right !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.di{display:inline-block !important;}

/*Flex设置*/
.flex{display:flex !important;}
.at{align-items:flex-start !important;}
.ac{align-items: center !important;}
.ab{align-items: flex-end !important;}
.ct{align-content:flex-start !important;}
.cc{align-content: center !important;}
.cb{align-content: flex-end !important;}
.jb{justify-content: space-between !important;}
.jc{justify-content: center !important;}
.jd{justify-content: flex-end !important;}
.jt{justify-content: flex-start !important;}
.fw{flex-wrap:wrap !important;}
.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}/*超出显示省略号*/
.ellipsiss{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;word-break: break-all;}/*超出显示省略号*/
.ellipsisss{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;overflow: hidden;-webkit-box-orient: vertical;word-break: break-all;}/*超出显示省略号*/
/*手势设置*/
.hand{cursor:pointer;}
/*边框设置*/
.bn{border:0 !important;}
.rn{border-radius:0 !important;}
.ov{overflow:visible !important;}
.op0{opacity:0 !important;}
/*宽度*/
.w37b{width:37% !important;}
.w49b{width:49% !important;}
.w60b{width:60% !important;}
.w80b{width:80% !important;}
.w100b{width:100% !important;}
/*Margin间距*/
.mc{margin:0 auto !important;}
.m0{margin:0 !important;}
.m10{margin:1rem !important;}
.mt0{margin-top:0 !important;}
.mt10{margin-top:1rem !important;}
.mt15{margin-top:1.5rem !important;}
.mt20{margin-top:2rem !important;}
.mt30{margin-top:3rem !important;}
.mt40{margin-top:4rem !important;}
.mt50{margin-top:5rem !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:1rem !important;}
.mr5{margin-right:5px !important;}
.mr218{margin-right:218px !important;}
.mr220{margin-right:220px !important;}
.mr225{margin-right:225px !important;}
.mr235{margin-right:235px !important;}
.mr10{margin-right:1rem !important;}
.mr20{margin-right:2rem !important;}
.mr30{margin-right:3rem !important;}
.mb15{margin-bottom:1.5rem !important;}
.mb30{margin-bottom:3rem !important;}
.mb40{margin-bottom:4rem !important;}
/*Padding间距*/
.p0{padding:0 !important;}
.p20{padding:2rem !important;}
.pt0{padding-top:0 !important;}
.pt5{padding-top:0.5rem !important;}
.pt10{padding-top:1rem !important;}
.pt15{padding-top:1.5rem !important;}
.pt20{padding-top:2rem !important;}
.pt30{padding-top:3rem !important;}
.pt50{padding-top:5rem !important;}
.pt70{padding-top:7rem !important;}
.pt90{padding-top:9rem !important;}
.pt100{padding-top:10rem !important;}
.pr10{padding-right:1rem !important;}
.pr20{padding-right:2rem !important;}
.pr30{padding-right:3rem !important;}
.pr50{padding-right:5rem !important;}
.pr150{padding-right:15rem !important;}
.pb0{padding-bottom: 0 !important;}
.pb20{padding-bottom: 2rem !important;}
.pb30{padding-bottom: 3rem !important;}
.pb50{padding-bottom: 5rem !important;}
.pb80{padding-bottom:8rem !important;}
.pl10{padding-left:1rem !important;}
.pl20{padding-left:2rem !important;}
.pl50{padding-left:5rem !important;}
.pl150{padding-left:15rem !important;}
	/*上下*/
.ptb20{padding:2rem 0 !important;}
.ptb30{padding:3rem 0 !important;}
.ptb40{padding:4rem 0 !important;}
.ptb50{padding:5rem 0 !important;}
    /*左右*/
.plr20{padding:0 2rem !important;}
    /*独立设置*/
.p0-0-1{padding:0 0 1rem !important;}
.p2-0-0{padding:2rem 0 0 !important;}
@media (max-width:1440px){
    .p0{padding:0 50px !important;}
}
@media (max-width:960px){
    .p0{padding:0 !important;}
    .pb80{padding-bottom:2rem !important;}
    .pb50{padding-bottom:2rem !important;}
    .pt90{padding-top:6rem !important;}
}
/*文字设置*/
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.f24{font-size:24px !important;}
.f26{font-size:26px !important;}
.f28{font-size:28px !important;}
.f30{font-size:30px !important;}
.f50{font-size:50px !important;}
.f80{font-size:80px !important;}

.f2r{font-size:2rem !important;}
.f3r{font-size:3rem !important;}

.b300{font-weight:300 !important;}
.b400{font-weight:400 !important;}
.b600{font-weight:600 !important;}
.bolder{font-weight:bolder !important;}
/*字体设置*/
.fb{font-weight:bold!important;}
.fn{font-weight:normal !important;}
.upp{text-transform: uppercase;}
/*字体间距*/
.ls05{letter-spacing:0.5px;}
.ls1{letter-spacing:1px;}
.lh14{line-height:14px !important;}
.lh16{line-height:16px !important;}
.lh20{line-height:20px !important;}
.lh35{line-height:35px !important;}
.lh45{line-height:45px !important;}

.lh3r{line-height: 3rem !important;}
.lh5r{line-height: 5rem !important;}
/*宽度*/
.w15{width:15% !important;}
.w20{width:20% !important;}
.w30{width:30% !important;}
.w48{width:48% !important;}
.w50{width:50% !important;}
.w80{width:80% !important;}
.w90{width:90% !important;}
.w85{width:85% !important;}
.w100{width:100% !important;}
/*颜色*/
.red{color:red !important;}
.black{color:#000 !important;}
.write{color:#fff !important;}
.blue{color:#27345e !important;}
.red{color:#FF0000 !important;}
.c000{color:#000 !important;}
.cfff{color:#fff !important;}
.c333{color:#333 !important;}
.c666{color:#666 !important;}
.c2a2a2a{color:#2a2a2a !important;}
.c449be6{color:#449be6 !important;}
.ccae5ff{color:#cae5ff !important;}
.c389bf0{color:#389bf0 !important;}
.c20ae3b{color:#20ae3b !important;}
.cff4e00{color:#ff4e00 !important;}
.ca451d9{color:#a451d9 !important;}
.c9b9b9b{color:#9b9b9b !important;}
/*背景设置*/
.nb{background:none !important;}
.o6{opacity: .6;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;transition: all 1s;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}
.bgF5F5F5{background:#F5F5F5 !important;}
.bgF6F6F6{background:#F6F6F6 !important;}
.bgF8F8F8{background:#F8F8F8 !important;}
.bgF9F9F9{background:#F9F9F9 !important;}
.bgE1E7EE{background:#E1E7EE !important;}
.bge0e7ef{background:#e0e7ef !important;}
.bgF2F1EE{background:#F2F1EE !important;}
.bgffefe7{background:#ffefe7 !important;}
.bgfff7ef{background:#fff7ef !important;}
.bgf8f9fa{background:#f8f9fa !important;}
.bgf4f9fd{background:#f4f9fd !important;}
.bg767b91{background:#767b91 !important;}
.bge4e4e4{background:#e4e4e4 !important;}
.bg114c7c{background:#114c7c !important;}
.bg052640{background:#052640 !important;}
.bg333{background:#333 !important;}
.bg666{background:#666 !important;}
.bg999{background:#999 !important;}
.bgFFF{background:#fff !important;}

.btl{border-bottom:#e0e0e0 solid 1px;max-width:1280px;margin:0 auto;}
/*动画效果*/
.animation{transition: all 1s;}
@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
/*CSS3鼠标经过渐变*/
button,a{
	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;}
red{color:#d93751;}
/*划线行距设置*/
square{background:#999;width:100px;height:1px;display:inline-block;}
.space{clear:both;height:30px;display:block;}
.bottom_sapce{clear:both;height:100px;display:block;overflow:hidden;}

/*图片设置*/
/*
img{
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}
*/
/*圆角*/
.br{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
.br10{
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	     -o-border-radius:10px;
	        border-radius:10px;	
}
/*投影*/
.sd{
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*链接属性*/
a{color:#000;}
a:hover{color:#d93751;}
/*更多按钮*/
.more{clear:both;line-height:45px;padding:0 30px;color:#fff;font-size:12px;overflow:hidden;display:inline-block;background-image: linear-gradient(160deg, #f43a58 10%,#bf3a85 80%);font-weight:normal;transition: all 0.3s;border-radius:50px;box-shadow:0 0 10px rgba(111,111,111,0);}
.more:hover{background-image: linear-gradient(160deg, #f43a58 10%,#ec193b 80%);color:#fff;padding:0 50px;box-shadow:0 0 20px rgba(111,111,111,0.5);}
.readmore{display:flex;align-items: center;justify-content: center;color:#999;margin-top:50px;}
.readmore a{padding:20px 100px;font-size:16px;color:#fff;background:#d93751;font-weight:bold;}
.nothing{width:100%;padding:20px 0;height:100%;display:block;position:absolute;top:0;left:0}
@media (max-width:960px){
    .more{padding:0 15px;line-height:28px;}
}
/*终端适应设置*/
.pc{display:block;}
.wap{display:none !important;}
@media (max-width:960px){
	.pc{display:none !important;}
	.wap{display:block !important;}
}
/*附加样式调用结束*/
/*返回顶部*/
.return_top{width:50px;height:50px;background:#d93650;color:#fff;line-height:50px;position:fixed;right:20px;bottom:300px;text-align:center;z-index:999;display:none;transition: all 1.0s;}
.return_top:hover{color:#fff;}
@media (max-width:960px){
    .return_top{bottom:0;right:0;}   
}
/* 全局分页 */
#page{margin:30px 0;font-size:14px;height:35px;line-height:35px;text-align:center}
#page .pageinfo{margin-right:3px;color:#808080;font-size:14px;padding:10px 17px;border:1px solid #aaa;border-radius:3px;}
#page .pageinfo strong{font-weight:normal;margin:0 3px;border-radius:3px;}
#page  a{border:1px solid #aaa;background:#fff;color:#808080;padding:10px 17px;margin-left:5px;transition:all 0.2s;border-radius:3px;}
#page  a:hover,#page .curpage{background:#d93751;color:#fff;text-decoration:none;border:1px solid #d93751;}
#page .nopage{cursor:not-allowed;border-radius:3px;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #aaa;}

@media (max-width:960px){
	#page .pageinfo,#page a.nopage,#page a.homepage,#page a.endpage,#page a.prepage,#page a.nextpage{display:none !important;}
    
}
/*分页结束*/
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{  
   background-color:#d93751;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
 
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#d93751;  
   height:50px;  
   -webkit-border-radius:0;  
}  
 
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:12px;  
   height:12px;  
}  
 
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: black !important;
    transition: background-color 5000s ease-in-out 0s !important;
} 
/*PlaceHolder效果*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #29007b;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #29007b;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #29007b;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #29007b;
  font-size: 16px;
}

<!--耗时1752841313.8481秒-->