@charset "utf-8";
/* CSS Document */
.layout{ width: 1230px; margin-right: auto; margin-left: auto; padding:0 15px;}
.header{ width:1230px; height:130px; overflow:hidden; position:absolute; top:0; z-index:999; left:0; right:0; margin:0 auto;}
.top_vel{ width:100%; height:40px; line-height:40px; background:#8f000b;}
.top_left{ float:left; line-height:40px; color:#cca3a5; font-size:14px; padding-left:20px;}
.top_nav{ width:100%; height:90px; background:#FFF;}
.logo{ float:left; padding-top:18px; padding-left:30px; overflow:hidden;}
.logo img{ display:block;}
.top_right{ float:right; line-height:40px; color:#cca3a5; padding-right:30px;}
.top_right a{ display:inline-block; padding:0px 15px; color:#cca3a5; font-size:14px;}
.top_right a:hover{ color:#fab50e;}

.lf { float: left; }
.rig { float: right; }
.none { display: none; }
.select-bg,.sinput,.section-list li a,.tabBox .prev,.tabBox .next,.tabBox .text {
	-webkit-transition: all .3s cubic-bezier(.7,0,.1,1);
	transition: all .3s cubic-bezier(.7,0,.1,1);
}
/*全局的input样式*/
	input::-webkit-input-placeholder{ color: #b1b0b1;font-size: 15px;}
	input::-moz-input-placeholder{ color: #b1b0b1;font-size: 15px;}
	input::-ms-input-placeholder{ color: #b1b0b1;font-size: 15px;}

/*搜索部分*/
.select {
	position:relative;
}

.select-bg {height: 40px; float:right;}


.select-input>input { display: inline-block; outline: none; border: none;
	height: 39px;
}
.select-input>.sinput { 
      margin-left: 4px;
	opacity: 0; 
	width: 0;
	padding-left: 0px;
}
.select-input>.sinputClick { width: 40px;height: 40px;background:url(../images/sou_02.jpg) no-repeat right;}

.select-input:hover .sinput{ width: 230px; opacity: 1; }
.select-input:hover .select-bg { width: 520px; }


/*=================导航=================*/
.nav{ float:right; padding-top:15px; width:45%; padding-right:100px;}
.nav ul li{ width:25%; float:left; text-align:center; position: relative; z-index: 100;}
.nav ul li a{ width:100%; color:#333333; font-size:16px; display:block; line-height:30px;}
.nav ul li a:hover{ color:#8f000b;}


/*=================banner=================*/
.banner{ width:100%; overflow:hidden; position:relative;}
.banner .hd{ height:36px; overflow:hidden; position:absolute; width:1200px; bottom:10%; z-index:1; text-align:left; right:0; left:0; margin: 0 auto;}
.banner .hd ul{ overflow:hidden; zoom:1; display:inline-block; padding-bottom:8px;}
.banner .hd ul li{  margin:0px 3px;  width:11px; height:11px;background:#99989c; border-radius:15px; cursor:pointer; display:inline-block; text-align:center; overflow:hidden; line-height:99px;}
.banner .hd ul li.on{ background:#fff; color:#fff; }
.banner .hd a{ display:inline-block;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle;height:auto; position:relative;overflow:hidden;}
.banner .bd li div{ position:absolute; left:0; right:0; margin:0 auto; width:1200px; bottom:120px; line-height:70px;}
.banner .bd li div p{ background: rgba(0,0,0,0.5); color:#FFF; float:left; font-size:30px; font-weight:bold; padding-left:20px; width:600px; display:block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.banner .hd .next{background:url(../images/prev_03.png) no-repeat;width:36px;height:36px;}
.banner .hd .prev{ background:url(../images/next_05.png) no-repeat; width:36px; height:36px;}



.header_news{ width:100%; overflow:hidden; background:#FFF; padding-top:30px; padding-bottom:30px;}

/*=================新闻动态===================*/
.xwdt{ width:600px; height:355px; border:1px #e8e8e8 solid; float:left; overflow:hidden; padding:20px 20px 0 20px;}
.xwdt .hd{ width:100%; position:relative; border-bottom:2px #e8e8e8 solid; padding-bottom:12px;}
.xwdt .hd ul li{ display:inline-block;}
.xwdt .hd ul li span{ font-size:17px; font-weight:bold; color:#999999; cursor:pointer;}
.xwdt .hd ul li.on span{ color:#8f000b; cursor:pointer; border-bottom:2px #ff9900 solid; padding-bottom:12px;}
.xwdt .hd i{ font-size:18px; padding:0px 10px; color:#999999; font-style:normal;}
.xwdt .more{ position:absolute; right:0; display:none; top:0; font-size:13px; color:#999999; padding-top:3px;}
.xwdt .hd ul li.on .more{ display:block;}
.xwdt .bd .news_top{ width:100%; overflow:hidden; padding-top:22px;}
.xwdt .bd .news_top .news_img{ float:left; width:240px; height:160px; overflow:hidden; margin-right:20px;}
.xwdt .bd .news_top .news_img img{ width:100%; height:100%; transition: all 1s ease-out;}
.xwdt .bd .news_top .news_img img:hover{ transform: scale(1.3);}
.xwdt .bd .news_top .tite{ display:block; color:#8f000b; font-size:15px; font-weight:bold;}
.xwdt .bd .news_top p{ display:block; font-size:13px; color:#999999; line-height:22px; padding-top:10px;}
.xwdt .bd .news_top p a{ color:#dc0000;}
.xwdt .bd .news_top span{ display:block; font-size:13px; color:#999999; padding-top:8px;}
.news_nav{ width:100%; overflow:hidden;}
.news_cen{ width:100%; margin-top:13px; overflow:hidden;}
.news_cen ul li{ width:100%; height:30px; line-height:30px;}
.news_cen ul li a{ float:left; background:url(../images/eve_03.jpg) left no-repeat; font-size:13px; color:#000000; display:block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; width:72%; padding-left:15px;}
.news_cen ul li a:hover{ color:#8f000b;}
.news_cen ul li span{ float:right; font-size:13px; color:#999999;}



/*=================通知公告===================*/
.tzgg{ float:left; width:280px; height:355px; margin-left:20px; background:#a5333c; padding:20px 20px 0 20px;}
.tzgg_top{ width:100%; overflow:hidden; background:url(../images/tzgg_03.jpg) bottom no-repeat; padding-bottom:14px;}
.tzgg_top span{ float:left; font-weight:bold; color:#FFF; font-size:18px;}
.tzgg_top .more{ float:right; color:#FFF; font-size:13px; color:#fff; padding-top:5px;}
.tzgg_cen{ width:100%; overflow:hidden;}
.tzgg_cen ul li{ height:37px; width:100%; margin-top:18px;}
.tzgg_cen ul li .date{ float:left; margin-right:14px; padding-right:12px; border-right:1px #c47a80 solid;}
.tzgg_cen ul li .date h4{ text-align:center; color:#fff; font-size:20px; font-weight:bold;}
.tzgg_cen ul li .date h6{ text-align:center; color:#fff; font-size:10px;}
.tzgg_cen ul li a{ font-size:14px; color:#fff; line-height:27px; font-size:12px;}
.tzgg_cen ul li a:hover{ color:#ffcc00;}


.news_right{ width:280px; float:right; overflow:hidden;}
.news_link{ width:100%; overflow:hidden;}
.news_link a{ display:block; width:100%; height:68px; overflow:hidden; margin-bottom:12px;}
.news_link a img{ width:100%; height:100%; transition: all 1s ease-out;}
.news_link a img:hover{ transform: scale(1.3);}
.news_sj{ width:100%; overflow:hidden; margin-top:7px;}



/*================= 底部===================*/
.foter{ background:#eeeeee;  overflow:hidden; height:200px;}
.foter_nav{ width:100%; padding-top:30px; overflow:hidden;}
.link{ float:left; overflow:hidden; width:15%; margin-left:20px;}
.link span{ display:block; font-size:17px; color:#666666; background:url(../images/fo_03.jpg) left bottom no-repeat; padding-bottom:12px; font-weight:bold;}
.link ul{ padding-top:15px; overflow:hidden;}
.link ul li{ width:100%; height:25px; line-height:25px;}
.link ul li a{ display:block; color:#555555; font-size:13px;}
.link ul li a:hover{ color:#8f000b;}
.contact{ float:left; width:20%; margin-left:23%;}
.contact span{ display:block; font-size:17px; color:#666666; background:url(../images/fo_03.jpg) left bottom no-repeat; padding-bottom:12px; font-weight:bold;}
.contact p{ display:block; color:#555555; font-size:13px; line-height:25px; padding-top:15px;}
.wx{ float:left; width:90px; margin-left:23%;}
.wx span{ display:block; font-size:17px; color:#666666; background:url(../images/fo_03.jpg) left bottom no-repeat; padding-bottom:12px; font-weight:bold;}
.wx p{ display:block; padding-top:15px;}

.bottom{ height:60px; line-height:60px; background:#8f000b; color:#d7b8b9; font-size:13px; text-align:center;}
.bottom a{ color:#d7b8b9;}
