/*頂部*/
/*主要内容*/
.h138 {
    height: 138px;
    padding-top: 44px;
    box-sizing: border-box;
}

.logo1 {
    float: left;
    margin-top: 5px;
    width: 406px;
    /*margin-right: 198px;*/
}

.m {
    width: 1200px;
}

.w1044 {
    /*width: 1044px;*/
    margin: 0 auto;
    /*height: 94px;*/
}

.w1100 {
    width: 1200px;
    margin: 0 auto;
}

.logo1 a {
    background: url(/static/images20190112/logo.png) no-repeat;
    width: 460px;
}

.top-tel {
    /*width: 300px;*/
    float: right;
}

.top-tel img {
    display: inline-block;
    margin-right: 16px;
}

.top-tel img:nth-of-type(2) {
    margin-right: 0
}

/*导航条*/
.nav1 {
    background-color: #fff;
    height: 62px;
    line-height: 62px;
    padding-left: 0px;
}

/*.nav1 .m{width: 1200px;}*/
.nav1 ul li {
    border-right: 0;
    width: 167px;
}

/*.nav1 ul li:nth-of-type(1){
    width: 126px;
}*/
/*.nav1 ul li:hover{background: none;}*/
nav {
    background: #fff;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
    text-transform: uppercase;
}

.nav1 nav ul li a {
    font-size: 18px;
}

/*.nav1 nav ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform-origin: 50% 0px 0px;
  -ms-transform-origin: 50% 0px 0px;
  transform-origin: 50% 0px 0px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 18px;
}*/
nav ul li a.current {
    color: #333;
}

nav ul li a:hover {
    background: #766355;
    color: #fff;
    /*-webkit-transform: rotateX(90deg) translateY(-22px);
  -ms-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);*/
}

nav ul li a::before {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding: 4px 0px;
    text-align: center;
    line-height: 54px;
    background: none repeat scroll 0% 0% #766355;
    color: #FFF;
    content: attr(data-hover);
    /*-webkit-transition: #766355 0.3s ease 0s;
  transition: #766355 0.3s ease 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0px 0px;
  -ms-transform-origin: 50% 0px 0px;
  transform-origin: 50% 0px 0px;*/
}

@keyframes scal {
    from {
        -webkit-transform: scale(0.7, 0.7)
    }

    to {
        -webkit-transform: scale(1, 1)
    }
}

.new-hot {
    position: absolute;
    z-index: 9;
    top: -220px;
    right: 5px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    animation: scal 0.5s ease infinite alternate;
    -webkit-animation: scal 0.5s ease infinite alternate;
}
/*公共部分*/
.commontitle {
    position: relative;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 32px;

}

.commontitle p:nth-of-type(1) {
    color: #796454;
    font-size: 40px;
    font-weight: 700;
}

.commontitle p:nth-of-type(2) {
    font-size: 16px;
    margin-top: 10px;
    color: #7b7b7b;
    letter-spacing: 2px;
	text-transform: uppercase;
}

.commontitle .zs {
    position: absolute;
    left: 50%;
    top: 136px;
    width: 68px;
    height: 1px;
    background-color: #e0e0e0;
    margin-left: -34px;
}
/*six 布局全球10余城*/
.local {
    background: url(/static/images20190112/gobalbg.jpg) no-repeat center bottom;
    /*background-size: 100% 502px;*/
    /*height: 503px; */
}

.ImgGobalbg {
    height: 306px;
}

/*标题*/
.local .local_title {
    margin-top: -22px;
    height: 220px
}

.local_connent {
    padding-bottom: 76px;
    /* width: 1200px;
    margin: 0 auto; */
}
.new-footer-rimg{
    width: 1200px;
    margin: 0 auto;
}
.local_connent .new-footer-rimg ul li {
    width: 183px;
    position: relative;
    height: 105px;
    text-align: center;
    line-height: 105px;
    margin: 0 18px 18px 0px;
    border-radius: 10px;
    /*    filter:alpha(opacity=30);   
   -moz-opacity:0.3;   
   -khtml-opacity: 0.3;   
   opacity: 0.3;*/
    /*background: #000;*/
    /*background: rgba(0, 0, 0, 0.3) !important;*/
}

.local_connent .new-footer-rimg ul li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 183px;
    height: 105px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.local_connent .new-footer-rimg ul li a img {
    border-radius: 6px;
}

.new-footer-rimg ul li span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 22px;
    z-index: 33;
	width:183px;
}


.new-footer-rimg ul li:hover span {
    display: none;
}

.new-footer-rimg ul li div:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    /*-WebKit-opacity: 1;   */
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.local_connent {
    height: 230px;
}

.local_connent .new-footer-rimg ul li:nth-of-type(6n) {
    margin-right: 0;
    /*margin-bottom:0;*/
}

.new-footer-rimg ul li:nth-of-type(4n) {
    margin-right: 18px;
    /*margin-bottom: 18px;*/
}

/*底部footer*/
.footer {
    background-color: #8c7152;
    /*height: 110px;*/
    color: #fff;
    /*margin-top: 60px;*/
    /* position: absolute;
    bottom: 0;*/
    text-align: center;
    font-size: 18px;
    padding: 57px 0;
    font-family: "微软雅黑"
        /*line-height: 168px;*/
}

.footer .footer_connent {
    /*width: 1300px;*/
}

.footer .footer_connent p {
    text-align: center;
	font-size:14px;
    /*width: 1060px;*/
}

.footer .footer_connent p:nth-of-type(2) a {
    color: #CCC1B5;
}

.footer .footer_connent a {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.footer .footer_connent a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 1px;
	display:inline-block;
}