/********************首页头部header开始********************/
*,
 :after,
 :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
  .container1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
  .container1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container2 {
    width: 1220px;
  }
}

@media (min-width:1440px) {
  
  .container {
    width: 1420px ;
  }
  .container1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container2 {
    width: 1220px;
  }
}




/********************公共头部开始********************/
.menu{
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 22;
}

.menu_pic{
  float: left;
  width: 260px;
  height: 114px;
  background-color: #232429;
  text-align: center;
line-height: 114px;
}
.menu_pic img{
  vertical-align: middle;
}
.menu_line{
  float: right;
  width: 110px;
  height: 114px;
  background-color: #FFFFFF;
   position: relative;
  cursor: pointer;
}

.column-direction {
    flex-direction: column;
     position: relative;
     width: 40px;
     height: 20px;
     left: 50%;
     top: 50%;
     margin: -10px 0 0 -20px;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.column-col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 40px;
    display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: 0;
margin-left: 0;
box-sizing: border-box;
height: 6.6px;
flex-shrink: 0;
padding-right: 0;
padding-left: 0;

}


.column-direction .line {
    width: 100%;
    height: 2px;
    position: relative;
}

.column-direction .line-1 {
    width: 60%;
    left: 30%;
}
.column-direction .line-3 {
    width: 60%;
    left: 10%;
}
.menu_line:hover .line-1 .stroke, .menu_line:hover .line-close1 .stroke {
    transition-delay: 0s;
    transform: translateX(-20px);
    opacity: 0;
}
.menu_line:hover .line-3 .stroke,.menu_line:hover .line-close2 .stroke {
    transform: translateX(20px);
    opacity: 0;
    transition-delay: .1s;
}

.column-direction .line .stroke {
    background: #232329;
    position: absolute;
    transition: all .3s;
        transition-delay: 0s;
        width: 100%;
height: 100%;
}
.column-direction .line-1 .stroke {
    transition-delay: .4s;
}

.column-direction .line-3 .stroke {
    transition-delay: .3s;
}


.column-direction .line::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #232329;
    transition: all .3s;
}
.column-direction .line-1::after {
    transform: translateX(20px);
}
.column-direction .line-3::after {
    transform: translateX(-20px);
}
.menu_line:hover .line-1::after, .menu_line:hover .line-close1::after {
    transform: translateX(0);
    transition-delay: .3s;
    opacity: 1;
}

.menu_line:hover .line-3::after, .menu_line:hover .line-close2::after {
    transform: translateX(0);
    transition-delay: .4s;
    opacity: 1;
}

.menu_text{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}


.menuBox {
    position: fixed;
    z-index: 1090;
    background: #232429;
    
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    height: 0px;
    overflow-y: hidden;
    box-sizing: border-box;
    
}
.open .menuBox {
    height: 100%;
   
}
.menuBox_con{
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.menuBox_con .menuBox_con_logo{
  margin: 100px 0 ;
}
.menuBox_con .menuBox_con_close{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.menuBox_con ul{
  width: 38%;
  height: 60%;
  background: url(../img/menubox_bg.png) center no-repeat;
  background-size:contain;
  margin: 0 auto;
}
.menuBox_con ul li{
  height: 45px;
  margin:0 auto 20px;
  width: 238px;
}

.menuBox_con ul li a{
  font-size: 24px;
  color: #fff;
  
}
.xiang_h{
    width: 0px;
    height: 3px;
    margin-left: 70px;
    margin-top: 5px;
    background-color: #d4141a;
}







/********************手机端侧导航开始********************/



/********************公共footer开始********************/
.footer{
  background: url(../img/foot_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 63px 0 20px;
}

.ft_title{
  text-align: center;
}

.ft_title h1{
  font-size: 16px;
  color: #999999;
  margin: 15px 0 5px;
}
.ft_title h2{
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  line-height: 24px;
}
.friendlinks {
  clear: both;
  overflow: hidden;
  margin-top: 90px;
}
.friendlinks .link{
  width: 125px;
  margin-right: 55px;
  float: left;
}

.friendlinks .link7 {
  width: 134px;
}
.friendlinks .link7 h2{
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.friendlinks .link7 h3{
  font-size: 12px;
  color: #cccccc;
  line-height: 24px;
}


.friendlinks .link8 {
  width: 131px;
  margin-right: 0;
}
.link_title {
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.link_title span:first-child {
    float: left;
    color: #fff;
    line-height: 30px;
}
.link_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 18px;
    height: 1px;
    background: #d21924;
    transition: all 0.6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.link_title:hover:after {
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.link2_ltem {
  width: 100%;
  display: block;
  color: #b2b2b2;
  line-height: 30px;
  font-size: 14px;
  padding: 5px 0;
}
.link2_ltem:hover{
  color: #d21924;
}

.ft_b{
  display:none ;
  text-align: center;
}
.ft_b img{
  margin-top: 60px;
}
.ft_b h2{
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.ft_b h3{
  font-size: 22px;
  line-height: 36px;
  color: #ccc;
  margin-bottom: 10px;
}
.ft_b p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.content_btm{
  color: #fffefe;
  font-size: 12px;
  margin-top: 90px;
}
.content_btm strong{
  float: right;
  color: #fffefe;
}
.content_btm strong a{
  color: #fffefe;
}
.content_btm strong a:hover{
  color: #d21924;
}
/*点击下一页上一页的公共样式*/
/*点击下一页上一页的公共样式*/
.pager_linkBox{

padding: 40px 0 40px;
font-size: 14px;
font-weight: bold;
line-height: 30px;
text-align: center;
clear: both;
}
.pager_linkBox a {
 height: 40px;
 padding: 0 15px;
line-height: 40px;  
text-decoration: none;
color: #808080;
background: #fff;
border: 1px solid #808080;
box-sizing: border-box;
vertical-align: middle;
margin-right: 10px;
display: inline-block;
transition: all 0.3s ease 0s;
font-weight: normal;
}

.pager_linkBox a:hover {
  BORDER: #d4141a 1px solid; 
  BACKGROUND-COLOR: #d4141a;
  color:#fff;
}
.pager_linkBox a:active {
  BORDER: #d4141a 1px solid; 
  BACKGROUND-COLOR: #d4141a;
}
.pager_linkBox  a.current{
  color:#fff;
  border: 1px solid #d4141a;
  BACKGROUND-COLOR: #d4141a;
}
.pager_linkBox .icon{
  font-size:14px;
}

/*新闻详情上一页下一页*/

.shangxia {
  padding: 20px 0 75px;
  position: relative;
  border-top: 1px solid #ebebeb;
}

.news_xq_con .shangxia p {
  text-indent: 0!important;
}



.shangxia p a{
  color: #646464;
}

.shangxia p a:hover{
  color: #1246bc;
}
.shangxia .back {
  position: absolute;
  right: 0;
  top: 28px;
  display: block;
  text-indent: 15px;
  text-align: left;
  width: 80px;
  height: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #dca0b0;
  border-radius: 9999px;
  border: 1px solid #dca0b0;
  background: #fff url(../img/back1.png) 50px center no-repeat;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.shangxia .back:hover {
  color: #fff;
  background: #dca0b0 url(../img/back2.png) 50px center no-repeat;
}

/*点击top回到顶部*/
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 999;
  background:#d4141a;
  opacity: 0.7;
  z-index: 99999;
}
.actGotop:hover{
  opacity: 1;
}
.actGotop a, .actGotop a:link {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/down_img.png) center no-repeat;
}
  



/*图片放大transtion*/
.pic_trans{
  transition: transform .8 ease;
  -webkit-transition: transform .8 ease;
  -moz-transition: transform .8 ease;
  -ms-transition: transform .8 ease;
}
/*文字显示2行超出隐藏*/
.line_clamp2{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/*文字显示3行超出隐藏*/
.line_clamp3{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.transtion{
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0;
  
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1;  
}
