/** {font-family: "Microsoft Yahei" !important;}*/
body{
	font-family: "Microsoft YaHei"!important;
	padding: 0;
	margin: 0;
	
}
head,body{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
a{
	text-decoration: none!important;
	color: #333;
}
input[type='text'],button{
	outline: none;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider1s{
	display: none;
}
.add-title{
	text-align: center;
}
.add-title h1{
	padding-top: 10px;
}
.add-title b{
	font-weight: 500;
	padding-top: 15px;
}
.add-title b:first-of-type{
	border-top: 2px solid #D80A14;
}
.add-title b:last-of-type{
	border-top: 2px solid #000;
	color: #D80A14;
}
.div-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.divWrap{
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
	-webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	overflow: hidden;
}
.opens{
	display: none;
	height: 33px;
	margin: 15px 0;
	font-size: 36px;
	color: #D80A14;
	cursor: pointer;
}
.opens i{
	display: block;
}
.navbar-toggle{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 40px;
	background: url(http://www.yonyou.com/sj/images/icon_fmenu.png) no-repeat center left;
	background-size: 90%;
}
.yongyou-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    z-index: 9999;
    -moz-box-shadow:4px 2px 2px #333333; 
    -webkit-box-shadow:4px 2px 2px #333333; 
    box-shadow:4px 2px 2px #333333;
}
.yongyou-header.bg{
	background: #fff;
	border: 0;
}
.yongyou-header.active{
	top: -200px;
}
.mask{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.headers{
	position: relative;
	height: 70px;
	z-index: 999;
}
.headers .header-left,.headers .header-right{
	height: 100%;
}
.headers .header-left a{
	display: block;
	height: 100%;
}

.headers .header-left img{
	height: 100%;
}
.headers>nav{
	float: left;
	background: #fff;
}
.header-right{
	position: relative;
	height: 100%;
}
.small-menu{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    -moz-box-shadow:-2px 0px 5px #333; 
    -webkit-box-shadow:-2px 0px 5px #333; 
    box-shadow:-2px 0px 5px #333;
}
.small-menu li{
	width: 100%;
	cursor: pointer;
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
}
.small-menu li a{
	display: block;
	line-height: 50px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ddd;
}
.small-menu li a i{
	float: right;
	line-height: 50px;
}
.header-right>.search-wrapper{
	display: none;
	float: left;
	padding-top: 25px;
}
.header-right>.search-wrapper>form{
	position: relative;
	border: 0;
}
.header-right>.search-wrapper>form>label{
	display: none;
	max-width: inherit;
	position: absolute;
	bottom: -90px;
	right: -25px;
	background: #fff;
	padding: 15px 25px;
	border: 1px solid rgba(102,102,102,0.6);
}
.header-right>.search-wrapper>form input{
	border: 1px solid rgba(102,102,102,0.6);
	padding-left: 10px;
	height: 35px;
	width: 200px;
}
.header-right>.search-wrapper>form>label:before,.header-right>.search-wrapper>form>label:after{
	border-width: 15px;
    position: absolute;
    right: 25px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.header-right>.search-wrapper>form>label:before{
    top: -30px;
    border-color: transparent transparent rgba(102,102,102,0.6);
}
.header-right>.search-wrapper>form>label:after{
    top: -29px;
    border-color: transparent transparent #fff;
}
.header-right>.search-wrapper>form>button{
	border: 0;
	background: #333;
	font-size: 25px;
	color: #333;
}
.header-right .log-wrapper{
	margin: 0 20px;
}
.header-right .log-wrapper{
	font-size: 20px;
}
.header-right .log-wrapper,.header-right .country-wrapper{
	float: left;
}
.header-right .log-wrapper a,.header-right .country-wrapper a{
	display: block;
	line-height: 90px;
	height: 100%;
	margin: 0 5px;
	font-size: 25px;
	color: #333;
}
.menu{
	font-size: 16px;
    height: 70px;
}
.menu li{
	position: relative;	
	padding: 0px 25px;
	height: 100%;
	line-height: 70px;
}
.small-menu li.nav-up-selected a,.menu li.nav-up-selected a{
	color: #fff;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.small-menu li.nav-up-selected,.menu li.nav-up-selected{
	background: #D80A14;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.menu li a{
	padding: 0;
	color: #292929;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.list ul:before{
	z-index: 999;
	border-color:transparent transparent #fff; 
}
.menulist::-webkit-scrollbar,#samallList::-webkit-scrollbar{  
    width: 6px;   
    background-color: #fff;  
}
.menulist::-webkit-scrollbar-thumb,#samallList::-webkit-scrollbar-thumb{
     background: #ddd;
     border-radius: 5px;
}
.menulist{
	z-index: 999;
    width: 100%;
    max-height: calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: 400px;
    overflow: auto;
}
.menulist .list{
	border-radius: 0 0 5px 5px;
	width: 100%;
	background: rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	display: none;
	border-top: 1px solid #D80A14;
}

.menulist .list .main{
	position: relative;
    margin: 0px auto;
    padding: 15px 0;
}
.menulist .list .main .row{
	margin: 0!important;
}
.menulist .list .main li{
	text-align: left;
}
.menulist .list .main-five li,.menulist .list .main-three li{
	padding-left: 10px;
	padding-right: 10px;
}
.menulist .list .main li h3{
	margin-bottom: 15px;
	/*border-bottom: 2px solid #333;*/
}
.menulist .list .container{
	padding: 0;
}
.menulist .list .main li .maincol6,.menulist .list .main li .maincol4{
	padding: 0;
}
.menulist .list .main li a{
	line-height: 2;
	font-size: 14px;
	padding: 0;
}
.menulist .list .main li b{
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.menulist .list .main li a,.menulist .list .main li b{
	display: block;
	cursor: pointer;
}
.menulist .list .main li a:hover{
	color: #D80A14;
	text-decoration: underline!important;
	cursor: pointer;
}
.small-menuDiv,.samall-menulist{
	display: none;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;	
}
.samall-menulists{
	width: 250px;
	height: 100%;
	position: fixed;
	left: -300px;
	top: 0;
	overflow-y: auto;
}
.samall-menulists .main{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
.samall-menulists .list{
	position: inherit;
	
}
.samall-menulist .list {
	font-size: 16px;
    display: none;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    position: fixed;
    top: 0;
   	left: -300px;
    width: 250px;
    background: #fff;
    z-index: 9999;
}
.mainOneli,.mainOnelis{
	background: #D80A14;
	color: #fff;
}
.mainOneli>b,.mainOnelis>b{
	text-align: center;
}
.samall-menulist .list .main li{
	text-align: left;
	padding: 0 15px;
}
.samall-menulist .list .main li a{
	border-bottom: 1px solid #ddd;
}
.samall-menulist .list .main li a i{
	float: right;
	line-height: 50px;
}

/*板块一*/
.section-two{
	padding: 0;
	margin-top: 70px;
	position: relative;
	top: 0;
	z-index: 9;
	max-height: 650px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>650?"650px":"auto");

}
.videoBtn .videoWrapper{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:999;
	background: #333;
}
.videoBtn .videoWrapper .video-wrap{
	height: 100%;
}
.videoBtn .videoWrapper video{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999;
}
.videoBtn .videoWrapper .gb{	
	display: none;
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 9999;
	background: #fff;
	background: 0;
	color: #fff;
	border: 0;
}
.videoBtn .videoWrapper .gb>img{
	display: block;
	width: 25px!important;
	height: 25px!important;
}
.videoBtn .videoWrapper .gb b{
	display: block;
	font-size: 12px;
}
.section-two img{
	width: 100%;
	max-height: 650px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>650?"650px":"auto");
}
.section-two .secTwo-a{
	width: 180px;
	padding: 10px 20px;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	color: rgb(230,0,18);
	border: 2px solid rgb(230,0,18);
	text-align: left;
	border-radius: 5px;
	cursor: pointer;
	background: url(../img/play1.png) no-repeat;
	background-position: 80% center ;
}
.section-two .secTwo-a:hover{
    color: #000;
    border-color: #000;
    background: url(../img/play.png) no-repeat;
    background-position: 80% center ;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;	
}

.section-two .anchorBox{
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
}
.section-two .anchorBox a{
	display: block;
	margin:0 auto;
	width: 70px;
	color: #fff;
	background: url(../img/one.jpg) no-repeat;
	background-position: center bottom;
}
.section-two .secTwo-div{
	position: absolute;
	top: 30%;
	right: 22%;
}
.section-two .secTwo-div h1{
	margin: 0;
	height: 100%;
	line-height: 1.42857143;
	text-align: center;
	font-size: 70px;
	color: #fff;
}
.section-two .secTwo-div h1 p span{
	display: block;
	width: 100%;
}
.section-two .secTwo-div h1 .secH1{
	border-color:#D80A14;
	color: #D80A14;
	/*font-weight: 600;*/
}
.section-two .secTwo-div h1 .secH2{
	font-size: 26px;
	line-height: 2;
	text-align: left;
}
/*板块2 轮播*/
.section-three .slider1 li .title>a>b,
.section-three .slider1 li .title>a>em{
	font-weight: normal;
	font-style: normal
}
.section-three .owl.owl-theme .owl-controls .owl-buttons div{
	top: 30%;
}
.section-three{
	margin: 60px 0;
}
.section-three ul{
	width: 100%;
}
.section-three ul li{
	padding: 0;
	margin: 0;
	padding:0 30px;
}
.section-three .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	z-index: 999;
	bottom: -55px;
}
.section-three .slider1 .item .pic{
	float: left;
	width: 24%;
}
.section-three .slider1 .item .pic>a{
	display: block;
	text-align: left;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.section-three .slider1 .item .pic>a>img{
	display:inline-block;
	width: 100%;
}
.section-three .slider1 .item.active .pic img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.section-three .slider1 li .title{
	float: right;
	/*width: 75%;*/
	width: 70%;
	padding-left: 10px;
	padding-right:20px;
	margin-top:3%;
}
.section-three .slider1 li .title>a{
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	text-align: left;	
	color: #333;
}
.section-three ul>li .title a{
	color: #333;
}
.section-three .slider1 li .title p.position{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top:8px;
}
.section-three .slider1 li .title>span{
	margin-top: 10px;
	line-height: 1.8;
	display: block;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	font-weight: 500;
}
.section-three .owl.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -30px;
	top:30px;
	background: url(../img/prev1.png) no-repeat;
}
.section-three .owl.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
	background: url(../img/prev2.png) no-repeat;
}
.section-three .owl.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -30px;
	top:30px;
	background: url(../img/next1.png) no-repeat;
}
.section-three .owl.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background: url(../img/next2.png) no-repeat;
}
.section-three .bx-wrapper{
	margin-top: 60px;
	margin-bottom: 90px;
	text-align: center;
}
.section-three .bx-viewport{
	z-index: 99;
}
.section-three .bx-wrapper:after{
	width: 60%;
	content: '';
	z-index: 9;
	position: absolute;
	margin: auto;
	bottom: -90px;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #393939;
}
.section-three .container .slider1 li img{
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.section-three h1{
	color: #e60012;
	text-align: center;
	margin-bottom: 50px;
}
.bx-wrapper{
	position: relative;
	max-width: 100%!important;
	height: 100%;
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport{
	height: 100%;
}
/*.section-three .container .slider li{
	width: 275px!important;
}*/








/*板块公共部分*/
.secWrapper{
	position: relative;
}
.sec-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events:none;
}
.secLeft,.secRight{
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}
.secLeft{
	left: 0;
	width: 45%;
	background: rgba(216,10,20,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2D80A14,endColorstr=#b2D80A14);
}
.sections .secLeft h1,.sections .secRight h1{
	position: relative;
	margin: 0;
	width: 100%;
	height: 180px;
}
.sections .secLeft h1 span,.sections .secRight h1 span{
	position: absolute;
	bottom: 0;
	padding-right: 20px;
	font-size: 90px;
	color: #fff!important;
	overflow: hidden;
}

.secRight{
	width: 55%;
	height: 80%;
	right: 0;
}
.sections .secLeft h1 span{
	right: 0;
}
.sections .secRight h1 span{
	left: 0;
	font-size: 50px;
	padding-left: 20px;
}

.sections{
	position: relative;
	overflow: hidden;
	/*border: 1px solid #fff;*/
	/*border-width: 0 1px 1px;*/
	
}
.sections h1{
	color: #c33;
	text-align: center;
}
/*.sections ul li img{
	width: 100%;
	max-height: 600px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)<600?"600px":"auto");
}*/
.sections .owl{
	position: relative;
}
.sections .owl .sec-a{
	display: block;
	width: 100%;
	height: 100%;
}
.sections .sec-smalldiv{
	position: relative;
}
.sections .sec-smalldiv img{
	width: 100%;
	/*height: 600px;*/
    /*max-height: 650px;*/
    /*_height:expression((document.documentElement.clientHeight||document.body.clientHeight)<650?"650px":"auto");*/
}
.block-wrapper .secFour{
	width: 100%;
	position: absolute;
	bottom: 20%;
	color: #fff;
	text-align: center;
}
.block-wrapper .sectwoFour2 .secFour .block-hone,.block-wrapper .sectwoFour2 .secFour .block-hones{
	font-weight: 100;
}
.block-wrapper .sectwoFour2 .secFour .block-hones span{
	display: block;
}
.block-wrapper .sectwoFour2 .secFour{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15% 15% 0 0;
}
.block-wrapper .sectwoFour2 .secFour>p{
	color: #fff;
}
.block-wrapper .sectwoFour2 .secFour .block-hone{
	font-size: 50px;
	text-align: right;
}
.block-wrapper .sectwoFour2 .secFour .block-hones{
	text-align: right;
	font-size: 40px;
	margin-top: 125px;
}
.block-wrapper .sectwoFour2 .secFour .block-hones span:last-of-type{
	font-size: 30px;
}
.block-wrapper .sectwoFour .secFour{
	width: 100%;
	left: 0;
	top: inherit;
	bottom: 30%;
	text-align: center;
}
.block-wrapper .sectwoFour .secFour p{
	text-align: left;
	padding-left: 20%;
	margin: 0;
}
.block-wrapper .sectwoFour .secFour .block-lasta{
	padding: 10px 50px;
	cursor: pointer;
}
.block-wrapper .sectwoFour .secFour .block-hones{
	color: #fff;
	font-size: 50px;
	padding-left: 35%;
}
.block-wrapper .secFour .block-hone,.block-wrapper .secFour .block-hones{
	font-size: 60px;
	font-weight: 600;
	color: #D80A14;
}
.block-wrapper .secFour p{
	font-size: 18px;
}
.block-wrapper .secFour .block-lasta{
	cursor: pointer;	
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	border: 2px solid #fff;
	padding: 10px;
}
.block-wrapper .secFour .block-lasta:hover{
	background: #c3c3c3;
	color: #333;
	border-color: #C3C3C3;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.sections .owl .sec-a img{
	width: 100%;
	max-height: 600px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>600?"600px":"auto");
}
.section-four .sec-smalldiv img{
	height: auto!important;
    max-height: inherit;
}
/*.sections .item a img{
	width: 100%;
    max-height: 600px;
    _height: expression((document.documentElement.clientHeight||document.body.clientHeight)>600?"600px":"auto");
}*/
.sections .owl .sec-a p{
	width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 999;
}
.sections .owl .sec-a p a{
	font-size: 14px;
    display: block;
    width: 90px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #b31818;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.sections .owl .sec-a p a:hover {
    background: #D80A14;
}
.owl.owl-theme .owl-controls{
	margin: 0!important;
}
.owl-theme .owl-controls .owl-pagination{
	width: 100%;
	height: auto;
	margin: 0;
	position: absolute;
	bottom: 0;
}
.owl.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/icons_qiu1.png) no-repeat;
	background-position: center;
	filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 50%;
    behavior: url(../js/libjs/ie-css3.htc);
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
}
.owl.owl-theme .owl-controls .owl-page.active span, 
.owl.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: url(../img/icons_qiu2.png) no-repeat;
	background-position: center;
}
.owl.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	width: 30px;
    height: 70px;
    margin: 0;
    padding: 0;
	z-index: 999;
	border-radius: 0;
	opacity: 1;
	filter: Alpha(Opacity=100);
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.owl.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity:inherit;
	filter: inherit;
}
.owl.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 20px;
	background: url(../img/prev1.png) no-repeat;
	background-position: center;
}
.owl.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
	background: url(../img/prev2.png) no-repeat;
	background-position: center;
}
.owl.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 20px;
	background: url(../img/next1.png) no-repeat;
	background-position: center;
}
.owl.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background: url(../img/next2.png) no-repeat;
	background-position: center;
}
.cloud-five .cloudFive-div .owl .item{
	position: relative;
	height: 420px;
}
.cloud-five .cloudFive-div .owl .item a{
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
}
.cloud-five .cloudFive-div .owl .item a>img{
	width: 100%;
	height: 100%;
}


.cloud-five .owl.owl-theme .owl-controls .owl-buttons div{
	width: 50px;
    height: 100%;
    top: 0;
}
.cloud-five .owl.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 0;
	background: url(../img/next1.png) no-repeat;
    background-color: rgba(0,0,0,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
    background-position: center;
}
.cloud-five.sections .owl.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background: url(../img/next2.png) no-repeat;
    background-color: rgba(0,0,0,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
    background-position: center;
}
.cloud-five .owl.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	background: url(../img/prev1.png) no-repeat;
    background-color: rgba(0,0,0,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
    background-position: center;
}
.cloud-five.sections .owl.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: url(../img/prev2.png) no-repeat;
    background-color: rgba(0,0,0,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
    background-position: center;
}
.cloud-five .owl.owl-theme .owl-controls .owl-buttons div{
	display: none;
}
.cloud-five:hover .owl.owl-theme .owl-controls .owl-buttons div{
	display: block;
}

.secList .item.active:hover{
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
	 background-color: rgba(255,255,255,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
}

.cloudFive-div .owl .item.active .bg-red{
	background: #333;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div .owl .item.active .cloudFive-mask .mask-content{
	top: 80px;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div .owl .item.active .cloudFive-mask .mask-content .item-link,
.cloudFive-div .owl .item.active .cloudFive-mask .mask-content .item-desc{
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div .owl .item.active .cloudFive-mask .mask-content .item-link:hover{
	background: #c3c3c3;
    color: #333;
    border-color: #C3C3C3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.sections .owl .item img{
	width: 100%;
	min-height: 500px;
    max-height: 600px;
   	_height:expression(this.scrollHeight > 600 ? "600px" : (this.scrollHeight < 500? "500px" : "auto"));
}







.sections .bx-wrapper a.bx-prev{
	left: 20px;
}
.sections .bx-wrapper a.bx-next{
	right: 20px;
}
.bx-wrapper img{
	margin-left: auto;
	margin-right: auto;
}
.bx-wrapper .bx-controls-direction a{
	width: 30px;
	height: 70px;
	margin: 0;
	z-index: 999;
}
.bx-wrapper .bx-prev{
	left: -50px;
	background: url(http://www.yonyou.com/static/images/prev2.png) no-repeat;
}
.bx-wrapper .bx-prev:hover{
	background: url(http://www.yonyou.com/static/images/prev2.png) 0px -70px no-repeat;
}
.bx-wrapper .bx-next{
	right: -50px;
	background: url(http://www.yonyou.com/static/images/next2.png) no-repeat;
}
.bx-wrapper .bx-next:hover{
	background: url(http://www.yonyou.com/static/images/next2.png) 0px -70px no-repeat;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: url(../img/icons_qiu1.png) no-repeat;
	background-position: center;
	-moz-box-shadow:0px 0px 5px #333; 
	-webkit-box-shadow:0px 0px 5px #333; 
	box-shadow:0px 0px 5px #333;
	margin: 0 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: url(../img/icons_qiu2.png) no-repeat;
	background-position: center;
}
.sections ul>li .sec-a p{
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 999;
}
.sections ul>li .sec-a{
	display: block;
	width: 100%;
}
.sections ul>li .sec-a p a{
	font-size: 14px;
	display: block;
	width: 90px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #b31818;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.sections ul>li .sec-a p a:hover{
	background: #D80A14;
}
.sections h1{
	text-align: left;
	margin-bottom: 35px;
}
.sections h1>span{
	color: #333;
}
.sections h1>span:first-of-type{
	color: #d80a14;
}
.sections h1>span:nth-child(2){
	padding: 0 20px;
}

/*section-five*/
.section-five .secRight{
	width: 40%;
	height: 100%;
	background: rgba(216,10,20,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2D80A14,endColorstr=#b2D80A14);
}
.section-five .secRight h1{
	width: auto;
}
.section-five .secRight h1 span{
	left: 25px;
	padding-bottom: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.cloud-five .secList{
	display: none!important;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: -200%;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.cloud-five .secBigList:hover .secList{
	bottom: 0;
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.cloud-five .secBigList .secListImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.cloud-five .secBigList .secListImg>a{
	display: block;
	width: 100%;
	height: 100%;
}
.cloud-five.sections .secBigList .secListImg img{
	width: 50%;
	min-height: inherit;
	max-height: inherit;
	height: auto;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
}
.cloud-five.sections .secBigList .secListImg .secListImg-p{
	width: 50%;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 26px;
	text-align: center;
}
.cloud-five.sections .secBigList .secListImg .secListImg-p .secListImg-two{
	color: #D80A14;
}
.cloud-five .cloudFive-div .secList .item{
	padding: 0;
	height: 100%;
}
.secBigList .row{
	margin: 0;
}
.secBigList .secList .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.secBigList .secList .item .item-title{
	font-size: 45px;
	padding: 10px 0px;
	line-height: 1.5;
}
.secBigList .cloudFive-mask .mask-content{
	top: 30%;
	padding: 30px;
}
.secBigList .cloudFive-mask .mask-content p{
	line-height: 1.4;
}
.secBigList .cloudFive-mask .mask-content .item-link{
	font-size: 16px;
	padding: 5px;
	height: auto;
	line-height: normal;
}
.secBigList .cloudFive-mask .mask-content h4 ,.secBigList .cloudFive-mask .mask-content p{
	text-align: left;
	font-size: 16px;
}
.secBigList .cloudFive-mask .mask-content h4{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.secBigList .cloudFive-mask .mask-content .item-desc{
	padding: 0;
}
.secBigList .owl .item.active .cloudFive-mask .mask-content{
	-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.secBigList .item .item-title{
	text-align: left;
}
/*section-five*/
.section-five.active .secImg{
	opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
	transition: 1s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}
.section-five .secImg{
	opacity: 1;
    filter: alpha(opacity=100);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	transition: 1s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}
.section-five .secImg .container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-width: 1170px;
}
.section-five .secImg img{
	width: 100%;
	height: 100%;
}
.section-five .secImg .container h1{
	font-size: 60px;
	color: #D80A14;
	font-weight: 600;
	position: absolute;
	top: 10%;
	left: 0;
}
.section-five .secImg .container p{
	position: absolute;
	top: 65%;
	left: 0;
	font-size: 28px;
	color: #fff;
}
.section-five .secImg .container p>span{
	display: block;
}
.section-five .secImg .container p>button{
	font-size: 18px;
	display: block;
	padding: 5px 20px;
	background: 0;
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 50px auto 0;
}
.section-five .secImg .container p>button:hover{
	background: #c3c3c3;
    color: #333;
    border-color: #C3C3C3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.section-five .mosaic{
	margin: 5px;
}
.section-five .mosaic .mosaic-a{
	margin: 0;
	padding: 0;
	background: #fff;
}
.section-five .mosaic .mosaic-a .mosaic-wrapp{
	padding: 5px;
	position: relative;
}

.section-five .mosaic .mosaic-a .mosaics-a{
	margin: 0;
	padding: 0;
}
.section-five .mosaic .mosaic-a .mosaics-a a{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.section-five .mosaic .mosaic-a .mosaics-a a img{
	width: auto;
}
.section-five .mosaic .mosaic-a a{
	position: relative;
	display: block;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}
.section-five .mosaic .mosaic-a .mosaic-wrapp:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1)
	transform: scale(1.1);
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section-five .mosaic .mosaic-a .mosaic-wrapp a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section-five .mosaic .mosaic-a .mosaic-wrapp:hover a:before{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
	z-index: 9;
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section-five .mosaic .mosaic-a .mosaic-wrapp:hover a>span{
	color: #D80A14;
	border-color: #D80A14;
}

.section-five .mosaic .mosaic-a a span{
	position: absolute;
	font-weight: 600;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 24px;
	border-bottom: 2px solid #fff;
	z-index: 99;
}
.section-five .mosaic .mosaic-a a img{
	width: 100%;
	height: 100%;
	transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section-five .mosaic .mosaic-one{
	height: 300px;
}
.section-five .mosaic .mosaic-ones{
	height: 400px;
	overflow: hidden;
}
.section-five .mosaic .mosaic-a .mosaic-ones img{
	width: auto;
}
.section-five .mosaic .mosaic-two{
	height: 200px;
}
.section-five .mosaic .mosaics-two{
	height: 190px;
}
.section-five .mosaic .mosaic-two img{
	width: 100%;
}

/*section-six*/
.section-six{
	padding-bottom: 60px;
	margin-top: 10px;
	position: relative;
}
.six-content{
	float: left;
}
.six-content:after{
	width: 60%;
	content: '';
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	/*border-bottom: 1px solid #333;*/
}
.six-content .six-left,.six-content .six-right{
	float: left;
}
.six-content .six-left{
	width: 50%;
}
.six-content .six-right{
	overflow: hidden;
	height: 315px;
	padding-left: 40px;
	text-indent: 32px;
	font-size: 16px;
	width: 50%;
	line-height: 1.8;
}
.six-content .six-left .sixLeft-bottom{
	width: 100%;
}
.six-content .six-left .sixLeft-bottom li{
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 50px;
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap
}
.six-content .six-left .sixLeft-bottom li:nth-of-type(3),.six-content .six-left .sixLeft-bottom li:nth-of-type(4){
	margin-bottom: 0;
}
.six-content .six-left .sixLeft-bottom li>a:before{
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2e2e2e;
	
}
.six-content .six-left .sixLeft-bottom li:nth-child(2)>a:before{
	background: #cacaca;
}
.six-content .six-left .sixLeft-bottom li:nth-child(3)>a:before{
	background: #979797;
}
.six-content .six-left .sixLeft-bottom li:nth-child(4)>a:before{
	background: #d80a14;
}
.leftmenu{
	display: block;
	/*height: 245px;*/
	width: 50px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	font-size: 14px;
	cursor: pointer;
}
/*section-seven*/
.section-seven{
	margin-top: 45px;
	margin-bottom: 45px;
}
.section-seven .item{
	cursor: pointer;
	position: relative;
	height: 250px;
}
/*.section-seven .item:hover .item-div{
	top: -200%;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}*/
.section-seven .item:hover .item-div .pic img{
	transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}


.section-seven .item .item-list{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.section-seven .item .item-list p{
	display: block;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
	overflow: hidden;
}
.section-seven .item .item-list p a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	line-height: 2;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.section-seven .item .item-div{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section-seven .item .pic{
	height: 130px;
}
.section-seven .item .pic a{
	display: block;
	height: 100%;
	text-align: center;
	line-height: 130px;
}
.section-seven .item .pic img{
	display: inline-block;   
	width: 90px;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section-seven .item .title{
	text-align: center;
	font-size: 18px;
}
.section-seven .owl-theme .owl-controls .owl-pagination{
	bottom: -20px;
}
.section-seven  .owl.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -30px;
}
.section-seven  .owl.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -30px;
}
/*section-eight*/
.section-eight{
	position: relative;
	width: 100%;
}
.section-eight .eightImg{
	width: 100%;
	/*height: 100%;*/
}
.section-eight>ul{
	padding: 60px 150px;
}

.section-eight li>a{
	color: #fff;
	text-align: center;
}
.section-eight li>a b{
	margin: 0 10px;
}
.section-eight li>a h1,
.section-eight li>a h2{
	line-height: 1.5;
	/*font-weight: 600;*/
}
.section-eight .owl-theme .owl-controls .owl-pagination{
	width: 10px;
	height: 100%;
	top: 45%;
	right: 60px;
	text-align: center;
}
.section-eight .owl.owl-theme .owl-controls .owl-page span{
	width: 7px;
	height: 7px;
	background: 0;
	background: #fff;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	box-shadow:0 0 0;
	border-radius:50% ;
	padding: 0;
	margin: 0;
	position: relative;
}
.section-eight .owl.owl-theme .owl-controls .owl-page span:after{
	content: '';
    position: absolute;
    top: 50%; 
    left: 50%; 
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%) scale(.4);
    -moz-transform: translate(-50%,-50%) scale(.4);
    transform: translate(-50%,-50%) scale(.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.section-eight .owl.owl-theme .owl-controls .owl-page.active span:after {
    -webkit-transform: translate(-50%,-50%) scale(1.4);
    -moz-transform: translate(-50%,-50%) scale(1.4);
    transform: translate(-50%,-50%) scale(1.4);
}
.section-eight .owl.owl-theme .owl-controls .owl-page.active span, 
.section-eight .owl.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #333;
}

.section-eight .owl.owl-theme .owl-controls .owl-buttons div{
	top: 40%;
}
.section-eight .owl-theme .owl-controls .owl-page{
	margin-bottom: 10px;
}

.leftmenu .bar>li{
	background: #fff;
}
.leftmenu .bar>li.barLi-two a{
	display: block;
	color: #333;
	padding: 20px 15px 20px;
	text-align: center;
}
.leftmenu .bar>li.barLi-three{
	margin-top: 10px;
}
.leftmenu .bar li a{
	display: block;
	width: 100%;
}
.leftmenu .bar>li .top{
	height: 50px;
	background: url(../img/leftMenu/top.png) center no-repeat;
}

.leftmenu .bar>li .open{
	height: 50px;
	background: url(../img/leftMenu/open2.png) center no-repeat;
	background-color: #d80a14;
}

.leftmenu .openDiv{
	display: block;
}
.leftmenu .openDiv.form-div{
	width: 402px;
	/*height: 100%;*/
	position: absolute;
	right: -500px;
	top: 0;
	background: #fff;
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5fffdfd,endColorstr=#E5fffdfd);
}

.leftmenu .openDiv.form-div .form-li{
	font-size: 26px;
}
.leftmenu .openDiv .formBottom-div{
	margin: 0;
	margin-top: 30px;
}
.leftmenu .openDiv .formBottom-div h4{
	font-size: 14px;
}
.leftmenu .openDiv .formBottom-div span{
	height: 45px;
}
.leftmenu .openDiv .formBottom-div .formBottom-left{
	border-right: 1px solid #333;
}
.leftmenu .openDiv .formBottom-div .formBottom-left span{
	background: url(../img/leftMenu/leftBottom-left.png) no-repeat center;
	/*background-size: contain;*/
}
.leftmenu .openDiv .formBottom-div .formBottom-right span{
	background: url(../img/leftMenu/leftBottom-right.png) no-repeat center;
	/*background-size: contain;*/
}
.leftmenu .openDiv .formBottom-div li{
	width: 199px;
	padding: 0 40px;
}
.leftmenu .openDiv .formBottom-div li a{
	color: #333;
}
.leftmenu .openDiv .formBottom-div li b{
	font-weight: 400;
	font-size: 12px;
}
#sub{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
}
.form-sub{
	width: 400px;
	height: 100%;
	overflow-y: auto;
	z-index: 9999;
	padding: 25px;
	position: absolute;
	color: #D80A14;
	background: rgba(60,60,60,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c83c3c3c,endColorstr=#c83c3c3c);
	color: #fff;
	top: 0;
	right: -600px;
}
.form-sub form .form-b{
	text-align: left;
	height: 37px;
    padding: 15px;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: -10px;
	color: #000;
	cursor: pointer;
	background: url(../img/del.png) no-repeat top center;
	border: 0;
	box-sizing: border-box;
}
.form-sub form{
	position: relative;
	padding: 15px 20px;
	background: #fff;
	color: #333;
	height: auto;
}
.form-sub h4{
	margin: 0;
	padding: 0;
	text-align: left;
}
.form-sub p{
	font-size: 14px;
	margin: 10px 0;
}
.form-sub ul li{
	color: #666;
	background: #f2f2f2;
	padding: 10px 15px 10px;
	margin-bottom: 18px;
	outline: none;
}
.form-sub ul li button{
	width: 50%;
	height: 100%;
	background: #727172;
	border: 0;
	color: #fff;
	padding: 10px 0;
}
.form-sub ul li>input{
	width: 100%;
	border: 0;
	background: url(../img/user.jpg) no-repeat center right;
}
.form-sub ul li input[type=radio]{
	background: 0;
}
.form-sub ul li textarea{
	resize: none;
	outline: none;
	border: 0;
	width: 100%;
	background: #F2F2F2;
}
.form-sub h4 span{
	display: inline-table;
}
.form-sub .radio-div{
	float: right;
}
.form-sub .radio-div,.form-sub .radio-div label{
	
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -moz-box-orient:horizontal;
    -moz-box-direction:normal;
    flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction: row;
}
.form-sub .radio-div label input{
	background: 0;
	border: 1px solid #333;
}
.form-sub .radio-inline{
	margin-right: 10px;
	display: inline-table;
	padding-top: 0;
	vertical-align:auto;
}
.form-sub label{
	margin-right: 10px
}
.form-sub label input{
	margin: 0;
	margin-right: 3px;
	background: none;
}
.form-sub .checkbox-inline input{
	display: block;
	outline: none;
	width: auto;
	border: 1px solid #c33;
	background: 0;
}
.leftmenu .openDiv span{
	display: block;
	margin-bottom: 10px;
}
.leftmenu .openDiv h4{
	text-align: center;
}
.flexbox{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -moz-box-orient:horizontal;
    -moz-box-direction:normal;
    flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction: row;
}
.flexbox input{
	padding: 0;
	margin: 0;
	border: 1px solid #333!important;
	background: 0!important;
}

/*cloud-five*/
.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	height: 100%;
}

.cloud-five .bx-wrapper{
	margin-bottom: 60px;
}
.cloud-five .bx-wrapper img{
	width: 100%;
	height: 100%;
}

.cloud-five .cloudFive-div ul li{
	position: relative;
	height: 420px;
}
.cloud-five .cloudFive-div ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.cloud-five .bx-wrapper .bx-controls-direction a{
	display: none;
	width: 50px;
	height: 100%;
	top: 0;
}
.cloudFive-div:hover .bx-wrapper .bx-controls-direction a{
	display: block;
}
.cloud-five.sections .bx-wrapper .bx-prev{
	left: 0px;
	background: url(../img/prev1.png) no-repeat;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	background-position: center;
}
.cloud-five.sections .bx-wrapper .bx-prev:hover{
	background: url(../img/prev2.png) no-repeat;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	background-position: center;
}
.cloud-five.sections .bx-wrapper .bx-next{
	right: 0px;
	background: url(../img/next1.png) no-repeat;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	background-position: center;
}
.cloud-five.sections .bx-wrapper .bx-next:hover{
	background: url(../img/next2.png) no-repeat;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	background-position: center;
}

.cloudFive-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cloudFive-mask .bg-red{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
}
.cloudFive-mask .mask-content{
	position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
	color: #fff;
	text-align: center;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-mask .mask-content .item-title{
	font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: 700;
}
.cloudFive-mask .mask-content .item-desc{
	font-size: 14px;
    margin-top: 30px;
    padding: 0 50px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.cloudFive-mask .mask-content .item-link{
	display: inline-block;
    border: 2px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 62px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
/*.cloudFive-div .cloudFive-mask .mask-content .item-link:hover span{
	background: #D80A14;
	border-color: #D80A14;
	
}*/
.cloudFive-div ul li.active .bg-red{
	background: #333;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div ul li.active .cloudFive-mask .mask-content{
	top: 80px;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div ul li.active .cloudFive-mask .mask-content .item-link,
.cloudFive-div ul li.active .cloudFive-mask .mask-content .item-desc{
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
}
.cloudFive-div ul li.active .cloudFive-mask .mask-content .item-link:hover{
	background: #D80A14;
	border-color: #D80A14;
}



/*footer*/
.footer .container{
	padding: 40px 0;
}
.footer{
	background: #242424;
	width: 100%;
	font-size: 14px;
}
.footer .footer-left{
	float: left;
	padding-left: 20px;
}
.footer .footer-right{
	float: right;
}
.footer .footer-left ul,.footer .footer-right ul{
	float: left;
	line-height: 25px;
	font-size: 16px;
}
.footer .footer-left{
	width: 60%;
}
.footer .footer-left ul{
	width: 25%;
}
.footer .footer-left ul li{
	font-size: 16px;
}
.footer .footer-left span{
    color: #a5a5a5;
    font-weight: 600;
    font-size: 18px;
}
.footer .footer-left a,.footer .footer-right .bai{
	color: #fff;
}
.footer .footer-right{
	width: 40%;
}

.footer .footer-right span{
	color: #fff;
}
.footer .footer-right .tel{
	font-size: 20px;
	font-weight: bold;
}
.footer .footer-right .footerUl{
	float: right;
	margin: 0;
}
.footer .footer-right .footerUl li{
	width: 120px;
	height: 120px;
}
.footer .footer-right .footerUl li img{
	width: 100%;
	height: 100%;
}
.footer .footer-bottom{
    background: #333333;
    line-height: 70px;
}
.footer-bottom .container{
	padding: 0;
}
.footer-bottom .container ul li{
	float: left;
}
.footer .footer-bottom ul li span {
    margin: 0px 5px;
    color: #666;
}
.footer-bottom .container ul li a:link,.footer-bottom .container ul li a:visited {
    color: #666;
}
.footer .footer-bottom .fr{
	float: right;
	overflow: hidden;
	color: #666;
}

.main-one>li>ul>li,.main-four>li{
	padding: 0 10px;
}
