
/* 头部 */
img{position: relative;}
img::before{}
img:hover{-webkit-transform:scale(1.01);transform:scale(1.01); 
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.2);} 


.logo-outer{background: url(../images/top-bj.jpg) no-repeat center bottom;}
.logo-inner{width: 1400px;margin:0 auto;padding:40px 0 0 100px;box-sizing:border-box;display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;height: 145px;box-sizing: border-box}

.logo-inner.sannong{;background: url(../images/top-pic-sannong.png) no-repeat 700px 35px;background-size:auto 111px;}
.logo-inner.jiaoyu{background: url(../images/top-pic-jiaoyu.png) no-repeat 750px 28px;background-size:auto 179px;}
.logo-inner.fazhi{background: url(../images/top-pic-fazhi.png) no-repeat 780px 28px;background-size:auto 123px;}


.logo{position: relative;font-size: 0;}
.logo a {display: inline-block;vertical-align: top;}
.logo a img{height:80px;}
.logo a img:hover{-webkit-transform:scale(1);transform:scale(1);box-shadow:none;}

.logo em {display: inline-block;vertical-align: top;padding:20px 0 0 17px;}
.logo em img{height:40px;}
.logo em img:hover{-webkit-transform:scale(1);transform:scale(1);box-shadow:none;}

.logo span {display: inline-block;vertical-align: top;padding:0 0 0 32px;margin:15px 0 0 15px;font-size: 14px;color: #d7181d;line-height: 25px;;}
.logo-inner.jiaoyu .logo span{background: url(../images/top-tel-jiaoyu.png) no-repeat center left;background-size:23px 40px;color: #005ade;}
.logo-inner.fazhi .logo span{background: url(../images/top-tel-fazhi.png) no-repeat center left;background-size:23px 40px;color: #144b99;}
.logo-inner.sannong .logo span{background: url(../images/snnong_1.png) no-repeat center left;background-size:23px 40px;color: #945110;}

.search{}

.search p{color:#646464;line-height: 40px;padding:font-size:12px;text-align: right;}

.search dl{border:1px #ccc solid; border-radius: 30px;width: 260px;height:36px;box-sizing: border-box;position: relative;background:rgba(255,255,255,0.6);}
.search dl dt{display: inline-block;vertical-align: top;padding:9px 0 0 17px;}
.search dl dt input{width: 260px;line-height: 16px;height:16px;}
.search dl dd{display: inline-block;vertical-align: top;position: absolute; top:0;right:0;}
.search dl dd button{width: 50px;height: 34px;background: url('../images/search.png') no-repeat center;background-size: 23px auto;cursor: pointer;}
.search dl dd button:hover{background-image: url('../images/search-red.png')}


.menu-wrap{}
.menu-wrap.sannong{background: #945110;border-top:4px #79430d solid;}
.menu-wrap.jiaoyu{background: #005ade;border-top:4px #144b99 solid;}
.menu-wrap.fazhi{background: #144b99;border-top:4px #0e3569 solid;}
.menu{text-align:center;height:50px;color: #fff;line-height: 50px;font-size: 18px;}
.menu a{color: #fff;}
.menu a:hover{color:#dd1d1d;}


