
/* Browser Resets*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flexslider .slides > li {
	display: none;
    width: 100%;
    height: 100%;
	-webkit-backface-visibility: hidden;
}
.firstscreen .flexslider ul li{
	overflow: hidden;
}
.firstscreen .flexslider ul li img{
	width: 100%;
	height: auto;
	opacity: 1;
}
.bannerpc000{
	display: block;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.firstscreen .flexslider ul  li .bannerphone000 img{
	display: none;
}
.bannerphone000{
	display: none;
}

/*.banner01{
    width: 100%;
    height: 100%;
    background: url(../images/banner01.jpg)no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner02{
    width: 100%;
    height: 100%;
    background: url(../images/banner02.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner03{
    width: 100%;
    height: 100%;
    background: url(../images/banner03.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner04{
    width: 100%;
    height: 100%;
    background: url(../images/banner04.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner05{
    width: 100%;
    height: 100%;
    background: url(../images/banner05.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner06{
    width: 100%;
    height: 100%;
    background: url(../images/banner06.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner07{
    width: 100%;
    height: 100%;
    background: url(../images/banner07.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner08{
    width: 100%;
    height: 100%;
    background: url(../images/banner08.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner09{
    width: 100%;
    height: 100%;
    background: url(../images/banner09.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner10{
    width: 100%;
    height: 100%;
    background: url(../images/banner10.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner11{
    width: 100%;
    height: 100%;
    background: url(../images/banner11.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner12{
    width: 100%;
    height: 100%;
    background: url(../images/banner12.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner13{
    width: 100%;
    height: 100%;
    background: url(../images/banner13.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner14{
    width: 100%;
    height: 100%;
    background: url(../images/banner14.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner15{
    width: 100%;
    height: 100%;
    background: url(../images/banner15.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner16{
    width: 100%;
    height: 100%;
    background: url(../images/banner16.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner17{
    width: 100%;
    height: 100%;
    background: url(../images/banner17.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner18{
    width: 100%;
    height: 100%;
    background: url(../images/banner18.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner19{
    width: 100%;
    height: 100%;
    background: url(../images/banner19.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner20{
    width: 100%;
    height: 100%;
    background: url(../images/banner20.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.banner21{
    width: 100%;
    height: 100%;
    background: url(../images/banner21.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
*/
/* Hide the slides before the JS is loaded. Avoids image jumping*/
.flexslider .slides  {
    width: 100%;
	height: 100%;
    min-width: 1300px;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element*/
	.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback*/
	/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load*/
	.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:0px;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	height: 100%;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav*/
.flex-direction-nav {
	display:block;
}

.flex-direction-nav a {
	width:50px;
	margin:0;
	display: block;
	position: absolute;
	bottom: 18px;
	z-index: 10;
	/*left: 30px;*/
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.flex-direction-nav .flex-next {
	background: url(images/next.png) no-repeat 0 0;
	background-position:0px center;
	background-size: 46px;
	/*background-color: #fff;*/
	/*padding: 30px;*/
	padding-left: 30px;
}
.flex-direction-nav .flex-prev {
	background: url(images/prev.png) no-repeat 0 0;
	background-position: 30px  center ;
	background-size: 46px;
	/*background-color: #fff;*/
	/*padding: 30px;*/
	padding-left: 30px;
}

.flex-direction-nav .flex-prev {
	opacity: 1;
	/*left: 260px;*/
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
	/*left: 660px;*/
}

/*.flexslider .flex-next:hover {
	background-position:-60px -60px;
}
.flexslider .flex-prev:hover {
	background-position:0px -60px;
}*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav*/
.flex-control-nav {
	/*width: 300px;
	display: flex;
  	justify-content: flex-end;*/
	position: absolute;
	bottom:70px;
	/*text-align: center;*/
	height:50px;
	/*left: 50%;
    transform: translate(-50%, 0);*/
	right:30px;
	/*padding-left: 30px;*/
	/*background-color: #fff;*/
	/*z-index: 99;*/
}
.flex-control-nav li {
	margin: 36px 4px;
	display: inline-block;
	zoom: 1;


}
.flex-control-paging li a {
	width:8px;
	height:8px;
	border-radius: 50%;
	display: block;
	background:rgba(255,255,255,.3);
	cursor: pointer;
	text-indent: -9999px;
	/*display:none;*/
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;*/
}
.flex-control-paging li a:hover {
	background:rgba(255,255,255,.3);
}
.flex-control-paging li a.flex-active {
	background:rgba(255,255,255,.6);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 10px;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/*@media (max-width:813px){*/

@media (max-width:1060px){
	.firstscreen .flexslider ul li img{
		width: 100%;
		height: auto;
		/*display: none;*/
		opacity: 1;
	}
	.bannerpc000{
		display: none;
	}
	.firstscreen .flexslider ul  li .bannerpc000 img{
		display: none;
	}
	.firstscreen .flexslider ul  li .bannerphone000 img{
		display: block;
	}
	.bannerphone000{
		display: block;
		/*display: flex;
    	justify-content: center;
    	align-items: center;*/
    	display: flex;
  		justify-content: center;
    	/*height: 80vh;*/
	}
	.flex-control-nav {
		width: 100%;
		position: absolute;
		bottom:50px;
		text-align: center;
		height:30px;
		right:0;
		/*background-color: #fff;*/
		padding-left: 0;
		display: flex;
    	justify-content: center;
    	/*z-index: 99;*/
	}
	.flex-control-nav li {
		margin: 0px 8px;
		display: inline-block;
		zoom: 1;
	}
	.flex-direction-nav{
		display: flex;
  		justify-content: space-between;
	}
	.flex-direction-nav a {
		width:46px;
		margin:0;
		display: block;
		position: absolute;
		bottom: 10px;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		background: url(images/next.png) no-repeat 0 0;
		background-position:center;
		background-size: 40px;
		/*left: 310px;*/
		background-color: rgba(255, 255, 255, 0);
		/*padding: -50px 20px 10px 10px;*/
	}
	.flex-direction-nav .flex-prev {
		background: url(images/prev.png) no-repeat 0 0;
		background-position:center;
		background-size: 40px;
		/*left: 40px;*/
		background-color: rgba(255, 255, 255, 0);
		/*padding: -50px 10px 10px 20px;*/
	}	

	.flex-control-nav li {
		margin: 36px 5px;
		display: inline-block;
		zoom: 1;
	}

	.flex-control-paging li a.flex-active {
    	background: rgba(51,51,51,.35);
    	cursor: default;
	}
	.flex-control-paging li a {
		width:8px;
		height:8px;
		border-radius: 50%;
		display: block;
		background:rgba(51,51,51,.15);
		cursor: pointer;
		text-indent: -9999px;
		/*-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;*/
	}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0px;
		bottom: 2px;
    }
    .flex-direction-nav .flex-next {
    	opacity: 1;
    	right: 0px;
	    left: auto;
	    bottom: 2px;
    }


    /*.banner01{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner01.png)no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner02{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner02.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner03{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner03.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner04{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner04.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner05{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner005.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner06{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner06.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner07{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner07.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner08{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner08.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner09{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner09.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner10{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner10.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner11{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner11.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner12{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner12.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner13{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner013.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner14{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner14.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner15{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner015.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner16{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner016.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner17{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner017.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner18{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner18.jpg) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner19{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner19.jpg) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner20{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner20.jpg) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}
	.banner21{
	    width: 100%;
	    height: 100%;
	    background: url(../images/phonebanner/phone_banner21.png) no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	}*/




}