@charset "utf-8";
/* CSS Document */

/********reset********/

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, from, input, img, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset {
    margin: 0;
    padding: 0;
}
/********body********/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #0073c0;
}
div {
    vertical-align: top;
}
i, em, cite {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    color: #333;
}
ul, li {
    list-style: none;
    display: block;
}
img {
    border: 0 none;
    max-width: 100%
}
img {
    vertical-align: middle;
}
figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
h1 {
    font-size: 24px
}
h2 {
    font-size: 24px
}
input {
    -webkit-appearance: none;
}
/********base********/

.flex {
    margin: 0 auto;
    width: 1200px;
}
.clear {
    clear: both;
}
/*index head-box*/

.head-box {
    background: rgba(0, 0, 0, .8);
    /* */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 80px;
    line-height: 80px;
}
.head-icon {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
.head-icon .tel {
    padding: 10px 0;
    float: right;
    font-size: 20px
}
.head-icon .tel li {
    float: left;
    margin-left: 16px;
}
.head-icon .tel li a {
    padding: 5px;
    color: #ccc;
    display: block
}
.head-icon .tel li a:hover {
    color: #0073c0
}
.head-icon .search-box {
    padding: 10px 0;
    float: right;
    font-size: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px
}
.head-icon.hide {
    display: block
}
input:focus {
    outline: none
}
.search-keyword {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    vertical-align: top;
    padding: 0 6px
}
.search-submit {
    width: 30px;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    background: #ccc;
    color: #fff;
    border: none;
    vertical-align: top;
}
.search-submit:hover {
    background: #0073c0
}
.head-icon .iconfont {
    font-size: 20px;
}
.head-nav {
/* height: 80px;
    line-height: 80px; */
    /* overflow: hidden; */
}
.logo {
    display: inline-block
}
.logo a {
    display: block;
}
.logo a img {
}
.hottel {
    float: right;
}
.lang {
    float: right;
    color: #fff;
    font-size: 14px;
}
.lang a {
    color: #fff;
    display: inline-block
}
.lang a:hover {
    color: #0078D7
}
.menu {
    display: inline-block;
    margin-left: 40px
}
.navbtn {
    display: none
}
.nav {
    margin-left: 50px;
}
.nav.hide {
    display: block
}
.nav>li {
    position: relative;
    min-width: 104px;
}
.nav li {
    display: inline-block;
    text-align: center;
}
.nav li a {
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    line-height: 48px;
    display: inline-block;
}
.nav>li:hover>a {
    color: #ff6734;
    border-bottom: 3px solid #ff6734;
}
.nav li:hover>a {
    color: #ff6734;
}
.nav li div.subnav {
    display: none;
    min-width: 100%;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
    transition: height 0s;
    -moz-transition: height 0s;
    /* Firefox 4 */
    -webkit-transition: height 0s;
    /* Safari and Chrome */
    -o-transition: height 0s;/* Opera */
}
.nav li div.subnav ul {
    /* padding-bottom: 12px; */
}
.nav li div.subnav div.tnav {
    display: none;
    position: absolute;
    left: 100%;
    min-width: 100%;
    margin-top: -63px;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
    transition: height 0s;
    -moz-transition: height 0s;
    -webkit-transition: height 0s;
    -o-transition: height 0s;
}
.nav li:hover ul {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.nav li:hover ul li {
    background: none;
    display: block;
    white-space: nowrap;
}
.nav li ul li.subnavpic {
    height: 60px;
    width: 177px;
    margin-right: 32px;
    display: none
}
.nav li:hover ul li a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    /* color: #eee; */
    text-align: center
}
.nav li:hover ul li a span {
    vertical-align: middle;
}
.nav li:hover ul li a i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
/*.nav li:hover ul li a:hover {*/

/*color: #ff6734;*/

/*border-bottom: 3px solid #ff6734;*/

/*}*/

.nav li:hover div.subnav {
    display: block
}
.nav li div.subnav li:hover div.tnav {
    display: block
}
.nav li div.subnav.open, .nav li div.subnav li div.tnav.open {
    display: block !important;
}
.nav li div.subnav.close, .nav li div.subnav li div.tnav.close {
    display: none !important;
}
.nav li .triangle:after {
    top: 20px;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #777;
    border-top: 2px solid #777;
}
.nav li .iconfont {
    font-size: 14px;
    margin-left: 5px;
}
.login {
    float: right;
}
.login li {
    display: inline-block;
    height: 80px;
}
.menu {
    display: inline-block;
    margin-left: 35px;
}
.login li a {
    color: #fff;
    font-size: 16px;
    margin: 0px 30px;
}
.login li:hover {
    background-color: #ff6734;
}
.slide {
    padding-top: 80px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 5px;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.index-box {
    background-position: center center;
    color: #333;
    background-size: cover;
    padding: 35px 0;
    text-align: center
}
.index-box h2 {
    line-height: 2;
    font-size: 30px;
}
.index-box h3 {
    color: #999;
    line-height: 2;
    font-size: 16px
}
.index-box .info {
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0.5%;
}
.index-service {
    overflow: hidden;
}
.index-service ul {
    font-size: 0;
}
.index-service li {
    width: 16%;
    display: inline-block;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 5%;
}
.index-service li:nth-child(5) {
    margin-right: 0;
}
.index-service li.more {
    display: none;
}
.index-service li>div {
    padding: 20px 0 50px 0;
    /* margin: 5px 10px; */
    -moz-box-shadow: 0px 1px 10px #c7c4c4;
    -webkit-box-shadow: 0px 1px 10px #c7c4c4;
    box-shadow: 0px 1px 10px #c7c4c4;
}
.index-service li .hd {
    padding: 50px 0 30px;
    margin: 0 5%;
}
.index-service li .hd img {
    width: 35%;
}
.index-service .hd_title {
    font-size: 22px;
    line-height: 45px;
    color: #333;
}
.index-service li dl+div {
    display: none !important;
}
.index-service li.hover img {
    width: 20%;
    background: white;
    border-radius: 50%;
    padding: 2%;
}
.index-service li.hover {
    width: 28%;
    color: #fff;
}
.index-service li.hover dl {
    display: none;
}
.index-service li.hover dl+div {
    display: block !important;
}
.index-service li.hover .hd_title {
    color: #fff;
}
.index-service .hd_subtitle {
    font-size: 13px;
}
.index-service li .bd {
    margin: 0 5%;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}
.index-service li .bd dd {
    line-height: 30px;
}
.index-service li .bd div {
    padding: 0 3%;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 120px;
}
.index-service li .ft {
    padding: 40px 0;
    color: #ff6d36;
}
.index-service li .ft a {
    color: inherit;
    font-size: 16px;
}
.index-service li.hover>div {
    background: -webkit-linear-gradient(left, #ff6f36, #ffa144);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6f36, #ffa144);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6f36, #ffa144);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6f36, #ffa144);/* 标准的语法 */
}
.index-service li.hover .ft a {
    background: #fff;
    border-radius: 5px;
    padding: 4% 25%;
}
.index-data, .index-share {
    background: #f7f8fa;
}
.index-reliable .info {
    display: flex;
    justify-content: space-between;
}
.index-reliable dl {
    display: inline-block;
}
.index-reliable dt {
    font-size: 80px;
    font-weight: bold;
    background: linear-gradient(to right, #ff7b39, #ffa946);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}
.index-reliable dt:after {
    content: attr(data-text);
    left: 8px;
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -4px -3px 0px #ffe8d0;
    top: 8px;
    z-index: -1;
    width: 100%;
}
.index-reliable dd {
    font-size: 26px;
    padding: 20px 0 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.index-reliable dl:nth-child(1) dd {
    background-image: url(../img/pp.png);
}
.index-reliable dl:nth-child(2) dd {
    background-image: url(../img/lightning.png);
}
.index-reliable dl:nth-child(3) dd {
    background-image: url(../img/db.png);
}
.index-share ul {
    font-size: 0;
}
.index-share li {
    width: 32%;
    display: inline-block;
    font-size: 15px;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}
/* .index-share li>div {
    margin-bottom: 10px;
} */

.index-share li:hover>div {
    -moz-box-shadow: 0px 1px 10px #c7c4c4;
    -webkit-box-shadow: 0px 1px 10px #c7c4c4;
    box-shadow: 0px 1px 10px #c7c4c4;
}
.index-share li:hover>div:before {
    content: "";
    width: 100%;
    height: 10px;
    margin: -15px 0 0 -15px;
    position: absolute;
    background: -webkit-linear-gradient(left, #ff6f36, #ffa144);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6f36, #ffa144);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6f36, #ffa144);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6f36, #ffa144);
}
.index-share li:last-child {
    margin-right: 0;
}
.index-share li>div {
    padding: 15px;
    background: #fff;
    color: #999;
    text-align: left;
}
.index-share li .hd .hd_date {
    font-size: 42px;
    font-weight: bold;
    color: #e0e0e0;
}
.index-share li .hd .hd_title {
    color: #ffa344;
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-share li .bd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
    line-height: 20px;
}
.index-share li .ft {
    padding: 30px 0 20px;
}
.index-share li .ft a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid;
    color: #333;
    font-size: 16px;
}
.index-share .more {
    background-image: -moz-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 3.125;
    display: inline-block;
    width: 200px;
    border-radius: 25px;
    margin-top: 25px;
}
.index-partner ul {
    font-size: 0;
}
.index-partner li {
    width: 22%;
    display: inline-block;
    margin-right: 4%;
    margin-top: 4%;
}
.index-partner li:nth-child(4n) {
    margin-right: 0;
}
.index-partner li img {
    width: 100%;
}
.index-partner li img:hover {
    opacity: 0.8;
}
.index-auth ul {
    font-size: 0;
}
.index-auth li {
    display: inline-block;
    width: 12%;
}
.index-auth li img:hover {
    opacity: 0.8;
}
.index-auth li p {
    font-size: 12px;
    line-height: 60px;
}
.index-auth .info .certification img {
    width: 62px;
    height: 62px;
} 
.banner {
    height: 468px;
    background-size: cover;
    position: relative;
    background-position: center center
}
.b_title {
    position: absolute;
    width: 100%;
    /* text-align: right; */
    top: 50%;
    margin-top: -95px;
}
.bg_squre {
    float: right;
    background-image: url(../img/bk_squre.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 238px;
    height: 241px;
    position: relative;
}
.bg_squre_content {
    position: absolute;
    left: -110px;
    text-align: center;
    top: 50%;
    margin-top: -33px;
    min-width: 220px;
}
.bg_squre_title .bg_name_ch {
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px;
}
.bg_squre_title .bg_name_en {
    color: #fff;
    font-size: 12px;
}
.branchbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.branchbar h2 {
    float: left;
    line-height: 32px;
    display: none
}
.branch {
    line-height: 40px;
    color: #ccc;
    font-size: 14px;
}
.branch a {
    color: #ccc;
    font-size: 14px
}
.branch span {
    font-size: 14px;
}
.branch a:hover {
    color: #fff
}
.bannerbox {
    overflow: hidden
}
.main {
    color: #333;
    padding: 60px 0 72px;
    background: #f7f8fa;
}
.index-pic .arrow-left:hover, .index-pic .arrow-right:hover {
    border: 1px solid #0073c0;
    color: #0073c0
}
.title.imgs {
    text-align: left
}
.title {
    font-size: 28px;
    text-align: center;
    color: #111;
    padding-bottom: 20px;
    font-weight: 600;/* border-bottom: 1px solid #ccc */
}
.subtitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #999;
    padding-bottom: 24px;
}
.tools {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-bottom: 16px
}
.content {
    margin-top: 20px;
    min-height: 500px;
    font-size: 14px;
    line-height: 2;
    color: #666;
}
.content h1 {
    color: #333;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
}
.content h2 {
    color: #333;
    font-size: 24px;
    vertical-align: middle
}
/* .content h3 {
    font-size: 18px;
    color: #fff;
    background: #0073c0;
    text-align: center;
    line-height: 1.5;
    border-radius: 14px
} */

.content hr {
    border: none;
    border-top: 1px solid #ccc
}
.newslist ul {
    font-size: 0;
}
.newslist li {
    width: 32%;
    display: inline-block;
    font-size: 16px;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}
/* .newslist li>div {
    margin-bottom: 10px;
} */

.newslist li:hover>div {
    -moz-box-shadow: 0px 1px 10px #c7c4c4;
    -webkit-box-shadow: 0px 1px 10px #c7c4c4;
    box-shadow: 0px 1px 10px #c7c4c4;
}
.newslist li:hover>div:before {
    content: "";
    width: 100%;
    height: 10px;
    margin: -15px 0 0 -15px;
    position: absolute;
    background: -webkit-linear-gradient(left, #ff6f36, #ffa144);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff6f36, #ffa144);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff6f36, #ffa144);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff6f36, #ffa144);
}
.newslist li:last-child {
    margin-right: 0;
}
.newslist li>div {
    padding: 15px;
    background: #fff;
    color: #999;
    text-align: left;
}
.newslist li .hd .hd_date {
    font-size: 42px;
    font-weight: bold;
    color: #e0e0e0;
}
.newslist li .hd .hd_title {
    color: #ffa344;
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist li .bd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-top: 30px;
    height: 110px;
    line-height: 20px;
}
.newslist li .ft {
    padding: 50px 0 20px;
}
.newslist li .ft a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid;
    color: #333;
    font-size: 16px;
}
.productlist {
    min-height: 500px;
    padding: 32px 0;
}
.productlist li {
    margin-bottom: 20px;
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}
.productlist li:nth-child(3n+1) {
    margin-left: 0
}
.productlist li a {
    display: block;
    background-size: cover;
    background-position: center center
}
.productlist li a img {
}
.productlist li a span {
    font-size: 14px;
    position: absolute;
    width: 100%;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productlist li a:hover span {
    background: rgba(141, 194, 31, .6);
}
.productlist li span {
    font-size: 12px;
    color: #999
}
.contact .map {
    width: 100%;
    height: 550px;
    overflow: hidden
}
.contact .map iframe {
    width: 100% !important;
    height: 550px
}
.contact .map #dituContent {
    width: 100% !important;
}
.contact .info {
}
.contactmap .ueditor_baidumap {
    margin-top: 20px
}
.pages {
    text-align: right
}
.pages a, .pages span {
    padding: 4px 10px;
}
/* side */

.side {
    position: fixed;
    width: 54px;
    /*height:275px;*/
    right: 0;
    /*top:400px;*/
    bottom: 10%;
    z-index: 100;
}
.side ul {
    font-size: 0;
}
.side ul li {
    width: 54px;
    height: 54px;
    /* float: left; */
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #444;
}
.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}
.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}
.side ul li img {
    float: left;
    border: 0;
}
/* footer */

.footmenu {
    padding-top: 40px;
    background: #333;
}
.footmenu .foot-icon {
    padding: 15px 0;
    border-bottom: 1px solid #372b27;
}
.footer-website-columns {
    background: #333;
    padding: 30px 0;
}
.footcall {
    float: right;
    padding: 15px;
}
.footer-website dl img {
    width: 80px;
    height: 80px;
}
/* .footlogo img {
    height: 30px;
} */

.copyright-box {
    color: #ccc;
    background: #333;
    line-height: 1.8;
}
.contactinfo {
    float: left;
}
.copyright {
    border-top: 1px solid #372b27;
    line-height: 60px;
}
.copyright a {
    color: #999
}
.copyright a:nth-of-type(1) {
    margin-left: 20px;
}
.copyright img:nth-of-type(1) {
    margin-left: 20px;
}
/* .foot-icon {
    float: right;
    margin-top: 6px;
    text-align: center;
} */

.contact-icon {
    display: inline-block;
    width: 17%;
}
.contact-icon a {
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
}
.contact-icon i {
    font-size: 26px;
}
.contact-icon a span {
    font-size: 16px;
    display: inline-block;
    vertical-align: 3px;
}
.hotline {
    float: right;
    width: auto;
    border-radius: 5px;
    background-image: -moz-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 170, 70) 0%, rgb(255, 103, 52) 100%);
}
.hotline a {
    font-size: 24px;
}
.footer-website {
    background-color: #333;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
.footer-website dl {
    float: left;
    /* width: 13%; */
    margin-right: 5%;
    padding: 0 10px;
    font-size: 14px;
}
.footer-website dl:nth-child(5) {
    /* width: 11%; */
}
.footer-website dl:last-child {
    width: 36%;
    margin-right: 0;
}
.footer-website dl dt {
    margin-bottom: 16px;
    line-height: 20px;
    color: #fff;
}
.footer-website dl dd {
    line-height: 28px;
    color: #C3C5C6;
}
.footer-website dl dd a {
    color: inherit;
}
.footer-website dl dd a:hover {
    color: #fff;
}
.news_title {
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
    line-height: 2;
}
.news_content_bg {
    background-color: #fff;
    padding: 40px 60px;
    color: #424242;
    
}
.news_content_bg h2 {
    font-size: 24px;
    color: #000;
}
.news_content_bg h3 {
    font-size: 20px;
    color: #333;
}
.news_content_bg h4 {
    font-size: 18px;
    color: #424242;
}
.news_content_bg h5 {
    font-size: 16px;
    color: #666;
}
.news_content_title {
    font-size: 22px;
    color: #666;
}
.news_content_bg li {
    color: #333;
    position: relative;
    margin-left: 20px;
}
.news_content_bg li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff7538;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -12px
}
/* .product_advantage {
    background-color: #fff;
    background: url({$config_siteurl}statics/aicloud/img/product_bg.png) no-repeat;
    background-size: cover;
} */
.download-list {
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
}

.download table{
    width: 100%;
    text-align: left;
    border: 1px solid #dbe4ee;
    cursor: default;
    border-collapse: collapse;
    border-spacing: 0;
}
.download table>thead {
    background-color: #dbe4ee;
}
.download table tr{
    height: 48px;
    padding: 0 16px;
    border: 1px solid #dbe4ee;
}

.download table>tbody .td{
    width: 80px;
    text-align: right;
}
.download table>tbody td{
    padding: 0 15px;
    width: 50%;
}
.download table>tbody a {
    display: inline-block;
    padding:3px 10px;
    background-color: #dbe4ee;
    transition: background-color .4s;
    border-radius: 2px;
}
.download table>tbody a:hover {
    background-color: #ff6d36;
    color: #fff;
}






/* 发展历程 */
.his-title-top {
    text-align: center;
}
.his-title h1 {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    font-size: 30px;
}
.his-title h4 {
    color: #aaa;
    padding:10px 0;
}
.his-title .his-time {
    background-color: #aaa;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 2;
}
#his-timeline {
    position: relative;
    padding: 2em 0;
    /*margin-top: 2em;*/
    /*margin-bottom: 2em;*/
}

#his-timeline::before { /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 4px;
    background: #333;
}
#his-timeline::before {
    background: -webkit-linear-gradient(#000, #fff); /* Safari 5.1 - 6.0 */
    background: linear-gradient(#000, #fff); /* 标准的语法 */
}
.his-timeline-block {
    position: relative;
    margin: 2em 0;
    min-height: 125px;
}

.his-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.his-timeline-block:first-child {
    margin-top: 0;
}

.his-timeline-block:last-child {
    margin-bottom: 0;
}

.his-timeline-img {
    position: absolute;
    top: 12px;
    left: 22px;
    width: 20px;
    height: 20px;
    text-align: center;
    /*line-height: 60px;*/
    background-color: #ff6633;
    border-radius: 50%;
}
.his-timeline-block:nth-child(odd) .his-timeline-img {
    background-color: #fff;
    border: 1px solid #ff6633;
}


.his-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 12px;
    border: 1px solid #ccc
}

.his-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

/* .his-timeline-content h1 {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
} */
.his-timeline-content h3 {
    color:#666;
    font-size:16px;
    font-weight:600;
}
.his-timeline-content p {
    font-size: 14px;
    color:#333;
    margin: 1em 0;
    line-height: 2;
    font-weight:600;
    /*font-size: 0.8125rem;*/
}

.his-timeline-content .cd-read-more, .his-timeline-content .cd-date {
    display: inline-block;
}


.his-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ccc;
}
.his-timeline-content::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 100%;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-right: 6px solid #fff;
}

@media only screen and (min-width: 720px){

    #his-timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .cd-container {
        padding-left: 20px;
    }
    .his-timeline-img {
        width: 20px;
        height: 20px;
        text-align: center;
        background-color: #ff6633;
        border-radius: 50%;
        top: 20px;
        left: 50%;
        margin-left: -10px; 
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .his-timeline-content {
        width: 30%;
        margin-left: 15%;
    }
    .his-title-b {
        text-align: center;
    }
    .his-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ccc;
    }
    .his-timeline-content::after {
        top: 25px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
    }


    .his-timeline-block:nth-child(odd) .his-timeline-content {
        float: right;
        margin-left: 0;
        margin-right: 15%;
    }
    .his-timeline-block:nth-child(odd) .his-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ccc;
    }
    .his-timeline-block:nth-child(odd) .his-timeline-content::after {
        top: 25px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff;
    }

}
@media screen and (min-width: 720px) and (max-width: 1000px) {
    .his-timeline-content {
        width: 35%;
        margin-left: 5%;
    }
    .his-timeline-block:nth-child(odd) .his-timeline-content {
        margin-right: 5%;

    }
}
/* 发展历程 */





/* 意见反馈开始 */
#feedback_form {
    width: 600px;
    margin: 0 auto;
}
#feedback_form>ul>li {
    margin-top: 30px;
}
#feedback_form .in_content {
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
}
#feedback_form select {
    font-size: 14px;
    padding: 5px 10px;
    height: 38px;
    background-color: #fff;
}
#feedback_form input[type="text"]{
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
}
#feedback_form textarea {
    height: 200px;
    padding: 5px 10px;
}
#feedback_form>ul .in_option li {
    background-color: #fff;
    padding: 2px 10px;
}
#feedback_form>ul>li:last-child{
    text-align: center;
    margin-top: 50px;
}
#feedback_form button {
    width: 200px;
    text-align: center;
    background-color: #ff6633;
    line-height: 2.5;
    font-size: 16px;
    border: none;
    color: #fff;
    cursor: pointer;
}
#feedback_form i {
    color: red;
}
.feedback_error {
    color: red;
}
.feedback_box {
    background-color: #fff;
    padding: 50px 0;
    margin-top: -100px;
}
/* 意见反馈结束 */






/* 注册开始 */
#dx-lm-form>form{
    overflow: hidden;
    width: 50%;
}

.reg_img {
    width: 50%;
    display: inline-block;
}
#dx-lm-form>form {
    /* background: #fff;     */
    display:inline-block;
    margin-top: 20px; 
    text-align: center;
    padding: 50px 20px; 
    -webkit-box-shadow: 1px 1px 10px #c7c4c4;
    box-shadow: 1px 1px 10px #c7c4c4;
}
#dx-lm-form .dx-form-title { font-size: 16px; margin-bottom: 5px; display: inline-block; line-height: 48px; width: 23%;text-align: left}
#dx-lm-form .dx-form-input {     margin: 30px 0; text-align: left; position: relative;}
/* #dx-lm-form ul li { margin-bottom: 15px; width: 50%; min-height: 70px; float: left; } */
#dx-lm-form .dx-form-input select,#dx-lm-form .dx-form-input input[type="button"] { border: 1px solid #ccc; width: 100%; padding: 10px;    height: 48px;
    font-size: 16px; }
#dx-lm-form .dx-form-input input[type=checkbox], #dx-lm-form .dx-form-input input[type=radio] { height: 20px; width: 20px; margin-right: 5px; vertical-align: middle; }
#dx-lm-form .dx-form-input > label { margin-right: 10px; }
#dx-lm-form ul {
    margin: 0 auto;
    padding: 0 30px;
}
#dx-lm-form ul li button {
    background-color: #e41f2b;
    border: 1px solid #e41f2b;
    color: #fff;  font-size: 18px; width: 100%; padding: 12px 46px;cursor: pointer; }
#dx-lm-form ul li button:disabled{
    background-color: #CCCCCC ;
    border: 1px solid #CCCCCC ;
}
#dx-lm-form #code{
    min-width: auto;
    width: 70%;

}
#dx-lm-form .dx-form-input input[type="text"] {
    width: 77%;
    border: 1px solid #ccc;
    padding: 10px;
    height: 48px;
    font-size: 16px;
}
#dx-lm-form .dx-form-input input[type="text"]:focus{
    border-color: #ff6734;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(254, 212, 223, 0.8);
}
#dx-lm-form #code_btn{
    min-width: auto;
    width: 30%;
    vertical-align: bottom;
    cursor: pointer;
}
#dx-lm-form .read_box{
    text-align: left;
}
#dx-lm-form #read{
    -webkit-appearance: checkbox; 
}
#dx-lm-form .read_box span{
    vertical-align: middle;
}
#dx-lm-form .read_box span a{
    color: #009ee0;
}
#dx-lm-form .error{
    text-align: left;
    margin-left: 23%;
    color: #e41f2b;
    position: absolute;
}
/* 注册结束 */





/* 首页数据地图开始 */
.ls-l {
    width:6px;
    height:6px;
    background-color: #ff6734;
    border-radius: 50%;
    font-size: 12px;
}
.ls-l::after {
    position: absolute;
    top: -6px;
    width: 50px;
    content: '';
    color: #333;
}
.info>.slide {
    padding-top: 30px;
}
.lsj::after {
    content:'洛杉矶'
}
.hsd::after {
    content:'华盛顿'
}
.ny::after {
    content:'纽约'
}
.ld::after {
    content:'伦敦'
}
.mdl::after {
    content:'马德里'
}
.yd::after {
    content:'印度'
}
.bj::after {
    content:'北京'
}
.gz::after {
    content:'广州'
}
.se::after {
    content:'首尔'
}
.db::after {
    content:'大阪'
}
.dj::after {
    content:'东京'
}
.xg::after {
    content:'香港'
}
.tb::after {
    content:'台北'
}
.yn::after {
    content:'越南'
}
.xjp::after {
    content:'新加坡'
}
.yjd::after {
    content:'雅加达'
}
.az::after {
    content:'澳洲'
}
@keyframes twinkling{
    0%{
        opacity: 0;
        -webkit-transform: scale(1);
    }
    
    50%{
        opacity: 0.4;
        -webkit-transform: scale(1.3);
    }
    
    100%{
        opacity: 0;
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes twinkling{
    0%{
        opacity: 0;
        -webkit-transform: scale(1);
    }
    
    50%{
        opacity: 0.4;
        -webkit-transform: scale(1.3);
    }
    
    100%{
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

.lsj2,.hsd2,.ny2,.ld2,.mdl2,.yd2,.bj2,.gz2,.se2,.db2,.dj2,.xg2,.tb2,.yn2,.xjp2,.yjd2,.az2{
    -webkit-animation: twinkling 2s linear infinite;
    animation: twinkling 2s linear infinite;
    width:10px;
    height: 10px;
}
/* 数据地图结束 */


/* 云咨询开始 */
    .cloud_box3 li{
        padding: 20px 10px 20px 20px;
        width:33%;
        /* margin:1%; */
        display: inline-block;
        cursor: pointer;
    }
    .cloud_box3 .p1 {
        transition: color .3s ease;
        -webkit-transition: color .3s ease;
    }
    .cloud_box3 li:hover .p1{
        color: #ff6d36;
    }
    .cloud_box3 li>div>.p2 {
        height: 60px;
        max-height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }
    .cloud_box3 img {
        width: 82px;
        height: 82px;
        display: inline-block;
        vertical-align: middle;
    }
    .cloud_box3 li>div {
        display:inline-block;
        margin-left:20px;
        width: 60%;
    }
    .cloud_box3 li>div>.p1 {
        color:#333;
        font-size:16px;
        font-weight:600;
    }
    .cloud_main {
        color: #333;
        padding: 60px 0 72px;
    }
    .cloud_item {
        padding-bottom: 80px;
        padding-top: 80px;
        border-bottom: 1px solid #999;
    }
    .cloud_item:first-child{
        padding-top: 0;
    }
    .cloud_item>h3{
        font-size: 26px;
        color:#333;
        padding-bottom: 40px;
        text-align:center;
    }
    .cloud_box1 {
        text-align: center;
    }
    .cloud_box1 li {
        width: 270px;
        height: 280px;
        /* background:url({$config_siteurl}statics/aicloud/img/challenge-bg1.jpg); */
        background-size: cover;
        display: inline-block;
        margin-right: 1%;
        border-radius: 5px;
        color: #fff;
        padding: 20px;
        text-align: center;
    }
    .cloud_box1 li:last-child{
        margin-right: 0;
    }
    .cloud_box1 img {
        display: inline-block;
        padding: 50px 0;
    }
    .cloud_box1 p {
        text-align: left;
    }
    .cloud_box2 h3 {
        padding-bottom: 20px;
    }
    .cloud_box2 h5 {
        text-align: center;
        font-size: 14px;
        padding-bottom: 40px;
    }
    .cloud_box2 .ul1>li {
        width: 50%;
        display: inline-block;
        min-height: 80px;
        vertical-align: top;
        padding: 20px;
    }
    .cloud_box2 .ul1>li:last-child {
        text-align: center;
        width: 100%;
    }
    .cloud_box2 .ul1>li>.p1 {
        color: #000;
        font-weight: 600;
    }
    .cloud_box2 .ul2 {
        padding-top: 40px;
    }
    .cloud_box2 .ul2 li {
        width: 20%;
        background-color: #fff;
        border: 1px solid #e7edf3;
        padding: 20px;
        position:relative;
        cursor:pointer;
        overflow: hide;
        display: inline-block;
        margin-right: 50px;
    }
    .cloud_box2 .ul2 li:last-child{
        margin-right: 0;
    }
    .cloud_box2 .ul2 li h5 {
        padding: 30px 0;
        color: #333;
        font-size: 16px;
    }
    .cloud_box2 .ul2 .cloud_hide {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        -webkit-transition: opacity .3s,-webkit-transform .4s;
        transition: opacity .3s,-webkit-transform .4s;
        transition: transform .4s,opacity .3s;
        transition: transform .4s,opacity .3s,-webkit-transform .4s;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        background-color: #fff;
        opacity: 0;
    }
    .cloud_box2 .ul2 li:hover .cloud_hide{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    .banner .banner_content {
        padding-top: 120px;
    }
    .banner>.flex>div {
        display: inline-block;
        color: #fff;
        width: 30%;
    }
    .banner>.flex>div>h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .banner>.flex>div>p {
        margin-bottom: 30px;
    }
    .banner>.flex>div>a {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border: 1px solid #fff;
        cursor: pointer;
        color: #fff;
        transition: all .3s;
    }
    .banner>.flex>div>a:hover{
        background-color: #ff6633;
        border-color: #ff6633;
    }
    .cloud_menu {
        text-align: center;
        background-color: #f7f8fa;
        height: 60px; 
    }
    .cloud_menu li {
        display: inline-block;
        line-height: 60px;
        margin-right: 50px;
        color: #666;
    }
    .cloud_menu li:last-child{
        margin-right: 0;
    }

/* 云咨询结束 */



/* 云迁移开始 */

.cs3_cloud_item {
    padding-bottom: 80px;
    padding-top: 40px;
    border-bottom: 1px solid #999;
}
.cs3_cloud_item:first-child{
    padding-top: 0;
}
.cs3_cloud_item>h3{
    font-size: 26px;
    color:#333;
    padding: 40px 0;
    text-align:center;
}
.cs3_cloud_box2 ul {
    padding-top: 30px;
    text-align: center;
}
.cs3_cloud_box2 li {
    width: 33%;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.cs3_cloud_box2 img {
    display: inline-block;
    width: 48px;
    height: 48px;
  
}
.cs3_cloud_box2 .p1 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.cs3_cloud_box2 .p2 {
    padding: 0 20px;
    /* text-align: left; */
    height: 140px;
    max-height: 140px;
    overflow: hidden;
}
.cs3_cloud_box1 img {
    display: inline-block;
}
.cs3_cloud_box1 p {
    padding: 10px 0 30px 0;
}
.cs3_cloud_box1 {
    text-align: center;
}

.cs3_cloud_box3 li{
    padding: 20px 10px 20px 20px;
    width: 33%;
    /* margin:1%; */
    display: inline-block;
    cursor: pointer;
}
.cs3_cloud_box3 .p1 {
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.cs3_cloud_box3 li:hover .p1{
    color: #ff6d36;
}
.cs3_cloud_box3 img {
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
}
.cs3_cloud_box3 li>div {
    display:inline-block;
    margin-left:20px;
    width: 60%;
}
.cs3_cloud_box3 li>div>.p1 {
    color:#333;
    font-size:16px;
    font-weight:600;
    line-height: 82px;
}

.banner .banner_content {
    padding-top: 140px;
}
.banner>.flex>div {
    display: inline-block;
    color: #fff;
    width: 30%;
}
.banner>.flex>div>h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.banner>.flex>div>p {
    margin-bottom: 30px;
}
.banner>.flex>div>a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}
.banner>.flex>div>a:hover{
    background-color: #ff6633;
    border-color: #ff6633;
}
.cloud_menu {
    text-align: center;
    background-color: #f7f8fa;
    height: 60px; 
}
.cloud_menu li {
    display: inline-block;
    line-height: 60px;
    margin-right: 50px;
    color: #666;
}
.cloud_menu li:last-child{
    margin-right: 0;
}
/* 云迁移结束 */

/* 云支持开始 */
.cs2_cloud_box1>h3{
    font-size: 26px;
    color:#333;
    padding: 20px 0;
    text-align:center;
}
.cs2_cloud_box1 ul {
    padding-top: 30px;
    text-align: center;
}
.cs2_cloud_box1 li {
    width: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.cs2_cloud_box1 img {
    display: inline-block;
    width: 48px;
    height: 48px;
  
}
.cs2_cloud_box1 .p1 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.cs2_cloud_box1 .p2 {
    padding: 0 20px;
    /* text-align: left; */
    height: 140px;
    max-height: 140px;
    overflow: hidden;
}

.banner .banner_content {
    padding-top: 140px;
}
.banner>.flex>div {
    display: inline-block;
    color: #fff;
    width: 30%;
}
.banner>.flex>div>h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.banner>.flex>div>p {
    margin-bottom: 30px;
}
.banner>.flex>div>a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}
.banner>.flex>div>a:hover{
    background-color: #ff6633;
    border-color: #ff6633;
}
.cloud_menu {
    text-align: center;
    background-color: #f7f8fa;
    height: 60px; 
}
.cloud_menu li {
    display: inline-block;
    line-height: 60px;
    margin-right: 50px;
    color: #666;
}
.cloud_menu li:last-child{
    margin-right: 0;
}


/* 云支持结束 */





@media only screen and (max-width: 1220px) {
/* 980px */
.flex {
    width: 980px;
}
.banner {
    height: 350px;
}
.b_title {
    margin-top: -70px;
}
.bg_squre {
    width: 178px;
    height: 181px;
}
.bg_squre_title .bg_name_ch {
    font-size: 26px;
}
.head-box {
    height: 60px;
    line-height: 60px;
}
.nav {
    margin-left: 0;
}
.nav li a {
    font-size: 14px;
}
.login li {
    height: 60px;
}
.login li a {
    font-size: 14px;
    margin: 0px 15px;
}
.slide {
    padding-top: 60px;
}
.index-service li {
    width: 18%;
}
.index-service li.hover {
    width: 18%;
}
.index-service li.hover img {
    width: 35%;
    -moz-box-shadow: 0px 1px 10px #c7c4c4;
    -webkit-box-shadow: 0px 1px 10px #c7c4c4;
    box-shadow: 0px 1px 10px #c7c4c4;
}
.index-service li>div {
    padding: 0;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.index-service .hd_subtitle {
    font-size: 12px;
}
.index-service li .bd, .index-service li .ft {
    display: none;
}
.index-service li.hover {
    color: #999;
}
.index-service li.hover .hd_title {
    color: #333;
}
.index-service li.hover>div {
    background: none;
}
.index-reliable dt {
    font-size: 70px;
}
.index-reliable dd {
    padding: 20px 0 50px;
}
.index-share li .hd .hd_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-icon a {
    font-size: 22px;
}
.contact-icon a span {
    font-size: 14px;
}
.hotline a {
    font-size: 20px;
}

.footer-website dl {
    margin-right: 3%;
}
.cloud_box1 li {
    width: 220px;
}
.cloud_box2 .ul2 li .cloud_hide h5 {
    padding: 0 0 5px 0;
}
}

@media only screen and (max-width: 1000px) {
/* 720px */
.flex {
    width: 720px;
}
.banner {
    height: 250px;
}
.b_title {
    margin-top: -90px;
}
.head-box {
    position: relative;
}
.slide {
    padding-top: 0;
}
.slide img {
    width: 140%;
    margin-left: -20%;
    max-width: 140%;
}
.side {
    position: fixed;
    width: 100%;
    /*height:275px;*/
        /* right: 0; */
        /*top:400px;*/
    bottom: 0;
    z-index: 8;
    text-align: center;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.side ul li {
    border: 0;
}
.login li:hover {
    background: none;
}
.menu {
    float: right;
    height: 60px;
    margin-left: 20px;
}
.nav-phone {
    display: none
}
.nav-search {
    float: right
}
a.navbtn {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-left: 12px
}
.nav.hide {
    display: none
}
.nav {
    position: absolute;
    left: 0;
    height: auto;
    background: #16171a;
    margin-top: -5px;
    width: 100%;
}
/* ul.nav:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: -1;
        background-color: rgba(0,0,0,.9);
    } */
.nav li {
    display: block;
    float: none;
    /*height: 40px;*/
    line-height: 40px;
    position: relative;
}
.nav li a {
    color: #fff;
    margin: 0;
    display: block;
    padding-left: 20px;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 40px !important;
    border-bottom: #2b2b2e 1px solid;
}
.nav li:hover ul {
    background: none;
}
.nav li:hover>a {
    color: #fff;
    border-bottom: #2b2b2e 1px solid;
}
.nav li div.subnav, .nav li div.subnav div.tnav {
    position: relative;
    min-width: auto;
    background: #202124;
}
.nav li div.subnav ul {
    padding-bottom: 0;
}
.nav li div.subnav div.tnav {
    left: auto;
    margin-top: 0;
}
.nav li div.subnav div.tnav li a {
    border: 0;
    padding-left: 35px;
}
.nav>li>a:after, .subnav>ul>li>a:after {
    content: '';
    border: 2px solid #777;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    right: 20px;
}
/* .nav>li:first-child>a:after {
    border: 0;
} */
.index-service .hd_subtitle {
    display: none;
}
.index-box h2 {
    font-size: 24px;
}
.index-reliable dt {
    font-size: 50px;
}
.index-reliable dd {
    font-size: 20px;
    padding: 20px 0 40px;
}
.index-share li:nth-child(2) {
    margin-right: 0;
}
.index-share li:last-child {
    display: none;
}
.index-share li {
    width: 49%;
    margin-right: 2%;
}
.index-partner li:nth-child(2n) {
    margin-right: 0;
}
.index-partner li {
    width: 48%;
}
.foot-box {
    display: none;
}
.index-auth li {
    width: 25%;
}
.newslist li {
    width: 49%;
    margin-bottom: 5%;
}
.newslist li:last-child {
    margin-right: 2%;
}
.newslist li:nth-child(2n) {
    margin-right: 0;
}
/* .content img {
    float: none !important;
    display: block;
    margin: 0 auto 28px auto !important;
    height: auto !important;
} */
.ls-l::after {
    content:'';
}
#dx-lm-form ul {
    padding: 0;
}
#dx-lm-form .dx-form-input input[type="text"] {
    width: 77%;
}
.banner .banner_content {
    padding-top: 50px;
}
.banner>.flex>div {
    width: 58%;
}
.cloud_box1 li {
    width: 270px;
    margin-bottom: 1%;
    margin-right: 0;
}
.cloud_box1 li:nth-child(2n+1){
    margin-right: 1%;
}
.cloud_box2 .ul2 li {
    width: 45%;
    margin-bottom: 40px;
    margin-right: 20px;
}
.cloud_box2 .ul2 li:nth-child(2n) {
    margin-right: 0;
}
.cloud_box3 li {
    width: 100%;
}
.banner .banner_content {
    padding-top: 50px;
}
.banner>.flex>div {
    width: 58%;
}
.cs3_cloud_box3 li {
    width: 50%;
}
.banner .banner_content {
    padding-top: 50px;
}
.banner>.flex>div {
    width: 58%;
}


}


@media only screen and (max-width: 720px) {
/* 92% */
.flex {
    width: 92%;
}
.banner {
    height: 200px;
}

.b_title {
    margin-top: -60px;
}
.bg_squre {
    width: 128px;
    height: 131px;
}
.bg_squre_content {
    margin-top: -19px;
}
.bg_squre_title .bg_name_ch {
    font-size: 14px;
    padding: 0;
}
.bg_squre_title .bg_name_en {
    font-size: 10px;
}
.swiper-pagination-bullet {
    width: 25px;
}
.index-service li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
}
.index-service li.more {
    display: inline-block;
}
.index-service li.hover {
    width: 30%;
}
.index-service li:nth-child(5) {
    margin-right: 5%;
}
.index-service li:nth-child(3n) {
    margin-right: 0;
}
.index-service .hd_title {
    font-size: 16px;
}
.index-reliable .info {
    flex-flow: column;
}
.index-share li {
    width: 100%;
    margin: 0 0 5%;
}
.index-share li:last-child {
    display: inline-block;
}
.news_content_bg {
    padding: 40px;
}
.news_content_title {
    font-size: 20px;
}
.news_title {
    font-size: 24px;
}
.news_content_bg h2 {
    font-size: 24px;
    color: #000;
}
.news_content_bg h3 {
    font-size: 20px;
    color: #333;
}
.news_content_bg h4 {
    font-size: 18px;
    color: #424242;
}
.news_content_bg h5 {
    font-size: 16px;
    color: #666;
}
/* #main-map {
    height: 400px;
} */
.index-service li .hd {
    padding: 35px 0 30px;
}
#dx-lm-form ul {
    padding: 0 30px;
}
#dx-lm-form>form {
    width: 100%;
}
#dx-lm-form .dx-form-input input[type="text"] {
    width: 75%;
}

.download-list {
    width: 100%;
}
.banner .banner_content {
    padding-top: 30px;
}
.banner>.flex>div {
    width: auto;
}
.banner>.flex>div>h3,.banner>.flex>div>p {
    margin-bottom: 15px;
}
.cloud_box1 li {
    width: 210px;
}
.cloud_box2 .ul1>li {
    width: 100%;
}
.banner .banner_content {
    padding-top: 30px;
}
.banner>.flex>div {
    width: auto;
}
.banner>.flex>div>h3,.banner>.flex>div>p {
    margin-bottom: 15px;
}
.cs3_cloud_box2 li {
    width: 100%;
}
.cs3_cloud_box3 img {
    width: 60px;
    height: 60px;
}
.cs3_cloud_box3 li>div {
    width: auto;
    margin-left: 5px;    

}
.cs3_cloud_box3 li {
    padding: 20px 10px 20px 0px;
}
.cs3_cloud_box3 li>div>.p1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
}
.banner .banner_content {
    padding-top: 30px;
}
.banner>.flex>div {
    width: auto;
}
.banner>.flex>div>h3,.banner>.flex>div>p {
    margin-bottom: 15px;
}
.cs2_cloud_box1 li {
    width: 100%;
}

}

@media only screen and (max-width: 480px) {
.login li a {
    margin: 0px 5px;
}
.index-box h2 {
    font-size: 18px;
}
.index-box h3 {
    font-size: 14px;
}
.index-auth li {
    width: 50%;
}
.index-share li {
    width: 90%;
}
.index-share li .ft {
    text-align: center;
}
.index-share li .ft a {
    padding: 7px 13px;
}
.menu {
    margin-left: 10px;
}
.newslist li {
    width: 100%;
    margin-bottom: 5%;
}
.newslist li:last-child {
    margin-right: 0;
}
.news_content_bg {
    padding: 20px;
}
.news_title {
    font-size: 21px;
}
.news_content_bg h2 {
    font-size: 21px;
    color: #000;
}
#dx-lm-form ul {
    width: 92%;
}
.index-service li .hd {
    padding: 20px 0 30px;
}
#dx-lm-form ul {
    padding: 0;
}
#dx-lm-form .dx-form-title {
    width: 35%;
}
#dx-lm-form .dx-form-input input[type="text"] {
    width: 65%;
}
#dx-lm-form ul li button {
    width: 100%;
}
#dx-lm-form .error {
    margin-left: 35%;
}
#feedback_form button {
    width: 150px;
}
.banner .banner_content {
    padding-top: 100px;
}
.banner>.flex>div>h3 {
    font-size: 18px;
}
.banner>.flex>div>a {
    /* width: 90px;
    height: 30px;
    line-height: 30px; */
    display: none;

}
.banner>.flex>div>p {
    display: none;
}
.cloud_item>h3 {
    font-size: 22px;
}
.cloud_box1 li {
    width: 270px;
}
.cloud_box2 .ul2 li {
    width: 270px;
    margin-right: 0;
    margin-bottom: 10px;
}
.cloud_box3 img {
    width: 65px;
    height: 65px;
}
.banner .banner_content {
    padding-top: 80px;
}
.banner>.flex>div>h3 {
    font-size: 18px;
}
.banner>.flex>div>a {
    /* width: 90px;
    height: 30px;
    line-height: 30px; */
    display: none;

}
.banner>.flex>div>p {
    display: none;
}
.cs3_cloud_item>h3 {
    font-size: 22px;
}
.cs3_cloud_box3 li {
    width: 100%;
    padding: 20px 10px 20px 30px;
}
.banner .banner_content {
    padding-top: 80px;
}
.banner>.flex>div>h3 {
    font-size: 18px;
}
.banner>.flex>div>a {
    /* width: 90px;
    height: 30px;
    line-height: 30px; */
    display: none;

}
.banner>.flex>div>p {
    display: none;
}
.cs2_cloud_box1>h3 {
    font-size: 22px;
}

}
