
.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 999;
    position: relative;
    background: #004387;
}

.wrapTop {
    width: 100%;
    border-bottom: 1px solid #7b813e;
    position: relative;
    background: url(../images/slogan.png) 1022px 66% no-repeat;
    background-size: calc(565% / 19.2) auto;
}

.wrapTop::after {
    content: '';
    display: block;
    width: 160px;
    height: 19px;
    position: absolute;
    bottom: -1px;
    left: 74px;
    background: url(../images/header_bg.png) bottom no-repeat #004387;
    background-size: 100% auto;
}

.header .top {
    height: 144px;
    margin: 0 98px;
    position: relative;
}

.logo {
    width: 758px;
    position: absolute;
    left: 0;
    overflow: hidden;
    font-size: 0;
    top: 19px;
    z-index: 2;
}

.logo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.logo img {
    width: 100%;
}

.logo1 {
    width: 100%;
    float: left;
}

.top_nav {
    width: auto;
    float: right;
    padding: 5px 20px 0 0;
}

.top_nav a {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 38px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
}

.top_nav a::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.top_nav a:first-child::before {
    display: none;
}

.top_nav a:hover {
    color: #fff;
}

.top_nav a.search_btn {
    position: relative;
    width: 30px;
}

.ser {
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 600;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    position: relative;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.search {
    width: 100%;
    height: 100%;
    position: relative;
}

.search input.notxt {
    position: absolute;
    height: 30px;
    color: #999;
    border: none;
    background: none;
    left: 0;
    top: 0;
    margin: 0px;
    outline: none;
    display: block;
    font-size: 14px;
    width: 0;
    padding: 0;
    background: #fff;
}

.search input.notxt1 {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    right: 0;
    cursor: pointer;
    font-family: "iconfont";
    font-size: 18px;
    color: #fff;
    background: none;
    outline: none;
}

.ser:hover {
    width: 240px;
}

.ser:hover .search input.notxt {
    width: 240px;
    padding: 0 0 0 15px;
}

.ser:hover .search input.notxt1 {
    color: #004387;
    font-weight: bold;
}

.nav {
    width: 100%;
}

.nav ul {
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 65px;
    margin: 0 110px;
}

.nav ul::after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
    line-height: 62px;
    height: 66px;
}


.nav ul>li:last-child::before {
    display: none;
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
    color: #fff;
    /* font-weight: bold; */
}

.nav ul li>a:after {
    position: absolute;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, .9);
    content: "";
    left: 0;
    bottom: -4px;
}

.nav ul>li.menu_btn {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    background: url(../images/menu1.png) center no-repeat;
}

.nav ul li:hover>a:after {
    height: 8px;
}

.nav ul li:hover>a {}

.subNav {
    background: #fff;
    white-space: normal;
    position: absolute;
    top: 100%;
    display: none;
    left: -195px;
    padding: 29px 0 6px 41px;
    transform-origin: center top;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.subNav.rtsub {
    left: auto;
    right: -20px;
}

.subNav.lfsub {
    left: -40px;
}

.nav ul li:hover .subNav {
    display: block;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
}

.subNav.rtsub.wide {
    right: auto;
    left: -200px;
}

.subNav dl {
    margin: -10px 0 16px 50px;
    height: 200px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: tb-lr;
    display: block;
    float: left;
}

.subNav dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    writing-mode: lr-tb;
    white-space: nowrap;
    float: left;
}

.subNav dd:nth-child(4n+1) {
    clear: both;
}

.subNav a {
    padding: 10px 0;
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin: 0 76px 0 0;
}

.subNav a:hover {
    font-size: 19px;
    color: #000;
}

.subNav .nav_img {
    float: left;
    width: 320px;
    margin: 0 0 -30px;
    overflow: hidden;
}

.subNav .nav_img .img {
    padding-bottom: 56.25%;
    margin: 0 0 30px;
}

.subNav .right {
    margin: 0 0 0 368px;
}

.subNav .box {
    overflow: hidden;
    display: block;
}

.subNav .box h3 {
    display: block;
    overflow: hidden;
    text-align: left;
    margin: -11px 0 0;
    width: 470px;
}

.subNav .box .link_box {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin: -3px 0 21px;
    height: 150px;
    display: block;
}

.subNav .box .link_box a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    white-space: nowrap;
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 0 7px 14px;
    margin: 0 77px 0 0;
    position: relative;
}

.subNav .box .link_box a:nth-child(5n+1) {
    clear: both;
}

.subNav .box .link_box a::before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #cd8524;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.subNav dl>dd a{
position:relative;}
.subNav dl>dd a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid #004387;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 22px;
}

.nav {
    position: relative;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipOutY {
    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: rotateX(-90deg);
        /* transform: scaleY(0); */
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
        transform: rotateX(0);
        /* transform: scaleY(1); */
    }
}

.rightfix {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 1001;
}

.rightfix li {
    cursor: pointer;
    line-height: 70px;
    text-align: center;
    float: right;
    clear: both;
}

.rightfix li:hover a,
.rightfix li.current a {
    background: #fff;
}

.rightfix li:hover a::after,
.rightfix li.current a::after {
    color: #004386;
}

.rightfix li a {
    width: 70px;
    height: 70px;
    display: block;
    background: rgba(0, 67, 135, .7);
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    position: relative;
}

.rightfix .li1 a::after {
    content: "\e657";
    display: block;
    color: #fff;
    font-family: "iconfont";
    font-size: 30px;
}

.rightfix .li2 a::after {
    content: "\e627";
    display: block;
    color: #fff;
    font-family: "iconfont";
    font-size: 33px;
}

.rightfix .li2 a span {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    background: #1f5398;
    color: #fff;
    display: block;
    width: 16px;
    line-height: 13px;
    font-size: 12px;
    padding: 9px 7px;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.rightfix li:hover a span,
.rightfix li.current a span {
    color: #004386;
    background: #fff;
}

.rightfix .li1 {
    display: none;
}

.rightfix .li2 {
    margin: 2px 0 12px 0;
}

.rightfix .li2:hover,
.rightfix .li2.current {}

.rightfix .li3 {
    opacity: 0;
    transition: all 0.4s ease-out;
    transform: translateY(50px);
}

.rightfix .li3:hover,
.rightfix .li3.current {}

.rightfix .li3.on {
    opacity: 1;
    transform: none;
}

.rightfix .li3 a::after {
    content: "\e638";
    display: block;
    color: #fff;
    font-family: "iconfont";
    font-size: 26px;
}

.rightfixcon {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1000
}

.rightfixcon dd {
    right: -1060px;
    width: 900px;
    padding: 0 60px;
    background: rgba(255, 255, 255, .9);
    background-size: cover;
    height: 100vh;
    position: fixed;
    transition: 1s ease;
    box-sizing: border-box;
    overflow: auto;
}

.rightfixcon dd.dd1 {}

.rightfixcon dd.dd1 {}

.rightfixcon dd.dd2 {
    padding-top: 84px;
    padding-bottom: 34px;
}

.rightfixcon dd::-webkit-scrollbar {
    width: 0;
}

.rightfixcon dd.dd2 .box {
    margin: 0 0 54px;
}

.rightfixcon dd.dd2 .box h3 {
    color: #004387;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 14px;
}

.rightfixcon dd.dd2 .box .ul1 {
    border: 3px solid #e1e3e6;
    overflow: hidden;
    padding: 22px 59px 23px 14px;
}

.rightfixcon dd.dd2 .box li {
    width: 25%;
    float: left;
}

.rightfixcon dd.dd2 a::before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #1470cc;
    text-align: center;
    line-height: 48px;
    vertical-align: middle;
    margin: 0 4px 0 0;
    font-family: "iconfont";
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rightfixcon dd.dd2 .box li a:hover {
    color: #C7A763;
}

.rightfixcon dd.dd2 .box li a:hover::before {
    background: #c7a763;
}

.rightfixcon dd.dd2 .box li .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 18px;
    max-width: calc(100% - 60px);
}

.rightfixcon dd.dd2 a {
    display: block;
    margin: 0 6px 0 0;
    position: relative;
}

.rightfixcon dd.dd2 .box .bottom {
    border: 3px solid #e1e3e6;
    overflow: hidden;
    padding: 22px 59px 23px 14px;
}

.rightfixcon dd.dd2 .box ul.ul2 {
    padding: 9px 2px 23px 23px;
    overflow: hidden;
    margin: 0 -20px 0 0;
}

.rightfixcon dd.dd2 .box h4 {
    color: #004387;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 14px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
}

.rightfixcon dd.dd2 .box h4::after {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    background: rgba(0, 0, 0, .08);
    margin: 0 0 0 10px;
}

.rightfixcon dd.dd2 a.ico11::before {
    content: "\e6b0";
}

.rightfixcon dd.dd2 a.ico12::before {
    content: "\e686";
}

.rightfixcon dd.dd2 a.ico13::before {
    content: "\e6af";
}

.rightfixcon dd.dd2 a.ico14::before {
    content: "\e609";
}

.rightfixcon dd.dd2 a.ico201::before {
    content: "\e64b";
}

.rightfixcon dd.dd2 a.ico202::before {
    content: "";
}

.rightfixcon dd.dd2 a.ico203::before {
    content: "\e656";
}

.rightfixcon dd.dd2 a.ico204::before {
    content: "\e6a0";
}

.rightfixcon dd.dd2 a.ico205::before {
    content: "\e642";
}

.rightfixcon dd.dd2 a.ico206::before {
    content: "\e608";
}

.rightfixcon dd.dd2 a.ico207::before {
    content: "\e6a1";
}

.rightfixcon dd.dd2 a.ico208::before {
    content: "\e602";
}

.rightfixcon dd.dd2 a.ico209::before {
    content: "\e601";
}

.rightfixcon dd.dd2 a.ico210::before {
    content: "\e673";
}

.rightfixcon dd.dd2 a.ico211::before {
    content: "\e70c";
}

.rightfixcon dd.dd2 a.ico212::before {
    content: "\e600";
}

.rightfixcon dd.dd2 a.ico202::after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    background: url(../images/header_ico202.png) center no-repeat;
}

.rightfixcon dd.current {
    right: 100px;
    z-index: 8
}

/*.nav dl dd{  transition:all 1s; }*/

.header.currents {
    height: 60px;
    position: fixed;
    top: 0px;
    background: #004387;
}

.header.currents .wrapTop {
    display: none;
}

.header.currents .top {
    height: 0;
}

.header.currents .nav {
    height: 62px;
    margin: 0 auto;
}

.header.currents .nav ul {
    height: 60px;
    background: #004386;
    /* transition: all 1s; */
}


/* .header.currents .nav:before { content: "";position: fixed;top: 0;left: 50%;width: 0;height: 1px;background: #7b813e; } */

.header.currents .nav:before:hover {
    left: 0;
    transition: all 1s;
    width: 100%;
}

.header.currents .nav ul li {
    height: 60px;
    line-height: 60px;
}

.header.currents .nav ul li.menu_btn {
    height: 34px;
}




.header.fullMenu {
    z-index: 1002;
    position: fixed;
    background: url(../images/menu_bg.png) top center;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.header.fullMenu .top {
    height: 119px;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.header.fullMenu .logo {
    width: 534px;
}

.header.fullMenu .wrapTop {
    background: none;
    border-color: rgba(255, 255, 255, .3);
    display: block;
}

.header.fullMenu .wrapTop::after {
    opacity: 0;
}

.header.fullMenu .nav ul {
    margin: 18px 64px 0 97px;
    background: none;
    transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.header.fullMenu .nav ul li>a {
    text-align: left;
    font-size: 24px;
}

.header.fullMenu .nav ul>li.menu_btn,
.header.fullMenu .nav ul>li.home {
    display: none;
}

.header.fullMenu .subNav,
.header.fullMenu .subNav.lfsub {
    display: block;
    min-width: initial !important;
    background: none;
    color: #fff;
    left: 0;
    padding: 0;
    max-width: 100%;
    position: static;
    max-width: 140px;
    margin: 9px 0 0;
    max-height: calc(100vh - 240px);
}

.header.fullMenu .subNav::-webkit-scrollbar {
    width: 0;
}

.header.fullMenu .subNav .nav_img {
    display: none;
}

.header.fullMenu .subNav dl {
    margin: 0;
    float: none;
    height: auto;
}

.header.fullMenu .subNav a {
    margin: 0;
    text-align: left;
    color: #fff;
    line-height: 24px;
}

.header.fullMenu .subNav .right {
    margin: 0;
}

.header.fullMenu .subNav .box .link_box {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    height: auto;
    margin: 14px 0 0;
}

.header.fullMenu .subNav dd,
.header.fullMenu .subNav dl {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    height: auto;
    margin: 0;
}

.header.fullMenu .subNav .box {
    margin: 0 0 20px;
}

.header.fullMenu .subNav .box .link_box a,
.header.fullMenu .subNav dd {
    display: block;
    float: none;
    white-space: normal;
    margin: 0;
    padding: 0;
}

.header.fullMenu .subNav .box .link_box a {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 19px;
}

.header.fullMenu .subNav .box .link_box a:hover {
    color: #fff;
}

.header.fullMenu .subNav .box h3 {
    width: auto;
    font-weight: normal;
    margin: 0;
}

.header.fullMenu .subNav .box .link_box a::before {
    display: none;
}

.header.fullMenu .nav ul li:hover .subNav {
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
}

.header.fullMenu .top_nav {
    padding: 40px 0 0 0;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.header.fullMenu .top_nav .menu_btn2 {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    background: url(../images/menu2.png) center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    margin: 0 6px 0 90px;
}

.header.fullMenu .nav ul li>a:after {
    display: none;
}

.mobile {
    width: 100%;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 9999;
}

.mobile-inner-header {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    /* border-radius: 50%; */
}


/* .mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;} */

.mobile-inner-header-icon {
    color: #fff;
    height: 54px;
    text-align: left;
    width: 54px;
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    top: 30px;
    right: 80px;
}
.mobile_en{display: block;width: 34px;height: 34px;border: 1px solid rgba(255,255,255,.3);border-radius: 50%;background: rgba(0,0,0,.2);text-align: center;line-height: 35px;color: #fff;position: absolute;right: 30px;top: 39px;}
.mobile_en:hover{color: #fff;}
.mobile-inner-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 80px 30px 70px;
    display: none;
    overflow: hidden;
    background: rgba(0, 67, 135, .95);
}

.mobile-inner-nav ul {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 59px;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {}

.mobile-inner-nav li {
    position: relative;
    padding: 0 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobile-inner-nav li a {}

.mobile-inner-nav li strong {
    color: #dddd;
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 0;
    cursor: pointer;
    width: 40px;
    height: 59px;
    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;
    background: url(../images/mobile_arrow1.png) center no-repeat;
}

.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;
}

.mobile-inner-nav li strong.on {
    background: url(../images/mobile_arrow2.png) center no-repeat;
}

@-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: 0 0 8px 22px;
    margin: -5px 0 0;
}

.mobile-inner-nav dd a {
    /* height: 29px; */
    line-height: 38px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.mobile-inner-nav dd a:hover {
    color: #fff;
}

.mobile-inner-nav li.on {}

.mobile-inner-nav a.mobile_link {
    font-size: 14px;
    padding: 34px 0 12px;
    line-height: 30px;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 80%;
    margin-left: 13px;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    background: url(../images/search_btn.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
    float: left;
}

footer {
    background: url(../images/footer_bg.png) top center no-repeat #F5F5F5;
    padding: 240px 0 0 0;
    background-size: cover;
}

footer h3 {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 24px;
}

.footer_lf {
    float: left;
    margin: 0 141px 0 0;
}

.footer_lf .box {
    color: #fff;
    line-height: 36px;
}

.footer_md {
    float: left;
}

.footer_md .box {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: tb-lr;
    height: 120px;
}

.footer_md a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    padding: 0 0 0 23px;
    line-height: 36px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: lr-tb;
    
    float: left;
    margin: 0 37px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.footer_md a::before {
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_md a::after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_rt {
    float: right;
    width: 110px;
    padding: 8px 0 0;
}

.footer_rt p {
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin: 11px 0 0;
}

.copyright {
    color: rgba(255, 255, 255, .6);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2);
    line-height: 36px;
    padding: 16px 0;
    margin: 25px 0 0;
}

.copyright span {
    padding: 0 23px;
    vertical-align: middle;
}

.copyright img {
    vertical-align: middle;
}

@media screen and (max-width:1640px) {
    .wrapTop {
        background-position: 900px 66%;
    }
    .header.fullMenu .nav ul li>a {
        font-size: 20px;
    }
    .header.fullMenu .subNav a {
        font-size: 15px;
    }
    .header.fullMenu .top_nav .menu_btn2 {
        margin: 0 6px 0 40px;
    }
    .rightfix {
        right: 10px;
    }
}

@media screen and (max-width:1340px) {
    .wrapTop {
        background-size: 320px auto;
        background-position: 780px 66%;
    }
    .wrapTop::after {
        left: 65px;
    }
    .logo {
        width: 620px;
        top: 30px;
    }
    .nav ul li>a {
        font-size: 18px;
    }
    .footer_lf {
        margin: 0 60px 0 0;
    }
    footer {
        padding: 140px 0 0;
    }
    .header.fullMenu .top {
        margin: 0 10px;
    }
    .header.fullMenu .logo {
        width: 400px;
    }
    .header.fullMenu .top_nav a {
        margin: 0 0 0 20px;
    }
    .header.fullMenu .top_nav a::before {
        left: -10px;
    }
    .header.fullMenu .top_nav .menu_btn2 {
        margin: 0 6px 0 20px;
    }
    .header.fullMenu .nav ul {
        margin: 18px 6px 0 20px;
    }
    .header.fullMenu .nav ul li>a {
        font-size: 16px;
    }
    .header.fullMenu .subNav,
    .header.fullMenu .subNav.lfsub {
        max-width: 100px;
    }
    .header.fullMenu .nav ul>li {
        line-height: 40px;
        height: 40px;
    }
}

@media screen and (max-width:1200px) {
    .header .top {
        height: 110px;
        margin: 0 40px;
    }
    .wrapTop {
        background-size: 280px auto;
        background-position: 620px 66%;
    }
    .wrapTop::after {
        width: 124px;
        left: 5px;
    }
    .logo {
        width: 379px;
    }
    .nav ul {
        margin: 0 40px;
    }
    .nav ul li>a {
        font-size: 16px;
    }
    .rightfix {
        right: 0;
        z-index: 997;
    }
    .rightfix li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .rightfix .li2 a span {
        display: none;
    }
    .rightfix .li1 a::after {
        font-size: 18px;
    }
    .rightfix .li2 a::after {
        font-size: 18px;
    }
    .rightfixcon dd.current {
        right: 40px;
    }
}

@media screen and (max-width:1040px) {
    .footer_rt .address {
        margin: 0;
    }
}

@media screen and (max-width:992px) {
    .header.currents {
        display: none !important;
    }
    .nav {
        display: none;
    }
    .top_nav,
    .slogan {
        display: none;
    }
    .logo {
        position: relative;
        z-index: 100;
        top: 0px;
        padding: 20px 0;
        transform: none;
    }
    .header .top {
        height: auto;
        padding: 0px 32px;
        width: auto;
        margin: 0;
    }
    .mobile {
        display: block;
    }
    .wrapTop {
        background: none;
        border: 0;
    }
    .wrapTop::after {
        width: 72px;
        background: url(../images/header_bg2.png) bottom no-repeat #004387;
        left: 15px;
        bottom: 10px;
    }
    .wrapTop::before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        background: #7b813e;
    }
	
    .mobile-inner-header-icon-out {
        background: url(../images/m_nav1.png) center no-repeat;
    }
    .mobile-inner-header-icon-click {
        background: url(../images/m_nav2.png) center no-repeat;
        /* right: 27px; */
        /* top: 16px; */
    }
    .mobile-inner-header-icon span {
        display: none;
    }
    .rightfix {
        right: 0;
        z-index: 997;
    }
    .rightfix li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .rightfix .li2 a span {
        display: none;
    }
    .rightfix .li1 a::after {
        font-size: 18px;
    }
    .rightfix .li2 a::after {
        font-size: 18px;
    }
    .rightfixcon dd {
        right: 40px;
        left: 100%;
        width: auto;
        padding: 46px 30px 0;
    }
    .rightfixcon dd.current {
        left: 0;
        right: 40px;
    }
    .rightfixcon dd.dd2 .box {
        margin: 0 0 24px;
    }
    .rightfixcon dd.dd2 {}
    .rightfixcon dd.dd2 .box h3 {
        font-size: 18px;
    }
    .rightfixcon dd.dd2 .box .ul1 {
        padding: 22px 0 16px 14px;
    }
    .rightfixcon dd.dd2 .box li {
        width: 50%;
    }
    .rightfixcon dd.dd2 a {
        margin: 0 6px 15px 0;
    }
    .rightfixcon dd.dd2 a::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .rightfixcon dd.dd2 a.ico202::after {
        background-size: 15px auto;
        width: 32px;
        left: 0;
    }
    .rightfixcon dd.dd2 .box li .title {
        max-width: calc(100% - 50px);
    }
    .rightfixcon dd.dd2 .box .bottom {
        padding: 22px 0 23px 14px;
    }
    .rightfixcon dd.dd2 .box ul.ul2 {
        padding: 4px 2px 6px 0;
        margin: 0;
    }
    .rightfixcon dd.dd2 .box h4 {
        font-size: 14px;
        margin-right: 20px;
    }
    footer {
        padding: 68px 0 0;
    }
    .footer_lf {
        margin: 0 0 26px;
        float: none;
    }
    footer h3 {
        margin: 0 0 11px;
        font-size: 16px;
    }
    .footer_lf .box {
        line-height: 24px;
    }
    .footer_md {
        float: none;
    }
    .footer_rt {
        float: none;
        margin: 0 auto;
    }
    .copyright {
        position: relative;
        overflow: hidden;
        font-size: 0;
        line-height: 10px;
        text-align: left;
    }
    .copyright span {
        display: block;
        font-size: 12px;
    }
    .copyright img {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:767px) {
    .logo {
        overflow: hidden;
        width: 278px;
        max-width: 100%;
        /* margin:0 auto; */
        text-align: center;
        position: relative;
        padding: 10px 0 26px;
    }
    .mobile {
        top: 0px;
    }
    .mobile-inner-nav {}
    .mobile-inner-header-icon {
        width: 37px;
        height: 37px;
    }
    .mobile-inner-header-icon-out {
        top: 13px;
        right: 60px;
    }
	.mobile_en{top: 13px;right: 16px;}
    .mobile-inner-header-icon-click {
        /* right: 5px; */
        top: 9px;
    }
    .mobile-inner-nav ul {}
    .mobile-inner-nav a {}
    .ser {
        max-width: 90%;
    }
    .footer_md .box {
        height: auto;
    }
}

@media screen and (max-width:413px) {
    .logo {width: 60%;}
	.header .top{padding: 0 16px;}
	.mobile-inner-header-icon-out,.mobile_en{top: 8px;}
    .footer_logo {
        width: auto;
    }
    .rightfixcon dd.dd2 .box li {
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    /* .logo{float:left;} */
}






