body{
    position: relative;
}
.header{
    position: absolute;
    background: none;
}
.cover{
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.company-class{
	border-radius: 6px !important;
}
.company-class .layui-layer-title{
	font-size: 16px;
	background-color: #FB543A;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#banner {
	width: 100%;
	height: 653px;
	background: url(../jpg/wkh2amarbnsijmzmaaet0ukemskaapntweehqkab5pp680.jpg) no-repeat center;
	background-size: cover;
}
#banner img {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .container {
	position: relative;
}
#banner .login {
	position: relative;
	top: 90px;
	float: right;
	padding: 0 0 16px 0;
	width: 353px;
	height: 436px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 6px;
}
#banner .login .hd i,
#banner .login .hd strong,
#banner .login .hd span {
	display: block;
	text-align: center;
}
#banner .login .hd span {
	opacity: 0.6;
}
#banner .login .hd .line {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 27px;
	width: 30px;
	height: 5px;
	background-color: #e3e3e3;
	border-radius: 3px;
}
#banner .login .hd strong {
	font-size: 28px;
	line-height: 48px;
	color: #fb543d;
}
#banner .login .hd span {
	font-size: 14px;
	line-height: 14px;
	color: #666;
}
#banner .login .bd {
	margin: 28px 0 0 0;
}
#banner .login .bd .form-group {
	position: relative;
}
#banner .login .bd .code-img,
#banner .login .bd .get-code {
	position: absolute;
	top: 1px;
	right: 22px;
	width: 79px;
	height: 35px;
	background-color: transparent !important;
	font-weight: normal !important;
	cursor: pointer;
}
#banner .login .bd .get-code {
	width: 88px;
	line-height: 34px;
	text-align: center;
	color: #fa3e21;
}
#banner .login .bd input {
	display: block;
	margin: 0 20px auto;
	margin-bottom: 20px;
	padding:0 0 0 25px;
	width: 284px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e4e1e2;
}
#banner .login .bd span.error{
	position: absolute;
    bottom: -18px;
    left: 20px;
	color: #f00;
}
#banner .login .bd button {
	display: block;
	margin: 0 auto;
	width: 311px;
	height: 45px;
	background: #fb543d;
	border-radius: 4px;
	border: 0;
	color: #fff;
	font-weight: bolder;
}
#banner .login .bd .member {
	margin: 0 0 37px 72px;
	overflow: hidden;
}
#banner .login .bd .member img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
#banner .login .bd .member .avator {
	float: left;
}
#banner .login .bd .member .profile {
	float: left;
	padding: 0 0 0 14px;
}
#banner .login .bd .member .profile dt {
	width: 112px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#banner .login .bd .member .profile dd {
	font-size: 14px;
	color: #888;
}
#banner .login .bd ul.list {
	padding: 0 0 19px 72px;
	overflow: hidden;
}
#banner .login .bd ul.list li {
	position: relative;
	float: left;
	width: 140px;
	line-height: 22px;
	list-style: none;
}
#banner .login .bd ul.list li .icon-revert{
	position: absolute;
	top: 10px;
    left: -8px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
#banner .login .ft {
	margin: 0 auto;
	margin-top: 28px;
	width: 311px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	opacity: 0.6;
}
#banner .new-settle {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -290px;
	margin: auto;
	width: 1200px;
	height: 166px;
	background-color: #fff;
	border-radius: 84px;
	overflow: hidden;
	box-shadow: 0 0 20px 2px #eee;
}
#banner .new-settle .title {
	float: left;
	padding: 20px 81px 35px 96px;
}
#banner .new-settle .title strong {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #FA3E21;
}
#banner .new-settle .title strong.opt {
	opacity: 0.15;
}
#banner .new-settle div.line {
	position: relative;
	float: left;
	width: 15px;
	height: 100%;
	background: url(../png/common-4.png) no-repeat;
	background-position: -311px 0;
}
#banner .new-settle .swiper{
    position: relative;
    /* padding: 32px 0 0 0; */
    height: 166px;
    overflow: hidden;
}
#banner .new-settle .swiper ul{
    position: absolute;
    left: 73px;
    width: 100%;
}
#banner .new-settle .swiper ul li{
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    cursor: pointer;
}
#banner .new-settle .swiper ul li:hover >span{
    color: #FB543D;
}
#banner .new-settle .swiper ul li span{
    display: block;
    float: left;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    color: #333;
}
#banner .new-settle .swiper ul li span.name{
    margin-right: 92px;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#banner .new-settle .swiper ul li span.phone-number{
    margin-right: 107px;
}
#main{
    padding: 0;
}
#main .hd .title {
	position: relative;
}
#main .hd .title h2 {
	font-size: 72px;
	color: #f7f7f7;
	text-align: center;
	font-weight: bolder;
}
#main .hd .title h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 48px;
	color: #444;
	text-align: center;
	font-weight: bolder;
}
#main .hd .title h3 span {
	color: #FB543D;
}
#main .hd strong {
	display: block;
	padding: 21px 0 0 0;
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: 100;
}
#main .advantage{
	padding: 146px 0 70px 0;
	background-color: #fff;
}
#main .hd {
	margin: 0 0 72px 0;
}
#main .advantage ul.list {
	overflow: hidden;
	margin: 0 -44.5px;
}
#main .advantage ul.list li {
    float: left;
    width: 233px;
	padding: 0 44.5px;
}
#main .advantage ul.list li strong,
#main .advantage ul.list li span {
	display: block;
	width: 233px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	color: #888;
}
#main .advantage ul.list li strong {
	margin: 0 0 30px 0;
	font-size: 24px;
	color: #333;
}
#main .channel ,
#main .mechanism{
	padding: 70px 0;
	background-color: #f5f5f5;
}
#main .mechanism .hd .title h2{
	color: #eee;
}
/* , */
/* #main .channel .hd .title h2 */
/* #main .channel ul.list {
	overflow: hidden;
	margin: 0 -24px;
}
#main .channel ul.list li{
	float: left;
	padding: 0 24px;
	width: 264px;
	border-radius: 6px;
}
#main .channel ul.list li .item {
	height: 350px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px 2px #eee;
}

#main .channel ul.list li .item img {
	display: block;
	margin-bottom: 43px;
    width: 100%;
    height: 163px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

#main .channel ul.list li .item strong {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}

#main .channel ul.list li .item strong span {
	color: #FB543D;
}
#main .channel ul.list li .item i.line{
	display: block;
	margin: 0 auto;
	margin-top: 39px;
	width: 24px;
	height: 5px;
	background: #dedede;
	border-radius: 3px;
} */
#main .channel{
	position: relative;
	height: 605px;
	background-color: #111931;
}
#main .channel .hd{
	position: absolute;
    left: 0;
    right: 0;
	z-index: 9;
}
#main .channel .hd .title h3{
	position: relative;
	color: #fff;
	margin: 0;
}
#main .channel .hd strong{
	color: #aaa;
}
#main .channel img{
	position: absolute;
	top: 0;
}
#main .protect,
#main .procedure{
	padding: 70px 0;
	background-color: #fff;
}
#main .protect ul.list{
    width: 1010px;
    margin: 0 auto;
	overflow: hidden;
}
#main .protect ul.list li{
	float: left;
	padding: 15px 50px 0 50px;
	width: 236px;
	cursor: pointer;
}
#main .protect ul.list li .circle{
	position: relative;
	display: block;
	margin: 0 auto;
	margin-bottom: 31px;
	width: 131px;
	height: 131px;
	border-radius: 50%;
	box-shadow: 0 0 20px 2px #eee;
}
#main .protect ul.list li strong{
	display: block;
	margin-bottom: 31px;
	color: #333;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
#main .protect ul.list li span{
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #888;
}
#main .protect ul.list li span em{
	font-style: normal;
}
#main .protect ul.list li span em.original{
	text-decoration: line-through;
}
#main .protect ul.list li span em.present{
	color: #030303;
}
#main .protect ul.list li span em.price,
#main .protect ul.list li span em.price-num{
	color: #FB543D;
	font-weight: bolder;
}
#main .protect ul.list li span em.price-num{
	font-size: 24px;
}
#main .mechanism .list-back{
	margin: 0 auto;
	padding: 20px 20px;
	width: 1160px;
	background-color: #fff;
}
#main .mechanism ul.list{
	overflow: hidden;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}
#main .mechanism ul.list li{
	padding: 10px 0 16px 0;
	width: 192px;
	float: left;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
#main .mechanism ul.list li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
    width: 100%;
    height: 70px;
}
#main .mechanism ul.list li span{
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 16px;
}
#main .procedure ul.list{
	overflow: hidden;
	margin: 0 -46.5px;
	padding: 20px 0;
}
#main .procedure ul.list li {
	position: relative;
	float: left;
	padding: 0 46.5px;
	width: 165px;
	height: 235px;
}
#main .procedure ul.list li .none{
	display: none;
}
#main .procedure ul.list li .item-briefly,
#main .procedure ul.list li .item-desc{
	cursor: pointer;
}
#main .procedure ul.list li .briefly{
	padding: 38px 0 25px 0;
	width: 165px;
	height: 125px;
	box-shadow: 0 0 20px 2px #eee;
	border-radius: 6px;
	background-color: #fff;
}
#main .procedure ul.list li .briefly strong{
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
}
#main .procedure ul.list li .num{
	padding: 12px 0 0 0;
	font-size: 20px;
	color: #BBBBBB;
	font-style: italic;
	text-align: center;
}
#main .procedure ul.list .item-desc{
	padding-top: 1px;
	width: 100%;
	height: 100%;
	background-color: #FB543D;
	border-radius: 6px;
	box-shadow: 0 0 20px 2px #eee;
}
#main .procedure ul.list .item-desc strong,
#main .procedure ul.list .item-desc span{
	display: block;
	padding:  0 0 21px 16px;
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
}
#main .procedure ul.list .item-desc span{
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
}
#main .procedure ul.list .item-desc span.num{
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
#main .procedure ul.list .item-desc span.alot-num{
	margin-top: 22px;
}
#main .register{
	padding: 70px 0 40px 0;
	width: 100%;
	height: 263px;
	background: url(../png/wkh2amarbroic4ndaaxrvvh9vkoaapntwhklx4abett465.png) no-repeat center;
	background-size: cover;
}
#main .immediately{
	padding: 100px 0 100px 0;
	width: 100%;
	height: 217px;
	background: url(../png/wkh2amarafeisvhzaak-hubbkcqaapntacdgpwact6d934.png) no-repeat center;
	background-size: cover;
}
#main .register p{
	padding: 0 0 24px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
#main .register p span{
	color: #FFFC04;
}
#main .register p.weight{
	font-weight: bolder;
}
#main .register ul.list{
	margin: 0 auto;
	margin-top: 30px;
	width: 1130px;
	overflow: hidden;
}
#main .register ul.list li{
	position: relative;
	float: left;
}
#main .register ul.list li input{
	margin: 0 9px 0 0;
	padding: 0 0 0 38px;
	width: 258px;
	height: 40px;
	line-height: 51px;
	border: 1px solid #fff;
	border-radius: 6px;
}
#main .register ul.list li .btn-register{
	width: 203px;
	height: 41px;
	line-height: 41px;
	border: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	background-color: #F1E542;
	color: #FB543D;
	border-right: 4px solid #ED1729;
	border-bottom: 4px solid #ED1729;
	border-radius: 6px;
}
#main .register ul.list li .code-img{
	position: absolute;
	top: 0px;
	right: 9px;
	height: 42px;
	width: 86px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
}
#main .register ul.list li .get-code{
	position: absolute;
    right: 16px;
    top: 12px;
    border: 0;
	background: transparent;
	color: #FB543D;
	cursor: pointer;
}
#main .register .yet .msg{
	margin: 0 auto;
	margin-bottom: 13px;
	width: 388px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	background-color: rgba(155,36,0,0.5);
	border-radius: 18px;
}
#main .register .yet .msg span{
	display: inline-block;
}
#main .register .yet .msg span.user-name{
	max-width: 100px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#main .register .yet button{
	display: block;
	margin: 0 auto;
	width: 203px;
	height: 50px;
	line-height: 51px;
	border: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	background-color: #FFF89A;
	color: #FB543D;
	border-right: 4px solid #ED1729;
	border-bottom: 4px solid #ED1729;
	border-radius: 6px;
}
#main .register span.error{
	display: block;
    margin: 2.5px 0 0 6px;
    color: #fff
}
#main .immediately p{
	margin: 0 0 40px 0;
	font-size: 24px;
	text-align: center;
	color: #333;
}
#main .immediately p.weight{
	font-size: 48px;
	font-weight: bolder;
}
#main .immediately p.weight span{
	color: #FB543D;
}
#main .immediately button{
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bolder;
	background-color: #FB543D;
	color: #fff;
	border: 0;
	border-radius: 6px;
}
.none{
    display: none;
}
.icon-company {
	background: url(../png/common-4.png);
}
.icon-company-login {
	position: absolute;
	top: 4px;
	left: 25px;
	width: 20px;
	height: 25px;
}
.icon-company-phone {
	background-position: 0px 0px;
}
.icon-company-password,
.icon-company-code {
	background-position: -36px 0px;
}
.icon-company-rs {
	position: absolute;
	top: 73px;
	left: -19px;
	width: 14px;
	height: 14px;
	background-position: -75px -6px;
	z-index: 9;
}
.icon-company-hs {
	background-position: -69px 0px;
}
.icon-company-advantage {
	margin: 0 auto;
	margin-bottom: 37px;
	width: 54px;
	height: 54px;
}
.icon-company-online {
	background-position: -8px -38px;
}
.icon-company-authority {
	background-position: -88px -38px;
}
.icon-company-contact {
	background-position: -168px -38px;
}
.icon-company-weixin {
	width: 63px;
	background-position: -243px -38px;
}
.icon-company-product{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -31.5px;
	width: 63px;
	height: 70px;
}
.icon-company-protect{
	 background-position: -5px -107px;
}
.icon-company-protect-hover{
	background-position: -5px -194px;
}
.icon-company-tort{
	 background-position: -85px -107px;
}
.icon-company-tort-hover{
	background-position: -85px -190px;
}
.icon-company-evidence{
	background-position: -163px -107px;
}
.icon-company-evidence-hover{
	background-position: -163px -194px;
}
.icon-company-maintain{
	background-position: -243px -107px;
}
.icon-company-maintain-hover{
	background-position: -243px -190px;
}
.icon-company-procedure{
	margin: 0 auto;
	margin-bottom: 37px;
	width: 52px;
	height: 56px;
}
.icon-company-next{
	position: absolute;
	right: -11px;
    top: 89px;
	width: 21px;
	height: 13px;
	background-position: -221px -369px;
}
.icon-company-apply{
	background-position: -8px -279px;
}
.icon-company-write{
	background-position: -90px -279px;
}
.icon-company-success{
	background-position: -169px -279px;
}
.icon-company-perfect{
	background-position: -252px -279px;
}
.icon-company-upload{
	background-position: -249px -348px;
}
.icon-company-show{
	margin: 20px 0 24px 16px;
	width: 25px;
	height: 25px;
}
.icon-company-show-apply{
	background-position: -5px -362px;
}
.icon-company-show-write{
	background-position: -47px -362px;
}
.icon-company-show-success{
	background-position: -91px -362px;
}
.icon-company-show-perfect{
	background-position: -135px -362px;
}
.icon-company-show-upload{
	background-position: -176px -362px;
}
.icon-company-register {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 18px;
	height: 23px;
}
.icon-company-register-phone{
	background-position: 0 0;
}
.icon-company-register-code{
	background-position: -36px 0;
}
.icon-company-register-phone-code{
	background-position: -36px 0;
}
.icon-company-tips{
	margin: 30px auto;
	width: 34px;
	height: 34px;
	background-position: -6px -403px;
}
.tips-text{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 289px;
	text-align: center;
	font-size: 14px;
}
.btn-tips{
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #fa3e21;
	border-radius: 4px;
	border: 0;
}