@charset "utf-8";

@import url(normalize.css);

@import url(base.css);


/*reset*/

body {
    width: 100%;
    height: 100%;
    color: #222222;
    font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif;
    background: #fff;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle
}

body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul,
menu {
    margin: 0
}

ol,
ul,
menu {
    padding-left: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

a,
input,
select,
textarea {
    outline: none;
    star: expression(this.onFocus=this.blur());
}


/*ç¦æ­¢ç‚¹å‡»æ—¶å‡ºçŽ°è“è‰²åŒºåŸŸ*/

a {
    outline: 0;
    color: #000;
    text-decoration: none;
    font-family: "微软雅黑";
    transition: 0.4s all
}

a:hover {
    color: #969495;
    outline: none;
}

b,
i {
    font-style: normal
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {

    -moz-transition: all ease-in-out 0.35s;

    -webkit-transition: all ease-in-out 0.35s;

    -o-transition: all ease-in-out 0.35s;

    -ms-transition: all ease-in-out 0.35s;

    transition: all ease-in-out 0.35s;
}

a.more {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {

    -moz-transition: all ease-in-out 0.35s;

    -webkit-transition: all ease-in-out 0.35s;

    -o-transition: all ease-in-out 0.35s;

    -ms-transition: all ease-in-out 0.35s;

    transition: all ease-in-out 0.35s;
}

li {
    list-style: none;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* common*/

.opc0 {
    opacity: 0;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

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

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.el {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eln {
    white-space: normal;
}

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

.arr {
    width: 0;
    height: 0;
    overflow: hidden;
}

.f_ewm {
    float: left;
    margin-right: 1em;
}

.clear {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
}

.mar {
    margin: 0 auto
}

.left {
    float: left;
}

.right {
    float: right;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*my menu css*/

button.nav-trigger {
    display: none;
    position: absolute;
    top: 15px;
    left: 1.4vw;
    z-index: 20;
    height: 50px;
    width: 50px;
    padding: 0 12px;
    background: 0 0;
    border: 0;
    outline: 0
}

.nav-trigger {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1)
}

.nav-icon {
    position: relative;
    top: 2px;
    right: inherit;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #252525;
    border-radius: 2.5rem;
    transition: all .3s
}

.nav-icon:after,
.nav-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2.5rem;
    background-color: #252525;
    transition: all .3s
}

.nav-icon:before {
    top: 7px
}

.nav-icon:after {
    top: -7px
}

.navigation-is-visible .nav-trigger {
    -webkit-transform: translate3d(84vw, 0, 0);
    transform: translate3d(84vw, 0, 0)
}

.navigation-is-visible .nav-icon {
    background-color: transparent!important
}

.navigation-is-visible .nav-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background-color: #fff
}

.navigation-is-visible .nav-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background-color: #fff
}

.navBox {
    background-color: #2b2a2a
}

.nav_transform1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.nav_transform1 .navTop {
    position: absolute;
    top: 0px;
    display: none;
    height: 4px;
    background: #f89120;
}

.nav_transform1 .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.nav_transform1 ul.navCont {}

.nav_transform1 ul.navCont li.child {
    position: relative;
    float: left;
    width: 105px;
    text-align: center;
    margin-right: 10px
}

.nav_transform1 ul.navCont li.child.last {
    margin-right: 0
}

.nav_transform1 ul.navCont li.child a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 2.3rem 0
}

.nav_transform1 ul.navCont li.child a p.title {
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    display: block;
}

.nav_transform1 ul.navCont li.child .title {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.nav_transform1 ul.navCont li.child a p:after {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transform-origin: left top;
    opacity: 0
}

.nav_transform1 ul.navCont li.child a:hover p:after {
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: -2px;
    opacity: 1
}

.nav_transform1 ul.navCont li:hover {
    font-weight: bold;
}

.toplogo {
    padding: 1.2rem 0;transition: 0.5s all
}

.topbox {
    border-bottom: 1px #eaeaea solid;
    height: auto;
    overflow: hidden;
}

.pcmenu {
    width: 830px;
    float: right;
    padding-top: 1.7rem
}

.pcmenu li {
    width: 48px;
    height: 93px;
    float: left;
    transition: 0.5s all;
    margin: 0 40px
}
.pcmenu li a{display: block;}
.pcmenu li a i {
    width: 100%;
    height:82px;
    display: block;
    position: relative;
    transition: 0.4s all
}

.pcmenu li:nth-child(1) a i {
    background: url(../images/m01.png) center top no-repeat;
}

.pcmenu li:nth-child(2) a i {
    background: url(../images/m02.png) center top no-repeat;
}

.pcmenu li:nth-child(3) a i {
    background: url(../images/m03.png) center top no-repeat;
}

.pcmenu li:nth-child(4) a i {
    background: url(../images/m04.png) center top no-repeat;
}

.pcmenu li:nth-child(5) a i {
    background: url(../images/m05.png) center top no-repeat;
}

.pcmenu li:nth-child(6) a i {
    background: url(../images/m06.png) center top no-repeat;
}

.pcmenu li:nth-child(1) a:hover i {
}

.pcmenu li:nth-child(2) a:hover i {
}

.pcmenu li:nth-child(3) a:hover i {
}

.pcmenu li:nth-child(4) a:hover i {
}

.pcmenu li:nth-child(5) a:hover i {
}

.pcmenu li:nth-child(6) a:hover i {
}

.pcmenu li a i:after {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fdca31;
    right: 0;
    opacity: 0;
    bottom: 2px;
    position: absolute;
    display: inline-block;
    z-index: -1
}
.pcmenu li a:hover i:after {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fdca31;
    right: 0;
    bottom: 2px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    z-index: -1
}
.pcmenu li.selected a i:after {
    
    opacity:1;
   
}
.pcmenu li.selected a i {
    /*background-size: auto 100%;*/
}

.pcmenu li.selected a i:after {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fdca31;
    right:-2px;
    bottom: 0;
    position: absolute;
    display: inline-block;
    z-index: -1
}
.pcmenu li a:hover{margin-top: 4px}
.topapi {
    width: 121px;
    height: 120px;
    margin-top: 1.7rem;
    float: right;
}


/*share*/

.share_to {

    width: 121px;

    padding-top: 15px;

    text-align: left;
}



.share_to li {

    display: inline-block;

    vertical-align: middle;

    color: #cdcdcd;

    margin-left: 15px;

    float: right;
}



.share_to li a {

    text-align: center;

    line-height: 20px;

    display: inline-block;

    color: #cdcdcd;

    font-size: 16px;
}





.share_to li a:hover {

    color: #fdc930
}



.banner {
    background: #fafafa;
    padding: 4.2rem 0 6.6rem 0;
    text-align: center;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner .p01 {
    position: relative;
    display: inline-block;
}

.banner .pic01 {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.banner .p01:after {
    content: "";
    display: inline-block;
    right: -46%;
    top: -75px;
    width: 40px;
    position: relative;
    z-index: 1;
    height: 40px;
    background: #fdca31;
    border: 1px solid #fdca31;
    border-radius: 50%;
    /* margin: -24px 0 0 -24px; */
    -webkit-animation: circle 1.5s linear infinite;
    animation: circle 1.5s linear infinite;
}

.banner .pic02 {
    display: block;
    margin: 0 auto;
    font-family: SimSun;
    font-size: 1.12rem;
    color: #252525;
    padding-top: 2.3rem;
}

.banner .pic03 {
    left: 50%;
    margin-left: -68px;
    position: absolute;
    bottom: -95px;
    animation: swing 8s infinite;
    display: block;
}

.banner .pic04 {
    left: 50%;
    margin-left: -31px;
    position: absolute;
    bottom: -12px;
    display: block;
    animation: swing 8s infinite;
}

.banner .pic05 {
    left: 50%;
    margin-left: -39px;
    position: absolute;
    bottom: 1rem;
    display: block;
    animation: swing 4s infinite;
}




.changebtn {
    width: 86px;
    height: 94px;
    top: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    background: url(../images/menu.png) center no-repeat;
}

.nav_map {
    width: 100%;
    height: 300px;
    z-index: 99;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    bottom: 80px;
    left: 0;
    z-index: 99;
    margin-bottom: -300px;
}

.nav_map img {
    width: 200px;
    padding: 10px;
    display: block;
    margin: 0 auto
}

.nav_map p {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

#close .fa-close {
    width: 80px;
    height: 60px;
    display: inline-block;
    background: url(../images/fa-close.png) center no-repeat;
    right: 0;
    top: 0;
    position: absolute;
}

.ftnav_map {
    width: 640px;
    height: 440px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    position: fixed;
    left: 50%;
    z-index: 1000;
    margin-left: -320px;
    bottom: -470px;
}

.ftnav_map ul {
    width: 606px;
    height: 470px;
    padding-top: 20px;
    margin: 0 auto;
}

.ftnav_map li {
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px;
    border: 1px #6d6c6c solid;
    float: left;
}

.ftnav_map li a {
    color: #d6d6d6;
}

#ftclose .fa-close {
    width: 100px;
    height: 60px;
    display: inline-block;
    background: url(../images/down.png) center no-repeat;
}

#close {
    line-height: 60px;
    color: #fff
}




/*info menu*/

.mysubmenu {
    text-align: center;
    width: 100%;
    background: #f3f1f1
}

.mysubmenu a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 30px;
    border: 1px #777676 solid;
    text-align: center;
    font-size: 1rem;
}

.mysubmenu a.cur {
    background: #1ba975;
    border: 1px #1ba975 solid;
    color: #fff
}

.mysubmenu a:hover {
    background: #1ba975;
    border: 1px #1ba975 solid;
    color: #fff
}

#mysubmenu .cur {
    background: #1ba975;
    border: 1px #1ba975 solid;
    color: #fff
}



.ftmenu {
    padding: 2rem;
    color: #bcbcbc;
    font-size: 1.1rem;
    text-align: center;
    background: #242424;
    border-top: 1px #424242 solid;
    border-bottom: 1px #424242 solid;
}

.ftmenu a {
    color: #bcbcbc;
    padding: 0 1rem;
}
.ftmenu a:hover{color: #fdca31}
.footer {
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    color: #bcbcbc;
    line-height: 2.7rem;
    background: #242424
}

.footer a {
    color: #bcbcbc;
}

.footer a:hover {
    color: #fdca31
}

.footer .ftinfo {
    padding: 1rem 0;
    text-align: center;
}


.npiclist{padding-top: 2rem;height: auto;overflow: hidden;}
.npiclist li{line-height: 3rem;font-size: 1rem; margin-bottom:2rem;text-align: center;background: rgba(255,255,255,0.6); float: left;}
.npiclist li img{width:100%}
.npiclist li .intxt{padding:8px 8px 0 8px;box-shadow: 0 1px 3px rgba(0,0,0,0.1)}
.npiclist li:hover a{font-weight: bold;color: #bd0b16}


/*my index css*/

.sec_dao {
    height: auto;
    overflow: hidden;
}

.sec_dao .pic01 {
    padding-top: 15rem;
    padding-left: 3rem;
    float: left;
}

.sec_dao .pic02 {
    padding-top: 10rem;
    padding-left: 1.7rem;
    float: left;
}

.sec_yu {
    height: auto;
    overflow: hidden;
}

.sec_pin {
    height: auto;
    overflow: hidden;
}

.sec_yuan {
    height: auto;
    overflow: hidden;
}

.sec_shen {
    height: auto;
    overflow: hidden;
    background: #fefbf8;
}

.more {
    width: 60px;
    height: 188px;
    display: inline-block;
    padding-top: 18rem;
    padding-left: 2.8rem
}

.more i {
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    display: block;
    transition: 0.5s all
}

.more:hover i {
    background: url(../images/moreh.png) center no-repeat;
    display: block;
    margin-top: 5px
}

.sec_yu .inpiclist {
    padding-top: 11.5rem;
    padding-left: 6.8rem;
}

.sec_yu .inpiclist li {
    width: 33.33%;
    padding-bottom: 3rem;
    float: left;
}

.sec_yu .pic01 {
    padding-top: 12rem;
    float: right;
    padding-right: 3.4rem
}

.sec_yu .pic02 {
    padding-top: 6rem;
    padding-right: 1.75rem;
    float: right;
}

.sec_yu .more {
    padding-left: none;
    padding-top: 20rem;
    padding-right: 2rem;
    float: right;
}

.sec_pin .pic01 {
    padding-top: 17rem;
    padding-right: 7.7rem;
    float: right;
}

.sec_pin .pic02 {
    padding-top: 11rem;
    padding-right: 2rem;
    float: right;
}

.sec_pin .pic03 {
    padding-top: 6.2rem;
    padding-left: 3.4rem;
}

.sec_pin .more {
    padding-left: none;
    padding-right: 2rem;
    float: right;
}

.sec_yuan .pic01 {
    padding-top: 14rem;
    padding-left: 6.5rem;
    float: left;
}

.sec_yuan .pic02 {
    padding-top: 6.5rem;
    padding-left: 1.7rem;
    float: left;
}

.sec_yuan .pic03 {
    padding-top: 10.5rem;
    padding-right: 2.3rem;
    float: right;
}

.sec_yuan .more {
    padding-left: 3rem;
    float: left;
}

.sec_shen .pic01 {
    padding-top: 15.8rem;
    padding-right: 5.3rem;
    float: right;
}

.sec_shen .pic02 {
    padding-top: 8.5rem;
    padding-right: 2rem;
    float: right;
}

.sec_shen .pic03 {
    padding-top: 2rem;
    padding-left: 5.8rem;
}

.sec_shen .more {
    padding-left: none;
    padding-top: 24.6rem;
    padding-right: 2rem;
    float: right;
}

.sec_meng {
    height: auto;
    background: #242424;
}

.sec_meng .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 4.7rem
}

.sec_meng .pic02 {
    display: block;
    margin: 0 auto;
    padding-top: 3rem
}

.sec_meng .pic03 {
    width: 90%;
    margin: 0 auto;
    line-height: 2.2rem;
    font-size: 1rem;
    text-align: center;
    color: #bcbcbc;
    padding: 2.6rem 7rem 1.7rem 7rem;
}

.more2 {
    width: 186px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding-bottom:3rem;
}

.more2 i {
    width: 100%;
    height: 100%;
    background: url(../images/more2.png) center no-repeat;
    display: block;
}




/*dao css*/

.daobg01 {
    position: absolute;
    right: 0;
    bottom: 0
}

.daobg02 {
    position: absolute;
    left: 0;
    bottom: 0
}

.dao01 {
    border-bottom: 1px #dadada solid;
    padding: 8rem 0 8.4rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dao01 .pic01 {
    display: block;
    margin: 0 auto;
    padding-bottom: 4rem
}

.dao01 .dtxt {
    padding-top: 4.3rem;
    color: #404040;
    font-size: 1rem;
    line-height: 1.6rem
}

.dao01 .dtxt big {
    font-size: 1.6rem;
    color: #404040;
    line-height: 3rem;
    font-family: '宋体';
    display: block;
}

.dao01 .dtxt span {
    width: 6.2rem;
    height: 6.2rem;
    display: inline-block;
    float: left;
    border: 1px #e8e8e8 solid;
    border-radius: 50%;
    margin-left: 2rem;
    margin-right: 2rem
}

.dao01 .dtxt .i01 {
    background: url(../images/dao05.png) center no-repeat;
}

.dao01 .dtxt .i02 {
    background: url(../images/dao06.png) center no-repeat;
}

.dao01 .dtxt .i03 {
    background: url(../images/dao07.png) center no-repeat;
}

.dao02 {
    border-bottom: 1px #dadada solid;
    padding: 8rem 0 8.4rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dao02 .pic02 {
    display: block;
    margin: 0 auto;
    padding-bottom: 4rem
}

.dao02 .cbox {
    text-align: center;
    line-height: 1.6rem;
    font-size: 1rem;
    color: #404040;
    position: relative;
}

.dao02 .cbox img {
    display: block;
    margin: 0 auto;
}

.dao02 .cbox span {
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
}

.dao02 .cbox .c01 {
    background: url(../images/dao09h.png) top center no-repeat;
}

.dao02 .cbox .c02 {
    background: url(../images/dao10h.png) top center no-repeat;
}

.dao02 .cbox .c03 {
    background: url(../images/dao11h.png) top center no-repeat;
}

.dao02 .cbox .c04 {
    background: url(../images/dao12h.png) top center no-repeat;
}

.dao02 .cbox big {
    font-size: 1.6rem;
    line-height: 4.2rem;
    color: #404040;
    display: block;
}

.dao03 {
    padding: 3rem 0 3rem 0
}

.dao03 .sg {
    padding-top: 3.4rem;
    padding-bottom: 6rem
}

.dao03 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 5.2rem
}

.dao03 .gbox {
    font-size: 1rem;
    text-align: center;
}

.dao03 .gbox big {
    font-size: 1.6rem;
    line-height: 4.2rem;
    color: #404040;
    padding-top: 2rem;
    display: block;
}

.dao04 {
    padding: 5.7rem 0 0 0;
    background: #f9f5e9
}

.dao04 .box01 {
    position: relative;
}

.dao04 .box02 {
    padding-left: 3rem
}

.dao04 .box01 .p01 {
    display: block;
    margin: 0 auto
}

.dao04 .box01 .p02 {
    width: 155px;
    height: 155px;
    top: 1rem;
    left: 50%;
    transform: translateX(-78px);
    background: url(../images/dao16.png) top center no-repeat;
    position: absolute;
}

.dao04 .box01 .p03 {
    width: 155px;
    height: 155px;
    top: 10rem;
    left: 50%;
    transform: translateX(-78px);
    background: url(../images/dao15.png) top center no-repeat;
    position: absolute;
}

.dao04 .box01 .p04 {
    width: 155px;
    height: 155px;
    top: 23.6rem;
    left: 50%;
    transform: translateX(-78px);
    background: url(../images/dao14.png) top center no-repeat;
    position: absolute;
}

.dao04 .box02 .p05 {
    padding-top: 3.6rem;
}

.dao04 .box02 .p06 {
    padding-top: 2.3rem;
}

.dao04 .box02 .p07 {
    padding-top: 3.3rem;
}

.dao04 .box02 .p07 li {
    color: #404040;
    font-size: 1.8rem;
    line-height: 1.9rem;
    margin-bottom: 4rem;
}

.dao04 .box02 .p07 li i {
    display: inline-block;
    margin-right: 1.4rem;
    position: relative;
    float: left;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #fdca31;
    border-radius: 50%;
}

.dao04 .box02 .p07 li i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid #fdca31;
    border-radius: 23px;
    margin: -24px 0 0 -24px;
    -webkit-animation: circle 1.5s linear infinite;
    animation: circle 1.5s linear infinite;
}

.dao04 .box02 .p07 li:nth-child(1) i:after {
    -webkit-animation: circle 1.5s linear infinite;
    animation: circle 1.5s linear infinite;
}

.dao04 .box02 .p07 li:nth-child(2) i:after {
    -webkit-animation: circle 1.3s linear infinite;
    animation: circle 1.3s linear infinite;
}

.dao04 .box02 .p07 li:nth-child(3) i:after {
    -webkit-animation: circle 1.6s linear infinite;
    animation: circle 1.6s linear infinite;
}

.dao04 .box02 .p07 li:nth-child(4) i:after {
    -webkit-animation: circle 1.4s linear infinite;
    animation: circle 1.4s linear infinite;
}




/*YU CSS*/

.shipu {}

.shipu li {
    padding: 7.5rem 0;
    border-bottom: 1px #e5e5e5 solid;
    height: auto;
    overflow: hidden;
}

.shipu li .ppic {
    position: relative;
    background: #000
}

.shipu li .ppic img {
    width: 100%
}

.shipu li .ppic:hover img {
    opacity: 0.8
}

.shipu li .ppic p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;vertical-align: middle;
    display: table-cell;
}

.shipu li .ppic p span {
    padding: 3rem;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 2rem;
    padding-top:30%;
    opacity: 0;
    display: block;
}

.shipu li .ppic p span:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    position: absolute;
    content: '';
    opacity: 0;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.shipu li .ppic:hover p span{opacity: 1;padding-top: 22%}
.shipu li .ppic p span:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    position: absolute;
    content: '';
    opacity: 0;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.shipu li .ppic:hover p span:before,
.shipu li .ppic:hover p span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.shipu li .ptxt {}

.shipu li .p01 {}

.shipu li .p02 {
    font-size: 22px;
    padding-top: 0.7rem;
    color: #404040;
    font-family: SimSun
}

.shipu li .p03 {
    font-size: 18px;
    line-height: 2.1rem;
    padding-top: 3.2rem;
}

.shipu li .moresp {
    width: 12rem;
    font-size: 1.25rem;
    font-family: SimSun;
    border: 1px #b5b5b5 solid;
    display: block;
    padding: 0.85rem 2rem;
    margin-top: 5.6rem;
}

.shipu li .moresp:after {
    content: "";
    background: url(../images/ar.png) center no-repeat;
    display: inline-block;
    width: 30px;
    height: 2rem;
    float: right;
    /* padding: 0.85rem 2rem; */
}

.shipu li .moresp:hover {
    color: #000;
    background: #fdca31;
    border: 1px #fdca31 solid
}

.shipu li .moresp:hover:after {
    padding-left: 10px
}




/*PIN CSS*/

.pin01 {
    padding: 6rem 0;
    border-bottom: 1px #eaeaea solid;
    height: auto;
    overflow: hidden;
    position: relative;
}

.pin01 .pic01 {
    display: block;
    margin: 0 auto
}

.pin01 .pic02 {
    display: block;
    padding-top: 1.4rem;
    margin: 0 auto
}

.pin01 .pic03 {
    display: block;
    padding-top: 5.3rem;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.pin01 .pic04 {
    display: block;
    top: 34rem;
    left: 50%;
    transform: translateX(-538px);
    position: absolute;
    z-index: 2
}

.pin01 .pic05 {
    display: block;
    top: 21rem;
    left: 50%;
    transform: translateX(-538px);
    position: absolute;
    z-index: 2
}

.pin01 .pic06 {
    padding-top: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #404040;
    line-height: 1.9rem;
}

.pin02 {
    padding: 8rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.pin02 .pic01 {
    display: block;
    padding-top: 1.2rem;
    margin: 0 auto
}

.pin02 .pic02 {
    display: block;
    padding-top: 1.4rem;
    margin: 0 auto
}

.pin02 .plate {
    padding: 3rem 2rem 4rem
}

.pin02 .plate .plate_l {
    width: 50%;
    float: left;
}

.pin02 .plate .plate_l img {
    max-width: 95%;
    float: right;
}

.pin02 .plate .plate_r {
    width: 50%;
    padding-top: 5rem;
    float: right;
}

.pin02 .plate .plate_r span {
    width: 24rem;
    height: 5.2rem;
    font-size: 1.8rem;
    color: #404040;
    text-align: center;
    background: #fdca31;
    border-radius: 2.6rem;
    line-height: 5.2rem;
    display: block;
    margin-left: 3.5rem;
    margin-bottom: 3.5rem;
}

.pin03 {
    height: auto;
    background: url(../images/pin01.jpg) center no-repeat #fed55b;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.pin03 .p01 {
    display: block;
    margin: 0 auto;
    padding-top: 4.8rem
}

.pin03 .p02 {
    text-align: center;
    font-size: 1.12rem;
    color: #404040;
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
}

.pin03 .p03 {
    display: block;
    margin: 0 auto;
    padding-top: 3.8rem;
    padding-bottom: 4rem
}

.pin03 .cpmore {
    width: 9rem;
    height: 2.7rem;
    line-height: 2.7rem;
    font-size: 1rem;
    color: #404040;
    border: 1px #313131 solid;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.pin03 .cpmore:hover {
    background: #333;
    color: #f5f5f5
}

.pin04 {
    padding: 4rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.pin04 .p01 {
    display: block;
    margin: 0 auto;
    padding-top: 3rem
}

.pin04 .p02 {
    display: block;
    margin: 0 auto;
    padding-top: 1rem
}

.pin04 .pbox {
    position: relative;
}

.pin04 .pbox img {
    max-width: 100%;
    position: relative;
    z-index: 1
}

.pin04 .pbox .ptxt {
    width: 18rem;
    height: 3.6rem;
    background: #fff;
    line-height: 3.6rem;
    font-size: 1.7rem;
    color: #404040;
    border-radius: 1.8rem;
    left: 50%;
    transform: translateX(-9rem);
    top: 80%;
    position: absolute;
    z-index: 2
}

.pin04 .pbox .ptxt .p0 {
    display: inline-block;
    float: left;
    padding-right: 1rem
}

.pin05 {
    padding: 4rem 0 7rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.pin05 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 1rem
}

.pin05 .pic02 {
    display: block;
    margin: 0 auto;
    padding-top: 1.4rem
}

.pin05 .pic03 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    text-align: center;
    font-size: 1rem;
    content: #404040;
    line-height: 1.9rem;
}

.pin05 .pbox {
    font-size: 1rem;
    content: #404040;
    text-align: center;
}

.pin05 .pbox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pin05 .pbox b {
    font-size: 1.25rem;
    line-height: 2.6rem;
    padding-top: 0.9rem;
    display: block;
}






/*shen css*/

.shen01 {
    padding: 3rem 0
}

.shen01 .p01 {
    display: block;
    margin: 0 auto;
    padding-top: 4rem
}

.shen01 .p02 {
    display: block;
    margin: 0 auto;
    padding-top: 4.3rem
}

.shen01 .p03 {
    padding: 2.5rem 1rem 2rem 1rem;
    text-align: center;
    font-size: 1rem;
    content: #404040;
    line-height: 1.9rem;
}

.shen02 {
    height: auto;
    overflow: hidden;
}

.shen02 .st {
    height: 3rem;
    line-height: 3rem;
    background: url(../images/line.jpg) center repeat-x;
}

.shen02 .st .p01 {
    display: block;
}

.shen02 .sbox {
    padding-top: 3rem
}

.shen02 .sbox li {
    padding: 4rem 0;
    height: auto;
    overflow: hidden;
}

.shen02 .sbox li .spic {}

.shen02 .sbox li .stxt {}

.shen02 .sbox li .stxt {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #404040;
}

.shen02 .sbox li .stxt p {
    text-indent: 2em
}

.shen02 .sbox li .stxt span {
    font-size: 1.8rem;
    line-height: 1.7rem;
    padding-bottom: 1rem;
    display: block;
}

.shen02 .pinfo {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #404040;
    padding: 3rem 0
}

.shen02 .pinfo b {
    line-height: 4.5rem
}

.shen03 {
    width: 100%;
    height: 20rem;
    background: url(../images/shen08.jpg) center no-repeat;
    background-size: auto 100%
}




/*yuan css*/

.yuanbg01 {
    position: absolute;
    right: 0;
    bottom: 0
}

.yuan01 {
    padding: 2rem 0
}

.yuan01 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 2rem
}

.yuan02 {
    padding: 4rem 0;
    background: #e5d0a4;
    height: auto;
    overflow: hidden;
}

.yuan02 .pic01 {
    float: right;
    padding-top: 3rem
}

.yuan02 .pic02 {
    padding-top: 4rem;
    display: block;
    margin: 0 auto;
}

.yuan02 .pic03 {
    padding-top: 2rem;
    display: block;
    margin: 0 auto;
}

.yuan02 .pic04 {
    padding-top: 7rem;
    display: block;
    margin: 0 auto;
}

.yuan03 {
    padding: 4rem 0;
    border-bottom: 1px #dadada solid;
    height: auto;
    overflow: hidden;
    position: relative;
}

.yuan03 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 5.6rem;
}

.yuan03 .pic02 {
    padding-top: 5rem;
    padding-bottom: 4rem
}

.yuan03 .pic02 li {
    font-size: 1rem;
    color: #404040
}

.yuan03 .pic02 li img {
    max-width: 100%
}

.yuan03 .pic02 li big {
    font-size: 1.6rem;
    color: #404040;
    display: block;
    line-height: 3rem;
    padding-top: 3rem
}

.yuan04 {
    padding: 4rem 0;
    border-bottom: 1px #dadada solid;
    height: auto;
    overflow: hidden;
}

.yuan04 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 3.5rem;
}

.yuan04 .pic02 {
    padding-top: 3.6rem;
    padding-bottom: 6rem
}

.yuan04 .pic02 li {}

.yuan04 .pic02 li img {
    max-width: 100%
}




/*meng css*/

.meng01 {
    padding: 4rem 0 7rem 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.meng01 .pic01 {
    display: block;
    margin: 0 auto;
    padding-top: 1rem
}

.meng01 .pic02 {
    display: block;
    margin: 0 auto;
    padding-top: 1.4rem
}

.meng01 .pic03 {
    padding: 1.5rem 3rem 3rem 3rem;
    text-align: center;
    font-size: 1rem;
    color: #404040;
    line-height: 1.9rem;
}

.meng01 .pbox {
    font-size: 1rem;
    content: #404040;
    text-align: center;
}

.meng01 .pbox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.meng01 .pbox b {
    font-size: 1.25rem;
    line-height: 2.6rem;
    padding-top: 0.9rem;
    display: block;
}

/*news*/

.clearfix:after {
    clear: both;
    display: block;
    content: ''
}

.clearfix {
    zoom: 1;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nlist01 {
    padding-bottom: 4rem;
    height: auto;
    overflow: hidden;
}

.nlist01 li {}

.nlist01 li a {
    padding: 8%;
    color: #999
}

.nlist01 li .date_wrap {
    position: absolute;
}

.nlist01 li .md {
    top: -18px;
    color: #4a4a4a;
    font-size: 24px
}

.nlist01 li .year {
    top: 28px;
    color: #bdbdbd;
    font-size: 9pt;
}

.nlist01 li .date_wrap .md,
.nlist01 li .date_wrap .year {
    position: relative;
    display: block;
    text-align: right;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.nlist01 li .title {
    overflow: hidden;
    margin-left: 75pt;
    width: auto;
    color: #464646;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1pc;
    line-height: 20px
}

.nlist01 li .description {
    overflow: hidden;
    margin-top: 22px;
    margin-left: 75pt;
    width: auto;
    height: 46px;
    text-align: left;
    font-size: 14px;
    line-height: 23px
}




/*news info*/

.rttitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px #eee solid
}

.rttitle span {
    font-size: 1.2rem;
    font-weight: bold;
}

.box {
    padding: 4%;
}

#newTitle {
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: center;
}

#newsInfo {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #999;
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
    margin: 10px;
}

.newsinfoleft {
    padding-left: 30px;
}

#newsInfo i {
    margin-right: 5px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    position: relative;
}

#infoImage .pinfol {
    width: 52px;
    height: 100px;
    background: url(../images/plf.png) center no-repeat;
    left: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage .pinfor {
    width: 52px;
    height: 100px;
    background: url(../images/prt.png) center no-repeat;
    right: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

#newsContent {
    line-height: 2rem;
    font-size: 1rem;
    padding-top: 2rem;
    margin: 0 auto;
}

#newsContent img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    text-indent: 0em;
}

#newsContent div {
    text-indent: 2em;
}




/*right news*/

.rtbox {
    padding-left: 1.5rem;
    border-left: 1px #eee dotted
}

.rtlist {
    padding-bottom: 4rem;height: auto;overflow: hidden;padding-top: 1rem
}

.rtlist li {
    padding: 0 0 16px;
}

.rtlist li .item_box {
    padding: 10px 0 20px;
    color: #999;
    display: block;
}

.rtlist li .item_wrapper {
    position: relative;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    border: 0
}

.rtlist li .date_wrap {
    bottom: -30px;
    position: absolute;
}

.rtlist li .date_wrap .md {
    top: auto;
    padding: 0;
    color: #bdbdbd;
    font-size: 14px;
    line-height: inherit
}

.rtlist li .date_wrap .year {
    position: initial;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 14px
}

.rtlist li .date_wrap span {
    display: inline-block;
    width: auto
}

.rtlist li .item_des {
    width: 100%
}

.rtlist li .description {
    display: block;
    line-height: 1.5rem;
    margin: 9pt 0 0
}

.rtlist li .title {
    color: #333;
    font-size: 1rem;
    transition: 0.4s all
}

.rtlist li .title:hover {
    color: #a82127;
    padding-left: 5px
}







#page {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

#page a {
    min-width: 26px;
    height: 26px;
    background: #bababa;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

#page a:hover {
    background: #a82127;
}

#page .current {
    min-width: 26px;
    height: 26px;
    color: #fff;
    background: #a82127;
    display: inline-block;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
}




/*my joblist*/

.job_ul {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    overflow: hidden;
}

.job_ul .jobin {
    background: #fbf8f8;
    height: 170px;
    line-height: 22px;
    font-size: 14px;
    color: #717171;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.job_ul li {
    margin-bottom: 2rem;
    overflow: hidden;
}

.job_ul li .jobtitle {
    width: 100%;
    height: 42px;
    color: #a82127;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px #e8e9e9 solid;
    margin-bottom: 15px;
}

.job_ul li .jobtitle span {
    float: right;
}

.job_ul li .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px #bbbbbb solid;
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: 0.4s all
}

.job_ul li .more a {
    color: #969495;
    font-size: 14px;
    position: relative;
    z-index: 3
}

.job_ul li .more span {
    width: 100px;
    height: 100px;
    transform: scale(0.5);
    background: rgba(168, 33, 39, 0);
    left: 0;
    top: -35px;
    position: absolute;
    z-index: 2;
    transition: 0.5s all
}

.job_ul li .more:hover span {
    transform: scale(1);
    background: rgba(168, 33, 39, 1);
}

.job_ul li .more:hover a {
    color: #fff
}

.job_ul li .more:hover {
    border: 1px #a82127 solid;
}

.recruitconl {}

.recruitcon {
    width: 895px;
    height: 173px;
}

.recruitpic {
    width: 132px;
    height: 153px;
    float: left;
}

.recruitconc {
    width: 640px;
    height: 143px;
    padding-top: 5px;
    float: right;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.apply {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #68b92e;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
}

.apply:hover {
    background: #ff9904;
    transition: 0.5s all;
}

.xxsmys {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #a82127 solid;
}

.xxsmwz {
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #a82127;
}


/*订单*/

.formys {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    color: #555555;
    margin: 0 auto
}

.formmcys {
    float: left;
}

.cpmcys {
    width: 400px;
    height: 35px;
    border: 1px solid #d2d4d6;
    font-family: "微软雅黑";
    color: #555555;
    background: #f9f9f9;
    font-size: 14px;
}

.formbz {
    float: left;
}

.G_InputText {
    width: 300px;
    height: 35px;
    border: 1px solid #d2d4d6;
    background: #fff;
}

.G_textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #dedede;
    background: #fff;
}

.G_ul {
    width: 100%;
}

.G_botton {
    width: 55px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: #08aaf0;
    cursor: pointer;
}

.borderLi {
    width: 450px;
    height: auto;
    padding-top: 15px;
}

.G_tips {
    width: 486px;
    margin: 10px auto 0 auto;
    border: 1px solid #dedede;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

.sub {
    background: #a82127;
    width: 105px;
    height: 32px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-family: "微软雅黑";
    transition: 0.4s all;
    display: block;
}

.sub:hover {
    background: #333333;
}