
body {
    margin: 0 auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1218px;
}
input[type="password"]::-ms-reveal{
    display:none
}
input[type=text]::-ms-clear {
    display:none
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 100%;
    display: block;
    overflow: hidden;
}
#header {
    z-index: 21;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
#header .nav {
    line-height: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
#header .nav .ui.menu .logo {
    display: inline-block;
    margin-left: 20px;
    margin-right: auto;
    vertical-align: middle;
}
#header .nav .ui.menu .logo img {
    display: inline-block;
    vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
    display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
    color: white;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    padding: 0 8px 2px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after,
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:after {
    border-bottom: 2px solid #d6000f;
    border-right: 2px solid #d6000f;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(30%, 30%);
    -moz-transform: translate(30%, 30%);
    -ms-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
    border-top: 2px solid #d6000f;
    border-left: 2px solid #d6000f;
    left: 0;
    top: 0;
    -webkit-transform: translate(-30%, -30%);
    -moz-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before,
#header .nav .ui.menu .menu-box ul.menu > li.active > a:before,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: rgba(255,255,255,.85);
    top: 100%;
    left: -10px;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #d6000f;
    display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
    position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
    float: none;
    padding: 8px 15px;
    line-height: 24px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a:hover {
    background: #222;
    color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#header .nav .ui.menu .h-search {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 30px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
#header .nav .ui.menu .h-search img {
    display: inline-block;
    vertical-align: middle;
}
#header .nav .ui.menu .h-search form {
    line-height: normal;
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    display: none;
}
#header .nav .ui.menu .h-search form input[type="submit"] {
    width: 40px;
    height: 40px;
    background: url('../images/icon-search-white.png') center center no-repeat #d6000f;
    display: inline-block;
    vertical-align: middle;
    border: none;
    position: relative;
    z-index: 2;
}
#header .nav .ui.menu .h-search form .searchBox {
    font-size: 14px;
    background: white;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: black;
    display: inline-block;
    vertical-align: top;
}
#header .nav .ui.menu .h-search form .searchBox select,
#header .nav .ui.menu .h-search form .searchBox input {
    border: none;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
#header .nav .ui.menu .h-search form .searchBox select {
    border-right: 1px solid #eee;
    cursor: pointer;
    background: #f7f7f7;
}
#header .nav .ui.menu .h-search form:hover .searchBox {
    width: auto;
    opacity: 1;
}
#header .nav .ui.menu .yuy {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}
#header .nav .ui.menu .yuy span {
    font-size: 16px;
    color: white;
    display: block;
    vertical-align: middle;
    opacity: .7;
}
#header .nav .ui.menu .yuy ul {
    display: none;
    width: 120px;
    background: rgba(255,255,255,.85);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 300px;
    overflow: auto;
}
#header .nav .ui.menu .yuy:hover ul {
    display: block;
    line-height: normal;
}
#header .nav .ui.menu .yuy ul li a {
    line-height: 22px;
    padding: 4px 10px;
    font-size: 14px;
    border-top: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
}
#header .nav .ui.menu .yuy ul li img {
    max-width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#header .nav .ui.menu .yuy ul li a:hover {
    background: #222;
    color: white;
}
#header .nav .ui.menu #banner-btn {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    position: relative;
    z-index: 1;
}
#header .nav .ui.menu #banner-btn i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: white;
    margin: 0 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu #banner-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu #banner-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#header .nav .ui.menu #banner-btn:hover i {
    margin: 0 -6px;
    background: black;
}
#header .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
#header .nav-fixed img {
    display: inline-block;
    vertical-align: middle;
}
#nav-menu {
    position: fixed;
    border-radius: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.7);
    -moz-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    height: 100%;
    display: table;
    z-index: -2;
    opacity: 0;
    -webkit-transition: 1s all, 1s 0.1s z-index;
    -moz-transition: 1s all, 1s 0.1s z-index;
    transition: 1s all, 1s 0.1s z-index;
    padding-top: 90px;
    margin-left: -40px;
}
#nav-menu .box {
    display: table-cell;
    vertical-align: middle;
    border-radius: inherit;
    max-height: 100%;
    padding: 20px 0;
}
#nav-menu .box .img {
    display: block;
    border-radius: inherit;
}
#nav-menu img {
    max-height: 100%;
    width: auto;
    border-radius: inherit;
    background: black;
    -webkit-animation: angle_360 30s linear infinite;
    -moz-animation: angle_360 30s linear infinite;
    animation: angle_360 30s linear infinite;
}
#nav-menu ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 25%;
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 1.8;
}
#nav-menu ul li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#nav-menu ul li:hover {
    color: #d6000f;
}
#nav-menu:hover img {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#nav-menu.active {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 22;
    -webkit-transition: 1s 0.01s all, 0.1s z-index;
    -moz-transition: 1s 0.01s all, 0.1s z-index;
    transition: 1s 0.01s all, 0.1s z-index;
}
@-webkit-keyframes angle_360 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes angle_360 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes angle_360 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: #d6000f;
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
.body-overflow-box table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
}
.body-overflow-box table tbody {
    display: table;
    width: 100% !important;
    background: #f8f8f8;
}
.body-overflow-box table td,
.body-overflow-box table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}
.body-overflow-box table tr {
    width: auto !important;
    height: auto !important;
}
.body-overflow-box table tr:nth-child(even) {
    background: #eee;
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.post-views-box {
    position: relative;
    margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: #d6000f;
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: #d6000f !important;
}
html.mobile {
    overflow: hidden;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 200;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    max-height: 100vh;
    min-height:100vh;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile .mobile-logo .loginBtn {
    float: right;
    font-size: 14px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
#mobile .mobile-logo .loginBtn .link a {
    margin-left: 10px;
}
#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#mobile #menu-on i.line1 {
    top: 12px;
}
#mobile #menu-on i.line2 {
    top: 19px;
}
#mobile #menu-on i.line3 {
    top: 26px;
}
#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
    -webkit-overflow-scrolling: touch;
}
#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}
#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}
#mobile .menu-content .menu-logo {
    display: block;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #d6000f;
    text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}
#mobile .menu-content .mob-search form {
    position: relative;
}
#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: #d6000f;
}
#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}
#mobile.active {
    left: 0;
}
#mobile.active:before {
    right: 0;
}
#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
    opacity: 0;
}
#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#mobile.white .menu-content {
    background: white;
    color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}
#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        margin-top: 40px;
    }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}
#spotlight .header {
    background: black !important;
}
#banner {
    position: relative;
}
#banner ul,
#banner ul * {
    height: inherit;
}
#banner li {
    position: relative;
}
#banner li > img {
    width: auto;
    max-width: none;
    min-width: 100%;
}
#banner li .img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: table;
    max-height:80vh;
    border-radius: 100%;
    margin-top:45px;
    /*padding-top: 75px;*/
    /*margin-left: -40px;*/
}
#banner li .img .img-box2 {
    display: table-cell;
    vertical-align: middle;
    border-radius: inherit;
    position: relative;
    padding: 20px 0;
    -webkit-transition: .7s 1s;
    -moz-transition: .7s 1s;
    transition: .7s 1s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    max-height: inherit;
}
#banner li .img .img-box2 .box {
    display: block;
    overflow: hidden;
    max-height: inherit;
    height: inherit;
    border-radius: 100%;
    position: relative;
}
#banner li .img .img-box2 .box > img {
    max-height: inherit;
    height: inherit;
    border-radius: inherit;
    -webkit-animation: angle_360 30s linear infinite;
    -moz-animation: angle_360 30s linear infinite;
    animation: angle_360 30s linear infinite;
    width:auto;
    max-width:none;
}
#banner li .img .img-box2 .box .box2 {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    height: auto;
}
#banner li .img .img-box2 .box .box2 img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -15px;
    max-width: 80%;
}
#banner li .img .img-box2 .box .box2 em {
    font-size: 18px;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    cursor: pointer;
    cursor: hand;
    /*display: none;*/
}
#banner li .img .img-box2 .box .box2 canvas {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner li .text {
    position: absolute;
    bottom: 18%;
    right: 0;
    max-width: 50%;
    text-align: center;
    padding: 0 50px;
    height: auto;
}
#banner li .text h2 {
    font-size: 90px;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    height: 90px;
    overflow: hidden;
    display: block;
}
#banner li .text h2 em {
    display: inline-block;
    position: relative;
    top: 100%;
    -webkit-transition: 0.9s 1.5s top, margin-top 0.5s;
    -moz-transition: 0.9s 1.5s top, margin-top 0.5s;
    transition: 0.9s 1.5s top, margin-top 0.5s;
}
#banner li .play {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50px;
    bottom: 5%;
    cursor: pointer;
    cursor: hand;
}
#banner li .play:after {
    content: '';
    border-left: 14px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#banner li .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px white dashed;
}
#banner li .play:hover:before {
    -webkit-animation: angle_360 30s linear infinite;
    -moz-animation: angle_360 30s linear infinite;
    animation: angle_360 30s linear infinite;
}
#banner .slick-current li .img .img-box2 {
    -webkit-transform: translateX(0) rotate(0) scale(1);
    -moz-transform: translateX(0) rotate(0) scale(1);
    -ms-transform: translateX(0) rotate(0) scale(1);
    transform: translateX(0) rotate(0) scale(1);
    opacity: 1;
}
#banner .slick-current li .text h2 em {
    top: 0;
}
#banner .slick-current li .text.active h2 em {
    margin-top: 90px;
}
#banner .slick-current + div li .text {
    opacity: 0;
}
#banner .btn,.controlSlick {
    position: absolute;
    right: 30px;
    bottom: 5%;
    height: auto !important;
    z-index: 11;
}
#banner .btn div,.controlSlick div {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 100%;
    text-align: center;
    background: white;
    margin: 0 5px;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    opacity: .4;
}
#banner .btn div:hover,.controlSlick div:hover {
    background: #d6000f;
    color: white;
}
.model-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.model-box #model-close,
#model>span {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
}
.model-box #model-close span,
#model>span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: white;
}
#model>span {
    left: auto;
    bottom: auto;
    right: 15px;
    top: 15px;
    position: absolute;
}
.model-box #model-close span {
    position: relative;
    margin-right: 10px;
}
.model-box #model-close span:after,
.model-box #model-close span:before,
#model>span:after,
#model>span:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 15%;
    margin-top: -1px;
    background: black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.model-box #model-close span:before,
#model>span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.model-box #model:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.model-box #model #Progress {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 0 15px;
    display: block;
}
#index-body .section {
    overflow: hidden;
}
#index-body .section.active {
    position: relative;
    z-index: 1;
}
#index-body {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body.active {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
#index-body .init-4 .box {
    overflow: hidden;
    height: inherit;
}
#index-body .init-4 .box ul {
    height: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .box ul li {
    height: inherit;
}
#index-body .init-4 .box ul li .img {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 0;
    left: 0;
    height: inherit;
    background: black;
    border-left: 1px solid #222;
}
#index-body .init-4 .box ul li .img:hover:before {
    opacity: 0;
}
#index-body .init-4 .box ul li .img img {
    width: 840px;
    min-width: 45vw;
    min-height: 100%;
    display: block;
    max-width: none;
    margin-left: -1px;
}
#index-body .init-4 .box ul li .img .text {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    color: white;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 2;
}
#index-body .init-4 .box ul li .img video {
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
    transition: .5s opacity;
}
#index-body .init-4 .box ul li .img h2 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.78);
}
#index-body .init-4 .box ul li .img .text a.more {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    margin-top: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
    position: relative;
}
#index-body .init-4 .box ul li .img .text a.more:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: white;
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
    margin-top: 3px;
}
#index-body .init-4 .box ul li .img .text a.more:before {
    content: '';
    width: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 2px;
    background: #d6000f;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .box ul li .img .text a.more:hover:before {
    width: 100%;
    left: 0;
}
#index-body .init-4 .box ul li .img h2.tip {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 2;
    opacity: 0;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .box ul li .img:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
}
#index-body .init-4 .box ul:hover li .img {
    width: 20%;
}
#index-body .init-4 .box ul li:hover .img {
    width: 260%;
}
#index-body .init-4 .box>ul#ie2,
#index-body .init-4 .box>ul#ie3 {
    padding-left: 100px;
}
#index-body .init-4 .box ul#ie1 li:nth-child(1) .img {
    left: 0;
}
#index-body .init-4 .box ul#ie1 li:nth-child(2) .img {
    left: 160%;
}
#index-body .init-4 .box ul#ie1 li:nth-child(3) .img {
    left: 80%;
}
#index-body .init-4 .box ul#ie2 li:nth-child(1) .img {
    left: 0;
}
#index-body .init-4 .box ul#ie2 li:nth-child(2) .img {
    left: -80%;
}
#index-body .init-4 .box ul#ie2 li:nth-child(3) .img {
    left: 80%;
}
#index-body .init-4 .box ul#ie3 li:nth-child(1) .img {
    left: 0;
}
#index-body .init-4 .box ul#ie3 li:nth-child(2) .img {
    left: -80%;
}
#index-body .init-4 .box ul#ie3 li:nth-child(3) .img {
    left: -160%;
}
#index-body .init-4 .box ul#ie1 li:nth-child(2) .img video,
#index-body .init-4 .box ul#ie1 li:nth-child(3) .img video,
#index-body .init-4 .box ul#ie2 li:nth-child(1) .img video,
#index-body .init-4 .box ul#ie2 li:nth-child(3) .img video,
#index-body .init-4 .box ul#ie3 li:nth-child(2) .img video,
#index-body .init-4 .box ul#ie3 li:nth-child(1) .img video {
    opacity: 0;
}
#index-body .init-4 .box ul#ie1 li:nth-child(2) .img h2.tip,
#index-body .init-4 .box ul#ie1 li:nth-child(3) .img h2.tip,
#index-body .init-4 .box ul#ie2 li:nth-child(1) .img h2.tip,
#index-body .init-4 .box ul#ie2 li:nth-child(3) .img h2.tip,
#index-body .init-4 .box ul#ie3 li:nth-child(2) .img h2.tip,
#index-body .init-4 .box ul#ie3 li:nth-child(1) .img h2.tip {
    opacity: 1;
}
#index-body .init-5 .fp-bg {
    height: inherit;
    width: 100%;
}
#index-body .init-5 #kinetic-slider {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#index-body .init-5 #kinetic-slider canvas {
    display: block;
    position: absolute;
}
#index-body .init-8 .fp-bg,
#index-body .init-8 .fp-bg2 {
    height: inherit;
}
#index-body .init-8 .fp-bg img,
#index-body .init-8 .fp-bg2 img {
    height: 100%;
}
#index-body .fp-bg,
#index-body .fp-bg2 {
    height: inherit;
    position: relative;
}
#index-body .fp-bg > img,
#index-body .fp-bg2 > img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 1800px) {
    #banner li .text h2 {
        font-size: 70px;
        height: 70px;
    }
    /*#banner li .img .img-box2 .box > img,*/
    /*#banner li .img .img-box2 .box,*/
    /*#nav-menu img,*/
    /*#nav-menu .img {*/
    /*    max-height:700px;*/
    /*    max-height: 90vh;*/
    /*}*/
}
@media screen and (max-width: 1500px) {
    #banner li .text h2 {
        font-size: 58px;
        height: 58px;
    }
    /*#banner li .img .img-box2 .box .box2 img {*/
    /*    max-width: 70%;*/
    /*}*/
}
#index-body .nivoSlider,
#index-body .nivoSlider * {
    height: inherit;
}
#index-body .nivoSlider .video-js>div {
    height: auto;
}
#index-body .nivoSlider .video-js .vjs-loading-spinner {
    height: 50px;
}
#index-body .nivoSlider .video-js .vjs-control-bar {
    height: 3em;
}
#index-body video,
#index-body .nivoSlider img {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: 150%;
}
#index-body video {
    position: relative;
    z-index: 1;
}
#index-body #banner li,#index-body .fp-bg,#index-body .init-4 .box ul li .img {
    position: relative;
}
/*#index-body #banner li:before,#index-body .init-4 .box ul li .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/bg-mask.png') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}*/
/*#index-body .init-4 .box ul li .img video {
  left: -40%;
}*/
#index-body .init-4 {
    background: black;
}
#index-body .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 2;
    color: white;
}
#index-body .content h2 {
    font-size: 140px;
    text-transform: uppercase;
    line-height: 1;
}
#index-body .content a.more {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 2px solid white;
    padding-bottom: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .content a.more:hover {
    border-color: #d6000f;
}
#index-body>div {
    position: relative;
}
.sldeBar {
    position: fixed;
    width: 100px;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.25);
    color: white;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 10;
}
#index-body .sldeBar {
    position: absolute;
}
.sldeBar h5 {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*font-weight: bold;*/
    width: 40px;
    line-height: 2;
}
.sldeBar h5 a {
    display: block;
}
.sldeBar .list {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
    display: none;
}
.sldeBar .list ul li {
    font-size: 18px;
    margin: 10px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: .9;
}
.sldeBar .list ul li a {
    display: block;
    position: relative;
}
.sldeBar .list ul li a:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -10%;
    top: 0;
    opacity: 0;
    border-radius: 5px;
    background: rgba(255,255,255,.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.sldeBar .list ul li a:hover:after {
    /*color: #d6000f;*/
    opacity: 1;
    left: 0;
}
.sldeBar+div.mask {
    /*content: '';*/
    width: 100%;
    height: 100%;
    right: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 9;
    min-width: 100vw;
    /*opacity: .5;*/
}
.sldeBar+div.mask .text {
    position: absolute;
    font-size: 16px;
    color: white;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: bold;
    max-width: 70%;
    text-align: center;
    opacity: 0;
}
.sldeBar:hover {
    width: 120px;
}
.sldeBar:hover+div.mask {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.sldeBar:hover+div.mask .text {
    opacity: 1;
    -webkit-transition: .5s .4s;
    -moz-transition: .5s .4s;
    transition: .5s .4s;
}
#index-body .sldeBar:hover .list {
    display: block;
}
#index-body .init-8 .fp-bg2,
#index-body .init-8 .map,
#index-body .init-8 .main-map {
    height: inherit;
}
#index-body .init-8 .fp-bg2 {
    z-index: 1;
}
#index-body .init-8 .fp-bg2 #myMap {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;
  height: 100%;*/
    /*-webkit-transition: .5s all,.5s .5s z-index;
-moz-transition: .5s all,.5s .5s z-index;
-ms-transition: .5s all,.5s .5s z-index;
-o-transition: .5s all,.5s .5s z-index;
transition: .5s all,.5s .5s z-index;*/
    background: black;
    width: 100%;
    height: auto;
}
#index-body .init-8 .fp-bg2 #myMap.active {
    opacity: 0;
    z-index: -2;
}
.map #mapContainer {
    height: 100%;
}
.map {
    position: relative;
}
.map .tipMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: none !important;
}
.map .tipMap span {
    font-size: 18px;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation:opacity_ 2s linear infinite alternate;
    -moz-animation:opacity_ 2s linear infinite alternate;
    animation:opacity_ 2s linear infinite alternate;
    width: 100%;
}
.map #panel {
    position: absolute;
    left: 5%;
    top: 90px;
    max-height: 80%;
    width: 240px;
    max-width: 90%;
    z-index: 2;
    background: white;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.map #panel .plan-nobus {
    max-height: 500px;
    overflow: auto;
}
.map .amap-copyright,
.map .amap-logo {
    display: none !important;
}
.map #panel .amap-call {
    display: none !important;
}
.map #panel .amap-lib-driving {
    border: none !important;
    padding: 10px;
}
.map #panel .amap-lib-driving .planTitle {
    padding: 0;
}
.map #panel .amap-lib-driving .planTitle h3 {
    color: white;
    padding: 10px;
    background: #d6000f;
}
.map #panel .amap-lib-driving .planTitle p {
    margin: 5px 0;
}
.map #search {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 400px;
    max-width: 90%;
    z-index: 1;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.map #search.active {
    z-index: 4;
}
.map #search input,
.map #search button {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: 1px solid #eee;
    background: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 60px;
    border-radius: 5px;
}
.map #search input[type="submit"],
.map #search button {
    width: 50px;
    text-align: center;
    background: #d6000f;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    border-radius: 0;
}
.map #search button {
    display: none;
}
@-webkit-keyframes opacity_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }

}

@-moz-keyframes opacity_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }

}

@keyframes opacity_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }

}
.inner-page {
    position: relative;
    z-index: 0;
}
.inner-page .loadMore {
    margin-top: 40px;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    text-align: center;
    border: 1px solid #cbcccd;
    font-size: 16px;
    color: #d6000f;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inner-page .loadMore img,
.inner-page .loadMore i {
    margin: 0 5px;
}
.inner-page .loadMore img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .loadMore.active img {
    opacity: 1;
}
.inner-page .loadMore:hover {
    background: #eee;
}
.inner-page .m-page {
    margin-top: 80px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dcdcdc;
    font-size: 18px;
    color: #494949;
    font-weight: 300;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 20px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
    color: white;
    background: #d6000f;
}




.purchase-banner {
    height: 800px;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: block;
    overflow: hidden;
    position: relative;
    background-color:black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}
#top.purchase-banner {
    position: fixed;
}
.purchase-banner.f-active {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/*.purchase-banner+.inner-page {
  margin-top: 100vh;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.purchase-banner.f-active+.inner-page {
  margin-top: 0;
}*/
.purchase-banner video,
.purchase-banner img {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 180%;
}
.cause {
    position: relative;
}
.cause *,.purchase-banner * {
    height: inherit;
}
.cause img,
.cause iframe,
.purchase-banner img,
.purchase-banner video {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
}
.cause .content,.purchase-banner .box,.purchase-banner .down {
    min-height: auto;
    height: auto;
}
/*.purchase-banner video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 120%;
}*/
.purchase-banner span.down,.cause span.down,#index-body .section span.down {
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 7%;
    cursor: pointer;
    cursor: hand;
    text-transform: uppercase;
    color: white;
    font-size: 0;
    color: transparent;
    -webkit-animation:dx 1s linear infinite alternate;
    -moz-animation:dx 1s linear infinite alternate;
    animation:dx 1s linear infinite alternate;
    height: auto;
    z-index: 10;
    width: 48px;
    margin-left: -24px;
}
.purchase-banner span.down:before,.cause span.down:before,#index-body .section span.down:before {
    content: "";
    margin-left: 10px;
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/Scroll.png') center center no-repeat;
}
.purchase-banner span.down:after,.cause span.down:after,#index-body .section span.down:after {
    content: '滚动向下';
    font-size: 12px;
    color: white;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
}
@-webkit-keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }

}

@-moz-keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }

}

@keyframes dx {
    from {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    to {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.purchase-banner .box {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    color: white;
    line-height: 1;
}
.purchase-banner .box h3 {
    font-size: 36px;
    font-weight: 300;
}
.purchase-banner .box h6 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 7px;
}
.purchase-banner .box .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 75%;
}
/*.purchase-banner.height {
  height: 814px;
}*/



.marketing-banner{
    height: 787px;
}

/*.purchase-banner.serve-height{ height: 900px;}*/

.purchase-banner.height .box {
    bottom: 5%;
}




.purchase-page {
    /*background: #f8f9f9;*/
    text-align: center;
}

.purchase-page h6.title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;

}

.purchase-page h2.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;

}
.purchase-page .purchase-1 {
    padding: 70px 0;
}
.purchase-page .purchase-1.top .left {
    vertical-align: middle;
    padding-right: 5%;
    text-align: left;
}
.purchase-page .purchase-1.top .left h6 {
    margin: 25px 0 35px;
    text-indent: 2em;
    line-height: 1.6;
}
.purchase-page .purchase-1.top .left a.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 26px;
    font-size: 18px;
    color: white;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-left: 0;
    background: #d6000f;
}
.purchase-page .purchase-1.top .left a.more:hover {
    background: #222;
}
.purchase-page .purchase-1.top .right {
    padding-left: 2%;
    vertical-align: middle;
}
.purchase-page .purchase-1 .boxinfo {
    padding: 50px 25px 150px;
    background: url('../images/purchase-4-bg.jpg') center center no-repeat white;
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.purchase-page .purchase-1 .boxinfo h2 {
    text-align: center;
}
.purchase-page .purchase-1 .boxinfo .list {
    margin-top: 40px;
    padding: 0 25px;
}
.purchase-page .purchase-1 .boxinfo ul {
    margin: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.purchase-page .purchase-1 .boxinfo ul li {
    padding: 25px;
}
.purchase-page .purchase-1 .boxinfo ul li dl {
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    padding: 10px 10px 30px;
    background: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 100%;
    transition:0.3s ease;
}
.purchase-page .purchase-1 .boxinfo ul li:hover dl{
    transform: translateY(-10px);
}
.purchase-page .purchase-1 .boxinfo ul li dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 25px;
}
.purchase-page .purchase-1 .boxinfo ul li dl dd {
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    line-height: 2;
}
.purchase-page .purchase-1 .boxinfo ul li:nth-child(1) dl {
    border-top: 3px solid #e2231b;
}
.purchase-page .purchase-1 .boxinfo ul li:nth-child(2) dl {
    border-top: 3px solid #ee9400;
}
.purchase-page .purchase-1 .boxinfo ul li:nth-child(3) dl {
    border-top: 3px solid #fced5b;
}
.purchase-page .purchase-1 .boxinfo ul li:nth-child(4) dl {
    border-top: 3px solid #57baa9;
}
.purchase-page .purchase-1 .boxinfo ul li:nth-child(5) dl {
    border-top: 3px solid #1d2186;
}
.purchase-page .purchase-1 .top {
    margin-top: 70px;
    background: url('../images/purchase-1-2.jpg') center right no-repeat #004776;
}
.purchase-page .purchase-1 .top .left {
    vertical-align: middle;
}
.purchase-page .purchase-1 .top .right {
    vertical-align: middle;
    color: white;
    padding: 0 3%;
    text-align: left;
}
.purchase-page .purchase-1 .top .right h2.title{
    font-weight: normal;
}
.purchase-page .purchase-1 .top .right .btn {
    margin-top: 40px;
}
.purchase-page .purchase-1 .top .right .btn a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    border: 1px solid white;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.purchase-page .purchase-1 .top .right .btn a:hover {
    background: white;
    color: #004776;
}
.purchase-page .purchase-1 .bottom {
    background: #e5e5e5;
    padding: 45px 0 60px;
}
.purchase-page .purchase-1 .bottom ul li {
    padding: 0 7%;
    text-align: center;
}
.purchase-page .purchase-1 .bottom ul li i {
    display: block;
    height: 53px;
    line-height: 53px;
}
.purchase-page .purchase-1 .bottom ul li i img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.purchase-page .purchase-1 .bottom ul li p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #494949;
    line-height: 1.8;
    margin: 20px 0 15px;
}
.purchase-page .purchase-1 .bottom ul li a.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    border: 1px solid #626262;
    font-size: 18px;
    color: #494949;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.purchase-page .purchase-1 .bottom ul li a.more:hover {
    color: white;
    background: #d6000f;
}
.purchase-page .purchase-2 {
    margin-top: 0 !important;
    color: #494949;
    padding: 55px 0 45px;
}
.purchase-page .purchase-2 .box {
    background: white;
    -o-box-shadow: 0 0 15px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.03);
    box-shadow: 0 0 15px rgba(0,0,0,.03);
}
.purchase-page .purchase-2 .box .left {
    padding: 0 5%;
    vertical-align: middle;
}
.purchase-page .purchase-2 .box .left .list {
    margin-top: 30px;
    text-align: left;
}
.purchase-page .purchase-2 .box .left .list ul li {
    margin-bottom: 12px;
    padding-left: 40px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}
.purchase-page .purchase-2 .box .left .list ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    margin-top: 0;
}
.purchase-page .purchase-2 .box .left .list ul li:last-child {
    margin-bottom: 0;
}
.purchase-page .purchase-2 .box .right {
    vertical-align: middle;
}
.purchase-page .purchase-2 .box .right .img {
    height: 440px;
    background-size: cover;
}
.purchase-page .purchase-2 .text {
    margin: 25px auto 90px;
    /*max-width: 900px;*/
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
}
.purchase-page .purchase-2 img {
    display: block;
    margin: 0 auto;
    width: 500px;
}
#footer {
    background: #4a4a4a;
    position: relative;
    z-index: 10;
}
#footer .footer-top {
    padding: 75px 0 100px;
    color: white;
}
#footer .footer-top .list ul {
    margin: -10px;
}
#footer .footer-top .list ul li {
    padding: 10px;
    width: 10%;
}
#footer .footer-top .list ul li dl dt {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: #aaa 1px solid;
    margin-bottom: 30px;
}
#footer .footer-top .list ul li dl dd {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-top .list ul li dl dd:hover {
    text-decoration: underline;
}
#footer .footer-top .list ul li dl dd.wid-50 {
    float: left;
    /*padding-right: 3px;*/
    /*white-space: nowrap;*/
}
#footer .footer-top .list ul li dl .scroll dd {
    width: 100%;
    float: left;
}
/*#footer .footer-top .list ul li dl dd.wid-50:nth-child(even) {
  width: 60%;
}
#footer .footer-top .list ul li dl dd.wid-50:nth-child(odd) {
  width: 40%;
}*/
#footer .footer-top .list ul li dl dd.share a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 34px;
    position: relative;
}
#footer .footer-top .list ul li dl dd.share a p {
    width: 100px;
    display: inline-block;
    left: -95%;
    bottom: 100%;
    background: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
}
#footer .footer-top .list ul li dl dd.share a p img {
    border-radius: 5px;
}
#footer .footer-top .list ul li dl dd.share a p:after {
    content: '';
    border-top: 10px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}
#footer .footer-top .list ul li dl dd.share a:hover p {
    display: block;
}
.slick-track {
    margin-left: 0;
}
#footer .footer-top .list ul li dl dd.share a:last-child {
    margin-right: 0;
}
#footer .footer-top .list ul li dl dd.share:hover {
    text-decoration: none;
}
#footer .footer-top .list ul li:last-child {
    width: 20%;
}
#footer .footer-top .logo {
    margin-top: 50px;
    display: inline-block;
}
#footer .footer-top .ewm {
    float: right;
    max-width: 360px;
}
#footer .footer-top .ewm ul {
    padding: 7px;
}
#footer .footer-top .ewm ul li {
    text-align: center;
    padding: 7px;
}
#footer .footer-top .ewm ul li h6 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1;
}
#footer .footer-bottom {
    padding: 15px 0 8px;
    background: #313131;
    text-align: center;
}
#footer .footer-bottom p {
    display: inline-block;
    font-size: 14px;
    color: #bebebe;
    font-weight: 300;
}
#footer .footer-bottom p svg {
    fill: #bebebe;
    max-height: 14px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: -2px;
}
#footer .footer-bottom p svg g.cn {
    display: block !important;
}
#footer .footer-bottom p svg g.en {
    display: none !important;
}
#footer .footer-bottom p svg:hover {
    fill: white;
}
#footer .footer-bottom p a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 10px;
}
#footer .footer-bottom p a:hover {
    color: white;
}
.purchase-list-page {
    background: #f8f8f8;
    padding: 60px 0 30px;
    text-align: left;
}
.purchase-list-page .purchase-list-nav ul li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.purchase-list-page .purchase-list-nav ul li a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid #dbdbdc;
}
.purchase-list-page .purchase-list-nav ul li a.active,
.purchase-list-page .purchase-list-nav ul li a:hover {
    background: #818181;
    color: white;
}
.purchase-list-page .purchase-list-filter {
    margin: 60px 0 30px;
}
.purchase-list-page .purchase-list-filter .sort,
.purchase-list-page .purchase-list-filter .search input {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    padding-right: 40px;
    position: relative;
    background: #e6e6e6;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    color: #494949;
    width: 220px;
    display: inline-block;
}
.purchase-list-page .purchase-list-filter a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: #323333;
    border: 1px solid #dbdbdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    float: right;
}
.purchase-list-page .purchase-list-filter a.more:hover {
    background: #d6000f;
    color: white;
    border-color: #d6000f;
}
.purchase-list-page .purchase-list-filter .sort {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.purchase-list-page .purchase-list-filter .sort span {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 120%;
    display: block;
    margin-top: 10px;
}
.purchase-list-page .purchase-list-filter .sort span i.fa {
    display: block;
    line-height: .5;
}
.purchase-list-page .purchase-list-filter .sort.down i.fa-caret-down {
    color: #d6000f;
}
.purchase-list-page .purchase-list-filter .sort.up i.fa-caret-up {
    color: #d6000f;
}
.purchase-list-page .purchase-list-filter .search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.purchase-list-page .purchase-list-filter .search input {
    color: black;
}
.purchase-list-page .purchase-list-filter .search input::-webkit-input-placeholder {
    color: #494949;
}
.purchase-list-page .purchase-list-filter .search input:-moz-placeholder {
    color: #494949;
}
.purchase-list-page .purchase-list-filter .search input::-moz-placeholder {
    color: #494949;
}
.purchase-list-page .purchase-list-filter .search input:-ms-input-placeholder {
    color: #494949;
}
.purchase-list-page .purchase-list-filter .search input::placeholder {
    color: #494949;
}
.purchase-list-page .purchase-list-filter .search input[type="submit"] {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon-search2.png") center center no-repeat;
    border: none;
    padding: 0;
}
.purchase-list-page .purchase-list ul li {
    padding: 15px 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
}
.purchase-list-page .purchase-list ul li .left {
    vertical-align: middle;
    width: 70%;
}
.purchase-list-page .purchase-list ul li .left h4 {
    display: block;
    font-size: 18px;
    color: #494949;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: bold;
}
.purchase-list-page .purchase-list ul li .left .text {
    display: block;
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 10px;
}
.purchase-list-page .purchase-list ul li .right {
    width: 30%;
    vertical-align: middle;
    text-align: right;
}
.purchase-list-page .purchase-list ul li .right a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    height: 42px;
    padding: 0 22px;
    /*background: #a7a7a7;*/
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #fff;
    background: #d6000f;
}
.purchase-list-page .purchase-list ul li .right a.more:hover {
    background: #000;
    border-color: #d6000f;
    color: white;
}
.purchase-list-page .purchase-list ul li:nth-child(even) {
    background: #e6e6e6;
}
.purchase-list-page .purchase-list ul li:hover {
    background: #cdcdcd;
}
.purchase-list-page .purchase-list ul li:hover .left h4 {
    /*font-size: 30px;*/
    color: #d6000f;
}
.product-banner {
    /*height: 630px;*/
    background-position: center center;
}
.product-page {
    background: #eee;
    /*padding-top: 50px;*/
}
.product-page .ui.container {
    max-width: 1230px;
}
.product-page h2.title {
    display: block;
    line-height: 1;
    font-size: 36px;
    color: #494949;
    font-weight: 300;
    font-weight: bold;
}
.product-page .product-1 {
    padding-top:50PX;
    text-align: left;
}
.product-page .product-1 .text,
.product-page .product-5 .text,
.product-page .product-3 .text {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    padding: 25px 0 60px;
}
.product-page .product-1 .text {
    max-width: none;
}
.product-page .product-1 .list {
    display: block;
}
.product-page .product-1 .list ul {
    margin: -20px;
    /*background: #efeeed;*/
    display: flex;
    flex-wrap: wrap;
}
.product-page .product-1 .list ul li {
    padding: 20px;
}
.product-page .product-1 .list ul li .box {
    display: block;
    padding: 35px 15px;
    background: white;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    height: 100%;
}
.product-page .product-1 .list ul li .box i.ie1 {
    display: block;
    height: 64px;
    line-height: 64px;
}
.product-page .product-1 .list ul li .box i.ie1 img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    max-height: 100%;
}
.product-page .product-1 .list ul li .box i.ie2 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(2) translate(20%, -20%);
    -moz-transform: scale(2) translate(20%, -20%);
    -ms-transform: scale(2) translate(20%, -20%);
    transform: scale(2) translate(20%, -20%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: .1;
}
.product-page .product-1 .list ul li .box h6 {
    display: block;
    font-size: 20px;
    color: #303036;
    font-weight: 300;
    line-height: 1;
    margin-top: 25px;
}
.product-page .product-1 .list ul li .box:hover,
.product-page .product-1 .list ul li .box.active {
    background: #d6000f;
}
.product-page .product-1 .list ul li .box:hover i.ie1 img,
.product-page .product-1 .list ul li .box.active i.ie1 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.product-page .product-1 .list ul li .box:hover h6,
.product-page .product-1 .list ul li .box.active h6 {
    font-weight: bold;
    color: white;
}
.product-page .probg {
    background: url('../images/probg.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.product-page .product-2 {
    padding: 0 0 160px;
}
.product-page .product-2 h2.title {
    text-align: center;
}
.product-page .product-2 .proBox {
    margin-top: 80px;
}
.product-page .product-2 .proBox ul {
    margin: -30px -15px;
}
.product-page .product-2 .proBox ul li {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;

}
.product-page .product-2 .proBox ul li .title {
    display: block;
    padding: 50px 15px 15px;
    background: white;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .proBox ul li .title:after {
    content: '';
    width: 100%;
    top: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    background: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .proBox ul li .title img {
    display: block;
    margin: 0 auto;
}
.product-page .product-2 .proBox ul li .title h5 {
    display: block;
    background: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #494949;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
}
.product-page .product-2 .proBox ul li .box {
    width: 316%;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 40px 50px 30px;
    position: relative;
    display: none;
}
.product-page .product-2 .proBox ul li .box dl.list {
    margin: -15px;
}
.product-page .product-2 .proBox ul li .box dl.list .slick-track {
    margin-left: 0;
}
.product-page .product-2 .proBox ul li .box dl.list dd {
    padding: 15px;
    text-align: center;
}
.product-page .product-2 .proBox ul li .box dl.list dd img {
    display: block;
    margin: 0 auto;
}
.product-page .product-2 .proBox ul li .box dl.list dd h6 {
    display: block;
    font-size: 14px;
    color: #494949;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .proBox ul li .box dl.list dd:hover h6 {
    color: #d6000f;
}
.product-page .product-2 .proBox ul li .box dl.list dd .btn {
    margin-top: 10px;
    text-align: center;
}
.product-page .product-2 .proBox ul li .box dl.list dd .btn a {
    display: inline-block;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 5px;
    background: white;
    color: #333;
    margin: 0 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .proBox ul li .box dl.list dd .btn a:hover {
    background: #d6000f;
    color: white;
}
.product-page .product-2 .proBox ul li .box .content {
    display: block;
    margin-top: 40px;
    font-size: 14px;
    color: #494949;
    line-height: 2.4;
    font-weight: 300;
}
.product-page .product-2 .proBox ul li:nth-child(3n+2) .box {
    left: -108%;
}
.product-page .product-2 .proBox ul li:nth-child(3n+3) .box {
    left: -216%;
}
.product-page .product-2 .proBox ul li:hover .title h5 {
    color: #d6000f;
}
.product-page .product-3 {
    padding: 140px 0 220px;
    text-align: center;
}
.product-page .product-3 .list {
    margin-top: 80px;
}
.product-page .product-3 .list ul {
    /*margin: -13px;*/
    text-align: left;
}
.product-page .product-3 .list ul li {
    /*padding: 13px;*/
    text-align: center;
    font-size: 16px;
    color: #333;
}
.product-page .product-3 .list ul li img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.product-page .product-3 .list ul li .box {
    display: block;
    position: relative;
}
.product-page .product-3 .list ul li .box > img {
    display: block;
    width: 100%;
}
.product-page .product-3 .list ul li .box .box2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f72c32;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #b61c26), color-stop(100%, #f72c32));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(45deg, #b61c26 0%, #f72c32 100%);
    /* firefox */
    background: -webkit-linear-gradient(-45deg, #b61c26 0%, #f72c32 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, 45deg, from(#b61c26), to(#f72c32));
    background: -webkit-linear-gradient(45deg, #b61c26, #f72c32);
    background: -moz-linear-gradient(45deg, #b61c26, #f72c32);
    background: linear-gradient(to 45deg, #b61c26, #f72c32);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f72c32', endColorstr='#b61c26',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f72c32', endColorstr='#b61c26', GradientType=1);
    /* 兼容IE5~IE9 */
    padding: 15px 20px 10px;
    color: white;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.product-page .product-3 .list ul li .box .box2 h5 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 18px 0 13px;
    line-height: 1;
}
.product-page .product-3 .list ul li .box .box2 p {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.product-page .product-3 .list ul li .box .box2 a.more {
    margin-top: 10px;
    display: block;
}
.product-page .product-3 .list ul li .box:hover .box2 {
    opacity: 1;
}
.product-page .product-5 {
    /*padding: 0 0 5%;*/
    text-align: center;
    padding-top: 60px;
}
.product-page .product-5 .box {
    position: relative;
}
.product-page .product-5 .box .list ul li {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-page .product-5 .box .list ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-page .product-5 .box .list ul li em {
    font-size: 16px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    /*display: none;*/
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 40%;
    bottom: 95%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.product-page .product-5 .box .list ul li:hover em {
    opacity: 1;
}
.product-page .product-5 .box .list ul li em:after {
    content: '';
    border-top: 8px solid rgba(255, 255, 255, 0.8);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -4px;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,.1));
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.1));
}
.product-page .product-5 .box .list ul li:nth-child(1) {
    left: 13.7%;
    top: 66%;
    width: 19.77%;
    height: 28.24%;
}
.product-page .product-5 .box .list ul li:nth-child(2) {
    left: 29.7%;
    top: 49%;
    width: 13.77%;
    height: 21.24%;
}
.product-page .product-5 .box .list ul li:nth-child(3) {
    left: 45.5%;
    top: 35%;
    width: 15.77%;
    height: 24.27%;
}
.product-page .product-5 .box .list ul li:nth-child(4) {
    left: 62%;
    top: 37%;
    width: 14.18%;
    height: 20.24%;
}
.product-page .product-5 .box .list ul li:nth-child(5) {
    left: 79.5%;
    top: 65.5%;
    width: 32.52%;
    height: 35.1%;
}
.product-page .product-5 .box .list ul li:nth-child(6) {
    left: 49%;
    top: 71%;
    width: 31.7%;
    height: 29.94%;
}
.product-page .product-5 .box .list ul li:nth-child(7) {
    left: 68.5%;
    top: 52.5%;
    width: 10.77%;
    height: 11.75%;
}
.product-page .product-5 .box .list ul li:nth-child(8) {
    left: 78%;
    top: 61.5%;
    width: 13.05%;
    height: 14.1%;
}
.product-page .product-5 .box .list ul li:nth-child(9) {
    left: 89%;
    top: 71%;
    width: 14.68%;
    height: 26.64%;
}
.product-page .product-5 .box .list ul li:nth-child(10) {
    left: 50%;
    top: 70%;
    width: 33.94%;
    height: 28.21%;
}
.prodet-page {
    /*background: #f3f3f3;*/
    padding-top: 90px;
}
.prodet-page h2.title,
.prodet-page h1.title {
    display: block;
    color: #494949;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}
.prodet-page h1.title {
    display: block;
    font-size: 48px;
}
.prodet-page .prodet-1 {
    padding: 30px 0;
    background: #f9f9f9;
    text-align: center;
}
.prodet-page .prodet-1 ul {
    margin: -15px;
}
.prodet-page .prodet-1 ul li {
    padding: 15px;
    text-align: center;
}
.prodet-page .prodet-1 ul li img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    width: 100%;
}
.prodet-page .prodet-1 ul li h6 {
    display: block;
    font-size: 14px;
    color: #494949;
    margin-top: 15px;
}
.prodet-page .prodet-2 {
    padding: 80px 0;
    text-align: center;
    background: white;
}
.prodet-page .prodet-2 h6 {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #494949;
    margin-bottom: 10px;
    line-height: 1;
}
.prodet-page .prodet-2 .text {
    display: block;
    font-size: 18px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
    margin: 10px auto 20px;
}
.prodet-page .prodet-2 a.more {
    font-size: 18px;
    color: #d6000f;
    display: block;
}
.prodet-page .prodet-2 a.more:hover {
    text-decoration: underline;
}
.prodet-page .prodet-2 .img {
    margin-top: 70px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: none;
    margin-bottom: 10%;
}
.prodet-page .prodet-2 .img #model {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
}
.prodet-page .prodet-2 .img #model.active {
    opacity: 1;
    z-index: 5;
    -webkit-transition: .5s .4s;
    -moz-transition: .5s .4s;
    transition: .5s .4s;
}
.prodet-page .prodet-2 .img:after,
.prodet-page .prodet-2 .img:before {
    content: url("../images/icon-prodet-1-1.png");
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .img:after {
    left:22.8%;
    top: 55%;
}
.prodet-page .prodet-2 .img:before {
    left: 48.3%;
    top: 45%;
}
.prodet-page .prodet-2 .img div.mask {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    transform: skew(-26deg);
    width: 40%;
    overflow: hidden;
    -webkit-filter: grayscale(1) brightness(120%);
    filter: grayscale(1) brightness(120%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .img div.mask img {
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: skew(26deg);
    -moz-transform: skew(26deg);
    -ms-transform: skew(26deg);
    transform: skew(26deg);
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .img div.mask.maskLeft {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    left: 13.3%;
}
.prodet-page .prodet-2 .img div.mask.maskLeft img {
    left: 20%;
}
.prodet-page .prodet-2 .img div.mask.maskRight {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    left: 50.5%;
    direction: rtl;
}
.prodet-page .prodet-2 .img div.mask.maskRight img {
    left: -29%;
}
.prodet-page .prodet-2 .img.active #model {
    opacity: 1;
    z-index: 3;
}
.prodet-page .prodet-2 .img.active:after {
    left: 2.5%;
    opacity: 0;
}
.prodet-page .prodet-2 .img.active div.mask.maskLeft {
    width: 32%;
    opacity: 0;
}
.prodet-page .prodet-2 .img.active div.mask.maskLeft img {
    left: 25%;
}
.prodet-page .prodet-2 .img.active div.mask.maskRight img {
    left: -27%;
}
.prodet-page .prodet-2 .img.active:before {
    left: 58.5%;
    opacity: 0;
}
.prodet-page .prodet-2 .img.active div.mask.maskRight {
    left: 61%;
    width: 32%;
    opacity: 0;
}
.prodet-page .prodet-2 .img .Three3DBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
    -webkit-animation: opacity_ 3s linear infinite alternate;
    -moz-animation: opacity_ 3s linear infinite alternate;
    animation: opacity_ 3s linear infinite alternate;
}
.prodet-page .prodet-2 .img .Three3DBtn em {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.prodet-page .prodet-2 .img .Three3DBtn.active {
    -webkit-animation:none;
    -moz-animation:none;
    animation:none;
}
.prodet-page .prodet-2 .img .Three3DBtn canvas {
    position: absolute;
    left: 0;
    top: 0;
}
.prodet-page .prodet-2 .img .Three3DBtn img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-2 .smallImg {
    margin-top: 60px;
}
.prodet-page .prodet-2 .smallImg ul {
    margin: -10px;
}
.prodet-page .prodet-2 .smallImg ul li {
    padding: 10px;
}
.prodet-page .prodet-2 .smallImg ul li a {
    display: block;
    border: 1px solid #eee;
    padding: 15px;
}
.prodet-page .prodet-2 .smallImg ul li h6 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
    color: #333;
    text-align: center;
    display: block;
}
#spotlight .scene img {
    background: white;
}
.prodet-page .prodet-3 {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-3 video,
.prodet-page .prodet-3 iframe {
    width: 100%;
}
.prodet-page .prodet-3 .img {
    position: relative;
    padding-top: 120px;
    text-align: center;
    background: black url('../images/prodet-3.jpg') center center no-repeat;
    background-size: cover;
}
.prodet-page .prodet-3 blockquote {
    /*position: absolute;*/
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    /*left: 50%;*/
    /*top: 5%;*/
    color: white;
    /*-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);*/
    font-size: 16px;
    line-height: 1.8;
    width: 1200px;
    max-width: 100%;
}
.prodet-page .scrollImg_ovf {
    /*overflow: hidden;*/
    /*height: 1100px;*/
    margin-bottom: -10%;
    position: relative;
    z-index: 1;
    background: white;
}
.prodet-page .scrollImg_ovf video {
    position: absolute;
    left: 11%;
    top: 3%;
    width: 80%;
}
.prodet-page .scrollImg_ovf .boxImg {
    width: 136.7%;
    max-width: none;
    margin-top: -4%;
    margin-left: -20%;
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    transform-origin: 50% 75%;
    display: block;
}
.prodet-page .scrollImg_ovf .boxImg img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.prodet-page .scrollImg_ovf .boxImg.active img {
    opacity: 1;
}
.prodet-page .prodet-4 {
    background: white;
    /*padding: 0 0 180px;*/
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.prodet-page .prodet-4 img {
    display: block;
    margin: 0 auto -10%;
}
.prodet-page .prodet-4 .img {
    display: block;
}
.prodet-page .prodet-4 .img2 {
    position: relative;
    z-index: -1;
}
.prodet-page .prodet-4 .list {
    display: block;
    position: relative;
    height: 600px;
    -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
    margin-top: 170px;
}
.prodet-page .prodet-4 .list ul li {
    padding: 20px;
    position: absolute;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.prodet-page .prodet-4 .options {
    margin-top: 110px;
    text-align: center;
}
.prodet-page .prodet-4 .options .color span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-4 .options .color span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid;
    border-color: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-4 .options .color span.active:after,
.prodet-page .prodet-4 .options .color span:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.prodet-page .prodet-4 .options .text {
    margin-top: 20px;
    font-size: 18px;
    color: #484848;
    font-weight: 300;
}
.prodet-page .prodet-4 .options .text span {
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-4 .options .text span.active,
.prodet-page .prodet-4 .options .text span:hover {
    color: black;
    font-weight: bold;
}
.prodet-page .prodet-5 {
    padding-bottom: 150px;
    background: white;
}
.prodet-page .prodet-5 .list {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-5 .list>ul>li {
    /*background: #e6e6e6;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.prodet-page .prodet-5 .list>ul>li a.img-box {
    display: block;
}
.prodet-page .prodet-5 .list>ul>li .content {
    display: block;
    padding: 25px;
}
.prodet-page .prodet-5 .list>ul>li .content h5 {
    display: block;
    font-size: 24px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.prodet-page .prodet-5 .list>ul>li .content h5 a.fa {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    font-size: 16px;
    color: white;
    font-weight: 300;
    background: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 20px;
}
.prodet-page .prodet-5 .list>ul>li .content h5 a.fa:hover {
    background: #222;
}
.prodet-page .prodet-5 .list>ul>li .content h5 a.fa:before {
    margin-right: 5px;
}
.prodet-page .prodet-5 .list>ul>li .content .text {
    display: block;
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /*height: 10em;*/
}
.prodet-page .prodet-5 .list>ul>li .content .text a.more {
    margin: 0 auto;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    font-size: 20px;
    color: white;
    font-weight: 300;
    background: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.prodet-page .prodet-5 .list>ul>li .content .text a.more:hover {
    background: #222;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent {
    padding: 20px 0;
    font-weight: 500;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent p {
    text-indent: 2em;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ol {
    text-align: center;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ol img {
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent strong {
    font-size: 20px;
    margin: 10px 0;
    text-indent: 0;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li {
    margin: 5px 30px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li blockquote {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
    background: white;
    border: 1px solid #eee;
    color: transparent;
    font-size: 0;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li blockquote span {
    display: block;
    height: 100%;
    width: 100%;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li blockquote span:after,
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li blockquote span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li.active blockquote span:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: white;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li.active blockquote span:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li>span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: unset !important;
}
.prodet-page .prodet-5 .list ul li .content .text .colorContent ul li>span em {
    display: block;
    line-height: 1;
    opacity: .7;
}
.prodet-page .prodet-5 .list ul .slick-current li {
    background: #dadada;
}
.prodet-page .prodet-6 {
    padding: 120px 0;
    background: #f3f3f3;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.prodet-page .prodet-6 h2.title {
    text-align: center;
}
.prodet-page .prodet-6 .content {
    color: #494949;
    /*margin-top: 80px;*/
    text-align: left;
}
.prodet-page .prodet-6 .content h5 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.prodet-page table tbody {
    table-layout: fixed;
}
.prodet-page table tr th {
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #dcdcdc;
    border: none;
}
.prodet-page table tr td {
    padding: 15px;
    text-align: center;
    border: none;
    font-weight: 300;
}
.prodet-page table tr td strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.prodet-page table tr:nth-child(odd) {
    background: #f1f1f1;
}
.prodet-page table tr:nth-child(even) {
    background: white;
}
.prodet-page #pzcpan a.more {
    display: inline-block;
    margin: 50px auto 0;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    font-size: 20px;
    color: white;
    font-weight: 300;
    background: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    float: right;
}
.prodet-page #pzcpan a.more:hover {
    background: #222;
}
.prodet-page #pzcpan {
    display: inline-block;
    width: 100%;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 25px;
    margin-top: 25px;
}
.prodet-page #pzcpan .text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    text-align: left;
}
.prodet-page #pzcpan .text h6 {
    font-size: 120%;
}
.prodet-page #pzcpan .text p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 3px solid #333;
    border-radius: 100%;
}
.contact-page h2.title {
    font-size: 40px;
    font-weight: bold;
    color: #494949;
    line-height: 1;
}
.contact-page .contact-4 h2.title{
    font-size: 30px;
    font-weight: 500;
}
.contact-page .contact-1 {
    padding: 130px 0 70px;
}
.contact-page .contact-1 .text {
    font-size: 24px;
    color: #494949;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 10px;
    text-indent: 2em;
}
.contact-page .contact-2 .map {
    position: relative;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}
.contact-page .contact-2 .map .contact-info {
    left: 20px;
    width: 100%;
    max-width: 345px;
    padding: 50px 25px 20px;
    background: #ededed;
    top: 0;
    z-index: 2;
    position: absolute;
}
.contact-page .contact-2 .map .contact-info .text {
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    line-height: 1.6;
    margin-top: 15px;
}
.contact-page .contact-2 .map .contact-info h6 {
    display: block;
    font-size: 24px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
}
.contact-page .contact-2 .map .contact-info .list ul li {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    line-height: 1.6;
    padding-left: 50px;
    position: relative;
}
.contact-page .contact-2 .map .contact-info .list ul li em {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
}
.contact-page .contact-2 .map .contact-info .addOptions {
    margin-top: 25px;
    position: relative;
}
.contact-page .contact-2 .map .contact-info .addOptions span {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    background: white;
    font-size: 18px;
    color: #494949;
    font-weight: 300;
}
.contact-page .contact-2 .map .contact-info .addOptions span i.fa {
    float: right;
    margin-top: 15px;
}
.contact-page .contact-2 .map .contact-info .addOptions ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 2;
    display: none;
}
.contact-page .contact-2 .map .contact-info .addOptions ul li {
    line-height: 1.6;
    font-size: 16px;
    color: #494949;
    border-top: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.contact-page .contact-2 .map .contact-info .addOptions ul li a {
    display: block;
    padding: 8px 10px;
}
.contact-page .contact-2 .map .contact-info .addOptions ul li:hover {
    color: white;
    background: #d6000f;
}
.contact-page .contact-2 .map .contact-info .addOptions:hover ul {
    display: block;
}
.contact-page .contact-3 {
    padding: 90px 0 170px;
    background: #f2f2f2;
}
.contact-page .contact-3 h5 {
    font-size: 30px;
    color: #333;
    margin: 10px 0;
}
.contact-page .contact-3 .box {
    margin-top: 60px;
}
.contact-page .contact-3 .box .slide {
    border: 1px solid transparent;
    text-align: center;
}
.contact-page .contact-3 .box .slide .img {
    height: 340px;
    background-size: cover;
    background-position: center center;
    transition:0.3s ease;
}
.contact-page .contact-3 .box .slide h6 {
    line-height: 70px;
    height: 70px;
    font-size: 26px;
    font-weight: 300;
    color: #606060;
    background: white;
}
.contact-page .contact-3 .box .slide:nth-child(odd) h6 {
    background: #ededed;
}
.contact-page .contact-3 .share {
    margin-top: 40px;
}
.contact-page .contact-3 .share ul li {
    margin-right: 10px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 70px;
}
.contact-page .contact-3 .share ul li:last-child {
    margin-right: 0;
}
.contact-page .contact-3 .share ul li a {
    display: block;
    position: relative;
}
.contact-page .contact-3 .share ul li a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-3 .share ul li a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.contact-page .contact-3 .share ul li a em {
    position: absolute;
    bottom: 100%;
    right: 30%;
    background: white;
    padding: 3px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    z-index: 2;
    display: none;
    margin-bottom: 5px;
}
.contact-page .contact-3 .share ul li a em:after {
    content: '';
    position: absolute;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
    top: 100%;
    right: 0;
}
.contact-page .contact-3 .share ul li a:hover em {
    display: block;
}
.contact-page .contact-3 a.link {
    font-size: 18px;
    color: #494949;
    border-bottom: 1px solid #494949;
}
.contact-page .contact-4 {
    padding: 80px 0;
}
.contact-page .contact-4 .form {
    margin-top: 35px;
}
.contact-page .contact-4 .form ul {
    margin: -15px 0;
}
.contact-page .contact-4 .form ul li {
    padding: 15px 0;
}
.contact-page .contact-4 .form ul li input,
.contact-page .contact-4 .form ul li textarea {
    display: block;
    width: 100%;
    padding: 20px 25px;
    line-height: 24px;
    background: white;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #494949;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 .form ul li input:focus,
.contact-page .contact-4 .form ul li textarea:focus {
    background: #f1f1f1;
    border-color: transparent;
    border-radius: 5px;
}
.contact-page .contact-4 .form ul li textarea {
    height: 248px;
}
.contact-page .contact-4 .form .left {
    padding-right: 12px;
}
.contact-page .contact-4 .form .right {
    padding-left: 12px;
}
.contact-page .contact-4 .form .right #html_element {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
}
.contact-page .contact-4 .form .right input[type="submit"] {
    float: right;
    width: auto;
    line-height: 78px;
    height: 78px;
    padding: 0 50px;
    background: #d2d2d2;
    font-size: 24px;
    color: #494949;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 .form .right input[type="submit"]:hover {
    background: #d6000f;
    color: white;
}
.contact-page .contact-4 .form .yzmB {
    width: 60%;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.contact-page .contact-4 .form .yzmB input {
    width: 60%;
    display: inline-block;
}
.contact-page .contact-4 .form .yzmB img {
    width: 40%;
    float: right;
    height: 100%;
    position: absolute;
}
.news-yd a.more {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 300;
    color: white;
    transition: .5s;
    background: #d6000f;
    margin: 15px auto 0;
    float: right;
}
.news-yd a.more:hover {
    opacity: .7;
}
.news-page .news-1 {
    padding: 100px 0 120px;
}
.news-page .newsNav ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.news-page .newsNav ul li a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    color: #494949;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 300;
}
.news-page .newsNav ul li a:hover,
.news-page .newsNav ul li a.active {
    background: #818181;
    color: white;
}

.news-page .newsList .img-box img {height: 133px; width: 200px;}

.news-page .newsList {
    border-top: 1px solid #d1d1d1;
}
.news-page .newsList ul li {
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1;
}
.news-page .newsList ul li .left {
    width: 85%;
    padding-right: 8%;
    vertical-align: middle;
}
.news-page .newsList ul li .left h3 {
    display: block;
    font-size: 18px;
    color: #494949;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .newsList ul li .left h3:hover {
    color: #d6000f;
    font-weight: normal;
}
.news-page .newsList ul li .left .text {
    font-size: 14px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /*height: 7.2em;*/
}
.news-page .newsList ul li .left .tag span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    background: #f1f2f2;
    font-size: 14px;
    color: #fe252f;
    font-weight: 300;
    font-style: italic;
}
.news-page .newsList ul li .left .tag time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    font-size: 14px;
    color: #494949;
    font-weight: 300;
}
.news-page .newsList ul li .right {
    width: 15%;
    vertical-align: middle;
}
.news-page .newsList ul li .right a {
    display: block;
}
.newdet-page {
    padding: 50px 0 70px;
    background: #f5f5f5;
}
.newdet-page .slideLeft {
    width: 70%;
    /*margin-top: -290px;*/
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.newdet-page .slideLeft .box {
    background: white;
    padding: 50px;
}
.newdet-page .slideLeft .box h1 {
    font-size: 36px;
    color: #494949;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    display: block;
    margin-bottom: 20px;
}
.newdet-page .slideLeft .box .tag {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.newdet-page .slideLeft .box .tag span {
    margin-right: 15px;
}
.newdet-page .slideLeft .box .share {
    float: right;
}
.newdet-page .slideLeft .box .share ul li {
    display: inline-block;
    font-size: 16px;
    color: black;
    margin-left: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideLeft .box .share ul li:hover {
    color: #d6000f;
}
.newdet-page .slideLeft .box .content {
    margin-top: 70px;
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    line-height: 2;
}
.newdet-page .slideLeft .box .content img {
    display: block;
    margin: 40px auto;
}
.newdet-page .slideLeft .msgBox {
    padding: 60px 50px 0;
    background: #f2f2f5;
    overflow: hidden;
}
.newdet-page .slideLeft .msgBox .filter {
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
}
.newdet-page .slideLeft .msgBox .filter span {
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    border-right: 1px solid #d9d9d9;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
}
.newdet-page .slideLeft .msgBox .filter span:hover,
.newdet-page .slideLeft .msgBox .filter span.active {
    font-weight: bold;
}
.newdet-page .slideLeft .msgBox .filterRet ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .slideLeft .msgBox .filterRet ul li:last-child {
    border-bottom: none;
}
.newdet-page .slideLeft .msgBox .filterRet ul li:after {
    content: '';
    display: block;
    clear: both;
}
.newdet-page .slideLeft .msgBox .filterRet ul li .head {
    float: left;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    padding-right: 10px;
    margin-top: 7px;
}
.newdet-page .slideLeft .msgBox .filterRet ul li .head span {
    position: absolute;
    width: 30px;
    height: 30px;
    overflow: hidden;
    left: 0;
    top: 0;
}
.newdet-page .slideLeft .msgBox .filterRet ul li .head h6 {
    font-size: 14px;
    color: #0d95e8;
    line-height: 1;
}
.newdet-page .slideLeft .msgBox .filterRet ul li .head time {
    font-size: 13px;
    color: #666;
    line-height: 1;
    margin-top: 5px;
    display: block;
    font-weight: 300;
}
.newdet-page .slideLeft .msgBox .filterRet ul li .text {
    font-size: 14px;
    color: #333;
    line-height: 2;
}
.newdet-page .slideLeft .msgBox .msgMore {
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 14px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 -50px;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
    cursor: hand;
}
.newdet-page .slideLeft .msgBox .msgMore:hover {
    background: #eee;
}
.newdet-page .slideRight {
    width: 30%;
    padding-left: 3%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.newdet-page .slideRight h3 {
    font-size: 24px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
}
.newdet-page .slideRight .list {
    margin: 20px 0;
    border-top: 1px solid #aaa;
}
.newdet-page .slideRight .list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    color: #494949;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideRight .list ul li i.fa {
    color: #d6000f;
    margin-left: 6px;
}
.newdet-page .slideRight .list ul li:hover {
    color: #d6000f;
}
.newdet-page .slideRight a.more3 {
    font-size: 16px;
    color: #be2313;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
}
.newdet-page .slideRight a.more3:hover {
    color: #222;
}
.marketing-page {
    background: #f7f7f7;
}
.marketing-page h2.title {
    font-size: 36px;
    color: #333;
    line-height: 1;
    font-weight: 300;
}
.marketing-page .marketing-1 {
    padding-top: 90px;
}
.marketing-page .marketing-1 h2.title {
    text-align: center;
}
.marketing-page .marketing-1 .list {
    margin-top: 75px;
}
.marketing-page .marketing-1 .list ul {
    margin: -7px;
}
.marketing-page .marketing-1 .list ul li {
    padding: 7px;
}
.marketing-page .marketing-1 .list ul li .box {
    padding: 25px 25px 45px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    border-top: 3px solid #d6000f;
}
.marketing-page .marketing-1 .list ul li .box i {
    display: block;
    height: 67px;
    line-height: 67px;
}
.marketing-page .marketing-1 .list ul li .box i img {
    display: inline-block;
    vertical-align: middle;
}
.marketing-page .marketing-1 .list ul li .box h3 {
    display: block;
    color: #494949;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0;
    font-weight: bold;
}
.marketing-page .marketing-1 .list ul li .box p {
    display: block;
    font-size: 16px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
    height: 3.6em;
}
.marketing-page .marketing-2 {
    padding: 140px 0 180px;
}
.marketing-page .marketing-2 .list ul {
    padding: 0 24%;
    overflow: hidden;
}
.marketing-page .marketing-2 .list ul .slick-list {
    overflow: unset;
}
.marketing-page .marketing-2 .list ul .slick-slide {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}
.marketing-page .marketing-2 .list ul .slick-slide li {
    -webkit-transform: scale(0.88888889);
    -moz-transform: scale(0.88888889);
    -ms-transform: scale(0.88888889);
    transform: scale(0.88888889);
    position: relative;
    left: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.marketing-page .marketing-2 .list ul .slick-slide.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    z-index: 1;
}
.marketing-page .marketing-2 .list ul .slick-slide.slick-current ~ div li {
    left: -50%;
}
.marketing-page .marketing-2 .list ul li .box {
    background: url("../images/marketing-2-bg.jpg") left top no-repeat white;
    padding: 25px 15% 50px;
    text-align: center;
    border-radius: 5px;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.marketing-page .marketing-2 .list ul li .box i {
    display: block;
}
.marketing-page .marketing-2 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}
.marketing-page .marketing-2 .list ul li .box h4 {
    display: block;
    font-size: 30px;
    color: #494949;
    font-weight: 300;
    line-height: 1;
    margin: 20px 0;
}
.marketing-page .marketing-2 .list ul li .box .text {
    display: block;
    font-size: 18px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;
}
.marketing-page .marketing-2 .list ul .slick-arrow,
.inner-page ul .slick-arrow,
.cloud-Professional-1 .slick-arrow,
.scrollslick .cloud-future-2 .slick-arrow,
.slick .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    /*border-radius: 100%;*/
    background-color: #8e8e8e;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    border: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing-page .marketing-2 .list ul .slick-arrow:hover,
.inner-page ul .slick-arrow:hover,
.cloud-Professional-1 .slick-arrow:hover,
.scrollslick .slick-arrow:hover,
.slick .slick-arrow:hover{
    background-color: #e60012;
}
.marketing-page .marketing-2 .list ul .slick-arrow.slick-prev,
.inner-page ul .slick-arrow.slick-prev,
.cloud-Professional-1 .slick-arrow.slick-prev,
.scrollslick .slick-arrow.slick-prev,
.slick .slick-arrow.slick-prev{
    background-image: url("../images/icon-btn-l.png");
    left: 0;
}
.cloud-Professional-1 .slick-arrow.slick-prev {
    left:auto;
}
.marketing-page .marketing-2 .list ul .slick-arrow.slick-next,
.inner-page ul .slick-arrow.slick-next,
.cloud-Professional-1 .slick-arrow.slick-next,
.scrollslick .slick-arrow.slick-next,
.slick .slick-arrow.slick-next{
    background-image: url("../images/icon-btn-r.png");
    right: 0;
}
.cloud-service-page .list ul .slick-arrow {
    border-radius: 0;
}
.marketing-page .marketing-3 {
    background: #f3f3f4;
}
.marketing-page .marketing-3 .list {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.marketing-page .marketing-3 ul li .left {
    vertical-align: middle;
    text-align: right;
    position: relative;
}
.marketing-page .marketing-3 ul li .left .box {
    max-width: 670px;
    padding-right: 10%;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.marketing-page .marketing-3 ul li .left .box .text {
    display: block;
    font-size: 18px;
    color: #818181;
    line-height: 1.8;
    font-weight: 300;
    margin: 25px 0;
}
.marketing-page .marketing-3 ul li .left .box a.more {
    display: inline-block;
    font-size: 18px;
    color: #d6000f;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing-page .marketing-3 ul li .left .box a.more:hover {
    color: black;
}
.marketing-page .marketing-3 ul li .right {
    vertical-align: middle;
    position: relative;
}
.marketing-page .marketing-3 ul li .right img {
    width: 100%;
}
.marketing-page .marketing-3 ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
}
.marketing-page .marketing-3 ul li:nth-child(even) .left .box {
    padding-left: 10%;
    padding-right: 0;
}
.marketing-page .marketing-3 ul li:nth-child(even) .right {
    left: -50%;
}
.marketing-page .marketing-4 {
    padding: 180px 0 210px;
}
.marketing-page .marketing-4 ul {
    margin: -55px -27px;
}
.marketing-page .marketing-4 ul li {
    padding: 55px 27px;
}
.marketing-page .marketing-4 ul li .box {
    display: block;
    text-align: center;
    position: relative;
}
.marketing-page .marketing-4 ul li .box h2 {
    display: block;
    font-weight: bold;
}
.marketing-page .marketing-4 ul li .box .img-box {
    display: block;
    position: relative;
}
.marketing-page .marketing-4 ul li .box .img-box h2 {
    color: white;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 10%;
}
.marketing-page .marketing-4 ul li .box .img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(top, transparent, black);
    background: -moz-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    opacity: .75;
}
.marketing-page .marketing-4 ul li .box p {
    display: block;
    font-size: 20px;
    color: #494949;
    line-height: 1.8;
    margin: 15px 0;
    font-weight: 300;
}
.marketing-page .marketing-4 ul li .box a.more {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #a0a0a0;
    font-weight: 300;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing-page .marketing-4 ul li .box a.more:hover {
    background-color: #d6000f;
}
.marketing-page .marketing-4 ul li.wid-60 {
    width: 66.666%;
}
.marketing-page .marketing-4 ul li.wid-60 .box .img-box:after {
    display: none;
}
.marketing-page .marketing-4 ul li.wid-60 .text {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
    padding: 40px 20px;
    max-width: 380px;
    width: 100%;
    text-align: left;
}
.marketing-page .marketing-4 ul li.wid-60 .text a.more {
    width: auto;
    padding: 0 15px;
    background-color: #d6000f;
}
.marketing-page .marketing-4 ul li.wid-60 .text a.more:hover {
    background-color: #222;
}
.marketing-form-page {
    position: fixed;
    top: 10%;
    left: 50%;
    width: auto;
    height: 80%;
    z-index: 99;
    background-color: white;
    padding: 100px 3% 140px;
    overflow: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.marketing-form-page .ui.container {
    position: static;
    width: auto !important;
}
.marketing-form-page .box {
    max-width: 1000px;
}
.marketing-form-page span.close {
    padding: 10px;
    background-color: #d6000f;
    color: white;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    top: 0;
    right: 0;
    cursor: pointer;
    cursor: hand;
    position: absolute;
}
.marketing-form-page span.close i {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
    position: relative;
}
.marketing-form-page span.close i:after,
.marketing-form-page span.close i:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    left: 0;
    background-color: white;
}
.marketing-form-page span.close i:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.marketing-form-page span.close i:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.marketing-form-page h4 {
    display: block;
    font-size: 24px;
    color: #494949;
    font-weight: 300;
    line-height: 1.4;
}
.marketing-form-page p {
    margin: 40px 0;
}
.marketing-form-page p,
.marketing-form-page h6 {
    font-size: 16px;
    color: #494949;
    line-height: 1.6;
    font-weight: 300;
}
.marketing-form-page ul li.wid-100 {
    width: 100% !important;
}
.marketing-form-page ul li.wid-33 {
    width: 33.333% !important;
}
.marketing-form-page input,
.marketing-form-page textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 300;
    line-height: 1.8;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    -o-box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    -webkit-box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    margin-top: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing-form-page input:focus,
.marketing-form-page textarea:focus {
    border-color: #d6000f;
    -o-box-shadow: inset 0 0 7px rgba(255, 50, 50, 0.35);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 50, 50, 0.35);
    box-shadow: inset 0 0 7px rgba(255, 50, 50, 0.35);
}
.marketing-form-page textarea {
    height: 110px;
    margin-top: 15px;
}
.marketing-form-page input[type="submit"],
.marketing-form-page input[type="reset"],
.marketing-form-page input[type="button"] {
    display: inline-block;
    width: auto;
    line-height: 54px;
    height: 54px;
    padding: 0 35px;
    background-color: #9c9c9c;
    color: white;
    font-size: 18px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    cursor: hand;
}
.marketing-form-page input[type="submit"]:focus,
.marketing-form-page input[type="reset"]:focus,
.marketing-form-page input[type="button"]:focus {
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.marketing-form-page input[type="submit"]:hover,
.marketing-form-page input[type="reset"]:hover,
.marketing-form-page input[type="button"]:hover {
    background-color: #222;
}
.marketing-form-page input[type="submit"] {
    background-color: #d6000f;
    margin-right: 20px;
}
.marketing-form-page input[type="button"] {
    margin-right: 20px;
}
.marketing-form-page .options label {
    margin-top: 25px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.marketing-form-page .options label i {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    -o-box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    -webkit-box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    box-shadow: inset 0 0 7px rgba(156, 156, 156, 0.35);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.marketing-form-page .options label i img {
    opacity: 0;
}
.marketing-form-page .options label.active i img {
    opacity: 1;
}
.marketing-form-page .options label input {
    display: none;
}
.marketing-form-page ul {
    margin: -10px;
}
.marketing-form-page ul li {
    padding: 10px;
}

.cloud-service-page h6.title {
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 300;
    margin: 10px 0 20px;
    line-height: 1;}

.cloud-service-page h2.title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-align: left;

}
.cloud-service-page h3.title {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    padding-top: 10px;
    text-align: left;

}

.cloud-service-page .text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #494949;
    text-indent: 2em;margin-top: 15px;
}
.cloud-service-page .cloud-service-1 {
    padding: 100px 0;
    text-align: center;
}
.cloud-service-page .cloud-service-1 .text {
    text-align: left;text-indent: 2em;
    margin-top: 15px;
}
.cloud-service-page .cloud-service-2 {
    padding: 100px 0;
}
.cloud-service-page .cloud-service-2 .left {
    vertical-align: middle;
    width: 47%;
    padding-right: 4%;
}
.cloud-service-page .cloud-service-2 .left h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin: 10px 0 0px;
}
.cloud-service-page .cloud-service-2 .right {
    vertical-align: middle;
    width: 53%;
}
.cloud-service-page .cloud-service-3 {
    padding: 100px 0;
    background-color: #dcdcdc;
}
.cloud-service-page .cloud-service-3 .list ul {
    margin: -10px;
}
.cloud-service-page .cloud-service-3 .list ul li {
    padding: 10px;
}
.cloud-service-page .cloud-service-3 .list ul .slick-dots {
    margin: 30px 0 0;
    text-align: center;
}
.cloud-service-page .cloud-service-3 .list ul .slick-dots li {
    padding: 0 10px;
    display: inline-block;
}
.cloud-service-page .cloud-service-3 .list ul .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
    background-color: #7e7e7e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-service-page .cloud-service-3 .list ul .slick-dots li button:hover {
    background-color: #d6000f;
}
.cloud-service-page .cloud-service-3 .list ul .slick-dots li.slick-active button {
    background-color: #d6000f;
}
.cloud-service-page .cloud-service-4 {
    padding: 90px 0 1px;
    text-align: center;
}
.cloud-service-page .cloud-service-4 h6 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0 0px;
    text-align: left;
}
.cloud-service-page .cloud-service-4 .text {
    text-indent: 2em;text-align: left;
}
.cloud-service-page .cloud-service-4 img {
    margin-top: 10px;
    margin-left: auto;
    /*width: 700px;*/
}
.cloud-service-page .cloud-service-5 {
    height: 540px;
    background: url("../images/cloud-service-5-bg.jpg") center center no-repeat;
    background-attachment: fixed;
    padding-top: 70px;
    background-size: cover;
}
.cloud-service-page .cloud-service-5 .box h2.title {
    color: white;
}


.cloud-history-page .cloud-history-new {
    padding: 100px 0;
    background: #b61c26;
    color: white;
}
.cloud-history-page .cloud-history-new .left {
    padding-right: 5%;
    vertical-align: middle;
}
.cloud-history-page .cloud-history-new .left h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
}
.cloud-history-page .cloud-history-new .left h6 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}
.cloud-history-page .cloud-history-new .left .content {
    font-size: 17.3px;
    line-height: 1.5;
    margin-top: 10px;
}
.cloud-history-page .cloud-history-new .left .content p {
    margin-top: 20px;
    text-indent: 2em;
}
.cloud-history-page .cloud-history-new .right {
    padding-left: 7%;
    vertical-align: middle;
}
.cloud-history-page .cloud-history-new .right h5 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}
.cloud-history-page .cloud-history-new .right h5 small {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.cloud-history-page .cloud-history-new .right h5+img {
    margin: 10px 0;
}
.cloud-history-page .cloud-history-new .right h6 {
    font-size: 16px;
    font-weight: bold;
}
.cloud-history-page .cloud-history-new .right h6 small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}
.cloud-history-page .cloud-history-1 .left .text h6 { font-size:26px; padding-top: 10px;}



.cloud-Professional-page h2.title {
    font-size: 28px;
    color: #333;
    line-height: 1.8;
    font-weight: bold;


}

.cloud-Professional-page h3.title {
    font-size: 24px;
    font-weight:300;
    color: #333;
    line-height:24px;padding-top: 0px;
}

.cloud-Professional-page .cloud-Professional-1 {
    text-align: left;
    padding: 40px 0;
}


.cloud-Professional-page .cloud-Professional-1 h2.title {
    font-weight: normal;
}
.cloud-Professional-page .cloud-Professional-1 .text {
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    line-height: 1.6;
    margin: 15px 0 0px;  text-indent: 2em;
}


.cloud-Professional-page .cloud-Professional-1 .down {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
}
.cloud-Professional-page .cloud-Professional-2 {
    padding: 100px 0;
    background: #f3f3f3;
}
.cloud-Professional-page .cloud-Professional-2 .left {
    vertical-align: middle;
    padding-right: 5%;
}
.cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold {
    font-weight: bold;
    line-height: 1.4;
    padding-left: 72px;
    position: relative;
    margin: 30px 0 70px;
}
.cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold:after,
.cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold:before {
    content: '“';
    color: #d6000f;
    display: inline-block;
    font-size: 347.22222222%;
    position: absolute;
}
.cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold:after {
    vertical-align: bottom;
    line-height: 1;
    content: '”';
}
.cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold:before {
    position: absolute;
    left: -10%;
    top: 0;
    line-height: .9;
}
.cloud-Professional-page .cloud-Professional-2 .left .text {
    font-size: 18px;
    color: #6d6e71;
    font-weight: 300;
    line-height: 1.6;
    text-indent: 2em;
    margin: 15px 0 0px;
}
.cloud-Professional-page .cloud-Professional-2 .left .text p {
    margin-top: 28px;
}
.cloud-Professional-page .cloud-Professional-2 .left .text p:first-child {
    margin-top: 0;
}
.cloud-Professional-page .cloud-Professional-2 .right {
    vertical-align: middle;
    padding-left: 3%;
}
.cloud-Professional-page .cloud-Professional-2 .right .big {
    display: block;
    /*border-left: 4px solid #d6000f;*/
}
.cloud-Professional-page .cloud-Professional-2 .right .small {
    border-left: 4px solid #d6000f;
    margin-top: 25px;
}
.cloud-Professional-page .cloud-Professional-2 .right .small ul {
    margin: 0 -10px;
}
.cloud-Professional-page .cloud-Professional-2 .right .small ul li {
    padding: 0 10px;
    cursor: pointer;
    cursor: hand;
}
.cloud-Professional-page .cloud-Professional-3 {
    position: relative;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.cloud-Professional-page .cloud-Professional-3 .big li {
    position: relative;
}
.cloud-Professional-page .cloud-Professional-3 .big li:after {
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(top, transparent, black);
    background: -moz-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    z-index: 1;
    opacity: .74;
}
.cloud-Professional-page .cloud-Professional-3 .big li h2 {
    position: absolute;
    right:1.5%;
    bottom: 60px;
    font-weight: bold;
    color: white;
    z-index: 2;
}
.cloud-Professional-page .cloud-Professional-3 .small {
    bottom: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.cloud-Professional-page .cloud-Professional-3 .small ul {
    margin: -18px;
}
.cloud-Professional-page .cloud-Professional-3 .small ul li {
    padding: 18px;
}
.cloud-Professional-page .cloud-Professional-3 .small ul li img {
    display: block;
    border: 3px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-Professional-page .cloud-Professional-3 .small ul li h6 {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.cloud-Professional-page .cloud-Professional-3 .small ul li:hover img,
.cloud-Professional-page .cloud-Professional-3 .small ul .slick-current li img {
    border-color: #d6000f;
}
.cloud-Professional-page .cloud-Professional-4 {
    padding: 70px 0 90px;
    background: #f3f3f3;
}
.cloud-Professional-page .cloud-Professional-4 h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 1;
    margin: 10px 0 30px;
}
.cloud-Professional-page .cloud-Professional-4 .text {
    font-size: 18px;
    color: #6d6e71;
    line-height: 1.6;
    font-weight: 300;
    text-indent: 2em;
    margin-top: 20px;
}
.cloud-Professional-page .cloud-Professional-5 {
    height: 1000px;
    padding-top: 80px;
    background: url("../images/cloud-Professional-5-bg.jpg") center center no-repeat;
    background-size: cover;
}
.cloud-Professional-page .cloud-Professional-5 .list {
    padding: 50px 20px;
    margin: -50px 0;
    overflow: hidden;
}
.cloud-Professional-page .cloud-Professional-5 .list ul {
    margin: -7px;
}
.cloud-Professional-page .cloud-Professional-5 .list ul .slick-list {
    overflow: unset;
}
.cloud-Professional-page .cloud-Professional-5 .list ul li {
    padding: 7px;
    position: relative;
}
.cloud-Professional-page .cloud-Professional-5 .list ul li h6 {
    margin-top: 10px;
    font-size: 10.88888889 px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-Professional-page .cloud-Professional-5 .list ul .slick-slide li {
    left: -17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-Professional-page .cloud-Professional-5 .list ul .slick-current li {
    -webkit-transform: scale(1.28571429);
    -moz-transform: scale(1.28571429);
    -ms-transform: scale(1.28571429);
    transform: scale(1.28571429);
    left: 0;
}
.cloud-Professional-page .cloud-Professional-5 .list ul .slick-current li h6 {
    opacity: 1;
}
.cloud-Professional-page .cloud-Professional-5 .list ul .slick-current ~ div li {
    left: 17px;
}
.cloud-Professional-page .cloud-Professional-6 {
    position: relative;
}
.cloud-Professional-page .cloud-Professional-6 .historyBox {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: auto;
    top: 0;
    padding-bottom: 160px;
}
/*.cloud-Professional-page .cloud-Professional-6 .historyBox.active {
  overflow: auto;
}*/
.cloud-Professional-page .cloud-Professional-6 .historySlide {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*top: 0;*/
    z-index: -1;
}
.cloud-Professional-page .cloud-Professional-6 .historySlide * {
    height: inherit;
}
.cloud-Professional-page .cloud-Professional-6 .slide {
    /*position: relative;*/
    display: block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    height: 100vh;
    display: none;
}
.cloud-Professional-page .cloud-Professional-6 .slide>img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    height: 100%;
    width: auto;
    z-index: -1;
}
.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(1) {
    display: block;
}
.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(1),
.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(2) {
    background-position: center bottom;
}
.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(3) {
    background-position: center top;
}
/*.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(2) {
  height: 890px;
}
.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(3) {
  height: 1150px;
}*/
/*.cloud-Professional-page .cloud-Professional-6 .slide:nth-child(4) {
  height: 720px;
}*/
.cloud-Professional-page .cloud-Professional-6 .slide .box {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    color: white;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    height: auto;
}
.cloud-Professional-page .cloud-Professional-6 .slide .box span.tag {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}
.cloud-Professional-page .cloud-Professional-6 .slide .box h4 {
    font-size: 36px;
    line-height: 1;
}
.cloud-Professional-page .cloud-Professional-6 .history {
    /*position: absolute;*/
    /*right: 13.5%;*/
    width: 31.5%;
    margin-left: 55%;
    padding: 25px 25px 200px;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    position: relative;
    z-index: 1;
    max-width: 600px;
}
.cloud-Professional-page .cloud-Professional-6 .history:after {
    /*content: '';*/
    z-index: -1;
    width: 200%;
    height: 100%;
    right: -25%;
    top: 0;
    position: absolute;

}
.cloud-Professional-page .cloud-Professional-6 .history h5 {
    font-size: 24px;
    font-weight: 300;
    color: #e60012;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.cloud-Professional-page .cloud-Professional-6 .history h5:after,
.cloud-Professional-page .cloud-Professional-6 .history h5:before {
    content: '';
    width: 30%;
    height: 1px;
    background: #e60012;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.cloud-Professional-page .cloud-Professional-6 .history .list {
    margin-top: 30px;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li {
    margin-bottom: 30px;
    position: relative;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:after {
    content: '';
    height: 40px;
    width: 40%;
    left: 18%;
    top: 110%;
    background: url('../images/icon-position-line-2.png') left bottom no-repeat;
    position: absolute;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li span {
    font-size: 45px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #231815;
    text-stroke: 1px #231815;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 8px 0;
    color: #231815;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li img {
    display: block;
    margin: 0 auto;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li .box2 {
    display: inline-block;
    text-align: center;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(odd) {
    text-align: right;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(odd):after {
    background-image: url('../images/icon-position-line-3.png');
    left: auto;
    right: 18%;
    background-position: right bottom;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:first-child {
    width: 100%;
    text-align: center;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:first-child:after {
    background-image: url('../images/icon-position-line-1.png');
    background-position: center bottom;
    right: 32%;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:last-child:after {
    display: none;
}
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(3):after,
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(9):after,
.cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(11):after {
    width: 40%;
}
.cloud-history-page .cloud-history-1 {
    /*background: #f3f3f3;*/
    background-image: url('../images/about-jie.jpg');
    padding: 60px 0;
    background-position: center center;
    background-size: contain;
}
.cloud-history-page .cloud-history-1 .left {
    width: 33.333%;
    padding-right: 4%;
}
.cloud-history-page .cloud-history-1 .left .text {
    margin-top: 20px;
    font-size: 16px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
}
.cloud-history-page .cloud-history-1 .right {
    width: 66.666%;
}
.cloud-history-page .cloud-history-1 .right ul {
    margin: -6px -40px;
    display: flex;
    flex-wrap: wrap;
}
.cloud-history-page .cloud-history-1 .right ul li {
    padding: 6px 40px;
}
.cloud-history-page .cloud-history-1 .right ul li .box2 {
    display: block;
    padding: 20px 70px 20px 20px;
    border-left: 4px solid #aaa;
    background: white;
    position: relative;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.cloud-history-page .cloud-history-1 .right ul li .box2 i {
    position: absolute;
    width: 100px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-history-page .cloud-history-1 .right ul li .box2 h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}
.cloud-history-page .cloud-history-1 .right ul li .box2 p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-history-page .cloud-history-1 .right ul li .box2:hover {
    border-color: #d6000f;
}
.cloud-history-page .cloud-history-1 .right ul li .box2:hover i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.cloud-history-page .cloud-history-1 .right ul li .box2:hover p {
    color: #d6000f;
}
.cloud-history-page .cloud-Professional-4 h6 {
    margin-bottom: 10px;
}
.cloud-Life-page h2.title {
    font-size: 28px;
    font-weight: 300;
    color: #333;
    line-height: 48px;
    font-weight: bold;
}
.cloud-Life-page h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    padding-bottom: 15px;
}



.cloud-Life-page ul li:nth-child(3) .text{ text-indent: 0em;}


.cloud-Life-page .text {
    font-size: 18px;
    color: #717171;
    line-height: 1.8;
    font-weight: 300;
    text-indent: 2em;
}
.cloud-Life-page .left {
    /*vertical-align: middle;*/
    padding-right: 5%;
    position: relative;
}
.cloud-Life-page .right {
    vertical-align: middle;
    position: relative;
}
.cloud-Life-page ul li {
    padding: 100px 0 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
/*.cloud-Life-page ul li:nth-child(1) {
    background-image: url("../images/cloud-Life-1-bg.png");
}*/
.cloud-Life-page ul li:nth-child(2) {
    background-image: url("../images/cloud-Life-2-bg.jpg");
}
/*.cloud-Life-page ul li:nth-child(3) {
    background-image: url("../images/cloud-Life-3-bg.jpg");
    background-position: center bottom 90%;
}*/
.cloud-Life-page ul li:nth-child(even) .left {
    padding-left: 5%;
    padding-right: 0;
    left: 50%;
}
.cloud-Life-page ul li:nth-child(even) .right {
    left: -50%;
}
.cloud-future-page h2.title {
    font-size: 28px;
    font-weight: 300;
    color: #333;
    line-height: 48px;
    font-weight: bold;

}
.cloud-future-page h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.cloud-future-page .text {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
    font-weight: 300;
    text-indent: 2em;
}
.cloud-future-page .text p {
    margin-top: 20px;
}
.cloud-future-page .text p:first-child {
    margin-top: 0;
}
.cloud-future-page .cloud-future-1 {
    padding: 100px 0;
}
.cloud-future-page .cloud-future-2 {
    max-width: 1180px;
    display: block;
    margin: 0 auto;
}
.cloud-future-page .cloud-future-2 img,
.cloud-future-page .cloud-future-2 iframe,
.cloud-future-page .cloud-future-2 video {
    width: 100%;
}
.cloud-future-page .cloud-future-2 .block {
    position: relative;
    z-index: 1;
}
.cloud-future-page .cloud-future-2 .block span {
    font-size: 24px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-weight: bold;
    max-width: 90%;
    color: white;
    background: rgba(0,0,0,.3);
    padding: 0 15px;
}
.cloud-future-page .cloud-future-3 {
    padding: 100px 0;
}
.cloud-future-page .cloud-future-3 img {
    display: block;
    margin: 120px auto 0;
}
.cloud-future-page .cloud-future-4 {
    padding: 60px 0;
    background: #f5f5f5;
    text-align: center;
}
.cloud-future-page .cloud-future-4 ul {
    margin: -10px;
}
.cloud-future-page .cloud-future-4 ul li {
    padding: 10px;
}
.cloud-future-page .cloud-future-4 ul li i {
    display: block;
    height: 84px;
    line-height: 84px;
}
.cloud-future-page .cloud-future-4 ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.cloud-future-page .cloud-future-4 ul li p {
    display: block;
    font-size: 16px;
    color: #444546;
    margin-top: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-future-page .cloud-future-4 ul li:hover p {
    color: #d6000f;
}
.cloud-future-page .cloud-future-5 {
    height: 840px;
    background: url("../images/cloud-future-5-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.cloud-future-page .cloud-future-5 .box {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: right;
}
.cloud-future-page .cloud-future-5 .box h2.title {
    font-weight: bold;
    color: white;
}
.cause-recruitment-page {
    padding-bottom: 120px;
}
.cause-recruitment-page .cause-recruitment-nav {
    padding: 15px 0 20px;
    background: #4b4b4b;
    position: relative;
    z-index: 1;
}
.cause-recruitment-page .cause-recruitment-nav h6 {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: white;
    margin-bottom: 10px;
}
.cause-recruitment-page .cause-recruitment-nav .left {
    width: 70%;
}
.cause-recruitment-page .cause-recruitment-nav .left ul {
    margin: -15px;
}
.cause-recruitment-page .cause-recruitment-nav .left ul li {
    vertical-align: bottom;
    padding: 15px;
}
.cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(1) {
    width: 36%;
}
.cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(2) {
    width: 32%;
}
.cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(3) {
    width: 32%;
}
.cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(4) {
    width: 12%;
}
.cause-recruitment-page .cause-recruitment-nav .right {
    width: 30%;
    padding-left: 5%;
}
.cause-recruitment-page .cause-recruitment-nav .options {
    position: relative;
}
.cause-recruitment-page .cause-recruitment-nav .options > span {
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
}
.cause-recruitment-page .cause-recruitment-nav .options > span,
.cause-recruitment-page .cause-recruitment-nav .options input {
    height: 40px;
    line-height: 40px;
    background: white;
    border: none;
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    padding: 0 15px;
    display: block;
    width: 100%;
}
.cause-recruitment-page .cause-recruitment-nav .options > span i.fa,
.cause-recruitment-page .cause-recruitment-nav .options input i.fa {
    float: right;
    font-size: 150%;
    margin-top: 7px;
}
.cause-recruitment-page .cause-recruitment-nav .options input[type="submit"] {
    color: white;
    border: 1px solid white;
    background: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-recruitment-page .cause-recruitment-nav .options input[type="submit"]:hover {
    background: #d6000f;
    border-color: #d6000f;
}
.cause-recruitment-page .cause-recruitment-nav .options dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    max-height: 260px;
    overflow: auto;
    display: none;
}
.cause-recruitment-page .cause-recruitment-nav .options dl dd {
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #333;
    padding: 8px 15px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-recruitment-page .cause-recruitment-nav .options dl dd:hover {
    color: white;
    background: #d6000f;
}
.cause-recruitment-page .cause-recruitment-nav .options:hover dl {
    display: block;
}
.cause-recruitment-page .cause-recruitment-nav .right input {
    display: inline-block;
    width: 70%;
}
.cause-recruitment-page .cause-recruitment-nav .right input[type="submit"] {
    width: 25%;
    float: right;
}
.cause-recruitment-page .cause-recruitment-list ul li {
    padding: 15px 0;
}
.cause-recruitment-page .cause-recruitment-list ul li .left {
    width: 70%;
    vertical-align: middle;
}
.cause-recruitment-page .cause-recruitment-list ul li .left h6 {
    font-size: 18px;
    font-weight: bold;
    color: #494949;
    line-height: 1.2;
}
.cause-recruitment-page .cause-recruitment-list ul li .left .text {
    font-size: 14px;
    color: #494949;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 8px;
}
.cause-recruitment-page .cause-recruitment-list ul li .right {
    width: 30%;
    vertical-align: middle;
    text-align: right;
}
.cause-recruitment-page .cause-recruitment-list ul li .right a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
    background: #d6000f;
    color: white;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-recruitment-page .cause-recruitment-list ul li .right a.more:hover {
    background: #222;
}
.cause-recruitment-page .cause-recruitment-list ul li:nth-child(even) {
    background: #f8f8f8;
}
.cause-care-page {
    /*max-width: 1920px;*/
    display: block;
    margin: 0 auto;
}
.cause-care-page .left {
    vertical-align: middle;
    width: 56%;
    position: relative;
}
.cause-care-page .right {
    width: 44%;
    vertical-align: middle;
    color: white;
    position: relative;
}
.cause-care-page .right .box {
    max-width: 650px;
    padding-left: 6%;
}
.cause-care-page .right .box span.tag {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}
.cause-care-page .right .box h2.title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin: 20px 0;
}
.cause-care-page .right .box .text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.cause-care-page .right .box .btn {
    margin-top: 45px;
}
.cause-care-page .right .box .btn a {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    line-height: 42px;
    height: 46px;
    text-align: center;
    border: 2px solid white;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-care-page .right .box .btn a:last-child {
    margin-right: 0;
}
.cause-care-page .right .box .btn a:hover {
    background: #d6000f;
    color: white;
}
.cause-care-page ul.cause li.cause {
    background: url("../images/cause-care-bg.jpg") center right no-repeat;
    background-size: 50% 100%;
}
.cause-care-page ul.cause li.cause:nth-child(even) .left {
    left: 44%;
}
.cause-care-page ul.cause li.cause:nth-child(even) .right {
    left: -56%;
    color: #494949;
    text-align: right;
}
.cause-care-page ul.cause li.cause:nth-child(even) .right .box {
    padding-left: 0;
    padding-right: 6%;
    margin-left: auto;
}
.cause-care-page ul.cause li.cause:nth-child(even) .right .box .btn a {
    border-color: #494949;
}
.cause-care-page ul.cause li.cause .big {
    width: 100%;
    height: 800px;
    height: 100vh;
    overflow: hidden;
    background: black;
}
.cause-care-page ul.cause li.cause .big video {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.cause-care-page li.cause {
    position: relative;
}
.cause-care-page li.cause .content {
    position: absolute;
    width: 500px;
    max-width: 98%;
    right: 1%;
    bottom: 25px;
    background: rgba(255,255,255,.8);
    color: #333;
    padding: 25px 40px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-care-page li.cause .content h3 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}
.cause-care-page li.cause .content h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
}
.cause-care-page li.cause .content .text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    text-indent: 2em;
}
.cause-care-page li.cause:nth-child(even) .content {
    left: 1%;
    right: auto;
}
.cause-care-page li.cause .content a.more {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    background: #d6000f;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-care-page li.cause .content:hover {
    background: rgba(219, 12, 20, .7);
    color: white;
}
.cause-care-page li.cause .content:hover a.more {
    background: #222;
}
.cause-Work-page .slide {
    padding: 80px 0;
    border-bottom: 1px solid #dcdcdc;
}
.cause-Work-page .slide:last-child {
    border-bottom: none;
}
.cause-Work-page .slide h2.title {
    display: block;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    color: #494949;
}
.cause-Work-page .slide .text {
    display: block;
    max-width: 70%;
    font-size: 18px;
    color: #494949;
    font-weight: 300;
    line-height: 1.8;
    margin: 15px 0 40px;
}
.cause-Work-page .slide .list ul {
    margin: -20px -5px;
}
.cause-Work-page .slide .list ul li {
    padding: 20px 5px;
}
.cause-Work-page .slide .list ul li a {
    display: block;
}
.cause-Work-page .slide .list.honor ul {
    margin: -30px -37px;
}
.cause-Work-page .slide .list.honor ul li {
    padding: 30px 37px;
}
.cause-video-page {
    background: #1b202b;
}
.cause-video-page .cause-video-1 {
    padding-top: 60px;
    overflow: hidden;
}
.cause-video-page .cause-video-1 ul {
    margin: -20px;
}
.cause-video-page .cause-video-1 ul .slick-list {
    overflow: unset;
}
.cause-video-page .cause-video-1 ul li {
    padding: 20px;
}
.cause-video-page .cause-video-1 ul li .box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.cause-video-page .cause-video-1 ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(top, transparent, black);
    background: -moz-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s .5s;
    -moz-transition: .5s .5s;
    transition: .5s .5s;
}
.cause-video-page .cause-video-1 ul li .box .text {
    position: absolute;
    bottom: 5%;
    padding: 0 5%;
    width: 50%;
    left: 0;
    z-index: 2;
    color: white;
    -webkit-transition: .5s .8s;
    -moz-transition: .5s .8s;
    transition: .5s .8s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
}
.cause-video-page .cause-video-1 ul li .box .text h2.title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.cause-video-page .cause-video-1 ul li .box .text .text2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 8px 0 5px;
}
.cause-video-page .cause-video-1 ul li .box .text .tag {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.cause-video-page .cause-video-1 ul li .box .text a.more {
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    border-radius: 5px;
    background: #d6000f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 20px;
}
.cause-video-page .cause-video-1 ul li .box .text a.more:hover {
    background: white;
    color: #d6000f;
}
.cause-video-page .cause-video-1 ul .slick-arrow {
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 0;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    position: absolute;
}
.cause-video-page .cause-video-1 ul .slick-arrow.slick-prev {
    background-image: url("../images/icon-btn-l.png");
    left: -30px;
}
.cause-video-page .cause-video-1 ul .slick-arrow.slick-next {
    background-image: url("../images/icon-btn-r.png");
    right: -30px;
}
.cause-video-page .cause-video-1 ul .slick-current li .box:after {
    opacity: .7;
}
.cause-video-page .cause-video-1 ul .slick-current li .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.cause-video-page .cause-video-2 {
    padding: 130px 0 170px;
    color: white;
    overflow: hidden;
}
.cause-video-page .cause-video-2 h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.cause-video-page .cause-video-2 h3:before {
    content: '';
    border-radius: 100%;
    border: 3px solid #d6000f;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.cause-video-page .cause-video-2 .list {
    margin-top: 30px;
    padding-right: 505%;
    margin-right: -502%;
    overflow: hidden;
    margin-bottom: 70px;
}
.cause-video-page .cause-video-2 .list ul {
    margin: -12px;
}
.cause-video-page .cause-video-2 .list ul .slick-list {
    overflow: unset;
}
.cause-video-page .cause-video-2 .list ul li {
    padding: 12px;
}
.cause-video-page .cause-video-2 .list ul li .box {
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid transparent;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.cause-video-page .cause-video-2 .list ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -webkit-linear-gradient(top, transparent, black);
    background: -moz-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-video-page .cause-video-2 .list ul li .box .box2 {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 5%;
    bottom: 8%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 2;
}
.cause-video-page .cause-video-2 .list ul li .box .box2 i {
    display: inline-block;
    vertical-align: middle;
}
.cause-video-page .cause-video-2 .list ul li .box .box2 h6 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.cause-video-page .cause-video-2 .list ul li .box .box2 p {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.cause-video-page .cause-video-2 .list ul li .box:hover {
    border-color: #d6000f;
}
.cause-video-page .cause-video-2 .list ul li .box:hover:after {
    opacity: .7;
}
.cause-video-page .cause-video-2 .list ul li .box:hover .box2 {
    opacity: 1;
}
.cause-platform-page h2.title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #494949;
}
.cause-platform-page .cause-platform-1 .left {
    vertical-align: middle;
    text-align: right;
}
.cause-platform-page .cause-platform-1 .left .content {
    max-width: 700px;
    padding-right: 10%;
    display: block;
    margin-left: auto;
    text-align: left;
}
.cause-platform-page .cause-platform-1 .left .content span.tag {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #d6000f;
    margin-bottom: 15px;
}
.cause-platform-page .cause-platform-1 .left .content .text {
    font-size: 16px;
    color: #494949;
    line-height: 2;
    margin-top: 44px;
    text-indent: 2em;
}
.cause-platform-page .cause-platform-1 .right {
    vertical-align: middle;
}
.cause-platform-page .cause-platform-2 {
    background: #898989;
}
.cause-platform-page .cause-platform-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.cause-platform-page .cause-platform-2 ul li {
    padding: 60px 0 75px;
    color: white;
}
.cause-platform-page .cause-platform-2 ul li .contentBox {
    max-width: 400px;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.cause-platform-page .cause-platform-2 ul li h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 35px;
}
.cause-platform-page .cause-platform-2 ul li .box h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.cause-platform-page .cause-platform-2 ul li .box dl dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.cause-platform-page .cause-platform-2 ul li .box dl dd a:hover,
.cause-platform-page .cause-platform-2 ul li .box dl dd a {
    cursor: text;
}
.cause-platform-page .cause-platform-2 ul li:nth-child(1) {
    text-align: right;
    background: #898989 url("../images/cause-platform-2-1.png") no-repeat bottom right;
    padding-right: 1%;
    width: 36.71875%;
}
.cause-platform-page .cause-platform-2 ul li:nth-child(2) {
    text-align: center;
    background: #626262 url("../images/cause-platform-2-2.png") no-repeat bottom right;
    width: 26.71875%;
}
.cause-platform-page .cause-platform-2 ul li:nth-child(3) {
    text-align: left;
    background: #535353 url("../images/cause-platform-2-3.png") no-repeat bottom right 10%;
    width: 36.5625%;
    padding-left: 3%;
}
.cause-platform-page .cause-platform-3 {
    background: #f5f5f5;
    padding: 170px 0 200px;
}
.cause-platform-page .cause-platform-3 ul {
    margin: -65px -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.cause-platform-page .cause-platform-3 ul li {
    padding: 65px 25px;
}
.cause-platform-page .cause-platform-3 ul li .box {
    display: block;
    position: relative;
    padding: 50px 25px 30px;
    background: white;
    text-align: center;
    height: 100%;
}
.cause-platform-page .cause-platform-3 ul li .box i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
}
.cause-platform-page .cause-platform-3 ul li .box i img {
    display: inline-block;
    vertical-align: middle;
}
.cause-platform-page .cause-platform-3 ul li .box h3 {
    font-size: 24px;
    font-weight: 300;
    color: black;
    line-height: 1;
    margin-bottom: 10px;
}
.cause-platform-page .cause-platform-3 ul li .box p {
    display: block;
    font-size: 14px;
    color: #494949;
    line-height: 1.8;
}
.cause-Co-create-page {
    padding: 90px 0 200px;
    background: #f5f5f5;
}
.cause-Co-create-page .cause-Co-create-nav {
    text-align: center;
}
.cause-Co-create-page .cause-Co-create-nav ul {
    margin: -20px;
}
.cause-Co-create-page .cause-Co-create-nav ul li {
    width: auto;
    padding: 20px;
}
.cause-Co-create-page .cause-Co-create-nav ul li a {
    display: block;
    padding: 35px 15px 25px;
    background: white;
    border-radius: 5px;
    text-align: center;
    color: #494949;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-width: 215px;
    position: relative;
}
.cause-Co-create-page .cause-Co-create-nav ul li a i {
    display: block;
    line-height: 84px;
    height: 84px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-Co-create-page .cause-Co-create-nav ul li a i img {
    display: inline-block;
    vertical-align: middle;
}
.cause-Co-create-page .cause-Co-create-nav ul li a h6 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-top: 25px;
}
.cause-Co-create-page .cause-Co-create-nav ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 25px solid #d6000f;
    top: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cause-Co-create-page .cause-Co-create-nav ul li a:hover,
.cause-Co-create-page .cause-Co-create-nav ul li a.active {
    background: #d6000f;
    color: white;
}
.cause-Co-create-page .cause-Co-create-nav ul li a:hover i,
.cause-Co-create-page .cause-Co-create-nav ul li a.active i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.cause-Co-create-page .cause-Co-create-nav ul li a:hover:after,
.cause-Co-create-page .cause-Co-create-nav ul li a.active:after {
    opacity: 1;
}
.cause-Co-create-page .cause-Co-create-list {
    margin-top: 115px;
}
.cause-Co-create-page .cause-Co-create-list ul {
    margin: -35px -15px;
}
.cause-Co-create-page .cause-Co-create-list ul li {
    padding: 35px 15px;
}
.cause-Co-create-page .cause-Co-create-list ul li a {
    display: block;
}
.public_cloud {
    height: 840px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.public_cloud .box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 5%;
}
.public_cloud .box .content {
    max-width: 635px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}
.public_cloud .box .content span {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 140px;
    height: 45px;
    background: #e60012;
    padding-left:15px;

}
.public_cloud .box .content h3 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin: 10px 0;
}
.public_cloud .box .content .text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    padding-top:10px;
}
.slideBarNavList {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #444;
    width: 120px;
    z-index: 20;
    display: none !important;
}
.slideBarNavList ul li {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    color: white;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    text-align: center;
}
.slideBarNavList ul li:hover,
.slideBarNavList ul li.active {
    background: #d6000f;
}
.shared-page .shared-1 {
    padding: 75px 0 50px;
}


.shared-page .shared-1 .shared {font-size: 16px; color: #494949; margin: 0 auto; width: 1200px;padding-bottom: 50px; line-height: 28px;}

.shared-page .shared-1 .list ul {
    margin: -50px;
}
.shared-page .shared-1 .list ul li {
    text-align: center;
    padding: 50px;
}
.shared-page .shared-1 .list ul li img {
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
}
.shared-page .shared-1 .list ul li h6 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 15px;
    color: #494949;
}
.shared-page .shared-1 .list ul li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-animation:sxtd .5s linear infinite alternate;
    -moz-animation:sxtd .5s linear infinite alternate;
    animation:sxtd .5s linear infinite alternate;
}

@-webkit-keyframes sxtd {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

}

@-moz-keyframes sxtd {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

}

@keyframes sxtd {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

}
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -1.25em;
    margin-top: -1.25em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg);
    /*font-size: 10px;*/
    z-index: 10;
}
.loader:before, .loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader:before {
    -webkit-animation: before 2s infinite;
    -moz-animation: before 2s infinite;
    animation: before 2s infinite;
}
.loader:after {
    -webkit-animation: after 2s infinite;
    -moz-animation: after 2s infinite;
    animation: after 2s infinite;
}

@-webkit-keyframes before {
    0% {
        width: 0.5em;
        -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@-moz-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes before {
    0% {
        width: 0.5em;
        -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        -webkit-box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        -webkit-box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        -webkit-box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}
@-webkit-keyframes after {
    0% {
        height: 0.5em;
        -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}
@-moz-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}
@keyframes after {
    0% {
        height: 0.5em;
        -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        -webkit-box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        -webkit-box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        -webkit-box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}
#metaslider_2447,
#metaslider_2448,
metaslider_2449 {
    z-index: 0;
}
.cloud-service-new {
    padding: 100px 0;
}
.cloud-service-new ul {
    margin: -20px -15px;
}
.cloud-service-new ul li {
    padding: 20px 15px;
}
.cloud-service-new ul li img {
    width: 100%;
}
.cloud-service-new ul li h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cloud-service-new ul li:hover h5 {
    color: #e60012;
}
.cloud-service-new ul li h5 small {
    display: block;
    font-weight: normal;
    font-size: 80%;
}
.cloud-service-new ul li:last-child {
    width: 100% !important;
}

/*2022/1/12 add*/
.marketing2-page {
    background: url('../images/marketing2-bg.jpg') center center;
    background-attachment: fixed;
}
.marketing2-page .Bigbox {
    width: 100%;
    background: white;
    display: block;
    margin: 0 auto;
}
.marketing2-page h2.title {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    text-align: left;
}
.marketing2-page .text {
    font-size: 18px;
    color: #494949;
    line-height: 1.4;
    font-weight: 300;text-align: left;
}
.marketing2-page .marketing-1 {
    padding: 70px 0 60px;
}
.marketing2-page .marketing-1 .left {
    width: 45%;
    vertical-align: middle;
}
.marketing2-page .marketing-1 .left h2 {
    margin-top: 35px;
    font-size: 30px;
}
.marketing2-page .marketing-1 .left .text {
    margin-top: 15px;
    text-indent: 2em;
    line-height: 1.8;
}
.marketing2-page .marketing-1 .left .img {
    padding-top: 60px;
    margin: -10px;
}
.marketing2-page .marketing-1 .left .img .slide {
    padding: 10px;
}
.marketing2-page .marketing-1 .left .img h6 {
    font-size: 16px;
    font-weight: 300px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.marketing2-page .marketing-1 .right {
    vertical-align: middle;
    width: 55%;
    padding-left: 3%;
}
.marketing2-page .marketing-2 {
    padding: 150px 0 100px;
    text-align: center;
    height: 400px;
    color: white;
    /*background: url('../images/marketing2-2.jpg') center center no-repeat;*/
    background-color: black;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.marketing2-page .marketing-2 h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}
.marketing2-page .marketing-2 h2 {
    color: white;
    display: inline-block;
}
.marketing2-page .marketing-2:hover>h6,
.marketing2-page .marketing-2:hover h2 {
    display: none;
}
.marketing2-page .marketing-2 .list2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.marketing2-page .marketing-2 .list2 ul {
    margin: 0 -3%;
}
.marketing2-page .marketing-2 .list2 * {
    height: 100%;
}
.marketing2-page .marketing-2 .list2 li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-2 .list2 li a {
    overflow: hidden;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    display: block;
    position: relative;
}
.marketing2-page .marketing-2 .list2 li a h6 {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%) skew(20deg);
    -moz-transform: translateY(-50%) skew(20deg);
    -ms-transform: translateY(-50%) skew(20deg);
    transform: translateY(-50%) skew(20deg);
    font-size: 24px;
    font-weight: bold;
    color: white;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    height: auto;
    line-height: 1.4;
    margin: 0;
    max-width: 50%;
    white-space: nowrap;
}
.marketing2-page .marketing-2 .list2 li a:hover h6 {
    opacity: 1;
}
.marketing2-page .marketing-2 .list2 ul:hover li {
    width: 9%;
}
.marketing2-page .marketing-2 .list2 ul li:hover {
    width: 19%;
}
.marketing2-page .marketing-2 .list2 li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-2 .list2 li a:hover:after {
    opacity: 0;
}
.marketing2-page .marketing-2 .list2 li a>img {
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    margin-left: -120%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-2 .list2 li a:hover>img {
    margin-left: -30%;
}
.marketing2-page .marketing-2 .list2 li a h6 img {
    display: block;
    margin-bottom: 40px;
    position: relative;
    left: 35%;
}
.marketing2-page .marketing-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
}
.marketing2-page .marketing-3.bg {
    background: #f8f8f8;
}
.marketing2-page .marketing-3 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    background: #c9161e;
    color: white;
    font-size: 18px;
    transition: .5s;
    margin-left: 25px;
}
.marketing2-page .marketing-3 a.more:hover {
    opacity: .7;
}
.marketing2-page .marketing-3 .text {
    margin-top: 25px;
    text-indent: 0;
}
.marketing2-page .marketing-3 .list {
    margin-top: 70px;
}
.marketing2-page .marketing-3 .list .slick-track {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.marketing2-page .marketing-3 .list .slick-track:after,
.marketing2-page .marketing-3 .list .slick-track:before {
    display: none;
}
.marketing2-page .marketing-3 .list ul {
    margin: 0 -5px;
}
.marketing2-page .marketing-3 .list ul li {
    padding: 0 5px;
}
.marketing2-page .marketing-3 .list ul li a {
    display: block;
    position: relative;
}
.marketing2-page .marketing-3 .list ul li h6 {
    /*display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 150px;
    padding: 0 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;*/
    font-size: 17px;
    color: #6d6d6d;
    text-align: center;
    margin-top: 5px;
}
.marketing2-page .marketing-3 .list ul li:hover h6 {
    color: #d6000f;
}
.marketing2-page .marketing-4 {
    padding-top: 75px;
    text-align: center;
}
.marketing2-page .marketing-4 .text {
    margin: 25px 0 35px;text-indent: 2em;width: 88%;
}
/*.marketing2-page .marketing-4 .list {
  margin: 0 -100px;
}*/
.marketing2-page .marketing-4 a.more {
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    background: #d6000f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-4 a.more:hover {
    background: #222;
}
.marketing2-page .marketing-4 .list li a {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.marketing2-page .marketing-4 .list li a .text2{
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    z-index: 2;
    position: relative;
    background: inherit;
}
.marketing2-page .marketing-4 .list li a img {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    width: 100%;
}
.marketing2-page .marketing-4 .list li a:after {
    /*content: '';*/
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#020202), color-stop(100%,transparent)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #020202 0%, transparent 100%); /* firefox */
    background: -webkit-linear-gradient(top, #020202 0%,transparent 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(#020202),to(transparent));
    background: -webkit-linear-gradient(top, #020202,transparent);
    background: -moz-linear-gradient(top, #020202,transparent);
    background: linear-gradient(to bottom, #020202,transparent); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='transparent',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='transparent',GradientType=0 ); /* 兼容IE5~IE9 */
}
.marketing2-page .marketing-5 {
    padding: 90px 0 110px;
}


.cause-platform-page .grid-box li{ width: 33%!important;}


.marketing2-page .marketing-5 .ui>div.grid-box {
    margin: -15px;
}
.marketing2-page .marketing-5 .slide {
    padding: 15px;
}
.marketing2-page .marketing-5 .box {
    padding: 0 5%;
    background-position: center center;
    background-size: cover;
    height: 328px;
    line-height: 328px;
    color: white;
}
.marketing2-page .marketing-5 h2,
.marketing2-page .marketing-5 .text {
    color: inherit;
}
.marketing2-page .marketing-5 .text {
    min-height: 50px;
    font-weight: 300;
    margin: 20px 0;
    /*width: 320px;*/
}
.marketing2-page .marketing-5 .box a.more {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 40px;
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    background: #d6000f;
    color: white;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-5 .box a.more:hover {
    background: #222;
}
.marketing2-page .marketing-6 {
    background: #939393;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7c7c7c), color-stop(100%,#bcbcbc)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #7c7c7c 0%, #bcbcbc 100%); /* firefox */
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#bcbcbc 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c),to(#bcbcbc));
    background: -webkit-linear-gradient(top, #7c7c7c,#bcbcbc);
    background: -moz-linear-gradient(top, #7c7c7c,#bcbcbc);
    background: linear-gradient(to bottom, #7c7c7c,#bcbcbc); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#bcbcbc',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#bcbcbc',GradientType=0 ); /* 兼容IE5~IE9 */
    text-align: center;
    padding: 60px 0 100px;
    color: white;
}
.marketing2-page .marketing-6 h2 {
    color: white;
}
.marketing2-page .marketing-6 .text {
    margin: 20px 0 45px;
    color: white;
}
.marketing2-page .marketing-6 .list ul {
    margin: -15px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px;
}
.marketing2-page .marketing-6 .list ul li {
    padding: 40px;
    text-align: left;
}
.marketing2-page .marketing-6 .list ul li .box{
    transition:0.3s ease!important;
}
.marketing2-page .marketing-6 .list ul li:hover .box{
    transform: translateY(-10px)!important;
}
.marketing2-page .marketing-6 .list ul li .box {
    background: white url('../images/marketing2-6-bg.png') center top no-repeat;
    background-size: 100% auto;
    border-radius: 3px;
    padding: 35px 20% 40px;
    color: black;
    height: 100%;
    text-align: center;
}
.marketing2-page .marketing-6 .list ul li .box .img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    filter: grayscale(1);
}
.marketing2-page .marketing-6 .list ul li .box .img img {
    max-height: 85px;
}
.marketing2-page .marketing-6 .list ul li .box .img h6 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.marketing2-page .marketing-6 .list ul li .box .content {
    width: 100%;
    padding-top: 30px;
}
.marketing2-page .marketing-6 .list ul li .box .content .text {
    margin: 0;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}
.marketing2-page .marketing-6 .list ul li .box .content .tag2 {
    margin-top: 10px;
}
.marketing2-page .marketing-6 .list ul li .box .content .tag2 span {
    display: block;
    margin-top: 10px;
}
.marketing2-page .marketing-6 .list ul li .box .content .tag2 span a {
    display: block;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    background: #ededed;
    font-weight: 300;
    color: #6d6d6d;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.marketing2-page .marketing-6 .list ul li .box .content .tag2 span a:hover {
    border-color: #d6000f;
    background: #d6000f;
    color: white;
}
.marketing2-page .marketing-7 {
    background: #f8f8f8;
    padding: 70px 0;
    text-align: center;
}
.marketing2-page .marketing-7 .list {
    margin-top: 50px;
}
.marketing2-page .marketing-7 .list ul {
    margin: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.marketing2-page .marketing-7 .list ul li {
    padding: 15px;
}
.marketing2-page .marketing-7 .list ul li .box {
    padding: 30px 20px 50px;
    background: white;
    height: 100%;
    text-align: left;
}
.marketing2-page .marketing-7 .list ul li .box h6 {
    font-size: 18px;
    color: #494949;
    font-weight: bold;
}
.marketing2-page .marketing-7 .list ul li .box .text {
    margin: 20px 0 15px;
    font-weight: 300;
    font-size: 14px;
    min-height: 80px;
}

.marketing2-page .marketing-7 .list ul li .box a,
.marketing2-page .marketing-7 .list ul li .box em{
    display: inline-block;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 26px;
    height: 28px;
    min-width: 100px;
    padding: 0 10px;
    font-size: 14px;
    background: #f2f2f2;
    font-weight: 300;
    color: #494949;
    border: 1px solid #a0a0a0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}

.marketing2-page .marketing-7 .list ul li .box a:hover,
.marketing2-page .marketing-7 .list ul li .box em:hover{
    border-color: #d6000f;
    background: #d6000f;
    color: #fff;
}

.shared-page {
    /*padding: 90px 0 175px;*/
    /*background: url('../images/.shared-bg.jpg') center center;*/
    background-size: cover;
    /*color: white;*/
}
.shared-page .shared-1 .box .left {
    vertical-align: top;
    padding-right: 3%;
}
.shared-page .shared-1 .box .right {
    padding-left: 3%;
    vertical-align: middle;
}
.shared-page .shared-1 .box .left h2 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
}
.shared-page .shared-1 .box .left .text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    text-indent: 2em;
    line-height: 1.6;
    color: #494949;
}
.shared-page .shared-1 .list2 {
    margin-top: 60px;
}
.shared-page .shared-1 .list2 ul {
    margin: -45px -30px;
}
.shared-page .shared-1 .list2 ul li {
    padding: 45px 30px;
    vertical-align: top;
}
.shared-page .shared-1 .list2 ul li a.img {
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
    display: block;
    position: relative;
}
.shared-page .shared-1 .list2 ul li a.img img {
    display: block;
    margin: 0 auto;
}
.shared-page .shared-1 .list2 ul li a.img h6 {
    font-size: 20px;
    font-weight: bold;
    /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
    padding: 0 10px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    line-height: 1.2;
}
.shared-page .shared-1 .list2 ul li.big img {
    -webkit-animation:td_ 1s linear infinite;
    -moz-animation:td_ 1s linear infinite;
    animation:td_ 1s linear infinite;
}
.shared-page .shared-1 .list2 ul li a.img:hover img {
    -webkit-animation:sxtd .4s linear infinite alternate;
    -moz-animation:sxtd .4s linear infinite alternate;
    animation:td_ 1s linear infinite alternate;
}
.shared-page .shared-1 .list2 ul li .txt {
    position: absolute;
    right: 0%;
    bottom: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #444;
    background: white;
    border-radius: 5px;
    max-width: 120%;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
    display: none;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.shared-page .shared-1 .list2 ul li .txt strong {
    font-weight: bold;
}
.shared-page .shared-1 .list2 ul li .txt:after {
    content: '';
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 100%;
    right: 10%;
}
.shared-page .shared-1 .list2 ul li a.img:hover .txt {
    display: block;
}
@-webkit-keyframes td_ {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    80% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@-moz-keyframes td_ {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    80% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes td_ {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    80% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}
.new-shared {
    background: white;
}
.new-shared h2.title {
    font-size: 32px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
}
.new-shared h6.title {
    font-size: 18px;
    font-weight: bold;
    color: #494949;
    line-height: 1.2;
    margin: 10px 0;
    display: inline-block;
}

.new-shared .text2 {
    font-size: 16px;
    color: #494949;
    font-weight: 300;
    line-height: 1.8;}

.new-shared .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #494949;
}
.new-shared .shared-1-new {
    padding: 60px 0;
}
.new-shared .shared-1-new .left h2.title {
    font-size: 30px;
}
.new-shared .shared-1-new .left .text {
    margin-top: 25px;
    text-indent: 2em;
}
.new-shared .shared-1-new .right {
    padding-left: 5%;
}
.new-shared .shared-2 {
    padding: 60px 0;
    background: #f8f8f8;
}
.new-shared .shared-2 .jobBox {
    padding: 15px 15px 40px;
    background: #4b4b4b;
}
.new-shared .shared-2 .cause-recruitment-list {
    background: white;
}
.new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul li {
    padding-left: 15px;
    padding-right: 15px;
}
.new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul .slick-current+div li {
    background: #f8f8f8;
}
.new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul li .left .text {
    text-indent: 0;
}
.new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul li .right a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    background: #d6000f;
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul li .right a.more:hover {
    background: #222;
}
.new-shared .shared-2 a.more2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    background: #d6000f;
    color: white;
    border: 2px solid #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    padding: 0 20px;
}
.new-shared .shared-2 a.more2:hover {
    background: transparent;
}
.new-shared .shared-2 .cause-recruitment-page {
    padding-bottom: 0;
}
.new-shared .shared-3 {
    padding: 60px 0;
}
.new-shared .shared-3 .left {
    vertical-align: middle;
    padding-right: 10%;
}
.new-shared .shared-3 .left .text {
    text-indent: 2em;
}
.new-shared .shared-3 .right {
    vertical-align: middle;
    padding-left: 10%;
}
.new-shared .shared-4 {
    padding-bottom: 60px;
    background: #f8f8f8;
}
.new-shared .shared-4 ul li .box {
    padding: 40px 30px 25px;
    color: white;
    background-size: cover;
}
.new-shared .shared-4 ul li .box h3.title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.new-shared .shared-4 ul li .box .text {
    margin: 25px 0 15px;
    font-size: 18px;
    height: 9em;
    overflow: hidden;
    color: white;
}
.new-shared .shared-4 ul li .box a.more {
    font-size: 16px;
    font-weight: bold;
}
.new-shared .shared-4 ul li .box a.more:hover {
    text-decoration: underline;
}
.new-shared .shared-4 ul li:first-child .box,
.new-shared .shared-4 ul li:first-child .box .text {
    color: #fff;
}
.new-shared .shared-4 ul li:first-child .box h3.title {
    color: #fff;
}
.new-shared .shared-5 {
    padding: 100px 0 120px;
    display: inline-block;
    width: 100%;
}
.new-shared .shared-5 .box {
    display: inline-block;
    padding-right: 2%;
}
.new-shared .shared-5 .box2 {
    padding-left: 2%;
}
.new-shared .shared-5 .box .content {
    vertical-align: middle;
    margin: 25px 0;
}
.new-shared .shared-5 .ui>.box .img {
    margin-top: 98px;
}
.new-shared .shared-5 .box .content h3.title {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
.new-shared .shared-5 .box .content h3.title em {
    color: #d6000f;
}
.new-shared .shared-5 .box2 .content .text {
    margin: 20px 0 30px;
    padding-left: 0px;
}
.new-shared .shared-5 .box .content .tag {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    /*margin-top: 10px;*/
    line-height: 1;
    display: block;
    clear: both;
    padding-top: 5px;
}
.new-shared .shared-5 .box .content .btn {
    float: right;
    margin-top: 15px;
}
.new-shared .shared-5 .box .content a.more {
    line-height: 36px;
    height: 36px;
    width: 100px;
    border-radius: 4px;
    background: #d6000f;
    font-size: 16px;
    font-weight: bold;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.new-shared .shared-5 .box .content a.more:nth-child(2) {
    background: #dcdcdc;
    color: #494949;
    margin-left: 10px;
}
.new-shared .shared-5 .box .content a.more:hover,
.new-shared .shared-5 .box .content a.more:nth-child(2):hover {
    background: #222;
    color: white;
}
.new-shared .shared-5 .box .img {
    vertical-align: middle;
}
.new-shared .shared-5 .box .img img {
    border-radius: 15px;
    overflow: hidden;
}
.new-shared .shared-5 .box2 .content .text {
    font-size: 14px;
    margin: 0;
    display: inline-block;
}
.new-shared .shared-5 .box2 .slide {
    vertical-align: bottom;
}
.new-shared .shared-5 .box2 .slide:nth-child(1) .img,
.new-shared .shared-5 .box2 .slide:nth-child(1) .content {
    width: 100%;
}
.new-shared .shared-5 .box2 .slide:nth-child(2) .content {
    margin-bottom: 0;
}
.new-shared .shared-6 {
    background: #00437e;
    color: white;
}
.new-shared .shared-6 .left {
    width: 52%;
    vertical-align: middle;
}
.new-shared .shared-6 .right {
    width: 48%;
    vertical-align: middle;
    padding-left: 4%;
}
.new-shared .shared-6 .right h2.title {
    color: white;
}
.new-shared .shared-6 .right h6.title {
    margin-top: 20px;
    color: white;
}
.new-shared .shared-6 .right .text {
    max-width: 450px;
    color: white;
    margin: 10px 0 50px;
    text-indent: 2em;
}
/*.txt-center {margin: 0 auto; border: solid #fbcb00 5px;}*/
.new-shared .shared-6 .right a.more {
    line-height: 38px;
    height: 38px;
    width: 120px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: #d6000f;
}
.new-shared .shared-6 .right a.more:hover {
    background: #d6000f;
    border-color: #d6000f;
}
.new-shared .shared-7 {
    padding: 70px 0;
}
.new-shared .shared-7 h2.title {
    margin-bottom: 20px;
}
.new-shared .shared-7 h6.title {
    display: block;
}
.new-shared .shared-7 .text {
    max-width: 50%;
    display: inline-block;
}
.new-shared .shared-7 a.more {
    float: right;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 300;
    color: white;
    transition: .5s;
    background: #d6000f;
}
.new-shared .shared-7 a.more:hover {
    background: #222;
}
.new-shared .shared-7 .list {
    margin-top: 70px;
}
.new-shared .shared-7 .list ul {
    margin: -25px;
}
.new-shared .shared-7 .list ul li {
    padding: 25px;
}
.new-shared .shared-7 .list ul li a {
    display: block;
    border: 1px solid #e5e5e5;
    background: #eee;
    border-radius: 17px;
}
.new-shared .shared-7 .list ul li a span {
    display: block;
    overflow: hidden;
}
.new-shared .shared-7 .list ul li a h6 {
    padding: 15px;
    font-size: 22px;
    color: #323333;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.sales-page {
    padding: 50px 0;
}
.sales-page .salesBox {
    padding: 15px 15px 60px;
    border-radius: 5px;
    -o-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.sales-page .salesBox .salesLeft {
    width: 25%;
    padding-right: 3%;
}
.sales-page .salesBox .salesLeft h2.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.sales-page .salesBox .salesLeft .Navlist {
    margin-top: 18px;
}
.sales-page .salesBox .salesLeft .Navlist ul li {
    margin-bottom: 1px;
}
.sales-page .salesBox .salesLeft .Navlist ul li a {
    display: block;
    padding: 20px 25px;
    background: #dbdbdb;
    padding-right: 60px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    position: relative;
}
.sales-page .salesBox .salesLeft .Navlist ul li a i {
    width: 32px;
    height: 32px;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-image: url(../images/icon-arrow-sales1.png);

}
.sales-page .salesBox .salesLeft .Navlist ul li a:hover i,
.sales-page .salesBox .salesLeft .Navlist ul li a.active i {
    background-image: url(../images/icon-arrow-sales2.png);
}
.sales-page .salesBox .salesLeft .Navlist ul li a.active+dl {
    display: block !important;
}
.sales-page .salesBox .salesLeft .Navlist ul li dl {
    display: none;
}
.sales-page .salesBox .salesLeft .Navlist ul li dl a {
    padding: 15px 30px;
    background: #eee;
    font-size: 16px;
    margin-top: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.sales-page .salesBox .salesLeft .Navlist ul li dl a:hover,
.sales-page .salesBox .salesLeft .Navlist ul li dl a.active {
    background: #d6000f;
    color: white;
}
.sales-page .salesBox .salesLeft .infoBox {
    padding: 15px 10px 10px;
    background: #ededed;
}
.sales-page .salesBox .salesLeft .infoBox h3.title {
    font-size: 18px;font-weight: bold;
    line-height: 1;
    color: #333;
}
.sales-page .salesBox .salesLeft .infoBox .info {
    margin-top: 12px;
}
.sales-page .salesBox .salesLeft .infoBox .info ul li {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #494949;
    line-height: 1.6;
    padding-left: 40px;
    position: relative;
}
.sales-page .salesBox .salesLeft .infoBox .info ul li em {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions {
    margin-top: 20px;
    position: relative;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions span {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    background: white;
    font-size: 16px;
    color: #494949;
    font-weight: 300;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions span i.fa {
    float: right;
    margin-top: 15px;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 2;
    display: none;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions ul li {
    line-height: 1.6;
    font-size: 14px;
    color: #494949;
    border-top: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions ul li a {
    display: block;
    padding: 5px 10px;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions ul li:hover {
    color: white;
    background: #d6000f;
}
.sales-page .salesBox .salesLeft .infoBox .addOptions:hover ul {
    display: block;
}
.sales-page .salesBox .salesLeft .record {
    margin-top: 12px;
    background: #e3e5e6;
    padding: 30px 20px;
}
.sales-page .salesBox .salesLeft .record h6 {
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.sales-page .salesBox .salesLeft .record .list {
    margin-top: 10px;
    min-height: 160px;
}
.sales-page .salesBox .salesLeft .record .list ul li {
    font-size: 14px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.sales-page .salesBox .salesLeft .record .list ul li:hover {
    text-decoration: underline;
}
.sales-page .salesBox .salesLeft .record .list ul li:last-child {
    margin-bottom: 0;
}
.sales-page .salesBox .salesRight {
    width: 75%;
    padding: 20px;
    background: #e3e5e6;
}
.sales-page .salesBox .salesRight table {
    margin-bottom: 0;
}
.sales-page .salesBox .salesRight>div:first-child {
    padding-top: 0 !important;
}
.sales-page .salesBox .salesRight .searchBox {
    padding: 15px 0;
}
.sales-page .salesBox .salesRight .searchBox h6.title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.sales-page .salesBox .salesRight .searchBox dl.search {
    margin-top: 20px;
}
.sales-page .salesBox .salesRight .searchBox dl.search dd {
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0 5px;
    color: white;
    font-size: 16px;
    background: #444;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.sales-page .salesBox .salesRight .searchBox dl.search dd.active,
.sales-page .salesBox .salesRight .searchBox dl.search dd:hover {
    background: #d6000f;
}
.sales-page .salesBox .salesRight .searchBox form {
    margin-top: 10px;
    position: relative;
}
.sales-page .salesBox .salesRight .searchBox form input {
    width: 85%;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #333;
}
.sales-page .salesBox .salesRight .searchBox form input[type="submit"] {
    width: 12%;
    background: #e9070c;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e9070c), color-stop(100%,#c01625)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #e9070c 0%, #c01625 100%); /* firefox */
    background: -webkit-linear-gradient(top, #e9070c 0%,#c01625 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(#e9070c),to(#c01625));
    background: -webkit-linear-gradient(top, #e9070c,#c01625);
    background: -moz-linear-gradient(top, #e9070c,#c01625);
    background: linear-gradient(to bottom, #e9070c,#c01625); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9070c', endColorstr='#c01625',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9070c', endColorstr='#c01625',GradientType=0 ); /* 兼容IE5~IE9 */
    text-align: center;
    color: white;
    float: right;
}
.sales-page .salesBox .salesRight .searchBox .stag {
    margin-top: 10px;
    padding: 15px;
    background: #c9c9c9;
}
.sales-page .salesBox .salesRight .searchBox .stag .tagyy {
    text-align: right;
}
.sales-page .salesBox .salesRight .searchBox .stag span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
    margin-left: 15px;
}
.sales-page .salesBox .salesRight .searchBox .stag .taglx span {
    min-width: 140px;
}
.sales-page .salesBox .salesRight .searchBox .stag .taglx {
    width: 70%;
}
.sales-page .salesBox .salesRight .searchBox .stag .tagyy {
    width: 30%;
}
.sales-page .salesBox .salesRight .searchBox .stag span:last-child {
    margin-right: 0;
}
.sales-page .salesBox .salesRight .searchBox .stag span:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
    margin-top: -2px;
}
.sales-page .salesBox .salesRight .searchBox .stag span.active:before {
    background: #e60012;
}
.sales-page .salesBox .salesRight .cadlist {
    padding-top: 20px;
}
.sales-page .salesBox .salesRight .cadlist h3.title {
    font-size: 22px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
.sales-page .salesBox .salesRight .cadlist .tip {
    float: right;
    font-size: 14px;
    color: #494949;
    margin-right: 15px;
}
.sales-page .salesBox .salesRight .cadlist .tip a {
    display: inline-block;
    margin-left: 10px;
}
.sales-page .salesBox .salesRight .cadlist .tip a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.sales-page .salesBox .salesRight .cadlist .list {
    margin-top: 20px;
}
.sales-page .salesBox .salesRight .cadlist table {
    border-top: 1px solid #7d7d7d;
}
.sales-page .salesBox .salesRight .cadlist table tbody,
.user-page .box .contentBox .record table tbody {
    table-layout: unset;
}
.sales-page .salesBox .salesRight .cadlist table tr {
    border-bottom: 1px solid #7d7d7d;
}
.sales-page .salesBox .salesRight .cadlist table tr td,
.user-page .box .contentBox .record table tr td {
    padding: 20px 10px;
    border: none;
    font-size: 14px;
    color: #494949;
    font-weight: 300;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(1),
.user-page .box .contentBox .record table tr td:nth-child(1) {
    width: auto;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(1) span,
.user-page .box .contentBox .record table tr td:nth-child(1) span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    background: white;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(1) span:after,
.user-page .box .contentBox .record table tr td:nth-child(1) span:after {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: #d6000f;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.sales-page .salesBox .salesRight .cadlist table tr:hover td:nth-child(1) span:after,
.user-page .box .contentBox .record table tr:hover td:nth-child(1) span:after {
    opacity: 1;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(2),
.user-page .box .contentBox .record table tr td:nth-child(2) {
    width: 60% !important;
    font-weight: bold;font-size: 16px;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(3),
.user-page .box .contentBox .record table tr td:nth-child(3) {
    width: 20%!important;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(4) a,
.user-page .box .contentBox .record table tr td:nth-child(4) a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
    cursor: hand;
}
.sales-page .salesBox .salesRight .cadlist table tr td:nth-child(4) a img,
.user-page .box .contentBox .record table tr td:nth-child(4) a img {
    display: inline-block;
    vertical-align: bottom;
}
.sales-page .salesBox .salesRight .contentBox {
    padding-top: 60px;
}
.sales-page .salesBox .salesRight .contentBox h3.title {
    font-size: 22px;
    font-weight: bold;
    color: #494949;
}
.sales-page .salesBox .salesRight .contentBox .content {
    margin-top: 20px;
    font-size: 15px;
    color: #494949;
    font-weight: 300;
    line-height: 1.8;
}
.sales-page .salesBox .salesRight .contentBox .content strong {
    font-weight: bold;
}
.sales-page .salesBox .salesRight .contentBox .content blockquote a {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    padding: 0 20px;
    background: #d6000f;
    color: white;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.sales-page .salesBox .salesRight .contentBox .content blockquote {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.sales-page .salesBox .salesRight .contentBox .content blockquote a:hover {
    background: #222;
}
.sales-page .salesBox .salesRight .contentBox .content table {
    overflow: hidden;
}
.sales-page .salesBox .salesRight .contentBox .content table tbody {
    table-layout: fixed;
    margin: -15px;
    background: transparent;
}
.sales-page .salesBox .salesRight .contentBox .content table tbody td {
    border: none;
    width: 50% !important;
    vertical-align: middle;
    padding: 15px;
}
.sales-page .salesBox .salesRight .contentBox .content ol {
    padding: 12px 18px 24px;
    border: 1px solid #aaa;
    background: #dcdcdc;
}
.sales-page .salesBox .salesRight .contentBox .content ol li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 28px;
}
.sales-page .salesBox .salesRight .contentBox .content ol li:after {
    content: '';
    width: 34px;
    height: 32px;
    background: url('../images/icon-sales-q.png') center center no-repeat;
    position: absolute;
    left: 0;
    top: -4px;
}
.sales-page .salesBox .salesRight .contentBox .content ol li:last-child {
    margin-bottom: 0;
}
.sales-page .salesBox .salesRight .formBox {
    padding-top: 60px;
}
.sales-page .salesBox .salesRight .formBox h3.title {
    font-size: 18px;
    font-weight: bold;
    color: #494949;
    line-height: 1;
}
.sales-page .salesBox .salesRight .formBox .formlist {
    margin-top: 15px;
    background: #dcdcdc;
    padding: 15px 15px 35px;
    border: 1px solid #aaa;
}
.sales-page .salesBox .salesRight .formBox .formlist ul {
    margin: -8px -6px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li {
    padding: 8px 6px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li .layui-input-block {
    margin-left: 0;
    width: 100%;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li span em {
    color: #d6000f;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li input,
.sales-page .salesBox .salesRight .formBox .formlist ul li textarea,
.sales-page .salesBox .salesRight .formBox .formlist ul li label[for="file"] {
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #aaa;
    background: #ecedef;
    display: block;
    margin-top: 5px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li label[for="file"] {
    width: 100%;
    /*line-height: 70px;*/
    /*height: 70px;*/
    font-size: 14px;
    text-align: left;
    color: #929292;
    font-weight: 300;
    border: 1px solid #aaa;
    cursor: pointer;
    cursor: hand;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li textarea {
    line-height: 24px;
    padding: 6px 15px;
    height: 70px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li label[for="file"] input {
    display: none;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="submit"],
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="reset"] {
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="submit"] {
    background: #d6000f;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="submit"]:hover,
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="reset"]:hover {
    background: #222;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li input[type="reset"] {
    background: #aaa;
    margin-left: 18px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p {
    background: #d3d3d3;
    position: relative;
    padding: 5px;
    font-size: 14px;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p em {
    display: inline-block;
    width: 100%;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p i,
#consult dl dd i.fa {
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
    float: right;
    margin-top: 2px;
    position: relative;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p i:after,
.sales-page .salesBox .salesRight .formBox .formlist ul li p i:before,
#consult dl dd i.fa:after,
#consult dl dd i.fa:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    left: 0;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p i:after,
#consult dl dd i.fa:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sales-page .salesBox .salesRight .formBox .formlist ul li p i:before,
#consult dl dd i.fa:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sales-page .salesBox .salesRight .formBox .formlist ul li.wid-100 {
    width: 100%;
}
.sales-page .salesBox .salesRight .formBox .formlist ul li.wid-50 {
    width: 50%;
}
.sales-page .salesBox .salesRight .contactInfo {
    margin-top: 60px;
    line-height: 310px;
    height: 310px;
    display: block;
    background: url('../images/sales-contact-bg.png') center center no-repeat;
    text-align: right;
    padding: 15px;
}
.sales-page .salesBox .salesRight .contactInfo .info {
    max-width: 380px;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: rgba(255,255,255,.7);
    padding: 25px 20px 40px;
    line-height: normal;
    text-align: left;
}
.sales-page .salesBox .salesRight .contactInfo .info h4.title {
    font-size: 24px;
    font-weight: bold;
    color: #494949;
    line-height: 1;
}
.sales-page .salesBox .salesRight .contactInfo .info .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 18px 0 30px;
    text-indent: 2em;
}
.sales-page .salesBox .salesRight .contactInfo .info a.more {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    background: #d6000f;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 300;
}
.sales-page .salesBox .salesRight .contactInfo .info a.more:hover {
    background: #222;
}
.cooperate-page h2.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.cooperate-page .text {
    color: #f3f3f3;
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
}
.cooperate-page .cooperate-1 {
    background: #d6000f;
}
.cooperate-page .cooperate-1 .left {
    color: white;
    vertical-align: middle;
    padding-right: 3%;
    width: 48%;
    text-align: right;
}
.cooperate-page .cooperate-1 .left .box2 {
    max-width: 500px;
    margin-left: auto;
    display: block;
    text-align: left;
}
.cooperate-page .cooperate-1 .left .text {
    margin: 20px 0;
    text-indent: 2em;
}
.cooperate-page .fenduantixin{ font-weight: bold;}
.cooperate-page .cooperate-1 .left .text p {
    padding-top: 25px;
}
.cooperate-page .cooperate-1 .left .text p:first-child {
    padding-top: 0;
}
.cooperate-page .cooperate-1 .left a.more {
    display: inline-block;
    vertical-align: bottom;
    line-height: 48px;
    height: 48px;
    padding: 0 40px;
    background: white;
    color: #d6000f;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 5px;
}
.cooperate-page .cooperate-1 .left a.more:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cooperate-page .cooperate-1 .right {
    vertical-align: middle;
    width: 52%;
}
.cooperate-page .cooperate-1 .right ul li a {
    position: relative;
    display: block;
}
.cooperate-page .cooperate-1 .right ul li a img {
    width: 100%;
}
.cooperate-page .cooperate-1 .right ul li a h6 {
    line-height: 100px;
    height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    color: #333;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cooperate-page .cooperate-1 .right ul li a h6 i {
    width: 100px;
    height: 100%;
    float: right;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: relative;
    font-weight: 300;
}
.cooperate-page .cooperate-1 .right ul li a h6 i:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1,2);
    -moz-transform: translate(-50%,-50%) scale(1,2);
    -ms-transform: translate(-50%,-50%) scale(1,2);
    transform: translate(-50%,-50%) scale(1,2);
    color: white;
    font-size: 60px;
}
.cooperate-page .cooperate-2 {
    padding: 65px 0 80px;
    color: white;
    background: #333;
}
.cooperate-page .cooperate-2 .text {
    text-indent: 2em;
    margin: 25px 0 40px;
}
.cooperate-page .cooperate-2 .list {
    padding-bottom: 35px;
    border-bottom: 6px solid #edeeee;
    position: relative;
}
.cooperate-page .cooperate-2 .list:after,
.cooperate-page .cooperate-2 .list:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ebeced;
    position: absolute;
    bottom: -10px;
}
.cooperate-page .cooperate-2 .list:after {
    left: -2px;
}
.cooperate-page .cooperate-2 .list:before {
    right: -2px;
}
.cooperate-page .cooperate-2 .list ul li {
    padding: 30px;
}
.cooperate-page .cooperate-2 .list ul {
    margin: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cooperate-page .cooperate-2 .list ul li dl {
    background: url('../images/cooperate-2-bg.png') center center no-repeat;
    background-size: 100% 100%;
    padding: 10px 25px 25px;
    height: 100%;
    position: relative;
}
.cooperate-page .cooperate-2 .list ul li dl:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 9px solid #d6000f;
    background: #ebecec;
    position: absolute;
    top: 100%;
    margin-top: 23px;
    left: 50%;
    margin-left: -15px;
}
.cooperate-page .cooperate-2 .list ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}
.cooperate-page .cooperate-2 .list ul li dl dd {
    padding-left: 34px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}
.cooperate-page .cooperate-2 .list ul li dl dd:after {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/icon-sales-q.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.cooperate-page .cooperate-2 .list ul li dl dd:last-child {
    margin-bottom: 0;
}
.cooperate-page .cooperate-2 .list ul li:last-child dl {
    padding-left: 10px;
    padding-right: 10px;
}
.cooperate-page .cooperate-2 .list ul li:last-child dl dt {
    padding-left: 15px;
}
.cooperate-page .cooperate-2 .list ul li:last-child dl dd {
    font-size: 16px;
}
.cooperate-page .cooperate-3 {
    padding: 70px 0 50px;
}
.cooperate-page .cooperate-3 img {
    display: block;
    margin: 65px auto 0;
}
.cooperate-page .cooperate-4 {
    padding: 30px 0px 15px 0px;
    background: #f8f8f8;
}
.cooperate-page .cooperate-4 h6 {
    font-size: 24px;
    color: #494949;
    font-weight: bold;
    line-height: 1;
    margin: 12px 0 25px;
}
.cooperate-page .cooperate-4 .text {
    font-size: 20px;
    color: #494949;
}
.cooperate-page .cooperate-4 .left {
    padding-right: 5%;
}
.cooperate-page .cooperate-4 .right {
    padding-top: 20px;
}
.cooperate-page .cooperate-5 {
    padding: 55px 0 40px;
}
.cooperate-page .cooperate-5 .left {
    padding-top: 10px;
}
.cooperate-page .cooperate-5 .right {
    padding-left: 3%;
}
.cooperate-page .cooperate-6 {
    padding: 55px 0 65px;
    background: #f8f8f8;
}
.cooperate-page .cooperate-6 .left {
    vertical-align: middle;
    padding-right: 3%;
}
.cooperate-page .cooperate-6 .right {
    vertical-align: middle;
}
.cooperate-page .cooperate-5 .right .text,
.cooperate-page .cooperate-6 .left .text {
    font-size: 16px;
    color: #333;
}
.research-page {
    padding: 50px 0 80px;
}
.research-page .cooperateBox {
    position: relative;
    /*max-width: 900px;*/
    display: block;
    margin: 0 auto;
}
.cooperate-page .cooperate-1 .left .box2 {
    position: relative;
}
.research-page .cooperateBox .cooperateBoxLeft,
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-right: 25px;
}
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft {
    position: absolute;
    right: 100%;
    top: 0;
    width: 240px;
}
.research-page .cooperateBox .cooperateBoxLeft ul li,
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li {
    margin-bottom: 2px;
}
.research-page .cooperateBox .cooperateBoxLeft ul li a,
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li a {
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #333;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li a {
    color: white;
}
.research-page .cooperateBox .cooperateBoxLeft ul li a:hover,
.research-page .cooperateBox .cooperateBoxLeft ul li a.active {
    background: #d6000f;
    color: white;
}
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li a:hover,
.cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li a.active {
    background: white;
    color: #d6000f;
}
.research-page .cooperateBox .cooperateBoxRight {
    width: 75%;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 45px 25px 100px;
    background: white;
}
.research-page .cooperateBox .cooperateBtn {
    position: absolute;
    right: 45px;
    top: 20px;
    cursor: pointer;
    cursor: hand;
}
.research-page .cooperateBox h2.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}
.research-page .cooperateBox h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.research-page .cooperateBox h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.research-page .cooperateBox .text {
    font-size: 16px;font-weight: 300;
    text-indent: 2em;
    margin-bottom: 25px;
}
.research-page .cooperateBox img {
    display: block;
    margin: 0 auto 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.research-page .cooperateBox .cooperateBtn img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.research-page .cooperateBox .text a.more {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding: 0 12px;
    background: #333;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.research-page .cooperateBox .text a.more:hover {
    background: #d6000f;
}
.research-page .cooperateBox .list {
    margin-bottom: 60px;
}
.research-page .cooperateBox .list ul li {
    margin-bottom: 3px;
}
.research-page .cooperateBox .list ul li:last-child {
    margin-bottom: 0;
}
.research-page .cooperateBox .list ul li h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 3px;
    background: #f1f1f1;
    padding-right: 30px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #494949;
    cursor: pointer;
    cursor: hand;
}
.research-page .cooperateBox .list ul li h4:after {
    content: '+';
    position: absolute;
    right: 10px;
    text-align: center;
}
.research-page .cooperateBox .list ul li .text {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    padding: 12px 1% 35px;
    display: none;
}
.research-page .cooperateBox .list ul li h4.active {
    background: #d6000f;
    color: white;
}
.research-page .cooperateBox .list ul li h4.active:after {
    content: '-';
}
.research-page .cooperateBox .file {
    margin-bottom: 25px;
}
.research-page .cooperateBox .file label {
    width: 100%;
    line-height: 150px;
    height: 150px;
    text-align: center;
    background: #eee;
    border: 1px solid #dcdcdc;
    font-size: 32px;
    color: #bababa;
    font-weight: 300;
    cursor: pointer;
    cursor: hand;
    display: block;
}
.research-page .cooperateBox .file label input {
    display: none;
}
.research-page .cooperateBox .file .progress {
    margin-top: 5px;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.research-page .cooperateBox .file .progress i {
    width: 20%;
    height: 100%;
    font-size: 12px;
    color: white;
    background: #d6000f;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.research-page .cooperateBox .file .progress span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.user-page {
    padding: 50px 0 80px;
}
.user-page .box {
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.user-page .box h4 {
    padding: 8px 25px;
    background: #efefef;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.user-page .box .contentBox {
    padding: 45px 30px 35px;
}
.user-page .box .contentBox .userInfo {
    display: block;
}
.user-page .box .contentBox .userInfo .left {
    width: 70%;
    vertical-align: middle;
    padding-left: 145px;
    position: relative;
    line-height: 110px;
    height: 110px;
}
.user-page .box .contentBox .userInfo .left span.head {
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}
.user-page .box .contentBox .userInfo .left .middle {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.user-page .box .contentBox .userInfo .left .info {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.user-page .box .contentBox .userInfo .left .info p {
    display: inline-block;
    vertical-align: middle;
}
.user-page .box .contentBox .userInfo .left button {
    margin-top: 24px;
    padding: 7px 30px;
    border-radius: 5px;
    background: #ffc100;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffc100), color-stop(100%,#ffa100)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, #ffc100 0%, #ffa100 100%); /* firefox */
    background: -webkit-linear-gradient(left, #ffc100 0%,#ffa100 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, right top, from(#ffc100),to(#ffa100));
    background: -webkit-linear-gradient(left, #ffc100,#ffa100);
    background: -moz-linear-gradient(left, #ffc100,#ffa100);
    background: linear-gradient(to right, #ffc100,#ffa100); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc100', endColorstr='#ffa100',GradientType=1)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#ffa100',GradientType=1 ); /* 兼容IE5~IE9 */
    font-size: 16px;
    color: white;
    border:none;
}
.user-page .box .contentBox .userInfo .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
    padding-right: 3%;
}
.user-page .box .contentBox .userInfo .right>div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn {
    position: relative;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn dl {
    position: absolute;
    top: 100%;
    right: 40%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    max-width: 300px;
    padding: 10px;
    display: none;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn:hover dl {
    display: block;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn dl:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    right: 5px;
    bottom: 100%;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn dl dd {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.user-page .box .contentBox .userInfo .right>div.msgBtn dl dd.on:after {
    content: '';
    border: 2px solid #d6000f;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 45%;
}
.user-page .box .contentBox .userInfo .right em {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ff6a69;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.user-page .box .contentBox .userInfo .right .carBtn {
    margin-left: 15px;
}
.user-page .box .contentBox .userSet {
    margin-top: 35px;
}
.user-page .box .contentBox .userSet ul {
    margin: -23px;
}
.user-page .box .contentBox .userSet ul li {
    padding: 23px;
}
.user-page .box .contentBox .userSet ul li .box2 {
    text-align: center;
    -o-box-shadow: inset 0 0 35px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 0 35px rgba(0,0,0,.05);
    box-shadow: inset 0 0 35px rgba(0,0,0,.05);
    border-radius: 8px;
    overflow: hidden;
}
.user-page .box .contentBox .userSet ul li .box2 h5 {
    line-height: 40px;
    height: 40px;
    background: #efefef;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
}
.user-page .box .contentBox .userSet ul li .box2 .list {
    padding: 0 25px;
    font-size: 16px;
    /*line-height: 2;*/
    font-weight: 300;
    color: #494949;
    line-height: 9em;
    height: 9em;
}
.user-page .box .contentBox .userSet ul li .box2 .list dl {
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
}
.user-page .box .contentBox .userSet ul li .box2 .list dl dd:hover {
    text-decoration: underline;
}
.user-page .box .contentBox .service ul li {
    margin-bottom: 35px;
}
.user-page .box .contentBox .service ul li:last-child {
    margin-bottom: 0;
}
.user-page .box .contentBox .service ul li dl {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.user-page .box .contentBox .service ul li dl:after {
    /*content: '';*/
    width: 37px;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    background: #919191;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#919191), color-stop(100%,#c7c7c7)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #919191 0%, #c7c7c7 100%); /* firefox */
    background: -webkit-linear-gradient(top, #919191 0%,#c7c7c7 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(#919191),to(#c7c7c7));
    background: -webkit-linear-gradient(top, #919191,#c7c7c7);
    background: -moz-linear-gradient(top, #919191,#c7c7c7);
    background: linear-gradient(to bottom, #919191,#c7c7c7); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#c7c7c7',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#c7c7c7',GradientType=0 ); /* 兼容IE5~IE9 */
    z-index: -1;
}
.user-page .box .contentBox .service ul li dl dt {
    width: 37px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 3;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    color: white;
}
.user-page .box .contentBox .service ul li dl dd {
    display: inline-block;
    padding: 15px 30px 10px;
    text-align: center;
}
.user-page .box .contentBox .service ul li dl dd span {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    -o-box-shadow: 0 0 7px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.09);
    box-shadow: 0 0 7px rgba(0,0,0,.09);
    overflow: hidden;
    background: #eee;
    text-align: center;
    margin: 0 auto;
}
.user-page .box .contentBox .service ul li dl dd span img {
    display: inline-block;
    vertical-align: middle;
}
.user-page .box .contentBox .service ul li dl dd h6 {
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}
.user-page .box .contentBox .service ul li dl dd.active a {
    cursor: not-allowed;
    opacity: .5;
}
.user-page .box .contentBox .service ul li dl dd.active img{
    -webkit-filter:brightness(0);
    filter:brightness(0);
}
.user-page .box .contentBox .service ul li dl dd.active h6:before {
    content: '';
    width: 14px;
    height: 17px;
    background: url('../images/icon-lock.png') center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.user-page .box .contentBox .cooperate ul {
    margin: -10px;
}
.user-page .box .contentBox .cooperate ul li {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
.user-page .box .contentBox .cooperate ul li a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    background: #d6000f;
    color: white;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.user-page .box .contentBox .cooperate ul li a:hover {
    background: #222;
}
.user-page .box .contentBox .shared {
    /*max-width: 60%;*/
    margin-bottom: 80px;
}
.user-page .box .contentBox .shared ul {
    margin: -15px -30px;
}
.user-page .box .contentBox .shared ul li {
    padding: 15px 30px;
    text-align: center;
    /*width: auto;*/
}
.user-page .box .contentBox .shared ul li span {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
    width: 60px;
    -o-box-shadow: 0 0 7px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0 7px rgb(0 0 0 / 9%);
}
.user-page .box .contentBox .shared ul li h6 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    line-height: 1.2;
    max-width: 100%;
    /*width: 70px;*/
}
#pupus {
    position: fixed;
    width: 1000px;
    max-height: 80%;
    max-width: 94%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: white;
    overflow: auto;
    z-index: 23;
    margin-top: -.5px;
    display: none;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#pupus .ui.container {
    max-width: 100%;
}
#pupus.contact-page .contact-4 {
    padding: 40px 0;
}
#pupus.contact-page span.close {
    width: 40px;
    height: 40px;
    background: #eee;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    cursor: hand;
    display: block;
    z-index: 2;
}
#pupus.contact-page span.close:after,
#pupus.contact-page span.close:before {
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
#pupus.contact-page span.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.layui-table {
    margin: 0;
    padding: 15px;
}
.layui-table td {
    padding: 10px;
    border: none;
    font-size: 14px;
}
#pswEdit {
    padding: 15px;
    text-align: center;
}
#pswEdit label {
    font-size: 16px;
    display: block;
    text-align: right;
    margin-top: 10px;
    width: 100%;
}
#pswEdit label input {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #eee;
    margin-left: 10px;
}
.nobanner,.inner-page {
    margin-top: 90px;
}
.inner-page .inner-page {
    margin-top: 0;
}
.nobanner:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.cause-care-page li .content {
    z-index: 10;
}
.purchase-list-page .purchase-list a.more2 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-left: auto;
    margin-right: auto;
    background: #d6000f;
    margin-top: 30px;
}
.purchase-list-page .purchase-list a.more2:hover {
    background: #222;
}

.cooperate-page .cooperate-4 h4 {
    font-size: 18px;
    color: #494949;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0 25px;
    line-height: 1.5em;
}

.cooperate-page .cooperate-5 h6
{
    font-size: 24px;
    color: #494949;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0 25px;
}
.cooperate-page .cooperate-6 h6
{
    font-size: 24px;
    color: #494949;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0 25px;
}
.cooperate-page .huanhang {text-indent: 2em;}
.cooperate-page .#d6000f
{

    color: #d6000f;
    font-weight: bold;

}
#spotlight {
    left: 0;
}
#job {
    padding: 25px;
}
#job .text {
    text-indent: 2em;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
#job .layui-form-label {
    width: 120px;
}
#job .layui-input-block {
    margin-left: 140px;
}
#job #jobmore {
    float: right;
    display: none;
    padding: 8px 15px;
    color: white;
    font-size: 14px;
    background: #c01625;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#job #jobmore:hover {
    opacity: .7;
}
.cityBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    cursor: hand;
}
.cityBox>span {
    height: 40px;
    display: block;
    width: 100%;
}
.cityBox ul {
    padding: 10px;
    border: 1px solid #eee;
    max-height: 200px;
    overflow: auto;
    background: white;
    display: none;
}
.cityBox ul li {
    padding: 5px 10px;
}
.cityBox ul .layui-tree-entry {
    height: auto !important;
    padding: 0;
}
.cityBox ul .layui-tree-entry>div {
    padding: 3px 0;
    display: block;
    width: 100%;
}
#job em {
    color: #d6000f;
}
#job .layui-input-block>label {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
}
#regBox+div.layui-layer-page .layui-layer-content {
    height: auto !important;
}
.prodet-6 .more{
    margin: 30px auto 0;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    font-size: 20px;
    color: white;
    font-weight: 300;
    background: #d6000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#jpss-btn{
    display: block;
    width:25px;
    height:25px;
    background: url(../images/24gl-plus.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    margin:15px auto 0;
}
#jpss-btn.active{
    background-image: url(../images/24gl-Minus.png);
}
.prodet-page .prodet-6 .content .sl-box,
.prodet-page .prodet-6 .content .sl-box h2,
.prodet-page .prodet-4 .sl-box,
.prodet-page .prodet-3 .sl-box,
.prodet-page .prodet-5 .list ul li .content>.text{
    display: none;
}
#popbox {
    position: relative;
    z-index: 10;
}
#popbox .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 5%;
    z-index: 2;
    color: white;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,transparent), color-stop(100%,black)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%); /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%,black 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent),to(black));
    background: -webkit-linear-gradient(top, transparent,black);
    background: -moz-linear-gradient(top, transparent,black);
    background: linear-gradient(to bottom, transparent,black); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='black',GradientType=0 ); /* 兼容IE5~IE9 */
}
#popbox .text h5 {
    font-size: 24px;
}
#popbox .text .content {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}
.layui-tree-txt {
    min-width: 60%;
}
.marketing-form-page.print {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 100px 3%;
    overflow: unset;
    height: auto;
}
.marketing-form-page.print ul li.wid-100:last-child {
    display: none;
}
.marketing-form-page.print .box {
    max-width: none;
}
#plan,
#consult {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1000px;
    max-width: 90%;
    max-height: 80%;
    overflow: auto;
    background: white;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 15px;
    z-index: 30;
}
#plan h2,
#consult h2 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
#plan span.close.close,
#consult span.close.close{
    width: 28px;
    height: 28px;
    background: #eee;
    float: right;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
#plan span.close.close:hover,
#consult span.close.close:hover {
    background: #d6000f;
}
#plan span.close.close:hover:after,
#plan span.close.close:hover:before,
#consult span.close.close:hover:after,
#consult span.close.close:hover:before {
    background: white;
}
#plan span.close:after,
#plan span.close:before,
#consult span.close:after,
#consult span.close:before {
    content: '';
    width: 90%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 5%;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#plan span.close:before,
#consult span.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#plan table#table {
    display: table;
    margin-bottom: 0;
    text-align: center;
}
#plan table#table th,
#plan table#table td {
    padding: 10px 5px;
    border-color: #eee;
}
#plan table#table tr:nth-child(even) {
    background: #FAFAFA;
}
#plan table#table thead {
    background: #FAFAFA;
}
#plan table#table tbody {
    display: contents;
}
#plan table#table tbody input {
    border: none;
    border-radius: 2px;
    width: auto;
}
#consult h3{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #d6000f;
}
#consult .layui-form-radio+.layui-input {
    display: inline-block;
    width: auto;
}
#consult .wid-50 {
    width: 49%;
}
#consult .wid-33 {
    width: 32%;
}
#consult .wid-25 {
    width: 24%;
}
#consult .layui-form-label {
    width: 100px;
    padding: 9px 5px;
}
#consult label[for="appendix"] {
    display: inline-block;
    padding: 9px 25px;
    background: #d6000f;
    color: white;
}
#consult dl {
    margin-top: 8px;
}
#consult dl dd {
    font-size: 14px;
    width: 50%;
    float: left;
    padding-right: 15px;
}
#consult dl dd i.fa {
    float: right;
    cursor: pointer;
    cursor: hand;
    margin-top: 4px;
}
.layui-laydate-hint {
    display: none !important;
}
#plan button {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: white;
    background: #d6000f;
    margin-top: 20px;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#plan button:hover {
    background: #222;
}
.controlSlick .lock.active i:nth-child(2),
.controlSlick .lock i:nth-child(1) {
    display: none;
}
.controlSlick .lock.active i:nth-child(1) {
    display: inline-block;
}
.partybuilding-page {
    background: #fdf8e0;
}
.partybuilding-page>img {
    width: 100%;
}
.partybuilding-page .ui.container {
    width:1330px;
    max-width:100%;
}
.partybuilding-page h3.title {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding-left: 60px;
    padding-right: 35px;
    text-align: center;
    min-width: 315px;
    background: url('../images/partybuilding-title.png') center center;
    background-size: 100% 100%;
    font-size: 26px;
    font-weight: bold;
    color: white;
}
.partybuilding-page .partybuilding-1 .left {
    padding-right: 15px;
}
.partybuilding-page .partybuilding-1 .left .content {
    margin-top: 24px;
    font-size: 18px;
    color: #494949;
    text-indent: 2em;
    line-height: 1.6;
}
.partybuilding-page .partybuilding-1 .left .content h6 {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    text-indent: 0;
}
.partybuilding-page .partybuilding-1 .right {
    padding: 0 2%;
}
.partybuilding-page .partybuilding-2 {
    padding-top: 55px;
}
.partybuilding-page .partybuilding-2 .content {
    margin: 30px 0 70px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-indent: 2em;
}
.partybuilding-page .partybuilding-2 .content p {
    padding-bottom: 28px;
}
.partybuilding-page .partybuilding-2 .content p:last-child {
    padding-bottom: 0;
}
.partybuilding-page .partybuilding-3 {
    padding: 180px 0;
}
.partybuilding-page .partybuilding-3 .top .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.partybuilding-page .partybuilding-3 .top .box h3 {
    cursor: pointer;
    cursor: hand;
}
.partybuilding-page .partybuilding-3 .bottom {
    margin-top: 40px;
    padding: 0 4%;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox {
    width: 17%;
    float: left;
    padding-right: 30px;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox .content {
    padding-left: 20px;
    padding-top: 45px;
    color: #d61518;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox p {
    font-size: 18px;
    margin-top: 5px;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox strong {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}
.partybuilding-page .partybuilding-3 .bottom .titleBox strong:before {
    content: '';
    width: 25px;
    height: 3px;
    display: block;
    margin-bottom: 10px;
    background: #d61518;
}
.partybuilding-page .partybuilding-3 .bottom .listBox {
    width: 83%;
    display: inline-block;
}
.partybuilding-page .partybuilding-3 .bottom .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partybuilding-page .partybuilding-3 .bottom .list .leftTitle {
    width: 25%;
    position: relative;
}
.partybuilding-page .partybuilding-3 .bottom .list .leftTitle ul,
.partybuilding-page .partybuilding-3 .bottom .list .leftTitle li {
    height: 100%;
}
.partybuilding-page .partybuilding-3 .bottom .list .rightImg {
    width: 75%;
    position: relative;
}
.partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) .leftTitle {
    left: 75%;
}
.partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) .rightImg {
    left: -25%;
}
.partybuilding-page .partybuilding-3 .bottom .list:nth-child(odd) .rightImg {
    direction: rtl;
}
.partybuilding-page .partybuilding-3 .bottom .list {
    margin: -6px -10px;
}
.partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0;
}
.partybuilding-page .partybuilding-3 .bottom .list .rightImg ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li {
    padding: 6px 10px;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box {
    height: 100%;
    background: #eee;
    display:block;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box.title {
    padding: 25px;
    background: #d61518;
    color: white;
    position: relative;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box.title h5 {
    font-size: 40px;
    line-height: 1;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box.title h5 small {
    display: block;
    font-size: 50%;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box.title em {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background:none;
    width:auto;
    height:auto;
    top:auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) ul li .box.title em img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box>img {
    display: block;
    width: 100%;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box .content {
    padding: 10px;
    direction: ltr;
    text-align: left;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box .content time {
    font-size: 14px;
    font-weight: bold;
    color: #494949;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 7px;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box .content time:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    background: #d61518;
}
.partybuilding-page .partybuilding-3 .bottom .list ul li .box .content p {
    font-size: 14px;
    line-height: 1.4;
    min-height: 2.8em;
}
.partybuilding-page .partybuilding-4 {
    padding-bottom: 280px;
}
.partybuilding-page .partybuilding-4 .bottom {
    margin-top: 50px;
    padding: 0 12%;
}
.partybuilding-page .partybuilding-4 .bottom ul {
    margin: -15px;
}
.partybuilding-page .partybuilding-4 .bottom li {
    padding: 15px;
}
.partybuilding-page .partybuilding-4 .bottom li a {
    display: block;
}
.partybuilding-page .partybuilding-4 .bottom li a img {
    width: 100%;
}
.public-video-page {
    padding: 90px 0 120px;
    background: #1b202b;
    color: white;
    text-align: center;
}
.public-video-page>div {
    padding-left: 15%;
    padding-right: 15%;
}
.public-video-page .public-video-1 {
    text-align: center;
}
.public-video-page .public-video-1 li {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 80px;
    cursor: pointer;
    cursor: hand;
    line-height: 1;
}
.public-video-page .public-video-1 li:hover,
.public-video-page .public-video-1 li.active {
    color: #d6000f;
}
.public-video-page .public-video-2 {
    margin-top: 75px;
}
.public-video-page .public-video-2 .appointment .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-video-page .public-video-2 .appointment .navList {
    width: 13%;
    padding-right: 20px;
}
.public-video-page .public-video-2 .appointment .navList ul li {
    margin-bottom: 35px;
}
.public-video-page .public-video-2 .appointment .navList ul li:last-child {
    margin-bottom: 0;
}
.public-video-page .public-video-2 .appointment .navList ul li a {
    display: block;
    padding: 20px 10px;
    text-align: left;
    border-radius: 9px;
    background: #5e9279;
    font-size: 19px;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.public-video-page .public-video-2 .appointment .navList ul li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.public-video-page .public-video-2 .appointment .navList ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.public-video-page .public-video-2 .appointment .navList ul li:nth-child(5n+2) a {
    background: #c26b6b;
}
.public-video-page .public-video-2 .appointment .navList ul li:nth-child(5n+3) a {
    background: #484e95;
}
.public-video-page .public-video-2 .appointment .navList ul li:nth-child(5n+4) a {
    background: #467892;
}
.public-video-page .public-video-2 .appointment .navList ul li:nth-child(5n+5) a {
    background: #96529c;
}
.public-video-page .public-video-2 .appointment .videoList {
    width: 87%;
    margin: -10px -15px;
}
.public-video-page .public-video-2 .appointment .videoList ul li {
    padding: 10px 15px;
    float: left;
}
.public-video-page .public-video-2 .appointment .videoList ul li a.videoBox {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    font-size: 7px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.public-video-page .public-video-2 .appointment .videoList ul li a.videoBox .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.4em 4em 2em 2em;
    background: rgba(5, 5, 5, .7);
    text-align: left;
}
.public-video-page .public-video-2 .appointment .videoList ul li a.videoBox .content h4 {
    display: inline-block;
    max-width: 70%;
    font-size: 3.6em;
    font-weight: bold;
}
.public-video-page .public-video-2 .appointment .videoList ul li a.videoBox .content h4 small {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    font-size: 56%;
}
.public-video-page .public-video-2 .appointment .videoList ul li a.videoBox .content em {
    line-height: 3em;
    height: 3em;
    padding: 0 .5em;
    border-radius: 5px;
    font-size: 2.8em;
    background: #d6000f;
    float: right;
}
.public-video-page .public-video-2 .appointment .videoList .videoSlide,
.public-video-page .public-video-2 .appointment .videoList .videoSlide ul {
    height: 100%;
}
.public-video-page .public-video-2 .appointment .videoList .videoSlide li {
    height: 50.1%;
}
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(1) {
    height: 100%;
}
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(2) a.videoBox {
    font-size: 5px;
}
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(3) a.videoBox,
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(4) a.videoBox {
    font-size: 3px;
}
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(3),
.public-video-page .public-video-2 .appointment .videoList ul li:nth-child(4) {
    width: 25%;
}
.public-video-page .public-video-2 .public .box {
    position: relative;
}
.public-video-page .public-video-2 .public .box .navList {
    padding: 0 17%;
    overflow: hidden;
    position: relative;
}
.public-video-page .public-video-2 .public .box .navList .slick-list {
    overflow: unset;
}
.public-video-page .public-video-2 .public .box .navList ul {
    margin: -10px;
}
.public-video-page .public-video-2 .public .box .navList ul li {
    padding: 10px;
}
.public-video-page .public-video-2 .public .box .navList ul li a {
    display: block;
    position: relative;
}
.public-video-page .public-video-2 .public .box .navList ul li img {
    width: 100%;
}
.public-video-page .public-video-2 .public .box .navList ul li a h6 {
    font-size: 24px;
    font-weight: bold;
    padding: 10% 15px;
    text-align: center;
    background: rgba(13,13,13,.48);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide>div {
    -webkit-transform: scale(.82);
    -moz-transform: scale(.82);
    -ms-transform: scale(.82);
    transform: scale(.82);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    left: 10%;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide+.slick-active>div {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    left: 0;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide+.slick-active+.slick-current>div {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 0;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide+.slick-active+.slick-current+.slick-active>div {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    transform: rotateY(15deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    left: 0;
}
.public-video-page .public-video-2 .public .box .navList ul .slick-slide+.slick-active+.slick-current+.slick-active+.slick-slide>div {
    -webkit-transform: scale(.82);
    -moz-transform: scale(.82);
    -ms-transform: scale(.82);
    transform: scale(.82);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    left: -10%;
}
.public-video-page .public-video-2 .public .box .btn div {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
}
.public-video-page .public-video-2 .public .box .btn div.prev {
    left: 16%;
}
.public-video-page .public-video-2 .public .box .btn div.next {
    right: 16%;
}
.public-video-page .public-video-2 .public .box .btn div.next img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.public-video-page .public-video-2 .public .videoList {
    margin-top: 150px;
    text-align: left;
    padding: 0 5%;
}
.public-video-page .public-video-2 .public .videoList ul {
    margin: -25px;
}
.public-video-page .public-video-2 .public .videoList ul li {
    padding: 25px;
}
.public-video-page .public-video-2 .public .videoList ul li a.videoBox {
    display: block;
}
.public-video-page .public-video-2 .public .videoList ul li a.videoBox span {
    height: 270px;
    background-size: cover;
    background-position: center center;
    border: 5px solid #646464;
    display: block;
}
.public-video-page .public-video-2 .public .videoList ul li a.videoBox .content {
    margin-top: 18px;
    text-align: left;
}
.public-video-page .public-video-2 .public .videoList ul li a.videoBox .content h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.public-video-page .public-video-2 .public .videoList ul li a.videoBox .content h4 small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
}
.playBox {
    position: relative;
}
.playBox .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: white;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}
.playBox .playBtn:after,
.playBox .playBtn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: inherit;
    -webkit-animation:ks 2s linear infinite;
    -moz-animation:ks 2s linear infinite;
    animation:ks 2s linear infinite;
    z-index: -1;
}
.playBox .playBtn:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.playBox .playBtn i {
    border-left: 10px solid #d6000f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
}
.partybuilding-page>div,
.cooperate-page .cooperate-1>div,
.new-shared .shared-4,
.new-shared .shared-6>div,
.public-video-page>div,
.prodet-page .scrollImg_ovf {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1500px) {
    .ui.container {
        width: 1200px;
    }
    .purchase-banner .box h3,
    .inner-page h2.title,
    .cause-care-page .right .box h2.title,
    .cause-video-page .cause-video-1 ul li .box .text h2.title,
    .cause-Work-page .slide h2.title,
    .contact-page h2.title,
    .newdet-page .slideLeft .box h1,
    .news-page .newsList ul li .left h3,
    .purchase-page h2.title {
        font-size: 30px;
    }


    .cloud-Professional-page .cloud-Professional-1 .text P {text-indent: 2em;}



    .purchase-banner .box h6,
    .cloud-future-page h6,
    .cloud-Professional-page .cloud-Professional-1 .text,
    .cloud-Professional-page .cloud-Professional-4 h6,
    .cloud-Life-page h6,
    .cloud-service-page .cloud-service-2 .left h6,
    .cloud-service-page .cloud-service-4 h6,
    #footer .footer-top .list ul li dl dt,
    .contact-page .contact-1 .text,
    .contact-page .contact-2 .map .contact-info h6,
    .marketing-form-page h4,
    .newdet-page .slideRight h3,
    .prodet-page .prodet-2 h6,
    .prodet-page .prodet-6 .content table tr th,
    .product-page .product-3 .list ul li .box .box2 h5,
    .purchase-list-page .purchase-list ul li .left h4 {
        font-size: 20px;
    }
    .cause-care-page .right .box .text,
    .cause-Work-page .slide .text,
    .cloud-future-page .text,
    .cloud-Professional-page .cloud-Professional-4 .text,
    .cloud-Life-page .text,
    .cloud-Professional-page .cloud-Professional-2 .left .text,
    .cloud-service-page .text,
    .contact-page .contact-2 .map .contact-info .list ul li,
    .marketing-page .marketing-2 .list ul li .box .text,
    .marketing-page .marketing-3 ul li .left .box .text,
    .marketing-page .marketing-4 ul li .box a.more,
    .newdet-page .slideLeft .box .content,
    .newdet-page .slideRight .list ul li,
    .news-page .newsList ul li .left .text,
    .product-page .product-1 .text,
    .purchase-page .purchase-2 .text,
    .purchase-page .purchase-1 .bottom ul li a.more,
    .purchase-list-page .purchase-list-nav ul li a,
    .purchase-list-page .purchase-list ul li .left .text,
    .purchase-list-page .purchase-list ul li .right a.more {
        font-size: 16px;
    }
    .contact-page .contact-2 .map .contact-info .list ul li em {
        font-size: 112.5%;
        line-height: 1.4;
    }
    .cause-care-page .right .box .btn a {
        width: 140px;
        margin-right: 15px;
        line-height: 32px;
        height: 36px;
        font-size: 14px;
    }
    .cause-care-page .right .box {
        padding: 0 4% !important;
    }
    .cause-care-page .right .box .btn {
        margin-top: 20px;
    }
    .cause-care-page .right .box h2.title {
        margin: 10px 0;
    }
    .cause-Co-create-page {
        padding: 70px 0 100px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a i,
    .cloud-future-page .cloud-future-4 ul li i,
    .product-page .product-1 .list ul li .box i.ie1 {
        height: 60px;
        line-height: 60px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a i img,
    .cloud-future-page .cloud-future-4 ul li i img,
    .product-page .product-1 .list ul li .box i.ie1 img {
        max-height: 100%;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a h6 {
        font-size: 20px;
    }
    .cause-Co-create-page .cause-Co-create-list {
        margin-top: 60px;
    }
    .cause-Co-create-page .cause-Co-create-list ul li {
        padding: 15px;
    }
    .cause-Co-create-page .cause-Co-create-list ul {
        margin: -15px;
    }
    .cause-platform-page .cause-platform-2 ul li .contentBox {
        padding: 0 15px;
    }
    .cause-platform-page .cause-platform-1 .left .content {
        padding-left: 15px;
    }
    .cause-platform-page .cause-platform-2 ul li {
        background-size: auto 40% !important;
    }
    .cause-platform-page .cause-platform-3 {
        padding: 100px 0;
    }
    .cause-platform-page .cause-platform-3 ul li .box {
        padding: 50px 15px 20px;
    }
    .cause-platform-page .cause-platform-3 ul li .box h3 {
        font-size: 20px;
    }
    .cause-platform-page .cause-platform-3 ul li .box i {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .cause-platform-page .cause-platform-3 ul li .box i img {
        max-width: 50%;
    }
    .cause-platform-page .cause-platform-3 ul li {
        padding: 25px;
    }
    .cause-platform-page .cause-platform-3 ul {
        margin: -25px;
    }
    .cause-recruitment-page .cause-recruitment-nav .right {
        padding-left: 10%;
    }
    .cause-recruitment-page .cause-recruitment-nav .options > span,
    .cause-recruitment-page .cause-recruitment-nav .options input {
        font-size: 16px;
        line-height: 36px;
        height: 36px;
    }
    .cause-recruitment-page .cause-recruitment-list ul li .right a.more {
        line-height: 40px;
        height: 40px;
    }
    .cause-recruitment-page {
        padding-bottom: 70px;
    }
    .inner-page .m-page {
        margin-top: 50px;
    }
    .cause-video-page .cause-video-1 ul .slick-arrow.slick-next {
        right: 0;
    }
    .cause-video-page .cause-video-1 ul .slick-arrow.slick-prev {
        left: 0;
    }
    .cause-video-page .cause-video-1 ul li .box .text .tag {
        font-size: 14px;
    }
    .cause-video-page .cause-video-1 ul li .box .text a.more {
        font-size: 14px;
    }
    .cause-video-page .cause-video-2 .list {
        margin-bottom: 40px;
    }
    .cause-video-page .cause-video-2 {
        padding: 100px 0;
    }
    .cause-Work-page .slide .list.honor ul li {
        padding: 20px;
    }
    .cause-Work-page .slide .list.honor ul {
        margin: -20px;
    }
    /*.purchase-banner.height {
    height: 760px;
  }*/
    .cloud-future-page .cloud-future-1 {
        padding: 60px 0;
    }
    .cloud-future-page .cloud-future-3 img,
    .cloud-service-page .cloud-service-4 img,
    .purchase-page .purchase-2 img {
        max-width: 700px;
        margin-top: 70px;
    }
    .cloud-future-page .cloud-future-5 {
        height: 400px;
    }
    .cloud-Life-page ul li {
        padding: 80px 0;
        background-size: 100% auto !important;
        background-position: center bottom !important;
    }
    .cloud-Life-page ul li:nth-child(2) {
        background-repeat: repeat !important;
    }
    .cloud-service-page .cloud-service-4 {
        padding: 70px 0;
    }
    .cloud-service-page .cloud-service-5 {
        height: 380px;
    }
    #footer .footer-top .list ul li dl dt {
        margin-bottom: 15px;
    }
    #footer .footer-top .logo {
        margin-top: 30px;
    }
    #footer .footer-top .list ul li {
        width: 20%;
    }
    #footer .footer-top .list ul li:last-child {
        width: 26%;
    }
    #footer .footer-top {
        padding: 50px 0;
    }
    #footer .footer-bottom {
        padding: 10px 0;
    }
    .purchase-banner .box .text {
        font-size: 14px;
    }
    .contact-page .contact-1 {
        padding: 90px 0 50px;
    }
    .contact-page .contact-2 .map .contact-info {
        padding: 50px 20px 20px;
    }
    .contact-page #mapContainer {
        height: 500px !important;
    }
    .contact-page .contact-4 {
        padding: 100px 0;
    }
    .contact-page .contact-4 .form ul li input,
    .contact-page .contact-4 .form ul li textarea {
        padding: 10px 15px;
        font-size: 16px;
    }
    .contact-page .contact-4 .form ul li textarea {
        height: 193px;
    }
    .contact-page .contact-4 .form .right input {
        line-height: 50px;
        height: 50px;
        font-size: 20px;
    }
    /*.purchase-banner {
    height: 500px;
  }*/
    .marketing-page .marketing-1 .list ul li .box p {
        font-size: 14px;
    }
    .marketing-page .marketing-1 .list ul li .box i {
        height: 44px;
        line-height: 44px;
    }
    .marketing-page .marketing-1 .list ul li .box i img {
        max-height: 100%;
    }
    .marketing-page .marketing-2 .list ul li .box i img {
        max-height: 60px;
    }
    .marketing-page .marketing-2 .list ul li .box h4 {
        font-size: 26px;
    }
    .marketing-page .marketing-3 ul li .left .box {
        padding: 0 6% !important;
    }
    .marketing-page .marketing-4 {
        padding: 100px 0;
    }
    .marketing-page .marketing-4 ul li .box p {
        font-size: 18px;
        margin: 16px 0;
    }
    .marketing-page .marketing-4 ul li {
        padding: 30px 20px;
    }
    .marketing-page .marketing-4 ul {
        margin: -30px -20px;
    }
    .marketing-form-page span.close {
        right: 0;
    }
    .marketing-form-page {
        padding: 100px 0 160px;
    }
    .marketing-form-page .options label,
    .marketing-form-page p,
    .marketing-form-page h6 {
        font-size: 14px;
    }
    .marketing-form-page input[type="submit"],
    .marketing-form-page input[type="reset"] {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .newdet-page .slideLeft .box {
        padding: 30px;
    }
    .newdet-page .slideLeft .msgBox {
        padding: 40px 30px 0;
    }
    .newdet-page .slideRight .list ul li {
        padding: 20px 0;
    }
    .news-page {
        padding: 70px 0;
    }
    .product-banner {
        /*height: 400px;*/
        background-size: 100% auto;
    }
    .product-page .product-1 .list ul li .box {
        padding: 70px 15px;
    }
    .product-page .product-1 .list ul li .box h6 {
        font-size: 24px;
        margin-top: 20px;
    }
    .product-page .product-1 {
        padding: 60px 0;
    }
    .product-page .product-2,
    .product-page .product-3 {
        padding: 70px 0;
    }
    .product-page .product-2 .proBox {
        margin-top: 50px;
    }
    .product-page .product-2 .proBox ul li .title h5 {
        font-size: 18px;
    }
    .product-page .product-3 .list {
        margin-top: 50px;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 5px;
    }
    #header .nav {
        line-height: 70px;
        height: 70px;
    }
    .prodet-page {
        padding-top: 70px;
    }
    .prodet-page h1.title {
        font-size: 36px;
    }
    .prodet-page .prodet-2 .img {
        max-width: 700px;
    }
    .prodet-page .prodet-2 .img:after,
    .prodet-page .prodet-2 .img:before {
        -webkit-transform: scale(0.7) translateY(-50%);
        -moz-transform: scale(0.7) translateY(-50%);
        -ms-transform: scale(0.7) translateY(-50%);
        transform: scale(0.7) translateY(-50%);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }
    .prodet-page .prodet-2 .img .Three3DBtn {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .prodet-page .prodet-4 .img img {
        max-width: 40%;
    }
    .prodet-page .prodet-5 .list ul li .content {
        padding: 20px 15px 30px;
    }
    .prodet-page .prodet-5 .list ul li .content h5 {
        font-size: 20px;
    }
    .prodet-page .prodet-5 .list ul li .content .text {
        font-size: 15px;
    }
    .prodet-page .prodet-6 {
        padding: 70px 0;
    }
    .prodet-page .prodet-6 .content h5 {
        font-size: 18px;
    }
    .prodet-page .prodet-6 .content table tr td {
        font-size: 14px;
    }
    .prodet-page .prodet-6 .content table tr td strong {
        font-size: 112.5%;
    }
    .prodet-page #pzcpan a.more {
        line-height: 48px;
        height: 48px;
        font-size: 20px;
        padding: 0 25px;
        margin-top: 40px;
    }
    .product-page .product-3 .list ul li .box .box2 i {
        height: 30px;
        line-height: 30px;
        display: block;
    }
    .product-page .product-3 .list ul li .box .box2 i img {
        max-height: 100%;
    }
    .product-page .product-3 .list ul li .box .box2 h5 {
        margin: 10px 0;
    }
    .purchase-page .purchase-2 {
        margin-top: 60px;
    }
    .purchase-page .purchase-1 .top .right .btn a {
        line-height: 32px;
        height: 32px;
        padding: 0 15px;
    }
    .purchase-page .purchase-1 .bottom ul li i {
        height: 40px;
        line-height: 40px;
    }
    .purchase-page .purchase-1 .bottom ul li i img {
        max-height: 100%;
    }
    .purchase-page .purchase-1 .bottom ul li a.more {
        line-height: 32px;
        height: 32px;
        padding: 0 20px;
    }
    .purchase-list-page {
        padding: 70px 0;
    }
    .purchase-list-page .purchase-list-filter {
        margin: 40px 0 20px;
    }
    .purchase-list-page .purchase-list-filter .sort,
    .purchase-list-page .purchase-list-filter .search input {
        font-size: 14px;
    }
    .purchase-list-page .purchase-list ul li:hover .left h4 {
        font-size: 24px;
    }
    .purchase-list-page .purchase-list ul li .right a.more {
        line-height: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
    }
    #header {
        display: none;
    }
    #mobile {
        display: block;
    }
    .purchase-banner {
        margin-top: 40px;
        height: 400px;
    }
    .purchase-banner .box h6,
    .cloud-future-page h6,
    .cloud-Professional-page .cloud-Professional-1 .text,
    .cloud-Professional-page .cloud-Professional-4 h6,
    .cloud-Life-page h6,
    .cloud-service-page .cloud-service-2 .left h6,
    .cloud-service-page .cloud-service-4 h6,
    #footer .footer-top .list ul li dl dt,
    .contact-page .contact-1 .text,
    .contact-page .contact-2 .map .contact-info h6,
    .marketing-form-page h4,
    .newdet-page .slideRight h3,
    .prodet-page .prodet-2 h6,
    .prodet-page .prodet-6 .content table tr th,
    .product-page .product-3 .list ul li .box .box2 h5,
    .purchase-list-page .purchase-list ul li .left h4 {
        font-size: 16px;
    }
    .purchase-banner .box h3,
    .inner-page h2.title,
    .cause-care-page .right .box h2.title,
    .cause-video-page .cause-video-1 ul li .box .text h2.title,
    .cause-Work-page .slide h2.title,
    .contact-page h2.title,
    .newdet-page .slideLeft .box h1,
    .news-page .newsList ul li .left h3,
    .purchase-page h2.title {
        font-size: 26px;
    }
    .purchase-list-page .purchase-list ul li:hover .left h4 {
        font-size: 20px;
    }
    .cause-care-page .right .box .text,
    .cause-Work-page .slide .text,
    .cloud-future-page .text,
    .cloud-Professional-page .cloud-Professional-4 .text,
    .cloud-Life-page .text,
    .cloud-Professional-page .cloud-Professional-2 .left .text,
    .cloud-service-page .text,
    .contact-page .contact-2 .map .contact-info .list ul li,
    .marketing-page .marketing-2 .list ul li .box .text,
    .marketing-page .marketing-3 ul li .left .box .text,
    .marketing-page .marketing-4 ul li .box a.more,
    .newdet-page .slideLeft .box .content,
    .newdet-page .slideRight .list ul li,
    .news-page .newsList ul li .left .text,
    .product-page .product-1 .text,
    .purchase-page .purchase-2 .text,
    .purchase-page .purchase-1 .bottom ul li a.more,
    .purchase-list-page .purchase-list-nav ul li a,
    .purchase-list-page .purchase-list ul li .left .text,
    .purchase-list-page .purchase-list ul li .right a.more,
    .purchase-page .purchase-1 .bottom ul li p {
        font-size: 14px;
    }
    .inner-page .loadMore {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
    }
    .purchase-page .purchase-1 .bottom ul li {
        padding: 0 3%;
    }
    .cloud-future-page .cloud-future-3 img,
    .cloud-service-page .cloud-service-4 img,
    .purchase-page .purchase-2 img {
        max-width: 500px;
        margin-top: 30px;
    }
    .purchase-page .purchase-2 .text {
        margin-bottom: 30px;
    }
    .prodet-page {
        padding-top: 40px;
    }
    .prodet-page h1.title {
        font-size: 30px;
    }
    .prodet-page .prodet-2 a.more {
        font-size: 16px;
    }
    .prodet-page .prodet-5 .list ul li .content .text {
        font-size: 14px;
    }
    /*.prodet-page .prodet-6 .content {
    margin-top: 50px;
  }*/
    .product-page .product-1 .list ul li .box {
        padding: 50px 15px;
    }
    .product-page .product-1 .list ul li .box h6 {
        font-size: 20px;
    }
    .product-page .product-3 .list ul li .box .box2 p {
        font-size: 12px;
    }
    .product-page .product-3 .list ul li .box .box2 {
        padding: 10px;
    }
    .product-page .product-3 .list ul li .box .box2 a.more {
        margin-top: 5px;
    }
    .product-page .product-3 .list ul li .box .box2 a.more img {
        max-height: 24px;
    }
    #footer .footer-top .list ul li:last-child {
        width: 30%;
    }
    .product-page .product-2 .proBox ul li .title h5 {
        font-size: 16px;
        margin-top: 20px;
    }
    .product-page .product-2 .proBox ul li .box {
        padding: 30px 20px;
        width: 320%;
    }
    .product-page .product-2 .proBox ul li:nth-child(3n+2) .box {
        left: -110%;
    }
    .product-page .product-2 .proBox ul li:nth-child(3n+3) .box {
        left: -220%;
    }
    .news-page .newsList ul li .left {
        width: 70%;
        padding-right: 4%;
    }
    .news-page .newsList ul li .right {
        width: 30%;
    }
    .newdet-page .slideLeft .box .content {
        margin-top: 30px;
    }
    .newdet-page .slideLeft .box {
        padding: 15px;
    }
    .newdet-page .slideLeft .msgBox {
        padding: 20px 15px 0;
    }
    .newdet-page .slideLeft .msgBox .msgMore {
        padding: 15px;
    }
    .marketing-page .marketing-1 .list {
        margin-top: 40px;
    }
    .marketing-page .marketing-1 {
        padding-top: 70px;
    }
    .marketing-page .marketing-2 {
        padding: 100px 0;
    }
    .marketing-page .marketing-4 ul li .box p {
        font-size: 16px;
        margin: 6px 0;
    }
    .marketing-page .marketing-4 ul li.wid-60 .text {
        padding: 15px;
    }
    .marketing-page .marketing-4 ul li {
        padding: 15px;
    }
    .marketing-page .marketing-4 ul {
        margin: -15px;
    }
    .contact-page .contact-1 {
        padding: 60px 0 30px;
    }
    .contact-page .contact-2 .map .contact-info .addOptions span {
        font-size: 16px;
    }
    .contact-page .contact-2 .map .contact-info .addOptions ul li {
        font-size: 14px;
    }
    .contact-page .contact-2 .map .contact-info {
        max-width: 300px;
    }
    .contact-page .contact-3 .share ul li {
        max-width: 40px;
        margin-right: 20px;
    }
    .contact-page .contact-3 .share {
        margin-top: 25px;
    }
    .contact-page .contact-4 {
        padding: 60px 0;
    }
    .cloud-service-page .cloud-service-2 {
        padding: 60px 0;
    }
    .cloud-Professional-page .cloud-Professional-1 .text {
        margin: 20px 0 30px;
    }
    .cloud-Professional-page .cloud-Professional-1 {
        padding: 40px 0;
    }
    .cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold {
        margin: 20px 0 40px;
    }
    .cloud-Professional-page .cloud-Professional-2 {
        padding: 70px 0;
    }
    .cloud-Professional-page .cloud-Professional-3 .small {
        bottom: 20px;
    }
    .cloud-Professional-page .cloud-Professional-3 .small ul li h6 {
        margin-top: 10px;
    }
    .cloud-Professional-page .cloud-Professional-4 h6 {
        margin: 10px 0 25px;
    }
    .cloud-Professional-page .cloud-Professional-4 {
        padding: 60px 0;
    }
    .cloud-Professional-page .cloud-Professional-5 {
        height: 700px;
    }
    .cloud-Life-page ul li {
        padding: 50px 0;
    }
    .cloud-history-page .cloud-history-1 .right ul li {
        padding: 6px 10px;
    }
    .cloud-history-page .cloud-history-1 .right ul {
        margin: -6px -10px;
    }
    .cloud-history-page .cloud-history-1 .right ul li .box2 {
        padding: 20px 100px 20px 15px;
    }
    /*.purchase-banner.height {
    height: 600px;
  }*/
    .cloud-future-page .cloud-future-3 {
        padding: 60px 0;
    }
    .cloud-future-page .cloud-future-4 ul li p {
        margin-top: 20px;
    }
    .cloud-future-page .cloud-future-4 {
        padding: 40px 0;
    }
    .cause-Work-page .slide {
        padding: 50px 0;
    }
    .cause-video-page .cause-video-2 h3 {
        font-size: 20px;
    }
    .cause-video-page .cause-video-2 .list ul li .box .box2 h6 {
        font-size: 16px;
        margin-left: 2px;
    }
    .cause-video-page .cause-video-2 .list ul li .box .box2 p {
        font-size: 12px;
        margin-top: 8px;
    }
    .cause-video-page .cause-video-2 .list ul li .box .box2 i {
        max-width: 24px;
    }
    .cause-recruitment-page .cause-recruitment-nav .options > span,
    .cause-recruitment-page .cause-recruitment-nav .options input {
        font-size: 14px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .cause-platform-page .cause-platform-1 .left .content span.tag {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .cause-platform-page .cause-platform-1 .left .content .text {
        margin-top: 20px;
        line-height: 1.8;
        font-size: 14px;
    }
    .cause-platform-page .cause-platform-2 ul li:nth-child(3) {
        padding-left: 1%;
    }
    .cause-platform-page .cause-platform-2 ul li h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .cause-platform-page .cause-platform-2 ul li .box h6 {
        font-size: 16px;
    }
    .cause-platform-page .cause-platform-2 ul li .box dl dd {
        font-size: 14px;
    }
    .cause-platform-page .cause-platform-2 ul li {
        padding: 35px 0;
    }
    .cause-platform-page .cause-platform-3 ul li {
        padding: 25px 10px;
    }
    .cause-platform-page .cause-platform-3 ul {
        margin: -25px -10px;
    }
    .cause-platform-page .cause-platform-3 {
        padding: 70px 0;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a {
        padding: 15px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a i,
    .cloud-future-page .cloud-future-4 ul li i,
    .product-page .product-1 .list ul li .box i.ie1 {
        height: 44px;
        line-height: 44px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a h6 {
        font-size: 18px;
    }
    .cause-Co-create-page .cause-Co-create-list {
        margin-top: 35px;
    }
    .cause-Co-create-page {
        padding: 50px 0;
    }
    .cause-care-page .right .box .btn a {
        width: 100px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
        width: 700px;
    }
    .purchase-banner {
        height: 300px;
    }
    .cause-care-page .left {
        width: 100%;
        left: 0 !important;
    }
    .cause-care-page .right {
        width: 100%;
        left: 0 !important;
        padding: 30px 15px !important;
        text-align: left;
        color: #494949;
    }
    .cause-care-page .right .box {
        text-align: left;
        padding: 0 !important;
        max-width: none;
    }
    .cause-care-page ul li {
        background: none;
    }
    .cause-care-page .right .box .btn a {
        border-color: #494949;
    }
    #footer .footer-top .list ul li:last-child {
        width: 40%;
    }
    #footer .footer-top .list ul li dl dd.share a {
        max-width: 36px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a {
        min-width: 180px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li {
        padding: 10px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul {
        margin: -10px;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a h6 {
        font-size: 16px;
    }
    .cause-Co-create-page .cause-Co-create-list ul li {
        padding: 5px;
    }
    .cause-Co-create-page .cause-Co-create-list ul {
        margin: -5px;
    }
    .cause-platform-page .cause-platform-1 .left {
        width: 100%;
        padding: 15px;
    }
    .cause-platform-page .cause-platform-1 .right {
        width: 100%;
    }
    .cause-platform-page .cause-platform-1 .left .content {
        max-width: none;
        padding: 0;
    }
    .cause-platform-page .cause-platform-1 {
        padding: 15px;
    }
    .cause-platform-page .cause-platform-2 ul li {
        padding: 20px 15px;
        width: 100% !important;
        background-position: bottom right !important;
    }
    .cause-platform-page .cause-platform-2 ul li h3 {
        margin-bottom: 20px;
    }
    .cause-platform-page .cause-platform-2 ul li .contentBox {
        max-width: none;
    }
    .cause-platform-page .cause-platform-3 ul li {
        width: 50% !important;
    }
    #footer .footer-top .logo img {
        max-height: 40px;
    }
    .inner-banner {
        margin-top: 0;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;
    }
    #footer .footer-top .list {
        display: none;
    }
    #footer .footer-top .logo {
        margin-top: 0;
        text-align: center;
    }
    #footer .footer-top {
        padding: 20px 0;
    }
    .cause-Co-create-page .cause-Co-create-nav ul li a {
        min-width: 140px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left {
        width: 100%;
    }
    .cause-recruitment-page .cause-recruitment-nav .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        padding-right: 50%;
    }
    .cause-recruitment-page .cause-recruitment-nav .options dl {
        z-index: 1;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li {
        padding: 5px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul {
        margin: -5px;
    }
    .cause-recruitment-page .cause-recruitment-nav .options > span,
    .cause-recruitment-page .cause-recruitment-nav .options input {
        padding: 0 5px;
    }
    .cause-recruitment-page {
        padding-bottom: 40px;
    }
    .cause-video-page .cause-video-1 ul li .box .text {
        width: 100%;
    }
    .cause-video-page .cause-video-1 ul li .box .text a.more {
        margin-top: 10px;
    }
    .cause-video-page .cause-video-1 ul li .box .text .text2 {
        font-size: 12px;
    }
    .cause-video-page .cause-video-2 {
        padding: 50px 0;
    }
    .cause-video-page .cause-video-1 ul li .box .text .tag {
        font-size: 12px;
    }
    .cause-video-page .cause-video-2 .list ul li {
        padding: 5px;
    }
    .cause-video-page .cause-video-2 .list ul {
        margin: -5px;
    }
    .cause-Work-page .slide .text {
        max-width: 100%;
    }
    /*.purchase-banner.height {
    height: 300px;
  }*/
    .cloud-future-page .cloud-future-3 img,
    .cloud-service-page .cloud-service-4 img,
    .purchase-page .purchase-2 img {
        max-width: 350px;
    }
    .cloud-future-page .cloud-future-4 ul li {
        width: 33.333% !important;
    }
    .cloud-future-page .cloud-future-4 ul li p {
        margin-top: 10px;
    }
    .cloud-future-page .cloud-future-5 {
        height: 300px;
        background-attachment: unset;
    }
    .cloud-Professional-page h2.title {
        line-height: 1.2;
    }
    .cloud-history-page .cloud-history-1 .left {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
    }
    .cloud-history-page .cloud-history-1 .right {
        width: 100%;
        margin-top: 30px;
    }
    .cloud-history-page .cloud-history-1 .right ul li {
        width: 100%;
    }
    .cloud-Life-page .left {
        width: 100% !important;
        padding: 15px !important;
        left: 0 !important;
    }
    .cloud-Life-page .right {
        width: 100% !important;
        left: 0 !important;
    }
    .cloud-Life-page h6 {
        margin: 10px 0 20px;
    }
    .cloud-Life-page ul li {
        padding: 20px 0;
    }
    .cloud-Professional-page .cloud-Professional-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .cloud-Professional-page .cloud-Professional-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold {
        padding-left: 50px;
    }
    .cloud-Professional-page .cloud-Professional-3 .small {
        display: none !important;
    }
    .cloud-Professional-page .cloud-Professional-3 .big li h2 {
        right: 15px;
        top: 20px;
    }
    .cloud-Professional-page .cloud-Professional-5 {
        height: 480px;
    }
    .cloud-service-page .cloud-service-1 {
        padding-top: 50px;
    }
    .cloud-service-page .cloud-service-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .cloud-service-page .cloud-service-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .cloud-service-page .cloud-service-3 .list ul .slick-dots li {
        padding: 0 5px;
    }
    .cloud-service-page .cloud-service-3 .list ul .slick-dots {
        margin-top: 15px;
    }
    .cloud-service-page .cloud-service-5 {
        height: 300px;
        background-attachment: unset;
        padding-top: 40px;
    }
    .purchase-banner .box .text {
        max-width: 100%;
    }
    .contact-page #mapContainer {
        height: 300px !important;
    }
    .contact-page .contact-2 .map .contact-info {
        width: 100%;
        position: static;
        max-width: none;
    }
    .contact-page .contact-3 .share ul li {
        margin-right: 15px;
    }
    .contact-page .contact-4 .form .left {
        padding-right: 0;
        width: 100%;
    }
    .contact-page .contact-4 .form .right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .contact-page .contact-4 .form ul li {
        padding: 5px 0;
    }
    .contact-page .contact-4 .form ul {
        margin: -5px 0;
    }
    .marketing-page .marketing-1 .list ul li .box h3 {
        margin: 10px 0;
    }
    .marketing-page .marketing-2 .list ul {
        padding: 0 5%;
    }
    .marketing-page .marketing-3 ul li .left {
        width: 100%;
        left: 0 !important;
        padding: 15px;
    }
    .marketing-page .marketing-3 ul li .right {
        width: 100%;
        left: 0 !important;
    }
    .marketing-page .marketing-3 ul li .left .box {
        padding: 0 !important;
    }
    .marketing-page .marketing-3 .list {
        padding: 15px;
    }
    .marketing-page .marketing-3 ul li .left .box .text {
        margin: 15px 0;
    }
    .marketing-page .marketing-4 {
        padding: 50px 0;
    }
    .marketing-page .marketing-4 ul li {
        width: 100% !important;
    }
    .marketing-page .marketing-4 ul li.wid-60 .text {
        position: static;
        width: 100%;
        max-width: none;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .marketing-form-page .options label {
        margin-top: 15px;
    }
    .newdet-page .slideRight {
        display: none;
    }
    .newdet-page .slideLeft {
        width: 100%;
    }
    .newdet-page .slideLeft {
        margin-top: 0;
    }
    .purchase-banner .box h3,
    .inner-page h2.title,
    .cause-care-page .right .box h2.title,
    .cause-video-page .cause-video-1 ul li .box .text h2.title,
    .cause-Work-page .slide h2.title,
    .contact-page h2.title,
    .newdet-page .slideLeft .box h1,
    .news-page .newsList ul li .left h3,
    .purchase-page h2.title {
        font-size: 22px;
    }
    .news-page .newsList ul li .left {
        width: 100%;
        padding-right: 0;
    }
    .news-page .newsList ul li .right {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .newsList ul li .left .text {
        height: auto;
    }
    .product-banner {
        height: 300px;
        background-size: cover;
    }
    .product-page .product-1 .list ul li .box h6 {
        font-size: 16px;
    }
    .product-page .product-1 .list ul li .box {
        padding: 20px 15px;
    }
    .product-page .product-1 .list ul li {
        width: 33.333%;
        padding: 10px;
    }
    .product-page .product-1 .list ul {
        margin: -10px;
    }
    .product-page .product-1 .text {
        padding: 20px 0 30px;
    }
    .product-page .product-1 {
        padding-bottom: 0;
    }
    .product-page .product-2 .proBox ul li .box {
        width: 209%;
    }
    .product-page .product-2 .proBox ul li .box dl.list dd {
        width: 25%;
    }
    .product-page .product-2 .proBox ul li:nth-child(2n+2) .box {
        left: -109%;
    }
    .product-page .product-2 .proBox ul li:nth-child(2n+1) .box {
        left: 0;
    }
    .product-page .product-2 .proBox ul li {
        padding: 10px;
    }
    .product-page .product-2 .proBox ul {
        margin: -10px;
    }
    .prodet-page .prodet-2 .img:after,
    .prodet-page .prodet-2 .img:before {
        display: none !important;
    }
    .prodet-page .prodet-2 .img div.mask {
        display: none;
    }
    .prodet-page .prodet-2 {
        padding: 50px 0;
    }
    .prodet-page .prodet-2 .img {
        margin-top: 40px;
    }
    .prodet-page .prodet-4 .options .text {
        font-size: 16px;
    }
    .prodet-page .prodet-4 .options {
        margin-top: 40px;
    }
    .prodet-page .prodet-6 .content h5 {
        font-size: 16px;
    }
    .prodet-page .prodet-6 .content table tr td {
        font-size: 12px;
    }
    table tbody {
        min-width: auto;
    }
    .prodet-page #pzcpan a.more {
        font-size: 16px;
    }
    .purchase-page .purchase-1 .top .right {
        width: 100%;
        padding: 15px;
    }
    .purchase-page .purchase-1 .top .left {
        width: 100%;
    }
    .purchase-page .purchase-1 .bottom ul li {
        width: 100%;
        padding: 15px;
    }
    .purchase-list-page {
        padding: 40px 0;
    }
}
@media screen and (max-width: 500px) {
    .purchase-list-page .purchase-list-nav ul li {
        margin-right: 5px;
    }
    .purchase-list-page .purchase-list-nav ul li a {
        padding: 0 10px;
    }
    .purchase-list-page .purchase-list-filter .sort {
        display: none;
    }
    .purchase-list-page .purchase-list-filter .search {
        margin-left: 0;
        width: 100%;
    }
    .purchase-list-page .purchase-list-filter .search input {
        width: 100%;
    }
    .purchase-list-page .purchase-list ul li {
        padding: 15px;
    }
    .purchase-list-page .purchase-list ul li .left {
        width: 100%;
    }
    .purchase-list-page .purchase-list ul li .right {
        width: 100%;
        padding-top: 20px;
    }
    .purchase-list-page .purchase-list-filter {
        margin: 20px 0;
    }
    .purchase-page .purchase-1 .bottom {
        padding: 20px 0;
    }
    .cloud-future-page .cloud-future-3 img,
    .cloud-service-page .cloud-service-4 img,
    .purchase-page .purchase-2 img {
        width: 100%;
    }
    .prodet-page .prodet-1 ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 ul {
        margin: -5px;
    }
    .prodet-page .prodet-2 .text {
        font-size: 16px;
    }
    .prodet-page .prodet-4 .options .text {
        font-size: 14px;
    }
    .prodet-page .prodet-4 .options .color span {
        width: 15px;
        height: 15px;
    }
    table tbody {
        white-space: nowrap;
        width: auto !important;
    }
    .product-page .product-1 .list ul li {
        width: 50%;
    }
    .product-page .product-1 .list ul li:last-child {
        width: 100%;
    }
    .product-page .product-2 .proBox ul li .box {
        width: 100%;
        left: 0 !important;
    }
    .newdet-page .slideLeft .box .content img {
        margin: 10px 0;
    }
    .marketing-form-page p {
        margin: 20px 0;
    }
    .marketing-page .marketing-2 .list ul li .box h4 {
        font-size: 22px;
    }
    .marketing-page .marketing-2 {
        padding: 50px 0;
    }
    .marketing-page .marketing-4 ul li .box p {
        font-size: 14px;
    }
    .marketing-page .marketing-4 ul li .box a.more {
        line-height: 36px;
        height: 36px;
    }
    .contact-page .contact-3 .share ul li {
        max-width: 30px;
        margin-right: 5px;
    }
    .contact-page .contact-3 {
        padding-top: 40px;
    }
    .contact-page .contact-2 .map .contact-info {
        padding: 20px 15px;
    }
    .contact-page #mapContainer {
        height: 200px !important;
    }
    .cloud-Professional-page .cloud-Professional-2 .left h2.title.font-bold {
        font-size: 18px;
        padding-left: 35px;
    }
    .cloud-Professional-page .cloud-Professional-5 .list ul li img {
        width: 100%;
    }
    .cloud-future-page .cloud-future-4 ul li p {
        font-size: 14px;
    }
    .cause-Work-page .slide .list.honor ul li {
        width: 50%;
        padding: 10px;
    }
    .cause-Work-page .slide .list.honor ul {
        margin: -10px;
    }
    .cause-video-page .cause-video-1 ul li .box .text {
        position: relative;
        padding: 15px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(1) {
        width: 60%;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(2) {
        width: 40%;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(3) {
        width: 60%;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li:nth-child(4) {
        width: 40%;
    }
    .cause-recruitment-page .cause-recruitment-nav .right {
        padding-right: 41%;
    }
    .cause-recruitment-page .cause-recruitment-list ul li .left {
        width: 100%;
    }
    .cause-recruitment-page .cause-recruitment-list ul li .right {
        width: 100%;
        padding-top: 15px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        margin-right: 7px;
    }
    .cause-platform-page .cause-platform-2 ul li .box .slide {
        width: 50%;
    }
    .cause-platform-page .cause-platform-3 ul li {
        width: 100% !important;
    }
    .cause-care-page .right .box .btn a {
        width: 90px;
        margin-right: 5px;
    }
    .cause-care-page .right {
        padding: 30px 0 !important;
    }
}
@media screen and (min-width: 1920px) {
    #banner li .img2 img {
        min-width: 50%;
    }
}
@media screen and (max-width: 1600px) {
    #banner li .img2 img {
        max-width: 70%;
    }
    #banner li .text h2 {
        font-size: 44px;
    }
    .sldeBar h5 {
        font-size: 32px;
    }
    .sldeBar+div.mask .text[style="font-size:38px;"] {
        font-size: 32px !important;
    }
    .sldeBar+div.mask .text[style="font-size:60px;"] {
        font-size: 44px !important;
    }
    .sldeBar .list ul li {
        font-size: 16px;
        margin: 5px 0;
    }
    #banner li .img2 {
        max-width: none;
    }

}

/*@media screen and (max-width: 1600px) {
  .fp-bg2>.nivoSlider,.fp-bg>.nivoSlider {
    width: 120%;
    margin-left: -10%;
  }
  #index-body video,#index-body .init-8 .fp-bg2 #myMap {
    width: 110%;
    margin-left: -5%;
  }
    .fp-section.fp-table, .fp-slide.fp-table,.fp-tableCell,
    #index-body .fp-bg>img, #index-body .fp-bg2>img {
        height: auto !important;
        display: block !important;
        max-width: 100%;
    }
    .fp-bg2>.nivoSlider,.fp-bg>.nivoSlider {
        width: 100%;
        margin-left: 0;
    }
    #index-body video,#index-body .init-8 .fp-bg2 #myMap {
        width: 100%;
        margin-left: 0;
    }
}*/

@media screen and (max-width: 1250px),screen and (max-height: 700px) {
    .body-overflow-box {
        overflow: hidden;
    }
    #banner .btn div,.controlSlick div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #index-body .section .fp-bg {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    audio, canvas, progress, video {
        display: block;
    }
    #index-body .init-8 .main-map {
        height: 600px;
        height: 100vh;
    }
    .map #search {
        right: 17%;
        max-width: 80%;
    }
    .map #search button {
        display: block;
        background: #848484;
        left: 100%;
    }
    #index-body .init-8 .fp-bg2 #myMap {
        height: 100% !important;
        width: auto !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1000px){
    #banner li .text h2 {
        font-size: 36px;
    }
    .sldeBar h5 {
        font-size: 26px;
        line-height: 1.5;
    }
    .sldeBar+div.mask .text[style="font-size:38px;"] {
        font-size: 26px !important;
    }
    .sldeBar+div.mask .text[style="font-size:60px;"] {
        font-size: 36px !important;
    }
    .sldeBar {
        width: 60px;
    }
    .sldeBar:hover {
        width: 80px;
    }
    .sldeBar .list {
        width: 100px;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
    }
    .sldeBar .list ul {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto !important;
    }
    .sldeBar .list ul li {
        opacity: .9;
        font-size: 15px;
    }
    .sldeBar+div.mask .text {
        left: 60%;
    }
}

@media screen and (max-width: 700px){
    #banner li .text h2 {
        font-size: 24px;
    }
    .sldeBar h5 {
        font-size: 22px;
        line-height: 1.5;
    }
    .sldeBar+div.mask .text[style="font-size:38px;"] {
        font-size: 20px !important;
    }
    .sldeBar+div.mask .text[style="font-size:60px;"] {
        font-size: 28px !important;
    }
    #banner li .text {
        padding: 0 20px;
    }
    .sldeBar:hover {
        width: 60px;
    }
    .sldeBar .list ul li {
        font-size: 13px;
    }
    #index-body .init-6 .sldeBar .list {
        width: 120px;
    }
    #index-body .init-6 .sldeBar .list ul li {
        width: 50%;
        float: left;
    }
    #panel {
        display: none !important;
    }

}

@media screen and (max-width: 500px){
    #banner .btn {
        display: none;
    }
    #banner li .text {
        right: 5%;
    }
    .map #search input, .map #search button {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1850px) {
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 5px;
    }
}
@media screen and (max-width: 1700px) {
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 5px;
    }
    #header .nav .ui.menu .loginBtn,#header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 14px;
    }
}
@media screen and (max-width: 1500px) {
    .nobanner, .purchase-banner+.inner-page {
        margin-top: 70px;
    }
    .marketing2-page .marketing-6 .list ul li .box .content {
        padding-top: 1%;
    }
    .cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft {
        display: none;
    }
    .prodet-page .scrollImg_ovf {
        padding-top: 15%;
    }
    .marketing-form-page input[type="submit"], .marketing-form-page input[type="reset"], .marketing-form-page input[type="button"] {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    #header .nav .ui.menu .yuy span,#header .nav .ui.menu .loginBtn, #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 13px;
    }
    #header .nav .ui.menu .menu-box ul.menu > li > a {
        padding: 0 6px 2px;
    }
}
@media screen and (max-width: 1400px) {
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 5px;
    }
    #header .nav .ui.menu .loginBtn {
        margin-right: 0;
    }
    #header .nav .ui.menu .logo img {
        max-height: 50px;
    }
    #banner li .img .img-box2 .box .box2 img {
        max-width: 70%;
    }
    .cloud-history-page .cloud-history-new .left h3 {
        font-size: 32px;
    }
    .cloud-history-page .cloud-history-new .left .content {
        font-size: 15px;
    }
    .cloud-history-page .cloud-history-new .right h5 {
        font-size: 18px;
    }
    .cloud-history-page .cloud-history-new .right h6 {
        font-size: 14px;
    }
    .guanyujiepai {
        font-size: 28px !important;
    }
    .purchase-banner .box h3, .inner-page h2.title, .cause-care-page .right .box h2.title, .cause-video-page .cause-video-1 ul li .box .text h2.title, .cause-Work-page .slide h2.title, .contact-page h2.title, .newdet-page .slideLeft .box h1, .news-page .newsList ul li .left h3, .purchase-page h2.title {
        font-size: 24px;
    }
    .cloud-history-page .cloud-history-1 .left .text h6 {
        font-size: 20px;
    }
    .cloud-history-page .cloud-history-1 .right ul li .box2 {
        padding: 15px 100px 15px 20px;
    }
    .cloud-history-page .cloud-history-1 .right ul li:nth-child(5) .box2,
    .cloud-history-page .cloud-history-1 .right ul li:nth-child(6) .box2 {
        height: 130px;
    }
    .cloud-Professional-page .cloud-Professional-1,.cloud-Professional-page .cloud-Professional-4 {
        padding: 60px 0 !important;
    }
    .cloud-Professional-page .cloud-Professional-1 .text,.public_cloud .box .content .text {
        font-size: 14px;
    }
    .public_cloud .box .content span {
        font-size: 24px;
        height: auto;
    }
    .public_cloud .box .content h3 {
        font-size: 28px;
    }
    .public_cloud {
        height: 600px;
    }
    .cloud-Professional-page h3.title {
        font-size: 20px;
    }
    .cloud-Professional-page .cloud-Professional-1 .right {
        padding-top: 0 !important;
    }
    .cloud-Professional-page .cloud-Professional-5 {
        height: 600px;
    }
    .partybuilding-page h3.title {
        font-size: 24px;
    }
    .partybuilding-page .partybuilding-1 .left .content h6 {
        font-size: 20px;
    }
    .partybuilding-page .partybuilding-1 .left .content,.cooperate-page .text,.purchase-page h6.title {
        font-size: 16px;
    }
    .partybuilding-page .partybuilding-3 {
        padding: 80px 0;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox .content {
        padding-left: 0;
        font-size: 30px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list ul li .box.title h5 {
        font-size: 30px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list ul li .box .content time {
        min-height: 28px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list ul li .box .content p {
        min-height: 59px;
    }
    .partybuilding-page .partybuilding-4 {
        padding-bottom: 160px;
    }
    .cooperate-page .cooperate-1 .right ul li a h6 {
        line-height: 60px;
        height: 60px;
    }
    .cooperate-page .cooperate-1 .right ul li a h6 i {
        width: 60px;
    }
    .cooperate-page .cooperate-1 .right ul li a h6 i:after {
        font-size: 40px;
    }
    .cooperate-page .cooperate-1 .left a.more {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .cooperate-page .cooperate-1 .left a.more:hover {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
    .purchase-list-page .purchase-list ul li:hover .left h4 {
        font-size: 20px;
    }
    .purchase-page .purchase-1 .boxinfo ul li dl dd {
        font-size: 14px;
    }
    .research-page .cooperateBox .cooperateBoxLeft ul li a, .cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft ul li a {
        font-size: 16px;
    }
    .research-page .cooperateBox h2.title {
        font-size: 24px;
    }
    .research-page .cooperateBox h5 {
        font-size: 20px;
    }
    .research-page .cooperateBox .list ul li h4 {
        font-size: 16px;
    }
    .research-page .cooperateBox img {
        max-width: 60px;
    }
    .research-page .cooperateBox .file label {
        font-size: 24px;
    }
    .new-shared .shared-4 ul li .box h3.title {
        font-size: 24px;
    }
    .new-shared .shared-4 ul li .box .text {
        font-size: 16px;
        height: 7em;
    }
    .new-shared .shared-5 .box .content h3.title {
        font-size: 20px;
    }
    .new-shared h6.title {
        font-size: 14px;
    }
    .new-shared .text2 {
        font-size: 12px;
    }
    .new-shared .shared-7 a.more {
        font-size: 16px;
        width: 120px;
    }
    .new-shared .shared-7 .list ul li a h6 {
        font-size: 18px;
        padding: 10px;
    }
    .new-shared .shared-7 {
        padding: 60px 0;
    }
    .product-page .product-1 .list ul li .box {
        padding: 40px 15px;
    }
    .product-page .product-1 .list ul li .box h6 {
        font-size: 18px;
    }
    .product-page .product-2 {
        padding-top: 0 !important;
    }
    .prodet-page .prodet-2 .img div.mask.maskLeft img {
        left: 5%;
    }
    .prodet-page .prodet-2 .img:after {
        left: 16.5%;
    }
    .prodet-page .prodet-2 .img div.mask.maskRight img {
        left: -15%;
    }
    .prodet-page #pzcpan a.more {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .prodet-page .prodet-5 .list ul li .content h5 {
        font-size: 18px;
    }
    .prodet-page .prodet-5 {
        padding-bottom: 100px;
    }
    .prodet-page .scrollImg_ovf {
        padding-top: 13%;
    }
    .shared-page .box .left h2 {
        font-size: 24px;
    }
    .shared-page .box .left .text,.contact-page .contact-1 .text {
        font-size: 16px;
    }
    .shared-page {
        padding: 80px 0;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 2px;
    }
}
@media screen and (max-width: 1250px) {
    #banner li .img {
        max-height: 350px;
        margin-top: 0;
    }
    #banner li .text h2 {
        font-size: 32px;
        height: 32px;
    }
    .purchase-banner span.down, .cause span.down, #index-body .section span.down {
        max-width: 20px;
    }
    .purchase-banner span.down:after, .cause span.down:after, #index-body .section span.down:after {
        height: 40px;
        background-size: auto 100%;
    }
    video:not(#myMap) {
        display: block !important;
    }
    #mobile .menu-content .menu-list ul li {
        position: relative;
    }
    #mobile .menu-content .menu-list ul#menu-menu-1> li {
        border-bottom: 1px solid #eee;
    }
    #mobile .menu-content .menu-list ul#menu-menu-1> li i {
        position: absolute;
        right: 0;
        top: 8px;
        width: 20px;
        height: 20px;
    }
    #mobile .menu-content .menu-list ul#menu-menu-1> li i:after {
        content: '';
        border-left: 5px solid transparent;
        border-top: 5px solid #333;
        border-right: 5px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5px;
    }
    #mobile .menu-content .menu-list ul#menu-menu-1> li ul {
        display: none;
    }
    .purchase-banner {
        display: none !important;
    }
    .nobanner, .purchase-banner+.inner-page {
        margin-top: 40px;
    }
    .cloud-service-page .cloud-service-3 {
        padding: 50px 0;
    }
    .public_cloud {
        height: 400px;
    }
    .cloud-service-page .cloud-service-1 {
        padding: 50px 0;
    }
    .cloud-Life-page h6 {
        margin-bottom: 20px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list .leftTitle {
        width: 33.3333%;
    }
    .partybuilding-page .partybuilding-3 .bottom .list .rightImg {
        width: 66.6666%;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox h4 {
        font-size: 30px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) .rightImg {
        left: -33.3333%;
    }
    .partybuilding-page .partybuilding-3 .bottom .list:nth-child(even) .leftTitle {
        left: 66.6666%;
    }
    .partybuilding-page .partybuilding-4 .bottom {
        padding: 0 2%;
    }
    .partybuilding-page .partybuilding-4 {
        padding-bottom: 80px;
    }
    .purchase-page .purchase-1 .boxinfo ul li {
        padding: 10px;
    }
    .purchase-page .purchase-1 .boxinfo ul {
        margin: -10px;
    }
    .purchase-page .purchase-1 .boxinfo ul li dl dt {
        font-size: 18px;
    }
    .new-shared .shared-1-new .left h2.title {
        font-size: 22px;
    }
    .cause-recruitment-page .cause-recruitment-nav .right input[type="submit"] {
        padding: 0 10px;
    }
    .cause-recruitment-page .cause-recruitment-nav .right {
        padding-left: 3%;
    }
    .new-shared .shared-5 .box .content {
        margin: 10px 0;
    }
    .new-shared .shared-5 {
        padding: 60px 0;
    }
    .new-shared .shared-7 .text {
        display: block;
        max-width: none;
    }
    .new-shared .shared-7 a.more {
        line-height: 40px;
        height: 40px;
        margin-top: -50px;
    }
    .cause-care-page li.cause .content h3 {
        font-size: 24px;
    }
    .cause-care-page li.cause .content h6 {
        font-size: 16px;
    }
    .cause-care-page li.cause .content a.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .cause-care-page li.cause .content {
        max-width: 400px;
    }
    /*.cause-care-page ul.cause li.cause .big {
        height: auto;
    }
    .cause-care-page ul.cause li.cause .big video {
        max-width: 100%;
    }*/
    .public-video-page>div {
        padding-left: 25px;
        padding-right: 25px;
    }
    .cause-care-page ul.cause li.cause .big video {
        height: 100%;
    }
    body {
        overflow: auto !important;
    }
    html.fp-enabled body {
        overflow: hidden !important;
    }
    .public-video-page .public-video-1 li {
        font-size: 28px;
        margin: 0 50px;
    }
    .public-video-page .public-video-2 .public .box .btn div {
        max-width: 50px;
    }
    .public-video-page .public-video-2 .public .box .navList ul li a h6 {
        font-size: 20px;
    }
    .public-video-page .public-video-2 .public .videoList {
        margin-top: 70px;
    }
    .public-video-page .public-video-2 .public .videoList ul li a.videoBox .content h4 {
        font-size: 20px;
    }
    .public-video-page .public-video-2 .public .videoList ul li {
        padding: 10px;
    }
    .public-video-page .public-video-2 .public .videoList ul {
        margin: -10px;
    }
    .public-video-page .public-video-2 .appointment .navList {
        width: 15%;
    }
    .public-video-page .public-video-2 .appointment .videoList {
        width: 85%;
    }
    .public-video-page .public-video-2 .appointment .navList ul li a {
        padding: 10px;
        font-size: 15px;
    }
    .product-page .product-2 .proBox ul li .box dl.list dd .btn a {
        padding: 6px 10px;
        margin: 2px;
    }
    .prodet-page .scrollImg_ovf {
        padding-top: 30%;
        padding-bottom: 30%;
    }
    .contact-page .contact-4 .form .right input[type="submit"] {
        height: 50px;
        line-height: 50px;
    }
    .contact-page .contact-4 .form .yzmB {
        margin-top: 0;
    }
    .contact-page .contact-4 .form ul li {
        padding: 14px 0;
    }
    .user-page .box .contentBox .userInfo .left .info,.user-page .box .contentBox .userSet ul li .box2 .list {
        font-size: 14px;
    }
    .user-page .box .contentBox .userSet ul li .box2 h5 {
        font-size: 16px;
    }
    .user-page .box .contentBox .service ul li dl dd,.user-page .box .contentBox .shared ul li {
        padding: 10px;
    }
    .user-page .box .contentBox .service ul li dl,.user-page .box .contentBox .shared ul {
        margin: -10px;
    }
    .user-page .box .contentBox .shared {
        margin-bottom: 20px;
    }
    .user-page .box .contentBox .userInfo .right>div img {
        max-width: 60px;
    }
    .user-page .box .contentBox .userInfo .left span.head {
        width: 80px;
        height: 80px;
    }
    .user-page .box .contentBox .userInfo .left {
        padding-left: 100px;
        line-height: 80px;
        height: 80px;
    }
    .user-page .box .contentBox .service ul li dl dd h6 {
        font-size: 14px;
    }
    .map #panel {
        display: none !important;
    }
    #index-body .nivoSlider img {
        height: 100% !important;
        max-width: none;
        width: auto !important;
        min-width: 100%;
    }
    #index-body .nivoSlider .slick-slide {
        overflow: hidden;
    }
}
.prodet-page .prodet-2 .img #model iframe {
    height: 100%;
}
@media screen and (max-width: 1700px) {
    .public-video-page .public-video-2 .appointment .navList ul li a {
        padding: 10px 5px;
        font-size: 16px;
    }
    .public-video-page .public-video-2 .appointment .videoList ul li a.videoBox {
        font-size: 6px;
    }
}
@media screen and (max-width: 1000px) {
    .cloud-Professional-page .cloud-Professional-6 .history .list ul li:nth-child(odd):after {
        display: none;
    }
    .cloud-history-page .cloud-history-new .left h3 {
        font-size: 26px;
    }
    .cloud-history-page .cloud-history-new .left {
        width: 100%;
        padding-right: 0;
    }
    .cloud-history-page .cloud-history-new .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .cloud-history-page .cloud-history-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .cloud-history-page .cloud-history-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .cloud-history-page .cloud-history-1 {
        height: auto;
    }
    .cloud-Professional-page .cloud-Professional-6 .slide .box h4 {
        font-size: 28px;
    }
    #footer .footer-top .list {
        display: none;
    }
    #footer .footer-top {
        display: inline-block;
        width: 100%;
        padding: 30px 0;
    }
    .cloud-Professional-page .cloud-Professional-6 .history .list ul li .text {
        font-size: 15px;
    }
    .cloud-Professional-page .cloud-Professional-6 .history {
        padding: 15px 15px 100px;
    }
    .cloud-Professional-page .cloud-Professional-6 .historyBox {
        padding-bottom: 60px;
    }
    .cloud-history-page .cloud-history-new {
        padding: 60px 0;
    }
    .cloud-Professional-page .cloud-Professional-1 .right,.cloud-future-page .cloud-future-1 .right,.cloud-service-page .cloud-service-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .cloud-Professional-page .cloud-Professional-1 .left,.cloud-future-page .cloud-future-1 .left,.cloud-service-page .cloud-service-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .cloud-Professional-page .cloud-Professional-5 {
        height: auto;
        padding-bottom: 300px;
        background-size: 100% auto;
        background-position: center bottom;
    }
    .cloud-Professional-page .cloud-Professional-2 .left,.cloud-service-page .cloud-service-2 .left,
    .cloud-Life-page .left,.marketing2-page .marketing-1 .left {
        width: 100% !important;
        left: 0 !important;
        padding-right: 0;
    }
    .cloud-Professional-page .cloud-Professional-2 .right,.cloud-service-page .cloud-service-2 .right,
    .cloud-Life-page .right,.marketing2-page .marketing-1 .right {
        width: 100% !important;
        left: 0 !important;
        padding-left: 0;
        padding-top: 30px;
    }
    .cloud-Life-page ul li:nth-child(even) .left {
        padding-left: 0;
    }
    .cloud-Professional-page .cloud-Professional-3 .small ul li {
        padding: 10px;
    }
    .cloud-Professional-page .cloud-Professional-3 .small ul {
        margin: -10px;
    }
    .marketing-page .marketing-2 .list ul .slick-arrow, .cloud-service-page .list ul .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .cloud-service-new ul li h5 {
        font-size: 14px;
    }
    .cloud-service-new ul li {
        padding: 10px;
    }
    .cloud-service-new ul {
        margin: -10px;
    }
    .public_cloud .box .content span {
        font-size: 20px;
    }
    .public_cloud .box .content h3 {
        font-size: 24px;
    }
    .partybuilding-page h3.title {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        background-size: auto 100%;
        min-width: 245px;
        padding-left: 50px;
        padding-right: 20px;
    }
    .partybuilding-page .partybuilding-2 .content {
        font-size: 16px;
    }
    .partybuilding-page .partybuilding-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .partybuilding-page .partybuilding-3 .top .box h3 {
        display: block;
        min-width: 200px;
        background-size: 100% auto;
        line-height: 40px;
        height: 40px;
        padding-left: 40px;
        padding-right: 20px;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox {
        float: none;
        width: 100%;
    }
    .partybuilding-page .partybuilding-3 .bottom .listBox {
        width: 100%;
        display: block;
        padding-top: 20px;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox .content {
        width: 60%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10%;
        padding-top: 0;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox>img {
        width: 25%;
        display: inline-block;
        vertical-align: middle;
    }
    .marketing2-page .marketing-2 {
        display: none;
    }
    .marketing2-page .text {
        font-size: 16px;
    }
    .marketing2-page .marketing-4 a.more {
        line-height: 32px;
        height: 32px;
        padding: 0 20px;
    }
    .marketing2-page .marketing-5 .box {
        line-height: 200px;
        height: 200px;
    }
    .marketing2-page .marketing-6 .list ul li {
        width: 100%;
    }
    .marketing2-page .marketing-6 .list ul li .box .content .tag span {
        width: 24%;
    }
    .marketing2-page .marketing-7 .list ul li {
        width: 50%;
    }
    .marketing2-page .marketing-7 .list ul li .box {
        padding: 20px;
    }
    .marketing2-page .marketing-5 {
        padding: 40px 0;
    }
    .sales-page .salesBox .salesLeft {
        display: none;
    }
    .sales-page .salesBox .salesRight {
        width: 100%;
    }
    .sales-page .salesBox {
        padding: 10px;
    }
    .contact-page .contact-4 .form .right input[type="submit"] {
        padding: 0 20px;
        font-size: 20px;
    }
    .cooperate-page .cooperate-1 {
        padding: 50px 15px;
    }
    .cooperate-page .cooperate-1 .left,.cooperate-page .cooperate-4 .left,.cooperate-page .cooperate-5 .left,
    .cooperate-page .cooperate-6 .left,.purchase-page .purchase-1.top .left,.new-shared .shared-1-new .left,
    .new-shared .shared-5 .box {
        width: 100%;
        padding-right: 0;
    }
    .cooperate-page .cooperate-1 .right,.cooperate-page .cooperate-5 .right,
    .cooperate-page .cooperate-6 .right,.purchase-page .purchase-1.top .right,
    .new-shared .shared-1-new .right,.new-shared .shared-5 .box2 {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }
    .cooperate-page .cooperate-1 .left .box2 {
        max-width: none;
    }
    .cooperate-page .cooperate-1 .left .text p {
        padding-top: 10px;
    }
    .cooperate-page .cooperate-1 .right ul li a h6 {
        font-size: 20px;
    }
    .cooperate-page .cooperate-2 {
        padding: 40px 0;
    }
    .research-page .cooperateBox .cooperateBoxLeft, .cooperate-page .cooperate-1 .left .box2 .cooperateBoxLeft {
        display: none;
    }
    .research-page .cooperateBox .cooperateBoxRight {
        width: 100%;
        padding: 40px 15px;
    }
    .research-page .cooperateBox .list {
        margin-bottom: 40px;
    }
    .purchase-page .purchase-2 .box .left .list ul li {
        font-size: 16px;
    }
    .purchase-page .purchase-2 .box .right .img {
        height: 300px;
    }
    .purchase-page .purchase-1 .boxinfo {
        padding: 40px 15px 60px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li {
        padding: 5px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul {
        margin: -5px;
    }
    .cause-recruitment-page .cause-recruitment-nav .options > span, .cause-recruitment-page .cause-recruitment-nav .options input {
        padding: 0 5px;
    }
    .cause-recruitment-page .cause-recruitment-nav .right input[type="submit"] {
        padding: 0 5px;
    }
    .new-shared .shared-4 ul li {
        width: 50% !important;
    }
    .new-shared .shared-5 .ui>.box .img {
        margin-top: 30px;
    }
    .new-shared .shared-5 .box .img img {
        width: 100%;
    }
    .new-shared .shared-6 {
        padding: 30px 15px;
    }
    .new-shared .shared-6 .right .text {
        margin: 10px 0 20px;
    }
    .new-shared .shared-7 .list ul li a h6 {
        font-size: 16px;
    }
    .new-shared .shared-7 .list ul li {
        padding: 10px;
    }
    .new-shared .shared-7 .list ul {
        margin: -10px;
    }
    .cause img,
    .cause iframe,
    .purchase-banner img,
    .purchase-banner video {
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cause .slick-slide {
        overflow: hidden;
    }
    .cause-care-page li.cause .content {
        max-width: 300px;
    }
    .public-video-page .public-video-2 .appointment .navList {
        width: 100%;
        padding-right: 0;
    }
    .public-video-page .public-video-2 .appointment .videoList {
        width: 100%;
    }
    .public-video-page .public-video-2 .appointment .navList ul {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .public-video-page .public-video-2 .appointment .navList ul li {
        width: auto;
        display: inline-block;
        margin: 3px;
    }
    .public-video-page .public-video-2 .appointment .videoList {
        margin-top: 20px;
    }
    .public-video-page .public-video-2 .public .videoList ul li a.videoBox span {
        height: 180px;
    }
    .playBox .playBtn {
        width: 40px;
        height: 40px;
    }
    .public-video-page .public-video-2 .public .videoList {
        padding: 0;
        margin-top: 30px;
    }
    .public-video-page {
        padding: 60px 0 80px;
    }
    .public-video-page .public-video-2 {
        margin-top: 40px;
    }
    .public-video-page .public-video-1 li {
        font-size: 24px;
    }
    .public-video-page .public-video-2 .appointment .videoList ul li,
    .public-video-page .public-video-2 .public .videoList ul li {
        width: 50% !important;
        float: none;
        height: auto !important;
    }
    .public-video-page .public-video-2 .appointment .videoList ul li a.videoBox {
        height: 220px;
        font-size: 5px !important
    }
    .product-page .product-1 .list ul {
        margin: -5px;
    }
    .product-page .product-1 .list ul li {
        width: 20%;
        padding: 5px;
    }
    .product-page .product-1 .list ul li .box {
        padding: 10px;
    }
    .product-page .product-1 .list ul li .box h6 {
        font-size: 14px;
    }
    .product-page .product-1 {
        padding-bottom: 30px;
    }
    .product-page .product-2 .proBox ul li .title {
        padding: 10px;
    }
    .product-page .product-2 .proBox ul li {
        padding: 0 5px 10px;
    }
    .product-page .product-2 .proBox ul li .box {
        width: 310%;
    }
    .product-page .product-2 .proBox ul li .title h5 {
        margin-top: 8px;
    }
    .product-page {
        padding-top: 0;
    }
    .prodet-page .prodet-2 .img:after {
        left: 15.5%;
    }
    .prodet-page .prodet-2 .img:before {
        left: 47.3%;
    }
    .shared-page .list2 ul li .txt {
        right: 0;
        padding: 5px;
    }
    .shared-page .list2 ul li {
        padding: 15px;
    }
    .shared-page .list2 ul {
        margin: -15px;
    }
    .shared-page .list2 ul li a.img h6 {
        font-size: 16px;
    }
    .shared-page .box .left {
        width: 100%;
        padding-right: 0;
    }
    .shared-page .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .news-page .newsList ul li .left .text {
        -webkit-line-clamp: 4;
        height: 5.4em;
    }
    .newdet-page .slideLeft {
        width: 100%;
    }
    .newdet-page .slideRight {
        display: none;
    }
    .contact-page .contact-2 .map .contact-info {
        max-width: 240px;
        padding: 15px;
    }
    .user-page .box .contentBox .userSet ul li .box2 .list {
        padding: 0 10px;
    }
    .user-page .box .contentBox .userInfo .left .info p {
        margin: 5px;
    }
    .sales-page .salesBox .salesRight .cadlist table tr td:nth-child(4) a, .user-page .box .contentBox .record table tr td:nth-child(4) a {
        margin: 0 3px;
    }
    .user-page .box .contentBox .cooperate ul li a {
        padding: 0 20px;
    }
    .user-page .box .contentBox .cooperate ul li {
        padding: 5px;
    }
    .user-page .box .contentBox .cooperate ul {
        margin: -5px;
    }
    .user-page {
        padding: 40px 0;
    }
}
@media screen and (max-width: 700px) {
    .cloud-Professional-page .cloud-Professional-6 .history .list ul li:after {
        display: none;
    }
    #footer .footer-top .ewm {
        max-width: none;
        width: 100%;
        float: none;
    }
    #footer .footer-top .logo {
        display: block;
    }
    #footer .footer-top .ewm ul li {
        width: 33.333%;
    }
    .partybuilding-page .partybuilding-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .partybuilding-page .partybuilding-1 .right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
    .partybuilding-page .partybuilding-3 .bottom .titleBox h4 {
        font-size: 20px;
    }
    .partybuilding-page .partybuilding-3 .bottom .list .leftTitle {
        width: 100%;
        left: 0!important;
    }
    .partybuilding-page .partybuilding-3 .bottom .list .rightImg {
        width: 100%;
        left: 0!important;
    }
    .partybuilding-page .partybuilding-3 .bottom {
        padding: 0;
    }
    .partybuilding-page .partybuilding-3 .top .box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .marketing2-page .marketing-3 .list {
        margin-top: 30px;
    }
    .marketing2-page .marketing-1 .left .img {
        padding-top: 40px;
    }
    .marketing2-page .text {
        font-size: 14px;
    }
    .sales-page .salesBox .salesRight .searchBox form input {
        width: 80%;
    }
    .sales-page .salesBox .salesRight .searchBox form input[type="submit"] {
        width: 18%;
    }
    .sales-page .salesBox .salesRight .searchBox dl.search dd {
        width: 25%;
    }
    .sales-page .salesBox .salesRight .searchBox dl.search dd:nth-child(4)~dd {
        width: 33.333%;
        margin-top: 5px;
    }
    .sales-page .salesBox .salesRight .contactInfo {
        margin-top: 30px;
    }
    .sales-page .salesBox .salesRight .contentBox {
        padding-top: 30px;
    }
    .purchase-list-page .purchase-list-filter a.more {
        display: none;
    }
    .purchase-page .purchase-2 .box .left {
        width: 100%;
        padding: 30px 15px;
    }
    .purchase-page .purchase-2 .box .right {
        width: 100%;
    }
    .cause-recruitment-page .cause-recruitment-nav .right {
        padding-left: 0;
        padding-right: 0;
    }
    .new-shared .shared-3 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .new-shared .shared-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .new-shared .shared-4 ul li .box {
        padding: 15px;
    }
    .product-page .product-2 .proBox ul li .box {
        width: 209%;
    }
    .shared-page .list2 ul li {
        width: 20% !important;
    }
    .news-page .newsList .img-box img {
        width: 100%;
        height: auto;
    }
    .newdet-page .slideLeft .box .share {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .newdet-page .slideLeft .box .share ul li:first-child {
        margin-left: 0;
    }
    .contact-page .contact-2 .map .contact-info {
        max-width: none;
    }
    .user-page .box .contentBox .userSet ul li {
        padding: 10px;
    }
    .user-page .box .contentBox .userSet ul {
        margin: -10px;
    }
    .user-page .box .contentBox .userInfo .right {
        width: auto;
        padding-right: 0;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .user-page .box .contentBox .userInfo .left {
        width: 100%;
        padding-right: 0;
    }
    .user-page .box .contentBox .userInfo .right>div img {
        max-width: 40px;
    }
    .user-page .box .contentBox {
        position: relative;
    }
    .user-page .box .contentBox .service ul li dl dd {
        width: 25%;
        text-align: center;
    }
    .sales-page .salesBox .salesRight .cadlist table tr td, .user-page .box .contentBox .record table tr td {
        padding: 10px 5px;
    }
    .user-page .box h4 {
        padding: 8px 15px;
    }
    .user-page .box .contentBox {
        padding: 40px 15px;
    }
    .user-page .box .contentBox .cooperate ul li a {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
    }
    .purchase-page .purchase-1 .boxinfo ul li {
        width: 50%;
    }
    .purchase-page .purchase-1 .boxinfo ul li:last-child {
        width: 100%;
    }
    .cloud-Professional-page .cloud-Professional-6 .history {
        margin-left: 45%;
        width: 50%;
    }
    #index-body video {
        height: 100% !important;
        max-width: none;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
@media screen and (max-width: 500px) {
    .user-page .box:nth-child(3) {
        display: none;
    }
    .user-page .box .contentBox .shared ul li,.user-page .box .contentBox .service ul li dl dd {
        width: 33.333%;
        text-align: center;
    }
    /*#mobile .mobile-logo img {
        display: none;
    }*/
    #banner li .img,#banner li .img .img-box2,#banner li .img .img-box2 .box,#banner li .img .img-box2 .box>img {
        max-width: 100%;
        height: auto;
        max-height: none;
    }
    #banner li .img {
        width: 90%;
    }
    .sales-page .salesBox .salesRight .searchBox dl.search dd {
        font-size: 14px;
    }
    .sales-page .salesBox .salesRight .contactInfo .info .text {
        font-size: 14px;
    }
    .sales-page .salesBox .salesRight .contactInfo .info {
        padding: 10px;
    }
    .sales-page .salesBox .salesRight .contactInfo .info h4.title {
        font-size: 20px;
    }
    .sales-page .salesBox .salesRight .contactInfo {
        height: 260px;
        line-height: 240px;
    }
    .sales-page .salesBox .salesRight .cadlist .list table tbody {
        width: auto !important;
        white-space: normal;
    }
    .sales-page .salesBox .salesRight .cadlist .list table tbody td {
        font-size: 13px !important;
    }
    .sales-page .salesBox .salesRight .cadlist table tr td:nth-child(2), .user-page .box .contentBox .record table tr td:nth-child(2) {
        width: 60% !important;
    }
    .sales-page .salesBox .salesRight .cadlist table tr td:nth-child(3), .user-page .box .contentBox .record table tr td:nth-child(3) {
        display: none;
    }
    .marketing2-page .marketing-7 .list ul li {
        width: 100%;
    }
    .marketing2-page .marketing-7 .list ul li .box .text {
        min-height: auto;
    }
    .marketing-form-page {
        width: 90%;
    }
    .marketing-form-page input[type="submit"], .marketing-form-page input[type="reset"], .marketing-form-page input[type="button"] {
        padding: 0 20px;
    }
    .purchase-list-page .purchase-list ul li .left h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .purchase-page h2.title {
        font-size: 20px;
    }
    .cause-recruitment-page .cause-recruitment-nav .left ul li {
        width: 50% !important;
    }
    .new-shared .shared-2 .cause-recruitment-page .cause-recruitment-list ul li .left .text {
        height: 125px;
    }
    .new-shared .shared-2 {
        padding: 40px 0;
    }
    .new-shared .shared-4 ul li {
        width: 100% !important;
    }
    .new-shared .shared-5 .box .content .btn {
        float: none;
        margin-bottom: 10px;
    }
    .new-shared .shared-5 .box .content a.more {
        font-size: 14px;
    }
    .new-shared .shared-6 .left {
        width: 100%;
    }
    .new-shared .shared-6 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .public-video-page .public-video-2 .public .box .navList ul .slick-slide>div {
        -webkit-transform: rotateY(0) !important;
        -moz-transform: rotateY(0) !important;
        transform: rotateY(0) !important;
        left: 0 !important
    }
    .public-video-page .public-video-2 .public .videoList ul li a.videoBox .content h4 {
        font-size: 16px;
    }
    .public-video-page .public-video-1 li {
        margin: 0 20px;
    }
    .public-video-page .public-video-2 .appointment .navList ul li {
        width: 50%;
        padding: 3px;
        margin: 0;
        padding-bottom: 10px;
    }
    .public-video-page .public-video-2 .appointment .navList ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .public-video-page .public-video-2 .appointment .videoList .videoSlide li {
        width: 100% !important;
    }
    .product-page .probg .product-1 {
        display: none;
    }
    .product-page .product-2 .proBox {
        display: inline-block;
        width: 100%;
    }
    .product-page .product-2 .proBox ul li .box {
        width: 100%;
    }
    .shared-page .list2 ul li {
        width: 33.333% !important;
    }
    .user-page .box .contentBox .shared ul li h6 {
        max-width: none;
        width: auto;
    }
    .cloud-Professional-page .cloud-Professional-6 .slide .box h4 {
        font-size: 18px;
    }
    .cloud-Professional-page .cloud-Professional-6 .history .list ul li .text {
        font-size: 14px;
        line-height: 1.4;
    }
    .prodet-page .scrollImg_ovf {
        padding: 0;
    }
    .news-page .newsNav ul li a {
        padding: 0 6px;
    }
    .marketing2-page .marketing-6 .list ul li .box .content .tag span {
        width: 49%;
    }
    .marketing2-page .marketing-4 a.more {
        margin-top: -30px;
    }
    .marketing2-page .marketing-4 .text {
        width: 100%;
    }
    .marketing2-page .marketing-6 .list ul li .box .img h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 800px) {
    .layui-layer {
        max-width: 90%;
        left: 5% !important;
    }
    #job .layui-form-label {
        width: 100%;
        padding: 10px 0;
        text-align: left;
        float: none;
    }
    #job .layui-input-block {
        margin-left: 0;
        width: 100%;
    }
    .cityBox {
        top: 40px;
    }
}
@media screen and (min-width: 1950px) {
    #index-body .init-1 {
        background: black;
    }
    #index-body .init-1 .nivoSlider .slick-slide>div,.purchase-banner .nivoSlider .slick-slide>div {
        display: flex;
        align-content: center;
        align-items: center;
        width: 100%;
    }
    #index-body .init-1 .nivoSlider .slick-slide>div img,.purchase-banner .nivoSlider .slick-slide>div img {
        max-width: 100%;
        min-height: auto;
        width: auto !important;
        height: 100%;
        min-width: auto;
        margin: 0 auto;
    }
    .sldeBar {
        zoom:1.3;
    }
    .inner-page,.purchase-banner,.inner-page+.public_cloud,#footer,.purchase-banner+.contact-page {
        zoom:1.3;
    }
    #header {
        zoom: 1.2;
    }
    .inner-page .inner-page,.cause-care-page {
        zoom:1;
    }
    .cloud-Professional-page .cloud-Professional-6 .historySlide {
        zoom:.75;
    }
    .nobanner, .purchase-banner+.inner-page {
        margin-top: 82px;
    }
    .partybuilding-page>div, .cooperate-page .cooperate-1>div, .new-shared .shared-4, .new-shared .shared-6>div, .public-video-page>div, .prodet-page .scrollImg_ovf {
        max-width:none;
    }
    #index-body .fp-bg,#index-body .fp-bg2,.purchase-banner {
        background: black;
    }
    #index-body .fp-bg video,#index-body .fp-bg2 video,.purchase-banner video,
    #index-body .fp-bg img,#index-body .fp-bg2 img,.purchase-banner img{
        height: 100%;
        width: auto;
        min-width: auto;
        min-height: auto;
        margin: 0 auto;
        display: block!important;
        position: static !important;
    }
    #index-body .init-8 .fp-bg2 #myMap {
        position: absolute !important;
    }
}
#index-body .sldeBar .list {
    display: block;
}
#index-body .amap-ui-control-position-rt {
    top: 60%;
}
.cloudzoom-zoom-inside,
.cloudzoom-blank {
    cursor: crosshair;
}
#collect_info {
    position: fixed;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 21;
    text-align: right;
}
#collect_info .btn a,
.sldeBar2 ul li a {
    padding: 6px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: white;
    font-size: 14px;
    margin: 8px 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}
.sldeBar2 ul li a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#collect_info .btn a:hover {
    width: 110%;
    margin-left: -10%;
}
.sldeBar2 ul li a:hover,
.sldeBar2 ul li a.active,
.sldeBar2 ul li a.active2 {
    width: 110%;
}
.sldeBar2 ul li a.active,
.sldeBar2 ul li a.active2 {
    background: #d6000f;
    color: white;
}
#collect_info .btn a {
    position: relative;
}
#collect_info .btn a>img {
    position: absolute;
    right: 100%;
    top: 0;
    width: 120px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#collect_info .btn a:hover>img {
    display: block;
}
#collect_info .btn ul {
    position: absolute;
    right: 100%;
    top: 0;
    background: white;
    border-radius: 5px;
    width: 140px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#collect_info .btn:hover ul {
    display: block;
}
#collect_info .btn ul li a {
    font-size: 14px;
    padding: 5px;
    display: block;
    border-bottom: 1px #eee dashed;
}
#collect_info .btn ul li:last-child a {
    border-bottom: none;
}
#collect_info .btn ul li a:hover {
    background: #d7000f;
    color: white;
}
@media screen and (max-width: 1250px) {
    #collect_info {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 500px) {
    div#index-body div .sldeBar+div.mask .text {
        max-width: 30%;
        left: 60%;
        opacity: 1 !important;
    }
    div#index-body div .sldeBar+div.mask .text h6 {
        font-size: 20px !important;
    }
    .sldeBar+div.mask {
        right: 0;
    }
    .sldeBar:hover+div.mask {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #collect_info .btn {
        font-size: 12px;
        /*padding: 3px 10px;*/
        margin: 4px 0;
    }
    #collect_info .btn ul {
        width: 80px;
    }
}
/*login*/
.login-page {
    padding: 30px 0 85px;
    background: url('../images/logo-bg.jpg') center center no-repeat;
    background-size: cover;
}
.login-page .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    border-right: 1px solid #bc0c18;
    margin-right: 40px;
}
.login-page h2 {
    font-size: 35px;
    color: #bc0c18;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.login-page .ui.container {
    width: 1500px;
    max-width: 100%;
}
.login-page .box {
    margin-top: 35px;
    background: white;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.login-page .box .left {
    width: 60%;
    min-height: 590px;
    background: url('../images/logo-1.jpg') center center no-repeat;
    background-size: cover;
    padding: 80px 5%;
    text-align: center;
    vertical-align: middle;
}
.login-page .box .left h3 {
    font-size: 48px;
    color: #bc0c18;
    line-height: 1.2;
    font-weight: 500;
}
.login-page .box .left img {
    margin: -20px auto;
}
.login-page .box .left p {
    font-size: 18px;
    color: #717071;
    font-weight: 300;
    display: block;
    line-height: 1.4;
}
.login-page .box .right {
    vertical-align: middle;
    padding: 2%;
    width: 40%;
}
.login-page .box .right .logo2 {
    text-align: right;
    display: block;
}
.login-page .box .right .logo2 img {
    margin-left: auto;
    display: block;
}
.login-page .box .right h5 {
    font-size: 20px;
    color: #d7000f;
    border-bottom: 1px solid #d7000f;
}
.login-page .box .right h5 em {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    padding: 0 20px;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
}
.login-page .box .right #loginBox h5 em {
    cursor: pointer;
    cursor: hand;
}
.login-page .box .right h5 em.on {
    background: #d9d5d5;
}
#header .loginBtn {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    cursor: hand;
    color: white;
    opacity: .7;
}
#header .loginBtn h6,
#header .loginBtn .link{
    display: inline-block;
    vertical-align: top;
}
#header .loginBtn h6:hover,
#header .loginBtn .link a:hover {
    color: #d6000f;
    text-decoration: underline;
}
#header .loginBtn .link a.btn {
    margin-left: 15px;
}
.loginInfo h6 {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.loginInfo h6:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid black;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.loginInfo h6.active:before {
    background: #c01625;
    border: 3px solid white;
    box-shadow: 0 0 1px 1px #c01625;
}
.guanyujiepai {font-weight: bold!important; font-size: 32px!important;}
.loginInfo span.close {
    width: 28px;
    height: 28px;
    background: #eee;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.loginInfo span.close:after,
.loginInfo span.close:before {
    content: '';
    width: 90%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 5%;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loginInfo span.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.layui-layer-title {
    font-weight: bold;
}
.loginInfo {
    border: 1px solid #d7000f;
    padding: 7%;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.loginInfo[hidden] {
    display: none;
}
.loginInfo .loginBox {
    margin-bottom: 20px;
}
.loginInfo .loginBox form {
    margin-top: 40px;
}
.loginInfo .loginBox ul {
    margin: -15px;
}
.loginInfo .loginBox ul li {
    padding: 15px;
    position: relative;
}
.loginInfo .loginBox ul li span {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
    color: #333;
}
.loginInfo .loginBox ul li span.active {
    opacity: .4;
}
.loginInfo .loginBox ul li:last-child {
    margin-bottom: 0;
}
.loginInfo .loginBox ul li input,
.loginInfo .loginBox ul li.depart span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 40px;
    border-radius: 3px;
}
.loginInfo .loginBox ul li.depart span {
    position: relative;
    display: block;
}
.loginInfo .loginBox ul li.depart dl {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 3;
    border: 1px solid #eee;
    background: white;
    display: none;
}
.loginInfo .loginBox ul li.depart:hover dl {
    display: block;
}
.loginInfo .loginBox ul li.depart dl dd {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    border-top: 1px dashed #eee;
    padding: 0 15px;
    transition: .5s;
}
.loginInfo .loginBox ul li.depart dl dd:hover {
    background: #d7000f;
    color: white;
}
.loginInfo .loginBox ul li.depart dl dd:first-child {
    border-top: none;
}
.loginInfo .loginBox ul li:before {
    content: '';
    width: 20px;
    height: 40px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: 15px;
}
.loginInfo .loginBox ul li.user:before {
    background-image: url('../images/icon-login-user.png');
}
.loginInfo .loginBox ul li.pwd:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li.nick:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li.company:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li.depart:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li.position:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li.code:before {
    background-image: url('../images/icon-login-pwd.png');
}
.loginInfo .loginBox ul li i.eye,
.pupLogin .box .formBox .ret label i.eye {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    background: url('../images/eyeshow.png') center center no-repeat;
    background-size: 100% auto;
}
.pupLogin .box .formBox .ret label i.eye {
    right: 10px;
    top: 10px;
}
.loginInfo .loginBox ul li i.eye.active,
.pupLogin .box .formBox .ret label i.eye.active {
    background-image: url('../images/eyehidden.png');
}
.loginInfo .loginBox ul li label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    display: block;
}
.loginInfo .loginBox ul li input[type="submit"] {
    border: none;
    background: #222;
    color: white;
}
.loginInfo .loginBox ul li input[type="submit"]:hover {
    background: #d6000f;
}
.loginInfo button {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: white;
    background: #d7000f;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
}
.loginInfo button:hover {
    background: #111;
}
.loginInfo .tag {
    float: right;
}
.loginInfo .tag span {
    cursor: pointer;
    cursor: hand;
    font-size: 15px;
    font-weight: 300;
    color: black;
}
.loginInfo .tag>div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid black;
    line-height: 1;
}
.loginInfo .tag>div:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.loginInfo .tag span:hover {
    text-decoration: underline;
}
.contact-page .map #panel {
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-page .map #panelBox,
.contact-page .map #search {
    left: auto;
    right: 5%;
}
.contact-page .map #panelBox {
    position: absolute;
    top: 0;
    width: 400px;
    max-width: 90%;
    max-height: 70%;
    background: white;
    height: 70%;
    display: none;
}
.contact-page .map #panel .plan-nobus {
    max-height: none;
    overflow: unset;
}
.contact-page .map .options {
    padding: 10px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .map .options h6 {
    display: block;
    font-weight: bold;
    width: 100%;
}
.contact-page .map .options span {
    width: 33.33%;
    line-height: 32px;
    height: 32px;
    text-align: center;
    background: #eee;
    float: left;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .map .options span.active,
.contact-page .map .options span:hover {
    background: #c01625;
    color: white;
}
.contact-page .amap-lib-driving .planTitle .sidebar {
    top: 30%;
}
@media screen and (max-width: 1400px) {
    .login-page .box .left h3 {
        font-size: 36px;
    }
    .login-page h2 {
        font-size: 28px;
    }
    .login-page .logo img {
        max-height: 46px;
    }
    .login-page .box .left p {
        font-size: 18px;
    }
    .login-page .box .right h5 em {
        line-height: 40px;
        height: 40px;
    }
    .login-page .box .right h5 {
        font-size: 18px;
    }
    .loginInfo button {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .login-page .box .left {
        width: 100%;
        min-height: 450px;
    }
    .login-page .box .right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .login-page .box .left h3 {
        font-size: 24px;
    }
    .login-page h2 {
        font-size: 18px;
    }
    .login-page .logo img {
        max-height: 40px;
    }
    .login-page .box .left p {
        font-size: 16px;
    }
    .login-page .box .right h5 em {
        line-height: 36px;
        height: 36px;
    }
    .login-page .box .right h5 {
        font-size: 16px;
    }
    .loginInfo button,.loginInfo .tag span,.loginInfo h6 {
        font-size: 14px;
    }
    .login-page .logo {
        padding-right: 10px;
        margin-right: 10px;
    }
}
.n-cloud-Professional,
.n-shared-1-new {
    padding: 100px 0;
    background: #b61c26;
    color: white;
    position: relative;
    min-height: calc(100vh - 80px);
}
.n-cloud-Professional .box.grid-box .left,
.n-shared-1-new .box.grid-box .left{
    vertical-align: middle;
    padding-right: 7%;
    width: 45%;
    text-align: left;
}
.n-cloud-Professional .left h2 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.2;
}
.n-cloud-Professional .left h3 {
    font-size: 34px;
    font-weight: 500;
}
.n-cloud-Professional .left .content {
    margin: 50px 0 40px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}
.n-cloud-Professional .left .content p {
    text-indent: 2em;
}
.n-cloud-Professional .left .content h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}
.n-cloud-Professional .left h6 {
    font-size: 21px;
    font-weight: bold;
}
.n-cloud-Professional .box.grid-box .right,
.n-shared-1-new .box.grid-box .right {
    vertical-align: middle;
    width: 65%;
    margin-right: -10%;
}
.sldeBarFj {
    position: relative;
}
.sldeBar2 {
    position: fixed;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /*width: 125px;*/
    z-index: 22;
    min-height: 213px;
}
.n-shared-1-new {
    background: #eaf4f7;
    color: #494949;
}
.n-shared-1-new .left h2 {
    font-weight: bold;
    font-size: 47px;
    line-height: 1.2;
}
.n-shared-1-new .left h3 {
    font-size: 34px;
    font-weight: 500;
}
.n-shared-1-new .left .text {
    font-size: 18px;
    line-height: 1.8;
    color: #6d6d6d;
    text-indent: 2em;
    margin-top: 50px;
}
.marketing3-1 {
    padding: 55px 0;
    background: white;
    text-align: left;
}
.marketing3-1.bg {
    background: #f8f8f8;
}
.marketing3-1 .left {
    vertical-align: middle;
    width: 40%;
    padding-right: 5%;
}
.cloud-service-page h4.title {
    text-align: left;
}
.marketing2-page h4.title,
.marketing3-1 h4.title,
.new-shared h4.title,
.shared-page h4.title,
.contact-page h4.title,
.purchase-page h4.title,
.cloud-Professional-page h4.title,
.cloud-future-page h4.title,
.cloud-service-page h4.title,
.cloud-Life-page h4.title {
    font-size: 40px;
    color: #494949;
    line-height: 1;
    font-weight: bold;
}
.marketing2-page h4.title i,
.marketing3-1 h4.title i,
.new-shared h4.title i,
.shared-page h4.title i,
.contact-page h4.title i,
.purchase-page h4.title i,
.cloud-Professional-page h4.title i,
.cloud-future-page h4.title i,
.cloud-service-page h4.title i,
.cloud-Life-page h4.title i {
    width: 23px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    background: #494949;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    top: -3px;
}
.marketing2-page h4.title small,
.marketing3-1 h4.title small,
.new-shared h4.title small,
.shared-page h4.title small,
.contact-page h4.title small,
.purchase-page h4.title small,
.cloud-Professional-page h4.title small,
.cloud-future-page h4.title small,
.cloud-service-page h4.title small,
.cloud-Life-page h4.title small {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
    margin: 10px 0 15px;
    display: block;
    line-height: 1.2;
}
.marketing3-1 .left a.more {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 300;
    color: white;
    transition: .5s;
    background: #d6000f;
}
.marketing3-1 .left a.more:hover {
    opacity: .7;
}
.marketing3-1 .right {
    width: 60%;
    vertical-align: middle;
}
.marketing3-1 .right .XDlist ul {
    margin: -5px -13px;
    display: flex;
    flex-wrap: wrap;
}
.marketing3-1 .right .XDlist ul li {
    padding: 5px 13px;
}
.marketing3-1 .right .XDlist ul li a {
    display: flex;
    height: 100%;
    padding: 10px 5%;
    background: #dcdddd;
    text-align: center;
    font-size: 18px;
    color: #6d6d6d;
    align-items: center;
    justify-content: center;
    transition: .5s;
    /*max-height: 90px;*/
}
#marketing1.marketing3-1 .right .XDlist ul li a {
    max-height: 90px;
}
.marketing3-1 .right .XDlist ul li a:hover {
    background: #f59b9b;
    color: white;
}
.marketing3-1 .right .XDlist ul li a img {
    display: block;
    margin: 0 auto;
}
.marketing3-1 .right .ZXDlist {
    margin-top: 50px;
}
.marketing3-1 .right .ZXDlist ul {
    margin: -3px;
}
.marketing3-1 .right .ZXDlist ul li {
    padding: 3px;
    text-align: center;
    color: #6d6d6d;
    position: relative;
    top: 0;
    transition: .5s;
}
.marketing3-1 .right .ZXDlist ul li span,
.marketing3-1 .right .ZXDlist ul li h6 {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
}
.marketing3-1 .right .ZXDlist ul li i {
    margin-top: 15px;
    font-size: 18px;
}
.marketing3-1 .right .ZXDlist ul li:hover {
    color: #d6000f;
    top: -20px;
}
.marketing3-1 .right .ZXDlist ul li.active {
    color: #d6000f;
}
.marketing3-1 .right .HZlist ul {
    margin: -10px;
}
.marketing3-1 .right .HZlist ul li {
    padding: 10px;
    width: 100%;
}
.marketing3-1 .right .HZlist ul li .box {
    display: block;
    padding: 30px 30px 35px;
    background: white;
}
.marketing3-1 .right .HZlist ul li .box h6 {
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
}
.marketing3-1 .right .HZlist ul li .box .text {
    font-size: 21px;
    color: #6d6d6d;
    margin: 20px 0;
    font-weight: 300;
}
.marketing3-1 .right .HZlist ul li .box a,
.marketing3-1 .right .HZlist ul li .box em {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    height: 36px;
    padding: 0 25px;
    border: 1px solid #6d6d6d;
    background: #f2f2f2;
    font-size: 18px;
    color: #6d6d6d;
    transition: .5s;
    margin-right: 7px;
}
.marketing3-1 .right .HZlist ul li .box a:hover,
.marketing3-1 .right .HZlist ul li .box em:hover {
    background: #d6000f;
    border-color: #d6000f;
    color: white;
}
.marketing3-1 .right .Jrlist ul {
    margin: -5px;
}
.marketing3-1 .right .Jrlist ul li {
    padding: 5px;
    font-size: 18px;
    color: #6d6d6d;
    font-weight: 300;
    text-align: center;
}
.marketing3-1 .right .Jrlist ul li img {
    margin-bottom: 15px;
}
.marketing3-1.pd {
    padding: 100px 0;
}
.marketing3-1 .left .JmList {
    margin-top: 80px;
}
.marketing3-1 .left .JmList h5 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
}
.marketing3-1 .left .JmList ul {
    margin-top: 20px;
}
.marketing3-1 .left .JmList ul li {
    font-size: 18px;
    color: #6d6d6d;
    line-height: 1.6;
    padding-left: 30px;
    position: relative;
    font-weight: 300;
}
.marketing3-1 .left .JmList ul li img {
    position: absolute;
    left: 0;
    top: 2px;
}
.marketing3-1 .right .studyBox h5 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
.marketing3-1 .right .studyBox a.more {
    line-height: 42px;
    height: 42px;
    padding: 0 42px;
    border: 1px solid #4b4b4b;
    font-size: 20px;
    font-weight: 300;
    color: #6d6d6d;
    transition: .5s;
}
.marketing3-1 .right .studyBox a.more:hover {
    background: #d6000f;
    color: white;
    border-color: #d6000f;
}
.marketing3-1 .right .studyBox .list {
    margin-top: 30px;
}
.marketing3-1 .right .studyBox .list ul {
    margin: -10px;
}
.marketing3-1 .right .studyBox .list ul li {
    padding: 10px;
}
.marketing3-1 .right .studyBox .list ul li>a.play {
    height: 180px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    display: block;
    position: relative;
}
.marketing3-1 .right .studyBox .list ul li>a.play:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/n-icon-play.png') center center no-repeat;
    cursor: pointer;
    cursor: hand;
    transition: .5s;
}
.marketing3-1 .right .studyBox .list ul li>a.play:hover:after {
    opacity: .6;
}
.marketing3-1 .right .studyBox .list ul li .titleBox {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 5px;
    justify-content: space-between;
    align-items: center;
}
.marketing3-1 .right .studyBox .list ul li .titleBox h6 {
    font-size: 25px;
    color: #6d6d6d;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.marketing3-1 .right .studyBox .list ul li .titleBox a.more {
    font-size: 19px;
    color: white;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    background: #d6000f;
    border: none;
    transition: .5s;
}
.marketing3-1 .right .studyBox .list ul li .titleBox a.more:hover {
    background: #222;
}
.marketing3-1 .right .studyBox .list ul li p {
    font-size: 16px;
    font-weight: 300;
    color: #6d6d6d;
}
.marketing3-1 .right .studyBox .slide {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #6d6d6d;
}
.marketing3-1 .right .studyBox .slide:last-child {
    margin-bottom: 0;
}
.shared-page .shared-2 {
    padding: 100px 0;
}
.shared-page .shared-2 .slide {
    padding-bottom: 60px;
}
.shared-page .shared-2 .slide .list {
    margin-top: 50px;
}
.shared-page .shared-2 .slide .list ul {
    margin: -15px;
}
.shared-page .shared-2 .slide .list ul li {
    padding: 15px;
    text-align: center;

}
.shared-page .shared-2 .slide .list ul li:hover a{
    transform: translateY(-10px);
}
.shared-page .shared-2 .slide .list ul li a{
    transition: 0.3s ease;
    display: block;
}
.shared-page .shared-2 .slide .list ul li .img {
    padding: 25px 5px 20px;
    color: white;
    background: #ff740f;
}
.shared-page .shared-2 .slide .list ul li .img .txt {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shared-page .shared-2 .slide .list ul li .img .txt:after {
    content: '';
    display: block;
    margin: 13px auto 18px;
    width: 15px;
    height: 1px;
    background: white;
}
.shared-page .shared-2 .slide .list ul li h6 {
    margin-top: 20px;
    font-size: 22px;
    color: #6d6d6d;
    font-weight: bold;
    line-height: 1.2;
}
.shared-page .shared-2 .slide:last-child {
    padding-bottom: 0;
}
#inquiry {
    margin-top: 0;
}
.inquiry {
    cursor: pointer;
    cursor: hand;
}
@media screen and (min-width: 1920px) {
    .n-cloud-Professional, .n-shared-1-new {
        padding: 60px 0;
    }
}
.contact-n-1 {
    padding: 50px 0 35px;
}
.contact-n-1 .containerBox {
    padding-left: 19%;
}
.contact-n-1 .box {
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}
.contact-n-1 .box .slide {
    padding: 12px;
}
.contact-n-1 .box .slide br {
    line-height: .2;
}
.contact-n-1 .box .slide .text {
    padding: 15px 0;
    font-size: 20px;
    color: #606060;
    line-height: 1.4;
    font-weight: 300;
}
.contact-n-1 .box .slide .text span {
    display: block;
    height: 20px;
}
.contact-n-1 .box .slide .box2 {
    border-bottom: 3px solid #b9b9b9;
    height: 100%;
    transition: .5s;
}
.contact-n-1 .box .slide .text .txti2 {
    text-indent: 3em;
}
.contact-n-1 .box .slide:hover .box2 {
    border-color: #646464;
}
.contact-n-2 {
    padding: 60px 0;
}
.contact-n-2 .options {
    padding: 50px 0 10px;
    margin: -4px;
}
.contact-n-2 .options .slide {
    padding: 4px;
    cursor: pointer;
    cursor: hand;
}
.contact-n-2 .options .slide h6 {
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    color: white;
}
.contact-n-2 .options .slide:nth-child(1) h6 {
    background: #5a5476;
}
.contact-n-2 .options .slide:nth-child(2) h6 {
    background: #6e8796;
}
.contact-n-2 .options .slide:nth-child(3) h6 {
    background: #87828c;
}
.contact-n-2 .options .slide:nth-child(4) h6 {
    background: #787780;
}
.contact-n-2 .ret {
    padding: 30px 130px;
    background: #f0f0f0;
    max-height: 860px;
    overflow: auto;
}
.contact-n-2 .ret .jp {
    position: relative;
    margin-bottom: 50px;
}
.contact-n-2 .ret span.head {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    background: white;
}
.contact-n-2 .ret span.head img {
    max-width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.contact-n-2 .ret span.head i.fa {
    font-size: 38px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}
.contact-n-2 .ret .jp span.head {
    left: -100px;
}
.contact-n-2 .ret .user span.head {
    right: -100px;
    transform: translateY(-50%);
    top: 50%;
}
.contact-n-2 .ret .jp .content {
    font-size: 18px;
    color: #606060;
    line-height: 1.6;
    padding: 10px;
    background: white;
    width: 100%;
}
.contact-n-2 .ret .jp .content .list {
    margin-top: 10px;
}
.contact-n-2 .ret .jp .content ul {
    margin: -5px;
}
.contact-n-2 .ret .jp .content ul li {
    font-size: 18px;
    border-top: 1px solid #eee;
    padding: 5px;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.contact-n-2 .ret .jp .content ul li:hover {
    color: #d6000f;
}
.contact-n-2 .ret .jp .moreOptions {
    font-size: 18px;
    color: #d6000f;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}
.contact-n-2 .ret .jp .moreOptions h6 {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.contact-n-2 .ret .jp .moreOptions .link {
    display: inline-block;
    vertical-align: middle;
}
.contact-n-2 .ret .jp .moreOptions .link em {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    height: 22px;
    padding: 0 6px;
    border: 1px solid #d6000f;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    cursor: hand;
}
.contact-n-2 .ret .user {
    text-align: right;
    margin-bottom: 50px;
    position: relative;
}
.contact-n-2 .ret .user .text {
    font-size: 18px;
    padding: 5px 15px;
    background: #d6000f;
    color: white;
    display: inline-block;
    margin-left: auto;
    max-width: 100%;
    text-align: left;
}
.news-page h3.title {
    font-size: 47px;
    font-weight: 500;
    color: #6d6d6d;
    line-height: 1.2;
    text-align: center;
}
.news-page .dots {
    margin-top: 60px;
    text-align: center;
}
.news-page .dots ul li {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #6d6d6d;
    cursor: pointer;
    cursor: hand;
    margin: 0 5px;
}
.news-page .dots ul li button {
    display: none;
}
.news-page .dots ul li.slick-active {
    transform: scale(1.4);
    background: #d2d2d2;
}
.news-page .news-n-xw {
    padding: 90px 0;
    background: #eee;
}
.news-page .news-n-xw a.img {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.news-page a.img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.news-page a.img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1;
    transition: .5s;
}
.news-page a.img:hover:before {
    transform: scale(1.1);
}
.news-page .news-n-xw a.img:after {
    content: '';
    width: 100%;
    height: 25%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,transparent), color-stop(100%,black)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%); /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%,black 100%); /* chrome */ /* opera */ /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent),to(black));
    background: -webkit-linear-gradient(top, transparent,black);
    background: -moz-linear-gradient(top, transparent,black);
    background: linear-gradient(to bottom, transparent,black); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='black',GradientType=0 ); /* 兼容IE5~IE9 */
}
.news-page .news-n-xw a.img .text {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 8%;
    color: white;
    font-size: 25px;
    bottom: 5%;
    z-index: 2;
}
.news-page .news-n-xw a.img .text time {
    display: block;
    margin-bottom: 8px;
    font-size: 45%;
}
.news-page .news-n-xw ul {
    margin: -13px;
}
.news-page .news-n-xw ul li {
    padding: 13px;
}
.news-page .news-n-xw .top {
    margin-top: 80px;
    margin-bottom: 25px;
}
.news-page .news-n-xw .top ul li a.img {
    height: 440px;
}
.news-page .news-n-xw .list ul li a.img {
    height: 290px;
}
.news-page .news-n-xw .list ul li a.img .text {
    font-size: 18px;
}
.news-page .news-n-bd {
    padding: 100px 0 120px;
}
.news-page .news-n-bd .list {
    margin-top: 90px;
}
.news-page .news-n-bd .list ul {
    margin: -35px;
}
.news-page .news-n-bd .list ul li {
    padding: 35px;
}
.news-page .news-n-bd .list ul li a.img {
    height: 235px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.news-page .news-n-bd .list ul li .content {
    padding: 25px 0 35px;
    border-bottom: 4px solid #b6b6b6;
    position: relative;
}
.news-page .news-n-bd .list ul li .content:after {
    content: '';
    height: 4px;
    width: 0;
    transition: .5s;
    position: absolute;
    top: 100%;
    left: 0;
    background: #d6000f;
}
.news-page .news-n-bd .list ul li:hover .content:after {
    width: 100%;
}
.news-page .news-n-bd .list ul li .content h6 {
    font-weight: bold;
    font-size: 20px;
    color: #6d6d6d;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 3.6em;
    transition: .5s;
}
.news-page .news-n-bd .list ul li .content h6:hover {
    color: #d6000f;
}
.news-page .news-n-bd .list ul li .content time {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #6d6d6d;
    margin: 15px 0 20px;
}
.news-page .news-n-bd .list ul li .content p {
    font-size: 13px;
    color: #6d6d6d;
    line-height: 1.6;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.8em;
}
.news-page .news-n-hz {
    padding: 80px 0;
    background: #eee;
}
.news-page .news-n-hz .list {
    margin-top: 80px;
}
.news-page .news-n-hz .list ul {
    margin: -15px;
}
.news-page .news-n-hz .list ul li {
    padding: 15px;
}
.news-page .news-n-hz .list ul li a.img {
    height: 260px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.news-page .news-n-hz .list ul li .content {
    margin-top: 10px;
}
.news-page .news-n-hz .list ul li .content h6 {
    font-size: 25px;
    font-weight: 500;
    color: #6d6d6d;
    text-align: center;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-page .news-n-hz .list ul li .content h6:hover {
    color: #d6000f;
}
.news-page .news-n-zx {
    padding: 90px 0;
}
.news-page .news-n-zx .list {
    margin-top: 90px;
}
.news-page .news-n-zx .list ul {
    margin: -12px;
}
.news-page .news-n-zx .list ul li {
    padding: 12px;
}
.news-page .news-n-zx .list ul li .border {
    border: 1px solid #cbcbcb;
    transition: .5s;
}
.news-page .news-n-zx .list ul li .border:hover {
    background: #d6000f;
}
.news-page .news-n-zx .list ul li .img {
    height: 260px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.news-page .news-n-zx .list ul li .content {
    padding: 45px 20px 20px;
}
.news-page .news-n-zx .list ul li .content h6 {
    font-weight: 500;
    font-size: 25px;
    color: #6d6d6d;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .5s;
    transition: .5s;
}
.news-page .news-n-zx .list ul li .content time {
    display: block;
    margin: 25px 0;
    font-size: 18px;
    color: #3065b0;
    transition: .5s;
}
.news-page .news-n-zx .list ul li .content p {
    font-size: 15px;
    color: #6d6d6d;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 5.6em;
    transition: .5s;
}
.news-page .news-n-zx .list ul li .content .link {
    margin-top: 30px;
    font-size: 16px;
    color: #6d6d6d;
    transition: .5s;
    display: block;
    text-align: right;
}
.news-page .news-n-zx .list ul li .border:hover h6,
.news-page .news-n-zx .list ul li .border:hover time,
.news-page .news-n-zx .list ul li .border:hover .link,
.news-page .news-n-zx .list ul li .border:hover p {
    color: white;
}
.news-page .news-n-sp {
    padding: 90px 0;
    background: #eee;
}
.news-page .news-n-sp .top {
    margin-top: 80px;
    margin-bottom: 20px;
}
.news-page .news-n-sp ul li a.img {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.news-page .news-n-sp ul li a.img em {
    position: absolute;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    cursor: hand;
}
.news-page .news-n-sp .top {
    display: inline-block;
    width: 100%;
}
.news-page .news-n-sp .top ul {
    margin: -6px;
}
.news-page .news-n-sp .top ul li {
    padding: 6px;
    width: 40%;
}
.news-page .news-n-sp .top ul li a.img {
    height: 240px;
}
.news-page .news-n-sp .top ul li:first-child a.img {
    height: 492px;
}
.news-page .news-n-sp .top ul li:first-child {
    width: 60%;
    float: left;
}
.news-page .news-n-sp .list ul {
    margin: -10px;
}
.news-page .news-n-sp .list ul li {
    padding: 10px;
}
.news-page .news-n-sp .list ul li a.img {
    height: 240px;
}
.news-page .slick-track {
    margin-left: 0;
}
.news-page ul .slick-arrow {
    background-color: transparent;
    filter: brightness(0.5);
}
.news-page ul .slick-arrow.slick-prev {
    left: -60px;
}
.news-page ul .slick-arrow.slick-next {
    right: -60px;
}
.news-page ul .slick-arrow:hover {
    background-color: transparent;
}
#beian {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.5);
}
.pupLogin,.addInfo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 550px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 30;
    padding-bottom: 40px;
}
.pupLogin i.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    cursor: hand;
}
.pupLogin .box .formBox {
    margin-top: -70px;
    position: relative;
    z-index: 1;
    background: white;
    box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
    padding: 35px 35px 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.pupLogin .box .formBox .options {
    font-size: 24px;
    color: #9c9c9c;
}
.pupLogin .box .formBox .options em {
    display: inline-block;
    margin-right: 1.5em;
    cursor: pointer;
    cursor: hand;
}
.pupLogin .box .formBox .options em.active {
    color: #d7000f;
    text-decoration: underline;
}
.pupLogin .box .formBox .ret {
    margin-top: 30px;
}
.pupLogin .box .formBox .ret label {
    display: flex;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: 1px solid #a0a0a0;
    margin-bottom: 19px;
    position: relative;
    font-size: 14px;
    color: #c2c2c2;
}
.pupLogin .box .formBox .ret label input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: black;
    padding: 0 1em;
}
.pupLogin .box .formBox .ret label em {
    width: 60px;
    flex-shrink: 0;
    border-right: 1px solid #a0a0a0;
    text-align: center;
}
.pupLogin .box .formBox .ret label span.code {
    width: 120px;
    flex-shrink: 0;
    border-left: 1px solid #a0a0a0;
    background: #f4f4f4;
    color: #d7000f;
    text-align: center;
}
.pupLogin .box .formBox .ret p {
    font-size: 12px;
    color: #a0a0a0;
    display: block;
}
.pupLogin .box .formBox .ret input[type="submit"] {
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
    border: none;
    background: #d7000f;
    transition: .5s;
    border-radius: 3px;
    margin: 1.5em 0 .7em;
}
.pupLogin .box .formBox .ret input[type="submit"]:hover {
    opacity: .7;
}
.pupLogin .box .formBox .ret span.resetpwd {
    display: block;
    margin-left: auto;
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
    color: #d7000f;
    text-align: right;
    height: 18px;
}
.pupLogin .box .formBox .ret h6 {
    display: block;
    text-align: center;
    color: #d7000f;
    font-size: 16px;
}
.user-page .box .contentBox .userInfo .left .info p em i {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}
.addInfo {
    max-width: 400px;
    padding-bottom: 0;
    display: none;
}
.addInfo i.close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #d7000f;
    border: 1px solid white;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    cursor: hand;
}
.addInfo i.close:after,
.addInfo i.close:before {
    content: '';
    width: 60%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 20%;
}
.addInfo i.close:after {
    transform: rotate(45deg);
}
.addInfo i.close:before {
    transform: rotate(-45deg);
}
.addInfo h6 {
    font-size: 24px;
    background: #d7000f;
    color: white;
    padding: 5%;
    text-align: center;
}
.addInfo .form {
    padding: 3%;
}
.addInfo .form ul li {
    margin-bottom: 15px;
    display: flex;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.addInfo .form ul li:last-child {
    margin-bottom: 0;
}
.addInfo .form ul li input {
    width: 100%;
    background: none;
    border: 1px solid #ccc;
    padding: 0 1em;
}
.addInfo .form ul li input[type="submit"] {
    text-align: center;
    color: white;
    background: #d7000f;
    font-size: 120%;
    border: none;
    transition: .5s;
}
.addInfo .form ul li span.code {
    padding: 0 1em;
    border: 1px solid #ccc;
    border-left: none;
    background: #eee;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    cursor: hand;
}
.addInfo .form ul li input[type="submit"]:hover {
    opacity: .7;
}
#qidian_wpa_2885796698_2790 {
    display: none;
    animation: dd 3s infinite linear alternate;
}
@keyframes dd {
    form {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    to {
        transform: scale(1);
    }
}

.newdet-page .slideLeft .box .content section section{
    width:auto!important;
}


#collect_info .btn ul li{
    position: relative;
}
#collect_info .btn ul li dl{
    position: absolute;
    width:100%;
    z-index: 10;
    right: 100%;
    top: 0;
    background: #fff;
    display: none;
}
#collect_info .btn ul li:hover dl{
    display: block;
}

@media screen and (max-width: 1250px) {
    .nobanner, .inner-page {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .login-page .box .left {
        display: none !important;
    }
    .login-page .box .right .logo2 {
        float: none;
        display: none!important;
    }
    .loginInfo {
        margin-top: 0;
    }
    .loginInfo .loginBox ul li {
        padding: 8px;
    }
    .loginInfo .loginBox ul {
        margin: -8px;
    }
    .pupLogin .box .formBox {
        margin-top: -30px;
        padding: 20px;
    }
    .pupLogin .box .formBox .options {
        font-size: 20px;
    }
    .pupLogin .box .formBox .ret label em {
        width: 40px;
    }
    .pupLogin .box .formBox .ret label span.code {
        width: 90px;
    }
    .pupLogin .box .formBox .ret input[type="submit"] {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        margin-top: .8em;
        margin-bottom: .4em;
    }
    .pupLogin .box .formBox .options em {
        margin-right: .8em;
    }
    .pupLogin .box .formBox .ret h6 {
        font-size: 14px;
    }
    .pupLogin .box .formBox .ret label {
        margin-bottom: 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1500px) {
    .n-shared-1-new .left h2 {
        font-size: 36px;
    }
    .n-shared-1-new .left h3 {
        font-size: 28px;
    }
    .n-shared-1-new .left .text {
        font-size: 16px;
    }
    .pupLogin, .addInfo {
        zoom: .75;
    }
    .marketing2-page h4.title, .marketing3-1 h4.title, .new-shared h4.title, .shared-page h4.title, .contact-page h4.title, .purchase-page h4.title, .cloud-Professional-page h4.title, .cloud-future-page h4.title, .cloud-service-page h4.title, .cloud-Life-page h4.title,
    .n-cloud-Professional .left h2 {
        font-size: 32px;
    }
    .marketing2-page h4.title small, .marketing3-1 h4.title small, .new-shared h4.title small, .shared-page h4.title small, .contact-page h4.title small, .purchase-page h4.title small, .cloud-Professional-page h4.title small, .cloud-future-page h4.title small, .cloud-service-page h4.title small, .cloud-Life-page h4.title small,.n-shared-1-new .left h3,.n-cloud-Professional .left h3 {
        font-size: 24px;
    }
    .contact-n-1 .box .slide .text,.contact-page .contact-2 .map .contact-info .text,.contact-page .contact-2 .map .contact-info .addOptions span {
        font-size: 16px;
    }
    .contact-page .contact-2 .map .contact-info h6,.contact-n-2 .options .slide h6 {
        font-size: 20px;
    }
    .contact-page .contact-3 .box .slide h6 {
        font-size: 20px;
    }
    .contact-page .contact-3 {
        padding: 60px 0;
    }
    .contact-page .contact-4 {
        padding: 40px 0;
    }
    .news-page,.shared-page {
        padding: 0;
    }
    .news-page h3.title {
        font-size: 36px;
    }
    .news-page .news-n-bd .list ul li {
        padding: 10px;
    }
    .news-page .news-n-bd .list ul {
        margin: -10px;
    }
    .shared-page .shared-2 .slide .list ul li h6 {
        font-size: 18px;
    }
    .nobanner, .inner-page {
        margin-top: 70px;
    }
    .n-cloud-Professional .left .content h4 {
        font-size: 20px;
    }

}

@media screen and (max-width: 1250px) {
    .pupLogin, .addInfo {
        zoom: .6;
    }
    .n-cloud-Professional .left .content {
        font-size: 14px;
        margin: 20px 0;
    }
    .n-cloud-Professional .left h6 {
        font-size: 18px;
    }
    .marketing2-page h4.title, .marketing3-1 h4.title, .new-shared h4.title, .shared-page h4.title, .contact-page h4.title, .purchase-page h4.title, .cloud-Professional-page h4.title, .cloud-future-page h4.title, .cloud-service-page h4.title, .cloud-Life-page h4.title, .n-cloud-Professional .left h2,.guanyujiepai,.n-shared-1-new .left h2 {
        font-size: 26px !important;
    }
    .marketing2-page h4.title small, .marketing3-1 h4.title small, .new-shared h4.title small, .shared-page h4.title small, .contact-page h4.title small, .purchase-page h4.title small, .cloud-Professional-page h4.title small, .cloud-future-page h4.title small, .cloud-service-page h4.title small, .cloud-Life-page h4.title small, .n-shared-1-new .left h3, .n-cloud-Professional .left h3 {
        font-size: 18px;
    }
    .cloud-history-page .cloud-history-1 .left .text {
        font-size: 14px;
    }
    .n-cloud-Professional, .n-shared-1-new {
        padding: 60px 0;
    }
    .cloud-Professional-page .cloud-Professional-2 {
        padding-bottom: 0;
    }
    .nobanner, .inner-page {
        margin-top: 40px;
    }
    .cloud-future-page .cloud-future-2 {
        padding-bottom: 0 !important;
    }
    .marketing3-1 .right .HZlist ul li .box a, .marketing3-1 .right .HZlist ul li .box em {
        font-size: 15px;
    }
    .marketing3-1 .right .HZlist ul li .box h6 {
        font-size: 24px;
    }
    .marketing3-1 .right .HZlist ul li .box .text,.marketing2-page .text {
        font-size: 16px;
    }
    .marketing2-page .marketing-1 .left h2 {
        font-size: 24px;
    }
    .marketing2-page .marketing-3 .list {
        margin-top: 40px;
    }
    .marketing2-page .marketing-6 .list ul li {
        padding: 10px;
    }
    .marketing2-page .marketing-6 .list ul {
        margin: -10px;
    }
    .marketing2-page .marketing-6 .list ul li .box .img img {
        max-height: 60px;
    }
    .marketing3-1 .right .Jrlist ul li {
        font-size: 12px;
    }
    .marketing3-1 .left .JmList ul li {
        font-size: 16px;
    }
    .purchase-page .purchase-1 .boxinfo {
        padding: 40px 15px;
    }
    .marketing3-1 .left a.more,.marketing3-1 .right .studyBox .list ul li .titleBox a.more,.marketing3-1 .right .studyBox .list ul li .titleBox h6,
    .marketing3-1 .right .studyBox a.more {
        font-size: 16px;
    }
    .marketing3-1 .right .studyBox .list ul li .titleBox h6 {
        width: 40%;
    }
    .marketing3-1 .right .studyBox .list ul li .titleBox a.more {
        zoom: .7;
    }
    .marketing3-1 .right .studyBox h5 {
        font-size: 24px;
    }
    .shared-page .shared-2 .slide .list ul li h6 {
        font-size: 14px;
    }
    .news-page .news-n-xw {
        padding: 60px 0;
    }
    .news-page .news-n-xw .top {
        margin-top: 40px;
    }
    .news-page .news-n-xw .top ul li a.img {
        height: 300px;
    }
    .news-page .news-n-xw .list ul li a.img {
        height: 200px;
    }
    .news-page .news-n-bd {
        padding: 60px 0;
    }
    .news-page h3.title {
        font-size: 28px;
    }
    .news-page .news-n-bd .list ul li a.img {
        height: 180px;
    }
    .news-page .news-n-bd .list ul li .content h6,
    .news-page .news-n-hz .list ul li .content h6,
    .news-page .news-n-zx .list ul li .content h6 {
        font-size: 18px;
    }
    .news-page .dots {
        margin-top: 30px;
    }
    .news-page .news-n-bd {
        padding: 60px 0;
    }
    .news-yd a.more {
        font-size: 16px;
        margin-top: 0;
    }
    .news-page .news-n-hz .list ul li a.img {
        height: 220px;
    }
    .news-page .news-n-hz .list {
        margin-top: 40px;
    }
    .news-page .news-n-zx .list {
        margin-top: 50px;
    }
    .news-page .news-n-zx .list ul li .content {
        padding: 25px 15px;
    }
    .news-page .news-n-zx .list ul li .content time {
        font-size: 14px;
        margin: 15px 0;
    }
    .news-page .news-n-zx .list ul li .content .link {
        margin-top: 15px;
    }
    .news-page .news-n-bd .list {
        margin-top: 40px;
    }
    .news-page .news-n-sp .top {
        margin-top: 30px;
    }
    .news-page .news-n-sp .list ul li a.img {
        height: 200px;
    }
    .news-page .news-n-sp {
        padding: 50px 0;
    }
    .newdet-page .slideLeft .box .content * {
        font-size: inherit !important;
    }
    .newdet-page .slideLeft .box .content img {
        margin: 15px auto;
    }
    .contact-page .contact-3 .box .slide .img {
        height: 200px;
    }
    #index-body .init-8 .fp-bg2, #index-body .init-8 .map, #index-body .init-8 .main-map {
        z-index: 1;
        position: relative;
    }
    .n-cloud-Professional .box.grid-box .left, .n-shared-1-new .box.grid-box .left {
        width: 100%;
        padding-right: 0;
    }
    .n-cloud-Professional .box.grid-box .right, .n-shared-1-new .box.grid-box .right {
        width: 100%;
        margin-top: 20px;
    }
    .cloud-Professional-page .cloud-Professional-3 .small {
        bottom: 60px;
    }

}

#collect_info .pc {
    display: block;
}
#collect_info .wap {
    display: none;
}
@media screen and (max-width: 700px) {
    #collect_info .btn a, .sldeBar2 ul li a {
        margin: 0;
    }
    #collect_info .btn {
        padding: 0 3px;
    }
    .contact-n-1 .containerBox {
        padding-left: 15px;
    }
    .marketing2-page h4.title, .marketing3-1 h4.title, .new-shared h4.title, .shared-page h4.title, .contact-page h4.title, .purchase-page h4.title, .cloud-Professional-page h4.title, .cloud-future-page h4.title, .cloud-service-page h4.title, .cloud-Life-page h4.title, .n-cloud-Professional .left h2, .guanyujiepai, .n-shared-1-new .left h2 {
        font-size: 22px !important;
    }
    .contact-n-1 .box .slide .text {
        padding-right: 15px;
    }
    #collect_info .pc {
        display: none;
    }
    #collect_info .wap {
        display: block;
    }
    .sldeBar2 {
        display: none !important;
    }
}
.public-video-page .public-video-2 .appointment .videoList .videoSlide {
    overflow: auto;
}
.public-video-page .public-video-2 .appointment .videoList .videoSlide li:nth-child(4)~li {
    width: 25%;
}
.public-video-page .public-video-2 .appointment .videoList .videoSlide li:nth-child(4)~li a.videoBox {
    font-size: 3px;
}
.public-video-page .public-video-1 .search {
    max-width: 700px;
    display: block;
    margin: 0 auto 50px;
}
.public-video-page .public-video-1 .search form {
    width: 100%;
    display: flex;
    border: 1px solid #eee;
    height: 50px;
    font-size: 18px;
}
.public-video-page .public-video-1 .search form input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0 1em;
}
.public-video-page .public-video-1 .search form input[type="submit"] {
    width: 50px;
    background: url('../images/icon-search.png') center center no-repeat;
    flex-shrink: 0;
    padding: 0;
}

@media screen and (max-width: 700px) {
    #collect_info {
        opacity: .6;
    }
    .contact-n-2 .ret {
        padding: 30px 15px;
    }
    .contact-n-2 .ret span.head {
        position: static;
        left: 0;
        width: 50px;
        height: 50px;
        display: block;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .contact-n-2 .ret .user span.head {
        margin-left: auto;
        transform: translateY(0);
    }
    .contact-n-2 .ret .jp .content,.contact-n-2 .ret .jp .content ul li,.contact-n-2 .ret .user .text,.contact-n-2 .ret .jp .moreOptions {
        font-size: 14px;
    }
    .map #search {
        display: none !important;
    }
    .contact-n-2 .options .slide {
        width: 50%;
    }
    .contact-n-2 .options .slide h6 {
        font-size: 16px;
    }
}
.video-js video {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}