@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:  "思源黑体 CN Regular", "思源黑体 CN", "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 36px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff; font-size: .45rem; line-height: 1.8;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    width: 1300px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header {
    width: 100%;
    z-index: 999;
    position: relative; 
}

.top_nav{  display: block;  height: 110px;  width:1300px; margin: 0 auto;}

.top_nav .logo {      
    margin-top: .4rem; 
    width:40%; 
}
.top_nav .logo img {    
    display: block;     
    max-width: 100%;
}




/* 导航 */

.flash{ width: 100%; display: block; overflow: hidden; }

.navlist {   
    position: relative; display: block;width: 100%;
 }



.nav_out {    
    display: block;
   

}



.tem_head nav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.tem_head nav .a011 {
    position: relative;
    display: flex;
    justify-content: space-around;    width: 100%;}

.tem_head nav .a011 li {
    position: relative;
}



.tem_head nav .a011 li.icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e62129;
}



.tem_head nav .a011 li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}



.tem_head nav a {
    display: block;
    font-size: .52rem;
    text-align: center;
    color: #414141;    
}



.tem_head nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 67px;
    width: 0;
    height: 3px;
    background: #ff6688;
    transition: all .3s;    
   
}



.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 70px;
    color:#ff6688;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.tem_head nav li>a.navdown {    position: relative;
    color:#ff6688;   
}
.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    height: 3px;
     background: #ff6688;   
}

.tem_head nav .a011 ul{ 
    width:180px;opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 9999;
    left: 50%; -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 102, 136, 0.8);}

 .tem_head nav .a011 li:hover ul{ top: 70px;   
    right: auto;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 15px; line-height: 40px !important; color: #fff; background: none;padding: 0 10px; }
.tem_head nav  li>ul li a:hover{  color: #fff; background: #ff6688; }
.tem_head nav  li>ul li a:after{ display: none; }




.tem_head nav dl dd a {

    line-height: 30px;

    border-bottom: 1px solid rgba(255,255,255,0.2);

    transition: all .3s;

    font-size: 14px;

    padding: 5px 0;

    color: #fff;

}



.tem_head nav dl dd a:hover {

    transform: translateX(5px);

    border-bottom: 1px solid #ccc;

}



.tem_head nav dl dd a:last-child {

    border-bottom: none;

}


.top_riht{   
       width: 56%;
       margin-top:.5rem; display: block; overflow: hidden;
    }  
.top_search{ display: block;
    width: 48%;
    overflow: hidden; }
.search{ display: block; overflow: hidden; }    
.search i{ font-size: 22px; color: #232323; font-weight: bold;}

.boxs{  border:1px solid #ff6688; height:34px; line-height:34px; margin-left:10px; border-radius: 15px;}
.texts{
    width:  calc(100% - 92px);
    height: 100%;
    float: left;
    padding-left: 15px;
    font-family: "Microsoft YaHei";
    border:none;
    box-sizing: border-box;border-radius: 15px;
    color: #6a6a6a; font-size: 14px;
     
}

.boxs .texts::placeholder{color: #6a6a6a; font-size: 14px;}
.btnSubmits {
    width: 92px;
    height: 34px;
    background: #ff6688;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 34px;
    border:none;
    cursor:pointer;
    vertical-align:top;border-radius: 12px;
}

.sea_words{display: block; overflow: hidden; margin-top:12px; padding-left: 10px;}
.sea_words ul{ list-style: none; display: block; overflow: hidden; }
.sea_words ul li{ float: left; font-size: 13px; color: #a7a7a7; padding: 0 5px; }

.top_tel{     display: block;
    padding-left: 58px;
    background: url(../images/top_tel.png) left no-repeat;
    margin: 0 .4rem; }
.top_tel p{ font-size: .48rem; color: #ff6688; line-height: 20px; }
.top_tel h3{ font-size: .75rem; color: #ff6688; line-height: 38px; font-family: Impact; }
.top_en{display: block; overflow: hidden; border-left: 1px solid #e7e7e7; padding-left: .5rem; margin-top:.6rem;}
.top_en a{ font-size: .5rem; color: #ff6688; padding-left: 35px;  background: url(../images/ico_en.png) left no-repeat; line-height: 30px; display: block;}

/* 首页内容  */
.index_ico{ display: block; overflow: hidden; margin:15px 0; }
.index_ico dl{ width: 24%; float: left; margin-right: 1.33%;display: block; overflow: hidden; position: relative; border-radius: 20px;}
.index_ico dl:last-child{ margin-right: 0; }
.index_ico dl dt{ display: block; overflow: hidden; }
.index_ico dl dt img{ display: block; }
.index_ico dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.index_ico dl dd{ width: 100%; display: block; position: absolute; top:0; height: 100%; padding: 10% 6% 0; box-sizing: border-box; }
.index_ico dl dd h3{ font-size: .8rem; color: #fff; line-height: 1.6;  }
.index_ico dl dd span{font-size: .56rem; line-height: 2; display: block; margin-top:5px;color: #951b36;}

.index_ico dl:nth-child(2) dd span{ color: #127a78; }
.index_ico dl:nth-child(3) dd span{ color: #926f12; }
.index_ico dl:nth-child(4) dd span{ color: #1b4497; }

.index_ico dl:nth-child(1) dd h3{text-shadow: 1px 1px 10px rgba(232,98,107,0.36);}
.index_ico dl:nth-child(2) dd h3{text-shadow: 1px 1px 10px rgba(80,186,185,0.36);}
.index_ico dl:nth-child(3) dd h3{text-shadow: 1px 1px 10px rgba(189,138,0,0.36);}
.index_ico dl:nth-child(4) dd h3{text-shadow: 1px 1px 10px rgba(27,72,163,0.36);}

/* 案例展示  */
.section{ padding: 1rem 0;display: block; overflow: hidden; }
.index_case{}
.pro_tit{ display: block; overflow: hidden; text-align: center;}
.pro_tit p{ font-size: .85rem; color: rgba(0,0,0,0.14); line-height: 1.2; text-transform: uppercase;}
.pro_tit h3{ font-size: 1.2rem; color: #ff6688;line-height: 1.2;position: relative;margin-top:.2rem;}
.pro_tit h3:before{ width: 34%; height: 1px;background: #efefef; content:'';position: absolute; top:50%; left: 0; }
.pro_tit h3:after{ width: 34%; height: 1px;background: #efefef; content:'';position: absolute; top:50%; right: 0; }
.pro_tit h3 span{ font-weight: normal; color: #383838; }
.pro_tit02{ display: block; overflow: hidden; text-align: center;}
.pro_tit02 p{ font-size: .85rem; color: rgba(0,0,0,0.14); line-height: 1.2; text-transform: uppercase;}
.pro_tit02 h3{ font-size: 1.2rem; color: #ff6688;line-height: 1.2;position: relative;margin-top:.2rem;}
.pro_tit02 h3:before{ width: 24%; height: 1px;background: #efefef; content:'';position: absolute; top:50%; left: 0; }
.pro_tit02 h3:after{ width: 24%; height: 1px;background: #efefef; content:'';position: absolute; top:50%; right: 0; }
.pro_tit02 h3 span{ font-weight: normal; color: #383838; }


.case_show{ margin-top:1.2rem;display: block; overflow: hidden; position: relative; }
.case_left{ width: 40%; display: block;overflow: hidden; }
.case_left .top_case{display: block;overflow: hidden;}
.top_case dl{display: block;overflow: hidden; position: relative;}
.top_case dl dt{ display: block; overflow: hidden; }
.top_case dl dt img{ max-width: 100%; display: block; }
.top_case dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.top_case dl dd{ width: 100%;display: block; position: absolute; bottom: 0; background: rgba(255,102,136,0.45); padding: 5px 5%; line-height: 40px; box-sizing: border-box;}
.top_case dl dd p{ float: left; font-size: .46rem; color: #fff;  }
.top_case dl dd span{ float: right; font-size: 14px; color: #fff; }
.top_case dl dd a{ display: block; }

.c_list{display: block; overflow: hidden; margin-top:.2rem;}
.c_list dl{ display: block; overflow: hidden; padding:.5rem 0; border-bottom: 1px solid #efefef; }
.c_list dl dt{ width: 148px; float: left;display: block; overflow: hidden;  }
.c_list dl dt img{ width: 100%; display: block; }
.c_list dl dd{width: calc(100% - 160px); float: right;display: block; overflow: hidden;}
.c_list dl dd h3{ font-size: .45rem; color: #242424; line-height: 1.8; font-weight: normal; }
.c_list dl dd p{ font-size: 14px; color: #797979; line-height: 22px;margin-top:5px; }
.case_video{ width: 58%;display: block; overflow: hidden; position: absolute; right: 0; height: 100%; }
.video01{ width: 100%; display: block; overflow: hidden; position: relative; }
.video01 img{ display: block; }
.video01 .v_ico{ width: 51px; height: 51px; background: url(../images/ico_play.png) no-repeat; position: absolute; top:50%; left: 50%; margin-top:-25px; margin-left:-25px;}

/*  医生 */
.index_doctor{}
.yis_desc{margin-top:1.5rem;display: block; overflow: hidden; position: relative;}
.doctor_list{ display: block; overflow: hidden; }
.doctor_list .tab-hd{ width: 100%; display: block;overflow: hidden;  text-align: center; }
.doctor_list .tab-hd li{ display: inline-block; background: #f7f5f5; padding: 0 1rem; border-radius: 30px; margin-right: 15px; font-size: .48rem; line-height: 45px;color: #2e2e2e; }
.doctor_list .tab-hd li:last-child{ margin-right: 0; }
.doctor_list .tab-hd li.active02{ background: #ff6688; color: #fff; }
.doctor_list .tab-hd li:hover{ color: #fff; background: #ff6688;}
.doctor_list .tab-bd{ width: calc(100% - 410px); display: block;overflow: hidden; }
.doctor_list .tab-bd li{ display: none;  }
.doctor_list .tab-bd li:nth-child(1){ display: list-item; }
.doctor_lb{ display: block;overflow: hidden;  margin-top:1rem;min-height: 520px;}
.doctor_lb dl{ width: 49%; float: left; margin-right: 2%;display: block;overflow: hidden; background: linear-gradient(to bottom, #fff, #fff8f9); padding:.7rem 10px .6rem; 
    box-sizing: border-box; border-radius: 8px; margin-bottom: .5rem; border-bottom: 2px solid #f6edef; }
.doctor_lb dl:nth-child(2n){ margin-right: 0; }
.doctor_lb dl dt{ width: 80px; float: left; display: block;overflow: hidden;  }
.doctor_lb dl dt img{border-radius: 100%;display: block; width: 100%;}
.doctor_lb dl dd{width: calc(100% - 95px); float: right;display: block;overflow: hidden;}
.doctor_lb dl dd h3{ font-size: .5rem; color: #000; line-height: 26px; }
.doctor_lb dl dd h3 i{ font-size: 14px; color:#ff6688; font-style: normal; font-weight: normal;margin-left: 15px; }
.doctor_lb dl dd span{ display: block; font-size: 14px; color: #9b9b9b; line-height: 24px; margin:5px 0; }
.doctor_lb dl dd p{ font-size: 16px; color: #737373; line-height: 24px; }

.quesstions{ width: 393px; display: block; position: absolute; top: 2.4rem;right: 0; }
.quss_online{ display: block; overflow: hidden; }
.quess_video{ display: block; overflow: hidden;}
.quess_video dl{ width: 49%; float: left; margin-right: 2%;display: block; overflow: hidden; margin-top:.3rem; }
.quess_video dl:nth-child(2n){ margin-right: 0; }
.quess_video dl dt{ display: block; overflow: hidden;position: relative; }
.quess_video dl dt img{ width: 100%; display: block; }
.quess_video dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.quess_video dl dt:after{ width: 26px;    height: 26px; content:'';position: absolute; left: 50%; top:50%; background: url(../images/ico_play2.png) no-repeat; background-size: 26px; margin-top:-13px;margin-left:-13px; }
.quess_video dl dd{ display: block; overflow: hidden;}
.quess_video dl dd h3{ font-size: 14px;
    color: #727272;
    line-height: 21px;
    margin-top: 6px;
    height: 42px; font-weight: normal; }
.quess_video dl:hover dd h3{ color: #ff6688; }

/* 试管资讯 */
.index_zixun01{}
.shiguan_list{margin-top:1rem;display: block; overflow: hidden; width: 64%; position: relative;}
.shiguan_list .tab-hd01{ display: block;  border-bottom: 1px solid #e6e6e6; height: 46px; }
.shiguan_list .tab-hd01 li{ float: left; padding: 0 15px; line-height: 46px; font-size: 16px; color: #2e2e2e; margin-right: 10px; position: relative; }
.shiguan_list .tab-hd01 li.active02{ background: #ff6688; border-top-left-radius: 12px; border-top-right-radius: 12px; color: #fff;}
.shiguan_list .tab-hd01 li:after{ content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #ff6688 transparent transparent transparent;opacity: 0 }
.shiguan_list .tab-hd01 li.active02:after{ opacity: 1; }

.shiguan_list .tab-bd01{ margin-top:.8rem;display: block; overflow: hidden; }
.shiguan_list .tab-bd01 li{ display: none; }
.shiguan_list .tab-bd01 li:nth-child(1){ display: list-item; }
.communication{ display: block; overflow: hidden; }
.communication .com_hot{ width: 315px; display: block; overflow: hidden; }
.com_hot dl{ display: block; overflow: hidden; margin-bottom: 15px; position: relative; }
.com_hot dl dt{ display: block; overflow: hidden; border-radius: 12px; }
.com_hot dl dt img{ width: 100%; display: block; }
.com_hot dl dd{ width: 100%; background: rgba(0,0,0,0.3);position: absolute; bottom: 0; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
.com_hot dl dd h3{ font-size: .45rem; color: #fff; line-height: 45px; padding-left: .6rem; }
.com_list{ width: calc(100% - 340px); display: block; overflow: hidden; }
.com_list dl{ display: block; overflow: hidden; border-bottom: 1px solid #f3f3f3; padding: .45rem 0;}
.com_list dl dt{ width: 70px; text-align: center;display: block; overflow: hidden; float: left; }
.com_list dl dt h3{ font-size: .8rem; color: #515151; font-weight: 100; line-height: 28px; }
.com_list dl dt p{font-size: 15px; color: #515151; line-height: 26px;}
.com_list dl dd{width: calc(100% - 85px);display: block; overflow: hidden; float: right;}
.com_list dl dd h3{ font-size: 16px; color: #222222; line-height: 25px; font-weight: 100; }
.com_list dl:hover dd h3{ color: #ff6688; }
.com_list dl dd p{ font-size: 14px;color: #8c8c8c; line-height: 25px; }

.shiguan_list .zx_more{ position: absolute; right: 0; top:0; width: 90px; }
.shiguan_list .zx_more a{ font-size:16px; color: #2e2e2e; line-height: 46px; }
.shiguan_list .zx_more a:hover{ color: #ff6688; }


.sg_qusstion{margin-top:1rem;display: block; overflow: hidden;width: 34%;}
.quss_title{display: block;  border-bottom: 1px solid #e6e6e6; height: 46px; margin-bottom: 15px;}
.quss_title h3{  float: left; padding: 0 15px; line-height: 46px; font-size: 16px; background: #ff6688; border-top-left-radius: 12px; border-top-right-radius: 12px; color: #fff;margin-right: 10px; position: relative; font-weight: normal; }
.quss_title h3:after{ content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #ff6688 transparent transparent transparent; }
.quss_title span{ float: right; font-size:16px;  line-height: 46px;}
.quss_title span a{color: #2e2e2e;}
.quss_title span a:hover{ color: #ff6688; }
.quss_list{display: block; overflow: hidden;}
.quss_list ul{ list-style:none;display: block; overflow: hidden; }
.quss_list ul li{ display: block; margin-bottom: .7rem; }
.quss_list ul li h3{font-size: 16px; color: #222222; line-height: 26px; font-weight: normal;  }
.quss_list ul li p{ font-size: 14px; color:#8c8c8c; line-height: 22px; margin-top:5px; }
.quss_list ul li h3 i{ color: #ff6688; font-style: normal; }
.quss_img{ display: block; overflow: hidden; }
.quss_img img{ width: 100%; display: block; }

.book_list{margin-top:1rem;display: block; overflow: hidden;}
.book_list .tab-hd02{display: block; overflow: hidden; text-align: center;}
.book_list .tab-hd02 li{ display: inline-block;font-size: 16px; color: #605b5b; background: #f7f5f5; border-radius: 20px; padding: 0 .5rem;margin-right: .3rem; line-height: 40px; }
.book_list .tab-hd02 li.active02{ background: #ff6688; color: #fff; }

.news_img{ display: block; overflow: hidden; margin: .8rem 0 .6rem; }
.news_img dl{}
.news_img dl dd{width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden;}
.news_img dl dd:nth-child(3){ margin-right: 0; }
.news_img dl dd img{ width: 100%; display: block; }

.tab-bd02{ display: block; overflow: hidden; }
.tab-bd02 li{ display: none; }
.tab-bd02 li:nth-child(1){ display: list-item; }
.tab-bd02 li .news02{ display: block; overflow: hidden; }
.subject_item{ width: 32%; float: left; display: block; margin-right: 2%; overflow: hidden; margin-bottom: .8rem; }
.subject_item:nth-child(3n){ margin-right: 0; }
.subject_item .title{ display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    font-weight: bold; margin:12px 0; }
.subject_item .title a{ color: #333; }
.subject_item .sub_news{ display: block; overflow: hidden; }
.subject_item .sub_news dd{ width: 49%; margin-right: 2%; float: left; display: block; overflow: hidden;
    margin-top: 15px; }
.subject_item .sub_news dd:nth-child(2n){ margin-right: 0; }
.subject_item .sub_news dd a{ overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 19px; }
.subject_item .title a:hover{ color: #ff6688; }
.subject_item .sub_news dd a:hover{ color: #ff6688; }

.news_more{ display: block; width: 30%; margin:.8rem auto 0;  }
.news_more a{ display: block; border-radius: 12px; text-align: center; font-size: 15px; color: #fff; line-height:48px;background: #ff6688; }


@media(max-width: 1600px){
.top_nav{ width: 100%; padding: 0 60px; box-sizing: border-box;}
.w1{ width: 1200px;  }
}

.footer{ background: #f5f5f5;display: block; overflow: hidden; }
.db_con{ padding: 1.5rem 0 .8rem; display: block; overflow: hidden; }
.db_logo{ width: 35%; display: block; overflow: hidden;  padding-top:.3rem; }
.db_logo .logos{ display: block; overflow: hidden; }
.db_logo .logos img{ display: block;}
.db_logo .db_lx{ margin-top:2.5rem;display: block; overflow: hidden; }
.db_logo .db_lx p{ font-size: 14px; color: #6e6e6e; padding-left:30px; background: url(../images/ico_lx.png) left no-repeat; line-height: 38px; }

.db_ico{ width: 63%; display: block;overflow: hidden;border-left: 1px solid #e2e2e2; padding-left: 4%; box-sizing: border-box; }
.db_ico .ico_bt{ font-size: 16px; color: #181818; line-height: 38px; position: relative; padding-bottom: 5px; font-weight: normal; }
.db_ico .ico_bt:after{ width: 40px; height: 1px; position: absolute; content:''; bottom: 0; left: 0; background: #dedede; }
.db_ico ul{ margin-top:.3rem; display: block;overflow: hidden; list-style:none; }
.db_ico ul li{ width: 16%; float: left; display: block; margin-right: 10%; text-align: center; margin-top: .5rem;}
.db_ico ul li:nth-child(4n){ margin-right: 0; }
.db_ico ul li .ico_img{display: flex;overflow: hidden; height: 64px;    justify-content: center;
    align-items: center;}
.db_ico ul li img{ display: block; margin:0 auto; }
.db_ico ul li p{ font-size: 14px; color: #989898; line-height: 16px; margin-top:10px; }
.db_ico ul li:hover img{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

.db_link{display: block; overflow: hidden;padding-bottom: .5rem;}
.db_link ul{ list-style: none; display: block;overflow: hidden; }
.db_link ul li{ float: left; font-size: 14px; color: #181818; line-height: 32px; }
.db_link ul li a{ display: block; padding: 0 6px; color: #999999; }
.db_link ul li a:hover{ color: #181818; }

.copyright{ width: 100%; border-top:1px solid #e2e2e2;display: block; overflow: hidden;padding: .5rem 0;  }
.copyright p{ font-size: 14px; color: #6e6e6e; line-height: 40px; }
.copyright p a{ color: #6e6e6e; }
.copyright p a:hover{ color: #181818; }






/* 医院大全  */
.bg01{ background: #fafafa; }
.warpper{ padding: 1rem 0; display: block; overflow: hidden; }
.side_area{ background: #fff; padding: .8rem .6rem; display: block; overflow: hidden; margin:.6rem 0; }
.select_list {
    width: 100%;
    overflow: hidden;
}
.select_list p{width: 120px;
    float: left;
    line-height: 36px;
    font-size: 15px;
    color: #7E7E7E;}
.select_list ul{width: calc(100% - 150px);
    overflow: hidden;
    float: left;}
.select_list ul li{float: left;
    margin-right: 23px;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    cursor: pointer;}
.select_list ul li .select_active{color: #f68 !important;}

.hospital_block_title{width: 100%; overflow: hidden;}
.hospital_block_title_tip{font-size: 14px; width: 80px; color: #3E3E3E; line-height: 25px; float: left;}
.hospital_block_title ul{max-width: 1000px; float: left; overflow: hidden;}
.hospital_block_title ul li{ cursor: pointer; padding-left: 6px; line-height: 25px; background: #FF6688; overflow: hidden; font-size: 14px; color: #FFFFFF; border-radius: 4px; float: left; margin-right: 20px;}
.hospital_block_title ul li p{ font-size: 14px; color: #FFFFFF; float: left;}
.hospital_block_title ul li img{width: 24px; height: 24px; float: right;}
.hosptial_img{display: block; overflow: hidden;}
.hosptial_img img{ display: block; }

.hos_con{ width: 100%;
    padding: 20px;
    background: #fff;
    overflow: hidden; box-sizing: border-box;  }
.hospital_block_content {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.hospital_block_content_ul{padding-bottom: 20px;}
.hospital_block_content ul li{overflow: hidden; padding: 20px 0; border-bottom: 1px solid #eee; }
.hospital_ul_fl_top{overflow: hidden;}
.hospital_ul_fl_top_header{display:flex;}
.hp_fl_img{width: 214px; height: 134px; overflow: hidden; margin-right: 24px;}
.hp_fl_img img{width: 100%; height: 134px;}
.hp_fl_menu{max-width: 550px; overflow: hidden; float: left; flex: 1; -webkit-flex: 1}
.hp_fl_menu .ttt{padding-bottom: 10px ; overflow: hidden; width: 100%;}
.hp_fl_menu .ttt h2{ font-size: 20px; cursor: pointer;  color: #3E3E3E; letter-spacing: 0.24px; font-weight: normal; line-height: 28px;float: left; margin-right: 20px;}
.hp_fl_menu .ttt h2:hover{color: #f68;}
.hp_fl_menu .ttt i{font-size: 14px; background: #FF6688; padding: 0 10px; color: #fff; border-radius: 4px; text-align: center; font-style: normal; margin-left: 20px; line-height: 28px; float: left;  }
.hp_fl_menu .ttt em{ }

.hp_fl_menu_h2_a1{ color: #FF6688; }
.testTubeLabel{width: 100%;
    overflow: hidden;
    margin-top:10px;
  }
.testTubeLabel span{    padding: 0 6px;
    float: left;
    display: block;
    font-size: 12px;
    color: #7E7E7E;
    line-height: 25px;
    background: #F1F1F1;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 10px;}
.hp_fl_menu .hospital_online{ margin-top:10px; }
.hp_fl_menu .hospital_online span{font-size: 14px; color: #FF6688;  font-style: normal; padding:0 34px; line-height: 28px; float: left; background: url(../images/ico_zx.png) 15px no-repeat #ffe3e9;border-radius: 5px;
  }
.hp_fl_menu p{ font-size: 14px; color: #616161; line-height: 30px; }
.hp_fl_menu .hospital_online2{ }
.hp_fl_menu .hospital_online2 span{ float: left;background: #ffe3e9; text-align: center; font-size: 14px; color: #FF6688;line-height: 28px; margin-right: 10px; padding: 0 12px; border-radius: 5px; }
.hp_fl_menu .hospital_online2 span a{ display: block; color: #FF6688;}
.hp_fl_menu .hospital_online2 span:nth-child(2) a{color: #fff !important; }
.hp_fl_menu .hospital_online2 span:nth-child(2){ background: #ff6688; color: #fff; }

.hosp_doctor{ background: #fff; padding: 20px; margin-top:15px; display: block; overflow: hidden; }
.doc_title{ display: block; border-bottom: 1px solid #eeeeee; }
.doc_title h3{ font-size: .55rem; color: #3e3e3e; line-height: 45px; font-weight: normal; }

.doctor_con{display: block;position: relative; margin-top:1rem; }
#doctors{display: block; overflow: hidden;}
#doctors .swiper-slide{}
#doctors .swiper-slide dl{ border:1px solid #e9e9e9; display: block;padding: 12px; overflow: hidden;box-sizing: border-box; border-radius: 5px;margin: 1px; position: relative;  }
#doctors .swiper-slide dl dt{ width: 162px;  display: block; overflow: hidden;float: left; }
#doctors .swiper-slide dl dt img{border-radius: 100%; display: block;width: 100%;}
#doctors .swiper-slide dl dd{ width: calc(100% - 185px); float: right; display: block; overflow: hidden; padding-top:.4rem;}
#doctors .swiper-slide dl dd .doc_des{ display: block; overflow: hidden; }
#doctors .swiper-slide dl dd .doc_des h3{ font-size: 16px; color: #3e3e3e; float: left; line-height: 28px; }
#doctors .swiper-slide dl dd .doc_des span{ width: 70px; background: #ff6688; color: #fff; line-height: 26px; font-size: 14px; border-radius: 5px; float: right; display: block; text-align: center; }
#doctors .swiper-slide dl dd .doc_jb{ padding: .5rem 0 0;overflow: hidden; }
#doctors .swiper-slide dl dd .doc_jb p{ font-size: 14px; color: #f5a623; line-height: 25px;
    height: 80px; }
#doctors .swiper-button-prev{ width: 30px;
    height: 30px; background: url(../images/home_baike2.png) no-repeat; background-size: 30px; top:-50px;right: 50px; left: auto; }
#doctors .swiper-button-next{ width: 30px;
    height: 30px; background: url(../images/home_baike2.png) no-repeat; background-size: 30px; top:-50px;right: 10px; left: auto; transform: rotate(180deg) }
#doctors .swiper-slide dl span{width: 110px;    
    display: block;
    position: absolute;
    bottom: 15px;
    right: 20px; }
#doctors .swiper-slide dl span a{text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;background: #f68; display: block;}


.beiyun{ background: #fff; padding: 20px 20px 1rem; margin-top:15px; display: block; overflow: hidden; }
.beiyun_lb{display: block; overflow: hidden;}
.beiyun_lb .tab-hd03{ border-bottom: 1px solid #eeeeee; padding-bottom: .2rem; display: block; overflow: hidden;}
.beiyun_lb .tab-hd03 li{ float: left; padding: 0 .2rem; font-size: .5rem; color: #3e3e3e; line-height: 42px; }
.beiyun_lb .tab-hd03 li.active02{ color: #FF6688; font-size: .65rem; font-weight: bold; }
.beiyun_img{ display: block; overflow: hidden; margin:.6rem 0; }
.beiyun_img img{ width: 100%; display: block; border-radius: 10px; }
.beiyun_lb .tab-bd03{ display: block; overflow: hidden; }
.beiyun_lb .tab-bd03 li{ display: none; }
.beiyun_lb .tab-bd03 li:nth-child(1){ display: list-item; }
.design_list{display: block; overflow: hidden;}
.design_list dl{ width: 48%; float: left; margin-right: 4%; display: block; padding: .5rem 0; border-bottom: 1px solid #f2f2f2; }
.design_list dl:nth-child(2n){ margin-right: 0; }
.design_list dl dt{display: block; overflow: hidden;}
.design_list dl dt h3{ font-size: 16px; color: #1e1e1e; line-height: 30px; font-weight: normal; }
.design_list dl dd{}
.design_list dl dd p{ font-size: 14px; color: #7c7c7c; line-height: 20px; }
.design_list dl dd .de_time{display: block; overflow: hidden; margin-top:.2rem;}
.design_list dl dd .de_time span{ font-size: 12px; }
.design_list dl dd .de_time .hits{ color: #FF6688 }
.design_list dl dd .de_time .time{ color: #909090 }
.design_list dl:hover dt h3{ color: #FF6688; }

.hos_online{ background: #fff; padding: 20px 20px 1rem; margin-top:15px; display: block; overflow: hidden; }
.hos_online dl{display: block; overflow: hidden;}
.hos_online dl dt{ float: left; width:200px; display: block; overflow: hidden;  }
.hos_online dl dt img{ display: block; }
.hos_online dl dd{ width: calc(100% - 220px); float: right; display: block; overflow: hidden; padding: .5rem 0 0; }
.d_con{ display: block; overflow: hidden; }
.d_con h3{ font-size: .55rem; color: #444444; line-height:2; }
.d_con p{ font-size: 14px; color: #616161; line-height: 30px; }
.hos_online dl dd .d_onl{ width: 500px; display: block; overflow: hidden; }
.hos_online dl dd .d_onl .d01{ width:106px; background: #FF6688; border-radius: 5px; float: left; text-align: center; margin-top:.5rem;  }
.hos_online dl dd .d_onl .d01 a{ font-size: 14px; color: #fff; line-height: 36px; display: block; }
.hos_online dl dd .d_onl .d02{margin-left: 1.5rem; border-left: 1px solid #eeeeee; float: left; padding:.5rem 0 .5rem 1rem;}
.hos_online dl dd .d_onl .d02 p{ float: left; margin-right: .3rem; background: #f1f1f1; text-align: center; width: 110px; text-align: center; border-radius: 5px; line-height: 32px; font-size: 14px;}


/* 问医生  */
.doctor_d01{display: block; overflow: hidden; padding: .8rem 0;}
.doctor_d01 dl{ padding: .8rem 0; display: block; overflow: hidden; border-bottom: 1px solid #eeeeee;}
.doctor_d01 dl dt{ float: left; display: block; width: 214px; overflow: hidden;    border: 1px solid #eee;}
.doctor_d01 dl dt img{    display: block;
    max-width: 100%;
    max-height: 140px;
    margin: 0 auto;}
.doctor_d01 dl dd{width: calc(100% - 240px); float: right;display: block; overflow: hidden;  padding:.2rem 0 0;}
.doctor_d01 dl dd .doctor_nr{ float: left; display: block; overflow: hidden;max-width: 60%; }
.doctor_d01 dl dd .doctor_nr h3{ font-size: .55rem; color: #060606; line-height: 30px; }
.doctor_d01 dl dd .doctor_nr h3 i{ font-size: 14px; color: #9d9d9d; margin-left: 20px; font-weight: normal; font-style: normal; }
.doctor_d01 dl dd .doctor_nr p{ font-size: 14px; color: #616161; line-height: 30px; margin-top:.1rem; }
.doctor_d01 dl dd .doctor_nr b{ font-size: 14px; color: #616161; line-height: 30px; margin-top:.1rem; font-weight: normal; display: block; }
.doctor_d01 dl dd .doctor_online{ display: block; overflow: hidden; }


.d01{ width: 400px; }
.d02{ width: 300px; }

.doctor_d01 dl dd .doctor_online .on_zx01{  width: 110px; display: block; float: left;padding: .8rem .5rem 0 0;  }
.doctor_d01 dl dd .doctor_online .on_zx01 a{ background: url(../images/ico_zx2.png) 10px no-repeat #ff6688; display: block; padding-left: 30px; font-size: 14px; color: #fff; line-height: 32px;border-radius: 5px; }
.onzx02{ border-left:1px solid #eee; padding: .5rem 0 .5em .5rem;display: block; overflow: hidden; }
.onzx02 p{background: #f1f1f1;
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    float: left;
    width: 100px;
    margin-right: 12px;
    margin-bottom: 10px; line-height: 30px;border-radius: 5px;}
.onzx02 p:nth-child(1){ display: block; float: none; }
.on_zx02{display: block; overflow: hidden; padding: .9rem 0 0; }
.on_zx02 a{width: 110px; display: block; float: left;padding-left: 30px; font-size: 14px; color: #ff6688; line-height: 32px;border-radius: 5px;box-sizing: border-box;}
.on_zx02 a:nth-child(1){background: url(../images/ico_zx2.png) 10px no-repeat #ff6688;color: #fff;}

.treatment{background: #fff; padding: 20px 20px 1rem; margin-top:15px; display: block; overflow: hidden;}
.treat_bt{ display: block; border-bottom: 1px solid #eeeeee; }
.treat_bt h3{ font-size: .65rem; color: #3e3e3e; line-height: 45px; font-weight: normal; }
.treat_list{ display: block; overflow: hidden; margin-top:.8rem; }
.treat_list ul{ list-style: none; display: block; overflow: hidden;padding: 0 3%; }
.treat_list ul li{ width: 15%; margin-right: 2%;float: left; display: block; overflow: hidden; text-align: center; }
.treat_list ul li:last-child{ margin-right: 0%; }
.treat_list ul li i{ width:100px; height: 100px; margin:10px auto; display: block; }
.treat_list ul li .a01{ background: url(../images/ico01.png) 0 0 no-repeat; }
.treat_list ul li .a02{ background: url(../images/ico01.png) 0 -100px no-repeat; }
.treat_list ul li .a03{ background: url(../images/ico01.png) 0 -200px no-repeat; }
.treat_list ul li .a04{ background: url(../images/ico01.png) 0 -300px no-repeat; }
.treat_list ul li .a05{ background: url(../images/ico01.png) 0 -400px no-repeat; }
.treat_list ul li .a06{ background: url(../images/ico01.png) 0 -500px no-repeat; }
.treat_list ul li p{ font-size: 16px; color: #474747; line-height: 32px; }

.treat_list ul li:hover i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

/* 医生介绍  */
.doctor_info{display: block; overflow: hidden; margin:.7rem 0;}
.doctor_info_left{ width: calc(100% - 300px); display: block; overflow:hidden;  }
.yis_jieshao{ background: #fff; padding: 20px 20px 1rem;  display: block; overflow: hidden; }
.yis_jieshao dl{display: block; overflow: hidden;}
.yis_jieshao dl dt{ width: 276px; display: block; float: left; overflow: hidden; }
.yis_jieshao dl dt img{ width: 100%; display: block; }
.yis_jieshao dl dd{ width: calc(100% - 290px); float: right; overflow: hidden; display: block; }
.yis_jieshao dl dd  .ys_bt{overflow: hidden; display: block;}
.yis_jieshao dl dd  .ys_bt h3{ font-size: 22px; color: #222; line-height: 32px; float: left; }
.yis_jieshao dl dd  .ys_bt span{ font-size: 14px; color: #9d9d9d; float: left; margin-left: 20px; line-height: 32px; }
.yis_jieshao dl dd  .ys_desc{ margin-top:12px;overflow: hidden; display: block; }
.yis_jieshao dl dd  .ys_desc p{ font-size: 14px; color: #9d9d9d; line-height: 30px;}
.yis_jieshao dl dd  .ys_desc p i{ font-size: 30px; color: #ff6688; font-style: normal; font-weight: bold; margin-right: 10px; line-height: 30px; float: left;  }

.zj_desc{ padding: 1rem 0;display: block; overflow: hidden; }
.zj_desc p{ font-size: 15px; color: #848484; line-height: 30px; }
.report{display: block; overflow: hidden;}
.report ul{ display: flex; justify-content: center;}
.report ul li{ width: 33%; display: flex;align-items: center;
    justify-content: center;  border-right: 1px solid #e5e5e5;}
.report ul li:last-child{border-right: none;}    
.report ul li i{ width: 90px; height: 100px; margin-right: 15px; }
.report ul li:hover i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}
.report ul li .c01{ background: url(../images/ico03.png) 0 0 no-repeat;  }
.report ul li .c02{ background: url(../images/ico03.png) 0 -100px no-repeat;  }
.report ul li .c03{ background: url(../images/ico03.png) 0 -200px no-repeat;  }
.report ul li .rep_nr{}
.report ul li .rep_nr h3{ font-size: .6rem; color: #393939; line-height: 1.5; }
.report ul li .rep_nr p{ font-size: .45rem; color: #8d8d8d; line-height: 24px; }

.zj_zhibo{padding: 1rem 0 0;display: block; overflow: hidden;}
.zj_zhibo ul{ display: flex; justify-content: center;overflow: hidden; }
.zj_zhibo ul li{ width: 24%; position: relative; float: left;margin-right: 1.3%; }
.zj_zhibo ul li:after{width: 26px;
    height: 26px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/ico_play2.png) no-repeat;
    background-size: 26px;
    margin-top: -13px;
    margin-left: -13px;}
.zj_zhibo ul li:last-child{ margin-right:0; }
.zj_zhibo ul li img{ display: block; width: 100%;border-radius: 8px; }

.treat_lc{padding: 1rem 0 0;display: block; overflow: hidden;}
.treat_lc ul{ display: flex; justify-content: center;overflow: hidden; }
.treat_lc ul li{ width: 24%;  float: left;margin-right: 1.3%;overflow: hidden; border-radius: 5px; }
.treat_lc ul li .trea_img{display: block; overflow: hidden; position: relative;}
.treat_lc ul li .trea_img img{ display: block; width: 100%; }
.treat_lc ul li .trea_img b{ width: 108px; height: 34px; top:0; left: 50%; margin-left: -54px; position: absolute; background: rgba(0,0,0,0.3); font-size: 14px; text-align: center; color: #fff;
 line-height: 34px; font-weight: normal; border-bottom-left-radius: 15px;border-bottom-right-radius: 15px; }
.treat_lc ul li p{ text-align: center; font-size: 14px; color: #fff; background: #ff6688; line-height: 36px; }
.treat_lc ul li:nth-child(2) p{ background: #65d0ce; }
.treat_lc ul li:nth-child(3) p{ background: #fac536; }
.treat_lc ul li:nth-child(4) p{ background: #96b5f6; }

/* 右侧  */
.doc_right{ width:285px; display: block;overflow: hidden;  }
.right_img{display: block; overflow: hidden;}
.right_img img{ max-width: 100%; display: block; }
.right_hospital{background: #fff; padding: 20px 20px 1rem; margin-top:15px; display: block; overflow: hidden;}
.right_hospital h3{ font-size: .65rem; color: #6b6b6b; line-height: 2;font-weight: normal; }
.yiy_img{display: block; overflow: hidden; margin:.3rem 0;}
.yiy_img img{display: block; max-width: 100%;}
.yiy_desc{ display: block; overflow: hidden; }
.yiy_desc p{ font-size: 14px; color: #818181; line-height: 30px; }
.yiy_desc span{ font-size: 14px; color: #ff6688; display: block; margin-top:.2rem; }

.hot_hos{display: block; overflow: hidden;}
.hot_hos dl{ display: block; overflow: hidden; padding: .6rem 0; border-bottom: 1px solid #f5f5f5; }
.hot_hos dl dt{ width: 100px;float: left; display: flex; align-items: center;
    justify-content: center;overflow: hidden; height: 70px; }
.hot_hos dl dt img{ display: block; max-width: 100%; }
.hot_hos dl dd{ width: calc(100% - 105px); display: block; float: right; overflow: hidden; }
.hot_hos dl dd h3{ font-size: 15px; color: #2a2a2a;line-height: 24px; }
.hot_hos dl dd p{ font-size: 13px; color: #9b9b9b; line-height: 18px; margin-top: 5px; }

.yiyuan_jies{background: #fff; padding: 20px 20px 1rem; margin-top:15px; display: block; overflow: hidden;}
.yiyuan_jies dl{ display: block; overflow: hidden; }
.yiyuan_jies dl dt{width: 380px; float: left; display: block;overflow: hidden;}
.yiyuan_jies dl dt img{ display: block;width: 100%; }
.yiyuan_jies dl dd{ width: calc(100% - 410px); float:right;display: block;overflow: hidden;padding:.3rem 0 0; }
.yiyuan_jies dl dd h3{ font-size: .6rem; color: #3e3e3e; line-height: 2; }
.yiyuan_jies dl dd .hos_addr{ margin:.2rem 0; }
.yiyuan_jies dl dd .hos_addr p{ font-size: 14px; color: #8d8d8d; background: url(../images/ico_lx.png) left no-repeat; line-height: 38px; padding-left:30px;  }
.yiyuan_jies dl dd .hos_ai{display: block;overflow: hidden;}
.yiyuan_jies dl dd .hos_ai p{ font-size: 13px; color: #ff6688; background: #ffebef; float: left; padding: 5px 10px; border-radius:5px; margin-right: 8px; line-height: 30px; }

.youshi_list{display: block; overflow: hidden; margin-top:.8rem;}
.youshi_list ul{ list-style: none; display: block; overflow: hidden; }
.youshi_list ul li{display: block;overflow: hidden;margin-bottom: .7rem;}
.youshi_list ul li i{ width: 55px; height: 55px; display: inline-block;margin-right: .2rem; }
.youshi_list ul li .d01{ background: url(../images/ico03.jpg) 0 0 no-repeat; }
.youshi_list ul li .d02{ background: url(../images/ico03.jpg) 0 -55px no-repeat; }
.youshi_list ul li .d03{ background: url(../images/ico03.jpg) 0 -110px no-repeat; }
.youshi_list ul li .d04{ background: url(../images/ico03.jpg) 0 -165px no-repeat; }
.youshi_list ul li .d05{ background: url(../images/ico03.jpg) 0 -220px no-repeat; }
.youshi_list ul li .d06{ background: url(../images/ico03.jpg) 0 -275px no-repeat; }
.youshi_list ul li .d07{ background: url(../images/ico03.jpg) 0 -330px no-repeat; }
.youshi_list ul li .ys_con{display: inline-block;}
.youshi_list ul li .ys_con h3{ font-size: .6rem; color: #393939; line-height: 1.6; }
.youshi_list ul li .ys_con p{ font-size: 15px; color: #8d8d8d; line-height: 26px; }

.hosp_eidther{ padding:.8rem 0; display: block; overflow: hidden; }








/* 侧边咨询  */
.online11{position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%; width: 180px;}
.top_online{ width: 100%; display: block;height: 220px; background: url(../images/online01.png) no-repeat; }
.body_online{ display: block; background: url(../images/online02.png) no-repeat; overflow: hidden; }
.online_lb{ padding: .6rem 6%; display: block; overflow:hidden; margin:0 20px;}
.online_lb ul{ list-style: none; display: block; overflow:hidden;}
.online_lb ul li{ display: block; background: #ff6688; margin-bottom: .3rem; line-height: 30px; }
.online_lb ul li a{ font-size: 1px; color: #fff; display: block; padding: 3px 8px; font-size: 15px; font-weight: bold; }
.online_lb ul li i{ width:24px; float: left; display: block; height: 24px; margin-right: 6px;  }
.online_lb ul li .b01{ background: url(../images/ico02.png) -2px 0 no-repeat }
.online_lb ul li .b02{ background: url(../images/ico02.png) -2px -26px no-repeat }
.online_lb ul li .b03{ background: url(../images/ico02.png) -6px -54px no-repeat }
.online_tel{ padding:1rem 0 .5rem;display: block; overflow:hidden; text-align: center; }
.online_tel i{ width: 32px;height: 32px; display: block; margin:0 auto; }
.online_tel .b01{ background: url(../images/ico02.png) -2px -80px no-repeat }
.online_tel h3{ font-size: 16px; color: #ff6688; line-height: 26px; }
.online_tel p{ font-size: 14px; color: #ff6688; line-height: 20px; font-weight: bold; }

.backtop{ display: block; text-align: center; cursor: pointer; padding: 1.2rem 0 .6rem; font-size: 15px; color: #ff6688; margin: 0 6%; background: url(../images/top.png) center .2rem  no-repeat #ffd5dd; background-size: 40px; border-radius: 8px; }

/* 试管优选  */
.shig_title{ text-align:center; display: block;overflow: hidden;  }
.shig_title h3{ font-size: 1rem; line-height: 1.6; position: relative; padding-bottom: .5rem; color: #3e3e3e; }
.shig_title h3:after{position:absolute; width: 2rem; height: .2rem; background: #ff6688; border-radius: 8px; content: '' ;bottom: 0; left: 50%;margin-left: -1rem;}
.shig_title p{ font-size: .55rem; color: #3e3e3e; line-height: 2; margin-top:.5rem; }
.shig_list{ display: block; margin-top:1rem; overflow: hidden; }
.shig_list ul{ list-style: none;  overflow: hidden;display: block; }
.shig_list ul li{ width: 18%; margin:10px 2% 20px 0.25%; float: left;display: block;  background: #fff2f2; padding:.8rem 0; text-align: center; font-size: .7rem; color: #ff6688; border-radius: 8px; line-height: 2;  }
.shig_list ul li:nth-child(5n){ margin-right: 0 }
.shig_list ul li:hover{ background: #ff6688; color: #fff; box-shadow: 1px 1px 15px rgba(255,102,136,0.5) }
.bg02{ background: url(../images/bg03.jpg) no-repeat; }

.shig_title02{ text-align: center; }
.shig_title02 h3{ font-size: 1rem; line-height: 1.6; position: relative; padding-bottom: .5rem; color: #ff6688; }
.shig_title02 h3:after{position:absolute; width: 2rem; height: .2rem; background: #ff6688; border-radius: 8px; content: '' ;bottom: 0; left: 50%;margin-left: -1rem;}
.shig_title02 p{ font-size: .55rem; color: #ff6688; line-height: 2; margin-top:.5rem; }
.Preferred{ display: block; overflow:hidden; margin-top:1.5rem; }
.Preferred dl{ display: block;position: relative; width: 32%;margin-right: 2%;float:left; padding-bottom: 60px; }
.Preferred dl:last-child{ margin-right: 0; }
.Preferred dl dt{ display: block; }
.Preferred dl dt img{ width: 100%; display: block; border-radius: 10px; }
.Preferred dl dd{position: absolute; bottom: 0; width: 100%; display: block;}
.Preferred dl dd .yuan{width: 120px; height: 120px;background:rgba(255,102,136,0.29); border-radius: 100%; margin:0 auto;padding: 7px;box-sizing: border-box; }
.Preferred dl dd .yuan i{  width: 106px; height: 106px; background: #ff6688; font-size: .7rem; color: #fff; line-height: 1.5; text-align: center; display: block; 
    font-style: normal;border-radius: 100%; font-weight: 600; padding: .4rem 0 0; box-sizing: border-box; letter-spacing: 2px; }

.pre_hospital{display: block;overflow: hidden; margin-top:1.5rem;}
.pre_hospital p{display: block;overflow: hidden;  }
.pre_hospital p a{ float: left; padding: 0 .3rem;font-size: 20px; color: #5c5c5c; line-height: 45px; display: block;position: relative; }
.pre_hospital p a:after{ width: 2px; height: 24px; background: #5c5c5c; position: absolute; content:''; left: 0; top:10px; }

.bg03{ background: #fff2f2; }
.manage_list{ margin-top:1.8rem; display: block;overflow: hidden; }
.manage_list dl{ display: block;position: relative; width: 48%; float: left; margin-right: 4%; margin-bottom: 60px; min-height: 280px; }
.manage_list dl:nth-child(2n){ margin-right: 0 }
.manage_list dl dt{ width: 80%; background: #ff6688; display: block; border-bottom-left-radius:70px; min-height: 200px;  padding: .2rem; box-sizing:border-box;}
.manage_list dl dt h3{ font-size: .7rem; color: #fff; line-height: 1.3;font-weight: 600; }
.manage_list dl dt h3 i{font-size: 1rem; font-family: Impact; margin-right: 15px;}
.manage_list dl dd{ width: 90%; left: 10%; position: absolute; background: #fff; padding: .6rem 1.2rem; box-sizing: border-box;top:60px; min-height: 210px; box-shadow: 1px 1px 12px #ddd; }
.manage_list dl dd p{ font-size: .65rem; color: #767676; line-height: 1.6; min-height: 130px; }
.manage_list dl dd span{width: 180px;display: block; }
.manage_list dl dd span a{ display: block; background: #ff6688; border-radius: 30px; text-align: center;font-size: .5rem; color: #fff; line-height: 40px; text-align: center; padding: .2rem 0; }

.pregnancy_lc{margin-top:1.8rem; display: block;overflow: hidden;}
.pregnancy_lc ul{ list-style: none; display: block;overflow: hidden;}
.pregnancy_lc ul li{ width: 20%;float: left; display: block; overflow: hidden;position: relative;}
.pregnancy_lc ul li .pre_img{ width: 100%; display: block; overflow: hidden; }
.pregnancy_lc ul li .pre_img img{ display: block; }
.pregnancy_lc ul li .pre_txt{ width:100%; display: block; position: absolute; bottom: 0; background: rgba(0,0,0,0.6); }
.pregnancy_lc ul li .pre_txt p{ font-size: .5rem; color: #fff; line-height: 60px; text-align: center; }
.pregnancy_lc ul li:hover .pre_img img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


.ys_ln{display: block;overflow: hidden;}
.ys_ln ul{ list-style: none; display: block;overflow: hidden;}
.ys_ln ul li{ width: 23%;float: left; display: block; overflow: hidden; margin:10px 1.3% 10px 1%; border-radius: 15px; background: #fff;box-shadow: 1px 1px 12px #eee; text-align: center; padding: .5rem; box-sizing: border-box;}
.ys_ln ul li:last-child{margin-right: 0.1%;}
.ys_ln ul li h3{ font-size: .7rem; color: #ff6688; line-height: 1.6; }
.ys_ln ul li p{ font-size: 18px; color: #a7a7a7; line-height: 36px; border-bottom: 1px solid #eeeeee; padding-bottom: .2rem; }
.ys_ln ul li span{  display: block;  width: 200px; margin:.5rem auto 0; }
.ys_ln ul li span a{ display: block;border:1px solid #ddd; text-align: center; font-size: 15px; color: #4d4d4d; line-height: 40px; border-radius:25px;}
.ys_ln ul li:hover span a{ background: #ff6688; color: #fff;border:1px solid #ff6688; }


.pre_bt{ display: block; overflow: hidden; text-align: center; }
.pre_bt h3{ font-size: 1rem; color: #3e3e3e; line-height: 1.6; }
.hospt{display: block;overflow: hidden; margin-top:1rem;}
.hospt .tab-hd{display: block;overflow: hidden; text-align: center;}
.hospt .tab-hd li{ display: inline-block;margin-right: 1rem; padding:0 .5rem; font-size: .6rem; color: #838383;line-height: 50px; position: relative; }
.hospt .tab-hd li:after{ width: 100%; height: 2px; content:'';position: absolute;bottom: 0; background: #ff6688;opacity: 0; left: 0}
.hospt .tab-hd li.active02{ color: #ff6688;  }
.hospt .tab-hd li.active02:after{opacity: 1}
.hospt .tab-bd{margin-top:1rem;display: block;overflow: hidden; }
.hospt .tab-bd li{ display: none; }
.hospt .tab-bd li:nth-child(1){ display: list-item; }
.hospt .tab-bd .yiyuan_list{display: block;overflow: hidden;}
.yiyuan_list dl{width: 32%; margin-right: 2%;float: left; display: block; overflow: hidden;}
.yiyuan_list dl:last-child{margin-right:0;}
.yiyuan_list dl dt{}
.yiyuan_list dl dt img{ width:100%; display: block; }
.yiyuan_list dl dd{display: block;overflow: hidden; text-align: center;}
.yiyuan_list dl dd p{ font-size: .5rem; color: #626262; line-height: 2;margin-top:.2rem; }

.pre_case{display: block; overflow: hidden; margin-top:1rem;}
.case01{ width: 49%; margin-right: 2%; }
.case01:nth-child(2){ margin-right: 0; }
.pre_case_img{display: block; overflow: hidden;}
.pre_case_img img{ display: block; max-width: 100%; }
.pre_caselb{display: block; overflow: hidden; margin-top:1rem;}
.pre_caselb ul{ list-style: none; display: block;overflow: hidden;}
.pre_caselb ul li{ display: block; border-bottom: 1px solid #eee; }
.pre_caselb ul li a{ font-size: .5rem; color: #464646;display: block; line-height: 60px; }
.pre_caselb ul li:hover a{ color: #ff6688; font-weight: bold; }

.hospt .tab-hd01{display: block;overflow: hidden; text-align: center;}
.hospt .tab-hd01 li{ display: inline-block;margin-right: 1rem; padding:0 .5rem; font-size: .6rem; color: #838383;line-height: 50px; position: relative; }
.hospt .tab-hd01 li:after{ width: 100%; height: 2px; content:'';position: absolute;bottom: 0; background: #ff6688;opacity: 0; left: 0}
.hospt .tab-hd01 li.active02{ color: #ff6688;  }
.hospt .tab-hd01 li.active02:after{opacity: 1}
.hospt .tab-bd01{margin-top:1rem;display: block;overflow: hidden; }
.hospt .tab-bd01 li{ display: none; }
.hospt .tab-bd01 li:nth-child(1){ display: list-item; }
.doc01{display: block; overflow: hidden;}
.doc01 dl{}
.doc01 dl dd{ width: 15.5%; float: left; margin-right: 1.4%; display: block;overflow: hidden; margin-bottom:.5rem; }
.doc01 dl dd img{ width: 100%; display: block; }
.doc01 dl dd:nth-child(6){margin-right: 0;}
.doc01:nth-child(2) dl dd:nth-child(2){width: 66.2%;}
.doc01:nth-child(2) dl dd:nth-child(3){ margin-right: 0; }
.doc01 dl dd:hover img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.pre_cost{display: block; overflow: hidden; margin-top:1rem;}
.pre_cost ul{ list-style: none; display: block;overflow: hidden;}
.pre_cost ul li{ display: block; width: 32%; margin-right: 2%;overflow: hidden;float: left; text-align: center; }
.pre_cost ul li:last-child{margin-right:0;}
.pre_cost ul li i{ width:160px; display: block; margin:.2rem auto; height: 130px; }
.pre_cost ul li:hover i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}
.pre_cost ul li .e01{background: url(../images/ico04.png) 8px 0 no-repeat;}
.pre_cost ul li .e02{background: url(../images/ico04.png) 8px -130px no-repeat;}
.pre_cost ul li .e03{background: url(../images/ico04.png) 8px -260px no-repeat;}
.pre_cost ul li h3{ font-size: .67rem; color: #3e3e3e; line-height: 1.6; font-weight: normal; }
.pre_cost ul li p{ font-size: .5rem; color: #626262; line-height: 2;margin-top:.2rem; }
.pre_zixun{ width: 300px; display: block;margin:.8rem auto; }
.pre_zixun a{ background: #ff6688; display: block; text-align: center; font-size: 15px; color: #fff; line-height: 50px; border-radius: 12px; }


.bg04{ background: #f2f3f5; }
.hospt .tab-hd02{display: block;overflow: hidden; text-align: center;}
.hospt .tab-hd02 li{ display: inline-block;margin-right: 1rem; padding:0 .5rem; font-size: .6rem; color: #838383;line-height: 50px; position: relative; }
.hospt .tab-hd02 li:after{ width: 100%; height: 2px; content:'';position: absolute;bottom: 0; background: #ff6688;opacity: 0; left: 0}
.hospt .tab-hd02 li.active02{ color: #ff6688;  }
.hospt .tab-hd02 li.active02:after{opacity: 1}
.hospt .tab-bd02{margin-top:1rem;display: block;overflow: hidden; }
.hospt .tab-bd02 li{ display: none; }
.hospt .tab-bd02 li:nth-child(1){ display: list-item; }
.services{display: block;overflow: hidden;}
.services dl{ width: 31%; margin:10px 3.5% 10px 0;overflow: hidden;float: left; display: block;  background: #fff; padding: .8rem .6rem;box-sizing: border-box;
    border-top-left-radius: 50px; border-bottom-right-radius: 50px; box-shadow: 1px 1px 12px #eee;}
.services dl:nth-child(3){margin-right:0;}
.services dl dt{display: block;overflow: hidden; width:118px; height: 144px; margin:.4rem auto; background: url(../images/sharp.png) no-repeat }
.services dl dt i{ width: 100px; height: 90px; display: block; margin:.5rem auto 0; }
.services dl dt .f01{ background: url(../images/ico05.png) 0 0 no-repeat; }
.services dl dt .f02{ background: url(../images/ico05.png) 0 -90px no-repeat; }
.services dl dt .f03{ background: url(../images/ico05.png) 0 -180px no-repeat; }
.services dl dd{margin-top:.5rem;display: block;overflow: hidden;}
.services dl dd h3{ font-size: .58rem; color: #2e2e2e; line-height: 32px; font-weight: normal; text-align: center; }
.services dl dd p{ font-size: 16px; color: #969696; line-height: 30px; margin-top: .5rem; min-height: 200px; }
.services dl:hover dt{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

.hot_hos1{display: block;overflow: hidden; padding: 0 10px; }
.hot_hos1 ul{ list-style: none;display: block;overflow: hidden; }
.hot_hos1 ul li{ display: block; padding: .3rem 0; border-bottom: 1px solid #fafafa;overflow: hidden; }
.hot_hos1 ul li a{ font-size: .46rem; color: #313131;line-height: 40px; }
.hot_hos1 ul li:hover a{ color: #ff6688; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* 关于我们  */


.sidebar03{ background: #F4F4F4;
    line-height: 83px; }
.sidebar03 .side_list{display: block;overflow: hidden;}
.sidebar03 .side_list ul{ list-style: none;
    display: block;
    overflow: hidden;
    text-align: center; }
.sidebar03 .side_list ul li{text-align: center;margin-right: 10px;position: relative; display: inline-block;}
.sidebar03 .side_list ul li a{
       display: block;
    font-size: 18px;
    color: #333;
    line-height: 83px;
    padding: 0 1.5rem;
    }
.sidebar03 .side_list ul li:hover a,.side_list ul li a.on1{color: #fff;background: #ff6688;}   

.w2{ width: 1200px; display: block; margin: 0 auto; }


/* 关于我们 */
.part01{ padding: 1.8rem; display: block; overflow: hidden; }
.com_desc{  display: block;overflow: hidden;padding-top:.5rem; }
.com_desc h3{ font-size: .9rem; color: #ff6688; line-height: 2; position: relative;padding-bottom: 10px;letter-spacing: 2px; font-weight: normal; }
.ases_about{ padding: .5rem 0;display: block; overflow: hidden; }
.ases_about p{ font-size: .48rem; color: #6c6c6c; line-height: 2.2; text-align: justify;}
.com_img{  display: block; overflow: hidden; border-top-left-radius: 30px; border-bottom-right-radius: 30px; margin-top:.6rem;}
.com_img img{ display: block; }
.bg11{ background: #f5fbff; }
.ab_title{ text-align: center;display: block; overflow: hidden; }
.ab_title h3{ font-size: .8rem; color: #3f3f3f; line-height: 1.5; font-weight: normal; }
.ab_title h4{ font-size: .5rem; color: #f0f0f0; line-height: 1.4; font-weight: normal; }
.com_ico{display: block; overflow: hidden;  margin-top:1rem;}
.com_ico ul{ list-style: none; display: block; overflow: hidden; }
.com_ico ul li{ width: 31%; float: left; box-shadow: 1px 1px 10px #eee; padding: .8rem; box-sizing: border-box; margin:12px 2.5% 12px 0.5%; text-align: center; }
.com_ico ul li:nth-child(3){ margin-right: 0.5%; }
.com_ico ul li i{ width: 110px; height: 105px; display: block; margin:0 auto; }
.com_ico ul li .h01{ background: url(../images/ico04.jpg) 0 0 no-repeat; }
.com_ico ul li .h02{ background: url(../images/ico04.jpg) 0 -105px no-repeat; }
.com_ico ul li .h03{ background: url(../images/ico04.jpg) 0 -210px no-repeat; }
.com_ico ul li p{ font-size: .7rem; color: #636363; line-height: 1.6;font-weight: normal; margin-top:.3rem; }

.com_ico ul li:hover i{ -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease; }


/* 联系我们 */
.contact_01{ background: #f7f8fa;display: block; overflow: hidden;margin-top:2rem; }
.con_bt{ display: block; text-align: center;overflow: hidden;  }
.con_bt h3{ font-size: .8rem; color: #3f3f3f; font-weight: normal; position: relative;line-height: 2; padding-bottom: 10px; }
.con_bt h3:after{ width: 60px; height: 3px; content:''; background: #ff6688; position: absolute;bottom: 0; left: 50%; margin-left: -30px; }
.contact_01 .c_map{ width: 52%; display: block; overflow: hidden; }
.contact_01 .c_lxwm{ width: 45%; display: block; overflow: hidden; padding: 6% 0 0; } 
.contact_01 .c_lxwm h3{ font-size: .75rem; color: #232323; line-height: 2; border-bottom: 1px solid #eee; padding-bottom: .3rem; }
.contact_01 .c_lxwm .lxwm_lb{ margin-top:.9rem; }
.contact_01 .c_lxwm .lxwm_lb p{ font-size: .45rem;
    color: #5d5d5d;
    line-height: 30px;
    margin-bottom: .5rem;}
.contact_01 .c_lxwm .lxwm_lb p i{ float: left; width:30px; height: 30px; display: block;margin-right: 10px;  }
.contact_01 .c_lxwm .lxwm_lb p .d01{ background: url(../images/lx_ico.png) 0 0 no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d02{ background: url(../images/lx_ico.png) 0 -30px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d03{ background: url(../images/lx_ico.png) 0 -60px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d04{ background: url(../images/lx_ico.png) 0 -90px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d05{ background: url(../images/lx_ico.png) 0 -120px no-repeat; }

.contact_01 .c_lxwm .lxwm_lb p b{ font-size: .7rem; color: #ff6688; font-weight: bold; }

.message01{ margin-top:1.5rem; display: block; overflow: hidden; }
.message01 ul{ padding-top:.8rem; border-top:1px solid #dedede; display: block; overflow: hidden;  list-style: none; }
.message01 ul li{ width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 25px;}
.message01 ul li input{ display: block; padding: 0 .3rem; font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box;  }
.message01 ul li:nth-child(3){ margin-right: 0; }
.message01 ul li:nth-child(4),.message01 ul li:nth-child(5),.message01 ul li:nth-child(6){width: 100%; display: block; margin-right: 0;}
.message01 ul li:nth-child(5) input{ float: left; width: 200px; }
.message01 ul li:nth-child(5) img{float: left;  height: 48px}
.message01 ul li textarea{ width: 100%; padding: .2rem .3rem;font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box; min-height: 150px;outline: none; }
.message01 ul li:nth-child(6) .submit{ width: 200px; background: #164877; border-radius: 30px; margin: 0 auto; display: block; font-size: .5rem; color: #fff; text-align: center; line-height: 48px; height: 48px; }


.bg12{ background: #f8f8f8; }
.bg13{ background: url(../images/produ_bg.jpg) no-repeat; }

.ny_article{ width: 70%;display: block; overflow: hidden; }
.article_bt{ border-bottom: 1px solid #eee; display: block; overflow: hidden; }
.article_bt h3{ font-size: .7rem; color: #333; line-height: 2; }
.article_news,.article_services{  display: block; overflow: hidden; }
.article_news dl{margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    background: #fff;}
.article_news dl dd{ display: block; overflow: hidden; }
.article_news dl dd h3{ font-size: .45rem; color: #333333; line-height: 2; font-weight: bold; }
.article_news dl dd p{ font-size: 14px; color:#989898; line-height: 26px; margin:.4rem 0 .8rem;  }
.article_news dl dd span{ font-size: 14px; color: #686868; background: url(../images/time.png) left no-repeat; display: block; padding-left: 25px; line-height: 24px; }
.article_news dl:hover dd h3{ color: #1b46a3; }
.article_news dl:hover dt img{transform: scale(1.1);}



.product_012{ display: block; overflow: hidden; }
.product_012 dl{ width: 23.5%; margin-right: 1.6%;  float: left; display: block; overflow: hidden; margin-bottom: .5rem; background: #fff;}
.product_012 dl:nth-child(4n){ margin-right: 0; }
.product_012 dl a{ display: block;  position: relative; }
.product_012 dl dt{display: block; overflow: hidden;}
.product_012 dl dt img{ max-width: 100%; display: block; }
.product_012 dl dd{ padding: .5rem .4rem 1.8rem; display: block; overflow: hidden; position: relative; }
.product_012 dl dd h3{ font-size: .45rem; color: #333; line-height: 2; position: relative; padding-bottom: 10px;}
.product_012 dl dd h3:after{ width: 60px; height: 3px; background: #164877; content:'';position: absolute; bottom:0; left: 0;  }
.product_012 dl dd p{ font-size: .45rem; color: #8a8a8a; line-height: 30px; padding: .2rem 0; }
.product_012 dl:hover dd h3{ color: #164877; }
.product_012 dl dd span{ width: 41px; height: 41px; background: url(../images/p_more.png) 0 0 no-repeat; position: absolute; right: .5rem; bottom: .5rem; }
.product_012 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.product_012 dl:hover dd span{ background: url(../images/p_more.png) 0 -43px no-repeat;}

/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
    opacity: 1;
    outline: none;
}

#flash .swiper-pagination-bullet-active {
   
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;   
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    
        outline: none;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {

 
#flash .swiper-slide .img img { width: 100%; }
.ab_txt p{ font-size: 15px; line-height: 30px; }
.ab_txt{ padding: 1% 2.5%; }
}

.kjhyb{}
.kjhyb p img{ display: block; margin:0 auto; }

/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
   
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}




/*左侧分栏*/
.con_section {
    position: relative;
    padding: 5px 0 50px;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #025cad;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 14px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 190px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 10px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_lx,
.side_news {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1859b7;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.bts{ padding: 12px 0; }
.bts a{ font-size: .4rem; color: #666; line-height: 2; display: block; }
/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    background: url(../images/about/position.png) left no-repeat;
    padding-left: 30px;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #1859b7;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li h2 a:hover {
    text-decoration: underline;
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/
.module_list_article {
    padding: 10px;
}
.module_list_article p{ font-size: .4rem; line-height: 2; }
.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
        overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 16px;
    color: #666;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%
}
.article_editor table{  max-width: 100%; margin: 15px auto; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; padding: 5px; line-height: 30px; }




/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #025cad;
}


/*图片详情*/
.product-info {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 3%;
}

.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-img .cp_pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-img .cp_ico {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.product-img .cp_ico img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-arr {
    float: left;
    width: 48%;
    padding-left: 5%;
}

.product-arr h3 {
    font-size: .7rem;
    padding-bottom: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.product-arr h4 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.product-arr .cptx{ padding: 15px 0; }
.product-arr  .cptx p {
    line-height: 32px;
    font-size: 15px;    
    color: #555;
}

.product-arr span {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    display: block;
}



/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px 40px 0px;
    text-align: center;
    overflow: hidden;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 2px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #ff6688;
    border-color: #ff6688;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left;
}

.case_list02 ul li:nth-child(7n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.case_list02 ul li .c_img img {
   
    max-height: 100%;display: block;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 3;
}

.case_list02 ul li:hover p {
    background: #ff6688;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}
.case_list_article ul{list-style: none;
    display: block;
    overflow: hidden;}
.case_list_article ul li{     width: 18%;
    margin-right: 2.2%;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc; margin-bottom: 30px;}
 .case_list_article ul li .c_img{    display: block;
    margin: 5px;
    overflow: hidden;}   
.case_list_article ul li:nth-child(5n){ margin-right: 0; }
 .case_list_article ul li .c_img img{     display: block;
    max-width: 100%;
    margin: 0 auto; }
.case_list_article ul li p{    background: #ccc;
    line-height: 50px;
    text-align: center;
    color: #000;}
.case_list_article ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}
.case_list_article ul li:hover p{ background: #ff6688; color: #fff; }

.img_pic{ display: block; overflow: hidden; margin:12px 0; }
.img_pic img{ display: block; max-width: 100%; margin:0 auto; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.news_02{display: block; overflow: hidden;}
.news_02 dl{ padding: 20px 0; display: block; overflow: hidden; margin-bottom:30px; border-bottom:1px dashed #e8e8e8;  box-sizing: border-box;}
.news_02 dl dt{width: 280px;
    height: 180px;
    overflow: hidden;     float: left; }
.news_02 dl dt img{ display: block;
    max-width: 100%;
    height: 180px;
    margin: 0 auto;}
.news_02 dl dd{ float: right; width: calc(100% - 320px); display: block; overflow: hidden; }

.news_02 dl dd  h3{ font-size: 22px;
    line-height: 37px;
    color: #3e3e3e; }
.news_02 dl dd  p{font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
    height: 60px;
    margin-top: 10px; }

.news_02 dl dd span{display: block;
    font-size: 14px;
    line-height: 34px;
    width: 114px;
    text-align: center;
    color: white;
    background: #F68;
    border-radius: 22px;
    margin-top: 23px;}
.news_02 dl:hover{}
.news_02 dl:hover dd  h3{ color: #ff6688; }



.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}



.cplb_02 {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.cplb_02 a:link,
.cplb_02 a:visited {
    color: #fff;
}

.cplb_02 a:active,
.cplb_02 a:hover {
    color: #fff;
}

.cplb_02 ul {
    margin-left: -1%;
}

.cplb_02 li {
    float: left;
    display: block;
    width: 24%;
    margin: 0px 0px 38px 1%;
    background-color: #f3f3f3;
    position: relative;
}

.cplb_02 .item {
    padding: 15px 30px;
    position: relative;
}

.cplb_02 .img {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;   
    justify-content: center;
    align-items: center;
}

.cplb_02 .img img {
    max-width: 100%;
    /* display: block; */
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    max-height: 100%;
}

.cplb_02 .black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cplb_02 .ntype {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 15px;
    background-color: #215bab;
    color: #fff;
}

.cplb_02 .t {
    font-size: 16px;
    line-height: 1.4;
    color: #3E3E3E;
    height: 30px;
    overflow: hidden;
    margin: 16px 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cplb_02 .bot {
    color: #999;
    font-family: arial, helvetica, sans-serif;
}

.ntime {
    background: url(../images/new_i1.png) no-repeat scroll left center;
    padding: 2px 0px 2px 22px;
    margin-right: 12px;
}

.nease {
    background: url(../images/new_i2.png) no-repeat scroll left center;
    padding: 2px 0px 2px 28px;
}

.cplb_02 .blueBg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #808080;
    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}

.cplb_02 .linkA {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.cplb_02 li:hover .blueBg {
    height: 100%;
}

.cplb_02 li:hover .ntype {
    background-color: #fff;
    color: #d71222;
}

.cplb_02 li:hover .t,
.cplb_02 li:hover .bot {
    color: #fff;
}

.cplb_02 li:hover .bot .ntime {
    background-image: url(../images/new_i12.png);
}

.cplb_02 li:hover .bot .nease {
    background-image: url(../images/new_i22.png);
}

.cplb_02 li:hover .black {
    opacity: 1;
    visibility: visible;
}

.cplb_02 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;   
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn02 {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}

/* 新闻详细  */
.con_section article{float: left;
    width: 68.05%;}
.con_section .news-aisde{    float: right;
    width: 27.77%;}
.news-aisde{    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;}
.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}
.hot-tit{ font-size: 18px;  }
.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}
.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news-aisde .list .text {
    float: right;
    width: 90%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
   
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}
.news-aisde .list .item:nth-child(1) .num {
    background-color: #de001f;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt{ color:#d71222;  }



.ser_cn{ display: block; overflow: hidden; margin:50px 0; }
.ser_cn ul{ list-style: none; display: flex; overflow: hidden; }
.ser_cn ul li{ margin-left: 5%; display: block; overflow: hidden;  }
.ser_cn ul li:nth-child(3){ margin-right: 0; }
.ser_cn ul li .ico01{ width: 130px;height: 130px; padding-bottom: 22px; background: url(../images/product/ico_001.png) no-repeat; text-align: center;margin-right: 10px; }
.ser_cn ul li .ico01 h3{ font-size: 46px; color: #3c4244; line-height: 130px; }
.ser_cn ul li .ser_t01{ padding-top:20px;  }
.ser_cn ul li .ser_t01 h3{ font-size: 40px; color:#d71222; line-height: 40px; }
.ser_cn ul li .ser_t01 h3 i{ font-size: 18px; color: #404040; font-style: normal; font-weight: normal; }
.ser_cn ul li .ser_t01 p{ font-size: 18px; color: #000000; line-height: 30px; }

.ser_support{display: block; overflow: hidden;}
.ser_support ul{ display: flex;overflow: hidden; }
.ser_support ul li{display: block; overflow: hidden; border-right: 1px dashed #bababa; padding:20px 0; width: 24.5%; text-align: center; }
.ser_support ul li:last-child{ border-right: 0; }
.ser_support ul li i{ width: 80px; height: 80px; display: block; margin:0 auto; }
.ser_support ul li h3{color:#666666; line-height: 45px; font-weight: normal;margin-top:15px;}

/* 产品中心  */
.project_list{display: block; overflow: hidden; padding: 1rem 0;}
.project_list dl{  width: 31%; float: left; background: #fff; box-shadow: 1px 1px 10px #eee; margin:.3rem 2% .3rem .1rem; display: block; 
    overflow: hidden; padding: .6rem; box-sizing: border-box; border-radius:25px;  }
.project_list dl:nth-child(3n){ margin-right: 0; }
.project_list dl dt{display: block; overflow: hidden;}
.project_list dl dt img{ max-width: 100%; display: block; }
.project_list dl dd{ padding: .3rem 0; display: block; overflow: hidden; }
.project_list dl dd h3{ font-size: .55rem; color: #333; line-height: 1.8; }
.project_list dl dd p{ font-size:14px; color: #7d7d7d; line-height: 24px; margin:.3rem 0; }
.project_list dl dd span{ display: block; font-size:14px; overflow: hidden; position: relative; padding-left: 50px; line-height: 45px;}
.project_list dl dd span:after{ width: 44px;
    height: 44px;
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/m_01.png) 0 0 no-repeat;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;  }
.project_list dl:hover dd span:after{background: url(../images/m_01.png) -55px 0 no-repeat;}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #ff6688;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #ff6688;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ff6688;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #ff6688;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #ff6688;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.sidebar02 { float: right; width: 28%; overflow: hidden; position: relative }

.ctoavatar { margin: 80px auto 20px; width: 100px }
.ctoavatar img { width: 100px; /*border-radius: 50% */}
.abname { color: #3f3f3f; font-weight: bold; font-size: 16px; margin-bottom: 10px; text-align: center }
.abposition { color:#096; text-align: center }
.abtext { padding: 20px 40px; color: #9a9a9a; line-height: 26px }
.readmore { float: right; }


/*tags*/

.hometitle { padding: 0 10px; line-height: 50px; height: 50px; font-size: 18px; border-bottom: 1px solid #e5e5e5; color: #333; position: relative } 
.hometitle:after { content: ''; position: absolute; height: 2px; width: 0; right: inherit; top: inherit; left: 0; bottom: -1px; background: #333; transition: 2s ease all; }
.hometitle:hover:after { width: 100%; transition: 2s ease all; }
.paihang { background: #FFF; overflow: hidden; margin-bottom: 20px }
.paihang ul { padding: 10px; }
.paihang ul li { border-bottom: solid 1px #EAEAEA; font-size: 14px; margin: 0 0 10px 0; padding: 0 0 10px 0; overflow: hidden }
.paihang ul li b { height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.paihang ul li p { line-height: 24px; color: #888 }
.paihang ul li a:hover { color: #000; }
.paihang ul li:hover p { color: #000; }
.paihang ul li:hover b a { color: #000; }
.paihang li i { width: 100px; height: 90px; overflow: hidden; display: block; border: #efefef 1px solid; float: left; margin-right: 10px }
.paihang li img { height: 100%; margin: auto; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.paihang ul li:hover i img { transform: scale(1.1) }
/*links*/
.links { width: 100%; background: #FFF; overflow: hidden; }
.links ul { padding: 20px; overflow: hidden }
.links ul a { line-height: 24px; margin: 0 10px 0 0; display: block; float: left }
.links ul a:hover { text-decoration: underline }
.weixin { background: #FFF; overflow: hidden; margin: 20px 0; }
.weixin img { margin: 22px auto; display: block;}

.lmnav { background: #FFF; overflow: hidden; margin-bottom: 20px }
.lmnav li { border-bottom: 1px dashed #CCCCCC; margin: 10px; padding-bottom: 5px; padding-left: 10px; font-weight: bold }
.lmnav li a { color: #333; }
.lmnav li a:hover { color: #096 }
.lmnav li ul li { border: none; margin: 0 0 0 30px; padding: 5px 0; font-weight: normal }
.navbor { border: #333 1px solid; position: relative; margin: 20px; background: url(../images/navbg.png) no-repeat bottom right; background-size: 70% 70%; }
.navbor:before { content: ""; width: 100px; height: 20px; background: #fff; top: -10px; left: 0; position: absolute }
.navbor:after { content: ""; width: 20px; height: 100px; background: #fff; top: -10px; left: -10px; position: absolute }



.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.detail_box .dtop {
    background: #f6f6f6;
    height: 80px;
    width: 100%;
}

.detail_box .dtop.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.detail_box .dtop .dtop_cen .pos {
    float: left;
}

.detail_box .dtop .dtop_cen .pos a {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;
}

.detail_box .dtop .dtop_cen .pos a.active {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .return {
    display: block;
    float: right;
    width: 200px;
    background: #e1e1e1;
    height: 80px;
    text-align: center;
}

.detail_box .dtop .dtop_cen .return:hover .txt {
    color: #1b46a4;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .con table {
    margin-top: 22px;
    border:1px solid #333;
    width: 100%;
}

.detail_box .container .box .table table {
    width: 100%;
}

.detail_box .container .box .table table tr td {
    border: 1px solid #e1e1e1 !important;
    padding: 15px 50px !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-family: "Microsoft Yahei" !important;
    color: #333;
}

.detail_box .container .box .table table tr td p span {
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 32px !important;
}

.detail_box .container .box .table table tr td.bg {
    background: #f6f6f6 !important;
}

.detail_box .container .box .table table tr td.tit {
    font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: "Microsoft Yahei" !important;
}

.detail_box .container .box .table table tr td.tit p,
.detail_box .container .box .table table tr td.tit span {
    font-size: 20px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 30px !important;
    color: #333 !important;
}

.detail_box .container .box .con {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.detail_box .container .box .con p {
    padding-left: 15px;
}
.detail_box .container .box .con table td{ border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px; }



.question{}
.list_lh{ overflow:hidden;}
.list_lh li{ padding:10px;}
.list_lh li h3{font-size: .45rem;
    line-height: 1.6;
    background: #f2f2f2;
    padding: .2rem .3rem; }
.list_lh li p{ font-size: 14px; line-height: 24px; margin-top:.2rem; }

.releat_case{ display: block; overflow: hidden; position: relative; padding-bottom: 1rem; margin-top:.5rem; }
#tj_case{display: block; overflow: hidden;}
#tj_case .swiper-slide{display: block; overflow: hidden;}
#tj_case .swiper-slide dl{border:1px solid #ccc; }
#tj_case .swiper-slide dl dt{ display: block; overflow: hidden; }
#tj_case .swiper-slide dl dt img{ width: 100%; display: block; }
#tj_case .swiper-slide dl dd{ width: 100%; background: rgba(0,0,0,0.5);  padding: .2rem; }
#tj_case .swiper-slide dl dd p{ font-size: .4rem; color: #fff; line-height: 2; }
#tj_case .swiper-pagination-bullet-active{ background: #ff6688 }







.box .con table{ border:1px solid #e2e2e2; width: 100%; margin-top:1rem; }
.box .con table tbody{}
.box .con table tbody tr{ background: #fff; }
.box .con table tbody tr td{ font-size: .45rem; color: #000000; line-height: 1.8; padding: .5rem; text-align: center; justify-content: center;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;vertical-align: middle; }
.box .con table tbody tr:nth-child(2n){ background: #f5f6f7;}
.box .con table tbody tr:hover{ background: #e0efff; }





.lx {
    overflow: hidden;
}

.lx_l {
    width: 45%;
    float: left;
}

.lx_l h3 {
    font-size: 22px;
    color: #005aba;
    margin-bottom: 10px;
}

.lx_l p {
    line-height: 32px
}

.lx_l dl {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.lx_l dl dt {
    width: 26%;
}

.lx_r {
    width: 50%;
    float: right;
}




/* 备孕知识  */
.kownlage{ display: block; overflow: hidden; margin-top:1rem; }
.kown_left{ width: 286px; display: block;overflow: hidden; }
.kown_left .zs_baike{ border:2px solid #eeeeee;display: block;overflow: hidden; padding: .5rem; }
.bk_bt{display: block;overflow: hidden;}
.bk_bt h3{ font-size: .55rem; color: #3e3e3e; line-height: 2; font-weight: normal; }
.bk_qusstion{display: block;overflow: hidden;}
.bk_qusstion dl{ display: block;overflow: hidden; margin-top: .6rem; }
.bk_qusstion dl dt{ display: block; object-position: hidden }
.bk_qusstion dl dt h3{ font-size: .48rem; color: #ff6688; line-height: 2; font-weight: normal; }
.bk_qusstion dl dd{ display: block;overflow: hidden; }
.bk_qusstion dl dd a{ width: 50%; float: left; display: block;font-size: .46rem; color: #6f6f6f; line-height: 2; }
.review{ margin-top:.6rem;display: block;overflow: hidden; }
.review_bt{ display: block; overflow: hidden; }
.review_bt h3{ font-size: .5rem; color: #ff6688; line-height: 2; border-bottom: 1px solid #eee;position: relative; font-weight: normal;padding-bottom: 10px; }
.review_bt h3:after{ width: 110px; height: 2px; background: #ff6688; position: absolute; content:''; bottom: 0; left: 0;  }
.review_list{display: block;overflow: hidden;}
.review_list ul{display: block;overflow: hidden; margin-top:.4rem;}
.review_list ul li{ display: block; overflow: hidden; border-bottom: 1px solid #eee;padding: .2rem 0 .3rem; }
.review_list ul li h3{ font-size: .46rem; line-height: 2; color: #2a2a2a; }
.review_list ul li p{background: url(../images/mess.png) .3rem .48rem no-repeat #f4f4f4; font-size: 14px; color: #9e9e9e; line-height: 24px; padding:.3rem .2rem .3rem .9rem;}

.kownlage_lb{width: calc(100% - 310px);display: block;overflow: hidden;}
.kown_tuijian{display: block;overflow: hidden;padding: .5rem; border:2px solid #eeeeee; }
.kown_bt{display: block;overflow: hidden; border-bottom: 1px solid #eee; line-height: 42px;}
.kown_bt h3{ font-size:.52rem; color: #3e3e3e; position: relative; float: left;font-weight: normal; }
.kown_bt h3:after{ width: 80px;height: 3px; background: #ff6688; position: absolute; bottom: 0; left: 0; content:''; }
.kown_bt span{ float: right;font-size: 14px; color: #ff6688; }
.reader{ margin-top:.6rem;display: block;overflow: hidden; }
.reader_img{ width: 275px; display: block;overflow: hidden; }
.reader-list{ width: calc(100% - 300px);display: block;overflow: hidden; }
.reader-list .read_top{display: block;overflow: hidden;   }
.reader-list .read_top h3{ font-size: .5rem; color: #2a2a2a; line-height: 1.6;font-weight: normal; }
.reader-list .read_top p{ font-size: .45rem; color: #9b9b9b; line-height: 2; }
.reader-list .read_lb{ margin-top:.8rem; display: block;overflow: hidden;}
.reader-list .read_lb ul{ list-style: none;display: block;overflow: hidden; }
.read_lb ul li{ width: 48%; float: left; margin-right: 4%; margin-bottom: .3rem;line-height: 32px; }
.read_lb ul li:nth-child(2n){ margin-right: 0; }
.read_lb ul li a{ font-size: 15px; color: #363636; display: block; }
.read_lb ul li a i{ color: #ff6688; font-style: normal; margin-right: 5px; font-size: 30px; float: left; }
.read_lb ul li:hover a{color: #ff6688; }

.problem{display: block; overflow: hidden; margin-top:.5rem;   }
.p_title{display: block; overflow: hidden;}
.p_title h3{ font-size: .55rem; color: #3e3e3e; line-height: 1.8; margin-bottom: .2rem; }
.problem01{ width: 49%; float: left; margin-right: 2%;margin-bottom: .5rem; }
.problem01:nth-child(2n){ margin-right: 0; }
.problem_hot{display: block; overflow: hidden; margin:.5rem 0;}
.problem_hot dl{ display: block; overflow: hidden; }
.problem_hot dl dt{ width: 145px; float: left; display: block; overflow: hidden;}
.problem_hot dl dt img{ width: 100%; display: block; }
.problem_hot dl dd{ width: calc(100% - 160px);float:right;display: block; overflow: hidden; }
.problem_hot dl dd h3{ font-size: .5rem; color: #2a2a2a; line-height: 2; font-weight: normal; }
.problem_hot dl dd p{ font-size: 14px; color: #9b9b9b; line-height: 20px; margin-top:.2rem; }

.problem_con{display: block; overflow: hidden;}
.problem_con ul{ list-style: none;display: block; overflow: hidden; }
.problem_con ul li{ display: block;line-height: 40px; }
.problem_con ul li a{ font-size: 15px; color: #363636; display: block;}
.problem_con ul li i{color: #ff6688; font-style: normal; margin-right: 5px; font-size: 30px; float: left;}
.problem_con ul li:hover a{ color: #ff6688; }

.Guide_bt{display: block; overflow: hidden; border-bottom: 2px solid #ff6688; padding-bottom: .1rem;}
.Guide_bt h3{ font-size: .56rem; color: #ff6688; float: left; margin-right: .5rem; font-weight: normal; line-height: 2; }
.guide_tags{ display: block; overflow: hidden;margin-top:.5rem; }
.guide_tags ul{ list-style: none;display: block; overflow: hidden; }
.guide_tags ul li{ float: left; font-size: 14px; color: #72706e; border-radius:20px; border:1px solid #ccc; margin-right: .4rem; margin-bottom: .3rem; padding: .15rem .4rem;}
.guide_tags ul li:hover{ background: #ff6688; color: #fff; border:1px solid #ff6688; }

.guide_list{display: block; overflow: hidden; margin:.5rem 0;}
.guide_list dl{ display: block; overflow: hidden; padding: .6rem 0; border-bottom: 1px solid #eee; }
.guide_list dl dt{ width: 214px;display: block; float: left; overflow: hidden;}
.guide_list dl dt img{ width: 100%; display: block; }
.guide_list dl dd{ width: calc(100% - 250px); float: right;display: block; overflow: hidden; padding: .5rem 0 0; }
.guide_list dl dd h3{ font-size: .5rem; color: #060606; line-height: 1.6; font-weight: normal; }
.guide_list dl dd p{ font-size:14px; color: #919191; line-height: 24px; margin-top: .3rem;  }
.guide_list dl:hover dd h3{ color: #ff6688; }


.honor_list{display: block; overflow: hidden;}
.honor_list dl{ width: 19%;
    float: left;
    margin-right: 1.25%;
    display: block;
    overflow: hidden; }
.honor_list dl:last-child{margin-right: 0;}
.honor_list dl dt{ display: flex;
    overflow: hidden;
    height: 340px;
    justify-content: center;
    align-items: center; background: #fff; border:1px solid #ddd; }
.honor_list dl dt img{ max-width: 100%;
    display: block;
    max-height: 340px;
    margin: 0 auto; }
.honor_list dl dd{display: block; overflow: hidden;}
.honor_list dl dd p{ font-size: 15px; text-align: center; line-height: 30px; margin-top: 10px; }

.wx_bg{ width: 100%; height: 100%; background: rgba(0,0,0,0.2); display: none;position: fixed; top:0; left: 0; z-index: 9999  }
.wx_ewm{ width: 220px; display: none; position: fixed;left: 50%; margin-left: -100px; top:40%; background: #fff;padding:10px;box-sizing: border-box;z-index: 9999 }
.wx_close{ float: right; font-size: 20px; color: #222; width: 22px;}
.wx_close img{ width: 100%; display: block; }
.wx_ewm img{ width: 100%; display: block; }
.wx_ewm p{ font-size: 14px; color: #333; line-height: 30px; text-align: center; }

.lx_ewm{ width: 150px; display: block; overflow: hidden; margin-left: 40px; }
.lx_ewm img{ display: block; width: 100%; }
.lx_ewm p{ font-size: 14px; color: #333; line-height: 30px; text-align: center; }

.wx_lianx{ margin-top:30px;display: block; overflow: hidden; }
.wx_lianx h3{ font-size: .8rem; color: #222; line-height: 2; text-align: center; }
.wx_pic{ width: 300px; display: block; overflow: hidden; margin:30px auto 0;}
.wx_pic ul{ list-style: none;display: block; overflow: hidden; }
.wx_pic ul li{     display: block;   
    overflow: hidden;
     }
.wx_pic ul li a{ border: 1px solid #ccc;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 10px 20px;height: 40px; display: block;   
    overflow: hidden;}

.wx_pic ul li i{ width: 40px; height: 40px; display: inline-block; margin-right: 12px;}
.wx_pic ul li .h01{ background: url(../images/k01.png) 0 -40px no-repeat; }
.wx_pic ul li .h02{ background: url(../images/k01.png) 0 0 no-repeat; }
.wx_pic ul li .h03{ background: url(../images/k01.png) 0 -80px no-repeat; }
.wx_pic ul li h3{ font-size: 16px; color: #222; line-height: 40px;display: inline-block;     vertical-align: top;}