body{background-color:#f0f0f0 !important;color:#515C62! important  ;}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
.header{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #4ac5ff;
    height: 99px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .phone_nav{
    display: none;
}
.header .logo{
    float: left;
    width:15.5%;
    padding:31px 0;
}
.header .logo img{
    width: 100%;
    height: 100%;
}
.header .nav{
    float: left;
    position: relative;
    margin-left:2.6%;
}
.header .nav>ul>li{
    display: inline-block;
    padding:20px 10px;
    line-height:57px;
    border-right: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    position: relative;
}
.header .nav>ul>li>a{
    font-size: 14px;
    color: #515c62;
}
.header .nav>ul .borColor{
    border-color: #4ac5ff;
}
.header .nav>ul>li:hover>a{
    color: #4ac5ff;
}
.header .nav>ul>.nav_active>a{
    color: #4ac5ff;
}
.header .nav>ul .hide_ul{
    position: absolute;
    top:95px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    display: none;
}
.header .nav>ul .hide_ul li a{
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    display: block;
}
.header .nav>ul .hide_ul li a:hover{
    color: #4ac5ff;
}
.bottomLine{
    position: absolute;
    left: 0;
    bottom:0;
    height:4px;
    background-color: #4ac5ff;
    transition: all 0.3s ease;
}
.header .user_status{
    float: left;
    width: 22%;
}
.header .user_status .user_search{
    width:50%;
    height: 100%;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
}
.header .user_status .user_search>form{
    display: flex;
    align-items: center;
}
.header .user_status .user_search img{
    margin-right:10px;
    width: 20px;
    height: 20px;
}
.header .user_status .user_search>form input{
    width: 59%;
    height: 30px;
    border: none;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header .user_status .user_search>form .history{
    display: none;
}
.header .user_status .user_search .form_hide{
    justify-content: center;
}
.header .user_status .user_search .form_hide img{
    display: none;
}
.header .user_status .user_search .form_hide input{
    width:80%;
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header .user_status .user_search .form_hide .history{
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 78px;
    left: 0;
    display: block;
    z-index: 100;
}
.header .user_status .user_search .form_hide .history a{
    display: block;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #515c62;
}
.header .user_status .user_search .form_hide .history a:hover{
    color: #4ac5ff;
}
.header .user_status .user_search a{
    font-size: 14px;
    color: #bfbfbf;
}
.header .user_status .status_login{
    width: 49%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .user_status .status_login a{
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}
.header .user_status .status_pro{
    width: 100%;
    border-right: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    padding-top: 13px;
}
.header .user_status .borColor{
    border-color: #4ac5ff;
}
.header .user_status .status_pro .pro_one{
    width:45px;
    height:44px;
    overflow: hidden;
    border: 2px solid #4ac5ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.header .user_status .status_pro .pro_two{
    width: 18px;
    height: 9px;
    display: block;
    margin: 0 auto;
}
.header .user_status .status_pro .user_name{
    display: block;
    text-align: center;
    font-size: 13px;
    color:#4ac5ff;
    margin-bottom:7px;
}
.header .user_status .status_pro .status_hide{
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0;
    top:87px;
    background-color: #fff;
    display: none;
}
.header .user_status .status_pro .status_hide a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}
.banner{
    width: 100%;
    height:403px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}
.banner .swiper-container{
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
     background:rgba(0,0,0,0) !important;
    border: 2px solid #fff;
     opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/left.png');
    left: 175px;
    right: auto;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/right.png');
    right: 175px;
    left: auto;
}
.more_new .new_one{
    margin-top:31px;
    overflow: hidden;
}
.new_one .new_img{
    width: 420px;
    height: 236px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.new_one .new_img .new_ab{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    background-color: rgba(74,197,255,0.7);
    text-align: right;
    font-size: 14px;
    color: #fff;
    z-index:100;
}
.new_one .new_img .new_ab span{
    display: block;
    line-height: 40px;
    float: right;
    width:60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_one .new_img .new_ab i{
    display: none;
}
.new_one .new_height .new_ab{
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:20%;
}
.new_one .new_height .new_ab>span{
    display: block;
    text-align: center;
    font-size:23px;
    color: #fff;
    margin: 0 auto;
    float: none;
    width: 70%;
}
.new_one .new_height .new_ab i{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.new_one .new_list{
    width: 562px;
    height: 236px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4ac5ff;
    box-shadow:16px 15px 19px -19px #4e9dc0;
    background-color: #fff;
    padding:20px 20px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new_one .list_border{
    border: 1px solid #bfbfbf;
}
.new_jin{
    overflow: hidden;
}
.new_jin .sai span{
    font-size: 28px;
    display: inline-block;
    color: #4ac5ff;
}
.new_jin .sai i{
    font-size: 14px;
    display: inline-block;
    color: #4ac5ff;
    opacity: 0.5;
    margin-left:5px;
}
.new_jin .more{
    display: inline-block;
    width: 76px;
    height: 24px;
    background-color: #4ac5ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 9px;
}
.new_jin .more_bg{
    background-color: #fff;
    border: 1px solid #4ac5ff;
    color: #4ac5ff;
}
.new_one .new_list .new_ul{
    margin-top: 20px;
}
.new_one .new_list .new_ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dcdee0;
    position: relative;
    display: block;
}
.new_one .new_list .new_ul li:last-child{
    border-bottom: 0;
}
.new_one .new_list .new_ul li a{
    font-size: 14px;
    display: block;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.new_one .new_list .new_ul li a>span{
    display: inline-block;
    width:70%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;      /* ������ʾ������������������...��ʾ*/
    -webkit-box-orient: vertical;
    float: left;
}
/*.new_one .new_list .new_ul li a*/
/*.new_one .new_list .new_ul li a:hover{*/
    /*color: #4ac5ff;*/
/*}*/
/*.new_one .new_list .new_ul li a:hover ::before{*/
    /*display: block;*/
    /*width: 3px;*/
    /*height: 25px;*/
    /*background-color: #4ac5ff;*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: -20px;*/
    /*top: 8.5px;*/
/*}*/
.new_one .new_list .new_ul .li_active a{
    color: #4ac5ff;
}
.new_one .new_list .new_ul .li_active a::before{
    display: block;
    width: 3px;
    height: 25px;
    background-color: #4ac5ff;
    content: '';
    position: absolute;
    left: -20px;
    top: 8.5px;
}
    /*.new_one .new_list .new_ul li a:hover ::before{*/

/*}*/
/*.new_one .new_list .new_ul li::before{*/
    /*display: block;*/
    /*width: 3px;*/
    /*height: 35px;*/
    /*background-color: #4ac5ff;*/
    /*top:2.5px;*/
    /*left: -20px;*/
/*}*/

.new_one .new_img .swiper-container{
    width: 100%;
    height: 100%;
}
.new_one .new_img .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background:rgba(0,0,0,0) !important;
    border: 2px solid #fff;
    opacity: 1 !important;
    z-index: 101;
}
.new_one .new_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.new_one .new_img .swiper-container-horizontal>.swiper-pagination-bullets,.new_one .new_img  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 14px;
    width: 100%;
}
.new_one .new_img .swiper-pagination {
    position: absolute;
    text-align: left;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1000;
}
/**(*****************************************��̳����**********************************************/
.discuss_con{
    margin-top: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.discuss_list{
    width: 93%;
    margin:40px auto;
}
.discuss_list>div:first-child{
    margin-left: 0;
    z-index: 10;
}
.discuss_list>div:nth-child(2){
    z-index: 9;
    margin-top:99px;
}
.discuss_list>div:nth-child(3){
    z-index: 8;
}
.discuss_list>div:nth-child(4){
    z-index: 7;
    margin-top:99px;
}
.discuss_list .cuss{
    width: 27%;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #4ac5ff;
    float: left;
    margin-left: -3%;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.discuss_list .cuss:hover{
    box-shadow:16px 15px 19px -19px #4e9dc0;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.discuss_list .cuss_left{
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:12px 3px;
    background-color: #4ac5ff;
    float: left;
}
.discuss_list .cuss_left span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.discuss_list .cuss_left .year{
    border-bottom: 1px solid #fff;
    padding-bottom:10px;
}
.discuss_list .cuss_left span i{
    font-size: 24px;
}
.discuss_list .cuss_right{
    width: 70%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 3px 0 3px;
    background-color: #fff;
}
.discuss_list .cuss_right span{
    display: block;
    font-size: 14px;
    color: #4ac5ff;
    height: 41px;
    line-height: 45px;
    border-bottom: 1px solid #bfbfbf;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;      /* ������ʾ������������������...��ʾ*/
    -webkit-box-orient: vertical;
}
.discuss_list .cuss_right p{
    display: block;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 3px 0 3px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp:4;      ������ʾ������������������...��ʾ */
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;

}

/**************************************************************/
.col_list{
    overflow: hidden;
    margin: 40px 0;
}
.list_con{
    width: 1289px;
}
.col_list .list_div{
    width:29.3%;
    overflow: hidden;
    float: left;
}
.col_list .none{
    display: none;
}
.col_list .list_div img{
    width: 113px;
    height: 130px;
    display: block;
    float: left;
}
.col_list .list_div div{
    float: left;
    margin-left: 14px;
    margin-top: 30px;
}
.col_list .list_div div span{
    display: block;
    font-size: 28px;
    color: #4ac5ff;
}
.col_list .list_div div .col_zi{
    opacity: 0.5;
}
/*************************************************************/
.footer{
    width: 100%;
    padding:35px 0;
    margin-top:40px;
    background: url("../images/foot.png")no-repeat center;
    background-size: cover;
    text-align: center;
}
.footer .footer_logo{
    display: block;
    text-align: center;
    padding:15px 0;
}
.footer .footer_logo img{
    display: inline-block;
    width:15.5%;
}
.footer .footer_dis{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 20px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
}
.footer .footer_dis span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.footer .footer_dis i{
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: -3px 15px;
    background-color: #fff;
}
.footer .footer_wei{
    display: block;
    overflow: hidden;
    padding:20px 0;
    text-align: center;
}
.footer .footer_wei .wei{
    display: inline-block;
    margin:0 10px;
}
.footer .footer_wei .wei a{
    width: 88px;
    height: 88px;
    display: block;
    background-color: #fff;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.footer .footer_wei .wei a img{
    width: 100%;
}
.footer .footer_wei .wei a .icon_down{
    position: absolute;
    bottom:-7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:15px;
    height: 10px;
}
.footer .footer_wei .wei span{
    width: 46px;
    height: 42px;
    background-color: #fff;
    padding: 7px;
    margin:15px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.footer .footer_wei .wei span img{
    width: 100%;
    height: 100%;
}
.footer .parant{
    padding: 15px 0;
    text-align: center;
}
.footer .parant>div{
    display: inline-block;
    margin: 0 15px;
}
.footer_p{
    overflow: hidden;
    margin-top: 30px;
}
.footer_p .footer_ul{
    margin-bottom: 20px;
}
.footer_p .footer_ul li{
    display: inline-block;
}
.footer_p .footer_ul li a{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}
.footer_p .footer_ul .line{
    width: 1px;
    height: 10px;
    background-color:rgba(255,255,255,.7);
    margin: 0 4px;
}
.footer_p p{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}
.footer_p .foot_an{
    display: block;
    margin-top: 40px;
    text-align: center;
}
.footer_p .foot_an img{
    width: 18px;
    height: 20px;
    display: inline-block;
}
.footer_p .foot_an p{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    display: inline-block;
}


blockquote {
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    color:#888;
    background-color: #eae6f3;
    border-left: 1em solid #5236a0;
    /* padding: 1em 1.5em 1em 1.5em; */
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    text-indent: 35px;
    overflow: hidden
   }
   /* blockquote:before {
     color: #392570;
     content: "\201C";
     font-size: 5em;
     position:absolute;
     left:-15px;
     top: 40px;
     line-height: 0.1em;
   }
   blockquote:after {
     color: #392570;
     content: "\201D";
     font-size: 5em;
     position:absolute;
     right:15px;
     bottom: 0em;
     line-height: 0.1em;
   } */