
/* video */
.video { position: relative; overflow: hidden; background: url("/static/images/video-bg.jpg") no-repeat center; width: 100%; height: 620px; background-size: cover;}
.video .wrap-tit { padding-top: 70px;}
.video-con { overflow: hidden; margin-top: 65px;}
.video-play { position:relative;float: left; width: 495px; font-size: 0; border-radius: 0 20px 0 0; overflow: hidden; animation: fadeinL 1s ease-out backwards;}
.video-play img { width: 100%;}
.video-play:after { content: ''; display: block; position: absolute; left: 50%; top: 50%; background: url("/static/images/palyer.png") no-repeat center; width: 50px; height: 52px; transform: translate(-50%,-50%);}
.video-group { float: left; width: 905px; animation: fadeinR 1s ease-out backwards;}
.video-group .item { float: left; padding: 34px 0; margin-left: 20px; margin-bottom: 20px; background: #fff; border-radius: 0 20px 0 0; width: 430px;}
.video-group .item span {  display:block;margin-left: 55px;float: left; width: 98px; height: 98px; overflow: hidden; border-radius: 50%; background: #eee; border:5px solid  #f6f6f6; }
.video-group .item span img { width: 100%;}
.video-group .item .tit { float: left; margin-left: 27px;}
.video-group .item .tit h2 { margin-bottom:10px;font-size: 22px; color: #333; font-weight: normal;}
.video-group .item .tit p { font-size: 16px; color: #666; line-height: 1.5;}
.video-group .item:hover { background: #fb0301;}
.video-group .item:hover .tit h2,.video-group .item:hover .tit p { color: #fff;}
.video-group .item:hover span { border: solid 5px #fd8887;}
@media (max-width: 1400px) {
    .video-play { width: 395px;}
    .video-group { width: 805px;}
    .video-group .item {width: 380px;margin-left: 10px;margin-right: 10px;padding: 24px 0;}
    .video-group .item span { width: 80px; height: 80px; margin-left: 35px;}

}
/* video end */

/* --factory-- */
.factory{padding:60px 0 30px;overflow:hidden;}
.factory .wrapper { width:1200px;}
.factory .bigImg{position:relative;float:left;width:596px;height:374px;overflow:hidden;}
.factory .bigImg .pic{width:596px;height:374px;overflow:hidden;}
.factory .bigImg .pic img{display:block;width:596px;height:374px;transition:all .5s;}
.factory .bigImg .pic a:hover img{transform:scale(1.1);}
.factory .bigImg .tit{position:absolute;left:0;bottom:0;width:100%;height:60px;line-height:60px;font-size:17px;color:#fff;text-align:center;background:#333\9;background:rgba(0,0,0,0.5);}
.factory .list{float:right;width:600px;height:386px;overflow:hidden;animation:fadeinB 1s ease;}
.factory .list .item{position:relative;float:left;margin-left:10px;margin-bottom:10px;width:290px;height:182px;overflow:hidden;}
.factory .list .pic{width:290px;height:182px;overflow:hidden}
.factory .list .pic img{display:block;width:290px;height:182px;transition:all .5s;}
.factory .list .pic a:hover img{transform:scale(1.1);}
.factory .list .tit{position:absolute;left:0;bottom:0;width:100%;height:45px;line-height:45px;font-size:15px;color:#fff;text-align:center;background:#333\9;background:rgba(0,0,0,0.5);}
/* --end factory-- */


/* honor */
.honor { position: relative; background: url("/static/images/honor-bg.jpg") no-repeat center; width: 100%; height: 654px; background-size: cover;}
.honor .wrap-tit { padding-top: 60px;}
.honor-slide { overflow: hidden; margin-top: 45px; position: relative;}
.honor-slide .honor-menu { display: block; width: 100%; text-align: center; margin-bottom: 34px;}
.honor-slide .honor-menu ul { display: inline-block;}
.honor-slide .honor-menu li { float: left; margin:0 20px;width: 125px; height: 44px; line-height: 44px; text-align: center;}
.honor-slide .honor-menu li a { display: block; font-size: 18px; color: #666; background: #fff; border-radius: 0 15px 0 0;}
.honor-slide .honor-menu li.cur a { background: #fb0000; color: #fff;}
.honor-slide .honor-main { overflow: hidden; padding: 0 70px; box-sizing: border-box;}
.honor-slide .honor-main .honor-list { overflow: hidden;}
.honor-slide .honor-main .item { float: left; width: 20%;}
.honor-slide .honor-main .item .pic { margin: 0 10px; border-radius: 0 15px 0 0; border: 1px solid #e3e3e3; box-sizing: border-box; overflow: hidden;}
.honor-slide .honor-main .item .pic img { width: 100%; transition: all 1s;}
.honor-slide .honor-main .item p { font-size: 18px; color: #333; padding-top: 10px; text-align: center;}
.honor-slide .honor-main .item:hover img { transform: scale(1.05);}
.honor-slide > span { cursor: pointer; position: absolute; top: 50%;  width: 43px; height: 43px; border-radius: 50%; overflow: hidden; background: #fff; border: 1px solid #e3e3e3; box-sizing: border-box;}
.honor-slide > span img { width: 100%;}
.honor-slide .honor-prev { left: 0;}
.honor-slide .honor-next { right: 0;}
.honor-slide > span:hover { background: #fb0000; border: 1px solid #fb0000;}
.honor-slide > span:hover img {filter:contrast(0%) brightness(200%);}
/* honor end */

/*--inpage-submenu--*/
.inpage-submenu{margin: -40px auto 10px;width: 1200px;padding: 18px 0;text-align:center;overflow:hidden;border: 1px solid #e0e0e0;border-top:none;box-sizing: border-box; background:#f0f0f0;}
.inpage-submenu ul{white-space:nowrap;overflow:auto;}
.inpage-submenu ul{white-space:nowrap;overflow:auto;}
.inpage-submenu ul::-webkit-scrollbar{height:0;}
.inpage-submenu li{display:inline-block;position:relative;margin:0 18px;}
.inpage-submenu li a{position:relative;display:block;font-size: 18px;color:#666;}
.inpage-submenu li:hover a,.inpage-submenu li.cur a{color:#fb0301;}
/*--end inpage-submenu--*/

/*show-section-wrap*/
.show-section-wrap{padding:3rem 0;overflow:hidden;}
.show-section-list03{overflow:hidden;}
.show-section-list03 .item{position:relative;float:left;margin:1%;width:23%;text-align:center;box-sizing:border-box;}
.show-section-list03 .pic{overflow:hidden;}
.show-section-list03 .pic img{display:block;width:100%;}
.show-section-list03 .text{padding:0.625rem;overflow:hidden;}
.show-section-list03 .text h3{font-size:1rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.show-section-list03 .text p{font-size:0.875rem;height:2.5rem;line-height:1.25rem;color:#666;overflow:hidden;}
@media screen and (max-width: 992px) {
    .show-section-list03 .item{width:48%;}
}
/*end show-section-wrap*/


/* server */
.server { position: relative; overflow: hidden; padding-top: 75px; background: #fff;}
.server-img { margin-top:35px;background: url("/static/images/server-bg.jpg") no-repeat center;  height: 540px; background-size: cover;}
.server-img .item { margin-top: 3%; padding: 60px 180px 60px 45px; float: left; width: 48%; margin-right: 4%; border: 1px solid rgba(255,255,255,0.5); box-sizing: border-box;}
.server-img .item:nth-of-type(2) { margin-right: 0;}
.server-img .item h2 { color: #fff; font-weight: normal; font-size: 30px;}
.server-img .item span { display: block; font-size: 20px; color: #fff; margin-top: 5px;}
.server-img .item i { display: block; width: 48px; height: 3px; background: #fb0301; margin: 25px 0 55px;}
.server-img .item p {  font-size: 20px; color: #fff; line-height: 1.5;}
.server-img .item a { margin-top: 45px; display: block; width: 125px; height: 44px; line-height: 44px; text-align: center; background: #fb0301; color: #fff; font-size: 18px; border-radius: 0 20px 0 0;}
@media (max-width: 1400px) {
    .server-img .item { padding: 60px 80px 60px 45px;}
}
/* server end */


/* case */
.case { overflow: hidden; padding: 70px 0; background: #fff;}
.case-slide { overflow: hidden; margin-top: 40px; position: relative;}
.case-slide .case-menu { display: block; width: 100%; text-align: center; margin-bottom: 55px;}
.case-slide .case-menu ul { display: inline-block;}
.case-slide .case-menu li { float: left; margin:0 20px; height: 44px; line-height: 44px; text-align: center;padding: 0 20px;}
.case-slide .case-menu li { display: block; font-size: 18px; color: #666; background: #eee; border-radius: 0 15px 0 0;}
.case-slide .case-menu li.cur { background: #fb0000; color: #fff;}
.case-slide .case-main .item { float: left; width: 24%; margin-right: 1.3333%;}
.case-slide .case-main .item:last-of-type { margin-right: 0;}
.case-slide .case-main .item .pic { position: relative; overflow: hidden; font-size: 0; border-radius: 0 15px 0 0;}
.case-slide .case-main .item .pic img { width: 100%; transition: all 1s;}
.case-slide .case-main .item .pic p { position: absolute; left: 5%; bottom:13px; width: 90%; height: 53px; line-height: 53px; text-align: center; font-size: 18px; color: #666; background: #fff; border-radius: 0 15px 0 0;}
.case-slide .case-main .item:hover img { transform: scale(1.05);}
.case-slide .case-main .item:hover p { background: #fb0301; color: #fff;}
/* case end */


/* partner */
.partner { position: relative; overflow: hidden; background: url("/static/images/partner-bg.jpg") no-repeat center; width: 100%; height: 500px; background-size: cover;}
.partner .wrap-tit { padding-top: 45px;}
.partner-con { overflow: hidden; margin-top: 40px;}
.partner-con ul li { float:left;width: 232px; margin-right: 1px; margin-bottom: 1px; font-size: 0;/*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/}
.partner-con ul li img { width: 100%;}
.partner-con ul li:hover { filter: none;}
@media (max-width: 1400px) {
    .partner-con ul li { width: 199px;}
}
/* partner end */



/* adv */
.adv{position: relative;overflow: hidden;background: #f4f4f4;margin-bottom: 50px;}
.adv .wrapper { padding-bottom:50px;width:1200px!important;overflow: hidden;background: #fff;}
.adv .wrap-tit h2 {font-weight:bold;}
.adv:after {content: '';display: block;position: absolute;left: 48.5%;top: 0;width: 1px;height: 100%;background: #dedede;}
.adv::before { content: ''; display: block; position: absolute; top: 55%; left: 0; width: 100%; height: 1px; background: #dedede;}
.adv .wrap-tit { position: relative; z-index: 2; padding-top: 100px;}
.adv .wrap-tit p {  color: #333;}
.adv-con {display: block;}
.adv-con .item {position:relative;margin: 0 1%;float: left;width: 48%;padding-top: 60px;padding-bottom: 60px;box-sizing: border-box;}
.adv-con .item .adv-top {overflow: hidden;}
.adv-con .item .adv-top span {float: left;  padding-top: 55px;  background: url("/static/images/adv-arrow.png") no-repeat center; width: 132px; height: 114px; background-size: 100%; font-size: 36px; color: #fff;font-family: "DIN Bold"; text-align: center; box-sizing: border-box;}
.adv-con .item .adv-top .tit {float: left;padding-top: 50px;padding-left: 22px;}
.adv-con .item .adv-top .tit h2 { font-size: 24px; color: #333;}
.adv-con .item .adv-top .tit  p { font-size: 20px; color: #333; margin-top: 5px;}
.adv-con .item .adv-top .tit p em { font-family: "DIN Bold";}
.adv-con .item > p { clear: both; font-size: 16px; color: #666; margin-top: 30px; width: 85%; line-height: 1.5; height: 75px;}
.adv-con .item .pic {width: 518px;font-size: 0; margin-top: 30px;}
.adv-con .item .pic img { width: 100%;}
.adv-con .item:nth-of-type(odd) {  animation: fadeinL 1s ease-out backwards;}
.adv-con .item:nth-of-type(even) {animation: fadeinR 1s ease-out backwards;}
.adv-con .item:nth-of-type(even) > p { width: 100%;}
.adv-con .item:nth-of-type(3):after { content: ''; display: block; position: absolute; bottom: 0; right: 16%; background: url("/static/images/adv-icon03.png") no-repeat center;  width: 160px; height: 166px; background-size: 100%;}
.adv-con .item:nth-of-type(4):after {content: '';display: block;position: absolute;bottom: -50px;right: 4%;background: url("/static/images/adv-icon04.png") no-repeat center;width: 205px;height: 376px;background-size: 100%;}
/* adv end */



/*dzxq*/
.dzxq { position: relative; background: url("/static/images/dzxq-banner.jpg") no-repeat center; width: 100%; height: 774px;overflow:hidden;}
.dzxq-con { margin-top: 110px;padding:37px 0;width: 100%;height:596px;background: #fff; position: relative;}
.dzxq-con .dzxq-menu {  position:relative; padding: 28px 0; margin-left:100px;float: left; width: 90px; height: 538px;}
.dzxq-con .dzxq-menu .hd{display: none;}
.dzxq-con .dzxq-menu .bd{transition:top 0.25s;}
.dzxq-con .dzxq-menu .bd .item { margin-bottom:17px;width: 100%; height: 93px; font-size: 0; overflow: hidden;opacity: 0.7;}
.dzxq-con .dzxq-menu .bd .item.cur{opacity: 1;}
.dzxq-con .dzxq-menu .bd .item img { width: 100%; height: 93px;}
.dzxq-menu  .dzxq-prev,.dzxq-menu  .dzxq-next{  cursor:pointer;position:absolute; left:0; width:100%;font-size:30px; font-weight:bold;height:28px;line-height:28px;color:#999; font-family: "Ã§â‚¬Â¹Ã¥Â¬Â©Ã§Â¶â€¹";text-align: center;}
.dzxq-menu  .dzxq-prev { transform: rotate(90deg); top: 0;}
.dzxq-menu  .dzxq-next { transform: rotate(90deg); bottom: 0;}
.dzxq-menu  .dzxq-prev:hover,.dzxq-menu  .dzxq-next:hover { color: #d93638;}
.dzxq-main { float: left; margin-left: 19px;}
.dzxq-main .item{display: none;}
.dzxq-main .item .pic { float:left;width: 420px; font-size: 0; overflow: hidden;border: 1px #ddd solid;}
.dzxq-main .item .pic img { width: 100%; }
.dzxq-con .pic-tit { float:left;  width: 50%;}
.dzxq-con .pic-tit h1 { font-size: 30px; color: #333; line-height: 1.5; font-weight: normal;}
.dzxq-con .pic-tit > span { margin:28px 0 50px 0;display: block;background: url("/static/images/dzxq-before.jpg") no-repeat center; width:98%; height: 49px; line-height: 49px; padding-left:2%;font-size: 18px; color: #333;}
.dzxq-con .pic-tit > p { font-size: 16px; color: #333; line-height: 1.75; }
.dzxq-con .dzxq-phone { display: block; margin-top: 40px; position: relative; padding-left: 50px;}
.dzxq-con .dzxq-phone:after {content: '';display: block;position: absolute;left: 0;top: 8px;background: url("/static/images/join-phone.png") no-repeat center;width: 32px;height: 32px;background-color: #fb0301;border-radius: 50%;background-size: 100%;}
.dzxq-con  .dzxq-shop { margin-top: 55px; width: 216px;border-top: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; box-sizing: border-box;}
.dzxq-con  .dzxq-shop a { display: block; padding:12px 0;border-bottom: 1px solid #e6e6e6; box-sizing: border-box;}
.dzxq-con  .dzxq-shop a.on { background: #d93638; border-bottom: 1px solid #d93638;}
.dzxq-con .item .dzxq-shop a.on span { color: #fff;}
.dzxq-con  .dzxq-shop a.on i { filter:contrast(0%) brightness(200%);}
.dzxq-con  .dzxq-shop a:nth-of-type(1) i { display:inline-block; vertical-align:middle;background: url("/static/images/shop-icon01.png") no-repeat center; width: 30px;height: 30px; padding-left: 10px;}
.dzxq-con  .dzxq-shop a:nth-of-type(2) i { display:inline-block; vertical-align:middle;background: url("/static/images/shop-icon02.png") no-repeat center; width: 30px;height: 30px; padding-left: 10px;}
.dzxq-con  .dzxq-shop a span { display: inline-block; vertical-align: middle; font-size: 14px; color: #333; padding-left: 5px;}
.pic-tit  .dzxq-phone > p { font-size: 14px; color: #999;}
.pic-tit  .dzxq-phone > em {  display:block;font-size: 24px;color: #333; margin-top: 3px;}
.dzxq-con .cur{display: block;}
.dzxq-return { border:none;position: absolute; left: -40px; top:0; width: 80px; height: 80px; line-height: 80px; background: #fb0301; text-align: center; font-size: 14px; color: #fff;}
/* dzxq end */

.bflow {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 52px;
}

.bflow .bflow_content {
    width: 1200px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.bflow .bflow_in {
    width: 100%;
    height: 157px;
    margin-top: 15px;
    border-bottom: 2px solid #fb0301;
}

.bflow .bflow_in ul li {
    width: 115px;
    height: 157px;
    float: left;
    margin-right: 59px;
    position: relative;
}

.bflow .bflow_in ul li::before {
    content: "";
    width: 34px;
    height: 115px;
    background: url(/static/images/bf_bg001.png)center no-repeat;
    position: absolute;
    right: -50px;
    top: 0;
}

.bflow .bflow_in ul li .bflow_logo {
    width: 115px;
    height: 115px;
    padding-top: 60px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fb0301;
    box-sizing: border-box;
}

.bflow .bflow_in ul li .bflow_logo p {
    font-size: 14px;
    color: #111111;
    line-height: 40px;
    text-align: center;
}

.bflow .bflow_in ul li .bflow_logo::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.bflow .bflow_in ul li:nth-child(1) .bflow_logo::before {
    background: url(/static/images/bf_logo001.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(2) .bflow_logo::before {
    background: url(/static/images/bf_logo002.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(3) .bflow_logo::before {
    background: url(/static/images/bf_logo003.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(4) .bflow_logo::before {
    background: url(/static/images/bf_logo004.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(5) .bflow_logo::before {
    background: url(/static/images/bf_logo005.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(6) .bflow_logo::before {
    background: url(/static/images/bf_logo006.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(7) .bflow_logo::before {
    background: url(/static/images/bf_logo007.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-last-child(1) {
    margin-right: 0;
}

.bflow .bflow_in ul li:nth-last-child(1)::before {
    display: none;
}

.bflow .bflow_in ul li::after {
    content: "";
    width: 100%;
    height: 31px;
    background: url(/static/images/bf_bg002.png)center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.bflow .bflow_in ul li:nth-child(1):hover .bflow_logo::before {
    background: url(/static/images/bf_logo001_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(2):hover .bflow_logo::before {
    background: url(/static/images/bf_logo002_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(3):hover .bflow_logo::before {
    background: url(/static/images/bf_logo003_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(4):hover .bflow_logo::before {
    background: url(/static/images/bf_logo004_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(5):hover .bflow_logo::before {
    background: url(/static/images/bf_logo005_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(6):hover .bflow_logo::before {
    background: url(/static/images/bf_logo006_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:nth-child(7):hover .bflow_logo::before {
    background: url(/static/images/bf_logo007_active.png)bottom center no-repeat;
}

.bflow .bflow_in ul li:hover::after {
    display: block;
}

.bflow .bflow_in ul li .bflow_logo:hover {
    background: #fb0301;
}

.bflow .bflow_in ul li:hover .bflow_logo p {
    color: #fff;
}


/* --history-- */
.history{height:610px;overflow:hidden;background:url(/static/images/history_bg.jpg) no-repeat center 0;}
.history .wrapper{ width: 1200px; margin: 0 auto;}
.history .title{padding-top:80px;padding-left:86px;overflow:hidden;}
.history .title h2{height:40px;line-height:20px;font-size:30px;font-weight:normal;color: #fff;}
.history .title em{height:20px;line-height:20px;font-size:16px;font-family:"DIN-Medium";color: #fff;text-transform:uppercase;}
.history-slide{position:relative;float:left;margin-top:1px;width:500px;height:400px;overflow:hidden;}
.history-slide .prev,.history-slide .next{position:absolute;z-index:333;left: 234px;width:130px;height:70px;cursor:pointer;}
.history-slide .prev{top:0;background:url(/static/images/history_prev.png) no-repeat center;border-radius:15px 15px 0 0;}
.history-slide .next{bottom:0;background:url(/static/images/history_next.png) no-repeat center;border-radius:0 0 15px 15px;}
.history-slide .prev:hover,.history-slide .next:hover{background-color:rgba(0,0,0,0.2);}
.history-list{padding-left:86px;width:176px;height:400px;overflow:hidden;}
.history-list li{height:80px;line-height:80px;font-size:35px;font-family:"DIN-Medium";color:#fff;}
.history-list li.cur{color:#fb0301;}
.history-slide .clock{position:absolute;right:0;top:104px;width:200px;height:200px;}
.history-slide .clock:after{display:block;position:absolute;top:50%;right:108px;margin-top:-3px;width:175px;height:7px;content:"";background:url(/static/images/history_line.png) no-repeat 0 center;}
.history-slide .clock i{display:block;position:absolute;z-index:3;top:50%;left:50%;margin-left:-30px;margin-top:-30px;width:60px;height:60px;border-radius:50%;background: #fb0301 url(/static/images/clock.png) no-repeat center;}
.history-slide .clock .circle{display:block;position:absolute;top:50%;left:50%;border:#fb0301 solid 1px;border-radius:50%;}
.history-slide .clock .circle1{margin-top:-40px;margin-left:-40px;width:80px;height:80px;opacity:0.1;animation:scale 3s linear infinite;}
.history-slide .clock .circle2{margin-top:-60px;margin-left:-60px;width:120px;height:120px;opacity:0.1;animation:scale 3s linear infinite;}
.history-main{float:right;width: 700px;overflow:hidden;}
.history-main .item{display:none;overflow:hidden;animation:fadeinR 1s;}
.history-main .hd{height:110px;line-height:110px;font-family:"DIN-Medium";font-size:48px;color: #000000;overflow:hidden;border-bottom:rgba(255,255,255,0.1) solid 1px;}
.history-main .bd{padding-top:25px;line-height:42px;font-size:18px;color: #000000;overflow:hidden;font-weight: bold;}
@keyframes scale{
    0%{transform:scale(0);opacity:0;}
    50%{transform:scale(1);opacity:1;}
    100%{transform:scale(0);opacity:0;}
}
/* --end history-- */

/* ywly */
.ywly { overflow: hidden; position: relative; text-align: center; background: url("/static/images/ywly-bg.jpg") no-repeat center; width: 100%; height: 27rem; background-size: cover;}
.ywly .wrap-tit { padding-top: 2.625rem;}
.ywly-con { display: block; margin-top: -1.125rem; overflow: hidden;}
.ywly-con .item { position: relative; float: left; width: 32.3333%; margin-right: 1.5%; margin-top: 1.875rem; overflow: hidden;}
.ywly-con .item:nth-of-type(3n) { margin-right: 0;}
.ywly-con .item .pic { width: 100%; font-size: 0; overflow: hidden;}
.ywly-con .item .pic img { width: 100%; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; }
.ywly-con .item .ywly-show {  text-align:left;position: absolute; left: 25px; top: 25px; display:block; opacity: 1;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; }
.ywly-con .item .ywly-show p { font-size: 1.5rem; color: #fff;}
.ywly-con .item .ywly-show span { font-size: 0.875rem; color: #fff; font-family: "Futura Md BT";}
.ywly-con .item .ywly-hide { position: absolute; left: 0; top: 0; z-index: 2; opacity: 0; right: 0; bottom: 0; padding: 20px; background-color:rgba(0,0,0,.4);  transform: scale(0.5);-webkit-transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; }
.ywly-con .item .hide-box { position: relative; width: 100%; height: 100%;border: 1px solid rgba(231,231,231,.5); overflow: hidden;}
.ywly-con .item .hide-mid {  position: relative; top: 50%; transform: translateY(-50%) scale(1); text-align: center;}
.ywly-con .item .hide-mid p { font-size: 1.25rem; color: #fff;}
.ywly-con .item .hide-mid span { margin-top:0.625rem;display: block; font-size: 1rem; color: #fff;}
.ywly-con .item .hide-mid .more { position: relative; margin: 1.5625rem auto 0; background: url("/static/images/zsjm-next.png") no-repeat center; width: 1.9375rem; height: 1.9375rem; background-size: 100%;}
.ywly-con .item:hover .ywly-hide { transform: scale(1); opacity: 1;}
.ywly-con .item:hover img { transform: scale(1.1)}
.ywly-con .item:hover .ywly-show { opacity: 0; top: -50px;}
.ywly .content >  a {margin-top:2.5rem;display: inline-block;padding: 0.4rem 1rem;font-size: 1rem;color: #fff;background: #f30000;border-radius: 25px;}
.ywly .content >  a i { display: inline-block; vertical-align: middle; background: url("/static/images/all-icon.png") no-repeat center; width: 10px; height: 10px; background-size: 100%; margin-left: 5px; margin-top: -2px;}
@media (max-width: 992px) {
    .ywly { height: 55rem; padding: 0 2.5%; box-sizing: border-box;}
    .ywly-con .item .ywly-show { text-align: left; left: 18px; top: 18px;}
    .ywly .wrap-tit { padding-top: 4.625rem;}
    .ywly-con .item { width: 48%; margin-right: 4%; margin-top: 4%;}
    .ywly-con .item:nth-of-type(even){ margin-right: 0;}
    .ywly-con .item:nth-of-type(3) { margin-right:4%;}
    .ywly-con .item .ywly-hide { padding: 10px;}
    .ywly-con .item .hide-mid .more { display: none;}
}
/* ywly end */
