/*reset*/

* {
    margin: 0 auto;
    padding: 0
}

body, html {
    width: 100%;
    font: 14px "Microsoft YaHei", "Arial Narrow", HELVETICA;
    background: #fff;
}

a {
    text-decoration: none;
    color: #000000;
    
}
a:hover{
    color: #F28162;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

/*header*/

.header {
    width: 1366px;
    height: 80px;
    margin: auto;
}

.header .logo {
    width: 160px;
    height: 69px;
    float: left;
}

.header .nav {
    width: 55%;
    height: 75px;
    float: right;
}
.nav .search{
    width: 89px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
}
.nav .search span{
    margin-left: 20px ;
}
.header .s_ceng {
	display: none;
	position: absolute;
	padding: 10px;
	right: 3%;
	top: 20px;
	border: 1px solid #232e3c;
	background: #fff;
	width: 225px;
	z-index: 99;
}

.header .s_ceng .gb {
	display: inline-block;
	float: left;
	width: 18px;
	height: 20px;
	background: url('../images/colse.png') no-repeat center;
}

.header .s_ceng input {
	float: left;
	width: 200px;
	line-height: 20px;
	text-indent: 15px;
	border: none;
	outline: none;
}

.header .s_ceng .s {
	outline: none;
	position: absolute;
	padding-right: 0;
	border: none;
	border-left: none;
	height: 36px;
	width: 36px;
	right: 0;
	top: 0px;
	background: url(../images/search.png) #fff center center no-repeat;
}

.header .nav ul li {
    width: 89px;
    height: 80px;
    margin-left: 5px;
    float: left;
    text-align: center;
    line-height: 75px;
    position: relative;
}
.header .nav ul li .down{
    width: 132px;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    display: none;
    position: absolute;
    top: 80px;
    left: -20px;
}
.header .down ul li{
    width: 100%;
    height: 20px;
    margin: 10px 0 0 0;
}
.header .down ul li a{
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
       white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .nav .nav-img {
    width: 89px;
    height: 94px;

}

.header .active {
    border-top: 3px solid #eb3c00;
    color: #F28162;
}

.header .nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .nav ul li:nth-of-type(9) a {
    font-weight: 600;
    color: #eb3c00;
    text-align: left;
}

/*header end*/

/*pic*/

.pic {
    z-index: -1;
}

.pic img {

    width: 100%;
    min-width: 1366px;
}

/*pic end*/


/*product*/

.product {
    width: 1366px;
    margin: auto;
}

.product .title {
    width: 1200px;
    height: 90px;
    margin: auto;
}

.product .title h2, .news .title h2 {
    width: 100px;
    height: 60px;
    font-size: 22px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
    line-height: 13px;
    border-bottom: 1px solid #EB3800;
    text-align: center;
    line-height: 60px;
    margin-top: 74px;
}

.product .title h2 span, .news .title h2 span {
    color: #F28162;
}

.product p {
    margin: 46px auto 56px auto;
    width: 758px;
    height: 40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #444;
    line-height: 25px;
    text-align: center;
    opacity: 0;
    transition: 1s;
    transform: translateX(80px);
}

.product .list {
    width: 1280px;
    height: 302px;
    margin: auto;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: 1s;
    transform: translateY(80px);
}

.product .list ul {
    height: 100%;
    width: 2000px;
    position: absolute;
    left: 0;
   

}

.product .list .mobile li {
    width: 300px;
    height: 300px;
    box-shadow: 10px 10px 5px #f2f2f2;
    float: left;
    position: relative;
    margin-left: 30px;
}

.product .list ul li img {
    width: 100%;
}

.product .list-box {
    width: 300px;
    height: 300px;
    position: absolute;
    background: rgba(249, 92, 43, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99f95c2b, endcolorstr=#99f95c2b);
    display: none;
    left: 0;
    top: 0;
}
.product .list-box img{
    width: 100%;
    position: absolute;
    transition: 1s;
   
}
.product .list-box img:hover{
    transform: scale(1.5);
}

.product .list-box h3 { 
    width: 219px;
    height: 20px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-top: 60px;
}

.product .list-box p {
    width: 219px;
    height: 116px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    box-sizing: border-box;
}

.product .list-box p a {
    width: 219px;
    height: 14px;
    line-height: 14px;
    padding-top: 50px;
    display: block;
    text-align: left;
    color: #fff;
}

.product .spot {
    width: 170px;
    height: 13px;
    margin-top: 71px;
    margin-bottom: 61px;
}
.product .spot .spot-li{
    background: #eb3c00;
}

.product .spot li {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    float: left;
    margin-left: 30px;
    cursor: pointer;
    
}


.product .more{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    color: #CCCCCC;
    margin: 36px auto 36px auto;
    width: 202px;
    height: 45px;
    background: rgba(255, 255, 255, 0);
    
    border: 1px solid #CCCCCC;
    opacity: 0;
	transition: 1s;
    transform: translateY(-100px);
}
/*product end*/

/*case */

.swiper-container{
  
    position: relative;
}
.swiper-slide{
  width: 100%;
}
.swiper-slide img{
    width: 100%;
}

.button {
    width: 200px;
    height: 41px;
    margin-top: 29px;
    margin-left: 61px;
}

.next {
    width: 24px;
    height: 35px;
    margin-left: 44px;
    display: inline-block;
    cursor: pointer;
}

.prev {
    width: 24px;
    height: 24;
    display: inline-block;
    cursor: pointer;
}
.prev{
    display: inline;
}

.jia {
    width: 41px;
    height: 41px;
    margin-left: 36px;
    display: inline-block;
}

.case {
    width: 463px;
    height: 318px;
    background: rgba(249, 92, 43, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8f95c2b, endcolorstr=#c8f95c2b);
    position: absolute;
    right: 200px;
    bottom: 0;
    z-index: 9999;
}

.case h1 {
    width: 114px;
    height: 25px;
    font-size: 25px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    
    margin-top: 61px;
    margin-left: 61px;
}

.case p {
    width: 350px;
    height: 90px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    line-height: 25px;
   
    margin-top: 67px;
    margin-left: 61px;
}

/*case end*/

/*news*/

.news {
    width: 1366px;
    margin: auto;
}
.news h3:hover{
        color: #F28162;
}

.news-box {
    margin-top: 54px;
    width: 1366px;
    height: 542px;
}

.news .news-left {
    width: 600px;
    height: 542px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    opacity: 0;
	transition: 1s;
    transform: translateX(-100px);
}

.news .news-left .img-box {
    width: 600px;
    height: 333px;
    overflow: hidden;
    position: relative;
}
.img-box li img{
    width: 100%;
   
}
.img-box li{
    width: 600px;
 
    position: absolute;
    display: none;
}
.img-box li:first-child{
    display: block;
}

.news .news-box .text {
    width: 361px;
    height: 75px;
    margin: 27px 224px 62px 32px;
}

.news .news-left .text p {
    margin-top: 19px;
}

.news .news-left .spanbox {
    width: 555px;
    height: 16px;
    color: #F28162;
}


.news .news-left .spanbox span:nth-of-type(1) a {
    color: #F28162;
}

.news .news-left .spanbox span:nth-of-type(2) {
    display: block;
    float: right;
    width: 109px;
    height: 16px;
}

.news .news-right {
    width: 739px;
    height: 542px;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    margin-left: 18px;
    opacity: 0;
	transition: 1s;
    transform: translateX(100px);
}

.news .news-right .all {
    width: 600px;
    height: 78px;
    margin: 55px 0 47px 62px;
}

.news .news-right .date {
    width: 96px;
    height: 78px;
    border-right: 1px solid #CCCCCC;
    float: left;
}

.news .news-right .date p {
    text-align: center;
    margin-top: 18px;
    width: 68px;
    height: 6px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #F28162;
    line-height: 6px;
}

.news .news-right .number {
    width: 54px;
    height: 40px;
    font-size: 50px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #F28162;
    line-height: 40px;
}

.news .news-right .content {
    width: 417px;
    height: 75px;
    float: left;
    margin-left: 37px;
}

.news .news-right .content p {
    margin-top: 18px;
}

.line {
    width: 689px;
    height: 1px;
    background: #ccc;
}

.news .more {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    color: #CCCCCC;
  
    width: 202px;
    height: 45px;
    background: rgba(255, 255, 255, 0);
    
    border: 1px solid #CCCCCC;
    margin: 79px auto 85px auto;
    opacity: 0;
	transition: 1s;
    transform: translateY(100px);
}
.more:hover{
    border: 1px solid #F28162;
    background: #F28162;
    color: #fff;
}

/*news end*/

/*footer */

.footer {
    width: auto;
    height: 470px;
    background: url(../images/footer.png) center;
}

.footer .erweima {
    width: 1366px;
    height: 470px;
    box-sizing: border-box;
    padding-top:30px ;

}

.footer .erweima img {
    width: 193px;
    height: 193px;
    display: block;

    margin: 73px auto 26px auto;


}

.footer .erweima p {
    width: 1366px;
    height: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    line-height: 13px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
   
    margin-top: 23px;
    text-align: center;


}

.footer .erweima p a {
    color: #fff;
}

/*footer end*/