@charset "utf-8";

/* CSS Document */
html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 20px;
    font-size: 2.0rem;
    /* 14÷10=1.4 */
    background: #fffff7;
    color: #000;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    display: block;
}

img,
object {
    width: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    text-decoration: none;
    color: #4d4d4d;
}

a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    /* font-weight: 400; */
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.gp-ellipsis {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

.gp-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.gp-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.gp-ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.gp-ellipsis5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.gp-ellipsis6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.trstion{
        transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.img,
.img1x1,
.img5x7,
.img5x3,
.img3x2,
.img4x3,
.img2x3,
.img3x4 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.img1x1 {
    padding-bottom: 100%;
}

.img5x7 {
    padding-bottom: 140%;
}

.img5x3 {
    padding-bottom: 60%;
}

.img3x2 {
    padding-bottom: 66.6%;
}

.img4x3 {
    padding-bottom: 75%;
}

.img2x3 {
    padding-bottom: 150%;
}

.img3x4 {
    padding-bottom: 133.3%;
}

.img img,
.img1x1 img,
.img5x7 img,
.img5x3 img,
.img3x2 img,
.img4x3 img,
.img2x3 img,
.img3x4 img {
    width: 100%;
    display: block;
    transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
}

/*头部样式*/
/* .mode01,
.sub_banner {
    margin-top: 104px !important;
} */

/* .topHig{
    margin-top: 200px!important; 
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transition: transform 500ms ease,background 200ms ease;
    -webkit-transition: transform 500ms ease,background 200ms ease;
    -ms-transition: transform 500ms ease,background 200ms ease;
} */

.wraq_header {
    width: 100%;
    z-index: 9999;
    position: fixed;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    -webkit-background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    -ms-background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2); */
}

.topHeader {
    height: 30px;
    background-color: #858585;
}

.topHeader>div {
    width: 1198px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.topHeader ul {
    width: auto;
    float: right;
}

.topHeader ul li {
    float: left;
}

.topHeader ul li a {
    color: #fcffff;
}

.topHeader ul li a:hover {
    text-decoration: underline;
}

.topHeader ul li span {
    margin: 0 9px;
    color: #fcffff;
}

.header {
    width: 100%;
    padding: 0 3%;
    /* max-width: 1900px; */
    min-width: 300px;
    margin: 0 auto 0;
    z-index: 9999;
    position: relative;
}

.logo {
    width: 13%;
    float: left;
    text-align: center;
    padding-top: 12px;
}

.logo a {
    display: block;
}

.logo img {
    /* width: 100%; */
    margin: 0 auto;
}

/* .wraq_header.current .logo{
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    width:200px;height:57px;
    padding:12px 0 0 0;} */
.wraq_header.current .logo {
    padding-top: 0;
}

.wraq_header.current .logo img {
    width: 81%;
    margin: 0 auto;
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;

}

.wraq_header.current {
    z-index: 9999;
    position: fixed;
    height: 74px;
    top: -100px;
    background: #00524c;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transition: transform 500ms ease;
    -webkit-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
}

.wraq_header.current .nav_top {
    display: none;
}

.wraq_header.current .header {
    margin-top: 10px;
}

.wraq_header.current .nav ul img {
    float: right;
    margin: -8px 0 0 0;
}

.wraq_header.current .nav ul li {
    float: left;
    line-height: 58px;
}

.wraq_header.current .nav .minfoWrap a {
    line-height: 58px;
    /* height: 58px; */
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
}

.wraq_header.current .nav ul li:hover .minfoWrap {
    display: block;
}

.bread span strong {
    display: none !important;
}

/* .wraq_header.current .nav{
    height:60px; line-height:60px;margin-left:200px;width:998px;background:none;position: absolute;left:50%;margin-left:-366px;
}
.wraq_header.current .nav > ul{background:none;height:60px;width:100%;}
.wraq_header.current .nav li{_width:110px;*width:110px;background:none;font-size:0.9em;height:60px; line-height:60px;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.wraq_header.current .nav li a{color:#fff;border-left:none;}
.wraq_header.current .nav li a:hover{font-weight:normal;background-color:#eda700;transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.wraq_header.current .nav li .subNav{display:none;top:60px;}
.wraq_header.current .top{height:60px;width:200px;float:left;}
.wraq_header.current .top_right{display:none;}
.wraq_header.current .topHeader{display:none;}
.wraq_header.current .minfoWrap{display:none !important;}
.wraq_header.current .header{height:60px;width:240px;position: absolute;left:50%;margin-left:-599px;} */
/*导航*/
.nav {
    float: right;
    width: 82%;
    /* display: flex; */
}

/* .nav_top {
    font-size: 18px;
    font-size: 1.8rem;
    float: right;
    width: 86%;
    text-align: right;
    margin-right: 14%;
}

.nav_top a {
    margin: 0 1.9%;
    display: inline-block;
    color: #808080;
} */

.nav>ul {
    margin: 0 auto 0;
    position: relative;
    float: right;
    width: 100%;
    display: flex;
}

.nav ul img {
    float: right;
    margin: 12px 0 0 0;
    width: 50px;
}

.nav ul li {
    /* float: left; */
    display: inline-block;
    flex: 1;
    line-height: 76px;
    /* width: 11%; */
    /* margin: 0 2.6%; */
}

.nav ul li a {
    padding: 0;
    text-align: center;
}

/* .nav ul li:nth-child(7) .minfoWrap_inner .nav01 li:last-child {
    display: none;
} */

.nav ul li>a {
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    display: block;
    font-weight: normal;

}

/* .nav ul li.last .minfoWrap{ right:120px; left:auto;} */
/* .nav ul li.last02 .minfoWrap{ right:270px; left:auto;} */
.nav ul li>a:hover,
.nav ul li.on>a {
    color: #fff;
    font-weight: bold;
}

.nav .minfoWrap {
    position: relative;
    left: 0%;
    width: 100%;
    z-index: 9993;
    display: none;
    background: rgba(242, 242, 242, 0.9);
    font-size: 2.1px;
    font-size: 2.1rem;
    text-align: center;
}

.nav .minfoWrap_inner {
    width: 100%;
    margin: 0 auto;
    /* background: #fff; */
}

.nav .minfoWrap_inner .nav01 li {
    margin: 0;
    width: 100%;
    /* line-height: 40px; */
    display: block;
    /* line-height: 40px; */
    background: rgba(242, 242, 242, 0.9);
}

.nav .minfoWrap a {
    text-align: center;
    color: #007072;
    padding: 0 2px;
    font-size: 18px;
    font-size: 1.8rem;
    border-right: none;
    line-height: 50px;
    /* height: 50px; */
}

.nav .minfoWrap_inner .nav01 li.on,
.nav .minfoWrap_inner a:hover,
.nav .minfoWrap_inner a.hover {
    text-decoration: none;
    color: #fff;
    background: #00524c;
    font-weight: normal;
}

.nav-wrapper {
    z-index: 9992
}

.nav ul .nav01 li.cur05 {
    width: 30%;
}

/*footer*/

.goTop {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 99;
    color: #f18e21;
    text-align: center;
    font-size: 16px;
    transition: none;
}

.goTop i {
    color: #f18e21;
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.goTop:hover {
    color: #f18e21;
}

.goTop:hover i {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.sEng {
    display: none;
    position: absolute;
    right: 13px;
    top: 4px;
    font-size: 14px;
}

.sEng a {
    color: #fff;
}

@keyframes rotate {
    from {
        transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        -moz-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

/*手机端导航*/
.snav {
    display: none;
    height: 50px;
    right: 0px;
    top: 50px;
    z-index: 1002;
    width: 100%;
}

.mbtn {
    display: block;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 0;
    z-index: 1002;
    cursor: pointer;
    background-color: #00524c;
}

#Index_mbtn {
    margin: 0 auto;
    display: block;
    margin-top: 14px;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    font-weight: normal;
}

.mbtn .m {
    font-size: 12px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    text-align: center;
    width: 100%;
    display: none;
    height: 20px;
}

.navm {
    width: 100%;
    z-index: 9999;
    line-height: 30px;
    background-color: #00524c;
    overflow: hidden;
    text-align: left;
    display: none;
    top: 84px;
    left: 0;
}



.navm li {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #006d65;
}

.navm li a {
    font-size: 15px;
    font-size: 1.5rem;
    width: 120px;
    float: left;
    line-height: 18px;
    padding: 10px 0px;
    color: #fff;
    padding-left: 13px;
    display: block;
}

.navm li a:hover {
    color: #fff;
}

.navm li span {
    padding: 12px 10px 0 0;
    float: right;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
}

.navm dl {
    background-color: #fff;
    color: #004489;
    padding-left: 20px;
}

.navm dl dd {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.navm li.on dl dd a {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 30px;
    height: 30px;
    width: 100%;
}

.navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    color: #ee931d;
}

.subNavs {
    width: 100%;
    overflow: hidden;
    display: none;
}

.nlinks {
    width: 100%;
    /* overflow: hidden; */
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #006d65;
}

.nlinks span {
    float: left;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.nlinks span a {
    color: #fff;
}

.nlinks span img {
    margin-top: 8px;
    width: 18px;
    height: 18px;
}

/*footer*/
.footerWrap {
    width: 100%;
}

.friendLink {
    width: 100%;
    /* display: flex; */
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: 3% 0;
}

.friendLink h3 {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-weight: normal;
    float: left;
    color: #666666;
}

.select01 {
    position: relative;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border-style: none;
    border: 1px solid #b2b2b2;
    margin-right: 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
}

.select01 option {
    height: 30px;
    line-height: 30px;
}

.select06 {
    margin-right: 0;
}

.footer {
    width: 100%;
    margin: 2% auto 0;
    background: url(../images/footbgs.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
}

.footer_top .footLogo {
    float: left;
}

.footer_top .footNav {
    float: right;
}

.footNav ul li {
    width: 22%;
    background: url(../images/linebggs.png) no-repeat left top;
    background-size: 28% 3%;
    padding-top: 16px;
}

.footNav ul li p:first-child,
.footNav ul li a:first-child {
    font-weight: bold;
}

.Links01,
.Links02 {
    width: 100%;
    overflow: hidden;
    padding: 34px 0;
}

.Links02 {
    padding-top: 43px;
    min-height: 75px;
}

.Links01 li {
    width: 20%;
    float: left;
    line-height: 28px;
}

.Links01 li a {
    color: #fff;
}

.Links01 li a {
    background: url(../../images/2017/li_bg01.png) no-repeat left 8px;
    padding-left: 20px;
    display: block;
}

.Links02 li {
    width: 16.6%;
    float: left;
    min-height: 11px;
}

.Links02 li select {
    width: 75%;
    margin-left: 6%;
}

.copyRight {
    width: 72%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 3%;
}

.copyRight a {
    color: #fff;
}

.copyRight a:hover {
    color: #ee931d;
}

.link03 span {
    margin: 0 4px;
    color: #fff;
}

.link03 {
    width: 246px;
    margin: 0 auto;
}

.copyRight span {
    color: #fff;
}

.footer_bottom {
    margin-top: 2.4rem;
    text-align: center;
}


.footer_bottom span {
    color: #fff;
    display: inline-block;
    font-size: 4px;
    font-size: 1.4rem;
    opacity: 0.7;
    line-height: 24px;
    padding-right: 4%;
}


/*手机版二维码*/
.lightbox_back {
    z-index: 999997;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

.fullScreen {
    display: block;
    right: 50%;
    margin-right: -84px;
}

.lightbox_fore {
    z-index: 999998;
    left: 20%;
    top: 50%;
    width: 60%;
    height: 116px;
    margin-top: -58px;
    position: fixed;
    display: none;
}

.boxClose {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

.footer_icon01 {
    position: relative;
    bottom: 5px;
    left: 245px;
    display: inline-block;
    /* float: left; */
}



.select001 {
    /* flex: 1; */
    width: 17%;
    margin: 0px auto;
    margin-right: 3%;
    position: relative;
    z-index: 10000;
    display: inline-block;
    z-index: 8
}

.select001:last-child {
    margin-right: 0;
}

.gz02 li {
    width: 16.5% !important;
    height: 58px;
    line-height: 58px;
    float: left;
    margin-right: 3.4% !important;
    border: 1px #acacac solid;
}

.gz02 li:last-child {
    margin-right: 0 !important;
}

.select001 .option_cur {
    width: 100%;
    height: 52px;
    line-height: 52px;
    display: block;
    color: #666666;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    font-style: normal;
    position: relative;
    padding-left: 10px;
    padding-right: 60px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    float: left;
    background: url(../images/img_36.jpg) no-repeat right center #fff;
    background-size: contain;
}

.select001 ul {
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    position: absolute;
    z-index: 8;
    margin-top: -1px;
    display: none;
    left: 0;
    overflow: auto;
}

.select001 ul li {
    line-height: 30px;
    padding: 3px 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.select001 ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.select001 ul li a:hover {
    background-color: #fff;
}

/* 导航修改 */
.nav_top {
    width: 100%;
    background: #00524c;
    padding: 4px 0;
}

.nav_top a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3.0rem;
    color: #fff;
    display: inline-block;
    margin-right: 16px;
}

.nav_top .topIcon {
    float: right;
    margin-right: 2.8%;
}

.nav_top .topIcon a {
    display: inline-block;
}

/* .nav_top .topIcon img{
	width: 2.6rem;
	height:2.6rem;
} */

.footer_top .footLogo {
    margin-top: -15px;
    width: 20%;
}

.footer_top .footLogo img {
    width: auto;
}

.footer_top .footNav {
    margin-top: 10px;
    width: 75%;
}

.footNav ul li {
    float: left;
    width: 18%;
    margin-left: 3%;
    position: relative;
}

.footNav ul li:first-child {
    width: 21%;
    background-size: 18% 3%;
}

.footNav ul li a,
.footNav ul li p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 4rem;
    display: block;
}

.footer_bottom span {
    padding-right: 2%;
}

.footer_top {
    display: flex;
    padding-top: 1%;
    position: relative;
}

.articleTitle h2 a {
    float: right;
    font-size: 1.8rem;
    font-weight: normal;
    padding-right: 20px;
    background: url(../images/ky_03.png) no-repeat right 5px;
    background-size: 10%;

}

.topIcon .weixinBox {
    position: relative;
    z-index: 999999;
}

.weixinBox .weixinpic {
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 999999;
    width: 120px;
    height: 120px;
    background: url(../images/ewmico.jpg) no-repeat;
    background-size: contain;
}

.weixinBox:hover .weixinpic {
    display: block;
}

@media screen and (max-width:1600px) {
    .header {
        width: auto;
        /* padding: 0 8px; */
    }

    /* .logo{left:8px;} */
    /* .nav ul li {margin:0 25px;} */
    .nav ul li>a {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .nav .minfoWrap a {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .nav .minfoWrap {
        font-size: 1.8rem;
        font-size: 18px;
    }

    .friendLink {
        width: auto;
    }

    /* .select001 {
        width: 28.20%;
    } */

    .footer_bottom span.one {
        font-size: 2.2rem;
    }

}

@media screen and (max-width:1580px) {

    .nav_top .topIcon {
        float: right;
        margin-right: 0;
    }

}

@media screen and (max-width:1480px) {

    /* .nav {
        float: right;
        width: 90%;
    } */

    .wraq_header.current .logo img {
        margin-top: 1rem;
    }

    .wraq_header.current .header {
        margin-top: 1rem;
    }

    .nav_top {

        margin-right: 11%;
    }

    .wraq_header.current {
        height: 67px;
    }
    .footNav ul li p{
        font-size: 12px;
        font-size: 1.2rem;
    }

}


@media screen and (max-width:1366px) {
    .nav .minfoWrap a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer_top .footNav {
        margin-top: 10px;
        width: 73%;
    }

    /* .nav ul li{margin:0 25px;} */
    .nav ul li>a {
        font-size: 1.8rem;
    }

    .nav .minfoWrap a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .nav_top a {
        font-size: 1.8rem;
    }

    .footer_bottom span.one {
        font-size: 1.7rem;
    }

    /* .select001 {
        width: 25%;
        margin-right: 1%;
    }

    .select001 .option_cur {
        width: 78%;
    } */

}

@media screen and (max-width:1280px) {
    .nav ul li {
        line-height: 58px;
    }

    .nav .minfoWrap a {
        height: 42px;
        line-height: 42px;
    }

    .friendLink h3 {
        padding: 0 3%;
    }

    .nav ul img {
        float: right;
        width: 45px;
        margin: 0;
        height: 45px;
    }

    .nav {
        float: right;
        width: 85%;
    }

    .footer_top .footNav {
        width: 70%;
    }

}

@media screen and (max-width:1180px) {

    .nav .minfoWrap {
        width: 100%;
    }

    .copyRight {
        width: 64%;
    }


}

@media screen and (max-width:1080px) {

    .footer_top .footLogo {
        margin-top: -15px;
        width: 29%;
    }


}

@media screen and (max-width:1024px) {

    .nav ul li>a,
    .nav_top,
    .nav .minfoWrap a {
        font-size: 1.6rem;
    }

    .select001 {
        width: 25.8%;
    }

    /* 

    .select001 .option_cur {
        width: 69%;
    } */

    .footer_bottom span.one {
        font-size: 1.6rem;
    }

    .select001 .option_cur {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .footer_top .footLogo img {
        width: auto;
    }


}

@media screen and (max-width:1000px) {
.footer_top{
    display:block;
}
    .header,
    .topHeader>div,
    .footer {
        width: auto;
        padding: 0 1%;
    }

    .headerCur01,
    .wraq_header {
        height: auto;
    }

    .minfoWrap_inner .fl {
        display: none;
    }

    .Links01 li {
        width: 33.333%;
    }

    .goTop {
        right: 10px;
    }

    .Banner {
        width: 100%;
    }

    .copyRight {
        position: relative;
        padding-top: 25px
    }

    .footer_icon01 {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 15px;
        top: 35px;
    }

    .friendLink {
        padding: 15px 15px 0px;
        width: 90%;
    }

    .select01 {
        margin: 0 10px 10px;
    }

    .wraq_header {
        position: relative;
        top: 0;
        height: 60px;
        background: #00524c;
    }

    .snav {
        display: block;
    }

    .top_right,
    .topHeader ul,
    .nav {
        display: none;
    }

    .select001 {
        margin-bottom: 10px;
    }

    .sub_banner {
        margin-top: 0 !important;
    }


    .top_right,
    .nav,
    .topHeader {
        display: none;
    }

    .logo {
        height: auto;
        margin-left: 2rem;
        padding-top: 4px;
    }

    /* .top{height:90px;} */
    .snav {
        top: 8px;
    }

    .top .logo {
        display: none;
    }

    .nav_top {
        display: none;
    }

    .mode003 .more {
        top: 10%;
    }

    .navm {
        top: 50px;
    }

    .BannerList h3 {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 20px;
    }

    .BannerList p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .BannerList p span {
        display: block;
        margin: 0 auto;
    }

    .BannerList p strong {
        display: none;
    }

    .footer_icon01 {
        top: 0px;
    }

    .nlinks span a {
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
    }

}

@media screen and (max-width:850px) {
    .friendLink h3 {
        display: block;
        width: 100%;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .select001 {
        width: 25.8%;
        margin-left: 3%;
    }

    .copyRight {
        width: 70%;
    }

    .forter_icons {
        position: absolute;
        right: 8% !important;
        top: 40% !important;
    }
}


@media screen and (max-width:768px) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer {
        background-size: cover;
        background-position: bottom center;
    }

    .footer_bottom {
        padding-bottom: 15px;
        text-align: left;
    }

    .friendLink h3 {
        float: none;
        font-size: 1.8rem;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

    .select001 .option_cur {
        font-size: 1.6rem;
        height: 30px;
        line-height: 30px;
    }

    .select001 {
        width: 40%;
        margin-left: 0;
        margin-right: 2%;
    }

    .footer_bottom span.one {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .select001 ul li {
        font-size: 1.4rem;
        line-height: 20px;
        padding: 0;
    }

}

@media screen and (max-width:760px) {

    .select03,
    .select04,
    .select05,
    .select06 {
        display: none;
    }

    .logo {
        width: 16%;
    }

    .footer_top .footLogo {
        float: none;
        width: 76%;
        margin: 0 auto;
        text-align: center;
    }

    .footer_top .footLogo img {
        width: auto;
        margin: 0 auto;
    }

    .footer_top .footNav {
        margin-top: 0;
        width: 100%;
    }

    .nlinks span {
        padding: 0 5px;
    }

    html {
        font-size: 58% !important;
    }

}

@media screen and (max-width:640px) {

    /* .logo{width:18%;} */
    .footer_bottom strong {
        display: block;
    }

    .footer_icon01 {
        top: 20px;
    }

    .top {
        height: 60px;
    }

    .header,
    .topHeader>div,
    .footer {
        width: auto;
        padding: 0 3%;
    }

    .mbtn {
        top: -1px;
    }

    .logo {
        width: 34%;
    }

}

@media screen and (max-width:500px) {
    .select01 {
        width: 42%;
    }

    .footer_icon01 {
        left: 8px;
    }

    .select001 {
        width: 40%;
        margin-right: 6%;
    }


}

@media screen and (max-width:480px) {

    .footer_bottom {
        padding: 5px 5px 10px;
    }

    .copyRight .footer_bottom span {
        margin: 0;
    }

    .select001 {
        width: 46%;
        margin: 0 10px 15px 0;
    }

    .select001 .option_cur {
        width: 100%;
        padding-right: 0;
        font-size: 1.4rem;
    }

    .copyRight {
        font-size: 1.4rem;
    }

    .mode005 .more i {
        width: 16px;
    }

    .select001 {
        width: 99%;
        margin-right: 0;
    }

    .copyRight {
        width: 80%;
        margin-left: 18%;
        margin-right: 0;
    }

    .forter_icons {
        width: 18%;
    }




}

@media screen and (max-width:380px) {

    .link03 {
        width: 100%;
        text-align: center;
        line-height: 25px;
    }

    .link03 a,
    .link03 span {
        display: inline-block;
    }

    .footer_icon01 {
        top: 50px;
    }
}