@charset "utf-8";

/* header start */
.con {
    width: 1240px;
    margin: 0 auto;
}

.container {
    width: 1240px;
    margin: 0 auto;
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.placeholder {
    display: none;
}

.header.on {
    box-shadow: 0 0 10px #aaa;
    background: rgba(255, 255, 255, 1)
}

.header::before {
    width: 40%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tl.png) left top no-repeat;
}

.header::after {
    width: 40%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/tr.png) right top no-repeat;
    z-index: 4
}

.header .container {
    position: relative;
    height: 109px;
    z-index: 99;
}

.header .logo {
    float: left;
    padding: 15px 0;
    background: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .logo img {
    width: auto;
    height: 79px;
    display: block;
}

.Search {
    float: right;
    margin-top: 30px;
}

.Search .Searchico {
    cursor: pointer;
    display: none;
    color: #113a7e;
}

.Search .Searchico .icongb1 {
    display: none;
}

.Search .Searchico.on .icongb1 {
    display: block;
}

.Search .Searchico.on .iconso {
    display: none;
}

.Search .iconfont {
    font-size: 22px;
}

.Search .searchbox {
    width: 282px;
    position: relative;
}

.Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #dfe8f0;
    border-radius: 3px;
    height: 40px;
    text-indent: 1em;
    background: #f6f8fa;
}

.Search .searchbox .input::-webkit-input-placeholder {
    color: #666666;
}

.Search .searchbox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #0465b4;
}

/* .Search .searchbox .btn:hover {
    background: #0055e3;
} */

.header .an {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 18px;
    width: 30px;
    display: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.nav-menu-content-box {
    z-index: 100;
    position: relative;
}

.nav-menu-content {
    overflow: hidden;
    height: 60px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-menu-content-item {
    width: 100%;
    background-color: #f1f1f1;
    background-color: rgba(243, 243, 243, .95);
    position: absolute;
    height: 355px;
    box-shadow: 0 2px 15px #ccc;
    /* -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; */
}



.nav-menu-content-cell {
    height: 60px;
    width: 100%;
    background: #0465b4;
}

.nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
}

.nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 325px;
}

.nav-menu-content-home {
    display: inline;
    float: left;
    width: 10%;
}

.nav-menu-content-info {
    width: 100%;
    display: inline;
}

.nav-menu-content-list .nav-menu-content-list>li {
    display: inline;
    float: left;
    width: 10%;
}

.nav-menu-content-list>li a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.nav-menu-content-list>li>a::before {
    position: absolute;
    right: 0;
    top: 21px;
    width: 1px;
    height: 18px;
    background: #1d60ab;
    content: "";
}

.nav-menu-content-list .sub-menu {
    height: 280px;
    border-right: 1px solid #ddd;
    transition: all ease-in .2s;
    padding-top: 15px;
}

.nav-menu-content-list .sub-menu li {
    width: 100%;
    display: inline;
    float: left;
    text-align: center;
}

.nav-menu-content-list .sub-menu li a {
    color: #444;
    font-size: 14px;
    border-right: 0;
    line-height: 30px;
    height: auto;
    display: inline;
}

.nav-menu-content-list>li:hover>a {
    background: #31a9fd;
    cursor: pointer;
}

.nav-menu-content-list>li:hover .nav-menu-content-list .sub-menu {
    background-color: #fff;
    cursor: pointer;
}

.nav-menu-content-list .sub-menu li a:hover {
    color: #0465b4;
    border-bottom: 1px solid #0465b4;
}

.nav-menu-content-list .sub-menu li .s_j {
    padding: 10px 0
}

.nav-menu-content-list .sub-menu li .s_j a {
    color: #777;
    display: block;
    line-height: 25px;
    height: 25px;
    border: none;
}




.navMenu-item-two ul li {
    width: 100%;
}

.nav-icon {
    width: 19px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 50%;
    line-height: 1;
    background: #EC5E24;
    border-radius: 10px;
    color: #FFF;
    margin-left: 20px;
}

.navMenu-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    /* margin-top: 6px; */
    text-align: center;
    color: #b8b8b8;
    position: relative;
    float: left;
    font-family: 'Microsoft YaHei';
}

.navMenu-list-line {
    width: 169px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    background-image: url('../js/.com/preview/1191101/2018-05-12/navMenu/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAABCAYAAACYCO/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2MTdCNTkyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2MTdCNUEyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDYxN0I1NzIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDYxN0I1ODIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PibsvwIAAAB3SURBVCjP7Y2JCcAgDEVjLfacwf3X0h162yOFHwjSQgdo4PG+RhMTQnBEZBjLFODOJXDKFWhwbpHFNz1cM526b9QMh77YZjsFUs7za3nvDf31uWKM58en+0PeHziYldkyJ2ZmFnhSeVB3woj+hJ78XWE9P2F3ugAlSC239Ce4gwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-size: cover;
}

.navMenu-item-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.navMenu-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .nav-menu-content-list .sub-menu {
    border-right: 0;
}

.dow-hover .nav-menu-content {
    overflow: visible;
}

.wap {
    display: none;
}

.header .ss {
    display: none
}

.header .nav {
    margin-top: 25px;
    float: right;
}

.header .nav ul li i {
    font-size: 12px;
    color: #aaa;
    line-height: 54px;
    text-align: right;
    position: absolute;
    width: 50%;
    height: 54px;
    right: 0px;
    top: 1px;
    /* top: 50%;
    display: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); */
}

.header.on .nav {
    float: right;
    margin-top: 15px
}

.header .nav ul li {
    margin: 0 2px;
    line-height: 45px;
    float: left;
    position: relative;
    padding: 0 16px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on .nav ul li {
    line-height: 45px;
}

.header .nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

.header.on .nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.header .nav ul li span {
    width: 0;
    height: 2px;
    background-color: #e77817;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
    width: 100%;
}

.header .nav ul li.on span {
    width: 100%;
}

.nav .y_j {
    position: relative;
}

.nav .sub-menu {
    display: none;
    width: 150px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -75px;
    display: none;
    z-index: 9999;
}

.nav .sub-menu i {
    display: none !important;
}

/* .nav .sub-menu.show {
    display: block;
    transition: all .2s;
} */

/*.header.on .nav .sub-menu{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .sub-menu a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center
}

.nav .sub-menu .ejy {
    position: relative
}

.nav .sub-menu .s_j {
    width: 150px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0px;
    left: 150px;
    display: none;
    z-index: 9999;
}

.header .nav .sub-menu a:hover {
    background-color: #e77817;
    color: #fff;
}

@media (min-width:1024px) {

    .header .nav .sub-menu {
        display: none !important;
    }

    .header .nav ul li:hover .sub-menu {
        display: block !important;
    }

    .head_h {
        height: 68px;
        display: none
    }
}


@media only screen and (max-width:1024px) {
    .head_h {
        height: 60px;
        display: block
    }

    .header {
        border: 0;
        height: 60px;
        background: #fff;
        width: 100%;
        position: fixed;
    }

    .placeholder {
        display: block;
        position: relative;
        height: 60px;
    }

    .header::before {
        width: 40%;
        background: url(../images/tl.png) left top / 100% no-repeat;
    }

    .header::after {
        width: 40%;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/tr.png) right top / 100% no-repeat;
        z-index: 4;
    }

    .header .container {
        padding: 0;
        height: 60px;
        width: 94%
    }

    .header .logo {
        padding: 13px 0;
    }

    .header .logo img {
        height: 34px;
    }

    .header .ss {
        display: block;
        line-height: 60px;
        float: right;
        margin-right: 50px;
    }

    .header .ss i {
        font-size: 20px;
        color: #333;
    }

    .nav-menu-content-box {
        display: none
    }

    .Search.sj {
        display: block;
        width: 100%;
        margin-top: 0;
        float: none;
    }

    .Search .searchbox {
        width: 100%;
    }

    .Search .searchbox .btn {
        right: 0;
        text-align: center;
        /* top: 1px; */
    }

    .Search.pc {
        display: none
    }

    .header .an {
        display: block;
        right: 10px;
    }

    .header .an span {
        background-color: #0460ab
    }

    .wap {
        display: block;
    }

    .pc {
        display: none;
    }

    .header .nav ul {
        width: 100%;
    }

    .header.on .nav {
        width: 60%;
        margin-top: 0
    }

    .header .nav {
        width: 60%;
        padding: 15px 5%;
        background-color: #0465b4;
        height: 100%;
        position: fixed;
        top: 60px;
        right: -70%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        margin-top: 0
    }

    .header .nav.on {
        right: 0;
    }

    .header.on .nav ul li a {
        font-size: 16px;
        color: #fff;
    }

    .header .nav ul li i {
        display: block;
        color: #fff
    }

    .header .nav ul li {
        line-height: 60px;
        text-align: left;
        float: none;
        margin: 0;
        padding: 0
    }

    .header .nav ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header .nav ul li::after {
        background: rgba(0, 0, 0, 0);
    }

    .header.on .nav ul li {
        line-height: 60px;
    }

    .header .nav .sub-menu {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        background: none;
        position: relative;
        display: none;
        top: auto;
        left: auto;
        margin: 0;
        padding-bottom: 10px;
    }

    .header .nav ul li .sub-menu a {
        color: #fff;
        font-size: 16px;
        border: 0;
        text-align: left;
    }

    .header .nav ul li .sub-menu a:hover {
        color: #fff
    }

    .header .nav .sub-menu a {
        border-top: 0;
        font-size: 12px;
        color: #fff;
        line-height: 32px;
    }

    .header .nav .sub-menu a:hover {
        background: none;
    }

    .header .nav ul li:hover .sub-menu {
        display: none;
    }

    .header .nav ul li a {
        font-size: 16px;
        color: #fff;
    }

    .header .nav ul li:hover span {
        width: 0;
    }

    .header .nav ul li.on span {
        width: 0;
    }
}

/* header end */

/* footer start */
.footer_bg {
    background: url(../images/foot.jpg) center / cover no-repeat;
    width: 100%;
    padding: 35px 0 0;
    overflow: hidden;
}

.footer {
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.footer .logo {
    float: left;
    margin-top: 12px;
}

.footer .logo img {
    height: 70px;
    display: block;
}

.footewm {
    float: right;
    width: 90px;
    height: 90px;
    position: relative;
    padding-right: 26px;
}

.footewm img {
    display: block;
    width: 100%;
}

.footewm p {
    width: 26px;
    font-size: 14px;
    color: #fbf6ee;
    line-height: 15px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

.footer .lx {
    float: left;
    margin-left: 180px;
}

.footer .lx p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.footer .lx p i {
    margin-right: 8px;
}

.footer .l_j {
    float: left;
    width: 60%;
}

.footer h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    ;
}

.footer .l_j a {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    line-height: 30px;
}

.copy {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
}

/* footer end */

/* responsive */

@media only screen and (max-width:1441px) {

    .header::before {
        width: 30%;
        background: url(../images/tl.png) left 30px / 100% no-repeat;
    }
}

@media only screen and (max-width:1368px) {
    .header::after {
        width: 40%;
        background: url(../images/tr.png) right top / 100% no-repeat;
    }
}

@media only screen and (max-width:1200px) {
    .my20 {
        margin-left: 0;
    }

    .con {
        width: 94%;
    }

    .container {
        width: 94%;
        margin: 0 auto;
    }

    .container {
        width: 94%;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        /*Firefox3.5+*/
        -webkit-box-sizing: border-box;
        /*Safari3.2+*/
        -o-box-sizing: border-box;
        /*Opera9.6*/
        -ms-box-sizing: border-box;
        /*IE8*/
        box-sizing: border-box;
    }

    .footer .lx {
        margin-left: 0
    }

    .footer .l_j {
        margin-top: 20px;
        width: 100%;
    }

    .footer .logo {
        margin-bottom: 20px;
        margin-top: 0;
        width: 100%
    }
}

@media only screen and (max-width:600px) {
    .footer .logo img {
        height: auto;
        max-width: 100%;
    }

    .footer .lx {
        width: 100%;
        overflow: hidden
    }

    .footewm {
        right: 50%;
        margin-right: -58px;
        margin-top: 20px;
    }

    .header::before {
        display: none
    }

    .header::after {
        width: 70%;
    }
}


@media only screen and (max-width:1200px) {
    .con {
        width: 94%;
    }

    .container {
        width: 94%;
        margin: 0 auto;
    }

    .container {
        width: 94%;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        /*Firefox3.5+*/
        -webkit-box-sizing: border-box;
        /*Safari3.2+*/
        -o-box-sizing: border-box;
        /*Opera9.6*/
        -ms-box-sizing: border-box;
        /*IE8*/
        box-sizing: border-box;
    }

    .footer .lx {
        margin-left: 0
    }

    .footer .l_j {
        margin-top: 20px;
        width: 100%;
    }

    .footer .logo {
        margin-bottom: 20px;
        margin-top: 0;
        width: 100%
    }
}