
/* index */
.header{
    width: 100%;
    min-width: 1000px;
    height: 28px;
    line-height: 28px;
    background: #383838;
    color: #fff;
    font-size: 12px;
}
.header .header_r{
    float: right;
}
.logo{
    width: 100%;
    min-width: 1000px;
    height: 80px;
    overflow: hidden;
    background: #117195;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.logo h1{
    float: left;
    width: 240px;
    height: 80px;
    background: url("../images/logo.png") no-repeat left center;
}
.nav{
    width: 650px;
    float: left;
    height: 80px;
    margin-left: 100px;
}
.logo_bg{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.nav a{
    float: left;
    margin: 0 15px;
    line-height: 76px;
    color: #fff;
    font-size: 16px;
}
.nav a.on{
    color: #62b5d6;
    border-bottom: 4px solid #62b5d6;
}
.nav a:hover{
    color: #62b5d6;
    border-bottom: 2px solid #62b5d6;
    -o-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
}
.slider{
    width: 100%;
    min-width: 1000px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 80px;
}
.slider ul{
    display: block;
}
.slider ul li{
    width: 100%;
    font-size: 0;
}
.slider ul li img{
    width: 100%;
}
.slider ul li .tit{
    width: 480px;
    height: 128px;
    background: url("../images/banner_1_tit.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -54px;
}
.slider .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.3);*/
    z-index: 10;
}
.slider .bg a{
    width: 128px;
    height: 40px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    margin-top: 50px;
}
.slider .bg a.login_en{
    left: 50%;
    margin-left: 30px;
}
.slider .bg a.join_en{
    left: 50%;
    margin-left: 184px;
}
.slider .news{
    width: 100%;
    min-width: 1000px;
    height: 48px;
    background: rgba(17,113,149,0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
}
.slider .news label{
    display: inline-block;
    margin-left: 50px;
}
.slider .news a{
    color: #fff;
}
.slider .news span.tit{
    display: inline-block;
    min-width: 300px;
    margin-right: 30px;
}
.slider .news span.time{
    margin-right: 30px;
    font-size: 13px;
}
/* information */
.information{
    width: 100%;
    min-width: 1000px;
    height: 560px;
    overflow: hidden;
    background: url("../images/information.jpg") no-repeat center;
}
.information .i_img{
    width: 49%;
    float: left;
    overflow: hidden;
}
.information .i_img img{
    width: 100%;
}
.information .i_info{
    width: 48%;
    float: right;
    margin-top: 40px;
}
.information .i_info h3{
    font-size: 18px;
    padding-bottom: 20px;
    color: #39728f;
}
.information .i_info p{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 5px 0;
}
.information .i_info p.p1{
    padding-left: 26px;
    position: relative;
}
.information .i_info p.p1 label{
    position: absolute;
    top: 5px;
    left: 0;
}
/* doctor */
.doctor{
    width: 100%;
    min-width: 1000px;
    height: 530px;
    overflow: hidden;
    background: url("../images/doctor.jpg") no-repeat center;
}
.doc_box{
    width: 1050px;
    margin-top: 30px;
}
.doc_box .doc_list{
    width: 300px;
    height: auto;
    float: left;
    margin-right: 50px;
    position: relative;
    padding-top: 73px;
}
.doc_list .d_img{
    width: 100px;
    height: 100px;
    padding: 23px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -73px;
}
.doc_list .d_img img{
    width: 100%;
}
.doc_list .doc_info{
    border: 1px solid #9cc9de;
    background: #fff;
    padding-bottom: 20px;
}
.doc_list .doc_info h4{
    margin-top: 85px;
    text-align: center;
    font-size: 16px;
    color: #5383a0;
}
.doc_list .doc_info span{
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 36px;
}
.doc_list .doc_info p{
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
}
/* shipin */
.shipin{
    width: 100%;
    min-width: 1000px;
    height: 800px;
    overflow: hidden;
    background: url("../images/video.jpg") no-repeat center;
}
.title{
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}
.title h2{
    font-size: 24px;
    font-weight: 700;
}
.title h2 a{
    line-height: 40px;
    display: inline-block;
    color: #397694;
}
.title p{
    font-size: 24px;
    line-height: 36px;
    color: #333;
}
.title p a{
    color: #333;
}
.title h2.white a{
    color: #fff;
}
.title p.white{
    color: #fff;
}
.title p.white a{
    color: #fff;
}
.box{
    width: 100%;
    overflow: hidden;
    margin: 20px auto 40px;
}
.shipin_max{
    width: 100%;
    background: #f9f9f9;
    font-size: 0;
}
.shipin_box{
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}
.shipin_box .shipin_list{
    width: 184px;
    height: 104px;
    float: left;
    margin: 0 6px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.shipin_box .shipin_list img{
    width: 100%;
}
.shipin_box .shipin_list .v_cover{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    z-index: 1;
    opacity: 0.8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shipin_box .on .v_cover{
    opacity: 0;
}
.shipin_box .shipin_list:hover .v_cover{
    opacity: 0;
    -moz-transition: 0.15s all ease-in-out;
    -webkit-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
}
.shipin_box .shipin_list .v_cover p{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* tuijian */
.tuijian{
    width: 100%;
    min-width: 1000px;
    height: 580px;
    background: url("../images/article.jpg") no-repeat center;
    overflow: hidden;
}
.tuijian .box{
    width: 1100px;
    overflow: hidden;
    margin-top: 30px;
}
.tuijian_list{
    width: 266px;
    float: left;
    margin-right: 100px;
}
.tuijian_list .img{
    width: 200px;
    height: 200px;
    border: 8px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.tuijian .box .img img{
    width: 100%;
}
.tuijian .box h3{
    margin: 30px 0 10px;
}
.tuijian .box h3 a{
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    overflow: hidden;
}
.tuijian .box p{
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 50px;
    text-indent: 2em;
}
/* map */
.map{
    width: 100%;
    min-width: 1000px;
    height: auto;
    background: url("../images/map_bg.jpg") no-repeat center;
    overflow: hidden;
    margin-bottom: 50px;
}
.map .box{
    height: 371px;
    background: url("../images/map.jpg") no-repeat center;
    position: relative;
}
.map .box .map_info{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 75px 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.map .box .map_info h3{
    font-size: 22px;
    color: #fff;
    padding-bottom: 15px;
}
.map .box .map_info ul{
    display: block;
}
.map .box .map_info ul li{
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    padding-left: 36px;
    background: url("../images/ico_30x400.png") no-repeat;
}
.map .box .map_info ul li.ico_1{
    background-position: 0 5px;
}
.map .box .map_info ul li.ico_2{
    background-position: 0 -75px;
}
.map .box .map_info ul li.ico_3{
    background-position: 0 -153px;
}
.map .box .map_info ul li.ico_4{
    background-position: 0 -235px;
}

.footer{
    width: 100%;
    min-width: 1000px;
    height: 80px;
    background: #117195;
}
.footer .footer_l{
    float: left;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
}
.footer .footer_r{
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 10px 0;
}

/*  列表页 */
.list{
    width: 1000px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
    padding-top: 80px
}
.list .order{
    width: 100%;
    font-size: 14px;
    line-height: 36px;
}
.list .order a{
    color: #333;
}
.list .order span{
    margin-left: 3px;
}
.list .left{
    width: 680px;
    padding-bottom: 30px;
    height: auto;
    float: left;
    border-top: 1px dashed #d5d5d5;
}
.list .left .item h2{
    font-size: 16px;
    color: #38a9e2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    font-weight: 400;
    margin-top: 10px;
}
.list .left .item h2 a{
    color: #38a9e2;
}
.list .left .item p{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.list .left .item p a{
    color: #333;
}
.list .left .item p a:hover{
    color: #38a9e2;
}
.list .left .item>span{
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}
.list .left .item>span em{
    margin-right: 8px;
}
.list .left .page{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}
.list .left .page a{
    display: inline-block;
    margin: 0 5px;
    padding: 2px 6px;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    color: #666;
}
.list .left .page span{
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.list .left .page span.on{
    font-size: 13px;
    color: #000;
    font-weight: 700;
    border-color: #fff;
}
.list .left .page a:hover{
    color: #000;
}
.list .right{
    width: 290px;
    padding-bottom: 30px;
    float: right;
}
.list .right .img{
    width: 290px;
    height: 335px;
    overflow: hidden;
}
.list .right .img img{
    width: 100%;
}
.list .right h2{
    font-size: 16px;
    color: #38a9e2;
    width: 100%;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-top: 5px;
}
.list .right h2 a{
    color: #38a9e2;
}
.list .right p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.list .right p a{
    color: #333;
}
.list .right p a:hover{
    color: #38a9e2;
}

/* 文章详情页  */

.article .left .tit{
    padding: 20px 0 40px;
    text-align: center;
}
.article .left .tit h2{
    font-size: 16px;
    color: #38a9e2;
    line-height: 36px;
}
.article .left .tit span{
    font-size: 12px;
    color: #999;
}
.article .left .img_box{
    width: 500px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    margin: 0 auto;
}
.article .left .img_box .img{
    flex: 1;
}
.article .left .img_box .img img{
    width: 100%;
}
.article .left .art{
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 22px;
}
.article .left .label{
    font-size: 14px;
    color: #999;
}
.article .left .label em{
    margin-right: 8px;
}

.footer-link a{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}