@charset "utf-8";
/* 
	@功能: 官网pc 
	@作者：pulu
	@时间：2015-11-19
*/
/*banner*/
.banner {
    height: 655px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: visible;
}

.banner .banner-div {
    position: absolute;
    display: block;
    height: 537px;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-div .banner-text {
    position: absolute;
    font-size: 16px;
    text-indent: 3px;
    display: none;
    left: -2000px;
    top: 165px;
}

.banner .banner-text-01 {
    letter-spacing: 17px;
}

.banner .banner-text-02 {
    letter-spacing: 2px;
    font-size: 15px;
}

.banner .banner-text-03 {
    letter-spacing: 13px;
}

.banner .banner-div .banner-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.banner .banner-div-01 {
    background: url(../../img/Home/s1.png);
    background-size: 1920px 537px;
    background-position: 50% 0;

}

.banner .banner-div-02 {
    background: url(../../img/Home/s2.png);
    background-size: 1920px 537px;
    background-position: 50% 0;
}

.banner .banner-div-03 {
    background: url(../../img/Home/s3.jpg);
    background-size: 1920px 537px;
    background-position: 50% 0;
}

.banner-btn {
    position: relative;
}

.banner-btn .banner-oper {
    position: absolute;
    top: 250px;
    width: 23px;
    height: 40px;
    background: url(../../img/Home/banner_oper.png) no-repeat;
}

.banner-btn #banner-prev {
    left: 35px;
}

.banner-btn #banner-next {
    right: 35px;
    background-position: 0 -40px;
}

.banner .banner-page {
    position: absolute;
    width: 100%;
    top: 610px;
    height: 10px;
    text-align: center;
}

.banner .banner-page a {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #a7afc1;
    border-radius: 6px;
    margin: 0 10px;
}

.banner .banner-page .the {
    width: 12px;
    height: 12px;
    background: #63c134;
    border: none;
}

.banner-des {
    width: 1020px;
    height: 537px;
    margin: auto;
    position: relative;

}

.banner-pic {
    position: absolute;
    left: 2000px;
    bottom: 0;
}

/*-------------------service------------------------------*/
.service {
    width: 100%;
    height: 242px;
    margin-top: 50px;
    background: url(../../img/Home/service_bg.jpg) no-repeat;
    background-size: 1920px 240px;
    background-position: 50% 0;
    border-top: 1px solid #eceef0;
    border-bottom: 1px solid #eceef0;
}

.con-title {
    position: absolute;
    top: 37px;
    left: 0;
}

.con-title h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.con-title p {
    color: #a3abbe;
    font-family: Tahoma;
}

.service .serv-obj {
    width: 460px;
    margin: 0 auto;
    padding: 75px 0;
    clear: both;
}

.service .serv-obj .serv-list {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0 25px;
}

.serv-list dt {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    background: url(../../img/Home/service_icon.png) 0 0;
}

.serv-list dd {
    width: 100px;
    text-align: center;
    color: #313131;
    font-size: 18px;
    line-height: 30px;
}

.serv-list .serv-ul-02 dt {
    background-position: 0 -60px;
}

.serv-list .serv-ul-03 dt {
    background-position: 0 -120px;
}

.header-con .active {
    border-bottom: 2px solid #fff;
}

/*-------------------------------------engaged---------------------------------*/
/*.engaged{
	width: 100%;
	height: 500px;
	background:url(../../img/Home/engaged_bg.jpg) no-repeat  left bottom; 
	background-size: 1920px 320px;
	background-position: 50% 180px  ;
}
.engaged-con{
	padding-top: 120px;
}
.engaged-con li{
	width: 240px;
	height: 280px;
	margin-right: 20px;
	position: relative;
	float: left;
	background: #57cb49;
	color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#43ca67), to(#66cc33));   
    background: -webkit-linear-gradient(top, #43ca67, #66cc33);   
    background: -moz-linear-gradient(top, #43ca67, #66cc33);   
    background: -o-linear-gradient(top, #43ca67, #66cc33);   
    background: -ms-linear-gradient(top, #43ca67, #66cc33);   
    background: linear-gradient(top, #43ca67, #66cc33);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #43ca67, endColorstr = #66cc33);   
}*/
.engaged {
    width: 100%;
    height: 500px;
    background: url(../../img/Home/engaged_bg.jpg) no-repeat left bottom;
    background-size: 1920px 320px;
    background-position: 50% 180px;
}

.engaged-con {
    position: relative;
}

.eng-inner {
    widows: 240px;
    height: 280px;
    position: absolute;
}

.engaged-con li {
    position: absolute;
    /*opacity: 0; */
    top: 260px;
    left: 0;
    width: 0;
    height: 0;
    margin-right: 20px;
    background: #57cb49;
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#43ca67), to(#66cc33));
    background: -webkit-linear-gradient(top, #43ca67, #66cc33);
    background: -moz-linear-gradient(top, #43ca67, #66cc33);
    background: -o-linear-gradient(top, #43ca67, #66cc33);
    background: -ms-linear-gradient(top, #43ca67, #66cc33);
    background: linear-gradient(top, #43ca67, #66cc33);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43ca67, endColorstr=#66cc33);
}

.engaged-con .eng-list-01 {
    left: 0;
}

.engaged-con .eng-list-02 {
    left: 260px;
}

.engaged-con .eng-list-03 {
    left: 520px;
}

.engaged-con .eng-list-04 {
    left: 780px;
}

.eng-title, .eng-con {
    margin: 20px;
}

.eng-title {
    margin-bottom: 50px;
}

.eng-title h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.eng-title p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eng-con p {
    width: 145px;
    font-size: 16px;
    line-height: 36px;
}

.eng-con .eng-background {
    position: absolute;
    display: inline-block;
    width: 62px;
    height: 52px;
    background: url(../../img/Home/engaged_icon.png) no-repeat;
    right: 20px;
    bottom: 20px;
}

.eng-con .eng-bg-02 {
    background-position: 0 -52px;
}

.eng-con .eng-bg-03 {
    background-position: 0 -104px;
}

.eng-con .eng-bg-04 {
    background-position: 0 -156px;
}

.cooperation {
    background: #f5f7f9;
    padding-bottom: 40px;
}

/*----------------advantage-------------------------------------*/
.advantage .advantage-list {
    width: 700px;
    padding-top: 130px;
    float: left;
}

.advantage-item {
    margin: 15px 0;
    height: 50px;
    position: relative;
}

.advantage-item .advant-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../../img/Home/advantage_icon.png) no-repeat;
}

.advantage-item .advant-icon-02 {
    background-position: 0 -50px;
}

.advantage-item .advant-icon-03 {
    background-position: 0 -100px;
}

.advantage-item .advant-icon-04 {
    background-position: 0 -150px;
}

.advantage-item p {
    height: 50px;
    line-height: 50px;
    text-indent: 70px;
    font-size: 18px;
}

.advant-right {
    width: 320px;
    margin-top: 110px;
}

.advant-right h2 {
    font-size: 50px;
    color: #66cc33;
    font-family: "Impact";
}

.advant-right .advant-title {
    font-size: 36px;
    color: #828999;
    font-weight: normal;
    line-height: 50px;
}

.advant-right .advant-en {
    color: #828999;
    font-size: 14px;
}

.advant-img {
    display: inline-block;
    width: 200px;
    height: 155px;
    background: url(../../img/Home/advantage_img.jpg) no-repeat;
}

/*-----------------------------------------news---------------------------------*/
.news {
    margin: 5px 0 60px 0;
}

.news-list-con:hover a, .news-list-con:hover .news-des a {
    color: #3fb205;
}

.news-nav {
    border-bottom: 1px solid #eceef0;
    height: 126px;
}

.news .serv-title {
    height: 88px;
    display: inline-block;
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

.con-title .news-active {
    border-bottom: 2px solid #313131;
}

.news .radius-btn {
    top: 55px;
}

.news-list .news-list-con {
    margin-top: 25px;
}

.news-list-con h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.news-list-con .news-time, .news-list-con .news-des {
    color: #959595;
    font-size: 14px;
    line-height: 28px;
}

.news-list-con .news-des {
    color: #7d7d7d;
    height: 28px;
}

.news-list-con .news-des span {
    display: inline-block;
    width: 920px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-con .news-des a {
    color: #313131;
    text-decoration: none;
    line-height: 28px;
    vertical-align: top;
}
