body {
    background: #fff;
    min-width: 1200px;
}

hr {
    width: 98%;
    margin: auto;
}

.homepage {
    /* background: url(/img/bj.png) repeat-y top center; */
    background-size: 100%;
    width: 100%;
    /* padding: 28px 0; */
}

#toptime {
    padding-right: 16px;
}

.topwarp {
    height: 32px;
    background: #2D77B5;
    font-size: 14px;
    line-height: 32px;
}

.topwarp span {
    color: #fff;
}

.topwarp a {
    padding-left: 16px;
    float: right;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}

.topwarp a.icon_user {
    margin-left: 10px;
    background-image: url(../images/index/icon_user.png);
    background-size: auto 14px;
}

.topwarp a.icon_admin {
    background-image: url(../images/index/icon_user2.png);
    background-size: auto 13px;
}

.main {
    width: 100%;
    min-height: 800px;
    /* height: 30000px; */
    background-color: #FFF;
    margin: 0 auto;
}

.menubox {
    overflow: hidden;
    height: 120px;
    width: 100%;
    margin: 0 auto;
    /* background-color: #FFF; */
    padding-left: 150px;
    padding-right: 200px;
    background-color: rgba(255, 255, 255, 0.65);
    /* 红色背景，50% 透明度 */
    /* background-color: rgba(255, 255, 255, 0.75); 红色背景，50% 透明度 */
}

.menubox .logo {
    margin-top: 15px;
    /*width: 700px;*/
    /* height: 60px;  background:url(../images/index/logo.png) no-repeat left center; background-size: 100% auto;width: 497px;  */
    float: left;
}

.menubox .logo a {
    color: #2D77B5;
    height: 100%;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    margin-left: 10px;
}

.menubox .logo a img {
    float: left;
    /* width: 50px; */
    height: 90px;
    margin-right: 10px;
}

.menu {
    padding-top: 50px;
    float: right;
    padding-right: 150px;
}

.menu a {
    line-height: 25px;
    font-size: 20px;
    display: block;
    float: left;
    padding: 0 0px 0 60px;
    text-align: center;
}

.menu a i {
    height: 28px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 23px;
}

.menu a:hover {
    color: #2D77B5;
}

.menu a.current {
    color: #2D77B5;
}

.content_home {
    /* background: url(../images/index/bj.png) no-repeat center; */
    /* background-size: cover; */
    width: 100%;
    /* padding: 28px 0; */
}



.h_hotscroll {
    /* margin-top: 8px; */
    overflow: hidden;
    /* margin-right: 32px; */
    width: 100%;
    float: left;
    height: 545px;
    position: relative;
}

.h_hotgg {
    overflow: hidden;
    margin-bottom: 19px;
}

.h_hotscroll .tit {
    /* height: 43px; */
    /* line-height: 43px; */
    /* padding-left: 13px; */
    /* background: rgba(45, 119, 181, 0.79); */
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.h_hotscroll .tit h3 {
    margin-right: 100px;
    font-weight: normal;
    font-size: 16px;
}

.h_hotscroll .swiper-slide {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    right: 15px;
    bottom: 19px;
}

.swiper-pagination-switch {
    cursor: pointer;
    margin-right: 3px;
    display: block;
    float: right;
    width: 11px;
    height: 5px;
    background: #fff;
    opacity: 0.5;
}

.swiper-active-switch {
    opacity: 1;
}

.line {
    margin: 0 auto;
    text-align: center;
}

.item {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    width: 25%;
    height: 35%;
    padding: 50px;
}

.item>img {
    height: 250px;
    width: 300px;
}

.item_1 {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    width: 25%;
    height: 35%;
    padding: 50px;
}

.item_1>img {
    height: 200px;
    width: 250px;
}

.des {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: 400px;
}

.des .des_item {
    display: inline-block;

}

.des .des_1 {
    float: left;
    padding-left: 50px;
    
}

.des .des_2 {
    float: right;
    /* margin-left: -100px; */
    padding-right: 50px;
}

.des_img img {
    width: 750px;
    height: 400px;
}

.des .des_text {
    width: 500px;
}
.line_type1{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}
.line_type2{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.t1_desc{
    display: inline-block;
}
.t1_text{
    width: 700px;
    padding-right: 50px;
}
.t1_img{
    vertical-align: top;
}

 
.t1_img img {
    height: 350px;
    width: 400px;
}

.intro_img img{
    padding-top: 20px;
    padding-bottom: 30px;
    width: 700px;
}

.footer {
    background: #2d78b5;
    line-height: 32px;
    color: #FFF;
    height: 178px;
    padding-top: 26px;
}

.footer_zs {
    float: right;
    margin-top: 21px;
}

.footer_zs img {
    float: right;
    margin-left: 12px;
}

.footer span {
    margin-right: 16px;
}

.con_inner .warp {
    background: #fff;
    padding: 15px 30px 36px 30px;
    min-height: 905px;
}

.page_common_btn_style {
    font-weight: normal;
    font-family: "PingFang SC", Verdana, arial, sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 0;
}

.page_common_btn_active {
    background: #2D77B5;
}

#gotop {
    cursor: pointer;
    /*display: none;*/
    position: fixed;
    z-index: 9999;
    font-size: 0px;
    right: 20px;
    bottom: 15px;
    width: 48px;
}