﻿/* CSS Document */
html,body{
	width: 100%;
	height: 100%;

	
/*	min-width: 1000px;*/
}
body,html{
	    min-width: 1158px;
}
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica, Arial, '宋体', sans-serif;
	color: #000;
	
}
*{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #444;
	text-align: center;
}

fieldset,
img {
	border: 0 none;
}

input,
select {
	padding-top: 0;
	padding-bottom: 0;
	outline: 0 none;
	vertical-align: middle;
}

img {
	vertical-align: middle;
	border: 0 none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}
.flex{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-acenter{
	/* 09版 */
	-webkit-box-align: center;
	/* 12版 */
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.flex-end{
	/* 09版 */
	-webkit-box-align: flex-end;
	/* 12版 */
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}
.flex-wrap{
	/* 09版 */
	/* -webkit-box-lines: multiple; */
	/* 12版 */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center{
	/* 09版 */
	-webkit-box-pack: center;
	/* 12版 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-between{
	/* 09版 */
	-webkit-box-pack: space-between;
	/* 12版 */
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.active{
	transition: transform ease 0.3s;
	-ms-transition: transform ease 0.3s; /* IE 9 */
	-moz-transition: transform ease 0.3s; /* Firefox */
	-webkit-transition: transform ease 0.3s; /* Safari 和 Chrome */
	-o-transition: transform ease 0.3s; /* Opera */
}
.active:hover{
	transform:scale(1.2) ;
	-ms-transform:scale(1.2) ; /* IE 9 */
	-moz-transform:scale(1.2) ; /* Firefox */
	-webkit-transform:scale(1.2) ; /* Safari 和 Chrome */
	-o-transform:scale(1.2) ; /* Opera */
}
.y-container{
	width: 100%;
	background-color: #FFFFFF;
	margin-top:-10px;
}
.y-container img{
	width: 100%;
	height: 100%;
}
.banner{
	width: 100%;
	height: 1040px;
	background:url(../image/img_bg.png) no-repeat;
	background-size: cover;
	padding-top: 57px;
	box-sizing: border-box;
}
.banner .b-left .b-l-top{
	width: 213px;
	height: 34px;
}
.banner .b-left .b-l-bottom{
	width: 327px;
	height: 170px;
	box-shadow: 0px 0px 10px 0px #CDCDCD;
	border-radius: 15px;
	margin-top: 34px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.banner .b-left .b-l-bottom img{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	z-index: 0;
}
.banner .b-left .b-l-bottom .b-l-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	background-color: #000000;
	opacity: 0.4;
	z-index: 1;
}

.banner .b-left .b-l-bottom .b-l-sj{
	width: 0;
	height: 0;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	border-top: 20px solid transparent;
	border-bottom:20px  solid transparent;
	border-left: 25px solid #FFFFFF;
	border-right: 20px solid transparent;
	z-index: 2;
}

.banner .b-right .b-r-top{
	width: 595px;
	height: 127px;
}
.banner .b-right .b-r-bottom{
	text-align: right;
	margin-top: 37px;
}
.banner .b-right .b-r-bottom .b-r-text{
	font-size: 30px;
	color: #4DA9FF;
	line-height: 37px;
}
.banner .b-right .b-r-bottom .b-r-text2{
	margin-top: 12px;
	font-size: 24px;
	font-weight: 500;
	color: rgba(35, 68, 102, 0.76);
	line-height: 36px;
}
.banner .b-right .b-r-bottom .b-r-btn a{
	display: inline-block;
	width: 200px;
	height: 55px;
	background-color: #4DA9FF;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	margin-top: 35px;
}
/* .banner .b-right .b-r-bottom .b-r-btn a img{
	width: 25px;
	height: 25px;
} */
.learn-btn{
	margin-top: 31px;
	text-align: right;
}
.learn-btn a{
	display: inline-block;
	width: 285px;
	height: 69px;	
}
.success .su-title{
 width: 723px;
 height: 42px;
 margin: -357px auto 0;
}
.success .su-content{
	margin-top: 83px;
}
.su-content ul li{
	
	text-align: center;
}
.su-content ul li img{
	margin-bottom: 21px;
}
.su-content ul .li-one img{
	width: 67px;
	height: 44px;
}
.su-content ul .li-two img{
	width: 51px;
	height: 44px;
}
.su-content ul .li-three img{
	width: 120px;
	height: 44px;
}
.su-content ul .li-four img{
	width: 96px;
	height: 44px;
}
.su-content ul .li-five img{
	width: 90px;
	height: 44px;
}
.su-content ul li p{
	font-size: 19px;
	font-weight: 400;
	color: #234466;
	line-height: 25px;
}

.resource .re-title{
	width: 424px;
	height: 41px;
	margin: 168px auto 0;
}
.resource  .re-content{
	margin-top: 70px;
}
.re-content .re-left .l-img{
	margin-bottom: 40px;
}
.re-content .re-left .img1{
	width: 344px;
	height: 68px;
}
.re-content .re-left .img2{
	width: 414px;
	height: 68px;
}
.re-content .re-left .img3{
	width: 401px;
	height: 68px;
}
.re-content .re-left .img4{
	width: 330px;
	height: 68px;
}
.re-content .re-right{
	width: 512px;
	height: 374px;
}
.intellect .in-title{
	width: 553px;
	height: 80px;
	margin:168px auto 0 ;
}
.in-content{
	margin-top: 104px;
}
.in-content .in-left{
	width: 484px;
	height: 433px;
}
.in-content .in-right .l-img{
	margin-bottom: 40px;
}
.in-content .in-right .img1{
	width: 343px;
	height: 74px;
}
.in-content .in-right .img2{
	width: 328px;
	height: 103px;
}
.in-content .in-right .img3{
	width: 292px;
	height: 103px;
}
.in-content .in-right .img4{
	width: 292px;
	height: 103px;
}
.in-btn{
	text-align: center;
	margin-top: 10px;
}
.in-btn a{
	display: inline-block;
	width: 285px;
	height: 69px;

}
.store .st-title{
	width: 669px;
	height: 41px;
	margin: 154px auto 0;
}
.st-content{
	margin-top:110px;
}
.st-content ul li{
	margin-bottom:82px ;
	margin-right: 50px;
	
}

.st-content ul li:nth-child(3){
	margin-right:0 ;
}
.st-content ul li a{
	display: inline-block;
	text-align: center;
	width: 300px;
	height: 360px;
	padding: 20px;
	box-sizing: border-box;
	
}
.st-content ul li a:hover{
	box-shadow: 0 20px 33px 0 rgb(56 127 205 / 20%);
	background-color: #ffffff;
	border-radius: 20px;
}
.st-content ul li a:hover img{
	transform: rotate(360deg);
	-ms-transform:rotate(360deg) ; /* IE 9 */
	-moz-transform:rotate(360deg) ; /* Firefox */
	-webkit-transform:rotate(360deg) ; /* Safari 和 Chrome */
	-o-transform:rotate(360deg) ; /* Opera */
}
.st-content ul li a img{
	width: 115px;
	height: 115px;
	transition: all ease 0.7s;
	-ms-transition: all ease 0.7s; /* IE 9 */
	-moz-transition: all ease 0.7s; /* Firefox */
	-webkit-transition: all ease 0.7s; /* Safari 和 Chrome */
	-o-transition: all ease 0.7s; /* Opera */
}
.st-content ul li .st-blue{
	margin-top: 21px;
	font-size: 29px;
	font-weight: bold;
	color: #4DA9FF;
	line-height: 32px;
}
.st-content ul li .st-des{
	margin-top: 30px;
	font-size: 19px;
	font-weight: 400;
	color: #234466;
	line-height: 30px;
}
.help .he-title{
	width: 643px;
	height: 43px;
	margin:145px auto 0 ;
}
.he-content{
	height: 900px;
	margin-top: 83px;
	position: relative;
}
.he-content .he-img1{
	width: 789px;
	height: 772px;
	position: absolute;
	left:-65px;
	top:0;
}
.he-content .he-img2{
	width: 972px;
	height: 811px;
	position: absolute;
	left:68px;
	top:27px;
}
.myselfTest .my-title{
	width: 525px;
	height: 108px;
	margin: 165px auto;
}
.my-content {
	width: 973px;
	height: 471px;
	margin: 144px auto;
}
.common .co-title{
	width: 588px;
	height: 79px;
	margin: 163px auto;
}
.co-content{
	width: 873px;
	height: 874px;
	margin:106px auto ;
}
.opinion .op-title{
	width: 396px;
	height: 41px;
	margin: 179px auto;
}
.op-content{
	margin-top: 77px;
	width: 100%;
	height: 282px;
/* 	border:1px solid red ; */
	position: relative;
}
.op-content .op-icon .op-b{
	width: 44px;
	height: 47px;
	position: absolute;
	top:50%;
	margin-top: -23px;
}

.op-content .op-icon .op-prev{
	left:0;

}
.op-content .op-icon .op-next{
	right:0
}
.op-content .op-ul{
	width:calc(100% - 148px);
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	/* background-color:cornsilk; */
}
.op-content .op-ul ul{
	/* width:1428px; */
	height: 100%;
	
}
.op-content ul li{
	float: left;
	width:238px;
	height: 100%;
	background: #F5FAFF;
	padding: 18px 22px;
	box-sizing: border-box;
	/* margin-left: 15px; */
	margin-right: 70px;
	/* position: relative; */
}

.op-content ul li .op-top .op-img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.op-content ul li .op-top .op-name{
	font-size: 19px;
	font-weight: 500;
	color: #234466;
	line-height: 22px;
}
.op-content ul li .op-top .op-text{
	font-size: 16px;
	font-weight: 400;
	color: #234466;
	line-height: 22px;
}
.op-content ul li .op-bottom p{
	margin-top: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #234466;
	line-height: 22px;
}
.op-btn{
	text-align: center;
}
.op-btn a{
	display: inline-block;
	width: 285px;
	height: 69px;
	margin: 91px auto;
}
.footer{
	width: 100%;
	height:652px ;
	
}
.emp{
	margin-top: 30px;
	width: 100%;
	height: 30px;
	background-color: #4DA9FF;
}
			.c-img{
				width: 100%;
				height: 99px;
				background-color: #1084DB;
				position: fixed;
				bottom: 0px;
				left: 0;
				z-index: 2000;
			}
			.w-1{
				width: 1000px;
				margin: 0 auto;
				padding: 10px 0;
				box-sizing: border-box;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.w-left img{
				
				width: 100%;
				height: 40px;
			}
			.w-right{
				cursor: pointer;
			}
			.mask{
				width: 100%;
				height: 100%;
				position: fixed;
				left:0;
				top:0;
				z-index: 3000;
				background-color: #000000;
				opacity: 0.4;
				display: none;
			}
			.tk-box{
				width:900px;
				height: 560px;
				position: fixed;
				top:50%;
				left:50%;
				margin-top: -280px;
				margin-left: -450px;
				z-index: 3100;
				display: none;
			}
			.close{			
				width:100%;
				height: 48px;
				margin-bottom: 15px;
				
			}
			.close img{
				width: 100%;
				height: 100%;
				
			}
			.tk-box .t-bt{
				width:900px;
				height: 470px;
				background-color: #ffffff;
				border-radius: 16px;
				overflow: hidden;
			}
			.tk-box .bt{
				width: 100%;
				display: flex;
				justify-content: space-between;
				background-color: #f2f2f2;
			}
			.tk-box .bt li{
				width: 33%;
				height: 60px;			
				cursor: pointer;
				text-align: center;
				line-height: 60px;
				padding: 0 2px;
				box-sizing: border-box;
			}
			.tk-box .bt .active{
				background-color: #ffffff;
			}
			.tk-box .bt span{		
				color:#fb3e3e;
			}
			.tk-box .bt-img img{
				width: 100%;
				height: 400px;
			
			}
			
			.videoPlay{
			    width:900px;
			    height:500px;
			    position:absolute;
			    top:112px;
			    left:50%;
			    transform: translate(-50%,0);
			  /*  margin-top:-300px;*/
			    z-index:3100;
			    display:block;
				display: none;
			}
			    .videoPlay .video-close{
			        margin-bottom:20px;
			    }
			    .videoPlay .video-close img {
			        width: 48px;
			        height: 48px;
			        float: right;
			        cursor: pointer;
			    }
			    .videoPlay .ifr{
			        background:#ffffff;
			    }
			    .videoPlay .ifr iframe {
			        width: 100%;
			        height: 500px;
			    }
.disable {
	pointer-events: none;
}