﻿*{
  margin: 0;
  padding: 0;
}
body{
  font: normal 14px/22px "microsoft yahei";
}
a{
  color: black;
  text-decoration: none;
}

header{
  width:100%;
  height: 135px;
 
  border-bottom:1px solid #ffffff;
}
ul {
  list-style: none;
}
img{
	border:none;
}

.header_suo{
  width: 1200px;
  margin: 0  auto;
  height: 30px;
  position: relative;
}
.header_suo div{
      position: absolute;
    right: 0;
}
.header_suo div img{
  /* display: block; */
  vertical-align: middle;
}

.header_suo div a{
  display: inline-block;
  color:#ffffff;
  width: 60px;
  text-align: center;
}
.header_log{
  width: 1200px;
  margin: 0 auto;
}

.header_dl{
    /* width: 430px; */
    margin: 10px 0 0 0;
    float: left;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    width: 78px;
    height: 325px;
    background: rgba(0,0,0, .4);

}
.header_dl div{
  float: right;
}
.header_dl dl{
width: 78px;
height: 65px;
}
.header_dl dl dt{
  width: 100%;
  overflow: hidden;
  padding-top:8px ;
}
.header_dl dl dd{
  color: #ffffff;
  text-align: center;
      height: 30px;
}
nav{
  width: 100%;
  height: 50px;
   background:#94070A;
}nav>ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
nav>ul>li{
  width: 150px;
  overflow: hidden;
  line-height: 49px;
  float: left;
  text-align: center;
}
nav>ul>li>a{
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
}
nav>ul>li>div{
  width: 100%;
  position: relative;
  z-index: 999;
  margin-top: -2px;
}
nav>ul>li>div>ul>li{
  width: 100%;
  height: 35px;
  line-height: 35px;
      background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
nav>ul>li>div>ul>li>a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
}
nav>ul>li>div>ul>li>a:hover{
  background-color:#7d2929; 
    transition: all 0.4s ease-in-out;
}
.two-ul{
  display: none
}
.active-a{
      background-color: #7d2929;
       transition: all 0.4s ease-in-out;
    color: #eee;
}
.aa a{
           margin: 0 3px;
     }
/*新闻主体样式*/
.new-bg{
	width:100%;
         height: 782px;
   
	 background: url(../images/main-bg.png) no-repeat;
	 background-size: cover;
    -webkit-background-size: cover;
     -o-background-size: cover;
     background-position: center 0;
	}
.new{
  width: 1200px;
  overflow: hidden;
    
    margin: -9px auto 10px;

   
}
article {
width: 788px;
    height: 364px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}
article  .new_title{
  width: 788px;
  overflow: hidden;
       padding: 27px 0 0 0;
  border-bottom: 2px solid  #94070A;
}
article .new_title>a  {
  display: inline-block;
  width: 126px;
  height: 46px;
  border-radius:  5px 5px 0 0 ;
  margin: 0 10px 0 0;
  float: left;
  line-height: 40px;
 background: #ebebeb;
 position: relative;
}
article  .new_title>a>img{
  vertical-align: middle;
}

article  .new_title>a>span{
  display: inline-block;
  width: 72px;
  position: absolute;
  font-size: 16px;
  left: 36px;
   top: 3px;
}
.new_title_active{
 background-color:  #94070A !important;
 color: #ffffff;

 border-radius:  5px 5px 0 0 ;
}

.new_title_more{
  display: none;
}
.new_list{
  height: 261px;
  overflow: hidden;
}
.i_1{
  position: absolute;
   width: 25px;
   height: 25px;
  background: url(../images/new_logo_1.png) no-repeat;
   z-index: 999;
       top: 13px;
    left: 13px;
 }
.new_title_active .i_1 {
  background: url(../images/new_logo.png) no-repeat;
}
.i_2{
  position: absolute;
   width: 25px;
   height: 25px;
  background: url(../images/dong_logo.png) no-repeat;
   z-index: 999;
      top: 13px;
    left: 13px;
 }
.new_title_active .i_2 {
  background: url(../images/dong_logo_1.png) no-repeat;
}
.i_3{
  position: absolute;
   width: 25px;
   height: 25px;
  background: url(../images/mei_logo.png) no-repeat;
   z-index: 999;
      top: 13px;
    left: 13px;
 }
.new_title_active .i_3 {
  background: url(../images/mei_logo_1.png) no-repeat;
}


 i{
   display: block;
 }


article div .new_title_more span{
  display: inline-block;
     line-height: 52px;
  color:  #333333 ;
  float: right;
  font-weight: bold;
}
article .new_list{
  width: 788px; 
  overflow: hidden;
  margin: 15px 0 0 0;
  height:261px;
}

article .new_div_ul{
  width: 390px;
  float: left;
  margin-left: 16px;
  overflow: hidden;
}
article .new_div_ul li {
  width: 390px;
  height: 42.5px;
  line-height: 42px;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
article .new_div_ul li a{
  font-size: 14px;
  color: #343434;
  display: inline-block;
  height: 100%;
  width: 100%;
}
article .new_div_ul li a span{
  float: right;
}
.adSlide1{ overflow:hidden; position:relative; width: 379px;float: left; }
.adSlide1 ul {list-style: none;}
.adSlide1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:6px; z-index:1; }
.adSlide1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.adSlide1 .hd ul li{ float:left; margin-right:2px;  width:13px;height: 13px;line-height: 58px; text-align:center; background:url(../images/list_nav_on.png) -6px -17px no-repeat; }
.adSlide1 .hd ul li.on{ background-position:-6px -4px;}
.adSlide1 .bd{ position:relative; height:100%; z-index:0;   }
.adSlide1 .bd li{ zoom:1; vertical-align:middle; }
.adSlide1 .bd li p{ position: absolute;bottom: 0;height: 29px;line-height: 29px;width:379px;background: rgba(0,0,0, .5);color: #ffffff;text-indent: 15px; }
.adSlide1 .bd img{ width:379px; height:259px; display: block; }



.adSlide2{ overflow:hidden; position:relative;  width: 379px;float: left; }
.adSlide2 ul {list-style: none;}
.adSlide2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:6px; z-index:1; }
.adSlide2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.adSlide2 .hd ul li{ float:left; margin-right:2px;  width:13px;height: 13px;line-height: 58px; text-align:center; background:url(../images/list_nav_on.png) -6px -17px no-repeat; }
.adSlide2 .hd ul li.on{ background-position:-6px -4px;}
.adSlide2 .bd{ position:relative; height:100%; z-index:0;   }
.adSlide2 .bd li{ zoom:1; vertical-align:middle; }
.adSlide2 .bd li p{ position: absolute;bottom: 0;height: 29px;line-height: 29px;width:379px;background: rgba(0,0,0, .5);color: #ffffff;text-indent: 15px; }
.adSlide2 .bd img{ width:379px; height:259px;  display: block;}


/*侧边新闻样式*/
aside {
	   width: 380px;
      height: 363px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}
aside .new_title{
     width: 380px;
    overflow: hidden;
    padding: 27px 0 0 0;
    border-bottom: 2px solid #94070A;
}
aside .new_title>a  {
  display: inline-block;
  width: 126px;
  height: 45px;
  border-radius:  5px 5px 0 0 ;
  margin: 0 10px 0 0;
  float: left;
  line-height: 40px;
   background: #ebebeb;
   position: relative;
   text-align: center;
}

aside .new_title>a> img{
  vertical-align: middle;
}
aside .new_title>a>span{
  display: inline-block;
  width: 72px;
  font-size: 18px;
  position: absolute;
  font-size: 16px;
  left: 36px;
      top: 3px;
}
aside .new_title_more span{
  display: inline-block;
     line-height: 52px;
  color:  #333333 ;
  float: right;
  font-weight: bold;
}
aside .aside_div{
  width: 100%;
  overflow: hidden;
}
aside .aside_div .aside_div_list ul li{
  width: 100%;
  height: 50px;
  margin: 18px 0 2px;
}
aside .aside_div .aside_div_list ul li div{
  width: 52px;
  height: 50px;
  background-color: #94070A;
  float: left;
}
aside .aside_div .aside_div_list ul li div p{
  font-size: 20px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
aside .aside_div .aside_div_list ul li div span{
  width: 50px;
 
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #94070A;
  font-size:11px;
  background-color: #ffffff;
  border: 1px solid #94070A;
  display: inline-block;
}
aside .aside_div .aside_div_list li a>p{
  float: left;
  width: 313px;
  height: 55px;
  color: #343434;
  line-height: 26px;
  margin-left: 15px;
}
.aside_div_list{
  display: none;
}
.new_div_ul li a:hover{
  background-color: #f4f4f4;
  color:#94070A;
}
.aside_div_list li a:hover>p{

  color: #94070A !important;
}
.i_4{
  position: absolute;
   width: 25px;
   height: 25px;
   background: url(../images/gong_logo_1.png) no-repeat;
   z-index: 999;
       top: 13px;
    left: 13px;
 }
.new_title_active .i_4 {
  background: url(../images/gong_logo.png) no-repeat;
}
.i_5{
  position: absolute;
   width: 25px;
   height: 25px;
   background: url(../images/zuan_logo.png) no-repeat;
   z-index: 999;
        top: 15px;
    left: 13px;
 }
.new_title_active .i_5 {
  background: url(../images/zuan_logo_1.png) no-repeat;
}



    
    



/*moudle样式*/
#moudle{
        width: 1245px;
    margin: 0 auto;
      height: 117px;
  background-color: #94070A ;
}
#moudle .moudle_list{
  width: 1200px;
  margin: 0 auto;
  height: 117px;
}
#moudle .title{
  float: left;
  width: 44px;
  height: 117px;
  background:url(../images/listnav_bg.png)  no-repeat;
}
#moudle .title p{
  width: 19px;
  margin: 0px auto ;
  font-size:18px;
  padding: 20px 0 0 0;
  color:#ffffff;
}
.moudle_list dl{
  float: left;
  width: 72px;
  overflow: hidden;
    margin: 13px 13px 15px;
}
.moudle_list dl dd{
  width: 72px;
  text-align: center;
  color:#ffffff;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
}
#moudle .title2{
  float: left;
  width: 44px;
  height:117px;
  background:url(../images/listnav_bg.png)  no-repeat;
      margin-left: 17px;
}
#moudle .title2 p{
  width: 19px;
  margin: 0px auto ;
  font-size:18px;
  padding: 20px 0 0 0;
  color:#ffffff;
}
.moudle_ul{
  width: 336px;
  overflow: hidden;
      margin-top: 5px;
      float:left;
          margin-left: 5px;
}
.moudle_ul li{
  float: left;
  width: 84px;
  text-align: center;
  height: 31px;
    line-height: 45px;
}
.moudle_ul li a{
  font-size: 16px;
  color:#ffffff;
}
.friends{
margin-top: 15px;
    width: 492px;
    text-align: right;
    float: left;
    margin-left: 11px;

}
select {
  width: 156px;
  height: 22px;
  margin: 5px 3px 0 1px;
  padding-left:8px;
}

/*footer样式*/
footer{
  width: 100%;
height: 30px;
  background:  #750306 ;
}

.footer_content{
  width: 1200px;
  margin: 0 auto;

}


.new3 {
  width: 100% ;
  margin-left: 0px ;
  margin-top: -6px;
}
.new3 ul {
	width:49%;
	}
.new3  li {
      width: 387px;
  height: 42.5px;
  line-height: 42px;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  float: left ;
 
}
.new3 li a{
  font-size: 14px;
  color: #343434;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.new3 a span{
  float: right;
}
.new3 li a:hover{
  background-color: #f4f4f4;
  color: #22877C;
}
.new3 li a:hover>p{
  background-color: #f4f4f4;
  color: #22877C !important;
}

	#sb-search input {
	  display: inline-block;
	 width: 216px;
	height: 39px;
	border-radius: 20px;
	  background-color: #fff;
	  outline: none;
	  border: none;
	     margin-top: 5px;
	  color: gray;
	 border: 1px solid #BFBFBF;
	 padding-left: 10px;
	}
.new_title>a{
  display: block;
}
.moudle_list dl a:hover dd {
	color:orange;
	}
.moudle_ul li:hover a{
	color:orange;
	}
.ul-active li>a:hover>p{
		width: 305px;
		padding:0 5px;
	}
	.dl-active{
		background:#94070A;
		}
.wrap {
    width: 1260px;
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}


.index-row4 {
    /*padding: 50px 0;*/
padding: 0 0 0px;

    /*3D轮播*/
}

.index-row4 .hide {
    display: none;
}

.index-row4 .blocktit {
    display: block;
    height: 90px;
    margin: 30px 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.index-row4 .exclusive-box {
    position: relative;
  height: 287px;
   /* margin: 0 auto 60px auto;*/

 margin: 0 auto 0px auto;
}

.index-row4 .carousel {
    position: relative;
    height: 450px;
    margin: 0 auto;
}

.index-row4 .carousel li {
    float: left;
    width: 300px;
    height: 230px;
}

.index-row4 .carousel a,
.index-row4 .carousel img,
.index-row4 .carousel span {
    display: inline-block;
}

.index-row4 .carousel img {
    width: 100% !important;
    height:100% !important;
}

.index-row4 .carousel a {
    position: relative;
}

.index-row4 .carousel span {
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 119px;
    padding: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 70px;
}

.index-row4 .carousel a {
  /*  -webkit-box-reflect: below -4px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 0.3));*/
}

.index-row4 .carousel {
    position: relative;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.index-row4 .carousel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    position: absolute;
    cursor: pointer;
}

.index-row4 .carousel .out {
    border: #DDD 2px solid;
}

.index-row4 .carousel .over {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.index-row4 .carousel .click {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.index-row4 .carousel .select {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.index-row4 .carousel .tooltip {
    position: absolute;
    z-index: 80;
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.index-row4 .carousel .tooltip p {
    color: #999;
    padding: 10px;
    margin: 0px;
}

.index-row4 .carousel .scrollbar {
    width: 340px;
    position: absolute;
    margin-top: 100px;
}

.index-row4 .carousel .scrollbar .track {
    width: 300px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.index-row4 .carousel .scrollbar .thumb {
    width: 70px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.index-row4 .carousel .scrollbar .left {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    left: 0px;
}

.index-row4 .carousel .scrollbar .right {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 0px;
}
.index-row4 .ex-btn {
    position: relative;
    z-index: 20;
    width: 1200px;
    /* margin: 50px auto; */
    margin: -173px auto;
}

.index-row4 .ex-arr {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
}

.index-row4 .ex-left {
    float: left;
    background-image: url(../images/shan-left.png);
    background-position-x: left;
}
.index-row4 .ex-left:hover{
    background-image: url(../images/shan-left-active.png);
}
.index-row4 .ex-right {
    float: right;
    background-image: url(../images/shan-right.png);
    background-position-x: right;
}
.index-row4 .ex-right:hover{
    background-image: url(../images/shan-right-active.png);
}
#slide{
	width: 100%;
	height: 332px;
	overflow: hidden;
	position: relative;
}
.warrper{
	width:1212px;
	height: 332px;
}
.m_auto{
	margin:auto;
}
.game_pic_tab{ 
	height:332px; 
	position:relative; 
}
.game_pic{
	position:relative;
	width:1212px;
	height:332px;
	overflow: hidden;
	text-align: center;
}
.game_pic img{
	width: 1200px;
	height: 332px;
}
.game_pic a{
	width: 1200px;
	height: 332px;
	display: inline-block;
}
.game_pic_icon{
	width: 1230px;
	height: 332px;
	display:block;  
	position:absolute; 
	line-height: 332px;
}
.game_pic_icon_l{
	left:-1170px; 
	top: 0;
	z-index:4;
	text-align: right;
	vertical-align: middle;
}
.game_pic_icon_r{ 
	right: -1170px; 
	top: 0;
	z-index:4; 
}
.prev_l,.next_r{
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7; 
    opacity: 0.7;
	top:0; 
	width:1200px;
	height: 332px; 
	background:#fff; 
	z-index:3; 
	position:absolute;
}
.prev_l{ 
	left:-1206px;
}
.next_r{ 
	right:-1206px;
}

#example2-click-prev div{
	 background: url(../images/left.png) no-repeat;
	}
	#example2-click-prev  div:hover{
	 background: url(../images/left-active.png) no-repeat;
	}
#example2-click-next  div{
	 background: url(../images/right.png) no-repeat;
	}
	#example2-click-next  div:hover{
	 background: url(../images/right-active.png) no-repeat;
	}