body,html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

#header{
	position: absolute;
	top:0;
	left:0;
	right:0;
	background-color: #000000;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	padding: 26px 65px 21px 38px;
	height:54px;
}

#header .logo{
	position: relative;
	height: 100%;
}

#header .des{
	position: absolute;
	top:25px;
	left: 125px;
}

#header .des .des_text_1{
	font-size: 25px;
	color: #ffffff;
}

#header .des .des_text_2{
	font-size: 16px;
	color: #828283;
}

#header .nav_div{
	position: absolute;
	top: 26px;
	bottom:21px;
	right:155px;
	color: #ffffff;
	font-size: 18px;
	line-height: 54px;
}

#header .nav_div ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header .nav_div ul li{
	display: inline-block;
	width: 76px;
	cursor: pointer;
}

#header .nav_div ul li:last-child{
	width: 106px;
}

#header .nav_div ul li:hover{
	color:#8cb8ff;
}

#header .nav_div ul .active{
	color:#8cb8ff;
}

#header .head-rights{
    position: absolute;
    right: 65px;
    top: 53px;
    height: 28px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

#header .head-rights ol{
    font-style: normal;
    margin: 1px;
    padding: 0;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}

#header .head-rights ol li {
    width: 11px;
    height: 11px;
    float: left;
    margin: 1px;
    background: #8cb8ff;
    display: block;
    overflow: hidden;
}

#header .head-rights ol .active{
	background: #ffffff;
}

.menu{
	position: fixed;
    width: 240px;
    height: 100%;
    left: -240px;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 9999999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.menu_active{
	left: 0px;
}

.menu .head-top{
	width: 100%;
}

.menu .logo-box{
	margin: 20px 0;
}

.menu .logo-box .logo_text_1{
	font-size: 18px;
}

.menu .logo-box .logo_text_2{
	font-size: 16px;
}

.menu .jodo-box{
	margin: 20px 0;
}

.menu .jodo-box img{
	width: 130px;
	height: 130px;
}

.menu .foot{
	position: absolute;
	width: 100%;
	font-size: 14px;
	bottom: 20px;
	text-align: center;
}

.swiper_totle > .swiper-wrapper{
	transition-timing-function: cubic-bezier(1,0,.5,1);
       -moz-transition-timing-function: cubic-bezier(1,0,.5,1);
       -ms-transition-timing-function: cubic-bezier(1,0,.5,1);
       -o-transition-timing-function: cubic-bezier(1,0,.5,1);
       -webkit-transition-timing-function: cubic-bezier(1,0,.5,1);
}

.swiper_totle{
    width: 100%;
	height: 100%;
}

.swiper_totle .swiper-wrapper .swiper-slide{
	background-size: auto;
	background-position:center;
	background-repeat: no-repeat;
	position: relative;
}

.swiper_totle .banner_full_boder{
	width: 800px;
	height: 392px;
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper_totle .banner_full_boder .banner_full_boderUp{
	width: 66px;
	height: 36px;
	border-right:4px solid #8cb8ff;
	border-top:4px solid #8cb8ff;
	position: absolute;
	right: -4px;
	top: -4px
}

.swiper_totle .banner_full_boder .banner_full_boderDown{
	width: 66px;
	height: 36px;
	border-left:4px solid #8cb8ff;
	border-bottom:4px solid #8cb8ff;
	position: absolute;
	left: -4px;
	bottom: -4px
}

.swiper_totle .banner_full{
	width: 800px;
	height: 392px;
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background:#000000; 
	opacity:.3;
}

.swiper_totle .index_content{
	width: 603px;
    height: 469px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s 1s;
    -webkit-transition: .4s 1s;
    -moz-transition: .4s 1s;
    -ms-transition: .4s 1s;
    -o-transition: .4s 1s;
    border: 1px dashed #8cb8ff;
}

.swiper_totle .index_content img{
	width: 511px;
	height: 243px;
	position: absolute;
	top: 128px;
	left: 18px; 
}

.swiper_totle .index_content .text_1{
	margin: 104px 0 0 307px;
	font-size: 24px;
	color: #ffffff;
}

.swiper_totle .index_content .text_2{
	margin: 15px 0 0 307px;
	font-size: 24px;
	color: #ffffff;
}

.swiper_totle .index_content .text_3{
	margin: 15px 0 0 307px;
	font-size: 24px;
	color: #ffffff;
}

.swiper_totle .index_content .text_4{
	margin: 90px 0 0 307px;
	font-size: 24px;
	color: #ffffff;
}

.swiper_totle .banner_down{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    width: 47px;
    height: 47px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper_totle .banner_down:before{
    content: '';
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    background: #000000;
    opacity: .5;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper_totle .banner_down:hover:before{
	background:#8cb8ff; 
	opacity:.8;
}

.swiper_totle .banner_down .icon_left {
    opacity: 1;
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    top: 20px;
    left: 19px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.swiper_totle .banner_down .icon_right {
    opacity: 1;
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    top: 20px;
    right: 19px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper_totle .desc{
	width: 636px;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	top: 0;
	bottom:0;
}

.swiper_totle .desc .desc_content{
	line-height: 40px;
	font-size: 20px;
	color: #ffffff;
	width: 435px;
	height: 355px;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom: 0;
	margin: auto;
}

.swiper_totle .desc .desc_content .desc_title{
	font-size: 35px;
}

.swiper_totle .desc .desc_content .desc_tip{
	font-size: 20px;
	line-height: normal;
	color: #adabac;
	margin: 5px 0 15px 0;
}

.swiper_totle .stores_head{
	width: 100%;
	height: 101px;
	background-color: #000000;
	opacity: .3;
}

.swiper_totle .stores_container_div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 101px;
}

.swiper_totle .stores_container{
	width: 1270px;
	height: 725px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper_totle .stores_container .stores_title{
	text-align: center;
	height: 45px;
	width: 100%;
	line-height: 45px;
	font-size: 32px;
}

.swiper_totle .stores_container .stores_des{
	text-align: center;
	margin: 10px 0 15px 0;
	font-size: 18px;
	height: 28px;
	width: 100%;
	line-height:28px;
	color: #787878;
}

.swiper_totle .stores_container .stores_content{
	width: 361px;
	height: 272px;
	position: absolute;
}

.swiper_totle .stores_container .stores_content img{
	width: 100%;
}

.swiper_totle .stores_container .stores_content .stores_name{
	width: 91px;
	height: 41px;
	line-height: 41px;
	font-size: 22px;
	text-align: center;
}

.swiper_totle .stores_container .stores_content .stores_show{
	width: 100%;
	position: relative;
	color: #787878;
}

.swiper_totle .stores_container .stores_content .stores_show .stores_time{
	width: 91px;
	height: 63px;
	text-align: center;
	font-size: 19px;
	border-right: 1px solid #ececec;
}

.swiper_totle .stores_container .stores_content .stores_show .stores_text{
	position: absolute;
	left: 100px;
	top: 0;
	font-size: 16px;
}

.swiper_totle .contact_head{
	width: 100%;
	height: 101px;
	background-color: #333333;
}

.swiper_totle .contact_content_div{
	background-color: #333333;
	position: absolute;
	top: 101px;
	left: 0;
	right: 0;
	bottom: 118px;
	z-index: 100;
}

.swiper_totle .contact_content{
	width: 1174px;
	height: 605px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
}

.swiper_totle .contact_content .contact_content_title{
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	line-height: normal;
}

.swiper_totle .contact_content .contact_content_text{
	font-size: 16px;
	color: #dfdfdf;
	text-align: center;
	line-height: normal;
	margin-top: 15px;
}

.swiper_totle .contact_content .contact_content_left{
	margin-top: 100px;
	text-align: left;
}

.swiper_totle .contact_content .contact_content_left .left_title{
	color: #ffffff;
	font-size: 20px;
}

.swiper_totle .contact_content .contact_content_left .left_text_1{
	color: #bababa;
	font-size: 16px;
	margin-top: 20px;
	position: relative;
	padding-left: 35px;
}

.swiper_totle .contact_content .contact_content_left .left_text_1 img{
	height: 40px;
	width: 40px;
	position: absolute;
	left: -13px;top:-10px;
}

.swiper_totle .contact_content .contact_content_left .left_img_1{
	height: 142px;
	width: 142px;
	position: absolute;
	left: -8px;
	bottom: 0;
}

.swiper_totle .contact_content .contact_content_left .left_img_2{
	width: 160px;
	position: absolute;
	left: 170px;
}

.swiper_totle .contact_content .contact_content_left .left_text_2{
	color: #bababa;
	font-size: 18px;
	position: absolute;
	bottom: 10px;
	left: 150px;
}

.swiper_totle .contact_content .contact_content_right{
	position: absolute;
	right: 0;
	top: 165px;
}

.swiper_totle .contact_content .contact_content_right .right_input_div{
	position: relative;
	border-bottom: solid 2px #515151;
	width: 358px;
	height: 66px;
	line-height: 66px;
}

.swiper_totle .contact_content .contact_content_right .right_input_div .right_input_text{
	position: absolute;
	color: #dfdfdf;
	font-size: 18px;
}

.swiper_totle .contact_content .contact_content_right .right_input_div .right_input{
	background:none;
	outline:none;
	border:0px;
	position: relative;
	width: 100%;
	height: 25px;
	padding-left: 70px;
	color: #dfdfdf;
	font-size: 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing:5px;
}

.swiper_totle .contact_content .contact_content_right .contact_submit_botton{
	background-color: #8cb8ff;
	height:43px;
	line-height: 43px;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	color: #ebf2ff;
	font-size: 18px;
}

.swiper_totle .contact_footer{
	height:118px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #212121;
}

.swiper_totle .contact_footer .footer_text1{
	margin-top: 32.5px;
	color: #5a5a5a;
	font-size: 16px;
	text-align: center;
}

.swiper_totle .contact_footer .footer_text2{
	margin-top: 15px;
	color: #5a5a5a;
	font-size: 16px;
	text-align: center;
}