@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    line-height: 2em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html,
body {
    color: #5f6061;
    width: 100vw;
    overflow-x: hidden;
}

body {
    background: #fff;
}

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

a {
    color: #5f6061;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

img {
    border: 0
}

b,
em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

@-webkit-keyframes fadeleft {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

@font-face {
    font-family: "museo-light";
    src: url('museo-light.eot');
    src: url('museo-light.eot?#iefix') format('embedded-opentype'), url('museo-light.woff') format('woff'), url('static/museo-light.ttf') format('truetype'), url('museo-light.svg') format('svg')
}

.museo-light {
    font-family: "museo-light" !important
}

.imgbig {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important
}

.imgbig:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.imgbigout {
    display: block;
    overflow: hidden
}

.clear:after, .case-read-img p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clear, .case-read-img p {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.lazy {
    background: url("loading.gif") 50% 50% no-repeat
}

.tran {
    transition: all .3s ease
}

.back2top {
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/static/back2top.png) no-repeat;
    position: fixed;
    right: 3.5%;
    bottom: 15%;
    opacity: .33;
    z-index: 99
}

.back2top:hover {
    opacity: 1
}

.pager {
    width: 100%;
    color: #0f0b09;
    line-height: 30px;
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    opacity: .3
}

.pager a,
.pager span {
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin: 0 10px;
    font-size: 24px
}

.pager a:hover {
    color: #0f0b09;
    opacity: 1
}

.pager a:active {
    color: #0f0b09
}

.pager span.now {
    color: #0f0b09
}

.pager span.disabled {
    color: #0f0b09
}

.current:first-child,
.pager .p1:last-child {
    display: none
}

.header {
    height: 62px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .3s ease;
    background: #000;
}

.header-small {
    height: 60px;
    background: #fff !important;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    transition: all .3s ease
}

.header-in {
    width: 95%;
    margin: 15px auto;
    height: 30px;
    transition: all .3s ease
}

.header-in .logo img {
    transition: all .3s ease
}

.header-small .header-in {
    margin: 15px auto;
    transition: all .3s ease;
}

.header-small .logo img {
    height: 22px;
    margin-top: 4px
}

.header .logo {
    float: left;
    margin-left: 10px;
    display: block;
    height: 30px;
    width: 140px;
    overflow: hidden;
    background: url(../images/images/logo.png) no-repeat left top;
}

.header-small .logo {
    background: url(../images/images/logo.png) no-repeat left bottom;
}

.header .logo img {
    display: none;
}

.header .meun-off {
    float: right;
    margin-right: 10px
}

.header .meun-off span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-small .meun-off span {
    background: #000;
}

.header .meun-on #span2 {
    opacity: 0
}

.header .meun-on #span1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.header .meun-on #span3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none
}

.nav ul {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -290px;
    left: 50%;
    margin-left: -25%
}

.nav ul li {
    -webkit-animation: DDInY .8s .3s ease both;
    -ms-animation: DDInY .8s .3s ease both;
    -moz-animation: DDInY .8s .3s ease both;
    animation: DDInY .8s .3s ease both
}

.nav ul a {
    display: block;
    height: 80px;
    overflow: hidden;
    margin: 10px 0
}

.nav ul span {
    display: block;
    font-size: 48px;
    line-height: 80px;
    text-transform: uppercase;
    color: #e9e7e8
}

.nav .nav-tel {
    position: absolute;
    left: 2%;
    bottom: 2%
}

.nav .close {
    display: block;
    position: absolute;
    top: 4%;
    right: 4%
}

.nav .close img {
    transition: all .5s ease
}

.nav .close:hover img {
    transform: rotate(180deg)
}

.fullSlide {
    position: relative;
    margin: 0 auto
}

.fullSlide2 {
    display: none
}

.slide {
    position: relative;
    margin: 0 auto
}

.slide .bd {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.slide .bd li img {
    width: 100%;
    vertical-align: top
}

.slide .hd {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.slide .hd ul {
    text-align: center
}

.slide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%
}

.slide .hd ul .on {
    background-color: #ff0
}

.slide .prev,
.slide .next {
    z-index: 1;
    display: block;
    width: 53px;
    height: 14px;
    position: relative;
    float: left;
    background: url(arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: .4;
    position: absolute;
    top: 50%;
    margin-top: -7px
}

.slide .prev {
    left: 2.1%;
    margin-left: 10px
}

.slide .next {
    background-position: right 0;
    right: 2.1%;
    margin-right: 10px
}

.slide .prev:hover,
.slide .next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.banner, .Hbanner_in {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner {
    margin-top: 62px;
}

.banner .bd ul, .Hbanner_in .bd ul {
    width: 100% !important
}

.banner .bd li, .Hbanner_in .bd li {
    width: 100% !important;
    height: 913px;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-width: 1200px
}

.banner .bd li a, .Hbanner_in .bd li a {
    display: block;
    width: 1400px;
    margin: 0 auto;
    height: 100%
}

.banner .hd {
    position: fixed;
    left: 0;
    top: 850px;
    z-index: 1;
    width: 100%;
    overflow: hidden
}

.banner .hd ul, .Hbanner_in .hd ul {
    text-align: center;
    padding-top: 3%;
}

.banner .hd ul li, .Hbanner_in .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%
}

.banner .hd ul .on, .Hbanner_in .hd ul .on {
    background-color: #ff0
}

.Hbanner_in .bd li {
    height: 650px;
}

.Hbanner_in .hd {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 20px;
}

.Hbanner_in .bd li a {
    width: 100%;
}

.banner .prev,
.banner .next {
    z-index: 1;
    display: block;
    width: 53px;
    height: 44px;
    position: relative;
    float: left;
    background: url(arrow.png) 0 center no-repeat;
    filter: alpha(opacity=40);
    opacity: .4;
    position: absolute;
    top: 50%;
    margin-top: -22px
}

.banner .prev {
    left: 2.1%;
    margin-left: 10px
}

.banner .next {
    background-position: right 0;
    right: 2.1%;
    margin-right: 10px
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.innerbanner .hd ul.clear {
    text-align: right;
    padding-right: 50px;
}

.innerbanner .hd ul.clear li {
    border-radius: 0;
    width: 38px;
    height: 2px;
    margin: 10px;
    opacity: 0.6;
}

.innerbanner .hd ul.clear .on {
    background-color: #fff;
    opacity: 1;
}

.warp1 {
    width: 1080px;
    margin: 0 auto;
    padding: 57px 0 80px;
    position: relative;
    z-index: 9;
    background-color: #fff
}

.warp1 h3 {
    font-size: 35px;
    color: #3d3d3d;
    margin-bottom: 15px
}

.warp1 p a {
    color: #888889
}

.warp1 .pingfang {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft .5s .3s ease both;
    margin-top: 2px;
}

.warp1 .p1 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft .8s .3s ease both;
    font-size: 15px;
}

.warp1 .p2 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft 1s .3s ease both;
    font-size: 15px;
}

.warp1 .p3 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft 1.2s .3s ease both;
    font-size: 15px;
}

.warp2 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.warp2 .warp-type {
    height: 50px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 50px;
}

.warp2 .warp-type p {
    font-size: 18px;
    width: 1080px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -540px;
    z-index: 0
}

.warp2 .warp-type-list {
    float: right;
    position: absolute;
    z-index: 11;
    right: 0
}

.warp2 .warp-type-list .active {
    text-decoration: underline;
    color: #000;
    font-size: 17px
}

.warp2 .warp-type-list a {
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    color: #000;
    font-size: 17px
}

.warp2 .warp-type-list a:hover {
    text-decoration: underline
}

.warp2 ul li {
    width: 31.333333%;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 1%;
}

.warp2 ul li img {
    width: 100%;
    height: auto;
    display: block
}

.warp2 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.warp2 .case-summary {
    display: none;
    width: 90%;
    height: 81%;
    background: url(black.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.warp2 .case-summary p {
    color: #f9f9f9;
    position: absolute;
    left: 0;
    font-size: 20px
}

.warp2 .case-summary span {
    font-size: 24px
}

.warp2 .case-summary .p1 {
    top: 0
}

.warp2 .case-summary .p2 {
    bottom: 0;
    font-size: 16px
}

.warp2 .case-more {
    display: block;
    width: 148px;
    height: 40px;
    margin: 100px auto;
    border: 2px solid #959595;
    text-align: center;
    line-height: 40px
}

.warp3 {
    width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.warp3 a {
    color: #898989
}

.warp3 .warp3-list {
    width: 250px;
    overflow: hidden
}

.warp3 .warp3-list ul li a {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #898989;
    font-size: 14px
}

.warp4 {
    width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 80px 0 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.warp4 h4 {
    text-align: center
}

.warp4 .warp4-list {
    width: 250px
}

.warp4 .warp4-title {
    color: #444;
    font-size: 18px;
    padding-bottom: 15px;
    display: block
}

.warp3 .warp3-title {
    font-size: 18px;
    padding-bottom: 15px;
    display: block
}

.warp4 li a {
    color: #898989;
    font-size: 14px
}

.footer {
    background: #333;
    padding: 45px 0;
    position: relative;
    z-index: 10
}

.footer-in {
    width: 1180px;
    margin: 0 auto;
    color: #6a6a6a
}

.footer1 {
    width: 390px
}

.footer1-1 {
    width: 102px;
    font-size: 12px;
    text-align: center;
    color: #6a6a6a
}

.footer1-2 {
    width: 225px;
    font-size: 12px;
    color: #6a6a6a
}

.footer1-2 img {
    display: block;
    margin-bottom: 20px
}

.footer2 {
    width: 380px;
    margin-left: 75px
}

.footer2 dl {
    float: left;
    margin-right: 60px;
    margin-top: -15px
}

.footer2 dl dt {
    font-size: 24px;
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 14px;
    color: #999
}

.footer2 dl dd {
    height: 24px
}

.footer2 dl dd a {
    color: #6a6a6a;
    transition: all .3s ease;
    font-size: 12px;
    display: block;
    line-height: 24px
}

.footer2 dl dd a:hover {
    color: #fff
}

.footer3 {
    width: 255px;
    font-size: 12px;
    color: #757575
}

.footer-bottom {
    margin-top: 25px
}

.footer-bottom h3 {
    color: #6a6a6a;
    font-size: 14px
}

.footer-bottom ul li {
    width: 12.5%;
    float: left
}

.footer-bottom ul li a {
    font-size: 12px;
    color: #6a6a6a;
    transition: all .3s ease;
    line-height: 24px;
    display: block
}

.footer-bottom ul li a:hover {
    color: #fff
}

.t-footer {
    display: none
}

.case-content {
    padding-bottom: 150px
}

.case-list {
    width: 94%;
    margin: 70px auto 0;
    z-index: 1;
}

.case-list .warp-type {
    height: 50px;
    position: relative;
    margin-bottom: 30px
}

.case-list .warp-type p {
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    left: 33.33333%;
    margin-left: -160px;
    z-index: 0;
    width: 160px
}

.case-list .warp-type-list {
    float: right;
    position: absolute;
    z-index: 11;
    right: 0
}

.case-list .warp-type-list .active {
    text-decoration: underline;
    color: #000;
    font-size: 17px
}

.case-list .warp-type-list a {
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
    color: #888889;
    font-size: 17px
}

.case-list .warp-type-list a:hover {
    text-decoration: underline
}

.case-list ul li {
    width: 24.333333%;
    float: left;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 1px;
}

.case-list ul li img {
    width: 100%;
    height: 240px;
    display: block
}

.case-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.case-list .case-summary {
    display: none;
    width: 90%;
    height: 81%;
    background: url(black.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.case-list .shangxi_box .case-summary {
    height: 86%
}

.case-list .case-summary p {
    color: #f9f9f9;
    position: absolute;
    left: 0;
    font-size: 20px
}

.case-list .case-summary span {
    font-size: 24px
}

.case-list .case-summary .p1 {
    top: 0
}

.case-list .case-summary .p2 {
    bottom: 0;
    font-size: 16px
}

.case-list .case-more {
    display: block;
    width: 148px;
    height: 40px;
    margin: 100px auto;
    border: 2px solid #959595;
    text-align: center;
    line-height: 40px
}

.case-read {
    width: 1800px;
    margin: 0 auto;
    max-width: 1800px;
    padding: 100px 0
}

.case-read .news-tool {
    display: none
}

.case-read img {
    width: 100%;
    height: auto !important;
    float: left;
    display: block;
    background: url(loading.gif) no-repeat center
}

.case-read img.small {
    width: 50%;
}

.case-read-top {
    padding: 70px 0;
    color: #878787;
    height: 730px
}

.case-read-top .left {
    width: 26%;
    font-size: 20px;
    padding-left: 10%;
}

.case-read-top .left h3 {
    font-size: 25px;
    color: #333;
}

.xmxx_in {
    padding-top: 40px;
    font-size: 15px;
}

.case-read-top .right {
    width: 40%;
    margin-right: 11%;
    height: 100%;
    overflow: hidden;
}

.case-read-top .right p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.case-read-top .right ul {
    position: absolute;
    bottom: 0;
    display: none;
}

.case-read-top .right ul li {
    font-size: 15px
}

.case-fixed {
    position: fixed;
    width: 28px;
    left: 50%;
    margin-left: 920px;
    top: 35%
}

.up_dowun_bt {
    text-align: center;
}

.up_dowun_bt li {
    display: inline-block;
    width: 112px;
}

.up_dowun_bt li .icon {
    background-image: url(icon_uci.png);
    background-repeat: no-repeat;
    display: block;
    width: 112px;
    height: 27px
}

.up_dowun_bt li a {
    opacity: 0.8;
}

.up_dowun_bt #close a {
    background-position: center center;
}

.up_dowun_bt #prev a {
    background-position: left center;
}

.up_dowun_bt #next a {
    background-position: right center;
}

.up_dowun_bt #prev {
    float: left;
}

.up_dowun_bt #next {
    float: right;
}

.up_dowun_bt #close a:hover, .up_dowun_bt #prev a:hover, .up_dowun_bt #next a:hover {
    opacity: 1;
}

.share-box .icon {
    background-image: url(../images/static/icon.png);
    background-repeat: no-repeat
}

#share {
    width: 28px;
    height: 26px;
    float: right;
    position: relative;
    z-index: 99
}

.share {
    width: 28px;
    height: 26px;
    display: block
}

.ico-share {
    width: 28px;
    height: 26px;
    display: block;
    background-position: 2px -231px
}

.ico-share:hover {
    background-position: -33px -231px
}

.share-list {
    width: 100px;
    padding: 10px 20px;
    background: #363636;
    position: absolute;
    right: 0;
    top: 32px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.share-list.active {
    visibility: visible;
    z-index: 1;
    opacity: 1
}

.share-list li a {
    height: 24px;
    line-height: 24px;
    display: block;
    padding-left: 34px;
    color: #FFF;
    font-size: 14px;
    position: relative
}

.share-list li a:hover {
    color: #ffe514
}

.share-list li .icon {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px
}

.share-list li .ico-weixin {
    background-position: -60px 0
}

.share-list li .ico-xlwb {
    background-position: -100px 0
}

.share-list li .ico-txwb {
    background-position: -140px 0
}

.share-list li .ico-douban {
    background-position: -180px 0
}

.share-list li .ico-tieba {
    background-position: -220px 0
}

.share-list li a:hover .ico-weixin {
    background-position: -60px -40px
}

.share-list li a:hover .ico-xlwb {
    background-position: -100px -40px
}

.share-list li a:hover .ico-txwb {
    background-position: -140px -40px
}

.share-list li a:hover .ico-douban {
    background-position: -180px -40px
}

.share-list li a:hover .ico-tieba {
    background-position: -220px -40px
}

.news {
    width: 1070px;
    margin: 0 auto;
    padding: 100px 0
}

.news-type {
    height: 60px;
    margin: 40px 0 20px;
}

.news-type h3 {
    float: left;
    font-size: 30px;
    width: 15%
}

.news-type ul {
    width: 85%;
    float: right;
    text-align: right;
}

.news-type ul li {
    display: inline-block;
    height: 60px;
    color: #898989
}

.news-type ul li a {
    line-height: 60px;
    font-size: 16px;
    padding: 0 30px;
    color: #898989
}

.news-type ul li.cur a {
    color: #222;
    text-decoration: underline;
}

.news-type ul li a:hover {
    color: #333
}

.news-list li {
    padding: 55px 0;
    border-bottom: 1px solid #eee
}

.news-list li .imgbigout {
    width: 44%;
    float: left
}

.news-list li .imgbigout img {
    width: 100%;
    height: auto
}

.news-list li .news-summary {
    float: right;
    width: 49%
}

.news-list li .news-summary h4 {
    color: #0f0b09;
    margin-bottom: 30px;
    font-size: 18px
}

.news-list li .news-summary p {
    margin-bottom: 30px
}

.news-list li .news-summary p a {
    color: #0f0b09;
    font-size: 24px;
    font-family: 'msyhl'
}

.news-list li .news-summary span {
    margin-bottom: 50px;
    display: block
}

.news-list li .news-summary span a {
    font-size: 16px
}

.news-list li .news-summary .more {
    text-decoration: underline;
    font-size: 18px
}

.news-read {
    width: 1140px;
    margin: 0 auto;
    padding: 150px 0
}

.news-read .news-read-left {
    float: left
}

.news-read .news-read-left h3 {
    font-size: 24px
}

.news-read .news-read-left h4 {
    font-size: 16px
}

.news-read .news-read-right {
    float: right;
    width: 700px
}

.news-read .news-read-right .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    color: #0f0b09;
    margin-bottom: 40px;
    font-family: 'msyhl'
}

.news-read .content p,
.news-read .content span,
.news-read .content div {
    font-size: 16px
}

.news-read .content img {
    max-width: 705px;
    height: auto;
}

.news-read .content {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}
.news-read .content h2 {
    font-size: larger;
    background: antiquewhite;
}

.contact {
    padding: 100px 0
}

.contact-read {
    width: 1150px;
    margin: 0 auto
}

.contact1-left {
    float: left;
    font-size: 36px;
    color: #595757;
    font-family: "museo-light";
    margin-top: -10px
}

.contact1-right {
    float: right;
    width: 610px
}

.contact1 p {
    font-size: 20px
}

.contact1 {
    margin-bottom: 130px
}

.contact2 p {
    margin-bottom: 1em
}

.contact2 {
    margin-bottom: 100px
}

.contact3,
.contact4,
.contact5 {
    margin-bottom: 55px
}

.contact-img {
    margin-bottom: 120px
}

.about {
    padding: 100px 0
}

.about1 {
    width: 1600px;
    margin: 0 auto
}

.about3 {
    width: 1870px;
    margin: 0 auto
}

.about1 .about1-left {
    float: left;
    font-size: 36px;
    color: #595757;
    font-family: "museo-light";
    margin-left: 200px;
    margin-top: -9px
}

.about1 .about1-right {
    float: right;
    width: 860px
}

.about3 .about3-right {
    float: right;
    width: 1000px
}

.about2 {
    width: 100%;
    background: url(about-fixed.jpg);
    height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 170px 0 150px;
    position: relative
}

.about2 img {
    position: absolute;
    left: 13%;
    top: 45%
}

.about1-1 p {
    font-size: 24px;
    margin-bottom: 1.8em;
    line-height: 1.8em;
    color: #5f6061;
    font-family: "msyhl"
}

.about1-1 {
    margin-bottom: 150px
}

.about1-2 {
    float: left;
    width: 392px
}

.about1-2 h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #0f0b09
}

.about1-2 p {
    margin-bottom: 1em;
    color: #5f6061
}

.about1-3 {
    float: right;
    width: 330px
}

.about1-3 h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #0f0b09
}

.about1-3 p {
    margin-bottom: 1em;
    color: #5f6061
}

.about3-1 {
    float: left;
    width: 38%
}

.about3-2 {
    float: right;
    width: 48%
}

.about3-1 h3,
.about3-2 h3,
.about3-3 h3 {
    font-size: 22px;
    color: #0f0b09;
    margin-bottom: 1em
}

.about3-1 p,
.about3-2 p {
    margin-bottom: 1em
}

.about3-3 {
    margin-bottom: 35px;
    margin-top: 80px
}

.about3-4 dl {
    width: 260px;
    float: left;
    margin-bottom: 45px
}

.about3-4 dt {
    font-size: 16px;
    color: #0f0b09;
    margin-bottom: 14px
}

.news-tool {
    margin-top: 26px
}

.news-tool-right li {
    position: relative;
    height: 32px;
    float: left;
    margin: 0 7px
}

.news-tool-right li .icon {
    background-image: url(../images/static/icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 26px
}

.news-tool-right #close a {
    background-position: 0 -114px
}

.news-tool-right #prev a {
    background-position: 0 -155px
}

.news-tool-right #next a {
    background-position: 0 -194px
}

.news-tool-right #close a:hover {
    background-position: -36px -114px
}

.news-tool-right #prev a:hover {
    background-position: -36px -155px
}

.news-tool-right #next a:hover {
    background-position: -36px -194px
}

.service {
    display: none
}

@media screen and (max-width: 1920px) {
    html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        font-size: 14px
    }

    .header-small {
        height: 60px
    }

    .header-small .logo img {
        height: 19px;
        margin-top: 6px;
    }

    .header-small .header-in {
        margin: 15px auto
    }

    .fullSlide .hd {
        margin-top: -50px
    }

    .fullSlide .hd ul li {
        width: 10px;
        height: 10px
    }

    .banner .bd li {
        height: 685px;
        background-size: 1920px 685px
    }

    .banner .hd {
        top: 648px
    }

    .banner .hd ul li {
        width: 10px;
        height: 10px
    }

    .banner .bd li a {
        width: 1400px
    }

    .nav .close img {
        width: 42px
    }

    .warp1 {
        padding: 100px 0 160px;
    }

    .warp1 h3 {
        margin-bottom: 15px;
    }

    .warp2 .case-summary .p1 {
        font-size: 18px
    }

    .warp2 .case-summary .p2 {
        font-size: 14px
    }

    .warp3 .warp3-list ul li a {
        font-size: 12px
    }

    .warp4 li a {
        font-size: 12px
    }

    .warp4 {
        margin-bottom: 50px
    }

    .case-read {
        width: 1700px
    }

    .case-read-top {
        height: auto;
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 15px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 870px
    }

    .contact-read {
        width: 925px;
        margin: 0 auto
    }

    .contact1-left {
        float: left;
        font-size: 30px;
        color: #595757;
        margin-top: -10px
    }

    .contact1-right {
        float: right;
        width: 580px
    }

    .contact1 p {
        font-size: 16px
    }

    .about1, .about3 {
        width: 1120px;
        margin: 0 auto
    }

    .about2 {
        margin: 100px 0 110px
    }

    .about1 .about1-left {
        font-size: 27px;
        margin-left: 120px;
        margin-top: -7px
    }

    .about1 .about1-right {
        width: 640px;
        margin-right: 0
    }

    .about1-2 {
        float: left;
        width: 270px
    }

    .about1-3 {
        width: 240px
    }

    .about1-1 p {
        font-size: 18px
    }

    .about3 .about3-right {
        float: right;
        width: 750px;
        margin-right: -120px
    }

    .about1-2 h3, .about1-3 h3, .about3-1 h3, .about3-2 h3, .about3-3 h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .about1-2 p, .about1-3 p {
        font-size: 12px
    }

    .about3 .about3-right p {
        font-size: 12px
    }

    .about3-1 p, .about3-2 p {
        margin-bottom: 2em
    }

    .about3-4 dt {
        font-size: 14px;
        margin-bottom: 2px
    }

    .about3-4 dd {
        font-size: 12px
    }

    .about3-3 {
        margin-bottom: 25px;
        margin-top: 60px
    }

    .service {
        margin-top: 74px !important
    }

    .news-list li .imgbigout img, .news-list li .imgbigout {
        width: 360px
    }

    .news-summary {
        margin-right: 130px
    }

    .news-list li .news-summary span a {
        font-size: 14px
    }

    .news-list li .news-summary p a {
        font-size: 22px
    }

    .news-list li .news-summary h4, .news-list li .news-summary .more {
        font-size: 16px
    }

    .news-list li {
        padding: 40px 0
    }

    .news-type ul li a {
        font-size: 14px
    }

    .news-read .news-read-right .title {
        font-size: 24px;
        padding-bottom: 36px
    }

    .news-read .news-read-left h3 {
        font-size: 20px
    }

    .news-read .news-read-left h4 {
        font-size: 14px
    }

    .news-read .news-read-left {
        margin-left: 70px
    }

    .news-read .content p, .news-read .content span, .news-read .content div {
        font-size: 14px
    }

    .news-tool-right li {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7)
    }

    .about3-4 dl {
        width: 195px
    }

    .case-read-top .right ul li {
        font-size: 15px
    }
}

@media screen and (max-width: 1440px) {
    .banner .bd li {
        height: 513px;
        background-size: 1440px 513px
    }

    .banner .hd {
        top: 480px
    }

    .banner .bd li a {
        width: 1200px
    }

    .news-read {
        width: 700px
    }

    .news-read-left {
        margin-bottom: 30px
    }

    .news-read .news-read-left, .news-read-right {
        float: none;
        width: 100%
    }

    .case-read {
        width: 1200px
    }

    .case-read-top {
        height: auto
    }

    .case-read-top .right ul {
        position: static;
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 15px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 620px
    }

    .warp1 .pingfang {
        margin-top: 0;
        font-size: 30px
    }

    .warp1 p {
        font-size: 12px
    }

    .warp2 .warp-type p {
        font-size: 12px
    }

    .warp2 .warp-type-list a, .warp2 .warp-type-list .active {
        font-size: 12px
    }

    .warp2 .warp-type {
        margin-bottom: 6px
    }

    .warp2 .case-summary .p1 {
        font-size: 14px
    }

    .warp2 .case-summary .p2 {
        font-size: 12px
    }

    .warp2 .case-summary span {
        font-size: 18px
    }

    .service {
        margin-top: 48px !important;
        margin-bottom: 10px !important
    }

    .news {
        width: 830px
    }

    .news-list li .imgbigout img, .news-list li .imgbigout {
        width: 260px
    }

    .news-list li .news-summary p a {
        font-size: 16px
    }

    .news-list li .news-summary h4, .news-list li .news-summary .more {
        font-size: 14px
    }

    .news-list li .news-summary h4 {
        margin-bottom: 13px
    }

    .news-list li .news-summary p {
        margin-bottom: 15px
    }

    .news-list li .news-summary span a {
        font-size: 12px
    }

    .news-list li {
        padding: 30px 0
    }

    .pager a, .pager span {
        font-size: 18px
    }

    .news-read .news-read-left {
        margin-left: 0
    }

    .about2 {
        margin: 70px 0 90px
    }

    .news-read .news-read-left h3 {
        font-size: 18px
    }

    .case-list .warp-type-list a {
        margin-right: 15px
    }
}

@media screen and (max-width: 1200px) {
    .warp2 ul li {
        width: 50%;
        float: left;
        position: relative;
        overflow: hidden
    }

    .banner .bd li a {
        width: 1000px
    }

    .news-read {
        width: 700px
    }

    .news-read-left {
        margin-bottom: 30px
    }

    .news-read .news-read-left, .news-read-right {
        float: none;
        width: 100%
    }

    .case-read {
        width: 1000px
    }

    .case-read-top {
        height: auto
    }

    .case-read-top .right ul {
        position: static
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 14px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 520px
    }
}

@media screen and (max-width: 750px) {
    .footer {
        display: none
    }

    .nav .nav-tel {
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .banner {
        display: none
    }

    .header {
        height: 60px
    }

    .header-small {
        height: 60px
    }

    .header .logo img {
        height: 15px;
        margin-top: 9px
    }

    .header .meun-off {
        margin-right: 0
    }

    .nav .close img {
        width: 25px;
        height: auto
    }

    .nav ul {
        height: 360px;
        margin-top: -240px
    }

    .nav ul a {
        height: 60px
    }

    .nav ul span {
        font-size: 28px;
        line-height: 60px
    }

    .slide .hd {
        margin-top: -30px
    }

    .slide .hd ul li {
        width: 7px;
        height: 7px
    }

    .slide .prev, .slide .next {
        width: 25px;
        height: 14px
    }

    .warp2 {
        width: 95%
    }

    .warp-type {
        width: 100%;
        height: auto
    }

    .warp-type p {
        width: 100%;
        position: static;
        margin-left: 0;
        margin: 0 auto
    }

    .warp-type-list {
        position: static;
        float: left
    }

    .warp1 .pingfang {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1em
    }

    .header-in {
        margin: 15px auto;
        width: 94%
    }

    .header .logo {
        margin-left: 0
    }

    .header-small .header-in {
        margin: 15px auto
    }

    .warp2 ul li {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden
    }

    .footer, .warp4, .warp3, .service {
        display: none
    }

    .fullSlide {
        display: none
    }

    .fullSlide2 {
        display: block !important
    }

    .warp1 {
        width: 94%;
        margin: 0 auto;
        padding: 40px 0
    }

    .case-list {
        margin-top: 80px;
        width: 94%
    }

    .case-list .warp-type {
        height: auto
    }

    .case-list ul li {
        width: 100%
    }

    .case-list .warp-type-list a {
        line-height: 24px;
        margin-right: 25px;
        float: left
    }

    .case-list .warp-type p {
        position: static;
        margin-left: 0;
        font-size: 12px;
        line-height: 32px
    }

    .warp-type-list {
        position: static !important;
        float: static
    }

    .case-list .museo-light {
        width: 100%;
        display: block
    }

    .case-content {
        padding-bottom: 35px
    }

    .warp-type-list a {
        line-height: 35px;
        margin-right: 10px
    }

    .case-read {
        width: 94%;
        padding-bottom: 30px
    }

    .case-read .small {
        width: 100% !important
    }

    .case-read-top .left, .case-read-top .right {
        width: 90%;
        text-align: left;
        margin: 0 auto;
        float: none
    }

    .case-read-top {
        padding: 30px 0
    }

    .case-read-top .right ul {
        bottom: 30px
    }

    .case-fixed {
        display: none
    }

    .news-read {
        width: 94%;
        padding: 50px 0
    }

    .news-read img {
        max-width: 100% !important;
        height: auto
    }

    .news-read-left {
        margin-bottom: 30px
    }

    .news-read .news-read-left, .news-read-right {
        float: none;
        width: 100%
    }

    .news-read-right {
        width: 100% !important
    }

    .news-read-left {
        margin-bottom: 20px
    }

    .news {
        width: 94%;
        padding: 80px 0 10px
    }

    .news-read .news-read-right .title {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px
    }

    .news-type h3 {
        width: 100%
    }

    .news-type ul {
        float: left;
        width: 100%
    }

    .news-type ul li {
        height: 30px
    }

    .news-type ul li a {
        padding: 0 15px;
        line-height: 30px
    }

    .news-summary {
        margin-top: 10px
    }

    .news-list li .imgbigout, .news-list li .news-summary {
        width: 100%
    }

    .news-list li {
        padding: 25px 0
    }

    .news-list li .news-summary {
        float: left
    }

    .news-list li .imgbigout img, .news-list li .imgbigout {
        width: 100%
    }

    .news-type ul li:first-child a {
        padding-left: 0
    }

    .news-list li .news-summary h4 {
        margin-bottom: 10px
    }

    .news-list li .news-summary p {
        margin-bottom: 20px
    }

    .news-list li .news-summary span {
        margin-bottom: 20px
    }

    .back2top {
        display: none !important
    }

    .t-footer {
        display: block;
        width: 94%;
        margin: 35px auto 0
    }

    .t-footer .t-footer-bottom .left {
        width: 55%
    }

    .t-footer-top {
        font-size: 24px;
        height: 40px;
        line-height: 40px
    }

    .t-back2top {
        display: block;
        width: 30px;
        height: 30px;
        background: url(back2top.png) no-repeat;
        background-size: 30px
    }

    .contact {
        padding: 100px 0 30px
    }

    .contact-read {
        width: 94%;
        margin: 0 auto
    }

    .contact1-left {
        float: left;
        font-size: 28px;
        color: #595757;
        font-size: arial
    }

    .contact1-right {
        float: right;
        width: 100%
    }

    .contact1 p {
        font-size: 16px
    }

    .contact1, .contact2, .contact3, .contact4, .contact-img {
        margin-bottom: 25px
    }

    .about {
        padding: 100px 0 30px
    }

    .about1, .about3 {
        width: 94%
    }

    .about1 .about1-left {
        font-size: 28px;
        width: 100%;
        margin-left: 0
    }

    .about1 .about1-right {
        width: 100%
    }

    .about3 .about3-right {
        width: 100%;
        margin-right: 0
    }

    .about3-4 dl {
        margin-bottom: 15px
    }

    .about2 {
        width: 100%;
        background: url(about-fixed.jpg);
        height: 250px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 25px 0;
        position: relative
    }

    .about2 img {
        left: 50%;
        top: 40%;
        background-position: center;
        width: 200px;
        margin-left: -100px
    }

    .about1-2, .about1-3, .about3-1, .about3-2, .about3-4 {
        width: 100% !important;
        margin-right: 0
    }

    .about3-4 dl {
        width: 50%
    }

    .about1-1 {
        margin-bottom: 30px
    }

    .about1-1 p {
        font-size: 16px
    }

    .about h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .warp2 .warp-type p {
        width: 94%;
        position: static;
        margin-left: 0
    }

    .warp2 .warp-type-list {
        width: 100%;
        position: static
    }

    .warp2 .warp-type {
        height: 80px
    }

    .warp2 .warp-type-list a {
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        font-size: 12px
    }

    .case-more {
        display: none !important
    }

    .share-list {
        left: 0
    }

    #qiao-wrap {
        display: none !important
    }

    .case-list .warp-type-list a {
        font-size: 12px
    }

    .case-list .warp-type-list .active {
        font-size: 12px
    }

    .case-list .warp-type-list .museo-light {
        font-size: 16px;
        margin-bottom: 14px
    }

    .case-read .news-tool {
        display: block
    }
}

.width_b {
    margin: 0px 10%;
    width: 80%;
}

/*------------主页新闻-----------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cl_b {
    clear: both;
}

h2.in_news-tit {
    line-height: 100px;
    color: #626262;
    margin: 60px 0px 40px 0px;
    background: url(../images/images/in_news-titbg.jpg) no-repeat left bottom;
    font-size: 36px;
}

.in_news-left, .in_news-right {
    width: 47%;
}

.in_news-zxdt dt a {
    width: 100%;
    overflow: hidden;
    display: block;
}

.in_news-zxdt dt a img {
    width: 100%;
}

.in_news-zxdt dd span {
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #707070;
    padding: 30px 0px 20px 0px;
}

.in_news-zxdt dd h3 a {
    display: block;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.in_news-zxdt dd h3 a:hover {
    color: #fac034;
}

.in_news-zxdt dd h4 {
    font-size: 15px;
    color: #898989;
    line-height: 28px;
    margin: 10px 0px;
    height: 60px;
    overflow: hidden;
}

.in_news-zxdt dd h5 a {
    display: block;
    font-size: 18px;
    color: #fac034;
}

.in_news-zxdt dd h5 a:hover {
    text-decoration: underline;
}

.in_news-left .in_news-zxdt, .in_news-right dd {
    padding-bottom: 40px;
    border-bottom: 1px solid #a0a0a0;
}

.in_news-b {
    width: 100%;
    margin-left: -5%;
    margin-top: 30px;
}

.in_news-b li {
    width: 27%;
    margin-left: 6%;
    float: left;
}

.in_news-b li a {
    display: block;
    padding-left: 25px;
    background: url(../images/images/in_news-bbg.png) no-repeat left center;
    line-height: 36px;
    font-size: 14px;
    color: #a0a0a0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in_news-b li a:hover {
    color: #666;
}

.in_news-c {
    margin-top: 60px;
}

.in_news-c a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.in_news-c a img {
    width: 100%;
}

.in_news-right .in_news-d dd span {
    padding-top: 0px;
}

.in_news-right .in_news-e {
    margin-top: 60px;
}

.in_news-right .in_news-e dd h5 {
    padding-top: 20px;
}

.in_news-right .in_news-b {
    width: 106%;
    margin-left: -6%;
    margin-top: 30px;
}

.in_news-right .in_news-b li {
    width: 27%;
    margin-left: 6%;
}

.in_news-text {
    padding-bottom: 165px;
    padding-top: 120px;
}

.in_news-zxdt dd h4.none_see {
    display: none;
}

/*------------关于我们页面-----------*/
.banner_about {
}

/*.banner_news{height:520px; background:url(../images/banner_news.jpg) no-repeat center center;}*/
.ny_dqwz {
    padding: 40px 0px;
}

.ny_dqwz span {
    line-height: 40px;
    font-size: 14px;
    color: #1c1c1c;
    text-decoration: underline;
}

.about_a {
    padding-bottom: 105px;
    font-family: "Microsoft YaHei", "微软雅黑", "微軟雅黑", "宋体";
}

.about_a dl dt {
    font-size: 28px;
    color: #6d747c;
    line-height: 44px;
    text-align: center;
    padding: 35px 0px;
    padding-top: 0;
    background: url(../images/images/about_a-dtbg.jpg) no-repeat center bottom;
}

.about_a dl dd {
    font-size: 16px;
    line-height: 32px;
    color: #454649;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.about_b {
    text-align: center;
}

.about_b img {
    width: 88%;
}

.about_c {
    padding: 100px 0px;
    font-family: "Microsoft YaHei", "微软雅黑", "微軟雅黑", "宋体";
}

.about_c h2 {
    color: #454649;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.about_c dl dt {
    text-align: center;
    color: #f7ac00;
    font-size: 16px;
    line-height: 32px;
    padding: 40px 0px;
}

.about_c dl dd {
    font-size: 16px;
    color: #454649;
    line-height: 32px;
    text-align: center;
}

.about_d {
    text-align: center;
}

.about_d img {
    width: 88%;
    max-width: 1435px;
    margin: 0 auto;
}

.about_e {
    padding: 60px 0px;
    background: #fff;
}

.about_e-text {
    width: 1080px;
    margin: 0px auto;
}

.about_e-text h2 {
    font-size: 36px;
    color: #454649;
    line-height: 56px;
    text-align: center;
}

.wedoaddtxt {
    font-size: 30px;
    color: #454649;
    line-height: 50px;
    text-align: center;
    padding: 20px 0 50px 0;
}

.about_f {
    padding: 70px 0px;
}

.about_f-text {
    margin: 30px 0px;
}

.about_f-text h2 {
    font-size: 24px;
    color: #f7ac00;
    line-height: 54px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.about_f-text ul {
    margin-left: 14%;
    margin-top: 20px;
}

.about_f-text ul li {
    width: 25%;
    float: left;
}

.about_f-text ul li a {
    display: block;
    font-size: 16px;
    color: #454649;
    line-height: 36px;
    cursor: text;
}

/*------------主页客户-----------*/
.in_kehu {
    background: #fff;
    margin-top: 100px;
}

.in_kehu-text h2 {
    line-height: 48px;
    padding-bottom: 25px;
    color: #666;
    font-size: 22px;
    text-align: center;
}

.in_kehu-a {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}

.in_kehu-a ul li {
    float: left;
    width: 13.6%;
    margin-right: 3%;
}

.in_kehu-a ul li a {
    display: block;
    font-size: 17px;
    color: #666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px 0;
}

/*------------主页联系-----------*/
.in_contact {
    position: relative;
}

.in_contact-pic img {
    display: block;
    width: 100%;
}

.in_contact-text {
    position: absolute;
    left: 0px;
    top: 0px;
}

.in_contact-text h5 {
    color: #a0a0a0;
    line-height: 40px;
    font-size: 18px;
    background: url(../images/images/in_contact-titbg.jpg) no-repeat left bottom;
    margin-top: 100px;
}

.in_contact-text h3 {
    padding: 30px 0px;
}

.in_contact-text h3 span {
    display: block;
    font-size: 22px;
    color: #626262;
    line-height: 40px;
}

.in_contact-text h4 span {
    display: block;
    font-size: 20px;
    color: #707070;
    line-height: 28px;
}

.in_contact-b {
    padding-top: 120px;
}

.in_contact-b ul li {
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 24px;
}

.in_contact-b ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.in_contact-b ul li a img {
    width: 100%;
}

.in_contact-b ul li.in_contact-wx {
    position: relative;
    padding-bottom: 30px;
}

.in_contact-b ul li.in_contact-wx span {
    position: absolute;
    top: 50px;
    width: 120px;
    height: 120px;
    background: url(../images/images/code.jpg) no-repeat center top;
    background-size: contain;
    left: -45px;
    display: block;
    cursor: pointer;
    opacity: 0.8;
}

.in_contact-b ul li.in_contact-wx3 span {
    position: absolute;
    top: 50px;
    width: 120px;
    height: 120px;
    background: url(../images/images/erweima3.jpg) no-repeat center top;
    left: -45px;
    display: block;
    cursor: pointer;
    opacity: 0.8;
}

.in_contact-b ul li.in_contact-wx:hover span {
    opacity: 1;
}

.in_contact-b ul li.in_contact-wx span img {
    width: 100%;
    display: none;
}

.in_contact-b ul li.in_contact-wx span:after {
    display: block;
    content: '品牌总监咨询　刘先生';
    width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
    text-align: center;
    opacity: 0.9;
}

.in_contact-b ul li.in_contact-wx3 span:after {
    display: block;
    content: '关注启辰了解更多故事';
}

/*------------联系页面-----------*/
.banner_contact {
}

.contact_pic img {
    width: 100%;
}

.contact_left h4 {
    font-size: 25px;
    color: #000;
    line-height: 38px;
    margin-top: 40px;
}

.contact_left h3 {
    font-size: 40px;
    color: #000;
    line-height: 52px;
    font-weight: bold;
}

.contact_left .in_contact-b {
    padding-top: 80px;
}

.contact2018 {
    margin-top: 90px;
    border-top: 1px solid #ababab;
}

.contact2018 dl dd {
    font-size: 15px;
    color: #626262;
    min-height: 90px;
}

.contact2018 dl {
    float: left;
    width: 50%;
    padding: 70px 0;
    border-bottom: 1px solid #ababab;
}

.contact2018 dl dt {
    color: #000;
    font-size: 18px;
}

/*------------内页底部-----------*/
.foot_ny {
    padding: 70px 0px;
    background: #000;
}

.bottom_ny {
    color: #888;
}

.bottom_ny .bottom_right .foottitle {
    padding-top: 15px;
}

.foot_ny a:hover {
    color: #fff;
}

.bottom_ny-a h5 {
    font-size: 15px;
    color: #8e8e8e;
    line-height: 60px;
    text-transform: uppercase;
}

.bottom_ny-a h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.bottom_ny-a h4 {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom_ny-a:first-child h4 {
    padding-top: 50px;
}

.bottom_ny-a h4 a {
    color: #888;
}

#bottom_ny-b {
    margin-left: 15%;
}

#bottom_ny-c {
    padding-top: 0px;
}

.bottom_ny-zztj {
    margin-top: 60px;
}

.foot_ny .in_contact-b ul li.in_contact-wx span:after {
    bottom: -36px;
}

@media screen and (max-width: 1856px) and (min-width: 1441px) {
    .foot_ny .width_b {
        margin: 0px 7%;
        width: 86%;
    }

    .foot_ny .bottom_ny-a h4 {
        width: 340px !important;
    }

    .foot_ny #bottom_ny-b {
        margin-left: 10%;
    }

    .foot_ny .bottom_right {
        margin-right: 90px !important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1100px) {
    .foot_ny {
        min-width: 1190px;
    }

    .foot_ny .width_b {
        margin: 0px 5%;
        width: 90%;
    }

    .foot_ny .bottom_ny-a h4 {
        width: 300px !important;
    }

    .foot_ny #bottom_ny-b {
        margin-left: 8%;
    }

    .foot_ny .bottom_right {
        margin-right: 55px !important;
    }
}

/*------------底部-----------*/
.foot {
    padding: 70px 0 100px 0;
    background: #111;
}

.bottom_left {
    width: 270px;
}

.bottom_left p {
    font-size: 13px;
    line-height: 22px;
    color: #626262;
}

.bottom_left p:last-child {
    padding-top: 80px;
}

.bottom_left p img {
    display: block;
    margin-top: 10px;
}

.bottom_right {
    width: 220px;
    padding-left: 110px;
}

.bottom_right ul li {
    line-height: 28px;
}

.bottom_right ul li span {
    font-size: 13px;
    color: #626262;
}

.bottom_right ul li a {
    font-size: 13px;
    color: #626262;
}

.bottom_right ul li a:hover {
    color: #a0a0a0;
}

.maplink li {
    width: 45%;
    display: inline-block;
}

.flinkbox {
    width: 300px;
    height: 200px;
    float: right;
    padding-right: 10%;
}

.flkli {
    height: 146px;
    overflow-y: scroll;
}

.flkli2 {
    height: 146px;
    overflow: hidden;
}

.flinkbox ul li {
    display: inline-block;
    width: 38%;
    padding-right: 28px;
    line-height: 28px;
    color: #555;
}

.flinkbox2 ul li {
    display: inline-block;
    width: 90%;
    padding-right: 28px;
    line-height: 28px;
    color: #555;
}

.flinkbox ul li:first-child {
}

.flinkbox ul li a {
    color: #555;
    font-size: 13px;
}

.flinkbox ul li a:hover, .foot a:hover {
    color: #ccc;
}

.flkli::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #f5f5f5;
}

/*定义滚动条的轨道，内阴影及圆角*/
.flkli::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 1px;
    background-color: #717171;
}

/*定义滑块，内阴影及圆角*/
.flkli::-webkit-scrollbar-thumb { /*width: 10px;*/
    height: 20px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c9c9c9;
}

.foottitle {
    font-size: 16px;
    color: #717171;
    line-height: 32px;
    padding-bottom: 30px;
}

/*----------------新闻列表------------------*/
.in_mmmmmm {
    padding-bottom: 20px;
}

.in_mmmmmm_inner {
    margin-left: -40px;
    margin-right: -40px;
}

.in_mmmmmm ul {
    padding-bottom: 12px;
}

.in_mmmmmm li {
    width: 33.3333%;
    float: left;
}

.in_mmmmmm li:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.in_mmmmmm li a {
    display: block;
    padding: 12px 0;
    margin: 0 40px;
    border-bottom: 1px dashed #dedede;
}

.in_mmmmmm li a, .in_mmmmmm li a:hover {
    text-decoration: none;
}

.in_mmmmmm li a:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.in_mmmmmm li a::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.in_mmmmmm_text {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.in_mmmmmm_text:hover {
    color: #333;
}

.in_mmmmmm_addtime {
    float: right;
    max-width: 18%;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    line-height: 30px;
}

@media screen and (max-width: 1450px) {
    .in_mmmmmm_inner {
        margin-left: -20px;
        margin-right: -20px;
    }

    .in_mmmmmm li a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1350px) {
    .in_mmmmmm_inner {
        margin-left: -10px;
        margin-right: -10px;
    }

    .in_mmmmmm li a {
        margin: 0 10px;
    }
}

.in_case-more a {
    display: block;
    margin: 40px auto;
    width: 280px;
}

.in_case-more a span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #686868;
    line-height: 64px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #7d7d7d;
}

.in_case {
    padding-bottom: 80px;
}


.case_b {
    padding: 120px 0px;
    background: #fdd51b;
}

.case_b h1 {
    line-height: 88px;
    font-size: 54px;
    color: #000;
    margin: 0px 12%;
    text-align: center;
}

.case_b h1 span {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}

.abouttitle {
    font-size: 60px;
    line-height: 66px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
}

.service_box {
    padding-bottom: 170px;
}

.service_box .abouttitle {
    padding-top: 160px;
    padding-bottom: 20px;
}

.service_box dl dd {
    font-size: 18px;
}

.service_box dl dt {
    color: #454649;
}

.ser_boxl {
    width: 100%;
    overflow: hidden;
}

.ser_boxl .service_content_pic, .ser_boxl .service_content_txt {
    width: 50%;
    overflow: hidden;
}

.ser_boxl .service_content_txt h3, .ser_boxl .service_content_txt ul {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.service_content_txt {
    padding-top: 8%;
}

.ser_boxl:first-child .service_content_txt {
    border-top: 1px solid #d2d2d2;
}

.ser_boxl:last-child {
    border-bottom: 1px solid #d2d2d2;
}

.service_content_txt h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.service_content_txt h3 span {
    display: block;
    padding-top: 12px;
}

.service_content_txt ul {
    font-size: 15px;
    color: #7d7d7d;
    padding-top: 30px;
    line-height: 32px;
}

.service_content_pic img {
    max-width: 100%;
    display: block;
}

.ser_boxl:nth-child(odd) .service_content_pic {
    float: left;
}

.ser_boxl:nth-child(odd) .service_content_txt {
    float: right;
}

.ser_boxl:nth-child(even) .service_content_pic {
    float: right;
}

.ser_boxl:nth-child(even) .service_content_txt {
    float: left;
}

.caselist2 {
    margin-top: 80px;
}

.caselist2 .case-content {
    width: 60%;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 5%;
}

.arcticle_right {
    width: 30%;
    float: right;
}

.caselist2 ul.casediv2 li, .caselist2 ul.about_arc li {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.caselist2 ul li .p1 {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
    padding-left: 12px;
    border-left: 8px solid #333;
    color: #333;
}

.caselist2 ul li .p2 {
    padding: 10px 0;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

.caselist2 ul li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    margin-top: 10px;
}

.arcticle_right h3 {
    font-size: 24px;
    line-height: padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.tag_a_span{
    color: #333;
}

.tagtitle_a {
    color: #909195;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding: 35px 35px 35px 0;
    border-right: 1px dotted #959595;
}

.tagtitle_a p {
    font-size: 12px;
    font-weight: normal;
}

.taglistbox {
    padding-bottom: 70px;
}

.tag_a {
}

.tag_a a {
    display: inline-block;
    margin: 5px 35px;
    line-height: 20px;
    color: #938f8e;
}

.tag_a a:hover {
    color: #333;
}

.arcinfo {
    padding: 10px 0;
    color: #888;
    font-size: 15px;
}

.arcinfo a {
    font-size: 17px;
    color: #333;
}

.caselist2 .about_arc li:hover img {
    margin: 0;
}

.about_arc li {
    padding-top: 30px;
}

.about_arc {
    min-height: 200px;
}

.alltags {
    padding: 20px 0;
}

.alltags a {
    margin: 10px 20px 10px 0;
    font-size: 14px;
    color: #666;
}

.tag_line {
    padding: 15px;
    background: url(../images/tagico.png) no-repeat left center;
}

.tag_line a {
    margin-right: 20px;
    color: #999;
}

.all_bot_tag {
    padding: 30px;
    margin: 40px 0;
    border: 1px solid #dedede;
}

.all_bot_tag p {
    font-weight: bold;
    padding-bottom: 10px;
    color: #b1b1b1;
}

.all_bot_tag a {
    color: #b1b1b1;
    margin-right: 20px;
}

.apptxt_box {
    width: 60%;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 5%;
    padding-top: 0;
}

.arctitileline {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.commontxt {
    padding-top: 60px;
    padding-bottom: 80px;
}

.contactpica {
    float: left;
    width: 120px;
    height: 120px;
    padding-right: 20px;
}

.contactinfob {
    float: left;
    color: #888;
    font-size: 14px;
    line-height: 17px;
}

.contactinfob p {
    font-size: 15px;
    line-height: 20px;
}

.contactname {
    color: #333;
    font-size: 17px;
}

.contactinfob span {
    display: block;
    margin-bottom: 26px;
    height: 12px;
    line-height: 12px;
    border-left: 3px solid #333;
    padding-left: 5px;
    font-size: 12px;
    color: #000;
}

.clickcontact {
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #dedede;
    margin-top: 35px;
    font-size: 16px;
}

.clickcontact a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 162px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
    background: -moz-linear-gradient(top, #ffde03, #fdd61b);
    background: -webkit-linear-gradient(top, #ffde03, #fdd61b);
    background: linear-gradient(180deg, #ffde03, #fdd61b);
    border-radius: 4px;
    margin-top: 15px;
}

.clickcontact a:hover {
    text-shadow: 1px 1px 0 #ffe84c;
}

.taglistbox_wap {
    display: none;
}

.case_innerb {
    display: none;
}

.nav_link {
    float: right;
    width: 570px;
}

.nav_link ul li {
    float: left;
    width: auto;
    margin-right:40px;
}

.nav_link ul li a {
    font-size: 16px;
    color: #fff;
}

.header-small .header-in .nav_link ul li a {
    color: #000000;
}

@media screen and (max-width: 1600px) {
    .bottom_right {
        padding-left: 0
    }

    .flinkbox {
        width: 200px;
    }
}


.xx_tips {
    position: fixed;
    cursor: pointer;
    bottom: 5px;
    right: 8px;
    z-index: 19;
    padding: 0 15px 0 40px;
    font-size: 14px;
    color: #fff;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    border-radius: 5px;
    background: #f7ab00 url(../images/images/ico_zx.png) no-repeat 13px center / 20px auto;
}

.xx_top {
    display: none;
    position: fixed;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .5);
}

.xx_top .inDiv {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.xx_top .indiv {
    text-align: center;
    width: 200px;
}

.xx_top .indiv .lay_img01 {
    display: block;
    padding: 10px 10px 5px;
    border-radius: 5px;
    background: #fff;
}

.xx_top .lay_img01 .lay_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.xx_top .lay_img01 .lay_img img {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
}

.xx_top .lay_img01 p {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    position: relative;
    top: -10px;
}

.xx_top .lay_info01 {
    padding: 8px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px
}

.xx_top .lay_info01 a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}


.foot .xin-hmtlx, .foot .xin-hmtlx2, .foot_ny .xin-hmtlx, .foot_ny .xin-hmtlx2 {
    display: none;
}

.xin-z-tel, .xin-mm-1, .xin-mm-2 {
    display: none;
}

.inner_banner_height {
    height: 520px;
    display: block;
}

@media screen and (max-width: 750px) {
    .xin-z-tel, .xin-mm-1, .xin-mm-2 {
        display: block;
    }

    .foot .xin-mt23, .foot_ny .xin-mt23 {
        display: none;
    }

    .xin-z-tel {
        padding-bottom: 26px;
        text-align: center;
        color: #fff;
    }

    .xin-z-tel h4 {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 8px;
    }

    .xin-z-tel .line {
        margin: 0 auto 8px;
        width: 5px;
        height: 1px;
        background: #fff;
    }

    .xin-z-tel p {
        font-size: 20px;
        line-height: 36px;
        color: #fff;
    }

    .xin-mm-1 {
        padding-bottom: 26px;
    }

    .xin-mm-1 .lay_img {
        text-align: center;
        padding-bottom: 4px;
    }

    .xin-mm-1 .lay_img img {
        display: inline-block;
        vertical-align: top;
        width: 110px;
    }

    .xin-mm-1 p {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        text-align: center;
        padding-top: 10px;
    }

    .xin-mm-2 {
        padding-bottom: 24px;
        text-align: center;
        font-size: 0;
    }

    .xin-mm-2 a {
        display: inline-block;
        width: 32px;
        height: 32px;
        padding: 5px 12px;
    }

    .xin-mm-2 a img {
        display: inline-block;
        vertical-align: top;
        display: block;
        height: 100%;
    }

    .foot .bottom_ny-a, .foot_ny .bottom_ny-a {
        float: none;
    }

    .foot .xin-h5, .foot_ny .xin-h5 {
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        color: #5f6061;
    }

    .foot .xin-hmtlx, .foot_ny .xin-hmtlx {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        color: #5f6061;
    }

    .foot .xin-hmtlx2, .foot_ny .xin-hmtlx2 {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        color: #5f6061;
    }

    .inner_banner_height {
        height: 68vw;
    }

    .Hbanner_in {
        display: none;
    }
}


.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_photo_item {
    width: 25%;
}

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

.cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_photo_img {
    padding-bottom: 58.52459%;
}

.about_honor_s_list {
    -webkit-justify-content: center;
    justify-content: center;
}

.about_honor_s_item {
    width: 17.805519%;
    margin: 0 7.22733%;
}

.about_honor_s_img {
    padding-bottom: 141.6974%;
}

.about_honor_h_list {
    -webkit-justify-content: center;
    justify-content: center;
}

.about_honor_h_item {
    width: 31.53745%;
    margin: 3.2851511% 2.693825% 0 0;
}

.about_honor_h_item:nth-child(3n) {
    margin: 3.2851511% 0 0 0;
}

.about_honor_h_img {
    padding-bottom: 62.54545%;
}
.about_can_item {
    width: 22%;
    margin: 0 4% 0 0;
    background: #f1f1f1;
}

.about_can_item:nth-child(4n) {
    margin: 0;
}
.about_can_content_big {
    height: 100%;
}
.about_can_head {
    width: 100%;
    text-align: center;
    font-size: 56px;
    line-height: 140px;
    color: #fff;
    background: #d1d1d1;
}

.about_can_cn {
    font-size: 20px;
    line-height: 32px;
    color: #2c2c2c;
    font-weight: bold;
    text-align: center;
}

.about_can_en {
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    font-weight: bold;
    text-align: center;
}

.about_can_read {
    padding: 30px 5px;

}

.about_can_content {
    margin-top: 20px;
}

.about_content_item {
    margin-bottom: 5px;
}

.about_can_tips {
    font-size: 14px;
    line-height: 16px;
    color: #2c2c2c;
}

.about_can_label {
    font-size: 12px;
    line-height: 16px;
    color: #2c2c2c;
}

.xgl_2f_temp_topper {
    display: none;
}

.banner_top {
    margin-top: 62px;
}

.banner_img {
    padding-bottom: 23.8541666%;
}

.media_item_box {
    margin-bottom: 6.25vw;
}

.media_content_box {
    -webkit-align-items: center;
    align-items: center;
}

.media_photo_box {
    width: 46.875%;
    position: relative;
    z-index: 2;
}

.media_read_box {
    width: 53.125%;
    background: #dfdfdf;
    padding: 2.34375vw 3.90625vw 2.34375vw 2.083333vw;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.media_photo_img {
    padding-bottom: 56.32823%;
    z-index: 9;
}

.media_photo_box:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 121.52777%;
    height: 87.160493%;
    box-sizing: border-box;
    border: 2px solid #2d2d2d;
    pointer-events: none;
}

.media_read_title {
    margin-bottom: 0.78125vw;
}


.media_item_box:nth-child(2n) .media_photo_box:after {
    left: 8.3333%;
}

.media_item_box:nth-child(2n+1) .media_photo_box:after {
    right: 8.3333%;
}

.media_item_box:nth-child(2n+1) .media_read_title {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.media_item_box:nth-child(2n+1) .media_read_bjq {
    text-align: right;
}

.media_read_label {
    position: relative;
}
/*
.media_read_label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.5208333vw;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}
*/
.media_read_after {
    font-size: 1.7708333vw;
    line-height: 2.86458333vw;
    color: #2c2c2c;
    position: relative;
    z-index: 2;
}

.media_read_bjq p {
    font-size: 0.88541666vw !important;
    line-height: 1.9791666vw !important;
    color: #2c2c2c !important;
}

.media_head_box {
    padding: 5.208333vw 0 4.1666vw 0;
}

.media_head_en {
    font-size: 2.91666vw;
    line-height: 3.4375vw;
    color: #2c2c2c;
    text-align: center;
}

.media_head_cn {
    font-size: 1.7708333vw;
    line-height: 2.3958333vw;
    color: #2c2c2c;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .width_b {
        width: 90%;
        margin: 0 5%;
    }

    .xgl_2f_temp_topper {
        display: block;
        height: 60px;
    }

    .banner_top {
        margin-top: 60px;
    }

    .banner_img {
        padding-bottom: 60%;
    }
    .about_can_read {
        padding: 20px 5px;
        background: #f1f1f1;
        height: auto;
    }
    .ny_dqwz {
        padding: 0;
        margin-bottom: 20px;
    }

    .media_read_title {
        margin-bottom: 10px;
    }

    .media_read_label:after {
        height: 4px;
    }

    .media_list {
        padding-bottom: 50px;
    }

    .media_read_bjq p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .media_photo_box:after {
        display: none;
    }

    .media_item_box {
        margin-bottom: 15px;
    }

    .media_item_box:nth-child(2n+1) .media_read_title {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .media_item_box:nth-child(2n+1) .media_read_bjq {
        text-align: left;
    }

    .media_head_box {
        padding: 50px 0 30px 0;
    }

    .media_head_en {
        font-size: 22px;
        line-height: 30px;
    }

    .media_head_cn {
        font-size: 16px;
        line-height: 26px;
    }

    .media_content_box {
        position: relative;
        padding-top: 56.32823%;
    }

    .media_read_box {
        width: 100%;
        padding: 30px 10px;
    }

    .media_read_after {
        font-size: 18px;
        line-height: 28px;
    }

    .media_photo_box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_a {
        padding-bottom: 50px;
    }

    .about_photo_item {
        width: 50%;
    }

    .about_c {
        padding: 50px 0;
    }

    .about_c dl dt {
        padding: 10px 0;
    }

    .about_honor_s_item {
        width: 32%;
        margin: 0 2% 0 0;
    }

    .about_honor_s_item:nth-child(3n) {
        margin: 0;
    }

    .about_honor_h_item {
        width: 50%;
        margin: 0;
    }

    .about_honor_h_list {
        margin-top: 20px;
    }

    .about_can_item {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .about_can_item:nth-child(2n) {
        margin: 0 0 4% 0;
    }

    .about_can_head {
        font-size: 24px;
        line-height: 84px;
    }

    .about_can_cn {
        font-size: 16px;
        line-height: 26px;
    }

    .about_can_en {
        font-size: 12px;
        line-height: 18px;
    }

    .about_can_tips {
        font-size: 12px;
        line-height: 14px;
    }

    .about_can_label {
        font-size: 10px;
        line-height: 14px;
    }

    .in_kehu-a {
        width: 100%;
    }

    .in_kehu-a ul li {
        width: 47%;
    }

    .in_kehu-a ul li a {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .in_kehu {
        padding: 40px 0;
        margin-top: 50px;
    }

    .nav_link {
        display: none;
    }

    .in_news-left, .in_news-right {
        width: 100%;
    }

    .in_contact {
        display: none;
    }

    .bottom_right {
        display: none;
    }

    .flinkbox {
        display: none;
    }

    .bottom_left p:last-child {
        padding-top: 40px;
    }

    .foot {
        padding-bottom: 50px;
    }

    .case_b {
        padding: 40px 0;
    }

    .case_b h1 span {
        font-size: 14px;
    }

    .case_b h1 {
        font-size: 20px;
        line-height: 40px;
        margin: 0;
    }

    #bottom_ny-b, #bottom_ny-c {
        display: none;
    }

    .foot_ny {
        padding: 40px 0;
    }

    .bottom_ny-a:first-child h4 {
        padding-top: 15px;
    }

    .bottom_ny-a h4 p {
        padding: 5px 0;
    }

    .header .logo {
        background-size: 110px auto;
        height: 23px;
        margin-top: 5px;
    }

    .contact2018 dl {
        width: 100%;
        padding: 40px 0;
    }

    .contact_text .in_contact-b {
        display: none;
    }

    .contact_left h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .contact_left h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .abouttitle {
        font-size: 14px;
        padding-bottom: 0px;
        line-height: 28px;
    }

    .about_e-text {
        width: 100%;
    }

    .about_e-text h2 {
        padding: 0 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .about_e {
        padding-bottom: 0;
    }

    .about_f-text ul {
        margin-left: 0;
    }

    .about_f-text ul li a {
        font-size: 12px;
        height: 36px;
        overflow: hidden;
    }

    .about_c h2 {
        font-size: 20px;
    }

    .about_a dl dd {
        width: 90%;
    }

    .about_f-text ul li {
        width: 33.33%;
    }

    .ser_boxl .service_content_pic, .ser_boxl .service_content_txt {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .service_content_txt h3 {
        font-size: 20px;
        line-height: 20px;
        color: #000;
    }

    .service_content_txt ul {
        padding-bottom: 30px;
        padding-top: 5px;
    }

    .service_box .abouttitle {
        padding-top: 20px;
    }

    .up_dowun_bt {
        display: none;
    }

    .arcticle_right {
        display: none;
    }

    .caselist2 .case-content, .apptxt_box {
        width: 100%;
        float: none;
        border: none;
        padding: 0;
    }

    .all_bot_tag {
        padding: 10px;
    }

    .taglistbox_wap {
        display: block;
        margin-top: -50px;
        position: relative;
        padding-bottom: 20px;
    }

    .taglistbox {
        display: none;
    }

    .taglistbox_wap tr td {
        padding: 10px 0;
    }

    .tagtitle_a {
        border: none;
        padding: 0;
        font-size: 14px;
        width: 80px;
        line-height: 28px;
        color: #333;
    }

    .tag_a {
        width: 100%;
    }

    .tag_a a {
        margin: 0 20px 0 0;
        float: left;
        line-height: 28px;
    }

    .case_innerb {
        display: block;
    }

    .header {
        background: #000;
    }

    .header-small {
        background: #fff !important;
    }

    .wedoaddtxt {
        font-size: 15px;
        color: #454649;
        line-height: 30px;
        text-align: center;
        padding: 15px 0 30px 0;
    }
}
/* fenye*/

.pagination-wrapper{margin: 20px 0;}
.pagination{height: 34px;text-align: center;}
.pagination li {display: inline-block;height: 34px;margin-right: 5px;}
.pagination li a{float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;}
.pagination li a:hover{background:#f5f5f5;color:#0099ff;} .pagination li.thisclass {background: #09f;color: #fff;}
.pagination li.thisclass a,
.pagination li.thisclass a:hover{background: transparent;border-color: #09f;color: #fff;cursor: default;}
/* fenye*/