@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-overflow: ellipsis;
	font-family: "微软雅黑", Arial;
}
img {
	border: 0px
}
.w {
	width: 100%;
}
.w1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.w2{ width:586px;}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #c50200;
	text-decoration: none
}
.fl {
	float: left !important
}
.fr {
	float: right !important
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.mr0 {
	margin-right: 0px !important;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt25{ margin-top:25px;}
.mt45{ margin-top:45px;}
html { background-color:#fff;}
body {}
::-webkit-scrollbar{ width:6px; height:6px;}
::-webkit-scrollbar-thumb{ background:rgba(255,215,31,1);}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4); } 
/*-------*/
.top{ background:url(../images/top.jpg) no-repeat center center; height:450px; text-indent:-9999em;}
.h1{ background:url(../images/h1.jpg) no-repeat center center; height:86px; margin-top:18px; text-align:center}
.h1 a{max-width: 100%;display:inline-block;text-align:center;overflow:hidden;white-space:nowrap;font-size: 34px;color:#bd0402;font-weight:bold;line-height:86px;}



        .box{
            width: 550px;  /***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
       height:300px;
	    overflow: hidden;
		padding-bottom:50px;
            position: relative;
			float:left;
	    }
       
         .box .list li{
            float: left;
            list-style: none;
			position:relative;
        }
		 .box .list li a{ float:left;}
		 .box .list li a span{ width:100%; position:absolute; top:300px; left:0; text-align:center; background:url(../images/text-bg.jpg) no-repeat left top; color:#fff; font-size:18px; text-align:center; white-space:nowrap; overflow:hidden; height:50px; line-height:50px;}
       .box ol{
            width:100%;
            height: 20px;
            position: absolute;
            bottom: 50px;
        }
         .box ol li{
            cursor:pointer;
            position: relative;
            margin-left: 15px;
            display: inline;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #848484;
			float:left;
        }
        .box ol .action{
            background-color: #e4321f;
        }
       .box ol li:hover{
            background-color: #e4321f;
        }
       .box ul{
            position: relative;
            left: 0;
        }
       .box .next{
            cursor:pointer;
            opacity: 0;
            position: absolute;
            right: 0;
            background: url("../images/next.png");
            width: 50px;
            height: 45px;
            display: block;
            line-height: 80px;
        }
      .box  .prev{
            cursor:pointer;
            opacity: 0;
            background: url("../images/prev.png");
            display: block;
            position: absolute;
            width: 50px;
            height: 45px;
            text-align: center;
            line-height: 80px;
        }
     .box   .prev,.box .next{
            transition: all 0.5s;
        }
       .box .next:hover , .box .prev:hover{
            -webkit-transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
            opacity: 1!important;
            transition: all 0.3s;
        }






  .box1{
            width: 1200px;  /***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
       height:600px;
	    overflow: hidden;
		padding-bottom:140px;
            position: relative;
			float:left;
			background-color:#f5f5f5;
	    }
       
         .box1 .list li{
            float: left;
            list-style: none;
			position:relative;
        }
		 .box1 .list li a{ float:left;}
		 .box1 .list li a span{ width:95%; position:absolute; top:680px; left:2.5%; text-align:center; color:#999; font-size:14px; text-align:center; overflow:hidden; height:60px; line-height:30px;display:none;}
		 .box1 .list li a b{width:100%; top:600px; margin-top:20px; height:40px; line-height:40px; font-size:28px; font-weight:bold ; position:absolute; text-align:center;left:0;}
       .box1 ol{
            width:100%;
            height: 20px;
            position: absolute;
            bottom: 140px;
        }
         .box1 ol li{
            cursor:pointer;
            position: relative;
            margin-left: 15px;
            display: inline;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #848484;
			float:left;
        }
        .box1 ol .action{
            background-color: #e4321f;
        }
       .box1 ol li:hover{
            background-color: #e4321f;
        }
       .box1 ul{
            position: relative;
            left: 0;
        }
       .box1 .next{
            cursor:pointer;
            opacity: 0;
            position: absolute;
            right: 0;
            background: url("../images/next.png");
            width: 50px;
            height: 45px;
            display: block;
            line-height: 80px;
        }
      .box1  .prev{
            cursor:pointer;
            opacity: 0;
            background: url("../images/prev.png");
            display: block;
            position: absolute;
            width: 50px;
            height: 45px;
            text-align: center;
            line-height: 80px;
        }
     .box1   .prev,.box1 .next{
            transition: all 0.5s;
        }
       .box1 .next:hover , .box1 .prev:hover{
            -webkit-transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
            opacity: 1!important;
            transition: all 0.3s;
        }









.news{width:615px;background: #efefef;}
.news h3{ float:left; width:100%; margin-top:10px;}
.news h3 a{ color:#bd0402; font-size:28px; max-width:595px; white-space:nowrap; overflow:hidden; float:left;}
.news p{ margin-top:10px; float:left; color:#666666; font-size:14px; line-height:24px; height:48px; overflow:hidden; width:595px;}
.news ul { float:left; width:595px; padding-right:20px; border-top:1px solid #d5d5d5; margin-top:23px; padding-top:23px;}

.news ul a{width: 590px;float:left;border-left:6px solid #bd0402;font-size:18px;color:#666666;height:20px;line-height:20px;margin-bottom: 28px;padding-left:22px;margin-top: 6px;white-space: nowrap;overflow: hidden;}


.navx{ background-image:url(../images/nav.gif); background-repeat:no-repeat; height:52px;}
.navx.n1{ background-position:0 0;}
.navx.n2{ background-position:0 -52px;}
.navx.n3{ background-position:0 -104px;}
.navx.n4{ background-position:right -104px;}
.navx.n5{ background-position:0 -156px;}
.navx a{ width:330px; margin:0 auto; display:block; height:52px; text-indent:-9999em;}
.navx a.fl{ width:auto; float:left;}
.navx a.more_a2{ float:right; width:auto; text-indent:0; height:14px; line-height:14px; margin-top:38px; font-size:14px;}


.list ul.list_news{ float:left; width:100%; margin-top:30px;}
.list ul.list_news li{ float:left; width:580px; border-bottom:1px solid #e5e5e5; margin-left:10px; margin-right:10px;}
.list ul.list_news li a{font-size:18px;color:#666;line-height:44px;float:left;max-width: 540px;background:url(../images/li.gif) no-repeat left center;padding-left:20px;white-space: nowrap;overflow: hidden;}
.list a.more_a{ margin:0 auto; width:300px; display:block; text-align:center; cursor:pointer; margin-top:20px; height:30px; line-height:30px; border:1px solid #bd0402; color:#bd0402;}
.list a.more_a:hover{ background-color:#bd0402; color:#FFF;}







.scrollBox .pageBtn span {
	background: url(../images/anniu.png) no-repeat;
	display: block;
	width: 25px;
	height: 52px;
	position: absolute;
	top: 150px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}
.scrollBox .pageBtn .prev {
	left: 0px;
	background-position: 0px 0px;
}

.scrollBox .pageBtn .next {
	right: 0px;
	background-position: 0px -52px;
}
.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 413px;
}

.scrollBox .pageBtn .list li {
	background: url(../images/bntBg.png);
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
	background-position: -114px -57px
}
.scrollBox {
	top:30px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 50px;
}
.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	width: 1000px;
	left: 100px
}
.wd-c-list{ margin: 0; padding: 0; font-size: 0; text-align: center;overflow: hidden;zoom: 1;}
.wd-c-list li{
	width:300px;
	height: 340px;
	background-color: #f0f0f0;
	display: inline-block;
	zoom: 1;
*display: inline;	vertical-align: top;
	font-size:12px;
	position: relative;
	margin: 0 20px;
}
.wd-c-img{ position: relative;}
.wd-c-img img{display: block;width: 300px;height: 200px;}
.wd-c-qs{ position: absolute; width: 90px; height: 45px; line-height: 45px; background-image: url(../images/wendao-qg.png); top:0; right:0; color: #FFFFFF;}
.wd-c-qs i{ font-size: 36px;font-style:italic; padding-right: 7px;}
.wd-c-list li a{ display: block; text-decoration: none;}
.wd-c-list li a h3{font-size: 18px;font-weight: bold;text-align: left;padding: 15px 20px 0 20px;color: #333333;}
.wd-c-list li a p{ font-size: 12px; text-align: left; padding: 8px 20px; color: #838383; display:none}
.wd-c-list li a p span{ color: #910000;}
.wd-c-list li a .jiantou-tips{
	position: absolute;
	width:20px;
	height: 20px;
	right:20px;
	bottom: 10px;
	background-image: url(../images/jiantou.png);
	background-repeat: no-repeat;
}
.wd-c-list li.active{ background-color: #c01900;}
.wd-c-list li.active a h3{color: #FFFFFF;}
.wd-c-list li.active a p{ color: #ece2cc;}
.wd-c-list li.active a p span{ color: #FFFFFF;}
.wd-c-list li.active a .jiantou-tips{  background-position: 0 -152px;}

.footer{ text-align:center; width:100%; border-top:1px solid #d5d5d5; margin-top:30px; height:60px; line-height:60px;}


.list_div{ width:830px;}
.list_ul li{ background:url(/txnews/special/2018lianghui/images/liyuan.jpg) no-repeat left center;  padding-left:15px;line-height:46px; height:46px; float:left;width:815px;}
.list_ul li a{ font-size:16px; float:left; width:670px; overflow:hidden; white-space:nowrap}
.list_ul li span{ float:right;width:130px;text-align:right;white-space:nowrap; color:#999; font-size:16px;}

.list_next{ line-height:38px; height:38px; font-size:16px;text-align:right; background-color:#f5f5f5; padding-right:10px;border-top:1px solid #efefef}

.list_big{ height:38px; line-height:38px; margin-top:9px; border-bottom:3px solid #b80d23}
.list_big a{ float:left; font-size:18px;}
.list_big em{ float:left; line-height:38px; margin:0px 5px;_line-height:35px;*line-height:35px; font-style:normal; font-family:"宋体"}
.list_big h3 a{ font-size:18px; color:#d51707 !important; font-family:"微软雅黑", "宋体"; line-height:38px; margin-right:25px;}
.list_big h3 a:hover{ text-decoration:none}
.list_ul{ margin-top:20px}





.i_right{ width:320px;}
.i_right1{ padding:12px; width:296px; float:left; background-color:#f5f5f5; }
.i_right1 h3{ width:292px; float:left; border-left:4px solid #E60011; font-size:18px; text-indent:10px; font-weight:normal; color:#333;}
.i_right1_list{background-image:url(/txnews/images/2018index/i_list.png); background-repeat:no-repeat; height:200px; line-height:40px; margin-top:15px;}
.i_right1_list a{ white-space:nowrap; overflow:hidden; width:268px; padding-left:26px; float:left;}

.right_news_list{ overflow-x:hidden; width:100%;}
.right_news_list h3{ height:42px; background:url(/txnews/images/2018index/st_b.gif) repeat-x left bottom; margin-bottom:15px; margin-top:22px;}
.right_news_list h3 a{ font-weight:normal; color:#999; font-size:18px; float:left; margin-right:26px; line-height:40px; height:40px; }
.right_news_list h3 a.on{ color:#333; border-bottom:2px solid #e60012;}
.right_news_list h3 a.more{ font-size:14px; float:right; margin-right:0; line-height:24px; padding-top:15px; height:24px;}
.right_n{ width:110%;}
.right_n a{ float:left; width:150px; margin-right:20px;}
.right_n a b{ position:relative; width:150px; height:96px; float:left; overflow:hidden;}
.right_n a b img{ width:150px; height:96px; float:left;	-webkit-animation-name: bounceIn2;
	animation-name: bounceIn2;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;}
.right_n a:hover b img{-webkit-animation-name: bounceIn1;
	animation-name: bounceIn1;}
.right_n a b i{ position:absolute; width:28px; height:28px; background:url(/txnews/images/2018index/st.png) no-repeat left top; left:6px; top:66px;}
.right_n a span{ float:left; width:150px; white-space:nowrap; overflow:hidden; height:36px; line-height:36px; font-size:16px; text-align:left; color:#555;}
.right_n2 li{ line-height:32px; font-size:16px;}
.right_n2 li a{ float:left; background:url(/txnews/images/2018index/r_v.gif) no-repeat left center; padding-left:28px;}
.right_n2 li span{ float:right; font-size:14px; color:#999;}
.right_n3{ display:none;}
.right_n2 a,.right_n3 a{ float:left; width:100%; overflow:hidden; white-space:nowrap; line-height:38px;}
.right_n2 a{ width:50%;}
@-webkit-keyframes bounceIn1 {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
70% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
}
@keyframes bounceIn1 {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2)
}
70% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1.15);
-ms-transform:scale(1.15);
transform:scale(1.15)
}
}


@-webkit-keyframes bounceIn2 {

0% {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn2 {

0% {
-webkit-transform:scale(1.15);
-ms-transform:scale(1.15);
transform:scale(1.15)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}


.a_title{ font-size:24px; padding:20px 0px 10px 0px;}
.a_all{ border:1px solid #efefef; padding:10px; white-space:nowrap; background:#f5f5f5}
.a_all span{ font-size:12px; color:#999}
.a_body_body{ margin-top:20px; color:#333}
.a_body_body img{ max-width:640px !important; height:auto !important;}


