@charset "utf-8";
/*2018.6.11 wh*/
html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,ol,li,ul,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
fieldset, form, label, legend, caption,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/
    list-style: none;
}
sup{
	vertical-align: super !important;
    font-size: smaller !important;
}
sub{
	vertical-align: sub  !important;
    font-size: smaller  !important;
}
body,
html{
    /*灰度模式*/
    /*    filter:grayscale(1) !important;*/
    /*　　-webkit-filter:grayscale(100%) !important;*/
    /*　　-moz-filter:grayscale(100%) !important;*/
    /*　　-ms-filter:grayscale(100%) !important;*/
    /*　　-o-filter:grayscale(100%) !important;*/
    /*　　filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;*/
    /*　　-webkit-filter:grayscale(1) !important;*/
}
html body{
    min-width: 1200px;

}
*{
    font-family: HanSan,Microsoft YaHei,Times,serif;
    scroll-behavior: smooth;
}


a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;

}
.sign-inform-box ol,.sign-inform-box li,.sign-inform-box{
    list-style:auto !important;
    list-style-position: inside !important;
    padding-left: 0 !important;
}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}
input{
    text-indent: 5px;
    outline: none
}

.select{
    display: inline-block;
    font-size: 14px;
}
.icon{
    background: url("../img/icon_groups.png") no-repeat ;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
/*css为clearfix，清除浮动*/
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
.container{
    width: 1200px!important;
    margin: 0 auto;
}



input, select {
    vertical-align:middle;
}
input[type=password],
input[type=text]{
    outline: none;
    padding:0 5px;
}
input:focus{
    border: none;
    outline: none
}
.select{
    display: inline-block;
    font-size: 14px;
}
.select.error input{
    border: 1px solid #f54743!important;
    background-color: #fff!important;
}
/*css为clearfix，清除浮动*/
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}


textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a7aab1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7aab1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7aab1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a7aab1;
}
/*.int_groups label.int_groups_item{
	display: block;
}*/
input[type=password],
input[type=text]{
    height: 32px;
    line-height: 32px;
    border: 1px solid #d3d8dc;
    color: #393a3e;
    font-size: 14px;
    box-sizing: border-box;
    background-color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px ;
    border-radius: 3px;
    margin-right: 5px;
    padding:0 5px;
}
input[type=password][disabled=disabled],
textarea[disabled=disabled],
input[type=text][disabled=disabled]{
    background-color: #e8edf1;
}
input[type=password]:focus,
textarea:focus,
input[type=text]:focus{
    border-color: #0569d9;
    outline: none;
}
.block{
    display: block!important;
    margin-left: 0!important;
}

input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    vertical-align: middle;
    margin-top: -3px;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
}
/*单选*/
input[type=radio]:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon39.png) no-repeat center center;
}
input[type=radio]:checked:before {
    background: url(../img/icon40.png) no-repeat center center;
}
/*多选*/
input[type=checkbox]:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon75.png") no-repeat center center;
}
input[type=checkbox]:hover:before{
    background: url("../img/icon74.png") no-repeat center center;
}
input[type=checkbox]:checked:before {
    background: url("../img/icon76.png") no-repeat center center;
    background-color: #fff;
}

textarea.error,
input.error{
    border: 1px solid #f54743!important;
    background-color: #fff!important;
}
textarea.error:focus,
input.error:focus{
    border: 1px solid #f54743!important;
    background-color: #fff!important;
}
label.error{
    color: #e83232;
    background: url(../img/error_icon.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display:block;
    font-size: 14px;
    line-height: normal;
}
/*header*/
.tml_header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 111;
    min-width: 1200px;
}
.tml_header .header_top{
    height: 35px;
    background-color: rgba(0,0,0,.2);
}
.tml_header .header_top .top_left{
    float: left;
    font-size: 14px;
}
.tml_header .header_top .top_left .title{
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0 14px;
    background-color: #13ab8c;
    line-height: 35px;
}
.tml_header .header_top .top_left ul{
    float: left;
    height: 35px;
    overflow: hidden;
}
.tml_header .header_top .top_left .txt{
    color: #fff;
    display: inline-block;
    height: 35px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tml_header .header_top .top_left .txt .time{
    border-right:1px solid rgba(255,255,255,.3) ;
    padding: 0 14px;
    vertical-align: middle;
    float: left;
    line-height: 14px;
}
.tml_header .header_top .top_left .name:hover{
    color: #ffa;
}
.tml_header .header_top .top_left .name{
    color: #fff;
    padding: 0 12px;
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 14px;
}
.tml_header .header_top .top_right{
    float: right;
    padding-top: 7px;
}
.tml_header .header_top .top_right a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid rgba(255,255,255,.3);
    padding:  0 14px;
    line-height: 14px;
}
.tml_header .header_top .top_right a:hover{
    color: #ffa;
}
.tml_header .header_top .top_right a:last-child{
    border: none;
}
.tml_header .header_nav{
    padding: 0 20px;
    background-color: rgba(0,0,0,.2);
}
.tml_header .header_nav .logo{
    padding: 18px;
    float: left;
}
.tml_header .header_nav .logo img{
    height: 35px;
}
.tml_header .header_nav .nav{
    float: right;
    padding-top: 18px;
}
.tml_header .header_nav .nav li{
    float: left;
    position: relative;
    z-index: 11;
}
.tml_header .header_nav .nav li>a{
    display: block;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.tml_header .header_nav .nav li.this .t3,
.tml_header .header_nav .nav li:hover .t3{
    display: block;
}
.tml_header .header_nav .nav li .t3{
    width: 0px;
    height: 0px;
    border-top: 0px solid #fff;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: none;
    position: absolute;
    bottom: -9px;
   left: 50%;
    margin-left: -5px;
    right: auto;
    top: auto;
    z-index: 11111;
}
.tml_header .header_nav .nav li .down_box{
    position: absolute;
    background-color: #fff;
    width: 130px;
    padding: 10px 15px;
    left: 50%;
    margin-left: -65px;
    top: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding-bottom: 10px;
    border: 1px solid #eee;
}
.tml_header .header_nav .nav li .down_box a:hover{
    color: #0a5efe;
}
.tml_header .header_nav .nav li .down_box a{
    color: #2f3135;
    font-size: 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
    /*banner*/
.swiper-slide{
    overflow: hidden!important;
    height: auto!important;
}
.tml_banner .swiper-slide img{
    max-width: 100%;
    display: block;
}
.swiper-wrapper{
    height: auto!important;
}
.tml_banner .swiper-button.prev{
    left: 50px;
    top: 50%;
    margin-top: -30px;
}
.tml_banner .swiper-button.next{
    right: 50px;
    top: 50%;
    margin-top: -30px;
}
.tml_banner .swiper-button{
    position: absolute;
    cursor: pointer;
}
.tml_banner .swiper-button:hover{
    opacity: .8;
}
.tml_banner .swiper-pagination{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.tml_banner .swiper-pagination-switch{
    display: inline-block;
    width: 42px;
    height: 4px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}
.tml_banner .swiper-active-switch{
    opacity: 1;
}
/*首页主体*/
.tml_body{
    margin-top: 20px;
}
.tml_part{
    padding-top: 80px;
    padding-bottom: 65px;
}
.tml_part>.title{
    color: #2f3135;
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
}
.tml_part>.title .line{
    width: 38px;
    height: 3px;
    margin: 0 auto;
    background-color: #0a5efe;
    margin-top: 10px;
}
.tml_part1 .part_body .part_top ul li{
    float: left;
    width: 360px;
    margin-right: 60px;
}
.tml_part1 .part_body .part_top{
    padding-bottom: 50px;
    border-bottom: 1px solid #f4f5f8;
}
.tml_part1 .part_body .part_top ul li:last-child{
    margin-right: 0;
}
.tml_part1 .part_body .part_top ul li img{
    width: 360px;
    height: 230px;
    -webkit-box-shadow:  0 0 5px #dedede;
    -moz-box-shadow:  0 0 5px #dedede;
    box-shadow:  0 0 5px #dedede;
    margin-bottom: 35px;
}
.tml_part1 .part_body .part_top ul li .title{
    margin-bottom: 20px;
}
.tml_part1 .part_body .part_top ul li .title a{
    display: block;
    color: #2f3135;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
.tml_part1 .part_body .part_top ul li .title a:hover{
    color: #0a5efe;
}
.tml_part1 .part_body .part_top ul li .txt .time{
    width: 67px;
    background-color: #0a5efe;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.tml_part1 .part_body .part_top ul li .txt .content{
    float: left;
    width: 270px;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.tml_part1 .part_body .part_top ul li .txt .time .day{
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
    display: block;
}
.tml_part1 .part_body .part_top ul li .txt .time .year{
    color: #fff;
    font-size: 12px;
    background-color: rgba(255,255,255,.6);
    width: 100%;
    display: block;
    line-height: 22px;
}
.tml_part1 .part_body .part_bottom{
    padding: 40px 0;
}
.tml_part1 .part_body .part_bottom>.title{
    color: #2f3135;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tml_part1 .part_body .part_bottom>.title .blue{
    color: #0a5efe;
}
.tml_part1 .part_body .part_bottom>.title  .en{
    display: inline-block;
    color: #a4a4a4;
    font-size: 12px;
    padding-left: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
}
.icon.time_icon{
    width: 13px;
    height: 13px;
    background-position: 0 0;
}
.tml_part1 .part_body .part_bottom .part_list li .line{
    width: 25px;
    height: 4px;
    background-color: #0a5efe;
    margin-bottom: 17px;
}
.tml_part1 .part_body .part_bottom .part_list li{
    float: left;
    /*width: 335px;*/
    padding-right:76px;
    /*border-right: 1px solid #f4f5f8;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-right: 48px;*/
    position: relative;
}
.tml_part1 .part_body .part_bottom .part_list li:first-child{
    padding-left: 0;
}
.tml_part1 .part_body .part_bottom .part_list li:last-child{
    padding-right: 0;
    border-right: none;
}
.tml_part1 .part_body .part_bottom .part_list li:last-child .lineB{
    display: none;
}
.tml_part1 .part_body .part_bottom .part_list li  .txt{
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.tml_part1 .part_body .part_bottom .part_list li  .txt:hover{
    color: #0a5efe;
}
.tml_part1 .part_body .part_bottom .part_list li  .time{
    color: #b2b2b2;
    font-size: 14px;
}
.tml_part1 .part_body .part_bottom .part_list li .lineB{
    position: absolute;
    height: 100%;
    border-right: 1px solid #f4f5f8;
    top: 0;
    bottom: 0;
    right:42px;
}
.tml_part1 .part_body .part_bottom .part_list{
    position: relative;
}
.tml_part1 .part_body .part_bottom .part_list li:nth-child(3n) .lineB{
    display: none;
}
.tml_part1 .swiper-button.prev2{
    left: -80px;
    top: 50%;
    margin-top: -30px;
}
.tml_part1 .swiper-button.next2{
    right: -80px;
    top: 50%;
    margin-top: -30px;
}
.tml_part1 .swiper-button{
    position: absolute;
    cursor: pointer;
}
.tml_part>.more{
    text-align: center;
    padding-top: 50px;
}
.tml_part>.more a{
    line-height: 38px;
    background-color: rgba(83,142,254,.3);
    color: #0a5efe;
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
}
.tml_part>.more a:hover{
    opacity: .8;
}

.tml_part2{
    background-color: #f9fafb;
}
.tml_part2 .part_body{
    /*overflow: hidden;*/
}
.tml_part2 .part_body .link_list{
    text-align: center;
}
.second_menu.container{
    width: 100% !important;
}
.tml_part2 .part_body .bg{
    width: 370px;
    height: 156px;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    /*float: left;*/
    text-align: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all .2s;
}
.tml_part2 .part_body .bg:nth-child(3n){
    margin-right: 0;
}
.tml_part2 .part_body .bg:hover{
    -webkit-box-shadow: 0 0 5px #555;
    -moz-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555 ;
}
.tml_part2 .part_body .bg .zh{
    font-size: 28px;
    color: #fff;
    display: block;
    text-align: left;
}
.tml_part2 .part_body .bg .en{
    font-size: 12px;
    display: block;
    color: #fff;
    transform: scale(.8);
    text-align: left;
    position: relative;
    left: -29px;
    opacity: .5;
}
.tml_part2 .part_body .bg1{
    background:url("../img/img2.png") no-repeat;
}
.tml_part2 .part_body .bg2{
    background:url("../img/img3.png") no-repeat;
}
.tml_part2 .part_body .bg3{
    background:url("../img/img4.png") no-repeat;
}
.tml_part2 .part_body .bg4{
    background:url("../img/img5.png") no-repeat;
}
.tml_part2 .part_body .bg5{
    background:url("../img/img6.png") no-repeat;
}
.tml_part2 .part_body .bg6{
    background:url("../img/img7.png") no-repeat;
}
.tml_part3{
    background: url("../img/bg2.jpg");
}
.tml_part3>.title{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
}
.tml_part3>.title .line{
    width: 38px;
    height: 3px;
    margin: 0 auto;
    background-color: #0fcf92;
    margin-top: 10px;
}
.tml_part3>.more a{
    color: #fff;
}
.comp_list{

}
.comp_list li{
    float: left;
    margin-right: 80px;
}
.comp_list li:last-child{
    margin-right: 0;
}
.comp_list li a{
    display: block;
    width: 346px;
    background-color: #fff;
}
.comp_list li a img{
    height: 204px;
    display: block;
    width: 100%;
}
.comp_list li a .name{
    color: #2f3135;
    font-size: 16px;
    font-weight: bold;
    margin: 25px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.comp_list li a  .txt{
    padding: 16px 25px;
    border-top: 1px solid #f4f5f8;
}
.comp_list li a  .txt .time{
    color: #a4a5a7;
    font-size: 12px;
    height: 26px;
}
.comp_list li a  .txt .content{
    color: #acacad;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;max-width: 100%;
}

.comp_list li a:hover .name{
    color: #0a5efe;
}
.active_list li a{
    display: block;
    position: relative;
    width: 346px;
}
.active_list li img{
    display: block;
    width: 100%;
    height: 241px;
}
.active_list li a .txt{
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.6)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent,rgba(0,0,0,.6)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent,rgba(0,0,0,.6)); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent,rgba(0,0,0,.6)); /* 标准的语法 */
    width: 100%;
}
.active_list li a:hover .name{

}
.active_list li a .time{
    color: #ffffff;
    font-size: 12px;
    opacity: .8;
    margin:  0 23px;
  margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
}
.active_list{
    position: relative;
}
.active_list li a .name{
    color: #fff;
    font-size: 16px;
    margin:  0 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    margin-bottom: 13px;
    position: absolute;
    bottom: 30px;
}
.active_list .swiper-pagination2{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.active_list .swiper-pagination-switch{
    display: inline-block;
    width: 42px;
    height: 4px;
    background: #a4a5a7;
    margin: 0 5px;
    cursor: pointer;
}
.active_list .swiper-active-switch{
    background: #0a5efe!important;
    opacity: 1!important;
}
.active_list  .swiper-container{
    height: 278px;
}
.active_list .swiper-visible-switch{
    background: #0a5efe;
    opacity: .7;
}

/*footer*/
.tml_footer_bg{
    background-color: #282b34;
}
.tml_footer{

}
.tml_footer .footer_top{
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #33363e;
}
.tml_footer .footer_top .left{
    float: left;
    color: #fff;
}
.tml_footer .footer_top .right{
    float: right;
    color: #fff;
    font-size: 0;
}
.tml_footer .footer_top .left .txt{
    font-size: 14px;
    line-height: 24px;
}
.tml_footer .footer_top .left .us{
    font-size: 18px;
    margin-bottom: 15px;
}
.tml_footer .footer_top .right img{
    vertical-align: middle;
    width: 82px;
    height: 82px;
}
.tml_footer .footer_top .right .tip{
    color: #fff;
    width: 169px;
    padding: 20px;
    background-color: #33363e;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tml_footer .footer_bottom{
    padding: 30px 0;
}
.tml_footer .footer_bottom .link_list{
    margin-bottom: 20px;
}
.tml_footer .footer_bottom .link_list a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
}
.tml_footer .footer_bottom .link_list a:hover{
    color: #0a5efe;
}
.tml_footer .footer_bottom  .copyright{
    color: #fff;
    font-size: 14px;
    opacity: .6;
    line-height: 24px;
}
.tml_footer .footer_bottom  .copyright span{
    padding-right: 30px;
}
.tml_banner.bannerB{
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.tml_banner.bannerB img{
    display: block;
    width: 100%;
}
.second_menu{
    background-color: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
margin-left: -580px;
    left: 50%;
    width: 100%;
}
.second_menu .title{
    background-color: #0a5efe;
    width: 204px;
    padding:30px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    left: -20px;
}
.second_menu .title .zh{
    color: #fff;
    font-size: 24px;
}
.second_menu .title .en{
    color: #fff;
    font-size: 12px;
    opacity: .3;
    text-transform: uppercase;
}
.second_menu .menu_item{
    padding-left: 232px;
    height: 70px;
}
.second_menu .menu_item a{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 67px;
    margin: 0 25px;
    border-bottom: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.second_menu .menu_item a.this,
.second_menu .menu_item a:hover{
    border-bottom: 3px solid #0fcf92;
}
.icon.position_icon{
    width: 11px;
    height: 15px;
    background-position: -15px 0;
}
.tml_body>.title{
    border-bottom: 1px solid #f2f3f3;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.tml_body>.title .left{
    float: left;
    position: relative;
}
.tml_body>.title .left .zh{
    font-size: 30px;
    color: #2f3135;
}
.tml_body>.title .left .en{
    color: #828386;
    font-size: 30px;
    font-weight: normal;
}
.tml_body>.title .left .line{
    position: absolute;
width: 60px;
    height: 3px;
    background-color: #c0c1c2;
    bottom: -17px;
}
.tml_body>.title .left .zh .blue{
    color: #0a5efe;
}
.tml_body>.title .right{
    float: right;
    padding-top: 45px;
}
.tml_body>.title .right a,
.tml_body>.title .right span{
    color: #c0c1c2;
    font-size: 14px;
}
.body_part{
    margin-bottom: 50px;
}
.people_icon.icon{
    width: 11px;
    height: 12px;
    background-position: -28px 0;
}
.body_box .body_left{
    width: 780px;
    margin-right: 100px;
    float: left;
}
.body_box .body_left .body_part1 .title{
    color: #2f3135;
    font-size: 30px;
    margin-bottom: 30px;
}
.body_box .body_left .body_part1 .msg{
    color: #c1c1c2;
    font-size: 14px;
    line-height: 30px;
}
.body_box .body_left .body_part1 .org{
    margin-bottom: 30px;
}
.btn{
    line-height: 46px;
    padding: 0 57px;
    background-color: #0a5efe;
    font-size: 16px;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}
.btn:hover{
    opacity: .8;
}
.body_box .body_left .body_part1 .btn_groups{
    margin-bottom: 40px;
}
.body_box .body_left .body_part1 .btn_groups .btnB{
    line-height: 46px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #f5f7f8;
    padding: 0 25px;
    opacity: .67;
    color: #0a5efe;
}
.body_box .body_left .body_part1 .btn_groups a{
    margin-right: 20px;
}
.body_box .body_left .body_part1 .btn_groups .btnB:hover{
    opacity: 1;
}
.body_box .body_left .body_part1 .img{
    text-align: center;
}
.body_box .body_left .body_part1 .img img{
    max-width: 100%;
}
.body_part .p_title span{
    color: #2f3135;
    font-size: 24px;
    border-left: 4px solid #0a5efe;
    padding-left: 10px;
    line-height: 24px;
    display: inline-block;
}
.body_part .p_title{
    border-bottom: 1px solid #f2f3f3;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-weight: bold;
}
.body_part2 .content{
    color: #5c5c5c;
    font-size: 16px;
    line-height: 38px;
}
.upload_list li{
    line-height: 46px;
    background-color: #f9fafb;
    padding: 0 23px;
    margin-bottom: 10px;
    color: #5c5c5c;
}
.upload_list li .name{
    color: #5c5c5c;
    font-size: 16px;
    display: inline-block;
    max-width: 630px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 10px;
}
.upload_list li  a{
    color: #0fcf92;
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
}
.upload_list li  a:hover{
    text-decoration: underline;
}
.body_part4 .people_list{
    padding:  0 10px;
}
.body_part4 .people_list li{
    float: left;
    width: 62px;
    margin-right: 37px;
    margin-bottom: 37px;
}
.body_part4 .people_list li:nth-child(8n){
    margin-right: 0;
}
.body_part4 .people_list li img{
    width: 100%;
    height: 62px;
    margin-bottom: 5px;
}
.body_part4 .people_list li  .name{
    color: #666767;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.body_part4 .people_list li .time{
    color: #b4b5b7;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: center;
}
.body_part4 .more{
    line-height: 46px;
    background-color: #f9fafb;
    text-align: center;
    color: #5c5c5c;
    font-size: 14px;
    display: block;
}

.body_part4 .more:hover{
    color: #0a5efe;
}
.page_turn{
    background-color: #f9fafb;
    margin-bottom: 60px;
}
.page_turn .page_item{
    margin:  0 27px;
    padding: 35px 0;
    border-bottom: 1px solid #f2f3f3;
}
.page_turn .page_item .name{
    float: left;
    font-size: 20px;
    color: #2f3135;
    margin-right: 30px;
}
.page_turn .page_item .line{
    width: 28px;
    height: 2px;
    background-color: #e5e5e5;
    display: block;
    margin-top: 14px;
}
.page_turn .page_item .txt{
    float: left;
}
.page_turn .page_item .txt .content{
    color: #6d6e71;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_turn .page_item .txt .time{
    display: block;
    color: #c1c1c2;
    font-size: 14px;
}
.page_turn .page_item .txt .content:hover{
    color: #0a5efe;
}
.tml_body .body_right{
    float: left;
    width: 320px;
}
.tml_body .body_right .sign_msg{
    background-color: #f9fafb;
    padding: 50px 0;
    margin-bottom: 20px
}
.icon.t_groups_icon{
    width: 23px;
    height: 23px;
    background-position: -39px 0;
    margin-top: -9px;
}
.icon.t_people_icon{
    width: 21px;
    height: 18px;
    background-position: -62px 0;
    margin-top: -9px;
}
.sign_msg .top .item{
    float: left;
    color: #2f3135;
    font-size: 14px;
    width: 49%;
    text-align: center;
}
.sign_msg .top{
    margin-bottom: 40px;
}
.sign_msg .top .item .num{
    color: #2f3135;
    font-size: 24px;
    font-weight: bold;
}
.sign_msg .top .item:first-child{
    border-right: 1px solid #eff0f0;
}
.sign_msg .top .item .tip{
    color: #949598;
    font-size: 14px;
    line-height: 24px;
}
.sign_msg .bottom .code{
    width:160px;
    height: 160px;
    border: 1px solid #f1f2f2;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 20px;
}
.sign_msg .bottom .code img{
    width: 100%;
    height: 100%;
}
.sign_msg .bottom .tip{
    color: #949598;
    font-size: 14px;
    text-align: center;
}
.tml_body .body_right .notice_list{
    background-color: #f9fafb;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.tml_body .body_right .notice_list .title{
    border-bottom:1px solid #eff0f0 ;
    padding-bottom: 23px;
}
.tml_body .body_right .notice_list .title span{
    display: inline-block;
    border-left: 4px solid #0a5efe;
    padding-left: 7px;
    color: #2f3135;
    font-size: 20px;
    font-weight:bold;
    line-height: 20px;
}
.tml_body .body_right .notice_list .title  a{
    float: right;
    color: #a8a9ab;
    font-size: 12px;
    padding-top: 3px;
    text-transform: uppercase;
}
.tml_body .body_right .notice_list .title  a:hover{
    color: #0a5efe;
}
.tml_body .body_right .notice_list li .dot{
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.tml_body .body_right .notice_list li a{
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #eff0f0;
}
.tml_body .body_right .notice_list li .txt{
    float: left;
    width: 245px;
}
.tml_body .body_right .notice_list li .txt .name{
    color: #2f3135;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tml_body .body_right .notice_list li a:hover .txt .name{
    color: #0a5efe;
}
.tml_body .body_right .notice_list li .txt .time{
    color: #949598;
    font-size: 14px;
}
.tml_body .body_right .notice_list li .content{
    color: #949598;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}
.icon.dot_icon{
    width: 12px;
    height: 12px;
    background-position: -85px 0;
    margin: 0;
}
.icon.icon1{
    width: 14px;
    height: 15px;
    background-position: 0 bottom;
}
.competition_list li{
    padding: 50px 0;
    border-bottom: 1px solid #f2f3f3;
}.competition_list li:first-child{
    padding-top: 0;
 }

.competition_list li .left{
    float: left;
    width: 302px;
    height: 178px;
    margin-right: 40px
}
.competition_list li .left img{
    display: block;
    width: 100%;
    height: 100%;
}
.competition_list li .center{
    float: left;
    width: 680px;

}
.competition_list li .center a .status{
    line-height: 26px;
    padding: 0 9px;
    background-color: #f00;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.competition_list li .center a{
    color: #2f3135;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    max-width: 100%;
}
.competition_list li .center a:hover{
    color: #0a5efe;
}
.competition_list li .center .txt{
    color: #6d6e71;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    clear: both;
}
.competition_list li .center .msg{
    color: #c1c1c2;
    font-size: 14px;
    line-height: 26px;
}
.competition_list li .right{
    float: right;
    width: 105px;
    height: 105px;
}
.competition_list li .right img{
    width: 100%;
    height: 100%;
    opacity: .5;
}
.competition_list li:hover .right img{
    opacity: 1;
}
.page{
    text-align: center;
    padding: 70px 0;
}
.page li{
    display: inline-block;
}
.page li span,
.page li a{
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #f2f3f3;
    text-align: center;
    color: #2f3135;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
}
.page li span:hover,
.page li a:hover{
    border-color: #0a5efe;
    /*color: #0a5efe;*/
}
.page li span.this,
.page a.this{
    border-color: #0a5efe;
    color: #fff;
    background-color: #0a5efe;
}

.page .pre,
.page .next{
    width: auto;
    padding: 0 15px;
}
.content_detail{
    color: #2f3135;
    font-size: 16px;
    line-height: 34px;
    padding: 30px 0 100px 0;
}
.content_detail img{
    max-width: 100%;
}
.activity_list li{
    float: left;
    margin-right: 65px;
    width: 350px;
    position: relative;
    padding: 35px 0;
    border-bottom: 1px solid #f2f3f3;

}

.activity_list li a{
    display: block;
    color: #c1c1c2;
}
.activity_list li img{
    width: 100%;
    margin-bottom: 20px;
    height: 224px;
    display: block;
}
.activity_list li .name{
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 200px;
    height: 58px;
    padding: 0 20px;
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.5)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent,rgba(0,0,0,.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent,rgba(0,0,0,.5)); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent,rgba(0,0,0,.5)); /* 标准的语法 */
    box-sizing: border-box;
    width: 100%;
}
.activity_list li:hover .name{
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 200px;
    height: 58px;
    padding: 0 20px;
    background: -webkit-linear-gradient(transparent,rgba(10,93,251,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(transparent,rgba(10,93,251,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(transparent,rgba(10,93,251,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(transparent,rgba(10,93,251,1)); /* 标准的语法 */
}
.activity_list li:nth-child(3n){
    margin-right: 0;
}
.activity_list li .msg{
    display: inline-block;
    color: #c1c1c2;
    font-size: 14px;
}
.activity_list li  .txt{
    color: #6d6e71;
    font-size: 14px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}
.news_list li .left{
    width: 98px;
    text-align: center;
    border-right: 1px solid #f2f3f3;
    height: 98px;
}
.news_list li .left .day{
    color: #0a5efe;
    font-size: 48px;
}
.news_list li .left .year{
    color: #97989a;
    font-size:14px;
}
.news_list li .center a{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.news_list li .center a:hover{
    border-bottom: 1px solid #0a5efe;
}
.news_list li .center .txt{
    margin-bottom: 10px;
}
.news_list li .right{
    width: 224px;
    height: 142px;
}
.news_list li{
    padding: 45px 0;
}
.news_list li .right img{
    opacity: 1;
    -webkit-box-shadow: 0 0 10px #dad8d8 ;
    -moz-box-shadow: 0 0 10px #dad8d8;
    box-shadow: 0 0 10px #dad8d8;
}
.icon.look_icon{
    width: 13px;
    height: 11px;
    background-position: -15px bottom;
}
.news_detail .detail_left{
    width: 760px;
    margin-right: 120px;
    float: left;
    padding-bottom: 100px;
}
.news_detail .detail_left h2{
    color: #2f3135;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
.news_detail .detail_left .msg{
    color: #c1c1c2;
    font-size: 14px;
    margin-bottom: 30px;
}
.news_detail .detail_left .msg .org{
    color: #0a5efe;
}
.news_detail .detail_right{
    float: left;
    width: 312px;
}
.news_detail .detail_right .page_turn .page_item .name{
    margin-bottom: 10px;
    font-size: 20px;
}
.news_detail .detail_right .page_turn .page_item .txt{
    float: none;
}
.news_detail .detail_right .page_turn .page_item .name{
    float: none;
}
.news_detail .detail_right .page_turn .page_item .txt .content{
    white-space:normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
    max-width: none;
    line-height: 24px;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.empty {
    height: 400px;
    background: url(../img/empty.png) no-repeat;
    width: 107px;
    margin: auto;
    margin-top: 150px;
}
.page_turn .empty{
    padding: 0;
    background-position: center center;
    margin-top: 0;
}


/*项目库*/

.project_detail_box .projectlib_detail{
    height: 245px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 3px #f2f2f2;
    position: relative;
    margin-bottom: 50px;
}
.project_detail_box .projectlib_detail .projectlib_img{
    position: absolute;
    left: 40px;
    top: 40px;
}
.project_detail_box .projectlib_detail .projectlib_img img{
    height: 140px;
    width: 140px;
    border-radius: 50%
}
.project_detail_box .projectlib_detail .projectlib_title{
    position: absolute;
    left: 220px;
    top: 50px;
}
.project_detail_box .projectlib_detail .projectlib_title .title{
    font-size: 24px;
    color: #444444;
    display: block;
    line-height: 40px;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project_detail_box .projectlib_detail .projectlib_title .txt{
    color: #999999;
    font-size: 16px;
     white-space:normal;
      max-width: 700px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin-bottom: 30px;
}
.project_detail_box .projectlib_detail .projectlib_title .btn_groups{

}
.project_detail_box .projectlib_detail .projectlib_title .btn_groups a{
    display: inline-block;
    line-height: 30px;
    padding: 0 24px;
    background-color: #e0e0e0;
    color: #999;
    font-size: 14px;

}
.project_detail_box .projectlib_detail .projectlib_title .btn_groups a.this{
/*.project_detail_box .projectlib_detail .projectlib_title .btn_groups a:hover{*/
    color: #fff;
    background-color: #3d90fa
}
.icon.phone_icon{
    width: 14px;
    height: 19px;
    background-position: -100px 0
}
.icon.join_icon{
    width: 20px;
    height: 20px;
    background-position: -114px 0
}
.project_detail_box .projectlib_detail .operate_box{
    position: absolute;
    right: 40px;
    top: 40px;
}
.project_detail_box .projectlib_detail .operate_box a{
    color: #999;
    padding-left:15px;

}
.project_detail_box .projectlib_detail .operate_box a:hover{
    color: #3d90fa;
}
.project_detail_box .projectlib_detail .operate_box a:hover .icon{
    background-position-y:bottom 
}
.project_detail_box  .projectlib_nav_box{
   padding-bottom: 50px;
    height: 97px;
box-sizing: border-box;
}
.projectlib_nav.fixed{
    position:  fixed;
    top: 0;
    width:100%!important;
    background-color: #fff;
    left: 0;
    padding-top: 40px;
    z-index: 11
}
.project_detail_box  .projectlib_nav_box a{
    float: left;
    color: #333333;
    font-size: 18px;
    width: 85px;
    margin-right: 60px;
    padding-bottom: 20px;
}
.project_detail_box  .projectlib_nav_box .projectlib_nav{
    border-bottom: 1px solid #eee;
}
.project_detail_box  .projectlib_nav_box a.this{
    border-bottom: 2px solid #3d90fa;
    color: #3d90fa;
}
.project_detail_box  .projectlib_nav_box a:hover{
     color: #3d90fa;
}
.icon.dec_icon{
    width: 22px;
    height: 20px;
    background-position: -62px bottom
}
.projectlib_item_title{
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
}
.projectlib_item_title .all{
    float: right;
    color: #3d90fa;
    font-size: 16px;
}
.project_detail_box .projectlib_dec{
    margin-bottom: 50px;
}
.project_detail_box .projectlib_dec .dec_box{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.project_detail_box .projectlib_dec .dec_box img{
    max-width: 100%
}
.project_detail_box .projectlib_award{
    margin-bottom: 50px;
}
.project_detail_box .table{
    width: 100%;
    border:1px solid #eee;
}
.project_detail_box .table thead{
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee
}
.project_detail_box .table thead th{
    line-height: 62px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: left;
    padding-left: 60px;
    padding-right: 20px;
}
.project_detail_box .table tbody tr{
     border-bottom: 1px solid #eee
}
.project_detail_box .table tbody tr td{
    color: #666;
    font-size: 16px;
    line-height: 60px;
    text-align:left;
    padding-left: 60px;
    padding-right: 20px;
    vertical-align: middle;
}
.project_detail_box .projectlib_award .open_all{
    line-height: 60px;
    text-align: center;
    color: #3d90fa;
    font-size: 14px;
    border:1px solid #eee;
    border-top: none;
    display: block;
}
.icon.open_all_icon{
    width: 14px;
    height: 12px;
    background-position: -32px bottom;
    margin: 0;
    margin-left: 5px;
}
.award_icon.icon{
    width: 20px;
    height: 20px;
    background-position: -134px 0
}
.log_icon.icon{
    width: 20px;
    height: 21px;
    background-position: -154px 0;
}
.project_detail_box .projectlib_log{
    margin-bottom: 50px;
    position: relative;
}
.project_detail_box .log_box{
  
}
.project_detail_box .more_btn{
    position: absolute;
    color: #3d90fa;
    bottom:-20px;
    left: 25px;
}

.project_detail_box .log_box .log_item{
    position: relative;
    padding-left: 25px;
    padding-bottom: 30px;
}
.project_detail_box .log_box .log_item .time{
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}
.project_detail_box .log_box .log_item .time .title{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}
.project_detail_box .log_box .log_item .txt{
    color: #666666;
    font-size: 16px;
  float: left;
  max-width: 100%;
  line-height: 30px;
}
.project_detail_box .log_box .log_item .pic+.txt{
      max-width: 1050px;
}
.project_detail_box .log_box .log_item .pic{
    width: 80px;
    height: 80px;
   float: right;
}
.project_detail_box .log_box .log_item .pic img{
    width: 100%;
    height: 100%
}
.project_detail_box .log_box .log_item .line{
    position: absolute;
    height: 100%;;
    z-index: 1;
    border-left: 1px solid #ccc;
    left:5px;
    top: 5px
}
.project_detail_box .log_box .log_item .bull{
    width: 5px;
    height: 5px;
    position: absolute;
    border:2px solid #3d90fa;
     border-radius: 50%;
     background-color: #fff;
     z-index: 2;
     left: 0.5px;
     top: 5px;
}
.icon.team_icon{
    width: 22px;
    height: 17px;
    background-position: -134px bottom
}
.project_detail_box  .projectlib_team{

}
.project_detail_box  .projectlib_team .team_box{
    margin-bottom: 50px;
}
.project_detail_box  .projectlib_team .team_box .team_item{
    position: relative;
    margin-right: 40px;
    margin-bottom: 35px;
}
.project_detail_box  .projectlib_team .team_box .team_item .img_txt{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}
.project_detail_box  .projectlib_team .team_box .team_item img{
    width: 60px;
    height: 60px;
    border-radius: 50%
}
.project_detail_box  .projectlib_team .team_box .team_item .txt{
    position: absolute;
    bottom: 0;
    background-color: rgba(255,0,0,.6);
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 17px;
   left:0;

}
.project_detail_box  .projectlib_team .team_box .team_item .name{
    color: #666;
    font-size:16px;
    width:64px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;

    top: 70px;
    left: 0;


}
.icon.teacher_icon{
    width: 20px;
    height: 18px;
    background-position: -156px bottom
}

.project_detail_box  .projectlib_team .team_box .team_msg{
    float: left;
    width: 1050px;
    margin-left: 20px;
}
.project_detail_box  .projectlib_team .team_box .team_msg .major{
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.project_detail_box  .projectlib_team .team_box .team_msg .msg{
    color: #666;
    font-size: 16px;
    line-height: 30px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.all_projectlib table .img_txt{
    position: relative;
}
.all_projectlib table .img_txt img{
    height: 43px;
    display: inline-block;
    margin-right: 20px;
    max-width: 100px;
}
.all_projectlib table .img_txt .txt{
    display: inline-block;
    line-height: normal;
    text-align: left;

}
.all_projectlib table .img_txt .txt1{
    display: block;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.all_projectlib table .img_txt .txt2{
    display: block;
    color: #999;
    font-size: 14px;

}
.all_projectlib table th,
.all_projectlib table td{
    padding: 10px 30px!important;
    /*text-align: center !important;*/
    line-height: normal!important;
}
.all_projectlib table td{
    font-size: 14px!important;
}
.all_projectlib table td .txt{
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}
.all_projectlib .select{
    margin-bottom: 20px;
}
.all_projectlib .operate_box>.btn{
    line-height: 32px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 14px;
}
.all_projectlib .operate_box>.btn.btnB{
    background-color: #fff;
    color: #0a5efe;
    border: 1px solid #0a5efe;
    float: right;
}
.all_projectlib .operate_box>.btn.btnB:hover{
    background-color: #0a5efe;
    color: #fff;
    border: 1px solid #0a5efe;
}
.all_projectlib table tbody tr:hover{
    -webkit-box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px  #ddd;
}
.all_projectlib .operate_box{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px 0;
    padding-top: 0;
}
.all_projectlib .operate_box .select{
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 0;
}
.all_projectlib .operate_box input{
    vertical-align: middle;
    margin-right: 15px;
}

.all_projectlib .tab_nav{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.all_projectlib .tab_nav a{
    display: inline-block;
    width: 135px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
}
.all_projectlib .tab_nav .t3 {
    width: 0px;
    height: 0px;
    border-top: 0px solid #eee;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: 60px;
}
.all_projectlib .tab_nav .t4{
    width: 0px;
    height: 0px;
    border-top: 0px solid #fff;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 2;
    left: 60px;
}
.all_projectlib  table .join{
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
    color: #ff4848;
    display: inline-block;
    border:1px solid #ff4848;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.all_projectlib  table .join:hover{
    color: #fff;
    background-color: #ff4848;
}
.all_projectlib  table .blue{
    color: #3d90e5;
    position: absolute;
    right: 8px;
    top: 18px;
    background: #fff;
    padding-left: 11px;
}
.all_projectlib  table .detail{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}
.icon.phone_iconB{
    width: 16px;
    height: 23px;
    background-position: -176px 0;
}
.icon.icon_li{
    width: 22px;
    height: 22px;
    background-position: -192px 0;
}
.icon.icon_lv{
    width: 26px;
    height: 21px;
    background-position: -214px 0;
}
.join_box{
    padding: 30px 80px;
}
.ipt_item{
    margin-bottom: 30px;
}
.ipt_item .ipt_title{
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}
.ipt_item .ipt_body textarea,
.ipt_item .ipt_body input{
    width: 100%;
}
.detail_boxB_layer{
    padding:20px 40px;
}
.detail_boxB_layer .txt{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.detail_boxB_layer .btn{
    line-height: 30px;
    padding: 0 15px;
    background-color: #fff;
    color: #3d90fa;
    border: 1px solid #3d90fa;
    font-size: 14px;
}
.detail_boxB_layer .btn:hover{
    color: #fff;
    background-color: #3d90fa;
    border: 1px solid #3d90fa;
}
.detail_boxB_layer .btn_groups{
    text-align: center;
    margin-top: 60px;
}
.diary_listB{
    padding: 30px 25px;
    background-color: #f9fafb;
}
.diary_listB .title{
    color: #2f3135;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}
.diary_listB .title .line{
    height: 3px;
    background-color: #e5e5e5;
    display: block;
    width: 30px;
    margin-top: 10px;
}
.diary_listB .title a{
    color: #3d90fa;
    font-size: 14px;
   position: absolute;
    right: 20px;
    top: 0;
    font-weight: bold;
}
.diary_listB .title a:hover{
    color: #4ab2ff;
}
.diary_listB li{
    margin-bottom: 20px;
}
.diary_listB li:last-child{
    margin-bottom: 0;
}
.diary_listB li a{
    display: block;
}
.diary_listB li a .txt{
    float: left;
    width: 180px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 20px;
}
.diary_listB li a .time{
    float: right;
    color: #c1c1c2;
    font-size: 14px;
}
.diary_listB li a:hover .txt,
.diary_listB li a:hover .time{
    color: #3d90fa;
}