@charset "utf-8";
/* banner */
html, body {
	position: relative;
	
}
@font-face {
	font-family:ww;
	src: url('../font/wuwai.ttf');
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
}
.showdiv2{
    transform:none !important;
    transition:all 0.5s ease-out 0s !important;
    opacity:1 !important;
}
.showdiv1{
    opacity:1 !important;
    visibility:visible !important;
}
.showdiv{opacity: 1 !important;transform: none !important;}
body {

	font-size: 16px;
	color: #000;
	margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
.body_home{
    background: #000;
    height: 620px;
    overflow: hidden;
}
.header{
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 2;
    transition: all 0.7s ease-out 0s;
}
.header {
    opacity: 0;
    transform: translateY(-100%);
}
.body_home.showdiv .header {
    transform: none;
    opacity: 1;
   
}
.z3{
    z-index: 3;
}
.z2{
    z-index:3 ;
}
.header .block {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    width:1200px;
    margin:0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header .d1 {
    background: #00873b;
    color: #fff;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}

.header .d1 .nav_l i{
    margin:0 18px;
    font-size:12px;
}
.header .d1 .nav_l a{
    display:inline-block;
    line-height:1;
}
.header .d1 .nav_l a:before{
    content:"";
    display: block;
    margin-bottom:5px;
    border-top:2px solid #fff;
    transition:all 0.1s ease-out 0s;
    transform:scaleX(0);
}
.header .d1 .nav_l a.now{
    color:#fff;
}
.header .d1 .nav_l a.now:before{
    transform:scaleX(1);
    border-color:#fff;
}
.header .d1 .nav_l a:hover:before{
    transform:scaleX(1);
    border-color:#fff;
}
/* search */
.header .tools{
    color: #fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
}
.header .tools .a{
    margin-left:20px;
    width:34px;
    height:34px;
    line-height:34px;
    position:relative;
}
.header .tools .a>a{
    display:-ms-flexbox;
    display:flex;
    width:100%;
    height:100%;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.header .tools .sc a:after{
    content:"";
    font-size:20px;
    font-family:icon;
}
.header .tools .share-box{
    float:left;
}
.header .tools .search{
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
    width:250px;
    height:36px;
    position: absolute;
    right:-2px;
    top:0;
    opacity: 0;
    filter:alpha(opacity='0');
    visibility: hidden;
    transition:all 0.2s ease-out 0s;
    -webkit-transition:all 0.2s ease-out 0s;
    color: #333;
}
.header .tools .search.s{
    opacity:1;
    filter:alpha(opacity='100');
    visibility: visible;
}
.header .tools .search .kw{
    display:block;
    float: left;
    height:20px;
    line-height:20px;
    width:190px;
    margin:8px 0 0 12px;
    font-size:16px;
}
.header .tools .search .ok{
    float: right;
    width:36px;
    height:36px;
    cursor: pointer;
    font-family:icon;
    font-size:22px;
}
.header .tools .sc a:after {
    content: "";
    font-size: 20px;
    font-family: icon;
}
/* search */
/* logo&nav */
.header .d2{
    transition:all 0.3s ease-out 0s;
    
    height:85px;
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.header .block{
    position:relative;
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-align:center;
    align-items:center;
}
.header .logo{
    height:100%;
}
.header .logo a{
    height:100%;
    font-size:0;
    display:block;
}
.header .logo img{
    max-height:65%;
    vertical-align:middle;
    max-width:none;
    display:inline-block;
}
.header .logo a:after{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.navbox{
    width: 840px;
    position: relative;
    margin:0;
    padding: 0;
    z-index:2;
    right:0;
    height: 60px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.nav{
    width:100%;
     margin:0px 0px 0px 40px;
     height:60px;
     position:relative;
     z-index:2;
     line-height:60px;
     
    }
.nav ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 105px;
    float: left;
}
.fathernav{
    color: #fff !important;
    font-size: 18px;
    line-height:65px;
}
.nav ul li:hover .subnav{
    opacity: 1 !important;
    transform: none;
    display: block !important;
}

.fathernav::before{
    content: "";
    border-left: 2px solid #94070a;
    height: 25px;
    transition: all 0.2s ease-out 0s;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}
.fathernav:nth-child(6)::before,.fathernav:nth-child(7)::before{
  
    left: -200px !important;

}
.fathernav::after{
    content: "";
    border-bottom: 2px solid #94070a;
    margin-top: 5px;
    display: block;
    width: 280px;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.fathernav:hover::after{
    transform: none;
}


.subnav{
    width: 280px;
    position: absolute;
    z-index: 2;
    clear: both;
    top: 72px;
   display: none;
    background: url(../images/dhbj.png);
opacity: 0;
transition: all 0.7s ease-out 0s;
}

.left_subnav{
    width:180px;
    margin-top:22px;
}
.left_subnav a{
    width: 170px;
    line-height: 45px;
    background: #ddd;
    height: 45px;
    color: #333;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}
.left_subnav a:hover{
    background: #d40011;
    color: #fff;
}
.right_img{
    width:80px; 
    padding:22px 10px 10px 0px;
}
.navbox1{
    width: 840px;
    position: absolute;
    margin:0;
    padding: 0;
    z-index:2;
    right:0;
    height: 60px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.nav1{
    width:100%;
     margin:0px 0px 0px 40px;
     height:60px;
     position:relative;
     z-index:2;
     line-height:60px;
     
    }
.nav1 ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 120px;
    float: left;
}
.fathernav1{
    color: #333;
    font-size: 18px;
}
.nav1 ul li:hover .subnav1{
    opacity: 1 !important;
    transform: none;
}

.fathernav1::before{
    content: "";
    border-left: 2px solid #94070a;
    height: 25px;
    transition: all 0.2s ease-out 0s;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}
.fathernav1:nth-child(6)::before,.fathernav1:nth-child(7)::before{
  
    left: -200px !important;

}
.fathernav1::after{
    content: "";
    border-bottom: 2px solid #94070a;
    margin-top: 5px;
    display: block;
    width: 280px;
    transition: all 0.2s ease-out 0s;
    transform: scaleX(0);
}

.fathernav1:hover::after{
    transform: none;
}


.subnav1{
    width: 280px;
    position: absolute;
    z-index: 2;
    clear: both;
    top: 68px;
   
    background: url(../images/dhbj.png);
opacity: 0;
transition: all 0.7s ease-out 0s;
}

.left_subnav1{
    width:180px;
    margin-top:22px;
}
.left_subnav1 a{
    width: 170px;
    line-height: 45px;
    background: #ddd;
    height: 45px;
    color: #333;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}
.right_img1{
    width:80px; 
    padding:22px 10px 10px 0px;
}
#swiper1 {
	width: 100%;
	height: 500px;
	background-color: rgb(179, 189, 196);
    transition: 1s background-color 1.3s;
    top: 130px;
}
#swiper1 .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#swiper1 .swiper-slide {
	
	font-size: 18px;
	/* Center slide text vertically */
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#swiper1 .title {
    transition-delay: 1s;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
#swiper1 .title h3 {
   
    font-size: 36px;
    line-height: 100px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #fff;
    padding-left: 40px;
}
#swiper1 .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	overflow: hidden;
}
#swiper1 .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-slider__pagination {

    text-align: center;
    margin-top: 50px;
    position: absolute;
    bottom: 40px !important;
    width: 300px !important;
    z-index: 4;
    
    left: calc(100% - 300px) !important;
  }
  .news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
  }
  .news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 100px;
    transition-delay: 0s;
  }
/* banner */

.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0;visibility:hidden;transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible;}
.layer .close{font-size:60px;font-family:icon;position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff;box-shadow:3px 3px 3px rgba(0,0,0,0.5) inset;-ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#94070a;color:#fff;width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.body_home .bb{z-index:11;position: absolute;left:50%;bottom:30px;text-align:center;transform:translateX(-50%);color:#94070a;font-size:36px;cursor: pointer;opacity:0;font-family:icon;padding:0 10px;animation:bb 2s linear 0s infinite;font-weight:bold;visibility: hidden;}
@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}
.body_home.showdiv .bb{opacity:1;visibility: visible;}
.body_home .bb:hover{ animation-play-state:paused;color: #fff;}
.body_b{
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 2;
    overflow: auto;
    outline: none;
}
.body_b.showdiv{
    top: 0;
    z-index: 3;
}
.header2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    height: 130px;
}
.body_b.showdiv .header2{
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;

}
.header2 .block {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    width:1200px;
    margin:0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header2 .d1 {
    background: #94070a;
    color: #d39797;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}
.header2 .d1 .nav_l i{
    margin:0 18px;
    font-size:12px;
}
.header2 .d1 .nav_l a{
    display:inline-block;
    line-height:1;
}
.header2 .d1 .nav_l a:before{
    content:"";
    display: block;
    margin-bottom:5px;
    border-top:2px solid #d39797;
    transition:all 0.1s ease-out 0s;
    transform:scaleX(0);
}
.header2 .d1 .nav_l a.now{
    color:#fff;
}
.header2 .d1 .nav_l a.now:before{
    transform:scaleX(1);
    border-color:#fff;
}
.header2 .d1 .nav_l a:hover:before{
    transform:scaleX(1);
    border-color:#fff;
}
.header2 .d2{
    transition: all 0.3s ease-out 0s;
    height: 85px;
    background: #fff;
}
.header2 .tools{
    color: #fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
}
.header2 .tools .a{
    margin-left:20px;
    width:34px;
    height:34px;
    line-height:34px;
    position:relative;
}
.header2 .tools .a>a{
    display:-ms-flexbox;
    display:flex;
    width:100%;
    height:100%;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.header2 .tools .sc a:after{
    content:"";
    font-size:20px;
    font-family:icon;
}
.header2 .tools .share-box{
    float:left;
}
.header2 .tools .search{
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
    width:250px;
    height:36px;
    position: absolute;
    right:-2px;
    top:0;
    opacity: 0;
    filter:alpha(opacity='0');
    visibility: hidden;
    transition:all 0.2s ease-out 0s;
    -webkit-transition:all 0.2s ease-out 0s;
    color: #333;
}
.header2 .tools .search.s{
    opacity:1;
    filter:alpha(opacity='100');
    visibility: visible;
}
.header2 .tools .search .kw{
    display:block;
    float: left;
    height:20px;
    line-height:20px;
    width:190px;
    margin:8px 0 0 12px;
    font-size:16px;
}
.header2 .tools .search .ok{
    float: right;
    width:36px;
    height:36px;
    cursor: pointer;
    font-family:icon;
    font-size:22px;
}
.header2 .tools .sc a:after {
    content: "";
    font-size: 20px;
    font-family: icon;
}
/* search */
/* logo&nav */
.header2 .block{
    position:relative;
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-align:center;
    align-items:center;
}
.header2 .logo{
    height:100%;
}
.header2 .logo a{
    height:100%;
    font-size:0;
    display:block;
}
.header2 .logo img{
    max-height:65%;
    vertical-align:middle;
    max-width:none;
    display:inline-block;
}
.header2 .logo a:after{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.header2 .fathernav{
color: #333;
}

.maincontent{
    margin-top: 130px;
}
.mainbg{
    background:url(../images/mainbg.png) no-repeat bottom;
}
.newsbg{
    background: url("../images/newsbg.png") no-repeat center -150px;
    padding-top: 40px;
}
.block{
    width: 1200px;
    margin: 0 auto;
}
.bg1{
    background: url("../images/icon1.png") no-repeat left center;
}
.bg2{
    background: url("../images/icon2.png") no-repeat left center;
}
.bg3{
    background: url("../images/icon3.png") no-repeat left center;
}
.bg4{
    background: url("../images/icon4.png") no-repeat left center;
}
.bg5{
    background: url("../images/icon5.png") no-repeat left center;
}
/*幼专热点*/
.news{
    width: 100%;
}
.titlebox{
    height:30px;
    line-height: 30px;
    width:100%;
    float: left;
}
.titlebox span,.titlebox1 span{
    float: left;
    padding-left: 40px;
    font-size: 24px;
}

.titlebox a{
    width: 130px;
    height: 30px;
    float: right;
    background: url("../images/morebg.png") no-repeat right bottom;

    line-height: 30px;
}
.leftimgnews{
width: 480px;
height:376px;
float: left;
margin-top: 30px;
background:#000;
}
.rightlistnews{
    width:660px;
    float: right;
    margin-top: 30px;
}
.rightlistnews ul li{
    width: 100%;
    line-height: 43px;
    list-style: disc url(../images/liststylebg.png);
}
.rightlistnews ul li a{
    
    float: left;
    
}
.rightlistnews ul li p{
    width: 15%;
    float: right;
}
.rightlistnews ul li .new{
    width: 5%;
    margin-left: 5px;
    float: left;
    margin-top: -2px;
}

/*通知公告*/
.noticefirst{
    width: 1200px;
    margin:40px auto 0 auto;
    background:#007a3f;
    height:100px;
   
}
.noticeicon{
    
    margin:62px;
    float: left;
    
}
.noticefirsttitle{
    width: 980px;
    margin: 0 auto;
    text-align:center;
    line-height:100px;
}
.noticefirsttitle p a{
    font-size: 40px;
	font-weight: normal;
	font-stretch: normal;

	letter-spacing: 0px;
    color: #fff;
    font-family: ww;
}
.noticebox{
    margin-top: 40px;

}
.noticelist ul li{
    width: 560px;
    float: left;
    margin-right: 40px;
    height: 90px;
    margin-bottom: 40px;
}
.noticelist ul li:nth-child(2n){
    margin-right: 0;
    margin-left: 40px;
}
.noticelist ul li .lefttime{
    width: 90px;
    height: 90px;
    background: #007a3f;
    color: #fff;
    text-align: center;
    float: left;
}
.noticelist ul li .lefttime dd{
    width: 100%;
    height: 55px;
    line-height: 55px;
   font-size: 24px;
}
.noticelist ul li .lefttime dl{
    width: 100%;
    height: 35px;
   font-size: 16px;
   line-height: 24px;
}
.noticelist ul li .righttitle{
    width: 440px;
    float: right;
}
.noticelist ul li .righttitle h3{
    font-size:16px; 
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.noticelist ul li .righttitle p{
    font-size: 14px;
    color: #999;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.noticelist ul li .left_time span{
    border: 1px solid;
    width: 100%;
    height: 22px;
    border-radius: 8px;
    border: solid 1px #e70012;
    color: #e70012;
    line-height: 22px;
    float: left;
}
.noticelist ul li .right_title{
    width: calc(100% - 90px);
    float: right;
    line-height: 24px;
    font-size: 16px;
    padding: 22px 7px;
}
.noticelist{
    width: 100%;
    margin-top: 30px;


    float: left;
}

/*学校荣誉与招标信息*/
.midbg{
    background: url("../images/midbg.png") no-repeat center;

}
.left_ry,.right_zb{
    width: 590px;
    padding-top: 30px;
}
.bgred{
    width: 100%;
    height: 230px;
    background-color:  #007a3f;
    float: left;
    margin-top: 30px;
}
.rylist{

    width: 575px;
    float: left;
    margin-top: -215px;
    transform: translate(0);
    transition: all 0.35s ease-in-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.35s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.35s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.35s ease-out;
}
.rylist:hover{
    width: 590px;
    transform: translate(0,-15px);
}
.ryimg{
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.ryimg img{
    width: 100%;
}
.rytitle{
    margin-top: 26px;
}
.rylist a{
    margin-top: 16px;
    color:  #011e9e;
    font-size: 14px;
    background: url("../images/more_r.png") no-repeat right center;
    width: 75px;
    float: left;

}
.zb_list{
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 264px;
}
.zb_list ul li{
    width: 285px;
    float: left;
    height: 66px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.zb_list ul li:nth-child(2n){
    margin-right: 0;
}
.time_left{
    width: 66px;
    height: 66px;
    transition: all 0.35s ease-in-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.35s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.35s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.35s ease-out;
}
.time_box_w{
    background: #fff;
    width: 50px;
    height: 50px;
    border: solid 2px #007a3f;
    float: left;


}

.time_box_n{
    float: left;
    margin-top: -42px;
    margin-left: 12px;
    width: 54px;
    height: 54px;
    background: #007a3f;
    color: #fff;
    text-align: center;
    transform: translate(0);
    transition: all 0.35s ease-in-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.35s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.35s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.35s ease-out;
}
.zb_list ul li:hover .time_box_n{
    transform: translate(-12px,-12px);
}
.zb_list ul li:hover .time_left{
    width: 54px;
    height: 54px;
    transition: all 0.35s ease-in-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.35s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.35s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.35s ease-out;
}
.time_box_n dd{
    line-height: 24px;
    padding-top: 8px;
    font-size: 18px;
}
.time_box_n dl{
    line-height: 16px;
    font-size: 12px;
}
.title_right{
    width: 210px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-left: 8px;
}
.imglink{
    float: left;
    margin-top: 30px;
}
.imglink ul li{
    width: 281px;
    margin-right: 20px;
    border: solid 2px #007a3f;
    float: left;
    background:#fff;

}
.imglink ul li:last-child{
    margin-right: 0;
}
.imgbg{
    width: 172px;
    height: 94px;
    background-color: #929292;
    border-right: solid 2px #007a3f;
    overflow: hidden;
}
.imglink1{
    width: 107px;
    text-align: center;
}
.imglink1 img{
    padding-top: 20px;
}
.imglink1 span{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.carme{
    width: 100%;
    height: 560px;
    background: url("../images/fjbg.png") no-repeat center;
    margin-top:40px;
}
.titlebox1{
    height:46px;
    line-height: 46px;
    width:100%;
    float: left;
    padding-top: 50px;
}
.titlebox1 a,.titlebox1 p{
    float: right;
}
.titlebox1 a{
    width: 115px;
    height: 46px;
    background-color: #011e9e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.titlebox1 p{
    color: #f7ab00;
    padding-right: 10px;
    padding-top: 20px;
    line-height: 26px;
}
.carme ul{
    float: left;
    margin-top: 30px;
    height: 460px;
}
.carme ul li{
    width: calc(20% - 10px);
    margin-right: 10px;
    height: 146px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.carme ul li img{
    width: 100%;
}
.carme ul li:nth-child(4){
    width: 40%;
    margin-right: 0;
    height:302px;
}
.carme ul li:nth-child(5){
    top:-156px;
}
.carme ul li:nth-child(6){
    left:-240px
}
.carme ul li:nth-child(7){
    width: calc(40% - 10px);
    height:302px;
    top:-156px;
    left:-240px;
}
.carme ul li:nth-child(8){
    width:calc(20% - 5px);
    left:-240px;
    margin-right: 0;
}
.carme ul li:last-child{
    width: calc(20% - 5px);
    margin-right: 0;
    top:-156px;
    left: 5px;
}
.footerbg{
    width: 100%;
    background: url("../images/fonterbg.png") no-repeat center;
}
.left_iconlink{
    width: 280px;
    float: left;
    margin-top: 30px;
}
.left_iconlink ul li{
    width: calc(100% - 10px);
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(145,3,3,0.5);
    height: 38px;
    color:#fff;
    line-height:38px;
    font-size: 16px;
}
.left_iconlink ul li i{
    padding: 0 10px;
}
.footer{
    width: 100%;
    background: #009842;
    height:117px;
}
.footer .left_bot_logo{
    padding: 19px 0;
    width: 500px;
    float: right;
    text-align: right;
}
.footer .left_bot_logo img{
    width: 80px;
}
.footer .right_bot_link{
    width: 700px;
    float: left;
    overflow: hidden;
    height:80px;
}
.footer .right_bot_link ul li{
    width: 100px;
    height: 80px;
    line-height:40px;
    padding-top: 30px;
    border-right: 1px solid #fefefe;
    float: left;
    text-align: center;
}
.footer .right_bot_link ul li:last-child{
    border: none;
}
.footer .right_bot_link ul li a{
    color: #fff;
    font-size: 14px;
}
.copyright{
    width: 100%;
    height: 80px;
    background-color: #00893b;

    color: #fff;

}
.copyright .block{
    width: 1200px;
    margin: 0 auto;
}

.copyright .block .txt{
    width: 1120px;
    margin:0 auto;
    margin-top: 2px;
}
.copyright p{
    padding:30px 0 0 0;
    float: left;
}


.copyright .block .ewm{
    width: 100px;
    height: 100px;
    overflow: hidden;
    transform: translateX(0px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    position: relative;
    right:-60px;
    z-index: 3;
    top: -80px;
}
.copyright .block .ewm img{
    width: 100px;
}
.copyright .block .wx{
    float: right;
    position: relative;
    top: -70px;
    right: 100px;
    z-index: 3;
    display: block;
}
.wx a img:hover .ewm{
    opacity: 1 !important;
    transform: none !important;
}
.light{
    opacity: 1;
    transform: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.header.light .d2{
    background: linear-gradient(rgba(0,154,67,1),rgba(0,135,59,1));
}