/* @charset "utf-8"; */

@font-face {
    font-family: 'FZZCHJW';
    src: url('../fonts/FZZCHJW.TTF') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SOURCESANSPRO-REGULAR';
    src: url('../fonts/SOURCESANSPRO-REGULAR.OTF') format('truetype');
    font-weight: normal;
}


/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    background-color: #fff;
    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;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    /* blr: expression(this.onFocus=this.blur()); */
    text-decoration: none;
    color: #333;
}

a:hover {
    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;
}


.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}



.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

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
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
}

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 99998;
}

.ie9tips {
    width: 400px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    line-height: 1.8;
    color: #fff;
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0 auto;
    opactiy: 0.9;
    filter: alpha(opacity=90);
}

.ie9tips p {
    padding-top: 10px;
    color: #fff;
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
    font-size: 14px;
}


.header {
    width: 100%;
    /*height:95px;*/
    z-index: 999;
    background: rgba(24, 76, 141, .35);
    position: absolute;
    padding-top: 19px;
    padding-bottom: 39px;
}

.topWrap {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #8e1728;
    font-size: 14px;
}

.topWrap .top {
    max-width: 1440px;
    margin: 0 auto;
}

.topWrap a i {
    color: #fff;
    margin-right: 5px;
}

.top_lf {
    width: auto;
    float: left;
}

.top_rt {
    width: auto;
    float: right;
}

.top_rt li strong {
    color: #f8ae31;
}

.topWrap .top_lf li a {
    color: #ffffff;
}

.topWrap .top_lf li a:hover {
    color: #fff;
}

.topWrap li {
    float: left;
    position: relative;
}

.topWrap li a {
    padding: 0 18px;
    color: #fff;
}

.topWrap a:hover {
    color: #f8ae31;
}

.topWrap li a:hover .fa-user,
.topWrap li.c01 a:hover {
    color: #ee7f08;
}

.topWrap li a:hover .fa-edit,
.topWrap li.c02 a:hover {
    color: #b0d5ff;
}

.topWrap li a:hover .fa-users,
.topWrap li.c03 a:hover {
    color: #57ffab;
}

.topWrap li a:hover .fa-desktop,
.topWrap li.c04 a:hover {
    color: #ff6a6a;
}

.logo {
    display: inline-block
}

.topWrap li a:hover .fa-graduation-cap,
.topWrap li.c05 a:hover {
    color: #dbb2fe;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
}

.logo a:nth-child(1){
    margin-right: 17px;
}

.header.current {
    position: fixed;
    height: 60px;
    top: 0;
}

.current .navMain {}

.logo2 {
    width: 195px;
    height: 37px;
    position: absolute;
    left: 50%;
    margin-left: -97px;
    top: 135px;
    z-index: 9991
}

.current .logo2 {
    display: none;
}

.btn_ser {
    display: inline-block;
    width: 34px;
    height: 31px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    display: none;
    width: 210px;
    height: 35px;
    right: 158px;
    top: 39px;
    line-height: 30px;
    background-color: #fff;
    z-index: 9999;
}

.searchWrap {
    background: url(../images/search_bg.png) repeat;
    width: 450px;
    height: 38px;
    border-radius: 10px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -225px;
    z-index: 99;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.search {
    width: 450px;
    height: 38px;
    position: relative;
    overflow: hidden;
    z-index: 9998;
}

.search input {
    position: absolute;
    width: 90%;
    height: 37px;
    line-height: 36px;
    color: #fff;
    border: none;
    background: none;
    right: 35px;
    top: 0px;
    padding-left: 0px;
    text-align: center;
}

.search input.notxt {
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 16px;
}

.search input.notxt1 {
    position: absolute;
    width: 35px;
    height: 38px;
    top: 0px;
    right: 2px;
    border: none;
    background: url(../images/search_bg02.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
}

.top li.Enlish {
    width: 15.2333%;
    *width: 14.73%;
}

.nser {
    display: block;
    width: 100%;
    background-color: #e9f3ff
}

.nser .search {
    width: 100%;
}

.nser .search input.notxt {
    width: 90%;
    left: 0;
    padding-left: 2%;
}

.nser .search input.notxt1 {
    background: url(../images/search.png) no-repeat center center #f8ae31;
    right: 0px;
}

.nlinks {
    width: 100%;
    overflow: hidden;
    background-color: #2b2b2b;
    line-height: 35px;
    font-size: 14px;
}

.nlinks span {
    float: left;
    width: auto;
    padding: 1% 2%;
    text-align: center;
}

.nlinks span a {
    color: #fff;
}

.nlinks span a i {
    color: #fff;
    margin-right: 3px;
}

.ser .search input.notxt {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.ser .search input.notxt1 {
    top: 0;
}


.current .nav ul li {
    height: 60px;
    transition: all 0.3s ease;
}

.current .nav ul li.on {
    background: #8c0000;
}

.current .nav ul li.on>a {
    color: #fff;
}

.current .nav ul li.on:before {
    display: none;
}

.current .nav ul li .subNav {
    display: none;
    top: 60px;
}

.nav ul li {
    position: relative;
}

.nav ul li:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all 0.5s ease;
}

.nav ul li.on:before {
    width: 100%;
}

.nav ul li .subNav {
    width: 100%;
    background: rgba(0, 68, 140, .6);
    position: absolute;
    left: 0;
    top: 38px;
    display: none;
    overflow: hidden;
    z-index: 999;
}

.nav ul li.on {}

.nav ul li a {
    color: #fff;
    font-weight: bold;
}

.nav ul li .subNav {
    display: none;
}

.nav ul li .subNav dl {
    overflow: hidden;
}

.nav ul li .subNav dl dd {
    height: auto;
    line-height: 18px;
    text-align: center;
}

.nav ul li .subNav dl dd a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    padding: 12px 5px;
    transition: all 0.3s ease;
}

.nav ul li .subNav dl dd a:hover {}

.current .nav-wrapper {
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.nav-wrapper.current .navMain {
    background: #014fa7;
    height: 73px;
    line-height: 73px;
}

.navMain {
    /* height:104px; */
    /* line-height:104px; */
    max-width: 1575px;
    /* min-height: 104px; */
    margin: 0 auto;
    position: relative;
}

.current .navMain {
    height: 60px;
    line-height: 60px;
}

.current .logo {
    width: 200px;
    padding-top: 8px;
    height: auto;
}

.nav {
    /* margin-left: 415px; */
    float: right;
    margin-top: 50px;
}

.linktop {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
}

.nav .left {
    width: 39%;
    float: left;
    _display: inline;
    z-index: 999;
    zoom: 1;
}

.nav .right {
    width: 39%;
    float: right;
    text-align: right;
}

.nav .right li {}

.nav ul li {
    width: auto;
    /* padding: 0 24px; */
    text-align: center;
    /* height: 104px; */
    position: relative;
    float: left;
}

.nav ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 28px;
    font-weight: normal;
    padding: 0 24px;
}

.nav ul li:nth-child(1) a {
    padding-left: 0;
}

.nav ul li:last-child a {
    padding-right: 0;
}

.nav ul li a:hover {}

.nav ul li a.search {
    display: block;
    text-align: left
}

.nav ul li a.search img {
    padding-top: 27px;
    padding-left: 10px;
}

.nav-wrapper {
    position: relative;
    z-index: 999;
}

.header-logo {
    margin: 0px auto;
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    width: 218px;
    position: relative;
    top: -36px;
    height: 0;
    z-index: 9994;
    background: #fff;
}

.header-logo>div {
    max-width: 110px;
    background: #fff;
    margin: 0 auto;
    padding: 24px 57px;
    box-shadow: 0px 0px 20px -10px #939393;
}

.current .header-logo>div {
    border-radius: 50%;
    padding: 0;
    width: 100px;
    height: 100px;
}

.header-logo a {
    display: block;
}

.header-logo a img {
    width: 100%;
}

.current .header-logo {
    top: 9px;
}

.current .nav .left {
    width: 39%;
}

.current .nav .right {
    width: 39%;
}

.btn_ser {
    display: inline-block;
    width: 34px;
    height: 31px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    display: none;
    width: 210px;
    height: 35px;
    right: 24px;
    top: 31px;
    line-height: 30px;
    background-color: #fff;
    z-index: 9999994;
}

.search {
    background: #e8e8e8;
    width: 210px;
    height: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9999999;
}

.search input {
    position: absolute;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #6b6b6b;
    border: none;
    background: none;
    right: 35px;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #6b6b6b;
    padding-left: 17px;
    width: 155px;
}

.search input.notxt1 {
    position: absolute;
    width: 35px;
    height: 30px;
    top: 0px;
    right: 0;
    border: none;
    background: url(../images/ser.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
    background-color: #8e1728;
}

.top li.Enlish {
    width: 15.2333%;
    *width: 14.73%;
}

.nser {
    display: block;
    width: 100%;
    background-color: #8e1728
}

.nser .search {
    width: 100%;
    background: none;
}

.nser .search input.notxt {
    width: 92%;
    left: 0;
    padding-left: 13px;
}

.nser .search input.notxt1 {
    background: url(../images/ser.png) no-repeat center center;
    right: 5px;
}

.snav {
    display: none;
    /* background-color: #8e1728; */
    right: 0;
    top: 0px;
    z-index: 9995;
    width: 100%;
    padding-top: 10px;
}

.mbtn {
    display: none;
    width: 100%;
    height: 35px;
    z-index: 1002;
    /* top: 17px; */
    cursor: pointer;
}

.mbtn span {
    width: 32px;
    height: 32px;
    float: right;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(24, 76, 141, 1);
    margin-right: 15px;
    margin-top: 29px;
}

.navm {
    width: 100%;
    line-height: 30px;
    background-color: rgba(24, 76, 141, .95);
    overflow: hidden;
    text-align: left;
    display: none;
    padding: 15px 0;
    padding-top: 50px;
    top: 0;
    left: 0;
}

.navm li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    overflow: hidden;
}

.navm li strong {
    float: right;
    width: 37px;
    height: 38px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}

.navm li>a {
    font-size: 14px;
    float: left;
    line-height: 18px;
    padding: 10px 0px;
    color: #fff;
    padding-left: 13px;
    display: block;
    width: 120px;
}

.navm li a:hover {
    color: #fff;
}

.navm li.sub_has span {
    margin-left: 10px;
}

.navm li.on a {
    color: #fff;
    display: block;
    width: 120px;
}

.navm dl {
    display: none;
    background-color: #fff;
    color: #004489;
    width: 100%;
}

.navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}

.navm li.on dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: block;
    border: none;
    padding: 0px;
    width: 120px;
}

.navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.subNavs {
    width: 100%;
    clear: both;
}

.footer {
    background: url(../images/footerbg.png) no-repeat;
    overflow: hidden;
    background-size: cover;
}

.copyRight {
    max-width: 1440px;
    margin: 40px auto;
    overflow: hidden;
}

.footer-logo {
    width: 186px;
    margin-right: 20px;
}

.footer-top {
    overflow: hidden;
}

.flog {
    width: 306px;
}

.footer-top a {
    display: inline-block;
    vertical-align: middle;
}

.col h3 {
    display: inline-block;
}

.footer-top .lf {
    width: 36%;
    float: left;
    /* display: inline-block; */
    vertical-align: middle;
}

.footer-top .rt {
    width: 50%;
    float: right;
}

.gzh {
    text-align: center;
    display: inline-block;
    width: 186px;
    vertical-align: top;
}

.gzh span {
    display: inline-block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    margin-bottom: 15px;
}

.gzh p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.flogo {
    margin-bottom: 45px;
}

.copy {
    display: inline-block;
    padding-left: 36px;
}

.copy p {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

.link,
.contact {
    padding: 20px 0;
    overflow: hidden;
}

.link h3,
.contact h3 {
    margin-bottom: 10px;
    overflow: hidden;
}

.friend {
    /* display: block; */
    /* margin: 0 60px; */
    /* display: inline-block; */
    overflow: hidden;
    float: left;
    width: 35%;
    margin-left: 120px;
}

.friend h3,
.contant h3 {
    /* display:inline-block */
    display: block;
    margin-top: 27px;
    margin-bottom: 45px;
}

.friend h3 a,
.contant h3 a {
    font-size: 30px;
    line-height: 31px;
    color: #fff;
    display: block;
    font-family: 'FZZCHJW';
    font-weight: normal;
}

.contant ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.link-lf li {
    float: left;
    width: 50%;
}

.link-lf li,
.link-rt li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.link-lf li a,
.link-rt li a {
    font-size: 14px;
    color: #fafafa;
    display: block;
    padding: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
}

.link-lf li a:before,
.link-rt li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.link-lf li a:hover,
.link-rt li a:hover {
    color: #fff;
}

.link-rt {
    width: 50%;
    float: right;
    position: relative;
}

.link-rt:before {
    content: "";
    display: block;
    width: 1px;
    height: 95%;
    background: #575858;
    position: absolute;
    left: -40px;
    top: 10px;
}

.footer-bottom {
    overflow: hidden;
}

.footer-bottom .rt {
    width: 41%;
    float: right;
}

.contact {}

.contact-text {
    width: 60%;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.contact-text p {
    font-size: 14px;
    color: #fafafa;
    line-height: 22px;
    display: block;
}

.contact-text .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #575858;
    margin: 30px 0;
}

.gp-search {
    display: inline-block;
}

.linktop a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.ch {
    margin: 0 40px;
}

.ch span {
    margin: 0 12px;
    color: #fff;
}

.gp-search {
    width: 86px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .55);
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 22px;
    line-height: 26px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #fff;
    width: 69%;
    left: 0;
    outline: none;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 10px;
    cursor: pointer;
    color: #666;
}

.gp-ser form {
    /*  */
}

.linktop2 {
    display: none;
    float: none;
    position: static;
    padding-left: 12px;
    margin-top: 12px;
}

.contant {
    width: 20%;
    display: block;
    float: right;
}
.gzhewm{
    position: absolute;
    width: 100px;
    height: 100px;
    left: -13px;
    display: none;
}
.open{
    display: block;
}
@media screen and (max-width:1600px) {
    .navMain {
        width: 1400px;
    }
    .nav ul li a {
        padding: 0 13px;
    }
    .nav ul li:nth-child(1) a {
        padding-left: 0;
    }
    .nav ul li:last-child a {
        padding-right: 0;
    }
}

@media screen and (max-width:1460px) {
    .topWrap .top,
    .nav,
    .copyRight {
        max-width: 1200px;
    }
    .copyRight {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navMain {
        max-width: 1200px;
    }
    .navMain {
        width: 1360px;
    }
    .logo a:nth-child(1) {
        width: 50px;
        margin-right: 8px;
    }
    .logo a:nth-child(2) {
        width: 109px;
        height: 34.3px;
        margin-top: -13px;
    }
    .logo a:nth-child(3) {
        width: 170px;
    }
    .nav ul li a {
        padding: 0 14px;
    }
    .nav ul li:nth-child(1) a {
        padding-left: 0;
    }
    .nav ul li:last-child a {
        padding-right: 0;
    }
    .footer-top .lf {
        width: 43%;
    }
    .friend {
        margin: 0;
        margin-left: 72px;
        width: 29%;
    }
    .contant {
        width: 22%;
    }
}

@media screen and (max-width:1386px) {
    .current .navMain {
        /*         max-width: 1000px; */
    }
    .navMain {
        width: 1180px;
    }
    .footer-logo {
        width: 150px;
    }
    .flog {
        width: 232px;
    }
    .friend {
        margin: 0;
        margin-left: 29px;
    }
    .gzh {
        width: 130px;
    }
}

@media screen and (max-width:1200px) {
    .navMain {
        width: 1010px;
    }
    .logo a:nth-child(1) {
        width: 50px;
        height: 40px;
    }
    .logo a:nth-child(2) {
        width: 120px;
        height: 40px;
    }
     .logo a:nth-child(3) {
        width: 160px;
        height: 14px;
    }
    .nav ul li a {
        padding: 0px 4px;
        font-size: 14px;
    }
    .nav ul li:nth-child(1) a {
        padding-left: 0;
    }
    .nav ul li:last-child a {
        padding-right: 0;
    }
    .nav ul li .subNav dl dd a {
        font-size: 12px;
        padding: 12px 3px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width:1024px) {
       .logo a:nth-child(1) {
        width: 40px;
        margin-right: 5px;
    }
    .logo a:nth-child(2) {
        width: 88px;
    }
     .logo a:nth-child(3) {
        width: 120px;
    }
    .navMain {
        width: 900px;
    }
    .footer-top .lf {
        width: 39%;
    }
    .footer-logo {
        width: 110px;
    }
    .flog {
        width: 133px;
    }
    .friend h3 a,
    .contant h3 a {
        font-size: 20px;
        line-height: 20px;
    }
    .friend h3,
    .contant h3 {
        /* display:inline-block */
        display: block;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .flogo {
        margin-bottom: 16px;
    }
    .gzh {
        width: 86px;
    }
}

@media screen and (max-width:998px) {
    .nav {
        display: none;
    }
    .navMain {
        width: auto;
        margin: 0 15px;
    }
    .linktop {
        display: none;
    }
    .linktop2,
    .snav,
    .mbtn {
        display: block;
    }
    .copy {
        padding-left: 0;
    }
       .logo a:nth-child(1) {
        width: 80px;
        margin-right: 5px;
        height: 65px;
    }
    .logo a:nth-child(2) {
        width: 167px;
        height: 53px;
    }
     .logo a:nth-child(3) {
        width: 211px;
        height: 25px;
    }
}

@media screen and (max-width:767px) {
       .logo a:nth-child(1) {
        width: 65px;
        margin-right: 5px;
    }
    .logo a:nth-child(2) {
        width: 140px;
    }
     .logo a:nth-child(3) {
        width: 172px;
    }
    .footer-top .lf {
        width: 100%;
    }
    .friend {
        margin-left: 0;
        width: 50%;
    }
    .contant {
        width: 50%;
    }
    .footer-logo {
        width: 186px;
    }
    .flog {
        width: 306px;
    }
    .gzh {
        width: 130px;
    }
}

@media screen and (max-width:640px) {
    .friend {
        margin-left: 0;
        width: 100%;
    }
    .contant {
        width: 100%;
    }
    .flog {
        width: 246px;
    }
    .footer-logo {
        width: 160px;
    }
}

@media screen and (max-width:479px) {
    .flog {
        width: 208px;
    }
    .footer-logo {
        width: 134px;
    }
    .gzh {
        width: 122px;
    }
       .logo a:nth-child(1) {
        width: 55px;
        height: 50px;
        margin-right: 5px;
    }
    .logo a:nth-child(2) {
        width: 114px;
        height: 38px;
    }
     .logo a:nth-child(3) {
        width: 148px;
        height: 20px;
    }  
    .mbtn span{
        /* transition:tra */
        transform: scale(.8);
        margin-top: 15px;
    }
}

@media screen and (max-width:400px) {
   
    .logo a:nth-child(1) {
        width: 40px;
        margin-right: 5px;
        height: 33px;
    }
    .logo a:nth-child(2) {
        width: 85px;
        height: 23px;
    }
     .logo a:nth-child(3) {
        width: 105px;
        height: 13px;
    }
    .flog {
        width: 151px;
    }
    .footer-logo {
        width: 105px;
        margin-right: 10px;
    }
    .mbtn span {
        margin-top: 10px;
    }
}