@charset "utf-8";
/**CSS Document**/
::selection {

    background-color: #65ad3d;
     color: #FFF;
}

::-moz-selection {

    background-color: #65ad3d;

    color: #FFF;
}

::-webkit-selection {

    background-color: #65ad3d;
    color: #FFF;
}
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}
/*top_A*/
.top_bg{
	background: url(../images/top_bg.jpg) no-repeat center bottom;
}
.top_right{ height: 36px; float: right;margin-top: 66px}
.top_right ul li{float: left; line-height:36px; padding:0px 0px 0px 10px;}
.top_right ul li a{color: #000; font-size:14px;}


/**top_bgk**/
.top_bgk{ height:150px; overflow:hidden;}
.top_nr{ width:1180px; margin:auto;}
.logo{  height:51px; float:left; padding:22px 14px 0px 0px; display:inline;}
.biaoyu{ width:506px; height:63px; float:left;  margin:58px 0px 0px 0px; display:inline; line-height:30px; font-size:18px; color:#333333; }
.biaoyu p:nth-child(1){ color:#65ad3d; font-size:20px; display:block;margin-bottom: 4px;font-weight: bold;}
.biaoyu p:nth-child(2){ color:#65ad3d; font-size:30px; display:block;margin-bottom: 4px;font-family: "Impact"}

.iphone p{
	color: #1253bb;
	font-size: 28px;
	line-height: 28px;
}
/**nav**/
.nav_all{height:50px;  padding-bottom: 1px;}
.nav { width:1180px; margin:auto;}
.nav li {float:left; text-align:center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;

}
.nav li:last-child{
	background: none;
}
.nav li a {display:block; font-size:14px; height:39px; line-height:48px; color:#4c4c4c; padding:8px 38px 0px 38px;}

.nav li:first-child a{ background:none;}
.nav li:hover{ border-bottom: 1px solid #65ad3d;}
.nav li:hover a{color: #65ad3d}
.nav li.another{ border-bottom: 1px solid #65ad3d;}
.nav li.another a{color: #65ad3d}
.fixedNav{ position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));
background-color: rgba(101,173,61,.9);
}
.fixedNav ul li a{color: #fff}
.fixedNav ul li.another a{color: #dab96a}
.fixedNav ul li:hover a{color: #dab96a}
/*footer*/
.nav_all2{ height:50px;background-color: #65ad3d;}
.copyright { width:1180px; margin:auto;}
.copyright li {float:left; text-align:center;}

.copyright li a {display:block; font-size:15px; height:50px; line-height:50px; color:#fff; padding:0px 36px 0px 36px;}


.copyright li:hover>a{color:#464d42;}
.footer_bg{
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
	width: 100%;
	height: 320px;
	
}
.footer{
	padding-top: 25px;
	height: 224px;
}
.footer>a>img{
	float: left;
	margin-top: 24px;
}
.footer_bg h2{
	color: #e5e5e5;
	font-size: 14px;
	margin-left: 800px;

display: block;

}

.footer>p{
	float: left;
	width: 378px;
	
	margin:26px 0px 0 45px;
	padding: 0 0 0 45px;
	color: #e5e5e5;
}
.footer>p>em{
	color: #65ad3d;
	font-size: 16px;

}
.copyright ul>p{
	color: #ddaf64;
	font-size: 16px;
}
.footer>p>span{
	color: #007fde;
	font-size: 16px;
}


.footer>p>a>img{
	margin-left: 6px;
}
.footer a{
	color: #e5e5e5;
}
.footer a:hover{
	color: #65ad3d;
}
/**link开始**/
.link{
	width:100%;
	height:50px;
	
}
.link_body{
	height:50px;
	color:#4c4c4c;
	text-align: center;

}
.link_body>a{
	width:1180px;
	height:50px;
	line-height: 50px;
	color:#4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**link结束**/








