.container_box{
	width: 100%;
	background: #F5F5F5;
}
.container{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.menu_box{
	float: left;
	width: 180px;

}
.menu_box p{
	padding-left: 20px;
	color: #fff;
	line-height: 60px;
	background: #12C8D5;
	cursor: pointer;
}
.menu_box p:hover{
	background: url(../images/menu.png) 154px center  no-repeat #00B0BD;
}
.menu_box .active{
	background: url(../images/menu.png) 154px center  no-repeat #00B0BD;
}
.content_box{
	width: 920px;
	background: #fff;
	margin-left: 20px;
	padding: 0px 38px 30px;
	float: left;
	min-height: 644px;
}
.content_num_tit{
	border-bottom: 1px solid #E8E8E8;
	margin-top: 30px;
}
.content_num_tit span{
	border-bottom: 1px solid #12C8D5 ;
	color: #12C8D5 ;
	padding-bottom: 14px;
	display: inline-block;
	font-size: 16px;
color: #12C8D5;
line-height: 16px;
}
.content_zi{
	margin-top: 14px;
	font-size: 14px;
color: #222222;
line-height: 26px;
text-indent: 2em;

}
.content_tit{
	font-weight: bold;
	margin-top: 16px;
    background: #F2FCFD;
    line-height: 27px;
    color: #12C8D5;
    padding-left: 26px;
}
.table {
    border: 1px solid #ECF0F1;
    width: 100%;
    margin-top: 10px;
}
.table .huibj{
	background-color: #fff;
}
.table td {
	border: 1px solid #ECF0F1;
    line-height: 28px;
    padding: 0 5px;
    font-size: 14px;
	color: #222222;
    background: #F3F7F9;
    text-align: center;
}
.table td a{
	color: #222222;
}
.table td a:hover{
	color: #12C8D5;
	text-decoration: underline;
}
.content_ts{
	font-size: 14px;
color: #555555;
line-height: 26px;
margin-top: 10px;

}
.content_ts a{
	color: #12C8D5;
}
.content_ts a:hover{
	text-decoration: underline;
}
.fengcai_box img{
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}
.fengcai_box img:nth-child(1){
	margin-left: 0;
}
.table th{
	background: #12C8D5;
border: 1px solid #A4E8ED;
color: #fff;
text-align: center; 
line-height: 38px;
font-size: 14px;
}
.table_img{
	padding: 20px 20px 0 20px;
}
.table .table_zi{
	text-align: left;
	padding: 0 30px;
}
.table_tit{
	font-weight: bold;
	padding-top: 20px;
}
.table_ceo{
	float: left;
	margin-right: 26px;
	padding: 16px 0;
}
dd{
	text-indent: 1em;
	font-size: 14px;
color: #222222;
line-height: 26px;

}
dt{
	font-weight: bold;
	font-size: 22px;
	color: #222222;
	margin-top: 20px;
	margin-left: 213px; 
}
.lxfs_img{
	position: absolute;
	top: 677px;
	right: 0px;
}
#allmap {
        overflow: hidden;
        width: 100%;
        height: 500px;
        margin: 0;
        font-family: "微软雅黑";
    }
    .rignav{
	position: fixed;
	width: 60px;
	top: 15%;
	right: 0;
	margin:-26px 0 0 620px;
	z-index: 10
}
.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;
}
.header_box {
    position: relative;
}
.header_tit{
	position: absolute;
    font-size: 22px;
    color: #12C8D5;
    line-height: 22px;
    left: 174px;
    top: 27px;
    border-left: 1px solid #D2D2D2;
    padding-left: 25px;
}
.rignav .newGift {
    width: 100px;
    margin: 0 -20px;
    text-align: center;
    position: relative;
}
.rignav-mod ul .online-service .kefu {
    font-size: 20px;
    cursor: pointer;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.lunbo{
	margin-top: 20px;
}