@charset "utf-8";
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

/** 清除内外边距 **/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

    {
    font: 15px/1.5 Candara, PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

i,
address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */

/** 重置列表元素 **/

ul,
ol {
    list-style: none;
}

textarea {
    resize: none;
}

/** 重置文本格式元素 **/

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

/** 重置表单元素 **/

legend {
    color: #000;
}

/* for ie6 */

fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    font-size: 100%;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

/* 单行文本溢出 */

.inline {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 多行文本溢出 */

.intwoline {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 绝对居中 */

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}

.banner .center {
    margin-top: 6%;
}

/* 响应式布局 */

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-35,
.col-md-85 {
    position: relative;
    min-height: 1px;
}

@media (min-width: 767px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-35,
    .col-md-85 {
        float: left;
    }
    .col-md-35 {
        width: 28%
    }
    .col-md-85 {
        width: 72%
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

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

.clearfix:after,
.row:after {
    clear: both;
}

/* 响应式布局 end*/

.nav-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 78px;
    z-index: 66;
    transition: background-color .3s;
}

.nav-wrapper.nav-bg {
    background-color: rgba(255, 255, 255, 1);
}

.header {
    position: relative;
}

.logo {
    display: inline-block;
    position: static;
    margin-top: 2px;
    margin-left: 2%;
}

.logo img {
    width: 130px;
    height: auto;
    transition: width .23s;
    margin-top: 6%;
}

.nav a {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav a:hover {
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 1025px) {
    .nav-wrapper.nav-bg {
        box-shadow: 0 1px 29px rgba(0, 0, 0, 0.15);
    }
    .logo {
        margin-top: 6px;
    }
    .logo img {
        width: 240px;
        height: auto;
        margin-top: 5%;
    }
    .nav-bg .logo img {
        width: 180px;
        margin-top: 12px;
    }
    .nav {
        position: absolute;
        right: 0;
        top: 25%;
        padding-right: 8%;
        width: 70%;
        text-align: right;
    }
    .nav a {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .nav-bg .nav a {
        color: #333;
    }
    .nav-bg .nav a:hover {
        color: #999;
    }
}

@media (max-width: 1024px) {
    .nav-wrapper {
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .nav-menu {
        color: #ffffff;
        height: 50px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 50px;
        overflow: hidden;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
        cursor: pointer;
    }
    .nav-menu:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }
    .nav-menu span {
        position: absolute;
        left: 12.5px;
        left: calc((100% - 25px) / 2);
        top: 25px;
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 1);
    }
    .nav-menu .menu-span {
        left: 60px
    }
    .nav-menu span:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(0deg);
        -ms-transform: translateY(6px) rotate(0deg);
        -o-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }
    .nav-menu span:nth-child(2) {
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .nav-menu span:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(0deg);
        -ms-transform: translateY(-6px) rotate(0deg);
        -o-transform: translateY(-6px) rotate(0deg);
        transform: translateY(-6px) rotate(0deg);
    }
    .nav-menu-click span:nth-child(1) {
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-name: clickfirst;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-name: clickfirst;
    }
    .nav-menu-click span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .nav-menu-click span:nth-child(3) {
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-name: clicksecond;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-name: clicksecond;
    }
    @keyframes clickfirst {
        0% {
            -webkit-transform: translateY(6px) rotate(0deg);
            -ms-transform: translateY(6px) rotate(0deg);
            -o-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -o-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }
    }
    @-webkit-keyframes clickfirst {
        0% {
            -webkit-transform: translateY(6px) rotate(0deg);
            -ms-transform: translateY(6px) rotate(0deg);
            -o-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -o-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }
    }
    @keyframes clicksecond {
        0% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            -ms-transform: translateY(-6px) rotate(0deg);
            -o-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }
    @-webkit-keyframes clicksecond {
        0% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            -ms-transform: translateY(-6px) rotate(0deg);
            -o-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }
        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }
    .nav-menu-out span:nth-child(1) {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-name: outfirst;
        -webkit-animation-name: outfirst;
    }
    .nav-menu-out span:nth-child(3) {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-name: outsecond;
        -webkit-animation-name: outsecond;
    }
    @keyframes outfirst {
        0% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
        100% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            -ms-transform: translateY(-6px) rotate(0deg);
            -o-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }
    }
    @-webkit-keyframes outfirst {
        0% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
        100% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            -ms-transform: translateY(-6px) rotate(0deg);
            -o-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }
    }
    @keyframes outsecond {
        0% {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -o-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }
        100% {
            -webkit-transform: translateY(6px) rotate(0deg);
            -ms-transform: translateY(6px) rotate(0deg);
            -o-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }
    }
    @-webkit-keyframes outsecond {
        0% {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -o-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }
        100% {
            -webkit-transform: translateY(6px) rotate(0deg);
            -ms-transform: translateY(6px) rotate(0deg);
            -o-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }
    }
    .nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
        position: static;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .nav a {
        width: 80%;
        margin-left: 10%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        font-weight: 300;
    }
    .nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .nav a {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX;
    }
    @-webkit-keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
    @keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
}

.banner {
    background-color: #eee;
    height: 100vh;
    position: relative;
}

.banner li {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-detail {
    color: #fff;
    width: 85%;
    text-align: left;
}

.line {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.banner-detail .line {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 30px;
}

.banner-detail h2 p {
    font-size: 52px;
    font-weight: 300;
    max-width: 1050px;
    line-height: 52px;
}

.banner-detail>p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.btn {
    display: block;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background-color: #EB6100;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
    height: 40px;
    line-height: 40px;
    width: 140px;
    font-size: 13px;
}

.btn:hover {
    background-color: rgba(235, 97, 0, 0.8);
}

.com_wrap {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .banner-detail {
        width: 92%;
        top: 45%;
    }
    .banner-detail h2 p {
        font-size: 30px;
    }
    .banner-detail>p {
        font-size: 13px;
    }
    .line {
        height: 2px
    }
    .com_wrap {
        width: 90%;
    }
}

/*.contact .com_wrap{
	max-width: 1440px;
}*/

/* footer */

.footer {
    background-color: #18171c;
    color: #fff;
    padding-top: 90px;
    font-size: 12px;
}

.footer>.com_wrap {
    margin-bottom: 50px;
}

.footer>.com_wrap p {
    font-size: 14px;
}

.footer .f-title {
    cursor: auto;
}

.footer .line {
    height: 1px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer>.com_wrap a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 11px;
}

}

.footer>.com_wrap>div {
    min-height: 255px;
}

}

.footer>.com_wrap>div:not(:last-child):after {
    border-right: 1px solid #201f24;
    display: block;
    content: '';
    position: absolute;
    right: 12%;
    top: 0;
    bottom: 0;
}

@media (min-width: 769px) {
    .footer>.com_wrap p {
        font-size: 16px;
    }
    .footer>.com_wrap>div.col-news {
        /* width:10%; */
    }
    .footer>.com_wrap>div.col-consult {
        /* width:30%; */
        padding-right: 5%;
    }
    .footer>.com_wrap>div.col-news:after {
        right: 18%;
    }
    .footer>.com_wrap>div.col-consult:after {
        right: 8%;
    }
}

.f-title {
    cursor: pointer;
}

.copy {
    background-color: #111016;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.4);
}

.copy a {
    color: rgba(255, 255, 255, 0.4);
}

.copy span {
    padding-left: 5px;
    padding-right: 5px;
}

.footer .code-wrap {
    display: table;
    text-align: center;
    color: rgba(255, 255, 255, .56);
}

.code-wrap img {
    display: table;
    max-width: 118px;
    margin-bottom: 5px;
    margin-top: 5px;
}

@media (max-width: 1023px) {
    .footer {
        padding-top: 40px;
    }
    .footer>.com_wrap {
        margin-bottom: 0;
        position: relative;
    }
    .footer .col-md-2,
    .footer .col-md-6 {
        width: 100%;
    }
    .footer>.com_wrap>div:not(:last-child):after {
        display: none;
    }
    .footer>.com_wrap>div {
        min-height: initial;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .footer .line,
    .f-box {
        display: none;
        margin-top: 20px;
    }
}

.col-consult .f-box {
    display: block;
}

.footer .clearfix .col-md-6 {
    position: static;
}

.code-wrap {
    position: relative;
    top: 0;
    right: 0;
}

.code-wrap img {
    max-width: 110px;
}

.copy {
    padding-top: 12px;
    padding-bottom: 12px;
}

}

@media (max-width: 768px) {
    .footer>.com_wrap {
        text-align: center;
    }
    .footer .line,
    .f-box {
        display: none;
    }
}

@media (max-width: 768px) {
    .code-wrap {
        margin: 0 auto;
    }
}

/* 首页服务 */

.service {
    margin-top: 100px;
    color: #3b3c40;
}

.service .col-md-4 {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
    padding-left: 8%;
}

.srev-item1 {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-right: 8%;
}

.srev-item1 .line {
    background-color: #EB6100;
}

.plus .line,
.customer .line,
.news .line {
    background-color: #EB6100;
    margin: 0 auto 40px auto;
}

.contact .line {
    margin: 0 auto 40px auto;
}

.title {
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.title+p {
    font-size: 15px;
}

.srev-item1 p {
    -webkit-line-clamp: 4;
    line-height: 1.6;
    text-align: left;
    color: #777;
}

.service .col-md-2 {
    overflow: hidden;
}

.srev-item {
    background-color: #f6f6f6;
    /*background: linear-gradient(to right, rgba(0,0,0,.1) ,rgba(0,0,0,0.3));*/
    /* background:linear-gradient(to right, #c0c1c1,#e7e9eb,#e7e9eb);*/
    overflow: hidden;
    margin-left: 2px;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 40px;
    overflow: hidden;
    transition: background-color 0.5s;
    display: block;
    color: #3b3c40;
}

.srev-item>i {
    display: table;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    transition: color 0.3s;
}

.srev-item .sicon1:after {
    content: '\e63f'
}

.srev-item .sicon2:after {
    content: '\e621'
}

.srev-item .sicon3:after {
    content: '\e68a'
}

.srev-item .sicon4:after {
    content: '\e7f0'
}

.srev-item .line {
    display: table;
    width: 14px;
    height: 2px;
    margin: 18px auto 30px auto;
    background-color: #aeaeae;
    transition: background-color 0.3s;
}

.srev-item h3 {
    font-size: 18px;
    margin-bottom: 25px;
    transition: color 0.3s;
    font-weight: 300;
}

.srev-item p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    color: rgba(0, 0, 0, .7);
    /*position: absolute;
  left: 10%;*/
    height: 40px;
}

.service .col-md-2:hover .srev-item {
    background-color: #fff;
    background: #fff;
}

.service .col-md-2:hover .srev-item .line {
    background-color: #EB6100;
}

.service .col-md-2:hover h3,
.service .col-md-2:hover .srev-item i {
    color: #EB6100;
}

.service .col-md-2:hover p {
    opacity: 1;
    visibility: visible;
}

.service .srev-item:after {
    display: table;
    width: 50px;
    height: 50px;
    font-size: 48px;
    text-align: center;
    position: absolute;
    /*bottom: -28px;*/
    bottom: -5px;
    left: 50%;
    margin-left: -45px;
    color: #dedede;
    transition: all .5s;
}

.service .col-md-2:hover .srev-item:after {
    bottom: -80px;
}

.service div:nth-child(2) .srev-item:after {
    content: "step1";
}

.service div:nth-child(3) .srev-item:after {
    content: "step2";
}

.service div:nth-child(4) .srev-item:after {
    content: "step3";
}

.service div:nth-child(5) .srev-item:after {
    content: "";
}

@media (max-width: 766px) {
    .service {
        margin-top: 0;
    }
    .title {
        font-size: 22px;
    }
    .service .col-md-2 {
        display: inline-block;
        width: 48%;
        margin-left: 1%;
        margin-bottom: 6px;
        vertical-align: top;
    }
    .service .col-md-4 {
        /* padding-top: 50px;*/
        padding-bottom: 50px;
    }
    .srev-item1 {
        margin-right: 0;
    }
    .srev-item {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-left: 0;
    }
    .srev-item p {
        max-width: 92%;
        left: 4%;
    }
    .service .srev-item:after {
        font-size: 24px;
    }
}

@media (min-width: 767px) and (max-width:1365px) {
    .service .col-md-4 {
        padding-top: 10px;
    }
    .srev-item h3 {
        font-size: 14px;
    }
    .service .srev-item:after {
        font-size: 30px;
    }
}

/* plus */

.plus {
    padding-top: 100px;
    text-align: center;
}

.plus>p {
    max-width: 670px;
    margin: 0 auto 20px auto;
    width: 90%;
    color: #606060;
    color: #777;
    line-height: 1.6;
}

ul.list-wrap li {
    position: relative;
    overflow: hidden;
    max-height: 480px;
    display: inline-block;
    width: 25%;
    margin-left: -3.5px;
}

@media (min-width:769px) {
    /* ul.list-wrap li{
    -webkit-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    filter: gray;
    opacity: 1;
    transition: all 0.3s;
  }
  ul.list-wrap li:hover{
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: none; 
    opacity: 1;
  } */
}

@media (max-width: 767px) {
    ul.list-wrap li {
        width: 48%;
        margin-left: .4%;
        margin-right: .4%;
    }
}

ul.list-wrap li img {
    max-height: 100%;
    width: 100%;
}

.mask .bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.6;
    background: rgba(0, 0, 0, .35);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mask i.iconfont {
    font-size: 60px;
    line-height: 1;
}

.mask .content1 i.iconfont {
    font-size: 60px;
}

.mask .content1 {
    position: absolute;
    left: 25%;
    bottom: 42%;
    width: 120px;
    text-align: center;
    /* border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;*/
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    width: 50%;
}

.mask .content1 p {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 700;
}

.mask .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.mask .line {
    margin-left: auto;
    margin-right: auto;
}

.content .item-title {
    color: #fff;
    font-size: 22px;
    margin-top: 24px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.mask .item-desc {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 52px;
    display: block;
    font-size: 20px;
}

.mask .item-desc,
ul.list-wrap li a:hover .line {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

ul.list-wrap li a:hover .content1 {
    left: -100%
}

ul.list-wrap li a:hover .bg {
    background-color: rgba(0, 0, 0, .7);
}

ul.list-wrap li a:hover .content {
    top: 28%;
}

ul.list-wrap li a:hover .line {
    margin-top: 2px;
}

ul.list-wrap li a:hover .item-desc {
    margin-top: 22px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.plus .bx-wrapper .bx-pager {
    bottom: -50px;
}

@media (max-width:1112px) {
    /* .mask i.iconfont{font-size:32px;}   */
    .content .item-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .mask .item-desc {
        margin-top: 16px;
        padding-left: 6%;
        padding-right: 6%;
    }
    ul.list-wrap li a:hover .item-desc {
        margin-top: 10px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .content .item-title {
        font-size: 13px;
        margin-top: 5px;
    }
    ul.list-wrap li a:hover .item-desc {
        margin-top: 5px;
    }
    .customer .bx-wrapper img {
        height: 53px;
    }
}

.slider1 ul.list-wrap li img {
    display: block
}

@media(max-width:768px) {
    .mask .content1 {
        bottom: auto;
        top: 26%;
    }
    ul.list-wrap li a:hover .content {
        top: 15%;
    }
    .mask i.iconfont {
        font-size: 60px;
    }
    .content .item-title {
        font-size: 15px;
    }
    .mask .item-desc {
        font-size: 14px;
    }
}

@media (max-width:415px) {
    ul.list-wrap li a:hover .content {
        top: 7%;
    }
}

@media (max-width:376px) {
    .content .item-title {
        font-size: 12px;
        margin-top: 8px;
    }
    .mask .item-desc {
        font-size: 12px;
        margin-top: 8px;
    }
    ul.list-wrap li a:hover .item-desc {
        margin-top: 5px;
    }
    ul.list-wrap li a:hover .content {
        top: 5%;
    }
}

@media(max-width:320px) {
    .mask .content1 {
        bottom: auto;
        top: 40%;
    }
    ul.list-wrap li a:hover .item-desc {
        display: none;
    }
    ul.list-wrap li a:hover .content {
        top: 42%;
    }
    .mask .content1 i.iconfont {
        font-size: 32px;
    }
}

/* 客户口碑 */

.customer {
    text-align: center;
    padding-top: 120px;
    background-color: #f5f5f5;
    margin-top: -5px;
}

.customer>p {
    max-width: 670px;
    margin: 0 auto 20px auto;
    width: 90%;
    color: #777;
    line-height: 1.6;
}

#cust-wrap {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
    z-index: 2;
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
}

#cust-wrap .btn {
    margin: 0 auto;
}

.customer .list-wrap {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

.customer .list-wrap div:not(:first-child) {
    border-left: 1px solid #e3e3e3;
}

.customer #cust-wrap .list-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
}

.customer #cust-wrap .list-wrap+.list-wrap {
    padding-top: 0;
}

.cus-item {
    padding: 0 3% 40px 3%;
    font-size: 13px;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    width: 32%;
    line-height: 1.6;
    color: #777;
    vertical-align: top;
}

.cus-item img {
    max-width: 100%;
    margin: 0 auto;
}

.cus-item p {
    margin-top: 29px;
    margin-bottom: 20px;
}

.cus-item p.txt-p {
    line-height: 1.6;
    text-align: left;
}

.cus-item span {
    color: #3b3c40
}

@media (min-width:1024px) {
    .cus-item {
        padding-bottom: 10px;
    }
    .cus-item p.txt-p {
        /*height:13em;
    margin-bottom: 0;*/
    }
    /*  .cus-item span{height:4em;}*/
}

@media (max-width:1500px) {
    .cus-item {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .customer .list-wrap {
        padding-top: 30px!important;
        padding-bottom: 0;
    }
    .cus-item p {
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: justify;
        height: auto;
        overflow: hidden;
    }
    .customer .list-wrap div:not(:first-child) {
        border-left: none;
    }
    .cus-item {
        padding-left: 1.5%;
        padding-right: 1.5%;
        font-size: 12px;
        padding-bottom: 20px;
        width: 90%;
        /*height:300px;
    overflow:hidden;*/
    }
    #cust-wrap .cus-item img {
        max-width: 70%;
    }
}

/* about */

.about {
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

.about-wrap {
    color: #fff;
    width: 42%;
    text-align: left;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 42%
}

.about img {
    width: 100%;
    display: block;
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hover-img:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.about-wrap>em {
    font-family: arial;
    font-size: 160px;
    line-height: .2;
    display: block;
}

.about-wrap .company {
    font-size: 18px;
    font-weight: 300;
}

.about-wrap h2 {
    margin-top: 25px;
    color: #fff;
}

.about-wrap .txt {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 40px;
}

.about-wrap .iconfont {
    margin-right: 6px;
    margin-left: 3px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 2px;
}

.img .bx-wrapper .bx-pager {
    bottom: -40px;
}

@media (max-width: 1024px) {
    .about {
        margin-top: -100px;
    }
    .about-wrap {
        top: 30%;
        width: 80%;
        right: 10%;
    }
    .about-wrap>em {
        line-height: .5;
    }
}

@media (max-width: 767px) {
    .about {
        margin-top: 50px;
    }
    .about-wrap {
        top: 10%;
        width: 95%;
        right: 0%;
    }
    .about-wrap>em {
        font-size: 80px;
        line-height: .7;
    }
    .about-wrap .company {
        font-size: 13px;
    }
    .about-wrap h2 {
        font-size: 18px;
        margin-top: 16px;
    }
    .about-wrap .txt {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .about-wrap h2 {
        font-size: 18px;
    }
    .about-wrap>em {
        line-height: .6;
    }
}

/* news */

.news-page .row .com_wrap {
    margin-top: 100px;
}

.news.com_wrap {
    max-width: 1440px;
}

.home-page .news.com_wrap {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 100px;
}

.news {
    text-align: center;
    padding-top: 90px;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media (max-width: 1240px) {
    .news {
        margin-top: -50px;
    }
    .news-page .row .com_wrap {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .news {
        margin-top: 0;
    }
}

.news p {
    width: 90%;
    max-width: 670px;
    margin: 10px auto 20px auto;
    color: #777;
    line-height: 1.6;
}

.news .col-md-3 {
    padding-left: 3%;
    padding-right: 3%;
    border-left: 2px solid #e2e2e2;
    margin-bottom: 10px;
}

.news div a {
    color: #969696;
    text-align: left;
}

.news div a img {
    width: 100%;
}

.news div a .line {
    background-color: #c4c4c4;
}

.news div a h2 {
    color: #000;
}

.news .intwoline {
    -webkit-line-clamp: 3;
    width: 100%;
}

.news .col-md-3:hover {
    border-left-color: #EB6100;
}

.news .col-md-3:hover h2,
.news .col-md-3:hover i {
    color: #EB6100;
}

.news .btn {
    margin: 90px auto 80px auto;
}

.new-wrap h2.inline {
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
}

.new-wrap .line {
    height: 2px;
}

.news div a i {
    display: block;
    font-size: 22px;
}

@media (max-width: 767px) {
    .news .col-md-3 {
        border-left: none;
    }
    .news.com_wrap {
        width: 90%;
        margin-top: 50px;
    }
    .home-page .news.com_wrap {
        margin-bottom: 50px;
    }
    .new-wrap h2.inline {
        font-size: 16px;
    }
    .news .btn {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .news div a i {
        font-size: 16px;
        display: none;
    }
    .news .col-md-3 {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* contact */

.home-page .contact-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.home-page .contact {
    background: #fff url(../images/contact-bg.jpg) center center / cover no-repeat;
    min-height: 30vh;
    color: #fff;
}

.home-page .form-group .my-bline {
    border: none;
}

.contact-page .contact .title {
    color: #000;
}

.contact {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}

.contact .title {
    /*  text-align: center;*/
}

.contact>p {
    text-align: center;
    max-width: 550px;
    width: 96%;
    margin: 20px auto 50px auto;
    color: #adafb5;
}

.con-wrap h2 {
    /*font-size: 18px;
  margin-bottom: 5px;*/
}

.con-wrap>a {
    font-size: 13px;
}

.con-item {
    /*margin-top: 30px;
  margin-bottom: 10px;*/
}

.share-div a {
    display: inline-block;
    margin-right: 20px;
}

.share-div a:hover {
    color: rgba(255, 255, 255, .8);
}

.form-group {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 0px;
    /*color:#777;*/
}

.form-group input,
.form-group select,
.form-group textarea {
    outline: 0;
    font-size: 13px;
    -webkit-appearance: none;
    border: none;
    background: none;
    width: 94%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-group select {
    width: 100%;
    background: url(../images/drop-down.png) 98.5% 14px no-repeat;
}

.form-group .my-bline {
    border: 1px solid #777;
    line-height: 42px;
    margin-right: -5px;
    padding-right: 5px;
    padding-left: 5px;
    transition: border-color .5s;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    color: #010101;
}

.my-form .btn {
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width:768px) {
    .check-wrap:last-child {
        margin-bottom: 0;
    }
    .slider1 ul.list-wrap li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .slider1 ul.list-wrap li {
        width: 94% !important;
    }
}

@media(min-width:1365px) {
    .itema>div:first-child:after {
        border-right: 1px solid rgba(255, 255, 255, .8);
        display: block;
        content: '';
        position: absolute;
        right: 17%;
        top: 44px;
        bottom: 0;
    }
    /*.itema>div:last-child:before{
		border-left: 1px solid rgba(255,255,255,.8);
	    display: block;
	    content: '';
	    position: absolute;
	    right: 17%;
	    top: 44px;
	    bottom: 0;
	}*/
    .contact-page .itema>div:first-child:after {
        border-right: 1px solid rgba(119, 119, 119, .8);
        display: block;
        content: '';
        position: absolute;
        /*right: 33%;*/
        top: 44px;
        bottom: 0;
    }
}

@media (min-width:738px) {
    .news .btn,
    .my-form .btn {
        height: 40px;
        line-height: 40px;
        width: 140px;
        font-size: 13px;
        margin-left: auto;
    }
}

@media (min-width:738px) and (max-width:1023px) {
    .contact {
        padding-top: 30px;
    }
}

@media(min-width:1365px) {
    .itema>div:first-child:after {
        right: 11px;
    }
}

@media(min-width:1365px) {
    .itema>div:first-child:after {
        right: 11px;
    }
}

/* 复选框美化 */

.check-wrap {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.contact-page .check-wrap {
    /*margin-bottom:12px;*/
}

.check-wrap>input {
    position: absolute;
    display: none;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 26px;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分省略号显示*/
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #c0c0c0;
    background: #fff;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-checkbox+label:after {
    top: 1px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    /*-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);*/
    -webkit-transform: rotate(45deg);
    /* for Chrome || Safari */
    -moz-transform: rotate(45deg);
    /* for Firefox */
    -ms-transform: rotate(45deg);
    /* for IE */
    -o-transform: rotate(45deg);
    /* for Opera */
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
    content: '';
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

/* 复选框美化 end*/

.my-bline {
    position: relative;
}

.my-bline label {
    position: absolute;
    left: 2%;
    top: 0;
}

.my-bline:hover,
.my-bline:focus {
    border-bottom-color: #EB6100;
}

.import {
    position: relative;
}

.import:after {
    content: '*';
    position: absolute;
    right: -15px;
    color: #EB6100;
}

.item4 .check-wrap {
    /* margin-right: 6%; */
    /* display: inline-block; */
}

.item1 input {
    padding-left: 4.5em;
}

.item2 input {
    padding-left: 5em;
}

/* .my-textarea{
	margin-top:20px;
} */

.home-page .my-textarea>.my-bline {
    height: 99px;
}

.my-textarea>.my-bline {
    height: 94px;
}

.my-textarea textarea {
    padding-left: 4.5em;
    line-height: 42px;
    overflow: hidden;
}

.other {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72%;
}

.form-group-right .title1 {
    margin-bottom: 27px;
}

.title1-big {
    font-size: 16px;
    margin: 5px 0 20px;
}

#vcode_w {
    position: relative;
    width: 32%;
    display: inline-block;
    margin-top: 0;
    text-align: left;
    font-size: 28px;
    padding-left: 10px;
}

#vcodeimg {
    position: absolute;
    top: 10px;
    right: 5px;
}

.form-group-right .btn {
    line-height: 42px;
    height: 42px;
    float: right;
    width: 63%;
    margin-left: 5%;
    border-radius: 0;
}

#validateCode {
    display: block;
    line-height: 42px;
    height: 42px;
}

@media (min-width: 767px) {
    .form-group.item1 {
        padding-right: 2%;
    }
    .form-group-right {
        /* width:54%;
		margin-left:4%; */
        padding-left: 2%;
    }
    .contact .com_wrap {
        width: 80%;
        max-width: 1440%;
    }
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 0;
    }
    .form-group-right .title1 {
        margin-bottom: 10px;
    }
    .contact .share-div {
        margin-bottom: 20px;
    }
    .my-form .btn {}
    .con-item {
        margin-top: 15px;
    }
    .contact {
        padding-bottom: 40px;
    }
}

@media (min-width: 767px) and (max-width:1023px) {
    .title {
        font-size: 20px;
    }
    .contact .com_wrap {
        width: 95%;
    }
}

.banner .share-div {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.banner .share-div a {
    display: block;
    font-size: 18px;
}

.mouse-div {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
}

.mouse-div i {
    font-size: 26px;
}

/* 联系我们 */

.com-page .com-bg {
    /*background: #fff url(../images/contact-1.jpg) center center / cover no-repeat;  */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    height: 48vh;
    color: #fff;
    position: relative;
    /*margin-bottom: 80px;*/
}

.com-box h2 {
    font-size: 42px;
    font-weight: 300;
}

.com-box i {
    font-size: 42px;
    display: none;
    font-weight: 300;
    margin-top: 50px;
}

.com-box.center {
    width: 90%;
    text-align: left;
    top: 55%;
    max-width: 1280px;
}

.contact-page .con-item {
    margin-bottom: 20px;
}

.contact-page .con-item p {
    line-height: 1.6;
    font-size: 13px;
    color: #777;
}

.contact-page .com_wrap {
    /*margin-top:100px;*/
}

.contact-page .form-group {
    color: #777;
}

@media (max-width: 768px) {
    .com-page .com-bg {
        height: 360px;
        /*margin-bottom: 40px;*/
    }
    .contact-page .com_wrap {
        margin-top: 10px;
    }
    .com-box h2,
    .com-box i {
        font-size: 32px;
    }
    .com-box i {
        margin-top: 30px;
    }
    .contact-page .con-item p {
        font-size: 13px;
        line-height: 1.5;
    }
}

.row .com_wrap {
    max-width: 1280px;
}

.allmap {
    width: 100%;
    height: 560px;
}

@media (max-width: 767px) {
    .allmap {
        margin-top: 20px;
        height: 360px;
    }
}

.contact-page a {
    color: #000;
}

.contact-page .share-div a {
    color: #6d6d6d;
    font-size: 26px;
}

.contact-page .share-div a:hover {
    color: #EB6100;
}

.form-box {
    /* width: 96%;
  max-width: 940px;*/
    margin: 0 auto;
    /*color: #777;*/
}

.home-page .form-box {
    width: 100%;
    max-width: 100%;
}

.form-box>h2 {
    text-align: center;
    margin-bottom: 50px;
}

.form-box .btn {
    color: #fff;
}

.form-box .magic-checkbox+label:after {
    border-color: #EB6100;
}

@media (max-width: 767px) {
    .form-box {
        margin-top: 70px;
    }
}

/* 新闻动态 */

.news-page {
    background-color: #eaeaea;
}

/*.news-page .com-bg{background-image: url(../images/news-1.jpg);}*/

.f-cb {
    zoom: 1;
}

.news-wrap .top-tit .year-list {
    line-height: 70px;
}

.fl {
    float: left;
    display: inline;
}

.news-wrap .top-tit .year-list li {
    font-size: 30px;
    margin-right: 35px;
    line-height: 60px;
    margin-top: 10px;
    float: left;
}

.news-wrap .top-tit .year-list a {
    display: inline-block;
    color: #999;
    transition: color 0.3s ease 0s;
}

.news-wrap .top-tit .year-list li.hover {
    line-height: 70px;
    font-size: 48px;
    margin-top: 0;
}

.news-wrap .top-tit .year-list li:hover a,
.news-wrap .top-tit .year-list li.hover a {
    color: #333;
}

.news-wrap .top-tit .search-box {
    margin-top: 25px;
}

.fr {
    float: right;
    display: inline;
}

.news-wrap .top-tit .search-box input.tex {
    border: none;
    width: 205px;
    font-size: 12px;
    color: #999;
    height: 13px;
    line-height: 12px;
    padding: 12px 15px 11px;
    background-color: #e2e2e2;
    height: 36px;
}

.news-wrap .top-tit .search-box .sub-btn {
    border: none;
    width: 40px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/ico_32.png) no-repeat center #8f8f8f;
}

.news-wrap input[type="button"],
.news-wrap input[type="sumbit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.news-wrap input:focus {
    outline: none;
}

.news-wrap .list_wrap {
    margin-top: 42px;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.news-wrap .list_wrap .boxs {
    width: 31.3333%;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    margin-right: 2%;
}

@media (max-width: 767px) {
    .news-wrap .list_wrap .boxs {
        width: 100%;
        margin-right: auto;
    }
    .news-wrap .top-tit .year-list li.hover {
        font-size: 42px;
    }
}

.news-wrap .list_wrap .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-wrap .list_wrap .img img {
    width: 100%;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.news-wrap .list_wrap .img:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.news-wrap .list_wrap .cont-wrap {
    width: 90%;
    padding: 25px 5% 0;
    margin: 0 auto;
}

.news-wrap .list_wrap .boxs span {
    display: block;
}

.news-wrap .list_wrap .cont-wrap .date {
    display: block;
    padding-right: 30px;
    border-right: 1px solid #ececec;
}

.news-wrap .list_wrap .cont-wrap .day {
    font-size: 50px;
    line-height: 50px;
    color: #333;
}

.news-wrap .list_wrap .cont-wrap .year {
    line-height: 16px;
}

.news-wrap .list_wrap .bot-link {
    display: block;
    border-top: 1px solid #e5e5e5;
    margin-top: 28px;
    line-height: 38px;
}

@media (max-width: 1550px) {
    .news-wrap .list_wrap .cont-box {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-wrap .list_wrap .bot-link {
        margin-top: 18px;
    }
}

.news-wrap .list_wrap .cont-box .tit {
    font-size: 13px;
    line-height: 28px;
}

.news-wrap .list_wrap .cont-box .tit a {
    display: inline-block;
    color: #333;
    font-weight: 700;
}

.news-wrap .list_wrap .cont-box .font {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0;
}

.news-wrap .list_wrap .cont-box .font a {
    display: inline-block;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-wrap .list_wrap .bot-link .stt {
    display: inline-block;
    font-size: 13px;
    color: #777;
}

.news-wrap .list_wrap .bot-link .point:after {
    content: "\e96d";
    color: #999;
    font-family: 'iconfont';
    font-size: 26px;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-wrap .list_wrap .bot-link:hover .stt,
.news-wrap .list_wrap .bot-link:hover .point:after {
    color: #333;
}

.loadmore {
    margin: 60px auto 75px auto;
    background-color: #fff;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    box-shadow: 0 0 1px #ccc;
    border-radius: 0;
    cursor: pointer;
    color: #777;
}

.loadmore:hover {
    color: #fff;
}

@media (max-width:768px) {
    .loadmore {
        margin: 50px auto 50px auto;
        background-color: #fff;
        width: 200px;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .news-wrap .top-tit .year-list li {
        margin-right: 27px;
    }
}

/* 新闻详情 */

.info-page {
    background-color: #eaeaea;
}

.info-page .com-bg {
    background-image: url(../images/news-info1.jpg);
    margin-bottom: 0;
}

.news-info .com_wrap {
    padding-top: 60px;
    padding-bottom: 55px;
    background-color: #fff;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 65px;
    width: 100%;
}

.news-info .tit-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.news-info .tit-box h4 {
    font-size: 18px;
    line-height: 38px;
    color: #333;
    font-weight: 300;
}

.news-info .tit-box .date {
    line-height: 28px;
    font-size: 13px;
}

.news-info .share-box a {
    color: #333;
    padding-left: 20px;
}

.news-info .share-box a:hover {
    color: #EB6100;
}

.news-info p {
    line-height: 1.6;
    margin-top: 10px;
}

@media (min-width:768px) {
    .news-info p {
        font-size: 13px;
        margin-top: 20px;
    }
}

.news-info img {
    max-width: 100%;
}

/* about */

.about-page .com-bg {
    /*background-image: url(../images/about-1.jpg);*/
    margin-bottom: 0;
}

.about-txt {
    margin-top: 8%;
    margin-bottom: 30px;
    color: #777;
}

.float1 .about-txt {
    margin-top: 8%;
}

.float2 .about-txt {
    margin-top: 10%;
}

.float3 .about-txt {
    margin-top: 16%;
}

.img-right .about-txt {
    padding-left: 10%;
    padding-right: 4%;
}

.logo-div .bx-wrapper .bx-viewport {
    height: auto !important;
}

.img-left .about-txt {
    padding-left: 4%;
    padding-right: 10%;
}

@media (min-width:1780px) {
    .img-right .about-txt {
        padding-left: 16.2%;
        padding-right: 3%;
    }
    .img-left .about-txt {
        padding-right: 16.2%;
        padding-left: 3%;
    }
    .max1280.img-right .about-txt {
        padding-left: initial;
    }
}

.about-txt .line {
    background-color: #EB6100;
}

.about-txt p {
    margin-bottom: 15px;
}

.num-box {
    margin-top: 70px;
    font-size: 42px;
    line-height: .5;
    /*font-family: Arial;*/
    font-weight: 500;
    color: #262626;
}

.num-box span {
    display: inline-block;
    text-align: center;
    /* width: 20%; */
    width: 31%;
}

@media (max-width:700px) {
    .num-box {
        font-size: 32px;
    }
    div#ser-part4 {
        padding-bottom: 40px;
        background-color: #fff;
    }
    #ser-part4 .bx-wrapper .bx-pager {
        bottom: -30px
    }
}

.num-box em {
    font-size: 13px;
    color: #777;
    font-weight: 500;
    margin-top: 25px;
    display: block;
}

.num-box .jia {
    font-size: 20px;
    position: relative;
    /* top: -16px; */
    top: -8px;
    left: 5px;
    line-height: 1;
}

.about-box img {
    /* width: 100%; */
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sc-list span {
    display: inline-block;
    width: 46%;
    line-height: 1.6;
}

#pdf-btn {
    width: 240px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

#pdf-btn i {
    padding-right: 5px;
}

@media (min-width: 768px) {
    .about-box p {
        line-height: 24px;
        color: #777;
    }
    .float-right {
        float: right;
    }
    .sc-list span {
        line-height: 3;
    }
}

@media (min-width: 1321px) and (max-width: 1440px) {
    .float1 .about-txt {
        margin-top: 75px;
    }
    .float2 .about-txt {
        margin-top: 100px;
    }
    .float3 .about-txt {
        margin-top: 200px;
    }
    .img-right .about-txt {
        padding-left: 5%;
    }
    .img-left .about-txt {
        padding-right: 5%;
    }
}

@media (max-width: 1300px) {
    .float1 .about-txt {
        margin-top: 60px;
    }
    .float2 .about-txt {
        margin-top: 60px;
    }
    .float3 .about-txt {
        margin-top: 200px;
    }
    .img-right .about-txt,
    .img-left .about-txt {
        padding-left: 3%;
        padding-right: 3%;
    }
    .about-txt p {
        margin-top: 15px;
    }
    .num-box {
        margin-top: 25px;
    }
}

@media (max-width: 1023px) {
    .about-box .col-md-6 {
        width: 100%;
    }
}

.logo-div .img {
    width: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.about-bg {
    background: #fff url(../images/about-4.jpg) center center /cover no-repeat;
    height: 440px;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .logo-div .img {
        margin-top: 40px;
    }
    .about-bg {
        height: 200px
    }
    .sc-list span {
        width: auto;
    }
    .img-right .about-txt,
    .img-left .about-txt,
    .logo-div .img,
    .home-page .service .col-md-4 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .float1 .about-txt {
        margin-top: 80px;
    }
    .float2 .about-txt {
        margin-top: 80px;
    }
    .float3 .about-txt {
        margin-top: 80px;
    }
}

.about-div {
    margin-top: 90px;
}

.about-div h1 {
    text-align: center;
}

.about-div .line {
    background-color: #EB6100;
    margin: 0 auto 40px auto;
}

.question-wap {
    margin-bottom: 67px;
}

.question-wap li {
    /* border: 1px solid #eee; */
    margin-bottom: 5px;
    background-color: #fafafa;
}

.question-wap li:nth-child(odd) {
    background-color: #eee;
}

.question-wap li.active {
    background-color: #fff;
}

.question-wap li.active a {
    border-bottom: 1px solid #eee;
}

.question-wap li a {
    color: #666;
    padding: 12px 42px 12px 20px;
    display: inline-block;
    font-size: 13px;
    width: 100%;
}

/* .question-wap li:hover{
  box-shadow: 0 0 10px #eee;
} */

.question-wap li.active a,
.question-wap li a:hover {
    color: #EB6100;
}

.question-wap li a:hover {
    background-color: #fafafa;
}

.question-wap li a span.more {
    width: 16px;
    height: 12px;
    position: relative;
    float: right;
    top: 5px;
    display: inline-block;
    margin-right: -22px;
}

.subnav {
    display: none;
    /* font-size: 13px; */
    padding: 14px 20px;
}

.subnav p {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .subnav p {
        font-size: 12px;
    }
}

.question-wap li a span.more span {
    background: #000;
    position: absolute;
}

.question-wap li.active a span.more span,
.question-wap li:hover a span.more span {
    background-color: #EB6100;
}

.question-wap li a span.more span.h {
    width: 16px;
    height: 2px;
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
}

.question-wap li a span.more span.v {
    transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
    -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
}

.question-wap li.active a span.more span.v {
    transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
}

.transform {
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.max1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.wpb_wrapper1 {
    padding-right: 30px;
}

.wpb_wrapper h3 {
    line-height: 38px;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 20px;
}

.wpb_wrapper1 p {
    margin-bottom: 19px;
}

.wpb_wrapper p,
.wpb_wrapper ul.tick {
    line-height: 1.6;
    font-weight: 300;
    font-style: normal;
    color: #454545;
    /* text-align:justify; */
}

ul.tick {
    list-style-type: disc;
    padding-top: 0%;
    margin: 0 0 4% 0;
    padding: 10px 0px 15px 0;
}

ul.tick li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 7px;
    line-height: 1.45em;
}

ul.tick li:before {
    font-family: "iconfont";
    content: "\e602";
    position: absolute;
    left: 0px;
    color: #7f7976;
}

/* service */

.ser-page .com-bg {
    background-image: url(../images/services-1.jpg);
    margin-bottom: 0;
}

.ser-page .com-box .txt1 {
    font-size: 24px;
}

.ser-menu {
    margin-top: -70px;
    position: relative;
}

.menu-box {
    height: 70px;
    /* background-color: rgba(255,255,255,.2); */
    background-color: #EB6100;
    text-align: center;
}

.list-menu {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    /* padding-left: 2%;
  padding-right: 2%; */
}

.list-menu li {
    display: inline-block;
    line-height: 24px;
    padding: 23px 15px;
    /* margin-right: 2%; */
    font-size: 13px;
}

.list-menu li:hover a {
    opacity: .6;
}

.list-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.m-btn {
    display: none;
}

.ser-page .com-box i {
    margin-top: 20px;
}

@media (max-width:1379px) {
    /* .list-menu{
    padding-left: 3em;
    padding-right: 0;
  } */
}

/* @media (min-width:1380px){
  .list-menu{padding-left: 0;}  
} */

@media (max-width: 1024px) {
    .list-menu li {
        /* margin-right: 1%; */
        font-size: 12px;
    }
    .ser-page .com-box .txt1 {
        font-size: 13px;
    }
    .ser-page .com-box.center {
        top: 50%;
    }
}

@media (max-width: 767px) {
    .ser-menu {
        margin-top: -50px;
    }
    .menu-box {
        height: 50px;
    }
    .list-menu {
        height: 50px;
        overflow: hidden;
        position: relative;
        padding-left: 1%;
        padding-right: 1%;
    }
    .list-menu li {
        padding: 13px 10px;
        margin-right: 2%;
    }
    .list-menu.active {
        z-index: 3;
        height: auto;
        background-color: rgba(0, 0, 0, .5);
    }
}

@media (max-width:413px) {
    .m-btn {
        display: block;
        position: absolute;
        right: 5px;
        top: 11px;
        color: #fff;
        width: 20px;
        text-align: right;
        z-index: 33;
    }
    .m-btn:after {
        display: block;
        content: "\e74a";
        font-family: 'iconfont';
        font-size: 18px;
    }
    .active+.m-btn:after {
        content: "\e749";
    }
}

.bg1,
.bg3,
.bg5,
.bg7,
.bg9,
.bg11,
.bg13,
.bg15 {
    background-color: #fff;
}

.bg1 .ser-lbox,
.bg3 .ser-lbox,
.bg5 .ser-lbox,
.bg7 .ser-lbox,
.bg9 .ser-lbox,
.bg11 .ser-lbox,
.bg13 .ser-lbox,
.bg15 .ser-lbox {
    background-color: #F5F5F5;
}

.bg2,
.bg4,
.bg6,
.bg8,
.bg10,
.bg12,
.bg14,
.bg16 {
    background-color: #f5f5f5;
}

.bg2 .ser-lbox,
.bg4 .ser-lbox,
.bg6 .ser-lbox,
.bg8 .ser-lbox,
.bg10 .ser-lbox,
.bg12 .ser-lbox,
.bg14 .ser-lbox,
.bg16 .ser-lbox {
    background-color: #fff;
}

.ser-part .line {
    background-color: #EB6100;
}

.ser-part p {
    /*font-size:13px;*/
    color: #777;
}

.ser-part img {
    max-width: 100%;
    display: block;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .ser-part img {
        width: 100%;
    }
    .ser-part .ser-img-div img {
        width: initial;
    }
}

#ser-part1 .ser-lbox {
    padding-top: 100px;
}

.ser-part .ser-lbox {
    padding-top: 100px;
    padding-right: 3%;
    padding-left: 5%;
}

.ser-lbox .ser-div {
    max-width: 896px;
    margin-left: auto;
}

.ser-part .ser-rbox {
    padding-top: 170px;
    font-size: 13px;
    color: #000;
    padding-left: 2%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    #ser-part1 .ser-lbox {
        padding-top: 80px;
    }
    .ser-part img {
        margin-bottom: 0;
    }
}

.ser-rbox .ser-div {
    /*max-width: 365px;*/
    margin-right: auto;
}

.ser-div h2 {
    font-size: 26px;
    padding-bottom: 38px;
    border-bottom: 1px dashed #b4b4b4;
    margin-bottom: 40px;
    font-weight: 300;
    color: #333;
}

.ser-div h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.ser-div p {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .ser-part .ser-rbox,
    .ser-part .ser-lbox {
        padding-top: 50px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 1px;
    }
    .ser-div h2 {
        font-size: 18px;
    }
}

@media (max-width: 374px) {
    .ser-part .ser-rbox,
    .ser-part .ser-lbox {
        padding-left: 3%;
        padding-right: 3%;
    }
    #ser-part1 .tab_menu span {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.tab_menu {
    display: table;
    background-color: #fff;
    margin-bottom: 30px;
}

.tab_menu span {
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* 
@media (max-width: 767px){
  .tab_menu span{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 400px){
  .tab_menu span{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
} */

.ser-part .tab_menu span:not(:last-child) {
    border-right: 1px solid #eee;
}

.ser-part .tab_menu span.selected,
.ser-part .tab_menu span.hover {
    background-color: #EB6100;
    color: #fff;
}

.ser-part span.selected i {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #EB6100;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -6px;
}

.tab_box .hide {
    display: none;
    /*min-height: 150px;*/
}

@media (max-width: 760px) {
    #ser-part1 .tab_menu span {
        width: 100%;
        text-align: center;
    }
    .ser-part span.selected i {
        left: 0;
        bottom: 9px;
        border: 11px solid rgba(0, 0, 0, 0);
        border-left-color: #fff;
        margin-left: 0;
    }
}

@media (min-width: 1360px) {
    .ser-lbox .tab_box {
        /*height:170px;*/
    }
}

.ser-img-div {
    position: relative;
}

@media (min-width: 1160px) {
    .ser-part .tab_menu span {
        font-size: 16px;
    }
    .ser-img-div img {
        position: absolute;
        top: 0;
        right: 0;
        width: 42%;
        max-width: 442px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    #ser-part4 .ser-img-div img {
        top: auto;
        bottom: -10px;
        width: 52%;
        max-width: 484px;
    }
    #ser-part6 .ser-img-div img {
        top: auto;
        bottom: -10px;
        width: 52%;
        max-width: 441px;
    }
}

/* Effect 2: Move Up */

.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

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

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

/* SISQP */

.com-page.Sinfo-page>a {
    position: relative;
    top: -60px;
    display: block;
    height: 0;
    overflow: hidden;
}

.sqp-page p {
    /*text-align:justify;*/
}

.sqp-page .com-bg {
    /*background-image: none;*/
    /*background: #0cebeb;
  background: -webkit-linear-gradient(to right, #1fd5cf,#17e6da,#17edb5);
  background: linear-gradient(to right, #1fd5cf,#17e6da,#17edb5);*/
    margin-bottom: 0;
}

@media (min-width:769px) {
    /*.sqp-page .com-bg{min-height:720px;}*/
    .show-img {
        width: 48%;
        position: absolute;
        right: 0;
        top: -26%;
    }
}

@media (max-width:768px) {
    /*.sqp-page .com-bg{
    height:680px;
    height:100vh;
    min-height: 100vh;
  }*/
}

.show-img {
    margin: 0 auto;
}

.show-img img {
    max-width: 100%;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.sqp-page .com-box h2,
.sqp-page .com-box p {
    position: relative;
    z-index: 1;
}

.sqp-page .com-box p {
    display: none;
}

@media (min-width:1720px) {
    .show-img {
        top: -50%;
    }
}

@media (min-width:1440px) {
    .show-img img {
        max-width: 608px;
    }
}

@media (max-width:1024px) {
    .show-img {
        width: 52%;
        top: 0;
    }
    .sqp-page .com-box i.iconfont {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .show-img {
        width: 90%;
        margin-top: 20px;
    }
}

@media (max-width: 374px) {
    .sqp-page .com-box h2 {
        font-size: 18px !important;
    }
    .sqp-page .com-box p {
        margin-bottom: 8px;
    }
    .sqp-page .com-box .btn {
        height: 32px;
        line-height: 32px;
    }
    .show-img {
        width: 80%;
        margin-top: 8px;
    }
}

.sqp-page .com-box .txt1 {
    font-size: 24px;
}

.sqp-page .com-box p {
    max-width: 660px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 26px;
    width: 70%;
}

.sqp-page .com-box .btn {
    background-color: #fff;
    color: #33bfd7;
}

.sqp-page .com-box i.iconfont {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    bottom: -60%;
}

@media (min-width: 1440px) {
    /*.sqp-page .com-box.center{top:48%;}  */
    .sqp-page .com-box i.iconfont {
        bottom: -68%;
    }
}

@media (max-width: 768px) {
    .sqp-page .com-box i.iconfont {
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .sqp-page .com-box h2 {
        font-size: 24px;
    }
    .sqp-page .com-box .txt1 {
        font-size: 13px;
    }
    .sqp-page .com-box p {
        font-size: 12px;
        margin-bottom: 15px;
        width: 100%;
        display: none;
    }
    .sqp-page .row .title {
        font-size: 20px;
    }
}

.sqp-page .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sqp-page .row .title {
    text-align: center;
}

.sqp-page .row .line {
    background-color: #EB6100;
    margin: 20px auto 30px auto;
}

.sqp-page .tab1 .tab_menu {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.sqp-page .tab1 .tab_menu span {
    padding-left: 10px;
    padding-right: 10px;
}

.sqp-page .tab1 .tab_menu span.selected,
.sqp-page .tab1 .tab_menu span.hover {
    color: #EB6100;
    border-bottom: 5px solid #e2e2e2;
}

.sqp-page .tab1 .tab_box img {
    max-width: 100%;
    /*  box-shadow: 0 0 15px #ddd;*/
    display: block;
}

.sqp-page .tab1 .tab_box .com_wrap h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    /* font-size: 16px; */
    font-weight: 500;
}

@media (min-width: 768px) {
    .sqp-page .com_wrap {
        max-width: 1280px;
        width: 90%;
    }
    .sqp-page .row {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sqp-page .tab1 .tab_menu {
        font-size: 16px;
    }
    .sqp-page .tab1 .tab_menu span {
        margin-left: 3%;
        margin-right: 3%;
    }
    .sqp-page .tab1 .tab_menu span.selected,
    .sqp-page .tab1 .tab_menu span.hover {
        border-bottom: 2px solid #e2e2e2;
        font-size: 18px;
    }
    .sqp-page .tab1 .tab_box .com_wrap h4 {
        /* font-size:18px; */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sqp-page .tab1 .tab_box .com_wrap p {
        color: #777;
        padding-bottom: 20px;
    }
    .sqp-page .left-img {
        padding-left: 1%;
        padding-right: 1%;
    }
    .sqp-page .right-txt {
        padding-left: 3%;
        padding-right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sqp-page .tab1 .tab_box .com_wrap h4 {
        /* font-size: 16px; */
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .sqp-page .left-img {
        padding-right: 0;
    }
    .sqp-page .right-txt {
        padding-left: 2%;
        padding-right: 2%;
    }
    .sqp-page .tab1 .tab_box .com_wrap p {
        padding-bottom: 0;
        font-size: 12px;
    }
}

.sqp-page p.com_wrap {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    color: #777;
}

/* qidajieshao */

.sqp-wrap {
    margin-top: 50px;
}

.img-box {
    position: relative;
    width: 92%;
    margin-right: 2%;
    margin-left: 2%;
    overflow: hidden;
    display: block;
}

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

.img-box+.img-box {
    margin-top: 7.5%;
}

.img-box .mask .content {
    color: #fff;
    top: auto;
    font-size: 18px;
    bottom: 20px;
    transition: all .3s;
    text-align: center;
}

.sqp-wrap .img-box .mask .content {
    padding: 20px;
}

@media (min-width: 768px) and (max-width:1112px) {
    .img-box .mask .content {
        font-size: 14px;
    }
    .img-box:hover p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .img-box {
        margin: 12px auto;
        width: 96%;
    }
    .sqp-wrap .img-box {
        width: 100%;
    }
    .img-box+.img-box {
        margin-top: auto;
    }
}

.img-box:hover .bg {
    opacity: 1;
    background: #0cebeb;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0cebeb, #20e3b2, #29ffc6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0cebeb, #20e3b2, #29ffc6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.img-box:hover .mask .content {
    bottom: 30%;
    font-size: 18px;
}

.ong-img .img-box:hover .mask .content {
    bottom: 42%;
}

.img-box:hover .content p i {
    display: block;
}

.img-box:hover .mask:after {
    display: block;
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}

/* lunbo */

.sqp-list {
    padding-top: 16px;
    padding-left: 15px;
}

.sqp-list li {
    width: 48%;
    float: left;
    margin-right: 2%;
    padding: 20px 40px;
    transition: box-shadow 0.5s;
    margin-bottom: 10px;
}

.sqp-list li:hover {
    box-shadow: 0 0 15px #ddd;
}

.sqp-list li h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.sqp-list li h3:before {
    display: table;
    content: "\e61d";
    font-family: 'iconfont';
    color: #EB6100;
    position: absolute;
    left: -1.5em;
    top: 4px;
    font-size: 16px;
}

.sqp-list li p {
    color: #777;
}

.sqp-list li h3+p {
    min-height: 6em;
}

@media (max-width: 1023px) {
    .sqp-list li h3 {
        font-size: 16px
    }
    .sqp-list li h3:before {
        top: 3px
    }
    .sqp-list li h3+p {
        min-height: 9em;
    }
}

@media (max-width: 767px) {
    .sqp-list {
        padding-right: 15px;
        padding: 0;
    }
    .sqp-list li {
        width: 100%;
        margin-right: 0;
        padding: 20px 0 20px 30px;
    }
    .sqp-list li h3+p {
        min-height: 1em;
    }
    .sqp-list li h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .sqp-list li {
        padding: 15px 10px 15px 2em;
    }
    .sqp-list li h3 {
        font-size: 16px;
    }
}

.sqp-page .bx-wrapper .bx-pager {
    bottom: -35px;
}

@media (min-width: 768px) {
    .tab2 {
        border-left: 1px solid #e2e2e2;
    }
    .tab2 .tab_menu {
        background-color: transparent;
        padding-top: 50px;
    }
    .tab2 .tab_menu span {
        display: block;
        font-size: 16px;
    }
    .tab2 .tab_menu span.selected {
        font-size: 18px;
    }
    .tab2 .tab_menu span.selected,
    .tab2 .tab_menu span.hover {
        border-left: 2px solid #e2e2e2;
        color: #EB6100;
    }
}

@media (max-width: 767px) {
    .tab2 .tab_menu {
        margin-left: auto;
        margin-right: auto;
        display: block;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        transform: scale(.93, 1);
        -webkit-transform: scale(.93, 1);
        -moz-transform: scale(.93, 1);
    }
    .tab2 .tab_menu span.selected,
    .tab2 .tab_menu span.hover {
        color: #fff;
        background-color: #EB6100;
    }
    .tab2 .tab_menu span {
        padding-left: 1%;
        padding-right: 1%;
    }
    .sqp-page .bx-wrapper .bx-pager {
        bottom: -22px;
    }
}

@media (max-width: 413px) {
    .tab2 .tab_menu span {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 10px;
    }
}

@media (max-width: 374px) {
    .tab2 .tab_menu {
        width: 100%;
        text-align: center;
    }
    .tab2 .tab_menu span {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 10px;
    }
}

.tab2 .my-table thead tr td {
    color: #555;
}

.my-table {
    width: 100%;
    background-color: #fff;
    color: #666;
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.my-table thead tr {
    background-color: #e2e2e2;
    text-align: center;
}

.my-table td {
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    position: relative;
    padding: 15px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.my-table tbody tr td:first-child {
    width: 8em;
    color: #000;
}

.my-table tbody tr td:nth-child(2) {
    color: #777;
}

@media (min-width: 767px) {
    .my-table thead tr td {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .my-table td {
        font-size: 13px;
    }
    .my-table tbody tr td:first-child {
        padding-left: 23px;
    }
}

.patron {
    background-color: #3e3d4a;
    color: #fff;
}

.patron .col-md-12 {
    margin-bottom: 50px;
}

.patron-box {
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 0 10px #000;*/
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
    color: #777;
    margin-bottom: 30px;
    line-height: 1.6;
}

.patron-box img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.patron-box p.txt-p {
    height: 12em;
    min-height: 12em;
    display: block;
    margin-bottom: 30px;
}

.patron-box p.address {
    text-align: center;
}

.patron .btn {
    margin: 30px auto 0 auto;
    /*border-radius: 50px;
  
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 150px;*/
}

@media (min-width: 768px) and (max-width: 1112px) {
    .patron-box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 10px;
    }
    .patron-box img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .patron-box p.txt-p {
        height: auto;
        /*min-height: 20em;*/
    }
    .patron-box p.address {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .patron-box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 10px;
    }
    .patron-box p.txt-p {
        height: auto;
        min-height: 11em;
    }
    .patron .btn {
        border-radius: 20px;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        width: 150px;
    }
}

/* Sinfo-page */

.Sinfo-page .com-bg {
    background-image: url(../images/detail-1.jpg);
    margin-bottom: 0;
}

.Sinfo-page .row {
    padding-top: 80px;
    padding-bottom: 40px;
}

.Sinfo-page .tab_box .row {
    padding-top: 0;
    padding-bottom: 0;
}

.Sinfo-box1 {
    text-align: center;
}

.Sinfo-box1 .line {
    margin-left: auto;
    margin-right: auto;
    background-color: #EB6100;
}

.Sinfo-box1 p.com_wrap {
    max-width: 890px;
    margin-bottom: 60px;
    line-height: 1.6;
    color: #777
}

.Sinfo-page .bg-div {
    background-image: url(../images/detail-2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
}

@media (max-width: 767px) {
    .Sinfo-page .bg-div {
        height: 160px;
    }
}

.Sinfo-box .tab_menu {
    display: block;
    /* border-bottom: 1px solid #e9e9e9;   */
    background-color: transparent;
}

.Sinfo-box .tab_menu span {
    margin-right: 30px;
    margin-bottom: -1px;
}

.Sinfo-box .tab_menu span:last-child {
    display: none;
}

@media (max-width: 767px) {
    .Sinfo-box .tab_menu span {
        margin-right: 10px;
        font-size: 16px;
    }
}

.Sinfo-box .tab_menu span.selected,
.Sinfo-box .tab_menu span.hover {
    color: #EB6100;
    border-bottom: 3px solid #EB6100;
}

#layer-photos {
    margin-top: 18px;
}

#layer-photos img {
    max-width: 100%;
    display: block;
}

#layer-photos li {
    overflow: hidden;
}

#layer-photos li a {
    display: block;
    max-height: 160px;
    overflow: hidden;
    position: relative;
}

#layer-photos li a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,.0)', endColorstr='rgba(255,255,255,1)', GradientType=0);
    transition: all .3s;
}

#layer-photos li:hover a:after {
    top: 85%;
}

#layer-photos .bx-wrapper .bx-pager {
    bottom: -30px;
}

/*添加-20180522  start*/

.layer-photosxxx {
    margin-top: 18px;
    margin-bottom: 80px;
}

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

.layer-photosxxx li {
    overflow: hidden;
}

.layer-photosxxx li a {
    display: block;
    /* max-height: 160px; */
    overflow: hidden;
    position: relative;
}

/* .layer-photosxxx li a:after{
  display:block;
  content:'';
  position:absolute;
  left:0;
  right:0;
  top: 0;
  bottom:0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,.0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,.0) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,.0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,.0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,.0)', endColorstr='rgba(255,255,255,1)',GradientType=0 );
  transition: all .3s;
}
.layer-photosxxx li:hover a:after{top:85%; } */

.layer-photosxxx .bx-wrapper .bx-pager {
    bottom: -70px;
}

/*添加-20180522  end*/

@media (max-width: 1024px) {
    .layui-layer-imguide,
    .layui-layer-imgbar {
        display: block !important;
    }
    #layer-photos li a:after {
        top: 70%;
    }
    .layer-photosxxx li a:after {
        top: 70%;
    }
}

.Sinfo-box .my-table thead tr {
    background-color: #fff;
    border: 1px solid #dadada;
    border-bottom: none;
}

.Sinfo-box .my-table thead th {
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    font-weight: 700;
    color: #000;
}

.Sinfo-box .my-table tr * {
    color: #777 !important;
    font-size: 13px;
    line-height: 1.6;
}

.Sinfo-box .my-table tbody tr td:first-child {
    width: 18%;
}

.Sinfo-box div.com_wrap {
    max-width: 1280px;
}

.Sinfo-box h3 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
}

.Sinfo-box .tab_box div p {
    line-height: 1.6;
    color: #646464;
    margin-bottom: 20px;
}

.Sinfo-box .seven-inner div p {
    margin-bottom: 0;
}

.Sinfo-box h3>i {
    display: none;
}

@media (max-width: 768px) {
    .Sinfo-box .my-table thead th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Sinfo-box .my-table tr td {
        padding: 2%;
    }
    .Sinfo-box .my-table tr * {
        font-size: 12px;
        line-height: 1.5;
    }
    .seven-inner h3:before {
        font-size: 20px !important;
    }
    .tab_box .hide {
        height: auto;
    }
    .Sinfo-box h3 {
        margin-bottom: 5px !important;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .Sinfo-box h3 {
        font-size: 18px;
        color: #333
    }
    .Sinfo-box h3>em {
        display: block;
    }
    .Sinfo-box .tab_box div p>i {
        display: inline-block;
        text-indent: 2.5em;
        margin-right: 1em;
    }
    .Sinfo-box h3 .icon36:after {
        content: '\e690'
    }
    /*.Sinfo-box h3 .icon38:after{content:'\e61c'}*/
    .Sinfo-box h3 .icon38:after {
        content: '\e645'
    }
    .Sinfo-box h3 .icon39:after {
        content: '\e641'
    }
    .Sinfo-box h3 .icon40:after {
        content: '\e617'
    }
    .Sinfo-box h3 .icon41:after {
        content: '\e647'
    }
    .Sinfo-box h3 .icon42:after {
        content: '\e646'
    }
    .Sinfo-box h3 .icon45:after {
        content: '\e600'
    }
    .Sinfo-box h3>i {
        font-size: 70px;
        display: block;
        font-weight: 500;
    }
}

.contact .title,
.patron .title {
    color: #fff;
}

@media (max-width: 767px) {
    .about-page .com_wrap,
    .contact .com_wrap,
    .contact-page .row .com_wrap,
    .sqp-page .tab_box .com_wrap {
        max-width: 90%;
    }
    .tab2 .col-md-9.tab_box {
        width: 94%;
        margin: 0 auto;
    }
}

@media (min-width:769px) {
    .contact .com_wrap.clearfix>div.col-md-8 {
        background-color: rgba(255, 255, 255, 0.19);
        padding: 2%;
        border-radius: 5px;
    }
    #my-form .my-btn .btn {
        margin-left: auto;
        margin-top: 20px;
    }
    .footer .code-wrap {
        margin-left: auto;
    }
}

/* .Sinfo-page .bx-wrapper{margin-right:0} */

/* .banner-mask{
	width:100%;
	height:100vh;
	position:absolute;
	background: #0cebeb;
    background: -webkit-linear-gradient(to right, #000,rgba(0,0,0,0));
    background: linear-gradient(to right, #000,rgba(0,0,0,0));
    opacity:.8;
} */

/*special table*/

/*.Sinfo-box .my-table.spe-table tbody tr td:first-child{
	width:auto!important;
}
.my-table.spe-table{
	background-color:rgba(0,0,0,0);
}
.Sinfo-box .my-table.spe-table tbody tr td{
	border:none;
}
.Sinfo-box .my-table thead tr{
	background-color:rgba(0,0,0,0);
	border:none;
}*/

/*表单input框去除自动填充背景色*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

/*seven inner*/

.seven-inner {
    width: 88%;
    margin: 0 auto;
}

.inner-title {
    margin-bottom: 20px !important;
}

.seven-inner p {
    width: 130px;
    /*border-bottom:1px solid #e5e5e5;
	line-height:30px!important;
	padding-left: 24px;*/
    position: relative;
}

.seven-inner h3:before {
    display: table;
    content: "\e7f0";
    font-family: 'iconfont';
    color: #EB6100;
    position: absolute;
    left: -1.5em;
    top: -4px;
    font-size: 25px;
}

.seven-inner h3.sta:before {
    content: "\e780";
}

.seven-inner h3.sys:before {
    content: "\e60e";
}

.seven-inner h3.shop:before {
    content: "\e636";
}

.seven-inner p:before {
    /*content: '';*/
    position: absolute;
    left: 0px;
    top: 13px;
    background: #EB6100;
    width: 15px;
    height: 2px;
}

@media (max-width:767px) {
    .seven-inner {
        width: 100%;
        margin-left: 10%;
    }
    .seven-inner .col-md-4 {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }
}

/*地图*/

#allmap,
#allmap * {
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

/*返回顶部*/

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 45px;
    opacity: 0;
    visibility: hidden;
    width: 48px;
    height: 48px;
    border: 1px solid #EB6100;
    border-radius: 50%;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-up i {
    color: #EB6100;
}

#scroll-up:hover {
    background-color: #EB6100;
    color: #fff;
}

#scroll-up:hover i {
    color: #fff;
}

@media (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}

.bx-wrapper .bx-viewport {
    background: #fff;
}

/*手机端大标题居上边的距离. 80px*/

@media (max-width:767px) {
    .service .col-md-4,
    .plus,
    .news,
    .contact {
        padding-top: 80px;
    }
    .about-div {
        margin-top: 80px;
    }
}

@media(min-width:1200px) {
    .list-menu {
        text-align: center
    }
    .list-menu li {
        font-size: 18px;
    }
}

.Tcenter {
    text-align: center;
}

.Tcenter .line {
    margin-left: auto;
    margin-right: auto;
    background-color: #EB6100;
}

.Tcenter+.tab_menu {
    margin-left: auto;
    margin-right: auto;
}

.layer-photosxxx .slider li {
    border: 1px solid #ddd;
}

svg,
svg * {
    font-family: Candara, PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif" !important;
}

@media (min-width:1200px) {
    /*.footer>.com_wrap>.col-md-2 {*/
    /*    width: 14.66666667%*/
    /*}*/
    /*.footer>.com_wrap>.col-md-3 {*/
    /*    width: 33%;*/
    /*}*/
}

div#invite img {
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-7.invite-txt {
        padding-right: 15%;
    }
}

.invite-page .com_wrap .line {
    background-color: #EB6100;
}

.invite-bg {
    height: 320px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://old.zexi.cn/upload/images/2019/11/2515539669.jpg);
}

.list {
    margin-top: -200px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 80px;
}

.list table {
    margin-top: 30px;
}

.list td {
    width: 20%;
}

.list thead td {
    text-align: center;
    font-size: 18px;
    background-color: #4b4b4b;
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    background-color: #eee;
}

.list tbody td {
    text-align: center;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e5e5e5;
    color: #484848;
}

.list tbody td a {
    color: #337ab7;
}

.list thead tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list thead tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    background-image: url(../images/recruitment_03.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.ceb6100 {
    color: #eb6100;
}

.bgc7c7c7 {
    background-color: #c7c7c7;
}

.c5b5b5b {
    color: #5b5b5b;
}

.divide {
    width: 100%;
    height: 1px;
    display: block;
}

.margin_t_30 {
    margin-top: 20px;
}

.type .section {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #c7c7c7;
}

.bold {
    font-weight: bold;
}

.detail {
    font-size: 12px;
}

.detail dl:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 40px;
}

.detail dt {
    line-height: 40px;
}

.detail dd {
    line-height: 20px;
}

.margin_t_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact li {
    float: left;
    margin-right: 5%;
}

.contact li:first-child a {
    width: 160px;
    height: 40px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
}

.bg396b9d {
    background-color: #EB6100;
}

.c396b9d {
    color: #EB6100;
}

span.glyphicon-envelope {
    margin-right: 10px;
}

.font {
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.margin_b_100 p,
.info-page .detail p {
    margin-top: 0
}

.comeback.btn {
    margin-left: auto;
    background-color: #999;
}

/* about */

.about-item {
    padding-top: 100px;
    padding-bottom: 100px;
}

.new-about-page .about-txt {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0
}

.new-about-page .img-right .about-txt {
    padding-right: 3%;
}

.new-about-page .img-left .about-txt {
    padding-left: 3%;
}

.member-list {
    margin-top: 40px;
}

.member-list>div {
    margin-bottom: 30px;
}

.member-list>div>div {
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.member-list>div>div p:nth-child(2) {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 30;
}

/* about  END*/

/* home-page 11.29*/

i.iconsvg svg {
    width: 60px;
    height: 60px;
}