.banner_box{
	width: 100%;
	min-width: 1120px;
	background: url(../images/banner.png) center center no-repeat;
	height: 220px;
}
.banner_box p{
	text-align: center;
	font-size: 48px;
	line-height: 55px;
	padding-top: 36px;
	font-weight: bold;
	color: #fff;

}
.process_box{
	width: 100%;
	background: #F7F8FA;
	height: 110px;
	position: relative;
}
.process{
	height: 56px;
	width: 1120px;
	margin:0 auto;
	border-bottom: 1px solid #D1F0F3;
}
.process_nr{
	width: auto;
	padding-top: 22px;
	padding-bottom: 26px;
	background: url(../images/oval.png) bottom center no-repeat;
	color: #12C8D5;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.process_nr p,.process_nr1 p{
	color: #12C8D5;
}
.process p:hover{
	cursor: pointer;
	text-decoration: underline;
}
.process_nr1{
	width:auto;
	padding-top: 75px;
	background: url(../images/oval.png) center 48px no-repeat;
	color: #12C8D5;
	font-size: 16px;
	line-height: 16px;
	margin-left: 28px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.container{
	width: 1190px;
	margin:20px auto 50px;
	overflow: hidden;
}
.container_l{
	float: left;


}
.container_l1{
	width: 210px;
	background:url(../images/container1.png)167px 23px  no-repeat #EDF0F3;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 4px;
}
.container_l .container_l4,.container_l .container_l7,.container_l .container_l8{
	background:#EDF0F3;
}
.container_l2 .container_tit{
	background: url(../images/ksbm.png) 30px center no-repeat;
}
.container_l3 .container_tit{
	background: url(../images/cjks.png) 30px center no-repeat;
}
.container_l4 .container_tit{
	background: url(../images/cjcx.png) 30px center no-repeat;
}
.container_l5 .container_tit{
	background: url(../images/zkby.png) 30px center no-repeat;
}
.container_l6 .container_tit{
	background: url(../images/zkzc.png) 30px center no-repeat;
}
.container_l7 .container_tit{
	background: url(../images/zkzx.png) 30px center no-repeat;
}
.container_l8 .container_tit{
	background: url(../images/fdkc.png) 30px center no-repeat;
}
.container_tit{
	line-height: 56px;
	padding-left: 57px;
	background: url(../images/zxks.png) 30px center no-repeat;
	font-weight: bold;
	color: #333;
}
.container_nr{
	width: 100%;
	background: #F7F8FA;
	padding-top: 19px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.container_nr p{
	margin-left: 60px;
	line-height: 14px;
	font-size: 14px;
	padding-bottom: 19px;
	color: #666;
}
.container_nr p:hover{
	color: #12C8D5;
	font-weight: bold;
}
.container_nr .active{
	color: #12C8D5;
	font-weight: bold;
}
.container_nr{
	display: none;
}
.content_box{
	min-height: 1000px;
	width: 710px;
	float: left;
	margin-left: 10px;
	background: #fff;
	border: 1px solid #EDECEC;
	border-radius: 6px;
	box-sizing:border-box;
	padding-top: 10px;
}
.content_b_tit{
	padding: 9px 20px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	color: #fff;
	font-size: 18px;
	background: #12C8D5;
	display: inline-block;
}
.content_nr{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	text-indent: 2em;
	padding-top: 13px;
}
.advert_box{
	float: left;
	width: 250px;
	margin-left: 10px;
}
.advert_box img{
	width: 250px;
	height: 140px;
	float: left;
	margin-bottom: 10px;
}
.content_in_box{
	padding: 0 15px 50px 20px;
}
.content_in_box a{
	color: #12C8D5;
}
.content_in_box .class_type_nr a{
	color: #fff;
}
.content_in_box a:hover{
	text-decoration: underline;
}
.content_s_tit{
	font-size: 18px;
	color: #12C8D5;
	line-height: 16px;
	padding-left: 13px;
	position: relative;
	font-weight: bold;
	margin-top: 26px;
}
.content_s_tit:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 16px;
	background: #12C8D5;
	left: 0;
	top: 0;
	border-radius: 50px;
}
.content_ss_tit{
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	margin-top: 20px;
}
.receive_box{
	margin-top: 50px;
    text-align: center;
}
.receive_tit{
    display: inline-block;
	font-size: 32px;
	color: #12C8D5;
	padding: 0 180px;
	text-align: center;
	background: #fff;
	position: relative;
	margin:0 auto;
}
.receive_tit:before{
	position: absolute;
	content: "";
	width: 160px;
	left: 0;
	top: 21px;
	background: #D1F0F3 ;
	border-radius: 8px;
	height: 4px;
}
.receive_tit:after{
	position: absolute;
	content: "";
	width: 160px;
	right: 0;
	top: 21px;
	background: #D1F0F3 ;
	border-radius: 8px;
	height: 4px;
}
.receive_s_tit{
	margin-top: 3px;
	font-size: 20px;
	color: #12C8D5;
	text-align: center;
}
.receive_ul{
	width: 626px;
	margin: 16px auto 0;
	overflow: hidden;
}
.receive_ul li{
	padding: 10px 11px 9px 41px;
    width: 200px;
	color: #12C8D5;
	border: 1px solid #12C8D5;
	border-radius: 8px;
	background: url(../images/dui.png) 19px 16px no-repeat;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
    box-sizing: border-box;
}
.receive_ul .receive_li{
	margin-left: 0;
    text-align: left;
}
.receive_ewm{
	width: 546px;
	height: 213px;
	background: url(../images/ewm_bg.png) 0 0 no-repeat;
	margin: 38px auto 0;
}
.receive_ewm img{
	display: block;
    width: 173px;
    padding-top: 15px;
    margin-left: 172px;
}
.receive_ewm p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 1px;
	margin-left: -25px;
}
.content_a{
	position: relative;
	font-size: 16px;
	color: #12C8D5;
	line-height: 16px;
	margin-top: 14px;
	padding-left: 14px;
	/*margin-left: 34px;*/
	text-indent: 2em;
	display: block;
}
.content_a:hover{
	text-decoration: underline;
}
.content_a:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #D8D8D8;
	border-radius: 10px;
	top: 6px;
    left: 34px;
}
.diqu_fangan_nr{
	width: 280px;
	margin-top: 30px;
	float: left;
	margin-left: 50px;
}
.fangan_nr_tit1 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 239px;
    line-height: 48px;
    background: url(https://www.zikao365.com/images/index2020/fangan_nr_tit1.png) 0 0 no-repeat;
    margin: 0 auto;
}
.fangan_nr {
    background: #FFFFFF;
    box-shadow: 0 2px 18px 2px rgba(224,231,240,0.55);
    width: 280px;
    height: 196px;
    margin: 0 auto;
}
.fangan_tese_box {
    padding-top: 7px;
    padding-bottom: 6px;
    width: 239px;
    border-bottom: 1px solid #F5F5F5;
    margin-left: 23px;
}
.fangan_tese_menu {
    margin-top: 3px;
    margin-left: 21px;
    overflow: hidden;
}
.fangan_tese_menu li {
    font-size: 12px;
    color: #222222;
    line-height: 24px;
    padding-left: 27px;
    margin-top: 8px;
    float: left;
    width: 84px;
}
.fangan_tese_menu li:nth-child(1) {
    background: url(https://www.zikao365.com/images/index2020/fangan_tese_menu1.png) left 0 no-repeat;
}
.fangan_tese_menu li:nth-child(2) {
    background: url(https://www.zikao365.com/images/index2020/fangan_tese_menu2.png) left 0 no-repeat;
    margin-left: 24px;
}
.fangan_tese_menu li:nth-child(3) {
    background: url(https://www.zikao365.com/images/index2020/fangan_tese_menu3.png) left 0 no-repeat;
}
.fangan_tese_menu li:nth-child(4) {
    background: url(https://www.zikao365.com/images/index2020/fangan_tese_menu4.png) left 0 no-repeat;
    margin-left: 24px;
}
.fangan_btn1 {
    margin-left: 18px;
}
.fangan_btn {
    width: 120px;
    line-height: 32px;
    font-size: 14px;
    color: #12C8D5;
    text-align: center;
    border: 1px solid #12C8D5;
    border-radius: 2px;
    float: left;
    box-sizing: border-box;
    margin-top: 17px;
    cursor: pointer;
}
.fangan_btn2 {
    margin-left: 8px;
    background: #12C8D5;
    color: #fff;
}
.fangan_tese {
    font-size: 12px;
    color: #555555;
    line-height: 24px;
    padding-left: 11px;
    position: relative;
}
.fangan_tese_box {
    padding-top: 7px;
    padding-bottom: 6px;
    width: 239px;
    border-bottom: 1px solid #F5F5F5;
    margin-left: 23px;
}
.fangan_tese:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #D8D8D8;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
}
.fangan_nr_tit2 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 239px;
    line-height: 48px;
    background: url(https://www.zikao365.com/images/index2020/fangan_nr_tit2.png) 0 0 no-repeat;
    margin: 0 auto;
}
.fangan_nr_tit4 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 239px;
    line-height: 48px;
    background: url(https://www.zikao365.com/images/index2020/fangan_nr_tit4.png) 0 0 no-repeat;
    margin: 0 auto;
}
.fangan_nr_tit3 {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 239px;
    line-height: 48px;
    background: url(https://www.zikao365.com/images/index2020/fangan_nr_tit3.png) 0 0 no-repeat;
    margin: 0 auto;
}
.fangan_btn1:hover{
	background: #12C8D5;
	color: #fff;
}
.fangan_btn2:hover{
	background: #04B6C2;
}


.rignav{
	position: fixed;
	width: 60px;
	top: 15%;
	right: 0;
	margin:-26px 0 0 620px;
	z-index: 10
}
.rignav .newGift {
    width: 100px;
    margin: 0 -20px;
    text-align: center;
    position: relative;
}
.rignav-mod {
    width: 58px;
    background: #fff;
    border: 1px solid #e9ecee;
}
.rignav-mod ul .online-service .kefu {
    font-size: 20px;
    cursor: pointer;
}
.go_consult {
    width: 167px;
    height: 120px;
    position: absolute;
    background: url(//www.zikao365.com/upload/resources/image/2020/11/02/28599.png) 0 0 no-repeat;
    left: -167px;
}
.rignav-switch-icon{
	width: 16px;
    height: 24px;
    overflow: hidden;
    line-height: 240px;
    position: absolute;
    left: -17px;
    top: 340px;
    margin-top: -12px;
    background: url(//www.zikao365.com/upload/resources/image/2020/04/24/26180.png) left -26px no-repeat;
    cursor: pointer;
}
.consult_close {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}
.rignav-mod ul li p{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #fd7400;
}
.rignav-mod ul li:nth-child(1) {
    background: red;
    height: 62px;
}
.rignav-mod ul li {
    width: 58px;
    background: #fff;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    box-shadow: 0 0 5px #ccc;
}
#shopCartNum2{
	display: block;
    width: 18px;
    height: 18px;
        background: url(//www.zikao365.com/images/index2020/icon_rignavbg.png) no-repeat center -250px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    top: 4px;
    border-radius: 100%;
    right: 5px;
    font-size: 13px;
    font-style: inherit;
}
.rignav-mod ul li a {
    display: block;
    text-decoration: none;
    height: 40px;
    width: 58px;
    background: url(//www.zikao365.com/images/index2020/icon_rignavbg.png) no-repeat center 0;
    position: relative;
    cursor: pointer;
}
.rignav-mod ul li a span {
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
    overflow: hidden;
    visibility: hidden;
}
.rignav-mod ul li a span i {
    display: block;
    background: #ff7e00;
    width: 58px;
    height: 47px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 11px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: -29px 29px;
    -moz-transform-origin: -29px 29px;
    -ms-transform-origin: -29px 29px;
    -o-transform-origin: -29px 29px;
    transform-origin: -29px 29px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.rignav-mod-con {
    position: absolute;
    width: 136px;
    height: 160px;
    background: #fff;
    top: -45px;
    left: -138px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    display: none;
}
.rignav-mod-con div {
    width: 136px;
    height: 150px;
    padding-top: 10px;
    text-align: center;
}
.rignav-mod-con div img {
    display: block;
    margin: 0 auto;
    width: 113px;
    height: 113px;
}
.rignav-mod-con div label {
    display: block;
    color: #999;
    line-height: 20px;
    padding-top: 6px;
}
.rignav-mod ul li a span.one-line i {
    padding: 20px 0 0 0;
    height: 38px;
}
.rignav-mod ul li.shopping-cart a {
    background-position-y: 17px;
}
.rignav-mod ul li.weixin a, .rignav-mod ul li.group a {
    background-position-y: -83px;
}
.rignav-mod ul li.return-top a {
    background-position-y: -178px;
}
.rignav-mod ul li.online-service a {

    background: none;
    width: 100%;
    height: 100%
}
.rignav-mod ul li.app a {
    background-position-y: -133px;
}
.rignav-mod ul li a:hover {
    text-decoration: none;
}
.rignav-mod ul li a:hover span i{
	-webkit-transform:rotateZ(0deg);
	-moz-transform:rotateZ(0deg);
	-ms-transform:rotateZ(0deg);
	-o-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
}
.rignav-mod ul li a:hover{text-decoration:none}
.rignav-mod ul li a:hover span{visibility:visible}
.rignav-mod ul li a:hover .rignav-mod-con{display: block;}
.return-top{
	display: none;
}
.rignav .newGift .newbottom {
    display: block;
    -webkit-animation: hatch 4s 0s infinite both;
    -moz-animation: hatch 4s 0s infinite both;
    -o-animation: hatch 4s 0s infinite both;
    animation: hatch 4s 0s infinite both;
}
.rignav .newGift .newtop {
    display: block;
    -webkit-animation: bounceIn 2s both;
    -moz-animation: bounceIn 2s both;
    -o-animation: bounceIn 2s both;
    animation: bounceIn 2s both;
}
@-webkit-keyframes hatch{
    0%{-webkit-transform:rotate(0deg)}
    5%{-webkit-transform:rotate(-2deg)}
    9%{-webkit-transform:rotate(2deg)}
    13%{-webkit-transform:rotate(-2deg)}
    16%{-webkit-transform:rotate(1deg)}
    20%{-webkit-transform:rotate(-1deg)}
    25%{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes hatch{
    0%{-moz-transform:rotate(0deg)}
    5%{-moz-transform:rotate(-2deg)}
    9%{-moz-transform:rotate(2deg)}
    13%{-moz-transform:rotate(-2deg)}
    16%{-moz-transform:rotate(1deg)}
    20%{-moz-transform:rotate(-1deg)}
    25%{-moz-transform:rotate(0deg)}
}
@-o-keyframes hatch{
    0%{-o-transform:rotate(0deg)}
    5%{-o-transform:rotate(-2deg)}
    9%{-o-transform:rotate(2deg)}
    13%{-o-transform:rotate(-2deg)}
    16%{-o-transform:rotate(1deg)}
    20%{-o-transform:rotate(-1deg)}
    25%{-o-transform:rotate(0deg)}
}
@keyframes hatch{
    0%{transform:rotate(0deg)}
    5%{transform:rotate(-2deg)}
    9%{transform:rotate(2deg)}
    13%{transform:rotate(-2deg)}
    16%{transform:rotate(1deg)}
    20%{transform:rotate(-1deg)}
    25%{transform:rotate(0deg)}
}
@-webkit-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}
    20%{-webkit-transform:scale3d(1.1,1.1,1.1)}
    40%{-webkit-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}
    80%{-webkit-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-webkit-transform:scaleX(1)}
}
@-moz-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-moz-transform:scale3d(.3,.3,.3)}
    20%{-moz-transform:scale3d(1.1,1.1,1.1)}
    40%{-moz-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-moz-transform:scale3d(1.03,1.03,1.03)}
    80%{-moz-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-moz-transform:scaleX(1)}
}
@-o-keyframes bounceIn{
    0%,20%,40%,60%,80%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;-o-transform:scale3d(.3,.3,.3)}
    20%{-o-transform:scale3d(1.1,1.1,1.1)}
    40%{-o-transform:scale3d(.9,.9,.9)}
    60%{opacity:1;-o-transform:scale3d(1.03,1.03,1.03)}
    80%{-o-transform:scale3d(.97,.97,.97)}
    to{opacity:1;-o-transform:scaleX(1)}
}
@keyframes bounceIn{
    0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    20%{transform:scale3d(1.1,1.1,1.1)}
    40%{transform:scale3d(.9,.9,.9)}
    60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
    80%{transform:scale3d(.97,.97,.97)}
    to{opacity:1;transform:scaleX(1)}
}
.loginAfter{
	display: none;
}
