@charset "UTF-8";

/* CSS-Globle Document By yyf */
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,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

*[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
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;
}

.mt20 {
    margin-top: 20px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #333333;
    background-color: #FFFFFF;
}

a {
    color: #333333;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #ee3542;
    text-decoration: none;
}

img {
    vertical-align: middle;
    object-fit: cover;
    /*object-fit: contain;*/
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.cf:after,
.cf:before,
.wrap:after,
.wrap:before {
    display: table;
    content: " ";
}

.cf:after,
.wrap:after {
    clear: both;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
}



.w1190 {
    width: 1190px;
}

.w780 {
    width: 780px;
}

.w710 {
    width: 710px;
}

.w590 {
    width: 590px;
}

.w390 {
    width: 390px;
}

.w370 {
    width: 370px;
}

.w290 {
    width: 290px;
}

.w230 {
    width: 230px;
}

.h60 {
    height: 60px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ad {
    position: relative;
    float: left;
    margin-left: 10px;
}

.ad:first-child {
    margin-left: 0;
}

.ad.ad-icon::after {
    content: "广告";
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 3px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-right-img span:nth-child(1) img{
    
    width:122px ;
}

.footer-right-img span:nth-child(2) img{
    width:80px ;
}

.footer-right-img span:nth-child(3) img{
    width:80px ;
}

/*# sourceMappingURL=globle.min.css.map */



/* footer */

.footer {
    background: #f5f5f5;
    border-top: 1px solid #0759bb;
    margin-top: 20px;
  }
  
  .footer .links {
    position: relative;
  }
  
  .footer .links .drop {
    position: static;
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  
  .footer .links .drop .drop-title {
    color: #0759bb;
  }
  
  .footer .links .drop .drop-menu {
    background: #ffffff;
    padding: 5px 10px;
    border-bottom: 1px solid #0759bb;
    max-height: 130px;
    overflow-y: auto;
  }
  
  .footer .links .drop .drop-menu .drop-menu-item {
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.5;
  }
  
  .footer .links .drop:hover {
    background: #ffffff;
  }
  
  .footer .copyright {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .footer .copyright .col1 {
    width: 800px;
  }
  
  .footer .copyright .col2 {
    width: 380px;
  }
  
  .footer .copyright li {
    line-height: 30px;
  }
  
  .footer .copyright li i {
    font-style: normal;
    margin: 0 5px;
    color: #666666;
  }
/* footer */


/* header */
.header .header-top {
    font-size: 14px;
    background: #f5f5f5;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
  }
  
  .header .header-top i {
    margin: 0 5px;
  }
  
  .header .header-top .col1 .links .drop {
    float: left;
  }
  
  .header .header-top .col1 .links .drop .drop-title {
    line-height: 1em;
    border-right: 1px solid #cccccc;
    padding: 0 15px;
  }
  
  .header .header-top .col1 .links .drop .drop-title::after {
    margin-left: 5px;
  }
  
  .header .header-top .col1 .links .drop .drop-menu {
    min-width: 100px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
  }
  
  .header .header-top .col1 .links .drop .drop-menu .drop-menu-item {
    line-height: 30px;
    white-space: nowrap;
    padding: 0 15px;
  }
  
  .header .header-top .col1 .links .drop .drop-menu .drop-menu-item:hover {
    background: #ffffff;
  }
  
  .header .header-top .col1 .links .drop .drop-menu .drop-menu-item:hover a {
    color: #ee3542;
  }
  
  .header .header-top .col1 .links .drop:hover .drop-title {
    color: #ee3542;
  }
  
  .header .header-banner {
    padding: 30px 0;
  }
  
  .header .header-banner .logo a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 230px;
    height: 60px;
    display: block;
    background-size: contain;
  }
  
  .header .header-banner .search {
    margin-left: 70px;
    margin-top: 10px;
    width: 360px;
    position: relative;
  }
  
  .header .header-banner .search .input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 0 61px 0 10px;
  }
  
  .header .header-banner .search .submit {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 60px;
    height: 38px;
    line-height: 40px;
    padding: 0;
    border: 0;
    background: #0759bb;
    color: #ffffff;
  }
  
  .header .header-banner .ads {
    margin-top: 0;
  }
  
  .nav {
    background: #0759bb;
    padding: 10px 0;
    font-size: 18px;
  }
  
  .nav dl,
  .nav dt,
  .nav dd {
    display: inline-block;
  }
  
  .nav a {
    color: #ffffff;
  }
  
  .container {
    width: 1230px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
  .nav dl {
    margin-left: 105px;
    line-height: 30px;
  }

  .menu-row dl:nth-child(5){
    margin-left: 0;
  }
  
  .nav dl:first-child {
    margin-left: 0;
  }
  
  .nav dt {
    font-weight: bold;
    min-width: 73px;
  }
  
  .nav dd {
    margin-left: 20px;
  }
  
  .sub-nav {
    background: #f5f5f5;
    padding: 10px 0;
    font-size: 14px;
  }
  
  .sub-nav span {
    font-weight: bold;
  }
  
  .sub-nav a {
    margin-right: 5px;
  }
  
  .sub-nav .row1 .col2 {
    margin-left: 10px;
  }
  
  .sub-nav .row2 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
/* /header */


/* 移动端header */
.header-mobile {
  position: relative;
}

.header-mobile .topbar{
  padding: 10px 0;
    background: radial-gradient(#2bb2dd 0%, #1763b7 100%);
}

.header-mobile .top{
    padding: 10px ;
    background: radial-gradient(#2bb2dd 0%, #1763b7 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mobile .top a{
  font-size: 18px;
    color: #f8f9fa;
}

.header-mobile .search-icon{
  width: 18px;
  height: 18px;
  background: url(/vpn/89/https/P75YPLUKNJ6HPLUDNG/jjxw/images/search.png;vpn_img) no-repeat;
  background-size: 100% 100%;
}

.header-mobile .navbar{
  background: #ffffff;
  padding: 5px 9px;
  border-top: 10px solid rgb(206, 216, 218);
  border-bottom: 10px solid rgb(206, 216, 218);
}

.header-mobile .navbar .clearfix{
  display: flex;
  flex-wrap: wrap;
}

.header-mobile .navbar .clearfix li{
  width: 62px;
  text-align: center;
  padding: 4px 0;
}

/* 移动端header */
#mobile-header{
  display: none;
}

/* 移动端footer */
.mobile-footer {
  margin-top: 15px;
    background: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
    border-top: 10px solid rgb(206, 216, 218);
}

.mobile-footer p {
  margin-bottom: .5em;
  
}
/* 移动端footer */

.ovflow{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


