﻿/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li,span{ margin:0; padding:0; }
body{font:normal 12px  "Arial","微软雅黑","Tahoma",sans-serif; margin:0;padding:0;overflow:hidden; overflow-y:auto;}
ul,ol{list-style:none;padding: 0px;overflow: visible;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, fieldset, label, legend,dt,dd,dl{margin:0;padding:0;}
section, article, aside, header, footer, nav, dialog, figure,figcaption {display: block;}
em, i { font-style:normal }
img { border:0;padding:0; }
.clearfloat{clear:both;}
a{text-decoration:none;}
a:hover{text-decoration:none;}

/* banner-box b*/
.hk{background:#fff; font-family:"微软雅黑"}
.banner-box{width:100%; height:700px;position:relative;overflow:hidden;margin-top:25px;}
.banner-box .bd{ width:100%;}
.banner-box .bd li .m-width {width:980px;margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100%;height:700px;}
.banner-box .bd li a{display:block;width:980px;height:700px;}
.banner-btn{width:980px;position:absolute;bottom:8px;left:50%;margin-left:-490px;}
.banner-box .hd {position:absolute;bottom:10px;left:465px;}
.banner-box .hd ul li{width:14px;height:14px;text-indent:-9999px;margin-right:6px;float:left;cursor:pointer;}
/* banner-box e*/

.xhxy_intr{padding:55px 0 0 0;width:1000px;margin:0 auto;}
.intr_tit{text-align:center;font-size:48px;color:#eb8e3b;padding-bottom:30px;}
.intr_txt{padding:0 0 40px 0;line-height:52px;font-size:28px;color:#000;text-indent:2em;}
.intr_txt a{color:#eb8e3a;}
.intr_txt a:hover{color:#fa8917;}
.intr_list{overflow:hidden;padding:0 0 60px 0;}
.intr_list ul li{width:25%;float:left;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.intr_list ul li:hover{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;margin-top:-10px;}
.intr_list ul li .icon2{text-align:center;padding-bottom:10px;}
.intr_list ul li .tit{line-height:36px;font-size:30px;color:#eb8e3b;text-align:center;}
.intr_list ul li .txt{line-height:36px;font-size:24px;color:#000;text-align:center;}
.btn_hk{display:block;width:490px;height:76px;margin:0 auto 50px;line-height:76px;font-size:36px;color:#fff;text-align:center;background:#f6a021;border-radius:40px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.btn_hk:hover{color:#fff;box-shadow:5px 5px 5px #aaa;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;}
/*弹窗效果*/
#layer{background-color:#000; _background-color:transparent;-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;filter: alpha(opacity=50); }
.pop_box {width:900px;height:700px;background:#fff;position:relative;border-radius:10px;}
.pop_box .mod_tips {padding:50px 30px 0 65px;}
.rules_exit{width:48px;height:48px;position:absolute;right:10px;top:5px;}
.rules_exit a{display:block;width:48px;height:48px;background:url(../images/pop_close.png) no-repeat;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;} 
.rules_exit a:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.pop_box .mod_tips .pop_list{padding:10px 35px 0 0;overflow:auto;height:620px;}
.pop_box .pop_list .tit{line-height:40px;font-size:36px;color:#eb8e3b;padding-bottom:12px;text-align:center;}
.pop_box .pop_list .txt{line-height:40px;font-size:24px;color:#000;padding-bottom:12px;}
.pop_box .pop_list .txt.pb_20{padding-bottom:30px;}
.pop_box .pop_list .txt.ta_c{text-align:center;}

.btn_ljhk{padding:20px 0;}
.btn_ljhk a{display:block;width:202px;height:54px;position:relative;margin:0 auto;background:url(../images/btn_jkhk.png) no-repeat;}
.btn_ljhk a .shouzhi{position:absolute;display:block;width:50px;height:56px;bottom:-15px;right:-15px;background:url(../images/shouzhi.png) no-repeat;-moz-animation:opacityMove 2s linear infinite;-ms-animation:opacityMove 1s linear infinite;-o-animation:opacityMove 2s linear infinite;animation:opacityMove .6s linear infinite;}

.pop_box01{height:400px;}
 /*滚动条宽度*/  
.pop_box .mod_tips .pop_list::-webkit-scrollbar {width: 8px;}  
/* 轨道样式 */  
.pop_box .mod_tips .pop_list::-webkit-scrollbar-track {background:#fff; border-radius:4px; }    
/* Handle样式 */  
.pop_box .mod_tips .pop_list::-webkit-scrollbar-thumb {border-radius: 10px;background:#fdeed8;   }  
  
/*当前窗口未激活的情况下*/  
.pop_box .mod_tips .pop_list::-webkit-scrollbar-thumb:window-inactive {  background:#fdeed8;   }   
/*hover到滚动条上*/  
.pop_box .mod_tips .pop_list::-webkit-scrollbar-thumb:vertical:hover{  background:#eb8e3b;  }  
/*滚动条按下*/  
.pop_box .mod_tips .pop_list::-webkit-scrollbar-thumb:vertical:active{  background-color:#eb8e3b;  }

@-webkit-keyframes opacityMove{
	0%{ -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0px, 10px, 50px);}
	100%{-webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 transform: none;
}
@-moz-keyframes opacityMove{
	0%{ -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0px, 10px, 50px);}
	100%{-webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 transform: none;
}
@-ms-keyframes opacityMove{
	0%{ -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0px, 10px, 50px);}
	100%{-webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 transform: none;
}
@keyframes opacityMove{
	0%{ -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0px, 10px, 50px);}
	100%{-webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 transform: none;
}