﻿@charset "utf-8";
/* CSS Document */



/*div {
    margin: 0 auto;
}*/

.maincontainerleaf {
   
	
    /*min-height: -moz-calc(100vh - 280px);
	
	
    min-height: -webkit-calc(100vh - 280px);
	
	min-height: calc(100vh - 280px);

    height: calc(100vh - 280px);*/
}
.contentscontainer {
    width: 1200px;
    margin: 0 auto;
}

/*标题下面的阴影效果*/


/*通用标题*/
.commontitle {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 20px;
     border-bottom: solid 3px #2A4570;
    padding-bottom: 20px;
}
.commontitle h3{
   height: 44px;
    line-height: 44px;
    font-size: 30px;
    color: #2A4570;
    font-weight: bold;
    letter-spacing: 2px;
   
}


/*头部导航*/
.topnavcontainer {
    width: 100%;
     /*background-image: linear-gradient(to right, #112442 , #2A4570);*/
    display: flex;
    justify-content: center;
    color: #fff;
}

.topnav {
    width: 100%;
    height: 100%;
    display: flex;
     justify-content: space-around;
     align-items:  center ;
     color: #fff;
    flex-direction: column;
}

.topnav .top{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
     align-items:  center ;
     color: #fff;
     
}
.topnav .top .tlogo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tlogo .img {
      height: 67px;
    width: 450px;
       color: #fff;
    max-width: 100%;
}

.tlogo .twenzi {
    text-align: left;
    padding-left: 20px;
      font-size: 25px;
    font-family: cursive;
    font-weight: bolder;
}
.topnav .top .zhongyingwen{
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 1%;
}
.topnav .top .zhongyingwen .neirong{
   background: url(/images/link_bg1.gif)no-repeat center;
   background-size: 190px 35px;
    height: 35px;
    line-height: 25px;
    width: 200px;
    text-align: center;
}
.zhongyingwen .neirong img{
    width: 20px;
    height: 20px;
}
.zhongyingwen .neirong .zhongwen{
    margin-right: 20px;
}
.zhongyingwen .neirong .yingwen{
    margin-left: 20px;
}

.topnav .top .zhongyingwen .a {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    border-right: 1px solid #fff;
    font-size: 12px;
}

.topnav .bottom{
    width: 100%;
    flex-grow: 1;
    background: #019c3e;
    height: 55px;
    line-height: 55px;
    z-index: 100;
}



.topnav .bottom .navitemcontainer {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    width: 100%;

}

.topnav .bottom .navitemcontainer .item{
    width: 10%;
    margin-left: 50px;
    position: relative;
    display: flex;
    justify-content: center;
   
}
.topnav .bottom .navitemcontainer .item:hover{
   border-bottom: solid 5px #87C526;
}


.topnav .bottom .navitemcontainer .item a{
    color: #ffffff;
     font-size: 16px;
     letter-spacing:5px;
}
.topnav .bottom .navitemcontainer .item a:hover{
  
    color: #ffffff;
 
}
.topnav .bottom .navitemcontainer .item:hover  .topmenu_aboutus{

    display: block;
}


/*关于我们*/
  .topmenu_aboutus {
   
    position: absolute;
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;
    justify-content: space-around;*/
    background: rgba(0,0,0,0.65);
    color: #fff;
     display: none;
    top: 100%;
      z-index: 22;
      min-width: 200px;
}
 .topmenu_aboutus:hover {
    display: block;
}
 .topmenu_aboutus .item_submenu {
    width: 100%;
    height: 45px;
    margin-top: 1px;
    border-bottom: solid 1px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
     background: rgba(0,0,0,0.65);
}
    .topmenu_aboutus .item_submenu:hover {
        background: #87C526;
    }


/*底部*/
.footer {
    width: 100%;
    height: 120px;
   
     background-image: linear-gradient(to right, #112442 , #2A4570);

    display: flex;
    justify-content: center;
   color: #fff;
}
.footercontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.footercontainer .ftop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80%;
    color: #fff;
    padding-top: 10px;
}
.footercontainer .fbottom {
    display: flex;
    justify-content: center;
    width: 100%;
  color: #fff;
    text-align: center;
}



.footercontainer .ftop .newfooter1 {
    display: flex;
    height: 100%;
    width: 60%;
    flex-direction: column;
    
  
    color: #fff;
   
padding-left: 200px;
}
.footercontainer .ftop .newfooter1 .item {
    line-height: 30px;
    color: #fff;
}
 .newfooter1 .item span{
      
          color: #fff;
    }

.footercontainer .ftop .newfooter2 {
    display: flex;
    height: 100%;
    flex-grow: 1;

     flex-direction: column;
    
   
    color: #fff;
    margin-left: 2%;
}
    .footercontainer .ftop .newfooter2 .item{
        line-height: 30px;
          color: #fff;
    }
    .newfooter2 .item span{
      
          color: #fff;
    }


.footercontainer .top {
    display: flex;
    height: 70%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.footercontainer .top .item{
    display: flex;
    justify-content: center;
       color: #fff;
    margin-left: 50px;
}
.footercontainer .bottom {
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
       color: #fff;
}

.footercontainer .left{
    display: flex;
    justify-content: center;
    width: 40%;
}

.footercontainer .search{
    display: flex;
    /*justify-content: center;*/
    width: 30%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footercontainer .search .stop{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 80%;
}
.footercontainer .search .sbeianhao{
    display: flex;
    justify-content: center;
    width: 100%;
  
    flex-grow: 1;
    color: #fff;
   
}

.footercontainer .right{
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.footercontainer .right .erweima{
    width: 200px;
    height: 200px;

}
.footercontainer .right .erweima img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.footer .linkus {
    color: #fff;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.footer .linkus .item{
    margin-top: 10px;
    color: #fff;
    line-height: 25px;
}


