input {
    vertical-align: middle;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}

body, html {
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #666;
    font-size: 14px;
    width: 100%;
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea, button, input:focus {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}




.inner{
    width: 1110px;
    margin: 0 auto;
}
.inner2{
    width: 1050px;
    margin: 0 auto;
}
@font-face
{
    src: url(../fonts/STXIHEI.TTF);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 26px;
}

header .logo {
    float: left;
}

header .navs {
    float: right;
    /*margin-top: 16px;*/
}

header .navs > ul > li {
    float: left;
    margin-left: 48px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    line-height: 44px;
}

header .navs > ul > li > a {
    color: #ffffff;
    transition: 0.5s;
}

header .navs > ul > li > a:hover {
    color: #009342;
}

header .navs li img {
    margin-left: 10px;
    cursor: pointer;
    transform: translateY(-2px);
}

.caidan {
    display: none;
}

#container {
    float: left;
    width: 100%;
}

#container .text h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    position: relative;
    top: 30px;
}

#container .text p {
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 18px;
    top: 35px;
    color: #fff;
}

video#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/yd-banner.png) bottom center no-repeat;
    background-size: cover;
}

.video video::-webkit-media-controls-enclosure {
    display: none !important;
}

.items .text {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 10;
}

.btn {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 75px;
}

.btn a {
    border-radius: 3px;
    padding: 14px 35px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;

}

.btn a:hover {
    /*border: 2px solid #009342;*/
    background-color: #009342;
    color: #fff;
}

.btn a:focus {
    text-decoration: none;
    color: #fff;
}

.play-video {
    background: url(../images/ship-icon_11.png) 30px center no-repeat;
}

.btn .play-video {
    padding-left: 56px;
}

/*!

 @Name: layer's style
 @Author: 贤心
 @Blog： sentsin.com

 */
.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed
}

html #layui_layer_skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    _height: expression(document.body.offsetHeight+"px");
    background-color:#000; opacity:0; filter:alpha(opacity=80);
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 2px;
    opacity: 0;
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    /*-webkit-animation-duration: .3s;*/
    /*animation-duration: .3s;*/
    top: 150px;
    left: 50%;
    transition: 0.8s;
    transform: translateX(-50%);
}

.layui-layer-close {
    position: absolute;
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-moves {
    position: absolute;
    border: 3px solid #666;
    border: 3px solid rgba(0, 0, 0, .5);
    cursor: move;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    filter: alpha(opacity=50)
}

.layui-layer-load {
    background: url(default/loading-0.gif) center center no-repeat #fff
}

.layui-layer-ico {
    background: url(../images/icon.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 0 -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .7
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe .layui-layer-content {
    overflow: hidden
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(default/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(default/loading-1.gif) no-repeat
}

.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(default/loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    _float: left;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    background-color: #F90;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #F90
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F90
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(default/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 220px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    cursor: default;
    overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
    height: 43px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
    display: block
}

.xubox_tabclose {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.layui-layer-photos {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgbar, .layui-layer-imguide {
    display: none
}

.layui-layer-imgnext, .layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000 \9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}




.headerTwoBot{
    float: left;
    width: 100%;
    /*height: 120px;*/
    padding-top: 9px;
    /*padding-bottom: 30px;*/
    background: #f2f2f2;
}
.headerTwoBot .top{
    float: left;
    width: 100%;
}

.headerTwoBot .logo{
    float: left;
    margin-top: 4px;
}
.headerTwoBot .right{
    float: right;
    width: 77%;
}
.headerTwoBot .right .top-t{
    float: right;
    width: 100%;
    position: relative;
    text-align: right;
}
.headerTwoBot .right .top-t a{
    color: #333;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
.headerTwoBot .right .top-t img{
    margin-right: 7px;
}
.headerTwoBot .right .top-t span{
    color: #333;
    font-weight: bold;
}
.headerTwoBot .right .top-t p span{
    width: 1px;
    height: 11px;
    display: inline-block;
    background: #c6c6c6;
    margin: 0 11px;
}
.headerTwoBot .right .top-t p img{
    transform: translateY(-2px);
    margin-right: 5px;
}
.headerTwoBot .logo img{
    /*width: 115px;*/
}
.headerTwoBot .navs{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 11px;
}
.headerTwoBot .navs > ul > li{
    float: left;
    width: 14.1%;
    text-align: center;
    line-height: 56px;
    position: relative;
}
/*.headerTwoBot .navs > ul > li:first-child{*/
    /*margin-left: 45px;*/
/*}*/
.headerTwoBot .navs > ul > li > a{
    font-weight: bold;
    font-size: 18px;
}
.headerTwoBot .navs li img{
    margin-left: 10px;
    transform: translateY(-3px);
    cursor: pointer;
    margin-right: 10px;
}
.headerTwoBot .navs li a{
    font-size: 16px;
    color: #000000;
    transition: 0.5s;


}
.headerTwoBot .navs li a:hover{
    color: #862431;
}

.headerTwoBot .xian{
    height: 19px;
    width: 1px;
    background: #dedede;
    display: inline-block;
    transform: translateY(3px);
}
.headerTwoBot .navs > ul > li:last-child a{
    margin-right: 13px;
}


.search-content {
    float: right !important;
    /*width: 290px;*/
    height: 33px;
    border: 1px solid #999999;
    /*display: none;*/
    position: relative;
    margin-top: 4px;
}

.leftIcon{
    float: right;
    margin-right: 23px;
    margin-top: 9px;
    position: relative;
}
.leftIcon a{
    color: #3b3b3b;
    font-size: 16px;
    margin-left: 16px;
}
.leftIcon span{
    color: #3b3b3b;
    font-size: 16px;
}
.leftIcon img{
    margin-right: 3px;
    transform: translateY(-1px);
}
.search-content .search-wrapper {
    margin: 33px 0;
    border: 1px solid #999;
    position: relative;
}
.search-input-wrapper {
    max-width: 1110px;
    margin: 0 auto;
    height: 52px;
}
.search-content .icon-search:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 20px;
    background: url(../images/search.png) no-repeat center;
}
.search-content .btn-search{
    margin-top: 0;
    background: none;
}
.search-content #searchtype{
    float: left;
    width: 105px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    padding-left: 6px;
    margin-right: 5px;
    background: transparent;
    border: none;
    border-right: 1px solid #999999;
    outline: none;
    
}
.search-content #searchtype option{
    text-align: center;
    color: #333;
}
.search-content #searchtype:focus{

}
.search-content .search-input {
    height: 31px;
    background-color: #f2f2f2;
    color: #333;
    width: 365px;
    float: left;
    border: none;
}
.search-content .search-input::placeholder{
    color: #333;
}
.search-content .search-input::-webkit-input-placeholder{
    color: #333;
}
#searchbutton{
    position: absolute;
    right: 0;
    top: -1px;
}
.search-content .search-input:focus{
    border-color:#fff;
}





.footer{
    float: left;
    width: 100%;
    background: #171717;
    padding-top: 40px;
}
.footer .xian{
    width: 100%;
    height: 1px;
    background: #353535;
    margin-bottom: 11px;
}
.footer .left{
    float: left;
}
.footer .left img{
    max-width: 100%;
}
.footer .left p{
    
    color: #595959;
    margin-top: 12px;
    margin-bottom: 23px;
}
.footer .left p a{
    color: #595959;
}
.footer .left p:last-child{
    display: none;
}

.footer .right{
    float: right;
    /*margin-top: 30px;*/
}
.footer .right a{
    
    color: #595959;
}
.footer .right img{
    margin-left: 8px;
}





.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border-top-color: #ddd;
    min-width: auto;
    display: block;
    display: none\9;
    display: block\9\0;
    -webkit-transform: scale(1.2,0);
    transform: scale(1.2,0);
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: -webkit-all .2s ease-out;
    transition: -webkit-all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out,-webkit-all .2s ease-out;
    -webkit-box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
    box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
    padding: 17px 26px;
}
.dropdown-active {
    display: block\9;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}

.dropdown-menu > li>a {
    padding: 5px 0;
    
    line-height: 28px;
    transition: 0.5s;
}
.dropdown-menu > li>a:hover{
    color: #009342;
}
.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}




.w1120{

    opacity: 0;
    overflow: hidden;
    height: 0;
    padding-top: 0px;
    transition: 0.2s;

}
.w1120.active{
    opacity: 1;
    height: 100%;
    padding-top: 200px;
}
.fix{*zoom:1; transition: 0.5s;}
.fix.active{
    height: 100%;
    z-index: 99999;
}
.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


.a51{
    width: 11px;
    height: 15px;
    background: url("../images/op95.png") no-repeat;
    position: absolute;
    right: 24px;
    bottom: 14px;
    z-index: 2;
}
.a51 a{
    display: block;
    height: 15px;
}



.nav{

    width: 100%;

    background: url("../images/op95.png") repeat;

    position: absolute;

    top: 0;

    left: 0;

    z-index:999;

    height: 0;

    float: left;

}



.close{

    width: 32px;

    height: 32px;

    background: url("../images/close.png") no-repeat;

    background-size: 100%;

    position: absolute;

    right: 4px;

    top: 132px;

    display: block;

    transition-duration:1000ms;

}

.close:hover{

    transform:rotate(360deg);

}

.uls{

    float: left;
    width: 100%;
    position: relative;

}

.sub-nav{
    width: 25%;
}

.sub-nav dt{

    height: 62px;

}

.sub-nav dt a{

    color: #fff;

    font-size: 34px;

    line-height: 42px;

    /*padding-bottom: 20px;*/

}

.sub-nav .fir-nav{

    color: #a5a5a5;

    font-size: 18px;

    line-height: 34px;

    transition-duration:300ms;

    width: 100%;

    display: block;

}

.sub-nav .fir-nav:hover{

    color: #fff;

}

.sub-nav dd .subs{

    width: 92%;

    padding-left: 8%;

}

.sub-nav dd .subs a{

    display: block;

    line-height: 32px;

    padding-left: 14px;

    background: url("../images/dot.png") left center no-repeat;

    color: #a5a5a5;

    font-size: 16px;

    transition-duration:300ms;

}

.sub-nav dd .subs a:hover{

    color: #fff;

}


.erweima{
    position: absolute;
    top: 33px;
    right: 49px;
    z-index: 9;
    opacity: 1;
    transition: 0.5s;
    margin-right: 0;
	display:none;
}








@media only screen and (max-width: 1024px){
    .uls {
        width: 95%;
        margin-left: 5%;
    }
}
@media only screen and (min-width: 1024px) {

    .w1120 {

        max-width: 1120px;

        margin: 0 auto;

        position: relative;

        width: 90%;

    }

    .sub-nav {

        float: left;

    }

    .nav {

        height: 0;

    }

}

@media screen and (max-width: 1200px) {
    .footer .left p a:first-child{
        display: none;
    }
    .headerTwoBot .top{
        width: 90%;
    }
    .headerTwoBot .right{
        display: none;
    }
    .headerTwoBot .logo img {
        width: 80px;
        margin-top: 5px;
    }
    .headerTwoBot{
        height: 73px;
    }
    .headerTwoBot{
        padding: 10px 0;
    }
    .headerTwoBot .logo{
        margin-top: 0;
    }
    .inner2{
        width: 970px;
    }
    .inner{
        width: 970px;
    }
    .headerTwoBot .navs{
        display: none;
    }
    #container .text h1 {
        font-size: 40px;
    }

    #container .text p {
        
    }

    header .navs {
        display: none;
    }

    .caidan {
        display: block;
        float: right;
        margin-top: 16px;
        cursor: pointer;
    }
}

@media screen and (max-width: 992px) {
    .footer .right{
        display: none;
    }
    .fix{
        position: fixed;
    }
    .sub-nav{
        width: 100%;
    }
    .sub-nav .fir-nav {
        
        border-bottom: 1px solid #202020;
        line-height: 38px;
    }
    .close {
        top: 12px;
        width: 20px;
        height: 20px;
        right: 3%;
        opacity: 1;
    }
    .nav .w1120{
        padding-top: 45px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .inner{
        width: 750px;
    }
    .inner2{
        width: 750px;
    }
}

@media screen and (max-width: 768px) {
    body, html {
        font-size: 16px;
        line-height: 26px;
    }

    .headerTwoBot .logo img{
        margin-top: 0;
    }
    .footer{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .footer .xian{
        display: none;
    }
    .footer .left p{
        text-align: center;
    }
    .footer .right {
        margin-top: 0;
    }
    .footer .left p {
        margin-bottom: 10px;
    }
    .footer .left p:nth-child(2){
        display: none;
    }
    .sub-nav dt a{
        font-size: 18px;
    }
    .headerTwoBot{
        padding: 15px;
    }
    .headerTwoTop{
        display: none;
    }
    .inner{
        width: auto;
    }
    .inner2{
        width: auto;
    }
    #container .text h1{
        font-size: 36px;
    }
    .item .text{
        padding: 0 15px;
    }
}

@media screen and (max-width: 650px) {
    .footer .left p:last-child{
        display: block;
    }
}

@media screen and (max-width: 320px) {

}
