@charset "utf-8";
.banner{
    width: 100%;
    height: 489px;
}

.banner-inner{
    width: 1200px;
    height: 489px;
    margin:0 auto;
}

.banner-text{
    float: left;
    width: 370px;
    height: 125px;
    margin-left: 90px;
    margin-top: 210px;
}

.banner-text h2{
    font-size: 36px;
    color:#fff;
    width: 100%;
    line-height: 54px;
    font-weight: 100;
    text-transform: uppercase;
}

.banner-text h3{
    font-size: 14px;
    color:#fff;
    width: 100%;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 5px;
    opacity: .7;
}

.banner-img{
    float: right;
    width: 600px;
    height: 435px;
    margin-top: 60px;
}

.banner-img img{
    width: 100%;
    height: 100%;
}

.banner.bg1{
    background: url("../images/banner-1-bg.jpg");
    background-size: cover;
}

.banner.bg2{
    background: url("../images/banner-2-bg.jpg");
    background-size: cover;
}

.banner.bg3{
    background: url("../images/banner-3-bg.jpg");
    background-size: cover;
}

.banner.bg4{
    background: url("../images/banner-4-bg.jpg");
    background-size: cover;
}

.banner.bg5{
    background: url("../images/banner-5-bg.jpg");
    background-size: cover;
}

.banner.bg6{
    background: url("../images/banner-6-bg.jpg");
    background-size: cover;
}

.banner.bg7{
    background: url("../images/banner-7-bg.jpg");
    background-size: cover;
}

.banner.bg8{
    background: url("../images/banner-8-bg.jpg");
    background-size: cover;
}

.banner.bg9{
    background: url("../images/banner-9-bg.jpg");
    background-size: cover;
}

.banner.bg10{
    background: url("../images/banner-10-bg.jpg");
    background-size: cover;
}

.banner.bg11{
    background: url("../images/banner-11-bg.jpg");
    background-size: cover;
}

.banner.bg12{
    background: url("../images/banner-12-bg.jpg");
    background-size: cover;
}

.banner.bg13{
    background: url("../images/banner-13-bg.jpg");
    background-size: cover;
}

.banner.bg14{
    background: url("../images/banner-14-bg.jpg");
    background-size: cover;
}

.banner.bg15{
    background: url("../images/banner-15-bg.jpg");
    background-size: cover;
}

.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:90px 0;
    border-bottom:solid 1px #f2f2f2;
}

.main.bg1{
    background:url("../images/main-bg1.png") no-repeat center bottom #fcfcfc;
}

.main.bgc1{
    background:#fcfcfc;
}

.main:last-child{
    border:0 none;
}

.inner{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.title-wrap{
    width: 100%;
    height: 95px;
    margin-bottom: 20px;
}

.title-wrap h2{
    width: 100%;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    color:#414040;
    text-align: center;
}

.title-wrap h3{
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color:#e1e1e1;
    font-family: "Arial";
    text-transform: uppercase;
}

.main-msg{
    width: 950px;
    height: auto;
    line-height: 32px;
    font-size: 16px;
    color:#6b6b6b;
    margin:0 auto;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 100;
}

.main-msg b{
    font-weight: bold;
}

.main-msg b.c-1{
    color:#179bef;
}

.content{
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.content img{
    display: block;
    width: 100%;
}

.column-1{
    width: 1140px;
    height: 190px;
    margin:0 auto;
    margin-top: 30px;
}

.column-1-left{
    float: left;
    width: 556px;
    height: 108px;
    border-right: dashed 1px #ededed;
    margin-top: 40px;
}

.column-1-right{
    float: right;
    width: 515px;
    height: 108px;
    margin-top: 40px;
}

.column-1 h2{
    width: 480px;
    word-break:keep-all ;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 18px;
    font-weight: bold;
    color:#585858;
    margin-top: -45px;
    line-height: 45px;
}

.column-1 p{
    width: 480px;
    height: 140px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 100;
    color:#888888;
    line-height: 28px;
}

.content-table{
    width: 1000px;
    height: auto;
    max-height: 550px;
    overflow: hidden;
    margin:0 auto;
    text-align: center;
    border:solid #e6e6e6 1px;
}

.content-table .table-title{
    background: #179bef;
    border:solid #179bef 1px;
}

.content-table th{
    border:solid #62bbf4 1px;
    font-size: 18px;
    font-weight: 100;
    color:#fff;
}

.content-table th,.content-table td{
    padding:19px;
    line-height: 24px;
}

.content-table td{
    font-size: 16px;
    font-weight: 100;
    color:#6b6b6b;
}

.column-2{
    width: 1014px;
    height: 700px;
    overflow: hidden;
    margin:0 auto;
}

.column-2-list{
    width: 1100px;
    height: 700px;
}

.column-2-list li{
    float: left;
    width: 290px;
    height: 310px;
    margin-right: 60px;
    margin-bottom: 55px;
}

.column-2-ico{
    display: block;
    width: 108px;
    height: 108px;
    -webkit-border-radius: 100%;
    -moz-border-radius:100%;
    border-radius: 100%;
    margin:0 auto;
}

.column-2-list h2{
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    color: #202020;
}

.column-2-list p{
    width: 100%;
    height: 130px;
    line-height: 26px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    color:#888888;
    overflow: hidden;
    font-weight: 100;
}

.column-2-ico.ico1{
    background: url("../images/column-2-ico1.png") no-repeat center #13c2f2;
}

.column-2-ico.ico2{
    background: url("../images/column-2-ico2.png") no-repeat center #fabf4d;
}

.column-2-ico.ico3{
    background: url("../images/column-2-ico3.png") no-repeat center #46c09f;
}

.column-2-ico.ico4{
    background: url("../images/column-2-ico4.png") no-repeat center #5a8ee1;
}

.column-2-ico.ico5{
    background: url("../images/column-2-ico5.png") no-repeat center #e06769;
}

.column-2-ico.ico6{
    background: url("../images/column-2-ico6.png") no-repeat center #9d8be3;
}

.column-3{
    width: 900px;
    height: 360px;
    overflow: hidden;
    margin:0 auto;
}

.column-3-list{
    width: 950px;
    height: 360px;
}

.column-3-list li{
    float: left;
    width: 202px;
    height: 170px;
    margin-bottom: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.column-3-ico{
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border:solid 1px #179bef;
    margin:0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.column-3-ico.ico1{
    background: url("../images/column-3-ico1.png") no-repeat center;
}
.column-3-ico.ico1:hover{
    background: url("../images/column-3-ico1-on.png") no-repeat center #179bef;
}

.column-3-ico.ico2{
    background: url("../images/column-3-ico2.png") no-repeat center;
}
.column-3-ico.ico2:hover{
    background: url("../images/column-3-ico2-on.png") no-repeat center #179bef;
}

.column-3-ico.ico3{
    background: url("../images/column-3-ico3.png") no-repeat center;
}
.column-3-ico.ico3:hover{
    background: url("../images/column-3-ico3-on.png") no-repeat center #179bef;
}

.column-3-ico.ico4{
    background: url("../images/column-3-ico4.png") no-repeat center;
}
.column-3-ico.ico4:hover{
    background: url("../images/column-3-ico4-on.png") no-repeat center #179bef;
}

.column-3-ico.ico5{
    background: url("../images/column-3-ico5.png") no-repeat center;
}
.column-3-ico.ico5:hover{
    background: url("../images/column-3-ico5-on.png") no-repeat center #179bef;
}

.column-3-ico.ico6{
    background: url("../images/column-3-ico6.png") no-repeat center;
}
.column-3-ico.ico6:hover{
    background: url("../images/column-3-ico6-on.png") no-repeat center #179bef;
}

.column-3-ico.ico7{
     background: url("../images/column-3-ico7.png") no-repeat center;
 }
.column-3-ico.ico7:hover{
    background: url("../images/column-3-ico7-on.png") no-repeat center #179bef;
}

.column-3-ico.ico8{
    background: url("../images/column-3-ico8.png") no-repeat center;
}
.column-3-ico.ico8:hover{
    background: url("../images/column-3-ico8-on.png") no-repeat center #179bef;
}

.column-3-list h2{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color:#414040;
    margin-top: 15px;
    word-break:keep-all ;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.column-3-list h3{
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 48px;
    line-height: 22px;
    overflow: hidden;
    color:#414040;
    font-weight: 100;
    margin-top: 10px;
}

.wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:100px 0;
}

.wrap.bgc1{
    background-color: #f6f7fb;
}

@media screen and (min-width: 1440px) {
	.wrap.bg-system{
	    background: url("../images/agri-system.png") no-repeat center / cover;
	}
}
@media screen and (max-width: 1440px) {
	.wrap.bg-system{
	    background: url("../images/agri-system.png") no-repeat center;
	}
}

.detail-msg{
    width: 1200px;
    height: auto;
    margin:0 auto;
}

.msg-left{
    float: left;
    width: 560px;
    height: 350px;
    margin-right: 20px;
    margin-top: 80px;
}

.detail-title{
    width: 100%;
    height:80px;
}

.detail-title h2{
    width: 100%;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    color:#414040;
}

.detail-title h3{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color:#e1e1e1;
    font-family: "Arial";
    text-transform: uppercase;
}

.detail-title.ta{
    text-align: center;
}


.msg-text{
    width: 560px;
    height: 262px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 100;
    color:#6b6b6b;
    line-height: 26px;
}

.msg-right{
    float: right;
    width: 600px;
    height: 500px;
    overflow: hidden;
}

.msg-img{
    width: 100%;
    height: 100%;
}

.msg-img img{
    width: 100%;
    max-height: 500px;
}

.detail-list-wrap{
    width: 1050px;
    height: 320px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 70px;
}

.detail-list{
    width: 1150px;
    height: 320px;
}

.detail-list li{
    float: left;
    width: 230px;
    height: 316px;
    margin-right: 50px;
}

.detail-ico-wrap{
    width: 124px;
    height: 138px;
    margin:0 auto;
    background: url("../images/detail-ico-wrap.png") no-repeat center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.detail-ico-wrap:hover{
    background: url("../images/detail-ico-wrap-on.png") no-repeat center;
}

.detail-ico{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.detail-ico.ico1{
    background: url("../images/detail-ico1.png") no-repeat center;
}
.detail-ico-wrap:hover .detail-ico.ico1{
    background: url("../images/detail-ico1-on.png") no-repeat center;
}

.detail-ico.ico2{
    background: url("../images/detail-ico2.png") no-repeat center;
}
.detail-ico-wrap:hover .detail-ico.ico2{
    background: url("../images/detail-ico2-on.png") no-repeat center;
}

.detail-ico.ico3{
    background: url("../images/detail-ico3.png") no-repeat center;
}
.detail-ico-wrap:hover .detail-ico.ico3{
    background: url("../images/detail-ico3-on.png") no-repeat center;
}


.detail-ico.ico4{
    background: url("../images/detail-ico4.png") no-repeat center;
}
.detail-ico-wrap:hover .detail-ico.ico4{
    background: url("../images/detail-ico4-on.png") no-repeat center;
}

.detail-list h2{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color:#414040;
    margin-top: 20px;
}

.detail-list p{
    width: 100%;
    text-align: center;
    height: 112px;
    overflow: hidden;
    line-height: 22px;
    font-size:14px;
    color: #6b6b6b;
    font-weight: 100;
    margin-top: 15px;
}

.detail-tabs{
    width: 100%;
    height: 54px;
    text-align: center;
}

.detail-tabs li{
    display: inline-block;
    _zoom:1;
    width: 172px;
    height: 52px;
    line-height: 52px;
    border:solid 1px #eaeaea;
    margin-left: -4px;
    text-align: center;
    border-right:0 none;
    cursor: pointer;
    font-size: 16px;
    color:#414040;
}

.detail-tabs li{
    *display: inline;
}

.detail-tabs li:first-child{
    border-radius: 52px 0 0 52px;
}

.detail-tabs li:last-child{
    border-right: solid 1px #eaeaea;
    border-radius: 0 52px 52px 0;
}

.detail-tabs li.on{
    color:#fff;
    background: #179bef;
    border:solid 1px #179bef;
}

.detail-content{
    width: 1198px;
    height: auto;
    overflow: hidden;
    border: solid 1px #eaeaea;
    margin-top: 60px;
}

.msg-text b{
    font-weight: bold;
    color:#414040;
}

.system-list-wrap{
    width: 1200px;
    height: 520px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 70px;
}
.system-list-wrap ul{
	width: 1220px;
	clear: both;	
}
.system-list-wrap li{
	float: left;
	width: 385px; 
	height: 520px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

.system-list-wrap li .agri-front{
	width: 385px; 
	height: 520px;	
}
.system-list-wrap .agri-front img{
	display: block;
	width: 100%;
	height: 100%;
}
.system-list-wrap .agri-front h3{
	position: absolute;
	width:100%;
	bottom: 0;
	height: 75px;
	line-height: 75px; 
	font-size: 24px;
	color:#fff;
	text-align: center;
}

.system-list-wrap li.sy_bg1 .agri-front h3{
	background:#e8bf06;
}
.system-list-wrap li.sy_bg2 .agri-front h3{
	background:#78be3a;
}
.system-list-wrap li.sy_bg3 .agri-front h3{
	background:#f97e34;
}

.system-list-wrap li .agri-back{
	width: 385px; 
	height: 520px;	
	position: absolute;
	left: 0;
	top: 520px;
	transition: .5s linear;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
}
.system-list-wrap li.sy_bg1 .agri-back{
	background:#e8bf06;
}
.system-list-wrap li.sy_bg2 .agri-back{
	background:#78be3a;
}
.system-list-wrap li.sy_bg3 .agri-back{
	background:#f97e34;
}
.system-list-wrap .agri-back img{
	width: 130px;
	height: 130px; 
	margin: 70px auto 20px auto;
	display: block;
}
.system-list-wrap .agri-back h3{
	text-align: center;
	margin-bottom: 20px;
	color:#fff;
	font-size: 24px;
}
.system-list-wrap .agri-back p{
	width: 310px;
	margin: 0 auto;
	text-align: center;
	color:#fff;
	font-size: 15px;
}

.system-list-wrap li:hover .agri-back{
	top: 0px;
	z-index: 2;
}
.agri_feature_box{
	width: 1200px; 
	height: 435px;
	margin: 0 auto;
	position: relative;
	background: url(../images/agri-feature.png) no-repeat center;
}
.agri_feature_box .agri_infro{
	position: absolute;
	width: 510px; 
	top: 160px;
	right: 40px;
	color:#fff;
	font-size: 15px;
}

.float-side-b{
	position: fixed;
	right: 0px;
	width: 50px;
	z-index: 99999;
}
.float-side-b li{
	width: 50px; 
	height: 50px;
	background:#333333;
	border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; 
	margin-bottom: 1px;
	position: relative;
}
.float-side-b li.side0:hover,
.float-side-b li.side3:hover{
	background:#d10d21;
}
.float-side-b li a{
	display: block; 
	height: 100%;
	position: relative;
}
.float-side-b li .side-pop{
	width: 170px;
	height: 50px;
	border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; 
	position: absolute;
	top: 0;
	background:#333;
	right: -170px;
	clear: both;
}
.float-side-b li .side-pop i{
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	background: url(../images/float-side-icon.png) no-repeat;
	display: block;
	float:left;
}
.float-side-b li .side-pop i.icon1{
	background-position: 0 -30px;
}
.float-side-b li .side-pop i.icon2{
	background-position: 0 -60px;
}
.float-side-b li .side-pop span{
	line-height: 50px;
	color:#fff;
	float:left;
	font-size: 14px;
}
.float-side-b li .side-pop-img{
	width: 140px;
	height: 170px;
	display: none;
	padding: 10px;
	border: 5px solid #999999;
	position: absolute;
	right: 50px;
	bottom: 0px;
	background:#fff;
}
.float-side-b li .side-pop-img img{
	width: 140px;
	height: 140px;
	display: block;
	background:#f00;
}
.float-side-b li .side-pop-img h6{
	font-size: 14px; 
	color:#333333;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
.float-side-b li a i{
	position: absolute;
	left: 0;
	top: 0; 
	bottom:0;
	right:0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url(../images/float-side-icon.png) no-repeat;
}
.float-side-b li a i.icon0{
	background-position: 0 0;
}
.float-side-b li a i.icon1{
	background-position: 0 -30px;
}
.float-side-b li a i.icon2{
	background-position: 0 -60px;
}
.float-side-b li a i.icon3{
	background-position: 0 -90px;
}