/*初始化样式*/
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: #fff;
    color: #666;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

/* a:link {
    color: #666;
}

a:visited {
    color: #666;
} */
a:hover, a:active, a:focus {
    color: #AB8520;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

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
}

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: 14px;
}

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;
}

.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;
}

.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);
}

/* 导航样式 */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86.6%;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 15px;
    color: #fffefe;
    white-space: nowrap;
    line-height: 100px;
    text-align: center;
}

.x-menu>li:hover>a {
    color: #AB7C52;
}

.x-menu>li.active>a {
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 260px;
    left: 50%;
    top: 100px;
    margin-left:-130px;
    background: #fff;
    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 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #AB7C52;
    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;
}

/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    background: url("../../../../a18766f2/22/06/786aeb6241ac3ae28e9f07069e292f1959840c00.png") no-repeat 119px 50% rgba(102,102,102,.3);
    width: 140px;
    line-height: 36px;
    text-indent: 20px;
    color: rgba(255,255,255,.3);
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width: 140px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.ttel p{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: "Arial";
  color: #fff;
  font-weight: 600;
}

.ttel p img{
  max-width: 100%;
  margin-right: 5px;
}

@media(max-width: 1024px){
.ttel p{
    font-size: 20px;
  }
}


/* box-join */
.box-join {
    background:url("../../../../../images/joinbg.jpg") no-repeat center;
    padding: 4% 0;
    background-size: cover;
}
.message-tel {
    background: url("../../../../../images/messagetel.png") no-repeat;
    width: 392px;
    height: 55px;
}

.join-left h2{
 font-size: 36px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 3%;
}
.join-left p {
    font-size: 28px;
    color: #fff;
    margin-bottom: 11%;
}
.message-tel a {
    line-height: 55px;
    font-size: 18px;
    color: #000;
    width: 118px;
    text-align: center;
}
.message-tel span {
    line-height: 55px;
    font-size: 36px;
    color: #fff;
    font-family: dinpro, Helvetica, sans-serif;
    margin-left: 25px;
}
@media (max-width:1199px) {
    .join-left p {
        font-size: 24px;
        color: #fff;
        margin-bottom: 8%;
    }
}
@media (max-width:991px) {
    join-left {
        float: none;
    }
    .x-message-wrap {
        width: 100%;
    }
    .join-left h2 {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 3%;
    }
    .join-left p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 8%;
    }
    .message-tel {
        background: url("../../../../../images/messagetel2.png") no-repeat;
        width: 273px;
        height: 39px;
    }
    .message-tel a {
        line-height: 39px;
        font-size: 14px;
        color: #000;
        width: 82px;
        text-align: center;
    }
    .message-tel span {
        line-height: 39px;
        font-size: 26px;
        color: #fff;
        font-family: dinpro, Helvetica, sans-serif;
        margin-left: 24px;
    }
}
@media (max-width: 767px) {
   .join-left p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8%;
} 
}
