@charset "utf-8";
* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, ul, li {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 13px;
    color: #333
}

h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000;
    font-weight: normal
}

em {
    font-style: normal
}

div, input, dl, dt, dd {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: inline-block;
    vertical-align: top
}

input {
    font-size: 12px;
    outline: 0;
    display: inline-block;
}

input[type=button] {
    cursor: pointer
}

select {
    margin: 0
}

li {
    list-style: none
}

img {
    display: inline-block;
    border: none
}

body {
    font-family: Arial, Helvetica, sans-serif
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    transition: all 0.2s;
}

a:hover {
    color: #00003d
}

a, input, button, i {
    outline: none;
}

.head {
    width: 100%;
    border-bottom: 1px solid #ccc
}

.max-width {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.top {
    text-align: right;
    width: 100%;
}

.top i {
    line-height: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #969696;
}

.top i:hover {
    color: #00003d;
}

.navh {
    width: 100%;
}

.navh .logo {
    width: 18%;
    padding: 10px 0;
}

.navh .dh {
    width: 80%;
}

.navh .dh ul li {
    float: left;
    /* width: 14%; */
    text-align: center;
    position: relative;
}

.navh .dh ul li>a {
    line-height: 100px;
    font-size: 16px;
    color: #403d3d;
    padding: 10px 30px;
}
.navh .dh ul li>a.actvie{
    color: #00003d;
    font-weight: bold;
}
.navh .dh ul li a:hover {
    color: #00003d;
}

.navh .ss {
    margin-top: 34px;
    position: relative;
}

.navh .ss .sear_box {
    position: relative;
    margin-top: 4px;
    cursor: pointer;
    margin-right: 15px;
    border: none;
    width: 18px;
    height: 18px;
    background: url(../images/sprite1.png) 0 0 no-repeat;
}

.navh .ss .sear_form {
    display: none;
    position: absolute;
    right: 100%;
    top: -65px;
    width: 180px;
    border: 1px solid #cdcdcd;
}

.navh .ss .sear_form .sear_text {
    padding-left: 10px;
    width: 150px;
    line-height: 21px;
    border: none;
}

.navh .ss .sear_form .sear_btn {
    border: none;
    width: 18px;
    height: 18px;
    background: url(../images/sprite1.png) 0 0 no-repeat;
}

.navh .ss .lang {
    padding-right: 14px;
    line-height: 26px;
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding-left: 25px;
    cursor: pointer;
    background: url("../images/sprite1.png") 10px -55px no-repeat;
}

.navh .ss .lang .lang_list {
    display: none;
    top: 26px;
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: #fff;
    z-index: 9;
}

.navh .ss .lang .lang_list a {
    line-height: 33px;
    font-size: 12px;
    /* padding-left: 15px; */
    /* text-transform: uppercase; */
    display: block;
    border-bottom: 1px solid #fff;
}

.navh .ss .lang .lang_list a.lang_active {
    background: #00003d;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: left;
}

/* .navh .dh ul li:last-child {
    float: right;
} */

.hover {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100px;
    left: -354px;
    padding: 15px;
    display: none;
    z-index: 999;
    background: #fff;
}

.hover .div1 {
    width: 24.5%;
    padding: 15px;
    border-right: 1px solid #ccc;
    text-align: left;
}

.hover .div1:last-child {
    border-right: 0
}

.hover .div1 img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
    overflow: hidden;
}

.hover .div1 img:hover {
    transform: scale(1.05);
}

.hover .div1:hover p {
    color: #00003d;
}

.hover .div1 h1 {
    line-height: 25px;
    font-weight: bold
}

.hover .div1 p {
    line-height: 25px;
    color: #777777;
}

.navh .dh ul li:hover .hover {
    display: block;
}

.slides {
    text-align: center;
}

.flex-container a:active, .flexslider a:active {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles

*********************************/

.flexslider {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
}

.flexslider .slides>li {
    display: none;
    width: 100%;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.flexslider .slides li span {
    font-size: 28px;
    line-height: 80px;
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}

/* FlexSlider Default Theme

*********************************/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
    position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
    zoom: 1;
    position: relative;
}

/* Caption style */

/* IE rgba() hack */

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
}

/* Direction Nav */

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 1s;
    background-color: rgba(255, 255, 255, 0.4);
}

.flex-direction-nav li a.next {
    right: 5px;
    background-position: 0px center;
    background-image: url(../images/hover_right.png);
    background-repeat: no-repeat;
    transition: opacity 1s;
}

.flex-direction-nav li a.prev {
    left: 5px;
    background-position: 0 0;
    background-image: url(../images/hover_left.png);
    background-repeat: no-repeat;
    transition: opacity 1s;
}

.flexslider:hover a.next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.flexslider:hover a.prev {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 35px;
    text-align: center;
    /* overflow: hidden; */
    height: 0px;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    width: 60px;
    height: 5px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff;
}

.flex-control-nav li a:hover {
    background: #00003d
}

.flex-control-nav li a.active {
    cursor: default;
    background: #00003d;
}

.ys {
    width: 100%;
    height: 310px;
    background: url(../images/ys.png)no-repeat #f7f7f7;
    background-size: 100%
}

.ys ul li {
    float: left;
    width: 20%;
}

.ys ul li.li1 {
    width: 30%;
    margin-right: 5%;
}

.ys ul li {
    text-align: center
}

.ys ul li.li1 h1 {
    color: #fff;
    margin-top: 100px;
    font-size: 40px
}

.ys ul li.li1 p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.ys ul li img {
    margin-top: 30px;
    height: 70px;
    transition: all .5s;
}

.ys ul li h2 {
    color: #fff;
    font-size: 20px;
    line-height: 35px
}

.ys ul li span {
    width: 90%;
    margin: 15px auto;
    display: block;
    color: #fff;
    line-height: 22px;
}

.ys ul li.li1 img {
    height: auto;
    transition: all .5s;
}
.ys ul li.li1 img.im{
    margin-top: 0;
}

.ys ul li img:hover {
    transform: rotateY(180deg)
}

.ys ul li.li1:hover img {
    margin-left: 10px;
}

.cp {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 50px;
}

.cp h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 600
}

.cp .hs {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.cp .p1 {
    text-align: center;
    font-size: 18px
}

:after, :before {
    box-sizing: inherit
}

ul {
    list-style: none
}

.overflow-hide {
    overflow: hidden
}

.col-sm-3 {
    width: 25%;
    float: left;
    position: relative
}

.pavilion-container {
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px
}

.layer-title {
    padding: 50px 0 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1.09px
}

.pavilion-container .pavilion-inner {
    max-width: 1200px;
    margin: 0 auto
}

.pavilion-container .pavilion-inner .tabs {
    padding: 0 10px
}


.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 8px;
    border: 1px solid #025e69;
    border-radius: 2px;
    line-height: 50px;
    font-size: 16px;
    color: #025e69;
    letter-spacing: .35px;
    margin-bottom: 10px;
}

.pavilion-container .pavilion-inner .tabs li {
    margin-left: 21.2667px;
    cursor: pointer
}

.pavilion-container .pavilion-inner .tabs li:first-child {
    margin-left: 0
}

.pavilion-container .pavilion-inner .tabs li.on {
    background: #025e69;
    color: #fff;
}

.pavilion-container .pavilion-inner .tabs li.on a {
    color: #fff;
}

.pavilion-container .pavilion-inner .tabs li .hot-icon {
    width: 18px;
    height: 24px;
    background: url(../images/marketplace-selected-fire-leave.svg);
    margin-right: 10px;
    background-repeat: no-repeat
}

.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
    background: url(../images/marketplace-selected-fire.svg)
}

.pavilion-container .pavilion-inner .tabs li>span {
    display: inline-block;
    vertical-align: middle
}

.pavilion-container .tab-content-wrap {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.pavilion-container .tab-content {
    position: absolute;
    transition: all .7s linear;
    opacity: 0;
    z-index: -1;
    height: 0;
    width: 100%
}


.pavilion-container .tab-content.show {
    height: auto;
    opacity: 1;
    top: 0;
    z-index: 1
}

.pavilion-container .tab-content .col-sm-3 {
    padding: 0 10px;
    margin-bottom: 30px;
}

.pavilion-container .tab-content .col-sm-3 .tab-card {
    position: relative;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    transition: .2s linear;
    width: 100%;
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
    position: relative;
    height: 420px
}

.pavilion-container .tab-content .col-sm-3 .tab-card:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 1px 1px 0 0
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
    height: 90px;
    width: auto;
    display: block
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pavilion-container .tab-content .col-sm-3 .tab-card p {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: .51px;
    line-height: 20px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 20px
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0 5px;
    background: rgba(160, 162, 168, .1);
    border: 1px solid rgba(102, 106, 117, .1);
    border-radius: 2px;
    line-height: 20px;
    color: #a0a2a8;
    font-size: 12px
}

.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
    border-top: 1px solid #e7e7e7
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
    margin-top: 20px
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
    height: auto
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img:hover {
    transform: scale(1.05);
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}

.ds {
    background: #323232;
    width: 100%;
    padding-left: 20px;
    border-radius: 5px
}

.pavilion-container .tab-content .col-sm-3 .tab-card .time {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 40px);
    padding-top: 17px;
    font-size: 12px;
    color: #666a75;
    letter-spacing: .44px;
    line-height: 23px;
    text-align: left
}

.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
    font-size: 20px;
    color: #f66f6a;
    letter-spacing: 0;
    line-height: 23px;
    margin-right: 3px
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
    height: 90px
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
    margin-top: 20px
}

.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
    border-top-width: 0
}

.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
    background: #efedd4
}

.pavilion-container .view-go {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.pavilion-container .view-go a span.arrow-more {
    display: inline-block;
    vertical-align: middle
}

.pavilion-container .view-go a span.arrow-f {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    transition: .3s ease-out
}

.pavilion-container .view-go a:hover {
    color: #025e69
}

.pavilion-container .view-go a:hover span.arrow-f {
    transform: translate(4px, 0);
}

.about {
    width: 100%;
    background: url(../images/about.jpg)no-repeat center;
    padding: 30px 0;
}

.about h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.about .hs {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.about .nr {
    padding-top: 30px;
    width: 100%;
}

.about .nr .left {
    width: 40%;
    background: #00003d;
    float: left;
    height: 405px;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
}

.about .nr .right {
    float: left;
    width: 60%;
}

.about .nr .right video {
    object-fit: fill;
}

.about .nr .left h1 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    position: relative;
}

.about .nr .left h1:before {
    position: absolute;
    width: 70px;
    height: 3px;
    background: #000;
    content: "";
    top: -5px
}

.about .nr .left .no {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
    text-transform: uppercase;
    display: block;
}

.about .p1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.about .nr .left h3 {
    color: #fff;
    padding-top: 10px;
    line-height: 20px;
    font-weight: bold
}

.about .nr .left p {
    line-height: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.about .nr .left a {
    display: inline-block;
    background: #fff;
    color: #00003d;
    padding: 10px;
    float: right;
    margin-top: 30px;
}

.news {
    background: #f7f7f7;
    width: 100%;
    padding: 30px 0;
}

.news h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
}

.news .hs {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news .p1 {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.plnr {
    width: 100%;
}

.plnr ul {
    margin-top: 30px;
}

.plnr ul li {
    overflow: hidden;
    width: 30%;
    float: left;
    padding: 35px;
    background: #fff
}

.plnr ul li img {
    width: 100%;
    display: block;
}

.plnr ul li:hover {
    background: #00003d
}

.plnr ul li h1 {
    font-size: 21px;
    color: #61616c;
    padding-top: 10px;
    font-weight: 100
}

.plnr ul li p {
    line-height: 25px;
    font-size: 14px
}

.plnr ul li span {
    display: block;
    border: 1px solid #61616c;
    border-radius: 25px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px
}

.plnr ul li:hover p {
    color: #fff;
}

.plnr ul li:hover span {
    color: #fff;
    border: 1px solid #fff
}

.plnr ul li:hover h1 {
    color: #fff;
}

.plnr ul li:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.hz {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0;
    overflow: hidden;
}

.hz h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000;
}

.hz .hs {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.hz .p1 {
    text-align: center;
    font-size: 18px;
    color: #000;
}

#goL2 {
    margin-right: 15px;
    background: #025e69;
    color: #fff;
    width: 35px;
    display: inline-block;
    border-radius: 3px;
}

#goR2 {
    background: #025e69;
    color: #fff;
    width: 35px;
    display: inline-block;
    border-radius: 3px;
}

#goR2:hover {
    background: #000
}

#goL2:hover {
    background: #000
}

#marquee4 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 180px;
}

#marquee4 ul li {
    float: left;
    width: 230px;
    padding: 5px;
    margin-left: 10px;
}

#marquee4 ul li img {
    display: block;
    width: 100%;
}

.control {
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
}

.foot {
    background: #333333;
    width: 100%;
}

.col-3 {
    width: 33%;
    margin-top: 60px;
}

.foot .max-width {
    color: #fff;
}

.foot .max-width .col-3 h1 {
    color: #fff;
    font-size: 17px;
    position: relative;
}

.foot .max-width .col-3 h1:before {
    content: "";
    width: 64px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 26px
}

.foot .max-width .col-3 ul li a {
    color: #fff;
    font-size: 14px
}

.foot .max-width .col-3 ul {
    margin-top: 30px;
}

.foot .max-width .col-3 ul li {
    list-style: disc;
    color: #fff;
    line-height: 35px;
}
.foot .max-width:nth-child(1) ul li{
    float: left;
    width: 50%;
}
.clo3 {
    width: 33%;
    background: #3c3c3c;
    height: 440px;
}

.col-31 {
    width: 100%;
    margin-top: 60px;
    padding: 0 35px;
}

.col-31 h1 {
    color: #fff;
    font-size: 17px;
}

.col-31 form {
    margin-top: 30px;
    color: #fff;
}

.col-31 form .input-lg {
    width: 100%;
    background: none;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: #fff;
}

.col-31 form textarea {
    width: 100%;
    background: none;
    height: 100px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.col-31 form .btn-text {
    display: block;
    background: #00003d;
    color: #fff;
    border: 0;
    padding: 10px 30px;
}

.col-31 form #CheckCode {
    height: 35px;
    margin-bottom: 10px;
}

.wz {
    width: 100%;
    background: #ebeaea;
    line-height: 50px
}

.lsit {
    width: 100%;
}

.inner-page-l {
    width: 25%;
    float: left;
    margin-bottom: 40px;
}

.sidebar-block {
    margin-right: 25px;
    overflow: hidden;
}

.sidebar-box {
    overflow: hidden;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, .2);
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 20px;
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 20px 15px 15px 15px;
    color: #292929;
    text-transform: uppercase;
    border-bottom: 1px #eaeaea solid;
    border-left: 2px #00003d solid;
    padding: 12px 20px;
    overflow: hidden;
}

.sidebar-title span {
    color: #292929;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.sidebar-contant {
    background-color: #fff;
    border-top: 0;
    width: 100%;
}

.sidebar-product dl {
    padding: 0px 18px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-product dl span.clicker_active {
    font-size: 26px;
    font-weight: normal;
}

.sidebar-product dl span {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #3a3939;
    height: 48px;
    display: block;
    line-height: 48px;
    float: right;
    cursor: pointer;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.sidebar-product dl dt {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 15px 15px 15px 0;
    position: relative;
    margin-bottom: 0;
}

.sidebar-product dl dt a {
    font-size: 14px;
    transition: all .5s;
}
.sidebar-product dl dt a:hover{
    color: #025e69;
    padding-left: 15px;
}
.sidebar-product dl dd {
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    margin: 8px 0 8px 15px;
}

.sidebar-product dl dd a {
    font-size: 12px;
    color: #6d6d6d;
    width: 100%;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ebebeb;
}

.lsit .max-width {
    margin: 35px auto;
}

.sidebar-featured ul {
    overflow: hidden;
    padding-top: 10px;
}

.sidebar-featured ul li {
    overflow: hidden;
    margin: 0 20px;
}

.sidebar-featured ul li .item {
    overflow: hidden;
    margin: 8px 0;
    padding-bottom: 12px;
    border-bottom: 1px #eaeaea solid;
}

.sidebar-featured ul li .item .pro-media {
    float: left;
    width: 40%;
}

.sidebar-featured ul li .item .pro-media a {
    display: block;
    border: 1px #eaeaea solid;
}

.sidebar-featured ul li .item .pro-media img {
    max-width: 100%;
    display: block;
}

.sidebar-featured ul li .item .pro-detail-info {
    float: right;
    width: 60%;
}

.sidebar-featured ul li .item .pro-detail-info .th {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: normal;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sidebar-featured ul li .item .pro-detail-info .th a {
    display: block;
}

.sidebar-featured ul li .item .pro-detail-info span {
    margin-left: 15px;
    display: block;
}

.sidebar-featured ul li .item .pro-detail-info span a {
    background-color: #00003d;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.sidebar-contact .mb-20 {
    font-size: 14px;
    line-height: 30px;
    margin: 15px 20px;
    padding: 0 0 12px 45px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px #eaeaea solid;
    display: block;
}

.sidebar-contact .inner-title {
    color: #00003d;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    font-size: 20px;
    height: 38px;
    text-align: center;
    width: 38px;
    text-indent: 2px;
}

.sidebar-contact .inner-title i {
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    color: #00003d;
    font-weight: normal;
    border: 2px #00003d dotted;
}

.sidebar-contact ul {
    overflow: hidden;
}

.sidebar-contact ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
}

.sidebar-contact ul li a {
    word-break: break-all;
    display: inline-block;
}

.inner-page-r {
    width: 75%;
    float: right;
    margin-bottom: 40px;
}

.inner-page-r ul li {
    float: left;
    width: 31%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 3%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.inner-page-r ul li img {
    width: 100%;
    transition: all 0.5s;
}

.inner-page-r ul li h1 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    color: #333333;
    text-align: center;
}

.inner-page-r ul li p {
    color: #777777;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    text-align: center;
}

.inner-page-r ul li span {
    font-family: "ar", Sans-serif;
    font-size: 14px;
    transition: all 0.6s;
    line-height: 18px;
    width: 200px;
    color: #ffffff;
    background-color: #00003d;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 20px 8px 20px;
    border-radius: 5px
}

.inner-page-r ul li:nth-child(3n) {
    margin-right: 0;
}

.inner-page-r ul li span:hover {
    background: #000;
    color: #fff;
}

.inner-page-r ul li:hover img {
    transform: scale(1.02);
}

.listnr {
    width: 100%;
    background: #ebeaea
}

/* 产品 */

.box {
    width: 50%;
    margin: 20px auto
}

.left-pro {
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    float: left;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px
}

.left-pro .t1 {
    width: 100px;
    float: left
}

.left-pro .t2 {
    width: 80%;
    text-indent: 0;
    float: left;
    padding-left: 10px
}

.main_img {
    width: 100%;
}

.left-pro .t2 img {
    text-indent: 0;
}

#showArea img {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    width: 68px;
    padding: 1px;
    border: 1px solid #ccc;
    height: 68px;
    float: left
}

#main_img {
    cursor: pointer;
    display: block
}

#gotop {
    cursor: pointer;
    display: block;
    margin-left: 9px
}

#gobottom {
    cursor: pointer;
    display: block;
    margin-left: 9px
}

#showArea {
    height: 434px;
    margin: 10px;
    overflow: hidden
}

.MagicZoomBigImageCont {
    border: 1px solid #91b817;
    overflow: hidden
}

.MagicZoomBigImageCont img {
    width: 800px;
    height: 800px
}

.MagicZoomBigImageCont iframe {
    width: 300px;
    height: 300px
}

.MagicZoomHeader {
    font: 10px Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    background: #91b817;
    text-align: center!important
}

.MagicZoomPup {
    border: 1px solid #aaa;
    background: #fff;
    cursor: hand;
    left: 0
}

.MagicZoomLoading {
    text-align: center;
    background: #fff;
    color: #444;
    opacity: .8;
    padding: 3px!important;
    display: none
}

.MagicZoomLoading img {
    padding-top: 3px!important
}

.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none
}

.MagicThumb-zoomed {
    cursor: default
}

.MagicThumb span {
    display: none
}

.MagicThumb-image {
    border: 1px solid #ccc;
    outline: none
}

.MagicThumb-image-zoomed {
    cursor: url(cursor/zoomout.cur), pointer
}

.MagicThumb-caption {
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px
}

.MagicThumb-controlbar {
    display: block;
    height: 18px
}

.MagicThumb-controlbar a {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 1px;
    outline: none;
    float: left;
    overflow: hidden
}

.MagicThumb-controlbar a span {
    display: block;
    width: 1000px;
    height: 1000px;
    background: transparent url(graphics/controlbar.png) no-repeat 0 0;
    outline: none;
    position: absolute;
    left: 0;
    top: 0
}

.MagicThumb-loading {
    border: 1px solid #000;
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font-size: 8pt;
    font-family: sans-serif
}

#showArea .selected img {
    border: 1px solid #00003d
}

.listnr .right {
    width: 43%;
    float: right;
    padding-top: 5%;
}

.listnr .right h1 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: inherit;
    color: #00003d;
    line-height: 32px;
    clear: none;
}
.listnr .right h2{color: #8e8787;}
.listnr .right h2 span{color: #000;
    margin-left: 10px;}
.listnr .right p {
    color: #8e8787;
    line-height: 25px;
}

.listnr .right h2 {
    font-weight: bold;
    line-height: 35px
}

.tabxh {
    display: block;
}


.investment_f {
    width: 100%;
    margin: 20px auto
}

.investment_f .investment_title {
    height: 44px;
    width: 100%;
    overflow: hidden
}
.listnr .right h2 .div1{display: block;}
.listnr .right h2 .div1 span{    
    padding: 2px;
    border: 1px solid #ccc;
    width: 50%;
    display: block;
    margin-bottom: 10px;
    text-align: center;

}
.listnr .right h2 .div1 span:hover{
    background: #00003d;
    color: #fff;
}
.listnr .right li{list-style-type: disc;    line-height: 25px;
 
    color: #676262;}
.investment_title div {
    /* width: 131px; */
    width: auto;
    padding: 0 20px;
    height: 44px;
    /* background: url(../images/invest_detail_22.png); */
    background: #e5e5e5;
    float: left;
    margin-right: 6px;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    color: #000;
    cursor: pointer;
    margin-left: 1px
}

.investment_title a, .investment_title a:link, .investment_title a:visited, .investment_title a:hover {
    color: #000;
    width: 131px;
    height: 44px;
    display: inline-block
}

.investment_title div.on a, .investment_title div.on a:link, .investment_title div.on a:visited, .investment_title div.on a:hover {
    color: #00003d
}

.investment_title div.on {
    background: url(../images/invest_detail_18.png);
    color: #00003d
}

.investment_con {
    clear: both;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    padding: 20px
}

.investment_con_list {
    display: none;
    width: 100%;
}
.investment_con_list h5{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.investment_con_list p{
    line-height: 24px;
    color: #888;
    padding: 0;
    margin: 0;
}
.investment_con_list ul{
    padding-left: 15px;
}
.investment_con_list li{
    line-height: 24px;
    color: #888;
    list-style: disc;
}
.bannerbox{width: 100%;}
.bannerbox img{display: block;width: 100%;}
.aboutnp{width: 100%;box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);}
.boxbt{width: 100%;width: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}
.boxbt a{
    padding: 0 50px;
    display: inline-block;
    float: left;
    text-align: center;
    background: #fff;
    color: #333;
    line-height: 50px;
}
.boxbt a:hover{
    background: #333;
    color: #fff;
}
.boxbt a.on{
    padding: 0 50px;
    display: inline-block;
    float: left;
    text-align: center;
    background: #333;
    color: #fff;
    line-height: 50px;
}
.infoabout .nr{width: 100%;text-align: center}
.infoabout .nr .div1 {
    text-align: center;
    background: url(../images/2_05.png) center bottom no-repeat;
    padding-bottom: 1%;
    display: block;
    margin-bottom: 10px;
}
/* .infoabout .nr .div3:before{
    content: "";
    width: 30px;
    height: 3px;
    background: #00003d;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
} */
.div4{width: 30px;display: block;height: 3px;margin: 0 auto;background: #00003d}
.infoabout{width: 100%;margin-top: 4%;padding-bottom: 30px;}
.f_32{font-size: 32px}
.infoabout .nr .div3{
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.ry{width: 100%;margin-top: 4%;}
.ry .div1{text-align: center;display: block;    background: url(../images/2_05.png) center bottom no-repeat; padding-bottom: 1%;}
.ry .div2 {
    margin-top: 3%;
    text-align: center;
    display: block;
}
.ry .div2 .on {
    background: #00003d;
    color: #fff;
}
.ry .div2 a {
    border: 1px #00003d solid;
    margin: 0 5px;
    display: inline-block;
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.ry ul.ul_4 li{width: 23.5%;margin-right:2%;margin-bottom: 15px;float: left;    position: relative;
    top: 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}
.ry ul.ul_4 li a {
    display: block;
    padding: 0 5%;
    margin-top: 20px;
}
.ry ul.ul_4{margin-top: 3%;overflow: hidden;}
.ry ul.ul_4 li:nth-child(3n){margin-right: 2%}
.ry ul.ul_4 li:nth-child(4n){margin-right: 0}
.ry ul.ul_4 .div3 a img{border: 1px #eee solid;width: 100%;padding: 5px;}
.ry ul.ul_4 .div3 a:hover img{border-color: #00003d;}
.ry ul.ul_4 .f_13{text-align: center;width: 100%;line-height: 20px; height: 40px;overflow: hidden;margin-top: 5px}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.ry ul.ul_4 li:hover{ top:-10px;}
.coneractnr{width: 100%;background: #f0f2f5;padding-top: 4%;}
.coneractnr .div1{    text-align: center;display: block;
    background: url(../images/2_05.png) center bottom no-repeat;
    padding-bottom: 1%;}
.coneractnr .iconbox{
    width: 100%;
    background: #fff;
    margin-top: 4%;
    margin-bottom: 4%;
}
.coneractnr .iconbox .icons {
    width: 33.333333%;
    float: left;
    background: #fff;
}

.coneractnr .iconbox .icons .imgbox {
    padding: 60px 0 24px 0;
    display: block;
}

.coneractnr .iconbox .icons .imgbox img {
    margin: 0 auto;
    transition: all .3s;
    display: block;
}

.coneractnr .iconbox .icons .textbox {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 70px;
    color: #444;
    border-right: 1px solid #e5e5e5;
    display: block;
}
.coneractnr .iconbox .icons .textbox  .text{
    display: block;
}

.coneractnr .iconbox .icons .textbox .text:first-child {
    margin-bottom: 18px;
}
.coneractnr .iconbox .icons .textbox .text{
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
}
.coneractnr .iconbox .icons:hover .imgbox img {
    transform: rotateY(180deg);
}

/* .coneractnr .iconbox .icons:last-child .textbox {
    border-right: none;
    display: block;
} */
.dtgoole{width: 100%;}
.lynr{background: #f0f2f5;width: 100%;}
.inner-message-row{background: #fff;overflow: hidden;margin-top: 30px;padding: 25px;margin-bottom: 30px;border-radius: 5px;    box-shadow: 0 5px 0 rgba(200,200,200,.2);}
.inner-message-row .item{ width: 100%; float: left; margin-bottom: 20px;}
.inner-message-row .item input{ color: #999; width: 100%; line-height: 30px; border: 0; height: 30px;}.inner-message-row .item textarea{ color: #999; width: 100%;line-height: 30px; border: 0;font-family: Arial, Helvetica, sans-serif; min-height: 110px;}
.inner-message-row .item button{
    background-color: #00003d;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 12px 25px;
    border-radius: 30px;
    display: block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
	border: 0;
	cursor:pointer
}

.inner-message-row .item button:hover{ background-color: #131e2c;}
.inner-message-row .item button:active{background-color: #F60;}
.inner-message-row .item.item-half{ width: 50%;}
.inner-message-box {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    display: block;
}
.inner-message-half{
    display: block;
    padding: 8px;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    display: block;
}
.newslist{width: 100%;background: #f0f2f5}
.newslist .ti{font-size: 30px;line-height: 56px;margin: 35px 0 30px 40px;position: relative;width: 100%;text-align: center;    background: url(../images/2_05.png) center bottom no-repeat;}
/* .newslist .ti:after{content: "";width: 35px;height: 2px;background: #000;position: absolute;left: 0;} */
.ns_box{width: 100%;}
.ns_box ul{    margin: 50px 0 40px 40px; width: 100%;}
.ns_box ul li{    width: 100%;padding: 40px;overflow: hidden;
    background: #fff url(../images/n2_rt.png)center right no-repeat;
    margin-bottom: 30px;}
.ns_box ul li .left{width: 45%;overflow: hidden;}
.ns_box ul li .right{width: 50%;float: right;}
.ns_box ul li .left img{display: block;width: 100%;transition: all 0.6s;}
.ns_box ul li:hover{box-shadow: 0px 2px 10px 5px #ccc;}
.ns_box ul li:hover .left img{ transform: scale(1.1);  }
.ns_box ul li .right h1{
    line-height: 120px;
    font-size: 30px;
    color: #666;
    font-family: "arial";
}
.ns_box ul li .right h3{
    font-size: 18px;    width: 80%;
    line-height: 18px;
    margin-bottom: 15px;
}
.ns_box ul li .right p{
    overflow: hidden;    width: 80%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}
.ns_box ul li .right .vies{
    width: 80%;
    height: 80px;
    line-height: 80px;
    border-top: 1px dotted #666;
    margin-top: 50px;
    color: #666;
}
.ns_box ul li a{
    overflow: hidden;
    display: block;
}
.views{width: 100%;background: #fff;margin-top: 3%;padding: 35px;margin-bottom: 30px;}
.moh{width: 100%;background: rgba(0, 0, 0, .3);position: absolute;top: 100px;left: 0;z-index: 999;opacity: 0;}
.moh p{    border-bottom: 1px solid #fff;margin: 0;padding: 0;line-height: 55px;}
.moh p a{color: #fff;line-height: 25px;}
.navh .dh ul li:hover .moh{opacity: 1;}
.yellow {padding: 7px 0; margin: 4px; text-align: center; font-size:14px; float:none}
.yellow B{ padding:0 4px; font-size:12px}
.yellow a,.yellow a:link {border: #ddd 1px solid; margin: 3px; padding: 3px 7px; text-decoration: none; font-size:14px; color:#666}
.yellow a:hover {border: #00003d 1px solid;background: #06738e; color: #fff; text-decoration:none}
.yellow span.current {border: #00003d 1px solid; font-weight: bold; margin: 3px; color: #fff; padding: 3px 7px;background: #00003d; font-size:14px}
.yellow span.disabled {border: #ddd 1px solid; padding: 3px 7px; margin: 3px; color: #aaa; font-size:14px }
.yellow span:hover{background: #00003d;color: #fff}
.tp{display: block;width: 100%;}
.pape{display: block;width: 100%;text-align: center}
.ke-zeroborder { width:100%; border:0}
.ke-zeroborder td{ padding:10px 5px; font-size:0.8rem;line-height:18px;text-align:center; border-left:1px #ddd solid; border-top:1px #ddd solid}
.ke-zeroborder tr td:first-child{ border-left:none}
.ke-zeroborder tr:nth-child(2n+1){background:#eee}
.ke-zeroborder tr:hover{background:#76b9ed;color: #fff;}
.ke-zeroborder tr:first-child{background:#fff; color:#000;}
.ke-zeroborder tr:first-child td{border-bottom:2px #2a3e83 solid;}
.views{line-height: 25px;font-size: 16px}
.sj{display: none;}
.g-ft{display: none;}
@media screen and (max-width: 760px) {
    .navh{display: none;}
    .ys{display: none;}
    .foot{display: none;}
    .about .nr .right{display: none;}
    .about .nr .left{width: 100%;}
    .plnr ul li{width: 100%;}
    .inner-page-l{width: 100%;}
    .sidebar-featured{display: none;}
    .sidebar-contact{display: none;}
    .inner-page-r{width: 100%;}
    .inner-page-r ul li{width: 100%;}
    .investment_con img{width: 100%;}
    .box{width: 100%;}
    .listnr .right{width: 100%;}
    .left-pro .t1{display: none;}
    .ns_box ul{margin: 0;}
    .ry ul.ul_4 li{width: 48%;}
    .sj{display: block;}

    .accordion ul {

        list-style-type: none

    }

    

    .accordion a {

        color: #b63b4d;

        text-decoration: none

    }

    

    .accordion h1 {

        color: #fff;

        font-size: 24px;

        font-weight: 400;

        text-align: center;

        margin-top: 80px

    }

    

    .accordion h1 a {

        color: #c12c42;

        font-size: 16px

    }

    

    .accordion {

        width: 100%;

        background: #fff;

        -webkit-border-radius: 4px;

        -moz-border-radius: 4px;

        border-radius: 4px

    }

    

    .accordion .link {

        cursor: pointer;

        display: block;

        padding:40px 15px 65px 42px;

        color: #4d4d4d;

        font-size: 14px;

        font-weight: 700;

        border-bottom: 1px solid #ccc;

        position: relative;

        -webkit-transition: all .4s ease;

        -o-transition: all .4s ease;

        transition: all .4s ease

    }

    

    .accordion li:last-child .link {

        border-bottom: 0

    }

    

    .accordion li i {

        position: absolute;

        top: 26px;

        left: 10px;

        font-size: 18px;

        color: #595959;

        -webkit-transition: all .4s ease;

        -o-transition: all .4s ease;

        transition: all .4s ease

    }

    

    .accordion li i.fa-chevron-down {

        right: 10px;

        left: auto;

        font-size: 16px

    }

    

    .accordion li.open .link {

        color: #b63b4d

    }

    

    .accordion li.open i {

        color: #b63b4d

    }

    

    .accordion li.open i.fa-chevron-down {

        -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

        -o-transform: rotate(180deg);

        transform: rotate(180deg)

    }

    

    .submenu1 {

        display: none;

        background: #1b6ca7;

        font-size: 14px;

        width: 100%;

    }

    

    .submenu1 li {

        border-bottom: 1px solid #fff;

        float: none;

    }

    

    .submenu1 a {

        display: block;

        text-decoration: none;

        color: #fff;

        padding: 12px;

        padding-left: 42px;

        -webkit-transition: all .25s ease;

        -o-transition: all .25s ease;

        transition: all .25s ease

    }

    

    .submenu1 a:hover {

        background: #b63b4d;

        color: #fff

    }

    .accordion li.open i.fa-chevron-down:before{

        display: none;

    }

    .g-ft {

        display: block;

        height: 60px;

        width: 100%;

        overflow: hidden;

    }

    .social_nav5{ position:fixed; bottom:0; min-width:320px; max-width:640px; overflow:hidden; width:100%; z-index:999;

        background-color:#009bad;}

    .social_nav5 li{ position:relative; float:left; padding-top:0.5rem; width:25%; height:4.583rem; overflow:hidden; font:1rem/2rem "Microsoft Yahei";  text-align:center; color:#fff; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;}

    .social_nav5 li i{ margin:0 auto; width:2.5rem; height:2rem; display:block;}

    .social_nav5 li i img{width: 100%;}

    .social_nav5 li a{ color:#fff}

    .buy-order .ny_lyk{width: 100%;margin-right: 0;}

    .buy-order .ny_lyk input{width: 100%;}

    .social_nav5 li:before{ position:absolute; content:""; right:0rem; top:0rem; width:1px; height:4.583rem; overflow:hidden; }

    .social_nav5 li:after{ position:absolute; content:""; left:0rem; top:0rem; width:1px; height:4.583rem; overflow:hidden; background:#88c11c;}

    .social_nav5 li:nth-child(4):before{ background:none;}

    .social_nav5 li:nth-child(1):after{ background:none;}

}