@charset "UTF-8";


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}
 
html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.fr{  float:right; }
.fl{  float:left; }
.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/*新头部*/
.top-new{width: 100%; height: 56px; background: #f64927;}
.top-new .center{overflow: hidden; max-width: 1400px; margin: 0 auto;}
/*.header{overflow: hidden;}*/
.top_box{position:relative;}
.top_one_ul{height: 56px; line-height: 56px; margin-right: 12px;}
.top_one_ul li{float: left; margin: 0 5px; line-height: 56px;}
.top_one_ul li a{font-size: 18px; color: #fff;}
.top_two_ul li{margin: 0 14px;}

/*搜索框*/
.search{height: 27px; width: 132px; border: 2px solid #fff; margin-top: 12px; border-radius: 5px;}
.search .txt,.search .btn{border: none; background: none; height: 27px; line-height: 33px; float: left;}
.search .txt{padding: 0 8px 0 8px; width: 94px; color: #fff; font-size: 15px;}
.search .btn{width: 34px; cursor: pointer; background: url(../images/search.png) no-repeat right center;}

/*导航*/
.nav_new{height:70px; float:left; width: 100%; background: #e60012;}
.nav_yj{width: 1400px; margin: 0 auto; height: 70px;}
.nav_yj li{float: left;display: inline; text-align: center; 
    line-height: 70px; position: relative; 
    width: 146px; z-index: 999;
}
.nav_yj li.on{background: #f64927; height: 70px; line-height: 70px;}
.nav_yj li a{font-size: 18px; color: #fff; display: block;}
.nav_yj li.on a,.nav_yj li.on a:hover{color: #fff;}

.nav_ej{position: absolute; top: 70px; left: 0; display: none; background: #f64927; float: left; width: 100%; z-index: 10000;}
.nav_ej li{text-align: center; background: none; line-height: 70px; float: left;display: inline; width: 100%; display: inline;}
.nav_ej li a{font-size: 18px; color: #fff; display: block; background: none; padding: 0;}
.nav_ej li a:hover{background: #e60012;}
.pos5{margin-right: 227px;}

/*logo*/
.bluewenziLogo{position: absolute;left: 50%;top: 166px;margin-left: -152px; z-index: 9999;}
.bluetopLogo,.bluetopLogo2{position: absolute;left:50%; margin-left:-73px; ; z-index: 9999; top: 0;}

/* 导航浮起 */
.fixed {position: fixed;top: 0;left: 0; width: 100%;z-index: 999999;/* transition:all 0.7s ease-out 0s; */}

/*新头部结束*/

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */
.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: top 0.3s;

}

.head-bj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.head-bj::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
}

.head-bj::after {
    content: "";
    position: absolute;
    right: 100%;
}

.head-bj1 {
    background: #fff;
    margin: 0 70px;
    bottom: 40px;
    z-index: 7;
    transition: all 0.3s;
}

.head-bj2 {
    background: #e60012 url(../images/head-bg.png) no-repeat center;
    margin: 0 155px;
    bottom: 0;
    z-index: 8;
}

.head-bj1::before {
    border-width: 0 0 100px 70px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    transition: all 0.3s;
}

.head-bj1::after {
    border-width: 0 70px 100px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transition: all 0.3s;
}

.head-bj2::before {
    border-width: 0 0 140px 95px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
}

.head-bj2::after {
    border-width: 0 95px 140px 0;
    border-style: solid;
    border-color: transparent #e60012 transparent transparent;
}

.head.on .head-bj1 {
    background: rgba(0, 63, 152, .05);
}

.head.on .head-bj1::before {
    border-color: transparent transparent transparent rgba(0, 63, 152, .05);
}

.head.on .head-bj1::after {
    border-color: transparent rgba(0, 63, 152, .05) transparent transparent;
}



.head-top {
    position: relative;
    margin: 0 90px;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: url(../images/head-text.png) no-repeat;
    background-position: 60% center;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 99px;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
    padding-top: 20px;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    font-stretch: normal;
    line-height: 14px;
    color: rgba(255, 255, 255, .8);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .8);
}

.search a img {
    vertical-align: middle;
    margin-right: 5px;
}

.search a:first-child {
    border: none;
}

.search a:hover {
    color: #fff;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 12px;
    background: #fff;
    border-radius: 18px;
}

.search-box input[type="text"] {
    width: 130px;
    padding: 0 10px 0 0;
    line-height: 37px;
    height: 37px;
    background: none;
    color: #333;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #333;
    /* color: rgba(255, 255, 255, 0.4); */
}

.search-box input.p-submit {
    width: 45px;
    color: #fff;
    height: 34px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.nav {
    transition: all 0.5s;
    position: relative;
    z-index: 9;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 10%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}
 


.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li:hover>ul {
    display: block;
}

.nav>ul>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    position: relative;
    display: block;
    text-align: center;
}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #304174;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li>ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 9999;
    padding: 25px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

.nav>ul>li>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>ul>li {
    float: left;
    width: 50%;
    position: relative;
    z-index: 9;
}

.nav>ul>li>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}




.nav>ul>li>ul>li a:hover {
    color: #0970da;
    padding-left: 10px;
    position: relative;
}

.nav>ul>li>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #0970da;
}



.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic:hover img {
    transform: scale(1.05);
}

.footer {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0 0 0;
    position: relative;
}

.train-box {
    background: url(../images/tielu.png) repeat-x;
    background-position: center bottom;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding-bottom: 9px;
}

.foot-train {

    transform: translateX(-100%);
    animation: train 20s infinite linear;

}

.foot-train p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    animation: train-text 20s infinite linear;
    font-weight: 600;
    display: none;
}

@keyframes train {
    0% {
        transform: translateX(-100%);
    }

    30% {
        transform: translateX(0%);
    }

    70% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);

    }
}

@keyframes train-text {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    30% {
        transform: translateY(-50%);
        opacity: 0;
    }

    31% {
        opacity: 1;
    }

    50% {
        transform: translateY(-150%);
        opacity: .9;
    }

    70% {
        transform: translateY(-150%);
        opacity: .9;
    }

    71% {
        transform: translateY(-150%);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%);
    }
}

.foot-train img {
    display: block;
    margin: 0 auto;
}


.foot-l {
    float: left;
    width: 450px;
    padding-top: 13px;
}

.foot-l h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 20px;
}

.foot-l p { 
    line-height: 28px;
    color: #fff;
}

.foot-l img{ max-width:100%; }

.foot-m {
    overflow: hidden;
    float: left;
    width: calc(100% - 900px);
}

.foot-m img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.foot-r {
    float: right;
    width: 450px;
    padding-top: 13px;
}


.link>div {
    position: relative;
    padding: 0px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgb(210 210 210 / 30%);
}

.link p {
    line-height: 58px;
    padding-right: 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url(../images/link-icon-down.png) no-repeat;
    background-position: right center;
}

.link>div:hover div {
    display: block;
}

.link>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: 15px 0;
    left: 0;
    right: 0;
    display: none;
}

.link>div div a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.link>div div a:hover {
    background: #004098;
    color: #fff;
}

.foot-rmedia ul {
    padding-top: 30px;
    text-align: right;
    font-size: 0;
}

.foot-rmedia ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    text-align: center;
}

.foot-rmedia ul li:first-child {
    margin-left: 0;
}

.foot-rmedia ul li a {
    display: block;
}

.foot-rmedia ul li a img {
    vertical-align: middle;
}

.foot-rmedia ul li a p {
    color: #fff;
}

.foot-rmedia ul li div {
    position: absolute;
    bottom: 120%;
    left: 50%;
    display: none;
    padding: 3px;
    width: 100px;
    transform: translateX(-50%);
    display: none;
    background: #fff;
}

.foot-rmedia ul li div img {
    display: block;
    width: 100%;
}

.foot-rmedia ul li:hover div {
    display: block;
}

.bq {
    margin-top: 35px;
    padding: 20px 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.bq p{
    font-size: 12px;
	line-height: 17px;
	color: rgba(255, 255, 255, 1);
    text-align: center;
}
@media screen and (max-width:1720px) {
    .head-top{
        margin: 0 125px;
    }
    .nav{
        margin: 0 140px;
    }
}

@media screen and (max-width:1420px) {
    .px1400 {
        max-width: 1400px;
        margin: 0 10px;
    }
    
    .top-new .center{ max-width:1400px; margin:0 10px;}
   

    
    .head-bj1::after{
        border-width: 0 50px 100px 0;
    }
    .head-bj1::before{
        border-width: 0 0 100px 50px;
    }
    .head-bj2::before{
        border-width: 0 0 140px 65px;
    }
    .head-bj2::after{
        border-width: 0 65px 140px 0;
    }
    .head-bj1{
        margin: 0 50px;
    }
    .head-bj2{
        margin: 0 100px;
    }
    .head-top{
        margin: 0 80px;
    }
    .nav{
        margin: 0 100px;
    }
    .foot-l{
        width: 360px;
    }
    .foot-r{
        width: 300px;
    }
    .foot-m{
        width: calc(100% - 660px);
    }
}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav_yj li{ width:116px; }
    
}

@media screen and (max-width:1220px) {

    .nav_yj li{ width:126px; }

    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head-bj1::after{
        border-width: 0 50px 100px 0;
    }
    .head-bj1::before{
        border-width: 0 0 100px 50px;
    }
    .head-bj2::before{
        border-width: 0 0 140px 50px;
    }
    .head-bj2::after{
        border-width: 0 50px 140px 0;
    }
    .head-bj1{
        margin: 0 0px;
    }
    .head-bj2{
        margin: 0 50px;
    }
    .head-top{
        margin: 0 25px;
    }
    .nav{
        margin: 0px 50px;
    }

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc,.top_box {
        display: none !important;
    }
    
    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #e60012;
        z-index: 999;
        padding: 10px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #e60012;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot-train img{
        height: 40px;
    }


    .foot-l{
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-m{
        float: none;
        width: auto;
        text-align: center;
        display: none;
    }
    .foot-r{
        float: none;
        width: auto;
        text-align: center;
        padding-top: 15px;
    }
    .link>div{
        max-width: 400px;
        margin: 0 auto;
    }
    .foot-rmedia ul{
        text-align: center;
        padding-top: 15px;
    }
    .link p{
        line-height: 40px;
    }
    .bq{
        margin-top: 20px;
        padding: 10px;
    }
    .footer{
        padding-top: 20px;
    }
    .foot-l h3{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}



}