/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #fa3a28;
    color: #fff;
}

::-moz-selection {
    background-color: #fa3a28;
    color: #fff;
}

::-webkit-selection {
    background-color: #fa3a28;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    max-width: 1920px !important;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    margin: 0 auto !important;
    line-height: 1.5;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm {
    box-sizing: content-box;
}




html {
    cursor: url(../images/cur.png),
        default;
}

a {
    cursor: url(../images/Acur.png),
        default;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;

}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

input,
button {
    outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
            auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }


}



.wjdh-ico1,
.wjdh-ico2 {
    vertical-align: middle;
}

.UrbansubstationBox {
    display: inline-block;
    position: relative;
}

.Urbansubstation {
    position: absolute;
    bottom: 40px;
    left: -50%;
    transform: translateX(-25%);
    background: #f8f8f8;
    width: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    border-radius: 10px;
    color: #333 !important;
}

.Urbansubstationfenzhan {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #333 !important;
}

.UrbansubstationBoxCenter p {
    width: 94%;
    height: 100%;
    border: 1px dashed #e2e2e2;
    margin: 0 auto 10px;
    border-radius: 5px;
    line-height: 0 !important;
}

.UrbansubstationBoxCenter p a {
    text-align: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    color: #666 !important;
    padding: 5px 10px 5px 30px;
    line-height: 26px !important;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
}

.UrbansubstationBox:hover .Urbansubstation {
    min-width: 160px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.Urbansubstation p a:hover::before {
    border-color: #fa3a28;
}

.Urbansubstation p a:hover::after {
    background: #fa3a28;
}

.Urbansubstation p a::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.Urbansubstation p a::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    position: absolute;
    top: 11px;
    left: 10px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.Urbansubstation p a:hover {
    transform: translateY(-2px);
    color: #fa3a28 !important;
}


@media (min-width: 1200px) {

    .container,
    dl-container {
        width: 1200px !important;
    }
}

.clear {
    clear: both;
}




.header {
    width: 100%;
    margin: 0 auto;
    height: 1px;
}

/*top*/

.top_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: url(../images/nav_bg.png) repeat center;
    width: 290px;
    height: 920px;
}

.top_bg .top_con {
    width: 100%;
    margin: 0 auto;
}

.top_bg .top_con .logo {}

.top_bg .top_con .logo img {
    display: block;
    width: 200px;
    height: auto;
    margin: 75px auto 50px auto;


}

.top_bg_box .heaederMenu {
    position: absolute;
    z-index: 12;
    top: 10px;
    right: 20px;
    background: url(../images/close.png) no-repeat center;
    width: 26px;
    height: 26px;
    cursor: pointer;
}


.top_bg_box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    width: 290px;
}

.top_bg_box .close {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 20px;
    background: url(../images/menu.png) no-repeat center;
    width: 26px;
    height: 26px;
}


/*导航*/

.nav_bg {
    width: 210px;
    height: auto;
    position: relative;
    z-index: 9;
    box-sizing: content-box;
    margin: 0 0 0 80px;
}


.nav_bg .menu {
    position: relative;
    width: 210px;
    height: auto;
    margin: 0 auto;
}

.nav_bg .menu>ul>li {
    box-sizing: content-box;
    height: 30px;
    line-height: 30px;
    margin-bottom: 32px;
    width: 210px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/top_buttom2.png) no-repeat left center;
}


.nav_bg .menu>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    box-sizing: content-box;
    padding-left: 35px;

}

.nav_bg .menu>ul>li::before {
    position: absolute;
    left: 8px;
    top: 25px;
    content: "";
    width: 1px;
    height: 42px;
    background: #fff;

}

.nav_bg .menu>ul>li:last-child::before {
    height: 0;
}

.nav_bg .menu>ul>li::after {
    position: absolute;
    right: 0px;
    bottom: 15px;
    content: "";
    z-index: -1;
    width: 0px;
    height: 1px;
    background: #fa3a28;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .menu>ul>li:hover {
    background: url(../images/top_buttom1.png) no-repeat left center;
}

.nav_bg .menu>ul>li:hover>a {
    color: #fa3a28;
    font-weight: bold;
}



.nav_bg .menu>ul>li:hover::after {
    width: 48px;
}


.nav_bg .menu>ul>li.another {
    background: url(../images/top_buttom2.png) no-repeat left center;
}

.nav_bg .menu>ul>li.another>a {
    color: #fa3a28;
    font-weight: bold;
}


.nav_bg .menu>ul>li.another::after {
    width: 48px;
}


.nav_bg .sec {
    position: absolute;
    left: -890px;
    top: 110%;
    background: #f8f8f8;
    width: 1300px;
    border-radius: 5px;
    padding: 0 30px;
    box-sizing: content-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: none;
}

.nav_bg .sec .ab_t {
    background: url(../images/ab_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg .sec .ab_t h5 a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg .sec .ab_t h5 a i {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg .sec .ab_t span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg .sec .ab_list {
    height: 240px;
    margin: 65px auto 50px auto;
}

.nav_bg .sec .ab_list ul li {
    float: left;
    width: 375px;
    height: 240px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 35px;
}

.nav_bg .sec .ab_list ul li:last-child {
    margin-right: 0;
}

.nav_bg .sec .ab_list ul li .ab_l {
    float: left;
    width: 245px;
    position: relative;
}

.nav_bg .sec .ab_list ul li .ab_l .pic {
    width: 270px;
    height: 170px;
    margin-top: -25px;
    margin-left: -28px;
    position: relative;
}

.nav_bg .sec .ab_list ul li .ab_l .pic img {
    width: 270px;
    height: 170px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.nav_bg .sec .ab_list ul li .ab_l .txt {
    margin: 25px 0 0 35px;
}

.nav_bg .sec .ab_list ul li .ab_l .txt a {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #fa3a28;
    font-weight: bold;
    line-height: 28px;
}

.nav_bg .sec .ab_list ul li .ab_l .txt a i {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.nav_bg .sec .ab_list ul li .more {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    position: relative;
}

.nav_bg .sec .ab_list ul li .more a {
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

}

.nav_bg .sec .ab_list ul li:hover .more a {
    color: #fa3a28;
}

.nav_bg .sec .ab_list ul li .more::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 65px;
    width: 1px;
    height: 110px;
    background: #dedede;
}


.drop-down:hover .sec {
    top: 100%;
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}


.nav_bg .news {
    left: -900px;
}

.nav_bg .news .news_t {
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg .news .news_t .news_title {
    background: url(../images/news_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    overflow: hidden;
    float: left;
}

.nav_bg .news .news_t .news_title h5 a {
    display: block;
    font-size: 24px;
    color: #fa3a28;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg .news .news_t .news_title h5 a i {
    font-size: 24px;
    color: #fa3a28;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg .news .news_t .news_title span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg .news .news_t .news_list {
    float: right;
    height: 33px;
    margin-top: 20px;
}

.nav_bg .news .news_t .news_list ul li {
    float: left;
    margin-left: 60px;
    background: url(../images/nav_xt1.png) no-repeat top left;
    width: 81px;
    height: 33px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .news .news_t .news_list ul li a {
    font-size: 16px;
    color: #fa3a28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 18px;
    margin-left: 15px;
}

.nav_bg .news .news_t .news_list ul li:hover {
    background: url(../images/nav_xt2.png) no-repeat top left;
}

.nav_bg .news .news_t .news_list ul li:hover a {
    color: #fa3a28;
}

.nav_bg .news .news_nr {
    margin: 35px auto 45px auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 40px 0;
}

.nav_bg .news .news_nr ul li {
    float: left;
    width: 400px;
    height: 95px;
    border-bottom: 1px solid #dddddd;
    margin: 0 16px 40px 16px;
}

.nav_bg .news .news_nr ul li .txt {
    float: left;
    width: 305px;
    text-align: left;
}

.nav_bg .news .news_nr ul li .txt a {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 30px;
    background: url(../images/nav_buttom.png) no-repeat left center;
    padding-left: 30px;
    box-sizing: content-box;
    margin-top: -5px;
}

.nav_bg .news .news_nr ul li .txt p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 30px;
    margin-top: 3px;
}

.nav_bg .news .news_nr ul li .time {
    float: right;
    width: 65px;
    height: 75px;
    background: #fa3a28;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}

.nav_bg .news .news_nr ul li .time span {
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    display: block;
    margin-top: 12px;
}

.nav_bg .news .news_nr ul li .time p {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.nav_bg .news .news_nr ul li:hover .txt a {
    color: #fa3a28;
    margin-left: 5px;

}



.nav_bg .pro {
    left: -665px;
    padding-bottom: 50px;
    box-sizing: content-box;
}

.nav_bg .pro .pro_l {
    float: left;
    width: 300px;
}


.nav_bg .pro .pro_l .pro_title {
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg .pro .pro_l .pro_title {
    background: url(../images/pro_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    overflow: hidden;
}

.nav_bg .pro .pro_l .pro_title h5 a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg .pro .pro_l .pro_title h5 a i {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg .pro .pro_l .pro_title span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg .pro .pro_l h6 {
    margin: 40px 0 25px 0;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.nav_bg .pro .pro_l p {
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 48px;
}

.nav_bg .pro .pro_l p img {
    vertical-align: middle;
    margin-right: 20px;
}

.nav_bg .pro .pro_l .zx {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #fa3a28;
    border-radius: 5px;
    margin-top: 30px;

}

.nav_bg .pro .pro_l .zx a {
    display: block;
    font-size: 14px;
    color: #fff;
    background: url(../images/nav_buttom2.png) no-repeat 25px center;
    padding-left: 40px;
    box-sizing: content-box;
}

.nav_bg .pro .pro_r_list {
    float: right;
    width: 950px;
    margin-top: 55px;
}

.nav_bg .pro .pro_r_list .hd {
    width: 950px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.nav_bg .pro .pro_r_list .hd ul li {
    float: left;
    width: 100px;
    background: url(../images/nav_xt3.png) no-repeat right center;
    padding: 0 29px;
    text-align: center;
    box-sizing: content-box;
}

.nav_bg .pro .pro_r_list .hd ul li a {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .pro .pro_r_list .hd ul li.on a {
    border-bottom: 1px solid #fa3a28;
    color: #fa3a28;

}


.nav_bg .pro .pro_r_list .bd {
    margin: 40px auto 0 auto;
}

.nav_bg .pro .pro_r_list .bd ul li {
    width: 950px;
}

.nav_bg .pro .pro_r_list .bd ul li dl {
    float: left;
    width: 300px;
    margin-right: 25px;

}

.nav_bg .pro .pro_r_list .bd ul li dl:last-child {
    margin-right: 0;
}

.nav_bg .pro .pro_r_list .bd ul li dl dt {
    width: 298px;
    height: 238px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.nav_bg .pro .pro_r_list .bd ul li dl dt img {
    width: 290px;
    height: 230px;
    border-radius: 5px;
    margin: 4px;
}

.nav_bg .pro .pro_r_list .bd ul li dl dd {
    width: 268px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: content-box;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.nav_bg .pro .pro_r_list .bd ul li dl dd h5 a {
    float: left;
    width: 200px;
    font-size: 16px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 48px;
}

.nav_bg .pro .pro_r_list .bd ul li dl dd .more {
    float: right;
    background: url(../images/nav_buttom4.png) no-repeat center;
    width: 20px;
    height: 17px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .pro .pro_r_list .bd ul li dl:hover dd {
    background: #fa3a28;
    border: 1px solid #fa3a28;
}

.nav_bg .pro .pro_r_list .bd ul li dl:hover dd h5 a {
    color: #fff;
}

.nav_bg .pro .pro_r_list .bd ul li dl:hover dd .more {
    background: url(../images/nav_buttom3.png) no-repeat center;
}



.top_bg.fixedNav {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.top_bg.fixedNav .top_con {
    width: 1300px;
    margin: 0 auto;
    height: 100px;
}

.top_bg.fixedNav .top_con .logo {
    float: left;
    margin: 0;
}

.top_bg.fixedNav .top_con .logo img {
    margin: 5px 0 0 0;
}

.top_bg.fixedNav .nav_bg {
    width: 1000px;
    height: 110px;
    position: relative;
    z-index: 9;
    box-sizing: content-box;
    float: right;
    margin-top: 0;
}

.top_bg.fixedNav .nav_bg .menu {
    position: relative;
    width: 1000px;
    height: 110px;
    margin: 0 auto;
}

.top_bg.fixedNav .nav_bg .menu>ul>li {
    float: left;
    box-sizing: content-box;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 0;
    background: none;
}


.top_bg.fixedNav .nav_bg .menu>ul>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    box-sizing: content-box;
    padding-left: 0;

}


.top_bg.fixedNav .nav_bg .menu>ul>li::after {
    position: absolute;
    left: 0px;
    bottom: 10px;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(../images/top_buttom1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.top_bg.fixedNav .nav_bg .menu>ul>li:hover>a {
    color: #fa3a28;
    font-weight: bold;
}



.top_bg.fixedNav .nav_bg .menu>ul>li:hover::after {
    height: 16px;
}


.top_bg.fixedNav .nav_bg .menu>ul>li.another>a {
    color: #fa3a28;
    font-size: 18px;
}


.top_bg.fixedNav .nav_bg .menu>ul>li.another::after {
    height: 16px;
}

.top_bg.fixedNav .sec {
    display: block;
}




/*nytop*/

.top_bg.ny {
    width: 100%;
    margin: 0 auto;
    height: 110px;
    position: relative;
    z-index: 9;
    background: #fff;
    box-sizing: content-box;
}

.top_bg.ny .top_con {
    width: 1300px;
    margin: 0 auto;
    height: 110px;
}

.top_bg.ny .top_con .logo {
    float: left;

}

.top_bg.ny .top_con .logo img {
    display: block;
    width: 200px;
    height: auto;
    margin: 33px 0 0 0;
}


/*导航*/

.nav_bg.ny {
    width: 1000px;
    height: 110px;
    position: relative;
    z-index: 9;
    box-sizing: content-box;
    float: right;
}

.nav_bg.ny .menu {
    position: relative;
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    float: left;
}

.nav_bg.ny .menu>ul>li {
    float: left;
    box-sizing: content-box;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: none;
    margin-bottom: 0;
}


.nav_bg.ny .menu>ul>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    box-sizing: content-box;
    padding-left: 0;

}


.nav_bg.ny .menu>ul>li::after {
    position: absolute;
    left: 0px;
    bottom: 10px;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(../images/top_buttom11.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nav_bg.ny .menu>ul>li:hover>a {
    color: #fa3a28;
    font-weight: bold;
}



.nav_bg.ny .menu>ul>li:hover::after {
    height: 16px;
}


.nav_bg.ny .menu>ul>li.another>a {
    color: #fa3a28;
    font-weight: bold;
}


.nav_bg.ny .menu>ul>li.another::after {
    height: 16px;
}


.nav_bg.ny .sec {
    position: absolute;
    left: -890px;
    top: 110%;
    background: #f8f8f8;
    width: 1300px;
    border-radius: 5px;
    padding: 0 30px;
    box-sizing: content-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg.ny .sec .ab_t {
    background: url(../images/ab_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg.ny .sec .ab_t h5 a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg.ny .sec .ab_t h5 a i {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg.ny .sec .ab_t span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg.ny .sec .ab_list {
    height: 240px;
    margin: 65px auto 50px auto;
}

.nav_bg.ny .sec .ab_list ul li {
    float: left;
    width: 375px;
    height: 240px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 35px;
}

.nav_bg.ny .sec .ab_list ul li:last-child {
    margin-right: 0;
}

.nav_bg.ny .sec .ab_list ul li .ab_l {
    float: left;
    width: 245px;
    position: relative;
}

.nav_bg.ny .sec .ab_list ul li .ab_l .pic {
    width: 270px;
    height: 170px;
    margin-top: -25px;
    margin-left: -28px;
    position: relative;
}

.nav_bg.ny .sec .ab_list ul li .ab_l .pic img {
    width: 270px;
    height: 170px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.nav_bg.ny .sec .ab_list ul li .ab_l .txt {
    margin: 25px 0 0 35px;
}

.nav_bg.ny .sec .ab_list ul li .ab_l .txt a {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #fa3a28;
    font-weight: bold;
    line-height: 28px;
}

.nav_bg.ny .sec .ab_list ul li .ab_l .txt a i {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.nav_bg.ny .sec .ab_list ul li .more {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    position: relative;
}

.nav_bg.ny .sec .ab_list ul li .more a {
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

}

.nav_bg.ny .sec .ab_list ul li:hover .more a {
    color: #fa3a28;
}

.nav_bg.ny .sec .ab_list ul li .more::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 65px;
    width: 1px;
    height: 110px;
    background: #dedede;
}


.drop-down:hover .sec {
    top: 100%;
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}


.nav_bg.ny .news {
    left: -900px;
}

.nav_bg.ny .news .news_t {
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg.ny .news .news_t .news_title {
    background: url(../images/news_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    overflow: hidden;
    float: left;
}

.nav_bg.ny .news .news_t .news_title h5 a {
    display: block;
    font-size: 24px;
    color: #fa3a28;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg.ny .news .news_t .news_title h5 a i {
    font-size: 24px;
    color: #fa3a28;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg.ny .news .news_t .news_title span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg.ny .news .news_t .news_list {
    float: right;
    height: 33px;
    margin-top: 20px;
}

.nav_bg.ny .news .news_t .news_list ul li {
    float: left;
    margin-left: 60px;
    background: url(../images/nav_xt1.png) no-repeat top left;
    width: 81px;
    height: 33px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg.ny .news .news_t .news_list ul li a {
    font-size: 16px;
    color: #fa3a28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 18px;
    margin-left: 15px;
}

.nav_bg.ny .news .news_t .news_list ul li:hover {
    background: url(../images/nav_xt2.png) no-repeat top left;
}

.nav_bg.ny .news .news_t .news_list ul li:hover a {
    color: #fa3a28;
}

.nav_bg.ny .news .news_nr {
    margin: 35px auto 45px auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 40px 0;
}

.nav_bg.ny .news .news_nr ul li {
    float: left;
    width: 400px;
    height: 95px;
    border-bottom: 1px solid #dddddd;
    margin: 0 16px 40px 16px;
}

.nav_bg.ny .news .news_nr ul li .txt {
    float: left;
    width: 305px;
    text-align: left;
}

.nav_bg.ny .news .news_nr ul li .txt a {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 30px;
    background: url(../images/nav_buttom.png) no-repeat left center;
    padding-left: 30px;
    box-sizing: content-box;
    margin-top: -5px;
}

.nav_bg.ny .news .news_nr ul li .txt p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 30px;
    margin-top: 3px;
}

.nav_bg.ny .news .news_nr ul li .time {
    float: right;
    width: 65px;
    height: 75px;
    background: #fa3a28;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}

.nav_bg.ny .news .news_nr ul li .time span {
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    display: block;
    margin-top: 12px;
}

.nav_bg.ny .news .news_nr ul li .time p {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.nav_bg.ny .news .news_nr ul li:hover .txt a {
    color: #fa3a28;
    margin-left: 5px;

}



.nav_bg.ny .pro {
    left: -690px;
    padding-bottom: 50px;
    box-sizing: content-box;
}

.nav_bg.ny .pro .pro_l {
    float: left;
    width: 300px;
}


.nav_bg.ny .pro .pro_l .pro_title {
    margin-top: 55px;
    overflow: hidden;
}

.nav_bg.ny .pro .pro_l .pro_title {
    background: url(../images/pro_title.png) no-repeat top left;
    width: 298px;
    height: 55px;
    overflow: hidden;
}

.nav_bg.ny .pro .pro_l .pro_title h5 a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-left: 75px;
}

.nav_bg.ny .pro .pro_l .pro_title h5 a i {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 25px;
}

.nav_bg.ny .pro .pro_l .pro_title span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
}

.nav_bg.ny .pro .pro_l h6 {
    margin: 40px 0 25px 0;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.nav_bg.ny .pro .pro_l p {
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 48px;
}

.nav_bg.ny .pro .pro_l p img {
    vertical-align: middle;
    margin-right: 20px;
}

.nav_bg.ny .pro .pro_l .zx {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #fa3a28;
    border-radius: 5px;
    margin-top: 30px;

}

.nav_bg.ny .pro .pro_l .zx a {
    display: block;
    font-size: 14px;
    color: #fff;
    background: url(../images/nav_buttom2.png) no-repeat 25px center;
    padding-left: 40px;
    box-sizing: content-box;
}

.nav_bg.ny .pro .pro_r_list {
    float: right;
    width: 950px;
    margin-top: 55px;
}

.nav_bg.ny .pro .pro_r_list .hd {
    width: 950px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.nav_bg.ny .pro .pro_r_list .hd ul li {
    float: left;
    width: 100px;
    background: url(../images/nav_xt3.png) no-repeat right center;
    padding: 0 29px;
    text-align: center;
    box-sizing: content-box;
}

.nav_bg.ny .pro .pro_r_list .hd ul li a {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg.ny .pro .pro_r_list .hd ul li.on a {
    border-bottom: 1px solid #fa3a28;
    color: #fa3a28;

}


.nav_bg.ny .pro .pro_r_list .bd {
    margin: 40px auto 0 auto;
}

.nav_bg.ny .pro .pro_r_list .bd ul li {
    width: 950px;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl {
    float: left;
    width: 300px;
    margin-right: 25px;

}

.nav_bg.ny .pro .pro_r_list .bd ul li dl:last-child {
    margin-right: 0;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl dt {
    width: 298px;
    height: 238px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl dt img {
    width: 290px;
    height: 230px;
    border-radius: 5px;
    margin: 4px;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl dd {
    width: 268px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: content-box;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl dd h5 a {
    float: left;
    width: 200px;
    font-size: 16px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 48px;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl dd .more {
    float: right;
    background: url(../images/nav_buttom4.png) no-repeat center;
    width: 20px;
    height: 17px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl:hover dd {
    background: #fa3a28;
    border: 1px solid #fa3a28;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl:hover dd h5 a {
    color: #fff;
}

.nav_bg.ny .pro .pro_r_list .bd ul li dl:hover dd .more {
    background: url(../images/nav_buttom3.png) no-repeat center;
}

.fixedNav {
    margin: 0 auto;
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}



/*top_header*/

.top_header {
    width: 100%;
    height: 920px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0px;
}

.top_header .nav__trigger {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: #fff url(../images/menubtnac.png) no-repeat center;
    display: block;
    z-index: 99;
    opacity: 0.7;
}


.top_header .top_list {
    position: absolute;
    left: 0;
    top: 0px;
    height: 920px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nav_active .nav__trigger {
    background: #fff url(../images/forkac.png) no-repeat center;
}

.top_header.nav_active .top_list {
    opacity: 1;
    z-index: 19;
}

.top_header .top_list::after{
    position: absolute;
    top: 0px;
    left: 0%;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff url(../images/top_bg.jpg) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.top_header.nav_active .top_list::after{
   opacity: 1;
}

.top_header .top_list .swiper-slide {
    border-right: 1px solid #f0f0f0;
    background: rgba(255, 255, 255, 0.7);
    height: 920px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    position: relative;
    opacity: 0;
    -webkit-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    transition-property: opacity, top;
}

.top_header .top_list .swiper-slide span {
    display: block;
    font-size: 88px;
    line-height: 88px;
    color: #fa3a28;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.top_header .top_list .swiper-slide em {
    content: '';
    display: block;
    width: 1px;
    height: 62px;
    background: #fa3a28;
    margin: 130px auto 80px auto;
    opacity: 0;
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_header .top_list .swiper-slide:hover{
    background: rgba(255, 255, 255, 0);

}


.top_header .top_list .swiper-slide h5 a {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 24px;
    color: #545454;
    line-height: 28px;
    margin: 57px 0 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.top_header .top_list .swiper-slide p {
    height: 30px;
    line-height: 30px;

}

.top_header .top_list .swiper-slide p a {
    color: #9a9a9a;
    font-size: 14px;
}

.top_header .top_list .swiper-slide:hover em {
    opacity: 1;
    margin: 100px auto 80px auto;
}

.top_header .top_list .swiper-slide:hover h5 a {
    color: #fff;
}

.top_header .top_list .swiper-slide:hover p a {
    color: #fff;
}

.top_header .top_list .swiper-slide:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.top_header .top_list .swiper-slide:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.top_header .top_list .swiper-slide:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.top_header .top_list .swiper-slide:nth-child(4) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.top_header .top_list .swiper-slide:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.top_header .top_list .swiper-slide:nth-child(6) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.top_header .top_list .swiper-slide:nth-child(7) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.top_header .top_list .swiper-slide:nth-child(8) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}


.top_header.nav_active .top_list .swiper-slide{
    opacity: 1;
}

/*footer*/

.footer_bg {
    width: 100%;
    height: 739px;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat center;
}


.footer_bg .footer {
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: content-box;
}

.footer_bg .footer .f_top {
    height: 290px;
}

.footer_bg .footer .f_top .ewm {
    float: left;
    background: url(../images/ewm_bg.png) no-repeat center;
    width: 144px;
    height: 144px;
    margin-top: 20px;
}

.footer_bg .footer .f_top .ewm img {
    width: 100px;
    height: 100px;
    margin: 22px;

}

.footer_bg .footer .f_top .f_fl {
    float: right;
    width: 920px;
}

.footer_bg .footer .f_top .f_fl dl {
    float: left;
    width: 170px;
    margin-right: 80px;

}

.footer_bg .footer .f_top .f_fl dl:last-child {
    margin-right: 0;
}

.footer_bg .footer .f_top .f_fl dl dt {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/f_xt.png) no-repeat left bottom;
    height: 35px;
    margin-bottom: 20px;
}

.footer_bg .footer .f_top .f_fl dl dd a {
    font-size: 16px;
    color: #999999;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer_bg .footer .f_top .f_fl dl dd a:hover {
    color: #fff;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.footer_bg .footer .message {
    height: 320px;

}

.footer_bg .footer .message .m_l {
    float: left;
    width: 340px;
}

.footer_bg .footer .message .m_l ul li {
    line-height: 45px;
    overflow: hidden;
    margin-bottom: 40px;

}

.footer_bg .footer .message .m_l ul li img {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.footer_bg .footer .message .m_l p {
    width: 275px;
    font-size: 16px;
    color: #cbcbcb;
    float: left;

}

.footer_bg .footer .message .m_l p i {
    font-size: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_bg .footer .message .m_l p em {
    display: block;
    font-size: 16px;
    color: #cbcbcb;
    line-height: 25px;
}

.footer_bg .footer .message .m_r {
    float: right;
    width: 920px;
}

.footer_bg .footer .message .m_r .m_t {
    font-size: 18px;
    color: #ffffff;

}

.footer_bg .footer .message .m_r .m_nr {
    margin-top: 30px;
    margin-bottom: 38px;
    height: 56px;
}

.footer_bg .footer .message .m_r .form-group1 {
    float: left;
    width: 261px;
    height: 55px;
    border-bottom: 1px solid #585858;

}

.footer_bg .footer .message .m_r .form-group1 input {
    width: 261px;
    height: 55px;
    background: url(../images/m1.png) no-repeat left center;
    font-size: 15px;
    color: #999999;
    text-indent: 25px;
}

.footer_bg .footer .message .m_r .form-group2 {
    float: left;
    width: 261px;
    height: 55px;
    border-bottom: 1px solid #585858;
    margin-left: 60px;

}

.footer_bg .footer .message .m_r .form-group2 input {
    width: 261px;
    height: 55px;
    background: url(../images/m2.png) no-repeat left center;
    font-size: 15px;
    color: #999999;
    text-indent: 25px;
}

.footer_bg .footer .message .m_r .form-group4 {
    float: right;
    width: 261px;
    height: 55px;
    border-bottom: 1px solid #585858;

}

.footer_bg .footer .message .m_r .form-group4 input {
    width: 161px;
    height: 55px;
    background: none;
    font-size: 15px;
    color: #999999;
    text-indent: 10px;
    float: left;
}

.footer_bg .footer .message .m_r .imgcode {
    float: right;
    width: 72px;
    height: 39px;
    margin: 8px 0 0 0;
}


.footer_bg .footer .message .m_r .form-group3 {
    float: left;
    width: 785px;
    height: 45px;
    border-bottom: 1px solid #585858;

}

.footer_bg .footer .message .m_r .form-group3 textarea {
    width: 760px;
    height: 35px;
    background: url(../images/m3.png) no-repeat left center;
    font-size: 15px;
    color: #999999;
    padding: 10px 0 0 25px;
}

.footer_bg .footer .message .m_r .anniu {
    width: 94px;
    height: 46px;
    float: right;

}

.footer_bg .footer .message .m_r .anniu button {
    cursor: pointer;
    border: none;
    width: 94px;
    height: 46px;
    background: #fa3a28;
    font-size: 16px;
    color: #fff;
}



.footer_bg .footer .end {
    font-size: 15px;
    color: #999999;
}

.footer_bg .footer .end a {
    font-size: 15px;
    color: #999999;

}

.footer_bg .footer .end img {
    vertical-align: middle;
}