@charset "UTF-8";
/* CSS Document */

/*commmon*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
*:focus{outline:none;}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i{ font-style:normal}
ul li{ list-style:none;}l
input { outline: none;}
img { border: 0 none; display:block;}

html{ height:100%; min-height:100%;}
body{ 
    color: #333;
	font-size: 14px; 
	font-weight:normal;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#fff;
	width:100%;
	min-width:1200px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.fr{ float:right;}
.fl{ float:left;}
.clearfloat:after{ display:block; content:''; clear: both;}

.fz28{ font-size: 28px;}
.fz24{ font-size: 24px;}
.fz20{ font-size: 20px;}
.fz18{ font-size: 18px;}
.fz16{ font-size: 16px;}
.fz14{ font-size: 14px;}
.fz12{ font-size: 12px;}



.hsy-main-banner{
	width:100%;
	min-width:1200px;
	height:450px;
	/* background:url(/images/yonyou/haoshengyi/banner.jpg) no-repeat center; */
	background-size:cover;
	position:relative;
}
.hsy-banner-btn{
	width:440px;
	position:absolute;
	left:50%;
	margin-left:-220px;
	bottom:50px;
	z-index:10;
}
.hsy-banner-btn a{
	display:block;
	float:left;
	margin:0 20px;
	width:180px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
}


.hsy-icon-box{
	width:1200px;
	margin:80px auto;
	position:relative;
}
.hsy-icon-box-border{
	width:100%;
	height:24px;
	border-bottom:1px solid #ededed;
	background:url(/images/yonyou/haoshengyi/arrow.png) no-repeat 580px 8px;
	background-size:auto 15px;
	position:absolute;
	left:0;
	top:120px;
	z-index:10;
}
.hsy-icon-box ul{ width:100%;}
.hsy-icon-box ul li{
	width:400px;
	float:left;
	padding:94px 14px 20px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:88px auto;
	color:#999;
}
.title-hsy-icon{
	width:100%;
	text-align:center;
	color:#ff8c3f;
	margin-bottom:60px;
}
.text-hsy-icon{
	width:100%;
	text-align:center;
	color:#333;
	margin-bottom:10px;
}
.crile-p{
	padding-left:10px;
	background:url(/images/yonyou/haoshengyi/p-crile.png) no-repeat left 8px;
	background-size:5px auto;
	line-height:20px;
	margin-left:60px;
}


/*轮播*/
.lunbo-box{
	width:100%;
	min-width:1200px;
	background:#f9f9f9;
	height:700px;
	padding:60px 0;
	position:relative;
}
.lunbo-box-mid{
	width:1000px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
.lunbo-box-mid ul{
	width:9999px;
	height:700px;
}
.lunbo-box-mid ul li{
	width:1000px;
	height:600px;
	float:left;
}
.lunbo-btn{
	width:1200px;
	height:100px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-600px;
	z-index:10;
}
.lunbo-btn a{
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:0;
	z-index:20;
}


.green-box{
	width:100%;
	min-width:1200px;
	height:720px;
	background:url(/images/yonyou/haoshengyi/green-bg.png) no-repeat center bottom;
	background-size:cover;
	padding-top:140px;
}
.green-box p{
	width:100%;
	min-width:1200px;
	text-align:center;
	color:#fff;
}
.kai-box{
	width:1000px;
	margin:60px auto;
}

.fore-box{
	width:100%;
	min-width:1200px;
	padding:60px 0;
	background:#f9f9f9;
}
.fore-box ul{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.fore-box ul li{
	width:600px;
	height:440px;
	float:left;
	background:#fff;
	color:#999;
}
.fore-p-icon{
	padding-left:24px;
	color:#666;
	font-size:18px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:16px auto;
	margin-bottom:22px;
}
.yelw-box span{
	display:inline-block;
	width:16px;
	height:16px;
	color:#fff;
	text-align:center;
	line-height:16px;
	border-radius:50px;
	background:#EEA277;
	margin-right:4px;
}


.yellow-box{
	width:100%;
	min-width:1200px;
	background:url(/images/yonyou/haoshengyi/bg.jpg) no-repeat center;
	background-size:cover;
	padding:100px 0 200px;
}
.title-box{
	width:350px;
	height:70px;
	margin:0 auto 40px;
	background:url(/images/yonyou/haoshengyi/title.png) no-repeat center;
	background-size:350px auto;
}
.list-video{
	width:1000px;
	margin:0 auto;
}
.list-video li{
	width:450px;
	float:left;
	cursor: pointer;
}
.list-video li:hover{
	box-shadow:0 0 25px rgba(0,0,0,0.2);
}

.list-video li:hover .video-text{
	background:rgba(255,255,255,0.3);
}
.video-img-box{
	width:100%;
	height:250px;
	position:relative;
}
.video-img-box img{
	width:100%;
}
.bg-icon{
	width:100%;
	height:100%;
	background:url(/images/yonyou/haoshengyi/icon-video.png) no-repeat center rgba(0,0,0,0.6);
	background-size:60px auto;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.video-text{
	width:100%;
	height:300px;
	padding:50px 54px;
	font-size:14px;
	line-height:24px;
	color:#fff;
	background:rgba(255,255,255,0.2);
}
.title-video{
	text-align:center;
	font-size:24px;
	font-weight:700;
	margin-bottom:14px;
}

.confirmBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  position: fixed;
  left: 0;
  top: 0;
  display: none; }
  .confirmBox .movieBox {
    width: 800px;
    height: 450px;
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px; }
    .confirmBox .movieBox .movieTitle {
      width: 100%;
      height: 40px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
      .confirmBox .movieBox .movieTitle p {
        text-align: center;
        line-height: 40px;
        color: #fff; }
      .confirmBox .movieBox .movieTitle .closeMovie {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 100%;
        z-index: 1101;
        cursor: pointer;
        background: url(/images/yonyou/haoshengyi/close.png) no-repeat center center;
        background-size: 40% 40%; }
    .confirmBox .movieBox .movie {
      width: 100%;
      height: 100%; }

	  .qr-code{
    position: absolute;
    top: 78px;
    right: -36px;
    box-sizing: border-box;
    width: 120px;
    padding: 10px;
    height: 142px;
    text-align: center;
    z-index: 9999;
    background: #fff;
    display: none;
}
.qr-code p{
	font-size: 10px;
    line-height: 12px;
    padding-top: 8px;
    color: #ff8c3f;
    }
.right-nav{
	position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1000;
    width: 77px;
    height: 383px;
    overflow: hidden;
}    
.right-nav .right-item{
    display: block;
    width: 77px;
    height: 75px;
    background-repeat: no-repeat;
}
 .right-item:hover{
	background-image: url(/images/yonyou/haoshengyi/right_item_hover.png)!important;
}

.consultation-iphone{
    position: fixed;
    right: 70px;
    bottom: 286px;
    z-index: 1000;
    display: block;
    width: 196px;
    height: 56px;
}
.communication-qr-code{
	display: block;
    position: fixed;
    right: 77px;
    bottom: 103px;
    width: 130px;
    height: 130px;
}
.pop-pay-box{ 
   position:fixed; top:0; left:0; width:100%; height:100%; z-index:100; color:#666;
   background:rgba(0,0,0,0.4);
}
.pop-pay-tab4{ 
  background-color:#fff;
  position:absolute;margin-left:50%; top:100px; left:-230px; z-index:110;
}
.pop-pay-qiye{
  width:460px;height:42px; line-height:42px; text-align:left;
  background:#ededed;
  padding:0 0 0 20px;
}
.close-pop-icon{
  position:absolute;
   top:12px; 
   right:20px;
  width:18px;
   height:18px;
  background:url(/images/yonyou/haoshengyi/pop-close.png) no-repeat center;
  background-size:14px auto;
  z-index:10;
}
.pop-mid-conmpany2{ width:460px; padding:30px 15px;}
.pop-mid-conmpany2 ul li{ margin-bottom:20px;}
.conmpany-g-chose{ display:block; width:20px; height:20px; border:1px solid #bbb; border-radius:100%;}
.conmpany-img{ margin-right:10px;}
.active-conmpany-name .conmpany-g-chose{ 
  background: url(/images/yonyou/haoshengyi/conmpany-a.png) no-repeat center; background-size:18px;
  border:none;
}
.none-active-conmpany-name .conmpany-g-chose{ background-color:#e9e9e9; border-color: #bbb;}
.sure-btn-qiye{ 
  display:inline-block; width:100px; height:30px; line-height:30px; color:#fff;
  border-radius:3px; background:#ff8c3f; text-align:center;margin-bottom: 14px;
}
.cancel-btn-qiye{
    display:inline-block; width:100px; height:30px; line-height:30px;  color: #000;
    border-radius:3px;     background: #fff;
    border: 1px solid #ddd; text-align:center; margin-bottom: 14px;
}
.sure-btn-qiye:hover{
  box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
  -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}

.lunbo-box{
	width:100%;
	min-width:1200px;
	background:#f9f9f9;
	height:700px;
	padding:60px 0;
	position:relative;
}
.lunbo-box-container{
	width:1000px;
	margin:0 auto;
}
.lunbo-box-mid{
	width:1000px;
	height:100%;
	overflow:hidden;
}
.lunbo-box-mid .swiper-slide{
	margin: 0 auto;
	width:1000px;
	height:600px;
	float:left;
}
.lunbo-box-mid .swiper-slide img{
	width:1000px;
	height:545px;
	float:left;
}
.lunbo-btn{
	width:1200px;
	height:100px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-600px;
	z-index:10;
}
.lunbo-btn a{
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:0;
	z-index:20;
}
.pagination{
	width: 200px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	z-index: 500;
}
.pagination .swiper-pagination-switch{
	display: inline-block;
	width: 30px;
	height:5px;
	background: #dedede;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 5px;
}
.pagination .swiper-active-switch{
	background: #f86e47;
}

.banner-container{
	width: 100%;
    min-width: 1200px;
    height: 450px;
    background-size: cover;
    position: relative;
    
}
.banner-container .banner-mid{
	width: 100%;
}

 .banner-mid .swiper-slide{
	width: 100%;
}
 .banner-mid .swiper-slide img{
	height: 450px;
}
.hsy-main-banner{
		overflow:hidden;
}

 .bannerPagination{
    position: absolute;
    z-index: 20;
    bottom: 16px;
    width: 100%;
    text-align: center;
}

 .bannerPagination .swiper-pagination-switch{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: none;
    cursor: pointer;
}

.bannerPagination .swiper-active-switch{
	background: #ff8c3f;
}
#udesk_btn{
	display:none;
}