﻿@charset "utf-8";
html,body{height:100%;}
body{padding:0px 0 0; margin:0px auto; font-size:16px; line-height:28px; color:#666666; font-family: "Microsoft YaHei","Arial","Microsoft YaHei","宋体",sans-serif; background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#000; font-family:"Microsoft YaHei";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{border:none; border:0;  vertical-align:top;}
a{ color:#222222; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#e1837c;}

/*表单placeholder 字体颜色*/
:-moz-placeholder {color: #cccccc;}
::-moz-placeholder {color: #cccccc;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #cccccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #cccccc;}

/*滚动条样式*/
::-webkit-scrollbar{
            width: 3px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #541308;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #B0AEDA;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tr{ text-align:right;}.tc{ text-align:center;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}

.Zxnav li{ width:210px; height:136px; border-radius:8px;display:inline-block;margin:0 12px}
.Zxnav li:nth-child(1){background:#2A93CF}
.Zxnav li:nth-child(2){background:#E0827E}
.Zxnav li:nth-child(3){background:#2A95D0}
.Zxnav li img{width:64px;height:64px;margin: 16px auto 12px;}
.Zxnav li p{ font-size: 22px; font-weight:bold;color:#fff}

.Contain{ z-index:1; position:relative; clear:both; width:1200px;margin:0px auto;}
.overflow{ overflow:hidden;}

.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}
.relative{ z-index:1; position:relative;}

.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}


/*翻页样式*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#555; clear:both; line-height:30px; font-size:14px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle; padding:0 6px; margin-left:-5px;}
.Pages .total{ border:1px solid #e6e6e6;}
.Pages a{ display:inline-block; margin:0px 3px; background:#eeeeee;text-align:center; color:#666666;}
.Pages .p_page a{ display:inline-block; vertical-align:middle;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ display:inline-block; vertical-align:middle; padding:0 13px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{background:#2292cf; color:#fff;}
.Pages .p_page .num a{vertical-align:middle; width:30px;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{ background:#2292cf; color:#fff;}
/*翻页样式 end*/


/*Top*/
.Header{height:100px;}
.Header .Contain{ width:auto; max-width:1440px; padding:0 15px; position:relative; z-index:999;}
.Header .Logo{float:left; position:relative; padding-top:14px;}
.Header .Logo .logo{ width:364px;}
.Header .Logo span{ display:inline-block; vertical-align:bottom; margin-left:15px; background:url(../images/logoline.gif) 0px top no-repeat; padding-left:6px;}
.Header .Logo span img{ width:88px;}
.Header .HotTel{ background:url(../images/tel.png) right 6px no-repeat; position:absolute; right:15px; top:0; text-align:right; padding:12px 62px 3px 0; color:#e1837c; line-height:16px; font-size:14px;}
.Header .HotTel b{ line-height:25px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; display:block; color:#2292cf; font-size:28px;}

.Header .sericon{ padding-top:66px;cursor:pointer; float:right;}
.Header .sericon .i1{ background:url(../images/ico/searchbtn.png); display:block; width:19px; height:20px;}
.Header .sericon .i2{ background:url(../images/ico/close.png); display:none; width:19px; height:20px;}
.Header .sericon.on .i1{ display:none;}.Header .sericon.on .i2{ display:block;}
.Header .Searchbox{ display:none; position:absolute; right:15px; top:101px; z-index:888; background:#fff; box-shadow:0 0 10px #ddd; border-radius:5px; width:398px; height:46px;}
.Header .Searchbox .ipt{ width:80%; height:44px; line-height:44px; text-indent:1em;}
.Header .Searchbox .btn{ cursor:pointer; width:19px; height:20px; background:url(../images/ico/searchbtn.png) center center no-repeat; position:absolute; right:16px; top:13px;}

.MainNav{ float:right; padding-top:53px;}
.MainNav li{ float:left; margin-right:37px; position:relative; z-index:999;}
.MainNav li span a{display:block; color:#222222; height:47px; line-height:47px;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#2292cf;}
.MainNav li .jbyy{ font-weight:bold; color:#2292cf;}

.NavPull{ border-radius:0 0 10px 10px; width:165px; top:47px; left:-53px; position:absolute; z-index:999; display:none; background:#2292cf; text-align:center; font-size:14px;}
.NavPull dd a{ color:#fff; display:block; padding:3px 0px; border-top:1px solid #259bdb;}
.NavPull dd a:hover{ color:#fff; background:#20a4eb;}
.NavPull dd:last-child a{ border-radius:0 0 10px 10px;}
.NavPull.null{background:none; padding:0;}
@media ( min-width:1200px) and (max-width:1400px){
.MainNav li{ margin-right:24px;}
}
/*Top*/

/*Bottom*/
.Footer{ clear:both; font-size:14px;background:#2a8cc2; padding:35px 0 25px; line-height:30px; color:#fff;}
.Footer .logob{ position:absolute; left:-104px; top:-20px;}
.Footer .nav a{ display:inline-block; margin-right:26px;}
.Footer a{ color:#fff;}.Footer a:hover{ color:#e38983;}
.Footer .share{ float:right; padding-top:5px;}
.Footer .bshare-custom{display:inline-block; *display:inline;zoom:1; vertical-align:middle; margin-top:-4px;}
.Footer .bshare-custom a{border:1px solid rgba(255,255,255,0.3); border-radius:50%; width:38px; height:38px;  padding:0; margin-left:20px;}
.Footer .bshare-custom .bshare-sinaminiblog{background:url(../images/ico/sina.png) center center no-repeat;}
.Footer .bshare-custom .bshare-weixin{background:url(../images/ico/wx.png) center center no-repeat;}
.Footer .bshare-custom .bshare-qqim{background:url(../images/ico/qq.png) center center no-repeat;}
.Footer .bshare-custom a:hover{ background-color:#0068a1; opacity:1;}
/*Bottom*/

/*左右侧浮动 s*/

.FloatRight{ width:72px; position:fixed; top:26%; z-index:999; right:20px;}
.FloatRight li{ position:relative; cursor:pointer; text-align:center; color:#fff; font-size:14px; padding-top:14px; height:58px; margin-bottom:1px; background:#2292cf;}
.FloatRight li:hover{ background:#e1837c;}
.FloatRight li a{ color:#fff;}
.FloatRight .con{ position:absolute; right:72px; top:0; background:#e1837c; line-height:52px; text-align:center; width:140px; padding:10px; font-size:19px; color:#fff; display:none;}
.FloatRight .con img{ width:140px;}

.totop{cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; z-index:99; height:29px; line-height:12px;}
.totop.cd-is-visible { height:29px;visibility: visible;opacity: 1; cursor:pointer;}

/*左右侧浮动 end*/


/*首页 s*/
.Homecss{ padding-top:0;}
.Homecss .Header{ position:fixed; width:100%; z-index:999; left:0px; top:0px;}
.ban_sec{ padding-top:100px;}
.HomeBan {overflow:hidden; position:relative;}
.HomeBan .slides li{position:relative;}
.HomeBan .flex-control-nav{bottom:10%; z-index:10;}
.HomeBan .flex-control-nav li a{opacity:1; width:23px; height:37px; background: url(../images/ico/ban_ico1.png);}
.HomeBan .flex-control-nav li a.flex-active{opacity:1; background:url(../images/ico/ban_ico01.png);}
.HomeBan .flex-direction-nav a { display:none;width: 45px; height: 45px; line-height:45px; color:#fff; font-family:"宋体"; font-size:32px; text-align:center; border-radius:50%; text-indent:0; background: rgba(0,0,0,0.4);}
.HomeBan .flex-direction-nav .flex-prev { left:-60px;}
.HomeBan .flex-direction-nav .flex-next { right:-60px;}
.HomeBan:hover .flex-direction-nav .flex-prev { left:4%;}
.HomeBan:hover .flex-direction-nav .flex-next { right:4%;}

.section .Contain{ padding-top:50px;}
.HomeTit{ padding-left:10px; position:relative;}
.HomeTit .ico{ position:absolute; left:0px; top:-2px; width:15px; height:15px; border:3px solid #e1867f; border-radius:50%;}
.HomeTit .cn{ line-height:36px; font-size:28px; color:#333333; position:relative; z-index:1;}
.HomeTit .en{ text-transform:uppercase; font-weight:bold; line-height:32px; color:#2292cf; font-size:32px;}

.HomeBan .slides li{background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; height:689px;}
@media ( min-width:1600px) and (max-width:1920px){
.section .Contain{ padding-top:6%;}

.HomeTit .cn{ line-height:43px; font-size:32px;}
.HomeTit .en{line-height:65px;font-size:48px;}
}


/*首页服务项目*/
.sec-2{ background:url(../images/secbg_2.jpg) center top no-repeat; background-size:cover;}
#HomeItem { margin-bottom:30px;}
#HomeItem .flex-viewport{ margin-left:-24px;}
#HomeItem .slides li{ overflow:hidden; padding-top:30px;transition: all ease 0.3s;}
#HomeItem .box{ margin-left:26px; border-radius:53px; padding:5px; background:#2292cf;}
#HomeItem .imgbox{ border-radius:48px 48px 0 0;}
#HomeItem .imgbox img{ width:270px; height:264px;}
#HomeItem .info{ border-radius:0 48px 48px 48px; margin-top:-80px; position:relative; height:140px; z-index:2; background:#2292cf; padding:0 9%; text-align:center;}
#HomeItem .info .tit{ line-height:30px; padding:10px 0 10px; font-size:18px; color:#fff;}
#HomeItem .info .p{ text-align:center; font-size:15px; height:72px;-webkit-line-clamp: 3; line-height:24px; color:#f2ffdf;}
#HomeItem li:hover .box{ background:#e1837c;}
#HomeItem li:hover .info{ background: #e1837c url(../images/logob.png) center center no-repeat; background-size:contain;}
#HomeItem .slides li:hover{ padding-top:20px !important;}

#HomeItem .flex-direction-nav a {width: 40px; height: 40px; line-height:40px; font-family:"宋体"; font-size:28px; text-align:center; color:#fff; font-weight:bold; background:#d5d6d6; border-radius:50%; opacity:1; text-indent:0; top:-25px;}
#HomeItem .flex-direction-nav .flex-prev { left:auto; right:53px;}
#HomeItem .flex-direction-nav .flex-next { right:0px;}
#HomeItem .flex-direction-nav a:hover{background:#e1837c;}
#HomeItem .flex-disabled{ opacity:1 !important;}

.HomeMore{ margin:0px auto; width:170px; line-height:42px; text-align:center;}
.HomeMore a{ display:block; color:#fff; background:#e1837c; border-radius:24px;}
.HomeMore a:hover{background:#d1645c;}

@media ( min-width:1600px) and (max-width:1920px){
#HomeItem { margin-bottom:65px;}
#HomeItem .slides li{padding-top:84px;}
#HomeItem .info{ height:272px;}
#HomeItem .info .p{height:120px;-webkit-line-clamp: 5;}
#HomeItem .info .tit{ line-height:48px; padding:36px 0 23px; font-size:22px;}
#HomeItem .imgbox img{height:264px;}
}
@media ( min-width:1365px)(max-width:1559px){
#HomeItem .slides li{padding-top:55px;}
#HomeItem .info{margin-top:-40px; height:180px; }
#HomeItem .info .tit{ padding:28px 0 15px;}
}

/*首页核心优势*/
.sec-3{ background:url(../images/secbg_3.jpg) center top no-repeat; background-size:cover;}
.sec-3 .MenuNav{ padding:16px 0 30px;}
.sec-3 .MenuNav li{ line-height:38px;}
.sec-3 .NumList li{ width:33.333%; float:left; text-align:center;}
.sec-3 .NumList li .num{color:#2292cf;}
.sec-3 .NumList li .num b{line-height:60px; font-size:60px; display:inline-block;}
.sec-3 .NumList li .p{ padding-bottom:20px; line-height:31px; color:#343434; font-size:16px;}
.sec-3 .NumList li .img img{ width:302px; height:302px;}

.HjBox .HjBig{ width:915px; float:left;}
.HjBox .HjBig li { position:relative;}
.HjBox .HjBig .info{ z-index:2; position:absolute; left:0; top:50%; margin-top:-92px; background:url(../images/hjbg.png); height:135px; padding-left:50px; width:219px; font-size:24px; color:#fff; padding-top:50px;}
.HjBox .HjBig .info i{ text-transform:uppercase; display:block; font-family:Tahoma, Geneva, sans-serif; letter-spacing:-0.06em; opacity:0.3;}
.HjBox .HjBig .imgbox{ margin-left:78px;}
.HjBox .HjBig .imgbox img{ height:419px; width:100%;}

.HjBox .HjSmall { width:266px; float:right;}
.HjBox .HjSmall li{ position:relative;}
.HjBox .HjSmall .arr{ background:url(../images/ico/hjarr.png); width:7px; height:16px; left:-7px; position:absolute; top:50%; margin-top:-9px; display:none;}
.HjBox .HjSmall .imgbox{ margin-bottom:15px; height:130px;}
.HjBox .HjSmall .imgbox img{height:130px; width:100%;}
.HjBox .HjSmall li:last-child() .imgbox{ margin-bottom:0;}
.HjBox .HjSmall li.on .imgbox{ border:3px solid #2292cf; height:124px;}
.HjBox .HjSmall li.on .arr{ display:block;}


@media ( min-width:1600px) and (max-width:1920px){
.sec-3 .MenuNav{ padding:20px 0 40px;}
.sec-3 .MenuNav li{ line-height:45px;}

.sec-3 .NumList li .num b{font-size:100px;line-height:107px;}
.sec-3 .NumList li .p{ padding-bottom:40px; font-size:18px;}

.sec-3 .HjBig li .imgbox img{ height:560px;}
.sec-3 .HjSmall .imgbox{height:177px;}
.sec-3 .HjSmall .imgbox img{ height:177px;}
.sec-3 .HjSmall li.on .imgbox {height:171px;}
.sec-3 .HjSmall li.on .imgbox img{height:171px;}
}
@media (max-width:1366px){
.sec-3 .MenuNav li{ line-height:32px;}
.sec-3 .NumList li .num b{ line-height:42px; font-size:37px;}
.sec-3 .NumList li .img img{ width:260px; height:260px;}
.sec-3 .HjBig .imgbox { height:350px;}
.sec-3 .HjSmall .imgbox img{height:95px;}
}

/*首页知名医生*/
#DocterBig{ margin-bottom:50px;}
#DocterBig li{ height:412px; position:relative;}
#DocterBig .info{ width:627px; float:left;}
#DocterBig .name{ color:#2292cf;}
#DocterBig .name b{ line-height:50px; display:inline-block; font-size:30px; margin-right:17px;}
#DocterBig .name .en{ font-weight:bold; display:block; font-size:30px; text-transform:uppercase; line-height:44px;}
#DocterBig .ks{ padding:30px 0 30px;}
#DocterBig .ks span{ display:inline-block; border:1px solid #2292cf; line-height:48px; padding:0 13px; color:#2292cf; font-size:14px;}
#DocterBig .txt{ max-width:522px; line-height:27px; font-size:14px; color:#666666;}
#DocterBig .img{ float:left;}
#DocterBig .img img{ width:260px; height:412px;}
#DocterBig .num { position:absolute; right:0; top:0px; font-family:Arial, Helvetica, sans-serif; color:#2292cf;}
#DocterBig .num b{ display:block; line-height:40px; font-size:45px;}
#DocterBig .num i{ display:block; line-height:40px; font-weight:bold; background:url(../images/line.gif) right center no-repeat; font-size:22px;}

#DocterSmall { padding:0 39px; margin-top:-110px; position:relative}
#DocterSmall li{ width:258px; float:left; padding:0 15px;}
#DocterSmall .box{ position:relative; cursor:pointer; text-align:center;}
#DocterSmall .imgbox{ background:#fff; text-align:center; position:relative; border:1px solid #d2d8de;}
#DocterSmall .imgbox img{ width:auto; max-width:100%; height:108px; margin:0px auto;}
#DocterSmall .info{ display:none; z-index:2; position:absolute; left:0; top:0; width:100%; height:90%; background-color: #2292cf; background-image:url(../images/logob2.png); text-align:center; background-position:right center; background-repeat:no-repeat; font-size:14px; color:#fff; padding-top:10%;}
#DocterSmall .info b{ display:block; font-size:26px;}
#DocterSmall li.on .info{ display:block;}

#DocterSmall .sPrev,#DocterSmall .sNext{ z-index:10;width: 59px; height: 43px; line-height:43px; text-align:center; font-size:28px; font-family:"宋体"; text-indent:0em; color:#fff; top:33px; font-weight:bold; background:#e1837c; position:absolute;}
#DocterSmall .sPrev{ left:0;}
#DocterSmall .sNext{ right:0;}

.Moreys{ position:absolute; right:0; top:90px; text-align:center; padding:5px; width:90px; background:#2292cf; z-index:6;}
.Moreys span{ display:block; line-height:25px; padding-top:5px; font-size:12px; color:#fff;}

@media ( min-width:1600px) and (max-width:1920px){
#DocterBig .name{padding-top:39px;}
#DocterBig .ks{ padding:42px 0 36px;}
#DocterBig .name b{ line-height:72px; font-size:36px;}
#DocterBig .name .en{font-size:36px; line-height:44px;}
#DocterBig .slides li{ height:596px;}
#DocterBig .img img{ width:376px; height:596px;}
#DocterBig .num {top:39px;}
#DocterBig .num b{line-height:59px; font-size:72px;}
#DocterBig .num i{line-height:46px; font-size:30px;}
.Moreys{  top:190px;}
#DocterSmall{ margin-top:0px;}
}
@media (max-width:1366px){
#DocterBig .name b{ line-height:35px;font-size:22px;}
#DocterBig .name .en{font-size:20px;line-height:30px;}
#DocterBig .slides li{ height:350px;}
#DocterBig .img img{ width:221px;height:350px;}
#DocterBig .ks{ padding:10px 0 10px;}
#DocterBig .ks span{ line-height:30px;}
#DocterSmall { margin-top:-180px;}
#DocterBig .num b{line-height:30px; font-size:30px;}
#DocterBig .num i{line-height:30px;font-size:18px;}
.Moreys{ padding:2;top:60px;}
}


/*首页专业的医疗设备*/
@media ( min-width:1600px) and (max-width:1920px){
.sec-3 #ShebeiList{ padding-top:25px;}
}

@media (max-width:1440px){
.sec-3 #ShebeiList .imgbox img{height:330px;}
}
@media (max-width:1366px){
.sec-3 #ShebeiList .imgbox img{height:260px;}
}


/*首页体系内转诊*/
.HomeMap{height:430px; border:1px solid #dedede; position:relative; background-image:url(../images/map.jpg); background-position:center center; background-repeat:no-repeat;}
.HomeMap .gj{ cursor:pointer; width:50px; text-align:center; color:#fff; font-size:14px; font-weight:bold; height:50px; position:absolute;}
.HomeMap .cn{ left:44%; top:28.5%;}
.HomeMap .tg{ left:33.8%; top:75%;}
.HomeMap .jpz{ left:38%; top:82%;}
.HomeMap p{transition: all ease 0.3s;}
.HomeMap .maptag{transition: all ease 0.3s; display:none; position:absolute; line-height:85px; font-size:24px; color:#272727; height:100px; width:120px; padding-right:31px; background:url(../images/maptag.png); top:-80px; left:-32px;}
.HomeMap .maptag .logo{ margin-right:10px; background:url(../images/logo_map.png); width:26px; height:40px; display:inline-block; vertical-align:middle;}
.HomeMap .gj:hover p{ display:none;}
.HomeMap .gj:hover .maptag{ display:block;}

@media ( min-width:1600px) and (max-width:1920px){
.HomeMap{height:574px;}
.HomeMap .cn{top:34%;}
.HomeMap .tg{top:69.5%;}
.HomeMap .jpz{top:74%;}
}
@media (max-width:1366px){
.HomeMap{ background-position:center -166px;}
.HomeMap{height:330px;}
.HomeMap .cn{top:9%;}
.HomeMap .tg{top:72%;}
.HomeMap .jpz{top:79%;}
}


/*首页一站式服务*/
.sec-3 .Serviceli{ height:430px; background-position:center 130px; background-image:url(../images/servicebg2.png);}
.sec-3 .Serviceli li .img img{width:110px; height:110px;}
.sec-3 .Serviceli li.li1{ top:40px;}
.sec-3 .Serviceli li.li2{ top:0px;}
.sec-3 .Serviceli li.li3{ top:90px;}
.sec-3 .Serviceli li.li4{ top:0px;}
.sec-3 .Serviceli li.li4 p{ width:auto;}
.sec-3 .Serviceli li.li5{ top:110px;}
.sec-3 .Serviceli li.li6{ top:245px;}
.sec-3 .Serviceli li.li7{ left:330px; top:250px;}
.sec-3 .Serviceli li.li8{ top:230px;}

/*首页成功案例*/
.sec-4{ background:url(../images/secbg_4.jpg) center top no-repeat; background-size:cover;}
.HomeVideo{ width:48%; float:left; padding-top:18px;}
#Videoinfo .slides li{}
#Videoinfo .video{ z-index:2; height:268px; position:relative;}
#Videoinfo .video .play{ cursor:pointer; z-index:1; position:absolute; left:0; width:100%; height:100%;}
#Videoinfo .video .play .img{ width:100%; height:100%; position:absolute; left:0; top:0; overflow:hidden;}
#Videoinfo .video .play .img img{ width:100%;}
#Videoinfo .video .play i{ width:46px; height:44px; z-index:2; position:absolute; left:50%; top:50%; margin:-22px 0 0 -23px; background:url(../images/play2.png) center center no-repeat;}
#Videoinfo .video .play em{ position:absolute; z-index:1; width:100%; height:100%; left:0; top:0; background:url(../images/filter50.png);}
#Videoinfo .video video{ background:#000; width:100%; height:268px;}
#Videoinfo .info{ text-align:center; padding:0px 30px; height:145px; background:#eef1f2;}
#Videoinfo .info .tit{ line-height:64px; font-size:22px; color:#333333;}
#Videoinfo .info .p{ height:60px; line-height:20px; color:#8b8b8b; font-size:14px;-webkit-line-clamp: 3; text-align:left;}
#Videoinfo .flex-direction-nav a {width: 30px; height: 30px; opacity:0.4; top:35%;}
#Videoinfo .flex-direction-nav .flex-prev { left:12px; background:url(../images/ico/sp_arr3.png);}
#Videoinfo .flex-direction-nav .flex-next { right:12px; background:url(../images/ico/sp_arr4.png);}
#Videoinfo .flex-direction-nav a:hover {opacity:1;}
#Videoinfo .flex-disabled{ opacity:0.4 !important;}
#Videoinfo .flex-direction-nav .flex-prev.flex-disabled:hover {opacity:1 !important;}
#Videoinfo .flex-direction-nav .flex-next.flex-disabled:hover {opacity:1 !important;}

#VideoNav { line-height:50px; margin-bottom:21px; text-align:center;}
#VideoNav  .flex-viewport{ padding-bottom:5px;}
#VideoNav .slides { background:#e8e8e8;}
#VideoNav .slides li{ position:relative; font-size:18px; cursor:pointer; color:#292929;}
#VideoNav .slides li.flex-active-slide{ color:#fff; background:#e1837c;}
#VideoNav .slides li.flex-active-slide i{ width:13px; height:6px; left:50%; bottom:-5px; margin-left:-6px; background:url(../images/case_arr.png); position:absolute;}

.HomeCase{ width:48%; float:right;}
.HomeCase li{ padding:4px;transition: all ease 0.3s;}
.HomeCase .box{ position:relative; padding:9px 182px 0 30px; height:109px;}
.HomeCase .img{ position:absolute; right:9px; top:10px;}
.HomeCase .img img{ width:134px; height:96px;}
.HomeCase .date{ font-size:12px; line-height:18px; color:#bbbbbb;}
.HomeCase .date i{ margin-left:15px;}
.HomeCase .tit{ line-height:28px; font-size:18px; color:#333333; margin:15px 0 19px;}
.HomeCase .more{ width:104px; height:10px; background:url(../images/more.png);}
.HomeCase li:hover{ background:#2292cf;}
.HomeCase li:hover .box{ background:#fff;}
@media ( min-width:1600px) and (max-width:1920px){
#Videoinfo .info{height:152px;}
#Videoinfo .video,#Videoinfo .video video{height:345px;}
.HomeVideo{padding-top:28px;}
.HomeCase .box{ position:relative; padding:20px 182px 0 30px; height:122px;}
.HomeCase .img{top:20px;}
}
@media (max-width:1366px){
#VideoNav { line-height:30px; margin-bottom:12px;}
#Videoinfo .info .tit{ line-height:40px; font-size:19px;}
#Videoinfo .video{ height:220px;}
#Videoinfo .video video{ height:220px;}
.HomeCase { padding-top:20px;}
.HomeCase li:nth-child(4){ display:none;}
}


/*首页新闻动态*/
.sec-5{ background:url(../images/secbg_5.jpg) center top no-repeat; background-size:cover;}
.sec-5 .HomeTit{ padding-bottom:46px;}
.HomeNews{ width:65%; float:left;}
.HomeNews .Nav{ height:48px; line-height:28px; border-bottom:1px solid #dcdcdc; margin-bottom:29px;}
.HomeNews .Nav li{ float:left; margin-right:57px; cursor:pointer; color:#6c6c6c; font-size:28px;}
.HomeNews .Nav li.on{ color:#2292cf; font-weight:bold; border-bottom:2px solid #2292cf; height:46px;}
.HomeNews .slider{ display:none;}
.HomeNews .slider .top{ border:1px solid #e8e8e8; background:#fff; padding:19px 125px 19px 188px; height:100px; border-radius:23px 0 23px 0; position:relative;}
.HomeNews .slider .top .img{ position:absolute; left:17px; top:17px;border-radius:12px 0 12px 0;}
.HomeNews .slider .top .img img{ width:150px; height:100px; border-radius:12px 0 12px 0;}
.HomeNews .slider .top .tit{ line-height:33px; padding-bottom:11px; font-size:18px;}
.HomeNews .slider .top .p{ line-height:25px; height:50px; color:#777777;-webkit-line-clamp: 2;}
.HomeNews .slider .top .more{ border-left:1px solid #e1e1e1; height:87px; width:71px; position:absolute; right:0; top:26px; background:url(../images/eye.png) center center no-repeat;}
.HomeNews .slider.on{ display:block;}

.HomeNews .slider .li{ margin:0 21px; height:47px; line-height:47px; border-bottom:1px dashed #cacaca;}
.HomeNews .slider .li .date{ float:right; color:#999999; font-size:14px;}
.HomeNews .slider .li .tit{ width:70%; float:left;}
.HomeNews .slider .li:last-child{ border-bottom:0;}

.HomeFaq{ width:29%; float:right; position:relative; border:1px solid #e1e1e1; padding:0 2% 8px; background:#fff; border-radius:28px 0 28px 0;}
.HomeFaq .logo{ right:10px; top:0; position:absolute; background:url(../images/logobg2.png) right 10px top no-repeat; background-size:contain; opacity:0.05; width:70%; height:100%;}
.HomeFaq .tithead{ text-align:center; padding-top:4px; line-height:71px; color:#2292cf; font-size:28px;}
.HomeFaq .tithead i{ width:40px; height:11px; display:block; margin:0px auto; border-top:2px solid #2292cf;}
.HomeFaq li{ height:50px; line-height:50px; border-bottom:1px dashed #dbdbdb; background:url(../images/faq.png) 2px center no-repeat; padding-left:43px;}
.HomeFaq #faq{ height:342px; overflow:hidden; position:relative; z-index:2;}
@media (max-width:1366px){
.sec-5 .HomeTit{ padding-bottom:30px;}

.HomeNews .Nav{ height:30px; line-height:28px; margin-bottom:12px;}
.HomeNews .Nav li{ margin-right:30px; font-size:18px;}
.HomeNews .Nav li.on{ height:28px;}
.HomeNews .slider .top{ padding:12px 125px px 188px; height:90px;}
.HomeNews .slider .top .img{top:10px;}

.HomeNews .slider .li{ height:40px; line-height:40px;}

.HomeFaq .tithead{ line-height:50px; font-size:20px;}
.HomeFaq li{ height:40px; line-height:40px;}
.HomeFaq #faq{ height:288px;}
}
.fp-auto-height .Contain{ padding-top:0;}

/*首页 end*/


/*栏目页公用样式 s*/
.SubBan{height:350px; background-position:center center; background-size:cover; background-repeat:no-repeat;}
.ColName{ position:relative; font-weight:bold; width:1200px; margin:0px auto; padding-top:130px;}
.ColName .ico{ position:absolute; left:-7px; top:132px; width:15px; height:15px; border:3px solid #e1867f; border-radius:50%;}
.ColName .cn{ line-height:54px; font-size:40px; color:#2292cf; position:relative; z-index:1;}
.ColName .en{ text-transform:uppercase; line-height:21px; color:#e1837c;}

.MenuList{ margin-top:-28px; text-align:center;}
.MenuList ul{ box-shadow:0 5px 15px #e9e7e7; border:1px solid #edebeb; border-radius:27px; display:inline-block; *display:inline; zoom:1; background:#fff; line-height:56px;}
.MenuList li{ float:left; position:relative; font-size:14px;}
.MenuList li a{ display:block; padding:0 30px; color:#1d1d1d;}
.MenuList li a:hover,.MenuList li.onli a{ color:#fff; background:#2292cf; box-shadow:0 5px 15px #ccc;}
.MenuList li:first-child a:hover,.MenuList li:first-child.onli a{border-radius:27px 0 0 27px;}
.MenuList li:last-child a:hover,.MenuList li:last-child.onli a{border-radius:0 27px 27px 0;}

.SubPage{ clear:both; height:auto !important; min-height:220px; height:220px; padding-top:5%; padding-bottom:5%;}

.SinglePage{ word-wrap:break-word;word-break:normal;}


.MenuList ul{background:#25def7;}
#news_id7 a,#news_id4 a{border-right: 1px solid #2292cf;font-weight:bold;}
#news_id5 a{font-weight:bold;}
.SinglePage a{text-decoration: underline;color:#2292cf;}
.SinglePage p{ 
font-size:16px;
text-indent: 2em;
margin-top:8px;

}
.SinglePage p img{
    display: block;
    margin: 0 auto;
    max-width: 90%;
}
.SinglePage h2{ text-indent: 0; font-weight: bolder; font-size: 18px; line-height: 18px; margin:16px 0;} 
.SinglePage h2:before{ content:'';display: block; float: left; width: 3px; height: 18px; background: #24bab4; margin-right: 8px; border-radius: 4px;}.article_con h3{ font-weight: bold; font-size: 16px;}
.SinglePage h6{ background: rgba(62,183,157,.1); padding: 6px 10px; border-radius: 8px; font-size: 14px;}

.SinglePage{ word-wrap:break-word;word-break:normal;}

.topbar{margin-bottom: 30px;width: 100%;border-bottom: 1px solid #c8c8c8;height: 54px;line-height: 54px;font-size: 16px;color: #7e7e7e;}
.SubPage{padding-top:3%}
.PrevNextBox dl a{display:inline;}	

   .information{clear:both;padding-top:20px;}
   .position{font-size:20px;font-weight:normal;color:#0080ff;padding:20px 0 8px 6px;border-bottom:2px solid #0080ff;}
   .position .more a{color:#505050;font-size:12px;float:right;}
   .mages{padding:20px 0 10px 30px;}
   .mages ul{padding:0 10px 4px 0;}
   .mages ul li{line-height:26px;background:url(/images/1inco.jpg) no-repeat left center;}
   .mages ul li a{color:#464646;padding-left:18px;}
   .mages ul li span {display:block;float:right;}






.SubTit{ padding-bottom:5.5%; text-align:center;}
.SubTit h2{ font-weight:normal; line-height:41px; color:#2292cf; font-size:36px;}
.SubTit p{ line-height:18px; color:#dcdcdc; font-size:18px; text-transform:uppercase;}
.SubTit i{ width:48px; height:12px; display:block; margin:0px auto; border-bottom:1px solid #e1837c;}

.SubTit2{ padding-bottom:5.5%; text-align:center;}
.SubTit2 h2{ font-weight:normal; line-height:41px; color:#444444; font-size:30px;}
.SubTit2 i{ width:29px; height:12px; display:block; margin:0px auto; border-bottom:2px solid #e1837c;}

.SubTit3{ margin-bottom:28px; text-align:center;}
.SubTit3 h2{ padding-top:17px; line-height:42px; height:62px; font-size:30px; color:#2292cf; background:url(../images/kuang.gif) center top no-repeat;}
.SubTit3 i{ width:17px; height:10px; display:block; margin:0px auto; border-top:2px solid #e1837c;}

.SubTit4{ padding:6% 0 3%; text-align:center;}
.SubTit4 h2{ display:inline-block;*display:inline; zoom:1; color:#2292cf; font-size:25px; vertical-align:middle; padding:0 13px; min-width:158px;}
.SubTit4 i{ width:95px; height:1px; background:#e1837c; display:inline-block; vertical-align:middle;}

.activehover{-webkit-box-shadow: 0 15px 30px rgba(133,113,111,0.5);
	box-shadow: 0 15px 30px rgba(133,113,111,0.2);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}

/*栏目页公用样式 end*/


/*关于我们 s*/
.AboutImg{ width:40%; float:left;}
.AboutInfo{ width:57%; float:right; color:#434343; line-height:34px;}

.AboutYs{ padding:4% 0 4%; background:url(../images/ysbg.jpg) center top no-repeat; background-size:cover;}
.AboutYs .SubTit{ color:#fff;}
.AboutYs .SubTit p{ opacity:0.3;}
.AboutYs .SubTit h2{ color:#fff;}
.AboutYs .SubTit h2 i{ border-bottom:1px solid #fff;}

.Serviceli{ height:638px; width:1420px; margin-left:-128px; background:url(../images/servicebg.png) 0px 221px no-repeat;}
.Serviceli ul{ margin-left:125px; position:relative;}
.Serviceli li{ width:168px; position:absolute; text-align:center; line-height:17px; color:#2292cf; font-size:14px;}
.Serviceli li .img img{ width:160px; height:160px; margin:0 auto 8px;}
.Serviceli li p{ margin:0px auto;}
.Serviceli li.li1{ left:0; top:100px;}
.Serviceli li.li2{ left:303px; top:40px;}
.Serviceli li.li2 p{ width:62px;}
.Serviceli li.li3{ left:545px; top:141px;}
.Serviceli li.li3 p{ width:98px;}
.Serviceli li.li4{ left:760px; top:0px;}
.Serviceli li.li4 p{ width:88px;}
.Serviceli li.li5{ left:1030px; top:157px;}
.Serviceli li.li5 p{ width:74px;}
.Serviceli li.li6{ top:343px; left:128px; padding-top:37px;}
.Serviceli li.li6 p{ position:absolute; left:0; top:10px; width:100%;}
.Serviceli li.li7{ top:407px; left:403px; padding-top:62px;}
.Serviceli li.li7 p{ position:absolute; left:27px; top:10px; width:114px;}
.Serviceli li.li8{ top:318px; left:826px; padding-top:62px;}
.Serviceli li.li8 p{ position:absolute; left:34px; top:10px; width:102px;}

.graybg2{ width:100%; clear:both; position:relative; background:#f5f5f5; overflow:hidden;}
.graybg2 .logo{ position:absolute; left:50%; margin-left:-500px; top:-40%;}
.graybg2 .logo img{width:982px;}

.MenuNav{ text-align:center;}
.MenuNav li{ color:#fff; border-radius:24px; width:150px; line-height:45px; display:inline-block;*display:inline;zoom:1; background:#88cbef; margin:0 4px; cursor:pointer;}
.MenuNav li.on{ background:#e1837c;}

.HrnorList{ padding-top:4%;}
.HrnorList ul{ margin-left:-5%;}
.HrnorList li{ width:45%; padding-left:5%; float:left; text-align:center;}
.HrnorList li .imgbox{ box-shadow:0 6px 20px #588eab; max-width:86%; margin:0px auto; position:relative; z-index:1; display:table; height:385px; background:#fff; border:7px solid #e1837c;}
.HrnorList li .imgbox div{ display:table-cell; vertical-align:middle;}
.HrnorList li .imgbox img{ max-height:385px; max-width:100%;}
.HrnorList li .ti{ margin-top:-67px; padding-top:65px; line-height:70px; background:#208ecd url(../images/rytit.png) center bottom no-repeat; font-size:18px; color:#fff;}

.videologo{ position:absolute;left:130px; top:-50px; }
.videologo img{width:315px; height:491px;}

#VideoBig{ margin-bottom:50px;}
#VideoBig .slides li{ height:356px; position:relative;}
#VideoBig .video{ cursor:pointer; z-index:2; position:absolute; right:105px; top:0; width:507px; height:356px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
#VideoBig .video .play{ width:64px; height:64px; z-index:2; position:absolute; left:50%; top:50%; margin:-27px 0 0 -27px; background:url(../images/play.png) center center no-repeat;}
#VideoBig .info{display: flex; align-items: center; position:relative; height:250px; color:#fff; margin-top:106px; background:url(../images/videobg.gif);}
#VideoBig .info span{ position:absolute; width:20px; height:20px;}
#VideoBig .info .li1{ left:9px; top:9px; border-top:1px solid rgba(255,255,255,0.2);border-left:1px solid rgba(255,255,255,0.2);}
#VideoBig .info .li2{ right:9px; top:9px; border-top:1px solid rgba(255,255,255,0.2); border-right:1px solid rgba(255,255,255,0.2);}
#VideoBig .info .li3{ left:9px; bottom:9px; border-left:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);}
#VideoBig .info .li4{ right:9px; bottom:9px; border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);}
#VideoBig .info .ti{ width:195px; margin:0 0 0 109px; line-height:44px; padding:12px 37px 12px 50px; position:relative; font-size:30px; color:#fff;}
#VideoBig .info .ti .kh1{ background:url(../images/kh.png); width:23px; height:17px; background:url(../images/kh.png); left:0; top:0px; position:absolute;}
#VideoBig .info .ti .kh2{ background:url(../images/kh.png); width:23px; height:17px; background:url(../images/kh.png); right:0px; bottom:0px; position:absolute;}
#VideoBig .info .ti .line{ right:-113px; top:44%; border-bottom:1px solid #fff; width:104px; height:10px; position:absolute;}

#VideoSmall { padding:0 51px;}
#VideoSmall .flex-viewport{ margin-left:-10px;}
#VideoSmall .box{ margin-left:30px; text-align:center; cursor:pointer;}
#VideoSmall .imgbox{ position:relative; border:1px solid #d1d1d1; height:130px; padding:14px;}
#VideoSmall .imgbox span{ left:14px; top:14px; width:210px; height:130px;}
#VideoSmall .imgbox i{ width:34px; height:34px; z-index:2; position:absolute; left:50%; top:50%; margin:-17px 0 0 -17px; border:3px solid #e1837c; border-radius:50%; background:url(../images/play.png) center center no-repeat;}
#VideoSmall .tit{ line-height:40px; color:#585858; font-size:14px;}
#VideoSmall .slides li.flex-active-slide .imgbox{ border:1px solid #2291ce;}

#VideoSmall .flex-direction-nav a {width: 27px; height: 27px; opacity:1;}
#VideoSmall .flex-direction-nav .flex-prev { left:0px; background:url(../images/ico/sp_arr1.png);}
#VideoSmall .flex-direction-nav .flex-prev:hover { background:url(../images/ico/sp_arr01.png);}
#VideoSmall .flex-direction-nav .flex-next { right:0px; background:url(../images/ico/sp_arr2.png);}
#VideoSmall .flex-direction-nav .flex-next:hover { background:url(../images/ico/sp_arr02.png);}
#VideoSmall .flex-disabled{ opacity:1 !important;}

.videobox{ padding-top:30px; height:100%; position:relative;}
.videobox .close{ border:1px solid #ccc; cursor:pointer; position:absolute; right:0px; z-index:999; top:0px;width:26px; height:23px; padding:4px 0 0 4px; background: #fff url(../images/ico/close.png) center center no-repeat; z-index:999;}
.popboxx{ width:100%; z-index:999; height:100%; background:url(../images/filter50.png); position:fixed; top:0px; left:0px; display:none;}
.popboxx .closebox{ position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:1;}
.popboxx iframe{ width:1050px; position:absolute; left:50%; top:50%; margin:-300px 0px 0px -525px; height:600px; z-index:2;}
.popbox{ position:fixed; left:0px; top:0px; z-index:99999; width:100%; height:100%; background:rgba(0,0,0,0.6);}


#TeamList { margin-bottom:65px;}
#TeamList .flex-viewport{ margin-left:-44px;}
#TeamList .slides li{ overflow:hidden;}
#TeamList .box{ margin-left:46px; text-align:center; cursor:pointer; position:relative; height:527px;}
#TeamList .imgbox img{ width:370px; height:457px; margin:0px auto;}
#TeamList .ti1{ z-index:2;transition: all ease 0.3s; line-height:70px; font-size:18px; color:#fff; background:#2292cf; position:absolute; left:0; bottom:0; width:100%;}
#TeamList .ti1 i{ width:27px; top:32px; height:1px; background:rgba(255,255,255,0.3); position:absolute;}
#TeamList .ti1 .i1{ left:15%;}#TeamList .info .ti1 .i2{ right:15%;}
#TeamList .info{ padding:4% 8% 8%; width:84.1%; color:#fff; font-size:12px; position:absolute; left:0; bottom:-200px; opacity:0;transition: all ease 0.3s; background:#e1837c url(../images/logob.png) center top no-repeat; background-size:contain;}
#TeamList .info .p{ height:72px;-webkit-line-clamp: 3; margin-bottom:23px; line-height:24px;}
#TeamList .info .more{ width:71px; line-height:28px; border:1px solid #fff; border-radius:14px; margin:0px auto;}
#TeamList .info .tit{ line-height:48px; font-size:18px;}
#TeamList li:hover .info{ opacity:1; bottom:0; z-index:2;}
#TeamList li:hover .ti1{ bottom:-70px; opacity:0;}

#TeamList .flex-direction-nav a {width: 58px; height: 58px; line-height:58px; font-family:"宋体"; font-size:30px; text-align:center; color:#b1b1b1; font-weight:bold; background:#f5f5f5; box-shadow:0 0 8px #ccc; border-radius:50%; opacity:1; text-indent:0;}
#TeamList .flex-direction-nav .flex-prev { left:-27px;}
#TeamList .flex-direction-nav .flex-next { right:-27px;}
#TeamList .flex-disabled{ opacity:1 !important;}
#TeamList .flex-direction-nav a:hover{ color:#fff; background:#e1837c;}

#ShebeiList { margin-bottom:60px;}
#ShebeiList .bd li{ width:280px; float:left; padding-right:26px; overflow:hidden;}
#ShebeiList .box{padding-top:61px; text-align:center; cursor:pointer; position:relative;}
#ShebeiList .imgbox{ border-radius:10px;}
#ShebeiList .imgbox img{ width:280px; height:365px; margin:0px auto;}
#ShebeiList .ti{ font-size:14px; padding:0 5px; line-height:22px; height:44px; overflow:hidden; background:url(../images/titbg.png) center 4px no-repeat; width:182px; color:#2e2e2e; margin:0px auto; position:absolute; top:0; left:44px;}
#ShebeiList .bd li.next .box{ padding:0 0 61px;}
#ShebeiList .bd li.next .ti{ bottom:0; top:auto;}

#ShebeiList .hd { text-align:center; padding-top:25px;}
#ShebeiList .hd li{ display:inline-block;*display:inline-block;zoom:1; margin:0 5px; width:22px; height:22px; text-indent:999em; background:url(../images/dot1.png) center center no-repeat;}
#ShebeiList .hd li.on{background:url(../images/dot01.png) center center no-repeat;}

.Mores{ margin:0px auto; width:140px; line-height:40px; text-align:center;}
.Mores a{ display:block; color:#fff; background:#e1837c; border-radius:20px; box-shadow:0 0 18px #edb7b2;}

/*招贤纳士 s*/
.hrw1{ width:20%;}
.hrw2{ width:16%;}
.hrw3{ width:16%;}
.hrw4{ width:16%;}
.hrw5{ width:15%;}
.hrw6{}
.Hrhead{ border-radius:11px 11px 0 0; font-size:18px; height:60px; text-align:center; color:#fff; background:#2292cf; font-weight:bold;}
.Hrhead li{ float:left;}
.padleft{ padding-left:4%; text-align:left !important;}
.HrList{ margin-bottom:4%; color:#494949;}
.HrList li{ margin-bottom:1px;}
.HrList li td{ height:60px; text-align:center; background:#f2f2f2;}
.HrList li td a{color:#494949;}.HrList li td a:hover{color:#b1702b;}
.HrList .btn{width:30px; height:30px; margin:0px auto; background:url(../images/ico/jia.gif) center center no-repeat; display:block;}
.HrList .stit{ font-weight:bold; margin-bottom:5px; color:#000000; font-size:16px;}
.HrList li .txtCont{ position:relative; font-size:14px; display:none; background:#fffcfc; line-height:32px; padding:15px 4% 25px;}
.HrList li .txtCont .item{ display:none; border-bottom:1px solid #e6e6e6; padding-bottom:10px; margin-bottom:10px;}
.HrList li .txtCont .item dd span{ color:#4c4c4c;}
.HrList li .txtCont .applybtn{ padding-top:25px;}
.HrList li .txtCont a.apply{ background:#e1837c; font-size:16px; display:block; text-align:center; width:130px; color:#fff; line-height:40px;}
.HrList li .txtCont a:hover.apply{ background:#d05950;}
.HrList li.current td{ background:#e4e0e0;}
.HrList li.current .btn{ background: url(../images/ico/jian.gif) center center no-repeat;}

.Jobbox{ line-height:38px; width:68%; position:relative; padding:4%; border-radius:10px; margin:20px auto; background:#fff;}
.Jobtit{ text-align:center; color:#428dc2; padding-bottom:3%; font-size:24px;}
.Jobbox .mfp-close{ border-radius:50%; background:#428dc2; font-size:40px; color:#fff; font-weight:bold; opacity:1; width:39px; height:39px; position:absolute; right:-15px; top:-15px;}
.mfp-close-btn-in .mfp-close{ color:#fff !important;}

.JobForm{ color:#666666; margin:0px 0px 0px 0px;}
.JobForm dl{ width:48%; float:left; padding-left:1%; line-height:28px;}
.JobForm dl dt{ width:22%; float:left; text-align:right; padding:5px 2% 5px 0;}
.JobForm dl dd{ width:70%; float:left;}
.JobForm dl.other{ width:99%; float:none; padding-left:1%;}
.JobForm dl.other dt{ width:10.8%; padding-right:1%;}
.JobForm dl.other dd{ width:84%;}
.JobForm dd{ padding:5px 0px;}
.JobForm .input { background:#fff; border:1px solid #dbdbdb; width:99%; height:28px; line-height:28px;}
.JobForm .input2 { background:#fff; border:1px solid #dbdbdb; width:99%; height:116px; line-height:23px;}
.JobForm select { border:1px solid #dbdbdb; width:190px; height:23px; line-height:23px;}
.sendbtn{ cursor:pointer; color:#fff; width:120px; height:40px; font-size:16px; background:#428dc2; margin-right:8px;}
.resetbtn{ cursor:pointer; color:#fff; width:120px; height:40px; font-size:16px; background:#606060;}


/*成功案例 s*/
.CaseList{ margin:0 0 0 -5%;}
.CaseList li{ width:45.5%; float:left; margin:0 0 2% 4.5%;transition: all ease 0.3s; border-radius:5px;}
.CaseList li .imgbox{ border-radius:5px;}
.CaseList li .imgbox img{ width:100%; height:382px;}
.CaseList li .info{ position:relative; padding:50px 40px 0 40px; height:157px;}
.CaseList li .tit{ color:#2b2b2b; font-size:18px;}
.CaseList li .p{ font-size:14px; line-height:24px; color:#979797; height:72px;-webkit-line-clamp: 3; margin-top:22px;}
.CaseList li .date{ position:absolute; left:40px; top:-57px; padding-left:25px; width:83px; height:76px; color:#fff; background:#2292cf; border-radius:5px; line-height:18px;transition: all ease 0.3s;}
.CaseList li .date i{ display:block; padding-top:12px; line-height:29px; font-size:24px;}
.CaseList li:hover{ background: #e1837c url(../images/case_logo.png) right bottom no-repeat;}
.CaseList li:hover .date{ background:#fff; color:#2292cf;}
.CaseList li:hover .tit a,.CaseList li:hover .p{color:#fff;}


/*诊疗项目 s*/
.graybg{ background:#f3f3f3;}

.ItemList{}
.ItemList li{ overflow:hidden; position:relative; height:280px; margin-bottom:35px; background:#f4f4f4;transition: all ease 0.3s;}
.ItemList .imgbox{ float:left;}
.ItemList .imgbox img{ width:460px; height:280px;}
.ItemList .info{ position:relative; z-index:1; float:left; padding:62px 0 0 55px; width:512px;}
.ItemList .info .tit{ line-height:31px; font-size:24px; color:#2292cf; margin-bottom:36px;}
.ItemList .info .p{ font-size:14px; line-height:24px;-webkit-line-clamp: 3; height:72px; color:#7b7b7b;}
.ItemList .more{ z-index:1; font-weight:bold; position:absolute; right:0; top:0; line-height:280px; text-align:center; width:50px; font-family:"宋体"; background:#ededed; font-size:36px; color:#3f9fd3;}
.ItemList .logo{ position:absolute;right:140px; top:-170px; display:none;}
.ItemList .logo img{ width:458px;}
.ItemList li:hover { background:#fff;}
.ItemList li:hover .more{ background:#e1837c; color:#fff;}
.ItemList li:hover .logo{ display:block;}


/*诊疗项目-孕前遗传病基因检测 s*/
.Item1tip{ color:#777777; border-radius:9px; text-align:center; background:url(../images/item1_bg1.jpg) center center no-repeat; display:table; padding:0 6%; width:88%; border-radius:15px; height:132px; margin-bottom:5%;}
.Item1tip p{ display:table-cell; vertical-align:middle;}
.Item1txt1{ border:1px solid #e1837c; background:#e1837c; position:relative;}
.Item1txt1 .img{ float:left;}
.Item1txt1 .info{ width:450px; float:left; position:relative; z-index:1; padding:60px 0 0 63px; line-height:38px; color:#fff;}
.Item1txt1 .info h3{ font-size:24px; padding-bottom:23px;}
.Item1txt1 .info b{ font-style:italic; font-size:18px;}
.Item1txt1 .logo{ position:absolute;right:10px; top:10px;}
.Item1txt1 .logo img{ width:346px;}

.Item1txt2{ background:url(../images/item1_bg2.jpg) center top no-repeat;}
.Item1txt2 ul{ height:493px; position:relative;}
.Item1txt2 li{ position:absolute; width:323px; height:323px; text-align:center; color:#fff; background:url(../images/item1_bg2.png); font-size:15px;}
.Item1txt2 li.li1{ left:0; top:0;}
.Item1txt2 li.li2{ left:219px; top:160px;}
.Item1txt2 li.li3{ left:438px; top:0;}
.Item1txt2 li.li4{ left:656px; top:160px;}
.Item1txt2 li.li5{ right:0; top:0;}
.Item1txt2 h3{ line-height:96px; padding-top:54px; opacity:0.3; font-size:66px;}
.Item1txt2 p{ padding:0 55px;}
.Item1txt2 li:hover{background:url(../images/item1_bg02.png);}

.Item1txt02{background:url(../images/item1_bg5.jpg); color:#fff; text-align:center; font-size:30px; border-radius:10px; padding:15px 5%; display:table; height:180px; width:90%;}
.Item1txt02 .txt{ display:table-cell; vertical-align:middle; font-weight:bold;}

.Item1txt3{ margin:0 0 0 -3%;}
.Item1txt3 li{ position:relative; width:47%; float:left; overflow:hidden; height:250px; background:#f0f0f0; margin:0 0 3% 3%; color:#959595;transition: all ease 0.3s;}
.Item1txt3 li .img{ float:left;}
.Item1txt3 li .img img{ width:258px; height:250px;}
.Item1txt3 li .info{ float:left; font-size:14px; width:250px; position:relative; z-index:1; padding:46px 0 0 28px; line-height:30px;}
.Item1txt3 li .info h3{ margin-bottom:16px; line-height:22px; border-left:3px solid #2292cf; padding-left:11px; font-size:20px; color:#363636;}
.Item1txt3 .logo{ display:none; position:absolute;right:80px; top:10px;}
.Item1txt3 .logo img{ width:172px;}
.Item1txt3 li:hover{ background:#e1837c; color:#fff;}
.Item1txt3 li:hover .info h3{ border-left:3px solid #fff;color:#fff;}
.Item1txt3 li:hover .logo{ display:block;}

.Item1txt4{ background:#efefef;}
.Item1txt4 .img{ float:left;}
.Item1txt4 .img img{ width:600px;}
.Item1txt4 .info{ line-height:45px; font-size:22px; padding:50px 0 0 50px; width:450px; float:left;}
.Item1txt4 .info .num{ display:inline-block; vertical-align:middle; text-align:center; color:#fff; width:45px; line-height:45px; background:#2292cf; border-radius:50%; margin-right:14px;}
.Item1txt4 .info p{ margin-bottom:17px;}
.Item1txt4 .txt{ color:#e1837c; font-size:15px; border:1px dashed #e1837c; border-radius:8px; padding:38px 112px 38px 23px; background:#fff url(../images/item1_bg3.jpg) right bottom no-repeat; line-height:28px;}

.Item1txt5{}
.Item1txt5 li{ width:21%; padding:0 2%; text-align:center; float:left;}
.Item1txt5 li .ico{ position:relative; width:169px; height:169px; margin:0px auto;}
.Item1txt5 .i1,.Itemtxt4 .i2{position: absolute; left:0px;top: 0px; width:169px; height:169px;}
.Item1txt5 .i1{ transition: 400ms;}
.Item1txt5 .i2{ -webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.Item1txt5 li:hover .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.Item1txt5 li:hover .i1{ opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(1.2); transform: scale(1.2);}
.Item1txt5 .tit{ line-height:37px; padding-top:18px; font-size:18px; color:#444444;}
.Item1txt5 .tit i{ display:block; margin:0px auto; width:18px; height:10px; border-top:2px solid #2292cf;}
.Item1txt5 .p{ color:#8d8d8d; font-size:14px; line-height:24px; height:72px;}
.Item1txt5 .num{ color:#e7e7e7; font-size:60px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:82px;}

.Item1txt6{ background:url(../images/item1_bg4.jpg) center top no-repeat; padding-bottom:6%;}
.Item1txt6 ul{ margin-left:-3%;}
.Item1txt6 li{transition: all ease 0.3s; text-align:center; width:30.333%; float:left; margin-left:3%;}
.Item1txt6 li h3{ color:#fff; line-height:80px; font-size:18px; background-color:#2a8cc2; background-position:center center; background-repeat:no-repeat; border-radius:20px 20px 0 0;}
.Item1txt6 li .txt{ background:#fff; height:136px; font-size:15px; color:#474747; padding:0 5%; width:90%; display:table;}
.Item1txt6 li .txt p{ display:table-cell; vertical-align:middle;}
.Item1txt6 li:hover h3{ background-color:#e1837c;}
.Item1txt6 li.li1 h3{ background-image:url(../images/item1_bg3.png);}
.Item1txt6 li.li2 h3{ background-image:url(../images/item1_bg4.png);}
.Item1txt6 li.li3 h3{ background-image:url(../images/item1_bg5.png);}



/*诊疗项目Y染色体AZF微缺失检测 s*/
.Item2txt1{ background:url(../images/item2_bg1.jpg) center top no-repeat; margin-top:-38px;}
.Item2txt1 .img{ float:left;}
.Item2txt1 .img img{ width:465px;}
.Item2txt1 .info{ width:622px; float:right; line-height:24px; padding-top:15px; font-size:14px; color:#353331;}
.Item2txt1 .info p{ height:85px; position:relative; padding-left:53px;}
.Item2txt1 .info p b{ font-family:Arial, Helvetica, sans-serif; position:absolute; left:0; top:5px; color:#2292cf; font-size:36px;}

.Item2txt2{ position:relative; background:#e1837c url(../images/item2_bg2.jpg) center top no-repeat; padding:63px 0 38px;}
.Item2txt2 .SubTit2 h2{ color:#fff;}
.Item2txt2 .SubTit2 h2 i{ border-bottom:2px solid #fff;}
.Item2txt2 .img{ text-align:center;}
.Item2txt2 .info{ position:absolute; height:168px; width:730px; background:#fff; bottom:0px; left:50%; margin-left:-475px; border-radius:103px; display:table; padding:0 100px;}
.Item2txt2 .info .txt{ line-height:45px; display:table-cell; vertical-align:middle; color:#363636; font-size:20px; font-weight:bold;}
.Item2txt2 .info .txt p{ background:url(../images/ico/xing.png) 0px 13px no-repeat; padding-left:30px;}

.Item2txt3{ position:relative; border:1px solid #f3f3f3; box-shadow:0 0 12px #f3f3f3; background:#fbfbfb; border-radius:10px; padding:25px; margin-bottom:4.5%;}
.Item2txt3 .img{ float:left;}
.Item2txt3 .img img{ width:580px;}
.Item2txt3 .info{ position:relative; z-index:1; padding:48px 0 0 40px; width:510px; float:left; line-height:47px; color:#3d3d3d;}
.Item2txt3 .logo{ position:absolute;right:0px; bottom:0px;}
.Item2txt3 .logo img{ width:253px;}

.Item2txt4 { margin:0 0 0 -3%;}
.Item2txt4 li{ width:22%; float:left; margin-left:3%; padding-top:34px; position:relative;}
.Item2txt4 li .ico{ z-index:1; position:absolute; left:50%; top:0px; margin-left:-42px;}
.Item2txt4 li .info{transition: all ease 0.3s; background:#fff; border:1px solid #f3f3f3; box-shadow:0 0 18px #f3f3f3; padding:76px 40px 0 40px; height:134px; color:#3d3d3d; border-radius:12px; text-align:center;}
.Item2txt4 li:hover .info{ color:#fff; background:#e1837c;}

.Item2txt5 { background: url(../images/item2_bg3.jpg) center top no-repeat; margin-bottom:4%;}
.Item2txt5 .tithead{ text-align:center; color:#343434; line-height:98px; padding-top:17px; font-size:18px;}
.Item2txt5 .info{ position:relative; background:#2292cf; color:#fff; text-align:center; border-radius:12px; box-shadow:0 0 15px #ddd; bottom:-43px; margin-top:-43px; padding:18px 0 28px;}
.Item2txt5 .thead{ margin-bottom:15px; border-bottom:1px solid #fff; font-weight:bold; width:100%; display: table; height:74px;}
.Item2txt5 .row { width:100%; display: table-row;}
.Item2txt5 li{ display:table-cell; vertical-align:middle;}
.Item2txt5 .tbody{ line-height:33px;width:100%; display: table;}

.Item2txt6{ margin:-20px 0 0 -12px;}
.Item2txt6 li{ width:20%; float:left;}
.Item2txt6 .info{ border:1px solid #e7e7e7; margin-left:12px; border-radius:10px; box-shadow: 0 0 10px #ddd; background:url(../images/item2_bg4.jpg) center top no-repeat; padding-top:66px; height:250px; text-align:center;}
.Item2txt6 .num{ width:86px; line-height:86px; font-size:30px; font-family:Arial, Helvetica, sans-serif; color:#e1837c; box-shadow:0 4px 10px #ebebeb; background:#fff; margin:0px auto 15px; font-weight:bold; border-radius:50%;}
.Item2txt6 .txt{ padding:0 21px; line-height:31px; color:#3d3d3d; font-size:15px;}

.Item2txt7{ background:#399cd0 url(../images/item2_bg5.jpg) center top no-repeat; padding:51px 0 0 0; margin-bottom:178px;}
.Item2txt7 .SubTit2 h2{ color:#fff;}
.Item2txt7 .SubTit2 h2 i{ border-bottom:2px solid #fff;}
.Item2txt7 .process{ padding-bottom:8%;}
.Item2txt7 .process li{ width:12.5%; float:left; text-align:center; color:#fff; line-height:28px;}
.Item2txt7 .process img{ display:block; margin:0px auto;}
.Item2txt7 .process b{ display:block; width:102px; margin:13px auto 0; font-size:18px;}
.Item2txt7 .fa{ border-radius:15px; border:1px solid #e6e6e6; border-bottom:5px solid #e1837c; box-shadow: 0 0 15px #ddd; text-align:center; padding:15px; position:relative; bottom:-125px; margin-top:-125px; background:#fff;}


/*诊疗项目-罗氏易位携带者PGD检测 s*/
.Itemtxt1{height:auto !important; min-height:375px; height:375px; position:relative;}
.Itemtxt1 .img{ z-index:1; position:absolute; left:-38px; top:-38px;}
.Itemtxt1 ul{ padding-top:8px;}
.Itemtxt1 li{ margin:0 0 14px 190px; border-radius:60px; background:#ecf5f9; padding:0 85px 0 290px; color:#5b5b5b;}
.Itemtxt1 dl{ width:100%;height:110px;display: table; position:relative;}
.Itemtxt1 li .txt{display: table-cell; vertical-align:middle;}
.Itemtxt1 li:hover{ color:#fff; background:#e1837c url(../images/item_logo.png) right top no-repeat; box-shadow:0 3px 8px #f6dbd9;}
.Itemtxt1 li .point{ width:52px; height:110px; background:url(../images/quan3.png); position:absolute; right:-85px; top:0;}
.Itemtxt1 li:hover .point{ background:url(../images/quan03.png);}

.Itemtxt2{ margin:38px 10% 0 0;}
.Itemtxt2 li{ width:23.3333%; border-radius:140px; float:left; background:#fff; margin-left:10%;}
.Itemtxt2 li .box{ padding:28px; height:361px; text-align:center; position:relative;}
.Itemtxt2 li .ti{ border-radius:50%; color:#fff;background:url(../images/quan1.png); font-size:18px; width:194px; height:194px; margin:0px auto;display:table;}
.Itemtxt2 li .ti span{display:table-cell; vertical-align:middle;}
.Itemtxt2 li .txt{ color:#454545; line-height:28px; padding-top:24px;}
.Itemtxt2 li:hover .ti{background:url(../images/quan2.png);}
.Itemtxt2 li.next .ti{ position:absolute; bottom:28px; left:11.5%;}

.Itemtxt3{ padding-bottom:5.5%;}
.Itemtxt3 .img{ width:55%; float:left;}
.Itemtxt3 .info{ font-size:17px; line-height:37px; color:#3d3d3d; width:35%; float:right; background:#ecf5f9; border-radius:10px; position:relative; height:383px;display: flex; align-items: center;flex-direction: column;justify-content:center;padding:0 3.2%;}
.Itemtxt3 .info .arr{ background:url(../images/leftarr.png); width:20px; height:44px; left:-20px; top:50%; margin-top:-22px; position:absolute;}
.Itemtxt3 .info .logo{ position:absolute; z-index:;right:15%; bottom:-5%;}
.Itemtxt3 .info .logo img{width:235px; height:375px;}

.Itemtxt4 li{ width:25%; float:left; text-align:center;}
.Itemtxt4 li .box{ position:relative; padding:58px 9% 0 9%; height:349px;transition: all ease 0.3s;}
.Itemtxt4 li .line{ border-right:1px solid #e9e9e9; position:absolute; top:62px; height:300px; right:0;}
.Itemtxt4 li .ti{ padding-top:17px; line-height:36px; color:#303030; font-size:20px;}
.Itemtxt4 li .ti i{ display:block; margin:0px auto; width:13px; height:22px; border-top:2px solid #2292cf;}
.Itemtxt4 li .txt{ line-height:24px; font-size:14px; color:#303030;}
.Itemtxt4 li .ico{ position:relative; width:140px; height:140px; margin:0px auto;}
.Itemtxt4 .logo{ z-index:-1; display:none; position:absolute; z-index:; right:10%; bottom:-5%;}
.Itemtxt4 .logo img{width:224px; height:347px;}
.Itemtxt4 .i1,.Itemtxt4 .i2{position: absolute; left:0px;top: 0px; width:140px; height:140px;}
.Itemtxt4 .i1{ transition: 400ms;}
.Itemtxt4 .i2{ -webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.Itemtxt4 li:hover .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.Itemtxt4 li:hover .i1{ opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(1.2); transform: scale(1.2);}
.Itemtxt4 li:hover .line,.Itemtxt4 li:last-child .line{ display:none;}
.Itemtxt4 li:hover .logo{display:block;}

.Itemtxt5 { padding-bottom:5%;}
.Itemtxt5 ul{ margin:0 0 0 -3%;}
.Itemtxt5 li{ width:47%; float:left; margin:0 0 0 3%; height:140px;}
.Itemtxt5 li .box{ background:url(../images/yybg.jpg); border-radius:8px; height:140px; padding:0 47px 0 144px;display: flex; align-items: center; position:relative; color:#565656;}
.Itemtxt5 li .ti{ position:absolute; left:0; top:32px; text-align:center; padding:14px 32px 0; width:41px; height:64px; color:#fff; font-size:18px; background:#2292cf;line-height:24px;}
.Itemtxt5 li:hover .ti{background:#e1837c;}
.Itemtxt5 .tip{ text-align:center; color:#ababab; font-size:14px; padding-top:26px;}

.Itemtxt6 { text-align:center; background: #fff url(../images/lcbg.png) center bottom no-repeat; border-radius:8px; padding:5%;}


/*诊疗项目-第三代试管婴儿 s*/
.Item4txt1 { margin:0 0 0 -5%;}
.Item4txt1 li{ width:45%; margin-left:5%; float:left; padding-top:39px; position:relative;}
.Item4txt1 .info{ margin-left:35px; padding:91px 67px 0 67px; color:#757575; font-size:15px; line-height:30px; height:321px; border:1px solid #ecf6fb; box-shadow:0 0 25px #d5ebf7; background:url(../images/logobg3.png) center bottom no-repeat;}
.Item4txt1 .tithead{ background:url(../images/item4_bg1.png); line-height:97px; padding-left:109px; font-size:18px; color:#fff; width:240px; position:absolute; left:0; top:0;}
.Item4txt1 li:hover .tithead{ background:url(../images/item4_bg01.png);}
.Item4txt1 li:hover .info{ border:1px solid #fcf4f4; box-shadow:0 0 25px #fbdfdf;}

.Item4txt2 { background:url(../images/item4_bg2.jpg) center top no-repeat;}

.Item4txt3 { background:url(../images/item4_bg3.jpg) center top no-repeat;}
.Item4txt3 .info{ height:475px; position:relative;}
.Item4txt3 .info .img{ text-align:center;}
.Item4txt3 .info li{ position:absolute; width:307px; line-height:20px; color:#8e8e8e; font-size:14px;}
.Item4txt3 .info h3{ line-height:52px; color:#2292cf; font-size:20px;}
.Item4txt3 .info h3 i{ display:inline-block; font-size:50px; font-family:Arial, Helvetica, sans-serif; background:url(../images/item4_bg3.gif) 0px 20px no-repeat; vertical-align:middle; margin-right:13px;}
.Item4txt3 .info li.li1{ left:0; top:21px;}
.Item4txt3 .info li.li2{ left:0; top:175px;}
.Item4txt3 .info li.li3{ left:0; top:312px;}
.Item4txt3 .info li.li4{ right:0; top:21px;}
.Item4txt3 .info li.li5{ right:0; top:175px;}
.Item4txt3 .info li.li6{ right:0; top:312px;}

.Item4txt4{ background:url(../images/item4_bg4.jpg) center top no-repeat;}

.Item4txt5{background:url(../images/item4_bg5.jpg) center top no-repeat;}
.Item4txt5 .SubTit2 h2{ color:#fff;}
.Item4txt5 .SubTit2 h2 i{ border-bottom:2px solid #fff;}

.Item4txt6{background:url(../images/item4_bg6.jpg) center top no-repeat; padding-top:4.5%;}

.Item_news{ width:54%; float:left;}
.Item_news .tithead{ height:49px; border-bottom:1px solid #eeeeee; position:relative; color:#52a3d6; font-size:30px; margin-bottom:13px;}
.Item_news .tithead img{ display:inline-block; margin-right:10px;}
.Item_news .tithead i{ position:absolute; left:0; bottom:-1px; width:139px; height:2px; background:#52a3d6;}
.Item_news .list li{ border-bottom:1px dashed #eeeeee; padding:9px 0 13px;}
.Item_news .list li .tit{ line-height:38px; color:#333333;}
.Item_news .list li .p{ height:24px;-webkit-line-clamp: 1; color:#999999; font-size:13px;}
.Item_news .list li:hover .tit{ font-weight:bold; color:#52a3d6;}
.Item_news .list li:last-child{ border-bottom:0;}

.Item_case{ width:41%; float:right;}
.Item_case .tithead{ height:49px; border-bottom:1px solid #eeeeee; position:relative; color:#e1837c; font-size:30px; margin-bottom:33px;}
.Item_case .tithead img{ display:inline-block; margin-right:10px;}
.Item_case .tithead i{ position:absolute; left:0; bottom:-1px; width:139px; height:2px; background:#e1837c;}
.Item_case .slides li img{ height:404px;}
.Item_case .flex-control-nav{bottom:5%; z-index:10;}
.Item_case .flex-control-nav li a{opacity:1; width:13px; height:13px; background:#fff; border-radius:50%;}
.Item_case .flex-control-nav li a.flex-active{opacity:1; background:#62b5de;}
.Item_case .flex-direction-nav { display:none;}


/*诊疗项目-冻卵冻胚 s*/
.Item5txt1{ position:relative; margin-bottom:5%; overflow:hidden; border:1px solid #f3f3f3; box-shadow:0 0 15px #eae9e9;}
.Item5txt1 .img{ float:left;}
.Item5txt1 .img img{ width:602px;}
.Item5txt1 .info{ line-height:29px; position:relative; z-index:1; color:#3d3d3d; font-size:14px; padding-left:38px; width:509px; float:left;}
.Item5txt1 .info .tithead{ font-size:20px; color:#2292cf; line-height:37px; margin-bottom:12px; border-bottom:1px solid #d4d4d4; position:relative; padding-top:44px;}
.Item5txt1 .info .tithead i{ background:#2292cf; position:absolute; left:0; bottom:-1px; width:43px; height:2px;}
.Item5txt1 .logo{ position:absolute; top:0; right:80px;}
.Item5txt1 .logo img{ width:416px;}

.Item5txt2{ background: #1f8cca url(../images/item5_bg1.jpg) center top no-repeat;}
.Item5txt2 .SubTit2 h2{ color:#fff;}
.Item5txt2 .SubTit2 h2 i{ border-bottom:2px solid #fff;}
.Item5txt2 .tip{ padding-top:25px; color:#fff; font-size:15px;}
.Item5txt2 .info{ margin-top:-25px; background:#fff; border-radius:10px; padding:45px 55px;}
.Item5txt2 .tithead{ text-align:center; color:#404040; font-size:18px; line-height:30px;}
.Item5txt2 .list{ padding:1% 4% 0;}
.Item5txt2 ul{ margin-left:-5%;}
.Item5txt2 li{ line-height:62px; color:#fff; float:left; background:#e1837c; border-radius:29px; width:45%; margin:3% 0 0 5%;}
.Item5txt2 li b{ text-align:center; color:#fff; display:inline-block; width:47px; line-height:47px; background:url(../images/yuan.png); font-size:20px; font-family:Arial, Helvetica, sans-serif; margin:0 24px 0 11px;}
.Item5txt2 li.auto{ width:95%;}

.Item5txt3 .info{ color:#3d3d3d; width:568px; line-height:35px; float:left;}
.Item5txt3 .img{ float:right; margin-top:-25px;}
.Item5txt3 .img img{ width:595px;}


/*诊疗项目-多次试管失败 s*/
.Item5txt1.t2 .info .tithead{ line-height:54px; font-size:24px;}
.Item5txt1.t2 .logo{ top:-100px;}

.Item6txt1 .img{ float:left; padding-top:54px;}
.Item6txt1 .img img{ width:445px;}
.Item6txt1 .info{ width:663px; float:right;}
.Item6txt1 .info li{ padding-left:89px; position:relative; height:120px; color:#646464;}
.Item6txt1 .info li .ico{ position:absolute; left:0; top:0;}
.Item6txt1 .info li h3{ line-height:26px; color:#2292cf; padding-bottom:10px; font-size:18px;}

.Item6txt2 { background:#efefef;}
.Item6txt2 .list1{}
.Item6txt2 .list1 li{ width:50%; float:left; height:230px; background:#fff;}
.Item6txt2 .list1 li .img{ float:left;}
.Item6txt2 .list1 li .img img{ width:258px; height:230px;}
.Item6txt2 .list1 li .info{ padding:44px 0 0 35px; width:270px; float:left; line-height:25px; color:#646464; font-size:14px;}
.Item6txt2 .list1 li .info .ti{ font-size:18px; color:#2292cf; padding-bottom:15px;}
.Item6txt2 .list2{ margin:0 0 5% -1%;}
.Item6txt2 .list2 li{ width:32.3333%; float:left; margin:1% 0 0 1%;}
.Item6txt2 .list2 .info{ background:#fff; padding:0 39px; height:190px;line-height:25px; color:#646464; font-size:14px;}
.Item6txt2 .list2 li .info .ti{ font-size:18px; color:#2292cf; padding:25px 0 15px; text-align:center;}
.Item6txt2 .list2 li .img img{ width:100%; height:158px;}
.Item6txt2 .list3{ background:#2a8cc2; border-radius:12px; padding:35px;}
.Item6txt2 .list3 .img{ float:left;}
.Item6txt2 .list3 .img img{ width:570px;}
.Item6txt2 .list3 .info{ line-height:58px; float:left; padding:50px 0 0 100px; width:400px; color:#fff; font-size:24px;}
.Item6txt2 .list3 .info i{ display:inline-block; font-size:48px;}


/*诊疗项目-无创PGT-A技术 s*/

.Item7txt1 { color:#3d3d3d; line-height:36px;}
.Item7txt2 { color:#fff; background:#2092d5 url(../images/item7_bg1.jpg) center top no-repeat; padding:66px 0 35px;}
.Item7txt2 .img{ float:left; text-align:center; font-size:14px;}
.Item7txt2 .img img{ width:582px; display:block; margin:0px auto 10px;}
.Item7txt2 .info{ float:right; font-size:18px; width:556px; padding-top:59px; line-height:35px;}

.Item7txt3 {}
.Item7txt3 li{ position:relative; width:50%; overflow:hidden; float:left; height:248px; background:#f1f1f1;}
.Item7txt3 li .img{ float:left;}
.Item7txt3 li .img img{ width:300px; height:248px;}
.Item7txt3 li .info{ position:relative; z-index:1; padding:47px 0 0 47px; width:220px; float:left; color:#3d3d3d; font-size:18px; line-height:34px;}
.Item7txt3 .logo{ position:absolute; top:10px; right:10px;}
.Item7txt3 .logo img{ width:174px;}
.Item7txt3 .arr{ background:url(../images/arr1.png); width:11px; height:22px; position:absolute; left:289px; top:112px;}
.Item7txt3 li.li3 .arr,.Item7txt3 li.li4 .arr{ background:url(../images/arr2.png);left:300px;}
.Item7txt3 li.li3 .img,.Item7txt3 li.li4 .img{ float:right;}

.Item7txt4 { background:#f0f0f0;}
.Item7txt4 .tithead{ text-align:center; font-size:20px; color:#242424; padding-bottom:4%;}

.Item7txt5 { margin-left:-3%;}
.Item7txt5 li{ position:relative; float:left; width:22%; padding-left:3%; text-align:center;}
.Item7txt5 li .img{}
.Item7txt5 li .ti{ line-height:42px; color:#303030; font-size:20px; padding-top:11px;}
.Item7txt5 li .p{ font-size:14px; color:#777777; line-height:24px; width:90%; margin:0px auto;}
.Item7txt5 li .arr{ position:absolute; top:114px; right:-30px; background:url(../images/arr3.gif); width:20px; height:16px;}
.Item7txt5 li.li4 .arr{ display:none;}


/*医疗团队 s*/
.TeamList{ margin:0 0 2% -3%;}
.TeamList li{ width:47%; float:left; padding:0 0 3% 3%;}
.TeamList .box{ position:relative;transition: all ease 0.3s; font-size:14px; height:304px; border:1px solid #c3c3c3; border-top:1px solid #2292cf;}
.TeamList .box .imgbox{ float:left; overflow:hidden;}
.TeamList .box .imgbox img{ width:210px; height:304px; padding-left:20px;}
.TeamList .box .info{ width:235px; float:right; padding-right:44px;}
.TeamList .box .tit{ padding-top:49px; overflow:hidden; line-height:30px; font-size:22px;}
.TeamList .box .p{ line-height:24px; height:96px; margin:26px 0 35px; color:#868686;-webkit-line-clamp: 4;}
.TeamList .box .detail{ display:block; width:162px; line-height:34px; text-align:center; background:#428dc2; color:#fff;}
.TeamList .logo{ position:absolute;right:65px; top:20px; display:none;transition: all ease 0.3s;}
.TeamList .logo img{ width:184px; height:289px;}
.TeamList li:hover .box{ border-top:1px solid #e1837c; background:#fff;}
.TeamList li:hover .tit a{ color:#e1837c;}
.TeamList li:hover .logo{ display:block;}
.TeamList li:hover .detail{ background:#e1837c;}


/*医疗设备 s*/
.EqList{ margin:0 0 0 -3%;}
.EqList li{ width:47%; float:left; padding:0 0 3% 3%;}
.EqList .box{ position:relative;transition: all ease 0.3s; font-size:14px; height:365px; border-radius:11px; border:1px solid #dedede; padding:27px;}
.EqList .box .imgbox{ float:left;border-radius:11px; overflow:hidden;}
.EqList .box .imgbox img{ width:280px; height:375px;}
.EqList .box .info{ width:200px; float:right;}
.EqList .box .ti{ padding-top:26px; height:80px; overflow:hidden; line-height:30px; font-size:20px; border-bottom:1px dashed #e3e3e3;}
.EqList .box .p{ line-height:29px; height:120px; margin:17px 0 48px; color:#747474;-webkit-line-clamp: 4;}
.EqList .box .detail{ display:block; width:118px; line-height:35px; text-align:center; background:#2292cf; color:#fff; border-radius:20px;}
.EqList .logo{ position:absolute;right:34px; top:27px; display:none;transition: all ease 0.3s;}
.EqList .logo img{width:226px; height:365px;}
.EqList li:hover .box{ border:1px solid #fff; background:#fff;}
.EqList li:hover .ti a{ color:#e1837c;}
.EqList li:hover .logo{ display:block;}
.EqList li:hover .detail{ background:#e1837c;}


/*医院动态 s*/
.Leftbar{ width:72%; float:left;}
.Zxnav{ text-align:center;}
.Zxnav li{ padding:0 2%; display:inline-block; *display:inline-block; zoom:1;}
.RightCon{ width:25%; float:right;}
.RightCon .Col{ padding:10px; border:1px solid #f6f6f6; margin-bottom:20px; box-shadow:0 0 10px #ddd;}
.RightCon .Tithead{ text-align:center; background:#eaf4fa; color:#2292cf; font-size:18px; line-height:30px; margin-bottom:12px;}
.RightCon .service li{ text-align:center; width:33.333%; float:left; background:url(../images/page_navbg.png) right center no-repeat; font-size:12px; padding-top:9px; height:55px; margin-bottom:4px; line-height:23px;}
.RightCon .service li .ico{ background:url(../images/ico/service.png); display:block; margin:0px auto; width:32px; height:32px;}
.RightCon .service li.li1 .ico{ background-position:0px center;}
.RightCon .service li.li2 .ico{ background-position:-32px center;}
.RightCon .service li.li3 .ico{ background-position:-64px center;}
.RightCon .service li.li4 .ico{ background-position:-96px center;}
.RightCon .service li.li5 .ico{ background-position:-128px center;}
.RightCon .service li.li6 .ico{ background-position:-160px center;}
.RightCon .service li.li7 .ico{ background-position:-192px center;}
.RightCon .service li.li8 .ico{ background-position:-224px center;}
.RightCon .service li.li9 .ico{ background-position:-256px center;}
.RightCon .service li:nth-child(3n+3){ background:none;}
.RightCon .faq{ margin-top:13px;}
.RightCon .faq li{ line-height:35px; height:35px;white-space:nowrap; overflow:hidden}
.RightCon .item { margin-left:-8px;}
.RightCon .item li{ width:33.333%; float:left;}
.RightCon .item a{ background:#2292cf; display:block; text-align:center; line-height:36px; color:#fff; margin:0 0 8px 8px;}
.RightCon .item li.next a{ background:#e1837c;}
.RightCon .item a:hover{ text-decoration:underline;}
.RightCon .msg .tip{ text-align:center; line-height:26px; font-size:14px; color:#c70025;}
.RightCon .msg dl{ margin:0 11px; padding:0 0 15px 70px; position:relative;}
.RightCon .msg dt{ position:absolute; top:0; font-size:14px; left:0px; color:#747774; line-height:30px;}
.RightCon .msg .input{ border-radius:6px; border:1px solid #cccccc; width:99%; text-indent:1em; height:28px; line-height:28px;}
.RightCon .msg .btn{ border-radius:6px; height:30px; color:#fff; width:125px; background:#e1837c;}
.RightCon .msg .textarea{ border:1px solid #cccccc; padding:5px;}
.RightCon .msg .textarea textarea{ width:100%; height:50px;}

.NewsFocus{ overflow:hidden; position:relative; background:#f4f4f4; margin-bottom:30px;}
.NewsFocus .slides li{ position:relative; height:300px;}
.NewsFocus .imgbox{ overflow:hidden; width:420px; float:left;}
.NewsFocus .imgbox img{ width:420px; height:280px;}
.NewsFocus .logobg{position:absolute; top:15px; right:39px;}
.NewsFocus .logobg img{width:170px; height:271px; }

.NewsFocus .info{ width:378px; padding:73px 35px 0 0; float:right; line-height:30px;}
.NewsFocus .tit a{ font-size:18px; color:#222222;}
.NewsFocus .p{height:60px;-webkit-line-clamp: 2; font-size:14px; color:#828282; margin-top:17px;}
.NewsFocus .slides li .tit:hover a{ color:#e1837c;}
.NewsFocus .flex-direction-nav{ display:none;}
.NewsFocus .flex-control-nav{ left:51.4%; text-align:left;width:32%; bottom:35px;}
.NewsFocus .flex-control-paging li a {width: 12px; height: 12px; text-indent:999em; background:#b5b5b5; border-radius:50%;}
.NewsFocus .flex-control-paging li a.flex-active {background:#e1837c;}

.NewsList { margin-bottom:2%; padding-bottom:10px;}
.NewsList li{transition: all ease 0.3s; padding:20px 40px 0 144px; border-bottom:1px dashed #cccccc; height:104px; position:relative;}
.NewsList li .tit{ line-height:32px; color:#222222;}
.NewsList li .p{color:#888888; font-size:14px; height:48px;-webkit-line-clamp: 2; line-height:24px;}
.NewsList li .date{ width:68px; height:84px; position:absolute; background:#2292cf; color:#fff; text-align:center; font-family:Arial, Helvetica, sans-serif; top:20px; font-size:14px; left:38px;}
.NewsList li .date b{display:block; padding-top:22px; font-size:30px;}
.NewsList li:hover { border-bottom:1px solid #fff;}
.NewsList li:hover .tit a{ color:#e1837c;}
.NewsList li:hover .date{ background:#e1837c;}

.Titleinfo{ border-bottom:1px solid #e6e6e6; text-align:center; margin-bottom:35px; padding-bottom:18px;}
.Titleinfo .tits{font-size:28px; color:#010101; line-height:30px;}
.Titleinfo .date{ font-size:14px; padding:15px 0 0 0;color:#808080;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}

.PrevNextBox {margin:50px 0 0 0;position:relative; padding-top:11px; border-top:1px solid #e6e6e6; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:70%; line-height:50px; height:50px;overflow:hidden; border-bottom:1px dotted #d9d9d9; position:relative;}
.PrevNextBox dl span{ padding:0 75px 0 55px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:0px; top:0px; color:#333333;}
.PrevNextBox dl span .date{ position:absolute; right:0; top:0; color:#808080; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#333333;}
.PrevNextBox dl a.none{color:#999;}
.PrevNextBox a.back{ position:absolute; right:0; top:54px; color:#da6961; font-size:16px; padding-right:31px; background:url(../images/ico/back.png) right center no-repeat;}


/*联系我们 s*/
.ContactTxt{ position:relative;width:58%; float:left; margin-bottom:5.7%; line-height:48px; color:#969696; height:auto !important;min-height:458px; height:458px;}
.ContactTxt .logo{ background:url(../images/contactbg.png) 0px top no-repeat; width:333px; height:458px; position:absolute; left:-97px; top:0; z-index:-1;}
.ContactTxt .name{ line-height:72px; color:#313131; font-size:30px;}
.ContactTxt li b{ color:#2292cf;}
.ContactTxt li b img{ display:inline-block; vertical-align:middle; margin-right:10px;}
.ContactTxt li.company{ padding-left:137px; position:relative;}
.ContactTxt li.company b{ position:absolute; left:0; top:0;}

.ContactImg{ position:relative; width:39%; float:right; margin-bottom:5.7%; padding-bottom:18px;}
.ContactImg .line{ border:3px solid #e1837c; right:-16px; position:absolute; bottom:0; height:94%; width:98%;}

#dituContent{ height:498px;}




.page_div {
	width: 100% !important;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	margin-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 20px;
}

.page {
	width: 100% !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	margin-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 10px;
}







.page_div a {
	min-width: 30px;
	height: 28px;
	border: 1px solid #dce0e0!important;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
    background: #fafafa;
	
}

.page a {
	max-width: 50px;
	min-width: 20px;
	height: 28px;
	border: 1px solid #dce0e0!important;
	text-align: center;
	
	cursor: pointer;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
    background: #fafafa;
	
	margin: 0 2px;
    padding: 4px 2px;
  
}





.page a.total  {
	max-width: 80px;	
}

.biaoqi617{font-size:14px;  height:35px; border-bottom:#ccc  dotted 0px}
.biaoqi617 ul li{float:left; margin-left:15px; height:30px; float:left; width:auto}




#firstPage,#lastPage {
	width: 50px;
	color: #2292cf;
	border: 1px solid #2292cf!important;
}
#prePage,#nextPage {
	width: 70px;
	color: #2292cf;
	border: 1px solid #2292cf!important;
}


#prePage {
	width: 70px;
	color: #2292cf;
	border: 1px solid #2292cf!important;
}



.page_div .current {
	background-color: #2292cf;
	border-color: #2292cf;
	color: #FFFFFF;
}


.page .block {
	background-color: #2292cf;
	border-color: #2292cf;
	color: #FFFFFF;
}