﻿
/* reset */
html {
  height: 100%;
}
body {
  min-height: 100% }
body {
  _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {
  *zoom: 1 }
li {
  list-style-type: none }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}
iframe, frame, fieldset, img {
  border: 0 none }
img {
  vertical-align: top }
input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{
  border:none;
  padding:0;
  margin:0;
}
button {
  cursor: pointer }
input, textarea, button {
  -webkit-border-radius: 0;
  -webkit-appearance: none }
input[type=radio] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio }
input[type=checkbox] {
  -webkit-appearance: checkbox }
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box }
textarea {
  overflow: auto;
  resize: none }
blockquote, q {
  quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none }
table {
  border-collapse: collapse;
  border-spacing: 0 }
caption, th {
  text-align: left }
th {
  font-weight: normal }
em, cite, address,i {
  font-style: normal }
sup {
  vertical-align: text-top }
sub {
  vertical-align: text-bottom }
body {
  line-height: 1.5 }
a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}
a * {
  *cursor: pointer }
:focus {
  outline: none }
.icon{
  margin:0;
}
img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border:0;
  display: inline-block;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yx_Color);
}
.s_tmpl {
  background-color: rgba(239, 239, 239, 0);
}
.s_tmpl_footer {
  background-color: rgba(239, 239, 239, 0);
}
:root {
  --yx_Color: #379aee;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity:0.5;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity:0.5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity:0.5;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity:0.5;
}
.clearfix{
  *zoom:1;
}
/*清除浮动*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
/*清除浮动兼容*/
/*按钮样式*/
.LinkBox {
  width: 150px;
  display: flex;
  color: #333;
  align-items: center;
}
.LinkBox span {
  width: 42px;
  height: 42px;
  border:2px solid var(--yx_Color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  position:relative;
}
.LinkBox span .icon{
  position:relative;
  margin:0;
}
.LinkBox span:before {
  content: "";
  width: 105%;
  height: 105%;
  position: absolute;
  border-radius: 50%;
  background: var(--yx_Color);
  transition: 0.4s all;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.lianText {
  color: #333;
  margin-left: 14px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.LinkBox:hover .lianText {
  color: var(--yx_Color)!important;
  border-bottom: 1px solid var(--yx_Color)!important;
}
.LinkBox:hover span:before {
  width: 85%;
  height: 85%;
}
@media only screen and (max-width: 768px) {
  .LinkBox span{
    width: 34px;
    height: 34px;
  }
  .LinkBox span .icon{
    height: auto;
    width: 16px;
  }
}
/*页码*/
.page_con{
  display:flex;
  align-items:center;
  justify-content:center;
}
.page_num,.page_a{
  width:38px;
  height:38px;
  line-height:38px;
  border:1px solid #dcdcdc;
  border-radius:50%!important;
  font-size:14px!important;
  color:#666;
}
.page_a.current{
  background:var(--yx_Color);
}
.page_prev,.page_next{
  width: 74px!important;
  height: 32px;
  line-height: 32px;
  border-radius: 24px!important;
  font-size: 14px!important;
  color: #6b6b6b;
  border-color: #dcdcdc;
}
.page_a.disabled{
  border-radius:24px;
}
.page_a:hover{
  color:#fff;
  border-color:var(--yx_Color);
  background-color: var(--yx_Color);
}
.page_a.current:hover{
  color:#fff;
  border-color:var(--yx_Color);
  background-color: var(--yx_Color);
}
@media screen and (max-width: 800px){
  .page_prev, .page_next{
    width:85px!important;
    height:25px;
    line-height:25px;
    font-size:12px!important;
  }
  .page_num, .page_a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size:12px!important;
  }
}
/*
@media only screen and (max-width: 1600px) {
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-5) {
    top: 14vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-4) {
    top: 7.5vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-3) {
    top: 6vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-2) {
    top: 10.5vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-1) {
    top: 16.8vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-0) {
    top: 22vw;
  }
}
@media only screen and (max-width: 1440px) {
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-5) {
    top: 17.4vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-4) {
    top: 9.3vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-3) {
    top: 7vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-2) {
    top: 12.2vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-1) {
    top: 19.8vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-0) {
    top: 25.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-5) {
        top: 16.6vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-4) {
       top: 9.8vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-3) {
       top: 8.8vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-2) {
    top: 14.2vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-1) {
       top: 21.8vw;
  }
  #c_static_001-1703833297409 .faLi:nth-of-type(6n-0) {
        top: 28.5vw;
  }
}*/