@charset "utf-8";

/* CSS Document */

body { margin: 0; font: 12px/24px Arial, "microsoft yahei"; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { padding: 0; margin: 0; }

form, textarea, input { font-family: "microsoft yahei" }

ol, ul { list-style: none; }

li { list-style-type: none; }

img { border: 0; vertical-align: top }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

address, cite, code, em, th, i, b { font-weight: normal; font-style: normal; }

.clearfix { *zoom:1;

}

.clearfix:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }

a { color: #666; text-decoration: none; outline: none }

a:hover { color: #db0a49; }

/*html5*/

article, aside, dialog, header, section, footer, nav, figure, menu { display: block }

.Hidden { display: none; }

.fl { float: left }

.fr { float: right }

.relative { position: relative }

.absolute { position: absolute }

@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?-z0f8u9'); src: url('../fonts/icomoon.eot?#iefix-z0f8u9') format('embedded-opentype'), url('../fonts/icomoon.woff?-z0f8u9') format('woff'), url('../fonts/icomoon.ttf?-z0f8u9') format('truetype'), url('../fonts/icomoon.svg?-z0f8u9#icomoon') format('svg'); font-weight: normal; font-style: normal; }

.icomoon { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }

.index_main { width: 1300px; margin: 0 auto; color: #fff; position: relative }

.main { width: 1000px; margin: 0 auto }

/*------headerCss---------*/

.header_h { height: 128px; background-color: #fff; }

.header_h .topDateTell { height: 28px; line-height: 28px; background-color: #ededed; overflow: hidden; }

.englishTags { line-height: 28px; color: #848484; }

.topDateTell .openTime { font-size: 14px; color: #3d3f4b; margin-right: 40px; display: inline; }

.topDateTell .openTime a { margin: 0 5px }

.topDateTell .openTime .icomoon { margin: 0 3px }

.topLogo h1 { background: url(../images/logo.png) no-repeat; float: left; width: 525px; height: 69px; margin-top: 18px; }

.topLogo h1 a { display: block; width: 100%; height: 100% }

.topNav { height: 30px; line-height: 30px; margin-top: 37px; }

.topNav ul { float: left; }

.topNav ul li { margin: 0 auto; float: left; font-size: 16px; }

.topNav li a { color: #3d3f4b; text-decoration: none; display: block; padding: 0 15px; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; transition: all .3s linear 0s; }

.topNav li a:hover { color: #fff; text-decoration: none; background-color: #3d3f4b }

/*  幻灯片  */

.main_image { position: relative; height: 650px; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat; }

.main_image .slides { position: relative }

.main_image .slides li { height: 650px; }

.main_image .slides li a { display: block; width: 100%; height: 650px }

.main_image .flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center; }

.main_image .flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display:inline;

zoom: 1; }

.main_image .flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 100px; overflow: hidden; background: #fff; cursor: pointer; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }

.main_image .flex-control-nav .flex-active { background: #db0a49 }

.main_image .flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 50%; margin-top: -50px; display: none; }

.main_image .flex-direction-nav li a { display: block; width: 45px; height: 100px; overflow: hidden; cursor: pointer; position: absolute; background: url(../images/hmbg-v2.png); }

.main_image .flex-direction-nav li a.flex-prev { left: 100px; background-position: 0 0 }

.main_image .flex-direction-nav li a.flex-next { right: 100px; background-position: 45px 0 }

.main_image:hover .flex-direction-nav { display: block; }

/* 项目菜单 */

.menu { position: absolute; top: 0; left: 0; z-index: 66;}

.menu ul { width: 1300px; height: 40px; margin: 0 auto; background-color: #c0025a; }

.menu li { width: 108px; height: 100%; float: left; position: relative; }

.menu li a { color: #fff }

.menu li a span { width: 100%; height: 100%; line-height: 40px; text-align: center; font-size: 14px; display: block; z-index: 99; position: absolute; top: 0; left: 0 }

.menu li a i { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; filter:alpha(opacity:0);

-webkit-animation: orangeOut 0.4s ease; animation: orangeOut 0.4s ease; background-color: #990033; }

.menu li a:hover i { opacity: 1; -webkit-animation: orangeIn 0.2s ease; animation: orangeIn 0.2s ease; }

@-webkit-keyframes orangeOut {

 0% {

 -webkit-transform:scale(1);

 opacity:1;

 filter:alpha(opacity:100);

}

 100% {

 -webkit-transform:scale(0.8);

 opacity:0;

 filter:alpha(opacity:0);

}

}

@keyframes orangeOut {

 0% {

 transform:scale(1);

 opacity:1;

 filter:alpha(opacity:100);

}

 100% {

 transform:scale(0.8);

 opacity:0;

 filter:alpha(opacity:0);

}

}

 @-webkit-keyframes orangeIn {

0% {

 -webkit-transform:scale(0.8);

 opacity:0;

 filter:alpha(opacity:0);

}

100% {

 -webkit-transform:scale(1);

 opacity:1;

 filter:alpha(opacity:100);

}

}

 @keyframes orangeIn {

0% {

 transform:scale(0.8);

 opacity:0;

 filter:alpha(opacity:0);

}

100% {

 transform:scale(1);

 opacity:1;

 filter:alpha(opacity:100);

}

}

/* 项目分类 */

.subMenu{ width:1300px; height:210px; position:absolute; top:40px; left:0; z-index:99;overflow:hidden; background-color:#fff;border-radius:10px ;border-bottom:1px solid #c0025a; display:none;filter:alpha(opacity:0);

-webkit-animation: orangeOut 0.5s ease; animation: orangeOut 0.5s ease;}

.menu li:hover .subMenu{ display:block; opacity: 1; -webkit-animation: orangeIn 0.5s ease; animation: orangeIn 0.5s ease;  }

.subMenu h6 {font-size: 20px;font-weight: 600; margin-top: 10px;line-height: 1.4; text-align:center; color:#999; font-weight:normal}

.subMenu .aside {width: 184px; padding: 29px 20px 0 0;}

.subMenu .bside { width: 390px; padding-top: 26px}

.subMenu .bside a{ width:120px;display: block; float: left; font-size: 14px; color: #666; text-decoration: none;line-height: 24px;padding-left: 10px;margin-bottom: 5px; moz-transition: all .3s linear 0s;-webkit-transition: all .3s linear 0s; transition: all .3s linear 0s;} 

.subMenu .bside a .icomoon {position: absolute; color: red;font-size: 14px;}

.subMenu .in{ display:block}

.subMenu i {height: 70px; width: 70px; display:block; background: url(../images/menu_icon.png) no-repeat ; margin:0 auto;border-radius:50% ;}

.subMenu1 i { background-position: 0 -55px; background-color:#00cccc}

.subMenu2 i { background-position: -70px -52px; background-color:#ec5094 }

.subMenu3 i { background-position: -140px -55px; background-color:#f5bf75 }

.subMenu4 i { background-position: -280px -55px; background-color:#ff6666 }

.subMenu5 i { background-position: -210px -52px; background-color:#e01783 }

.subMenu6 i { background-position: 0 -175px; background-color:#853f8a }

.subMenu7 i { background-position: -70px -177px; background-color:#55aba8 }

.subMenu8 i { background-position: -140px -177px; background-color:#7ec8d5 }

.subMenu9 i { background-position: -350px -55px; background-color:#ff6daf }

.subMenu10 i { background-position: -350px -177px; background-color:#4071b4 }

.subMenu11 i { background-position: -280px -177px; background-color:#233d61 }

.subMenu12 i { background-position: -210px -177px; background-color:#00cccc }

.subMenu1 { left:0}

.subMenu2 { left:-108px}

.subMenu3 { left:-216px}

.subMenu4 { left:-324px}

.subMenu5 { left:-432px}

.subMenu6 { left:-540px}

.subMenu7 { left:-648px}

.subMenu8 { left:-756px}

.subMenu9 { left:-864px}

.subMenu10 { left:-972px}

.subMenu11 { left:-1080px}

.subMenu12 { left:-1188px}

/*  项目导航  */

.boxsbg { width: 100%; overflow: hidden; background: #eaebeb; padding: 32px 0 50px; }

.project { width: 1300px; overflow: hidden; }

.project a { display: block; width: 100px; height: 100px; float: left; margin-right: 9px; }

.project a:last-child { margin-right: 0 }

.project dl { width: 100px; height: 94px; border-radius: 15px; padding-top: 6px; background: #fff; transition: all 300ms linear; -moz-transiton: all 300ms linear; -webket-transition: all 300ms linear; -o-transition: all 300ms linear; }

.project dl:hover { background: #db0a49; }

.project dl dt { height: 60px; width: 70px; transition: all 300ms linear; -moz-transiton: all 300ms linear; -webket-transition: all 300ms linear; -o-transition: all 300ms linear; background: url(../images/menu_icon.png) no-repeat center; margin: 0 auto }

.project dl dd { text-align: center; font-size: 16px; color: #646464; transition: all 300ms linear; -moz-transiton: all 300ms linear; -webket-transition: all 300ms linear; -o-transition: all 300ms linear; }

.project dl:hover dd { color: #fff; }

.project dl dt.d1 { background-position: 0 0; }

.project dl dt.d2 { background-position: -70px 0; }

.project dl dt.d3 { background-position: -140px 0; }

.project dl dt.d4 { background-position: -210px 0; }

.project dl dt.d5 { background-position: -280px 0; }

.project dl dt.d6 { background-position: -350px 0; }

.project dl dt.d7 { background-position: 0 -120px; }

.project dl dt.d8 { background-position: -70px -120px; }

.project dl dt.d9 { background-position: -140px -120px; }

.project dl dt.d10 { background-position: -210px -120px; }

.project dl dt.d11 { background-position: -280px -120px; }

.project dl dt.d12 { background-position: 0px -240px; }

.project dl:hover dt.d1 { background-position: 0 -60px; }

.project dl:hover dt.d2 { background-position: -70px -60px; }

.project dl:hover dt.d3 { background-position: -140px -60px; }

.project dl:hover dt.d4 { background-position: -210px -60px; }

.project dl:hover dt.d5 { background-position: -280px -60px; }

.project dl:hover dt.d6 { background-position: -350px -60px; }

.project dl:hover dt.d7 { background-position: 0 -180px; }

.project dl:hover dt.d8 { background-position: -70px -180px; }

.project dl:hover dt.d9 { background-position: -140px -180px; }

.project dl:hover dt.d10 { background-position: -210px -180px; }

.project dl:hover dt.d11 { background-position: -280px -180px; }

.project dl:hover dt.d12 { background-position: 0px -300px; }

/*案例对比、安全与服务管理、特邀专家模块css*/

.stage { padding: 15px 0 65px; background: #eaebeb; }

.stage1 { width: 100%; }

.stage1 .stage1-width { width: 418px; height: 445px; padding: 10px 24px; border-top: 1px solid #eaebeb; position: relative; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; position: relative; overflow: hidden; text-shadow: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 7.6px; background-color: #fff; }

.stage1 .stage1-width:hover { -moz-box-shadow: 0 0 8px rgba(8,1,3,.2); -webkit-box-shadow: 0 0 8px rgba(8,1,3,.2); box-shadow: 0 0 8px rgba(8,1,3,.2); z-index: 10; background-color: #fff; border-top-color: #fe3509; -moz-transform: translate3d(0, -2px, 0); -ms-transform: translate3d(0, -2px, 0); -o-transform: translate3d(0, -2px, 0); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.stage1Title { height: 46px; }

.stage1Title span { display: inline-block; line-height: 46px; float: left; font-size: 20px; color: #3d3f4b; }

.stage1Title span a { display: inline-block; font-size: 20px; color: #3d3f4b; }

.stage1Title .more { display: block; width: 50px; height: 11px; margin-top: 20px; margin-left: 20px; display: inline; }

.stage1Title .preNext { width: 37px; height: 19px; margin-top: 14px; }

.stage1Title .preNext a { display: block; width: 18px; height: 19px; background-color: #8c8c8c; position: relative; }

.stage1Title .preNext a:hover { background-color: #606060; }

.stage1Title .preNext i { position: absolute; display: block; width: 7px; height: 13px; left: 6px; top: 3px; }

.stage1Title .preBtn i { background: url(../images/jt_icon.png) no-repeat 0 0; }

.stage1Title .nextBtn i { background: url(../images/jt_icon.png) no-repeat -10px 0; }

.stage1_anliBox { width: 350px; height: 308px; overflow: hidden; }

.stage1_anliBox h4 { font-size: 27px; color: #666; line-height: 32px; margin-top: 20px; }

.stage1_anliBox p, .stage1_b p.fonts { font-size: 14px; color: #666; line-height: 25px; height: 50px; overflow: hidden }

.stage1_b p.fonts1 a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block }

.stage1_b .activityBox { width: 370px; height: 265px; overflow: hidden; }

.stage1_b h4 { font-size: 27px; color: #666; line-height: 32px; margin-top: 20px; }

.stage1_c p { font-size: 14px; color: #666; line-height: 25px; height: 50px; overflow: hidden; padding-top: 20px; }

.main_image1 { position: relative; height: 265px; background: url(../images/loading.gif) 50% no-repeat; }

.main_image1 .slides { position: relative }

.main_image1 .slides li { height: 265px; }

.main_image1 .slides li a { display: block; width: 100%; height: 265px }

.main_image1 .flex-control-nav { display: none }

.main_image1 .flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 20px; margin-top: -50px; }

.main_image1 .flex-direction-nav li a { display: block; width: 18px; height: 22px; overflow: hidden; cursor: pointer; position: absolute; background: url(../images/jt_icon.jpg); z-index: 99 }

.main_image1 .flex-direction-nav li a.flex-prev { right: 32px; background-position: 0 0 }

.main_image1 .flex-direction-nav li a.flex-next { right: 10px; background-position: -18px 0 }

/*  专家  */

/*  专家  */

.doctor_s { width: 100%; background: url(../images/b_zj.jpg) no-repeat center; height: 682px; overflow: hidden; }

.doctor_s .wrapper { height: 682px; position: relative; }

.doctor_s .wrapper a { position: absolute; display: block; bottom: 0; transition: all 300ms linear; -moz-transiton: all 300ms linear; -webket-transition: all 300ms linear; -o-transition: all 300ms linear; }

.doctor_s .wrapper a.a1 { left: -50px; bottom: 0; }

.doctor_s .wrapper a.a2 { left: 130px; bottom: 0; }

.doctor_s .wrapper a.a3 { left: 300px; bottom: 0; z-index: 5; }

.doctor_s .wrapper a.a4 { left: 600px; bottom: 0; z-index: 8; }

.doctor_s .wrapper a.a5 { left: 890px; bottom: 0; z-index:8; }

.doctor_s .wrapper a.a6 { left: 1000px; bottom: 0; z-index:8; }

.doctor_s .wrapper a dl { width: 40px; overflow: hidden; position: absolute; opacity: 0; filter: alpha(opacity=0); transition: all 300ms linear; -moz-transiton: all 300ms linear; -webket-transition: all 300ms linear; -o-transition: all 300ms linear; }

.doctor_s .wrapper a dl dt { font-size: 16px; color: #222; width: 18px; text-align: left; float: left; line-height: 16px; z-index: 99; }

.doctor_s .wrapper a dl dd { font-size: 20px; padding-top: 40px; color: #222; width: 22px; text-align: right; float: right; line-height: 22px; font-weight:bold }

.doctor_s .wrapper a dl dd strong { font-size: 16px; line-height: 16px; display: block; padding-top: 10px; }

.doctor_s .wrapper a.a1 dl { left: 60px; top: 298px; }

.doctor_s .wrapper a.a2 dl { left: 70px; top: 292px; }

.doctor_s .wrapper a.a3 dl { left: 60px; top: 281px; }

.doctor_s .wrapper a.a4 dl { left: 320px; top: 293px; }

.doctor_s .wrapper a.a5 dl { left: 320px; top: 334px; }

.doctor_s .wrapper a.a6 dl { left: 320px; top: 334px; }

.doctor_s .wrapper a:hover dl { opacity: 1; filter: alpha(opacity=100); }

.doctor_s .wrapper a:hover { transform: scale(1.02); -moz-transfrom: scale(1.05); -webkit-transfrom: scale(1.05); -o-transfrom: scale(1.05); z-index: 55; }

.doc_on{-webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px);}

/* 各种数据 */

.ad { height: 130px; padding-top: 50px; background: -moz-linear-gradient(left, #fb2d66, #fe553c);

       background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fb2d66), to(#fe553c));

        background: -webkit-linear-gradient(left, #fb2d66, #fe553c);

         background: -o-linear-gradient(left, #fb2d66, #fe553c); 



      background: linear-gradient(left, #fb2d66, #fe553c);

      background: -ms-linear-gradient(left, #fb2d66, #fe553c);



}

.ad li { width: 28.3%; float: left; padding-left: 5%; }

.ad li i { display: block; width: 100px; height: 100px; background: url(../images/sj_icon.png); float: left }

.ad li:nth-child(1) i { background-position: 0 0 }

.ad li:nth-child(2) i { background-position: -100px 0 }

.ad li:nth-child(3) i { background-position: -200px 0 }



.ad li:nth-child(2) em b{ display:inline-block; width:150px}



.ad li em { display: block; font-size: 42px; line-height: 50px; margin-left: 110px }

.ad li span { display: block; font-size: 24px; line-height: 32px; margin-left: 110px }

.ad li a {  color:#fff }



 .laoliang{ width:30%; 

            

    -webkit-animation: laoliang 1s 1 ease-in-out;

    animation: laoliang 1s 1 ease-in-out;

}

@keyframes laoliang {

    0% { font-size:50px; color:#6d370f}

    

    100% { font-size:42px; color:#fff}

}

@-webkit-keyframes laoliang {

     0% { font-size:50px; color:#6d370f}

    

    100% { font-size:42px; color:#fff}

}



/* 各种数据 */

/* 美丽分享馆 */

.stage5 { margin: 35px 0 80px; }

.stage5Title { height: 150px; line-height: 150px; }

.shareTxt { display: block; line-height: 150px; font-size: 52px; color: #000; }

.tuibianSlideBox { width: 1300px; height: 578px; }

.tuibianSlideBox ul { width: 1300px; height: 578px; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -moz-perspective: 1300px; -ms-perspective: 1300px; -o-perspective: 1300px; -webkit-perspective: 1200px; perspective: 1300px; }

.tuibianSlideBox li { width: 183px; height: 182px; overflow: hidden; float: left; position: relative; cursor: pointer; -moz-transform: translate3d(0, 0, -3600px); -ms-transform: translate3d(0, 0, -3600px); -o-transform: translate3d(0, 0, -3600px); -webkit-transform: translate3d(0, 0, -3600px); transform: translate3d(0, 0, -3600px); -moz-transition: -moz-transform 0.3s cubic-bezier(0.175, 0.885, 0.470, 1) 0s, opacity 0.4s ease-out 0s; ; -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.470, 1) 0s, opacity 0.4s ease-out 0s; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.470, 1) 0s, opacity 0.4s ease-out 0s; ; opacity: 0; filter:alpha(opacity:0);

}

.tuibianSlideBox li:nth-child(1), .tuibianSlideBox li:nth-child(2), .tuibianSlideBox li:nth-child(3), .tuibianSlideBox li:nth-child(4), .tuibianSlideBox li:nth-child(5), .tuibianSlideBox li:nth-child(6), .tuibianSlideBox li:nth-child(7), .tuibianSlideBox li:nth-child(8), .tuibianSlideBox li:nth-child(9), .tuibianSlideBox li:nth-child(10), .tuibianSlideBox li:nth-child(11), .tuibianSlideBox li:nth-child(12), .tuibianSlideBox li:nth-child(13), .tuibianSlideBox li:nth-child(14) { margin-bottom: 16px }

.tuibianSlideBox li img { position: absolute; left: 0; top: 0; width: 183px; height: 182px; }

.tuibianSlideBox li img:first-child { opacity: 0; -moz-transition: opacity 0.4s linear 0s; -webkit-transition: opacity 0.4s linear 0s; transition: opacity 0.4s linear 0s; }

.tuibianSlideBox ul.active li { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; filter:alpha(opacity:100);

}

.tuibianSlideBox ul.active li:hover img:first-child { opacity: 1; z-index: 2 }

.tuibianSlideBox .topTitle { left: 0; top: 0; width: 100%; line-height: 26px; font-size: 12px; color: #fff; opacity: 0; filter:alpha(opacity:0);

z-index: 3; text-align: center; }

.tuibianSlideBox .topTitle span { width: 33.3%; display: inline-block; padding-left: 5px; }

.tuibianSlideBox li p { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 24px; background-color: rgba(192,2,92,.8); color: #fff; padding-left: 10px; opacity: 0; filter:alpha(opacity:0);

z-index: 3; text-align: center; }

.stage5 li p { padding-left: 0; }

.stage5 li p a { display: block; width: 100%; text-align: center; color: #fff; text-decoration: none; }

.tuibianSlideBox li:hover .topTitle, .tuibianSlideBox li:hover p { opacity: 1; filter:alpha(opacity:100);

}

.tuibianSlideBox li:nth-child(3n) { margin-right: 0; }

.stage5 .popBox { left: 0; top: 0; width: 0; height: 0; -moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0; filter:alpha(opacity:0);

overflow: hidden; -webkit-transform: translate(0, 0);

    transform: translate(0, 0); }

.stage5 .popBox.active { width: 1300px; height: 578px; opacity: 1; filter:alpha(opacity:100);

}

.stage5 .popContainer { width: 1280px; height: 578px; overflow: hidden; }

.stage5 .popContent { width: 1280px; height: 578px; overflow: hidden; display: none; }

.stage5 .popCloseBtn { width: 37px; height: 37px; right: 20px; top: 0px; cursor: pointer; }

.stage5 .popImg { width: 781px; height: 578px; background-color: #FFF; }

.stage5 .popTxt { width: 499px; height: 578px; background-color: #8c9496; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; background-color: rgba(0,0,0,.65); }

.stage5 .txt { width: 450px; margin-left: 45px; }

.stage5 .txt h5 { font-size: 36px; color: #d8dde0; line-height: 1.5; }

.stage5 .txt h6 { font-size: 20px; color: #fff; line-height: 1.6; margin: 12px 0; }

.stage5 .txt p { font-size: 20px; color: #fff; line-height: 1.6; position: relative; padding-left: 105px; margin: 12px 0; }

.stage5 .txt p:before { content: attr(data-txt); position: absolute; left: 0; top: 0; font-size: 20px; line-height: 1.6; color: #fff; }

.stage5 .txt a { display: block; width: 198px; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff; text-decoration: none; background-color: #fe3509; margin-top: 12px; -moz-transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; -moz-transform: translateY(20px); -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; filter:alpha(opacity:0);

}

.stage5 .txt a:hover { background-color: #d22b07; text-decoration: none; color: #fff; }

.popVideoBox { width: 737px; height: 450px; overflow: hidden; background-color: #FFF; }

/* 美丽分享馆 */



/* 华美优势 */

.stage6 { height: 787px; background: url(../images/b_pp.jpg) center no-repeat }

/* 左侧 */

.stage6 .stage6_nav { width: 214px; height: 475px; background-color: rgba(255,255,255,0.6); position: absolute; top: 250px; left: 17px; padding-top: 15px }

.stage6 .stage6_nav li { width: 160px; margin: 0 auto; line-height: 90px; border-bottom: 2px dashed #db0a49; font-size: 32px; color: #251d1d; padding-left: 8px; cursor: pointer }

.stage6 .stage6_nav li:last-child { border: none }

.stage6 .stage6_nav li.on i { width: 0; height: 0; font-size: 0; line-height: 0; border-style: solid; overflow: hidden; margin-left: 8px; display: inline-block; border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #db0a49; vertical-align: middle; margin-top: -5px }

.stage6 .stage6_con { width: 1055px; height: 490px; position: absolute; top: 250px; right: 10px; }

/* 品牌优势 */

.ppys .pp_js { margin-left: 40px; width: 620px }

.ppys .pp_js p { width: 570px; font-size: 14px; line-height: 26px; padding: 0 15px 30px; border-bottom: 3px solid #db0a49; margin: 11px 0 70px; text-indent: 2em; }

.ppys .pp_js .yj { width: 222px; height: 296px; border: 1px dashed #fff2f6; }

.ppys .pp_js .yj .yj_bg { width: 212px; height: 156px; margin: 5px auto 0; background-color: #c2bfbe; padding-top: 130px; }

.ppys .pp_js .yj .yj_bg h4 { height: 48px; line-height: 48px; font-size: 24px; padding-left: 20px; background-color: #daeef7; color: #171012; margin-bottom: 10px }

.ppys .pp_js .yj .yj_bg span { line-height: 26px; font-size: 14px; display: inline-block; margin-left: 20px; color: #171012 }

.ppys .pp_js .cn { width: 353px; height: 139px; border: 1px dashed #fff2f6; margin-left: 25px }

.ppys .pp_js .cn .cn_bg { width: 343px; height: 116px; margin: 5px auto 0; background-color: #c2bfbe; padding-top: 15px; }

.ppys .pp_js .cn .cn_bg h4 { width: 159px; height: 48px; line-height: 48px; font-size: 24px; padding-left: 20px; background-color: #daeef7; color: #171012; margin-bottom: 10px }

.ppys .pp_js .cn .cn_bg span { line-height: 26px; font-size: 14px; display: inline-block; margin-left: 20px; color: #171012 }

.ppys .pp_js .yz { margin-top: 16px }

.ppys .pp_dl { width: 312px; height: 473px; background: url(../images/pp_dl.jpg) center no-repeat; background-color: rgba(255,255,255,0.3); margin: 11px 52px 0 0 }

/* 技术优势 */

.jsys { width: 980px; margin-left: 73px; text-align: center }

.jsys h2 { font-size: 36px; line-height: 50px; margin-bottom: 38px }

.jsys ul { width: 980px; background-color: #c2c2c2; margin-top: 5px }

.jsys li { float: left; margin-right: 36px; }

.jsys li:last-child { margin: 0 }

/* 专家优势 */

.zj_fl { width: 450px; margin-left: 90px; }

.zj_fl h2 { font-size: 42px; line-height: 60px; color: #fff; margin-bottom: 30px }

.zj_fl p { width: 436px; height: 58px; line-height: 58px; font-size: 24px; color: #000; background-color: #9ae9fa; margin-bottom: 20px }

.zj_fr { margin-right: 25px }

/* 安全优势 */

.aqys { width: 1000px; margin-left: 26px; }

.aqys h2 { font-size: 44px; line-height: 60px; color: #fff; margin-bottom: 30px; text-align: center }

.aqys p { width: 900px; line-height: 26px; font-size: 14px; color: #fff; margin: 35px auto }

.aqys li { float: left; width: 235px; margin-right: 20px; text-align: center; }

.aqys li:last-child { margin: 0 }

.aqys li i { font-size: 26px; display: block; margin-top: 40px }

/* 服务优势 */

.fwys { width: 980px; margin-left: 70px }

.fwys h2 { font-size: 35px; line-height: 110px; color: #fff; margin-bottom: 20px; text-align: center }

.fwys .fwys_img { width: 834px; height: 277px; overflow: hidden }

.fwys .fwys_img ul { width: 1600px; }

.fwys .fwys_img ul li { width: 397px; height: 277px; float: left; margin: 0 20px 0 0; overflow: hidden; position: relative }

.fwys .fwys_but .fwys_but_r { cursor: pointer; position: absolute; top: 50%; width: 57px; height: 87px; background: url(../images/fw_btn.png); right: 70px }

/* 华美优势 */

/* 医院环境 */

.stage7 { margin-bottom: 60px }

.stage7 li { float: left; margin: 0 3px 10px 0 }

.stage7 li:nth-child(4) { margin-right: 7px }

/* 医院环境 */

.stage8 { height: 900px; background: url(../images/lxwm_bg.jpg) no-repeat center 0; background-attachment: fixed; }

.stage8 h1 { text-align: center; padding-top: 60px; margin-bottom: 80px }

/*  发布需求 */

.mlxq { margin-left: 90px }

.xq_m { width: 650px; color: #000; font-size: 14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.xq_m .tit { width: 113px; font-size: 18px; font-weight: bold; margin-right: 20px; }

.xq_m .des { width: 490px; height: 180px; margin-bottom: 8px; resize: none; padding: 10px 5px; font-size: 14px; background-color: rgba(255,255,255,0.6); box-shadow: 0 0 21px #707070; -webkit-box-shadow: 0 0 21px #707070); -moz-box-shadow: 0 0 21px #707070; border: none }

.xq_m .text { padding: 10px 5px; margin-bottom: 12px; background-color: rgba(255,255,255,0.6); box-shadow: 0 0 21px #707070; -webkit-box-shadow: 0 0 21px #707070); -moz-box-shadow: 0 0 21px #707070; border: none }

.xq_m .text.tel { width: 490px; }

.xq_m .text.name { width: 206px; margin-right: 10px }

.xq_m .sex { margin-left: 5px }

.xq_m .txt { width: 355px; font-size: 22px; font-weight: bold; margin-right: 20px; color: #000; margin-top: 20px; }

.xq_m .txt b { font-size: 36px; color: #f80654 }

.xq_m .xqbut { background: #ffb93f; width: 206px; height: 52px; margin-right: 18px; border: none; text-align: center; line-height: 52px; font-size: 24px; color: #fff; cursor: pointer; background-color: rgba(248,6,84,0.6); box-shadow: 0 0 21px #707070; -webkit-box-shadow: 0 0 21px #707070); -moz-box-shadow: 0 0 21px #707070; }

.stage8 .ewm { width: 400px; margin:30px 118px 0 0; }

.stage8 .ewm .mm i, .stage8 .ewm .wb i, .stage8 .ewm .wx i { background: url(../images/lxwm_2.png) no-repeat; display: block; }

.stage8 .ewm .mm p, .stage8 .ewm .wb p, .stage8 .ewm .wx p { font-size: 12px; margin: 60px 30px 0 0; color: #202020; line-height: 18px }

.stage8 .ewm .mm p em, .stage8 .ewm .wb p em, .stage8 .ewm .wx p em { font-size: 16px; display: block; text-align: center; color: #000 }

.stage8 .ewm .mm { width: 386px; height: 116px; padding-top: 7px; margin: 0 auto 20px; background-color: rgba(45,165,241,0.6); box-shadow: 0 0 21px #707070; -webkit-box-shadow: 0 0 21px #707070); -moz-box-shadow: 0 0 21px #707070; }

.stage8 .ewm .mm i { width: 106px; height: 106px; margin-left: 26px; background-position: 0 0 }

.stage8 .ewm .wb, .stage8 .ewm .wx { width: 172px; height: 186px; padding-top: 18px; background-color: rgba(88,210,27,0.6); box-shadow: 0 0 21px #707070; -webkit-box-shadow: 0 0 21px #707070); -moz-box-shadow: 0 0 21px #707070; margin: 0 0 55px 20px }

.stage8 .ewm .wb i { width: 106px; height: 106px; margin: 17px auto 21px; background-position: 0px 0 }

.stage8 .ewm .wx i { width: 133px; height: 134px; background-position: -110px 0; margin: 0 auto }

.stage8 .ewm .wb p, .stage8 .ewm .wx p { margin: 10px auto 0; text-align: center }

/* 医院地址 */

.address { width:100%; height: 80px; padding-top:20px; background-color: rgba(31,19,19,0.6);  }/*position:fixed; bottom:0; left:0; z-index:9999*/

.address li { width: 18%; float: left; padding-left: 5% }

.address li:nth-child(2) { width: 27% }

.address li:last-child { width: 40% }

.address li i { display: block; width: 67px; height: 67px; background: url(../images/lxwm_3.png); float: left }

.address li:nth-child(1) i { background-position: 0 0 }

.address li:nth-child(2) i { background-position: -70px 0 }

.address li:nth-child(3) i { background-position: -140px 0 }

.address li a{ color:#fff}

.address li a:hover{ color:#ffe691}

.address li em { display: block; font-size: 18px; line-height: 30px; margin-left: 80px }

.address li span { display: block; font-size: 18px; line-height: 30px; margin-left: 80px }

/* 医院地址 */





