﻿@charset "utf-8";

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
textarea,
select,
input {
    margin: 0;
    padding: 0;
    outline: none
}

ol,
ul {
    list-style: none;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    color: #333333;
    font-family: arial, 'Source Han Sans CN', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB', 'STHeitiSC-Light';
    font-size: 14px;
}

img {
    display: block;
    max-width: 100%;
    border: none;
    max-height: 100%
}

/*a 链接*/

a {
    text-decoration: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #333333;
}

a:hover {
    color: #f96500
}


/*居中*/

.juzhong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.juzhong2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.erduan {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.shang {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.erduan .search {
    width: 360px;
    display: flex;
    margin-right: 24px;
}
.erduan .search form {
    display: flex;
    align-items: center;
}
.erduan .search input[type="text"] {
    width: calc(100% - 85px - 12px);
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}
.erduan .search input[type="text"]:focus {
    border-color: rgb(255, 112, 65);
}
.erduan .search button {
    width: 80px;
    padding: 0.75rem;
    background-color: rgb(255, 112, 65);
    color: white;
    border: none;
    border-radius: 4px;
    margin-left: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.erduan .search button:hover {
    background-color: #3182ce;
}

.xia {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}

.shangzhong {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.shangzuo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.shangyou {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.shangerduan {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zuo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.you {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.mt4px {
    margin-top: 2px;
}

/**上对齐*/
.upshang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**上下对齐*/
.updown {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}



/*浮动*/
.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
}

/* HTML5 重置为较旧版本的浏览器 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 按钮样式 */

input[type="text"],
input[type="button"],
button,
textarea,
select,
input[type="checkbox"] {
    font-size: 100%;
    outline: none;
    resize: none;
    font-family: "exo_2.0light", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    -webkit-appearance: none;
}

input[type="button"] {
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="reset"] {
    cursor: pointer;
}

/*删除火狐下按钮默认样式*/

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    -webkit-appearance: none;
}

i,
em {
    font-style: normal
}


/*省略号*/
.oneline {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.twoline {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeline {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourline {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}





.pd3 {
    padding-top: 3%;
    padding-bottom: 3%
}

.pd4 {
    padding-top: 4%;
    padding-bottom: 4%
}

.pd5 {
    padding-top: 5%;
    padding-bottom: 5%
}

.pd6 {
    padding-top: 6%;
    padding-bottom: 6%
}

.pd2 {
    padding-top: 2%;
    padding-bottom: 2%
}

.mtb3 {
    margin-top: 3%;
    margin-bottom: 3%
}

.mtb4 {
    margin-top: 4%;
    margin-bottom: 4%
}

.mtb5 {
    margin-top: 5%;
    margin-bottom: 5%
}

.mtb6 {
    margin-top: 6%;
    margin-bottom: 6%
}

.mtb2 {
    margin-top: 2%;
    margin-bottom: 2%
}



.mt1 {
    margin-top: 1%
}

.mt2 {
    margin-top: 2%
}

.mt3 {
    margin-top: 3%
}

.mt4 {
    margin-top: 4%
}

.mt5 {
    margin-top: 5%
}

.mt6 {
    margin-top: 6%
}


.pt3 {
    padding-top: 3%
}

.pt4 {
    padding-top: 4%
}

.pt5 {
    padding-top: 5%
}

.pb3 {
    padding-bottom: 3%
}

.pb4 {
    padding-bottom: 4%
}

.pb5 {
    padding-bottom: 5%
}

.hide {
    display: none
}



.fangdapic {
    overflow: hidden;
    position: relative
}

.fangdapic img {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
    width: 100%
}

a:hover .fangdapic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

li:hover .fangdapic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fangdapic:hover>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


.mainbox {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}


.banner {
    position: relative;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}
.banner .banner-make , .nybanner-solution .banner-make {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}
#banvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.banner.nobj:before{opacity:0;}
.banner:before{position:absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.4); z-index: 1;content: '';-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;}
*/
.top {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 40px;
    z-index: 99
}

.top .mainbox {
    position: relative;
}

.logo {
    width: 134px;
}

.navbox {
    background: rgba(249, 101, 0, 0.9);
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    overflow: hidden
}

.nav {
    margin-top: 15%
}

.nav li {
    font-size: 30px;
    padding: 10px 0px;
    position: relative
}

.nav li a {
    color: #fff;
}

.nav li a:hover {
    opacity: 0.8
}

.nav li:hover {
    z-index: 99999
}

.navban {
    color: #fff;
    position: absolute;
    bottom: 10px;
}

.nav-btnbox {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 50%;
    width: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer
}


.nav-btnbox .icon-bar {
    display: block;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    perspective-origin: 50% 50%;
    -ms-transition: all .3s ease;
    margin: 0 auto;
}



.nav-btnbox .icon-bar+.icon-bar {
    margin-top: 6px
}

.menu-open .nav-btnbox .icon-bar:first-child {
    margin-left: 0;
    -webkit-transform: translate3d(0px, 7px, 0) rotate3d(0, 0, 1, -45deg);
    transform: translate3d(0px, 7px, 0) rotate3d(0, 0, 1, -45deg);
}

.menu-open .nav-btnbox .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translate(20px, 0);
}

.menu-open .nav-btnbox .icon-bar:last-child {
    -webkit-transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, 45deg);
}

.menu-open {
    overflow: hidden;
}

.menu-open .nav-btnbox {
    z-index: 9999999
}

.menu-open .navbox {
    top: 0
}


.menu-open .nav {
    visibility: visible;
    opacity: 1;
}

.menu-open .nav li {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.menu-open .nav li:nth-child(1) {
    animation-delay: 0s;
}

.menu-open .nav li:nth-child(2) {
    animation-delay: 0.1s;
}

.menu-open .nav li:nth-child(3) {
    animation-delay: 0.2s;
}

.menu-open .nav li:nth-child(4) {
    animation-delay: 0.3s;
}

.menu-open .nav li:nth-child(5) {
    animation-delay: 0.4s;
}

.menu-open .nav li:nth-child(6) {
    animation-delay: 0.5s;
}

.menu-open .nav li:nth-child(7) {
    animation-delay: 0.6s;
}

.menu-open .nav li:nth-child(8) {
    animation-delay: 0.7s;
}

.menu-open .nav li:nth-child(9) {
    animation-delay: 0.8s;
}

.menu-open .nav li:nth-child(10) {
    animation-delay: 0.9s;
}





@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }

}

.sousu {
    margin-right: 35px;
}

.sousubtn {
    width: 40px;
    height: 40px;
    margin-right: 50px;
}

.sousubtn img {
    width: 20px
}

.addSlide {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 99999999;
    display: none
}

.addSlide .searchbox {
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    top: 50%;
    background: rgba(249, 101, 0, 0.9);
    transform: translate(0, -50%);
}

.addSlide .searchbox .int {
    width: 50%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    top: 50%;
    left: 50%;
}

.addSlide .searchbox .int .t_int {
    width: calc(100% - 50px);
    height: 60px;
    line-height: 60px;
    color: #FFF;
    background: none;
    border: 0px;
    font-size: 16px;
}

.addSlide .searchbox .btn {
    width: 40px;
    height: 40px;
    background: url('../images/search2.svg') no-repeat center center;
    background-size: 20px auto;
    border: none
}

.addSlide .searchbox .close {
    width: 20px;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
}


.addSlide input::-webkit-input-placeholder {
    color: #fff;
}

.addSlide input::-moz-input-placeholder {
    color: #fff;
}

.addSlide input::-ms-input-placeholder {
    color: #fff;
}

.bannertxt-M {
    position: absolute;
    bottom: 65%;
    width: 450px;
    left: 50%;
    margin-left: 0;
    color: #fff;
    z-index: 3;
}

.bannertxt-M h2 {
    font-size: 38px;
    font-weight: 550;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.bannertxt {
    position: absolute;
    bottom: 14%;
    width: 100%;
    color: #fff;
    z-index: 3;
}

.bannertxt h2 {
    font-size: 40px;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.bannertxt h3 {
    font-size: 60px;
    color: #f96500;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}

.bannertxt p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 14px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}


.bannertxt-solution {
    position: absolute;
    bottom: 34%;
    width: 100%;
    color: #fff;
    z-index: 3;
    transform: translateY(-50%);
}
.bannertxt-solution h2 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #f96500;
}
.bannertxt-solution p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 4px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}

.banbtn {
    margin-top: 4%
}

.banbtn a {
    width: 118px;
    height: 38px;
    border: 1px solid #f96500;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    background: #f96500;
    margin-left: 20px;
}

.banbtn a:hover {
    background: none;
    color: #f96500;
}

.banbtn a:first-child {
    margin-left: 0px;
}

@media (max-width: 920px) {
    .bannertxt-M{
        display: none;
    }
    .bannertxt h2 {
        font-size: 24px;
    }
    .bannertxt h3 {
        font-size: 16px;
    }
    .bannertxt p {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 920px){
    .bannertxt-M{
        display: none;
    }
    .banner{
        height: 60vh
    }
}


.kuaijienav {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 99999;
}

.kuaijienav ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
}

.kuaijienav li {
    min-height: 70px;
    border-left: 1px solid #e3e3e3;
    width: calc(33.33% - 1px);
}

.kuaijienav li a p {
    font-size: 18px;
    color: #f96500
}

.kuaijienav li a span {
    color: #666;
    background: url("../images/jiant.png") no-repeat right 3px;
    background-size: 5px auto;
    padding-right: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.kuaijienav li:nth-child(1) {
    border: none
}

.kuaijienav li a {
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: left 5px;
    padding-left: 50px;
}

.kuaijienav li:nth-child(1) a {
    background-image: url("../images/kuaiico01.png")
}

.kuaijienav li:nth-child(2) a {
    background-image: url("../images/kuaiico02.png")
}

.kuaijienav li:nth-child(3) a {
    background-image: url("../images/kuaiico03.png")
}

.kuaijienav li:nth-child(1) a:hover {
    background-image: url("../images/kuaiico01h.png")
}

.kuaijienav li:nth-child(2) a:hover {
    background-image: url("../images/kuaiico02h.png")
}

.kuaijienav li:nth-child(3) a:hover {
    background-image: url("../images/kuaiico03h.png")
}

.kuaijienav li a:hover span {
    color: #f96500;
    background: url("../images/jiant2.png") no-repeat right 3px;
    background-size: 5px auto;
}

.kuaijienav li:nth-child(2) p em {
    position: relative
}

.kuaijienav li:nth-child(2) p em:before {
    content: '';
    width: 40px;
    height: 26px;
    background: url("../images/hot.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 105%;
    top: -15px;
    -webkit-animation: scroll_tip_icon 1s linear infinite;
    animation: scroll_tip_icon 1.5s linear infinite;
}

/* .kuaijienav li:nth-child(3) p em {
    position: relative
}

.kuaijienav li:nth-child(3) p em:before {
    content: '';
    width: 40px;
    height: 26px;
    background: url("../images/news.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 105%;
    top: -15px;
    -webkit-animation: scroll_tip_icon 1s linear infinite;
    animation: scroll_tip_icon 1.5s linear infinite;
} */



.sytit {
    text-align: center;
    color: #5e5e5e;
}

.sytit p {
    font-size: 16px;
}

.sytit h2 {
    font-size: 36px;
    font-weight: normal
}


.syproject {
    padding-top: 50px;
    padding-bottom: 80px;
}

.syprojectleft {
    width: 63.5%
}

.syprojectright {
    width: 36.5%;
    text-align: center
}

.syprojectright p {
    font-size: 30px;
    padding: 20px;
    background: url("../images/jiant3.png") no-repeat bottom center;
    background-size: 14px auto;
    line-height: 40px;
    min-height: 100px;
    padding-bottom: 40px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.syprojectboxs {
    margin-top: 60px;
    border: 1px solid #fff
}

.syprojectboxs a:hover .syprojectright p {
    background: url("../images/jiant4.png") no-repeat bottom center;
    background-size: 14px auto;
}



.footerbj {
    background: #222222;
    color: #7f7f7f;
    padding-bottom: 30px;
}

.footerbj .mainbox {
    max-width: 1680px;
}

.footlogo {
    width: 148px;
}

.footcont img {
    width: 112px;
}


.footright {
    width: 33%
}

.foottop {
    padding-top: 60px;
    font-family: Arial;
}

.footcont {
    width: 58%
}

.foottop h2 {
    font-size: 20px;
    border-bottom: 1px solid #555555;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.footmedia {
    width: 28%
}

.footmedia img {
    max-width: 110px;
    margin-top: 20px;
}

.foottop p {
    margin-bottom: 10px;
}


.footbot {
    text-align: center
}

.footbot a {
    color: #7f7f7f
}

.footbot a:hover {
    color: #f96500
}




.nybanner , .nybanner-solution {
    position: relative
}
.nybanner-solution .solution-img img {
    width: 100%;
}
.nybanner .slick-slide img {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.nybanner .slick-arrow {
    border: none;
    text-indent: 200px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 8;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nybanner .slick-next {
    width: 56px;
    height: 56px;
    background: url("../images/banright.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 13px auto;
    right: 6%
}

.nybanner .slick-prev {
    width: 56px;
    height: 56px;
    background: url("../images/banleft.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 13px auto;
    left: 6%
}

.nybanner .slick-arrow:hover {
    background-color: #f96500
}

.nybanner a {
    position: relative;
    display: block
}

.nybanner a:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: calc(100% - 8px);
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nybanner .slick-active a:before {
    background: rgba(0, 0, 0, 0)
}

.nybannerbox {
    position: relative
}



.miaobao {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 4;
}

.miaobao .mainbox {
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
    position: relative;
    overflow: hidden
}

.sharebtn {
    width: 100px;
    border-left: 1px solid #e3e3e3;
    height: 70px;
}

.miaobao p {
    color: #999999;
    padding-left: 30px;
    width: calc(100% - 150px);
    height: 20px;
    line-height: 20px;
}

.miaobao p em {
    font-size: 12px;
    padding: 0px 5px;
}

.sharebox {
    position: absolute;
    top: -100%;
    right: 0px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    opacity: 0
}

.sharebox.show {
    top: 0px;
    opacity: 1
}

.sharebox a {
    width: 70px;
    height: 70px;
    border-left: 1px solid #e3e3e3;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 26px;
    position: relative
}

.sharebox a:before {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.sharebox a:hover:before {
    color: #f96500
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.ttf?t=1647925923270') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
    content: "\f0106";
}

.icon-weibo:before {
    content: "\e65a";
}

.icon-twitter:before {
    content: "\e882";
}

.icon-guanbi:before {
    content: "\e644";
}

.icon-facebook:before {
    content: "\e634";
}

.weixs {
    width: 110px;
    position: absolute;
    right: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nyleft {
    width: 210px;
    padding: 30px;
    position: relative
}

.nyleft:before {
    content: '';
    background: #e4e4e4;
    width: 1px;
    top: 0px;
    right: 0px;
    height: 200px;
    position: absolute
}

.nylefttit {
    padding: 20px 0px;
}

.nylefttit h2 {
    font-size: 30px;
    font-weight: normal;
    color: #333333
}

.nylefttit p {
    font-size: 18px;
    color: #666666;
    font-family: arial;
}


.nyleftnav li {
    font-size: 18px;
    padding: 15px 0px;
}

.nyleftnav li a {
    padding: 10px 0px;
    position: relative;
    color: #333
}

.nyleftnav li a:before {
    content: '';
    background: #f96500;
    width: 0%;
    bottom: 0px;
    left: 0px;
    height: 3px;
    position: absolute;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nyleftnav li a:hover {
    color: #f96500
}

.nyleftnav li a:hover:before {
    width: 100%
}

.nyleftnav li.cur a:before {
    width: 100%
}


.nyright {
    width: calc(100% - 280px);
}

.pd30 {
    padding: 30px;
}

.wenzitxtbox {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: justify
}


.weixinboxbj {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.weixinbox {
    width: 230px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    z-index: 99999;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    visibility: hidden
}

.weixinbox.show {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible
}

.weixinbox p {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    text-align: center;
    color: #666;
    padding-top: 15px;
}


.abmokuai {
    font-size: 16px;
    line-height: 2;
    margin-top: 50px;
    text-align: justify
}

.abmokuai h2 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-top: 10px;
}

.abmokuai h2:before {
    content: '';
    width: 96px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0px;
    top: 0px;
}

.abmokuai h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4
}

.abmokuai p {
    color: #808080
}

.yuanjixng {
    margin-top: 40px;
}

.yuanjixng h2 {
    font-size: 24px;
    font-weight: normal;
}

.yuanjixng ul {
    margin: 35px 0px;
}

.yuanjixng li {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    border: 1px solid #666666;
    font-size: 24px;
    margin-left: 5%
}

.yuanjixng li:first-child {
    margin: 0px;
}

.yuanjixng p {
    color: #808080;
    font-size: 16px;
    line-height: 2;
}


.rongyubox {
    margin-top: 40px;
}

.rongyubox h2 {
    font-size: 24px;
    font-weight: normal;
}

.rongyubox li {
    width: 48%;
    color: #808080;
    font-size: 16px;
    line-height: 2
}

.rongyubox ul {
    margin-top: 20px;
}

.yewuboxs p {
    color: #666666;
    font-size: 16px;
}

.yewuboxs {
    line-height: 2;
    text-align: justify;
    padding-left: 30px;
}

.yewuboxs h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin: 10px 0;
    position: relative
}

.yewuboxs h2:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 2px solid #666666;
    position: absolute;
    left: -28px;
    top: 15px;
}



.joinboxs li {
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0px;
}

.joinboxs li h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}

.joinboxs li p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}


.youjisn {
    font-size: 16px;
    padding: 30px 0px;
}

.youjisn span:first-child {
    margin-right: 10%
}

.youjisn a {
    color: #f96500;
    font-weight: bold
}

.youjisn a:hover {
    text-decoration: underline
}

.projectbanner {
    background: url("../images/projectbanner.jpg") no-repeat center center;
    background-size: cover;
    padding: 150px 0px;
}

.projecttit {
    text-align: center;
    color: #3b3c3d
}

.projecttit p {
    font-family: arial;
    font-size: 18px;
}

.projecttit h2 {
    font-weight: normal;
    font-size: 32px;
}

.projectbanx {
    text-align: center;
    font-size: 20px;
    color: #3b3c3d;
    line-height: 2;
    margin-top: 30px
}



.projectleft {
    width: 74.12%;
}

.projectright {
    width: 24.12%;
}




.prosstxt span {
    color: #999
}

.prosstxt {
    margin: 10px 0px 20px;
    height: 60px;
}



.xiaochengs {
    text-align: center;
    padding: 50px 0px 60px;
}


.xiaochengs img {
    width: 106px;
    margin: 0 auto
}

.xiaochengs p {
    font-size: 20px;
    padding: 20px 0px;
}

.projectshowbanner {
    position: relative;
}

.projectshowbanner .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #ebebeb;
    height: 12px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.projectshowbanner .slick-dots li {
    width: 33.33%;
    cursor: pointer;
    height: 12px;
}

.projectshowbanner .slick-dots li.slick-active {
    background: #f96500
}


.projectshowbanner .slick-dots li button {
    opacity: 0
}

.projectshowbanner .slick-slide img {
    width: 100%
}



.xiangqtit {
    padding: 80px 0px;
}

.xiangqtit h1 {
    font-size: 40px;
    font-weight: normal
}

.xiangqtit h2 {
    font-size: 24px;
    font-weight: normal;
    display: inline-block
}


.xiangqingtxtbox {
    font-size: 18px;
    line-height: 2
}


.xiangqishowbanner {
    margin: 50px 0px;
    position: relative
}

.xiangqishowbanner .slick-prev {
    width: 80px;
    height: 80px;
    background: url("../images/culeft.png") no-repeat center center #f96500;
    border-radius: 100%;
    background-size: 30% auto;
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-indent: 1000%;
    position: absolute;
    bottom: 0px;
    right: -120px;
    z-index: 999
}

.xiangqishowbanner .slick-prev:hover {
    background-color: #ff8836
}

.xiangqishowbanner .slick-next {
    width: 80px;
    height: 80px;
    background: url("../images/curgt.png") no-repeat center center #f96500;
    border-radius: 100%;
    background-size: 30% auto;
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-indent: 1000%;
    position: absolute;
    bottom: 0px;
    right: -30px;
    z-index: 999
}
.xiangqishowbanner .slick-next:hover {
    background-color: #ff8836
}

.xiangguntxtsd li p {
    font-size: 30px;
    font-family: Arial;
    margin-top: 10px;
}

.xiangguntxtsd li span {
    color: #666666
}

.mtd80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.shangxiabox {
    height: 100px;
    background: #f4f5f6;
    margin: 50px 0px;
}

.backsx {
    width: 100px;
    height: 100px;
    background: #1c1c1c
}

.backsx img {
    width: 60%
}

.shangprev {
    width: calc(45% - 150px);
    text-align: right;
    font-size: 20px;
    background: url("../images/shangyi.png") no-repeat right center;
    background-size: 85px auto;
    padding-right: 130px;
}

.xianext {
    width: calc(45% - 150px);
    font-size: 20px;
    background: url("../images/xiayi.png") no-repeat left center;
    background-size: 85px auto;
    padding-left: 130px;
}




.nynavselect {
    position: relative;
    width: 100%;
    color: #999999;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    margin: 10px 0px 10px;
    display: none;
}

.nynavselect .placeholder {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
    padding-left: 20px;
    border: 1px solid #eee;
    color: #333;
}

.nynavselect .placeholder:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../images/selectxia.png") no-repeat center center;
    content: "";
    width: 10px;
    height: 6px;
    background-size: 100% auto
}

.nynavselect.is-open .placeholder:after {
    background: url("../images/selectxia2.png") no-repeat center center;
    background-size: 100% auto
}

.nynavselect.is-open ul {
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
}

.nynavselect ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 100;
    font-size: 18px;
}

.nynavselect ul li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    color: #999;
    cursor: pointer;
}


.nynavselect ul li a {
    display: block
}

.nynavselect ul li.cur {
    background: #f96500
}

.nynavselect ul li.cur a {
    color: #fff
}


.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-infobar {
    display: none !important
}




.changjiyan ul {
    width: calc(100% + 30px);
    margin-left: -30px;
}

.changjiyan li {
    width: calc(33.33% - 30px);
    float: left;
    margin-left: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-top: 30px;
}

.yanjiutxt p {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px;
}

.tmoex {
    padding: 10px 0px;
}

.tmoex img {
    width: 8px;
}

.tmoex span {
    background: url("../images/time.svg") no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
    color: #888888
}

.changjiyan {
    padding: 30px;
}



/******7-27新增**********/
.top .top-menu{
    
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    /* display: flex;
    align-items: center; */
    justify-items: flex-end;
}
.top .top-menu .top-nav{
    width: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #f1f1f1;
    text-align: center;
    border-radius: 6px;
}
.top .top-menu .top-nav a{
    color: #f1f1f1;
}

.projectbanner {
    position: relative
}

.topright {
    width: calc(100% - 150px);
    /* max-width: 280px; */
}

.topright a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.topright .top-menu {
    width: calc(100% - 200px);
    margin-right: 20px;
}

.topright .top-menu>ul {
    display: flex;
    justify-content: flex-end;
}

.topright .top-menu>ul>li {
    padding: 10px 20px;
    position: relative;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

.topright .top-menu>ul>li {
    /* text-shadow: 2px 2px 4px #000000; */
}

.topright .top-menu>ul>li.active a,
.topright .top-menu>ul>li:hover a {
    /* color: #f96500; */
}

.topright .top-menu>ul>li>.navdown {
    display: none;
    position: absolute;
    top: 40px;
    padding: 0;
    width: 120px;
    padding: 8px 0 8px 0;
    left: 0;
    z-index: 1;
    margin-left: -1px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.5);
}
.topright .top-menu>ul>li>.navdown.solution {
    width: 190px;
}

.topright .top-menu>ul>li:hover>.navdown {
    display: block;
    padding: 12px 0;
}

.topright .top-menu>ul>li .navdown>div {
    text-align: center;
    line-height: 38px;
}

.topright .top-menu>ul>li .navdown>div a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.topright .top-menu>ul>li .navdown>div a:hover {
    color: #f96500;
}

.topright .top-menu>ul>li .navdown>div:hover {
    background: rgba(255, 255, 255, 0.55);
}
.topright .top-menu>ul>li .navdown>div:hover a{
    color: #f96500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.topright .top-menu-select {
    width: 100%;
    margin: 10px 0px 10px;
    position: relative;
}

.topright .top-menu-select .placeholder {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #f1f1f1;
    text-align: center;
    border-radius:6px ;
}

.topright .top-menu-select .placeholder:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../images/selectxia3.png") no-repeat center center;
    content: "";
    width: 10px;
    height: 6px;
    background-size: 100% auto
}

.topright .top-menu-select.is-open .placeholder:after {
    background: url("../images/selectxia4.png") no-repeat center center;
    background-size: 100% auto
}

.topright .top-menu-select.is-open ul {
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
}

.topright .top-menu-select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 100;
    font-size: 18px;
}

.topright .top-menu-select ul li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    color: #999;
    cursor: pointer;
}

.topright .top-menu-select ul li a {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.topright .top-menu-select ul li.cur {
    background: #f96500
}

.topright .top-menu-select ul li.cur a {
    color: #fff
}

@media (min-width: 920px) {
    .topright .top-menu {
       display: block;
    }
    .topright .top-menu-select{
        display: none;
    }
}

@media (max-width: 920px) {
    .topright{
        display: block;
        width: 45%;
    }
    .topright .top-menu {
        display: none;
    }
    .topright .top-menu-select{
        display: block;
    }
    .topright .top-menu-select .placeholder {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .topright .top-menu-select .placeholder:after {
        right: 10px;
    }
    .topright>.telico {
        text-align: left !important;
        padding-left: 20px !important;
        background-size: 16px auto !important;
        font-size: 16px !important;
    }
    .topright>.telico a {
        font-size: 18px !important;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    }
}

.topright>.telico {
    background: url("../images/tel-1.svg") no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 20px;
    color: #f96500;
    font-weight: bold;
    width: 180px;
    text-align: right;
}
.topright>.telico a {
    font-size: 28px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}
.fourda {
    margin: 40px 0 30px;
}

.fourda li {
    width: 25%;
    float: left;
    color: #3b3c3d;
    font-size: 20px;
    text-align: center;
    position: relative
}

.fourda li span {
    color: #f96500
}

.fourda li:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #868685;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%)
}

.fourda li:first-child:before {
    display: none
}

.serpic {
    width: 50%;
}

.sertxt {
    width: 50%
}

.serwenzi {
    text-align: center;
    width: 80%;
}

.sertxttit img {
    height: 120px;
    margin: 0 auto
}

.sertxttit {
    position: relative;
    margin-bottom: 20px;
}

.sertxttit h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: normal
}

.serwenzi p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    text-align: left
}

.servicelist li {
    margin: 50px 0px 80px;
}

.servicelist li:nth-child(even) {
    background: #f6f6f6
}

.footerbj {
    padding: 40px 0;
    color: #fff
}

.footleft {
    width: 25%;
    line-height: 2;
}

.footleft img {
    width: 150px;
    margin-bottom: 20px;
}


.footmenu a {
    position: relative;
    font-size: 16px;
    border-left: 1px solid #555555;
    line-height: 14px;
    padding: 0px 30px;
}

.footmenu {
    margin-bottom: 15px;
}

.footmenu a:first-child {
    border: none;
}

.footcenter {
    text-align: center;
    margin-bottom: 20px;
}

.footcenter a {
    color: #fff;
}

.footcenter a:hover {
    color: #f96500
}

.footcenter a:first-child {
    padding-left: 0px;
}

.footcenter a:last-child {
    padding-right: 0px;
}

.footyou {
    width: 25%
}

.footyou ul {
    width: 190px
}

.footyou li {
    width: 80px;
    text-align: center;
}

.footyou li p {
    margin-top: 10px;
}

.hotnews {
    position: relative
}

.hotnews:before {
    content: '';
    width: 20px;
    height: 13px;
    background: url("../images/news.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 105%;
    top: -5px;
    -webkit-animation: scroll_tip_icon 1s linear infinite;
    animation: scroll_tip_icon 1.5s linear infinite;
}


@-webkit-keyframes scroll_tip_icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll_tip_icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.contactbox li {
    width: calc(50% - 1px);
    border-left: 1px solid #e3e3e3
}

.contactbox li h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contactbox li h4 {
    font-size: 30px;
    color: #f96500;
    line-height: 1
}

.contactbox li p {
    font-size: 16px;
}

.contactbox li p span {
    color: #f96500;
    padding-left: 10px
}

.contactbox li:nth-child(1) {
    border: none
}

.contactbox li:nth-child(1) .conhezi {
    background: url("../images/con_tel.svg") no-repeat left 5px;
    background-size: 20px auto;
}

.contactbox li:nth-child(2) .conhezi {
    background: url("../images/con_xm.svg") no-repeat left 5px;
    background-size: 20px auto
}

.contactbox li:nth-child(3) .conhezi {
    background: url("../images/con_mt.svg") no-repeat left 5px;
    background-size: 20px auto
}

.conhezi {
    padding-left: 30px;
}

.nynewsbox {
    padding-left: 30px;
}

.nynewsbox li {
    border-bottom: 1px solid #f1f1f1;
    padding: 40px 0px;
}

.nynewsbox li .fangdapic {
    width: 300px;
}

.nynewstxt {
    width: calc(100% - 340px);
}

.nynewstxt p {
    color: #999999
}

.nynewstxt h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0px;
}

.nynewstxt span {
    color: #666666;
    font-size: 16px;
}

.nynewstxt em {
    width: 80px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #f96500;
    display: block;
    margin-top: 25px;
}

.page a {
    width: 35px;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin: 0px 5px;
}

.page a:hover {
    border: 1px solid #f96500;
}

.page a.cur {
    border: 1px solid #f96500;
    color: #f96500
}

.page a:first-child {
    font-family: SimSun;
    font-weight: bold
}

.page a:last-child {
    font-family: SimSun;
    font-weight: bold
}

.nynewsshowleft {
    width: calc(100% - 290px);
}

.nynewstit {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nynewstit h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.nynewstit p {
    color: #999999
}

.nynewsshowtxt {
    color: #666666;
    font-size: 16px;
    line-height: 1.8
}

.shangxias {
    padding: 20px 0px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    font-size: 16px;
}

.shangxias p {
    padding: 5px 0px;
}

.shangxias a {
    color: #444444
}

.shangxias a:hover {
    color: #f96500
}

.nynewsshowright {
    width: 188px;
    padding-top: 30px;
}

.gongzhonghao p {
    color: #999999
}

.gongzhonghao img {
    display: inline-block
}

.gongzhonghao {
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 30px 10px;
}

.proshxs {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8
}

.notop {
    padding-top: 0px;
}

.backbtn {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 20px;
    bottom: 14%;
    background: #f96500;
    border-radius: 100%;
    text-align: center;
    z-index: 999999999999999
}

.backbtn p {
    color: #fff;
    font-size: 12px;
}

.backbtn svg {
    margin-top: 13px;
}

.backbtn:hover {
    background: rgba(0, 0, 0, 0.5)
}

.wapshows {
    display: none
}

.nav-bread a:last-child {
    color: #999999;
}


.maxwth img {
    max-width: 100%;
}




.masonry {
    padding: 40px 0;
    box-sizing: border-box;
    /* margin: 0 -10px; */
    display: flex;
    flex-wrap: wrap;
}

.masonry .masonry-item {
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.masonry .masonry-item .itm {
    padding: 0 10px;
}

.masonry .masonry-item .itm .fangdapic img {
    border-radius: 4px;
}

.masonry .masonry-item .itm .tle {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 550;
}

#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cases-menu {
    position: relative;
    width: 100%;
    color: #999999;
    margin: 15px 0 12px 0px;
}
.cases-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cases-menu ul li{
    
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 10px 12px;
}
.cases-menu ul li a{
    color: #333;
    font-size: 16px;
    font-weight: 550;
    display: block;
    padding: 10px 40px;
}
.cases-menu ul li.cur,.cases-menu ul li:hover{
    background-color: #f96500;
    border: 1px solid #f96500;
}
.cases-menu ul li.cur a , .cases-menu ul li:hover a{
    color: #fff;
    padding: 18px 40px;
}

.cases-select {
    position: relative;
    width: 100%;
    color: #999999;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    margin: 10px 0px 10px;
    display: none;
}

.cases-select .placeholder {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
    padding-left: 20px;
    border: 1px solid #eee;
    color: #333;
}

.cases-select .placeholder:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../images/selectxia.png") no-repeat center center;
    content: "";
    width: 10px;
    height: 6px;
    background-size: 100% auto
}

.cases-select.is-open .placeholder:after {
    background: url("../images/selectxia2.png") no-repeat center center;
    background-size: 100% auto
}

.cases-select.is-open ul {
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
}

.cases-select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 100;
    font-size: 18px;
}

.cases-select ul li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    color: #999;
    cursor: pointer;
}


.cases-select ul li a {
    display: block
}

.cases-select ul li.cur {
    background: #f96500
}

.cases-select ul li.cur a {
    color: #fff
}

@media (min-width: 920px) {

    .masonry .masonry-item {
        width: calc(100% / 3);
    }
    .masonry .masonry-item.wide{
        width: 50%;
    }
    .masonry .masonry-item.third{
        width: calc(100% / 3);
    }
    
    .cases-select{
        display: none;
    }
}

@media (max-width: 920px) {
    .masonry .masonry-item {
        width: 50%
    }
    .masonry .masonry-item.third{
        width: 50%
    }
    .masonry .masonry-item.wide{
        width: 50%;
    }
    .cases-select{
        display: block;
    }
    .cases-menu{
        display: none;
    }
}

.nybanner_1 .slick-arrow {
    border: none;
    text-indent: 200px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 8;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nybanner_1 .slick-next {
    width: 56px;
    height: 56px;
    background: url("../images/banright.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 13px auto;
    right: 6%
}

.nybanner_1 .slick-prev {
    width: 56px;
    height: 56px;
    background: url("../images/banleft.png") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 13px auto;
    left: 6%
}

.nybanner_1 .slick-arrow:hover {
    background-color: #f96500
}

.nybanner_1 .banner_2 , .nybanner_1{
    position: relative;
}
.nybanner_1 .banner_2 img{
    width: 100%;
}
.mhgt{
    min-height: 260px;
}

.text-center {text-align:center}
/*分页 begin*/
.pagination li {
    margin: 0 3px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}

.pagination li a,
.pagination li .disabled {
    border-radius: 2px;
    color: #6e6e6e;
    background: #fff;
    padding: 8px 12px;
}

.pagination li.active a,
.pagination li a:hover {
    background: #ff9600;
    color: #fff;
    border: 1px solid #ff9600;
}

.pagination li .current {
    background: #ff9600;
    color: #fff;
    border-radius: 3px;
    padding: 7px 11px;
    border: 1px solid #ff9600;
    display: inline-block;
}

.pagination {list-style:none;margin:30px 0 0 0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}

/*分页 end*/

.founder{
    background: url("../images/founder.png") no-repeat right bottom;
    background-size: 90%;
    min-height: 400px;
}
.founder .founder-intro{
    padding: 40px 0 0px 40px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
.founder .founder-intro .img{
    padding: 0;
}
.founder .founder-intro .img img{
    width: 70px;
}
.founder .founder-intro .tle-1{
    font-size: 36px;
    font-weight: 550;
    padding: 40px 0 0 0px;
}
.founder .founder-intro .tle-2{
    font-size: 36px;
    padding-top: 4px;
    font-weight: 550;
}
.founder .founder-intro .tle-3{
    font-size: 20px;
    font-weight: 550;
    padding: 24px 0 0 0 ;
}
.founder .founder-intro .tle-4{
    font-size: 20px;
    padding-top: 4px;
    font-weight: 550;
}
.founder .founder-intro .tle-5{
    font-size: 24px;
    font-weight: 550;
    padding: 50px 0 0 0 ;
}
.founder .founder-intro .tle-6{
    font-size: 16px;
    font-weight: 550;
    padding-top: 12px;
}
.founder .founder-intro .tle-7{
    padding-top: 44px;
}
.founder .founder-intro .tle-8{
    padding-top: 4px;
}
.founder .founder-intro .tle-9{
    padding-top: 4px;
}
.founder .founder-intro .tle-10{
    padding-top: 4px;
}
.founder .founder-intro .tle-11{
    padding-top: 4px;
}

@media (max-width: 920px) {
    .founder{
        background:#e2e2e2 url("../images/founder.png") no-repeat right bottom;
        background-size: contain;
    }
    .founder .founder-intro{
        padding: 20px 20px 30px 20px;
        line-height: 1.3;
    }
    .founder .founder-intro .tle-1{
        font-size: 22px;
    }
    .founder .founder-intro .tle-2{
        font-size: 22px;
    }

    .founder .founder-intro .tle-3{
        font-size: 16px;
    }
    .founder .founder-intro .tle-4{
        font-size: 16px;
    }

    .founder .founder-intro .tle-5{
        font-size: 16px;
    }
    .founder .founder-intro .tle-6{
        font-size: 16px;
    }
}


.team{
    
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}
.team .team-lft , .team .team-rgt {
    padding: 0px 0 0px 0px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    position: relative;
}
.team .team-img {
    margin-top: 30px;
}
.team .team-img img {
    width: 100%;
}
.team .team-lft{
    display: flex;
    justify-content: space-between;
}
.team .team-lft .img{
    padding: 0;
    
}
.team .team-lft .img img{
    
}
.team .team-lft .team-lft-tle{
    width: 54%;
    line-height: 1.5;
    margin-top: 105px;
}
.team .team-lft .tle-1{
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 16px 0px;
    border-bottom: 2px solid #999;
}
.team .team-lft .tle-2{
    font-size: 18px;
    padding-top: 16px;
}
.team .team-lft .tle-3{
    font-size: 18px;
    padding: 24px 0 0 0 ;
}

.team .team-rgt{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.team .team-rgt .img{
    padding: 0;
    
    display: flex;
    justify-content: space-between;
}
.team .team-rgt .img img{
    
}
.team .team-rgt .team-rgt-tle{
    width: 58%;
    line-height: 1.4;
    margin-top: 110px;
}
.team .team-rgt .tle-1{
    font-size: 26px;
    padding: 20px 0 16px 0px;
    border-bottom: 2px solid #999;
    font-weight: bold;
}
.team .team-rgt .tle-2{
    font-size: 18px;
    padding-top: 16px;
}
.team .team-rgt .tle-3{
    font-size: 18px;
    padding: 24px 0 0 0 ;
}

@media (max-width: 920px) {
    .team{
        margin-top: 20px;
    }
    .team .team-lft .img{
        width: 30%;
    }
    .team .team-lft .team-lft-tle{
        width: 68%;
        margin-top: 12px;
    }
    .team .team-lft .tle-1{
        font-size: 18px;
        padding: 0;
        border-bottom: 1px solid #999;
    }
    .team .team-lft .tle-2,.team .team-lft .tle-3{
        font-size: 14px;
    }

    .team .team-rgt .img{
        width: 30%;
    }
    .team .team-rgt .img img{
        height: 220px;
    }
    .team .team-rgt .team-rgt-tle{
        width: 68%;
        margin-top: 28px;
    }
    .team .team-rgt .team-rgt-tle .tle-1{
        font-size: 18px;
        padding: 0;
        border-bottom: 1px solid #999;
    }
    .team .team-rgt .tle-2,.team .team-rgt .tle-3{
        font-size: 14px;
    }

    .concept-pc{
        display: none;
    }
    .concept-pho{
        display: inline-block;
    }
    .concept-pho img{
        max-width: 100%;
    }
}
@media (min-width: 920px) {
    .concept-pc{
        display: inline-block;
    }
    .concept-pho{
        display: none;
    }
}