/* 公用 */

@font-face {
    font-family: 'sour';
    src: url("../fonts/SourceHanSansCN-Regular.otf") format('opentype'), url("../fonts/SourceHanSansCN-Regular.eot") format('eot'), url("../fonts/SourceHanSansCN-Regular.ttf") format('truetype'), url("../fonts/SourceHanSansCN-Regular.woff") format('woff'), url("../fonts/SourceHanSansCN-Regular.woff2") format('woff2'), url("../fonts/SourceHanSansCN-Regular.svg") format('svg');
}

@font-face {
    font-family: 'sfuid';
    src: url("../fonts/SF-UI-Display-Semibold.otf") format('opentype'), url("../fonts/SF-UI-Display-Semibold.eot") format('eot'), url("../fonts/SF-UI-Display-Semibold.ttf") format('truetype'), url("../fonts/SF-UI-Display-Semibold.woff") format('woff'), url("../fonts/SF-UI-Display-Semibold.woff2") format('woff2'), url("../fonts/SF-UI-Display-Semibold.svg") format('svg');
}

@font-face {
    font-family: 'din';
    src: url("../fonts/DIN-111.otf") format('opentype'), url("../fonts/DIN-111.eot") format('eot'), url("../fonts/DIN-111.ttf") format('truetype'), url("../fonts/DIN-111.woff") format('woff'), url("../fonts/DIN-111.woff2") format('woff2'), url("../fonts/DIN-111.svg") format('svg');
}

@font-face {
    font-family: 'helve';
    src: url("../fonts/Helveti0.otf") format('opentype'), url("../fonts/Helveti0.eot") format('eot'), url("../fonts/Helveti0.ttf") format('truetype'), url("../fonts/Helveti0.woff") format('woff'), url("../fonts/Helveti0.woff2") format('woff2'), url("../fonts/Helveti0.svg") format('svg');
}

@font-face {
    font-family: 'helvenum';
    src: url("../fonts/HelveticaNeueLTPro-ThEx.otf") format('opentype'), url("../fonts/HelveticaNeueLTPro-ThEx.eot") format('eot'), url("../fonts/HelveticaNeueLTPro-ThEx.ttf") format('truetype'), url("../fonts/HelveticaNeueLTPro-ThEx.woff") format('woff'), url("../fonts/HelveticaNeueLTPro-ThEx.woff2") format('woff2'), url("../fonts/HelveticaNeueLTPro-ThEx.svg") format('svg');
}

* {
    box-sizing: border-box;
    outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', 'helve';
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

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

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

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: 'sour', 'helve';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    max-width: 1680px;
    width: 100%;
    margin: auto;
}

.h-46 {
    height: 46px;
}

#scrollTop {
    width: 50px;
    height: 50px;
    background: #4799e5 url('../images/top.png') center no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 40px;
    cursor: pointer;
    opacity: 0;
    transition-duration: 1s;
    border-radius: 50%;
}

#scrollTop.active {
    opacity: 1;
}

#scrollTOP {
    text-align: right;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    cursor: pointer;
}

/* 美化滚动条 */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #6aaae8;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.swip-img::-webkit-scrollbar {
    /*滚动条整体样式*/
    display: none;
}

@media(max-width:1680px) {
    .container {
        max-width: 1360px;
    }
}

@media(max-width:1360px) {
    .container {
        max-width: 1024px;
    }
}

@media(max-width:1023px) {
    .container {
        max-width: 100%;
    }
}

html,
body {
    height: 100%;
}

#app {
    height: 100%;
}

.mCSB_scrollTools {
    z-index: 99999999;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.web {
    display: block;
}

.wap {
    display: none;
}

@media(max-width:1023px) {
    .web {
        display: none;
    }
    .wap {
        display: block;
    }
}

.h-68 {
    height: 68px;
}

/* 头部 */

.header.web {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #fff;
    box-shadow: 0 0 3px 0 #ddd;
    padding: 0 50px;
    z-index: 9999;
    transition-duration: 1s;
}

.header.web .logo {
    margin: 11px 0 0;
}

.flnav {
    position: relative;
}

.flnav ul li {
    display: block;
    float: left;
    line-height: 66px;
    transition-duration: .8s;
}

.flnav ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    margin: 0 25px;
    line-height: 66px;
    border-bottom: 2px solid #fff;
}

.flnav ul li.search a {
    margin-right: 0;
}

.flnav ul li:last-of-type a {
    margin-right: 0;
}

.flnav ul li.search a {
    display: block;
    width: 20px;
    height: 68px;
    background: url('../images/search_01.png') center no-repeat / 20px;
}

.flnav ul li:nth-last-of-type(1),
.flnav ul li:nth-last-of-type(2) {
    border-bottom: 0px solid #fff !important;
}

.flnav ul li a:hover,
.flnav ul li.active a {
    color: #6aaae8;
    border-bottom: 2px solid #6aaae8;
}

.flnav ul li.search img {
    vertical-align: middle;
    margin-top: -4px;
}

.flnav ul.active li {
    opacity: 0;
}

.flnav ul.active li:nth-last-of-type(1),
.flnav ul.active li:nth-last-of-type(2) {
    opacity: 1;
}

.flnav ul li.search img.ite-img {
    transform: rotate(180deg);
}

.flnav ul li.search img {
    transform: rotate(0deg);
    transition-duration: .5s;
}

.flnav ul li.search.active a {
    background: url('../images/btn_menu_sel.png') center no-repeat;
    background-size: contain;
    animation: searchAk .4s forwards;
    -webkit-animation: searchAk .4s forwards;
}

@keyframes searchAk {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@-webkit-keyframes searchAk {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

.flnav ul li.search.bind a {
    animation: searchAj .4s forwards;
    -webkit-animation: searchAj .4s forwards;
}

@keyframes searchAj {
    0% {
        transform: rotate(90deg);
        background: url('../images/btn_menu_sel.png') center no-repeat;
        background-size: contain;
    }
    90% {
        background: url('../images/btn_menu_sel.png') center no-repeat;
        background-size: contain;
    }
    100% {
        transform: rotate(0deg);
        background: url('../images/search_01.png') center no-repeat;
        background-size: contain;
    }
}

@-webkit-keyframes searchAj {
    0% {
        transform: rotate(90deg);
        background: url('../images/btn_menu_sel.png') center no-repeat;
        background-size: contain;
    }
    90% {
        background: url('../images/btn_menu_sel.png') center no-repeat;
        background-size: contain;
    }
    100% {
        transform: rotate(0deg);
        background: url('../images/search_01.png') center no-repeat;
        background-size: contain;
    }
}

.search-box {
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: -1;
    margin: auto;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: 0;
}

.search-box.active {
    opacity: 1;
    z-index: 999;
}

@media(max-width:1400px) {
    .search-box {
        width: 877px;
    }
}

#navList {
    position: fixed;
    width: 100%;
    background: rgba(247, 247, 247, .95);
    height: 380px;
    top: 68px;
    left: 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 0 3px 0 #ccc;
}

#navList .container {
    padding: 70px 0;
}

#navList ul {
    justify-content: space-between;
    display: none;
}

#navList ul.active {
    display: flex;
}

#navList ul>li {
    padding-right: 60px;
}

#navList ul>li h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

#navList ul>li h3 a {
    color: #222;
}

#navList ul>li h3 a:hover {
    color: #6aaae8;
}

#navList ul>li ol>li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

#navList ul>li ol>li a {
    color: #222;
}

#navList ul>li ol>li a:hover {
    color: #6aaae8;
}

#navList ul>li .smail_1 a {
    display: block;
    padding-left: 12px;
    background: url('../images/nav_left_icon.png') left center no-repeat / 6px 10px;
    color: #555;
}

#navList ul>li.video {
    width: 480px;
    height: 240px;
    border-left: 1px solid #e3e3e3;
    padding-right: 0px;
}

#navList ul>li.video p {
    font-size: 14px;
    color: #666;
    width: 360px;
    float: right;
    line-height: 14px;
    margin-top: 26px;
}

.plays {
    width: 360px;
    height: 200px;
    position: relative;
    float: right;
    overflow: hidden;
}

.plays img {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition-duration: 1s;
}

.plays:hover img {
    opacity: 1;
}

/* wap头部 */

.headerWap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 48px;
    box-shadow: 0 0 3px 0 #ccc;
    z-index: 999;
}

.headerWap .meun {
    display: block;
    height: 48px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 30px;
    z-index: 2;
}

.headerWap .meun .ico {
    transition-duration: 0.3s;
    position: absolute;
    height: 2px;
    width: 30px;
    top: 25px;
    background-color: #ccc;
    cursor: pointer;
}

.headerWap .meun .ico:after {
    transition-duration: 0.3s;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ccc;
    content: "";
    top: 10px;
}

.headerWap .meun .ico:before {
    transition-duration: 0.3s;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ccc;
    content: "";
    top: -10px;
}

.headerWap .meun .ico.active {
    background: #fff;
}

.headerWap .meun .ico.active:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.headerWap .meun .ico.active:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

.headerWap .logo {
    position: absolute;
    width: 15vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 1s;
}

.headerWap .logo.active {
    opacity: 0;
}

.headerWap .logo img {
    height: 38px;
    margin-top: 5px;
}

.headerWap .wap_search {
    position: absolute;
    right: 10px;
    top: 0;
}

.headerWap .wap_search .search-bind {
    width: 30px;
    height: 30px;
    float: left;
    background: url('../images/search.png') center no-repeat;
    background-size: contain;
    margin: 9px;
    transition-duration: 1s;
}

.headerWap .wap_search.active .search-bind {
    background: url('../images/btn_menu_sel.png') center no-repeat / 80%;
    transform: rotate(180deg);
}

.headerWap .wap_search .luan {
    float: right;
    margin: 9px 0;
    border-left: 1px solid #ccc;
    line-height: 30px;
    padding: 0 0px 0 15px;
}

.wapsearch-box {
    position: absolute;
    width: 50%;
    height: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: -1;
    transition-duration: 1s;
}

.wapsearch-box input {
    width: 100%;
    height: 100%;
    border: 0;
}

.wapsearch-box.active {
    opacity: 1;
    z-index: 99;
}

.wapNav {
    position: fixed;
    top: 48px;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition-duration: 1s;
    background: #fff;
}

.wapNav.active {
    width: 100%;
    height: calc(100% - 48px);
    opacity: 1;
    z-index: 999;
}

.wapNav ul li .block-li {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0 10px;
}

.wapNav ul li>.block-li>a {
    color: #666;
    font-size: 16px;
}

.wapNav ul li .block-li.active a {
    color: #004692 !important;
}

.wapNav ul li .block-li i {
    float: right;
    margin-top: 10px;
    color: #666;
    transform: rotate(-90deg);
    transition-duration: .5s;
    font-size: 20px;
    transition-duration: .3s;
}

.wapNav ul li .block-li.active i {
    color: #004692;
    transform: rotate(0deg);
}

.wapNav ul li .block-li i.aaaa {
    transform: rotate(0deg);
}

.sm_nav_1 .li .block-li {
    padding: 0 10px 0 20px;
}

.sm_nav_1 .li .block-li a {
    color: #999;
}

.sm_nav_2 .block-li a {
    color: #ccc !important;
}

.sm_nav_2 .block-li {
    padding: 0 10px 0 30px !important;
}

.sm_nav_1 {
    display: none;
}

.sm_nav_2 {
    display: none;
}

/* banner */

.banner {
    background: #f5f5f5;
    overflow: hidden;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.swip-img {
    overflow-y: auto;
}

.swip-img li a {
    cursor: url('../images/cur.png'), auto;
}

.fy_bottom {
    width: 100%;
    text-align: center;
}

.fy_bottom img {
    position: absolute;
    width: 24px;
    bottom: 20px;
    left: 50%;
    right: 0;
    /*  margin:auto; */
    margin-left: -12px;
    cursor: pointer;
    z-index: 99;
    animation: bannerB 1s ease-in-out infinite alternate-reverse;
    -webkit-animation: bannerB 1s ease-in-out infinite alternate-reverse;
}

@keyframes bannerB {
    0% {
        bottom: 20px;
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 40px;
        opacity: .4;
    }
}

@-webkit-keyframes bannerB {
    0% {
        bottom: 20px;
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 40px;
        opacity: .4;
    }
}

/* .swiper_banners{
  position: relative;
  width:100%;
  height:100%;
}
.swiper_banners .swiper-slide{
  position: relative;
  cursor:url('../images/cur.ico'),auto;
} */

.swip-img .p-100 .text {
    position: relative;
    width: 40%;
    left: 0px;
    text-align: center;
    height: 100%;
}

.swip-img .p-100 .text img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.swip-img .p-100 .img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 7%;
    opacity: 1;
}

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

.swip-img .p-100 {
    position: relative;
    /* position:absolute;
  top:0; left:0;
  right:0; bottom:0; */
    margin: auto;
    width: 75%;
    height: 100%;
    max-width: 1400px;
}

.swip-img .yy-pro {
    position: relative;
}

.swip-img .yy-pro .text {
    position: absolute;
    width: 90%;
    max-width: 1400px;
    right: -10%;
    top: 50%;
    left: 0;
    margin: -15% auto 0;
    opacity: 0;
    animation: yyProT 2s forwards;
    -webkit-animation: yyProT 2s forwards;
    z-index: 9;
}

@keyframes yyProT {
    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes yyProT {
    100% {
        opacity: 1;
        right: 0;
    }
}

.swip-img .yy-pro .text {
    width: 90%;
    box-sizing: border-box;
    margin: -12% auto 0;
}

.swip-img .yy-pro .text img {
    width: 36%;
    display: block;
    float: left;
}

.swip-img .yy-pro .img {
    position: absolute;
    left: -11%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 64%;
    max-width: 100%;
    opacity: 0;
    animation: yyPro 2s forwards;
    -webkit-animation: yyPro 2s forwards;
}

@keyframes yyPro {
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes yyPro {
    100% {
        opacity: 1;
        left: 0;
    }
}

.swip-img .yy-pro .img img {
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

/* .swip-img .text .title{
  position:absolute;
  top:50%; left:58%;
  margin-top:-17%;
  opacity:1;
} */

/* .swip-img .swiper-slide-active .text .title{
  animation:bannerT 2s ease-in-out forwards;
}
@keyframes bannerT{
    0%{
      top:30%;
      opacity:0;
    }
    100%{
      top:50%;
      opacity:1;
    }
} */

.swip-img .text .title h3 {
    font-size: 88px;
    color: #444;
    font-weight: bold;
    font-family: 'helve';
}

.swip-img .text .title h4 {
    font-size: 24px;
    color: #777;
    font-weight: 600;
    font-family: 'helve';
}

.swip-img .text .title p {
    font-size: 32px;
    color: #444;
}

@media(max-width:1400px) {
    .swip-img .text .title h3 {
        font-size: 58px;
        color: #444;
        font-weight: bold;
    }
    .swip-img .text .title h4 {
        font-size: 18px;
        color: #777;
        font-weight: 600;
    }
    .swip-img .text .title p {
        font-size: 24px;
        color: #444;
    }
    .swip-img .text .title {
        margin-top: -20%;
    }
}

.mouse-box {
    position: absolute;
    width: auto;
    min-width: 100px;
    height: 100px;
    z-index: 101;
    top: 0;
    left: 0;
    opacity: 0;
}

.mouse-box.active {
    opacity: 0;
    animation: mouse .5s forwards;
    -webkit-animation: mouse .5s forwards;
    margin-left: 100px;
}

@keyframes mouse {
    0% {
        margin-left: 100px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes mouse {
    0% {
        margin-left: 100px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

.mouse-box.out {
    opacity: 1;
    margin-right: 0;
    animation: outmouse .5s forwards;
    -webkit-animation: outmouse .5s forwards;
}

@keyframes outmouse {
    100% {
        margin-left: 100px;
        opacity: 0;
    }
}

@-webkit-keyframes outmouse {
    100% {
        margin-left: 0px;
        opacity: 0;
    }
}

.mouse-box h3 {
    font-size: 20px;
    color: #000;
}

.mouse-box p {
    font-size: 14px;
    color: #444;
}

.bind-fy {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 102px;
    z-index: 100;
}

.bind-fy .left {
    width: 126px;
    height: 102px;
    background: #4799e5;
}

.bind-fy .right {
    width: 174px;
    height: 102px;
    border-top: 1px solid #e3e5e5;
    border-bottom: 1px solid #e3e5e5;
    transition-duration: 1s;
}

.banner-bind {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.banner-bind .text {
    display: table-cell;
    vertical-align: middle;
}

.banner-bind .text img {
    cursor: pointer;
}

.banner-bind .text .hen {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 10px auto;
}

/* wapbanner */

.solite-box {
    padding: 160px 0;
}

.scrollWz {
    position: fixed;
    top: 0;
}

.solite-box .container {
    position: relative;
}

.solite-box .item.active {
    background: red;
}

.solite-box .container>.title {
    position: absolute;
    top: 0;
    left: 0;
}

.solite-box .title h2 {
    font-size: 22px;
    color: #444;
}

.solite-box .title p {
    font-size: 16px;
    color: #ccc;
    font-family: 'helve';
}

.swiper-case {
    padding: 260px 0 126px;
    width: 100%;
    overflow: hidden;
}

.solite-box .content .li {
    width: 362px !important;
    height: 265px;
    position: relative;
    float: left;
}

.solite-box .content .li * {
    transition-duration: .5s;
}

.solite-box .content .li.active {
    width: 594px !important;
    position: relative;
}

.solite-box .content .li .item {
    width: 292px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.solite-box .content .li.active .item {
    width: 100%;
    height: 634px;
    bottom: -146px;
}

.solite-box .item .title,
.solite-box .item .text {
    display: none;
}

.solite-box .item .img {
    width: 100%;
    height: 100%;
}

.solite-box .item .img a {
    display: block;
    height: 100%;
    position: relative;
}

.solite-box .item .img h3 {
    position: absolute;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 16px;
}

.solite-box .active .item .title,
.solite-box .active .item .text {
    display: block;
}

.solite-box .active .item .img {
    height: 424px;
}

.solite-box .active .item .img h3 {
    display: none;
}

.solite-box .active .item .title {
    height: 64px;
    line-height: 64px;
    background: #4799e5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.solite-box .active .item .text {
    width: 100%;
    background: #f2f2f2;
    height: 126px;
    display: table;
    padding: 0 50px;
}

.solite-box .active .item .text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.solite-box .swiper-button-prev,
.solite-box .swiper-button-next {
    top: 392px;
    width: 11px;
    height: 21px;
    transition-duration: .3s;
    outline: none !important;
}

.solite-box .swiper-button-prev {
    left: -20px;
    background: url('../images/bind_left_icon.png') left top no-repeat;
}

.solite-box .swiper-button-next {
    right: -20px;
    background: url('../images/bind_left_icon.png') right top no-repeat;
}

.solite-box .swiper-button-prev:hover {
    background: url('../images/bind_left_icon.png') left bottom no-repeat;
}

.solite-box .swiper-button-next:hover {
    background: url('../images/bind_left_icon.png') right bottom no-repeat;
}

.solite-box .p {
    position: absolute;
    top: 180px;
    left: 100px;
    z-index: 9;
}

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

.solite-box .p span {
    display: block;
    font-size: 32px;
    color: #e6e6e6;
    font-family: arial;
    line-height: 100%;
    margin-top: -18px;
    margin-left: -64px;
}

@media(max-width:1680px) {
    .solite-box .content .li {
        width: 279px !important;
        height: 200px;
    }
    .solite-box .content .li.active {
        width: 520px !important;
    }
    .solite-box .content .li.active .item {
        bottom: -199px;
    }
    .solite-box .active .item .img {
        height: 371px;
    }
}

@media(max-width:1360px) {
    .solite-box .content .li {
        width: 210px !important;
        height: 150px;
    }
    .solite-box .content .li.active {
        width: 394px !important;
    }
    .solite-box .content .li.active .item {
        bottom: -289px;
    }
    .solite-box .active .item .img {
        height: 281px;
    }
}

.wapsolite-box {
    padding: 10px;
}

.wapsolite-box .title {
    margin-bottom: 10px;
}

.wapsolite-box .title h2 {
    font-size: 4.6vw;
    color: #333;
}

.wapsolite-box .title p {
    font-size: 3.2vw;
    color: #ccc;
}

.wapsolite-box .swiper-wapsolite a {
    display: table;
    width: 100%;
    height: 78vw;
}

.wapsolite-box .swiper-wapsolite h3 {
    display: table-cell;
    vertical-align: middle;
    line-height: 8vw;
    text-align: center;
    color: #fff;
    font-size: 4vw;
}

.index-pro ul {
    overflow: hidden;
}

.index-pro li {
    float: left;
}

.index-pro li.first {
    width: 715px;
    margin-right: 20px;
}

.index-pro li.two {
    width: 442px;
    margin-right: 20px;
}

.index-pro li.last {
    width: 482px;
}

.index-pro li .item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-pro li.first .item {
    height: 690px;
}

.index-pro li.two .item:nth-of-type(1) {
    height: 350px;
    margin-bottom: 20px;
}

.index-pro li.two .item:nth-of-type(2) {
    height: 470px;
}

.index-pro li.last .item:nth-of-type(1) {
    height: 450px;
    margin-bottom: 20px;
}

.index-pro li.last .item:nth-of-type(2) {
    height: 265px;
}

.index-pro li.active {
    opacity: 0;
    transform: translate(0, 200px);
    animation: proLi 2s forwards;
    -webkit-animation: proLi 2s forwards;
}

@keyframes proLi {
    0% {
        transform: translate(0, 200px);
    }
    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }
}

@-webkit-keyframes proLi {
    0% {
        transform: translate(0, 200px);
    }
    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }
}

.index-pro li .item .por {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    top: 100%;
    left: 0;
    z-index: 1;
}

.index-pro li .item .por h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.index-pro li .item .por p {
    font-size: 16px;
}

.index-pro li .item .por .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.index-pro li .item .text {
    transition-duration: 1s;
}

/* .index-pro li .item:hover .text{
  opacity:0;
} */

.index-pro li .item:hover .por {
    transition-duration: .8s;
    top: 0%;
    opacity: 0;
}

.index-pro li .item:hover .por h4 {
    animation: porH .5s forwards;
    -webkit-animation: porH .5s forwards;
}

@keyframes porH {
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes porH {
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

.index-pro li .item:hover .por p {
    animation: porP .5s forwards;
    -webkit-animation: porP .5s forwards;
}

@keyframes porP {
    0% {
        transform: translate(0, 20px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes porP {
    0% {
        transform: translate(0, 20px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

@media(max-width:1680px) {
    .index-pro li.first {
        width: 575px;
        margin-right: 20px;
    }
    .index-pro li.two {
        width: 355px;
        margin-right: 20px;
    }
    .index-pro li.last {
        width: 390px;
    }
    .index-pro li.first .item {
        height: 558px;
    }
    .index-pro li.two .item:nth-of-type(1) {
        height: 284px;
        margin-bottom: 20px;
    }
    .index-pro li.two .item:nth-of-type(2) {
        height: 380px;
    }
    .index-pro li.last .item:nth-of-type(1) {
        height: 364px;
        margin-bottom: 20px;
    }
    .index-pro li.last .item:nth-of-type(2) {
        height: 214px;
    }
}

@media(max-width:1360px) {
    .index-pro li.first {
        width: 400px;
        margin-right: 12px;
    }
    .index-pro li.two {
        width: 280px;
        margin-right: 12px;
    }
    .index-pro li.last {
        width: 320px;
    }
    .index-pro li.first .item {
        height: 400px;
    }
    .index-pro li.two .item:nth-of-type(1) {
        height: 240px;
        margin-bottom: 12px;
    }
    .index-pro li.two .item:nth-of-type(2) {
        height: 280px;
    }
    .index-pro li.last .item:nth-of-type(1) {
        height: 250px;
        margin-bottom: 12px;
    }
    .index-pro li.last .item:nth-of-type(2) {
        height: 150px;
    }
}

.index-pro .item .text {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.index-pro .item h3 {
    position: relative;
    min-width: 155px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: #4799e5;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.index-pro .item a {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}

.index-pro .item:hover a {
    transform: scale(1.1, 1.1);
}

.liner {
    display: inline !important;
}

.index-pro .item .text span {
    position: absolute;
    content: '';
    width: 14px;
    height: 36px;
    background: url('../images/pro_title_bc.png');
    top: 0;
    right: -14px;
}

.index-pro .item .text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.index-pro .item .title {
    height: 100%;
    background: #f9f9f9;
    padding: 20px 35px;
    position: relative;
}

.index-pro .item .title h2 {
    font-size: 48px;
    color: #dadada;
    font-family: 'helve';
}

.index-pro .item .title p {
    font-size: 24px;
    color: #898989;
}

.index-pro .item .title a {
    width: 34px;
    height: 15px;
    position: absolute;
    bottom: 24px;
    right: 28px;
    overflow: hidden;
}

.index-pro .item .title a img {
    width: 68px;
    height: 15px;
    display: block;
    transition-duration: .5s;
}

.index-pro .item .title img:hover {
    margin-left: -34px;
}

.index-wappro {
    padding: 10px;
}

.index-wappro .title {
    margin-bottom: 10px;
}

.index-wappro .title h2 {
    font-size: 4.6vw;
    color: #333;
}

.index-wappro .title p {
    font-size: 3.2vw;
    color: #ccc;
}

.index-wappro ul {
    overflow: hidden;
}

.index-wappro ul li {
    width: 48%;
    float: left;
    height: 48vw;
    margin-bottom: 4vw;
}

.index-wappro ul li:nth-child(2n) {
    margin-left: 4%;
}

.index-wappro ul li .img {
    height: 100%;
    position: relative;
}

.index-wappro .text {
    position: absolute;
    bottom: 4vw;
    left: 0;
    min-width: 32vw;
}

.index-wappro .text h4 {
    position: relative;
    font-size: 4vw;
    color: #fff;
    background: #4799e5;
    line-height: 6vw;
    text-align: center;
}

.index-wappro .text h4 span {
    position: absolute;
    content: '';
    width: 2vw;
    height: 6vw;
    background: url(../images/pro_title_bc.png) center no-repeat / 100% 100%;
    top: 0;
    right: -2vw;
}

.index-wappro .text p {
    font-size: 3.2vw;
    color: #ddd;
    text-align: center;
    line-height: 6vw;
    text-shadow: 0 0 1px #000;
}

.index-model {
    margin-top: 170px;
    background: url('../images/model_bc.jpg') center / cover;
    height: 980px;
    overflow: hidden;
}

.index-model .container {
    position: relative;
}

.index-model .container>.title {
    position: absolute;
    left: 0;
    top: 72px;
}

.index-model .container>.title h3 {
    font-size: 22px;
    color: #fff;
}

.index-model .container>.title h4 {
    font-size: 16px;
    color: #999;
    font-family: 'helve';
}

.index-model .container>.title p {
    font-size: 16px;
    color: #666;
    margin-top: 35px;
    line-height: 24px;
    width: 332px;
}

.index-model .content {
    height: 980px;
    position: relative;
}

.index-model .content .model-bc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/model_box.png') bottom center no-repeat;
    z-index: 99;
}

.model-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.model-list .item {
    position: absolute;
    transition-duration: 1s;
    overflow: hidden;
    z-index: 100;
}

.model-list .model {
    height: 100%;
    cursor: pointer;
    position: relative;
}

.model-list .item-2,
.model-list .item-6 {
    width: 150px;
    height: 150px;
    top: 405px;
}

.model-list .item-0,
.model-list .item-1 {
    left: -200px;
    top: 380;
    opacity: .1;
}

.model-list .item-7,
.model-list .item-8 {
    left: calc(100% + 200px);
    top: 380;
    opacity: .1;
}

.model-list .item-2 {
    left: 2%;
    opacity: .2;
    z-index: 1;
    animation: opas .5s 1s forwards;
    -webkit-animation: opas .5s 1s forwards;
}

@keyframes opas {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .4;
    }
}

@-webkit-keyframes opas {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .4;
    }
}

.model-list .item-6 {
    left: 89%;
    opacity: .2;
    animation: opas1 .5s 1s forwards;
    -webkit-animation: opas1 .5s 1s forwards;
}

@keyframes opas1 {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .4;
    }
}

@-webkit-keyframes opas1 {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .4;
    }
}

.model-list .item-3,
.model-list .item-5 {
    width: 200px;
    height: 200px;
    top: 380px;
    z-index: 2;
}

.model-list .item-3 {
    opacity: .4;
    animation: opab .5s 1s forwards;
    -webkit-animation: opab .5s 1s forwards;
}

@keyframes opab {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .9;
    }
}

@-webkit-keyframes opab {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .9;
    }
}

.model-list .item-5 {
    opacity: .4;
    animation: opab1 .5s 1s forwards;
    -webkit-animation: opab1 .5s 1s forwards;
}

@keyframes opab1 {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .9;
    }
}

@-webkit-keyframes opab1 {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: .9;
    }
}

@media(max-width:1360px) {
    .model-list .item-2,
    .model-list .item-6 {
        width: 80px;
        height: 80px;
    }
    .model-list .item-3,
    .model-list .item-5 {
        width: 120px;
        height: 120px;
    }
}

.model-list .item-3 {
    left: 17.6%;
}

.model-list .item-5 {
    left: 70.5%;
}

.model-list .item-4 {
    width: 340px;
    height: 726px;
    top: 128px;
    left: 50%;
    margin-left: -172px;
    border-radius: 42px;
    z-index: 100;
    overflow: hidden;
    animation: opaact .5s 1s forwards;
    -webkit-animation: opaact .5s 1s forwards;
    transform: scale(1, 1) !important;
    opacity: .8;
}

@keyframes opaact {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: 1;
    }
}

@-webkit-keyframes opaact {
    0% {
        z-index: 90;
    }
    100% {
        z-index: 100;
        opacity: 1;
    }
}

.model-list .item-4 .model {
    width: 100%;
    padding: 50%;
}

.model-list .item iframe {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 340px;
    height: 726px;
    transition-duration: 5s;
    top: 0;
    left: 0;
}

.model-list .item .title {
    display: none;
}

.model-list .item-4 iframe {
    opacity: 0;
    animation: modelIf .5s 1s forwards;
    -webkit-animation: modelIf .5s 1s forwards;
}

@keyframes modelIf {
    100% {
        opacity: 1;
        z-index: 99;
        display: block;
    }
}

@-webkit-keyframes modelIf {
    100% {
        opacity: 1;
        z-index: 99;
        display: block;
    }
}

.model-list .item-4 .title {
    display: block;
    height: 48px;
    position: absolute;
    bottom: 80px;
    z-index: 999;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.model-list .item-4 .title h3 {
    font-size: 16px;
    color: #196cba;
    font-weight: 400;
}

.model-list .item-4 .title p {
    font-size: 14px;
    color: #999;
}

.plh,
.sz {
    position: absolute;
    z-index: 199;
}

.model-list .item:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
    opacity: 1 !important;
    animation: itemHover .3s forwards;
    -webkit-animation: itemHover .3s forwards;
    z-index: 9999 !important;
}

@keyframes itemHover {
    100% {
        opacity: 1 !important;
    }
}

@-webkit-keyframes itemHover {
    100% {
        opacity: 1 !important;
    }
}

.plh {
    top: 119px;
    left: 50%;
    margin-left: -92.5px;
}

.sz {
    top: 374px;
    left: 50%;
    right: 50%;
    margin-left: 158px;
}

.index-wapmodel {
    padding: 10px;
}

.index-wapmodel .title {
    margin-bottom: 10px;
}

.index-wapmodel .title h3 {
    font-size: 4.6vw;
    color: #333;
}

.index-wapmodel .title h4 {
    font-size: 3.2vw;
    color: #ccc;
    font-weight: 100;
    margin-bottom: 10px;
}

.index-wapmodel .title p {
    font-size: 3.6vw;
    color: #666;
}

.index-wapmodel .swiper-model img {
    width: 100%;
    display: block;
}

.index-news {
    padding: 80px 0;
}

.index-news .title {
    margin-bottom: 60px;
}

.index-news .title h2 {
    font-size: 22px;
    color: #444;
}

.index-news .title p {
    font-size: 16px;
    color: #ccc;
    font-family: 'helve';
}

.index-news li {
    height: 168px;
}

.index-news li .item {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    top: -20px;
    transition-duration: 1s;
}

.index-news li .item:hover {
    top: 8px;
}

.index-news li .item.active {
    top: 8px;
}

.index-news li:nth-child(2n) .item {
    padding-right: 50px;
}

.index-news li:nth-child(2n-1) .item {
    padding-left: 50px;
}

.index-news li .item .text {
    width: 100%;
    max-width: 450px;
    transition-duration: 0s !important;
}

.index-news li .item.active .text {
    animation: newsText 2s .5s forwards;
    -webkit-animation: newsText 2s .5s forwards;
}

.index-news li .item.active .text {
    transform: translate(60px, 0);
}

.index-news li:nth-child(2n) .item.active .text {
    transform: translate(-60px, 0);
}

@keyframes newsText {
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes newsText {
    100% {
        transform: translate(0, 0);
    }
}

.index-news li .item .imgPr {
    width: 0;
    position: relative;
    transition-duration: 1.5s;
    overflow: hidden;
}

.index-news li .item .img {
    width: 224px;
    height: 158px;
    position: absolute;
    border: 5px solid #4799e5;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.index-news li:nth-child(2n) .item .img {
    right: 0;
}

.index-news li .item.active .imgPr {
    width: 224px;
    height: 158px;
}

.index-news li .item.active .img {
    transition-duration: 2s;
    top: 0px;
    z-index: 99;
    opacity: 1;
}

.index-news li .item.active .text {
    width: 450px;
}

/* .index-news li .item.active .time{
  transform:translate(0,-50px);
  animation:time 1s 1.5s forwards;
  -webkit-animation:time 1s 1.5s forwards;
  
}
@keyframes time
{
    100%{transform:translate(0,0);}
}
@-webkit-keyframes time
{
    100%{transform:translate(0,0);}
} */

@media(max-width:1680px) {
    .index-news li .item.active .text {
        width: 390px;
    }
}

@media(max-width:1360px) {
    .index-news li .item .img {
        width: 150px;
        height: 105px;
    }
    .index-news li .item.active .imgPr {
        width: 150px;
        height: 105px;
    }
    .index-news li .item.active .text {
        width: 260px;
    }
}

.index-news li .item .img a {
    display: block;
    height: 100%;
}

.index-news li:nth-child(2n) .item .text {
    padding-right: 25px;
    text-align: right;
}

.index-news li:nth-child(2n-1) .item .text {
    padding-left: 25px;
}

.index-news li .item:after {
    opacity: 0;
}

.index-news li .item.active:after {
    opacity: 1;
}

.index-news li:nth-child(2n) .item:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 12px;
    top: 79px;
    right: 43px;
    background: url('../images/icon_right_sjx.png') center / cover;
    margin-top: -6px;
}

.index-news li:nth-child(2n-1) .item:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 12px;
    top: 79px;
    left: 43px;
    background: url('../images/icon_right_sjx.png') center / cover;
    margin-top: -6px;
    transform: rotate(180deg);
}

.index-news * {
    transition-duration: .3s;
}

.index-news li .item .time p {
    font-size: 50px;
    color: #ccc;
    font-family: 'helvenum';
    line-height: 50px;
}

.index-news li .item .time span {
    font-size: 18px;
    color: #ccc;
    font-family: 'helvenum';
}

.index-news li .item h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 25px;
    overflow: hidden;
}

.index-news li .item h3 a {
    color: #444;
}

.index-news li .item h3 a:hover {
    color: #4799e5;
}

.index-news li .item .text>p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.index-news .content {
    position: relative;
}

.scroll-ol {
    position: absolute;
    top: 84px;
    left: 50%;
    width: 13px;
    height: 330px;
    margin-left: -6.5px;
}

.scroll-ol * {
    box-sizing: border-box;
}

.scroll-ol .this {
    height: 165px;
    position: relative;
}

.scroll-ol .this:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.scroll-ol .this:last-of-type:before {
    display: none;
}

.scroll-ol .dian {
    position: relative;
    width: 9px;
    height: 9px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    cursor: pointer;
    transition-duration: .3s;
}

.scroll-ol .dian:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    z-index: -1;
}

.scroll-ol .dian.active,
.scroll-ol .dian:hover {
    width: 13px;
    height: 13px;
    border: 2px solid #58a2e7;
}

.scroll-ol .dian.active:after,
.scroll-ol .dian:hover:after {
    content: '';
    width: 19px;
    height: 19px;
    top: -6px;
    left: -6px;
}

.index-wapnew {
    padding: 10px;
}

.index-wapnew .title {
    margin-bottom: 10px;
}

.index-wapnew .title h2 {
    font-size: 4.6vw;
    color: #333;
}

.index-wapnew .title p {
    font-size: 3.2vw;
    color: #ccc;
}

.index-wapnew ul li {
    margin-bottom: 20px;
}

.index-wapnew ul li .img {
    width: 100%;
    height: 67vw;
    overflow: hidden;
    margin-bottom: 2vw;
}

.index-wapnew ul li .img img {
    width: 100%;
    display: block;
}

.index-wapnew ul li h3 {
    font-size: 3.8vw;
}

.index-wapnew ul li h3 a {
    color: #333;
}

.index-wapnew ul li .time {
    font-size: 3.2vw;
    color: #999;
}

.index-wapnew ul li p {
    font-size: 3.4vw;
    color: #666;
}

.index-firend {
    margin-top: 100px;
}

.index-firend .title h2 {
    font-size: 22px;
    color: #444;
}

.index-firend .title p {
    font-size: 16px;
    color: #ccc;
    font-family: 'helve';
}

.index-firend .content ul {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 60px;
}

.index-firend .content li {
    width: 221px;
    overflow: hidden;
    transition-duration: .3s;
    float: left;
    margin: 0 22px 22px 0;
}

@media(min-width:1680px) {
    .index-firend .content li:nth-child(7n) {
        margin: 0 0px 22px 0;
    }
}

@media(max-width:1680px) and (min-width:1360px) {
    .index-firend .content li {
        width: 208px;
        height: 97px;
        margin: 0 22px 22px 0;
    }
    .index-firend .content li:nth-child(6n) {
        margin: 0 0px 22px 0;
    }
}

@media(max-width:1360px) {
    .index-firend {
        padding: 10px;
    }
    .index-firend .content li {
        width: 24%;
        height: auto;
        margin: 0 1.33% 1.33% 0;
    }
    .index-firend .content li:nth-child(4n) {
        margin: 0 0 1.33% 0;
    }
}

@media(max-width:1023px) {
    .index-firend {
        margin: 0;
    }
    .index-firend .title {
        margin-bottom: 10px;
    }
    .index-firend .title h2 {
        font-size: 4.6vw;
        color: #333;
    }
    .index-firend .title p {
        font-size: 3.2vw;
        color: #ccc;
    }
    .index-firend .content ul {
        margin: 0;
        padding: 0;
    }
}

.index-firend .content li img {
    width: 100%;
    display: block;
}

.footer {
    background: url('../images/foot_bc.jpg');
    padding: 70px 0 30px;
}

.footer .content {
    margin-bottom: 50px;
}

.footer ul li {
    float: left;
    padding-left: 100px;
}

.footer ul li:nth-of-type(1) {
    padding-left: 0;
}

.footer ul li h3 {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer ul li h3 a {
    color: #999;
}

.footer ul li h3 a:hover {
    color: #4799e5;
}

.footer ul li p {
    font-size: 14px;
    line-height: 30px;
}

.footer ul li p a {
    color: #666;
}

.footer ul li p a:hover {
    color: #999999;
}

.footer .contact {
    width: 250px;
}

.footer .contact .phone {
    margin-bottom: 20px;
    text-align: right;
}

.footer .contact .phone p {
    font-size: 24px;
    color: #5c98df;
    font-family: 'helve';
}

.footer .contact .phone img {
    margin-right: 5px;
}

.footer .contact .phone input {
    font-size: 24px;
    color: #5c98df;
    font-family: 'helve';
    background: none;
    border: 0;
    width: 190px;
}

.footer .contact .img img {
    display: block;
}

.footer .contact .kf a {
    display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #3d97eb;
    border-radius: 3px;
    transition-duration: 2s;
}

.footer .contact .kf a:hover {
    background: #5c98df;
}

.footer .contact .time p {
    font-size: 16px;
    color: #666;
    line-height: 50px;
    text-align: center;
    text-indent: 7px;
}

.footer .contact .fx {
    text-align: center;
}

.footer .contact .fx .item {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    transition-duration: 2s;
}

.footer .contact .fx .item a {
    display: block;
    height: 100%;
}

.footer .contact .fx .item.xl {
    background: url('../images/footer_01.png') center no-repeat;
}

.footer .contact .fx .item.qq {
    background: url('../images/footer_02.png') center no-repeat;
}

.footer .contact .fx .item.wx {
    background: url('../images/footer_03.png') center no-repeat;
    position: relative;
}

.footer .contact .fx .item:hover {
    border: 1px solid #4799e5;
    cursor: pointer;
}

.footer .contact .fx .item.xl:hover {
    background: #4799e5 url('../images/footer_001.png') center no-repeat;
}

.footer .contact .fx .item.qq:hover {
    background: #4799e5 url('../images/footer_002.png') center no-repeat;
}

.footer .contact .fx .item.wx:hover {
    background: #4799e5 url('../images/footer_003.png') center no-repeat;
}

.footer .contact .fx .item.wx .ewm {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    top: -35px;
    left: 220px;
    opacity: 0;
    z-index: -1;
    transition-duration: .3s;
}

.footer .contact .fx .item.wx .ewm:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../images/s.png') center;
    background-size: contain;
    top: 40px;
    left: -18px;
}

.footer .contact .fx .item.wx .ewm img {
    width: 100%;
    height: 100%;
}

.footer .contact .fx .item.wx:hover .ewm {
    opacity: 1;
    z-index: 9;
    left: 70px;
}

.footer .bottom {
    text-align: center;
}

.footer .bottom .foot-logo {
    margin-bottom: 10px;
}

.footer .bottom p {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 24px;
}

.footer .bottom p a {
    color: #CCCCCC;
}

.footer .bottom p a:hover {
    color: #4799e5;
}

@media(max-width:1023px) {
    .footer {
        padding: 20px 10px;
        overflow: hidden;
    }
    .footer ul {
        width: 100%;
        float: none;
    }
    .footer ul li {
        width: 50%;
        padding: 0;
        margin-bottom: 15px;
    }
    .footer ul li p {
        line-height: 24px;
    }
    .footer .contact .phone {
        margin-bottom: 10px;
    }
    .footer .content {
        margin-bottom: 20px;
    }
    .footer .bottom .foot-logo {
        display: none;
    }
    .footer .contact {
        float: none;
        margin: 10px auto;
    }
    .footer .bottom p {
        font-size: 13px;
        color: #999;
    }
    .footer .bottom p a {
        color: #999;
    }
}

.case_inbanner {
    position: relative;
}

.case_inbanner>img {
    display: block;
}

.case_inbanner .in-content {
    max-width: 1400px;
    width: 90%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: table;
    z-index: 10;
}

.case_inbanner .in-content .text {
    display: table-cell;
    vertical-align: middle;
}

.case_inbanner .in-content .text h3 {
    font-size: 54px;
    color: #fff;
}

.case_inbanner .in-content .text p {
    font-size: 26px;
    color: #fff;
}

.page-container .title {
    background: #fff;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
}

.page-container .title ul li {
    width: 125px;
    float: left;
    text-align: center;
}

.page-container .title ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
}

.page-container .title ul li.active a {
    color: #fff;
    background: #4799e4;
}

.about-jj-box {
    padding: 120px 0;
}

.about-jj-box .content {
    padding: 0 100px;
}

.about-jj-box .img {
    width: 416px;
    height: 616px;
    overflow: hidden;
    position: relative;
}

.about-jj-box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9;
}

.about-jj-box .text {
    width: 784px;
    position: relative;
}

.about-jj-box .text .title-s {
    margin: 80px 0 40px 70px;
    text-align: left;
}

.about-jj-box .text .title-s h3 {
    font-size: 92px;
    color: #333;
    line-height: 100%;
}

.about-jj-box .text .title-s p {
    font-size: 28px;
    color: #333;
}

.about-jj-box .text .txt {
    box-sizing: border-box;
    background: #f4f4f4;
    margin-left: -130px;
    height: 434px;
    padding: 80px 105px 180px 205px;
}

.about-jj-box .text .txt span {
    display: block;
    width: 50px;
    height: 2px;
    background: #bcbcbc;
    margin-bottom: 50px;
}

.about-jj-box .text .txt p {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    text-align: left;
}

.about-develppment {
    /* background:url('../images/about_02.jpg') center / cover; */
    position: relative;
}

.about-develppment .title-s {
    text-align: center;
    padding: 75px 0 110px;
}

.about-develppment .title-s h3 {
    font-size: 28px;
    color: #fff;
}

.about-develppment .title-s p {
    font-size: 20px;
    color: #fff;
}

.development_p {
    font-size: 34px !important;
    height: 40px !important;
    line-height: 40px !important;
}

#develppment-list li:nth-child(2n-1) .development_p {
    margin-top: 13px;
}

.about-develppment .lists {
    position: relative;
    padding-bottom: 60px;
}

.about-develppment .lists:after {
    content: '';
    width: calc(50% - 700px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 211px;
    z-index: 1;
    left: 0;
}

.about-develppment .lists:before {
    content: '';
    width: calc(50% - 700px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 211px;
    z-index: 1;
    right: 0;
}

.about-develppment .lists>a {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    top: 185px;
    z-index: 3;
}

.about-develppment .lists .container {
    width: 1500px;
    max-width: 1500px;
    overflow: hidden;
    height: 450px;
    position: relative;
}

.about-develppment .lists>a.prve {
    left: 60px;
    background: #fff url('../images/about_left_01.png') center no-repeat;
    background-size: 11px;
}

.about-develppment .lists>a.next {
    right: 60px;
    background: #fff url('../images/about_right_01.png') center no-repeat;
    background-size: 11px;
}

.about-develppment .lists>a.prve:hover {
    background: #fff url('../images/about_left_02.png') center no-repeat;
    background-size: 11px;
}

.about-develppment .lists>a.next:hover {
    background: #fff url('../images/about_right_02.png') center no-repeat;
    background-size: 11px;
}

.about-develppment .lists ul {
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.about-develppment .lists ul li {
    width: 290px;
    float: left;
    margin-right: 110px;
    position: relative;
}

#develppment-list li .y {
    font-size: 34px;
    color: #fff;
    position: relative;
    text-align: center;
}

#develppment-list li .y span.yuan {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 10px auto 0;
}

#develppment-list li .y span.xian {
    display: block;
    width: 1.2px;
    height: 30px;
    background: #fff;
    margin: 5px auto 30px;
}

#develppment-list li .item p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

#develppment-list li:nth-child(2n-1) {
    margin-top: 143px;
}

#develppment-list li:nth-child(2n) .y span.xian {
    margin: 2px auto 5px;
}

#develppment-list li:nth-child(2n) .y span.yuan {
    margin: 0 auto 10px;
}

#develppment-list li:nth-child(2n-1):after {
    content: '';
    width: 194px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 68px;
    left: -55px;
}

#develppment-list li:nth-child(2n-1):before {
    content: '';
    width: 194px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 68px;
    right: -55px;
}

#develppment-list li:nth-child(2n):after {
    content: '';
    width: 194px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 55px;
    left: -55px;
}

#develppment-list li:nth-child(2n):before {
    content: '';
    width: 194px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 55px;
    right: -55px;
}

.about-strength {
    padding: 110px 0 0;
}

.about-strength .title-s {
    text-align: center;
}

.about-strength .title-s h3 {
    font-size: 28px;
    color: #333;
}

.about-strength .title-s p {
    font-size: 20px;
    color: #999;
}

.about-strength .description {
    width: 900px;
    margin: 40px auto;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: center;
}

#about-strength-content {
    height: 600px;
    position: relative;
}

#about-strength-content:after {
    content: '';
    position: absolute;
    width: calc(50% + 700px);
    height: 100%;
    left: calc(50% - 700px);
    top: 0;
    background: #e1e1e1;
    z-index: 1;
}

#about-strength-content>a {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #efefef;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

#about-strength-content>a.prve {
    left: 60px;
    background: #efefef url('../images/about_left_01.png') center no-repeat / 11px;
}

#about-strength-content>a.next {
    right: 60px;
    background: #efefef url('../images/about_right_01.png') center no-repeat / 11px;
}

#about-strength-content>a.prve:hover {
    background: #efefef url('../images/about_left_02.png') center no-repeat / 11px;
}

#about-strength-content>a.next:hover {
    background: #efefef url('../images/about_right_02.png') center no-repeat / 11px;
}

#about-strength-content .lists {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 340px;
    width: calc(50% + 766px);
    left: calc(50% - 766px);
    z-index: 2;
    margin: auto;
}

#about-strength-content .lists .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#about-strength-content .lists ul {
    position: absolute;
    left: 0;
    top: 0;
}

#about-strength-content .lists ul li {
    float: left;
    width: 558px;
    height: 340px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    background: #fff;
    margin-right: 23px;
}

#about-strength-content .item {
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#about-strength-content .lists ul li .img {
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 50%;
}

#about-strength-content .lists ul li .img img {
    width: 100%;
    display: block;
}

#about-strength-content .lists ul li .text {
    width: 230px;
    margin-left: 40px;
}

#about-strength-content .item h3 {
    font-size: 18px;
    color: #333;
    line-height: 46px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

#about-strength-content .item p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.about-honor {
    padding: 110px 0 0;
}

.about-honor .title-s {
    text-align: center;
}

.about-honor .title-s h3 {
    font-size: 28px;
    color: #333;
}

.about-honor .title-s p {
    font-size: 20px;
    color: #999;
}

.about-honor .description {
    width: 940px;
    margin: 40px auto;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: center;
}

@media(max-width:1900px) {
    #about-strength-content .lists {
        width: 90%;
        left: 10%;
    }
    #about-strength-content:after {
        width: 86%;
        left: 14%;
    }
    #about-strength-content .item {
        padding: 0 6%;
    }
    #about-strength-content .lists ul li .img {
        width: 30%;
        height: auto;
    }
    #about-strength-content .lists ul li .text {
        width: 50%;
        margin-left: 8%;
    }
}

@media(max-width:1023px) {
    .about-strength .description {
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .about-strength {
        padding: 10vw 0;
    }
    #about-strength-contentWap .item {
        padding: 0 6%;
        overflow: hidden;
    }
    #about-strength-contentWap .item .img {
        width: 30%;
        float: left;
        margin: 15px 0;
    }
    #about-strength-contentWap .item .img img {
        width: 100%;
    }
    #about-strength-contentWap .item .text {
        width: 65%;
        margin-left: 5%;
        float: left;
        color: #333;
    }
    #about-strength-contentWap .item .text h3 {
        font-size: 16px;
    }
    #about-strength-contentWap .item .text p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-honor .description {
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    #about-strength-contentWap {
        margin-top: 20px;
    }
    .about-honor {
        padding-top: 0vw;
    }
    .about-partners {
        padding: 10vw 0 !important;
    }
}

.about-partners {
    padding: 110px 0 178px;
}

.about-partners .title-s {
    text-align: center;
}

.about-partners .title-s h3 {
    font-size: 28px;
    color: #333;
}

.about-partners .title-s p {
    font-size: 20px;
    color: #999;
}

.about-partners .description {
    width: 940px;
    margin: 40px auto;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: center;
}

.about-partners .content {
    width: 1243px;
    max-width: 90%;
    margin: auto;
}

.about-partners .content ul {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.about-partners .content ul li {
    width: 20%;
    height: 133px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.about-partners .content ul li img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.about-server .content {
    display: flex;
}

.about-server .content .img {
    width: 50%;
    overflow: hidden;
}

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

.about-server .content .text {
    width: 50%;
}

.about-server .content .text .top {
    height: 37.7%;
    display: flex;
    background: #417fd7;
    align-items: center;
    font-size: 116px;
    color: #fff;
    text-indent: 70px;
}

.about-server .content .text .txt {
    display: flex;
    height: 62.3%;
    align-items: center;
    padding-left: 70px;
}

.about-server .txt .title-s {
    width: 100%;
    max-width: 620px;
}

.about-server .txt .title-s h3 {
    font-size: 28px;
    color: #333;
}

.about-server .txt .title-s p {
    font-size: 20px;
    color: #777;
    margin-bottom: 30px;
}

.about-server .txt .title-s .p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
}

@media(max-width:1600px) {
    .about-server .content .text .top {
        font-size: 80px;
    }
}

.in-container {
    max-width: 1400px;
    margin: auto;
}

@media(max-width:1399px) {
    .about-jj-box .content {
        padding: 0 73px;
    }
    .about-jj-box .img {
        width: 304px;
        height: 450px;
    }
    .about-jj-box .text {
        width: 573px;
    }
    .about-server .content .text .txt {
        padding-left: 20px;
    }
    .about-server .txt .title-s p {
        margin-bottom: 10px;
    }
    .about-server .txt .title-s .p {
        font-size: 14px;
        line-height: 20px;
    }
}

.wap_lists {
    display: none;
}

@media(max-width:1500px) {
    .about-develppment .lists {
        display: none;
    }
    .wap_lists {
        display: block;
        position: relative;
        padding: 0 70px 50px 70px;
    }
    .wap_lists ul {
        overflow: hidden;
    }
    .wap_lists ul li {
        float: left;
        position: relative;
    }
    .wap_lists>a {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        top: 185px;
        z-index: 3;
    }
    .wap_lists>a.prve {
        left: 20px;
        background: #fff url('../images/about_left_01.png') center no-repeat / 11px;
    }
    .wap_lists>a.next {
        right: 20px;
        background: #fff url('../images/about_right_01.png') center no-repeat / 11px;
    }
    .wap_lists>a.prve:hover {
        background: #fff url('../images/about_left_02.png') center no-repeat / 11px;
    }
    .wap_lists>a.next:hover {
        background: #fff url('../images/about_right_02.png') center no-repeat / 11px;
    }
    #wap_develppment-list {
        position: absolute;
    }
    #wap_develppment-list li .y {
        font-size: 34px;
        color: #fff;
        position: relative;
        text-align: center;
    }
    #wap_develppment-list li .y span.yuan {
        display: block;
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 22px auto 0;
    }
    #wap_develppment-list li .y span.xian {
        display: block;
        width: 1px;
        height: 30px;
        background: #fff;
        margin: 5px auto 30px;
    }
    #wap_develppment-list li .item p {
        font-size: 16px;
        color: #fff;
        line-height: 28px;
    }
    #wap_develppment-list li:nth-child(2n-1) {
        margin-top: 171px;
    }
    #wap_develppment-list li:nth-child(2n) .y span.xian {
        margin: 30px auto 5px;
    }
    #wap_develppment-list li:nth-child(2n) .y span.yuan {
        margin: 0 auto 10px;
    }
    #wap_develppment-list li:nth-child(2n-1):after {
        content: '';
        width: 180px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 68px;
        left: -55px;
    }
    #wap_develppment-list li:nth-child(2n-1):before {
        content: '';
        width: 194px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 68px;
        right: -55px;
    }
    #wap_develppment-list li:nth-child(2n):after {
        content: '';
        width: 194px;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 55px;
        left: -55px;
    }
    #wap_develppment-list li:nth-child(2n):before {
        content: '';
        width: 194px;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 55px;
        right: -55px;
    }
    .about-develppment .wap_lists .container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 400px;
        position: relative;
    }
}

@media(max-width:1024px) {
    #wap_develppment-list li:before,
    #wap_develppment-list li:after {
        width: 40% !important;
    }
    #wap_develppment-list li:before {
        right: 0 !important;
    }
    #wap_develppment-list li:after {
        left: 0 !important;
    }
}

@media(max-width:1023px) {
    .about-jj-box {
        padding: 0;
    }
    .about-jj-box .content {
        padding: 0;
    }
    .about-jj-box .img {
        height: 50vh;
        float: none;
        display: block;
        margin: auto;
    }
    .about-jj-box .text .title-s {
        margin: 20px 10px 10px;
    }
    .about-jj-box .text .title-s h3 {
        font-size: 24px;
    }
    .about-jj-box .text .title-s p {
        font-size: 18px;
    }
    .about-jj-box .text {
        width: 100%;
    }
    .about-jj-box .text .txt {
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        height: auto;
        margin: auto;
    }
    .about-jj-box .text .txt span {
        display: none;
    }
    .about-jj-box .text .txt p {
        font-size: 14px;
    }
}

@media(max-width:1023px) {
    .about-partners .description {
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .about-partners .content {
        width: 100%;
        padding: 10px;
    }
    .about-partners .content li {
        width: 33.33% !important;
        height: 15vw !important;
    }
    .about-partners .content li img {
        width: 100%;
        display: block;
    }
}

@media(max-width:1920px) {}

.pro_1_content .content_1 {
    position: relative;
    background: url('../images/yy_pro_bc_02.jpg') center;
    background-size: 100%;
}

.prode-title {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 830px;
    top: 80px;
    margin: auto;
    text-align: center;
    z-index: 9;
}

.prode-title h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}

.prode-title p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.pro_1_content .content_1 .cs {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: auto;
    transition-duration: 1s;
}

.pro_1_content .content_1 .cs ul {
    overflow: hidden;
    transform: translate(0, 30px);
    transition-duration: 1s;
}

.pro_1_content .content_1 .cs ul.active {
    transform: translate(0, 0px);
}

.pro_1_content .content_1 .cs li {
    width: 100px;
    margin-right: 120px;
    float: left;
    color: #fff;
    text-align: center;
}

.pro_1_content .content_1 .cs li:last-of-type {
    margin-right: 0;
}

.pro_1_content .content_1 .cs li p {
    font-size: 16px;
}

.pro_1_content .content_1 .cs li span {
    font-size: 50px;
    font-family: 'din';
}

.pro_1_content .content_2 {
    position: relative;
}

.prode-title-black {
    position: relative;
    top: 0;
    margin-top: 80px;
}

.prode-title-black h3 {
    color: #222;
}

.prode-title-black p {
    color: #222;
}

.pro_1_content .content_2 .img {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
    position: relative;
}

.pro_1_content .content_2 .img img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.pro_1_content .content_2 .img .img-1 {
    position: absolute;
    top: 280px;
    left: -40px;
}

.pro_1_content .content_2 .img .img-2 {
    position: absolute;
    top: 80px;
    right: 40px;
}

.img .opacity_active {
    opacity: 0;
    animation: opacityActive 3s 1s forwards;
    -webkit-animation: opacityActive 3s 1s forwards;
}

@keyframes opacityActive {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacityActive {
    100% {
        opacity: 1;
    }
}

.pro_1_content .content_3 ul {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 70px auto 0;
    padding: 0 10px;
}

.pro_1_content .content_3 ul li {
    width: 49%;
    float: left;
    position: relative;
}

.pro_1_content .content_3 ul li:last-of-type {
    margin-left: 2%;
}

.pro_1_content .content_3 ul li .img {
    overflow: hidden;
}

.pro_1_content .content_3 ul li img {
    width: 100%;
    display: block;
    transition-duration: 3s;
}

.pro_1_content .content_3 ul li img:hover {
    transform: scale(1.1, 1.1);
}

.pro_1_content .content_3 ul li .p {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #222;
}

.pro_1_content .content_4 .img {
    margin-top: 20px;
}

.pro_1_content .content_5 .lists {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.pro_1_content .content_5 .lists ul {
    overflow: hidden;
    padding-top: 70px;
}

.pro_1_content .content_5 .lists li {
    float: left;
    width: 50%;
    position: relative;
}

.pro_1_content .content_5 .lists li .p {
    margin-top: 30px;
    font-size: 16px;
    color: #222;
}

.pro_1_content .content_5 .lists li:first-of-type:after {
    content: '';
    width: 1px;
    height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #e5e5e5;
}

#sm,
#jm {
    text-align: center;
}

#sm .img,
#jm .img {
    margin-bottom: 60px;
    height: 120px;
}

#jm {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#sm .img p {
    font-size: 14px;
    color: #222;
    margin-top: 10px;
}

.jdt {
    width: 66%;
    margin: auto;
    height: 10px;
    position: relative;
}

#jm .jdt {
    width: 100%;
}

.jdt .leng {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    border-radius: 5px;
}

.jdt .leng span {
    display: block;
    width: 90%;
    height: 100%;
    border-radius: 5px;
    background: #0b86ee;
}

#jm .jdt .leng span {
    background: #82c2f8;
    width: 20%;
}

.jdt .leng .num {
    position: absolute;
    left: 90%;
    top: -40px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    background: #0b86ee;
    padding: 0 10px;
    border-radius: 3px;
    font-family: 'helve';
    margin-left: -26px;
}

#jm .jdt .leng .num {
    background: #82c2f8;
    left: 20%;
}

.jdt .leng .num img {
    display: block;
    margin: auto;
    width: 9px;
    height: 4px;
}

.pro_1_content .content_7 {
    overflow: hidden;
    background: #f2f1f1;
}

.pro_1_content .content_7 .img {
    padding: 10px;
    margin: 60px 0 100px;
    opacity: 0;
    transition-duration: 3s;
    transition-delay: .5s;
}

.pro_1_content .content_7 .img img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.pro_1_content .content_7 .img.active {
    opacity: 1;
}

.pro_1_content .content_8 {
    background: #000;
}

.case-navs .ul li {
    width: 33.33%;
    height: 450px;
    float: left;
    position: relative;
    transition-duration: 2s;
    cursor: pointer;
    overflow: hidden;
}

.case-navs .ul li:nth-of-type(4),
.case-navs .ul li:nth-of-type(5) {
    width: 50%;
    height: 450px;
}

.case-navs .h3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.case-navs .img {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition-duration: 2s;
}

.case-navs li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10;
    display: table;
    transition-duration: .3s;
    text-align: center;
}

.case-navs .ul li:hover .img {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.case-navs .text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.case-navs .text h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 100;
}

.case-navs .text p {
    font-size: 16px;
    color: #fff;
}

@media(max-width:1360px) {
    .prode-title {
        top: 20px;
        width: 90%;
    }
    .prode-title h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pro_1_content .content_2 .img .img-1 {
        position: absolute;
        top: 300px;
        left: 50px;
    }
    .pro_1_content .content_2 .img .img-1 img {
        width: 260px;
    }
    .pro_1_content .content_2 .img .img-2 {
        position: absolute;
        top: 120px;
        right: 160px;
    }
    .pro_1_content .content_2 .img .img-2 img {
        width: 260px;
    }
    .about-develppment .wap_lists .container {
        height: 530px;
    }
    #wap_develppment-list li:nth-child(2n-1) {
        /* top:56px; */
    }
}

@media(max-width:1023px) {
    .pro_1_content .content_1 {
        background: url(../images/yy_pro_bc_02.jpg) center;
        background-size: cover;
    }
    .prode-title {
        position: relative;
        top: 10px;
    }
    .prode-title h3 {
        font-size: 18px;
    }
    .prode-title p {
        font-size: 12px;
        line-height: 18px;
    }
    .pro_1_content .content_1 .cs {
        position: relative;
    }
    .pro_1_content .content_1 .cs li {
        width: 33.33%;
        margin: 0;
    }
    .pro_1_content .content_1 .cs li p {
        font-size: 14px;
    }
    .pro_1_content .content_1 .cs li span {
        font-size: 36px;
    }
    .prode-title-black {
        margin-top: 20px;
    }
    .pro_1_content .content_2 .img {
        margin: 20px auto 0;
    }
    .pro_1_content .content_2 .img .img-1 img,
    .pro_1_content .content_2 .img .img-2 img {
        width: 100%;
    }
    .pro_1_content .content_2 .img .img-1 {
        top: 40%;
        left: 80px;
        width: 26%;
    }
    .pro_1_content .content_2 .img .img-2 {
        top: 20%;
        right: 90px;
        width: 26%;
    }
    .pro_1_content .content_3 ul {
        margin-top: 20px;
    }
    .pro_1_content .content_3 ul li .p {
        font-size: 12px;
        bottom: 10px;
    }
    .pro_1_content .content_5 .lists li {
        width: 100%;
    }
    .pro_1_content .content_5 .lists li:first-of-type:after {
        display: none;
    }
    .pro_1_content .content_5 .lists ul {
        padding: 30px 10px 0;
    }
    #sm .img img,
    #jm .img img {
        max-width: 100%;
    }
    .pro_1_content .content_7 .img {
        margin: 20px 0;
    }
    .case-navs .ul li {
        height: 35vw;
    }
    .case-navs .ul li:nth-of-type(4),
    .case-navs .ul li:nth-of-type(5) {
        height: 45vw;
    }
    .case-navs .h3 {
        font-size: 4vw;
    }
}

/* FabPro_1000 */

.FabPro_1000_banner {
    background: url('../images/Fabpro-1000_banner.jpg') center;
    background-size: cover;
    padding-bottom: 80px;
}

.FabPro_1000_banner .content {
    width: 100%;
    max-width: 1270px;
    margin: auto;
    padding-top: 70px;
}

.FabPro_1000_banner .flex {
    display: flex;
    align-items: center;
}

.FabPro_1000_banner .text {
    width: 50%;
    margin-top: -20%;
    padding-left: 5%;
}

.FabPro_1000_banner .text h2 {
    font-size: 66px;
    font-family: 'helve';
    font-weight: 100;
    line-height: 100%;
}

.FabPro_1000_banner .text h2 b {
    font-family: 'sfuid';
}

.FabPro_1000_banner .text h3 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 20px;
}

.FabPro_1000_banner .text h4 {
    font-size: 28px;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5px;
}

.FabPro_1000_banner .text p {
    font-size: 22px;
    color: #999;
    line-height: 100%;
    margin-bottom: 25px;
}

.FabPro_1000_banner .text ul li {
    float: left;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: #666;
}

.FabPro_1000_banner .text ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #0c91ee;
}

.FabPro_1000_banner .text ul li:first-of-type {
    margin-right: 20px;
}

.FabPro_1000_banner .img {
    width: 80%;
}

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

.FabPro_1000_banner .p {
    width: 80%;
    max-width: 860px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: auto;
    text-align: center;
    position: relative;
}

.FabPro_1000_banner .p .img-1 {
    width: 30px;
    position: absolute;
    left: -50px;
    top: -20px;
}

.FabPro_1000_banner .p .img-2 {
    width: 30px;
    position: absolute;
    right: -50px;
    bottom: -20px;
}

@media(max-width:1023px) {
    .FabPro_1000_banner {
        padding-bottom: 50px;
    }
    .FabPro_1000_banner .flex {
        flex-wrap: wrap;
    }
    .FabPro_1000_banner .text {
        width: 100%;
        padding: 30px 10px 0;
    }
    .FabPro_1000_banner .img {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }
    .FabPro_1000_banner .text h2 {
        font-size: 36px;
    }
    .FabPro_1000_banner .text h3 {
        font-size: 24px;
    }
    .FabPro_1000_banner .text h4 {
        font-size: 20px;
    }
    .FabPro_1000_banner .text p {
        font-size: 18px;
    }
    .FabPro_1000_banner .p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }
    .FabPro_1000_banner .p .img-1 {
        width: 24px;
        left: -30px;
        top: -15px;
    }
    .FabPro_1000_banner .p .img-2 {
        width: 24px;
        right: -30px;
        bottom: -15px;
    }
}

.FabPro_1000 .content_1 {
    padding: 77px 0;
    background: linear-gradient(#909190, #41454a);
    /* 标准的语法 */
}

.FabPro_1000 .content_1 .video {
    max-width: 1078px;
    width: 90%;
    margin: auto;
    position: relative;
}

.FabPro_1000 .content_1 .video video {
    width: 100%;
    display: block;
}

.FabPro_1000 .content_1 .video .img {
    position: absolute;
    font-size: 18px;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 140px;
}

.FabPro_1000 .content_1 .video .img img {
    padding: 20px;
    border-radius: 50%;
    background: #363535;
    margin-bottom: 10px;
    cursor: pointer;
}

@media(max-width:1023px) {
    .FabPro_1000 .content_1 {
        padding: 20px 0;
    }
    .FabPro_1000 .content_1 .video .img {
        font-size: 14px;
        height: 90px;
    }
    .FabPro_1000 .content_1 .video .img img {
        padding: 10px;
        width: 50px;
    }
}

.FabPro_1000 .content_2 {
    position: relative;
}

.FabPro_1000 .content_2 .title h3 {
    margin-bottom: 0;
    line-height: 100%;
    margin-bottom: 10px;
}

.FabPro_1000 .content_2 .title h4 {
    font-size: 28px;
    color: #222;
    line-height: 100%;
    margin-bottom: 45px;
    font-weight: 100;
}

.FabPro_1000 .content_2 .img {
    width: 100%;
    max-width: 902px;
    margin: 30px auto;
    position: relative;
}

.FabPro_1000 .content_2 .img>img {
    width: 100%;
    display: block;
}

.FabPro_1000 .content_2 .img .img-1 {
    position: absolute;
    top: 10%;
    left: -22%;
}

.FabPro_1000 .content_2 .img .img-2 {
    position: absolute;
    top: 40%;
    right: -26%;
}

@media(max-width:1360px) {
    .FabPro_1000 .content_2 .img .img-1 {
        width: 200px;
        position: absolute;
        top: 19%;
        left: -5%;
    }
    .FabPro_1000 .content_2 .img .img-2 {
        width: 200px;
        position: absolute;
        top: 48%;
        right: -4%;
    }
}

@media(max-width:1023px) {
    .FabPro_1000 .content_2 .title h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .FabPro_1000 .content_2 .img>img {
        width: 80%;
        margin: auto;
    }
    .FabPro_1000 .content_2 .img .img-1 {
        width: 80px;
        top: 18%;
        left: 3%;
    }
    .FabPro_1000 .content_2 .img .img-2 {
        width: 80px;
        top: 46%;
        right: 3%;
    }
}

.FabPro_1000 .content_3 {
    background: #2c2c2c;
    overflow: hidden;
}

.FabPro_1000 .content_3 .title {
    color: #fff;
    margin-bottom: 80px;
}

.FabPro_1000 .content_3 h3 {
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px;
}

.FabPro_1000 .content_3 h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 45px;
}

.FabPro_1000 .content_3 p {
    color: #fff;
}

.FabPro_1000 .content_3 .img {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.FabPro_1000 .content_3 .img img {
    width: 100%;
    display: block;
}

@media(max-width:1023px) {
    .FabPro_1000 .content_3 .title {
        margin-bottom: 40px;
    }
    .FabPro_1000 .content_3 h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.FabPro_1000 .content_4 .title h3 {
    line-height: 100%;
    margin-bottom: 10px;
}

.FabPro_1000 .content_4 .title h4 {
    font-size: 28px;
    color: #222;
    line-height: 100%;
    margin-bottom: 45px;
    font-weight: 100;
}

.FabPro_1000 .content_4 ul {
    text-align: center;
    margin-top: 80px;
}

.FabPro_1000 .content_4 ul li {
    width: 190px;
    text-align: center;
    display: inline-block;
    margin: 0 80px;
    vertical-align: top;
}

.FabPro_1000 .content_4 ul li .img {
    border: 5px solid #d3d3d3;
    border-radius: 25px;
    padding: 30px 0;
    margin-bottom: 20px;
}

.FabPro_1000 .content_4 ul li .img img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.FabPro_1000 .content_4 ul li .text h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.FabPro_1000 .content_4 ul li .text p {
    font-size: 14px;
    color: #999;
}

@media(max-width:1360px) {
    .FabPro_1000 .content_4 ul li:first-of-type {
        margin-left: 0;
    }
    .FabPro_1000 .content_4 ul li:last-of-type {
        margin-right: 0;
    }
}

@media(max-width:1023px) {
    .FabPro_1000 .content_4 .title h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .FabPro_1000 .content_4 ul {
        overflow: hidden;
        padding: 0 10px;
        margin-top: 20px;
    }
    .FabPro_1000 .content_4 ul li {
        width: 32%;
        float: left;
        margin: 0;
        margin-right: 2%;
    }
    .FabPro_1000 .content_4 ul li:last-of-type {
        margin-right: 0;
    }
    .FabPro_1000 .content_4 ul li .img {
        border-width: 2px;
        padding: 10px 0;
    }
    .FabPro_1000 .content_4 ul li .img img {
        width: 90%;
    }
}

.FabPro_1000 .content_5 {
    padding: 70px 10px;
    max-width: 1520px;
    width: 100%;
    margin: auto;
}

.FabPro_1000 .content_5 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FabPro_1000 .content_5 .text {
    width: 440px;
}

.FabPro_1000 .content_5 .text h3 {
    font-size: 48px;
    color: #222;
    font-weight: 100;
}

.FabPro_1000 .content_5 .text h4 {
    font-size: 28px;
    color: #222;
    margin-bottom: 40px;
    font-weight: 100;
}

.FabPro_1000 .content_5 .text p {
    font-size: 16px;
    color: #222;
    line-height: 24px;
}

.FabPro_1000 .content_5 .img {
    width: 950px;
}

.FabPro_1000 .content_5 .img img {
    width: 100%;
    display: block;
}

@media(max-width:1023px) {
    .FabPro_1000 .content_5 .flex {
        flex-wrap: wrap;
    }
    .FabPro_1000 .content_5 .text {
        width: 100%;
    }
    .FabPro_1000 .content_5 .img {
        width: 100%;
    }
    .FabPro_1000 .content_5 .text h3 {
        font-size: 18px;
        text-align: center;
    }
    .FabPro_1000 .content_5 .text h4 {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    .FabPro_1000 .content_5 .text p {
        font-size: 12px;
        line-height: 20px;
        width: 90%;
        margin: auto;
    }
    .FabPro_1000 .content_5 {
        padding: 20px 0;
    }
    .FabPro_1000 .content_5 .img {
        padding: 20px 10px;
    }
}

.FabPro_1000 .content_6 {
    background: url('../images/Fabpro-1000_12.jpg') center;
    background-size: cover;
}

.FabPro_1000 .content_6 .text {
    text-align: center;
    padding: 80px 0;
}

.FabPro_1000 .content_6 .text h3 {
    font-size: 48px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px;
}

.FabPro_1000 .content_6 .text h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 10px;
}

.FabPro_1000 .content_6 .text p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    max-width: 550px;
    margin: 0 auto 40px;
}

.FabPro_1000 .content_6 .text .tel {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'helve';
    line-height: 40px;
}

.FabPro_1000 .content_6 .text .tel img {
    float: left;
    margin-right: 10px;
}

@media(max-width:1023px) {
    .FabPro_1000 .content_6 .text {
        padding: 20px 0;
    }
    .FabPro_1000 .content_6 .text h3 {
        font-size: 18px;
    }
    .FabPro_1000 .content_6 .text h4 {
        font-size: 16px;
    }
    .FabPro_1000 .content_6 .text p {
        font-size: 12px;
        max-width: 90%;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

.prode-16 ul li {
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea;
}

.prode-16 ul li:last-of-type {
    border-bottom: 0;
}

.prode-16 .img {
    width: 50%;
    float: left;
}

.prode-16 .img img {
    max-width: 100%;
}

.prode-16 .text {
    width: 50%;
    float: left;
    padding: 90px 0 0;
}

.prode-16 .text .title {
    margin-bottom: 30px;
}

.prode-16 .text h3 {
    font-size: 28px;
    color: #222;
}

.prode-16 .text .title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    max-width: 430px;
}

.prode-16 .text .li {
    margin-bottom: 25px;
}

.prode-16 .text .li p {
    background: url('../images/Fabpro-1000_16.png') left center no-repeat;
    padding-left: 25px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.prode-16 .text .p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    display: inline-block;
}

.prode-16 .text .p span {
    float: right;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0c91ee;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.prode-16 .text .p span:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../images/+++.png) center;
    background-size: cover;
    margin: auto;
}

.prode-16 .text.active .p span:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.prode-16 .text table {
    display: none;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.prode-16 .text.active table {
    display: table;
    width: 100%;
}

.prode-16 .text table th {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0 20px;
    background: #a6a6a6;
    font-size: 16px;
    color: #fff;
}

.prode-16 .text table th .sss {
    width: 240px;
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
}

.prode-16 .text table th:first-of-type {
    border-right: 0;
}

.prode-16 .text td {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 40px;
    padding: 0 20px;
}

.prode-16 .text td h4 {
    font-size: 12px;
    color: #666666;
    float: left;
    width: 120px;
}

.prode-16 .text td:last-of-type h4 {
    width: 160px;
}

.prode-16 .text td p {
    font-size: 12px;
    color: #666666;
    float: left;
}

@media(max-width:1023px) {
    .prode-16 .text table {
        overflow: hidden;
    }
    .prode-16 .text table th .sss {
        width: 100%;
    }
    .prode-16 .img {
        float: none;
        width: 100%;
    }
    .prode-16 .text {
        float: none;
        width: 100%;
    }
    .prode-16 .text {
        padding: 20px 10px;
    }
    .prode-16 .text td:last-of-type h4 {
        width: 100px;
    }
    .prode-16 .text td,
    .prode-16 .text th {
        padding: 10px;
        line-height: 100%;
    }
}

.FabPro_1000 .content_7 {
    background: #e4e4e4;
    overflow: hidden;
    padding-bottom: 70px;
}

.FabPro_1000 .content_7 ul {
    max-width: 1740px;
    width: 100%;
    overflow: hidden;
    margin: 88px auto 0;
    padding: 0 10px;
}

.FabPro_1000 .content_7 ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.FabPro_1000 .content_7 ul li:last-of-type {
    margin-right: 0;
}

.FabPro_1000 .content_7 ul li .img {
    width: 50%;
}

.FabPro_1000 .content_7 ul li .img img {
    width: 100%;
    display: block;
}

.FabPro_1000 .content_7 ul li .text {
    width: 50%;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

.FabPro_1000 .content_7 ul li .text h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 24px;
}

.FabPro_1000 .content_7 ul li .text p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.FabPro_1000 .content_7 ul li .text img {
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width:1360px) {
    .FabPro_1000 .content_7 ul li .text p {
        line-height: 20px;
        font-size: 12px;
    }
}

@media(max-width:1023px) {
    .FabPro_1000 .content_7 ul li {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .FabPro_1000 .content_7 ul li .text {
        padding: 5px;
    }
    .FabPro_1000 .content_7 ul li .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .FabPro_1000 .content_7 ul li .text p {
        line-height: 18px;
        text-align: justify;
    }
    .FabPro_1000 .content_7 ul {
        margin-top: 40px;
    }
    .FabPro_1000 .content_7 {
        padding-bottom: 30px;
    }
}

.prode_navs {
    width: 100%;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 999;
    padding: 0 50px;
    overflow: hidden;
    line-height: 50px;
    transition-duration: 1s;
    background: rgba(255, 255, 255, .1);
}

.prode_navs.active {
    top: 0;
    background: #fff;
    box-shadow: 0 0 3px 0 #ddd;
}

.header.active {
    top: -68px;
}

.prode_navs h2 {
    float: left;
    color: #333;
}

.prode_navs ul {
    float: right;
    overflow: hidden;
}

.prode_navs ul li {
    float: left;
    margin-left: 45px;
}

.prode_navs ul li a {
    font-size: 14px;
    color: #4c4c4c;
}

.prode_navs ul li.active a {
    color: #4799e4 !important;
}

#prode_1 {
    display: none;
}

#prode_1.active {
    display: block;
}

#prode_2 {
    overflow: hidden;
    background: #f8f8f8;
    display: none;
}

#prode_2.active {
    display: block;
}

#prode_3 {
    display: none;
}

#prode_3.active {
    display: block;
}

#prode_4 {
    display: none;
}

#prode_4.active {
    display: block;
}

.gecs_content {
    max-width: 1400px;
    width: 90%;
    margin: 95px auto;
}

.gecs_content .imgs {
    position: relative;
    background: #e2e2e2;
    padding: 70px 0;
}

.gecs_content .imgs .down-a {
    position: absolute;
    left: 24px;
    top: 24px;
}

.gecs_content .imgs .down-a a {
    display: block;
    width: 180px;
    height: 46px;
    border: 1px solid #aeadad;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 46px;
    transition-duration: .8s;
}

.gecs_content .imgs .down-a a:hover {
    color: #4799e4;
    border-color: #4799e4;
}

.gecs_content .imgs ul {
    position: relative;
    height: 500px;
}

.gecs_content .imgs ul li {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition-duration: 1s;
}

.gecs_content .imgs ul li.active {
    opacity: 1;
    z-index: 99;
}

.gecs_content .imgs ul li img {
    display: block;
    margin: auto;
    max-height: 500px;
}

.gecs_content .imgs ol {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.gecs_content .imgs ol li {
    float: left;
    width: 64px;
    height: 64px;
    border: 1px solid #cdcdcd;
    margin-left: 10px;
    cursor: pointer;
}

.gecs_content .imgs ol li.active {
    border-color: #4799e4;
}

.gecs_content .text {
    padding: 64px;
    background: #fff;
}

.gecs_content .text .title {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 60px;
    height: 50px;
}

.gecs_content .text .title h3 {
    float: left;
    border-bottom: 2px solid #9a9a9a;
    font-size: 22px;
    color: #333;
    line-height: 50px;
    height: 50px;
}

.gecs_content .text ul li {
    line-height: 50px;
    overflow: hidden;
}

.gecs_content .text ul li b {
    float: left;
    width: 290px;
    color: #333;
}

.gecs_content .text ul li span {
    float: left;
    color: #666;
}

@media(max-width:1023px) {
    .gecs_content {
        margin: 20px auto;
    }
    .gecs_content .imgs ul li img {
        max-width: 100%;
    }
    .gecs_content .imgs {
        padding: 80px 0 0;
    }
    .gecs_content .text {
        padding: 10px;
    }
    .gecs_content .text .title {
        margin-bottom: 20px;
    }
    .gecs_content .text .title h3 {
        font-size: 18px;
    }
    .gecs_content .text ul li {
        line-height: 30px;
        margin-bottom: 10px;
    }
    .gecs_content .text ul li b {
        width: 100%;
    }
}

.rjxz_banner {
    position: relative;
}

.rjxz_banner>img {
    width: 100%;
    display: block;
}

.rjxz_banner .text {
    position: absolute;
    width: 90%;
    height: 270px;
    max-width: 620px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.rjxz_banner .text h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 25px;
}

.rjxz_banner .text p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px;
}

.rjxz_banner .text a {
    display: block;
    width: 230px;
    height: 50px;
    background: #4799e4;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: auto;
}

.rjxz_banner .text a img {
    vertical-align: middle;
    margin-right: 6px;
    transition-duration: 1s;
}

.rjxz_banner .text a:hover img {
    margin-right: 20px;
}

.ly_banner {
    height: 100%;
    position: relative;
}

.ly_banner .form {
    position: absolute;
    width: 438px;
    height: 428px;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    margin-left: 30px;
    background: rgba(255, 255, 255, .7);
    padding: 32px;
    border-radius: 3px;
}

.ly_banner .form input {
    background: #fff;
    height: 44px;
    margin-bottom: 16px;
    width: 100%;
    padding: 0 20px;
    border: 0;
    color: #666;
}

.ly_banner .form input::-webkit-input-placeholder {
    color: #666;
}

.ly_banner .form input:-moz-placeholder {
    color: #666;
}

.ly_banner .form input::-moz-placeholder {
    color: #666;
}

.ly_banner .form input:-ms-input-placeholder {
    color: #666;
}

.ly_banner .form input:focus::-webkit-input-placeholder {
    color: #999;
}

.ly_banner .form input:focus:-moz-placeholder {
    color: #999;
}

.ly_banner .form input:focus::-moz-placeholder {
    color: #999;
}

.ly_banner .form input:focus:-ms-input-placeholder {
    color: #999;
}

.ly_banner .form textarea {
    background: #fff;
    width: 100%;
    height: 158px;
    margin-bottom: 16px;
    padding: 20px;
    border: 0;
    color: #666;
}

.ly_banner .form textarea::-webkit-input-placeholder {
    color: #666;
}

.ly_banner .form textarea:-moz-placeholder {
    color: #666;
}

.ly_banner .form textarea::-moz-placeholder {
    color: #666;
}

.ly_banner .form textarea:-ms-input-placeholder {
    color: #666;
}

.ly_banner .form textarea:focus::-webkit-input-placeholder {
    color: #999;
}

.ly_banner .form textarea:focus:-moz-placeholder {
    color: #999;
}

.ly_banner .form textarea:focus::-moz-placeholder {
    color: #999;
}

.ly_banner .form textarea:focus:-ms-input-placeholder {
    color: #999;
}

.ly_banner .form button {
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #4799e4;
    font-size: 16px;
    color: #fff;
    border: 0;
}

.ly_banner .select .li {
    width: 48%;
    float: left;
    position: relative;
}

.ly_banner .select .li:last-of-type {
    margin-left: 4%;
}

.ly_banner .select .li .select_content {
    background: #fff url('../images/icon_b.png') 94% center no-repeat;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #666;
    cursor: pointer;
}

.ly_banner .select .li ul {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 10;
    padding: 20px;
    display: none;
    max-height: 236px;
    overflow-y: auto;
}

.ly_banner .select .li ul li {
    line-height: 36px;
    padding: 0 20px;
    cursor: pointer;
    transition-duration: .3s;
    color: #666;
}

.ly_banner .select .li ul li:hover {
    background: #f2f3f7;
}

.ly_banner .select .li.active .select_content {
    background: #fff url('../images/icon_b1.png') 94% center no-repeat;
}

.ly_banner .select .li.active ul {
    display: block;
}

.ly_banner .select {
    margin-bottom: 16px;
}

.ly_banner .select-block .li:last-of-type {
    width: 100%;
    margin: 0;
}

#xlh {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .4);
    transition-duration: .3s;
    opacity: 0;
    z-index: -1;
}

#xlh.active {
    opacity: 1;
    z-index: 100;
}

#xlh .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-height: 100%;
    height: 350px;
    margin: auto;
    background: #fff;
}

#xlh .content .close {
    float: right;
    margin: 10px;
    cursor: pointer;
}

#xlh .content .value {
    width: 385px;
    margin: 80px auto 0;
    text-align: center;
}

#xlh .content .value h4 {
    font-size: 18px;
    color: #666;
    font-weight: 100;
    margin-bottom: 15px;
}

#xlh .content .value input {
    border: 1px solid #c9c9c9;
    height: 44px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 10px;
}

#xlh .content .value .desript {
    font-size: 14px;
    color: red;
}

#xlh .content .value .f_button a {
    color: #666;
    font-size: 14px;
}

#xlh .content .value button {
    width: 125px;
    height: 44px;
    border: 0;
    background: #4799e3;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.prode_navs.wihta h2 {
    color: #fff;
}

.prode_navs.wihta ul li a {
    color: #fff;
}

.prode_navs.active.wihta {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 #000;
}

@media(max-width:1023px) {
    .prode_navs {
        position: relative;
        top: 0;
        padding: 0 10px;
    }
    .prode_navs h2 {
        float: none;
        line-height: 40px;
    }
    .prode_navs ul {
        float: none;
        padding-bottom: 10px;
    }
    .prode_navs ul li {
        margin: 0;
        width: 25%;
        text-align: center;
        line-height: 30px;
    }
}

@media(max-width:767px) {
    .rjxz_banner .text {
        height: auto;
        padding: 10px 0;
    }
    .rjxz_banner .text h3 {
        font-size: 18px;
    }
    .rjxz_banner .text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .rjxz_banner .text a {
        width: 160px;
        line-height: 40px;
        height: 40px;
    }
}

@media(max-width:1023px) {
    .ly_banner .form {
        left: 0;
        width: 90%;
    }
}

.contact-container .content {
    padding: 110px 0;
}

.contact-container .contact-info {
    text-align: center;
    overflow: hidden;
}

.contact-container .contact-info li {
    width: 33.33%;
    text-align: left;
    float: left;
}

.contact-container .contact-info li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.contact-container .contact-info li span {
    font-size: 14px;
    color: #999;
}

.contact-container .contact-info li p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
    padding-left: 30px;
}

.contact-container .contact-info li p.address {
    margin-top: 15px;
    background: url('../images/address.png') left 5px no-repeat;
}

.contact-container .contact-info li p.tel {
    background: url('../images/tel.png') left 5px no-repeat;
}

.contact-container .contact-info li p.email {
    background: url('../images/email.png') left 5px no-repeat;
}

@media(max-width:1023px) {
    .case_inbanner {
        /* height:60vw; */
        overflow: hidden;
    }
    .case_inbanner img {
        /* height:100%; */
        width: auto;
    }
    .contact-container .contact-info li {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-container .content {
        padding: 20px 10px;
    }
    #map1 {
        height: 80vw !important;
    }
}

.ly_content {
    padding: 120px 0;
}

.ly_content .form {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    background: url('../images/ly_bc.jpg') center;
    background-size: cover;
    padding: 90px 125px;
}

.ly_content .form .titles {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 70px;
}

.ly_content .form .titles img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.ly_content .form input {
    width: 32%;
    float: left;
    height: 48px;
    border: 1px solid #eee;
    margin-right: 2%;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
}

.ly_content .form input:nth-of-type(3) {
    margin-right: 0;
}

.ly_content .form textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 46px;
    font-size: 16px;
    color: #666;
    height: 288px;
}

.ly_content .form button {
    width: 100%;
    height: 46px;
    border: 0;
    background: #4799e4;
    font-size: 18px;
    color: #fff;
    margin-top: 44px;
}

@media(max-width:1023px) {
    .ly_content .form {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .ly_content .form input {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .ly_content .form .titles {
        margin-bottom: 20px;
    }
    .ly_content .form textarea {
        margin-top: 0px;
        height: 188px;
    }
    .ly_content .form button {
        margin-top: 20px;
    }
    .ly_content {
        padding: 30px 0;
    }
}

.new_content {
    width: 90%;
    max-width: 1400px;
    margin: 90px auto;
}

.newCat-nav {
    margin-bottom: 60px;
}

.newCat-nav ol {
    float: right;
}

.newCat-nav ol li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1;
}

.newCat-nav ol li:last-of-type {
    border-right: 0;
}

.newCat-nav ol li a {
    font-size: 16px;
    color: #666;
}

.newCat-nav ol li.active a {
    color: #4799e4;
}

.new_content .lists ul li {
    width: 23%;
    margin-right: calc(8% / 3);
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 70px;
}

.new_content .lists ul li:nth-child(4n) {
    margin-right: 0;
}

.new_content .lists .img {
    overflow: hidden;
}

.new_content .lists .img>a {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 3s;
}

.new_content .lists .img>a:hover {
    transform: scale(1.2, 1.2);
}

.new_content .lists .text {
    position: relative;
    padding: 25px 0;
}

.new_content .lists .time {
    position: absolute;
    left: 0;
    top: 20px;
}

.new_content .lists .time h2 {
    font-size: 54px;
    line-height: 100%;
    font-weight: 100;
    font-family: 'helve';
    color: #9b9b9b;
}

.new_content .lists .time p {
    font-size: 14px;
    line-height: 100%;
    color: #999;
}

.new_content .lists .text h3 {
    padding-left: 70px;
    padding-right: 15px;
    font-size: 18px;
    height: 72px;
    overflow: hidden;
    font-weight: 400;
    line-height: 24px;
}

.new_content .lists .text h3 a {
    color: #666;
}

.new_content .lists .text h3:hover a {
    color: #5c98df;
}

.new_content .lists .text .more {
    position: absolute;
    right: 0;
    bottom: 0px;
}

@media(max-width:1360px) {
    .new_content .lists .text h3 {
        font-size: 16px;
        font-weight: 100;
    }
}

@media(max-width:1023px) {
    .new_content .lists ul li {
        width: 48%;
        margin-right: 4%;
    }
    .new_content .lists ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .new_content .lists ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .new_content {
        margin: 30px auto;
    }
    .newCat-nav {
        margin-bottom: 20px;
    }
}

.new_content .lists_2 li {
    padding: 50px 0;
    border-bottom: 1px solid #ededed;
}

.new_content .lists_2 li .img {
    margin-right: 50px;
    width: 223px;
    height: 161px;
    overflow: hidden;
}

.new_content .lists_2 li .img img {
    width: 100%;
    display: block;
    transition-duration: 3s;
}

.new_content .lists_2 li .img:hover img {
    transform: scale(1.1, 1.1);
}

.new_content .lists_2 li .text {
    float: left;
    width: 770px;
    height: 161px;
    margin-top: 34px;
}

.new_content .lists_2 li .text h3 {
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}

.new_content .lists_2 li .text h3 a {
    color: #666;
    transition-duration: .5s;
}

.new_content .lists_2 li .text h3 a:hover {
    color: #4799e4;
}

.new_content .lists_2 li .text p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.new_content .lists_2 li .time {
    float: right;
    margin: 3.5px 0;
}

.new_content .lists_2 li .time h2 {
    font-size: 60px;
    color: #999;
    font-weight: 400;
}

.new_content .lists_2 li .time p {
    font-size: 16px;
    color: #999;
}

.new_content .lists_2 li .time .more {
    height: 25px;
    border-left: 1px solid #ededed;
    padding: 6px 10px;
    margin-top: 40px;
    transition-duration: 1s;
}

.new_content .lists_2 li .time .more:hover {
    padding-left: 20px;
}

@media(max-width:1360px) {
    .new_content .lists_2 li .text {
        width: 520px;
    }
}

.pages {
    overflow: hidden;
}

.pages ul {
    float: right;
    overflow: hidden;
}

.pages ul li {
    float: left;
    padding: 0 10px;
}

.pages ul li a {
    color: #666;
    font-family: 'helve';
}

.pages ul li.active a {
    color: #5c98df;
}

.jm-box {
    width: 70%;
    height: 240px;
    margin: auto;
}

.pro_1_content .content_6 .content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_1_content .content_6 .content .left {
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f42c39;
}

.pro_1_content .content_6 .content .right {
    position: absolute;
    right: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #59abf6;
}

.pro_1_content .content_6 .content img {
    position: absolute;
    width: 150%;
    display: block;
}

.pro_1_content .content_6 .content .left img {
    right: -68%;
}

.pro_1_content .content_6 .content .right img {
    left: -68.7%;
}

.pro_1_content .content_6 .content .text {
    position: absolute;
    z-index: 10;
    width: 520px;
    overflow: hidden;
}

.pro_1_content .content_6 .content .text p {
    width: 390px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.pro_1_content .content_6 .content .text h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 14%;
}

.pro_1_content .content_6 .content .text h4 span {
    position: relative;
    font-size: 106px;
    line-height: 106px;
    color: rgba(255, 255, 255, .1);
    top: 40px;
    display: block;
}

.pro_1_content .content_6 .content .text h4 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}

.pro_1_content .content_6 .content .left .text {
    top: 15%;
    right: 32%;
    margin-right: -250px;
    opacity: 1;
}

.pro_1_content .content_6 .content .right .text {
    top: 30%;
    left: 32%;
    margin-left: -250px;
    text-align: right;
    opacity: 1;
}

.pro_1_content .content_6 .content .left .text.active {
    transition-duration: 1s;
    opacity: 0;
}

.pro_1_content .content_6 .content .right .text.active {
    transition-duration: 1s;
    opacity: 0;
}

.pro_1_content .content_6 .content .right .text.active * {
    transition-duration: 1s;
    opacity: 0;
}

.pro_1_content .content_6 .content .right .text p {
    float: right;
}

.content_6 .bind_hover {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    z-index: 99;
    cursor: pointer;
    background: url('../images/bind_lr.png') center;
    background-size: cover;
}

.content_6 .bind_hover.active {
    opacity: .3;
}

.pro_1_content .gif {
    background-image: linear-gradient(to bottom, #c9c8c8, #e9e9e9);
    padding: 50px 0;
}

.pro_1_content .gif .gif-box {
    width: 90%;
    max-width: 1092px;
    padding: 12px;
    border-radius: 10px;
    background: #232323;
    box-shadow: 0 0 10px 1px #666;
    margin: auto;
}

.pro_1_content .gif .gif-box img {
    display: block;
}

.pro_1_content .gif-t {
    position: relative;
    margin-top: -20%;
}

.pro_1_content .gif-t img {
    width: 75%;
    display: block;
}

.honor-qh {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.honor-qh .num {
    text-align: center;
    font-size: 26px;
    color: #999;
    font-family: 'helvenum';
}

.honor-qh .num span {
    font-size: 44px;
    color: #333;
    font-family: 'helvenum';
}

.honor-qh .num span em {
    font-family: 'helvenum';
}

.honor-qh .ul {
    margin-top: 25px;
    position: relative;
    height: 480px;
}

.honor-qh .ul li {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    transition-duration: .8s;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.honor-qh .ul li p {
    display: none;
}

.honor-qh .ul li img {
    width: 100%;
    display: block;
}

.honor-qh .ul li.active {
    width: 530px;
    height: 450px;
    opacity: 1;
    z-index: 1;
}

.honor-qh .ul li.active p {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 30px;
    text-align: center;
}

.honor-qh .ul li.p-active {
    width: 420px;
    height: 278px;
    top: 50px;
    left: -400px;
    right: 0;
    margin: auto;
    opacity: 1;
    z-index: 0;
}

.honor-qh .ul li.l-active {
    width: 420px;
    height: 278px;
    top: 50px;
    left: 400px;
    right: 0px;
    margin: auto;
    opacity: 1;
    z-index: 0;
}

.honor-qh .ul>a {
    position: absolute;
    width: 24px;
    height: 46px;
    overflow: hidden;
    top: 186px;
}

.honor-qh .ul .honor-prve {
    left: -950px;
    right: 0;
    margin: auto;
    background: url('../images/honor-prve.png') center no-repeat;
    background-size: contain;
}

.honor-qh .ul .honor-next {
    left: 920px;
    right: 0;
    margin: auto;
    background: url('../images/honor-next.png') center no-repeat;
    background-size: contain;
}

@media(max-width:1023px) {
    .honor-qh .ul {
        height: 330px;
    }
    .honor-qh .ul li.active {
        width: 57%;
        height: auto;
    }
    .honor-qh .ul li.active p {
        margin-top: 10px;
    }
    .honor-qh .ul li.p-active {
        width: 43%;
        height: auto;
        top: 13%;
        left: -40%;
    }
    .honor-qh .ul li.l-active {
        width: 43%;
        height: auto;
        top: 13%;
        left: 40%;
    }
    .honor-qh .ul>a {
        width: 24px;
        height: 46px;
        top: 35%;
    }
    .honor-qh .ul .honor-prve {
        left: -96%;
        right: 0;
    }
    .honor-qh .ul .honor-next {
        left: 96%;
        right: 0;
    }
}

.yy_banner img {
    width: 100%;
    display: block;
    opacity: 0;
    animation: yyBannerimg 1s forwards;
    -webkit-animation: yyBannerimg 1s forwards;
}

@keyframes yyBannerimg {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes yyBannerimg {
    100% {
        opacity: 1;
    }
}

.yy_banner .img {
    margin-left: -5%;
    opacity: 0;
    animation: yyBannerimg 1s forwards;
    -webkit-animation: yyBannerimg 1s forwards;
}

@keyframes yyBannerimg {
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes yyBannerimg {
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

.yy_banner .text {
    position: absolute;
    top: 15%;
    opacity: 0;
    right: 17%;
    width: 22%;
    animation: yyBannertext 1s forwards;
    -webkit-animation: yyBannertext 1s forwards;
}

@keyframes yyBannertext {
    100% {
        right: 22%;
        opacity: 1;
    }
}

@-webkit-keyframes yyBannertext {
    100% {
        top: 16%;
        opacity: 1;
    }
}

.xieziimg {
    position: relative;
}

.xieziimg>img {
    width: 100%;
    display: block;
}

.xieziimg .fd {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

.sj_banner {
    position: relative;
    transition-duration: 1s;
}

.sj_banner .big {
    width: 80%;
    display: block;
    opacity: 0;
}

.sj_banner .text {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 15%;
    margin: auto;
    width: 28%;
}

@media(max-width:1023px) {
    .sj_banner .big {
        width: auto;
        display: block;
    }
    .sj_banner .text {
        width: 50%;
    }
}

.pro_3_content .content_1 {
    width: 100%;
    max-width: 1400px;
    padding: 100px 0;
    margin: auto;
}

.pro_3_content .content_1 h2 {
    font-size: 46px;
    color: #333;
    text-align: center;
    margin: 20px 0 70px;
}

.pro_3_content .content_1 ul {
    overflow: hidden;
}

.pro_3_content .content_1 ul li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.pro_3_content .content_1 ul li img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.pro_3_content .content_1 ul li:nth-of-type(3) {
    margin-right: 0;
}

.pro_3_content .content_1 ul li p {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 7px;
    background: #cbe2f7;
    text-align: center;
    margin: 34px auto 10px;
}

.pro_3_content .content_1 ul li p span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    font-family: 'helve';
    background: #4698e4;
}

.pro_3_content .content_1 ul li h3 {
    font-size: 22px;
    color: #707070;
    text-align: center;
    font-weight: 100;
}

.pro_3_content .content_1 ul li:last-of-type {
    margin-top: 100px;
    width: 100%;
}

.pro_3_content .content_2 {
    position: relative;
}

.pro_3_content .content_2 img {
    width: 100%;
    display: block;
}

.pro_3_content .content_2 .title {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 10%;
    margin: auto;
}

.pro_3_content .content_2 .title h3 {
    font-size: 46px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
}

.pro_3_content .content_2 .title p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    line-height: 100%;
}

.pro_3_content .content_3 {
    background: url('../images/sjdkds_sjt_bc.jpg') center;
    background-size: cover;
    padding: 100px 0 230px;
}

.pro_3_content .content_3 .title {
    text-align: center;
    margin-bottom: 170px;
}

.pro_3_content .content_3 .title h3 {
    font-size: 46px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
}

.pro_3_content .content_3 .title p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    line-height: 100%;
}

.pro_3_content .content_3 ul {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pro_3_content .content_3 ul li img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.pro_3_content .content_3 ul li p {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.pro_3_content .content_4 {
    width: 100%;
    max-width: 1700px;
    margin: auto;
    padding: 90px auto 130px;
}

.pro_3_content .content_4 {
    padding: 90px 0 130px;
}

.pro_3_content .content_4 .title {
    text-align: center;
    max-width: 870px;
    margin: 0 auto 110px;
}

.pro_3_content .content_4 .title h3 {
    font-size: 46px;
    color: #333;
    line-height: 100%;
    font-weight: 400;
}

.pro_3_content .content_4 .title p {
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    line-height: 100%;
    line-height: 34px;
}

.pro_3_content .content_4 img {
    display: block;
    width: 100%;
}

.pro_3_content .content_5 {
    background: #1a1d20;
    padding: 60px 0;
}

.pro_3_content .content_5 .title {
    margin: auto;
    max-width: 830px;
    text-align: center;
}

.pro_3_content .content_5 .title h3 {
    font-size: 46px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
}

.pro_3_content .content_5 .title p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    line-height: 100%;
    line-height: 34px;
}

.pro_3_content .content_6 {
    overflow: hidden;
}

.pro_3_content .content_6 ul>img {
    width: 100%;
    display: block;
}

.pro_3_content .content_6 ul {
    position: relative;
}

.pro_3_content .content_6 ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition-duration: 1s;
}

.pro_3_content .content_6 ul li img {
    width: 100%;
    display: block;
}

.pro_3_content .content_6 ul li.active {
    z-index: 1;
    opacity: 1;
}

.pro_3_content .content_6 ol {
    overflow: hidden;
}

.pro_3_content .content_6 ol li {
    width: 20%;
    float: left;
    height: 105px;
    position: relative;
    cursor: pointer;
}

.pro_3_content .content_6 ol li p {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 105px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    transition-duration: 1s;
}

.pro_3_content .content_6 ol li.active p {
    background: rgba(255, 255, 255, .4);
    color: #141313;
}

.sd_banner {
    position: relative;
}

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

.sd_banner .text {
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0;
    text-align: center;
}

.sd_banner .text h3 {
    font-size: 72px;
    color: #fff;
    text-shadow: 0 5px 1px #333;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 100%;
}

.sd_banner .text p {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 5px 1px #333;
    line-height: 100%;
}

@media(max-width:1440px) {
    .sd_banner .text {
        bottom: 50px;
    }
    .sd_banner .text h3 {
        font-size: 54px;
    }
    .sd_banner .text p {
        font-size: 24px;
    }
}

.pro_4_content .content_1 {
    padding: 120px 0 70px;
}

.pro_4_content .content_1 .title {
    text-align: center;
    margin-bottom: 95px;
}

.pro_4_content .content_1 .title h2 {
    font-size: 46px;
    color: #333;
    line-height: 100%;
    margin-bottom: 24px;
    font-weight: 400;
}

.pro_4_content .content_1 .title p {
    font-size: 20px;
    line-height: 100%;
    color: #333;
}

.pro_4_content .content_1 ul {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.pro_4_content .content_1 ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

.pro_4_content .content_1 ul li:last-of-type {
    margin-right: 0;
}

.pro_4_content .content_1 ul li .img img {
    width: 100%;
    display: block;
}

.pro_4_content .content_1 ul li p {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #cbe2f7;
    margin: 25px auto 10px;
    padding: 7px;
}

.pro_4_content .content_1 ul li p span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4698e4;
    color: #fff;
    font-size: 28px;
    font-family: 'helve';
    line-height: 43px;
}

.pro_4_content .content_1 ul li h3 {
    font-size: 26px;
    color: #707070;
    font-weight: 100;
}

.pro_4_content .content_1 .video {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.pro_4_content .content_1 .video video {
    width: 100%;
    display: block;
}

.pro_4_content .content_1 .video p {
    font-size: 26px;
    color: #707070;
    line-height: 110px;
    text-align: center;
}

.pro_4_content .content_2 {
    height: 395px;
}

.pro_4_content .content_2 img {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bc_wihta {
    background: #fff;
}

.pro_4_content .content_3 {
    padding: 120px 0 90px;
}

.pro_4_content .content_3 .title {
    text-align: center;
    margin-bottom: 95px;
}

.pro_4_content .content_3 .title h2 {
    font-size: 46px;
    color: #333;
    line-height: 100%;
    margin-bottom: 24px;
    font-weight: 400;
}

.pro_4_content .content_3 .title p {
    font-size: 20px;
    line-height: 100%;
    color: #333;
}

.pro_4_content .content_3 .img {
    width: 90%;
    max-width: 1495px;
    margin: auto;
}

.pro_4_content .content_3 .img img {
    width: 100%;
    display: block;
}

.pro_4_content .content_3 .p {
    font-size: 20px;
    color: #333;
    padding: 70px 0 100px;
    text-align: center;
}

.pro_4_content .content_4 .title {
    overflow: hidden;
}

.pro_4_content .content_4 .title p {
    float: right;
    width: 82%;
    background: #731d24;
    line-height: 230px;
    font-size: 46px;
    color: #fff;
    padding-left: 18%;
}

.pro_4_content .content_4 .img-1 {
    position: relative;
}

.pro_4_content .content_4 .img-1>img {
    width: 100%;
    display: block;
}

.pro_4_content .content_4 .img-1 .xh {
    position: absolute;
    top: 10px;
    left: 10%;
}

.pro_4_content .content_4 .img-1 .text {
    position: absolute;
    bottom: 65px;
    right: 15%;
    color: #fff;
}

.pro_4_content .content_4 .img-1 .text h4 {
    font-weight: 100;
    font-size: 32px;
    margin-bottom: 30px;
}

.pro_4_content .content_4 .img-1 .text p {
    font-size: 30px;
    text-align: right;
    margin-right: -75px;
    line-height: 100%;
}

.pro_4_content .content_4 .img-1 .text p img {
    margin-top: -3px;
    margin-left: 15px;
    line-height: 100%;
}

.pro_4_content .content_4 .img-2 {
    background: #eee;
    position: relative;
    padding: 125px 0;
}

.pro_4_content .content_4 .img-2 .xh {
    position: absolute;
    top: -30px;
    left: 10%;
}

.pro_4_content .content_4 .img-2 ul {
    width: 90%;
    max-width: 1530px;
    margin: auto;
}

.pro_4_content .content_4 .img-2 ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.pro_4_content .content_4 .img-2 ul li img {
    margin-bottom: 66px;
}

.pro_4_content .content_4 .img-2 ul li p {
    font-size: 24px;
    color: #707070;
    line-height: 30px;
}

.pro_4_content .content_4 .img-2 ul li.active {
    background: #fff;
}

.pro_4_content .content_4 .img-2 ul li.active:after {
    content: '';
    position: absolute;
    width: 38PX;
    height: 33px;
    background: url('../images/tab_icon.png') center;
    background-size: contain;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
}

.pro_4_content .content_4 .img-2 .ol {
    border: 6px solid #fff;
    width: 90%;
    max-width: 1530px;
    margin: auto;
    margin-top: 66px;
    overflow: hidden;
    padding: 28px 0 40px 60px;
    ;
}

.sm_imgs>div {
    float: left;
    overflow: hidden;
    width: 25%;
    text-align: center;
    height: 255px;
    position: relative;
}

.pro_4_content .content_4 .img-2 .ol .sm_imgs img {
    display: block;
    margin: auto;
}

.pro_4_content .content_4 .img-2 .ol .li {
    display: none;
    padding: 80px 0 0;
    position: relative;
}

.pro_4_content .content_4 .img-2 .ol .li.active {
    display: block;
}

.pro_4_content .content_4 .img-2 .ol .li h3 {
    font-size: 36px;
    color: #333;
    font-weight: 100;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 30px;
}

.sm_imgs>div img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pro_5_content .content_1 {
    padding: 95px 0 0;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.pro_5_content .content_1 .title {
    text-align: center;
    margin-bottom: 120px;
}

.pro_5_content .content_1 .title h2 {
    font-size: 46px;
    color: #333;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.pro_5_content .content_1 .title p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    max-width: 880px;
    margin: auto;
}

.pro_5_content .content_1 .img {
    position: relative;
}

.pro_5_content .content_1 .img>img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.pro_5_content .content_1 .img .img-1 {
    position: absolute;
    width: 30%;
    top: 18%;
    left: 24%;
}

.pro_5_content .content_1 .img .img-2 {
    position: absolute;
    width: 20.5%;
    top: 52%;
    right: 24%;
}

.pro_5_content .content_1 .img .img-3 {
    position: absolute;
    width: 30.4%;
    top: 78%;
    right: 16%;
}

.pro_5_content .content_2 .top {
    padding: 390px 0 200px;
}

.pro_5_content .content_2 .text {
    width: 90%;
    max-width: 515px;
    float: left;
    margin-left: 10%;
    color: #fff;
}

.pro_5_content .content_2 .text h3 {
    font-size: 46px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 30px;
    font-weight: 400;
}

.pro_5_content .content_2 .text p {
    font-size: 20px;
    line-height: 30px;
}

.pro_5_content .content_2 .img {
    float: right;
    margin-right: 10%;
    position: relative;
}

.pro_5_content .content_2 .img img {
    max-width: 100%;
}

.pro_5_content .content_2 .img.active .img-1 {
    width: 21.5%;
    position: absolute;
    left: -5%;
    top: -59%;
    animation: swjs1 1s forwards;
    -webkit-animation: swjs1 1s forwards;
}

@keyframes swjs1 {
    100% {
        left: 0%;
        top: -54%;
    }
}

@-webkit-keyframes swjs1 {
    100% {
        left: 0%;
        top: -54%;
    }
}

.pro_5_content .content_2 .img.active .img-2 {
    width: 25%;
    position: absolute;
    left: -16%;
    top: 13%;
    animation: swjs2 1s forwards;
    -webkit-animation: swjs2 1s forwards;
}

@keyframes swjs2 {
    100% {
        left: -20%;
        top: 10%;
    }
}

@-webkit-keyframes swjs2 {
    100% {
        left: -20%;
        top: 10%;
    }
}

.pro_5_content .content_2 .img.active .img-3 {
    width: 23%;
    position: absolute;
    right: -16%;
    top: -43%;
    animation: swjs3 1s forwards;
    -webkit-animation: swjs3 1s forwards;
}

@keyframes swjs3 {
    100% {
        right: -20%;
        top: -40%;
    }
}

@-webkit-keyframes swjs3 {
    100% {
        right: -20%;
        top: -40%;
    }
}

.pro_5_content .content_2 .img.active .img-4 {
    width: 26%;
    position: absolute;
    right: -18%;
    top: 29%;
    animation: swjs4 1s forwards;
    -webkit-animation: swjs4 1s forwards;
}

@keyframes swjs4 {
    100% {
        right: -15%;
        top: 32%;
    }
}

@-webkit-keyframes swjs4 {
    100% {
        right: -15%;
        top: 32%;
    }
}

@media(max-width:1600px) {
    .pro_5_content .content_2 .img {
        transform: scale(.6, .6);
    }
    .pro_5_content .content_2 .top {
        padding: 200px 0 50px;
    }
    .pro_5_content .content_2 .text {
        max-width: 450px;
        margin-top: 150px;
    }
}

@media(max-width:1440px) {
    .pro_5_content .content_2 .img {
        transform: scale(1, 1);
        width: 35%;
        margin-right: 15%;
    }
    .pro_5_content .content_2 .top {
        padding: 390px 0 200px;
    }
    .pro_5_content .content_2 .text {
        max-width: 30%;
        margin-left: 5%;
    }
}

.pro_5_content .content_2 .button {
    padding-bottom: 80px;
}

.pro_5_content .content_2 .button ul {
    overflow: hidden;
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.pro_5_content .content_2 .button ul li {
    width: 262px;
    text-align: center;
}

.pro_5_content .content_2 .button ul li p {
    font-size: 26px;
    color: #fff;
    margin-top: 15px;
}

.pro_5_content .content_2 .button ul li .center {
    position: relative;
}

.pro_5_content .content_2 .button ul li .nums {
    position: absolute;
    width: 190px;
    height: 190px;
    border: 1px dashed #e5e5e5;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 33.5px;
}

.pro_5_content .content_2 .button ul li:nth-child(1) .nums * {
    color: #ff5a5a;
}

.pro_5_content .content_2 .button ul li:nth-child(2) .nums * {
    color: #4997f8;
}

.pro_5_content .content_2 .button ul li:nth-child(3) .nums * {
    color: #74c057;
}

.pro_5_content .content_2 .button ul li .nums span {
    font-size: 72px;
    line-height: 100%;
}

.pro_5_content .content_2 .button ul li .nums p {
    font-size: 30px;
    line-height: 100%;
}

.pro_5_content .content_3 {
    padding: 100px 0 0;
}

.pro_5_content .content_3 .title {
    text-align: center;
    margin-bottom: 110px;
}

.pro_5_content .content_3 .title h3 {
    font-size: 46px;
    color: #333;
    margin-bottom: 30px;
    line-height: 100%;
    font-weight: 400;
}

.pro_5_content .content_3 .title p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    max-width: 872px;
    margin: auto;
}

.pro_5_content .content_3 ul {
    overflow: hidden;
}

.pro_5_content .content_3 ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.pro_5_content .content_3 ul li p {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.pro_5_content .content_3 ul li .img {
    position: relative;
}

.pro_5_content .content_3 ul li .img>img {
    width: 100%;
    display: block;
}

.pro_5_content .content_3 ul li .img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pro_5_content .content_3 ul li .img .play {
    position: absolute;
    width: 30%;
    height: 30%;
    background: url('../images/Twinlike_gzl_play.png') center no-repeat;
    background-size: contain;
    transition-duration: 1s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

.pro_5_content .content_3 ul li .img .play:hover {
    transform: scale(1.1, 1.1);
}

.pro_5_content .content_4 {
    padding: 100px 0 140px;
}

.pro_5_content .content_4 .title {
    text-align: center;
    margin-bottom: 110px;
}

.pro_5_content .content_4 .title h3 {
    font-size: 46px;
    color: #333;
    margin-bottom: 30px;
    line-height: 100%;
    font-weight: 400;
}

.pro_5_content .content_4 .title p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    max-width: 872px;
    margin: auto;
}

.pro_5_content .content_4 ul {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.pro_5_content .content_4 ul li {
    width: 540px;
    position: relative;
}

.pro_5_content .content_4 ul li:first-of-type {
    float: left;
}

.pro_5_content .content_4 ul li:last-of-type {
    float: right;
}

.pro_5_content .content_4 ul li img {
    width: 100%;
    display: block;
}

.pro_5_content .content_4 ul li .l-d {
    width: 63px;
    height: 63px;
    position: absolute;
}

.pro_5_content .content_4 ul li .l-1 {
    border-left: 4px solid #f5f5f5;
    border-top: 4px solid #f5f5f5;
    top: 0;
    left: 0;
}

.pro_5_content .content_4 ul li .l-2 {
    border-right: 4px solid #f5f5f5;
    border-top: 4px solid #f5f5f5;
    top: 0;
    right: 0;
}

.pro_5_content .content_4 ul li .l-3 {
    border-left: 4px solid #f5f5f5;
    border-bottom: 4px solid #f5f5f5;
    bottom: 0;
    left: 0;
}

.pro_5_content .content_4 ul li .l-4 {
    border-right: 4px solid #f5f5f5;
    border-bottom: 4px solid #f5f5f5;
    bottom: 0;
    right: 0;
}

.pro_5_content .content_4 ul li .text {
    padding: 43px 0 43px 155px;
}

.pro_5_content .content_4 ul li .text p {
    font-size: 18px;
    color: #666;
    line-height: 37px;
}

@media(max-width:1400px) {
    .pro_5_content .content_4 ul li {
        width: 410px;
    }
    .pro_5_content .content_4 ul li .text {
        padding: 46px 0 43px 100px;
    }
    .pro_5_content .content_4 ul li .text p {
        font-size: 16px;
        color: #666;
        line-height: 27px;
    }
}

.pro_5_content .content_5 .title {
    padding: 100px 0;
    background: #34383c;
    text-align: center;
}

.pro_5_content .content_5 .title h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.pro_5_content .content_5 .title p {
    font-size: 20px;
    color: #fff;
}

.pro_5_content .content_5 ul {
    overflow: hidden;
    background: #000;
}

.pro_5_content .content_5 ul li {
    float: left;
}

.pro_5_content .content_5 ul li:nth-child(1) {
    width: 27.87%;
}

.pro_5_content .content_5 ul li:nth-child(2) {
    width: 36.87%;
}

.pro_5_content .content_5 ul li:nth-child(3) {
    width: 35.26%;
}

.pro_5_content .content_5 ul li a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.pro_5_content .content_5 ul li p {
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin: auto;
    width: 100%;
    line-height: 36px;
    margin-top: -18px;
}

.pro_5_content .content_5 ul li img {
    display: block;
    width: 100%;
    opacity: .4;
    transition-duration: 2s;
}

.pro_5_content .content_5 ul li a:hover img {
    opacity: 1;
    transform: scale(1.05, 1.05);
}

#aboutCatNav {
    position: fixed;
    left: 30px;
    top: 46%;
    z-index: 99;
    background: rgba(255, 255, 255, .8);
    padding: 10px 30px;
    border-radius: 10px;
}

#aboutCatNav ul li {
    line-height: 45px;
    overflow: hidden;
}

#aboutCatNav ul li .san {
    width: 10px;
    height: 10px;
    border: 1px solid #cfcfcf;
    padding: 1px;
    position: relative;
    border-radius: 50%;
    float: left;
    margin-top: 17.5px;
    transition-duration: .8s;
}

#aboutCatNav ul li .san span {
    position: absolute;
    width: 6px;
    height: 6px;
    margin: auto;
    background: #cfcfcf;
    border-radius: 50%;
    transition-duration: .8s;
    opacity: 0;
}

#aboutCatNav ul li p {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    transition-duration: .8s;
}

#aboutCatNav ul li.active .san {
    border-color: #4799e4;
}

#aboutCatNav ul li.active .san span {
    opacity: 1;
    background: #4799e4;
}

#aboutCatNav ul li.active p {
    color: #4799e4;
}

.m_a {
    display: block;
    transform: translate(0, -150px);
}

@media(max-width:767px) {
    #aboutCatNav {
        display: none;
    }
}

.cloud_banner {
    position: relative;
    top: 0;
    background: url('../images/server-banner.jpg') center;
    background-size: cover;
}

.cloud_banner h1 {
    position: absolute;
    height: 90px;
    line-height: 90px;
    font-size: 68px;
    font-weight: 400;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
}

.cloud_banner .banner_model {
    width: 60%;
}

.cloud_banner iframe {
    width: 100%;
    height: 415px;
    border: 0;
    display: block;
}

.cloud_content {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding: 90px 0;
}

.cloud_content .cloud_from ul {
    overflow: hidden;
}

.cloud_content .cloud_from li {
    float: left;
}

.cloud_content .cloud_from .first select {
    width: 226px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cbcbcb;
    height: 32px;
    padding-left: 15px;
    font-size: 18px;
    color: #828282;
}

.g-search {
    position: relative;
    width: 224px;
    height: 32px;
    margin-left: 34px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.g-search input {
    border: 0;
    height: 32px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 15px;
    font-size: 16px;
    color: #828282;
}

.g-search button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: url('../images/icon_search.png') center;
    background-size: cover;
    border: 0;
}

.cloude_list ul {
    overflow: hidden;
    margin-top: 30px;
}

.cloude_list li {
    width: 23%;
    margin-right: calc(8% / 3);
    margin-bottom: 30px;
    position: relative;
    float: left;
    overflow: hidden;
}

.cloude_list li:nth-child(4n) {
    margin-right: 0;
}

.cloude_list li .img {
    width: 100%;
}

.cloude_list li .text {
    overflow: hidden;
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    background: #333;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    transition-duration: .3s;
}

.cloude_list li .text p {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

.cloude_list li .text p span {
    float: left;
    width: 17px;
    height: 9px;
    background: url('../images/icon_view_nol.png') center;
    background-size: cover;
    transition-duration: .3s;
    margin: 11.5px 5px;
}

.cloude_list li .text p span:hover {
    background: url('../images/icon_view_sel.png') center;
    background-size: cover;
}

.cloude_list li:hover .text {
    bottom: 0;
}

@media(max-width:1024px) {
    .cloude_list li .text {
        bottom: 0;
    }
}

@media(max-width:1023px) {
    .cloude_list li {
        width: 48%;
        margin-right: 4%;
    }
    .cloude_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:767px) {
    .cloud_content {
        padding: 30px 0;
    }
    .cloud_content .cloud_from .first {
        width: 48%;
        margin: 0 4% 0 0;
    }
    .cloud_content .cloud_from .first select {
        width: 100%;
        margin: 0;
    }
    .g-search {
        width: 48%;
        margin: 0;
    }
}

.add_cloud {
    width: 94px;
    height: 94px;
    margin: 30px auto 0;
    cursor: pointer;
}

.add_cloud .this_y {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #515151;
    padding: 15px;
}

.add_cloud .this_y .icon {
    width: 100%;
    height: 100%;
}

.add_cloud.active .icon {
    animation: cloudAdd .5s linear forwards;
    -webkit-animation: cloudAdd .5s linear forwards;
}

@keyframes cloudAdd {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(360deg);
        background: url(../images/jia.png) center;
        background-size: contain;
    }
    100% {
        transform: rotate(360deg);
        background: url(../images/jtb.png) center;
        background-size: contain;
    }
}

@-webkit-keyframes cloudAdd {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(360deg);
        background: url(../images/jia.png) center;
        background-size: contain;
    }
    100% {
        transform: rotate(360deg);
        background: url(../images/jtb.png) center;
        background-size: contain;
    }
}

.add_cloud.out .icon {
    animation: cloudAdd2 .5s linear forwards;
    -webkit-animation: cloudAdd2 .5s linear forwards;
}

@keyframes cloudAdd2 {
    0% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(0deg);
        background: url(../images/jtb.png) center;
        background-size: contain;
    }
    100% {
        transform: rotate(0deg);
        background: url(../images/jia.png) center;
        background-size: contain;
    }
}

@-webkit-keyframes cloudAdd2 {
    0% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(0deg);
        background: url(../images/jtb.png) center;
        background-size: contain;
    }
    100% {
        transform: rotate(0deg);
        background: url(../images/jia.png) center;
        background-size: contain;
    }
}

@media(max-width:1023px) {
    .cloud_banner h1 {
        display: none;
    }
    .cloud_banner .banner_model {
        width: 100%;
    }
}

@media(max-width:767px) {
    .cloud_banner iframe {
        height: 250px;
    }
}

.about-servers {
    padding: 180px 0;
    background: url('../images/about-server_img.jpg') center;
    background-size: cover;
}

.about-servers .text {
    width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.about-servers .text h2 {
    font-size: 100px;
    color: #fff;
    font-family: 'din';
    font-weight: 400;
}

.about-servers .text h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.about-servers .text h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'helve';
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.about-servers .text p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

@media(max-width:767px) {
    .about-servers {
        padding: 50px 0;
    }
    .about-servers .text h2 {
        font-size: 50px;
    }
    .about-servers .text h3 {
        font-size: 20px;
    }
    .about-servers .text h4 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .about-servers .text p {
        font-size: 14px;
        line-height: 24px;
    }
}

.ly_banner .text {
    position: absolute;
    width: 470px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40%;
    margin: auto;
}

.ly_banner .text .tables {
    height: 100%;
    display: table;
}

.ly_banner .text .tables .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.ly_banner .text h2 {
    font-size: 150px;
    color: #fff;
    text-align: right;
    font-weight: 400;
    margin-bottom: 10px;
}

.ly_banner .text p {
    font-size: 18px;
    color: #fff;
    text-align: right;
}

@media(max-width:1400px) {
    .ly_banner .text h2 {
        font-size: 100px;
    }
    .ly_banner .text p {
        font-size: 18px;
    }
    .ly_banner .text {
        right: 30%;
    }
}

@media(max-width:1023px) {
    .ly_banner .text {
        display: none;
    }
}

.gecs_content .imgs {
    background: url('../images/pro_css_bg.png') center !important;
    background-size: cover !important;
}

.list_page_s {
    margin: 50px 0 0;
    overflow: hidden;
}

.list_page_s li {
    font-size: 14px;
    color: #333;
}

.list_page_s li a {
    font-size: 14px;
    color: #666;
}

.list_page_s li a:hover {
    color: #333;
}