
/*header begin*/
.box{ width:100%; height:auto; min-height:auto; position:fixed; left:0; z-index:9999999; top:0; background:url(../images/bg.png) repeat; padding:22px 20px 22px 20px;}
.logo{ float:left; width:50%; height:auto;}
.logo img{ display:block; max-width:100%;}
.youn{ float:right; width:26%; margin-top:14px; position:relative;}
.youn_l{ float:left; width:100px; height:39px; border:1px solid #ff2f53; border-radius:5px;}
.youn_l li{ position:relative; background:url(../images/bg1.png) no-repeat 71px center; line-height:37px;}
.youn_l li a{ padding-left:16px; display:block; color:#ffffff; font-size:16px; font-family: "PINGFANG BOLD";}
.gonw{ position:absolute; height:0; overflow:hidden; opacity:0; left:0; top:38px; color:#fff;transition: all 1s ease; background:#000; width:100%;}
.gonw a{padding-left:16px; display:block; color:#ffffff; font-size:16px; font-family: "PINGFANG BOLD";}
.youn_l li:hover .gonw{ height:auto;opacity:1;}
@media(max-width:414px){
.youn{ float:right; width:32%; margin-top:0px; position:relative;}	
.youn_l{ float:left; width:80px; height:34px; border:1px solid #ff2f53; border-radius:5px;}
.youn_l li{ position:relative; background:url(../images/bg1.png) no-repeat 56px center; line-height:32px;}
.youn_l li a{ padding-left:16px; display:block; color:#ffffff; font-size:16px; font-family: "PINGFANG BOLD";}
.box{ width:100%; height:auto; min-height:auto; position:fixed; left:0; z-index:9999999; top:0; background:url(../images/bg.png) repeat; padding:22px 20px 22px 15px;}
.gonw{ position:absolute; height:0; overflow:hidden; opacity:0; left:0; top:34px; color:#fff;transition: all 1s ease; background:#000; width:100%;}
.youn_l li a{ padding-left:10px; display:block; color:#ffffff; font-size:14px; font-family: "PINGFANG BOLD";}
.gonw a{padding-left:16px; display:block; color:#ffffff; font-size:14px; font-family: "PINGFANG BOLD";}
}
@media(max-width:360px){
.logo{ float:left; width:53%; height:auto;}	
.youn{ float:right; width:36%; margin-top:0px; position:relative;}	

}
/*header end*/

/*fotter begin*/
.box15{ clear:both; width:100%; height:auto; overflow:hidden; background:#f5f5f5; padding:30px 20px; margin-bottom:30px;}
.hyt_logo{ height:auto; overflow:hidden; border-bottom:1px solid #ccc; margin-bottom:25px; padding-bottom:25px;}
.hyt_logo img{ display:block; max-width:40%; margin:0 auto;}
.hyt_dh{ height:auto; overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:25px; margin-bottom:25px;}
.hyt_dh_l{ float:left; width:60%; height:auto;}
.hyt_dh_l p{ color:#333333; font-size:14px; font-family: "PINGFANG BOLD"; line-height:24px;}
.hyt_dh_l h1{ color:#ff2f53; font-size:16px; font-family: "PINGFANG BOLD";line-height:24px;}
.hyt_dh_r{ float:right; width:40%; height:48px; background:#ff2f53; border-radius:5px; text-align:center; line-height:48px; color:#fff; font-size:16px;font-family: "PINGFANG REGULAR";}
.hyt_dh_r img{ vertical-align:middle; margin-left:10px; width:20px;}

.hyt_na{ height:auto; overflow:hidden; margin-bottom:25px;}
.menuTitle1{cursor:pointer;display:block; background:url(../images/bg2.jpg) no-repeat right center; color:#000000; font-size:18px;font-family: "PINGFANG REGULAR"; line-height:45px; border-bottom:1px solid #ccc;}

.menuTitlee{cursor:pointer;display:block; background:url(../images/bg2.jpg) no-repeat right center; color:#000000; font-size:18px;font-family: "PINGFANG REGULAR"; line-height:45px; border-bottom:1px solid #ccc;}
.menuTitlee a{ display:block; color:#000000; font-size:18px;font-family: "PINGFANG REGULAR"; }

.activeTitle1{cursor:pointer; display:block; background:url(../images/bg3.jpg) no-repeat right center;line-height:45px; border-bottom:1px solid #ccc;}
.menuContent1{width:100%;  height:auto;text-align:left; display:none; padding:0px 0}
.menuContent1 li{ line-height:45px; border-bottom:1px solid #ccc; padding:0 15px;}
.menuContent1 li a{ color:#333; font-size:14px;font-family: "PINGFANG REGULAR";}
.weix{ width:74%; height:auto; margin:0 auto; overflow:hidden;}
.weix dl{ float:left; width:46%; height:auto; overflow:hidden; margin-bottom:15px;}
.weix dt{ height:auto; overflow:hidden;}
.weix dt img{ display:block; max-width:100%; margin:0 auto;}
.weix dd{ text-align:center; color:#333333; font-size:16px;}
.weix dl:nth-child(even){ float:right;}
.fotter{ height:auto; overflow:hidden; border-top:1px solid #ccc; padding:15px 0 0 0;}
.fotter p{ text-align:center; color:#999999; font-size:14px; line-height:24px;}
.fotter p a{ color:#999; font-size:14px;}
@media(max-width:414px){
.box15{ clear:both; width:100%; height:auto; overflow:hidden; background:#f5f5f5; padding:30px 15px;}
}

/*fotter end*/







.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #f9f9f9;
	border: 2px solid #000000;
	width:12px; height:12px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 50px;
	position: absolute;
	top: 2px;
	background: #000000;
	text-shadow: 0px;
	left: 2px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #000000;
	border: 2px solid #000000;
}

.regular-radio + label:active, .regular-radio:checked + label:active {

}





.daon{ width:100%; height:100%; position:fixed; z-index:99999999999; background:rgba(0,0,0,0.6); left:0; top:0;}
.shpin{ width:100%; height:450px;; margin:0 auto; margin-top:10%; position:relative;}
.video_b{ margin:0 auto; display:block; width:100%; height:auto;}
.gyui{ position:absolute; right:0; top:0;}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor:pointer;
  z-index:999999999
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.sjini{ width:100%; height:45px; background:#000; position:fixed; left:0; bottom:0; z-index:99999;}
.sjini li{ float:left; width:33.33%; height:auto; line-height:45px; border-right:1px solid #fff; text-align:center;}
.sjini li a{ color:#fff; font-size:14px;}















