<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：界面设计制作部
* 创建日期：2017-12-25
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
@font-face {
    font-family:'iconfont';
    src: url('/upload/font/PFDinTextCompPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'iconfont1';
    src: url('/upload/font/ImpactMTStd.otf') format('opentype');
}

#w_common_text-1590135195628 span {
font-family:'iconfont';
}

#w_common_text-1590224861412 span {
font-family:'iconfont';
}


body {
font-family:Microsoft YaHei,PingFang SC,Avenir,Helvetica,Arial,sans-serif;
/*
font-family: Arial,"Helvetica Neue",Helvetica,Arial,sans-serif; 
font-family: 'Noto Serif', serif;
font-family: raleway,Arial,sans-serif;
  
*/
}
a {
    color: #222;
    text-decoration: none;
}
a:hover, a:active {
    color: #049;
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}


div,
p,
span {
 /*
  word-break: keep-all!important;
  */
}
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
@keyframes gWelCnta{
  0% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(350deg);
  }
  95% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  outline:none;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
width:3px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #049;
}


#w_grid-1569392445063 {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px){  
  #w_grid-1590200461499 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1598327243078 p,
#w_common_text-1598327243078 span {
font-size: 20px!important;
  line-height:1.6!important;
  }
  
  
#w_fimg-1569392445072 img{
    height: 40px;
    width: auto;
}
  
  #content_box-1569387413808-0 {
  display: none;
  }
  
  #content_box-1569387413808-1 p,
  #content_box-1569387413808-1 span {
   text-align: left;
  }
  
  #w_fimg-1580997554175 {
    margin: 0px auto;
}
  
  #w_fimg-1617673080859 {
    margin: 0px auto;
     margin-top: 20px;
}
  
    #w_common_text-1617673080867 {
    margin: 0px auto;
}
  
  
  #scrolltop {
    position: absolute;
    right: 0px;
    top: -20px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    text-align: center;
    display: block;
}
  
  
#w_grid-1580997733056 p,
  #w_grid-1580997733056 span{
    text-align: center!important;
}

  
#w_grid-1590135417029 &gt; div &gt; .p_gridbox {
    background-color: rgba(177, 0, 8, 1);
    padding: 20px;
}
  #w_common_text-1590224861412 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
  #w_tabswitchbox-1590216813399 &gt; .layout_1 &gt; div &gt; .e_link-000 {
      width: calc((100% - 40px) /2);
    margin-right: 40px;
    position: relative;
}
 #w_tabswitchbox-1590216813399 &gt; .layout_1 &gt; div &gt; .e_link-000:nth-of-type(2) {
    margin-right: 0px;
}
  
  #w_grid-1581555506749 &gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: none;
    width: 50%;
}
  #w_grid-1590225211329 &gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: none;
    width: 50%;
}
  #content_box-1590134870363-0 {
  border: none!important;
  }
  
  #content_box-1590225211375-0 {
  border: none!important;
  }
  #w_grid-1590131339538 {
  background: #f7f7f7;
  }
  
  
  #w_grid-1581555626950 {
    display: none;
  }
  
  
}



@media only screen and (min-width: 769px) {
  

}


@media only screen and (max-width: 1440px) and (min-width: 769px){
}

</pre></body></html>