@charset "utf-8";
/* CSS Document */
.top {
	height: 92px;
	width: 100%;
	background:#182430;
}

.top-lft {
	width: 218px;
	float: left;
}
/*.head-nav {
	width: 700px;
	float: left;
	line-height: 91px;
}
.head-nav li {
	float: left;
	width: 112px;
	text-align: center;
}
.head-nav li:hover {
	background:#25303B;
}
.head-nav li:hover a {
	color: #00B0EC;
	font-weight:bold;
}
.head-nav li a {
	color:#fff;
	font-size:18px;
}
.nav-er {
    position: absolute;
}
.nav-er li{
    width: 1200px;
    height: 300px;
    background:#fff;
    clear:left;
    display:none; 
    background:#fff; 
    opacity: 0.8;  
    position: relative;
    border-bottom: 1px solid #ECEEEF;
    text-align: center;
}
.head-nav ul li:hover ul li{display:block;z-index:1;}

.nav-er li:hover {
    background: #068942;
    opacity: 1;
}
.nav-er>li:hover a {
    color: #fff;
}

.active {
	color: #00B0EC;
	font-weight:bold;	
}*/
.top-right {
	width: 262px;
	height: 92px;
	float: right;
	/*background:#005DAD;*/
	color: #007038;
	line-height: 92px;
	font-size:18px;
}
.top-right p {
	background:url(../images/tel.png) no-repeat center left;
	padding-left: 24px;
	margin-left: 4px;
	font-weight: bold;
}

/*轮播图*/
#container {
		width: 100%;
		height: 1102px;
		overflow: hidden;
}
.sections,.section {
	height:100%;
}
#container,.sections {
	position: relative;
}
.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}
/* fullSlide */
.fullSlide{width:100%;position:relative;height:500px;background:#000;    margin-top: 90px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:1102px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#007038;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
/*产品展示*/
.index-title1 {
	text-align: center;
}
.index-title1 span {
	margin:0 auto;
}
.index-title h1{
	font-size:35px;
	color:#007038;
	line-height: 45px;
	font-weight:normal;
}
.index-title .p1 {
	font-size:16px;
	color:#A8A8A8;
}
.index-title span {
	display: block;
	width: 30px;
	height: 4px;
	background:#1f1a17;
	line-height: 4px;
}
.index-title .p2 {
	font-size:16px;
	color:#909090;
	margin-bottom:20px;
}

.pro {
	position: relative;
	height: 1020px;
}
.index-pro {
	height: 870px;
	padding-top: 50px;
	background:#fff;
	position: absolute;
	/*top: -320px;*/
	z-index:100;
	left: 50%;
	margin-left:-600px;
}
/*.index-pro li {
	float: left;
	width: 255px;
	height: 245px;
	padding: 10px;
	margin-right:30px;
	border: 1px solid #E9E9E9;
	margin-bottom:14px;
}*/
.index-pro li:nth-child(4),.index-pro li:nth-child(8) {
	margin-right:0;
}
.index-pro li img {
	width: 235px;
	height: 150px;
}
.index-pro li p {
	font-size:14px;
	color:#A2A2A2;
	text-align: center;
	line-height: 38px;
}
.more1 {
	display: block;
	width: 115px;
	height: 30px;
	background:#007038;
	color:#fff;
	text-align: center;
	line-height: 30px;
	float: left;
	font-size:14px;
	font-weight: normal;
}
.more1:hover {
	background:#ff0000;
}
.online {
	display: block;
	width: 115px;
	height: 30px;
	background:#a6cb2d;
	color:#fff;
	text-align: center;
	line-height: 30px;
	float: right;
}
.online:hover {
	background:#ff0000;
}
/*.more {
	display: block;
	width: 290px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color:#fff;
	background:#1f1a17;
	margin: 10px auto;
}
.more:hover {
	background:#007038;
}*/
/*tab*/
        #hot-pro-box{
            margin: 0 auto;
            width: 100%;
            height: 568px;
        }
        #navs li{
            float: left;
            width: 178px;
            height: 37px;
            line-height: 17px;
            text-align: center;
            list-style: none;
            cursor: pointer;
            margin-left:54px;
        }
        #navs li.nav_bar{
            background-color: #007038;
            border-left:1px solid #ccc;
            border-top:1px solid #ccc;
            border-right:1px solid #ccc;
            color:#fff;
        }
        #main div{
            width: 100%;
            clear: left;
            display: none;          
        }
        #main div.main_bar{
            display: block;
/*            text-indent: 2em;
*/        margin-top:36px;
}
        .nav_bar{
            background-color: #F56366;
            color:#fff;
        }
/*解决方案*/
.index-solution {
	height: 436px;
	padding:330px 0;
}
.solution li {
	float: left;
	width: 220px;
	height: 150px;
	background:#fff;
	margin-right:25px;
	padding-top: 100px;
	text-align: center;
}
.solution li a {
	color:#fff;
}
.solution li a:hover {
	font-weight:bold;
}
.solution li:first-child {
	background: url(../images/adv1.png);
}
.solution li:nth-child(2) {
	background: url(../images/adv2.png);
}
.solution li:nth-child(3) {
	background: url(../images/adv3.png);
}
.solution li:nth-child(4) {
	background: url(../images/adv4.png);
}
.solution li:nth-child(5) {
	margin-right:0;
	background: url(../images/adv5.png);
}

/*企业简介*/
.index-about-us {
	height: 620px;
	background: #F8F8F8 url(../images/aboutus_back.jpg) no-repeat center bottom;
}
.about-us {
	height: 440px;
	background:#fff;
	padding:45px;
}
.about-us-p {
	width: 556px;
	float:left;
	font-size: 14px;
	color:#9E9E9E;
	margin-top:10px;
}
.about-us-img {
	float:right;
}
/*新闻*/
.index-news-title {
	padding-top: 50px;
}
.index-news-box {
	/*height: 620px;*/
	padding-top: 40px;
}
.news-first {
	width: 100%;
	height: 300px;
	background:#fff;
	padding:26px 45px;
	margin-bottom:20px;
}
.news-first-left {
	width: 370px;
	height: 250px;
	float:left;
	background: url(../images/news.jpg);

}
.news-first-right {
	width: 722px;
	float: right;
}
.news-first-right h3 {
	font-size: 18px;
	color:#1f1916;
	font-weight: normal;
	line-height: 36px;
}
.news-first-right h3:hover {
	font-weight:bold;
}

.news-first-right span {
	font-size:16px;
	color:#ff0000;
}
.news-first-right p {
	font-size:14px;
	color:#A6A6A6;
	line-height: 32px;
}
.detail {
	float: left;
	margin-top:30px;
}
.news-four li {
	float: left;
	width: 562px;
	padding:22px 0;
	border-bottom: 1px dashed #D1D1D1;
	margin-right:70px;
}
.news-four li:nth-child(2),.news-four li:last-child {
	margin-right:0;
}


.news-four1 li {
	float: right;
	width: 90%;
	padding:13px 0;
	border-bottom: 1px dashed #D1D1D1;
	margin-right:50px;
}

.news-four-left1 {
	float: left;
	height: 70px;
	padding:6px 0;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	margin-right:20px;
	padding-right: 20px;
}
.news-four-left1 p {
	font-size: 14px;
	color:#929292;
}
.news-four-left1 h4 {
	color: #007038;
	font-size: 20px;
	font-weight:lighter;
}
.news-four-left1 span {
	display: block;
	width: 10px;
	height: 2px;
	background:#F56366 ;
	margin: 4px auto;
}
.news-four-right1 h3{
	font-size: 16px;
	color: #1f1916;
	font-weight: normal;
}
.news-four-right1 h3:hover{
	font-weight:bold;
}
.news-four-right1 p {
	font-size: 14px;
	color:#929292;

}
.news-four-left {
	float: left;
	height: 70px;
	padding:6px 0;
	border-right: 1px solid #DDDDDD;
	text-align: center;
	margin-right:20px;
	padding-right: 20px;
}
.news-four-left p {
	font-size: 14px;
	color:#929292;
}
.news-four-left h4 {
	color: #007038;
	font-size: 20px;
	font-weight:lighter;
}
.news-four-left span {
	display: block;
	width: 10px;
	height: 2px;
	background:#F56366 ;
	margin: 4px auto;
}
.news-four-right h3{
	font-size: 16px;
	color: #1f1916;
	font-weight: normal;
}
.news-four-right h3:hover{
	font-weight:bold;
}
.news-four-right p {
	font-size: 14px;
	color:#929292;

}

/*技术文档*/
.index-FAQ {
	height: 240px;
	background:#F8F8F8;
	margin:0px auto ;
	margin-bottom: 20px;
}
.index-FAQ-left {
	padding: 30px 45px;
	width: 280px;
	height: 240px;
	background: url(../images/FAQ_back.jpg) no-repeat;
	float: left;
}
.index-FAQ-right {
	padding-top: 20px;
}
.index-FAQ-right li {
	float:left;
	width: 386px;
	margin-left:50px;
	line-height: 40px;
	font-size:14px;
	color:#959595;
	border-bottom: 1px dashed #D5D5D5;
	background: url(../images/sanjiao.jpg) no-repeat center left;
	padding-left: 14px;
}
.index-FAQ-right li span {
	display: inline-block;
	float:right;
	color:#648DC1;
}
.index-FAQ-right li span:hover {
	font-weight:bold;
}

/*下载*/
.down {
	height: 200px;
	margin: 80px auto;
}
.down li {
	float: left;
	width: 220px;
	height: 100px;
	background: #fff;
	margin-right:24px;
	padding: 18px;
	text-align: center;
	color:#ADADAD;
}
.down li p {
	font-size:14px;
	line-height: 32px;
}
.down li:last-child {
	margin-right:0;
}
.view {
	display: block;
	width: 80px;
	height: 24px;
	float:left;
	background: #005DAD;
	color:#fff;
	margin-top:8px;
}
.view:hover {
	font-weight:bold;
	background: #00B0EC;
}
.download-txt {
	display: block;
	width: 80px;
	height: 24px;
	float:right;
	background: #F56366;
	color:#fff;
	margin-top:8px;
}
.download-txt:hover {
	font-weight:bold;
	background: #00B0EC;
}

/*联系我们*/
.index-contact {
	height: 360px;
	/*background: url(../images/contact_back.jpg) no-repeat center;*/
	    background: #007038;
}
.index-contact-box {
	padding:60px 0;
}
.index-contact-left {
	width: 680px;
	float:left;
}
.index-contact-left ul {
	float:left;
	margin-right:10px;
	font-size:14px;
	color:#FCFDFE;
}
.index-contact-left ul li {
	margin-bottom:20px;
}
.bold {
	font-size:16px;
	font-weight:bold;
}
.index-contact h1 {
	font-size:24px;
	color:#fff;
	font-weight: normal;
	margin-bottom:20px;
	width: 100%;
	letter-spacing: 3px;
}

.index-contact-right {
	width: 510px;
	float:right;
}
.input1,.input2 {
	width: 250px;
	height: 36px;
	border-radius: 4px;
	border:none;
	float:left;
	margin-bottom:13px;
	padding-left: 10px;
}
.input1 {
	margin-right: 10px;
	background: #fff url(../images/biao1.jpg) no-repeat center right;
}
.input2 {
	background: #fff url(../images/biao2.jpg) no-repeat center right;
}
.textarea {
	width: 100%;
	height: 94px;
	background:#fff;
	border-radius: 4px;
	padding:10px ;
	margin-bottom:13px;
}
.button {
	width: 100%;
	height: 34px;
	text-align: center;
	color:#fff;
	font-size:14px;
	background:#00B0EC;
	border:none;
}
.button:hover {
	background:#F56366;
}

/*关于爱索*/
.index-about {
	background:#393939;
/*	height: 420px;
*/	padding:60px 0;
}

.index-about ul {
	float:left;
	color:#848F99;
	margin-right: 50px;
}
.index-about ul h1 {
	font-size:18px;
	color:#d0d0d0;
	font-weight:lighter;
	margin-bottom:10px;
}
.index-about ul li {
	line-height: 42px;
	border-bottom: 1px solid #27323E;
	background:url(../images/sanjiao2.png) no-repeat center left;
	padding-left: 10px;
}
.index-about ul li a {
	color:#d0d0d0;
	font-size:12px;
}
.index-about ul li a:hover {
	color:#fff;
}

.foot {
	background:#003d1e;
	height: 80px;
	padding-top: 22px;
	color:#ffffff;
	text-align: center
}
.foot a {
	color:#ffffff;		
}
.foot a:hover {
	color:#fff;
}
.foot-pro li {
	margin-right:24px;
	width: 103.5px;
	overflow: hidden;
}
/*悬浮*/
.xuanfu{
	width:140px;
	height:460px;
	position:fixed;
	right:0px;
	top:20%;
	z-index:100;
	overflow:hidden;
}
.xuanfu-2 {
	width: 140px;
	background: #fff;
	overflow: hidden;
}
/*.xuanyou{
	background:#f1f1f1;
}
*/.biaoqian{
	width:25px;
	height:93px;
	margin-top:40px;
	border-radius:8px 0 0 8px;
	background:#208dc3;
	display:block;
	text-align:center
}
.xuanfu1{
	width:140px;
	height:140px;
	background:url(../images/xuanfu1.png);
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-top: 69px;
}
.xuanfu1 span{color:#fff;font-size:14px}
.xuanfu p{
	font-size:18px;
	color:#252525;
	text-align:center;
}
.xuanfu2 a{
	color:#ffffff;
	font-size:14px;
	display:block;
	background:url(../images/xuanfu2.jpg)  no-repeat;
	width:100px;
	height:30px;
	font-weight:bold;
	line-height:30px;
	padding-left:33px;
	margin:10px auto;
}
.xuanfu3{font-size:16px; font-weight: bold;text-align:center;margin-top:10px;color:#fff; background: #ff0000;}
.xuanfu4{
	margin:4px auto;
	width: 64%;
}
.fanhui2 {
	display: inline-block;
	width: 62px;
	height: 30px;
	background: url(../images/xuanfu4.jpg) no-repeat center top;
	line-height: 44px;
	margin:0 37px;
	text-align: center;
}
