html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
  font-style: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  font-style: none;
}
a:active {
  text-decoration: none;
  font-style: none;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
.header {
  width: 100%;
  height: 130px;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.header .container {
  width: 1200px;
  height: 100%;
}
.header .container .header-left {
  float: left;
  padding-top: 45px;
  cursor: pointer;
}
.header .container .header-right {
  float: right;
  height: 100%;
  width: 725px;
}
.header .container .header-right .header-r-t {
  margin-top: 20px;
  overflow: hidden;
}
.header .container .header-right .header-r-t .search {
  float: left;
  position: relative;
  margin-right: 70px;
  margin-left: 380px;
}
.header .container .header-right .header-r-t .search input {
  height: 30px;
  width: 168px;
  background-color: #f4f4f4;
  padding-left: 30px;
  font-size: 14px;
}
.header .container .header-right .header-r-t .search input::placeholder {
  color: #999;
  font-size: 14px;
}
.header .container .header-right .header-r-t .search i {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #999;
}
.header .container .header-right .header-r-t .tel {
  margin-top: 8px;
  float: left;
  font-family: GlowSansSC-Normal-Medium;
  font-size: 14px;
  color: #333333;
}
.header .container .header-right .header-r-t .tel .tel-img {
  vertical-align: middle;
}
.header .container .header-right .header-r-t .tel .tel-number {
  display: inline-block;
}
.header .container .header-right .header-r-b {
  margin-top: 30px;
}
.header .container .header-right .header-r-b .header-list li {
  float: left;
  margin-right: 60px;
}
.header .container .header-right .header-r-b .header-list li a {
  display: block;
  padding-bottom: 3px;
  font-size: 16px;
}
.header .container .header-right .header-r-b .header-list li a.active {
  border-bottom: 3px solid orange;
}
.header .container .header-right .header-r-b .shu {
  float: left;
  width: 2px;
  height: 18px;
  background: #000;
  opacity: 0.3;
}
.header .container .header-right .header-r-b .lang {
  float: right;
}
.header .container .header-right .header-r-b .lang span {
  font-size: 16px;
}
.header .container .header-right .header-r-b .lang span:nth-child(3) {
  color: #999;
}
#carousel-example-generic {
  padding-top: 130px;
}
.carousel-indicators li.active {
  width: 15px;
  background: #385c9b;
}
.carousel-indicators li {
  background: #dedede;
}
.main-1 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.main-1 .first {
  width: 1200px;
  height: 100%;
}
.main-1 .first .first-row {
  width: 100%;
  margin: 120px 0;
  display: flex;
}
.main-1 .first .first-row div {
  width: 560px;
  height: 434px;
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.main-1 .first .first-row div:hover {
  transform: translateY(-15px);
  box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.4);
}
.main-1 .first .first-row div:first-child {
  margin-right: 79px;
  background: url('../image/banner-1.png');
}
.main-1 .first .first-row div:last-child {
  background: url('../image/banner-2.png');
}
.main-1 .first .first-row div p:first-child {
  font-size: 30px;
  margin: 74px auto 48px;
  display: none;
  transform: translateY(100px);
  transition: 0.5s all;
}
.main-1 .first .first-row div p:last-child {
  display: none;
  width: 470px;
  line-height: 28px;
  transform: translateY(100px);
  transition: 0.5s all;
}
.xcx-server {
  margin-top: 116px;
}
.xcx-server .server-box {
  width: 1200px;
  overflow: hidden;
}
.xcx-server .server-box .row > img {
  margin-right: 180px;
  width: 480px;
  transform: translateY(350px);
  transition: all 1s;
}
.xcx-server .server-box .row div .server-title {
  font-family: GlowSansSC-Normal-Bold;
  font-style: italic;
  margin: 45px 0 60px;
  font-weight: 700;
  font-size: 30px;
  color: #333;
}
.xcx-server .server-box .row div ul {
  margin-left: 20px;
  margin-bottom: 55px;
  list-style: disc;
  color: #666;
  line-height: 44px;
  font-family: GlowSansSC-Normal-Medium;
  font-size: 20px;
}
.xcx-server .server-box .row div ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: all 0.5s;
}
.xcx-server .server-box .row div > div img:first-child {
  margin-right: 50px;
}
.xcx-send {
  background: #f4f6f9;
  padding-top: 116px;
  overflow: hidden;
}
.xcx-send .server-box {
  width: 1200px;
}
.xcx-send .server-box .row > img {
  width: 480px;
  transform: translateY(350px);
  transition: all 1s;
}
.xcx-send .server-box .row div {
  margin-right: 45px;
}
.xcx-send .server-box .row div .server-title {
  font-family: GlowSansSC-Normal-Bold;
  font-style: italic;
  margin: 45px 0 60px;
  font-weight: 700;
  font-size: 30px;
  color: #333;
}
.xcx-send .server-box .row div ul {
  margin-left: 20px;
  margin-bottom: 45px;
  list-style: disc;
  color: #666;
  line-height: 44px;
  font-family: GlowSansSC-Normal-Medium;
  font-size: 20px;
}
.xcx-send .server-box .row div ul li {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.5s;
}
.xcx-send .server-box .row div > div img:first-child {
  margin-right: 50px;
}
.pc {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #e5e5e5;
}
.pc .pc-box {
  width: 1200px;
}
.pc .pc-box .row .col-lg-4 {
  padding: 0 !important;
}
.pc .pc-box .row .pc-l {
  width: 321px;
}
.pc .pc-box .row .pc-l p {
  font-size: 36px;
  font-family: GlowSansSC-Normal-Bold;
  color: #333333;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 78px;
}
.pc .pc-box .row .pc-l a {
  display: block;
  width: 180px;
  height: 56px;
  background-color: #e1b223;
  border-radius: 5px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
}
.pc .pc-box .row .pc-l a:hover {
  opacity: 0.7;
}
.pc .pc-box .row > img {
  opacity: 0;
  transition: all 0.5s;
}
.pc .pc-box .row .pc-r {
  margin-left: 60px;
  margin-top: 40px;
  list-style: disc;
  color: #666;
  line-height: 44px;
  font-family: GlowSansSC-Normal-Medium;
  font-size: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.application {
  padding: 119px 0;
}
.application .application-box {
  width: 1200px;
}
.application .application-box .title {
  margin-bottom: 50px;
}
.application .application-box .title p {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.application .application-box .title p:last-child {
  color: #385c9b;
  opacity: 0.3;
  margin-top: 18px;
}
.application .application-box ul li {
  transition: all 0.5s;
  float: left;
  width: 360px;
  margin-right: 39px;
}
.application .application-box ul li:hover {
  transform: translateY(-15px);
  box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.4);
}
.application .application-box ul li:last-child {
  margin-right: 0px;
}
.application .application-box ul li img {
  display: block;
  margin-bottom: 39px;
}
.application .application-box ul li .module-title {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 19px;
}
.application .application-box ul li > div {
  width: 45px;
  height: 2px;
  background-color: #385c9b;
  margin-bottom: 39px;
}
.application .application-box ul li .module-p {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 28px;
}
.case {
  padding: 119px 0;
  background-color: #385c9b;
}
.case .application-box {
  width: 1200px;
  padding: 0;
}
.case .application-box .title {
  margin-bottom: 50px;
}
.case .application-box .title p {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.case .application-box .title p:last-child {
  color: #eeeeee;
  opacity: 0.3;
  margin-top: 18px;
}
.case .application-box ul li {
  float: left;
  width: 570px;
  margin-right: 50px;
  transition: transform .5s;
}
.case .application-box ul li:first-child {
  transform: translateX(-1000px);
}
.case .application-box ul li:last-child {
  margin-right: 0px;
  transform: translateX(1000px);
}
.case .application-box ul li img {
  display: block;
  margin-bottom: 39px;
}
.case .application-box ul li .module-title {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 19px;
}
.case .application-box ul li .module-p {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #eee;
  line-height: 28px;
}
.partners {
  padding: 119px 0;
}
.partners .application-box {
  width: 1200px;
  padding: 0;
}
.partners .application-box .title {
  margin-bottom: 50px;
}
.partners .application-box .title p {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.partners .application-box .title p:last-child {
  color: #385c9b;
  opacity: 0.3;
  margin-top: 18px;
}
.partners .application-box div:nth-child(2) {
  margin-bottom: 44px;
}
.partners .application-box div img {
  transition: all 0.5s;
  margin-right: 45px;
}
.partners .application-box div img:hover {
  transform: translateY(-15px);
  box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.4);
}
.partners .application-box div img:last-of-type {
  margin-right: 0px;
}
.footer {
  padding-top: 120px;
  background: #333;
}
.footer .footer-box {
  width: 1200px;
  padding: 0 143px;
}
.footer .footer-box .footer-1 {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #dddddd;
}
.footer .footer-box .footer-1 .cont {
  line-height: 28px;
  padding-left: 40px;
  border-left: 1px solid #ddd;
}
.footer .footer-box .footer-1 .qr-code {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .footer-box .footer-1 .qr-code>img {
  transform: scale(0.7);
}
.footer .footer-box .footer-1 .qr-code .tip {
  line-height: 28px;
  padding-left: 20px;
}
.footer .footer-box .footer-2 {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #dddddd;
  height: 206px;
}
.footer .footer-box .footer-2 dl {
  float: left;
  margin-left: 90px;
}
.footer .footer-box .footer-2 dl dt {
  font-size: 16px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .footer-box .footer-2 dl dd {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #aaaaaa;
}
.footer .footer-box .footer-3 {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.footer .footer-box .footer-3 a {
  color: #ddd;
}
#aside {
  position: fixed;
  right: 0;
  bottom: 100px;
}
#aside li {
  width: 64px;
  height: 64px;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
#aside li:hover {
  background-color: #385c9b;
}
#qrcode {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 150px;
}
.about-banner {
  width: 100%;
  height: 650px;
  background: url('../image/about-banner.png');
  padding-top: 130px;
}
.about-banner .about-banner-box {
  width: 1200px;
  height: 100%;
  position: relative;
}
.about-banner .about-banner-box .banner-title {
  width: 420px;
  height: 175px;
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.about-banner .about-banner-box .banner-title p {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 75px;
}
.about-banner .about-banner-box .banner-title p:first-of-type {
  margin-top: 58px;
}
.about-banner .about-banner-box .banner-title p:last-of-type {
  color: #385c9b;
  opacity: 0.3;
  margin-top: 18px;
  margin-bottom: 35px;
}
.about-banner .about-banner-box .banner-title > div {
  width: 62px;
  height: 4px;
  margin-left: 75px;
  background-color: #385c9b;
}
.about-main {
  background: #f4f4f4;
  padding-bottom: 60px;
}
.about-main .about-main-box {
  width: 1200px;
  background: #fff;
  padding: 105px 75px;
  margin-bottom: 20px;
}
.about-main .about-main-box .title {
  float: left;
  width: 400px;
}
.about-main .about-main-box .title div {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 16px;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
  text-indent: 2em;
}
.about-main .about-main-box .title div:last-of-type {
  margin-top: 60px;
}
.about-main .about-main-box img {
  float: right;
}
.about-main .culture {
  width: 1200px;
  background: #fff;
  padding: 105px 75px;
  margin-bottom: 20px;
}
.about-main .culture h4 {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 19px;
}
.about-main .culture h5 {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #385c9b;
  opacity: 0.3;
  margin-bottom: 29px;
}
.about-main .culture > p {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 16px;
  color: #333333;
  margin-bottom: 55px;
}
.about-main .culture ul li {
  margin-bottom: 15px;
}
.about-main .culture ul li p {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #385c9b;
}
.about-main .culture ul li span {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.about-main .contact {
  width: 1200px;
  background: #fff;
  padding: 105px 75px;
}
.about-main .contact h4 {
  font-family: GlowSansSC-Normal-Bold;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 19px;
}
.about-main .contact > h5 {
  font-family: GlowSansSC-Normal-Medium;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #385c9b;
  opacity: 0.3;
  margin-bottom: 55px;
}
.about-main .contact .contact-method .contact-method-l {
  float: left;
}
.about-main .contact .contact-method .contact-method-l h5 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.about-main .contact .contact-method .contact-method-l .h {
  width: 62px;
  height: 4px;
  background-color: #385c9b;
  margin-bottom: 80px;
}
.about-main .contact .contact-method .contact-method-l .c-1 {
  margin-bottom: 20px;
}
.about-main .contact .contact-method .contact-method-l .c-1 span {
  margin-left: 20px;
}
.about-main .contact .contact-method .contact-method-l .c-2 {
  margin-bottom: 60px;
}
.about-main .contact .contact-method .contact-method-l .c-2 span {
  margin-left: 20px;
}
.about-main .contact .contact-method .contact-method-l .code-tip {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-left: 15px;
}
.about-main .contact .contact-method .map {
  float: right;
  width: 619px;
  height: 549px;
  border: solid 8px #e3e3e3;
}
.cookie-content{
    width: 100%;
    height: 296px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 10px 220px 30px;
}
.cookie-box{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin: 10px 0 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.cookie-title{
    font-size: 24px;
    line-height: 32px;
    padding: 14px 0;
    border-bottom: 1px solid #6f6f6f;
    margin-bottom: 15px;
}
.cookie-text{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.agree-box{
    width: 100%;
    text-align: right;
}
.agree-cookie{
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #EFF4F5;
    margin-left: 25px;
}
.cookie-wrapper{
    width: 970px;
    margin: 20px auto 0;

}
.cookie-wrapper .cookie-zc{
    font-size: 26px;
    color: #0b0b0b;
    margin: 18px 0;
    border-left: 3px solid #0279FF;
    padding-left: 24px;
}
.cookie-wrapper .cookie-detail{
    margin-left: 25px;
}
.cookie-wrapper .cookie-detail div{
    color: #0b0b0b;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 10px;
}
.cookie-wrapper .cookie-detail p{
    color: #0b0b0b;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    padding-top: 34px;
    padding-bottom: 38px;
}
.cookie-wrapper .cookie-detail h3{
    font-size: 18px;
    color: #0279FF;
    font-weight: 700;
}