body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif,'Poppins',"Arial" !important;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}

div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
  transition:0.5s all;
  /* -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
a:focus {
  color: #ff6a00;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img,.img-width{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
@media (max-width:1200px) {
section,.p-t-80{padding:60px 0;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:992px) {
section,.p-t-80{padding:40px 0;}
.m-t-30{margin-top: 20px;}
}
/* 导航 */
.header-top{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(255,255,255,0.6);
}
.mobile-menu-b{
  text-align: center;
}
.nav-box{width: 80%;}
.nav-box .mobile-menu-b li {
  display: inline-block;
  position: relative;
}
.nav-box .mobile-menu-b li .mobile-n{
  display: block;
  color: #222;
  font-size: 18px;
  position: relative; 
  letter-spacing: 5px;
  font-weight: 600;
  padding: 25px 0;
}
.nav-box .mobile-menu-b li:hover > .mobile-n,.nav-box .mobile-menu-b li .active{
  color: #ff6a00!important;
}
.nav-box ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}
.nav-box .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255,255,255,0.9);  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-box ul li:hover .submenu{
  height: auto;
}
.submenu-a li{
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.submenu-a li:nth-child(1){
  margin-top: 10px;
}
.submenu-a li:last-child{
  margin-bottom: 10px;
}
.submenu-a li a{
  display: block;
  width: 100%;
  padding: 6px 5px;
}
.submenu-a li a:hover{
  color: #ff6a00;
}
.header-right-btn{display: none;}
.mobile-toggle-bar{display: none}
.mobile-toggle-bar i{
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #ff6a00;
  border-radius: 10px;
  cursor: pointer;
}

/* 关闭 */
.close-icon i {
  display: block;
  margin-top: -16px;
  text-align: right;
  border: 0 none;
  color: #ff4a57;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.logo-side img {width: 155px;}
.side-info {
  border-top: 1px solid #344159;
  padding: 13px 0 0;
  margin-top: 20px
}
.contact-list h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.contact-list h4::after {
  display: none;
}
.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
/* 手机端切换 */
.responsive-logo img {
  width: 226px;
}
.mobile-nav-close {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;  
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}
.mobile-nav-close i{
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 0 20px;
}
a.meanmenu-reveal {
  display: none !important;
}
.responsive-logo {
  padding: 30px 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  background: #ffffff none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 9999999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}
.show-nav {
  right: 0;
}
.mobile-nav .nav a.nav-link {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover,.mean-container .mean-nav ul li li a:hover{
  color: #ffffff;
  background-color: #ff6a00;
}
/* .mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
} */
.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
  border: none;
}
.mean-container .mean-nav ul li a {
	color: #222;
	display: block;
  padding:4px 10px;
  border-radius: 5px;
	text-align: left;
	text-decoration: none;
  background:#e5e7ed;
  padding: 10px 20px;
  border: none;
  width: 82%;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 30px;
	margin-top: 1px;
	padding: 7px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}
.instaream-list{
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-top: 20px;
  float: left;    
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}
.mean-container .mean-nav ul li a:hover{
  background: #ff6a00;
  color: #ffffff;
}
/* 滚动时-导航浮窗 */
.header-top.on{
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 3px 59px 0px rgb(0 0 0 / 13%);
}
.header-top.on .nav-box .mobile-menu-b li .mobile-n{
  color: #222;
}
.sub-b{display: none!important;}

@media (max-width: 1400px) {
.nav-box .mobile-menu-b li .mobile-n{margin: 0 10px;}
}
@media (max-width: 1300px) {
.nav-box .mobile-menu-b li .mobile-n{margin: 0 8px;}
}
@media (max-width: 1200px) {
.mobile-toggle-bar,.header-right-btn{display: block;}
.submenu-a li:nth-child(1){margin-top: 0;}
.submenu-a li:last-child{margin-bottom: 0;}
.header-top.on,.header-top{padding: 12px 0;}
}
@media (max-width:580px) {
.mobile-toggle-bar i{width: 44px;height: 44px;line-height: 44px;border-radius: 6px;}
}
@media (max-width:400px) {
.mobile-toggle-bar, .header-right-btn{margin-top: 0;}
}


/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
  transition:none!important;
  /* transition:all 1s ease 2.5s;
  transform:perspective(1000px) translate3d(0, 0, 0px); */
}
/* .rslides .callbacks1_on img{
  transition:all 1s ease 0s;
  transform:perspective(1000px) translate3d(0, 0, 50px);
} */
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 42px;
  height: 4px;
  display: inline-block;
  background: rgba(255,255,255,0.4);
  border: none;
  border-radius: 4px;
}
.callbacks_here a:after {
  background: #ffffff;
}
.m-banner{display: none;}
@media (max-width:992px) {
.rslides img{width: 110%;margin-left: -5%;}
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../images/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
  background-size: 72px;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
  background-size: 72px;
}
.callbacks_tabs a:after{width: 15px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:650px) {
.m-banner{display: block;}
.pc-banner{display: none;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.callbacks_nav{bottom: 10px;z-index: 99999;}
.callbacks_nav.prev{left: 74%;}
}

.main-box-bg{
  background: url(../images/dd_bg.png);
}
/* banner下图标 */
.banner-iconbox{
  background: url(../images/bg.jpg) no-repeat center / cover;
}
.banner-iconbox-list{
  background: linear-gradient(90deg, rgba(245, 247, 255, 0.9) 0%, rgba(205, 218, 252, 0.9) 100%);
  width: 25%;
  float: left;
  padding: 30px;
  position: relative;
  padding-left: 130px;
}
.banner-iconbox-list img{
  position: absolute;
  left: 30px;
  top: 15px;
  width: 80px;
}
.banner-iconbox-list p{
  font-size: 16px;
  color: #222;
}
.banner-iconbox-list p span{
  font-weight: 600;
  display: block;
}
.banner-iconbox-list:hover{
  background: linear-gradient(90deg, rgba(245, 247, 255, 0.9) 0%, rgba(246, 233, 230, 0.9) 100%);
  cursor: pointer;
}
@media (max-width:1150px) {
.banner-iconbox-list{padding: 15px;padding-left: 80px;}
.banner-iconbox-list img{width: 60px;top: 10px;left: 15px;}
}
@media (max-width:900px) {
.banner-iconbox-list{width: 50%;border-top: 1px solid #ffffff;}
}
@media (max-width:624px) {
.banner-iconbox-list p{min-height: 72px;}
}
@media (max-width:480px) {
.banner-iconbox-list img{left: 6px;}
.banner-iconbox-list{padding-left: 65px;}
.banner-iconbox-list p{font-size: 14px;}
.banner-iconbox-list p span{font-size: 16px;}
}

/* index-A */
.title p{
  font-size: 16px;
  color: #666;
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
}
.title h1{
  font-size: 40px;
  text-align: center;
  color: #333333;
}
@media (max-width:1400px) {
.title h1{font-size: 36px;}
}
@media (max-width:1200px) {
.m-t-30{margin-top: 20px;}
}
@media (max-width:992px) {
.title h1{font-size: 32px;}
.title p{font-size: 14px;}
}
.index-A-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.index-A-list:last-child{margin-right: 0;}
.indexA-title{
  background: url(../images/bg2.jpg) no-repeat center / cover;
  padding:40px 30px;
  text-align: center;
}
.indexA-title img{
  width: 80%;
}
.index-A-list p{
  padding: 50px 25px 0 25px;
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.index-A-list:hover,.index-C-list:hover,.index-E-list:hover{
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
  cursor: pointer;
}
.fwq-btn{
  display: block;
  border: 2px solid #326aff;
  color: #326aff;
  width: 180px;
  margin: 30px auto 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.fwq-btn i{font-size: 26px;}
.fwq-btn:hover{
  background: #326aff;
  color: #fff;
}
@media (max-width:1200px) {
.indexA-title img{width: 100%;}
.indexA-title{padding: 30px 20px;}
.index-A-list p{padding: 30px 20px 0 20px;}
.fwq-btn{width: 150px;font-size: 16px;}
.fwq-btn i{font-size: 17px;}
}
@media (max-width:992px) {
.index-A-list{width: 49%;margin-top: 20px;}
.index-A-list:nth-child(2n){margin-right: 0;}
.indexA-title img{width: 80%;}
}
@media (max-width:480px) {
.indexA-title img{width: 100%;}
.index-A-list p{padding: 20px 20px 0 20px;}
.fwq-btn{margin: 20px auto 20px;}
}

/* index-B */
.index-B-list{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  cursor: pointer;
}
.index-B-list:last-child{margin-right: 0;}
.index-B-A,.index-B-listb{
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
  padding: 30px;
}
.index-B-list img,.index-C-list img{
  width: 60px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-B-A:hover img,.index-B-listb:hover img,.index-C-list:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-B-list .index-Btitle{
  font-size: 18px;
  font-weight: 600;
}
.index-B-list p,.index-C-list p{
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.index-B-A{
  text-align: center;
  padding: 60px;
  min-height: 361px;
}
.index-B-A .index-Btitle{
  margin: 40px 0;
}
.index-B-listb:nth-child(2){margin-top: 20px;}
.index-B-listb .index-Btitle{margin-left: 20px;}
.index-B-Ab{display: none;}
@media (max-width:992px) {
.index-B-list{width: 49%;margin-top: 20px;}
.index-B-list:nth-child(2n){margin-right: 0;}
.index-B-Ab{display: block;}
.index-B-list:last-child{display: none;}
.index-B-A{padding: 40px;min-height: 283px;}
.index-B-A .index-Btitle{margin: 20px 0;}
}
@media (max-width:580px) {
.index-B-A{padding: 20px;min-height: 283px;}
}



/* index-C */
.index-C video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.index-C-list{
  width: 23.5%;
  margin-top: 30px;
  border: 1px solid #f0f0f0;
  padding: 30px;
  background: #fff;
  margin-right: 2%;
  text-align: center;
}
.index-C-list:nth-child(4n){margin-right: 0;}
.index-C-list img{
  width: 75px;
}
.index-C-list .indexc-title{
  font-size: 18px;
  margin: 20px 0;
}
.index-C-list p{text-align: center;}
.index-C-list:hover .indexc-title{
  color: #ff6a00;
}
@media (max-width:992px) {
.index-C-list{padding: 20px 10px;margin-top: 20px;}
.index-C-list .indexc-title{margin: 10px 0;}
}
@media (max-width:750px) {
.index-C-list{width: 49%;}
.index-C-list:nth-child(4n){margin-right: 2%;}
.index-C-list:nth-child(2n){margin-right: 0;}
}
/* index-D */
.index-D{
  background: #2771ec;
  padding: 40px 0;
}
.index-D-list{
  margin-top: 20px;
  width: 32%;
  margin-right: 2%;
  padding:10px 20px;
  background: rgba(255,255,255,0.2);
}
.index-D-list:nth-child(3n){margin-right: 0;}
.index-D-list .index-Dnum{
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  margin-right: 20px;
}
.index-D-title{
  font-size: 18px;
  color: #ffffff;
}
.index-D-list p{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
}
@media (max-width:992px) {
.index-D-list{width: 49%;margin-right: 2%;margin-top: 20px;}
.index-D-list:nth-child(3n){margin-right: 2%;}
.index-D-list:nth-child(2n){margin-right: 0;}
}
@media (max-width:580px) {
.index-D-list{width: 100%;margin-right: 0}
}

/* index-E */
.index-E-list{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.index-E-list:last-child{margin-right: 0;}
.index-Eimg{
  overflow: hidden;
  height: 404px;
}
.index-E-list img{
  height: 100% !important;
}
.index-E-position-txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  padding: 30px;
  opacity: 0;
  transition: all 0.3s;
  color: #ffffff;
}
.index-E-list:hover .index-E-position-txt{
  transform: rotateY(360deg);
  opacity: 1;
}
.index-E-title{
  font-size: 18px;
  text-align: center;
  padding: 20px 0 10px;
}
.index-E-list:hover .index-E-title{
  color: #ff6a00;
}
@media (max-width:1300px) {
.index-Eimg{height: 355px;}
}
@media (max-width:1200px) {
.index-Eimg{height: 270px;}
}
@media (max-width:992px) {
.index-Eimg{height: 220px;}
.index-E-position-txt{padding: 15px;font-size: 14px;}
.index-E-list{margin-top: 20px;}
}
@media (max-width:580px) {
.index-E-list{width: 100%;margin-right: 0;}
}

/* index-F */
.index-Flist{
  width: 32%;
  margin-top: 30px;
  margin-right: 2%;
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #e0edff, #fafafa);
}
.index-Flist:nth-child(3n){margin-right: 0;}
.index-Fnum{
  font-size: 16px;
  color: #ffffff;
  width: 38px;
  height: 28px;
  line-height: 28px;
  padding-left: 4px;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
}
.index-Ft{
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 600;
  float: left;
}
.index-Flist p{
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  margin-top: 10px;
  min-height: 76px;
}
@media (max-width:992px) {
.index-Flist{margin-top: 20px;}
}
@media (max-width:750px) {
.index-Flist{width: 49%;padding: 20px;}
.index-Flist:nth-child(3n){margin-right: 2%;}
.index-Flist:nth-child(2n){margin-right: 0;}
}
@media (max-width:480px) {
.index-Flist{width: 100%;margin-right: 0;}
.index-Flist:nth-child(3n){margin-right: 0;}
.index-Flist p{min-height: auto;}
}
/* index-G */
.index-G .title{
  background: url(../images/bg4.jpg) no-repeat center / cover;
  padding: 40px 0;
}
.index-Gbox{
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
}
.index-Gbox a{
  display: block;
  width: 50%;
  float: left;
  font-size: 16px;
  color: #666666;
  margin: 6px 0;
  padding-right: 6px;
}
.index-Gbox a:hover{
  color: #326aff;
}
@media (max-width:992px) {
.index-Gbox a{width: 100%;padding-right: 0;}
.index-Gbox{padding: 20px;}
}
/* footerbanner */
.footerbanner{
  background: url(../images/bg5.jpg) no-repeat center / cover;
  padding: 40px 0;
}
.fwq-btn-more{
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  background-image: linear-gradient(253deg, #7366FF 0%, #1366EC 100%);
}
.fwq-btn-more i{
  margin-left: 100px;
}
.fwq-btn-more:hover{
  color: #FFFFFF;
}
@media (max-width:750px) {
.footerbanner{text-align: center;}
.footerbanner .title h1,.footerbanner .title p{text-align: center!important;}
}
footer{
  background: #2c3134;
  padding: 60px 0 40px;
}
.link{
  font-size: 14px;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.link a,.link div{
  color: #fff;
  margin-right: 30px;
  font-size: 14px;
}
.footer-nav a{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-right: 30px;
}
.footer-right h3{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer-right{width: 140px;}
.footer-right img{
  width: 140px;
  border-radius: 15px;
  margin-top: 10px;
}
.footer-bottom p{
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}
.footer-bottom a{color: #fff;}

@media (max-width:992px) {
.footer-left{width: 100%;text-align: center;float: none;}
footer{padding: 40px 0 30px;}
.footer-right{float: none;margin: 0 auto;margin-top: 30px;text-align: center;}
.footer-nav{display: none;}
}
@media (max-width:580px) {
.footer-right img{width: 100px;}
.footer-right img{border-radius: 8px;}
}
/* 右侧悬浮窗 */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 99;
}
.toolbar .toolbar-icon {
  position: absolute;
  left: 0;
  top: 13px;
  width: 80px;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-con i{
  display: block;
  clear: both;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.toolbar .toolbar-item {
  padding-left: 80px;
  float: right;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background-image: linear-gradient(253deg, #ed9a60 0%, #ff6a00 100%);
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.toolbar .toolbar-value.ph {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  padding: 0 20px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}
.toolbar .toolbar-value.ph p{
  font-size: 22px;
  color: #222;
  line-height: 80px;
}

.toolbar .toolbar-value.tp {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}

.toolbar .toolbar-value.tp img {
  width: 100%;
  height: 100%;
  display: block;
}
.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showLang:hover .toolbar-value.ph,.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showEmail:hover .toolbar-value.ph {
  display: block;
}
.toolbar .toolbar-top i{
  line-height: 58px;
}
@media (max-width:992px) {
.toolbar{display: none;}
}


/* 位置路径 */
.location{
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.location p,.location p a{
  font-size: 14px;
  color: #999;
}
.location p i{
  color: #ff6a00;
  margin-right: 6px;
  font-weight: 800;
}
.banners-box{overflow: hidden;}
@media (max-width:992px) {
.banners-box img{width: 130%;margin-left: -15%;}
}
@media (max-width:750px) {
.banners-box img{width: 180%;margin-left: -17%;}
}
@media (max-width:480px) {
.banners-box img{width: 200%;margin-left: -21%;}
}


/* 栏目-阿里云国际站 */
.aliyun-tclist{
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
  margin-top: 30px;
}
.aliyun-tclist:nth-child(3n){margin-right: 0;}
.aliyun-tclist h3{
  font-size: 42px;
  font-weight: 600;
  color: #ff6a00;
}
.aliyun-tclist p{
  font-size: 14px;
  color: #666666;
}
.aliyun-tclist a{
  display: block;
  border: 2px solid #326aff;
  color: #326aff;
  width: 150px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aliyun-tclist a:hover{
  background: #326aff;
  color: #fff;
}
.aliyun-aclist{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  background: #fbfbfb url(../images/bg6.jpg) no-repeat bottom;
  background-size: 100%;
  padding: 30px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.aliyun-aclist:last-child{margin-right: 0;}
.aliyun-aclist h2{
  font-size: 20px;
  color: #3a71c9;
  background: #e7effd;
  padding: 20px 20px;
}
.aliyun-aclist h3{
  font-size: 42px;
  font-weight: 600;
  color: #ff6a00;
  margin: 50px 0;
}
.aliyun-aclist p{
  font-size: 14px;
  color: #666;
  min-height: 65px;
}
.aliyun-aclist a{
  display: block;
  border: 2px solid #326aff;
  color: #326aff;
  width: 150px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin:  50px auto;
}
.aliyun-aclist a:hover{
  background: #326aff;
  color: #fff;
}
@media (max-width:992px) {
.aliyun-tclist{width: 49%;margin-top: 20px;padding: 20px;}
.aliyun-tclist:nth-child(3n){margin-right: 2%;}
.aliyun-tclist:nth-child(2n){margin-right: 0;}
.aliyun-tclist a,.aliyun-aclist a{width: 100px;font-size: 16px;}
.aliyun-aclist{margin-top: 20px;padding: 20px;}
.aliyun-aclist h2{font-size: 16px;padding: 10px;}
.aliyun-aclist h3{margin: 20px 0;font-size: 36px;}
.aliyun-aclist a{margin: 30px auto;}
}
@media (max-width:750px) {
.aliyun-tclist{width: 100%;}
.aliyun-aclist{width: 100%;}
}


/* 栏目-腾讯云 */
.tencent-tclist{
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  border: 1px solid #CFDEF3;
  border-radius: 4px;
  margin-top: 30px;
  background: #F6FAFF url(../images/bg6.png) center / cover no-repeat;
  box-shadow: 0 5px 15px 1px rgba(3, 51, 123, 0.08);
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.tencent-tclist:nth-child(3n){margin-right: 0;}
.tencent-tclist i{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: linear-gradient(253deg, #7366FF 0%, #1366EC 100%);
  font-size: 32px;
  color: #fff;
  text-align: center;
  border-radius: 60px;
}
.tencent-tclist h3{
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
.tencent-tclist p{
  font-size: 14px;
  color: #666;
}
.tencentbg{
  background: url(../images/bg9.png)  no-repeat center / cover;
}
@media (max-width:992px) {
.tencent-tclist{padding: 20px;margin-top: 20px;width: 49%;}
.tencent-tclist:nth-child(3n){margin-right: 2%;}
.tencent-tclist:nth-child(2n){margin-right: 0;}
.tencent-tclist h3{margin: 10px 0;}
.tencent-tclist i{width: 48px;height: 48px;line-height: 48px;}
}
@media (max-width:480px) {
.tencent-tclist{width:100%;margin-right: 0;}
}
/* 栏目-华为 */
.huawei-list{
  width: 23.5%;
  margin-right: 2%;
  padding: 30px 40px;
  border: 1px solid #ffffff;
  background: linear-gradient(153deg, #eaeef5 0%, #ffffff 100%);
  box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.07);
}
.huawei-list:last-child{margin-right: 0;}
.huawei-list img{
  width: 88px;
}
.huawei-list h3{
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.huawei-list p{
  font-size: 14px;
  color: #666;
}
.huawei-liata{
  width: 49%;
  padding:40px;
  background: #fff;
  margin-right: 2%;
  margin-top: 30px;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
  background: url(../images/bg10.jpg) no-repeat center / cover;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
}
.huawei-liata:nth-child(2n){margin-right: 0;}
.huawei-liata h3{
  font-size: 28px;
  color: #222222;
  margin-bottom: 20px;
}
.huawei-liata ul li{
  font-size:16px;
  color: #737889;
  line-height: 1.8em;
}

.huawei-liata ul li::before{
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #2A7EFB;
  vertical-align: middle;
  margin-right: 10px;
}
.huaweibg{
  background: url(../images/bg11.png) no-repeat center / cover;
}
.huawei-list-lc{
  width: 23.5%;
  margin-right: 2%;
  padding:40px 20px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  box-shadow: 0 3px 20px 1px rgba(5, 36, 82, 0.07);
  margin-top: 30px;
  text-align: center;
}
.huawei-list-lc:last-child{margin-right: 0;}
.huawei-list-lc:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #EAEEF5 0%, #FFFFFF 100%);
}
.huawei-list-lc img{
  width: 84px;
}
.huawei-list-lc h3{
  font-size: 24px;
  margin: 20px 0;
}
.huawei-list-lc p{
  font-size: 14px;
  color: #666666;
  line-height: 1.8em;
}
.huawei-jzleft{
  width: 50%;
}
.huawei-jzright{
  width: 50%;
}
.huaweititle{
  font-size: 36px;
}
.huawei-jzlist{
  width: 50%;
  margin-top: 30px;
}
.huaweinum{
  font-size: 48px;
  font-weight: 600;
}
.huawei-jzlist p{
  color:  #737889;
}
@media (max-width:992px) {
.huawei-list{padding: 30px 20px;}
.huawei-list img{width: 70px;}
.huawei-list h3{font-size: 18px;}
.huawei-liata h3{font-size: 22px;}
.huawei-liata{padding: 20px;border-radius: 15px;}
.huawei-list-lc{padding: 20px;margin-top: 20px;}
.huawei-list-lc img{width: 74px;}
.huawei-list-lc h3{margin: 10px 0;}
.huaweititle{font-size: 24px;}
.huaweinum{font-size: 36px;}
}
@media (max-width:750px) {
.huawei-list{width: 49%;margin-top: 20px;}
.huawei-list:nth-child(2n){margin-right: 0;}
.huawei-liata{width: 100%;margin-right: 0;}
}
@media (max-width:650px) {
.huawei-list-lc{width: 100%;}
.huaweititle{font-size: 20px;}
.huaweinum{font-size: 28px;}
.huawei-jzlist{margin-top: 20px;}
}
@media (max-width:530px) {
.huaweijz-box{display: block!important;}
.huawei-jzleft,.huawei-jzright{width: 100%;float: none;}
}

/* 栏目-亚马逊 */
.aws-about video{
  width: 45%;
  float: left;
}
.aws-aboutright{
  width: 55%;
  padding-left: 50px;
}
.aws-aboutright p{
  background: #EBF3FF;
  border-radius: 4px;
  border: 1px solid #2A7EFB;
  padding: 10px;
}
.aws-Introduction{
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.8em;
}
.aws-listbox P{
  min-height: 102px;
}
.aws-bg{
  background: #161e2d;
}
.awsbg-img{
  width: 80%;
}
.aws-click{
  width: 140px;
  display: block;
  color: #1366EC;
  border: 1px solid #1366EC;
  border-radius: 5px;
  padding: 10px 0;
  margin: 20px auto 0;
  text-align: center;
  background: none;
}
.aws-modal-dialog .modal-dialog{
  width: 80%;
  height: 80%;
  margin: 10% auto;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}
.aws-modal-dialog .modal-content{
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}
.aws-dqlist{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  background-color: #232f3e;
  border: 2px solid #95B0FF;
  padding: 20px;
  min-height: 137px;
}
.aws-dqlist:last-child{margin-right: 0;}
.aws-dqlist h2{
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.aws-dqlist p{
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  text-align: center;
}
.aws-yslist{
  width: 49%;
  margin-right: 2%;
  margin-top: 30px;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.07);
  min-height: 325px;
}
.aws-yslist:nth-child(2n){margin-right: 0;}
.aws-yslist i{
  display: block;
  width: 80px;
  height:80px;
  line-height: 80px;
  border-radius: 120px;
  background: #deebff;
  font-size: 40px;
  color: #1366EC;
  text-align: center;
}
.aws-yslist h3{
  font-size: 28px;
  color: #222222;
  margin: 20px 0;
}
.aws-yslist p{
  font-size: 14px;
  color:  #737889;
  line-height: 1.8em;
}
@media (max-width:1200px) {
.aws-dqlist h2{font-size: 20px;}
}
@media (max-width:992px) {
.aws-about video{width: 100%;}
.aws-aboutright{width: 100%;padding-left: 0;margin-top: 20px;}
.aws-dqlist{margin-top: 20px;}
.aws-dqlist h2{font-size: 16px;}
.aws-yslist h3{font-size: 22px;margin: 10px 0;}
.aws-yslist i{width: 64px;height: 64px;line-height: 64px;}
.aws-yslist{padding: 20px;}
}
@media (max-width:750px) {
.aws-yslist{width: 100%;min-height: auto;}
}
@media (max-width:680px) {
.aws-dqlist{padding: 10px;}
}
@media (max-width:450px) {
.aws-dqlist{width: 100%;min-height: auto;margin-top: 10px;}
}




/* 文章内容页 */
.show-box{
  margin-top:80px;
}
.show-left{
  width: 70%;
  background: #fff;
  padding: 30px;
  border: 1px solid #f0f0f0;
}
.show-right{
  width: 27%;
  margin-left: 3%;
  background: #fff;
  padding: 20px;
  border: 1px solid #f0f0f0;
}
.show-title h1{
  font-size: 36px;
}
.show-title p{
  font-size: 13px;
  color: #737889;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  margin-top: 20px;
}
.show-main p{
  color: #666666!important;
}
.show-img{
  width: 100%;
  margin:20px 0;
}
.show-right-content h3{
  font-size: 28px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.show-right-content a{
  display: inline-block;
  font-size: 14px;
  color: #666;
  height: 28px;
  overflow: hidden;
  line-height: 1.8em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  margin-bottom: 15px;
}
.show-right-content a:hover{
  color: #1366EC;
}

/* 栏目-关于我们 */

.about-a-left{
  width: 50%;
}
.aoubt-a-right{
  width: 50%;
  padding-left: 50px;
  margin-top: 20px;
}
.about-company p,.about-company p span{
  font-size: 17px!important;
  color: #222!important;
  line-height:2em!important;
  white-space:normal!important
}
.about-jx-box{
  text-align: center;
}
.about-jx-box-list{
  width: 33%;
  float: left;
  padding-right: 30px;
  margin-top: 30px;
}
.about-jx-box-list i{
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  background-image: linear-gradient(253deg, #7366FF 0%, #1366EC 100%);
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  margin-top: 10px;
}
.about-jx-box-txt {
  width: calc(100% - 80px);
  float: left;
  padding-top: 15px;
}
.about-jx-box-txt h3{
  font-size: 18px;
  text-align: left;
}
.about-jx-box-txt h3 span{
  font-size:32px;
  margin-right: 6px;
}
.about-jx-box-txt p{
  font-size: 16px;
  opacity: 0.8;
}
.lanmu-thumb{display: none;}
@media (max-width:1300px) {
.about-a-left{width: 40%;}
.aoubt-a-right{width: 60%;padding-left: 20px;}
}
@media (max-width:992px) {
.about-a-left{width: 100%;}
.aoubt-a-right{width: 100%;padding-left: 0;margin-top: 20px;}
.show-left{width: 100%;padding: 20px;}
.show-right{display: none;}
.show-title h1{font-size: 32px;}
}
@media (max-width:550px) {
.about-jx-box-list i{float: none;margin: 0 auto;}
.about-jx-box-txt{width: 100%;text-align: center;text-align: center;}
.about-jx-box-txt h3,.about-jx-box-txt p{text-align: center;}
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.mobile-tran{
  animation: jump 1s infinite;
}
.mobile-toolbar{
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(253deg, #ed9a60 0%, #ff6a00 100%);
  font-size: 18px;
  color: #fff;
  padding: 10px 10px;
  z-index: 999;
  text-align: center;
  font-size: 20px;
  display: none;
}
.mobile-toolbar i{
  font-size: 28px;
  margin-right: 10px;
}
.mobile-toolbar:hover{color: #fff;}
.nm-logo{width:160px;margin-right:20px}
@media (max-width:750px) {
.mobile-toolbar{display: block;}
}