html{font-size:62.5%;}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5;color:#62615f;background-color:#f6f6f6}
.container{background:white}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{color:#262525;text-decoration:none;}
a:hover{color:#262626;text-decoration:none;}
a:active{color:#262626;}
a:link,a:visited,a:active{text-decoration:none;outline:none}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
a,button{cursor:pointer;}
em{font-style:normal;}


.border-gray{border:#e9eaea 1px solid;}
.notline{border-top:none!important;}
.nobline{border-bottom:none!important;}
.norline{border-right:none!important;}
.nolline{border-left:none!important;}
.noline{border:none!important;}
.top15{margin-top:15px!important;}
.margin15{margin:15px}
.padding15{padding:15px}
.v-padding{padding-top:15px;padding-bottom:15px;}
.h-padding{padding-left:15px;padding-right:15px;}
.no-h-padding{padding-left:0!important; padding-right:0!important}
.no-padding{padding:0!important;}
.no-margin{margin:0!important;}
.center{margin-left:auto;margin-right:auto;}
.cms-text-ellipses{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
.bg-white{background-color:#FFF}
.bg-black{background-color:#000}
.bg-grey{background-color:#eaeaea}
.font12{font-size:12px}
.font14{font-size:14px}
.font16{font-size:16px}
.font18{font-size:18px}
.font24{font-size:24px}
.text-indent{text-indent:2em}
.color-transparent{color:rgba(255,0,0,0.21);background:rgba(0,0,255,0.50);}
.transparent{filter:alpha(opacity=50);-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;}
.red,a.red{color:red;}
.white,a.white{color:white;}
.grey{color:#afafaf}

address{ margin-bottom:0;}

.border-radius{border-radius:10px !important}
.no-border-radius{border-radius:0 !important}
.img-center{text-align:center;}
.img-center img{display:inline-block;}
.col-5{width:20% !important; padding:0;}
.col-5 img{max-width:50px !important;}
.c2 li a{line-height:26px;background:white;padding-left:10px;}
.cms p,p.cms-p{line-height:1.8;text-indent:2em;}

.relative{position:relative;}
.absolute{position:absolute;}
.float_left{float:left;}
.float_right{float:right;}

.translateXY{-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.translateY{-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.translateX{-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}

/*----------------------------------------- header.css -----------------------------------------*/
.header{width:100%;min-width:320px;height:80px;background-color:#2e3642;position:relative;}
.showMenuBtn{width:48px;height:48px;left:3%;top:50%;position:relative;cursor:pointer;}
.showMenuBtn a{display:block;width:100%;height:6px;margin-top:-3px;top:50%;left:0;position:absolute;outline:none;background-color:rgba(106,115,128,1);-moz-transition:background 0.3s linear .3s;-webkit-transition:background 0.3s linear .3s;transition:background 0.3s linear .3s;}
.showMenuBtn a:after,.showMenuBtn a:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background-color:#6a7380;-moz-transition:top 0.3s linear .3s,transform .3s ease-in .1s;-webkit-transition:top 0.3s linear .3s,transform .3s ease-in .1s;transition:top 0.3s linear .3s,transform .3s ease-in .1s;}
.showMenuBtn a:after{top:14px;}
.showMenuBtn a:before{top:-14px;}
.showMenuBtn.show a{background-color:rgba(106,115,128,0 );}
.showMenuBtn.show a:after{top:0;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-moz-transition:top 0.3s linear .3s,transform .3s ease-out .5s;-webkit-transition:top 0.3s linear .3s,transform .3s ease-out .5s;transition:top 0.3s linear .3s,transform .3s ease-out .5s;}
.showMenuBtn.show a:before{top:0;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-moz-transition:top 0.3s linear .3s,transform .3s ease-out .5s;-webkit-transition:top 0.3s linear .3s,transform .3s ease-out .5s;transition:top 0.3s linear .3s,transform .3s ease-out .5s;}
.showMenuBtn a em{background-color:#e60012;border-radius:50%;-moz-box-shadow:0 0 4px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);box-shadow:0 0 4px rgba(0,0,0,0.5);display:block;height:14px;position:absolute;right:-6px;top:-24px;width:14px;z-index:10;}
/*导航菜单右上角新加红色圆圈*/
.header h1{width:320px;height:40px;left:50%;top:-25%;}
.header .topTell{width:47px;height:47px;right:3%;top:50%;position:absolute;}
.shake{-webkit-animation:shake 0.2s ease-in-out 6 alternate;-moz-animation:shake 0.2s ease-in-out 6 alternate;-o-animation:shake 0.2s ease-in-out 6 alternate;animation:shake 0.2s ease-in-out 6 alternate;}
@-webkit-keyframes shake{0%{-moz-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg);}
100%{-moz-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg);}
}
@-moz-keyframes shake{0%{-moz-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg);}
100%{-moz-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg);}
}
@-o-keyframes shake{0%{-moz-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg);}
100%{-moz-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg);}
}
@keyframes shake{0%{-moz-transform:rotate(8deg);-webkit-transform:rotate(8deg);transform:rotate(8deg);}
100%{-moz-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg);}
}
.popMenus{position:absolute;width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;overflow:hidden;background-color:#3f4754;-moz-transition:all .6s ease-out 0s;-webkit-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s;-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);z-index:200}
.popMenus.show{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}
.pop_title{width:100%;position:relative;z-index:2;background-color:#2e3642;padding:0 3%;}
.pop_title span{display:inline-block;float:left;font-size:20px;padding:10px 0; color:#6a7380;}
.closePopMenu{display:block;width:49px;height:47px;right:0;top:50%; position:absolute; padding:12px;}
.menuContainer{width:100%;height:100%;}
.menuNavs{width:25.3%;background-color:#2e3642;height:100%;float:left;overflow-y:scroll;position:relative;}
.menuNavs ul{position:absolute;width:100%; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);list-style:none; padding:0;}
.menuNavs ul li{width:100%;font-size:16px;line-height:3; padding:2px 5px; list-style:none;}
.menuNavs ul li.on{background-color:#3f4754;}
.menuNavs ul a{display:block;width:100%;height:100%;color:#fff;}
.menuContents{width:74.7%;height:100%;overflow:hidden;float:left;padding:0 3%;}
.menuContent{width:100%;height:100%;overflow:hidden;}
.menuLists{padding-bottom:80px;}
.menuList h4{font-size:16px;color:#fff;line-height:3;border-bottom:1px solid #525c6b;margin-top:2%;font-weight:normal;}
.menuList .links{padding:3% 0;}
.menuList .links a{display:block;float:left;color:#a9a9a9;font-size:16px;line-height:2.2;width:50%;overflow:hidden;}
.menuList .links a.hot:after{content:'';position:absolute;width:9px;height:11px;background:url(../images/h.png) no-repeat;top:0;right:-1px;}
.menuList .links a.hot.active:after{-webkit-animation:shake .4s linear 0s 1;animation:shake .4s linear 0s 1;}

.menulist{width:100%;}
.menulist h3{wdith:100%;height:80px;font-size:30px;color:#fff;font-weight:500;padding-top:20px;padding-left:22px;}
.menulist ul{width:100%;border-bottom:1px solid #6a7380;}
.menulist ul li{width:100%;float:left;height:78px;overflow:hidden;line-height:78px;font-size:26px;text-align:center;color:#9097a0;border-top:1px solid #6a7380;}
.menulist ul li a{display:block;float:left;height:78px;color:#9097a0;border-right:1px solid #6a7380;border-right:1px solid #6a7380;}
.menulist ul li a:nth-child(4n){border-right:none}
.popMenu{display:none;}
.menulists{position:absolute;width:100%;}
.menuBtn{width:100%;height:80px;line-height:80px;text-align:center;font-size:26px;color:#424b59;background-color:#242c37;cursor:pointer;position:relative;-webkit-perspective:1200px;-moz-perspective:1200px;-ms-perspective:1200px;-o-perspective:1200px;perspective:1200px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}
.menuBtn span{display:inline-block;}
.menuBtn.active i{-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}
.menuBtn i{position:absolute;left:50%;top:50%;margin-top:-3px;margin-left:60px;display:block;width:17px;height:12px;background:url(../images/down.png) no-repeat;-moz-transition:all 0.6s linear 0s;-webkit-transition:all 0.6s linear 0s;transition:all 0.6s linear 0s;}
@media screen and (min-width:320px) and (max-width:359px){
.header{height:40px;}
.showMenuBtn{width:24px;height:24px;left:3%;top:50%;}
.showMenuBtn a{height:3px;margin-top:-1.5px;}
.showMenuBtn a:after{top:7px;}
.showMenuBtn a:before{top:-7px;}
.showMenuBtn a em{width:7px;height:7px;right:-3px;top:-12px;}
.header h1{width:160px;height:20px;}
.header .topTell{width:24px;height:24px;}
}
@media screen and (min-width:360px) and (max-width:409px){
.header{height:45px;}
.showMenuBtn{width:27px;height:27px;left:3%;top:50%;}
.showMenuBtn a{height:3px;margin-top:-1.5px;}
.showMenuBtn a:after{top:8px;}
.showMenuBtn a:before{top:-8px;}
.showMenuBtn a em{width:8px;height:8px;right:-3px;top:-13px;}
.header h1{width:179px;height:22px;}
.header .topTell{width:26px;height:26px;}
}
@media screen and (min-width:410px) and (max-width:479px){/* 0.64 */
.header{height:51px;}
.showMenuBtn{width:31px;height:31px;left:3%;top:50%;}
.showMenuBtn a{height:4px;margin-top:-2px;}
.showMenuBtn a:after{top:9px;}
.showMenuBtn a:before{top:-9px;}
.showMenuBtn a em{width:9px;height:9px;right:-3px;top:-14px;}
.header h1{width:205px;height:26px;}
.header .topTell{width:30px;height:30px;}
}
@media screen and (min-width:480px) and (max-width:639px){/* 0.75 */
.header{height:60px;}
.showMenuBtn{width:36px;height:36px;left:3%;top:50%;}
.showMenuBtn a{height:4px;margin-top:-2px;}
.showMenuBtn a:after{top:10px;}
.showMenuBtn a:before{top:-10px;}
.showMenuBtn a em{width:10px;height:10px;right:-3px;top:-18px;}
.header h1{width:240px;height:30px;}
.header .topTell{width:35px;height:35px;}
}
@media screen and (min-width:320px) and (max-width:900px){
.menulist h3{height:40px;font-size:15px;padding-left:11px;padding-top:10px;}
.menulist ul li{height:39px;font-size:13px;line-height:39px;}
.menuBtn{height:40px;line-height:40px;font-size:13px;}
.menuBtn i{width:9px;height:6px;margin-left:30px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
}
.call_number{display:block;width:98%;margin:10px auto;}
.address_info{width:100%;height:306px;background:#ececec url(http://m.victoriazx.com/images2015/addressBg.png) no-repeat center;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;margin:0 auto;}
.address_pic1{left:0;top:66px;width:280px;height:190px;background:url(http://m.victoriazx.com/images2015/address_pic1.png) no-repeat;}
.address_pic2{right:54px;top:56px;width:342px;height:134px;background:url(http://m.victoriazx.com/images2015/address_pic2.png) no-repeat;}
.address_online{right:209px;top:200px;width:187px;height:64px;background:url(http://m.victoriazx.com/images2015/hMap.png) no-repeat;}
.hAbout{right:10px;top:200px;width:187px;height:64px;background:url(http://m.victoriazx.com/images2015/hAbout.png) no-repeat;}
.copyRight{width:100%;margin:0 auto 160px;}
.copyRight p{font-size:12px;color:#fff;text-align:center;overflow:hidden;}
.copyRight p span{width:100%;display:inline-block;margin:0 auto;}
.scrollTop{position:fixed;bottom:116px;right:0;width:13%;display:none;}
@media screen and (min-width:320px) and (max-width:900px){
.address_info{width:100%;height:153px;}
.address_pic1{top:33px;width:140px;height:95px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.address_pic2{right:28px;top:28px;width:171px;height:67px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.address_online{right:105px;top:100px;width:94px;height:32px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.hAbout{right:6px;top:100px;width:94px;height:32px;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;}
.copyRight{width:100%;margin:0 auto 80px;}
}
@media screen and (min-width:360px) and (max-width:409px){
.address_info{height:172px;}
.address_pic1{width:156px;height:106px;top:36px;}
.address_pic2{right:21px;width:192px;height:75px;top:31px;}
.address_online{right:118px;width:105px;height:35px;top:112px;}
.hAbout{width:105px;height:35px;top:112px;}
.copyRight{margin-bottom:89px;}
}
@media screen and (min-width:410px) and (max-width:900px){
.address_info{height:196px;}
.address_pic1{width:179px;height:121px;top:42px;}
.address_pic2{right:20px;width:218px;height:85px;top:35px;}
.address_online{right:126px;width:112px;height:40px;top:128px;}
.hAbout{right:7px;width:112px;height:40px;top:128px;}
.copyRight{margin-bottom:96px;}
}
/*----------------------------------------- header.css  end -----------------------------------------*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/*----------------------------------------- swiper.min.css  end -----------------------------------------*/
/*----------------------------------------- container -----------------------------------------*/
@media (min-width:768px){.container{max-width:640px}}
@media (min-width:992px){.container{max-width:640px}}
@media (min-width:1200px){.container{max-width:640px}}
/*----------------------------------------- header_new -----------------------------------------*/
/*----------------------------------------- header_new -----------------------------------------*/
.newNavs {padding:4% 0 4%; background-color:#fff;   }
.newNavs .newNav {width:25%;}
.newNavs .newNav a {display: block; width:75%;padding-top:75%;margin: 0 auto;border-radius: 50%;position: relative;z-index: 2;}
.newNavs .newNav a img {position:absolute;width:100%;height:100%;left:0;top:0;display:block;border-radius:50%;}
.newNavs .newNav a:after {content:attr(data-txt);position:absolute;left:0;top:0;border-radius:50%;z-index:-1;width:100%;height:100%; background-color:rgba(0,0,0,0);font-size:4.3rem;color:#d70a50;text-align:center;line-height:2.3;font-weight:400;}
.newNavs .hmpinpai a:after {-moz-box-shadow:0 7px 20px rgba(215,10,80,.3);-webkit-box-shadow:0 7px 20px rgba(215,10,80,.3);box-shadow:0 7px 20px rgba(215,10,80,.3);}
.newNavs .tyys a:after {-moz-box-shadow:0 7px 20px rgba(172,93,159,.3);-webkit-box-shadow:0 7px 20px rgba(172,93,159,.3);box-shadow:0 7px 20px rgba(172,93,159,.3);}
.newNavs .safe-service a:after {-moz-box-shadow:0 7px 20px rgba(233,60,140,.3);-webkit-box-shadow:0 7px 20px rgba(233,60,140,.3);box-shadow:0 7px 20px rgba(233,60,140,.3);}
.newNavs .xmdq-circle a:after {-moz-box-shadow:0 7px 20px rgba(134,110,110,.3);-webkit-box-shadow:0 7px 20px rgba(134,110,110,.3);box-shadow:0 7px 20px rgba(134,110,110,.3);}
.newNavs .yh-activities a:after {-moz-box-shadow:0 7px 20px rgba(255,72,145,.3);-webkit-box-shadow:0 7px 20px rgba(255,72,145,.3);box-shadow:0 7px 20px rgba(255,72,145,.3);}
.newNavs .gallarys a:after {-moz-box-shadow:0 7px 20px rgba(242,57,91,.3);-webkit-box-shadow:0 7px 20px rgba(242,57,91,.3);box-shadow:0 7px 20px rgba(242,57,91,.3);}
.newNavs .ylbaoxian a:after {-moz-box-shadow:0 7px 20px rgba(106,167,27,.3);-webkit-box-shadow:0 7px 20px rgba(106,167,27,.3);box-shadow:0 7px 20px rgba(106,167,27,.3);}
.newNavs .fqtongdao a:after {-moz-box-shadow:0 7px 20px rgba(31,164,199,.3);-webkit-box-shadow:0 7px 20px rgba(31,164,199,.3);box-shadow:0 7px 20px rgba(31,164,199,.3);}
@-webkit-keyframes shake{
		0%,10%,20%{
				-webkit-transform:translateY(0px);
				transform:translateY(0px);
			}
		5%,15% {
				-webkit-transform:translateY(-3px);
				transform:translateY(-3px);
			}
	}
@keyframes shake{
		0%,10%,20%{
				-webkit-transform:translateY(0px);
				transform:translateY(0px);
			}
		5%,15% {
				-webkit-transform:translateY(-3px);
				transform:translateY(-3px);
			}
	}

.newNavs .newNav p {font-size:14px;text-align:center;color:#6a7380;line-height:2; margin-top:5px;}

.indexAnli {}
.indexAnli .focus {width:100%;background-color:#fff;}
.indexAnli .focus em {float:left;position:relative;padding:0; width:33.33333%; margin-top:10px;}
.indexAnli .focus em img {-moz-transition: transform 0.3s ease-out 0s;-webkit-transition: transform 0.3s ease-out 0s;transition: transform 0.3s ease-out 0s;}
.indexAnli .focus em.active:after  {content:'';position:absolute;width:0;height:0;border-color: transparent transparent #fff transparent;border-width:8px;border-style:solid;left:50%;top:-16px;margin-left:-6px;}
.indexAnli .focus em.active img{-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}
.indexAnli .focus em img {display:block;max-width:50%;margin:0 auto;}
.anliBox ul{padding:0; margin:0}
.anliBox ul li{padding:0; margin:0; list-style:none;}
/*banner*/
.banner{padding:0}
.swiper-container{width:100%;height:100%;}
.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}

.swiper-pagination-bullet{width:10px;height:10px; background:#fff;opacity:.5}
.swiper-pagination-bullet-active{background:#E316A9;opacity:1}

/*项目入口*/
.pro-enter .col-xs-3 img{max-width:55px;}
.pro-enter h2{font-size:12px; margin:0 0 10px; padding:5px 0; font-weight:normal}

.pagination li,.pagination li.thisclass{float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;border:1px solid #ddd}
.pagination>li>a,.pagination>li>span{padding:0;margin-left:0;border:0}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#fff;border:0}

.sale-more{padding:10px 0;}
.sale-more h3{margin:5px 0; padding:0}

/*特邀医生*/
.experts-invite{background:#262432; color:white;}
.experts-invite .swiper-slide{background:transparent;}
.experts-invite .swiper-slide a{color:white;}
.experts-invite .swiper-slide a h2{color:white; font-size:16px; margin-top:5px; margin-bottom:-5px; font-weight:normal;}
.experts-invite .swiper-slide a span{color:#868f9c; font-size:12px}

.experts{background:#e8f7fc; color:#262432;}
.swiper-recommended{background:#eaeaea; color:#868f9c;}

/*项目列表*/
#tabs-container{width:100%; height:auto;}
#tabs-container .content-slide{width:100%; padding-bottom:10px; height:auto;}
.tabs{width:98%; overflow:hidden; margin:5px 1% 10px;}
.tabs a{font-size:1.4em;font-weight:normal;text-align:center;float:left;width:25%; line-height:38px;}
.tabs a.active{border-top:2px solid #262626; background:#fff; color:#262626;}



.list-header{ width:100%; padding-bottom:10px;margin:0;border-bottom:1px solid #eee;}
.list-items{width:100%; position:relative;padding:0;margin:0;border-color:#e5e5e5 #eee #eee;border-style:solid;border-width:0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.05);box-shadow:inset 0 3px 6px rgba(0,0,0,.05)}
.list-items a{width:31.33333%;float:left;background:#e9e9e9;font-size:12px; padding:10px 0;text-align:center;margin:15px 1% 0}



/*底部*/
.footer{background-color:#ececec;}
.footer .btn-block .glyphicon{font-size:320%;}
.footer .btn-block strong{font-size:180%;}
.btn-black{color:#fff;background-color:#272727;border-color:#272727}
.btn-black.focus,.btn-black:focus{color:#fff;background-color:#272727;border-color:#272727}
.btn-black:hover{color:#fff;background-color:#000;border-color:#000}
.btn-black.active{color:#fff;background-color:#000;border-color:#000}
.btn-black.active.focus,.btn-black.active:focus,.btn-black.active:hover,.btn-black:active.focus,.btn-black:active:focus{color:#fff;background-color:#000;border-color:#000}
/*紫色按钮*/
.btn-purple{color:#fff;background-color:#583e87;border-color:#583e87}
.btn-purple.focus,.btn-purple:focus{color:#fff;background-color:#583e87;border-color:#583e87}
.btn-purple:hover{color:#fff;background-color:#593f86;border-color:#593f86}
.btn-purple.active{color:#fff;background-color:#593f86;border-color:#593f86}
.btn-purple.active.focus,.btn-purple.active:focus,.btn-purple.active:hover,.btn-purple:active.focus,.btn-purple:active:focus{color:#fff;background-color:#593f86;border-color:#593f86}


.address-info{background:#ececec url(../images/addressBg.png) no-repeat center;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%; margin:5% 0;}
.copyright{padding-bottom:65px;}
.copyright p{margin:0}
.copyright a{color:red}

.scrollTop{position:fixed;bottom:116px;right:0;width:13%;display:none;}

/*列表*/
.pro-items{margin:0; padding:0}
.pro-items li{padding:15px 0; list-style:none; border-bottom:#e3e3e3 solid 1px;}
.pro-items li:nth-of-type(odd){background:#fff;} 
.pro-items li:nth-of-type(even){background:#fffaf4;} 
.pro-items li h3{margin-top:3px; font-size:20px}
.pro-items li p{margin-bottom:0}
.pro-items li p:last-child{margin-bottom:0}
.radius10{border-radius:10px}
