@charset "utf-8";

/* CSS Document */

body {
    font-size: 14px;
    color: #21282e;
    font-family: 微软雅黑;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #21282e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: 0;
}

.box1 {
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.box {
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}

p {
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

a:hover {
    color: #de910f;
}


/* header */


/*banner*/

.banner .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 16%;
    bottom: 15px;
    z-index: 1;
}

.banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .slideBox .hd ul li {
    float: left;
    margin-right: 9px;
    width: 12px;
    height: 12px;
    line-height: 99px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.banner .slideBox .hd ul li.on {
    background: #de910f;
    color: #fff;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .slideBox .bd img {
    width: 100%;
    display: block;
}

.banner .slideBox .prev,
.banner .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .slideBox .prevStop {
    display: none;
}

.banner .slideBox .nextStop {
    display: none;
}


/*导航*/

.ui-header {
    height: 95px;
    width: 100%;
    z-index: 10001;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ui-header-box {
    width: 1300px;
    margin: auto;
}

.ui-header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 397px;
    height: 85px;
    margin-top: 10px;
    float: left;
}

.ui-header-logo img {
    width: 397px;
    display: block;
    border: none;
    height: 85px;
}

.nav {
    height: 95px;
    line-height: 93px;
    position: relative;
    z-index: 1;
    float: right;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
}

.nav .nLi h3:hover a {
    border-bottom: 2px solid #de910f;
}

#sy {
    border-bottom: none;
}

#gyhy {
    left: -876px;
}

#gyhy li {
    padding-left: 206px;
}

#xwzx {
    left: -979px;
}

#xwzx li {
    padding-left: 717px;
}

#cpzx {
    left: -1083px;
}

#cpzx li {
    padding-left: 649px;
}

#yxwl {
    left: -1186px;
}

#yxwl li {
    padding-left: 1186px;
}

#gcyj {
    left: -1290px;
}

#gcyj li {
    padding-left: 1290px;
}

#rlzy {
    left: -1394px;
}

#rlzy li {
    padding-left: 1348px;
}

#lxwm {
    left: -1498px;
}

#lxwm li {
    padding-left: 1498px;
}

.nLi li {
    width: 765px;
    margin: auto;
}

.nLi li a {
    float: left;
    font-size: 16px;
    padding: 0 20px;
    line-height: 60px;
}

.nav .sub {
    display: none;
    width: 1904px;
    left: 0;
    top: 95px;
    position: absolute;
    line-height: 26px;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.nav .sub a {
    display: block;
}

.nav .sub a:hover {
    color: #de910f;
}

.nav .nLi.on {
    border-bottom: 2px solid #de910f;
}

.fixed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
}

.fixed .ui-header-logo img {
    width: 360px;
    height: 77px;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;*/
}

.huadong .mouse {
    width: 31px;
    height: 50px;
    background: url(../images/mouse.png);
    cursor: pointer;
    margin-top: 20px;
    float: right;
}

.huadong .mouse .ball {
    position: relative;
    width: 6px;
    height: 6px;
    left: 6%;
    margin-left: 11px;
    top: 10px;
    display: block;
    background: url(../images/mouse2.png);
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.huadong {
    width: 1200px;
    margin: auto;
    position: relative;
    top: -85px;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        top: 35px;
        opacity: 0;
    }
}

.product .titer {
    width: 1300px;
    margin: auto;
}

.product {
    position: relative;
    width: 100%;
}

.product h2 {
    text-align: center;
    font-weight: normal;
    line-height: 120px;
    font-size: 36px;
    color: #222;
}

.pro_bj {
    background: url(../images/sycp.jpg) no-repeat;
    height: 743px;
}

.pro_box {
    width: 1300px;
    margin: auto;
}

.pro_box .slideTxtBox .hd {
    height: 45px;
    line-height: 45px;
    width: 600px;
    float: right;
    position: relative;
}

.pro_box .slideTxtBox .hd ul {
    float: left;
    position: absolute;
}

.pro_box .slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    color: #666;
    height: 45px;
    text-align: center;
    background: #fff;
    margin-right: 10px;
}

.pro_box .slideTxtBox .hd ul li.on {
    height: 45px;
    background: #de910f;
    color: #fff;
}

.pro_box .slideTxtBox .bd ul {}

.pro_box li {
    margin-top: 200px;
}

.pro_box li .tpk {
    float: left;
    width: 560px;
}

.pro_box li .tpk img {
    width: 100%;
}

.pro_box li .tjname {
    float: right;
    width: 600px;
    margin-top: 100px;
}

.pro_box li .tjname span {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
}

.pro_box li .tjname p {
    color: #fff;
    font-size: 16px;
}

.pro_box li .tjname .more {
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    margin-top: 70px;
    line-height: 50px;
    padding-left: 12px;
    color: #fff;
}

.pro_box li .tjname .more e {
    float: right;
    padding-right: 12px;
    font-family: 宋体;
    font-size: 24px;
}

.pro_box li .tjname .more:hover {
    border: 2px solid #de910f;
    color: #de910f;
}

.pro_box li .tjname .more e:hover {
    color: #fff;
}

.s_news {
    width: 1300px;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.s_news .titer {
    text-align: center;
}

.s_news .titer h2 {
    font-size: 36px;
    color: #222;
    line-height: 60px;
    font-weight: normal;
}

.s_news .titer p {
    color: #666;
}

.news_one {
    margin-top: 50px;
}

.news_one li .tk {
    width: 50%;
    float: left;
}

.news_one li .tk img {
    width: 100%;
}

.news_one li .xwbj {
    float: right;
    width: 42%;
    background: #de910f;
    padding: 4%;
}

.news_one li span {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.news_one li h4 {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}

.news_one li:hover h4 {
    font-weight: bold;
}

.news_one li p {
    font-size: 16px;
    color: #fff;
}

.news_one li e {
    font-size: 24px;
    font-family: 宋体;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 23px;
}

.news_next li {
    width: 28%;
    float: left;
    padding-top: 5px;
    margin: 34px;
}

.news_next li .time {
    float: left;
    margin-right: 25px;
}

.news_next li .time .time_left {
    font-size: 24px;
    font-family: 宋体;
    font-weight: bold;
    color: #666;
    float: left;
}

.news_next li:hover .time .time_left {
    color: #de910f;
}

.news_next li .time b {
    font-family: 宋体;
    font-size: 48px;
    font-weight: lighter;
    color: #666;
}

.news_next li:hover .time b {
    color: #de910f;
}

.news_next li .time .time_right {
    font-size: 60px;
    font-family: 宋体;
    font-weight: bold;
    color: #666;
    float: right;
}

.news_next li:hover .time .time_right {
    color: #de910f;
}

.news_next li h4 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: normal;
}

.news_next li:hover h4 {
    color: #de910f;
}

.news_next li e {
    font-size: 24px;
    font-family: 宋体;
    color: #666;
    font-weight: bold;
    display: block;
    margin-top: 23px;
    text-align: center;
}

.news_next li:hover e {
    color: #de910f;
}

.s_about {
    position: relative;
    background: url(../images/about.jpg) no-repeat;
    height: 675px;
    margin-top: 25px;
}

.about_box {
    width: 1300px;
    margin: auto;
}

.about_box .titer {
    padding-top: 50px;
}

.about_box .titer_left {
    float: left;
}

.about_box .titer .more {
    float: right;
}

.about_box .titer_left h2 {
    font-size: 36px;
    color: #222;
    line-height: 60px;
    font-weight: normal;
}

.about_box .titer_left p {
    color: #666;
}

.about_box .more e {
    font-size: 24px;
    font-family: 宋体;
    color: #666;
    font-weight: bold;
    display: block;
    float: right;
}

.about_box .more:hover a {
    color: #de910f;
}

.about_box .more:hover e {
    color: #de910f;
}

.about_box .more a {
    color: #666;
    line-height: 30px;
    margin-right: 10px;
}

.about_box .more {
    margin-top: 55px;
}

.product-num-box li #count-number {
    font-size: 65px;
    font-family: impact;
    color: #333;
}

.product-num-box li {
    width: 24%;
    float: left;
    margin-right: 3%;
}

.product-num-box li .img {
    float: left;
    margin-right: 20px;
}

.product-num-box li e {
    font-size: 24px;
    color: #333;
    top: -50px;
    position: relative;
    right: -10px;
}

.product-num-box li p {
    font-size: 16px;
    color: #666;
    margin-left: 70px;
    line-height: 50px;
}

.product-num-box .ygrs {
    float: right;
    margin-right: 0;
    width: 18%;
}

.product-num-box {
    margin-top: 50px;
}

.about_lm li {
    float: left;
    width: 32%;
    margin: 8px;
}

.about_lm li img {
    width: 100%;
}

.about_lm li h4 {
    background: #fff;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #333;
}

.about_lm li:hover h4 {
    color: #de910f;
}

.about_lm li .titer {
    height: 50px;
    overflow: hidden;
    margin-top: -104px;
    position: relative;
}

.about_lm {
    margin-top: 30px;
}

.footer {
    background: #383a3f;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_box {
    width: 1300px;
    margin: auto;
}

.footer_box li {
    width: 11%;
    float: left;
}

.footer_box li h4 {
    font-size: 16px;
    font-weight: normal;
    color: #de910f;
    margin-bottom: 20px;
}

.footer_box li p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.footer_box li p a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.footer_box li p a:hover {
    color: #de910f;
}

.footer_box .ewm {
    float: right !important;
    width: 118px !important;
}

.footer_box .lxwm {
    width: 252px !important;
    margin-right: 70px !important;
}

.db {
    background: #2e3033;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.6);
}

.db_left {
    float: left;
}

.db_right {
    float: right;
}

.db_box {
    width: 1300px;
    margin: auto;
}

.db a {
    color: rgba(255, 255, 255, 0.6);
}

.db a:hover {
    color: #de910f;
}

@media screen and (min-width:1250px) and (max-width:1300px) {
    .xban {
        background-position: center 0;
        background-attachment: fixed;
        padding-top: 80px;
        background-size: 100% !important;
        min-height: 211px !important;
    }
    .ui-header-box {
        width: 1200px;
    }
    .nav .nLi h3 a {
        padding: 0 15px;
    }
    .pro_box {
        width: 1200px;
    }
    .s_news {
        width: 1200px;
    }
    .news_one li span {
        line-height: 33px;
    }
    .news_next li {
        margin: 32px;
    }
    .about_box {
        width: 1200px;
    }
    .footer_box {
        width: 1200px;
    }
    .footer_box .lxwm {
        margin-right: 38px !important;
    }
    .db_box {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
    .xban {
        background-position: center 0;
        background-attachment: fixed;
        padding-top: 80px;
        background-size: 100% !important;
        min-height: 223px !important;
    }
}

@media screen and (min-width:1401px) and (max-width:1450px) {
    .xban {
        background-position: center 0;
        background-attachment: fixed;
        padding-top: 80px;
        background-size: 100% !important;
        min-height: 247px !important;
    }
}

@media screen and (min-width:1451px) and (max-width:1680px) {
    .xban {
        background-position: center 0;
        background-attachment: fixed;
        padding-top: 80px;
        background-size: 100% !important;
        min-height: 259px !important;
    }
}


/*  内页关于我们 */

.xban {
    background-position: center 0;
    background-attachment: fixed;
    padding-top: 80px;
}

.n_menu {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -60px;
    height: 60px;
}

.menu_box {
    width: 1200px;
    margin: auto;
}

.menu_box .titer {
    width: 180px;
    float: left;
    height: 60px;
    background: #de910f;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}

.menu_box .dh {
    float: left;
    float: right;
}

.news_n {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
}

.news_o li .tk {
    width: 649px;
    height: 320px;
    float: left;
    overflow: hidden;
}

.news_o li .xwbj {
    float: right;
    width: 455px;
    background: #de910f;
    padding: 4%;
    height: 224px;
}

.news_o li .tk img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news_o li .tk img {
    width: 100%;
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
}

.news_o li span {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.news_o li h4 {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}

.news_o li:hover h4 {
    font-weight: bold;
}

.news_o li p {
    font-size: 16px;
    color: #fff;
}

.news_o li e {
    font-size: 24px;
    font-family: 宋体;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 23px;
}

.news_t ul {
    margin-top: 40px;
}

.news_t li {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}

.news_t li .time {
    float: left;
    margin-right: 25px;
    margin-top: 15px;
}

.news_t li .xwzj {
    float: left;
    width: 977px;
}

.news_t li .xwzj p {
    color: #666;
    line-height: 26px;
    margin-top: 10px;
}

.news_t li .time .time_left {
    font-size: 24px;
    font-family: 宋体;
    font-weight: bold;
    color: #666;
    float: left;
}

.news_t li .time b {
    font-family: 宋体;
    font-size: 48px;
    font-weight: lighter;
    color: #666;
}

.news_t li .time .time_right {
    font-size: 60px;
    font-family: 宋体;
    font-weight: bold;
    color: #666;
    float: right;
}

.news_t li h4 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: normal;
}

.news_t li:hover h4 {
    color: #de910f;
    font-weight: bold;
}

.news_t li e {
    font-size: 24px;
    font-family: 宋体;
    color: #666;
    font-weight: bold;
    display: block;
    margin-top: 32px;
    text-align: center;
    float: right;
}

.con_n {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
}

.con_left {
    width: 500px;
    float: left;
}

.con_right {
    float: right;
    width: 700px;
}

.con_left h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
}

.con_left .xtb {
    width: 30px;
    float: left;
    line-height: 50px;
    margin-top: 20px;
}

.con_left .neiyelianxi {
    float: right;
    padding-top: 12px;
    width: 457px;
}

.con_left .neiyelianxi p {
    font-size: 18px;
    color: #666;
    line-height: 50px;
}

.con_left .neiyelianxi p a {
    color: #666;
}

.con_left .neiyelianxi p a:hover {
    color: #de910f;
}

.mess h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
}

.mess {
    width: 1200px;
    margin: auto;
    border-top: 1px solid #eee;
    margin-top: 45px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.mess p {
    color: #666;
    margin-bottom: 40px;
}

.nyjj {
    background: url(../images/nyjj.jpg) no-repeat;
    height: 660px;
}

.nyjj_box {
    width: 1200px;
    margin: auto;
    padding-top: 100px;
}

.nyjj_box .year {
    font-size: 120px;
    color: #f1f1f1;
    font-family: impact;
}

.nyjj_box .year span {
    color: #f9f9f9;
    font-family: impact;
    font-size: 120px;
    padding-right: 30px;
}

.nyjj_box h2 {
    font-size: 32px;
    font-weight: normal;
    position: relative;
    top: -59px;
}

.nyjj_nr {
    width: 550px;
    float: left;
    margin-top: -20px;
}

.nyjj_nr p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.nyjj_box .more a {
    width: 176px;
    height: 26px;
    border: 2px solid #ccc;
    margin-top: 70px;
    line-height: 26px;
    display: block;
    padding: 10px;
    color: #666;
}

.nyjj_box .more e {
    float: right;
    font-family: 宋体;
    font-size: 24px;
}

.nyjj_box .more a:hover {
    color: #de910f;
    border: 2px solid #de910f;
    display: block;
}

.nyjj_right {
    float: right;
    width: 610px;
}

.nyzc_box {
    width: 1200px;
    margin: auto;
    padding-top: 70px;
}

.nyzc {
    background-position: center 0;
    background-attachment: fixed;
}

.nyzc_left h2 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
}

.nyzc_nr {
    width: 550px;
    float: left;
    padding-top: 20px;
}

.nyzc_nr p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.nyzc_nr .more a {
    width: 176px;
    height: 26px;
    border: 2px solid #de910f;
    margin-top: 70px;
    line-height: 26px;
    display: block;
    padding: 10px;
    color: #de910f;
}

.nyzc_nr .more:hover a {
    width: 176px;
    height: 26px;
    border: 2px solid #fff;
    margin-top: 70px;
    line-height: 26px;
    display: block;
    padding: 10px;
    color: #fff;
}

.nyzc_nr .more e {
    float: right;
    font-family: 宋体;
    font-size: 24px;
    color: #de910f;
}

.nyzc_nr .more:hover e {
    color: #fff;
}

.other {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.other li {
    width: 26%;
    float: left;
    margin: 10px;
    padding: 30px;
    margin-right: 27px;
}

.other li:hover {
    background: #f9f9f9;
}

.other .cm {
    margin-right: 0;
    float: right;
}

.other li h2 {
    font-size: 32px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}

.other li p {
    color: #666;
    margin-bottom: 20px;
}

.other li:hover h2 {
    color: #de910f;
}

.zpk {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    min-height: 200px;
    margin-bottom: 60px;
}

.zpk p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.n_ry {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.n_ry ul li {
    width: 285px;
    float: left;
    border: 1px solid #eee;
    padding: 1px;
    margin: 5px;
}

.n_ry ul li img {
    width: 100%;
}

.n_rysm {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.n_rysm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    padding-top: 60px;
    padding-bottom: 20px;
}

.n_rysm p {
    color: #666;
    width: 900px;
    margin: auto;
    text-align: center;
}

.n_rysm .huadong {
    width: 60px;
    margin: auto;
    top: 0px;
}

.n_rysm .huadong .mouse {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-top: 20px;
    float: right;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: none;
}

.n_rysm .huadong .mouse .ball {
    position: relative;
    width: 20px;
    height: 10px;
    left: 0;
    margin-left: 0;
    margin: auto;
    top: 10px;
    display: block;
    background: url(../images/img5-5.png);
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.page_location {
    line-height: 60px;
    color: #666;
    float: left;
}

.page_location a {
    color: #666;
}

.page_location a:hover {
    color: #de910f;
}

.lm_box {
    border-bottom: 1px solid #eee;
}

.wrap-menu {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.wrap-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrap-menu ul li {
    display: inline-block;
    margin: 0;
    width: 140px;
    text-align: center;
}


/*.wrap-menu ul li .select {
	background: #a44c20;
	color: #fff;
}*/

.wrap-menu ul li h5 {
    cursor: pointer;
    height: 100%;
    width: 100%;
    font: 16px/58px '微软雅黑';
    color: #333;
    /*border-right: 1px solid #ddd;*/
}

.wrap-menu ul li h5:hover {
    cursor: pointer;
    height: 100%;
    width: 100%;
    font: 16px/58px '微软雅黑';
    color: #fff;
    /*background: #de910f;*/
}

.wrap-menu ul li h5 a {
    display: block;
    /*--color: #fff;
 --hover: #de910f;
	-webkit-transition: 0.5s;
	transition: 0.5s;*/
}

.wrap-menu ul li h5 a:hover {
    color: #de910f;
    border-bottom: 1px solid #de910f;
    /*display: block;
	/*background: #de910f;*/
    /*box-shadow: inset 9em 0 0 0 var(--hover);
	border-color: var(--hover);
	color: #fff;*/
}

.wrap-menu ul li .select a {
    color: #de910f;
    border-bottom: 1px solid #de910f;
}

.wrap-menu ul li .select a:hover {
    color: #de910f;
    /*background: #de910f;*/
    border-bottom: 1px solid #de910f;
}


/*  页码 */

.pages {
    margin: 25px 0 40px;
    text-align: center;
    font-size: 14px;
}

.pages .page-active {
    background: #de910f;
    border: 1px solid #de910f;
    text-decoration: none;
}

.pages .page-active a {
    color: #fff;
}

.pages li a {
    text-align: center;
    color: #333;
    padding: 0 13px;
}

.pages li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 6px;
}


/*  内页新闻 */

.pageNewsD td {
    line-height: 40px !important;
    font-size: 16px;
    color: #666;
}

.pageNewsD p {
    line-height: 32px !important;
    font-size: 16px;
    color: #666;
}

.pageNewsT {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}

.pageNewsC {
    font-size: 14px;
    color: #999;
    line-height: 40px;
    text-align: center;
    border-bottom: dashed 1px #ccc;
}

.pageNewsk {
    border-bottom: dashed 1px #eee;
    margin-bottom: 30px;
}

.pages1 {
    width: 100%;
    margin: 30px auto;
}

.pages1_l {
    float: left;
    width: 48%;
    height: 40px;
    background: #f9f9f9;
    padding-left: 12px;
}

.pages1_l a {
    line-height: 40px;
    color: #666;
    display: block;
}

.pages1_l a:hover {
    line-height: 40px;
    color: #de910f;
    display: block;
}

.pages1_r {
    float: left;
    width: 49%;
    height: 40px;
    text-align: right;
    background: #eee;
    padding-right: 12px;
}

.pages1_r a {
    line-height: 40px;
    color: #666;
    display: block;
}

.pages1_r a:hover {
    line-height: 40px;
    color: #de910f;
    display: block;
}

.nr p {
    color: #fff;
}

.right {
    float: right;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 2%;
}

.right div {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-bottom: 3%;
    margin-left: 1%;
}

.right div input {
    display: block;
    background: #eee;
    width: 100%;
    line-height: 3em;
    border: 0;
    padding-left: 1em;
    height: 3em;
    font-size: 14px;
}

.right label {}

.right #Textbox-1 {}

.right #TJ5,
.page-contact .right #TJ6 {
    width: 47%;
    height: 3em;
    border: 0;
    background: #eee;
    color: #999;
    margin-bottom: 5%;
    margin-right: 2.5%;
    padding-left: 1em;
}

.right option {}

.right #TJ7 {
    border: 0;
    display: block;
    width: 96%;
    margin-bottom: 4%;
    height: 180px;
    font-size: 14px;
    padding-left: 1em;
    background: #eee;
    line-height: 2em;
    font-family: weiruan;
    margin-left: 1%;
}

.right #button1 {
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    margin-right: 5%;
    border: 0;
    font-family: 微软雅黑;
    background: #eee;
    margin-left: 34%;
}

.right #button2 {
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    border: 0;
    font-family: 微软雅黑;
    background: #eee;
}

.right #button1:hover {
    background: #de910f;
    color: #fff;
}

.right #button2:hover {
    background: #de910f;
    color: #fff;
}

.con ul li {
    width: 390px;
    height: 442px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 5px;
}

.con ul li img {
    width: 100%;
}

.txt {
    width: 380px;
    height: 45px;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    bottom: 5px;
    color: #333;
    margin-left: 5px;
}

.txt h3 {
    font-size: 20px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.txt p {
    font-size: 14px;
    padding-left: 30px;
    line-height: 8px;
    margin-top: 20px;
}

.txt p a:hover {
    color: #de910f;
}

.fl {
    border-top: 1px solid #ddd;
    width: 350px;
    margin-left: 15px;
}

.txt h3:hover {
    color: #de910f;
}

.picFocus {
    width: 787px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 785px;
    height: 378px;
    display: block;
    border: 1px solid #eee;
}

.picFocus .hd {
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-left: 30px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li.on img {
    border-color: #de910f;
}

.picFocus .hd ul li img {
    width: 100px;
    height: 48px;
    border: 2px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    cursor: pointer;
    margin-right: 8px;
}

.downlist.clearfix {
    float: left;
    width: 790px;
    margin-bottom: 40px;
    padding: 40px;
    background: #f9f9f9;
}

.left02 {
    width: 100%;
    margin: 20px auto 0;
    padding-top: 30px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}

.floatr {}

.floatr .title {
    font-size: 24px;
    color: #333;
    width: 100%;
    word-break: break-all;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.floatr .table-list {
    width: 100%;
    border-top: 1px #ccc dashed;
}

.floatr .table-list tr {
    width: 100%;
}

.floatr .table-list td {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 0;
}

.floatr .table-list td span {
    color: #333;
}

.picFocus .prev {
    position: absolute;
    left: 0;
    bottom: 12px;
}

.picFocus .next {
    position: absolute;
    right: 0;
    bottom: 12px;
}

.full-length {
    width: 100%;
}

.container {
    margin: 0 auto;
}

.full-length .container li {
    float: left;
    width: 360px;
    height: 270px;
    list-style: none;
    margin: 18px;
}

.port-1 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.port-1 img {
    transition: 0.5s;
    width: 360px;
    height: 270px;
}

.port-1 .text-desc {
    opacity: 0.9;
    top: -290px;
    transition: 0.5s;
    color: #000;
}

.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.text-desc h3 {
    font-size: 18px;
    background: none;
    text-align: center;
    color: #333;
    margin-top: 80px;
}

.btn {
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #159833;
    background-color: #159833;
    text-decoration: none;
    transition: 0.4s;
}

.port-1.effect-1:hover .text-desc {
    top: 0;
}

.port-1.effect-2:hover .text-desc {
    bottom: 0;
}

.n_proy .slideTxtBox .hd ul li {
    width: 49%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
    border: 1px solid #eee;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.n_proy .slideTxtBox .hd ul li.on {
    background: none;
    color: #de910f;
    height: 45px;
    cursor: pointer;
    border: 1px solid #de910f;
}

.n_proy .slideTxtBox .bd ul li p {
    color: #555;
    font-size: 16px;
}

.n_proy .slideTxtBox .bd {
    margin-top: 20px;
    margin-bottom: 30px;
}

.xgcp {
    float: right;
    width: 255px;
    background: #f9f9f9;
    padding: 20px;
}

.xgcp .titer {
    font-size: 24px;
}

.xgcp .titer e {
    width: 70px;
    height: 2px;
    background: #666;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.xgcp ul li:hover h3 {
    color: #de910f;
    font-weight: bold;
}

.xgcp ul li h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 50px;
}

.xgcp ul li {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.xgcp ul li img {
    width: 100%;
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
}

.xgcp ul li:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.xgcp ul li .img {
    width: 253px;
    height: 122px;
    overflow: hidden;
}

.show_r {
    width: 180px;
    height: 45px;
    border: 1px solid #de910f;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    color: #de910f;
    margin-top: 10px;
    float: right;
}

.show_r:hover {
    font-weight: bold;
}

.show_l {
    width: 251px;
    float: left;
    height: 65px;
}

.show_dh {
    width: 500px;
    margin: auto;
}


/*  招聘  */

.rcln {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.rcln_left {
    width: 380px;
    float: left;
}

.rcln_left .left_s {
    width: 380px;
    height: 352px;
    overflow: hidden;
}

.rcln_left .left_s img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.rcln_left .left_s img {
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
    cursor: pointer;
}

.rcln_left .left_x {
    padding: 30px;
    background: #f9f9f9;
    height: 107px;
}

.rcln_left .left_x h4 {
    font-size: 20px;
    line-height: 40px;
}

.rcln_left .left_x p {
    color: #666;
}

.rcln_right {
    float: right;
    width: 800px;
}

.rcln_right .rcln_right1 {
    width: 330px;
    height: 242px;
    background: #de910f;
    padding: 30px;
    padding-top: 80px;
    float: left;
    margin-right: 20px;
}

.rcln_right .rcln_right1 h4 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.rcln_right .rcln_right1 p {
    color: #fff;
}

.rcln_right .rcln_right3 {
    width: 800px;
    height: 148px;
    overflow: hidden;
    margin-top: 14px;
}

.rcln_right .rcln_right2 {
    width: 390px;
    height: 352px;
    overflow: hidden;
}

.rcln_right .rcln_right3 img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.rcln_right .rcln_right3 img {
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
    cursor: pointer;
}

.rcln_right .rcln_right2 img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.rcln_right .rcln_right2 img {
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
    cursor: pointer;
}

.zyfz {
    margin-bottom: 30px;
}

.zyfz h2 {
    font-size: 30px;
    text-align: center;
    line-height: 120px;
}

.zpxxk {
    wwidth: 100%;
    min-height: 650px;
    background: url(../images/zplm.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.zpxx h2 {
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    color: #fff
}

#hrPage {
    width: 1200px;
    margin: 0 auto;
}

.inner1100 {
    width: 100%;
    margin: 0px auto;
}

.recruitment-info {
    background-color: #ffffff;
    padding: 30px 5%;
}

.recruitment-info .t {
    font-size: 16px;
    font-weight: bold;
}

.recruitment-info a {
    color: #cc0000;
}

.recruitment-info .email {
    font-size: 15px;
    margin: 0 8px 0 11px;
    position: relative;
}

.recruitment-info .email:before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background: #cc0000;
    bottom: 0;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.recruitment-info .email:hover:before {
    width: 0;
    right: 0;
    left: auto;
}

.recruitment-select-box {
    margin-top: 35px;
}

.recruitment-select {
    float: left;
    display: block;
    width: 60%;
}

select.mar-sel {
    padding: 10px 26px 10px 2%;
    line-height: 20px;
    height: 42px;
    vertical-align: middle;
    border: 1px solid #9d9b9b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    float: left;
    display: block;
    margin: 0px 2% 25px 0px;
    width: 40%;
    border-radius: 0;
}

select.mar-sel option {
    padding: 2px 2%;
    box-sizing: border-box;
}

select.mar-sel:hover {
    color: #101010;
}

.csstransitions select.mar-sel {
    background: url(../images/link_select_ico2.png) no-repeat scroll 95% center;
}

.recruitment-serach {
    float: right;
    display: block;
    width: 200px;
    padding: 0 88px 0 0;
    position: relative;
}

.recruitment-serach .txt {
    width: 80%;
    padding: 10px 10%;
    border: 1px solid #959595;
    border-right: 0px none;
    height: 20px;
    line-height: 20px;
}

.recruitment-serach .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    text-align: center;
    height: 100%;
    line-height: 42px;
    color: #fff;
    background-color: #cc0000;
}

.recruitment-serach .btn:hover {
    background-color: #333;
}

.recruitment-serach .txt:focus {
    border-color: #cc0000;
}

.hrList {
    margin: 32px 0px 0px;
    font-size: 16px;
}


/*.hrList .hspan {
	text-align: center;
	cursor: pointer;
	width: 15%;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
}*/

.hrList .hspan2 {
    text-align: center;
    cursor: pointer;
    width: 36%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.hrList .hspan1 {
    text-align: center;
    padding-left: 2%;
    width: 100px !important;
}

.hrList .titer {
    width: 130px !important;
    display: block;
    float: left;
    line-height: 80px;
    padding-left: 12px;
}

.hrList .peo {
    width: 190px !important;
    display: block;
    float: left;
    line-height: 80px;
    padding-left: 12px;
}

.hrList .hrdt {
    background-color: #9d9b9b;
    color: #fff;
}

.hrList dd {
    margin-bottom: 3px;
    position: relative;
    background-color: #fff;
}

.hrList .hrdt {
    height: 50px;
    overflow: hidden;
}

.hrList .hrT {
    background-color: #F9FAFB;
    color: #666666;
    border: 1px solid rgb(228, 228, 228);
    height: 80px;
}

.hrList e {
    padding-top: 30px;
    display: block;
    float: left;
    background: url(../images/ren.png) no-repeat;
    width: 19px;
    height: 22px;
    margin-top: 30px;
    margin-left: 30px;
}

.hrList .hrT:hover e {
    background: url(../images/rend.png) no-repeat;
}

.hrList .hrT .hspan {
    font-size: 16px;
    text-align: center;
    line-height: 80px;
}

.hrList .ib {
    width: 16px;
    height: 16px;
    margin: 30px auto 0px;
    display: block;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    float: right;
    padding-right: 20px;
}

.hrList .ib i {
    display: block;
    background-color: #999999;
}

.hrList .ib .ic1 {
    width: 2px;
    height: 16px;
    margin-left: 7px;
}

.hrList .ib .ic2 {
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.hrList .hrB {
    border: 1px solid #de910f;
    display: none;
    border-top: none;
}

.hrList .active e {
    background: url(../images/rend.png) no-repeat;
}

.hrList .hrCon {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0px 50px;
    overflow: hidden;
}

.hrList dd.active .hrT,
.hrList dd:hover .hrT {
    border: 1px solid #de910f;
    color: #de910f;
    cursor: pointer;
}

.hrList .active .ib i,
.hrList dd:hover .ib i {
    background-color: #de910f;
}

.hrList .active .ib {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.hrList .active .ib .ic2 {
    display: none;
}

.join-box-btn {
    padding-top: 30px;
}

.join-box-btn .btn {
    float: left;
    display: block;
    background-color: #e4c36a;
    color: #333;
    padding: 10px 40px;
    font-size: 14px;
}

.join-box-btn .btn:hover {
    background-color: #333333;
    color: #fff;
}

.rczp a:hover {
    color: #de910f;
}

.more_zp {
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.more_zp a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
}

.more_zp a:hover {
    font-size: 14px;
    color: #de910f;
    border: 1px solid #de910f;
    display: block;
}

.rczp {
    width: 140px;
    height: 50px;
    text-align: center;
    margin-top: 30px;
}

.rczp a {
    line-height: 50px;
    color: #666;
    border: 1px solid #ddd;
    display: block;
    font-size: 14px;
}

.rczp a:hover {
    line-height: 50px;
    color: #de910f;
    border: 1px solid #de910f;
    display: block;
}

.n_zpxx.clearfix {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.zp {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 30px;
    margin-left: 30px;
}

.zp div {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 1%;
}

.zp .jl1 {
    float: left;
    width: 10%;
    overflow: hidden;
    line-height: 30px;
}

.zp .row {
    width: 100%;
}

.zp div input {
    display: block;
    width: 90%;
    line-height: 3em;
    border: 0;
    padding-left: 1em;
    height: 3em;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #666;
}

.zp label {}

.zp #Textbox-1 {}

.zp #TJ5,
.page-contact .right #TJ6 {
    width: 47%;
    height: 3em;
    border: 0;
    background: #eee;
    color: #999;
    margin-bottom: 5%;
    margin-right: 2.5%;
    padding-left: 1em;
}

.zp option {}

.zp #TJ7 {
    border: 0;
    /*display: block;*/
    width: 95%;
    margin-bottom: 3%;
    height: 180px;
    font-size: 14px;
    padding-left: 1em;
    line-height: 2em;
    font-family: 微软雅黑;
    border: 1px solid #ddd;
    margin-top: 2%;
}

.zp #button1 {
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    margin-right: 5%;
    border: 0;
    font-family: 微软雅黑;
    background: #eee;
}

.zp #button2 {
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    border: 0;
    font-family: 微软雅黑;
    background: #eee;
}

.zp #button1:hover {
    background: #de910f;
    color: #fff;
}

.zp #button2:hover {
    background: #de910f;
    color: #fff;
}

.wuyou-waiter {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -90px;
    width: 60px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    z-index: 999;
}

.waiter-ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 24px;
}

.waiter-title {
    position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
}

.waiter-title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
    left: -88px;
    opacity: 1;
}

.waiter-ul li.wuyou-shop a {
    background-image: -webkit-linear-gradient(left, #f60, #ffb443);
    background-image: -moz-linear-gradient(left, #f60, #ffb443);
    background-image: -ms-linear-gradient(left, #f60, #ffb443);
}

.waiter-ul li.wuyou-shop .waiter-title {
    background-color: #f60;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
    background-color: #f60;
}

.waiter-ul li.wuyou-contact a {
    background: url(../images/zxkf.jpg)
}

.waiter-ul li.wuyou-contact .waiter-title {
    background-color: #de910f;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
    background-color: #de910f;
}

.waiter-ul li.wuyou-top a {
    background: url(../images/zd.jpg)
}

.waiter-ul li.wuyou-top .waiter-title {
    background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
    background-color: #333;
}

.n_join {
    margin-top: 30px;
}

.n_join .join_z {
    width: 600px;
    float: left;
    background: url(../images/zpbj.jpg) no-repeat;
    height: 400px;
}

.n_join .join_y {
    width: 600px;
    float: right;
}

.n_join .join_z .titer {
    padding: 50px;
    color: #fff;
}

.n_join .join_z .titer h2 {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.n_join .join_z .titer .more a {
    border: 1px solid #fff;
    width: 120px;
    height: 40px;
    display: block;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.n_join .join_z .titer .more a:hover {
    background: #de910f;
    color: #fff;
    border: none;
}

.n_join .join_y .join_y1 {
    width: 240px;
    background: rgba(234, 60, 0, 0.8);
    height: 340px;
    float: left;
    padding: 30px;
    color: #fff;
    line-height: 28px;
}

.n_join .join_y .join_y2 {
    width: 240px;
    background: rgba(50, 12, 111, 0.5);
    height: 340px;
    float: right;
    padding: 30px;
    color: #fff;
    line-height: 28px;
}

.n_join .join_y .join_y1 a {
    color: #fff;
}

.n_join .join_y .join_y2 a {
    color: #fff;
}

.n_join .join_y .join_y1 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.n_join .join_y .join_y1 e {
    position: absolute;
    margin-top: 189px;
    margin-left: -35px;
}

.n_join .join_y .join_y2 e {
    position: absolute;
    margin-top: 215px;
    margin-left: -114px;
}

.n_join .join_y .join_y2 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.n_wz {
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    margin-bottom: 30px;
}

.n_wz a:hover {
    color: #de910f
}

.yxwl {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.yxwl .m_map {
    width: 800px;
    height: 647px;
    position: relative;
    background: url(../images/map/diru.png) no-repeat 0 0;
    float: left;
}

.yxwl .mp {
    position: absolute;
    cursor: pointer;
    background: url(../images/map/fi1.png) no-repeat 4px 20px;
    width: 24px;
    height: 63px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.yxwl .mp23 {
    position: absolute;
    cursor: pointer;
    background: url(../images/map/fi_ah.png) no-repeat 4px 20px;
    width: 24px;
    height: 63px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}


/*.yxwl .mp:hover {
	background: url(../images/map/fi2.png) no-repeat 4px 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}*/

.yxwl .hover_tu {
    background: url(../images/map/fi2.png) no-repeat 4px 20px
}

.yxwl .mp .mito {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #666
}

.yxwl .mp23 .mito {
    color: #fff;
}

.yxwl .mp .find_mi1 {
    left: -12px;
    width: 55px
}

.yxwl .mp .find_mi2 {
    left: -5px;
    width: 55px
}

.yxwl .feng {
    position: absolute;
    display: none;
    width: 253px;
    height: 120px;
    left: -277px;
    top: -78px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 15px;
    z-index: 10
}

.yxwl .feng .sang {
    position: absolute;
    left: 235px;
    bottom: 0;
    background: url(../images/map/vf2.png) no-repeat 0 0;
    width: 14px;
    height: 8px
}

.yxwl .feng .tree {
    width: 240px;
    height: 120px;
}

.yxwl .feng .tree .boou {
    width: 86px;
    height: 62px;
    float: left
}

.yxwl .feng .tree .du_size {
    width: 252px;
    height: 120px;
}

.yxwl .feng .tree .du_size h2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}

.yxwl .feng .tree .du_size p {
    font-size: 14px;
    color: #fff;
}

.yxwl .mp1 {
    left: 189px;
    top: 75px;
}

.yxwl .mp2 {
    left: 193px;
    top: 367px;
}

.yxwl .mp3 {
    left: 162px;
    top: 177px;
}

.yxwl .mp4 {
    left: 306px;
    top: 289px;
}

.yxwl .mp5 {
    left: 397px;
    top: 380px;
}

.yxwl .mp6 {
    left: 371px;
    top: 490px;
}

.yxwl .mp7 {
    left: 470px;
    top: 387px;
}

.yxwl .mp8 {
    left: 461px;
    top: 446px;
}

.yxwl .mp9 {
    left: 488px;
    top: 501px;
}

.yxwl .mp10 {
    left: 612px;
    top: 325px
}

.yxwl .mp10 {
    left: 562px;
    top: 492px;
}

.yxwl .mp11 {
    left: 536px;
    top: 428px;
}

.yxwl .mp12 {
    left: 489px;
    top: 306px;
}

.yxwl .mp13 {
    left: 414px;
    top: 299px;
}

.yxwl .mp14 {
    left: 526px;
    top: 267px;
}

.yxwl .mp15 {
    left: 570px;
    top: 239px;
}

.yxwl .mp16 {
    left: 580px;
    top: 202px;
}

.yxwl .mp17 {
    left: 598px;
    top: 213px;
}

.yxwl .mp18 {
    left: 606px;
    top: 275px;
}

.yxwl .mp19 {
    left: 670px;
    top: 172px;
}

.yxwl .mp20 {
    left: 547px;
    top: 321px;
}

.yxwl .mp21 {
    left: 539px;
    top: 370px;
}

.yxwl .mp22 {
    left: 588px;
    top: 435px;
}

.yxwl .mp23 {
    left: 609px;
    top: 348px;
}

.yxwl .mp24 {
    left: 648px;
    top: 326px;
}

.yxwl .mp25 {
    left: 673px;
    top: 354px;
}

.yxwl .mp26 {
    left: 654px;
    top: 396px;
}

.yxwl .mp27 {
    left: 635px;
    top: 452px;
}

.map_right {
    width: 260px;
    float: right;
    border: 1px solid #eee;
    padding: 20px;
}

.map_right h2 {
    background: #eee;
    display: block;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.map_right p {
    color: #666;
}

.map_right p a {
    color: #666;
}

.map_right p a:hover {
    color: #de910f;
}

.gcyj {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.rlzy {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.s_left {
    width: 418px;
    height: 212px;
    background: #eee;
    padding: 30px;
    float: left;
    cursor: pointer;
}

.s_left h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 80px;
}

.s_left p {
    color: #666;
}

.s_right {
    float: right;
    width: 722px;
    height: 272px;
    overflow: hidden;
}

.s_right:hover img {
    transform: scale(1.2, 1.2);
}

.s_right img {
    transition: 0.3s all ease;
}

.x_left {
    width: 478px;
    height: 272px;
    overflow: hidden;
    float: left;
}

.x_left:hover img {
    transform: scale(1.2, 1.2);
}

.x_left img {
    transition: 0.3s all ease;
}

.x_right {
    width: 662px;
    height: 212px;
    background: #de910f;
    padding: 30px;
    float: right;
    cursor: pointer;
}

.x_right h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 80px;
    color: #fff;
}

.x_right p {
    color: #fff;
}

.n_join {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.yd_join p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.tj_pro {
    width: 1200px;
    margin: auto;
    padding-top: 35px;
    margin-bottom: 50px;
    overflow: hidden;
}

.tj_pro h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
}

.tj_pro p {
    text-align: center;
    color: #666;
    width: 900px;
    margin: auto;
    padding-top: 10px;
}

.tj_pro .txtMarquee-left {
    width: 1200px;
    position: relative;
    margin-top: 40px;
}

.tj_pro .txtMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
}

.tj_pro .txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/icoLeft.gif") no-repeat;
}

.tj_pro .txtMarquee-left .hd .next {
    background: url("../images/icoRight.gif") no-repeat;
}

.tj_pro .txtMarquee-left .bd {
    padding: 10px;
}

.tj_pro .txtMarquee-left .bd .tempWrap {
    width: 1200px !important;
}

.tj_pro .txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.tj_pro .txtMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 285px;
    border: 1px solid #eee;
}

.txtMarquee-left .bd ul li span {
    color: #999;
}

.tj_pro .txtMarquee-left .bd ul li .tk {
    width: 285px;
    height: 190px;
    overflow: hidden;
}

.tj_pro .txtMarquee-left .bd ul li .tk img {
    width: 100%;
}

.tj_pro .txtMarquee-left .bd ul li h4 {
    display: block;
    background: #eee;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: #666;
    font-weight: normal;
}

.tj_pro .txtMarquee-left .bd ul li:hover h4 {
    background: #de910f;
    color: #fff;
}

.tj_pro .txtMarquee-left .bd ul li img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.tj_pro .txtMarquee-left .bd ul li img {
    width: 100%;
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
}

.fl_pro {
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 60px;
}

.fl_pro h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
}

.fl_pro p {
    text-align: center;
    color: #666;
    width: 900px;
    margin: auto;
    padding-top: 10px;
}

.npro_box {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.npro_box li {
    width: 245px;
    float: left;
    background: #fff;
    margin-right: 15px;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
}

.npro_box .stdl {
    float: right
}

.npro_box li img {
    width: 100%;
}

.npro_box li .titer {
    margin-top: 20px;
}

.npro_box li .titer h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}

.npro_box li .titer e {
    display: block;
    color: #666;
    line-height: 28px;
    margin-top: 10px;
}

.npro_box li .titer b {
    width: 40px;
    height: 40px;
    border: 1px solid #de910f;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 26px;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
    color: #de910f;
}

.npro_box li:hover .titer h4 {
    color: #de910f;
}

.npro_box li:hover .titer b {
    background: #de910f;
    color: #fff;
}

.pro_cp {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.pro_cp ul li {
    width: 368px;
    float: left;
    border: 1px solid #eee;
    margin: 15px;
}

.pro_cp ul li img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_cp ul li img {
    width: 100%;
    transition: 0.8s all ease-out;
    -webkit-transition: 0.8s all ease-out;
}

.pro_cp ul li .tjname {
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    background: #fff;
}

.pro_cp ul li .tpk {
    width: 368px;
    height: 177px;
    overflow: hidden;
}

.pro_cp ul li:hover .tjname {
    color: #de910f;
    font-weight: bold;
}

.n_proy {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.zpshow_box {
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.zpshow_box .titer h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 60px;
}

.zpshow_box .titer p {
    color: #666;
}

.zpshow_box .titer {
    width: 95%;
    margin: auto;
}

.gcyj ul li h4 {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    font-weight: normal;
}

.gcyj ul li:hover h4 {
    font-size: 16px;
    line-height: 40px;
    color: #de910f;
    font-weight: bold;
}

.gcyj ul li span {
    color: #666;
    line-height: 26px;
}

.gcyj ul li {
    border: 1px solid #eee;
    padding: 10px;
    width: 30%;
    float: left;
    text-align: center;
    margin: 9px;
}