﻿/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fbfbfb;
    color: #000;
    position: relative;
    font: 12px/1.5 'SourceHanSansSC', arial, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
    font-weight: 200;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover,
a:active,
a:focus {
    color: #092554;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    color: #000;
    
}

input {
    padding: 0;
    margin: 0;
    font-family: 'SourceHanSansSC';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}
.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
.wt_t{max-width: 1490px;margin:0 auto;padding:0 10px;}
.flex_x{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



/* 外框样式 */
.mob-wh{
    padding: 5% 0% 5% 6%;
    background-color: #092554;
}
.mob-wrap {
    width: 100%;
    margin: 0 auto;
  }
  
  /* 头部 */
  .mob-head {
    display: flex;
    align-items: center;
  }
  
  .mob-head .mob-logo {
    width: 65%;
    margin-right: 5%;
  }
  .mob-head .mob-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mob-head .mob-logo p{
    margin-left: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    border-left: 1px solid rgba(255,255,255,.5);
  }
  .mob-head .mob-logo img {
    width: 70%;
  }
  
  .mob-head .head-btn {
    width: 30%;
  }
  
  .mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  
  .mob-head .head-btn a .iconfont {
    font-size: 26px;
    vertical-align: middle;
    color: #fff;
  }
  
  .mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
  }
  
  .mob-head .head-btn .search-btn {
    margin-right: 10px;
    width: 40px;
  }
  
  /* 搜索框样式 */
  .search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
  }
  
  .search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .search input[type="text"] {
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
  }
  
  .search input[type='submit'] {
    border: none;
    text-align: center;
    height: 22px;
    font-size: 16px;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
    background: url(http://www.umuphome.com/templates/ymyp/images/head-icon04.png) center left no-repeat;
    padding-left:15px;
    margin-left: 10px;
  }
  
  /* 导航样式 */
  .mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #092554;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5%;
  }
  
  .mob-nav .close-btn {
    text-align: right;
  }
  
  .mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff;
  }
  
  .mob-nav-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mob-nav-words li a {
    display: block;
    text-align: left;
    line-height: 6vh;
    font-size: 14px;
    color: #fff;
    
  }
  .mob-nav-a i{
    font-style: inherit;
    font-size: 20px;
    color: #fff;
  }
  .mob-nav-words li .sec{
    display: none;
    width: 90%;
    margin: auto;
  }
  .mob-nav-words li .sec a{
    border-top: 1px dashed rgba(255,255,255,.1);
  }
  
  .mob-nav-words li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .mob-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .mob-nav-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .mob-nav-logo{
    width: 32%;
  }
  .mob-nav-logo img{
    width: 100%;
  }

  .Sino-British{
    margin-top: 5%;
    width: 100%;
}
.Sino-British ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sino-British li{
    margin-right: 10px;
}
.Sino-British li a{
    font-size: 16px;
    color: #fff;
}
.Sino-British li img{
    width: 30px;
    margin-right: 10px;
}
/*头部样式*/
.yya {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .6s;
	background-color: rgba(0,0,0);
}
.gizle {
    top: -150px !important;
    transition: all .6s;
}
.sabit {
    top: 0 !important;
    z-index: 998;
    transition: all .6s;
}
.top-head{
    background: #092554;
    height: 150px;
    width: 100%;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.head-box{
    height: 100%;
}
.nav_cc {
    display: inline-block;
    border: none;
    z-index: 998;

  }
.top-head .logo img{
    max-width: 320px;
}
.btn-nav {

    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 999;
  }
  
  .btn-nav:focus {
    outline: 0;
  }
  
.icon-bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
  }


.logo{
    text-align: center;
    margin: auto;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #FFFFFF;
  }

  .animated {
    display: block;
    margin: 0 auto;
    /* background:url(//cdn.myxypt.com/09180ed3/22/04/d502cb039297cc511cd5742f661ead06fec24332.png) no-repeat center #000; */
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 13%;
  }
  .animated:hover .icon-bar,
  .animated:focus .icon-bar{
    background-color: #fff;
    display: none;
  }

  .animated:focus {
    cursor: pointer;
    z-index: 9999;
  }
  
  .icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }

  .animated .icon-bar {
    z-index: 999999;
    background-color: #fff;
  }
  .animated .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);width: 30px;
  }
  .animated .bottom {
    -webkit-transform: translateY(-16px) rotateZ(-45deg);
    -moz-transform: translateY(-16px) rotateZ(-45deg);
    -ms-transform: translateY(-16px) rotateZ(-45deg);
    -o-transform: translateY(-16px) rotateZ(-45deg);
    transform: translateY(-16px) rotateZ(-45deg);
  }
  .animated .middle {
    width: 0;
  }
   .animated .top {
    width: 0;
  }
   .animated .bottom {
    width: 0;
  }
 .nav-box{
    
 } 
.nav-content {
    width: 13%;
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    z-index: 999;
    background-color: #092554;

  }



  @keyframes showNav {
    from {
      left: -13%;
    }
    to {
      left: 0;
    }
  }
  
  @-webkit-keyframes showNav {
    from {
        left: -13%;
      }
      to {
        left: 0;
      }
  }
  
  @-moz-keyframes showNav {
    from {
        left: -13%;
      }
      to {
        left: 0;
      }
  }
  
  @-o-keyframes showNav {
    from {
        left: -13%;
      }
      to {
        left: 0;
      }
  }
  
  .showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
  }
  
  @keyframes hideNav {
    from {
      left: 0;
    }
    to {
        left: -13%;
    }
  }
  
  @-webkit-keyframes hideNav {
    from {
        left: 0;
      }
      to {
          left: -13%;
      }
  }
  
  @-moz-keyframes hideNav {
    from {
        left: 0;
      }
      to {
          left: -13%;
      }
  }
  
  @-o-keyframes hideNav {
    from {
        left: 0;
      }
      to {
          left: -13%;
      }
  }
  
  .hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
  }
  
  .hidden{
    display:none;
  }


/* 导航样式 */
.nav-logo{
    width: 100%;
    padding: 20% 10%;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-logo img{
    width: 100%;
}
.x-menu {
    margin: 3vh 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    height: 70vh;
}


.x-menu li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.2);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    opacity: 1;

}


.x-menu li a:hover {
    opacity: 1;
    
}



.x-menu li.active a {}

.x-menu li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #092554;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 100%;
    top: 0;
    background: #092554;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu li {
    /* padding: 0 018px; */
}

.x-sub-menu li a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 3.6;
}

/* .x-sub-menu li a:hover {
    background: #061939;
    color: #fff;

} */

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1024px) {
    .top2 .k3 {
        display: none;
    }
}
 .tit{
    text-align: center;
}
 .tit h5{
    font-size: 40px;
    color: #092554;
    font-weight: 300;
    letter-spacing: -2px;
}
.box1{
    padding: 6% 0;
    
}
.household-box{
    background: url(../image/household-bg.jpg) no-repeat bottom center
}

.box1 .tit p{
    text-align: center;
    margin-top: 2%;
}
.box1 .tit p a{
    font-size: 16px;
    padding: 0 4%;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #092554;
}
.box1 .tit p  a:first-child{
    background-color: #092554;
    color: #fff;
}
.box1 .tit p  a:hover{
    background-color: #092554;
    color: #fff;
}
.household{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 7%;
}
.household-img{
    margin-right: 10%;
}
.household-img img{}
.household .text{} 
.household .text p{
    font-size: 18px;
    line-height: 36px;
} 
.link-a{
    margin-top: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.link-a a{
    font-size: 18px;
}
.link-a::before{
    content: '';
    width: 50px;
    height: 1px;
    background-color: #666;
    display: inline-block;
    margin-right: 10px;
    
}

.box2{
    padding-bottom: 5%;
}
.list-box{
    width: 70%;
    margin: auto;
}
.list-box ul{
    display: flex;
}
.list-box li{
    margin: 0 .5%;
    position: relative;
    overflow: hidden;
}
.list-box li .com-img{
    background-color: #000;
}
.list-box img{
    width: 100%;
    opacity: 1;
}
.list-box li:hover img{
    opacity: .3;
}
.list-box li:hover .text{
    bottom: 45%;
}
.list-box li .text{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100%;
    transition: all .3s;
}
.list-box li .text h5{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.list-box li .text p{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.box3{
    background-color: #f7f7f7;
}
#case-box{}
#case-box .owl-dots{
    bottom: -8%;
}

#case-box .owl-dot{
    width: 100px;
    height: 3px;
    background-color: #c5c5c5
}
#case-box .active{
    background-color: #092554;
}




.box4{
    padding: 5% 0;
    background-color: #f7f7f7;
}
.case{
    width: 70%;
    margin: auto;
    margin-top: 5%;
}
.case ul{}
.case ul li{
    width: 100%;
    background-color: #fff;
    margin-bottom: 5%;
    height: 100%;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    display: block;
}
.case ul li:last-child{
    margin-bottom: 0;
}
.case ul li .com-img{
    width: 50%;
    float: left;
    
}
.case ul li img{
    width: 100%;
}
.case ul li .text-box{
    width: 50%;
    display: flex;
    justify-content: center;
    float: left;
    
}
.case ul li:nth-child(2n) .com-img{
    float: right;
}
.case ul li:nth-child(2n) .text-box{
    float: right;
}
.case ul li .text{
    margin-top: 21%;
}
.case ul li .text h5{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    
}
.case ul li .text p{
    font-size: 16px;
    margin-top: 5%;
    line-height: 30px;
    
}
.case ul li .text a{
    font-size: 16px;
    margin-top: 15%;
    display: inline-block;
    padding: 1% 10% ;
    border: 1px solid #092554;
    transition: all .3s;
}
.case ul li .text a:hover{
    background-color: #092554;
    color: #fff;
}



.customization{}
.customization h5{
    font-size: 40px;
    color: #092554;
    font-weight: 300;
    padding-bottom: 5%;
    width: 100%;
    display: block;
    text-align: center;
}
.customization ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.customization li{
    width: 50%;
}
.customization a{}
.customization img{
    width: 100%;
}










.originality-banner{
    position: relative;
}
.originality-banner img{
    width: 100%;
}
.originality-banner .text{
    position: absolute;
    right: 15%;
    top: 20%;
    width: 31%;
    text-align: center;
}
.originality-banner .text h5{
    font-size: 50px;
    background-image:-webkit-linear-gradient(left,#FCE8D6,#f6d2b3,#c18346);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: 400;
}
.originality-banner .text p{
    font-size: 18px;
    background-image:-webkit-linear-gradient(left,#f6f0eb,#f6e1cf,#e4ac73);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-top: 6%;
}
.originality-banner .text span{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 1% 8%;
    border-radius: 50vh;
    margin-top: 23%;
    border: 1px solid rgba(255,255,255,.4);
}
.originality-banner .text span:hover{
    background-color: #092554;
    border: 1px solid #092554;;
}
.box6{ 
    padding: 5% 0;
}
.box6 .tit{
    position: relative;
    margin-bottom: 5%;
}
.box6 .tit a{
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 5%;
}


.news-box{
    width: 70%;
    margin: auto;
}
.news-box ul{
    display: flex;
    justify-content: space-between;
}
.news-box li{
    width: 48%;
}
.news-box li .text{
    margin-top: 5%;
}
.news-box li .text h5{
    font-size:16px;
    color: #333;
    font-weight: normal;
}
.news-box li .text p{
    font-size: 14px;
    color: #666;
    margin-top: 3%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-box li .text span{
    color: #333;
    font-size: 14px;
}
.news-box li .text .more{
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
    margin-top: 6%;
    border-top: 1px solid #b8b8b8;
    width: 100%;

}
.news-box li .text .more span{
    margin-left: 10px;
    color: #666;
}



.fooder-box{
    background-color: #092554;
}
.fooder{
    text-align: center;
}
.fooder .f-logo{
    padding: 5% 0;
}
.fooder .f-logo img{
    max-width: 9%;
}
.fooder .text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0;
}
.fooder .text p{
    color: #fff;
    font-size: 15px;
    margin: 0 20px;
    background-image: -webkit-linear-gradient(left,#FCE8D6,#f6d2b3,#e2ac78);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.fooder .text p a{
    font-size:15px;
    color: #fff;
    background-image: -webkit-linear-gradient(left,#FCE8D6,#f6d2b3,#e2ac78);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    font-weight: 300;
}
.fooder .text ul{
    display: flex;
    justify-content: center;
}
.fooder .text li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.fooder .text li::after{
    content: '·';
    margin: 0 13px;
    font-size: 24px;
    color: #f5fbff;
    
}
.fooder .text li:last-child:after{
    display: none;
}
.fooder .text li a{
    color: #fff;
    font-size: 15px;
    background-image: -webkit-linear-gradient(left,#FCE8D6,#f6d2b3,#e2ac78);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}



/* about html */

.about-box1 .shuzi{
    width: 670px;
    padding: 10% 0;
}
.about-box1 .shuzi ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.about-box1 .shuzi ul li{
    
}
.about-box1 .shuzi ul li h5{
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    color: #092554;
    font-weight: 100;
    display: inline-block;
    line-height: 1.2;
}
.about-box1 .shuzi ul li span{
    display: inline-block;
    font-size: 24px;
    color: #092554;
    font-weight: 300;
    margin-left: 5px;
}
.about-box1 .shuzi ul li p{
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
.about-box1 .shuzi ul li i{
    font-size: 60px;
    font-style: inherit;
    font-weight: 200;
}
.a-shuzi-box{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    

}
.framework{
    width: 63%;
    margin: auto;
}
.a-about .Introduction{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}
.a-about .Introduction .text{
    max-width: 440px;
}
.a-about .Introduction .text h5{
    font-weight: normal;
    font-size: 40px;
    font-weight: 100;
}
.a-about .Introduction .text h5::after{
    content: '';
    width: 46px;
    height: 2px;
    background-color: #7c7b89;
    display: block;
    margin: 5% 0;

}
.a-about .Introduction .text p{
    font-size: 20px;
    line-height: 36px;
    /* font-weight: 400; */
    text-align: justify;
}
.a-about .Introduction .com-img{
    margin: 0;
    width: 50%;
}

.a-about .service{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 10% 0;
}
.a-about .service .service-img{
    display: flex;
    width: 65%;
}
.a-about .service .service-img .com-img{
    margin-right: 10px;
}
.a-about .service .text{
    width: 27%;
}
.a-about .service .text span{
    font-size: 16px;
    color: #979797;
    font-weight: 100;
}
.a-about .service .text h5{
    color: #1e1a19;
    font-size: 30px;
    font-weight: 500;
}
.a-about .service .text h5::after{
    content: '';
    width: 46px;
    height: 2px;
    background-color: #7c7b89;
    display: block;
    margin: 10% 0;

}
.a-about .service .text p{
    font-size: 16px;
    line-height: 36px;
    /* font-weight: 400; */
    text-align: justify;
}
.design img{
    width: 100%;
}
.culture-box{

}
.culture{
    padding: 5% 0;
}
.culture ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.culture li{
    width: 22vh;
}
.culture li .text{
    text-align: center;
    margin-top: 15%;
}
.culture li .text h5{
    color: #221e1d;
    font-size: 28px;
    font-weight: 300;
}
.culture li .text p{
    font-size: 18px;
    margin-top: 5%;
    line-height: 26px;
    /* font-weight: 400; */
}
.course-box{
    background-color: #f5f3f3;
    padding: 5% 0;
}

.course-tit{
    padding: 7% 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.course-tit h5{
    font-size: 40px;
    color: #1c1815;
    font-weight: 300;
}
.course-tit p{
    width: 44.66%;
    font-size: 20px;
    line-height: 30px;
    /* font-weight: 400; */
    text-align: justify;
}




.course-list{}
.course-list .swiper2{
    position: relative;
    width: 100%;
}
.course-list .swiper2::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #474443;
    display: block;
    position: absolute;
    top: 47%;
}
.course-list .swiper2 .swiper-slide{
    width: 30%;
    text-align: center;
}
.course-list .swiper2 .swiper-slide b{
    margin-top: 35%;
    display: block;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
}
.course-list .swiper2 .swiper-slide i{
    width: 5px;
    height: 5px;
    background-color: #474443;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 45%;
    left: 48%;
}
.course-list .swiper2 .swiper-slide i::before{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #474443;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
   
}
.course-list .swiper2 .swiper-slide:hover i{
    color: #092554;
}
.course-list .swiper2 .swiper-slide:hover b{
    color: #092554;
}
.course-list .swiper2 .swiper-slide:hover i::before{
    color: #092554;
}
.course-list .swiper1{
    margin-top: 7%;
}
.course-list .swiper1 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.course-list .swiper1 .swiper-slide .com-img{
    margin: 0;
    width: 60%;
}
.course-list .swiper1 .swiper-slide .text{
    padding-left: 9%;
}
.course-list .swiper1 .swiper-slide .text h4{
    font-size: 30px;
    font-weight: 300;
    color: #000;
}
.course-list .swiper1 .swiper-slide .text p{
    font-size: 20px;
    max-width: 380px;
    margin-top: 5%;
    font-weight: 100;
}
.course-list .button div{
    filter: grayscale(1);
    background-size: 50%;
}
.swiper-button-prev{
    left: -4%!important;
}
.swiper-button-next{
    right: -4%!important;
}


.ProductStyle-box{
    padding: 5% 0;
}
.ProductStyle {
    margin-top: 5%;
}
.ProductStyle ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.ProductStyle ul li{
    background-color: #202A34;
    width: calc(100% / 3);
    
}
.ProductStyle ul li img{
    width: 100%;
}
.ProductStyle ul li:nth-child(2n){
    background-position: bottom center;
}
.ProductStyle ul li .com-img{
    width: 100%;
}
.ProductStyle ul li .text{
    background: url(../image/ProductStyle-bg.png) no-repeat top center;
    height: 458px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    text-align: center;
}
.ProductStyle ul li .text h4{
    font-size: 28px;
    color: #fff;
    font-weight:300;
}
.ProductStyle ul li .text p{
    font-size: 20px;
    color: #fff;
    margin-top: 3%;
    opacity: .8;
    font-weight: 100;
    line-height: 3vh;
}


/* case */

.xypt-case{
    max-width: 1220px;
    margin: auto;
    padding-bottom: 8%;
}
.xypt-case:last-child{
    padding-bottom: 0%;
}
.xypt-case .xypt-case-tit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    align-items: flex-start;
    position: relative;
}
.xypt-case .xypt-case-tit::before{
    content: '';
    width: 60%;
    height: 1px;
    background-color: #b7b7b7;
    position: absolute;
    left: 19%;
    top: 26%;
}
.xypt-case .xypt-case-tit span{
    font-size: 20px;
    color: #b7b7b7;
}
.xypt-case .xypt-case-tit .info{
    text-align: right;
}
.xypt-case .xypt-case-tit .info h5{
    font-size: 40px;
    font-weight: normal;
}
.xypt-case .xypt-case-tit .info p{
    font-size: 20px;
}
.xypt-case .xypt-case-box{}
.xypt-case .xypt-case-box .hot-img{}
.xypt-case .xypt-case-box .hot-img li{
    display: none;
}
#case-block01 li:nth-child(1){
    display: block;
}
#case-block02 li:nth-child(2){
    display: block;
}
#case-block03 li:nth-child(3){
    display: block;
}
.xypt-case .xypt-case-box .xypt-case-list{
    margin-top: 3%;
}
.xypt-case .xypt-case-box .xypt-case-list ul{
    display: flex;
}
.xypt-case .xypt-case-box .xypt-case-list li{
    margin-right: 1.55%;
}
.xypt-case .xypt-case-box .xypt-case-list li:last-child{
    margin-right: 0;
}

.case-list-box{
    margin-top: 5%;
}



/* join */
.xypt-join-box{
    
}
.xypt-join-conditions{}
.xypt-join-tit{
    text-align: center;
    margin-top: 5%;
}
.xypt-join-tit h5{
    font-size: 40px;
    color: #32292a;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    
}
.xypt-join-tit h5::after , .xypt-join-tit h5::before{
    content: '';
    height: 1px;
    width: 40%;
    background: #d8d8d8;
    display: inline-block;
}
.xypt-join-tit p{
    color: #878787;
    font-size: 20px;
}
.xypt-join-conditions .conditions{
    margin-top: 5%;
}
.xypt-join-conditions .conditions ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.xypt-join-conditions .conditions li{
    width: 25%;
    text-align: center;
    height: 190px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px dashed #dadae5;
    margin-bottom: 5%;
    

}
.xypt-join-conditions .conditions li:nth-child(4n){
    border-right: #fff;
}
.xypt-join-conditions .conditions li .img{

}
.xypt-join-conditions .conditions li .img img{}
.xypt-join-conditions .conditions li p{
    font-size: 18px;
    color: #0F0F0F;
    margin-top: 10%;
    line-height: 28px;
}

.conditions-img{
    margin-top: 3%;
    width: 100%;
}

.xypt-join-advantage{
   padding-top: 2%;
}
.xypt-join-advantage .advantage{
    margin-top: 5%;
}
.xypt-join-advantage .advantage ul{}

.xypt-join-advantage .advantage li{
    margin-bottom: 8%;
}
.xypt-join-advantage .advantage li .com-img{
    margin: 0;
    width: 50%;
    float: left;
}

.xypt-join-advantage .advantage li .text{
    max-width: 40%;
    margin-left: 8%;
    float: left;
    margin-top: 5%;
}
.xypt-join-advantage .advantage li:nth-child(2n) .com-img{
  float:right;
}
.xypt-join-advantage .advantage li:nth-child(2n) .text{
  float:right;
  margin-left: 0%;
  margin-right: 10%;
}
.xypt-join-advantage .advantage li .text dl{
    margin-bottom: 5%;
}
.xypt-join-advantage .advantage li .text dt{
    font-size: 40px;
    color: #092554;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.xypt-join-advantage .advantage li .text dd{
    font-size: 16px;
    color: #666;
}
.xypt-join-advantage .advantage li .text span{
    font-weight: bold;
}
.process{
    margin-top: 5%;
}
.process ul{
    width: 90%;
    margin: auto;
}
.process li{
    width: 100%;
    margin-bottom: 8%;

}
.process li .com-img{
    margin: 0;
    width: 50%;
    float: left;
}
.process li .text{
    width: 46%;
    float: left;
    margin-left: 4%;
    margin-top: 7%;
}
.process li:nth-child(2n) .com-img{
    float: left;
}
.process li:nth-child(2n) .text{
    float: left;
}
.process li dl{
    margin-bottom: 5%;
}
.process li dl::after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #080e1c;
    display: block;
    margin: 8% 0;
    
}
.process li dl:last-child:after{
    display: none;
}
.process li dt{
    font-size: 24px;
    color: #201f1d;
}
.process li dd{
    font-size: 16px;
    color: #666;
    margin-top: 3%;
    max-width: 85%;
}

.xypt-ysqs-box{
   
}
.ysqs-product{
   margin-top: 8%;
    
}
.ysqs-product-left{
    width: 35%;
    float: left;
    margin-right: 5%;
}
.ysqs-product-left .com-img{
    margin: 0;
}
.ysqs-product-left P{
    margin-top: 15%;
    font-size: 26px;
    color: #ababab;
    font-weight: 100;
}
.ysqs-product-right{
    width: 60%;
    float: left;
    
}
.ysqs-product-box {
    position: relative;
}
.ysqs-product-right .text{
    margin: 10% 0;
}
.ysqs-product-right .text p{
    font-size: 20px;
    color: #464445;
    line-height: 40px;
}

.ysqs-product-switch , .ysqs-product-switch2{
    overflow: hidden;
}
.ysqs-product-img{
    width: 100%;
}
.ysqs-product-img img{
    width: 100%;
}
.ysqs-product-img .com-img{
    margin: 0;
}


.ysqs-product-box .swiper-pagination{
    top: 0;
    right: -10%;
}
.ysqs-product-box .swiper-pagination .swiper-pagination-bullet{
    display: block;
    background: none;
    margin-bottom: 30%;
    font-size: 26px;
    width: inherit;
    height: inherit;
    color: #777;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
}
.ysqs-product-box .swiper-pagination .swiper-pagination-bullet-active{
    color: #092554;
}
.ysqs-product-box .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    height: 70px;
    width: 1px;
    background-color: #777777;
    display: block;
    
}
.ysqs-product-box .swiper-pagination .swiper-pagination-bullet-active::before{
    content: '';
    height: 70px;
    width: 2px;
    background-color: #092554;
    display: block;
    animation-name: example;
    animation-duration: 3s;
    position: absolute;
    top: 30%;
}

@keyframes example {
    0%   {
        
        height: 0;
    }
    100% {
        height: 70px;
    }
  }

.ysqs-product-details{
    
}
.ysqs-product-details dl{
    margin: 10% 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:  0 3% ;
}
.ysqs-product-details dd{
    font-size: 20px;
    max-width: 30%;
    line-height: 40px;
}
.ysqs-product-banner{
    
}
.ysqs-product-banner img{
   width: 100%;
}
.ysqs-angle{
    margin-top: 10%;
}
.ysqs-angle .img{
    display: flex;
    justify-content: center;
    
}
.ysqs-angle .img .com-img{
    margin-right: 1%;
    width: 48%;
}
.ysqs-angle .img .com-img:last-child{
    margin-right: 0;
}
.ysqs-angle .text{
    text-align: center;
    margin-top: 10%;
}
.ysqs-angle .text p{
    font-size: 20px;
    line-height: 40px;
}
.luxury{
    width: 100%;
    margin-top: 10%;
}
.luxury  .swiper-pagination{
    right: -5%;
}
.luxury-text{
    display: flex;
    justify-content: space-between;
    padding: 10% 5%;
}
.luxury-text h5{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -2px;
}
.luxury-text p{
    max-width: 550px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 200;
    text-align: justify;
}




/* 设计荟 */
.xypt-sjh-box{
    padding-top: 5%;
}
.xypt-sjh-tit{
    text-align: center;
}
.xypt-sjh-tit h5{
    font-size: 60px;
    font-weight: 200;
    color: #9c9c9c;
}
.xypt-sjh-tit p{
    font-size: 48px;
    color: #333;
    font-weight: 300;
}
.xypt-sjh-list01{
    margin-top: 5%;
}
.xypt-sjh-list01 .com-img{
    width: 40vh;
}
.xypt-sjh-list01 .text{
    margin: 8% 0 ;
    text-align: center;
}
.xypt-sjh-list01 p{
    font-size: 20px;
    color: #666;
    line-height: 40px;
    font-weight: 200;
  
}
.sjh-angle{
    margin-top: 10%;
}
.sjh-angle .img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sjh-angle .img-box .img1{
    margin-top: 10%;
    margin-right: 3%;
}
.sjh-angle .img-box .img .com-img{
    width: 73%;
    margin: 0 0 15% 0;
}
.sjh-angle .img-box .img{
    margin-left: 2%;
}
.sjh-angle .text{}
.sjh-angle .text dl{
    margin: 10% 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 6%;
}
.sjh-angle .text dd{
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    margin-right: 3%;
}


/* 意式极简 */
.ysjj1{
    width: 100%;
    margin-bottom: 10%;
}
.xypt-ysjj-tit{
    margin-top: 0%;
    margin-bottom: 2%;
}
.xypt-ysjj-tit h5{
    font-weight: 100;
    font-size: 24px;
    opacity: .3;
}
.ysqs-product-box .ysjj-text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 10% 0;
}
.ysqs-product-box .ysjj-text h5{
    font-size: 20px;
    color: #332C2B;
    font-weight: 200;
    padding-right: 5%;
    border-right: 1px solid #c4c4c4;
    margin-right: 5%;
    line-height: 40px;
    max-width: 25%;
    position: relative;
}
.ysqs-product-box .ysjj-text h5::before{
    content: '';
    width: 27px;
    height: 25px;
    background: url(../image/ysjj-icon01.png) no-repeat center 100%;
    position: absolute;
    top: 0;
    left: -24%;
}
.ysqs-product-box .ysjj-text p{
    font-size: 16px;
    color: #332C2B;
    max-width: 27%;
    line-height: 40px;
}
.ysjj-img{}
.ysjj-img .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ysjj-img .img .com-img{
    margin: 0 1% 0 0;
}
.ysjj-img p{
    margin: 6% auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}


/* 匠心工艺 */
.xypt-jxgy-box{
    padding: 5% 0;
   
}
.wh-jxgx1{
    max-width: 1490px;
    margin: auto;
}
.wh-jxgx2{
    max-width: 1228px;
    margin: auto;
}
.wh-jxgx3{
    max-width: 1130px;
    margin: auto;
}
.introduce-box{
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
}
.introduce-tit{
    width: 60%;
}
.introduce-tit h5{
    font-weight: 100;
    font-size: 60px;
    color: #a1a1a1;
    line-height: 1.3;
}
.introduce-tit h6{
    font-weight: 400;
    font-size: 60px;
    color: #332c2b;
    margin-top: 2%;
}
.introduce{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.introduce p{
    font-size: 20px;
    color: #332C2B;
    line-height: 36px;
    text-align: justify;
}
.introduce p:first-child{
    max-width: 48%;
    margin-right: 6%;
}
.introduce p:nth-child(2){
    max-width: 47%;
}
.introduce-box .com-img{
    margin: 0;
    width: 30%;
}
.introduce-img{
    margin-top: 10%;
}
.introduce-img .img{
    display: flex;
}
.introduce-img p{
    font-size: 20px;
    text-align: center;
    color: #332C2B;
    line-height: 40px;
    margin-top: 10%;
    margin-bottom: 5%;
}

.Quality-process{
    margin-top: 5%;
}
.Quality-process ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
}
.Quality-process li{
    width: 47%;
    margin-bottom: 6%;
}
.Quality-process li .text{
    background-color: #f7f7f7;
    padding: 10%;
    width: 100%;
}
.Quality-process li h5{
    font-size: 40px;
    color: #332c2b;
    font-weight: 400;
}
.Quality-process li p{
    font-size: 20px;
    color: #4b4544;
    margin-top: 2%;
    line-height: 36px;
}
.Originality{
    margin: 5% 0;
}
.Originality p{
    font-size: 20px;
    text-align: center;
    color: #332C2B;
    line-height: 36px;
}
.Originality-process{}
.Originality-process ul{
    position: relative;
    overflow: hidden;
}
.Originality-process ul::before{
    content: '';
    height: 3000px;
    width: 1px;
    background-color: #082554;
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
}
.Originality-process ul li{
    
    width: 100%;
    clear: both;
}
.Originality-process ul li:nth-child(2n) .Originality-box{
    float: left;
}
.Originality-box{
    width: 447px;
    float: right;
}
.Originality-box .text{
    margin-top: 10%;
}
.Originality-process ul li:nth-child(2n)  .text{
    text-align: right;
}
.Originality-box .text h5{
    font-size: 24px;
    color: #332c2b;
    font-weight: 400;
    position: relative;
}
.Originality-box .text h5::before{
    content: '·';
    position: absolute;
    left: -29.9%;
    top: -50%;
    font-size: 60px;
    display: inline-block;
    color: #082554;
}
.Originality-process ul li:nth-child(2n) .Originality-box .text h5::before{
    left: 122.9%;
}
.Originality-box .text p{
    font-size: 20px;
    color: #4b4544;
    margin-top: 1%;
    line-height: 36px;
}



/* contact */
.contact{
    padding: 5% 0;
}
.contact ul{
    display: flex;
    justify-content: center;
}
.contact ul li{
    text-align: center;
    padding-right: 5%;
    border-right: 1px solid #eee;
    margin-right: 5%;
}
.contact ul li:nth-child(2){
    width: 20%;
}
/* .contact ul li:nth-child(2) .text h5{
    font-size: 20px;
} */
.contact ul li:last-child{
    border: 0;
    padding: 0;
    margin: 0;
}
.contact ul li em{
    width: 69px;
    height: 69px;
    border: 1px solid #092554;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.contact ul li .text{
    margin-top:10%;
}
.contact ul li .text p{
    font-size: 20px;
}
.contact ul li .text h5{
    font-size: 28px;
    font-weight: 200;
    
}
.contact ul li .text h5 a{
    font-family: inherit;
    font-size:inherit;
}
.contact-share{
    text-align: center;
}
.contact-share h5{
    font-weight: 300;
    text-align: center;
    font-size: 40px;
}
.contact-share ul{
    display: flex;
    justify-content: center;
    margin-top: 1%;
}
.contact-share li{
    margin:0 1% ;
    position: relative;
}
.contact-share li .sub{
    display: none;
    position: absolute;
    bottom: 120%;
    left: 0;
    width: 150px;
    border: 1px solid #eee;
}
.contact-share img{
    width: 70%;
}


/* 品牌美学 */
#ppmx-box{
    background-color: #EEEEEF;
    padding: 5% 0;
}
#ppmx-box #ppmx{}
#ppmx-box #ppmx li{
    display: inline-block;
    vertical-align: bottom;
    width: 16.55%;
    margin: 0 1.5% 20px 1.5%;
    padding:0;
    border: 0px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypt-news-box{
    padding: 5% 0;
}
.detail-left{
    text-align: left;
    width: 30%;
    float: left;
}
.detail-title{
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #474645;
    font-size: 40px;
}
.detail-date{
    color: #474645;
    text-transform: uppercase;
    margin-top: 30px;
}
.detail-hr{
    height: 1px;
    background-color: rgba(71,70,69,0.1);
    margin-top: 60px;
}
.tags-title{
    margin-top: 60px;
}
.tags-title h3{
    color: #474645;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
}
#detail-right{
    width: 65%;
    float: right;
}
/**/






.z-banner img{
    width: 100%;
}


.page-product-inquiry a {
    color: #fff;
}







/* neiye */
.nei-left-title{
    background: url(http://www.umuphome.com/templates/ymyp/images/wn.png) no-repeat right center #092554;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}


.m-video{
    position: absolute;
    z-index: 99;
    top: 39%;
    left: 48%;
}
.m-video img{
    width: 70%;
}