@charset "utf-8"; /* CSS Document */
html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem ;
    /* 14÷10=1.4 */
    color: #333;
    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 {
    color: #00366f;
    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
}

/*低版本跳转样式*/
.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;
}

.clearFix {
    *zoom:1;clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 55.41%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
    transition: all 0.35s ease-in-out;
}

.imgResponsive img:hover {
    opacity: 0.95;
    transform: scale(1.05);
}

/*头部样式*/
.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 990;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    border-top: 6px solid #00366f;
}

.top {
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 10px;
}

.black_bg01 {
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    display: none;
    filter: alpha(opacity=70);
    top: 86px;
    left: 0;
}

.logo {
    width: 280px;
    float: left;
    padding: 22px 0;
}

.logo img {
    display: block;
    width: 100%;
}

.topNav {
    height: 40px;
    line-height: 38px;
    position: relative;
}

.topNav > div {
    position: relative;
    z-index: 1
}

.topNav .lf {
    width: auto;
    float: left;
}

.topNav .rt {
    width: auto;
    float: right;
}

.topNav a {
    color: #fff;
    float: left;
    padding: 0 12px;
}

.topNav > div a:first-child {
    border-left: none;
}

.topRight {
    float: right;
}

.topNav a.searchBtn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(/Static/sta/images/searchBtn.png) no-repeat center;
    padding: 0;
}

.nav {
    /*height: 59px;*/
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.nav:before{content: '';width: 100%;height: 100%;opacity: 0.8;filter: alpha(opacity=80);position: absolute;left: 0;top: 0;z-index: 0;}

.nav ul > li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;}

.nav ul > li:first-child:before {
    display: none;
}

.nav ul li > a {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
}

.nav ul li.on > a,.nav ul li:hover > a {
    color: #fff;
    background: url(/Static/sta/images/nav_bg.png) repeat;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    width: 100%;
    background: url(/Static/sta/images/nav_bg.png) repeat;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 46px;
    display: none;
    width: 100%;
}

.subNav dd {
}

.subNav a {
    color: #fff;
    padding: 9px 15px;
    display: block;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
}

.subNav a:hover {
    background: url(/Static/sta/images/nav_hover.png) repeat;
}

.header.currents {
    overflow: hidden;
    padding: 0;
    background-color: #00366f;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-top: none;
    padding: 0;
}

.header.currents .top {
    width: 1200px;
    position: relative;
    z-index: 5;
    padding-top: 0;
}

.header.currents .topNav {
    display: none;
}

.header.currents .logo {
    padding: 10px 0;
    width: 150px;
    border: none;
}

.header.currents .logo img {
}

.header.currents .topRight {
    margin-left: 162px;
    float: none;
}

.header.currents .nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    z-index: 1010;
    border: none;
}

.header.currents .nav li {
    background: none;
    border: none;
    padding-top: 0
}

.header.currents .nav::before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.header.currents .subNav {
    top: 50px;
}

.header.currents .nav-wrapper {
    height: 56px;
}

.header.currents .nav ul > li {
    width: 10%;
}

.header.currents .nav ul li > a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
}

.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a {
    color: #fff;
}

.flipInY {
    -webkit-animation-name: flipInY ;
    animation-name: flipInY ;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scaleX(0);
    }

    /* 40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }*/
    /*80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
*/
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
        transform: scaleX(1);
    }
}

/*.ser{width:200px; height:36px; line-height:36px; background-color:#e6e6e6;z-index:600;position: absolute;right:0;top:12px;}
.search input{position:absolute;  height: 36px;line-height:36px; color:#999; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#999; padding:0 0 0 7px;width:80%;}   
.search input.notxt1 {position: absolute;width: 33px;height:36px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background:url(/Static/sta/images/search_btn.png) no-repeat left center;}
*/
.serWrap {
    height: 0;
    overflow: hidden
}

#ser {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 ;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    display: none;
}

.ser {
    width: 800px;
    height: 38px;
    line-height: 34px;
    background-color: #fff;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.search input {
    position: absolute;
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #a4a4a4;
    padding: 0 0 0 7px;
    width: 83%;
    border: 1px solid #bfbfbf;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 34px;
    right: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background-color: #00366f;
    border: 1px solid #0f5035;
    height: 36px;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    font-size: 25px !important;
    transition: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #00366f;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #e46856;
}

/*手机端导航*/
.mobile {
    width: 100%;
    position: relative;
    height: 40px;
    display: none;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #002a57
}

.mobile-inner-header {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 40px;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    text-align: right;
}

.mobile-inner-header-icon-click {
    margin-top: 5px;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: none;
}

.mobile-inner-header-icon.iconfont {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: #00366f;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px #224a75;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.mobile-inner-nav a:hover {
    color: #fff;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(219,219,219,0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 20px 0;
    border-bottom: solid 1px #224a75;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #fff;
    margin-left: 45px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(/Static/sta/images/serBtn.png) no-repeat center center;
    border: none;
}

.mobile-link {
    float: left;
    padding-left: 10px;
}

.mobile-link a {
    color: #b8c1bc;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
}

.mobile-link02 {
    margin: 0 20px;
}

.mobile-inner-nav .mobile-link02 a {
    width: auto;
    float: left;
    margin: 0 7px;
}

/*footer*/
.wrap_footer {
    background: url(/Static/sta/images/footer_bg.jpg) no-repeat top center;
    position: relative;
    background-size: cover;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 98px;
}

.footer_lf {
    width: 30%;
    float: left;
}

.btbu-login {
    display: block;
    overflow: hidden;
}

.btbu-login span input {
    background: none;
    border: none;
    height: 36px;
    position: relative;
    z-index: 10;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    line-height: 36px;
}

.btbu-login > span:before {
    content: '';
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.btbu-login > span {
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.select2-container {
    border-radius: 5px;
}

.btbu-txt1 {
    width: 46%;
    float: left;
}

.btbu-login span select {
    background: none;
    width: 100%;
    height: 36px;
    position: relative;
    z-index: 10
}

.btbu-select1 {
    height: 36px;
    line-height: 36px;
    display: block;
    width: 50%;
    float: right;
}

.btbu-txt2 {
    width: 67.5%;
    float: left;
}

.btbu-btn1 {
    width: 28.67%;
    float: right;
    text-align: center;
    font-weight: bold;
}

.btbu-btn1 input {
    text-align: center;
    cursor: pointer;
}

.btbu-btn1:hover {
    background-color: #00366f;
}

.btbu-login .clear {
    padding-bottom: 10px;
}

.address {
    padding-top: 9px;
    margin-top: 20px;
    border-top: 1px solid #5c768e;
    line-height: 36px;
}

.address .lf {
    width: 48px;
    float: left;
    color: #fff;
}

.address .rt {
    margin-left: 55px;
    display: block;
    color: #fff;
}

.address .span1 {
    margin-left: 10px;
    float: right;
}

.address .span2 {
    margin-left: 12px;
    float: right;
}

.address p {
    color: #fff;
    line-height: 36px;
}

.footer_md {
    width: 43%;
    float: left;
    text-align: center;
    padding-top: 63px;
}

.footer_rt {
    width: 21%;
    float: right;
    padding: 40px 0;
}

.footer_rt >p {
    line-height: 1.5;
    padding-bottom: 10px;
}

.footer_rt >p span {
    color: #fff;
}

.footer_rt >p a {
    margin-right: 10px;
    color: #fff;
}

.footerLink {
    position: relative;
    margin-top: 25px;
    font-size: 0;
    width: 100%;
    padding: 40px 0 0;
}

.footerLink:before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.footerLink li {
    display: inline-block;
    vertical-align: middle;
}

.footerLink li > a {
    color: #fff;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    margin-right: 35px;
    transition: all 0.3s ease-in-out
}

.footerLink li > a:hover {
    background-color: #75bd29;
    border-color: #75bd29;
}

.footerLink li > a.iconxinlang:hover {
    background-color: #e6162d;
    border-color: #e6162d;
}

.links {
    float: right;
}

.links > span {
    width: 45px;
    display: block;
}

.wrap_footer:before {
    content: '';
    width: 100%;
    height: 94px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_icon {
    width: 161px;
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-left: -77px;
}

.footer_triangle {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 64px solid #000;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    bottom: 94px;
    margin-left: -60px;
}

.iconxinlang::before {
    padding-top: 3px;
    display: block;
}

.code {
    position: relative;
}

.code i {
    width: 98px;
    display: none;
    left: 50%;
    margin-left: -65px;
    position: absolute;
    height: 98px;
    bottom: 58px;
}

@media screen and (max-width: 1600px) {
    .nav ul li > a {
        padding:0 16px;
    }

    .nav ul li > a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1420px) {
    .top {
        padding:0 30px;
    }

    .logo {
        width: 250px;
        padding: 17px 0;
    }

    /*.logo img {height: 46px;}*/
    .subNav {
        width: 120px;
    }

    .nav ul li > a {
        font-size: 1.5rem;
    }

    .topNav a {
        font-size: 1.3rem;
        padding: 0 12px;
    }

    .topNav {
        height: 32px;
        line-height: 32px;
    }

/*    .nav {
        height: 50px;
    }

    .nav ul li > a {
        height: 50px;
        line-height: 50px;
    }*/

    .topNav a.searchBtn {
        width: 32px;
        height: 32px;
    }

    .subNav {
        top: 47px;
    }

    .black_bg01 {
        top: 161px;
    }
}

@media screen and (max-width: 1386px) {
    .footer {
        width:1000px;
    }

    .footer_md {
        width: 28%;
        margin-left: 6%;
    }

    .footer_lf {
        width: 35%;
    }

    .footer_rt {
        width: 24%;
    }
}

@media screen and (max-width: 1260px) {
    .nav ul li > a {
        padding:0 10px;
    }

    .top {
        padding: 0 20px;
    }

    .header.currents .top{width: 100%;}
}

@media screen and (max-width: 1100px) {
    .logo {
        width: 200px;
    }

    .top {
        padding: 0 15px;
    }

    .nav ul li > a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1215px) {
    .footer {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_md {
        display: none;
    }

    .footer_lf {
        width: 50%;
    }

    .footer_rt {
        padding: 0;
    }

    .wrap_footer::before {
        height: 50px;
    }

    .footer_icon {
        width: 90px;
        margin-left: -45px;
    }

    .footer_triangle {
        bottom: 50px;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        margin-left: -42px;
        border-bottom: 42px solid #000;
    }

    .address {
        line-height: 1.5;
    }

    .footer_rt {
        width: 30%
    }

    .header {
        position: static;
        padding-top: 0;
        background-color: #00366f;
        border-top: none;
    }

    .topRight {
        display: none;
    }

    .mobile {
        display: block;
    }

    .logo {
        padding: 20px 0;
        float: none;
        margin: 0 auto;
    }

    .logo img {
        padding: 0;
    }
    .nav ul li > a {
    height: 35px;
    line-height: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer_lf {
        float: none;
        width: 100%;
    }

    .footer_rt {
        width: 100%;
        float: none;
        padding-top: 10px;
        max-width: 350px;
        margin: 0 auto;
    }

    .footerLink {
        padding-top: 25px;
    }

    .address {
        max-width: 350px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .footer_lf {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
        padding: 0 0 5px;
    }

    .footer_rt {
        float: none;
        margin: 0 auto 15px;
        padding: 0 0 15px;
        max-width: 360px;
    }

    .wechatList {
        right: -10px;
    }

    .address,.footer_rt {
        font-size: 12px;
    }

    .address .lf {
        width: 40px;
    }

    .address .rt {
        margin-left: 40px;
    }

    .logo img {
    }

    .logo {
        padding: 15px 0 ;
        width: 200px;
    }
}

@media screen and (max-width: 380px) {
}
