* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: #7f8c8d;
    font-size: 13px;
    font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

a,a:link,a:visited,a:hover,a:active {
    font-style: normal;
    text-decoration:none;
    outline: none;
    color:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

h3,h4, p {
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: #7f8c8d;
    font-size: 13px;
    font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

a,a:link,a:visited,a:hover,a:active {
    font-style: normal;
    text-decoration:none;
    outline: none;
    color:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

h3,h4, p {
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.clearfix{clear: both;}
.clearfix::after{content: '';display: table;clear: both;height: 0;opacity: 0;}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}


.sp_header {position:fixed;top:0;z-index:10;overflow:hidden;width:100%;height:50px;background: #ff7800;display: none;}
.sp_logo {float:left;height:50px;padding-top: 13px;padding-left: 10px;}
.sp_logo img {margin:auto;height: 25px;}
.sp_nav {position:relative;float:right;margin-top:15px;width:50px;height:30px;cursor:pointer}
.sp_nav span {position:absolute;left:10px;display:block;width:30px;height:2px;background: #ffffff;transition:all ease .35s;}
.sp_nav span:nth-of-type(1) {top:0}
.sp_nav span:nth-of-type(2) {top:10px}
.sp_nav span:nth-of-type(3) {top:20px}
.sp_nav_se span:nth-of-type(1) {top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2) {width:0}
.sp_nav_se span:nth-of-type(3) {top:10px;transform:rotate(-45deg)}
.sp_a1{float:right;margin-top: 15px;margin-right: 20px;}
.sp_a1 img{height: 20px;}
 
.sjj_lang{
    text-align: center;
}
.sjj_lang a{
    margin: 0 10px;
    font-weight: bold;
}
.sjj_nav {position:fixed;top:-100%;left:0;z-index:9;overflow:auto;overflow-x:hidden;width:100%;height: calc(100% - 50px);background:#fff;font-size:14px;line-height:40px;transition:top ease .35s;}
.nav_show {top:50px}
.sjj_nav>ul>li:first-child {overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a {float:left;width: calc(100% - 90px);}
.sjj_nav>ul>li:first-child .language {float:right;overflow:hidden;margin-top:5px;width: 90px;line-height:30px;}
.sjj_nav>ul>li:first-child .language a {float:left;width: 45px;border-left:1px solid #ddd;color:#999;text-align:center;}
.sjj_nav ul li i {position:absolute;top:5px;right:0;padding:0 7px;height:30px;border-left:1px solid #ddd;z-index: 0;}
.sjj_nav ul li i svg {transition:all ease .35s;transform:rotate(-90deg)}
.sjj_nav ul li .sjj_nav_i_se svg {transform:rotate(0)}
.sjj_nav ul li {position:relative;margin-left:20px;border-top:1px solid #ddd;font-size:14px;line-height:40px}
.sjj_nav>ul>li:last-child {border-bottom:1px solid #ddd}
.sjj_nav ul li ul {display:none}
.sjj_nav ul li a {width: 100%;color:#666;display: block;position: relative;z-index: 1;}
.sjj_nav ul li ul li a {display:block;color:#999;text-align:left}
.sjj_nav ul li i svg {width:20px;height:20px;fill:#555}
.sjj_nav ul li .sjj_nav_i_se svg {fill: #D6AF52;}
.sjj_nav ul li ul li>ul {margin-left:10px}
ul, li {
    list-style-type: none;
    border: none;
	padding: 0;
	margin: 0;
}
/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: #ff7800;
    color: #fff;
    border-radius: 25px;
    font-size: 120%;
    font-weight: 300;
}

a.pure-button-primary:hover {
    color: #e1e1e1;
}

/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em 3em 0.5em 0.5em;
    text-align: center;
    /* box-shadow: 0 1px 1px rgba(0,0,0, 0.10); */
    /* background: rgba(45, 62, 80, 0.80); */
    position: absolute;
    z-index: 99;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}
.home-menu>.pure-menu-list>li>a.pure-menu-link {
    color:#fff;
}
.pure-menu-children {
}
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */
.hide {display: none !important;}
.splash-container {
    /* background: #1f8dd6; */
    background: url(../img/home_bg1.png) no-repeat 0 0;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
    font-weight: 300;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 99%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

.about-warp {
    background: #f1f1f1 url(../img/about_ipy_logo.png) no-repeat fixed 50% 50% ;
    height:568px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 140px 220px 30px;
    position: relative;
}

.about-warp .warp-box {
    width:740px;
    height:300px;
    background: rgba(252, 252, 252, 0.7);
    flex-direction: column;
    position: relative;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.about-warp .warp-box:hover {
    box-shadow: 0 9px 40px 0 hsl(0deg 0% 85% / 65%);
    bottom: 11px;
}

.about-warp::before {
    width:73px;
    height: 255px;
    background: url(../img/about_left.png);
    content:" ";
    display: block;
    float:right;
}
.about-warp h3 {
    padding: 50px 50px 20px;
    margin: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
.about-warp p {
    padding: 5px 90px 10px;
    margin:0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.about-warp p span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.about-warp p b {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.about-warp a.more {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    text-indent: -100em;
    overflow: hidden;
}

.product-server-warp {
    height: 600px;
}

.product-server-warp h3 {
    margin:80px 0;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.product-server-warp .box1 {
    width: 232px;
    height: 228px;
    position: relative;
    cursor: pointer;
    transition: all .6s ease;
    border: 1px solid #eaeaea;
    margin:0 auto;
    padding: 0 25px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.product-server-warp .box1:hover,.product-server-warp .on_box {
    background-image: url(../img/icon_0_bg.png) ;
    height: 300px;
    border-bottom: 1px solid #ff7800;
}

.product-server-warp .box1 p:nth-of-type(1) {
    margin-top:30px;
}

.product-server-warp .box1 p:nth-of-type(2) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.product-server-warp .box1:hover p:nth-of-type(2),.product-server-warp .on_box p:nth-of-type(2) {
    opacity: 1;
    height: 55px;
    transition: all 1s ease;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.product-server-warp .box1 p:nth-of-type(3),.product-server-warp .on_box p:nth-of-type(3) {
    font-size: 28px;
    color: #999;
    margin:0;
}

.product-server-warp .box1:hover p:nth-of-type(3),.product-server-warp .on_box p:nth-of-type(3) {
    margin-top: 50px;
}

.product-server-warp h4 {
    color: #333;
}

.product-server-warp i {
    font-size:36px;
}

.product-server-warp .l-box:nth-of-type(1) i {
    color:#6fbef3;
}

.product-server-warp .l-box:nth-of-type(2) i {
    color:#6ff3b8;
}

.product-server-warp .l-box:nth-of-type(3) i {
    color:#f98246;
}

.product-server-warp .l-box:nth-of-type(4) i {
    color:#f3cb6f;
}

.product-server-warp .box1 a {
    display: block;
    width: 100%;
    height:100%;
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    left:0;
    top:0;
}

.product-data-warp {
    height: 638px;
    position: relative;
    background: url(../img/product_data_bg.png) no-repeat center center;
}

.product-data-warp h3 {
    margin: 80px 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.product-data-warp ul,.product-data-warp li,.product-data-warp dl,.product-data-warp dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-data-warp ul {
    width:1200px;
    margin:auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-data-warp li {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: flex-start;
    border-left:1px solid #333;
    padding-left:10px;
    padding-bottom: 120px;
    top:15px;
}

.product-data-warp li:nth-of-type(2) {
    top:180px;
    padding-top:112px;
    padding-bottom:0;
}
.product-data-warp li:nth-of-type(3) {
    top:-25px;
}
.product-data-warp li:nth-of-type(4) {
    top:195px;
    padding-top:112px;
    padding-bottom:0;
}
.product-data-warp .left-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right:2px solid #666;
    padding:15px 10px 5px 0;
    position: absolute;
    left:-50px;
    width:50px;
}
.product-data-warp .left-box p {
    margin:0 0 3px;
    padding: 0;
}
.product-data-warp .left-box p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 500;
}
.product-data-warp .left-box p:nth-of-type(2) {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
}
.product-data-warp .right-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.product-data-warp .right-box dt {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.product-data-warp .right-box dd {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.product-data-warp li:nth-of-type(1) .left-box {
    border-color:#ff7800;
    color:#ff7800;
}
.product-data-warp li:nth-of-type(2) .left-box {

    border-color:#009d00;
    color:#009d00;
}
.product-data-warp li:nth-of-type(3) .left-box {
    border-color:#297bdc;
    color:#297bdc;
}
.product-data-warp li:nth-of-type(4) .left-box {
    border-color:#fca800;
    color:#fca800;
}
.product-data-warp li:after {
    position: absolute;
    display: block;
    content:" ";
    background: url(../img/product_data_gif.png);
    width: 38px;
    height: 38px;
    animation: rotate 4s linear infinite;
    bottom:-15px;
    left:-20px;
}
.product-data-warp li:nth-of-type(2):after {
    animation: rotate 3.6s linear infinite;
    bottom:0;
    top:-15px;
}
.product-data-warp li:nth-of-type(3):after {
    animation: rotate 3.2s linear infinite;
}
.product-data-warp li:nth-of-type(4):after {
    animation: rotate 2.8s linear infinite;
    bottom:0;
    top:-15px;
}
@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.cooperation-warp h3 {
    margin: 120px 0 80px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.cooperation-warp ul,.cooperation-warp li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cooperation-warp ul {
    width:1200px;
    height: 280px;
    margin:auto;
    text-align: center;
}

.cooperation-warp li {
    display: inline-block;
    margin:20px 10px;
    border-radius: 10px;
    border:1px solid #f1f1f1;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size:12px;
    color:#bbb;
}
.footer p {
    font-size:12px;
    font-weight: 300;
}
.footer a {
    color:#bbb;
    font-size:12px;
}
.footer i {
    display: inline-block;
    width:20px;
    height:20px;
    background: url(../img/icon_beian.png);
    vertical-align: middle;
}
.footer span {margin:0 5px;}

.side-menu {
    background: #222;
    position: fixed;
    bottom: 0;
    right:0;
    width: 3em;
    height:100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.side-menu .b-box {
    margin:auto;
    position: fixed;
    top:40%;
}
.side-menu .b-box a {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.side-menu .message {
    width:3em;
    background: #ff7800;
    padding: 15px 10px;
}
.side-menu .message::before {
    content: " ";
    display: inline-block;
    background: url(../img/right_menu_icon1.png) no-repeat center center;
    width:22px;
    height:30px;
    margin-bottom: 5px;
}
.side-menu .phone400 {
    display: inline-block;
    background: url(../img/right_menu_icon2.png) no-repeat center center;
    width:100%;
    height:50px;
}
.side-menu .phone400:hover:after {
    position: absolute;
    display: inline-block;
    content: "400-114-0115";
    background:#eee url(../img/right_menu_icon2_2.png) no-repeat 1em center;
    border-radius: 5px;
    font-size: 16px;
    color: #ff7800;
    text-align: left;
    text-indent: 2em;
    padding:10px 20px;
    left:-190px;
    top:8px;
}
.side-menu .phone400:hover:before {
    content:" ";
    display: inline-block;
    border:10px solid transparent;
    border-left:10px solid #eee;
    position: absolute;
    left:-15px;
    top:14px;
}
.side-menu .wenumber {
    display: inline-block;
    background: url(../img/right_menu_icon3.png) no-repeat center center;
    width:100%;
    height:50px;
}

.side-menu .wenumber:hover:before {
    position: absolute;
    content:" ";
    display: inline-block;
    background: url(../img/right_menu_icon3_2.png) no-repeat left top;
    width:144px;
    height: 140px;
    left:-150px;
    top:-10px;
}
.goto-top {
    position: absolute;
    bottom:0;
    left:0;
    display: inline-block;
    width:100%;
    height:3em;
    background: url(../img/right_menu_icon4.png) no-repeat center center;
}

.about-server-header {
    background: url(../img/serverProduct_bg.png) no-repeat center center;
    height: 480px;
}
.about-server-header .splash {
    top:0
}
.about-server-html {
    top:480px;
}
.about-server-html .content {
    padding: 0;
}
.about-server-html ul,.about-server-html li,.about-server-html dl,.about-server-html dt,.about-server-html dd {
    margin:0 auto;
    padding:0;
    list-style: none;
}
.about-server-html .li_menu{
    width:100%;
    padding-top: 50px;
    background: rgba(147, 147, 147, 0.2);
    text-align: center;
}
.about-server-html dl {
    width:1200px;
    overflow: hidden;
}
.about-server-html .li_menu li {
    display: inline-block;
    width:200px;
    text-align: center;
}
.about-server-html .li_menu a {
    display: inline-block;
    width:100%;
    height:50px;
    line-height:50px;
    border-radius: 5px;
    color:#222;
    position: relative;
}
.about-server-html .li_menu li.on_box a {
    background: #1e9079;
    color:#fff;
}
.about-server-html .li_menu li.on_box a:after,.about-server-html .li_menu li a:hover:after {
    position: absolute;
    content: " ";
    display: inline-block;
    border:10px solid transparent;
    border-top:10px solid #1e9079;
    left:50%;
    margin-left:-10px;
    bottom:-20px;
}
.about-server-html .li_menu li a:hover {
    background: #2ed3b2;
    color:#fff;
}
.about-server-html .li_menu li a:hover:after {
    border-top:10px solid #2ed3b2;
}
.about-server-html dl {
    padding:100px 0;
}
.about-server-html dt,.about-server-html dd {
    float:left;
}
.a_s_h_01 dt,.a_s_h_02 dt {
    background: url(../img/product_s_r_01.png) no-repeat center center;
    width:500px;
    height:375px;
    margin-top: 50px;
    background-size: contain;
}
.a_s_h_01 dd,.a_s_h_02 dd {
    margin-left:100px;
}
.a_s_h_02 dt {
    margin-top:100px;
    background-image: url(../img/product_s_r_02.png)
}
.a_s_h_01 dd h2,.a_s_h_01 dd h3,.a_s_h_02 dd h2,.a_s_h_02 dd h3,.a_s_h_03 h2,.a_s_h_03 h3,.a_s_h_04 h2,.a_s_h_04 h3 {
    color:#1e9079;
}
.a_s_h_01 dd p,.a_s_h_02 dd p {
    font-size: 14px;
    font-weight: 300;
    color:#222;
}
.a_s_h_03,.a_s_h_04 {
    padding:100px 0;
    width:900px;
    margin:0 auto;
    text-align: center;
}
.a_s_h_03 dt,.a_s_h_03 dd {
    float:none;
    text-align: left;
}
.a_s_h_03 dl  {
    width:900px;
    padding-left:450px;
    background: url(../img/product_s_r_03_1.png) no-repeat left center;
}
.a_s_h_03 dl dt {
    font-size: 18px;
    font-weight: 700;
    color:#1e9079;
    margin-bottom:15px;
}
.a_s_h_03 dl dd {
    font-weight: 300;
}
.a_s_h_03 dl:nth-of-type(2) {
    padding-left:0;
    padding-right:450px;
    background: url(../img/product_s_r_03_2.png) no-repeat 410px center;

}
.a_s_h_03 dl:nth-of-type(3) {
    padding-top: 130px;
    background: url(../img/product_s_r_03_3.png) no-repeat left center;
}
.a_s_h_04 dl {
    width: 100%;
    position: relative;
}
.a_s_h_04 dt {
    width:230px;
    height:230px;
    background: url(../img/product_s_r_04_1.png) no-repeat left center;
    position: absolute;
    left: 0;
}
.a_s_h_04 dd {
    /* width:702px; */
    /* height:230px; */
    /* background: url(../img/product_s_r_04_2.png) no-repeat right center; */
    margin-left: 250px;
}
.a_s_h_04_list{}
.a_s_h_04_list li{
    width: 33.33%;
    float: left;
    text-align: left;
    padding-left: 60px;
    background-image: url(../img/yh_01.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
}
.a_s_h_04_list li:last-child{width:66.66%}
.a_s_h_04_list li h3{color: #999999;color: #1E9079;font-weight: normal;}
.a_s_h_04_list li p{font-weight: normal;}
.a_s_h_04_list li:nth-of-type(2){background-image: url(../img/yh_02.png);}
.a_s_h_04_list li:nth-of-type(3){background-image: url(../img/yh_03.png);}
.a_s_h_04_list li:nth-of-type(4){background-image: url(../img/yh_04.png);}
.a_s_h_04_list li:nth-of-type(5){background-image: url(../img/yh_05.png);}
.a_s_h_04_list li:hover h3,
.a_s_h_04_list li:hover p{color:#1E9079}
.a_s_h_04_list li:nth-of-type(1){background-image: url(../img/yh_01_.png);}
.a_s_h_04_list li:nth-of-type(2){background-image: url(../img/yh_02_.png);}
.a_s_h_04_list li:nth-of-type(3){background-image: url(../img/yh_03_.png);}
.a_s_h_04_list li:nth-of-type(4){background-image: url(../img/yh_04_.png);}
.a_s_h_04_list li:nth-of-type(5){background-image: url(../img/yh_05_.png);}
.about-us-header {
    background: url(../img/about_us_bg.png) no-repeat center center;
    height: 480px;
}
.about-us-header .splash {
    top:0
}
.about-us-html {
    top:480px;
}

.about-us-html .content {
    padding: 0;
    margin-bottom: 80px;
}
.about-us-html .li_menu {
    margin:0 auto;
    padding: 0;
    width:960px;
    text-align: center;
    position: relative;
    top:-60px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.about-us-html .li_menu li {
    float:left;
    list-style: none;
    width:240px;
    text-align: center;
    margin:0;
    padding:0;
    overflow: hidden;
}
.about-us-html .li_menu a {
    display: inline-block;
    width:100%;
    height:100px;
    line-height:100px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    border-bottom:1px solid #f9fafd;
    background: #f9fafd;
}
.about-us-html .li_menu a i {
    color:#d1d1d1;
    font-size:20px;
    margin-right:20px;
}
.about-us-html .li_menu li.on_box a,.about-us-html .li_menu li a:hover {
    background: #fff;
    border-bottom:2px solid #ff7800;
}

.about-us-html .li_menu li.on_box a i,.about-us-html .li_menu li a:hover i {
    color:#ff7800;
}
.a_u_h_01 {
    width:960px;
    min-height:400px;
    overflow: hidden;
    margin:0 auto 100px;
    padding-bottom: 100px;
    background:url(../img/about_us_01.png) no-repeat right center;
}
.a_u_h_01 dl,.a_u_h_01 dt,.a_u_h_01 dd {
    margin:0;
    padding:0;
}
.a_u_h_01 dl {
    margin:50px 0 0 5px;
    width:900px;
    padding: 60px;
    box-shadow: 1px 1px 10px #eee;
    background:rgba(255, 255, 255, 0.6);
}
.a_u_h_01 dt {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
}
.a_u_h_01 dt::before,.a_u_h_01 dt::after {
    content: " ";
    display: block;
    position: absolute;
    width:50px;
    height:2px;
    top:15px;
}
.a_u_h_01 dt::before {
    left: 100px;
    background:#ff7800;
}
.a_u_h_01 dt::after {
    left: 150px;
    background:#ccc;
}
.a_u_h_01 dd {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 42px;
    margin-top: 30px;
}
.a_u_h_02 {
    margin:0 auto;
}
.a_u_h_02 h2 {
    text-align: center;
    padding: 22px 0 80px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.a_u_h_02 .box-warp {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.a_u_h_02 .box-warp dl {
    float: left;
    margin:10px;
    width:280px;
    height:335px;
    background:url(../img/team01s.png) no-repeat 0 0;
    overflow: hidden;
    position: relative;
    color:#fff;
    cursor: pointer;
    background-size: cover;
    background-position: top;
    width: 23.4%;
    margin: 0.8%;
    /* height: 0; */
    /* padding-bottom: 28%; */
}
.a_u_h_02 .box-warp dl:nth-of-type(2) {
    background-image: url(../img/team02s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(3) {
    background-image: url(../img/team03s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(4) {
    background-image: url(../img/team04s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(5) {
    background-image: url(../img/team05s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(6) {
    background-image: url(../img/team06s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(7) {
    background-image: url(../img/team07s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(8) {
    background-image: url(../img/team09s.png?1018);
}
.a_u_h_02 .box-warp dl:nth-of-type(9) {
    background-image: url(../img/team10s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(10) {
    background-image: url(../img/team11s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(11) {
    background-image: url(../img/team12s.png);
}
.a_u_h_02 .box-warp dl:nth-of-type(12) {
    background-image: url(../img/team13s.png);
}
.a_u_h_02 .box-warp dd {
    margin:0;
    padding:10px 25px 20px;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    left:0;
    top: 62%;
    transition: all .8s;
}

.a_u_h_02 .box-warp dl:hover dd {
    top:0;
}
.a_u_h_02 .box-warp dd h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin:30px 0 0;
}
.a_u_h_02 .box-warp dd p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
}
.a_u_h_02 .box-warp dd p:nth-of-type(2) {
    margin-top:30px;
    color: #c1c1c1;
}
.a_u_h_02 .box-warp dt {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #c1c1c1;
    left: 25px;
    bottom: 35px;
    opacity: 0;
    transition: all .8s;
}
.a_u_h_02 .box-warp dl:hover dt {
    opacity: 1;
}
.team_company {
    width:1200px;
    overflow: hidden;
    margin:0 auto;
}
.team_company i,.team_company b {
    display: block;
    overflow: hidden;
    width:100%;
}
.team_company i {
    height: 0;
    background: url(../img/team_company01.png) no-repeat 0 0;
    background-size: contain;
    width: 100%;
    padding-bottom: 33%;
}
.team_company b {
    height: 0;
    background: url(../img/team_company02.png?101801) no-repeat 0 0;
    width: 100%;
    padding-bottom: 38%;
    background-size: contain;
}

.a_u_h_03 {
    margin:0 auto;
    padding-bottom: 100px;
}
.a_u_h_03 h2 {
    text-align: center;
    padding: 22px 0 80px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.a_u_h_03 .box-warp {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.a_u_h_03 .box-warp dl {
    float: left;
    margin: 1%;
    padding:30px 45px;
    width: 31.3%;
    height:410px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 1px 1px 10px #eee;
    text-align: center;
    background:url(../img/pure_icon04_btm.png) no-repeat center bottom;
}
.a_u_h_03 .box-warp dt {
    height:100px;
    background:url(../img/pure_icon01.png) no-repeat center center;
}
.a_u_h_03 .box-warp .clck_dl02 dt {
    background:url(../img/pure_icon02.png) no-repeat center center;
}
.a_u_h_03 .box-warp .clck_dl03 dt {
    background:url(../img/pure_icon03.png) no-repeat center center;
}
.a_u_h_03 .box-warp h3 {
    font-size: 20px;
    font-weight: 500;
    color: #278cff;
    margin-top: 28px;
}
.a_u_h_03 .box-warp p.p1 {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 13px;
    text-align: center;
}
.a_u_h_03 .box-warp p.p2 {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-top: 26px;
    opacity: 0;
    transition: all .5s;
    text-align: center;
    height:90px;
}
.a_u_h_03 .box-warp p.p3 {
    font-size: 30px;
    color: #999;
    font-weight: 300;
}
.a_u_h_03 .box-warp dl:hover {
    background-image:url(../img/pure_icon04_btm2.png)
}
.a_u_h_03 .box-warp dl:hover p.p2 {
    opacity: 1;
}
.about-us-msg .a_u_h_01 dd p {
    color:#444;
    font-weight: 400;
}
.about-us-msg .a_u_h_01 dd i {
    color:#444;
    width:30px;
    margin-right:10px;
}
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
.box-warp2{width: 1200px;margin: 0 auto;}
.box-warp2 .item{margin-bottom: 60px;}
.box-warp2 .tt{clear: both;height: 50px;font-family: PingFang SC;}
.box-warp2 .tt>span{display: inline-block;float: left;color: #E1E1E1;font-size: 48px;font-weight: bold;font-family: PingFang SC;}
.box-warp2 .tt h3{

font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
color: #666666;
line-height: 41px;float: left;position: relative;margin-left: 10px;}
.box-warp2 .tt h3:after{
    content:'';
    position:absolute;
width: 52px;
height: 4px;
background: #FF7800;bottom: -8px;left: 0;}
.box-warp2 .tt  h3 span{

font-size: 22px;

font-weight: bold;
color: #0F0F0F;
line-height: 43px;padding-right: 5px;}
.box-warp2 .ro{clear: both;

font-size: 14px;

font-weight: 500;
color: #666666;
line-height: 30px;margin-top: 20px;width: 90%;}
.box-warp2 .ro img{width:100%}

.pc{display: block;}
.wap{display: none;}

 
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

@media (max-width: 1199px){
    .about-warp {padding: 50px 150px 30px;}
    .product-data-warp ul {width: 870px;}
    .product-data-warp li {top:14px}
    .product-data-warp li .right-box {margin-bottom: -27px;}
    .product-data-warp li:nth-of-type(2) {top:168px;}
    .product-data-warp li:nth-of-type(3) {top:-25px}
    .product-data-warp li:nth-of-type(4) {top:158px;}
    .cooperation-warp ul {width: 950px;height: 320px;}
    .about-server-html dl{width:90%}
    .a_u_h_02 .box-warp{width:90%}
    .team_company,.a_u_h_03 .box-warp,.box-warp2{width:95%}
}
@media (max-width: 991px){
    .about-warp {padding: 50px 20px 30px;}
    .about-warp .warp-box {height: 260px;margin-right: 40px;}
    .about-warp h3 {padding:30px 20px 10px;}
    .about-warp p {padding: 5px 20px 10px;margin: 0 0 5px;}
    .product-server-warp {height:800px;}
    .product-data-warp ul {width: 710px;margin-left:30px;}
    .product-data-warp li {top:7px}
    .product-data-warp li:nth-of-type(3) {top:-27px}
    .cooperation-warp ul {width: 727px;height: 480px;}
    .a_s_h_01 dt, .a_s_h_02 dt{width:100%;height: 0;padding-bottom: 50%;margin-bottom: 50px;margin-top: 0;}
    .a_s_h_01 dd, .a_s_h_02 dd{width:100%;margin-left: 0;padding: 20px;}
    .about-server-html dl{padding-top:50px;width: 100%;background-size: 50% auto !important;}
    .side-menu{display:none}
    .a_s_h_03 dl:nth-of-type(2){padding-right:50%;background-position: right;}
    .a_s_h_03, .a_s_h_04{width:90%;padding-top: 50px;}
    .a_s_h_03 dl{padding-left:50%}
    .a_s_h_04 dt{display:none}
    .a_s_h_04 dd{margin-left:0}
    .a_s_h_04_list li{width:50%}
    .a_s_h_01 dd{padding: 20px;}
    .about-us-html .li_menu{width:95%}
    .about-us-html .li_menu li{width:25%}
    .a_u_h_01{width:90%}
    .a_u_h_01 dl{width:100%}
    .a_u_h_02 .box-warp dl{width: 31.73%;}
    .alert-container{width: 95% !important;left: 2.5% !important;margin-left: 0 !important;}
    .protocol{width: 60%;padding: 0;padding-right: 20px;padding-top: 56px;}
    .img-box{width:40%;margin-left: 0;float: right;background-size: contain;background-position: top;}
    .protocol .p2{width:100%}
    .protocol h4{margin-left:0;font-size: 1rem;line-height: 1.5;}
}
@media (max-width: 767px){
    .product-server-warp {height:800px;}
    .pure-g .l-box {width:45%;}
    .product-server-warp .pure-g .l-box {width:100%;}
    .product-server-warp .box1 p:nth-of-type(2){height:auto;opacity: 1;width: 80%;margin: 0 auto;}
    .product-server-warp .box1 p:nth-of-type(3){margin-top:50px}
    .product-server-warp .box1{background-image: url(../img/icon_0_bg.png); height: 300px;border-bottom: 1px solid #ff7800;}
    .product-server-warp{height:auto}
    .product-data-warp ul {width: 450px;}
    .product-data-warp li {top:12px}
    .product-data-warp li .right-box {margin-bottom: -40px;}
    .product-data-warp li:nth-of-type(2) {top:168px;}
    .product-data-warp li:nth-of-type(3) {top:-12px}
    .product-data-warp li:nth-of-type(4) {top:158px;}
    .cooperation-warp ul {width: 100%;height: auto;}
    .cooperation-warp li{width:48%;float:left;margin: 0;margin-bottom: 20px;}
    .cooperation-warp li:nth-of-type(2n){float:right}
    .cooperation-warp li img{width:100%}
    .about-server-html .li_menu li{width:auto;}
    .about-server-html .li_menu a{padding: 0 20px;}
    .about-server-html .li_menu{padding-top:10px;display: none;}
    .about-us-html .li_menu{display:none}
    .a_u_h_03 .box-warp dl{width: 97%;margin: 0 auto;margin-bottom: 30px;margin-top: 20px;float: none;background-size: 100% auto;}
    .a_u_h_03 h2{margin-top:50px;padding-bottom:40px;font-size: 22px;}
}
@media (max-width: 510px){
	.pc{display: none !important;}
	.wap{display: block !important;}
    .about-warp {padding: 130px 10px 30px;}
    .about-warp .warp-box {width: 480px;padding-bottom: 10px;margin-right: 0;}
    .about-warp::before {display: none;}
    .side-menu {display: none;}
    .product-server-warp .box1 {width:100%;padding: 0;}
    .pure-g {margin:0;text-align: center;display: block;}
    .product-data-warp ul {width: 100%;/* margin-left:40px; */display: block;margin: 0 auto;}
    .product-data-warp li{border-left:inherit;padding-bottom: 0;top: auto !important;height: 100px;padding-top: 0 !important;width: 100%;display: block;}
    .product-data-warp li:after{display:none}
    .product-data-warp .left-box{position:relative;float: left;left: 0;}
    .product-data-warp li .right-box{margin-bottom:0;margin-left: 63px;}
    .header{display: none;}
	.sp_header{display: block;}
	.product-data-warp{background-attachment: fixed;background-color: black;background-size: cover;}
	.footer span{display:block}
	.cooperation-warp h3,.product-server-warp h3{margin:70px auto 40px}
	.about-server-header,.about-us-header{margin-top:50px;height: 250px;}
	.about-server-html,.about-us-html{top: 300px;}
	.splash-head{border-width:1px}
	.a_s_h_03 dl{padding-top: 40px !important;padding-bottom: 40px !important;}
	 .a_s_h_04_list li{width:100% !important}
    .a_u_h_01 dl{padding:50px 25px}
    .a_u_h_01{margin:0 auto}
    .a_u_h_02 .box-warp dl{width: 48.4%;height: 272px;}
    .a_u_h_02 .box-warp dd{top:0;padding: 10px;}
    .a_u_h_02 h2{padding-bottom:50px;margin-top: 50px;}
    .a_u_h_02 .box-warp dd h3{font-size:20px}
    .a_u_h_02 .box-warp dd p{font-size:14px;}
    .a_u_h_02 .box-warp dd p:nth-of-type(2){margin-top:20px}
    .a_u_h_03 .box-warp p.p2{opacity:1}
    .box-warp2 .tt>span{font-size:30px;line-height: 40px;}
    .box-warp2 .tt h3 span{font-size:18px}
    .box-warp2 .tt h3{font-size:12px}
    .box-warp2{width:90%}
    .box-warp2 .ro{width:100%}
    .a_s_h_03>h3,.a_s_h_04>h3{}
    .a_u_h_01 dd{line-height: 1.8;}
    .protocol .p2, .protocol .p3{width:100%}
    .protocol .p2{font-size:14px;margin-top: 10px;}
    .protocol .p3{font-size:18px}
}