@charset "utf-8";
/*
Style Name:首页
Author: matingting
*/

.main_box2{
    width: 100% !important;
    padding: 0 !important;
    background: #F5F5F5;
}
.swiper-container0 {
    width: 100%;
}
.swiper-slide {
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container0 .swiper-slide{
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.swiper-container0 .swiper-slide img{
    width: 1920px !important;
    height: 400px;
}

.home_login {
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 14%;
    width: 250px;
    height: 330px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 11;
}
.home_login h2{
    font-size: 26px;
    font-weight: normal;
    color: #666;
    margin-top: 7px;
}
.home_login_form{
    margin-top: 25px;
}
.home_login_li{
    margin-top: 15px;
}
.home_login_li label{
    font-size: 14px;color: #666;
    text-decoration: none;
}
.home_login_li input{
    display: block;
    width: 90%;
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 8px 5%;
    background: white;
    outline: none;
    color: #666;
    transition: .5s;
}

.home_login_li input:focus {
    transition: .5s;
    border: 1px solid #FF6600;
}
.home_login_btn{
    margin-top: 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:none;
    background: #FF6600;
    color: white;
    font-size: 16px;
    cursor: pointer;
    outline:none !important;
}
.home_login_btn:hover{
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    background: #E45B00;
}
.home_mine{
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 14%;
    width: 250px;
    height: 330px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 11;
    text-align: center;
}
.home_mine a{
    text-decoration: none !important;
    outline: none;
}
.home_mine_img{
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 200px;
    margin: 0 auto;
    margin-top: 40px;
}
.home_mine_h3{
    font-size: 16px;
    font-weight: normal;
    margin-top:18px;
    margin-bottom: 28px;
    color: #333;
}

.home_mine_p a{
    display: inline-block;
    width: 80px;
    color: white;
    background: #FF6600;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
}
.swiper-button-next{
    background-image: url("../images/swiper_right.png");
    width: 120px;
    height: 63px;
    background-size: 120px 120px;
}
.swiper-button-prev{
    background-image: url("../images/swiper_left.png");
    width: 120px;
    height: 63px;
    background-size: 120px 120px;
}
.home_modules{
    padding: 40px 0 60px 0;
}
.home_module{
    padding: 30px 0;
}
.home_title_big{
    text-align: center;
    padding: 20px 0;
}
.home_title_big h1{
    font-size: 32px;
    color: #343434;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}
.home_title_big .line{
    display: none;
    width: 500px;
    margin: 15px auto;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.home_title_big .line_box{
    position: absolute;
    width: 60px;
    height: 4px;
    overflow: hidden;
    background: #858585;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
}
.home_title_big p{
    font-size: 16px;
    color: #5C5C5C;
}
.home_tabs{
    text-align: center;
    margin-bottom: 30px;
}
.home_tabs li{
    display: inline-block;
    border-bottom: 3px solid transparent;
    color: #666;
    margin: 0 15px;
    cursor: pointer;
}
.home_tab_active{
    color:#3498DB !important;
    border-bottom: 3px solid  #3498DB !important;
}

.home_cp{
    display: block;
    padding: 15px;
    text-decoration: none !important;
    outline: none;
    transition: .5s ease;
    color: #333;
}
.home_cp:hover{
    background: white;
    box-shadow: 0 3px 6px #ddd;
}
.home_cp_img{
    height: 160px;
    overflow: hidden;
    position: relative;
    background: white;
}

.home_cp_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate3D(-50%,-50%,0);
}
.home_cp_title{
    font-size: 16px;
    font-weight: normal;
    margin: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home_cp_ts{
    height: 36px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
    line-height: 140%;
}
.home_cp_bottom{
    padding: 5px 0;
    font-size: 13px;
}
.home_cp_price{
    display: inline-block;
    color: #FF6600;
    letter-spacing: -1px;
}
.home_cp_price span{
    font-size: 22px;
    margin-right: 3px;
}
.home_cp_type{
    display: inline-block;
    font-size: 10px;
    padding: 1px 5px;
    border: 1px solid #999;
    color: #666;
    border-radius: 3px;
    background: white;
    line-height: 100%;
}
.home_cp_btn{
    float: right;
    display: inline-block;
    padding: 1px 15px;
    color:#3498DB ;
    line-height: 140%;
    border: 1px solid #3498DB;
    border-radius: 3px;
    margin-top: 7px;
    font-size: 14px;
    transition: .3s;
}
.home_cp_btn:hover{
    background: #3498DB;
    color: white;
}
.home_cp_more{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.home_cp_more a{
    display: inline-block;
    color: #666666;
    padding: 2px 25px;
    border: 1px solid #666666;
    text-decoration: none;
}
.home_cp_more a:hover{
    color:#3498DB ;
    border-color:#3498DB;
    transition: .3s;
}
.home_types{
    width: 100%;
    border: none;
    text-align: center;
}
.home_types td{
    width: 25%;
    height: 180px;
}
.home_type{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.home_type img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    min-width: 100%;
    height: 100%;
    z-index: 1;

}
.home_type_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 3;
    color: white;
    text-align: center;
}
.home_type_mask:hover{
    background: rgba(0,0,0,0.5);
    transition: .3s;
}
.home_type_title{
    padding-top: 55px;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: normal;
}
.home_type_info{
    font-size: 13px;
}

.home_bzgg{
    margin: 20px 0 ;
}
.home_bzgg_pd{
    background: white;
    padding: 20px;
    border-bottom: 2px solid #EAEAEA;
}
.home_bzgg_top{
    font-size: 20px;
    color: #343434;
    position: relative;
    padding-left: 31px;
}
.home_bzgg_top a{
    display: block;
    text-decoration: none !important;
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 13px;
    color: white;
    background: #FF6600;
    transform: skew(-30deg,0deg);
    -ms-transform: skew(-30deg,0deg);	/* IE 9 */
    -webkit-transform: skew(-30deg,0deg);	/* Safari and Chrome */
    -o-transform: skew(-30deg,0deg);	/* Opera */
    -moz-transform: skew(-30deg,0deg);	/* Firefox */
    padding: 1px 10px;
    transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
}
.home_bzgg_top a span{
    display: block;
    transform: skew(30deg,0deg);
    -ms-transform: skew(30deg,0deg);	/* IE 9 */
    -webkit-transform: skew(30deg,0deg);	/* Safari and Chrome */
    -o-transform: skew(30deg,0deg);	/* Opera */
    -moz-transform: skew(30deg,0deg);	/* Firefox */
}
.home_bzgg_top a:hover{
    background: #E45B00;
    transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.home_bzgg_top p{
    font-size: 14px;
    margin-top: -6px;
    color: #1592E9;
}

.eng_left{
    float: left;
    margin-left: -31px;
    font-size: 46px;
    color: #1592E9;
}

.home_bzgg_ul{
    margin:10px;
}

.home_bzgg_ul li a{
    display: block;
    text-decoration: none !important;
    color: #333;
    line-height: 34px;
    transition: .5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_bzgg_ul li a:hover{
    color:#1592E9 ;
    margin-left: 15px;
    transition: .5s ease;
    font-size: 15px;
}
/*首页修改结束*/