/* css rest */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td  {margin:0;padding:0;}

body,button,input,select,textarea{font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;background: #f3f5f7;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

address,cite,dfn,em,var{font-style:normal;}

code,kbd,pre,samp{font-family:courier new,courier,monospace;}

small{font-size:12px;}

ul,ol{list-style:none;}

a{text-decoration:none;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

legend{color:#000;}

fieldset,img{border:0;}

button,input,select,textarea{font-size:100%;}

table{border-collapse:collapse;border-spacing:0;}
.clearfloat{clear:both;}
.l{float:left;}
.title{
	position: relative;
    font-size: 25px;
    font-weight: 200;
    color: #07111b;
    margin-bottom: 24px;
    line-height: 20px;
    font-weight: bold;
}
/* 导航 */
header{
	width: 100%;
	height: 60px;
	background: #000;
	border-bottom: 1px solid #212121;
}
header .logo{
	margin: 0 20px;
	display: block;
    height: 60px;
    width: 170px;
    background: url(../img/logo2.png) no-repeat center center/cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
header .menu{

}

header .menu .item-menu li{
	float: left;
}
header .menu .item-menu li a{
	position: relative;
    padding: 0 25px;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
header .menu .item-menu li a:hover{
	background-color: rgba(77, 85, 93, 0.4);
}

#main{
	display: block;
	padding-bottom: 70px;
}
#main .bk{
	width: 100%;
    height: 490px;
    position: absolute;
    top: 0;
    background-image: url(../img/bk.jpg);
    z-index: -1;
}

/* 视窗 */
.window{
	position: relative;
}
.window .iframe{
	width: 100%;
    height: 400px;
    border-width: 0px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.61);
}
.window .word{
	position: absolute;
	top: 130px;
	color: #fff;
	width: 728px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 3em;
}
.window .gbtx{
	position: absolute;
    right: 10px;
    bottom: 15px;
    background-color: rgba(255,255,255,0.13);
    padding: 3px;
    font-size: 12px;
    color: #656565;
    border-radius: 5px;
    cursor: pointer;
}

/* 服务 */
.server{
	width:1200px;
	padding-top: 36px;
	margin: 0 auto;
}
.server .serverArticle{
	width: 360px;
	height: 400px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    position: relative;
    overflow: hidden;
    cursor:pointer;
    margin-right: 60px;
}
.serverArticle:hover{
	 box-shadow: 0 8px 16px 0 rgba(7,17,27,.2);
}
.server .serverArticle:last-child{
	margin-right: 0;
}
.server .serverArticle .serverArticleTitle{
	display: block;
    width: 100%;
    height: 61px;
    background-position: center center;
    background-size: cover;
    font-size: 20px;
    line-height: 61px;
    padding-left: 40px;
    box-sizing: border-box;
    color: #fff;
}
.serverArticleContent{
	height: 250px;
	width: 250px;
	margin: 0 auto;
	background:url(../img/wecat.jpg) no-repeat center;
	background-position-y:-320px;
	margin-top:15px;
	border-radius: 50%;
}
.appstroe{
	background:url(../img/apptroe.jpg) no-repeat center;
	background-position-y: -146px;
	background-position-x: -262px;
}
.html5{
	background:url(../img/html5.jpg) no-repeat center;
	background-position-y: -12px;
	background-position-x: -78px;
}
.serverArticleMore{
	position: absolute;
    width: 85%;
    height: 58px;
    bottom: 0;
    left: 32px;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #d9dde1;
}
.serverArticleMore span{
	float: right;
    color: #93999f;
    line-height: 58px;
}
.serverArticleMore i{
	float: right;
    color: #b7bbbf;
    line-height: 58px;
    margin-left: 10px;
}
.serverArticleMore i::before{
	content: ">";
}
.serverArticleContent::before,.serverArticleContent::after{
	position: absolute;
    top: 61px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}
.serverArticleContent::before{
	-webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
}
.serverArticleContent::after{
	-webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}
.serverArticleContent:hover::before{
	-webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
}
.serverArticleContent:hover::after{
	-webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
}
.hiddenBox{
	position: absolute;
	left: 0;
	top: 100px;
	padding: 5px 5px;
	z-index: 10;
	color: #fff;
	-webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    -webkit-transform: scale(0.5);
    transform:  scale(0.5);
    opacity: 0;
    background: #000;
    transition: all 0.35s ease;
    border: 1px solid #fff;
    margin: 0 10px;
}
.serverArticleContent:hover .hiddenBox{
	opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.35s ease;
}

/* 行业解决方案 */
.jiejue{
	width: 1200px;
    padding-top: 36px;
    margin: 0 auto;
}

.jiejue_ul{
    list-style: none;
    display: block;
}
.container-types{
    border-radius: 4px;
}
.container-types .index-card-container{
    float: left;
    margin-right: 45px;
    border-radius: 4px;
    margin-top: 36px;
}
.container-types .index-card-container:nth-of-type(4),.container-types .index-card-container:nth-of-type(8){
	margin-right: 0px;
}
.course-card-container{
    width: 266px;
    height: 260px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    transition: .3s all linear;
}
.course-card-container .course-card{
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.course-card-container .course-card-top{
    height: 48px;
    padding: 0 20px;
    overflow: hidden;
}
.cart-color.red{
        background: -webkit-linear-gradient(right, rgba(255,115,155,.6), #ff739b);
        background: -o-linear-gradient(right, rgba(255,115,155,.6), #ff739b);
        background: linear-gradient(to left, rgba(255,115,155,.6), #ff739b);
}
.cart-color.purple{
        background: -webkit-linear-gradient(right, rgba(210,115,230,.6), #d273e6);
        background: -o-linear-gradient(right, rgba(210,115,230,.6), #d273e6);
        background: linear-gradient(to left, rgba(210,115,230,.6), #d273e6);
}
.cart-color.blue{
        background: -webkit-linear-gradient(right, rgba(75,150,220,.6), #4b96dc);
        background: -o-linear-gradient(right, rgba(75,150,220,.6), #4b96dc);
        background: linear-gradient(to left, rgba(75,150,220,.6), #4b96dc);
}
.cart-color.orange{
        background: -webkit-linear-gradient(right, rgba(255,150,0,.6), #ff9600);
        background: -o-linear-gradient(right, rgba(255,150,0,.6), #ff9600);
        background: linear-gradient(to left, rgba(255,150,0,.6), #ff9600);
}
.cart-color.green{
        background: -webkit-linear-gradient(right, rgba(0,185,90,.6), #00b95a);
        background: -o-linear-gradient(right, rgba(0,185,90,.6), #00b95a);
        background: linear-gradient(to left, rgba(0,185,90,.6), #00b95a);
}
.cart-color.cyan{
        background: -webkit-linear-gradient(right, rgba(0,200,200,.6), #00c8c8);
        background: -o-linear-gradient(right, rgba(0,200,200,.6), #00c8c8);
        background: linear-gradient(to left, rgba(0,200,200,.6), #00c8c8);
}
.cart-color.danred{
        background: -webkit-linear-gradient(right, rgba(250, 154, 158, 0.6), #fad0c4);
        background: -o-linear-gradient(right, rgba(250, 154, 158, 0.6), #fad0c4);
        background: linear-gradient(to left, rgba(250, 154, 158, 0.6), #fad0c4);
}.cart-color.danblue{
        background: -webkit-linear-gradient(right, rgba(102, 126, 234, 0.6), #764ba2);
        background: -o-linear-gradient(right, rgba(102, 126, 234, 0.6), #764ba2);
        background: linear-gradient(to left, rgba(102, 126, 234, 0.6), #764ba2);
}
.course-card-container .course-card-top span{
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
    margin-right: 10px;
}
.course-card-container .course-card-content{
    height: 180px;
    background-color: #fff;
    padding: 16px 24px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
}
.course-card-container .course-card-bk{
    position: absolute;
    width: 100%;
    height: 228px;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 4px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}
.course-card-container .course-card-name{
    font-size: 14px;
    color: #07111b;
    line-height: 24px;
    max-height: 48px;
    word-break: break-all;
    letter-spacing: -.1px;
}
.course-card-container .course-card-info, .course-card-container p{
    font-size: 12px;
    color: #93999f;
    line-height: 24px;
    margin: 8px 0;
}
.course-card-container:hover{
    -webkit-box-shadow:0 8px 16px 0 rgba(7,17,27,.2);
    box-shadow:0 8px 16px 0 rgba(7,17,27,.2);
    -webkit-transform:scale(1.5,1.5);
    -ms-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}


/* 案例展示 */
.anli{
	width: 1200px;
    padding-top: 36px;
    margin: 0 auto;
}
.anliBox{
	width: 100%;
	height:580px;
	border-radius: 10px;
}

.bg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.bg-box-1{
			background: url('../img/1.jpg') no-repeat center/cover;
		}
		.bg-box-2{
			background: url('../img/2.jpg') no-repeat center/cover;
		}
		.bg-box-3{
			background: url('../img/3.jpg') no-repeat center/cover;
		}
		.bg-box-4{
			background: url('../img/4.jpg') no-repeat center/cover;
		}
		#wrap{
			overflow: hidden;
			top:0;
			left:0;
			right:0;
			bottom:0;
			height: 594px;
			border-radius: 10px;
			margin: 0 auto;
		}
		#wrap > ul{
			width: 120%;
			list-style: none;
		}
		#wrap > ul > li{
			float: left;
			width: 100px;
			height: 720px;
			cursor: pointer;
		}

		#wrap > ul > li:nth-child(1){

			width: 404px;
		}
		#wrap > ul > li > .text{
			width: 100px;
			height: 100%;
			background: #000;
			opacity: .5;
		}
		#wrap > ul > li > .text p{
			padding: 20px 40px;
			font-family: 'Microsoft yahei';
			color: #fff;
		}
		.curr2{
			display: none;
		}
.aboutUs{
	width: 1200px;
	width: 1200px;
    padding-top: 36px;
    margin: 0 auto;
}
.aboutContent{
	text-indent: 2em;
	line-height: 35px;
	font-size: 16px;
}
.aboutContent a{
	color: #000;
}
.aboutContent a:hover{
	text-decoration: underline;
	color: #0e90d2;
}

.footer{
	background: #000;
	width: 100%;
	height: 150px;
	float: left;
}
.footerContent{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	color: #afabab;
	text-align: center;
}
.footer-sns{
    padding-top: 30px;
    text-align: center;
}
.footer-link{
    padding: 16px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #d0d6d9;
}
.footer-link li{
	float: left;
	margin-right:30px;
}
.footer-copyright{
	padding: 14px 0 0px 0px;
    text-align: center;
    color: #afabab;
}
.allStyle{
	padding-top:60px;
}
.rightIcon{
    height: 15em;
    border: 1px solid #cecfce;
    margin: 0 auto;
    margin-top: 2em;
    background: url(../img/righticon.png) no-repeat center/contain;
}
.rightBox{
	width: 100%;
    padding-top: 3em;
    margin: 0 auto;
}
.rightBox-box{
	float: left;
	margin-right: 40px;
}
.rightBox-box:nth-child(4){
	margin-right: 0;
}
.rightBox-box img{
	min-height: 214px;
}



/* 详情页 */
.bottom-trangle{
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 137px;
    background: url(../img/arrow-lr.png) center/cover;
    z-index: 1;
}
.window .iframe2{
    height: 580px;
    box-shadow: none;
}
.detail{
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px
}
.cen{
    text-align: center;
}
.description{
    text-align: center;
    display: block;
    color: #737273;
}
.pic{
    width: 500px;
    height: 600px;
    float: left;
    padding: 60px 0;
    position: relative;
}
.pic img{
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    float: none;
}
.description_right{
    width: 650px;
    margin-left: 20px;
    padding: 60px 0;
    float: left;
}
.description_right h2{
    margin: 140px 0 20px;
    font-size: 48px;
    color:#737273;
    text-align: left;
}
.description_right p{
    font-size: 18px;
    color: #000;
    line-height: 35px;
    letter-spacing: 5px;
    text-align: left;
    text-indent: 2.5em;
}
