@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}


/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
      min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
   margin: 0;
   padding: 0;
   outline: none;
   list-style: none;
   text-decoration: none;
}

img {
   border: 0;
}

ul, ol {
   list-style-type: none;
}
html{
      background-color: #e8edf4;
    font-family: '微软雅黑';
}
body {
  /* width: 100%;
   overflow-x: hidden;*/
  background:url(../images/bodybg.png) no-repeat center;
      background-size: 100%;
    background-position-y: bottom;
}

.bg {
	width:100%;
	
	*
	height:757px;
	position:absolute;
	z-index:-9999;
	top:0;
	left:0;
	filter:alpha(opacity=20);
	opacity:0.2;
	overflow:hidden;
}
.bg img {
	width:100%;
}

.header-warp {
   width: 100%;
   height: 100px;
   /*background: url(../images/bg.png) no-repeat center 100%;*/
   background: #C4272E;
   position: relative;
}

.header {
   width: 1120px;
   height: 100%;
   margin: 0 auto;
   background: #C4272E;
}

.header .header-left {
   float: left;
   margin-top: 20px;
   width: 400px;
}

.header .header-left img{
   width: 400px;
}

.header .header-right {
   float: right;
   position: relative;
   width: 670px;
   height: 100%;
}

.header .header-right .header-right-top{width: 520px;margin-top: 20px;}

.header .header-right .header-right-top ul {
   float: right;
}

.header .header-right .header-right-top ul li {
   float: left;
   margin-right: 10px;
   font-size: 13px;
   line-height: 30px;
}

.header .header-right .header-right-top ul li a {
   color: #fff;
   cursor: pointer;
}

.header .header-right .header-right-top ul li .so img{
    padding-top:5px;
    width:25px;
}

.header .header-right .header-right-top ul li a span {
   margin-left: 8px;
}

.search {
   position: absolute;
   top: 20px;
   right: 0px;
   display: block;
}

.search-so {
   display: inline-block;
   width: 50px;
   padding: 1px 0px;
   border-bottom-left-radius: 15px;
   border-top-left-radius: 15px;
   border-bottom-right-radius: 15px;
   border-top-right-radius: 15px;
   position: absolute;
   text-align: center;
   top: 6px;
   right: 0px;
   color: #fff;
   background-color: #d4a743;
   font-size: 14px;
   border: none;
   cursor: pointer;
   outline: none;
}

.search .search-text {
   width: 150px;
   height: 20px;
   padding-left: 26px;
   border: 1px solid #cccccc;
   border-bottom-left-radius: 15px;
   border-top-left-radius: 15px;
   border-bottom-right-radius: 15px;
   border-top-right-radius: 15px;
   background-color: #fff;
   outline: none;
}

/* /* .header-right-bottom div>ul{
     overflow: hidden;
} */

.header-right-bottom {
   width: 670px;
   position: absolute;
   top: 60px;
   left: 0;
   z-index: 100;
}

.header-right-bottom>ul>li {
   float: left;
   display: block;
   border-bottom: 5px solid transparent;
   margin-right: 2px;
   position: relative;
}

.header-right-bottom>ul>li:hover {
   border-bottom: 5px solid #eaad2a;
}

.header-right-bottom>ul>li>a {
   display: block;
   padding: 0 9px;
   font-size: 14px;
   color: #fff;
   padding-bottom: 20px;
}

.header-right-bottom>ul>li>a:hover {
   color: #fff;
   font-weight: bold;
}

.nav-list {
   position: absolute;
   top: 100%;
   left: 0;
   width: 74px;
   margin-top: 5px;
   display: none;
   /*height: 300px;*/
   overflow: hidden;
   background: url(../images/nav-bg.png) 100% 100%;
}

.nav-list ul li {
   display: block;
   text-align: center;
   width: 100%;
   /*margin-top: 13px;*/
   padding: 7px 0;
}

.nav-list ul li a {
   display: block;
   color: #fff;
   font-size: 14px;
}

.nav-list ul li a:hover {
   text-decoration: underline;
}

.s-bj {
   width: 100%;
   height: 300px;
   position: absolute;
   top: 100px;
   left: 0;
   background: url(../images/nav-bg.png) no-repeat center 100%;
   display: none;
   z-index: 50;
}


.banner {
   width: 1120px;
   height: 400px;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
}

.slideBox {
   width: 100%;
   height: 400px;
   overflow: hidden;
   position: relative;
   border: 1px solid #ddd;
}

.slideBox .hd {
   height: 15px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 5px;
   z-index: 1;
}

.slideBox .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox .hd ul li {
   float: left;
   margin-right: 2px;
   width: 15px;
   height: 15px;
   line-height: 14px;
   text-align: center;
   background: #fff;
   cursor: pointer;
}

.slideBox .hd ul li.on {
   background: #f00;
   color: #fff;
}

.slideBox .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox .bd img {
   width: 100%;
   height: 400px;
   display: block;
}

.slideBox .prev, .slideBox .next {
   position: absolute;
   left: 3%;
   top: 50%;
   margin-top: -25px;
   display: block;
   width: 32px;
   height: 40px;
   background: url(../images/slider-arrow.png) -110px 5px no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
}

.slideBox .next {
   left: auto;
   right: 3%;
   background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
   filter: alpha(opacity=100);
   opacity: 1;
}

.slideBox .prevStop {
   display: none;
}

.slideBox .nextStop {
   display: none;
}


.main {
   width: 1120px;
   height: 100%;
   margin: 0 auto;
}
.main-one{
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-one ul {
   overflow: hidden;
   border-radius: 10px;
   background-color: #fff;
   -moz-box-shadow: 2px 2px 10px #909090;
   -webkit-box-shadow: 2px 2px 10px #909090;
   box-shadow: 2px 2px 10px #909090;
}

.main-one ul li {
   width: 139px;
   float: left;
   overflow: hidden;
   margin: 10px;
   border-right: 1px solid #eeeeee;
   height: 60px;
}

.main-one ul li img{
    width: 40px;
    padding-top: 10px;
}

.main-zi {
   float: left;
   margin-top: 20px;
   margin-left: 20px;
}

.main-zi span {
   color: #555555;
   font-size: 16px;
   font-weight: 600;
}

.main-zi p {
   font-size: 12px;
   color: #b8b8b8;
}

.main-two {
   width: 1120px;
   height: 100%;
   margin: 0 auto;
   overflow: hidden;
   margin-bottom: 10px;
   /* position: relative; */
}

.list-one, .list-two {
   float: left;
}

.list-one .lit-header {
   padding: 10px 0px 10px 10px;
   background-color: #379dbe;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
}

.list-one td{

    width:93px;
}

.list-two .lit-header {
   padding: 10px 0px 10px 10px;
   background-color: #42c8b0;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
}

.list-two .lit-header a{
   color: #fff;
   font-weight: 600;

}

.list-three .lit-header {
   padding: 10px 0px 10px 10px;
   background-color: #43d27c;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
}

.list-three .lit-header span a{
   color: #fff;
   font-weight: 600;
}

.list-one .lit-header span a{
   color: #fff;
   font-weight: 600;
   padding-left: 10px;
   border-left: 4px solid #e1bf62;
}

.list-one .lit-header1 {
   padding: 10px 0px 10px 10px;
   background-color: #dc4471;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
}

.list-one .lit-header1 span a{
   color: #fff;
   font-weight: 600;
   padding-left: 10px;
   border-left: 4px solid #e1bf62;
}

.list-two .lit-header span {
   color: #fff;
   font-weight: 600;
   padding-left: 10px;
   border-left: 4px solid #e1bf62;
}

.list-three .lit-header span {
   color: #fff;
   font-weight: 600;
   padding-left: 10px;
   border-left: 4px solid #e1bf62;
}

.list-one table {
   width: 300px;
   height: 210px;
   text-align: center;
   padding: 10px;
   background-color: #fff;
}

.list-one .s-video{
    width: 300px;
}

.list-one .s-video img{
    width: 300px;
    height:120px;
}

.list-one table td {
   color: #555555;
}

.list-one table td a {
   display: inline-block;
   padding: 0px 5px 5px 5px;
}

.list-one table td a img{
   width:45px;

}

.list-one table td a p {
   color: #555555;
   font-size: 14px;
}

.list-two {
   width: 340px;
   height: 415px;
   margin-left: 10px;
}

.list-two ul {
   height: 375px;
   padding: 0px 10px;
   background-color: #fff;
   overflow: hidden;
}

.list-two ul li {
   width: 330px;
   float: left;
   padding: 8px 0px;
   border-bottom: 1px solid #eee;
}

.list-two>ul>li>a>span:hover {
   color: #c4272e;
}

.list-two ul li a img {
   vertical-align: middle;
}

.list-two ul li a span {
   color: #555555;
   font-size: 14px;
}

.list-two ul li a p {
   color: #999;
   font-size: 12px;
   margin-top: 5px;
   margin-left: 10px;
}


.list-three {
   width: 460px;
   height: 410px;
   float: right;
}

.list-three .xwzx {
   width: 100%;
   height: 375px;
   background-color: #fff;
}

.list-three .xwzx .xwzx-list {
   padding: 20px;
}

.pic>ul>li {
   overflow: hidden;
   float: left;
   padding-bottom: 10px;
}

.pic ul li .pic-left {
   float: left;
   width: 420px;
   height: 208px;
}

.pic-left {
   width: 252px;
   height: 188px;
   overflow: hidden;
   position: relative;
   /* border: 1px solid #ddd; */
}

.pic-left .hd {
   height: 15px;
   overflow: hidden;
   position: absolute;
   bottom: 5px;
   right: 10px;
   z-index: 1;
}

.pic-left .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
   margin-right: 10px;
}

.pic-left .hd ul li {
   float: left;
   margin-right: 5px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   line-height: 14px;
   text-align: center;
   border: 1px solid #fff;
   cursor: pointer;
}

.pic-left .hd ul li.on {
   background: #fff;
}

.pic-left .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.pic-left .bd li {
   zoom: 1;
   vertical-align: middle;
}

.pic-left .bd img {
   width: 420px;
   height: 208px;
   display: block;
}

.pic ul li .pic-right {width: 300px;padding-top: 0px;padding-left: 9px;position: absolute;bottom: 0;/* right: 0; */}

.pic-right h3 {
   font-size: 14px;
   text-align: center;
   line-height: 25px;
   margin-bottom: 5px;
   
}

.pic-right>h3>a {
   color: #fff;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
      width: 300px;
}

.pic-right p {
   text-indent: 2em;
   font-size: 12px;
   line-height: 24px;
   color: #777;
}

.xwzx-two>.xwzx-list>li {
   padding: 12px 0px 0px 0px;
  overflow: hidden;
}

.xwzx-two>ul>li>a {
   color: #555555;
   font-size: 14px;
   overflow: hidden;
   width: 300px;
  white-space:nowrap; 
text-overflow:ellipsis; 
   float: left;
    display: block;
}

.xwzx-two>ul>li>a:hover {
   color: #c4272e;
}

.xwzx-two ul li .dint {
   vertical-align: middle;
      float: left;
    margin-top: 8px;
}

.xwzx-two ul li span {
   float: right;
   font-size: 14px;
   color: #999;
}


.main-three {
   width: 1120px;
   height: 100%;
   margin: 0 auto;
   background-color: #fff;
   margin-bottom: 10px;
}

.main-three ul {
   width: 100%;
   height: 50px;
   overflow: hidden;
}

.main-three ul li {
   padding: 15px 20px;
   float: left;
}

.main-three ul li span {
   font-size: 14px;
   padding-left: 10px;
   border-left: 3px solid #e1bf62;
}

.main-three ul li a {
   color: #999;
   font-size: 14px;
}


.list-main {
   width: 1120px;
   height: 800px;
   margin: 0 auto;
   margin-top: 20px;
   margin-bottom: 40px;
   background-color: #fff;
   overflow: hidden;
   padding: 40px;
}

.list-main .list-main-left {
   width: 180px;
   float: left;
   border-right: 1px solid #eeeeee;
   border-left: 1px solid #eeeeee;
   overflow: hidden;
}

.list-main .list-main-left>div {
   width: 150px;
   height: 50px;
   padding: 0px 12px;
   border-left: 6px solid #eaad2a;
   background-color: #c4272e;
   text-align: center;
   line-height: 50px;
}

.list-main .list-main-left>div>img {
   vertical-align: middle;
   float: left;
   margin-top: 15px;
}

.list-main .list-main-left>div>span {
   font-size: 18px;
   font-weight: 600;
   vertical-align: middle;
   margin-left: 20px;
   color: #fff;
   float: left;
}

.list-main .list-main-left>ul>li {
   padding-left: 30px;
   height: 40px;
   text-align: left;
   line-height: 40px;
   border-bottom: 1px solid #eee;
   overflow: hidden;
}

.list-main .list-main-left>ul>li>a {
   color: #666666;
   cursor: pointer;
}

.list-main .list-main-left>ul>li>a .list-left-one {
   vertical-align: middle;
}

.list-main .list-main-left>ul>li>a>span {
   margin-left: 10px;
   vertical-align: middle;
}

.list-main .list-main-left>ul>li>a .list-left-two {
   vertical-align: middle;
   float: right;
   margin-right: 20px;
   margin-top: 17px;
}

.list-main .list-main-right {
   width: 900px;
   height: 100%;
   float: right;
}

.list-main-right .two_righttitle {
   font-size: 14px;
   color: #666666;
   border-bottom: 1px solid #eee;
   padding-bottom: 10px;
}

.list-main-right .two_righttitle>span>a {
   font-size: 14px;
   color: #666666;
   cursor: pointer;
}
.list-main-right .two_righttitle>span>a:hover{
   text-decoration: underline;
  
}
.list-main-right>ul {
   padding-bottom: 30px;
   border-bottom: 1px solid #eee
}

.list-main-right>ul>li {
   padding-top: 20px;
}

.list-main-right>ul>li>img {
   vertical-align: middle;
}

.list-main-right>ul>li>span {
   vertical-align: middle;
}

.list-main-right>ul>li>a {
   font-size: 16px;
   color: #333;
}

.list-main-right>ul>li>a:hover {
   color: #c4272e;
}

.paging {
   text-align: center;
   padding-top: 30px;
}

.paging>a {
   font-size: 14px;
   margin-right: 54px;
   color: #333;
}

.paging>a:hover {
   color: #c4272e;
}

.paging>span {
   padding-right: 40px;
   font-size: 14px;
   color: #333;
}

.act>a>span:hover {
   font-weight: 600;
   color: #c4272e;
}

/

.show-main-warp {
   background: #e8edf4;
   padding: 20px 0;
}

.show-main {
   width: 1120px;
   background: #FFFFFF;
   margin: 0 auto;
   padding: 40px 0;
  	min-height: 700px;
}

.show-main-posite {
   line-height: 30px;
   font-size: 14px;
   border-bottom: 1px solid #EEEEEE;
   margin: 0 40px;
}

.show-main-posite a, .posite {
   color: #666666;
}

.posite {
   padding-left: 20px;
   background: url(../images/listimage-one.png) no-repeat;
   background-position-x: 5px;
   background-position-y: 3px;
}

.show-main-posite a:hover {
   text-decoration: underline;
}

.show {
   margin: 0 40px;
   padding-bottom: 20px;
   border-bottom: 1px solid #EEEEEE;
}
.show .main-next{
   margin-top: 20px;
}
.show .main-next>div{
   margin-top: 20px;
   font-size: 16px;
   color: #333333;
}
.show .main-next>div>a{
   font-size: 16px;
   color: #333333;
}
.show .main-next>div>a:hover{
   color: red;
}
.show-title h3 {
   font-size: 24px;
   color: #333333;
   font-weight: bold;
}

.show-top {
   text-align: center;
   margin-top: 40px;
   padding-bottom: 20px;
   border-bottom: 1px solid #EEEEEE;
}

.show-items {
   font-size: 12px;
   margin-top: 30px;
   color: #666666;
}

.show-content {
   padding: 20px 0;
}
.show-content p{
   font-size:16px;
   font-family:"Ã¦Â°â€œÃ¥ÂºÂÃ©Ë†Â¥Ã¥Â§â€˜Ã£ÂÂ¢Ã¨Â§Â£Ã¯Â¿Â½Ã¯Â¿Â½";
   line-height:150%;
}

.footer-warp {
   width: 100%;
   height: 96px;
   background-color: #c4272e;
}

.footer-warp-one {
   width: 100%;
   height: 95px;
   border-bottom: 1px solid #d84c52;
}

.footer {
   width: 1120px;
   height: 100%;
   margin: 0 auto;
}

.footer-one {
   overflow: hidden;
   padding-top: 15px;
   background: #C4272E;
}

.footer-one-left, .footer-two-left {
   float: left;
}

.footer-two-left {
   line-height: 26px;
}

.footer-one-left img {
   vertical-align: middle;
}

.footer-two-left ul {
   width: 400px;
   margin-left: 30px;
   overflow: hidden;
   font-size: 13px;
   color: #fff;
   float: left;
}

.footer-two-left ul li {
   float: left;
   margin-right: 24px;
}

.footer-two-left ul li img {
   vertical-align: middle;
}

.footer-two-left ul li span {
   margin-left: 10px;
}

.footer-warp-two {
   width: 1120px;
   height: 40px;
   margin: 0 auto;
}

.footer-warp-two ul {
   font-size: 13px;
   padding-top: 10px;
}

.footer-warp-two ul li {
   float: left;
   color: #fff;
   margin-right: 20px;
}

.footer-warp-two ul li img {
   vertical-align: middle;
}

.footer-warp-two ul li span {
   margin-left: 10px;
}