html,
body {
    overflow-x: hidden
}

.header {
    height: 104px;
    position: relative;
    z-index: 900;
}

.banner {
    position: relative;
    top: -104px;
    left: 0;
    width: 100%;
}

.banner img {
    width: 100%;
    display: block
}

.header .main_header {
    position: relative;
    padding-top: 40px;
}

.header .main_header .logo {
    width: 14.1%
}

.header .tosearch {
    position: relative;
    cursor: pointer;
    width: 2.9%;
}

.header .tosearch img {
    margin-top: 20px;
}

.header .searchbox {
    position: absolute;
    right: 0;
    top: 90px;
    background-color: #fff;
    overflow: hidden;
    display: none
}

.header .searchbox input {
    width: 300px;
    padding: 0 10px;
    height: 30px;
    margin: 10px 20px;
    border: 1px solid #ddd
}

/* banner */
.nav {
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 990;
    width: 83%;
    text-align: center;
    font-size: 0;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    display: inline-block;
    position: relative;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    padding: 0 34px;
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.nav .nLi.on {
    background-color: #eb6622;
}

.nav .sub {
    display: none;
    width: 140px;
    left: 0;
    /* margin-left: -70px; */
    top: 100%;
    position: absolute;
    background: #eb6622;
    line-height: 26px;
    /* padding: 5px 0; */
    /* box-shadow: 0 0 6px #e7e7e7; */
    z-index: 990;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    z-index: 990;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.nav .sub a:hover {
    background: #f19465;
}

.nav .on h3 a {
    color: #fff;
}

/* 搜索框 */
.header .seek {
    position: absolute;
    right: 0;
    top: 100%;
    width: 450px;
    padding: 25px;
    background: #fff;
    z-index: 997;
    box-shadow: 0 0 4px #999;
    display: none
}

.header .seek .text {
    float: left;
    width: 75%;
    height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.header .seek .submit {
    float: right;
    width: 20%;
    height: 37px;
    background: #004ea2;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

/* .banner{
    position: relative;
} */

/* .banner .w1200{
    position: absolute;
    bottom: 0;
} */

.banner .text {
    position: absolute;
    bottom: 12%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.banner .text h1 {
    font-size: 113px;
}

.banner .text p {
    font-size: 30px;
    line-height: 50px;
    width: 63.8%;
    margin: 0 auto 70px;
}

.banner .text .more {
    width: 13%;
    margin: 0 auto;
}

.itemtit {
    text-align: center;
    margin-bottom: 30px;
}

.itemtit p {
    font-size: 18px;
    color: #eb6622;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.itemtit p::before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #eb6622;
    position: absolute;
    left: -37px;
    top: 49%;
}

.itemtit p::after {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #eb6622;
    position: absolute;
    right: -37px;
    top: 49%;
}

.itemtit h4 {
    font-size: 48px;
    color: #333;
    font-weight: normal;
}

.item01 {
    margin-top: -30px;
    padding-bottom: 45px;
}

.item01 ul {
    overflow: hidden;
}

.item01 ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.item01 ul li .picbox {
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.item01 ul li .picbox img {
    display: block;
    width: 100%;
}

.item01 ul li .picbox .info {
    font-size: 28px;
    width: 100%;
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.item01 ul li .picbox .info p {
    margin: 12px 28px;
}

.item01 ul li .subul {
    margin-top: 12px;
}

.item01 ul li .subul .subli {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.item01 ul li .subul .subli.last {
    border: 0;
}

.item01 ul li .subul .subli a {
    float: left;
    font-size: 16px;
    color: #666;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item01 ul li .subul .subli span {
    float: right;
    font-size: 14px;
    color: #999;
}

.item01 ul li .subul .subli a:hover {
    color: #eb6622;
}

.item02 {
    padding-top: 50px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding-bottom: 40px;
}

.item02 ul.imgs {
    overflow: hidden;
}

.item02 ul.imgs li {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 23.4%;
}

.item02 ul.imgs li.last {
    margin-right: 0;
}

.item02 ul.imgs li img {
    display: block;
    width: 280px;
    height: 280px;
}

.item02 ul.imgs li.large {
    width: 48.8%;
}

.item02 ul.foodtype li {
    width: 32%;
    margin-right: 1.6%;
    margin-bottom: 40px;
    float: left;
    box-shadow: 0 10px 10px #dedede;
    border-radius: 4px;
    overflow: hidden;
}

.item02 ul.foodtype li .picbox {
    width: 100%;
    position: relative;
}

.item02 ul.foodtype li .picbox img {
    width: 100%;
}

.item02 ul.foodtype li .picbox .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 0;
    top: 0;
    display: none
}

.item02 ul.foodtype li .picbox .btns {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 50px;
    display: none
}

.item02 ul.foodtype li .picbox .btns a {
    width: 30%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0 5%;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item02 ul.foodtype li .picbox .btns a:hover {
    background-color: #eb6622;
    border: 1px solid #eb6622;
}

.item02 ul.foodtype li .picbox img {
    display: block
}

.item02 ul.foodtype li .info {
    display: block
}

.item02 ul.foodtype li:hover .info {
    background-color: #eb6622;
}

.item02 ul.foodtype li:hover .info h6,
.item02 ul.foodtype li:hover .info p {
    color: #fff;
}

.item02 ul.foodtype li .info h6 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.item02 ul.foodtype li .info p {
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    line-height: 24px;
    margin-top: 4px;
}

.item02 ul.foodtype li .info {
    padding: 12px 0 22px;
    background-color: #fff;
}

.item03 {
    padding-top: 55px;
}

.item03 .ultit {
    height: 40px;
}

.item03 .ultit h5 {
    font-size: 30px;
    line-height: 40px;
    color: #666;
    float: left;
    text-indent: 47px;
    background: url('../images/indexicon_14.png') left center no-repeat;
}

.item03 .ultit .line {
    width: 81%;
    height: 1px;
    background-color: #e9e9e9;
    float: left;
    margin-top: 19px;
    margin-left: 43px;
}

.item03 .ultit p {
    font-size: 24px;
    color: #999;
    float: right;
    line-height: 40px;
    text-transform: capitalize;
}

.item03 ul {
    margin-top: 60px;
}

.item03 ul li {
    width: 23.4%;
    border-radius: 10px;
    box-shadow: 0 5px 20px #ddd;
    border: 1px solid #fff;
    padding-bottom: 40px;
    float: left;
    margin-bottom: 80px;
    margin-right: 1.8%;
    position: relative;
    height: 364px;
}

.item03 ul li a {
    color: #666;
}

.item03 ul li .litit {
    margin: 0 30px;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: -20px;
}

.item03 ul li .litit img {
    border-radius: 50%;
    float: left;
    width: 42.8%;
    /* width: 120px;
    height: 120px; */
}

.item03 ul li .litit h5 {
    font-size: 28px;
    margin-left: 24px;
    float: left;
    line-height: 120px;
    font-weight: normal;
}

.item03 ul li .info {
    padding: 0 30px;
}

.item03 ul li h6 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 24px;
    font-weight: normal;
}

.item03 ul li p {
    font-size: 18px;
    margin-top: 18px;
    color: #999;
}

.item03 ul li .info .btn {
    padding: 6px 20px;
    display: inline-block;
    background-color: #eb6622;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-top: 70px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    margin-right: 30px;
}

.footer .main_footer {
    /* height: 400px; */
    background: #2a2f33;
    overflow: hidden;
    padding-bottom: 100px;
}

.footer .main_footer .urllist {
    float: left;
    width: 13%
}

.footer .main_footer .urllist .tit {
    color: #fff;
    font-size: 18px;
    margin-bottom: 34px;
    line-height: 58px;
    padding-top: 20px;
}

.footer .main_footer .urllist ul li a {
    font-size: 14px;
    color: #b2b0b0;
    display: block;
    margin-bottom: 16px
}

.footer .main_footer .urllist ul li a:hover {
    color: #e77817
}

.footer .main_footer .contact {
    float: left;
    width: 22%
}

.footer .main_footer .contact .tit {
    color: #fff;
    font-size: 18px;
    font-weight: normal
}

.footer .main_footer .contact {}

.footer .main_footer .contact .mobile {
    font-size: 24px;
    font-weight: bold;
    line-height: 58px;
    margin-top: 20px;
    background: url('../images/call.png') left center no-repeat;
    color: #fff;
    text-indent: 50px;
    margin-bottom: 38px
}

.footer .main_footer .contact .address p {
    font-size: 14px;
    color: #b2b0b0;
    line-height: 28px
}

.footer .main_footer .contact .address p.title {
    color: #fff
}


.footer .main_footer .contact .wx_codes .code01 {
    float: left;
    font-size: 14px;
    color: #b2b0b0;
    text-align: center;
    margin-right: 30px;
}

.footer .main_footer .contact .wx_codes .code01 img.icon {
    margin-top: 15px;
}

.footer .main_footer .contact .wx_codes .code01 img.imgcode {
    width: 101px;
    height: 101px;
}

.footer .record_number {
    background-color: #24282c;
    height: 40px;
    text-align: center;
}

.footer .record_number span {
    font-size: 14px;
    color: #b2b0b0;
    line-height: 40px;
    padding-right: 76px
}


/* 移动端头部导航 */
.header .nav-box {
    /* width: 80px;
    height: 65px; */
    /* overflow: hidden; */
    float: right;
    margin-top: -10px;
    margin-right: 20px;
    transform: scale(.5);
}

.header .nav-box .menu {
    width: 80px;
    height: 65px;
    position: relative;
}

.header .nav-box .menu span {
    background-color: #fff;
    display: block;
    width: 80px;
    height: 15px;
    background-size: 1.9375rem 0.15625rem;
    position: absolute;
    z-index: 5;
    top: 0;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    overflow: hidden;
}

.header .nav-box .menu span.menu2 {
    top: 25px;
}

.header .nav-box .menu span.menu3 {
    top: 50px;
}

.trans,
.trans:hover {
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.trans-fast,
.trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}

.header .menu.on .menu1 {
    top: 20px !important;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.header .menu.on .menu2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: -100%;
    display: none
}

.header .menu.on .menu3 {
    top: 20px !important;
    moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.header .mobilenav {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100px;
    display: block;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 6px #e6e6e6;
}

.header .mobilenav .inav {
    width: 100%;
    border-bottom: 0.03125rem solid #eee;
}

.header .mobilenav .inav h5 {
    width: 100%;
    height: auto;
    font-weight: normal;
}

.header .mobilenav .inav h5 a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 70px;
    height: auto;
    text-align: center;
    color: #333;
}

.header .mobilenav .inav ul {
    width: 100%;
    display: none;
}

.header .mobilenav .inav ul li {
    width: 100%;
    height: auto;
}

.header .mobilenav .inav ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    height: auto;
    text-align: center;
    color: #666;
}

.header .mobilenav .inav.on h5 a {
    color: #fff;
    background: #eb6622;
}

.header .mobilenav .inav ul li a:active {
    color: #eb6622;
}

.mobile_searchbox input {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 24px 5%;
    height: 50px;
    width: 90%;
    box-sizing: border-box;
    font-size: 16px
}


.header .nav-box,
.header .mobilenav {
    display: none
}

/* 新闻中心 */
.newsindex .container {
    background-color: #fff;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 110px;
    margin-top: -104px;
}

.newsindex .left {
    /* width: 38.9%; */
    width: 560px;
    float: left;
}

.newsindex .left ul li .picbox {
    float: left;
    width: 32.8%;
}

.newsindex .left ul li .picbox img {
    width: 100%;
}

.newsindex .left ul li .info {
    float: left;
    width: 67.2%;
}

.newsindex .left ul li span {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
}

.newsindex .left ul li {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 60px;
}

.newsindex .left ul li .info a {
    font-size: 16px;
    color: #333;
}

.newsindex .left ul li .info p {
    line-height: 30px;
    border-bottom: 1px dashed #dcdcdc;
    margin-left: 14px;
}

.newsindex .right {
    /* width: 27.5%; */
    width: 394px;
    float: right;
}

.newsindex .right .date .year h6 {
    font-size: 16px;
    color: #666;
    line-height: 50px;
    background: url('../images/up.png') right 20px center no-repeat;
    background-color: #eee;
    text-indent: 38px;
    border-bottom: 1px solid #f7f7f7;
    font-weight: normal;
}

.newsindex .right .date .year h6.on {
    background: url('../images/down.png') right 20px center no-repeat;
    background-color: #eee;
    font-size: 20px;
    color: #333;
}

.newsindex .right .date .year .month {
    padding: 20px;
    display: none;
    overflow: hidden;
}

.newsindex .right .date .year .month a {
    margin: 10px 20px;
    float: left;
    width: 40px;
    text-align: center;
    color: #666;
}

.newsindex .right .date .year .month a:hover {
    color: #eb6622;
}

.newsindex .right .searchnews {
    margin-top: 50px;
    width: 100%;
    background: url('../images/search02.png') right 12px center no-repeat;
}

.newsindex .right .searchnews input {
    font-size: 20px;
    width: 72%;
    margin-left: 40px;
    background: none
}

/* 分页器 */

.page_div {
    margin: 40px auto;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #666;
    box-sizing: border-box;
    text-align: center;
}

.pager {
    display: inline-block;
}

.pager span {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    color: #666;
    background: #e9e9e9;
}

.pager a {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    padding: 0 12px;
    line-height: 35px;
    color: #666;
    background: #e9e9e9;
}

.pager .pageindex {
    height: 35px;
}

.pager .current {
    background: #eb6622;
    color: #fff;
}

.newsindex .page_div {
    margin: 60px 0;
}

.header.subheader {
    background-color: #f2f2f2;
    height: auto;
}

.header.subheader .main_header {
    padding: 20px 0 14px;
}

.header.subheader .nav h3 a {
    color: #333;
}

.header.subheader .nav .nLi.on a {
    color: #fff;
}

/* 企业价值主张 */

.qyjzzz {
    padding: 60px 0;
}

.qyjzzz ul li {
    width: 23.4%;
    height: 450px;
    background-color: #f2f2f2;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 2.1%;
}

.qyjzzz ul li h6 {
    margin-top: 126px;
}

.qyjzzz ul li h6 span {
    font-size: 30px;
    line-height: 50px;
    display: inline-block;
    padding: 0 6px;
    color: #eb6622;
}

.qyjzzz ul li p {
    font-size: 18px;
    color: #666;
    line-height: 50px;
}

.qyjzzz ul li .line {
    width: 163px;
    height: 3px;
    background-color: #eb6622;
    margin: 26px auto;
}

/* 社会责任 */

.shzr {
    padding-bottom: 40px;
}

.shzr .text {
    text-align: center;
    padding: 60px 0 30px;
}

.shzr .text h4.title {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.shzr .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 690px;
    margin: 0 auto;
}

.shzr .text p.last {
    width: 568px;
}

.shzr ul.duty li {
    width: 33.3%;
    height: 350px;
    background-color: #eb6622;
    color: #fff;
    font-size: 14px;
    text-align: center;
    float: left;
}

.shzr ul.duty li h6 {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: normal;
}

.shzr ul.duty li img {
    margin-top: 50px;
}

.shzr ul.duty li.center {
    background-color: #e9e9e9;
    color: #666;
}

.shzr .lunbo {
    background: url('../images/slidebg_03.jpg') center bottom no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 65px;
    margin-top: 40px;
}

.shzr h5.lunbotit {
    font-size: 36px;
    padding-left: 20px;
    margin-top: 70px;
    color: #333;
}

.shzr .lunbo .slideBox {
    width: 996px;
    height: 608px;
    position: relative;
    margin: 40px auto 0;
    padding-bottom: 108px;
    background-color: #fff;
}

.shzr .lunbo .slideBox .bd ul li img {
    width: 100%;
    height: 100%;
    display: block
}


.shzr .lunbo .slideBox .hd {
    /* height: 15px; */
    overflow: hidden;
    position: absolute;
    text-align: center;
    bottom: 40px;
    z-index: 1;
    width: 100%;
}

.shzr .lunbo .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block
}

.shzr .lunbo .slideBox .hd ul li {
    float: left;
    margin: 0 12px;
    width: 24px;
    height: 24px;
    line-height: 14px;
    text-align: center;
    background: #767676;
    cursor: pointer;
    border-radius: 50%;
}

.shzr .lunbo .slideBox .hd ul li.on {
    background: #c3c5d3;
    color: #fff;
}

.shzr .lunbo .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.shzr .lunbo .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.shzr .lunbo .slideBox .bd img {
    width: 450px;
    height: 230px;
    display: block;
}

.shzr .contact {
    padding-top: 60px;
}

.shzr .contact h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.shzr .contact p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.shzr .contact .code img {
    width: 165px;
    height: 165px;
}

/* 荣誉和历程 */

.ryhlc {
    padding: 60px 0;
}

.ryhlc .rounds {
    position: relative;
}

.ryhlc .rounds .bg {
    width: 100%;
    display: block
}

.ryhlc .rounds ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ryhlc .rounds ul li {
    width: 16.25%;
    /* height: 234px; */
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

.ryhlc .rounds ul li p {
    margin-top: 25.6%;
    padding: 0 10px;
}

.ryhlc .rounds ul li span {
    display: block;
    padding: 0 10px;
}

.ryhlc .rounds ul li.li01 {
    bottom: 14.8%;
    left: 10.8%;
}

.ryhlc .rounds ul li.li02 {
    left: 22.5%;
    top: 19.3%;
    width: 21.8%;
}

.ryhlc .rounds ul li.li03 {
    left: 43%;
    top: 12%;
    width: 14.2%;
    z-index: 100;
}

.ryhlc .rounds ul li.li04 {
    left: 41.4%;
    bottom: 14.5%;
    width: 15.1%;
}

.ryhlc .rounds ul li.li05 {
    right: 28%;
    top: 19.3%;
    width: 15.6%;
}

.ryhlc .rounds ul li.li06 {
    right: 23%;
    bottom: 14.5%;
}

.ryhlc .rounds ul li.li07 {
    right: 10.8%;
    top: 9%;
}

.ryhlc .rounds ul li.orange {
    background-color: #fc8345;
    color: #fff;
}

.ryhlc .roadarr {
    padding: 106px 0;
}

.ryhlc .roadarr .arr {
    background: url('../images/longarr_03.png') no-repeat;
    background-size: contain;
    height: 40px;
    width: 100%;
    position: relative;
}

.ryhlc .roadarr .arr .step {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eb6622;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 9%;
}

.ryhlc .roadarr .arr .step .info {
    position: absolute;
    font-size: 18px;
    color: #333;
    width: 200px;
    top: -65px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

.ryhlc .roadarr .arr .step .info p.date {
    color: #eb6622;
}

.ryhlc .roadarr .arr .step.li02 {
    left: 29.6%;
}

.ryhlc .roadarr .arr .step.li03 {
    left: 49.3%;
}

.ryhlc .roadarr .arr .step.li04 {
    left: 66.6%;
}

.ryhlc .roadarr .arr .step.li05 {
    left: 85.4%;
}

.ryhlc .roadarr .arr .step.bottom .info {
    top: 45px;
}

.ryhlc .road02 {
    /* height: 500px; */
    position: relative;
    padding-bottom: 100px;
}

.ryhlc .road02 .line {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cdcdcd;
    left: 50%;
    top: 0;
    margin-left: -0.5px;
}

.ryhlc .road02 .half {
    width: 50%;
}

.ryhlc .road02 .step {
    width: 73.5%;
    /* margin-left: 17.5%; */
    margin-top: 274px;
    position: relative;
}

.ryhlc .road02 .left .step {
    float: right;
    margin-right: 9%;
}

.ryhlc .road02 .right .step {
    float: left;
    margin-left: 9%;
}

.ryhlc .road02 .step p {
    font-size: 14px;
    color: #666;
    background-color: #f7f7f7;
    padding: 26px 10px 16px;
}

.ryhlc .road02 .step h6 {
    color: #333;
    font-size: 20px;
    background-color: #ececec;
    padding: 22px 40px 12px;
    position: relative;
}

.ryhlc .road02 .step h6 img {
    position: absolute;
    width: 10px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}

.ryhlc .road02 .left .step h6 img {
    left: 100%;
}

.ryhlc .road02 .right .step h6 img {
    right: 100%;
}

.ryhlc .road02 .step .point {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    top: 32.3%;
    z-index: 100;
}

.ryhlc .road02 .left .step .point {
    right: -13.38%;
}

.ryhlc .road02 .right .step .point {
    left: -13.38%;
}

.ryhlc .road02 .left .step.leftstep01 {
    margin-top: 100px;
}

/* 技术解决方案 */

.jsjjfa ul.fangan {
    margin-top: 60px;
}

.jsjjfa ul.fangan li {
    width: 32%;
    margin-bottom: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 2%;
}

.jsjjfa ul.fangan li a {
    color: #666;
}

.jsjjfa ul.fangan li .picbox {
    position: relative;
    border-radius: 4px;
}

.jsjjfa ul.fangan li .picbox img {
    display: block;
    width: 100%;
}

.jsjjfa ul.fangan li .picbox .tit {
    font-size: 24px;
    color: #fff;
    background: rgba(102, 102, 102, 0.65);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.jsjjfa ul.fangan li:hover .picbox .tit {
    background: rgba(235, 102, 33, 0.65);
}

.jsjjfa ul.fangan li .picbox .tit p {
    padding: 4%;
}

.jsjjfa ul.fangan li .info {
    padding: 0 4%;
    background-color: #fff;
    overflow: hidden;
    height: 134px;
}

.jsjjfa ul.fangan li .info p {
    font-size: 18px;
    color: #333;
    margin: 7px 0;
}

.jsjjfa ul.fangan li .info .text {
    font-size: 14px;
    line-height: 24px;
}

.jsjjfa .page_div {
    margin: 30px 0 60px;
}

/* 产品分类 */

.cpfl .productnav {
    padding: 60px 0;
}

.cpfl .productnav .left {
    width: 8.3%;
    float: left;
}

.cpfl .productnav .left div {
    color: #333;
    font-size: 18px;
    border: 1px solid #333;
    line-height: 38px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.cpfl .productnav .right {
    width: 87.5%;
    float: right;
}

.cpfl .productnav .right ul.imgs {
    overflow: hidden;
}

.cpfl .productnav .right ul.imgs li {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 23.4%;
}

.cpfl .productnav .right ul.imgs li.last {
    margin-right: 0;
}

.cpfl .productnav .right ul.imgs li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.cpfl .productnav .right ul.imgs li.large {
    width: 48.8%;
}

.cpfl .floor {
    padding-bottom: 30px;
}

.cpfl .floor.odd {
    background-color: #f2f2f2;
}

.cpfl .floor h4 {
    font-size: 38px;
    line-height: 166px;
    text-align: center;
    color: #414141;
}

.cpfl .floor ul li {
    width: 18.2%;
    border: 1px solid #eb6622;
    background-color: #fff;
    float: left;
    margin-right: 2.04%;
    margin-bottom: 30px;
}

.cpfl .floor ul li.right {
    margin-right: 0;
}

.cpfl .floor ul li .picbox {
    border-bottom: 10px solid #fbfbfb;
    font-size: 18px;
    text-align: center;
}

.cpfl .floor ul li .picbox img {
    width: 100%;
    display: block
}

.cpfl .floor ul li .picbox p {
    line-height: 40px;
    color: #333;
}

.cpfl .floor ul li .imgcode {
    overflow: hidden;
    padding: 6px 0 26px;
}

.cpfl .floor ul li .imgcode img {
    float: left;
    width: 30%;
    border: 4px solid #f7f5f5;
    border-radius: 50%;
    margin-left: 5%;
}

.cpfl .floor ul li .imgcode .text {
    float: right;
    width: 60%;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.cpfl .floor ul li .imgcode .text p {
    margin-top: 14px;
}

.cpfl .floor ul li .imgcode .text span {
    font-size: 16px;
    color: #666;
    display: block
}

.cpfl .floor ul li.last .picbox {
    position: relative;
}

.cpfl .floor ul li.last .picbox .todetail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: rgba(166, 164, 164, 0.5);
}

.cpfl img.totop {
    position: fixed;
    right: 80px;
    bottom: 100px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* 技术方案详情 */

.jsjjfa_xq {
    padding: 60px 0 0;
}

.jsjjfa_xq .table {
    margin-bottom: 60px;
}

.jsjjfa_xq .table .th p,
.jsjjfa_xq .table .tr p {
    width: 33.3%;
    float: left;
    text-align: center;
}

.jsjjfa_xq .table .th p {
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.jsjjfa_xq .table .tr p {
    font-size: 14px;
    color: #666;
    height: 120px;
    margin-top: 50px;
}

.jsjjfa_xq .table .tbody {
    background-color: #f2f2f2;
    border-top: #e6e6e6;
    border-bottom: #e6e6e6;
}

.jsjjfa_xq .detail {
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}

.jsjjfa_xq .detail img {
    float: left;
    width: 32.2%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.jsjjfa_xq .detail .info {
    width: 63%;
    float: right;
    font-size: 16px;
}

.jsjjfa_xq .detail p {
    line-height: 24px;
    margin-top: 22px;
    color: #666;
    text-align: justify;
}

.jsjjfa_xq .detail h6 {
    margin-top: 30px;
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.jsjjfa_xq .detail.odd img {
    float: right;
    margin-right: 0;
    margin-left: 4%;
}

.jsjjfa_xq .detail.odd .info {
    float: left;
}

/* 品牌家族 */
.jsjjfa_xq.ppjz .container {
    padding: 0 40px;
}

.jsjjfa_xq.ppjz .detail {
    padding: 45px 0;
}

.jsjjfa_xq.ppjz .detail img {
    width: 160px;
    margin-right: 17.6%;
}

.jsjjfa_xq.ppjz .detail .info {
    width: 63.8%;
}

.jsjjfa_xq.ppjz .detail .info h6 {
    margin-top: 0;
}

.jsjjfa_xq.ppjz .detail.odd img {
    margin-right: 0;
    margin-left: 17.6%;
}

/* 企业概况 */

.qygk {
    margin-top: -104px;
}

.qygk .achievement {
    background-color: #fff;
    padding-bottom: 40px;
}

.qygk .qygkitem {
    padding: 60px 0 40px;
}

.qygk .qygkitem.even {
    background-color: #f8f8f8;
}

.qygk .achievement ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.qygk .achievement ul li img {
    position: absolute;
    top: 30px;
    margin-left: -22px;
}

.qygk .achievement ul li h6 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    margin-top: 90px;
    margin-bottom: 20px;
}

.qygk .achievement ul li p {
    font-size: 14px;
    color: #999;
    padding: 0 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.qygk .qygkitem img {
    margin: 60px auto 0;
    display: block;
    border: 8px solid #d4d4d4;
    max-width: 80%;
    height: auto;
}

.qygk .qygkitem.last img {
    border: 0;
}

/* 我们的客户 */

.subnav {
    background-color: #fbf9f9;
    margin-top: 26px;
}

.subnav p {
    font-size: 24px;
    color: #333;
    text-align: center;
    height: 50px;
    padding: 0 22px;
    float: left;
}

.subnav p a {
    color: #333;
    line-height: 50px;
    font-weight: bold;
}

.subnav p.first {
    background: url('../images/arr.png') right 44px center no-repeat;
    background-color: #eb6622;
}

.subnav p.first a {
    color: #fff;
    padding-right: 60px;
}

.wmdkh {
    padding-bottom: 45px;
}

.wmdkh ul {
    margin-top: 120px;
}

.wmdkh ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
    height: 206px;
}

.wmdkh ul li img {
    max-width: 80%;
}

.wmdkh p.notice {
    font-size: 20px;
    color: #666;
    text-align: right;
    margin-top: 30px;
}

/* 我们的门店 */
.wmdmd .cities {
    font-size: 0;
    margin: 50px 0;
}

.wmdmd .cities a {
    width: 108px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f8f8f8;
    text-align: center;
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 12px;
    color: #666;
}

.wmdmd .cities a.on,
.wmdmd .cities a:hover {
    color: #fff;
    background-color: #eb6622;
}

.wmdmd .item03 {
    padding-top: 0;
}

/* 我们的门店详情 */

.subbanner img {
    width: 100%;
    display: block
}

.wmdmdxq .container {
    background-color: #fbf9f9;
    padding: 40px 0;
}

.wmdmdxq .pics {
    width: 1110px;
    margin: 0 auto;
}

.wmdmdxq .pics img.headimg {
    float: left;
    width: 22.6%;
    border: 1px solid #eb6622;
}

.wmdmdxq .pics .map {
    float: right;
    width: 59%;
}

.wmdmdxq .pics .map img {
    width: 100%;
}

.formbox {
    padding: 50px;
    background-color: #fff;
    width: 1010px;
    margin: 60px auto 0;
}

.formbox .tit {
    margin-bottom: 50px;
}

.formbox .tit img {
    width: 188px;
    height: 55px;
    float: left;
}

.formbox .tit span {
    font-size: 48px;
    color: #333;
    line-height: 55px;
    margin-left: 28px;
    float: left;
}

.formbox>input,
.formbox .fl input {
    width: 430px;
    height: 60px;
    font-size: 24px;
    color: #666;
    background-color: #ededed;
    padding: 0 30px;
    float: left;
    margin-right: 20px;
    margin-bottom: 24px;
}

.formbox textarea {
    width: 430px;
    height: 118px;
    background-color: #ededed;
    border: 0;
    padding: 10px 30px;
    font-size: 24px;
    color: #666;
    font-family: 'Microsoft Yahei';
    outline: none;
    float: left;
    margin-right: 20px;
}

.formbox .fl input {
    margin-right: 0;
    display: block;
    float: none;
}

.formbox .fl input.submit {
    height: 58px;
    background-color: #5f5d5d;
    color: #fff;
    padding: 0;
    width: 490px;
    margin-top: -4px;
}

/* 供应商资源 */
.gyszy .container {
    background-color: #fbf9f9;
    padding-bottom: 100px;
}

.gyszy .detail {
    margin-top: 45px;
    padding: 0 4%;
}

.gyszy .detail .leftnav {
    width: 150px;
    border: 1px solid #efefef;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    float: left;
}

.gyszy .detail .leftnav p {
    font-size: 14px;
    padding: 8px 0;
    border: 1px solid #efefef;
    text-align: center;
    border-top: 0;
    cursor: pointer;
}

.gyszy .detail .text {
    width: 82%;
    float: right;
    font-size: 14px;
    color: #666;
}

.gyszy .detail .text h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.gyszy .detail .text p {
    line-height: 24px;
    margin-bottom: 25px;
}

/* 供应链服务 */
.gylfw .container {
    margin-top: 30px;
    margin-bottom: 120px;
}

.gylfw .container img {
    max-width: 100%;
    display: block
}

.gylfw ul.scm {
    margin-top: 76px;
}

.gylfw ul.scm li {
    width: 25%;
    float: left;
}

.gylfw ul.scm li .tit {
    color: #333;
    padding: 50px;
    width: 60px;
    background: url('../images/biezhen01.png') left bottom no-repeat,
        url('../images/biezhen02.png') right top no-repeat;
    margin: 0 auto;
}

.gylfw ul.scm li .tit h6 {
    line-height: 28px;
    font-size: 26px;
    color: #333;
}

.gylfw ul.scm li img {
    display: block;
    margin: 15px auto;
}

.gylfw ul.scm li p {
    font-size: 26px;
    color: #666;
    text-align: justify;
    line-height: 40px;
    margin-top: 73px;
    padding: 0 40px;
}

/* 成为供应商 */

.cwgys .container {
    background-color: #fbf9f9;
    padding-bottom: 65px;
}

.cwgysitem {
    width: 70%;
    padding: 80px 14% 0;
    margin: 0 auto 60px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    background: url('../images/cwgys_bg.png') center top no-repeat;
}

.cwgysitem.third {
    background: url('../images/cwgys_bg.png') center top no-repeat, url('../images/cwgys_bg02.png') center bottom no-repeat;
}

.cwgysitem .left {
    float: left;
    width: 43.2%;
}

.cwgysitem .left img {
    width: 100%;
    display: block;
    margin-bottom: 48px;
}

.cwgysitem .right {
    float: right;
    width: 40%;
    font-size: 16px;
}

.cwgysitem .right h5 {
    font-size: 48px;
    color: #333;
    line-height: 60px;
}

.cwgysitem .right p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.cwgysitem .right .line {
    width: 54px;
    height: 3px;
    background-color: #eb6622;
    margin: 30px 0 40px;
}

.cwgysitem.odd .left {
    float: right;
}

.cwgysitem.odd .right {
    float: left;
}

.cwgysitem .right h6 {
    margin-top: 26px;
    font-size: 16px;
}

.cwgys .brightspot h4 {
    font-size: 48px;
    color: #333;
}

.cwgys .brightspot {
    text-align: center;
}

.cwgys .brightspot h5 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 47.2%;
    margin: 0 auto;
    line-height: 28px;
    margin-top: 8px;
}

.cwgys .brightspot ul {
    width: 78.6%;
    margin: 90px auto 0;
}

.cwgys .brightspot ul li {
    width: 29%;
    text-align: left;
    margin: 0 2%;
    float: left;
    border: 1px solid #9f9f9f;
    height: 580px;
}

.cwgys .brightspot ul li .picbox {
    width: 100%;
    /* height: 200px; */
}

.cwgys .brightspot ul li img {
    width: 100%;
}

.cwgys .brightspot ul li .info {
    padding: 0 26px;
}

.cwgys .brightspot ul li .info h6 {
    font-size: 30px;
    color: #333;
    line-height: 36px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cwgys .brightspot ul li .info p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

/* 公司资料 */
.gszl .container {
    padding-bottom: 20px;
    background: url('../images/gszl_bg.jpg') left bottom no-repeat;
    background-color: #fbf9f9;
}

.gszl .detail {
    width: 880px;
    float: right;
    margin-right: 5.5%;
    font-size: 14px;
    color: #666;
}

.gszl .detail h4.tit {
    font-size: 36px;
    color: #333;
    margin: 24px 0;
}

.gszl .detail div.row {
    padding: 15px 5.6%;
    background-color: #fff;
    line-height: 24px;
}

.gszl .detail div.row.odd {
    background-color: #f7f7f7;
}

.gszl .detail div.row span {
    float: left;
    margin-right: 12%;
}

.gszl .detail div.row em {
    display: inline-block;
    width: 54%;
}

/* 财务摘要 */
.cwzy {
    padding-bottom: 50px;
}

.cwzy table {
    width: 100%;
    font-size: 18px;
    color: #666;
    border-collapse: collapse;
}

.cwzy table tr {
    height: 56px;
}

.cwzy table tr.even {
    background-color: #f7f7f7;
}

.cwzy table td {
    text-align: center;
}

.cwzy table th {
    background-color: #eb6622;
    color: #fff;
    font-weight: normal;
}

.cwzy h6.tit {
    font-size: 24px;
    color: #eb6622;
    margin: 30px 0 20px;
}

/* 股票信息 */
.gpxx {
    padding-bottom: 85px;
}

.gpxx .top {
    font-size: 18px;
    background-color: #fbf9f9;
    padding: 30px 38px;
}

.gpxx .top h6 {
    font-size: 30px;
}

.gpxx .top p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 18px;
}

.gpxx .stockcode {
    font-size: 24px;
    color: #333;
    padding: 0 24px;
    margin-top: 50px;
}

.gpxx .numbers .left {
    color: #eb6622;
    font-size: 30px;
    float: left;
}

.gpxx .numbers .left span {
    font-size: 60px;
    font-weight: bold;
}

.gpxx .numbers .right {
    float: right;
    /* width: 430px; */
}

.gpxx .numbers .right table {
    margin-top: 10px;
}

.gpxx .numbers .right th {
    padding: 0 30px;
    font-size: 14px;
    color: #666;
}

.gpxx .numbers .right td {
    text-align: center;
    font-size: 30px;
    color: #333;
}

.gpxx .time {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #eb6622;
    padding: 0 50px;
}

.gpxx .table02 {
    width: 675px;
    float: right;
    font-size: 18px;
    text-align: center;
}

.gpxx .table02 p {
    margin: 56px 0;
}

.gpxx .table02 table {
    width: 100%;
    border-collapse: collapse;
}

.gpxx .table02 table tr {
    height: 56px;
}

.gpxx .table02 table tr.even {
    background-color: #f7f7f7;
}

.gpxx .table02 table th {
    background-color: #eb6622;
    color: #fff;
    font-weight: normal;
}

/* 临时公告 */
.lsgg .w1200 {
    background-color: #f7f7f7;
    overflow: hidden;
}

.lsgg h4.tit {
    font-size: 24px;
    line-height: 60px;
    padding: 0 45px;
    background-color: #eb6622;
    color: #fff;
    margin-top: 40px;
}

.lsgg .screen .year {
    font-size: 28px;
    padding-left: 92px;
    margin-top: 25px;
}

.lsgg .screen .year span,
.lsgg .screen .year a {
    margin: 0 25px;
    color: #666;
}

.lsgg .screen .year a.on {
    color: #eb6622;
}

.lsgg .screen .month {
    font-size: 14px;
    background-color: #ebebeb;
    padding: 0 10px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 45px;
    margin-bottom: 40px;
}

.lsgg .screen .month a {
    margin: 0 10px;
    color: #666;
    line-height: 30px;
}

.lsgg .screen .month a.on {
    color: #eb6622;
}

.lsgg ul li {
    padding: 30px 0;
    overflow: hidden;
}

.lsgg ul li.even {
    background-color: #fff;
}

.lsgg ul li .date {
    width: 15.3%;
    text-align: center;
    font-size: 14px;
    color: #999;
    float: left;
}

.lsgg ul li .date span {
    font-size: 30px;
}

.lsgg ul li .info {
    width: 84.7%;
    float: left;
    overflow: hidden;
}

.lsgg ul li .info a {
    font-size: 14px;
    color: #333;
    padding: 0 5%;
    margin-top: 15px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lsgg ul li .info a:hover {
    color: #eb6622;
}

/* 定期报告 */
.dqbg {
    padding-bottom: 70px;
}

.dqbg .tit {
    padding: 18px 26px;
    border-bottom: 1px solid #b8b7b7;
}

.dqbg .tit h6 {
    font-size: 24px;
    color: #333;
}

.dqbg .tit p {
    font-size: 18px;
    color: #666;
    margin-top: 6px;
}

.dqbg ul li {
    margin-top: 40px;
    overflow: hidden;
}

.dqbg ul li .picbox {
    width: 46.7%;
    float: left;
}

.dqbg ul li .picbox img {
    width: 100%;
}

.dqbg ul li .info {
    width: 53.3%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #666;
}

.dqbg ul li .info p {
    margin: 120px 0 40px;
}

.dqbg ul li .info .btns a {
    display: inline-block;
    width: 136px;
    height: 48px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 48px;
    color: #666;
    margin: 0 16px;
}

.dqbg ul li .info .btns a.first {
    color: #fff;
    background-color: #eb6622;
}

/* 联系我们 */
.lxwm .w1200 {
    min-height: 490px;
    background: url('../images/lxwm_bg.jpg') center bottom no-repeat;
    background-color: #fbf9f9;
}

.lxwm .w1200 .subnav {
    background-color: rgba(251, 249, 249, 0);
}

.lxwm .info {
    padding: 35px 60px 0;
}

.lxwm .info h5 {
    font-size: 30px;
    color: #333;
}

.lxwm .info h6 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #333;
}

.lxwm .info p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.lxwm .info p img {
    padding-left: 4px;
}


.lsgg .w1200 .subnav {
    background-color: #f7f7f7;
}

.wmdmd .current_city {
    font-size: .3rem;
    margin-top: .4rem;
    display: none
}

.wmdmd .current_city span {
    color: #eb6622;
}

.cpfl .floor ul li .picbox .imgbox {
    width: 100%;
    text-align: center;
}

.cpfl .floor ul li .picbox .imgbox img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.dzzz {
    padding: 60px 0;
}

.dzzz ul.zzlist {
    overflow: hidden;
}

.dzzz ul.zzlist li {
    float: left;
    width: 31%;
    height: 620px;
    border-radius: 6px;
    border: 6px solid #dadada;
    margin-right: 2%;
    margin-bottom: 16px;
    cursor: pointer;
}

.dzzz ul.zzlist li img {
    width: 100%;
    height: 100%;
}

.dzzz .imgpreview {
    display: none
}

.dzzz .imgpreview .cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
}


.dzzz .imgpreview .slideBox {
    width: 750px;
    height: 536px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -375px;
    top: 100px;
    z-index: 991;
    padding-bottom: 70px;
}

.dzzz .slideBox .prev,
.dzzz .slideBox .next {
    position: absolute;
    left: 30%;
    bottom: 0;
    margin-top: -25px;
    display: block;
    width: 100px;
    height: 40px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #333;
}

.dzzz .slideBox .next {
    left: auto;
    right: 30%;
    background-position: 8px 5px;
}

.dzzz .slideBox .prev:hover,
.dzzz .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.dzzz .slideBox .prevStop {
    display: none;
}

.dzzz .slideBox .nextStop {
    display: none;
}


.dzzz .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.dzzz .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.dzzz .slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.cpfl .productnav .left {
    width: 11%;
}

.cpfl .productnav .left div {
    background: url('../images/darkarrow_10.png') right 2px center no-repeat;
    background-size: 8px;
    position: relative;
}

.cpfl .productnav .left div img.icon {
    position: absolute;
    left: 2px;
    top: 36%;
    width: 14%;
}

.cpfl .productnav .right ul.imgs li {
    position: relative;
}

.flyqrcode {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100px !important;
    height: 100px !important;
    display: none
}

.cpfl .floor ul li .picbox .imgbox {
    position: relative;
}

.cpfl .floor ul li .picbox .imgbox .flyqrcode {
    display: none
}

.cpfl .productnav .left {
    position: fixed;
    left: 50%;
    margin-left: -720px;
    background: #fff;
    z-index: 900;
}

.dszjs {
    background: #fff;
    padding: 50px 0;
    color: #333;
    text-align: justify;
}

.dszjs .w1200 {
    height: auto !important;
    min-height: 500px;
}

.dszjs img {
    margin-right: 10px;
}

.ryhlc .road02 .left .step.leftstep01 img {
    width: 100%;
}

.guanggaoxq img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    float: none !important;
}

.xwxq,
.xwxq #ContentBody {
    padding: 50px 0;
    font-size: 16px !important;
    line-height: 30px;
    color: #666;
}

.xwxq #ContentBody {
    width: 100% !important;
}

.xwxq img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.xwxq .tit {
    font-size: 24px;
    text-align: justify;
    color: #333;
    font-weight: bold;
}

.xwxq p,
.xwxq span {
    font-size: 16px !important;
    line-height: 30px;
    color: #666;
    text-align: left;
    margin: 20px 0;
}

.Business_bridge {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.Business_bridge>div {
    width: 76px;
    height: 76px;
    background: #d2ffea;
    border-radius: 10px;
    margin-bottom: 14px;
    cursor: pointer;
    border: 2px solid #00b35f;
}

.Business_bridge>div .sq_nr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Business_bridge>div .sq_nr img {
    width: 40px;
    height: auto;
    display: block;
}

.Business_bridge>div .sq_nr p {
    font-size: 14px;
    color: #00b35f;
    margin-top: 6px;
    line-height: 18px;
}

.Business_bridge .WeChat_consulting {
    margin-bottom: 0;
    position: relative;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr {
    position: absolute;
    right: -330%;
    top: 50%;
    transform: translate(0, -50%);
    width: 160px;
    /* height: 150px; */
    padding: 10px 16px 10px 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 23px;
    background: url(/statics/default/images/bg9.png) no-repeat;
    background-size: 100% 100%;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: none;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr img {
    width: 100%;
    display: block;
    /* border: 2px solid #00b35f; */
    box-sizing: border-box;
}

.Business_bridge .WeChat_consulting .WeChat_consulting_nr p {
    margin-top: 4px;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.Business_bridge>div:hover .WeChat_consulting_nr {
    opacity: 1;
    z-index: 99;
    right: calc(100% + 14px);
    transition: all 0.4s;
    pointer-events: initial;
}





@media (max-width: 1440px) {
    .cpfl .productnav .left {
        left: -600px;
    }
}

@media (max-width: 1028px) {
    .dzzz ul.zzlist li {
        box-sizing: border-box;
        height: 400px;
    }

    .dzzz ul.zzlist li img {
        /* height: auto; */
    }

    .cpfl .productnav .left {
        margin-left: -490px;
    }

    .guanggaoxq img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .dzzz ul.zzlist li {
        height: 300px;
    }

    .cpfl .productnav .left {
        margin-left: -360px;
    }
}

@media (max-width: 414px) {
    .dzzz ul.zzlist li {
        height: 3rem;
        /* width: 100%;
        margin: 0; */
    }

    .dzzz ul.zzlist li img {
        height: 100%;
    }

    .dzzz .imgpreview .slideBox {
        width: 6.9rem;
        height: 4.93rem;
        margin-left: -3.45rem;
        padding-bottom: 1rem;
    }

    .dzzz .slideBox .prev,
    .dzzz .slideBox .next {
        width: 1.2rem;
        height: .6rem;
        font-size: .2rem;
        line-height: .6rem;
    }

    .cpfl .productnav .left div {
        background: none;
    }

    .cpfl .productnav .left div img.icon {
        display: none
    }

    .cpfl .productnav .left {
        position: relative;
        left: 0;
        margin-left: 0;
    }

    .dszjs img {
        margin-right: 10px;
        width: 3rem !important;
        height: auto !important;
    }

    .ryhlc .roadarr .arr .step .info {
        width: 2.4rem;
        margin-left: -1.2rem;
    }

    .jsjjfa_xq .table .tbody .tr {
        overflow: hidden;
    }

    .hzgys img,
    .cwgy img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .qyzp img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .qyzp p,
    .qyzp span {
        font-size: .36rem !important;
    }

    .ueditor_baidumap {
        width: 100%;
    }

    .item02 ul.imgs {
        display: flex;
        flex-wrap: wrap;
    }

    .item02 ul.imgs li img {
        width: 100%;
        height: auto;
    }

    .xwxq .tit {
        font-size: .36rem;
    }

    .xwxq {
        padding: .6rem 0;
    }
}
