﻿/* 初始化标签在所有浏览器中的margin、padding值 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
html{ _background:url(about:blank);}
/* 清除列表样式 */
body{
    background: #f2f2f2;
}
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */

#container { min-width:1300px;}

.bigbox{
    width:100%;
    height: 100%;
    padding-bottom:60px;
}
.headerBox{
    width: 100%;
    height: 30%;
    position: relative;
}
.centerBox{
    margin-top:50px;
    width: 100%;
    height: 600px;
    position: relative;
    background: url('../../images/newpage/bottomBg.jpg') no-repeat center;
    background-size: cover;
}
.header-wrapper{
    position: relative;
}
.centerBox a{
    width:118px;
    height: 36px;
    position: absolute;
    left:50%;
    bottom:80px;
    cursor: pointer;
    transition: all .2s ease; -webkit-transition: all .2s ease;
    opacity:.7;
    background:#fff;
    border:1px solid #F15B2D;
    border-radius:5px;
    text-align:center;
    line-height:36px;
    color:#ff6600;
}
.centerBox a:hover{ opacity:.9;}
.centerBox:hover img {
    opacity:1;
}
.swiper-slide{
    width: 100%;
    height: 150px;   
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    border-radius: 3px;
    width:24px;
    height: 6px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 24px;
    height: 6px;
    border-radius: 8px;
    background: rgba(0255, 255, 255, 1);
 }
.swiper-pagination-bullet-active {
    background: #fff;
    width: 24px !important;
 }
.headerContent{
    z-index: 10000;
    width:810px;
    height: 100px;
    background: rgba(0, 0, 0,0.5);
    border-radius: 8px;
    position: absolute;
    left:50%;
    bottom:80px;
    transform: translate(-50%,0);
    padding:15px 20px;
    box-sizing: border-box;
}
.headUl{
    width:100%;
    display: flex;
display:none;
}
.headUl li{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right:22px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
}
.headUl li span {
    margin-right:5px;
    width:18px;
    height: 18px;
}
.default{
    background: url('../../images/newpage/uncheck.png') no-repeat;
    background-size: cover;
}
.check{
    background: url('../../images/newpage/check.png') no-repeat;
    background-size: cover;
}
.headInput{
    margin-top:10px;
    width:100%;
    display: flex;
}
.headInput .input{
    flex: 1;
    height: 46px;
    background: #FFFFFF;
    border-radius: 5px;
}
.headInput .input input{
    width:100%;
    height: 100%;
    padding-left:16px;
    box-sizing: border-box;
    border:none;
    border-radius: 5px;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    outline: none;
}
.headInput .input input::placeholder{
    color: #999;
}
.headInput img{
    width:auto;
    height: 46px;
    margin-left:10px;
    cursor: pointer;
}
.content{
    width:100%;
}
.contentTitle{
    width:100%;
}
.contentTitle h3{
    width:100%;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    line-height:140%;
    margin-bottom: 10px;
}
p{
    margin-top:14px;
    font-size: 14px;
    color: #999999;
}
.contentTitle p{
    width:100%;
    text-align: center;
    font-size:1rem;
    color:#444;
}
.contentOne{
    width:1158px;
    margin:0 auto;
    margin-top:50px;
}
.contentOne_img,.contentTwo_img{
    margin-top:50px;
}
.contentOne_Ul{
    display: flex;
    flex-wrap: wrap;
}
.contentOne_Ul li{
    position: relative;
    width:275px;
    height: 220px;
    margin: 0 18px 20px 0;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    overflow:hidden;    
}
.contentOne_Ul li img{
    width:100%;
    height: 220px;
    transition: all 2s ease; -webkit-transition: all 2s ease;
}
.contentOne_Ul li:hover img{
    transform: scale(1.1); -webkit-transform: scale(1.1);
}
.contentOne_Ul li span{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    background:#000;
    color:#fff;
    height:40px;
    line-height:40px;
    font-size:16px;
    opacity:.7;
    transition: all 1s ease; -webkit-transition: all 1s ease;
}
.contentOne_Ul li:hover span{
    opacity:.1;
}

.contentOne_Ul li:nth-child(4),.contentOne_Ul li:nth-child(8){
    margin-right:0;
}
.contentThr_Ul{
    display: flex;
    flex-wrap: wrap;
}
.contentThr_Ul li{
    width:374px;
    height: 280px;
    margin: 0 18px 20px 0;
    position: relative;
    overflow:hidden;
}
.contentThr_Ul li img{
    width:100%;
    height: 100%;
}
.contentThr_Ul li span{
    width:100%;
    height:42px;
    line-height:42px;
    text-align:center;
    position: absolute;
    left:0;
    bottom:0;
    font-size: 16px;
    color: #FFFFFF;
    background:#000;
    opacity:.7;
    transition: all .3s ease; -webkit-transition: all .3s ease;
}
.contentThr_Ul li:hover span{
    bottom:-42px;
    opacity:.0;
}
.contentThr_Ul li:nth-child(3),.contentThr_Ul li:nth-child(6){
    margin-right:0;
}
.contentOne_more{
    width:100%;
    text-align: center;
    margin-top:30px;
}
.contentOne_more .contentOne_more_div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 42px;
    margin:0 auto;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #F15B2D;
    border-radius: 4px;
    font-size: 16px;
    color: #F28462;
    cursor: pointer;
}
.contentOne_more .contentOne_more_div:hover {
    border: 1px solid #F28462;
    background:#ffb247;
    color:#fff;
}
.contentOne_more_div img{
    margin-right: 10px;
    width:20px;
    height: 20px;
}
.contentTwo_img_head{
    width:100%;
    height: 360px;
    display: flex;
}
.contentTwo_img_head_left{
    flex: 1;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentTwo_img_head_left h3{
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    padding:0 2rem;
}
.contentTwo_img_head_left p{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding:0 2rem;
}
.contentTwo_img_head_left:hover h3,.contentTwo_img_head_left:hover p { opacity:.7;}
.contentTwo_img_head_left button{
    margin-top:20px;
    width: 98px;
    height: 34px;
    background: rgba(0,0,0,0.5);
    border:none;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border:solid 1px #fff;
    cursor: pointer;
}
.contentTwo_img_head_right{
    margin-left: 18px;
    background: #fff;
}
.contentTwo_img_head_right dl{
    width:374px;
    display: flex;
    flex-direction: column;
 cursor:pointer;
}
.contentTwo_img_head_right dl dt { width:100%; height:250px; position:relative; overflow:hidden;}

.contentTwo_img_head_right dl dt img{
    width:374px;
    height: 250px;
}
.contentTwo_img_head_right dl dd { padding:10px;}
.contentTwo_img_head_right dl dd h3{
    font-size: 18px;
    color: #209fca;
    box-sizing: border-box;
    font-weight:normal;
}
.contentTwo_img_head_right dl dd p,.contentTwo_img_bottom dl dd p{
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
line-height:180%;
}
.contentTwo_img_bottom{
    margin-top:18px;
    height: 360px;
    display: flex;
}
.contentTwo_img_bottom dl { cursor:pointer;}
.contentTwo_img_head_right dl:hover h3 { color:#333}
.contentTwo_img_bottom dl:hover h3 { color:#333}
.goft_img{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.goft_img .prev{
    width:30px;
    height: 56px;
    position: absolute;
    top:50%;
    left:-48px;
    transform: translate(0,-50%);
}
.goft_img .next{
    width:30px;
    height: 56px;
    position: absolute;
    top:50%;
    right:-48px;
    transform: translate(0,-50%);
}
.goft_img .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.goft_img .swiper-slide dl{
    width:276px;
    height: 250px;
    display: flex;
    flex-direction: column;
    margin-right:18px;
    margin-bottom:18px;
    background: #fff;
    padding-bottom:20px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
.goft_img .swiper-slide dl:nth-child(4),.goft_img .swiper-slide dl:nth-child(8){
    margin-right:0;
}
.goft_img .swiper-slide dl dt .img{
    width:276px;
    height: 155px;
}
.goft_img .swiper-slide dl dt{
    position: relative;
}
.goft_img .swiper-slide dl dd
{
    padding:10px;
}
.goft_img .swiper-slide dl dd h3{
    height:50px;
    font-size: 16px;
    color: #333333;
    font-weight:normal;
}
.goft_img .swiper-slide dl dd p
{
    margin-top:10px;
    font-size: 13px;
    color: #209fca;
}
.goft_img .swiper-slide dl:hover h3 {
    color: #209fca;
}
.contentTwo_img_bottom dl{
    width:374px;
    display: flex;
    flex-direction: column;
    margin-right:18px;
    background-color: #fff;
}
.contentTwo_img_bottom dl dt img{
    width:374px;
    height: 250px;
}
.contentTwo_img_bottom dl dd h3{
    font-size: 16px;
    color: #209fca;
    padding-top:15px;
    padding-left:10px;
    box-sizing: border-box;
    font-weight:normal;
}
.contentTwo_img_bottom dl dd .text{
    font-size: 12px;
    color: #333333;
    padding-left:10px;
    box-sizing: border-box;
}
.contentTwo_img_bottom dl dd p{
    padding-left:10px;
    box-sizing: border-box;
}


.contentCateBox{
    width:100%;
    display: flex;
    padding-top:40px;
}
.contentCate{
    width:276px;
    height: 325px;
    position: relative;
    overflow:hidden;
    margin-right:18px;
}
.contentCate:last-child { margin:0;}
.contentCate img{
    width:276px;
    height: 325px;
    position: relative;
}
.contentCate .show {
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    color:#fff;
    width:100%;
    height:80px;
    padding:10px;
    box-sizing:border-box;
    opacity:.8;
    transition: all .2s ease; -webkit-transition: all .2s ease;
}
.contentCate .show h3 { font-size:16px; margin-bottom:5px; font-weight:normal;}
.contentCate .show p { font-size:13px; padding-top:0; margin-top:0;}
.contentCate:hover .show {opacity:.0; bottom:-80px;}
