@charset "utf-8";
/* CSS Document */
body{margin:auto;padding:0px;font-size:14px; font-family: 微软雅黑;-webkit-text-size-adjust: none; color: #666; background: #f8f8f8;}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
a { text-decoration:none; outline-style:none;  -webkit-transition: all .6s;transition: all .6s; color: #666;}
a:hover{ text-decoration: none; color: #c61d1e;}
ul,p{ padding:0px; margin:0px; list-style:none;}
img { border:none; max-width:100%;}
.fl { float:left; }
.fr { float:right; }
dt,dl,dd{ margin:0; padding:0;}
textarea{resize:none; padding:0;outline: none; font-family:微软雅黑;}
input{ padding:0; outline: none; transition: all .6s;}
i{ margin: 0px; padding: 0px; font-style: normal;}
.all { width:100%; height:auto; margin:auto; position:relative; z-index:1;}
.w1200{ width:1200px; margin:auto;}
.wf100{ width: 100%; float: left;}

.home_box1 .pull-left .banner_box .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;
}


/*banner*/
.banner_box{ width:100%; float: left; position: relative; overflow: hidden; height: 800px;}
.banner_box .bd ul li{ width:100%; height: 800px; float: left; background-size: cover; background-position: center;}
.banner_zt{ width:100%; position: absolute; left: 0; top: 50%; color: #fff; text-align: center; font-size: 40px;}
.banner_zt p{ opacity: 0; margin-top: 10px; font-weight: bold;}
.banner_zt p.clr1{ -webkit-transition: all .6s ease 1s;transition: all .6s ease 1s;}
.banner_zt p.clr2{ -webkit-transition: all .6s ease 1.2s;transition: all .6s ease 1.2s; padding: 10px 0 15px;}
.banner_zt p.clr3{ -webkit-transition: all .6s ease 1.4s;transition: all .6s ease 1.4s;}
.banner_box .bd ul li.on .banner_zt p,.banner_zt.active p{ opacity: 1; margin-top: 0;}

.ewm_img{ position: fixed; top: 50%; left: 50%; margin: -65px 0 0 -54px; z-index: 100; background: #fff; padding: 5px 2px 2px; display: none;}
.ewm_img i{ position: absolute; top: -11px; right: -9px; font-size: 16px; width:26px; height: 26px; overflow: hidden;line-height: 28px; text-align: center;background: #fff; border-radius: 100%; cursor: pointer; color: #000; transition: all .6s;}
.ewm_img i:hover{ transform: rotate(360deg);}
.ewm_img img{ float:left; width: 104px; height: 104px;}
.ewm_bg{ width:100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 99; background: rgba(0,0,0,0.6); display: none;}


.banner_box .hd{ position: absolute; left: 50%; bottom: 25px; z-index: 13;}
.banner_box .hd ul li{ float:left; width:10px; height: 10px; border-radius: 100px; background:#fff; text-indent: -9999px; cursor: pointer; margin: 0 6px;}
.banner_box .hd ul li.on{ background: #00b0ec}
.banner_box .prev,.banner_box .next{ width:87px; height: 87px; line-height: 65px; background: url(../images/btn_1.png) no-repeat left; position: absolute; left: 5%; top: 50%; margin-top: -60px; z-index: 12; text-align: center; color: #fff; font-size: 26px; cursor: pointer; opacity: 0; -webkit-transition: all .6s;transition: all .6s; overflow: hidden;}
.banner_box .next{ left:auto; right: 5%; background-position: right;}
.banner_box:hover .prev,.banner_box:hover .next{ opacity: 0.7;}
.banner_box .prev:hover,.banner_box .next:hover{ opacity: 1;}

.slideBox2{ position:relative; overflow:hidden; margin:0 auto; /* 设置焦点图最大宽度 */ width:100%; float: left; padding-bottom: 40px;}
.slideBox2 .hd{height:auto; overflow:hidden; position:absolute; left:50%; bottom:0; z-index:1;}
.slideBox2 .hd ul{ float:right;}
.slideBox2 .hd li{ display:inline-block; width:10px; height:10px; float:left; border-radius: 100%; background:#fff; border: 1px solid #000; text-indent:-9999px; overflow:hidden; margin:3px 10px 0 0; cursor: pointer;}
.slideBox2 .hd li.on{ width:16px; height: 16px; background:#595959; border: 3px solid #d4d4d4; margin-top: 0;}
.slideBox2 .bd{ position:relative; z-index:0;}
.slideBox2 .bd li .txt{position:absolute; left:0; top:0; z-index:999; font-size:30px;}
.slideBox2 .bd li{ position:relative; text-align:center;  }
.slideBox2 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox2 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox2 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:50%;  height:28px; line-height:24px; color:#fff;  text-align:left; font-size:14px; }
.slideBox2 .bd li .tit i{color:#fff; font-weight:bold;font-size:16px; margin-bottom:5px; line-height:30px;}

.head_box .head_btn{ position: absolute; top: 30px; right:3%; height: 19px; width:26px; z-index: 101; display: none;}
.head_box .head_btn i{ position: absolute; right: 0; display: block; width: 100%; height: 1px; background-color: #000;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}
.head_box .head_btn i.bar-top{ top: 0;}
.head_box .head_btn i.bar-cen{ top: 9px;}
.head_box .head_btn i.bar-bom{ bottom: 0;}


.all_center_box{ width:100%; float: left; margin-top: 160px; transition: all .6s;}
.all_center_box.active{ margin-top: 115px;}
@keyframes fadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeIn{
from {opacity: 0;}
to {opacity: 1;}
}

.Validform_wrong,.Validform_checktip{ display:none !important;}

.head_box{ position: relative; z-index: 20;}
.head_box .head_top{ background: #efefef; line-height: 30px;}
.head_box .head_top .pull-right a,.head_box .head_top .pull-right i,.head_box .head_top .pull-right span{ float: left;}
.head_box .head_top .pull-right i{margin: 0 10px;}
.head_box .head_top .pull-right span{ margin-left: 25px;}
.head_box .head_lower{ background: #fff;}
.head_box .head_lower .w1200{ position: relative;}
.head_box .head_lower .logo{ float: left; margin: 11.5px 24px 0 0;}
.head_box .head_lower .head_menu,.head_box .head_lower .head_menu ul li{ float: left; text-align: center;}
.head_box .head_lower .head_menu ul li{ margin-right: 15px; position: relative;}
.head_box .head_lower .head_menu ul li span a{ width: 88px; height: 80px; line-height: 80px; color: #333; font-size: 16px; float: left;}
.head_box .head_lower .head_menu ul li.active span a,.head_box .head_lower .head_menu ul li:hover span a{ background: #c61d1e; color: #fff;}
.head_box .head_lower .head_menu ul li .erji{ width: 100%; position: absolute; left: 0; top: 80px; background: rgba(198, 29, 30, 0.5); text-align: center; display: none; animation: fadeIn ease 1s;}
.head_box .head_lower .head_menu ul li .erji a{ width: 100%; float: left; color: #fff; line-height: 50px;}
.head_box .head_lower .head_menu ul li .erji a i{ display: inline-block; border-top: 1px solid #fff; width: 83%;}
.head_box .head_lower .head_menu ul li .erji a:first-child i{ border:none;}
.head_box .head_lower .head_menu ul li .erji a:hover{ background: rgba(198, 29, 30, 0.8);}
.head_box .head_lower .head_menu ul li:hover .erji{ display: block;}

.soso_box{ position: absolute; right: 0; top: 0; background: #fff; width: 36px; padding: 23px 0; transition: all .6s;}
.soso_box .form-control{  opacity: 0; transition: all .6s;}
.soso_box .btn{ width: 36px; position: absolute; right:0; top: 23px; background: url(../images/ico_1.png) no-repeat center; background-size: 20px;}
.soso_box em{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; cursor: pointer;}
.soso_box.active{ width: 250px;}
.soso_box.active .form-control{ opacity: 1;}
.soso_box.active em{ display: none;}

.home_box1{ padding: 15px 0; background: #efefef;}
.home_box1 .pull-left,.home_box1 .pull-right{ width: 595px;}
.home_box1 .pull-left .banner_box,.home_box1 .pull-left .banner_box .bd ul li{ height: 465px;}

.calendar_box{ background: #fff;}
.calendar_box .top_box{ background: #ddd; line-height: 44px; padding: 0 22px; color: #333;}
.calendar_box .top_box .fl{ font-size: 16px;}
.calendar_box .top_box .fr span{ float: left; margin-left: 30px; cursor: pointer;}
.calendar_box .top_box .fr span.active{ font-weight: bold; font-size: 18px; color: #c61d1e;}
.calendar_box .lower_box{ padding:10px 15px 0;}
.calendar_box .lower_box .week_box{ border-bottom: 1px solid #000; padding: 8px 0;}
.calendar_box .lower_box .week_box li{ width: 14.2%; float: left; text-align: center;}
.calendar_box .lower_box .date_box{ position: relative; padding: 8px 0;}
.calendar_box .lower_box .date_box ul li{  cursor:pointer; width: 55px; height: 55px; float: left; text-align: center; margin: 8.3px 12.6px; border-radius: 100%;}
.calendar_box .lower_box .date_box ul li span{ display: block; margin-top: 5px; color: #333;}
.calendar_box .lower_box .date_box ul li p{ color: #999;}
.calendar_box .lower_box .date_box ul li.tday{ background: #c61d1e; color: #fff;}
.calendar_box .lower_box .date_box ul li.tday span,.calendar_box .lower_box .date_box ul li.tday p{ color: #fff;}
.calendar_box .lower_box .date_box .prev,.calendar_box .lower_box .date_box .next{ font-size: 24px; color: #999; position: absolute; left: -8px; top: 50%; margin-top: -16px; cursor: pointer; z-index: 20;}
.calendar_box .lower_box .date_box .next{ left: auto; right: -8px;}

.rollnews_box{ background: #e4e4e4; margin-top: 14px; line-height: 40px; padding: 0 10px;}
.rollnews_box .fl{ width: 80%; background: url(../images/ico_2.png) no-repeat left; background-size: 28px; padding-left: 38px;}
.rollnews_box .fl .bd ul li{ width: 100%; float: left; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.home_title_box{ border-bottom: 1px solid #000; padding: 10px 0 12px; line-height: 35px; margin-top: 60px;}
.home_title_box img{ float: left; height: 35px;}
.home_title_box strong{ float: left; font-size: 22px; margin-left: 10px; color: #333;}
.home_title_box a{ float: right; color: #c61d1e;}

.home_box2{ overflow: hidden; margin-top: 20px;}
.home_box2 ul{ width: 110%; float: left;}
.home_box2 ul li{ width: 290px; height: 290px; height: 185px; float: left; position: relative; overflow: hidden; margin: 13px 13px 0 0;
}
.home_box2 ul li .imgs{ width: 100%; min-height: 100%; float: left; transition: all .6s;}
.home_box2 ul li .box_info{ width: 100%; height: 54px; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.5); padding: 5px 18px; color: #fff; display: table; transition: all .6s;}
.home_box2 ul li .box_info div{ display: table-cell; vertical-align: middle;}
.home_box2 ul li .box_info span{ display: block; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .6s;}
.home_box2 ul li .box_info i{ display: block; margin-top: 2px;}
.home_box2 ul li .box_info p{ display: block; height: 0; line-height: 24px; overflow: hidden; transition: all .6s;}
.home_box2 ul li:hover .box_info{ height: 100%;}
.home_box2 ul li:hover .box_info span{ font-size: 18px;}
.home_box2 ul li:hover .box_info p{ margin-top: 15px; height: 72px;}
.home_box2 ul li.active{ width: 593px; height: 593px; overflow: inherit;}
.home_box2 ul li.active em{ width: 72px; height: 206px; background: url(../images/ico_te.png); position: absolute; right: 15px; top: -15px; z-index: 2;}
.home_box2 ul li.active span{ font-size: 18px;}
.home_box2 ul li.active p{ height: auto;}

.home_box3{ margin-top: 35px;}
.home_box3 ul{ width: 100%; float: left;}
.home_box3 ul li{ width: 50%; float: left;}
.home_box3 ul.odd li .imgs{ float: left;}
.home_box3 ul.odd li .box_info{ float: right;}
.home_box3 ul.odd li .box_info .num{ float: left;}
.home_box3 ul.even li .imgs{ float: right;}
.home_box3 ul.even li .box_info{ float: left;}
.home_box3 ul.even li .box_info .num{ float: right;}
.home_box3 ul.even li .box_info .name,.home_box3 ul.even li .box_info .info{ text-align: right;}
.home_box3 ul li .imgs{ width: 50%; height: 297px; overflow: hidden;}
.home_box3 ul li .imgs img{ width: 100%; min-height: 100%; transition: all .6s;}
.home_box3 ul li .box_info{ width: 50%; height: 297px; padding: 0 28px; display: table; background: #fff; transition: all .6s;}
.home_box3 ul li .center-block{ display: table-cell; vertical-align: middle;}
.home_box3 ul li .box_info .name{ color: #999;}
.home_box3 ul li .box_info .name span{ display: block; color: #333; font-size: 18px;}
.home_box3 ul li .box_info .info{ color: #fff; line-height: 24px; margin-top: 8px; display: none;}
.home_box3 ul li .box_info .num{ margin-top: 40px;}
.home_box3 ul li .box_info .num span,.home_box3 ul li .box_info .num a{ float: left; color: #999;}
.home_box3 ul li .box_info .num a{ margin-left: 35px;}
.home_box3 ul li .box_info .num i{ float: left; margin: 0 5px 0 0; font-size: 18px;}
.home_box3 ul li:hover .box_info{ background: #c61d1e;}
.home_box3 ul li:hover .box_info .name,.home_box3 ul li:hover .box_info .name span,.home_box3 ul li:hover .box_info .num span,.home_box3 ul li:hover .box_info .num a{ color: #fff;}
.home_box3 ul li:hover .box_info .info{ display: block;}
.home_box3 ul li:hover .imgs img{ transform: scale(1.1);}

.home_box4{ overflow: hidden; position: relative; margin-top: 26px;}
.home_box4 ul{ width: 110%; float: left;}
.home_box4 ul li{ width: 293px; height: 293px; float: left; margin: 9px 9px 0 0; background: #fff; position: relative; overflow: hidden;}
.home_box4 ul li .imgs{ height: 190px; overflow: hidden;}
.home_box4 ul li .imgs img{ min-height: 100%; transition: all .6s;}
.home_box4 ul li .info_box{ padding: 0 20px;}
.home_box4 ul li .info_box .name{ width: 100%; float: left;}
.home_box4 ul li .info_box .name span{ font-size: 18px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; margin-top: 13px;}
.home_box4 ul li .info_box .num{ margin-top: 15px; float: left;}
.home_box4 ul li .info_box .num span,.home_box4 ul li .info_box .num a{ float: left; color: #999;}
.home_box4 ul li .info_box .num a:hover{ color: #c61d1e;}
.home_box4 ul li .info_box .num a{ margin-left: 35px;}
.home_box4 ul li .info_box .num i{ float: left; margin: 0 5px 0 0; font-size: 18px;}
.home_box4 ul li:hover .imgs img{ transform: scale(1.1);}
.home_box4 ul li.active{ width: 595px;}
.home_box4 ul li.active .imgs{ height: 293px;}
.home_box4 ul li.active .info_box{ position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.4); padding-bottom: 10px;}
.home_box4 ul li.active .info_box .num span,.home_box4 ul li.active .info_box .num a,.home_box4 ul li.active .info_box .name,.home_box4 ul li.active .info_box .name span{ color: #fff;}
.home_box4 ul li.active .info_box .name{ width: 70%;}
.home_box4 ul li.active .info_box .num{ float: right; margin-top: 25px;}

.foot_box{ background: #333; color: #fff; margin-top: 50px; text-align: center; padding: 20px 0;}
.foot_box .link_box a{ height: 15px; line-height: 15px; display: inline-block; color: #fff; font-size: 16px; border-left: 1px solid #fff; padding: 0 18px;}
.foot_box .link_box a:first-child{ border:none;}
.foot_box .link_box{ padding: 10px 0;}
.foot_box .box1{ padding-bottom: 8px;}
.foot_box .box1 span{ display: inline-block; margin: 0 20px; background-position: left; background-repeat: no-repeat; background-size: 20px; padding-left: 23px;}
.foot_box .box1 span.clr1{ background-image: url(../images/fo_1.png);}
.foot_box .box1 span.clr2{ background-image: url(../images/fo_2.png);}
.foot_box .box1 span.clr3{ background-image: url(../images/fo_3.png);}
.foot_box .box1 span.clr4{ background-image: url(../images/fo_4.png);}

.login_box{ width: 534px; height: 450px; background: #f3f3f3; padding: 0 86px; position: absolute; left: 50%; top: 50%; margin: -225px 0 0 -267px; border-radius: 5px;}
.login_box .box1 h2{ width: 100%; float: left; text-align: center; color: #00b0ec; margin: 60px 0 35px;}
.login_box .box1 .form-control{ height: 55px; border-color: #e9e9e9; margin-top: 35px; font-size: 16px;}
.login_box .box1 .btn{ height: 55px; background: #40b4ff; color: #fff; font-size: 24px; margin-top: 35px;}

.login_box .box2{ text-align: center; height: 450px; display: table;}
.login_box .box2 .center-block{ display: table-cell; vertical-align: middle;}
.login_box .box2 p{ margin-top: 30px; font-size: 18px;}

.page_banner{ height: 547px; background-position: center; background-size: cover; display: table;}
.page_banner .center-block{ display: table-cell; vertical-align: middle;}

.pb_box1{ width: 598px; margin: auto;}
.pb_box1 .calendar_box{ background: rgba(255,255,255,0.8);}
.pb_box1 .calendar_box .top_box{ background: rgba(221,221,221,0.8);}

.hdlm_box1{ position: relative; margin-bottom: 16px;}
.hdlm_box1 .form-control{ height: 52px; background: rgba(255,255,255,0.5); color: #fff; font-size: 16px; border-color: #ddd;}
.hdlm_box1 .btn{width: 60px; height: 52px; position: absolute; right: 0; top: 0; background: url(../images/ico_6.png) no-repeat center; background-size: 30px;}
.hdlm_box1 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ddd;} 
.hdlm_box1 input:-moz-placeholder, textarea:-moz-placeholder { color: #ddd; } 
.hdlm_box1 input::-moz-placeholder, textarea::-moz-placeholder { color: #ddd; } 
.hdlm_box1 input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ddd; } 

.hdlm_box2{ padding: 40px 0 0; text-align: center; margin-top: 40px;}
.hdlm_box2 a{ line-height: 35px; text-align: center; display: inline-block; font-size: 16px; min-width: 80px; padding: 0 20px; margin: 0 35px;}
.hdlm_box2 a:hover,.hdlm_box2 a.active{ background: #c61d1e; color: #fff;}

.hdlm_box3 ul{ width: 105%; float: left;}
.hdlm_box3 ul li{ width: 385px; float: left; margin: 55px 22px 0 0;}
.hdlm_box3 ul li .imgs{ height: 248px; overflow: hidden;}
.hdlm_box3 ul li .imgs img{ width: 100%; min-height: 100%; transition: all .6s;}
.hdlm_box3 ul li .box_info{ background: #fff; border: 1px solid #e9e9e9; padding: 11px;}
.hdlm_box3 ul li .box_info .pull-left{ width: 70%;}
.hdlm_box3 ul li .box_info .pull-left strong{ display: block; font-size: 18px; color: #333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.hdlm_box3 ul li .box_info .pull-left p{ font-size: 12px; margin-top: 5px; line-height: 18px;}
.hdlm_box3 ul li .box_info .pull-right{ width: 20%;}
.hdlm_box3 ul li .box_info .pull-right span{ display: block; background-position: left; background-repeat: no-repeat; background-size: 18px; color: #999; padding-left: 27px; line-height: 25px;}
.hdlm_box3 ul li .box_info .pull-right span.sc{ background-image: url(../images/ico_sc1.png); cursor: pointer;}
.hdlm_box3 ul li .box_info .pull-right span.pl{ background-image: url(../images/ico_pl1.png);}
.hdlm_box3 ul li .box_info .pull-right span.sc.cur{ background-image: url(../images/ico_sc2.png); color: #c61d1e;}
.hdlm_box3 ul li .box_info .pull-right a{ display: block; line-height: 28px; color: #fff; background: #c61d1e; text-align: center; font-size: 16px; margin-top: 5px;}
.hdlm_box3 ul li:hover .imgs img{ transform: scale(1.1);}

.fanye_box{ text-align: center; margin-top: 80px;}
.fanye_box ul li{ display: inline-block; margin: 0 8px;}
.fanye_box ul li a{ display: inline-block; line-height: 40px; border: 1px solid #999; background: #fff; padding: 0 17px;}
.fanye_box ul li a:hover,.fanye_box ul li.active a{ background: #c61d1e; border-color: #c61d1e; color: #fff;}

.address_box{ border-bottom: 1px solid #ccc; padding: 10px 0; margin-top: 20px; line-height: 18px;}
.address_box img{ height: 18px; float: left; margin-right: 8px;}
.address_box a{ display: inline-block; margin: 0 4px;}

.hdlm_box4 h2{ width: 100%; float: left; text-align: center; color: #333; margin: 50px 0;}
.hdlm_box4 .box_info{ background: #fff; padding: 40px 0;}
.hdlm_box4 .box_info .pull-left,.hdlm_box4 .box_info .pull-right{ width: 50%; padding: 0 110px; color: #333; font-size: 16px; line-height: 30px;}
.hdlm_box4 .box_info h4{font-weight: bold;}
.hdlm_box4 .box_info .pull-left .box1{ margin-top: 8px;}
.hdlm_box4 .box_info .pull-left .box2{ border-top: 1px solid #ccc; margin-top: 15px; padding-top: 14px;}
.hdlm_box4 .box_info .pull-right i{ width: 100%; float: left; display: block; margin-top: 10px;}
.hdlm_box4 .box_info .pull-right i img{ width: 150px;}
.hdlm_box4 .box_info .pull-right p{ width: 100%; float: left; margin-top: 15px;}

.hdlm_box5{ line-height: 26px; padding:25px 26px; margin-top: 40px; background: #fff; position: relative;}
.hdlm_box6{ background: #fff; padding: 30px 0 15px; border-bottom: 1px solid #ccc;}
.hdlm_box6 .top_box{ text-align: center; line-height: 24px;}
.hdlm_box6 .lower_box{ padding: 0 20px; line-height: 22px; margin-top: 10px;}
.hdlm_box6 .lower_box .pull-left{ padding-left: 27px; background-image: url(../images/ico_sc1.png); background-position: left; background-repeat: no-repeat; background-size: 18px;}
.hdlm_box6 .lower_box .pull-left.cur{ background-image: url(../images/ico_sc2.png); color: #c61d1e;}
.hdlm_box6 .lower_box .pull-right .bdsharebuttonbox,.hdlm_box6 .lower_box .pull-right .bdsharebuttonbox span{ float: left;}
.hdlm_box6 .lower_box .pull-right .bdsharebuttonbox a{ float: left; margin: 3px 3px 0 8px;}
.hdlm_box7{ line-height: 62px; background: #fff; padding: 0 20px;}
.hdlm_box7 a{ width: 45%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hdlm_box7 a.pull-right{ text-align: right;}

.pinglun_box1{ background: #e7e7e7; padding: 18px 0; margin-top: 30px;}
.pinglun_box1 .box_info{ background: #fff; padding: 10px 11px;}
.pinglun_box1 .box_info textarea{ width: 100%; height: 98px; float: left; border:none;}
.pinglun_box1 .box_info .btns{ width: 70px; height: 28px; float: right; border:none; line-height: 28px; background: #c61d1e; color: #fff; text-align: center; margin-top: 12px;}

.pinglun_box2 ul li{ width: 100%; float: left; padding: 28px 20px; border-bottom: 1px solid #ccc;}
.pinglun_box2 ul li .pull-left{ width: 90%;}
.pinglun_box2 ul li .pull-left img{ width: 88px; height: 88px; border-radius: 100%; float: left;}
.pinglun_box2 ul li .pull-left .box_info{ float: left; margin: 20px 0 0 10px; width: 80%;}
.pinglun_box2 ul li .pull-left .box_info span{ display: block; font-size: 16px; color: #333;}
.pinglun_box2 ul li .pull-left .box_info span i{ color: #c61d1e;}
.pinglun_box2 ul li .pull-right a{ float: right; line-height: 22px; margin-top: 30px;}
.pinglun_box2 ul li .pull-right a i{ font-size: 20px; float: left; margin-right: 8px;}

.rwfc_box1{ margin-top: 30px;}
.rwfc_box1 ul{ width: 105%; float: left;}
.rwfc_box1 ul li{ width: 387px; height: 311px; float: left; position: relative; overflow: hidden; margin: 20px 19px 0 0;}
.rwfc_box1 ul li .imgs{ width: 100%; min-height: 100%; float: left;}
.rwfc_box1 ul li .box_info{ width: 100%; height: 45px; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.5); color: #fff; font-size: 18px; padding: 9px 22px; line-height: 30px; display: table; transition: all .6s;}
.rwfc_box1 ul li .box_info .center-block{ display: table-cell; vertical-align: middle;}
.rwfc_box1 ul li .box_info p,.rwfc_box1 ul li .box_info i{ display: none;}
.rwfc_box1 ul li .box_info i img{ height: 15px;}
.rwfc_box1 ul li:hover .box_info{ height: 311px; text-align: center;}
.rwfc_box1 ul li:hover .box_info p,.rwfc_box1 ul li:hover .box_info i{ display: block;}

.rwfc_box2{ margin-top: 50px;}
.rwfc_box2 .pull-left{ width: 386px; height: 390px; overflow: hidden;}
.rwfc_box2 .pull-left img{ width: 100%; min-height: 100%;}
.rwfc_box2 .pull-right{ width: 63%; margin-top: 15px;}
.rwfc_box2 .pull-right h3{ color: #333;}
.rwfc_box2 .pull-right h4{ margin-top: 20px;}
.rwfc_box2 .pull-right .info_box{ line-height: 24px; margin-top: 20px;}

.rwfc_box3{ background: #fff; margin-top: 70px; padding:20px 0 60px;}
.rwfc_box3 .hdlm_box2{ margin-top: 0;}

.rwfc_box3 .list_box1{ padding: 0 65px;}
.rwfc_box3 .list_box1 ul li{ width: 100%; float: left; border: 1px solid #ccc; padding:6px 12px 4px; margin-top: 30px;}
.rwfc_box3 .list_box1 ul li .box_info{ background: url(../images/line_1.png) no-repeat right bottom; padding: 8px 30px 10px 0}
.rwfc_box3 .list_box1 ul li .pull-left{ width: 200px; height: 125px; overflow: hidden;}
.rwfc_box3 .list_box1 ul li .pull-left img{ width: 100%; min-height: 100%; transition: all .6s;}
.rwfc_box3 .list_box1 ul li .pull-right{ width: 77%; padding-bottom: 10px;}
.rwfc_box3 .list_box1 ul li .pull-right .box1{ line-height: 25px; margin-top: 5px;}
.rwfc_box3 .list_box1 ul li .pull-right .box1 .fl{ font-size: 18px; color: #333;}
.rwfc_box3 .list_box1 ul li .pull-right .box1 .fr span,.rwfc_box3 .list_box1 ul li .pull-right .box1 .fr a{ float: left; color: #999;}
.rwfc_box3 .list_box1 ul li .pull-right .box1 .fr a{ margin-left: 35px;}
.rwfc_box3 .list_box1 ul li .pull-right .box1 .fr a:hover{ color: #c61d1e;}
.rwfc_box3 .list_box1 ul li .pull-right .box1 .fr i{ float: left; margin: 4px 5px 0 0; font-size: 16px;}
.rwfc_box3 .list_box1 ul li .pull-right .box2{ margin-top: 3px; line-height: 24px;}
.rwfc_box3 .list_box1 ul li:hover .pull-right .box1 .fl{ color: #c61d1e;}
.rwfc_box3 .list_box1 ul li:hover .pull-left img{ transform: scale(1.1);}

.hdlm_box8{ text-align: center; margin-top: 40px;}
.hdlm_box8 h2{ color: #333;}

.whdt_box1{ background: #fff; padding: 20px 0; margin-top: 70px;}
.whdt_box1 h3{ text-align: center; color: #333; background: url(../images/line_2.png) no-repeat bottom; padding-bottom: 15px;}
.whdt_box1 .list_box{ position: relative; overflow: hidden;}
.whdt_box1 .list_box .bd{ width: 1108px; margin: auto; overflow: hidden;}
.whdt_box1 .list_box .bd ul{ padding: 20px 0 !important;}
.whdt_box1 .list_box .bd ul li{ width: 247px; float: left; margin: 0 15px; padding-bottom: 8px; transition: all .6s;}
.whdt_box1 .list_box .bd ul li .imgs{ height: 218px; overflow: hidden;}
.whdt_box1 .list_box .bd ul li .imgs img{ width: 100%; min-height: 100%; transition: all .6s;}
.whdt_box1 .list_box .bd ul li .box_info{ padding: 5px 10px; color: #666; margin-top: 5px;}
.whdt_box1 .list_box .bd ul li .box_info span{ display: block; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.whdt_box1 .list_box .bd ul li .num{ padding:0 10px;}
.whdt_box1 .list_box .bd ul li .num span{ float: left; margin-right: 30px; color: #999;}
.whdt_box1 .list_box .bd ul li .num i{ float: left; margin: 0 5px 0 0; font-size: 18px;}
.whdt_box1 .list_box .bd ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.whdt_box1 .list_box .prev,.whdt_box1 .list_box .next{ font-size: 32px; color: #999; position: absolute; left: 15px; top: 40%; margin-top: -16px; cursor: pointer; z-index: 20;}
.whdt_box1 .list_box .next{ left: auto; right: 15px;}
.whdt_box1 .list_box .hd{ width: 100%; float: left; text-align: center;}
.whdt_box1 .list_box .hd ul li{ display: inline-block; width: 8px; height: 8px; background: #666; border-radius: 100%; text-indent: -9999px; margin: 0 5px; cursor: pointer;}
.whdt_box1 .list_box .hd ul li.on{ background: #c61d1e;}

.qjfc_box1{ position: relative; overflow: hidden; margin-top: 50px;}
.qjfc_box1 ul{ width: 110%; float: left;}
.qjfc_box1 ul li{ width: 387px; height: 310px; float: left; position: relative; overflow: hidden; margin: 26px 20px 0 0;}
.qjfc_box1 ul li .imgs{ width: 100%; min-height: 100%; float: left;}
.qjfc_box1 ul li .box_info{ width: 100%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.5); padding: 8px 18px; color: #fff;}
.qjfc_box1 ul li .box_info .pull-left{ width: 80%;}
.qjfc_box1 ul li .box_info .pull-left .bt{ font-size: 18px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-bottom: 2px;}
.qjfc_box1 ul li .box_info .pull-left .num span{ float: left; margin-right: 40px;}
.qjfc_box1 ul li .box_info .pull-left .num i{ float: left; font-size: 18px; margin-right: 5px;}
.qjfc_box1 ul li .box_info .pull-right{ margin-top: 3.5px;}
.qjfc_box1 ul li .box_info .pull-right a{ width: 30px; height: 40px; display: block; background: url(../images/ico_10.png) no-repeat; background-size: 100%;}
.qjfc_box1 ul li .box_info .pull-right a audio{ display: none;}
.qjfc_box1 ul li .box_info .pull-right a img{ height: 40px;}
.qjfc_box1 ul li .box_info .pull-right a.play{ background-image: url(../images/ico_10_1.png);}
.qjfc_box1 ul li .box_info .pull-right a.pause{ background-image: url(../images/ico_10_2.png);}

.zxtp_box{ margin-top: 50px;}
.zxtp_box ul{ width: 105%; float: left;}
.zxtp_box ul li{ width: 290px; float: left; margin: 30px 13px 0 0; transition: all .6s;}
.zxtp_box ul li .imgs{ height: 255px; overflow: hidden;}
.zxtp_box ul li .imgs img{ width: 100%; min-height: 100%; transition: all .6s;}
.zxtp_box ul li .info_box{ background: #fff; padding:18px; font-size: 18px; line-height: 27px;}
.zxtp_box ul li .info_box span{ float: left; width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zxtp_box ul li .info_box a{ float: right; background: #c61d1e; color: #fff; padding: 0 10px; display: inline-block;}
.zxtp_box ul li:hover img{ transform: scale(1.1);}
.zxtp_box ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.2);}

.zyz_box{ margin-top: 50px;}
.zyz_box ul{ width: 105%; float: left;}
.zyz_box ul li{ width: 290px; float: left; margin: 30px 13px 0 0; transition: all .6s;}
.zyz_box ul li .imgs{ height: 255px; overflow: hidden;}
.zyz_box ul li .imgs img{ width: 100%; min-height: 100%; transition: all .6s;}
.zyz_box ul li .info_box{ background: #fff; padding:9px;}
.zyz_box ul li .info_box .bt{ padding-bottom: 3px; line-height: 25px;}
.zyz_box ul li .info_box .bt span{ width: 65%; float: left; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zyz_box ul li .info_box .bt i{ float: right;}
.zyz_box ul li .info_box p{ width: 100%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zyz_box ul li:hover img{ transform: scale(1.1);}
.zyz_box ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.2);}

.whdb_box .map_box{ width: 100%; height: 500px;}
.whdb_box .map_box img,.whdb_box .map_box label{ max-width: inherit;}

.mp3_box{ display: none;}

.mp3_btn{ width: 80px; height: 80px; border: 4px solid #fff; background-color: rgba(0,0,0,0.5); background-position: center; background-repeat: no-repeat; background-image: url(../images/ico_10.png); background-size: 35px; border-radius: 100%; cursor: pointer; transition: all .6s; position: absolute; right: 26px; top: 26px;}
.mp3_btn.active.play{ background-image: url(../images/ico_10_1.png);}
.mp3_btn.active.pause{ background-image: url(../images/ico_10_2.png);}





@media screen and (max-width:1440px){
	
}
@media screen and (max-height:720px){
	
}
.qhide{ display: none; }
.links{ padding: 15px  0 0 0; font-size: 14px;}
.links a{ padding: 0 4px; }

.home_box4 ul li .imgs img {
    min-height: 100%;
    min-width: 100%;
}



.home_box4 ul li .info_box .name p{height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;  }
.hdlm_box2 a.qhide{ display: none; }
.rwfc_box3 .list_box1 ul li{ display: nones; }
.rwfc_box3 .list_box1 ul li.show,.rwfc_box3 .list_box1 ul li.page_1{ display: block; }
.pinglun_box2 ul li .pull-right a.cur{ color: #C61D1E; }