*{ margin:0; padding:0;}
body{ position: relative;font-family:"微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light",Arial,sans-serif; font-size:14px;min-width: 1200px;}
ul,li{list-style: none;}
/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{
  *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
/* banner */
.banner-key{
	width: 100%;
	height: 410px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner-key-cont{
	width: 1190px;
	margin: 0 auto;
}
.banner-key-l{
	width: 700px;
	display: inline-block;
}

.banner-key-l span{
	width: 312px;
	height: 60px;
	background: #FFB109;
	border-radius: 30px;
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(189, 130, 2, 0.6);
	line-height: 60px;
	text-align: center;
	letter-spacing:4px;
	margin-top: 86px;
}
.banner-key-r{
	width: 260px;
	height: 272px;
	background: #FFFFFF;
	float: right;
	margin-top: 48px;
}
.banner-txt-title{
	margin: 28px auto 10px;
	width: 195px;

}
.banner-txt-title img{
	width: 32px;
	height: 32px;
	margin-right: 12px;
}
p.banner-key-r-tit{
	font-size: 18px;
	color: #010101;
	display:inline-block;
	margin-top: 4px;
	position: absolute;
}
.banner-contact{
	width: 218px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	margin-left: 16px;
	margin-bottom: 16px;
	color: #999999;
	padding-left: 10px;
}
.banner-contact-submit{
	width: 228px;
	height: 40px;
	line-height: 40px;
	background: #ffae00;
	border-radius: 3px;
	margin-left: 16px;
	margin-bottom: 16px;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-align: center;
}
.banner-contact-submit:hover{
	opacity: 0.8;
}
.banner-contact:focus{
  outline: 0;
  border:1px solid #1A8AFF;
  color: #333;
}
.ts_red {
    color: red;
    font-size: 12px;
    text-align: center;
    }

/*服务优势*/
.contbg1{ width: 100%; margin:0 auto; background: #fff; }
.cont{width: 1190px; margin:0 auto;}
.common_title{ padding: 40px 0px; height: 50px; line-height: 50px; color: #333; font-size: 28px; text-align: center; font-weight: bold; -moz-animation:animations 1s ease-in-out;
	text-shadow:1px 1px 0 rgba(0,0,0,.8),2px 2px 3px rgba(255,255,255,.3)
	-webkit-animation:animations 1s ease-in-out;
	-o-animation:animations 1s ease-in-out;
	-ms-animation:animations 2s ease-in-out;
	animation:animations 1s ease-in-out;
}
@-moz-keyframes animations{
	0%{-moz-transform:translate(0,-50px);}
	30%{-moz-transform:translate(0,-50px);}
	40%{-moz-transform:translate(0,0);}
	42%{-moz-transform:scale(1.1,.6) skew(5deg,5deg);}
	48%{-moz-transform:scale(1) skew(0,0);}
	54%{-moz-transform:scale(1.05,.8) skew(4deg,4deg);}
	60%{-moz-transform:scale(1) skew(0,0);}
	64%{-moz-transform:skew(3deg,3deg);}
	68%{-moz-transform:skew(0,0);}
	75%{-moz-transform:skew(2deg,2deg);}
	83%{-moz-transform:skew(0,0);}
	92%{-moz-transform:skew(1deg,1deg);}
	100%{-moz-transform:skew(0,0);}
}
@-webkit-keyframes animations{
	0%{-webkit-transform:translate(0,-50px);}
	30%{-webkit-transform:translate(0,-50px);}
	40%{-webkit-transform:translate(0,0);}
	42%{-webkit-transform:scale(1.1,.6) skew(5deg,5deg);}
	48%{-webkit-transform:scale(1) skew(0,0);}
	54%{-webkit-transform:scale(1.05,.8) skew(4deg,4deg);}
	60%{-webkit-transform:scale(1) skew(0,0);}
	64%{-webkit-transform:skew(3deg,3deg);}
	68%{-webkit-transform:skew(0,0);}
	75%{-webkit-transform:skew(2deg,2deg);}
	83%{-webkit-transform:skew(0,0);}
	92%{-webkit-transform:skew(1deg,1deg);}
	100%{-webkit-transform:skew(0,0);}
}
@-o-keyframes animations{
	0%{-o-transform:translate(0,-50px);}
	30%{-o-transform:translate(0,-50px);}
	40%{-o-transform:translate(0,0);}
	42%{-o-transform:scale(1.1,.6) skew(5deg,5deg);}
	48%{-o-transform:scale(1) skew(0,0);}
	54%{-o-transform:scale(1.05,.8) skew(4deg,4deg);}
	60%{-o-transform:scale(1) skew(0,0);}
	64%{-o-transform:skew(3deg,3deg);}
	68%{-o-transform:skew(0,0);}
	75%{-o-transform:skew(2deg,2deg);}
	83%{-o-transform:skew(0,0);}
	92%{-o-transform:skew(1deg,1deg);}
	100%{-o-transform:skew(0,0);}
}
@-ms-keyframes animations{
	0%{-ms-transform:translate(0,-50px);}
	30%{-ms-transform:translate(0,-50px);}
	40%{-ms-transform:translate(0,0);}
	42%{-ms-transform:scale(1.1,.6) skew(5deg,5deg);}
	48%{-ms-transform:scale(1) skew(0,0);}
	54%{-ms-transform:scale(1.05,.8) skew(4deg,4deg);}
	60%{-ms-transform:scale(1) skew(0,0);}
	64%{-ms-transform:skew(3deg,3deg);}
	68%{-ms-transform:skew(0,0);}
	75%{-ms-transform:skew(2deg,2deg);}
	83%{-ms-transform:skew(0,0);}
	92%{-ms-transform:skew(1deg,1deg);}
	100%{-ms-transform:skew(0,0);}
}
@keyframes animations{
	0%{transform:translate(0,-50px);}
	30%{transform:translate(0,-50px);}
	40%{transform:translate(0,0);}
	42%{transform:scale(1.1,.6) skew(5deg,5deg);}
	48%{transform:scale(1) skew(0,0);}
	54%{transform:scale(1.05,.8) skew(4deg,4deg);}
	60%{transform:scale(1) skew(0,0);}
	64%{transform:skew(3deg,3deg);}
	68%{transform:skew(0,0);}
	75%{transform:skew(2deg,2deg);}
	83%{transform:skew(0,0);}
	92%{transform:skew(1deg,1deg);}
	100%{transform:skew(0,0);}
}
ul.servicebox{ overflow: hidden; }
ul.servicebox li{ width: 372px; height: 300px; float: left; margin-right: 36px; margin-bottom: 40px;}
ul.servicebox li:nth-child(3n){ margin-right: 0px; }
.toppicture{ width: 372px; height:160px; }
.toppicture img{ width: 372px; height: 160px; }
.icon_com{ width: 80px; height: 80px;margin:0 auto; border-radius: 80px;background-image: linear-gradient(#1b7fff, #69abff);  text-align: center; position: relative; top: -40px; }
.yqtextbox{margin:0 15px; position: relative;top: -70px; background: #fff; box-shadow:0px 0px 10px 0px rgba(162, 162, 162, 0.3);
	-moz-transition-property:border-color,background-color,color;
	-moz-transition-duration:.5s;
	-moz-transition-timing-function:ease-in;
	-webkit-transition-property:border-color,background-color,color;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing-function:ease-in;
	-o-transition-property:border-color,background-color,color;
	-o-transition-duration:.5s;
	-o-transition-timing-function:ease-in;
	-ms-transition-property:border-color,background-color,color;
	-ms-transition-duration:.5s;
	-ms-transition-timing-function:ease-in;
	transition-property:border-color,background-color,color;
	transition-duration:.5s;
	transition-timing-function:ease-in;
}
.yqtextbox .yqtext{ padding:0 15px;  margin:0 auto; position: relative; top: -35px;}
.yqtextbox .yqtext .name{ font-size: 18px; font-weight: bold; color: #333; text-align: center;  height: 50px; line-height: 50px;}
.yqtextbox .yqtext .texts{ font-size: 14px; line-height: 26px; color: #666; text-align: center; }
.yqtextbox:hover{background: #3a90ff;  }
.yqtextbox:hover .yqtext .name{ color:#fff; }
.yqtextbox:hover .yqtext .texts{ color: #fff; }


/*优企云商尊贵权益*/
.contbg2{ width: 100%; margin:0 auto; background: #f0f7ff;padding-bottom: 60px; }
.lb_box {
	width:1190px;
	height:310px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}
.lbcont{
	width:1080px;
	height:310px;
	margin:0px auto;
	overflow:hidden;
}
.swiper-container {
      width: 1190px;
      height: 310px;
      margin:0 auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	/*中间内容*/
    .list_menu {
	width:1080px;
	list-style:none;
}
.list_menu li {
	float:left;
	width:230px;
	text-align:center;
	margin:0 20px;
	height: 300px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(162, 162, 162, 0.3);
}

.topicon{ height: 110px; padding-top: 30px; background: #2a87ff; text-align: center; }
.topicon img{ width: 80px; height: 80px; }
.qyi_name{ font-size: 20px; font-weight: bold; color: #444; text-align: center;  height:70px; line-height:70px;}
.qyi_open{ margin:10px 25px 0px 25px; height: 40px; line-height: 40px; border:1.5px solid #2a87ff; color: #2a87ff; text-align: center;border-radius: 40px;  cursor: pointer;}
.qyi_open:hover{ background: #2a87ff; color: #fff; }

.tishi{ text-align: center; font-size: 14px; color: #666;padding: 20px 0px 50px 0px; height: 30px; line-height: 30px;}
.tishi i{width: 20px; height: 20px; background: url(../images/tishi.png); display: inline-block; position: relative; top: 5px; right:3px;}

/*案例*/
.mt-tabpage {
	width: 1188px; 
	margin:0 auto; 
	border:4px solid #509dff;
	background: #fff;
	margin-top: 10px;
}
.mt-tabpage-title {
	height: 50px;
	line-height: 50px;
	margin: auto;
	padding:0px;
	margin:0px auto; 
	display: flex; 
	background: #509dff;
	font-weight: bold;
}
.mt-tabpage-title .mt-tabpage-item {
	flex: 1;
	height: 50px;
	line-height:50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
	text-decoration: none;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	background: #0064e5;
	position: relative;
	top: -8px;
}
.mt-tabpage-title .mt-tabpage-item-cur i.leftsj{ width: 4px; height: 4px; background: url(../images/sjr.png); position:absolute; top: 0px; right: -4px;  }
.mt-tabpage-title .mt-tabpage-item-cur i.rightsj{ width: 4px; height: 4px; background: url(../images/sjl.png); position:absolute; top: 0px; left: -4px;  }
.mt-tabpage-count {
	position: relative;
	width: 1100px;
	height: 478px;
	overflow: hidden;
	margin:0 auto;
	padding: 20px 0px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	
	text-align: center;
}

/*底部banner*/
.banner_b{ width: 100%; margin:50px auto 0px auto; height:340px; background-image: url(../images/repeatx.jpg); background-repeat: repeat-x;}
.bannerimg{width: 1190px; height: 340px; margin:0 auto;}
.bannerimg img{ width: 1190px; height: 340px; }

/*合作流程*/
.contbg3{width: 100%; margin:0 auto; background: #f5f5f5;}
ul.hzcont{ width: 1120px; margin:0 auto; padding-bottom: 50px;  overflow: hidden;}
ul.hzcont li.one{width: 120px; height: 98px; background: #fff; border-bottom: 2px solid #3593f6; float: left; padding-top: 20px; float: left;}
.hz_icon{ width: 50px; height: 50px; margin:0 auto; }
.hz_icon img{ width: 50px; height: 50px; }
.hz_text{ font-size: 14px; color: #000; text-align: center; height: 40px; line-height:40px; }
ul.hzcont li.two{ width: 80px;height: 120px; text-align: center; float: left; line-height: 120px;}

/*留言*/
.contbg4{ width: 100%; margin:0 auto; background: #12111a; }
.cloudlybox{ padding-top: 40px;width: 1190px; height: 320px; background: url(../images/ly.jpg) no-repeat;  margin:0 auto;}
.cloudlytext{ font-size: 28px; text-align: center; color: #fff; margin:0 auto;  padding-top:30px;}
.cloudlycont{width: 550px; height: 260px; margin:0 auto; background: url(../images/lybg.png);}
.cloudlyinput{ padding-left:206px; padding-top:60px; overflow: hidden; }
.inputbox,.submitbox{ width: 294px; height:66px;}
.inputbox input{width: 100%; height: 44px; line-height: 44px; border-radius: 3px; background: #fff; border:0 none; text-indent: 10px;}
.inputbox input:focus{outline: 0;}
.submitbox input{ width: 100%; height: 44px; line-height: 44px; border-radius: 3px; background: #3593f6; color: #fff; text-align: center;  border:0 none; font-size: 16px; font-weight: bold; cursor: pointer;}
.submitbox input:hover{ background: #2283ea; }
.ts_redbox { font-size: 12px; color: #ff0000;  line-height: 20px; height: 20px; padding-bottom: 5px;}

/*弹层*/
.draw{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,.6);
z-index: 1001;
}
.layer {
display: none;
position: fixed;
top: 25%;
left: 50%;
max-width:350px;
height:366px;
background: #FFFFFF;
border-radius: 10px;
z-index: 1002;
margin-left: -175px;
}
.tctitle{ 
	position: relative;
	text-align: center; 
}
.close_pop{
	position: absolute;
	right:10px;
	top: -40px;
	font-size:30px;
	color: #999;
	cursor: pointer;
}
.close_pop:hover{
	opacity: 0.8;
}

.pop-contact{
	width: 290px;
	height: 44px;
	line-height: 44px;
	background: #f8f8f8;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	color: #999999;
	padding-left: 10px;
	margin: 0 24px 16px;
	font-size: 14px;
}
.pop-contact-sub{
	width: 300px;
	height: 46px;
    background: linear-gradient(90deg, #008AFF 0%, #67B9FF 100%);
    border-radius: 3px;
	margin-bottom: 16px;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
input.pop-contact-sub:hover{
	opacity: 0.8;
}
.pop-tit{
	margin: 40px auto 0px;
	width:100%;
	font-size:18px;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: #2a87ff;
	text-align: center;
}
.pop-tit span{
	color: #ff8d28;
}
.pop_tishi{ 
	font-size: 14px; 
	color: #ff9231; 
	text-align: center;
	padding-bottom:20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ececec;
}

.pop-contact:focus{
  outline: 0;
  border:1px solid #1A8AFF;
  color: #333;
}
/*权益表格*/
.table-content{
    width: 100%;
    background: #FFFFFF;
    border-radius:0px;
}
table.yqys_table{
	border: 1px solid  #62a7ff;
    /*table-layout:fixed ;*/
}
table.yqys_table tr td.td01{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
p.yqys-tit{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-top: 33px;
    color: #0063e1;
}
table.yqys_table tr td.td02{
    height: 88px;
    border-bottom: 1px solid #DDE7FF;
    border-right: 1px solid #DDE7FF;
}
p.yqys_set{
    width: 150px;
    height: 42px;
    /*background: linear-gradient(180deg,  #f77b23,#fbc443);*/
    background: #fff;
    border-radius: 21px;
    color: #1f82ff;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    margin: 16px auto 6px;
    text-align: center;
    /*text-shadow: 1px 0 #df5018;*/
}
table{
    width: 100%;
    color: #000;
    font-size: 16px;
}
table td.td01{
    padding:12px 6px;
    border-bottom: 1px solid #DDE7FF;
    border-right: 1px solid #DDE7FF;
    text-align: center;
}
table td.td02{
    width:18%;
    background: #1b7fff;
}
p.yqys-price{
	font-size:20px;
	font-weight: bold;
	color: #fff000;
	text-shadow: 1px 0 #0064e3;
	text-align: center;
	padding-bottom: 10px;
}