@import url(news.css);
@import url(products.css);

.banner .item {
    height: 812px;
}
.banner{
    padding: 0;
    position: relative;
	margin-bottom:80px;
}
.banner .slick-prev,
.banner .slick-next{
    width: 71px;
    height: 71px;
    border: none;
    text-indent:-5000px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
}
.banner .slick-prev{
    background: url(../images/index/banner_arrow.png)0 0 no-repeat;
    left: 30px;
}
.banner .slick-next{
    background: url(../images/index/banner_arrow.png)100% 0 no-repeat;
    right: 30px;
}
.banner .slick-prev:hover{
    background-position: 0 bottom;
    left: 30px;
}
.banner .slick-next:hover{
    background-position: 100% bottom;
    right: 30px;
}
/*.gomain{
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/index/gomain.png)bottom no-repeat;
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -32px;
    text-indent:-3000px;
    z-index: 999;
}
.gomain:hover {
    background: url(../images/index/gomain.png)top no-repeat;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}*/



@-webkit-keyframes upDown {
  0%     {bottom:5%; opacity:1;}
  50%   {bottom:4%; opacity:0.5;}
  100% {bottom:5%; opacity:1;}
}
@-moz-keyframes upDown {
  0%     {bottom:5%; opacity:1;}
  50%   {bottom:4%; opacity:0.5;}
  100% {bottom:5%; opacity:1;}
}
@keyframes upDown {
  from     {bottom:5%; opacity:1;}
  50%   {bottom:4%; opacity:0.5;}
  to {bottom:5%; opacity:1;}
}
.banner .gomain {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/index/gomain.png)bottom no-repeat;
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -32px;
    text-indent:-3000px;
    z-index: 999;
    -webkit-animation: upDown ease-out 1s infinite;
    -moz-animation: upDown ease-out 1s infinite;
    -o-animation: upDown ease-out 1s infinite;
    animation: upDown ease-out 1s infinite;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banner .gomain:hover {
	    background: url(../images/index/gomain.png)top no-repeat;
}




.sect1{
    background: url(../images/index/about_bg.jpg)50% /cover no-repeat;
/*    padding: 150px 30px 0;*/
    padding-top: 60px;
}
.sect1 .pic{
    float: left;
    width: 44%;
    position: absolute;
    bottom: 0;
}
.sect1 .txt-box{
    float: right;
    width: 56%;
    text-align: right;
    padding-top: 124px;
}
.sect1 .title{
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    color: #DDDDDD;
    padding-right: 130px;
    font-weight: bold;
}
.sect1 .txt{
    border: solid rgba(255,255,255,.3);
    border-width: 1px 1px 0;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    max-width: 570px;
    padding: 27px 40px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
    text-align: left;
}
.sect1 .editor{
    height: 149px;
    overflow: hidden;
}
.sect1 .more{
    width: 66px;
    height: 10px;
    background: url(../images/index/about_more.png);
    float: right;
	margin-top:30px;
}
.sect1 .more:hover{
    opacity: 0.8;
}
/*
.sect1 > .container{
    text-align: right;
}
.about-box{
    max-width: 710px;
    background: url(../images/index/about_title.png)left top no-repeat;
    display: inline-block;
}
.about-box .pic{
    text-align:right;
    margin-right: 60px;
}
.about-box .editor{
    border: 1px solid rgba(73,138,206,0.4);
    border-bottom: none;
    padding: 80px 55px 75px;
    margin: -60px 0 0 80px;
    background: url(../images/index/about_title2.png)60px 40px no-repeat;
    text-align: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-box .more{
    width: 58px;
    height: 10px;
    background: url(../images/index/about_more.png)top;
    position: absolute;
    bottom: 25px;
    right: 60px;
}
.about-box .more:hover{
    background: url(../images/index/about_more.png)bottom;
}
*/
.products-box{
    padding-bottom: 65px;
}
.products-box .sect-title{
    height: 237px;
    background: url(../images/index/product_title.png) center top no-repeat,url(../images/index/products_title_bg.png)center bottom no-repeat;
    text-indent:-5000px;
    margin: 35px 0;
}
.products-box .more{
    width: 192px;
    line-height: 52px;
    background: url(../images/index/products_more.png);
    margin: 0 auto;
    display: block;
}
.products-box .more:hover{
    background-position: 0 100%;
}

.news-box{
    background: url(../images/index/news_bg.jpg)no-repeat;
}
.news-box .sect-title{
    width: 120px;
    height: 59px;
    background: url(../images/index/news_title.png)center top no-repeat;
    text-indent:-5000px;
/*    top: -53px;*/
    position: relative;
    margin: 0 auto 50px;
}
.news-box .sect-title .more{
    width: 120px;
    height: 60px;
    background: url(../images/index/news_more.png)top;
    display: block;
    position: relative;
    top: -60px;
}
.news-box .sect-title .more:hover{
    opacity: 0.8;
}
.sect2{
    background: url(../images/index/product_bg.jpg)center 50% no-repeat;
}
.sect3{
    text-align: right;
    padding: 105px 0 120px;
}
.service-box{
    background: url(../images/index/service_txt_bg.png);
    max-width: 630px;
    display: inline-block;
    text-align: left;
    padding: 40px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-box .sect-title{
    margin-left: -62px;
}
.service-box .editor span{
    font-size: 45px;
    color: #39799F;
}
.service-box .editor span small{
    font-size: 23px;
    font-weight: bold;
}
@media screen and (max-width: 1680px) {
    .banner .item {
        height: 702px;
    }
}
@media screen and (max-width: 1360px) {
    .sect1 .title {
        font-size: 45px;
    }
}
@media screen and (max-width: 1280px) {
    .banner .item {
        height: 531px;
    }
}
@media screen and (max-width: 1024px) {
    .banner .item {
        height: 430px;
    }
}
@media screen and (max-width: 1080px) {
    .banner .item {
        height: 525px;
    }
    .sect1 .title {
        font-size: 45px;
    }
    .sect1 .pic,.sect1 .txt-box{
        width: 100%;
        float: none;
        position: static;
        padding: 0;
    }
    .sect1 .pic{
        width: 50%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    /*.gomain,
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }*/
	.banner .slick-prev, .banner .slick-next{
		width:40px;
		height:40px;
	}
	.banner .slick-prev{
    	left: 5px;
		background-position: 0 -15px;
	}
	.banner .slick-next{
    	right: 5px;
		background-position: 100% -15px;
	}
	.banner .slick-prev:hover{
   	 	background-position: 0 -86px;
    	left: 5px;
	}
	.banner .slick-next:hover{
    	background-position: 100% -86px;
    	right: 5px;
	}
    .banner .item {
        height: 485px;
    }
}
@media screen and (max-width: 850px) {
    .about-box{
        padding-top: 100px;
        background-position: center top;
    }
    .about-box .pic{
        text-align: center;
    }
    .about-box .editor{
        margin: 0 auto;
    }
    .banner .item {
        height: 411px;
    }
}
@media screen and (max-width: 768px) {
    .banner .item {
        height: 320px;
    }
}
@media screen and (max-width: 600px) {
    .sect1 .title{
        font-size: 35px;
        padding: 0;
        text-align: center;
    }
    .about-box .pic{
        width: 100%;
    }
    .sect1 .txt{
        padding: 30px 15px;
    }
    .about-box .editor{
        padding: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .banner .item {
        height: 197px;
    }
}
@media screen and (max-width: 450px) {
    .sect1{
        padding: 15px 0 0;
    }
    .about-box{
        padding-bottom: 70px;
    }
    .about-box .more{
        bottom: 100px;
    }
}
@media screen and (max-width: 320px) {
    .banner .item {
        height: 129px;
    }
}