
/* 首页 */
.home_page_content{
    background: #f5f5f5;
}


/*首页轮播图*/
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
}
.swiper-container .swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 92px;
    height: 6px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #ff5c00;

}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 35px;
}
.swiper-button-next, .swiper-button-prev {
    width: 78px;
    height: 78px;
    margin-top: -39px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("../image/home_page_arrow1.png") no-repeat;
    left: 3%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url("../image/home_page_arrow2.png") no-repeat;
    right: 3%;
}


.banner{
    position: relative;
}
.banner_img img{
    width: 100%;
}
.banner_arrow1{
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -39px;
    z-index: 2;
}
.banner_arrow2{
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -39px;
    z-index: 2;
}
.banner ul{
    position: absolute;
    text-align: center;
    bottom: 35px;
    z-index: 2;
    width: 100%;
    +width: 300px;
    +left: 50%;
    +margin-left: -150px;
}
.banner ul li{
    width: 92px;
    height: 6px;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    +float: left;
}
.banner ul li.now{
    background: #ff5c00;
}

.home_page_img4{
    background: #fff;
    padding: 50px 0;
}
.home_page_img4 div{
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.home_page_img4 div span{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.home_page_img4 div span img{
    max-width: 100%;
}

ul.home_page_pic{
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
ul.home_page_pic li{
    width: 31%;
    display: inline;
    float: left;
    margin-left: 1.8%;
    margin-top: 30px;
}
ul.home_page_pic li img{
    width: 100%;
    max-width: 100%;
}
ul.home_page_pic li p{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}
ul.home_page_pic li a:hover p{
    color: #046cbc;
}

.home_page_title{
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    padding-top: 70px;
}
ul.image_row{
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 40px;
}
ul.image_row li{
    width: 13%;
    float: left;
    position: relative;
    background: #000;
    margin: 40px 0 0 1.1%;
    display: inline-block;
}
ul.image_row li img{
    width: 100%;
    max-width: 220px;
    opacity: .4;
    float: left;
}
ul.image_row li p{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 100%;

}
ul.image_row li a p{
    color: #fff;
}

.camera_tc{
    position: fixed;
    width: 100%;
    height: 2000px;
    left: 0;
    top: 0;
    z-index: 2000;
    background: rgba(0,0,0,.7);
}
.camera_tc_in{
    width: 500px;
    height: 280px;
    position: fixed;
    left: 50%;
    top: 308px;
    z-index: 2001;
    margin-left: -250px;
    background: #fff;
    border-radius: 8px;
}
.ytst_img{
    position: absolute;
    left: 50%;
    top: -75px;
    z-index: 2002;
    margin-left: -75px;
}
.camera_tc_in ul{
    border-bottom: 1px solid #d9d9d9;
    margin-top: 80px;
    height: 36px;
    +width: 100%;
    +float: left;
}
.camera_tc_in ul li{
    margin-left: 75px;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    padding: 0 18px;
    float: left;
}
.camera_tc_in ul li a{
    color: #888;
}
.camera_tc_in ul li.now{
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.camera_tc_in ul li.now a{
    color: #000;
}
.camera_upload{
    margin: 36px 0 0 0;
    text-align: center;
    +width: 100%;
}
.camera_upload input{
    width: 136px;
    height: 44px;
    font-size: 16px;
    background: -moz-linear-gradient(top, #fff, #e1e1e1);
    background: -o-linear-gradient(top,#fff, #e1e1e1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e1e1e1));
    border: 1px solid #cacaca;
}
.camera_upload p{
    text-align: center;
    color: #e8a113;
    padding-top: 30px;
}
.zttpdz{
    padding-top: 36px;
}
.zttpdz input{
    width: 380px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cacaca;
    margin-left: 50px;
    color: #888;
    padding: 0 10px;
    font-size: 16px;
    +float: left;
}
.zttpdz button{
    background-color: #e8a113;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 110px;
    height: 40px;
    border-radius: 6px;
    margin: 16px 0 0 190px;
}


/* ext 临时css */
div.index_main_wrap{
    padding-top:90px;
    padding-bottom:100px;
    width:1200px;
    margin:0 auto;
    min-height: 1000px;
}

/*文字区域*/
.content_txt{}
.content_txt h2{
    line-height:60px;
}
.content_txt p{
    line-height:36px;
    font-size:16px;
    text-indent:2em;
}
.content_txt p img{
    padding: 12px 0;
}







