/* head */
body {
	font-size: 12px;
	line-height: 1.5;
	user-select: none;
	-webkit-font-smoothing: antialiased;
}

ul,
li {
	margin: 0;
	padding: 0;
}

a {

	font-family: Microsoft Yahei, Arial, Lantinghei SC, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header {
	height: 60px;
	background: #131d34;
	display: block;

	font-family: Microsoft Yahei, Arial, Lantinghei SC, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif;
	box-sizing: border-box;

}

.container {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.container nav {
	height: 100%;
	margin-left: 150px;
}

.logoLink {
	background-image: url(../assets/logo.png);
	padding: 15px 0;
	height: 60px;
	width: 150px;
	background-size: 122px 26px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
}

.nav {
	display: inline-block;
	color: #fff;
	font-weight: 100;
	margin: 12px 0;
	font-size: 14px;
}

.commonNav {
	font-size: 14px;
	float: right;
	color: #fff;
	margin-top: 12px;
}

.navs li {
	display: inline-block;
	margin-right: 24px;
	padding: 10px 0;
	float: left;
}

.navs li a {
	color: #fff;
}

.navs li a:hover {
	color: #0b9eff;
}

.navs .controlli {
	margin-right: 0;
}

.controlli a {
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 7px 7px 7px 30px;
	background: url(../assets/control.png) no-repeat 7px;
	background-size: 16px;
}

.navs .controlli a:hover {
	opacity: 1;
	background-color: #0b83e1;
	border-color: #0b83e1;
	color: #fff;
}

.showName span {
	display: none;
}

.showName {
	cursor: pointer;
	position: relative;
}

.showName span a {
	color: #0b9eff;
}

.showName:hover span {
	display: block;
	position: absolute;
	background: #fff;
	height: 40px;
	width: 100px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 2.857;
	z-index: 99;
	border: 1px solid #ddd;
	top: 35px;
}


.login-li {
	position: relative;
}

.sub-nav {
	position: absolute;
	background: #fff;
	height: 40px;
	width: 100px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 2.857;
	z-index: 99;
	border: 1px solid #ddd;
	top: 35px;
}

.logout-nav {}

.logout-btn {
	color: #0b9eff !important;
	padding: 0 !important;
	margin: 0 !important;
}

.logout-btn a {
	color: #0b9eff !important;
}

.login-li:hover>.logout-nav {
	display: flex !important;
	justify-content: center;
	align-items: center;
}



/* footer */
[class^=icon-] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.footer {
	/* height: 390px; */
	overflow: hidden;
	display: block;
}



.container1 {
	height: 105px;
	width: 100vw;
	background: #383c49;
}

.container2 {
	height: 205px;
	width: 100vw;
	background: #444855;
}

.container3 {
	height: 60px;
	text-align: center;
	width: 100vw;
	border-top: solid #656973 1px;
	background: #444855;
}

.container3 p {
	font-size: 12px;
	line-height: 60px;
	color: #ebebeb;
	margin-top: 0;
}

.container3 p a:hover {
	text-decoration: underline;
	color: #ebebeb;
}

.service {
	width: 1180px;
	margin: 0 auto;
}

.service ul {
	padding: 30px ;
	color: #fff;
}

.service li {
	padding-left: 45px;
	display: inline-block;
	width: 275px;
}

.main {
	font-size: 16px;
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

.sub {
	font-size: 14px;
	line-height: 25px;
	color: #bfbfbf;
}

.icon-refund,.icon-certificate,.icon-exchange,.icon-guarantee,
.text {
	float: left;
}

.icon-refund,.icon-certificate,.icon-exchange,.icon-guarantee {
	font-size: 50px;
}

.text {
	margin-left: 25px;
}

.container2 dl {
	float: left;
	color: #fff;
	font-size: 16px;
}

.group {
	width: 1180px;
	margin: 0 auto;
	padding-left: 130px;
}

.group dl {
	width: 185px;
	color: #fff;
	margin: 0;
}

.group dt {
	margin: 40px 0 30px 0;
	font-size: 16px;
	/* color: #fff; */
}

.group dd {
	font-size: 14px;
	margin: 10px 0;
	color: #a6a7aa;
	line-height: 18px;
}

.group dd a:hover {
	text-decoration: underline;
	color: #a6a7aa;
}

.group .phone {
	width: auto;
}

.phone dd {
	font-size: 26px;
	position: relative;
	color: #fff;
}

.phone span {
	color: #0b83e1;
	position: absolute;
	left: -36px;
	top: -6px;
}

.wrap{
	width: 1180px;
	margin: 0 auto;
}
.wrap-1200{
	width: 1280px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	display: block;
}
.suport{
	background: url(../img/ia2.png) no-repeat center;
	width: 100%;
	height: 800px;
	padding: 75px 0 35px;
}
.suport-left img{
	display: block;
	/* width: 45%; */
}
.suport-right{
	width: 45%;
	padding: 80px 0;
}
.suport-right h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
.suport-right p{
	font-size: 16px;
	line-height: 1.5;
	color: #6D6D6D;
}
.suport-right-p{
	margin-bottom: 55px;
}
.type-ul{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.type-ul p{
	margin-top: 5px;
	color: #6D6D6D;
	
}
.type-ul li{
	max-width: 115px;
	margin-right: 5px;
}
.type-ul li:last-child{
	margin-right: 0;
}
.scene{
	padding: 100px 0;
}
.index-head{
	text-align: center;
	margin-bottom: 90px;
}
.index-head h3{
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.5;
	color: #333;
}
.index-head span{
	font-size: 16px;
	line-height: 1.5;
	color: #999;
}
.scene-ul{
	width: 100%;
	
}
.scene-ul li{
	width: 48%;
	height: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #E2E2E2;
	border-radius: 12px;
	padding: 25px 35px 30px 25px;
	position: relative;
}
.scene-ul li:nth-child(2n){
	margin-right: 0;
}
.scene-icon img{
	display: block;
}
.scene-icon img:last-child{
	display: none;
}
.scene-icon{
	height: 100%;
	margin-right: 10px;
}
.scene-main{
}
.scene-main h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.scene-main p{
	font-size: 16px;
	color: #9F9F9F;
}
.scene-p{
	max-height: 144px;
	overflow: hidden;
}
.scene-ul li:hover .scene-icon img:last-child{
	display: block;
}
.scene-ul li:hover .scene-icon img:first-child{
	display: none;
}
.scene-ul li:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4089FF;
}
/* muban */
.template{
	width: 100%;
	background: #F8F9FC;
	padding: 110px 0;
}
.template-ul li{
	width: 256px;
	overflow: hidden;
	margin: 0 50px 50px 0;
	position: relative;
	border-radius: 10px;
}
.template-ul li:nth-child(4n){
	margin-right: 0;
}
.template-ul li img{
	display: block;
	transition: .5s;
}
.template-ul li:hover img{
	transform: scale(1.1);
}
.template-ul span{
	position: absolute;
	width: 100%;
	height: 37px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	bottom: 0;
	left: 0;
	transform: translateY(37px);
	transition: .5s;
}
.template-ul li:hover  span{
	transform: translateY(0px);
}
.template-more{
	text-align: center;
	margin-top: 10px;
}
.template-more-a{
	padding: 10px 20px;
	color: #fff;
	background: #158BF0;
	font-size: 16px;
}
.template-more-a:hover{
	background: #0B83E1;
}
/* 优化措施 */
.optimization{
	width: 100%;
	padding: 100px 0;
}
.optimization-ul{
	margin-top: 135px;
	margin-left: -15px;
	margin-right: -15px;
}
.optimization-ul li{
	width: 210px;
	height: 270px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	position: relative;
	padding: 70px 15px 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 60px;
}
.optimization-ul li:hover{
	box-shadow: 0 0 8px #eee;
}
.optimization-icon{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(to top,#408BFF,#5EEBFF);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.optimization-ul h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}
.optimization-ul p{
	font-size: 16px;
	color: #ABABAB;
	max-height: 125px;
	overflow: hidden;
}
/* 方案 */
.plan{
	background: url(../img/ibg1.png) center;
	width: 100%;
	height: 520px;
	padding: 65px 0;
}
.plan-ul li{
	width: 48%;
	height: 275px;
	background: #fff url(../img/id2.png) 95% center no-repeat;
	margin-right: 3%;
	padding: 20px 30px;
}
.plan-ul li:last-child{
	background: #fff url(../img/id1.png) 95% center no-repeat;
}
.plan-ul li:nth-child(2n){
	margin-right: 0;
}
.plan-head{
	margin-bottom: 50px;
}
.plan-ul li h3{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px;
}
.plan-ul li p{
	font-size: 16px;
	color: #ABABAB;
	padding-right: 20%;
}
.plan-buy{
	text-align: center;
	margin-top: 40px;
}
.plan-buy a{
	padding: 12px 30px;
	background: #158BF0;
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.plan-buy a:hover{
	background: #0B83E1;
}