﻿2021/3/22@charset "utf-8";

/* CSS Document */

a:active,
a:focus {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    position: relative;
}

.content {
    width: 1024px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.content-head {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 80px;
    margin-top: -10px
}

.header {
    width: 100%;
    height: 80px;
}

.head-logo {
    float: left;
    width: 318px;
    display: block;
    height: 80px;
}

.head-logo img {
    height: 80px;
}

.head-select {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    color: #999999;
    font-size: 12px;
    z-index: 99;
}

.head-lang-select {
    float: left;
    overflow: hidden;
}

.head-lang-select a {
    color: #999999;
    float: left;
    margin-left: 15px;
}

.head-lang-select a:hover {
    color: #f69200;
}

.head-lang-select .on {
    color: #f69200;
}

.head-group-select {
    float: left;
    margin-left: 15px;
    width: 75px;
    position: relative;
    background: url(../images/head_select_05.png) 60px -23px no-repeat;
}

.head-group-tip {
    color: #999999;
}


/*.head-group-select:hover{
	background-position:60px 12px;
}
.head-group-select:hover .group-list{
	display:block;
}*/

.group-list {
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 30px;
    background: #fff;
    border: 1px solid #999999;
    /*
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
    max-width: 300px;
    min-width: 150px;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
    display: none;
}

.group-list li {}

.group-list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.group-list li:hover a {
    color: #ff9800;
}

.head-search-select {
    float: left;
}

.head-search-btn {
    width: 30px;
    height: 30px;
    background: url(../images/head_input_08.png) center center no-repeat;
    display: block;
}

.head-search-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 26px;
    width: 242px;
    background: #fff;
    width: 0px;
    overflow: hidden;
}

.head-search-box {
    height: 24px;
    line-height: 24px;
    width: 240px;
    border: 1px solid #cccccc;
}

.head-search-box input {
    border: 0;
    outline: 0;
    height: 24px;
    line-height: 24px;
    width: 190px;
    display: block;
    float: left;
    margin-left: 10px;
}

.head-search-box .search-btn {
    width: 40px;
    height: 24px;
    background: url(../images/head_input_08.png) center center no-repeat;
    display: block;
    float: left;
}

.nav-list {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 40px;
    z-index: 90;
    font-size: 14px;
}

.nav-list li {
    float: left;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #fff;
}

.nav-list li a {
    display: block;
    color: #444444;
}

.nav-list li:hover a {
    color: #ff9800;
}

.nav-list li:hover {
    border-bottom: 2px solid #ff9800;
    font-weight: bold;
}

.nav-list .on a {
    color: #ff9800;
}

.nav-list .on {
    border-bottom: 2px solid #ff9800;
    font-weight: bold;
}


/**** 底部-版权技术支持 ****/

.foot-top {
    width: 100%;
    overflow: hidden;
    background: #222222;
    padding: 40px 0;
}

.foot-nav {
    width: 724px;
    float: left;
}

.foot-nav-fst {
    width: 100%;
    overflow: hidden;
}

.foot-nav-fst>li {
    width: 110px;
    padding-right: 5px;
    float: left;
}

.foot-nav-fst>li>a {
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.foot-nav-sec {
    width: 110px;
    overflow: hidden;
    padding-top: 5px;
}

.foot-nav-sec li {
    width: 100%;
    float: left;
}

.foot-nav-sec li a {
    color: #cccccc;
    height: 28px;
    line-height: 28px;
    width: 98px;
    padding-left: 2px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot-nav-sec li a:hover {
    color: #f49801;
}

.foot-hr {
    width: 0;
    /*border-left:1px solid #333333;*/
    height: 147px;
    float: left;
    margin-top: 20px;
}

.foot-group-list {
    width: 220px;
    padding-left: 55px;
    float: left;
    /*position: relative;*/
}

.foot-group-list .title {
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.foot-gl-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
}

.foot-gl-btn:hover {
    background-position: 0 0;
}

.foot-gl-prev {
    background: url(../images/foot_left_03.png) 0 -34px no-repeat;
    right: 33px;
}

.foot-gl-next {
    background: url(../images/foot_right_03.png) 0 -34px no-repeat;
    right: 0px;
}

.fg-bd {
    width: 300px;
    margin: 0 10px;
}

.fg-list {
    text-align: center;
}

.fg-list li {
    width: 100%;
    margin-top: 30px;
    height: 120px;
    float: left;
}

.fg-list li img {
    width: 230px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fg-btn {
    width: 75px;
    margin: 0 auto;
    margin-top: 25px;
    background: #f49801;
    color: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.fg-list li:hover .fg-btn {
    background: #ffba00;
}

.foot-bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #111111;
}

.foot-copy {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
}

.foot-copy a {
    color: #999999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot-copy a:hover {
    color: #f49801;
}

.foot-copy span {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 8px;
}

.foot-support {
    width: 270px;
    float: left;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
    position: absolute;
    right: 0;
}

.foot-support a {
    color: #999999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot-support a:hover {
    color: #f49801;
}

.foot-support .title {
    float: left;
}

.foot-jszc {
    float: left;
    width: auto;
}

.foot-jszc li {
    width: 180px;
    text-align: left;
}

.foot-other {
    position: absolute;
    left: 580px;
    width: 200px;
    top: 0;
    height: 60px;
}

.foot-other a {
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 22px 0;
    font-size: 14px;
    padding: 0 10px;
    color: #999999;
}

.foot-other a.foot-void {
    border-right: 1px solid #999999;
}

.foot-other a:hover {
    color: #f49801;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.return-top {
    position: fixed;
    width: 32px;
    height: 32px;
    background: url(../images/return_top.png) center center no-repeat;
    right: 50px;
    bottom: 200px;
    z-index: 999;
    display: none;
}

.return-top:hover {
    background-image: url(../images/return_top_hover.png);
}

.foot-group-list .f-title {
    height: 30px;
    line-height: 30px;
    width: 210px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #4a4f59;
}

.foot-group-list .f-title .f-left {
    width: 50%;
    float: left;
    text-align: left;
}

.foot-group-list .f-title .f-right {
    width: 50%;
    float: left;
    text-align: right;
}

.foot-group-list .foot-slide {
    height: 168px;
    overflow: hidden;
    width: 221px;
    padding-bottom: 5px;
    /*position: relative;*/
}

.foot-slide-list {
    overflow: hidden;
    margin-top: 5px;
}

.foot-slide-list li {
    width: 100%;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #cccccc;
    font-size: 12px;
}

.foot-slide-list li:hover span {
    color: #fff;
}

.foot-slide-list li a {
    display: block;
    color: #cccccc;
}

.foot-slide-list li .icon-box {
    width: 50px;
    height: 32px;
    line-height: 32px;
    float: left;
}

.foot-slide-list li .icon-box img {
    /*max-height:26px;*/
    /*max-width:40px;*/
    /*padding-top:3px;*/
    display: block;
    margin: 0 auto;
}

.foot-slide-list li a span {
    width: 152px;
    overflow: hidden;
    float: left;
    display: block;
    height: 33px;
    line-height: 33px;
    color: #999;
}

.nicescroll-rails {
    background-color: #26292e;
    /*margin-top: -68px;*/
}


/**

滚动条外框宽度设定类：.mCSB_scrollTools{}
可移动的滚动条外框：.mCSB_dragger{}
可移动滚动条：.mCSB_dragger_bar{}
滚动轨道条宽度:.mCSB_draggerRail{}


**/