@charset "utf-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* QQ:1378789413 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.container_zc {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container_zc {
	width: 750px
}
}
@media (min-width:992px) {
.container_zc {
	width: 970px
}

}
@media (min-width:1200px) {
.container_zc {
	width: 1170px
}
}
.ztn_title {
	margin-top: 10px;
	margin-bottom: 45px;
}
.ztn_title h3 {
	font-size: 45px;
	color: #4c4c4c;
	text-align: center;
}
.ztn_title p {
	font-size: 14px;
	color: #adadad;
	text-align: center;
	margin-top: 3px;
}
.ztn_title img {
	margin: 18px auto 0 auto;
}
.ztn_title img.m_hr {
	display: none;
}
.title {
	position: relative;
	width: 100%;
	margin: 30px 0;
}
.title b {
	font-size: 25px;
	position: relative;
	color: #555;
	font-weight: 700;
	font-family: "Noto Sans SC";
	padding: 0 20px;
}
.title b:after {
	content: '';
	width: 8px;
	height: 22px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background-color: #f60;
	background: -webkit-linear-gradient(45deg, #f60, #ff8b02);
	background: -o-linear-gradient(45deg, #f60, #ff8b02);
	background: linear-gradient(45deg, #f60, #ff8b02);
	-webkit-box-shadow: 0 2px 4px 0 rgba(255,128,0,.2);
	box-shadow: 0 2px 4px 0 rgba(255,128,0,.2);
}
.title p {
	font-size: 15px;
	color: #bbb;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 20px;
}
.title a {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	text-align: right;
	font-family: "Noto Sans SC";
}
.title a i {
	font-size: 2.2rem;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
}
.title a:hover {
	color: #ea5514;
}
@media (max-width: 1200px) {
.title {
	margin: 20px 0;
}
.title b {
	font-size: 20px;
	font-weight: 600;
	padding: 0 20px;
}
.title b:after {
	width: 6px;
	height: 18px;
	margin-top: -8px;
}
.title p {
	font-size: 13px;
	padding: 5px 20px;
}
.title a {
	font-size: 13px;
}
.title a i {
	font-size: 2rem;
}
}
@media (max-width: 992px) {
.title {
	margin: 0 0 20px 0;
}
.title b {
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 600;
}
.title p {
	font-size: 1.1rem;
	padding: 2px 20px;
	font-weight: 400;
}
.title a {
	font-size: 1.3rem;
	margin-top: -18px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	padding: 0 12px;
	background-color: #f60;
	color: #fff;
	background: -webkit-linear-gradient(45deg, #f60, #ff8b02);
	background: -o-linear-gradient(45deg, #f60, #ff8b02);
	background: linear-gradient(45deg, #f60, #ff8b02);
	-webkit-box-shadow: 0 2px 10px 0 rgba(255,128,0,.4);
	box-shadow: 0 2px 10px 0 rgba(255,128,0,.4);
}
.title a i {
	font-size: 1.8rem;
	margin-left: 5px;
	top: -1px;
	position: relative;
}
}
.zhuce {
	padding: 50px 0;
	background-color: #f6f6f6;
	background-image: url(../images/bg.png);
	background-size: cover;
}
.zhuce .container {
}
.zhuce .zhuce-list {
	flex-wrap: wrap;
}
.zhuce .zhuce-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.zhuce .zhuce-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 140px 0 120px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	overflow: hidden;
	position: relative;
}
.zhuce .zhuce-list li:nth-child(3n) {
	margin-right: 0;
}
.zhuce .zhuce-list li .img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 20px auto;
	text-align: center;
	padding: 10px 0 0 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 10px;
}
.zhuce .zhuce-list li .img img {
}
.zhuce .zhuce-list li:nth-child(1) .img {
	background-color: #008ce1;
}
.zhuce .zhuce-list li:nth-child(2) .img {
	background-color: #ff8254;
}
.zhuce .zhuce-list li:nth-child(3) .img {
	background-color: #ffbb62;
}
.zhuce .zhuce-list li:nth-child(4) .img {
	background-color: #add85e;
}
.zhuce .zhuce-list li:nth-child(5) .img {
	background-color: #05b5ed;
}
.zhuce .zhuce-list li:nth-child(6) .img {
	background-color: #40c850;
}
.zhuce .zhuce-list li .info {
	position: absolute;
	top: 140px;
	left: 0;
	text-align: center;
	padding: 20px 20px;
	width: 100%;
	height: 120px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.zhuce .zhuce-list li .info h2 {
	font-size: 18px;
	color: #666;
	font-weight: 500;
	font-family: "Noto Sans SC";
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.zhuce .zhuce-list li .info p {
	font-size: 14px;
	line-height: 25px;
	color: #888;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zhuce .zhuce-list li .info span {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	margin: 60px auto 0 auto;
	background-color: #f60;
	color: #fff;
	background: -webkit-linear-gradient(45deg, #f60, #ff8b02);
	background: -o-linear-gradient(45deg, #f60, #ff8b02);
	background: linear-gradient(45deg, #f60, #ff8b02);
	-webkit-box-shadow: 0 2px 10px 0 rgba(255,128,0,.4);
	box-shadow: 0 2px 10px 0 rgba(255,128,0,.4);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.zhuce .zhuce-list li .info span i {
	font-size: 1.2rem;
	position: relative;
	top: -1px;
}
.zhuce .zhuce-list li a:hover {
	/*background-color: #3f78ec;*/
	background-color:rgba(0,140,255,1.0);
}
.zhuce .zhuce-list li a:hover .img {
	top: -200px;
}
.zhuce .zhuce-list li a:hover .info {
	top: 20px;
}
.zhuce .zhuce-list li a:hover .info h2 {
	color: #fff;
}
.zhuce .zhuce-list li a:hover .info p {
	color: #fff;
	-webkit-line-clamp: 3;
}
.zhuce .zhuce-list li a:hover .info span {
	margin: 40px auto 0 auto;
}
 @media (max-width: 1200px) {
.zhuce {
	padding: 30px 0;
}
.zhuce .zhuce-list li a {
	padding: 100px 0 80px 0;
}
.zhuce .zhuce-list li .img {
	width: 70px;
	height: 70px;
	margin: 10px auto;
	margin-left: -35px;
}
.zhuce .zhuce-list li .img img {
	width: 80%
}
.zhuce .zhuce-list li .info {
	top: 80px;
	padding: 20px 20px;
	height: 120px;
}
.zhuce .zhuce-list li .info h2 {
	font-size: 14px;
}
.zhuce .zhuce-list li .info p {
	font-size: 12px;
	line-height: 20px;
}
.zhuce .zhuce-list li .info span {
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin: 60px auto 0 auto;
}
.zhuce .zhuce-list li a:hover .info span {
	margin: 30px auto 0 auto;
}
}
@media (max-width: 992px) {
.zhuce {
	padding: 30px 0;
}
.zhuce .zhuce-list li {
	width: 49%;
}
.zhuce .zhuce-list li a {
	padding: 0;
}
.zhuce .zhuce-list li:nth-child(2n) {
	margin-right: 0;
}
.zhuce .zhuce-list li:nth-child(3n) {
	margin-right: 0;
}
.zhuce .zhuce-list li .img {
	width: 50px;
	height: 50px;
	margin: 10px auto 0 auto;
	padding: 5px 0 0 0;
	top: 0;
	position: unset;
}
.zhuce .zhuce-list li .img img {
	width: 90%;
}
.zhuce .zhuce-list li .info {
	top: auto;
	padding: 10px;
	height: auto;
	position: unset;
}
.zhuce .zhuce-list li .info h2 {
	font-size: 0.4rem;
	font-weight: 600;
	margin-bottom: 5px
}
.zhuce .zhuce-list li .info p {
	font-size: 0.2rem;
	line-height: 1.8rem;
}
.zhuce .zhuce-list li .info span {
	width: 90%;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
	display: none;
}
.zhuce .zhuce-list li a:hover .info p {
	-webkit-line-clamp: 5;
}
.reg_guide,.reg_process,.reg_precautions {
	display: none;
}

}

.flex-sb {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
/*2021-12-13 index*/
.reg_guide .reg_guide_container .reg_guide_top .server>*,
.success_case .title .title_text a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.reg_guide .reg_guide_container .reg_guide_top .server> :hover,
.success_case .title .title_text a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}
.reg_guide {
    width: 100%;
    /*height: 1002px;*/
	height: 580px;
  background: url("../images/index/bg01.jpg") top center no-repeat;
/*background-color: #008ce1;*/
}

/*.reg_guide>* {
    width: 1200px;
    margin: auto
}*/
.list{
	width: 1200px;
	margin: auto;
	text-align: center;
}
.reg_guide .reg_guide_container {
    position: relative
}



.reg_guide .reg_guide_container .reg_guide_bottom {
   /* padding-top: 427px*/
   padding-top: 1px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .title {
    text-align: center
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .circle,
.reg_guide .reg_guide_container .reg_guide_bottom .title .line {
    display: inline-block;
    position: relative
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /* border: 1px solid rgba(160, 6, 15, 0.64); */
   /* border: 1px solid #12519a;*/
	border: 1px solid #fff;
    margin: 0 7px;
    top: -10px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .line {
    width: 410px;
    height: 1px;
    /* background-color: rgba(160, 6, 15, 0.64); */
    /*background-color: #12519a;*/
	background-color: #fff;
    top: -14px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title p {
    color: #f7f7f7;
    font-weight: bold;
    font-size: 49px;
    line-height: 50px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>* {
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div {
    margin-left: 5px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div p+p {
    font-size: 10px;
    line-height: 10px;
    /*color: #12519a;*/
	color: #fff;
    font-weight: normal;
    letter-spacing: 0
}

.reg_guide .reg_guide_container .reg_guide_bottom .list {
	overflow: hidden;
	margin-top: 54px;
	margin-bottom: 1px;
	
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li {
    float: left;
   width: 261px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    height: 355px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 8px 14px 16px 0px rgba(7, 0, 2, 0.08);
    box-shadow: 8px 14px 16px 0px rgba(7, 0, 2, 0.08);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li:not(:first-child) {
    margin-left: 1px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .num {
    font-size: 72px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    padding: 13px 20px 32px;
    line-height: 72px;
    color: rgba(0, 0, 0, 0.1)
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 220px;
    margin: auto;
    padding: 0 0 12px 2px;
    border-bottom: 1px dashed #535353
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title i {
    width: 8px;
    height: 11px;
    background: url("../images/index/icon02.png") no-repeat
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title span {
    font-size: 18px;
    color: #6f6f6f;
    margin-left: 13px;
    font-weight: bold
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_detail {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    padding-top: 10px;
    width: 210px;
    margin-left: 25px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #ababab
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    display: inline-block;
    width: 110px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    padding: 8px 16px;
    color: #aaa;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 24px
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more span {
    float: left;
    line-height: 14px;
	color: #ababab;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more i {
    width: 8px;
    height: 12px;
    background: url("../images/index/icon04.png") no-repeat;
    float: right
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on {
    width: 414px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li01.on {
    background: url("../images/index/bg01-2-01.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li02.on {
    background: url("../images/index/bg01-2-02.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li03.on {
    background: url("../images/index/bg01-2-03.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li04.on {
    background: url("../images/index/bg01-2-04.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .num {
    color: rgba(255, 255, 255, 0.1)
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title {
    width: 295px;
    border-bottom-style: solid
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title i {
    background: url("../images/index/icon01.png")
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title span {
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_detail {
    width: 294px;
    margin-left: 60px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more {
    left: 58px;
    border-color: #fff;
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more i {
    background: url("../images/index/icon03.png");
    -webkit-transition: all .3s;
    transition: all .3s;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more:hover {
    background-color: #0c50ce;
    border-color: #0c50ce
}
/*公司流程*/
.reg_process {
    background: url("../images/index/bg03.jpg") no-repeat center center;
    width: 100%;
    /*height: 849px;*/
	height: 600px;
    position: relative;
    top: 0px
}

.reg_process>* {
    width: 1130px;
    margin: auto
}

.reg_process .title {
    /*padding: 264px 0 115px;*/
	 padding: 50px 0 115px
}

.reg_process .title .text,
.reg_process .title img {
    display: inline-block
}

.reg_process .title .text {
    text-align: right;
    position: relative;
    top: 5px
}

.reg_process .title .text p:first-child {
    color: #fff;
    font-size: 22px;
    line-height: 22px
}

.reg_process .title .text p:first-child+p {
    color: #828282;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px
}

.reg_process .title .text p:first-child:before {
    display: inline-block;
    width: 12px;
    height: 3px;
    /*background-color: #0a6cdd;*/
	background-color: #008ce1;
    content: '';
    margin: 0 10px 0 36px;
    position: relative;
    top: -8px
}

.reg_process .title .title-icon {
    overflow: hidden;
    margin-top: 12px
}

.reg_process .title .title-icon>* {
    float: left
}

.reg_process .title .title-icon .circle {
    width: 7px;
    height: 7px;
    border: solid 1px #626262;
    border-radius: 50%;
    margin-right: 1px
}

.reg_process .title .title-icon .line {
    width: 1112px;
    height: 1px;
    /*background-color: #626262;*/
	 background-color: #fff;
    position: relative;
    top: 4px
}

.reg_process .list {
    overflow: hidden
}

.reg_process .list li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    /*width: 131px;*/
	width: 161px;
    /*height: 221px;*/
	height: 261px;
    padding: 36px 0 0 23px;
    border-radius: 8px;
    position: relative
}

.reg_process .list li:not(:first-child) {
    margin-left: 23px
}

.reg_process .list li.list01 {
    background: url("../images/index/bg03-01.png")
}

.reg_process .list li.list02 {
    background: url("../images/index/bg03-02.png")
}

.reg_process .list li.list03 {
    background: url("../images/index/bg03-03.png")
}

.reg_process .list li.list04 {
    background: url("../images/index/bg03-04.png")
}

.reg_process .list li.list05 {
    background: url("../images/index/bg03-05.png")
}

.reg_process .list li.on {
	background: #fff;
	width: 210px;
	padding-left: 20px;
	text-align: left;
}

.reg_process .list li.on .list-title {
    /*color: #0a6ce8;*/
	color: #008ce1;
}

.reg_process .list li.on .list-title:before {
    content: '';
    width: 3px;
    height: 3px;
    /*background-color: #0a6ce8;*/
	 background-color: #008ce1;
    display: inline-block;
    margin-right: 7px
}

.reg_process .list li.on .list-title:after {
    width: 170px;
    height: 1px;
    color: #bfbfbf
}

.reg_process .list li.on .list-text {
    visibility: visible
}

.reg_process .list li.on .expand {
    display: none
}

.reg_process .list li .list-title {
    font-size: 18px;
    color: #fff;
    padding-bottom: 12px
}

.reg_process .list li .list-title:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #515151;
    margin-top: 10px
}

.reg_process .list li .list-text {
    visibility: hidden
}

.reg_process .list li .list-text .dot-detail {
    width: 153px;
    margin-left: 10px;
    font-size: 14px;
    color: #717171;
    line-height: 30px
}

.reg_process .list li .list-text .dot-detail span {
    font-size: 12px;
    line-height: 20px;
    color: #717171;
}

.reg_process .list li .expand {
    display: inline-block;
    width: 66px;
    height: 30px;
    border: solid 1px #5b5b5b;
    padding: 0 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    overflow: hidden
}

.reg_process .list li .expand span {
    display: inline-block;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 30px;
    float: left
}

.reg_process .list li .expand i {
    width: 10px;
    height: 6px;
    background: url("../images/index/icon11.png");
    float: right;
    position: relative;
    top: 12px
}

.reg_process .list li .expand:hover {
    border-color: #0a6cdd;
    background-color: #0a6cdd
}

.reg_process .list li .expand:hover span {
    color: #fff
}

.reg_process .list li .expand:hover i {
    background: url("../images/index/icon11-hover.png")
}

/*修改后2021-12-14*/
.reg_guide .reg_guide_container .reg_guide_bottom .title {
    text-align: center
}

.reg_process .title .line {
    display: inline-block;
    position: relative
}

.reg_process .title .circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /* border: 1px solid rgba(160, 6, 15, 0.64); */
    border: 1px solid #f7f7f7;
    margin: 0 7px;
    top: -10px
}

.reg_process .title .line {
    width: 400px;
    height: 1px;
    /* background-color: rgba(160, 6, 15, 0.64); */
    background-color: #f7f7f7;
    top: -14px
}

.reg_process .title p {
    color: #f7f7f7;
    font-weight: bold;
    font-size: 49px;
    line-height: 50px
}

.reg_process .title>* {
    display: inline-block
}

.reg_process .title>p+div {
    margin-left: 5px
}

.reg_process .title>p+div p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    color: #fff
}

.reg_process .title>p+div p+p {
    font-size: 10px;
    line-height: 10px;
    color: #f7f7f7;
    font-weight: normal;
    letter-spacing: 0
}
/*注册注意事项*/
.reg_precautions {
    background: #f8f8f8;
}

.reg_precautions>* {
    width: 1130px;
    margin: auto
}

.reg_precautions .title {
    position: relative;
    top: 37px
}

.reg_precautions .title .text {
    overflow: hidden;
    padding-bottom: 9px;
    line-height: 34px
}

.reg_precautions .title .text>* {
    float: left
}

.reg_precautions .title .text img {
    margin-left: 4px
}

.reg_precautions .title .text .title-chi {
    font-size: 30px;
    margin-left: 16px;
	color: #008ce1;
}

.reg_precautions .title .text .title-enl {
    float: right;
    font-size: 14px;
    /*color: #d2d2d2;*/
	color: #008ce1;
    text-transform: uppercase
}

.reg_precautions .list {
	padding-top: 47px;
	/*padding-bottom: 144px;*/
	padding-bottom: 47px;
	overflow: hidden;
	
}

.reg_precautions .list li {
    width: 372px;
    height: 192px;
    border-top: 1px dashed #d2d2d2;
    border-left: 1px dashed #d2d2d2;
    float: left;
    text-align: center;
    cursor: default
}

.reg_precautions .list li.list01 {
    border-top: 0
}

.reg_precautions .list li.list01 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list02 {
    border-top: 0
}

.reg_precautions .list li.list02 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list03 {
    border-top: 0
}

.reg_precautions .list li.list03 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list01,
.reg_precautions .list li.list04 {
    border-left: 0
}

.reg_precautions .list li .list-r {
    display: none
}

.reg_precautions .list li .list-l i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 64px;
    height: 58px;
    margin: 60px 0 20px
}

.reg_precautions .list li .list-l p {
    font-size: 18px;
    color: #616161;
    font-weight: bold
}

.reg_precautions .list li.list01 i {
    background: url("../images/index/icon14.png") center center no-repeat
}

.reg_precautions .list li.list02 i {
    background: url("../images/index/icon15.png") center center no-repeat
}

.reg_precautions .list li.list03 i {
    background: url("../images/index/icon16.png") center center no-repeat
}

.reg_precautions .list li.list04 i {
    background: url("../images/index/icon17.png") center center no-repeat
}

.reg_precautions .list li.list05 i {
    background: url("../images/index/icon18.png") center center no-repeat
}

.reg_precautions .list li.list06 i {
    background: url("../images/index/icon19.png") center center no-repeat
}

.reg_precautions .list li.on {
    -webkit-box-shadow: 5px 8px 13px 0px #e4e4e4;
    box-shadow: 5px 8px 13px 0px #e4e4e4
}

.reg_precautions .list li.on>* {
    float: left
}

.reg_precautions .list li.on .list-l {
    width: 134px;
   /*background-color: #0c50ce;*/
	background-color:rgba(0,140,255,.9);
    height: 100%;
    position: relative
}

.reg_precautions .list li.on .list-l i {
    margin-top: 46px
}

.reg_precautions .list li.on .list-l p {
    color: #fff
}

.reg_precautions .list li.on .list-l:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 46px;
    right: 0
}

.reg_precautions .list li.on.list01 i {
    background: url("../images/index/icon14-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list02 i {
    background: url("../images/index/icon15-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list03 i {
    background: url("../images/index/icon16-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list04 i {
    background: url("../images/index/icon17-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list05 i {
    background: url("../images/index/icon18-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list06 i {
    background: url("../images/index/icon19-hover.png") center center no-repeat
}

.reg_precautions .list li.on .list-r {
    width: 237px;
    display: inline-block;
    background-color: #fff;
    height: 100%;
    text-align: left
}

.reg_precautions .list li.on .list-r p {
    width: 216px;
    margin: 35px auto 16px;
    color: #616161;
    line-height: 26px
}

.reg_precautions .list li.on .list-r a {
    display: inline-block;
    width: 114px;
    height: 34px;
    /*border: solid 1px #0a6cdd;*/
    border: solid 1px #008ce1;
    text-align: center;
    line-height: 34px;
    /*color: #0a6cdd;*/
	color: #008ce1;
    margin-left: 14px;
    border-radius: 5px
}

.reg_precautions .list li.on .list-r a:hover {
    /*background-color: #0c50ce;*/
	background-color: #008ce1;
    color: #fff
}
i {
    display: inline-block;
    position: relative
}