@import "reset.css";
/**
* common 
*/
body{
    background: #fff;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
#header{
    width: 100%;
    background: #333333;
}
/**
* header-top
*/
.header-top{
    height:40px;
}
.header-top a,.header-top span{
    line-height: 40px;
    display: inline;
}
.toolpic{
    float: right;
    height: 40px;
    overflow: hidden;
}
.header-top  img{
    position: relative;
    top:5px;
}
.email-link {
    margin-right:20px;
    float: right;
}
.email-link img{
    margin-right:10px;
   
}
.nav-outer{
    width:100%;
    background: #f6f6f6;
    height:90px;
    overflow: hidden;
}
/**
*  #headerNav
*/
#headerNav ul{
    margin-left: 215px;
}
#headerNav ul li{
    float: left;
    line-height: 90px;
    min-width: 95px;
    text-align: center;
}
#banner,#banner-box{
    min-width:1200px;
}
#headerNav ul li a{
    display: block;
    padding: 0px 23px;
    position: relative;
    z-index: 30;
    color: #383838;
    font-size: 16px;
    text-align: center;
}

#headerNav ul li.active a:before{height: 100%}
#headerNav ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2c69d0;
    z-index: -1;
    }
#headerNav ul li.active a {color: #fff}
#headerNav ul li a:hover {color: #fff; }
#headerNav ul li a:hover:before{
    height: 90px;
}
#headerNav ul li a:before{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
/**
* weatherCase
*/
.weatherCase{
    /* height:606px; */
}
.caseContent {
    margin-top: 46px;
}
.caseTit{
    margin-top: 63px;
    text-align: center;
}
.caseTit h2{
    font-size: 32px;
    margin-top: 5px;
    line-height: 32px;
}
/* 方案中心  */
.News .picList li dl dt{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.CloMain{
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.News .picList li{
    float: left;
    width: 294px;
    margin-right: 8px;
}
.News .picList li a{
    display: block;
    position: relative;
}
.News .picList li dl dt{
    width: 294px;
    height: 244px;
    overflow: hidden;
    position: relative;
}
.News .picList li dl dt img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:0px;
    height:0px;
}
.News .picList li:hover dl dt{box-shadow: 0 5px 10px #ddd}
.CloMain{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    z-index: 99;
}
.CloMain .clo{
    display: block;
    padding: 20px;
}
.News .picList li:hover dl dt .CloMain{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.CloMain .clo span{
    display: block;
    text-align: center;
}
.CloMain .clo .span1{
    font-size: 20px;
    color: #44a8f2;
}
.CloMain .clo .shu{
    width: 2px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #dddddd;
}
.CloMain .clo .span2{
    line-height: 28px;
    text-align: justify;
    height: 56px;
    overflow: hidden;
}
.CloMain .clo .span3{
    width: 150px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #44a8f2;
    color: #fff;
    margin: 10px auto 0;
}
.News .picList li dl dd{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: rgba( 55, 55, 55 , 0.741);
}
.pageState{display: none}
.PartnerScroll{position: relative}
.PartnerScroll .prev{
    left: -50px;
    background-image: url("../img/home/zhd.png");
}
.PartnerScroll .next{
    right: -50px;
    background-image: url("../img/home/yhd.png");
}
.PartnerScroll .prev,
.PartnerScroll .next{
    position: absolute;
    width: 20px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;
    cursor: pointer;
}
.News .tempWrap{width: 1200px !important;}
/**
* 智慧农业解决方案
*/
.agrSolu-content{
    display: flex;
    margin-top: 46px;
    width: 100%;
    height: 307px;
    background-image: url(../img/home/caseBg.png);
    background-repeat:repeat-y;
}
.agrSoluinner{
    background-color: rgba( 11, 75, 182,0.431);
    width: 1198px;
    margin: 0 auto;
    height: 274px;
    margin-top: 17px;
}
.inner-border{
    border:1px solid #fff;
    width: 1176px;
    height: 236px; 
    margin:0 auto;  
    margin-top: 17px;
}
.arginner-pic{
    float: left;
    margin-top: 46px;
    margin-left: 65px;
}
.agrinner-left,.agrinner-right{
    color: #fff;
}
.arg-article p{
    height:94px;
}
.arg-article{
    margin-top: 46px;
    float: left;
    margin-left: 15px;
    width: 240px;
    font-size: 15px;
}
.btn-query {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 87px;
    line-height: 27px;
    height: 27px;
    font-size: 13px;
    cursor: pointer;
}
/**
* 新闻动态
*/
.newsCont{
    height: 450px;
    margin-top:46px;
    overflow: hidden;
}
.detailShow{
    float: left;
    width: 467px;
    height:449px;
}
.detailShow img{
    display: block;
    width: 464px;
    height:326px;
}
.detailMes{
    display: block;
    width: 464px;
    height:124px;
    background: #eeeeee;
}
.mestitle{
    font-size: 18.669px;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    margin-top: 24px;
    margin-left: 20px;
    display: inline-block;
}
.detailMes a{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    margin-top: 7px;
    margin-left: 20px;
    display: inline-block;
}
.simpleShow{
    float: left;
    margin-left: 6px;
}
.dateLeft{
    width: 114px;
    height:102px;
    background: #aeaeae;
    float: left;
}
.simpleMes{
    float: left;
    background-color: #eeeeee;
    width: 612px;
    height:102px;
}
.simpleMes span{
    font-size: 18.669px;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    margin-top: 24px;
    margin-left: 20px;
    display: block;
}
.simpleMes p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 0, 0, 0 );
    margin-top: 20px;
    margin-left: 20px;
    display: block;
}
.dateLeft span {
    display: block;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    text-align: center;
    margin-top: 20px;
}
.dateLeft label{
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    display: block;
    margin-top: 20px;
}
.newslist li{
    margin-top: 14px;
}
.newslist li:first-child{
    margin-top: 0px;
}
/**
* 智慧医药
*/
.medicineCont{
    height:553px;
    margin-top: 46px;
}
.aPiecePart{
    float: left;
    margin-right: 10px;
}
.aPiecePart >img{
    display: block;
    margin: auto;
}
.part{
    width: 480px;
    padding: 9px 0px;
    margin: auto;
    background: #F9F9F9;
    transition: all 300ms linear;
}
.aPiecePartHover:hover {
    background: #fff!important;
    cursor: pointer;
    border: 0;
    font-size: .875rem;
    word-wrap: break-word;
    min-width: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 6px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.part h4{
    color:#424242;
    font-size: 26px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 14px;
}
.part p{
    color:#424242;
    width: 353px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
    line-height: 30px;
}
.partlist li{
    float: left;
    margin-right: 32px;
    margin-top: 10px;
    overflow: hidden;
}
.partlist li:nth-of-type(even){
    margin-right: 0px;
}
.partlist li:first-child{
    margin-top: 0px
}
.partlist li:nth-child(2){
    margin-top: 0px
}
.partlist li a img{
    display: block;
    cursor: pointer;
}
.partlist li a img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.partlist li a:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.partlist li a span{
    display: block;
    height:54px;
    line-height: 54px;
    background: #f7f7f7;
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: rgb( 66, 66, 66 );
    text-align: center; 
    cursor: pointer;
}
/**
* 智慧遥感
*/
.appList{
    height: 439px;
    margin-top: 46px;
}
.appList ul li img{
    display: block;
}
.appList ul li {
    float: left;
    margin-right: 60px;
    overflow: hidden;
    position: relative;
    left: -200px;
    opacity: 0;
}
.appList ul li img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.appList ul li:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.appList ul li:last-child{
    margin-right: 0px;
}
.appList ul li i{
    text-align: center;
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb( 66, 66, 66 );
    margin-top: 10px;
    width: 100%;
}
.appList ul li a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 101, 101, 101 );
    float: right;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}
.appList .aPiecePartHover{
    height:90px;
    border-radius: 6px;
    background:#eaeaea;
}
/**
* #footer
*/
#footer{
    color:#fff;
    height:338px;
    width: 100%;
    background: #323232;
}
#footer .inner > div{ 
    display: inline;
    float: left;
}
#footer .inner img{
    display: inline;
}
.logo-div img{
    margin-top: 50px;
}
.logo-div span{
    font-size: 20px;
    display: block;
    margin-top: 28px;
}
.messages-div{
    margin-left: 184px;
    margin-top: 45px;
}
.messages-div img{
    position: relative;
    top: 6px;
}
.messages-div span{
    font-size: 14px;
    margin-left: 17px;
}
#footer .inner  .ewm-div{
    float: right;
}
.ewm-div img{
    margin-top: 67px;
}