﻿@import url("mobile_system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center; width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage .CMS_ConGoPage_page{display:none;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #7f7f7f;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #7f7f7f;
}

a:focus {
    outline: none;
    color: #7f7f7f;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**************************** 首页 *********************/
html, body {
    width: 100%;
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

.header {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.header .logo {
    max-width: calc(100% - 2rem);
    height: 1rem;
    margin-left: 0.21rem;
    margin: 0.37rem 0rem 0.37rem 0.21rem;
    white-space: nowrap;text-overflow: ellipsis;
    overflow: hidden;font-size: 0.43rem;
    color: #333333;line-height: 1rem;
}

.header .menu-btn {
    width:0.4rem;
    height: 0.32rem;
    margin-right: 0.54rem;
}

.header .logo img, .header .menu-btn img {
    max-width: 100%;
    height: 100%;
}

.home {
    width: 100%;
    flex: 1;
    overflow: auto;
}

.bannerbox {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.bannerbox ul {
    width: 100%;
    height: 6.67rem;
}

.bannerbox ul li {
    width: 100%;
    height: 100%;
    /* Center slide text vertically */
    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;
}

.bannerbox ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list {
    width: 100%;
    height: 4.29rem;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding-top: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.list ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.list ul li {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.43rem;
    color: #333333;
}

.list ul li a {
    display: flex;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.21rem;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}

.list ul li a div {
    width: 0.67rem;
    height: 0.67rem;
}

.list ul li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list .search {
    width: calc(100% - 0.54rem * 2);
    background: #FFFFFF;
    position: absolute;
    top: -0.59rem;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}

.list .search input:nth-child(1)::-webkit-input-placeholder {
    color: #999;
    font-size: 0.37rem;
}
.list .search input:nth-child(1) {
    width: 100%;display: inline-block;
    border: none;
    background: #fff;
    outline: none;
    font-size: 0.37rem;
    color: #333;
    box-sizing: border-box;
    padding: 0.42rem 1rem 0.39rem 0.35rem;
    height: 1.18rem;
}

.list .search input:nth-child(2) {
    position: absolute;
    top: 0.29rem;
    right: 0.46rem;
    width: 0.56rem;
    height: 0.56rem;
    border: none;
    outline: none;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/search.png) no-repeat;
    background-size: cover;
}

/* 首页产品展示 */
.cpzs {
    box-sizing: border-box;
    padding: 0.54rem 0;
    overflow: hidden;
}

.home-title {
    display: flex;
    align-items: center;
    padding: 0 .54rem;
}

.home-title i {
    display: block;
    width: 2px;
    height: 0.48rem;
    background: #DAA044;
    margin-right: 0.18rem;
}

.home-title h2 {
    font-size: 0.54rem;
    color: #DAA044;
}

.cpzs .cpzs-list {
    margin-top: 0.35rem;
    width: 100%;
    height: 4.59rem;
}

.cpzs .cpzs-list ul {
    width: 100%;
    height: 100%;
}

.cpzs .cpzs-list ul li {
    width: 4.37rem;
    height: 100%;
}

.cpzs .cpzs-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cpzs .cpzs-list ul li a div {
    width: 100%;
    height: 3.27rem;
    margin-bottom: 0.24rem;
}

.cpzs .cpzs-list ul li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpzs .cpzs-list ul li a p {
    display: block;
    font-size: 0.43rem;
    color: #666666;
    margin-bottom: 0.08rem;
}

.cpzs .cpzs-list ul li a span {
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #C2C2C2;
}

/* 首页企业介绍 */
.introduce {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
}

.introduce .bg {
    width: 100%;
    height: 4.27rem;
    position: relative;
}

.introduce .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce .bg div {
    text-align: center;
    font-size: 0.54rem;
    color: #DAA044;
    line-height: 1.08rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1.08rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.introduce .text {
    width: calc(100% - 1.08rem);
    font-size: 0.43rem;
    line-height: 0.8rem;
    color: #999;
    margin: 0px auto;
    margin-top: 0.32rem;
}
.introduce .text img{
    max-width:100%;
}

.introduce .phone {
    width: calc(100% - 1.08rem);
    height: 1.91rem;
    background-color: #DAA044;
    margin: 0px auto;
    margin-top: 0.32rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.introduce .phone div:nth-child(2) {
    width: 1px;
    height: calc(100% - 0.64rem);
    background: #F2CB8E;
}

.introduce .phone a {
    width: calc((100% - 1px) / 2);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.introduce .phone a span:first-child{
    font-size: .37rem;
    font-weight: normal;
}
.introduce .phone a span {
    font-size: 0.43rem;
    color: #FFFFFF;
    font-weight: bold;
}

.introduce .phone a i {
    display: block;
    width: 0.45rem;
    height: 2px;
    background-color: #fff;
    margin: 0.13rem 0rem 0.08rem 0rem;
}

/* 首页新闻****************** */
.home-news {
    box-sizing: border-box;
    padding-top: 0.43rem;
    padding-bottom: 0.24rem;
}

.home-news ul {
    padding: .45rem;
}

.home-news ul li {
    width: 100%;
}

.home-news ul li a {
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding: 0.21rem 0.35rem;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #DEDEDE;
    border-bottom: none;
}

.home-news ul li:nth-last-child(1) a {
    border-bottom: 1px solid #E6E6E6;
}
.home-news ul li a .newsliimg{
    width: 2.05rem;height: 1.81rem;margin-right:0.35rem;
}
.home-news ul li a .newsliimg img{
    width: 100%;height: 100%;object-fit: cover;
}
.home-news ul li a .newsliwb{
    flex: 1;width: calc(100% - 2.4rem);
    height: 100%;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #DEDEDE;
}
.home-news ul li a .newsliwb p {
    display: block;
    width: 100%;
    font-size: 0.43rem;
    margin: 0.14rem 0rem;
    line-height: 0.56rem;
    overflow: hidden;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-news ul li a .newsliwb span {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0.37rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.64rem;
    color: #999;height: 0.64rem;
}

/* 首页案例展示 */
.home-case {
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 0.54rem 0;
    overflow: hidden;
    padding-bottom: 0.8rem;
}

.home-case .home-title {
    margin-bottom: 0.45rem;
}

.home-case .home-cslist {
    width: 100%;
    height: 6.78rem;
}

.home-case .home-cslist ul {
    width: 100%;
    height: 100%;
}

.home-case .home-cslist ul li {
    width: 9.05rem;
    height: 100%;
}

.home-case .home-cslist ul li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    display: block;
}

.home-case .home-cslist ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-case .home-cslist ul li a div {
    font-size: 0.43rem;
    color: #fff;
    line-height: 1.08rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1.08rem;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 0rem 0.21rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 首页底部 */
.footer {
    width: 100%;
    height: 1.81rem;
    background: #1C1C1C;
	 display: flex;
}
.footer li {
    background: #1C1C1C;
    height: 100%;
    float: left;
    flex:1;
}

.footer li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;justify-content: space-between;
    color: #FFFFFF;
    font-size: 0.37rem;box-sizing: border-box;
    padding-bottom: 0.18rem;
}

.footer li a div{
    width: 0.8rem;
	 height: 0.8rem;
	 margin-top: 0.35rem;
}

.footer li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer #fenxiang {
	 position: relative;flex-direction: column-reverse;
}

.footer #fenxiang .s-box {
    width: 1.72rem;
    height: 1.72rem;
    background-color: #DAA044;
    position: absolute;
    top: -1.2rem;
    border-radius: 50%;
    border: 0.12rem solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.footer #fenxiang .s-box div {
    width: 0.78rem;
    height: 0.54rem;
    margin-top: 0;
}

.footer #fenxiang a span {
    color: #FFFFFF;
    font-size: 0.37rem;
    display:block;
}
/* 菜单 */
.home-menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    left: -100vw;
}

.home-menu .close {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.54rem;
    position: relative;
    color: #DAA044;
    margin-top: 0.56rem;
    margin-bottom: 0.24rem;
}

.home-menu .close i {
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/close.png) no-repeat center;
    background-size: cover;
    left: 0.67rem;
}

.home-menu .underline {
    display: block;
    background-color: #DAA044;
    width: 0.45rem;
    height: 0.08rem;
}

.home-menu ul {
    overflow: hidden;
    margin-top: 0.7rem;
}

.home-menu ul li a {
    display: block;
    font-size: 0.43rem;
    color: #666666;
    line-height:1.08rem;
}

.home-menu .ft {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0.89rem;
}

.home-menu .ft div {
    color: #333;
    font-size: 0.37rem;
    margin: 0px auto;
    max-width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;box-sizing: border-box;
    padding: 0rem 0.37rem;
}

.home-menu .ft div img {
    max-height: 100%;
    object-fit: cover;
}

.home-menu .ft span {
    color: #959595;
    font-size: 0.37rem;
}

/* 产品展示页面****************************************** */
.headers {
    width: 100%;
    background: #F8F8F8;
}

.headers .title {
    width: 100%;
    height: 1.7rem;
    box-sizing: border-box;
    padding: 0rem 0.54rem;
    display: flex;
    align-items: center;
}

.headers .title div:first-child {
    width: 0.38rem;
    margin-right: 0.28rem;
    height: 0.64rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.headers .title div i {
    display: block;
    width: 0.18rem;
    height: 0.32rem;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/back.png) no-repeat;
    background-size: cover;
}

.headers .title h2 {
    font-size: 0.48rem;
    flex: 1;
    height: 0.64rem;
    line-height: 0.64rem;
    color: #333333;
}

.headers .title div:nth-child(3) {
    width: 0.4rem;
    height: 0.32rem;
}

.headers .title div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headers .search {
    width: calc(100% - 0.54rem * 2);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    margin: 0px auto;
    position: relative;
    margin-bottom: .43rem;
}

.headers .search input:nth-child(1) {
    display: inline-block;
    -moz-box-sizing: border-box;
    width: 100%;height: 1.08rem;
    border: none;
    background: #fff;
    outline: none;
    font-size: 0.37rem;
    color: #333;
    box-sizing: border-box;
    padding: 0.35rem  0.78rem 0.35rem  0.21rem;
}

.headers .search input:nth-child(1)::-webkit-input-placeholder {
    color: #999;
    font-size: 0.37rem;
}

.headers .search input:nth-child(2) {
    position: absolute;
    top: 0.24rem;
    right: 0.21rem;
    width: 0.56rem;
    height: 0.56rem;
    border: none;
    outline: none;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/search.png) no-repeat;
    background-size: cover;
}

.headers ul {
    /*height: .83rem;*/
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    -webkit-text-size-adjust: none; /* 清除inline-block的默认间隙 */
}

.headers ul::-webkit-scrollbar {
    display: none;
}

.headers ul li:nth-child(1) {
    margin-left: 0.54rem;
}

.headers ul li:nth-last-child(1) {
    margin-right: 0.54rem;
}

.headers ul li {
    display: inline-block;
    margin-right: 0.27rem;
    margin-bottom: 0.32rem;
}

.headers ul li a {
    display: block;
    font-size: 0.37rem;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: .25rem 0.27rem;
}
.headersli{
    color: #FFFFFF !important;
    background: #DAA044 !important;
    border: 1px solid #DAA044 !important;
}
.main {
    width: 100%;
    overflow: auto;
    flex: 1;
    box-sizing: border-box;
    padding-bottom: 0.75rem;
}

.main .cpzsbox {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 0.18rem .43rem;
}
.main .cpzsbox .not{
    font-size: 0.37rem;
    text-align: center;
    margin-right: 0.3rem;
    float: left;
    width: 100%;
    margin-top: 0rem;

}
.main .cpzsbox li {
    float: left;
    width: 28.7vw;
    margin-right: 0.21rem;
    margin-top: 0.21rem;
}

.main .cpzsbox li:nth-child(3n){
    margin-right: 0;
}

.main .cpzsbox li a {
    width: 100%;
    display: block;
}

.main .cpzsbox li a div {
    width: 100%;
    height: 28.7vw;
}

.main .cpzsbox li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .cpzsbox li a p {
    display: block;
    width: 100%;
    font-size: 0.43rem;
    line-height: 0.56rem;
    color: #666666;
    margin: 0.29rem 0rem 0.08rem 0rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .cpzsbox li a span {
    display: block;
    height: 0.43rem;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #C2C2C2;
}

.main .page {
    width: 100%;
    height: 0.97rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .page span {
    display: block;
    font-size: 0.32rem;
    color: #999;
    text-align: center;
}

.main .page .JZD_PAGE_PREVIOUS {
    margin-right: 0.21rem;
}

.page .JZD_PAGE_NEXT {
    margin-left: 0.21rem;
}

.main .page .JZD_PAGE_PREVIOUS, .main .page .JZD_PAGE_NEXT {
    display: block;
    height: 100%;
}

.main .page .JZD_PAGE_PREVIOUS a, .main .page .JZD_PAGE_NEXT a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 0.32rem;
    color: #999;
    text-align: center;
    line-height: 0.97rem;
    padding: 0rem 0.37rem 0rem 0.37rem;
}

/* 产品内页****************************** */
.main .zx {
    width: calc(100% - 0.54rem * 2);
    height: 0.97rem;
    margin: 0px auto;
    margin-top: 0.45rem;
    margin-bottom: 0.67rem;
    display: flex;
    justify-content: space-between;
}

.main .zx span {
    height: 100%;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DDA753;
    line-height: 0.97rem;
    color: #DDA753;
    font-size: 0.43rem;
}

.main .zx a {
    height: 100%;
    box-sizing: border-box;
    background: #DDA753;
    border: 1px solid #DDA753;
    padding: 0rem 0.27rem;
    line-height: 0.97rem;
    margin-left: .16rem;
    color: #fff;
    font-size: 0.43rem;
}

.main .synopsis {
    width: calc(100% - 0.54rem * 2);
    margin: 0px auto;
    overflow: hidden;
}

.main .synopsis h1 {
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: #DAA044;
    margin-bottom: 0.18rem;
}

.main .synopsis .time {
    display: block;
    font-size: 0.37rem;
    line-height: 0.51rem;
    color: #666666;
    margin-bottom: 0.56rem;
}

.main .synopsis div {
    font-size: 0.32rem;
    line-height: 0.7rem;
    color: #999999;
    margin-bottom: 0.59rem;
}

.main .synopsis div img {
    max-width: 100%;
}


/* 新闻动态******************** */
.main .newslist {
    width: calc(100% - 0.54rem * 2);
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0.4rem;
    margin-bottom: 0.78rem;
    padding: 0rem;
    box-sizing: border-box;
}
.main .newslist .not{
    font-size: 0.37rem;
    text-align: center;
    float: left;
    width: 100%;
    height:auto;

}
.main .newslist li {
    width: 100%;
    height: 2.43rem;
    float: none;
    margin: 0px;
}

.main .newslist li a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding: 0.24rem 0.35rem;
    border-bottom: none;
}
.main .newslist li:nth-last-child(1) a{
    border-bottom: 1px solid #E6E6E6;
}
.main .newslist li a .newsliimg{
    width: 2.05rem;height: 1.81rem;margin-right:0.35rem;
}
.main .newslist li a .newsliimg img{
    width: 100%;height: 100%;object-fit: cover;
}
.main .newslist li a .newsliwb{
    flex: 1;width: calc(100% - 2.4rem);
    height: 100%;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #DEDEDE;
}
.main .newslist li a .newsliwb p {
    display: block;
    width: 100%;
    font-size: 0.43rem;
    margin: 0.14rem 0rem;
    line-height: 0.56rem;
    overflow: hidden;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .newslist li a .newsliwb span {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0.37rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.64rem;
    color: #999;
    height: 0.64rem;
}

/* 新闻内页*********************** */
.main .news-synopsis {
    width: calc(100% - 0.54rem * 2);
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0.67rem;
}

.main .news-synopsis h1 {
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: #DAA044;
    margin-bottom: 0.18rem;
}

.main .news-synopsis .time {
    display: block;
    font-size: 0.37rem;
    line-height: 0.51rem;
    color: #666666;
    margin-bottom: 0.51rem;
}

.sxia {
    display: block;
    margin-bottom: 0.27rem;
    line-height: 0.43rem;
    font-size: 0.37rem;
    color: #999;
    box-sizing: border-box;
    padding: 0px;
}

.sxia a {
    line-height: 0.43rem;
    font-size: 0.37rem;
    color: #999;
}

.main .news-synopsis div {
    font-size: 0.32rem;
    line-height: 0.7rem;
    color: #999999;
    margin-bottom: 0.62rem;
}

.main .news-synopsis div img {
    max-width: 100%;
}

/* 关于我们******************** */
.main .about{
    width: 100%;overflow: hidden;padding:0rem;padding-top: 0.1rem;
    box-sizing: border-box;
}
.main .about .aboutlist{
    width: 100%;box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0.48rem;
}
.main .about .aboutlist:nth-last-child(1){
    margin-bottom: 0rem;
}
.main .about .aboutlist .bg{
    width: 100%;position: relative;height: 4.27rem;
}
.main .about .aboutlist .bg img{
    width: 100%;
    height: 100%;object-fit: cover;
    display:block;
}
.main .about .aboutlist .bg .aboutlste{
    text-align: center;
    font-size: 0.54rem;
    color: #DAA044;
    line-height: 1.08rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1.08rem;
    background: rgba(0, 0, 0, 0.5);
}
.main .about .aboutlist .aboutlsdiv{
    width: calc(100% - 0.54rem*2);
    margin: 0px auto;
    box-sizing: border-box;
    padding-bottom: 0.51rem;
    margin-top: 0.43rem;
    border-bottom: 1px solid #EBEBEB;
}
.main .about .aboutlist .aboutlsdiv img{
    max-width: 100%;
}

/* 联系我们********************** */
.main .contact {
    width: calc(100% - 0.54rem * 2);
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0.4rem;
}

.main .contact .map {
    width: 100%;
    height: 5.16rem;
    margin-bottom: 0.45rem;
}

.main .contact .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .contact .information {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 0rem;
}

.main .contact .information li {
    float: none;
    width: auto;
    height: auto;
    margin: 0px;
    margin-bottom: 0.54rem;
}

.main .contact .information li:nth-last-child(1) {
    margin-bottom: 0rem;
}

.main .contact .information li div {
    display: flex;
    align-items: center;
    font-size: 0.43rem;
    color: #666;
    margin-bottom: 0.24rem;
}

.main .contact .information li:nth-child(1) div i {
    width: 0.35rem;
    height: 0.43rem;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/contact1.png) no-repeat center;
    background-size: cover;
    margin-right: 0.24rem;
}

.main .contact .information li:nth-child(2) div i {
    width: 0.43rem;
    height: 0.35rem;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/contact2.png) no-repeat center;
    background-size: cover;
    margin-right: 0.16rem;
}

.main .contact .information li:nth-child(3) div i {
    width: 0.43rem;
    height: 0.32rem;
    background: url(//filecdn.ify.cn/skin/cszd9724/img/contact3.png) no-repeat center;
    background-size: cover;
    margin-right: 0.16rem;
}

.main .contact .information li p {
    color: #666;
    font-size: 0.43rem;
}

/* 在线留言********************** */
.main form {
    width: calc(100% - 0.54rem * 2);
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0.59rem;
    font-size: 0px;
    margin-bottom: 0.75rem;
}

.main form input {
    width: 100%;
    height: 1.29rem;
    box-sizing: border-box;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    margin-bottom: 0.24rem;
    font-size: 0.43rem;color: #666666;
    padding: 0rem 0.4rem;
}

.main form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666666;
    font-size: 0.43rem;
}

.main form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 0.43rem;
}

.main form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 0.43rem;
}

.main form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 0.43rem;
}

.main form textarea {
    width: 100%;
    height: 2.64rem;
    box-sizing: border-box;
    resize: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 0.29rem 0.4rem;
    font-size: 0.43rem;
    margin-bottom: 0.24rem;color: #666666;
}

.main form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666666;
    font-size: 0.43rem;
}

.main form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 0.43rem;
}

.main form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 0.43rem;
}

.main form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 0.43rem;
}

.main form input:nth-child(6) {
    display: block;
    width: 100%;
    height: 1.29rem;
    box-sizing: border-box;
    outline: none;
    background: #DAA044;
    border: none;
    font-size: 0.43rem;
    color: #fff;
    margin-bottom: 0rem;
    padding: 0rem;
}
/**************************VR展厅********************************/
.vr-boxs{
    width: 100%;height: 100%;
}
.vr-boxs iframe{
    border: none;
    width: 100%;height: calc(100% - 1.51rem);
}
.vr-boxs .vr-footers{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 1.51rem;
    background: #FFFFFF;
    box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.1);
    align-items: center;
}
.vr-boxs .vr-footers i{
    width:2px;height:0.64rem;background:#999999;
}
.vr-boxs .vr-footers .small{
    width: calc((100% - 2px)/2);
    height: 100%;
    display: flex;justify-content: center;
    align-items: center;
}
.vr-boxs .vr-footers .small a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: .37rem;
}
.vr-boxs .vr-footers .small a div{
    width: 0.64rem;height: 0.64rem;margin-right: .1rem;
}
.vr-boxs .vr-footers .small a div img{
    width: 100%;height: 100%;object-fit: cover;
}