﻿﻿*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
p,div,span,li,ul,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
html{
    width: 100%;
}
body{
    height: 100%;
}
.banner{
    width: 100%;
    height: 565px;
    background: url("../images/bg.png") top center;
    overflow: hidden;
}
li{
    list-style-type: none;
}
.banner ul{
    float: left;
    color: white;
    margin-top: 250px;
    width: 175px;
}
.banner .solution_title{
    color: #00eced;
    font-size: 30px;
}
.banner .solution_lin{
    width: 40px;
    height: 1px;
    margin-top: 15px;
    background: white;
}
.banner .solution_describe{
    font-size: 20px;
    margin-top: 15px;
}
.title{
    width: 100%;
    margin-top: 75px;
    margin-bottom: 45px;
}
.title h2{
    font-size: 30px;
    color: #333;
    width: 100%;
    text-align: center;
}
.title p{
    width: 70px;
    height: 3px;
    background: #00a1e9;
    margin:30px auto 0;
}
.cut{
	width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0;
    border-right: none;
    position: absolute;
}
.cut>span{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.cut>span>a{
    display: inline-block;
    width: 100%;
    height: 100%;

    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 20px;
}
.border-right{
    border-right: 2px solid #00a1e9;
}
.content{
    border: 1px solid #e5e5e5;
}
.schemeback{
    height: 84px;
    width: 100%;
    position: relative;
}
#fabj,#xqfx,#fanr,#fajz{
    position: absolute;
    top: -90px;
}
.schemeback>h2{
    line-height: 84px;
    font-size: 20px;
}
.schemeback>h2>img{
    margin-right: 10px;
    margin-bottom: 5px;
}
.schemebackwrap>img{
    max-height: 240px;
    max-width: 100%;
}
.schemebackwrap{
    border-bottom:1px solid #e5e5e5 ;
}
.schemebackwrap>h6{
    font-size: 20px;
    color: #333;
    margin-top: 34px;
    margin-bottom: 12px;
}
.schemebackwrap>p{
    font-size: 16px;
    color: #666;
    text-indent: 30px;
    line-height: 1.6;
}
.schemebackwrap>h5{
    font-size: 25px;
    color: #333;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.p1{
    margin-top: 30px;
    margin-bottom: 40px;
}
.p2{
    /*margin-bottom: 43px;*/
   margin: 20px 0;
}
.schemebackwrap .p3{
    width: 80%;
    margin:23px auto 0;
    text-align: center;
    text-indent: 0;
}
.correlation{
    border: 1px solid #e5e5e5;
    margin-top: 35px;
}
.imgwrap{
    float: left;
    width: 30%;
    height: 130px;
    margin-right: 5%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 130px;
    margin-bottom: 37px;
}
.imgsuccess{
	border:none;
}
.imgwrap>img{
    max-width: 100%;
    max-height: 100%;

}
.imgwraplast{
    margin-right: 0;
}
.cio-login {
    
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
    background: url(../images/img-5.jpg) top center;
    z-index: -2;
    margin-top: 77px;
}
canvas {
    background-image: url(../images/img-5.jpg);
    display: block;
    position: absolute;
    z-index: -1;
}
.cio-login div{
    width: 340px;
    height: 60px;
    border: 1px solid white;
    margin: 100px auto;
    background: url("../images/dingzhi.png") top center;
}
a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .imgwrap{float: none;width: 100%}
}