﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	color: #333;
}

.xudd_total{
	min-width: 1380px;
	max-width: 1920px;
	margin:0 auto;
}
.apple-banner {
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 460px;
}
.prev_next{
	width:1360px;
	margin:0 auto;
    margin-top: -280px;
    position: relative;
    z-index: 200;
}
.swiper-button-prev,.swiper-button-next{
	width: 6%;
	height: auto;
	top:70px;
	background:none;
	}
.swiper-button-prev{
	left:20px;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 50px;
	height: 100px;
	margin-top:-32px;
	background: rgba(0,0,0,0.6) url(../images/arrows.png) no-repeat center 34px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	background: url(../images/arrows.png) no-repeat center 34px\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/arrows.png', sizingMethod='scale')\9;
}
.swiper-button-next span{
	background: rgba(0,0,0,0.6) url(../images/arrows.png) no-repeat center -54px;
	background: url(../images/arrows.png) no-repeat center -54px\9;
	left:auto;
	right:20px;
	}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:-10px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/

.swiper-container{
	height:420px;
	width:100%;
}
.free_use{
	background-color:#38f;
	width:160px;
	height:40px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-top:55px;
	border-radius: 2px;
}
.free_use:hover{
	background-color:#1573F7;
}
.free_use a{
	display:inline-block;
	text-decoration: none;
	color:#fff;
	width:100%;
	height:100%;
}
.word_num{
	font-size:16px;
	text-align:left;
	letter-spacing: 1px;
	margin-top:15px;
}
.word_title{
	text-align: left;
	letter-spacing: 4px;
	margin-bottom:4px;
}
.word_cont{
	letter-spacing: 4px;
	text-align: left;
}
.slide1 .title {
	text-align: center;
	margin-top: 50px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide7 .title {
	text-align: center;
	margin-top: 50px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.slide7 .word_title,.slide7 .word_cont,.slide7 .free_use,.slide7 .word_num  {
	color: black;
}


.slide1 {
	background: url(../images/banner/01.png) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide2 {
	background: url(../images/banner/02.png) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide3 {
	background: url(../images/banner/03.png) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide4 {
	background: url(../images/banner/04.jpg) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide5 {
	background: url(../images/banner/05.jpg) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide6 {
	background: url(../images/banner/06.jpg) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
/*.slide7 {
	background: url(../images/banner/07.jpg) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}*/
.slide7 {
	background: url(../images/banner/08.jpg) no-repeat 50% 100%;
	background-size: center 100%;
	position: relative;
}
.slide8 {
	background: url(../images/banner/09.jpg) no-repeat 50% 35%;
	background-size: center 100%;
	position: relative;
}




.xudd_content{
	height:450px;
	display:flex;
	align-items: center;
}
.content-middle{
	width:1200px;
	margin:0 auto;
}
.content-middle ul{
	overflow:hidden;
}
.content-middle ul li{
	width:600px;
	float:left;
	
}
.content-middle ul li>img{
	width:460px;
	height:300px;
}
.middle_title{
	letter-spacing: 4px;
	margin-bottom:10px;
}
.middle_con{
	color:#666;
	letter-spacing: 2px;
}
.middle_content{
	letter-spacing: 2px;
	color:#666;
	margin-top:30px;
	position: relative;
	line-height: 29px;
}
.middle_content .kuan{
	position: absolute;
	right:129px;
	top:23px;
	width:48px;
	height:37px;
}
.middle_content .kuan1{
	right:195px;
}
.middle_content .kuan2{
	top:23px;
	right:258px;
}
.content-middle ul li img{
	width:460px;
	height:300px;
}
.middle_click span{
	display: inline-block;
	width:140px;
	height:40px;
	background-color:#38f;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-size:17px;
	cursor: pointer;
	border-radius:2px;
	border:1px solid #38f;
}
.middle_click{
	margin-top:70px;
}
.middle_click span a{
	display:inline-block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration: none;
}
.middle_click .knowmore{
	width:100px;
	margin-left:20px;
	background-color:transparent;
	color:#38f;
}
.middle_click .knowmore a{
	color:#38f;
}
.knowmore:hover a{
	background-color:#38f;
	color:#fff;
}
.middle_click .free_shopping:hover{
	background-color: #1573f7;
}
.middle_click .free_shopping0{
	background-color:#1e2535f0;
	border-color:#1e2535f0;
}
.middle_click .free_shopping0:hover{
	background-color:#1E2535;
	border-color:#1E2535;
}

.middle_click .free_shopping1{
	background-color:#fc5549;
	border-color:#fc5549;
}
.middle_click .free_shopping1:hover{
	background-color:#f03c2f;
}
.middle_click .free_shopping2{
	background-color:#3da900;
	border-color:#3da900;
}
.middle_click .free_shopping2:hover{
	background-color:#379701;
	border-color:#379701;
}
.xudd_content1{
	background-color:#f8eee2;
	height:450px;
	background: -webkit-linear-gradient(#f8eee2, #f2ede9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f8eee2, #f2ede9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f8eee2, #f2ede9); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f8eee2, #f2ede9); /* 标准的语法 */
    display:flex;
    align-items: center;
    justify-content: center;
}
.xudd_content1 .content-middle ul li:last-child{
	text-align: right;
}
.content_third{
	border-bottom:1px solid #dcdcdc;
}
.xudd_content_s{
	height:1125px;
	padding-top:60px;
	box-sizing: border-box;
}
.contents_lists{
	width:1200px;
	margin:0 auto;
}
.contents_lists ul{
	overflow: hidden;
}
.contents_lists ul li{
	width:600px;
	float:left;
}
.contents_lists ul li img{
	width:585px;
	height:210px;
	transition: all .5s;
}
.contents_lists ul li img:hover{
	transform: scale(1.05);
}
.contents_lists ul li p{
	height:114px;
	line-height: 114px;
}
.contents_lists ul li:nth-child(2n){
	padding-left:15px;
	box-sizing: border-box;
}
.contents_lists ul li p a{
	text-decoration: none;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
}
.cont_scont{
	color:#888;
	float:right;
}
.icon-jiantou-copy-copy{
	float:right;
	padding-right:15px;
	padding-left:30px;
	color:#dcdcdc;
}
.xudd_content_t{
	height:660px;
	background:url(../images/index_back_02.png) no-repeat 100% 100%;
	background-size:100% center;
}
.content_t{
	text-align: center;
	padding-top:55px;
	letter-spacing: 3px;
}
.content_t p{
	color:#fff;
	font-size:28px;
	position: relative;
	text-align: center;
	margin-bottom:16px;
}
.content_t p span{
	position: relative;
	z-index:10;
}
.content_t>span{
	color:#888;
	letter-spacing: 1px;
}
.content_t img{
	position: absolute;
	top:-6px;
	margin-left:-20px;
}
.flex-justify .xianxia{
	color:#faba1f;
}
.first_li-img .flex-justify .xianxia{
	color:#2B90ED;
}
.first_li{
    background-color:#fff;
}
.flex-justify p{
	float:left;
	line-height: 23px;
	color:#999;
}
.first_li-img{
	width:110px;
	margin:0 auto;
	height:190px;
	box-sizing: border-box;
	text-align: center;
	transition: all 1s;
}
.first_li-img-T{
	width:110px;
	margin:0 auto;
	height:190px;
	box-sizing: border-box;
	text-align: center;
}
.first_li-img img:first-child{
	display:none;
}
.first_li-img-T img:last-child{
	display:none;
}
.first_li-img img:last-child{
	display:initial;
}

.lilili{
	width:110px;
	height:110px;
	margin:0 auto;
	padding-top:90px;
}

.first_li-img .lilili{
	border-bottom:1px solid #efefef;
	padding-top:54px;
	padding-bottom:35px;
	transition:all .5s;
}
.first_li-img  .flex-justify p{
	background:url(../images/juhao.png) no-repeat 99% 100%;
	height:170px;
}
.flex-justify{
	margin-top:35px;
}
.flex-justify p:first-child{
	margin-right:3px;
	line-height: 23px;
}
.content_tlists{
	width:1200px;
	margin:0 auto;
	margin-top:26px;
}
.content_tlists ul{
	overflow:hidden;
}
.content_tlists ul li{
	float:left;
	width:167px;
	height:430px;
	border-radius:2px;
}
.content_tlists ul li img{
	width:110px;
	height:110px;
}

.xudd_content_f{
	height:855px;
	
}
.content_f{
	text-align: center;
	letter-spacing: 2px;
	padding-top:60px;
}
.content_f p{
	margin-bottom:14px;
}
.content_f>span{
	color:#888888;
}


.theme_top{
	overflow:hidden;
}
.them_top .theme_top>div{
	float:left;
	text-align: right;
}
.them_top .theme_top>div:last-child{
	float:right;
}
.them_top div span{
	color:#888;
}
.theme_img{
	width:100px;
	height:100px;
	overflow:hidden;
}
.theme_img img{
	height:100px
}
.theme_cont{
	height:100px;
}
.theme_cont span{
	display:inline-block;
	width:320px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.theme_cont p{
	margin-bottom:14px;
}
.page_lists{
	overflow:hidden;
	padding-left:10px;
	box-sizing: border-box;
	padding-bottom:10px;
}
.page_lists li:hover{
	box-shadow: 0 0 20px #ddd; 
}
.page_lists li{
	width:560px;
	float:left;
	box-sizing: border-box;
	padding-right:20px;
	margin-top:50px;
	transition: all .5s; 
	height:245px;
	padding-top:30px;
	box-sizing: border-box;
	padding-left:20px;
	margin-left:30px;
}
.page_lists li:nth-child(2n){
	padding-left:20px;
	box-sizing: border-box;
}
.theme_bottom{
	letter-spacing: 1px;
	line-height: 30px;
	margin-top:25px;
	width:100%;
}
.check_sao{
	float:right;
	color:#f44623;
	display:none;
}
.check_sao a{
	text-decoration: none;
	color:#f44623;
}
.check_img{
	margin-top:20px;
	margin-left:30px;
	display:none;
	width:150px;
	height:150px;
	overflow:hidden;
}
.check_img img{
	height:150px;
	margin-left:-150px;
}

.content_flists{
	width:1200px;
	margin:0 auto;
}
.content_flists>ul>li:first-child{
	display: block;
}
.content_flists>ul>li{
	display:none;
}
.page_line{
	width:1180px;
	margin:0 auto;
	margin-top:-40px;
	overflow:hidden;
}
.page_line ul{
	overflow:hidden;
	float:left;
	padding-top:38px;
}
.page_line ul li{
	width:30px;
	height:4px;
	float:left;
	background-color:#dddddd;
	margin-left:10px;
	cursor: pointer;
	transition: all .3s;
}
.page_line ul li:first-child{
	margin-left:0;
}
.page_line .active{
	width:50px;
	background-color:#2B90ED;
}
.check_more{
	width:140px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#2b90ed;
	border:1px solid #07d;
	float:right;
	border-radius:2px;
	position:relative;
	z-index:1;
}
.check_more:hover{
	background-color:#07d;
}
.check_more:hover a{
	color:#fff;
	display:inline-block;
	width:100%;
	height:100%;
}
.check_more a{
	color:#2B90ED;
	text-decoration: none;
}
.xudd_content_forth{
	height:770px;
	border-top:1px solid #dcdcdc;
	box-sizing: border-box;
}
.xdd_video  img{
	width:28px;
	height:28px;
	transition:all .6s;
}
.xdd_video{
	text-align: center;
	margin-top:35px;
}
.xdd_video p{
	margin-top:13px;
}
.video_play{
	width:173px;
	height:86px;
	margin:0 auto;
	background:url(../images/ping_03.png) no-repeat 100% 100%;
	background-size:100% 100%;
	cursor: pointer;
}
.video_play:hover  img{
	transform:rotate(360deg);
	transform-origin:50% 50%;
}
.fill_information{
	width:960px;
	margin:0 auto;
}
.fill_information>ul{
	/*overflow:hidden;*/
	height:300px;
}
.fill_information>ul>li{
	width:460px;
	float:left;
	margin-top:70px;
}
.fill_information>ul>li:nth-child(2n){
	margin-left:40px;
}
.fill_information>ul>li p input{
	outline: none;
	border: none;
	color:#aaa;
	height:20px;
}
.input_info{
	border-bottom:1px solid #e3e3e3;
    height:49px;
    line-height: 49px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.input_info input{
	width:100%;
	height:100%;
}
::-webkit-input-placeholder{
	color:#aaa;
	font-size:16px;
}
.yzm{
	width:285px;
}
.get_yzm{
	overflow:hidden;
	height:50px;
}
.get_yzm>p{
	float:left;
}
.get_time{
	width:150px;
	height:48px;
	line-height: 50px;
	text-align: center;
	border:1px solid #2B90ED;
	color:#2B90ED;
	margin-left:20px;
	cursor: pointer;
	border-radius:2px;
}

.xudd_content_e{
	height:240px;
	background:url(../images/zhao_back_02.png) no-repeat 100% 100%;
	background-size:100% center;
}
.s_title{
	color:#fff;
	text-align: center;
	padding-top:50px;
}
.s_content{
	color:white;
	text-align: center;
	margin-top:4px;
}
.xudd_content_e p{
	width:170px;
	height:46px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fff;
	margin:0 auto;
	margin-top:25px;
	border-radius:2px;
}
.xudd_content_e p a{
	display:inline-block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration: none;
}
.apply_now{
	width:170px;
	height:46px;
	text-align: center;
	line-height: 48px;
	background-color:#38f;
	color:#fff;
	margin:0 auto;
	margin-top:40px;
	cursor: pointer;
	border-radius: 2px;
}
.apply_now:hover{
	background-color:#1573F7;
}
.apply_now a{
	display:inline-block;
	width:100%;
	height:100%;
	color: #fff;
	text-decoration: none;
}
.xudd_video{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index:14000;
	display:none;
}
#my-video{
	background-color:#fff;
	border-radius:4px;
	position: relative;
}
.chacha{
	position:absolute;
	right:-40px;
	top:-30px;
	color:#bbb;
	cursor: pointer;
}

.input_choose{
	color:#999;
}

.input_choose span:last-child{
	float:right;
	padding-right:4px;
	display:inline-block;
	width:10px;
	height:30px;
}
.input_choose span img{
	transition: all .2s;
}
.address>ul{
	overflow:hidden;
	width:100%;
	background-color:#f7f7f7;
}
.address>ul>li{
	float:left;
	box-sizing: border-box;
}
.address{
	position:absolute;
	width:100%;
	height:0;
	overflow:hidden;
	border-top:none;
	transition: all .5s;
	border:1px solid #fff;
}
.input_info{
	position:relative;
}
.address>ul>li:first-child>div{
	margin-left:0px;
}
.address>ul>li>div{
	color:#888;
	background-color:#eaeaea;
	height:30px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left:10px;
	border:1px solid #dcdcdc;
	margin-left:-1px;
	margin-top:-1px;
}
.address>ul>li>ul>li{
	box-sizing: border-box;
	background-color:#f7f7f7;
	height:30px;
	line-height: 30px;
	color:#aaa;
}
.address>ul>li>ul>li p{
	padding-left:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.address>ul>li>ul>li p:hover{
	background-color:#dcdcdc;
	color:#444;
}
.address>ul>li>ul{
	max-height: 340px;
	overflow-y: scroll;
}
.address>ul>li:first-child{
	width:25%;
}
.address>ul>li:nth-child(2){
	width:25%;
}
.address>ul>li:last-child{
	width:50%;
}
.sure_address{
	display:inline-block;
	width:90%;
}







.slide6 .word_t{
	margin:0 auto;
	width:1140px;
	margin-top:8%;
}
.slide6 .word_title{
	margin-top:50px;
}

.slide5 .word{
    margin:0 auto;
    width:1140px;
    margin-top:8%;
    color: #fff;
}
.slide5 .word_title{
	margin-top:50px;
	color: black;
}
.slide5 .word .word_cont{
	color: black;
}
.slide5 .word .word_num {
	color: black;
}
/*新增*/
.slide4 .word_t{
    margin:0 auto;
    width:1140px;
    margin-top:8%;
    color: #fff;
}
.slide4 .word_title{
	margin-top:50px;
	color: #fff;
}
.slide4 .word_t .word_cont{
	color: #fff;
}
/*新增*/
.slide2 .word_t{
    margin:0 auto;
    width:1140px;
    margin-top:8%;
}
.slide2 .word_title{
	margin-top:50px;
}
.word_t .word_title{
	text-align: right;
}
.word_t .word_cont{
	text-align: right;
	color:#999;
}
.word_t .free_use{
	margin-left:975px;
}
.word_t .word_num{
	text-align: right;
	margin-right:4px;
}
.slide1 .word{
	width:1140px;
	margin:0 auto;
	margin-top:8%;
}

.slide7 .word{
	width:1140px;
	margin:0 auto;
	margin-top:8%;
}

.slide8 .word_t{
    margin:0 auto;
    width:1140px;
    margin-top:8%;
}
.slide8 .word_title{
	color:#fff;
	margin-top:50px;
}
.slide8 .word_t .word_cont{
	color: #fff;
}
.slide8 .word_num{
	color: #fff;
}

.word_f{
	color:#fff;
	text-align: center;
	margin-top:8%;
}
.word_f .word_title_f{
	letter-spacing: 10px;
	margin-bottom:14px;
}
.word_f .free_use{
	margin:0 auto;
	margin-top:50px;
}
.swiper_content_flists .swiper-pagination-bullet-active{
	background-color:#2B90ED;
}
.swiper_content_flists .swiper-pagination-bullet{
	width:40px;
}
.swiper-container-horizontal>.swiper_content_flists{
	bottom:0!important;
	left:-460px!important;
}
/*IE*/
.xudd_content,.xudd_content1{
	box-sizing:border-box\9;
	padding-top:75px\9;
}
.xudd_content1_img {
	text-align:right\9;
}
.first_li-img-T .lilili_last{
	display:none\9;
}
.first_li-img .lilili_last{
	display:block\9;
}
.content_js_word p{
	box-sizing:border-box\9;
	padding-left:44px\9;
}
.video_play img{
	padding-top:28px\9;
}
.nth_two{
	padding-left:40px\9;
}
.city{
	width:25%\9;
}
.area{
	width:50%\9;
}
.copyright_cont ul{
	padding-left:380px\9;
}
.them_top .theme_top .theme_cont{
	float:right\9;
}
.page_lists li{
	border:1px solid #fff\9;
	border-radius:2px\9;
}
.page_lists .lists-active{
	border:1px solid #dfdfdf\9;
}
.input_choose_last{
	float:right\9;
}
.slide1{
	background:url(../images/banner/01.png)no-repeat 100% 100%\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner/01.png', sizingMethod='scale')\9; 
}
.slide2{
	background:url(../images/banner/02.png)no-repeat 100% 100%\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner/02.png', sizingMethod='scale')\9; 
}
.slide3{
	background:url(../images/banner/03.png)no-repeat 100% 100%\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner/03.png', sizingMethod='scale')\9; 
}
/*IE*/