﻿/* CSS Document 
** author:玉山网建YuShanW
** URL:https://www.yushanw.cn/
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

img {
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}

ul, ol, dl ,li {
	list-style: none;
	list-style-type: none;
}

a {
  color: #555;
  TEXT-DECORATION: none;
}

a:hover {
    color: red;
}

.mdui-typo a {
    color: #555;   
}

.mdui-typo ul {
    padding-left: 0em;
}

@media (min-width: 1440px) {
    body {
      font-size: 16px;
    }
}

@media (min-width: 1920px) {
    body {
      font-size: 17px;
    }
}

/* 通用部分_缩略图动画 玉山网建YuShanW.cn */
.img_animation {
	text-align: center;
	cursor: pointer; 
	zoom:1; 
	overflow:hidden;
}

.img_animation img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform  0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.img_animation:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform:  scale3d(1.1,1.1,1);
}

/* *************************************************************** */
.banner {
    text-align: center;
}
.banner img{
    width: inherit;
    max-width: 100%;
    height: auto;
}

/* 头部开始 玉山网建YuShanW.cn */
header {
	padding: 28px 0;
    background: url(../img/top_bg.jpg) top center;
    background-size: cover;
}
.header-menu {
	margin-top: 16px;
    line-height: 48px;
}
.header-menu li{
    float: left;
    margin-left: 4%;
    text-align: right;
}
.header-menu li .nav {
    display: inline-block;
    position: relative;
}
.header-menu li .nav a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.header-menu li .nav:hover a {
    color: orangered;
}
.header-menu li .nav:after {
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header-menu li .nav:hover:after {
    width: 100%;
}

/* 底部开始 玉山网建YuShanW.cn */
.footer {
    padding-top: 48px;
    background: url(../img/footer_bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
}
.footer .list-1 {
    width: 12%;
}
.footer .hr{
    background: red;
    width: 20px;
    height: 3px;
}
.footer .contact .title{
    color: #fff;
}
.footer .contact .title h1{
    font-size: 42px;
    font-weight: 300;
    margin: inherit;
}
.footer .contact .title span {
    font-size: 24px;
    margin-bottom: 12px;
    display: block;
}
.footer .contact .row {
    font-size: 14px;
    color: #a7a7a7;
}
.footer .contact .row h4{
    color: #d0d0d0;
}
.footer .contact .row p span{
    font-size: 2em;
    color: red;
}
.footer .footer-nav {
    padding-left: 16px;
}
.footer .footer-nav a{
    color: #fff;
}
.footer .footer-nav a:hover {
    color: red;
}
.footer .footer-nav .title a{
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}
.footer .footer-nav .row li a{
    font-size: 0.9rem;
    line-height: 1.8rem;
    display: block;
}
.footer .footer-nav:after {
    content: '';
    width: 1px;
    height: 254px;
    background: #454545;
    position: absolute;
    left: 0;
    top: 0;
}

/* *************************************************************** */
.footer-copyright {
    padding: 16px 0 68px;
}
.footer-copyright .ico span{
    display: inline-block;
    padding-top: 8px;
}
.footer-copyright .info {
    padding-left: 28px;
    line-height: 2rem;
    color: #ffffff;
}
.footer-copyright .info a{
    color: #ffffff;
}

/* 首页开始 玉山网建YuShanW.cn */
.index-title .en {
    font-weight: bold;
    font-size: 38px;
    font-family: times new roman,times,serif;
}
.index-title  h2{
    color: #3a3a3a;
    font-weight: 400;
    font-size: 1rem;
    margin: 16px;
    position: relative;
}
.index-title  h2:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #f08519;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* *********************首页产品类目 **************************** */
.index-pro-nav li{
    margin-bottom: 24px;
}
.index-pro-nav li i {
    display: block;
    width: 100%;
    height: 180px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #f5f5f5;
}
.index-pro-nav li:hover i{
    background-color: #f0a219;
}
.index-pro-nav li span{
    color: #3a3a3a;
    margin-top: 16px;
    display: block;
    text-align: center;
}
.index-pro-nav li:hover span{
    color: #f01919;
}
.index-pro-nav li.icons1 i {
	background-image: url(../img/index/pronav-icon-1.png);
}
.index-pro-nav li.icons1:hover i {
	background-image: url(../img/index/pronav-icon-1-1.png);
}
.index-pro-nav li.icons2 i {
	background-image: url(../img/index/pronav-icon-2.png);
}
.index-pro-nav li.icons2:hover i {
	background-image: url(../img/index/pronav-icon-2-1.png);
}
.index-pro-nav li.icons3 i {
	background-image: url(../img/index/pronav-icon-3.png);
}
.index-pro-nav li.icons3:hover i {
	background-image: url(../img/index/pronav-icon-3-1.png);
}
.index-pro-nav li.icons4 i {
	background-image: url(../img/index/pronav-icon-4.png);
}
.index-pro-nav li.icons4:hover i {
	background-image: url(../img/index/pronav-icon-4-1.png);
}
.index-pro-nav li.icons5 i {
	background-image: url(../img/index/pronav-icon-5.png);
}
.index-pro-nav li.icons5:hover i {
	background-image: url(../img/index/pronav-icon-5-1.png);
}
.index-pro-nav li.icons6 i {
	background-image: url(../img/index/pronav-icon-6.png);
}
.index-pro-nav li.icons6:hover i {
	background-image: url(../img/index/pronav-icon-6-1.png);
}
.index-pro-nav li.icons7 i {
	background-image: url(../img/index/pronav-icon-7.png);
}
.index-pro-nav li.icons7:hover i {
	background-image: url(../img/index/pronav-icon-7-1.png);
}
.index-pro-nav li.icons8 i {
	background-image: url(../img/index/pronav-icon-8.png);
}
.index-pro-nav li.icons8:hover i {
	background-image: url(../img/index/pronav-icon-8-1.png);
}
.index-pro-nav li.icons9 i {
	background-image: url(../img/index/pronav-icon-9.png);
}
.index-pro-nav li.icons9:hover i {
	background-image: url(../img/index/pronav-icon-9-1.png);
}
.index-pro-nav li.icons10 i {
	background-image: url(../img/index/pronav-icon-10.png);
}
.index-pro-nav li.icons10:hover i {
	background-image: url(../img/index/pronav-icon-10-1.png);
}
.index-pro-nav li.icons11 i {
	background-image: url(../img/index/pronav-icon-11.png);
}
.index-pro-nav li.icons11:hover i {
	background-image: url(../img/index/pronav-icon-11-1.png);
}
.index-pro-nav li.icons12 i {
	background-image: url(../img/index/pronav-icon-12.png);
}
.index-pro-nav li.icons12:hover i {
	background-image: url(../img/index/pronav-icon-12-1.png);
}
.index-pro-nav li.icons13 i {
	background-image: url(../img/index/pronav-icon-13.png);
}
.index-pro-nav li.icons13:hover i {
	background-image: url(../img/index/pronav-icon-13-1.png);
}
.index-pro-nav li.icons14 i {
	background-image: url(../img/index/pronav-icon-14.png);
}
.index-pro-nav li.icons14:hover i {
	background-image: url(../img/index/pronav-icon-14-1.png);
}
.index-pro-nav li.icons15 i {
	background-image: url(../img/index/pronav-icon-15.png);
}
.index-pro-nav li.icons15:hover i {
	background-image: url(../img/index/pronav-icon-15-1.png);
}
.index-pro-nav li.icons16 i {
	background-image: url(../img/index/pronav-icon-16.png);
}
.index-pro-nav li.icons16:hover i {
	background-image: url(../img/index/pronav-icon-16-1.png);
}
.index-pro-nav li.icons17 i {
	background-image: url(../img/index/pronav-icon-17.png);
}
.index-pro-nav li.icons17:hover i {
	background-image: url(../img/index/pronav-icon-17-1.png);
}
/* *************************************************************** */
.banner-index-zhongjiantu-phone {
    background-color: #0d0d0d;
}

/* *************************************************************** */
.index-pro .index-title .dec {
    color: #3a3a3a;
    font-size: 0.9rem;
    font-weight: inherit;
}
.index-pro li .img-box {
    border: 1px #e8e8e8 solid;
    position: relative;
}
.index-pro li .img-box:hover .show-box {
    opacity: 1;
}
.index-pro li .img-box .show-box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.index-pro li .img-box .show-box .show-box-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.index-pro li .img-box .show-box .show-box-link::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.index-pro li .img-box:hover .show-box .show-box-link::before {
    width: 1rem;
}
.index-pro li .img-box .show-box .show-box-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.index-pro li .img-box:hover .show-box .show-box-link::after {
    width: 1rem;
}
.index-pro li .pro-name {
    padding: 12px;
    line-height: 20px;
    font-size: 16px;
    background: #333;
    border-top: 1px #f08519 solid;
    text-align: center;  
}
.index-pro li .pro-name a{
    color: #ffffff; 
}
/* *************************************************************** */
.index-about {
    background: url(../img/index/index-about-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.index-about .index-about-first {
    width: 100%;
    text-align: right;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    margin: 48px 0 28px;
}
.index-about .index-about-first .line{
    width: 28px;
    height: 3px;
    margin-top: 12px;
    float: right;
    background-color: #ffffff;  
}
.index-about .index-about-second {
    width: 100%;
    overflow: hidden;
}
.index-about .index-about-second .row {
    color: #3a3a3a;
    padding: 32px 32px 0;
    background-color: #ffffff;
}
.index-about .index-about-second .row h3{
    font-size: 1.4rem;
    margin-top: inherit;
    font-weight: 600;
}
.index-about .index-about-second .row .btn {
    margin-top: 30px;
    display: inline-block;
    background: #cc3333;
}
.index-about .index-about-second .row .btn a{
    padding: 6px 16px;
    display: block;
    color: #ffffff;
}
.index-about .index-about-third {
    padding: 32px;
    background: #212121;
    transition: all .4s;
    overflow: hidden;
}
}
.index-about .index-about-third img{
    display: block;
    margin: auto;
}
.index-about .index-about-third span{
    color: #fff;
    display: block;
    text-align: center;
}
/* *************************************************************** */
.index-case {
    padding:46px 0 62px;
}
.index-case .index-case-row {
    margin-top: 48px;
    padding: 0 28px 48px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.index-case .index-case-row dl{
    margin-top: 48px;
}
.index-case .index-case-row dl dt{
    color: #262626;
    font-size: 1.125rem;
}
.index-case .index-case-row dl dt a:hover {
    color: #1890FF;
}
.index-case .index-case-row dl .des{
    font-size: 0.875rem;
    margin-top: 3%;
    color: #8c8c8c;
}
.index-case .index-case-row dl .time{
    margin-top: 6%;
    font-size: 0.75rem;
    color: #8c8c8c;
}

/* 内页开始 玉山网建YuShanW.cn */

/** 通用暂无数据 **/
.none-data .none-data-content{
    font-weight: bold;
    padding: 68px 0 98px;
}
.none-data .none-data-content i{
    color: #09bb07;
    font-size: 32px;
}
/** 通用分类目录 **/
.list-nav {
    background-color: rgba(17, 17, 17, 1);
    overflow: visible;
}
.list-nav li {
    float: left ;
    margin-right:60px ;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.list-nav li a{
    padding: 0 18px;
    display: inline-block;
    color: #fff;
}
.list-nav li a:hover,.list-nav li.cur {
    background-color: #f08519;
}

/** 通用翻页 **/
.pages {
    width: 100%;
    display: flow-root;
    text-align: center;
}
.pages a,.pages span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 32px 5px 0 0;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.pages span,.pages a:hover{
    color: #fff;
    background-color: #111;
    border-color: #111;
}

/** 产品开始 **/
.pro-nav .title {
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    background: #1a1a1a;
}
.pro-nav .content {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 5px 20px 0px rgb(192 192 192 / 40%);
}
.pro-nav .content .row li {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 20px;
    transition: all .5s ease;
}
.pro-nav .content .row li:hover {
    background-color: #f5f8fa;
}
.pro-nav .content .row li a {
    color: #86939e;
    font-size: 15px;
}
/* *********************************************************** */
.list-pro-main {
    padding: 48px 0;
}
/* *********************************************************** */
.list-pro-main .pro-crumb {
    font-size: 0.9rem;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}
.list-pro-main .pro-crumb i{
    color: #f08519;
}
.list-pro-main .pro-crumb a:hover{
    color: #f08519;
}
/* *********************************************************** */
.list-pro-main .list-pro-row {
    padding: 48px 0;
}
.list-pro-main .list-pro-row li .img-box {
    position: relative;
    border: 1px solid #F2F2F2;
}
.list-pro-main .list-pro-row li .img-box:hover .show-box {
    opacity: 1;
}
.list-pro-main .list-pro-row li .img-box .show-box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.list-pro-main .list-pro-row li .img-box .show-box .show-box-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.list-pro-main .list-pro-row li .img-box .show-box .show-box-link::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.list-pro-main .list-pro-row li .img-box:hover .show-box .show-box-link::before {
    width: 1rem;
}
.list-pro-main .list-pro-row li .img-box .show-box .show-box-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.list-pro-main .list-pro-row li .img-box:hover .show-box .show-box-link::after {
    width: 1rem;
}
.list-pro-main .list-pro-row li dl.txt-box {
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.list-pro-main .list-pro-row li dl.txt-box dt{
    font-size: 1.1rem;
    color: #333;
    padding-bottom: 20px;
}
.list-pro-main .list-pro-row li dl.txt-box dd.link {
    display: block;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.list-pro-main .list-pro-row li dl.txt-box dd.link .details{
    color: #777;
}
.list-pro-main .list-pro-row li dl.txt-box dd.link .arrowsR{
    float: right;
    opacity: 0.6;
    transition: all .5s ease;
}
.list-pro-main .list-pro-row li dl.txt-box dd.link .arrowsR:hover{
    opacity: 1;
}
/* *********************************************************** */
.show-pro-main {
    padding: 48px 0;
}
.show-pro-main .pro-crumb {
    font-size: 0.9rem;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}
.show-pro-main .pro-crumb i{
    color: #f08519;
}
.show-pro-main .pro-crumb a:hover{
    color: #f08519;
}
/* *********************************************************** */
.show-pro-main .show-pro-row .top {
    padding: 48px 0;
    margin-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.show-pro-main .show-pro-row .top .title h1{
    font-weight: 500;
    margin: inherit;
}
.show-pro-main .show-pro-row .top .img {
    
}
/* *********************************************************** */
.show-pro-main .show-pro-row .content .header{
    color: #fff;
    background: #222;
    line-height: 25px;
    padding: 10px 16px;
    cursor: pointer;
    display: inline-block;
}
.show-pro-main .show-pro-row .content .tabContent {
    border-top: 1px solid #ccc;
}
.show-pro-main .show-pro-row .content .tabContent img{
    max-width: 100%;
    height: auto;
}
.show-pro-main .show-pro-row .content .hot {
    margin-top: 48px;
    overflow: hidden;
}
.show-pro-main .show-pro-row .content .hot span{
    padding: 5px 0px;
    margin: 3px 0px;
    float: left;
}
.show-pro-main .show-pro-row .content .hot li{
    cursor: pointer;
    float: left;
    padding: 5px 8px;
    margin: 3px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.show-pro-main .show-pro-row .content .hot li:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.show-pro-main .show-pro-row .content .pre-next {
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}
/** 新闻开始 **/
/* *********************************************************** */
.list-news-row {
    padding: 48px 0;
}
.list-news-row li dl.txt-box {
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.list-news-row li dl.txt-box dt{
    font-size: 1.1rem;
    color: #333;
}
.list-news-row li dl.txt-box dd.des {
    color: #777;
    height: 2.6rem;
    line-height: 2.6rem;
}
.list-news-row li dl.txt-box dd.link {
    display: block;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.list-news-row li dl.txt-box dd.link .details{
    color: #777;
}
.list-news-row li dl.txt-box dd.link .arrowsR{
    float: right;
    opacity: 0.6;
    transition: all .5s ease;
}
.list-news-row li dl.txt-box dd.link .arrowsR:hover{
    opacity: 1;
}

/* *********************************************************** */
.show-news-row .header h1{
    font-weight: 400;
    padding: 60px 0 16px ;
    border-bottom: 1px solid #d9d9d9;
}
.show-news-row .header span{
    font-size: 0.9rem;
    color: #3a3a3a;
    margin-bottom: 48px;
    display: block;
}
.show-news-row .pre-next {
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

/* 企业荣誉开始 */
.list-honor-row {
    margin: 56px 0;
}
.list-honor-row li .li-box{
    font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    background: #f0f0f0;
    padding: 16px;
}
.list-honor-row li .li-box a {
    height: 13.6vw;
    background: #f6f6f6;
}
.list-honor-row li .li-box img {
    max-height: 87%;
    max-width: 90%;
    margin: auto;
}
.list-honor-row li span {
    font-size: 0.9rem;
    padding: 16px 0 0;
    display: inline-table;
    text-align: center;
    width: 100%;
}

/* *********************************************************** */
.show-honor-row .header h1{
    padding: 60px 0 16px ;
    border-bottom: 1px solid #d9d9d9;
}
.show-honor-row .header span{
    font-size: 0.9rem;
    color: #3a3a3a;
    margin-bottom: 48px;
    display: block;
}
.show-honor-row .content img{
    display: block;
    margin: auto;
}
.show-honor-row .pre-next {
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}
/* 单页面开始 */
.page-row .header h1 {
    font-weight: 500;
    padding: 60px 0 16px ;
    border-bottom: 1px solid #d9d9d9;   
}
.page-row .content {
    padding: 0 0 48px;
}
.page-row .content img{
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
}

/* *********************************************************** */
.page-message-row .header {
    padding: 48px 0;
}
.page-message-row .header h1{
    margin: 0.2em;
    font-weight: 400;
}
.page-message-row .header .hr {
    background: red;
    width: 48px;
    height: 3px;
    margin: auto;
}
.page-message-row {
    background-color: rgba(248, 248, 248, 1);
    overflow: hidden;
}
.page-message-row textarea {
    display: inline-block;
    width: inherit;
    height: 160px;
    padding: 6px;
    font-size: inherit;
    border-bottom: inherit;
    background-color: #ffffff;
    cursor: text;
    margin-bottom: 22px;
}
.page-message-row textarea:hover {
    border-bottom: inherit!important;
    box-shadow: inherit!important;
}
.page-message-row input {
    display: inline-block;
    height: 42px;
    margin-bottom: 16px;
    padding: 6px;
    font-size: inherit;
    border-bottom: inherit;
    background-color: #ffffff;
    cursor: text;
}
.page-message-row input:hover {
    border-bottom: inherit!important;
    box-shadow: inherit!important;
}
.page-message-row .submitPC {
    color: #ffff;
    background-color: #FF4015;
    border-color: #FF4015;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 42px;
    transition: 0.5s;
    cursor: pointer;
    margin: 22px 0;
}
.page-message-row .submitPC:hover {
    background-color: #222;
}

/* *********************************************************** */
.page-Contact-row .header{
    padding-top: 48px;
}
.page-Contact-row .header h1{
    font-weight: 400;
    position: relative;
}
.page-Contact-row .header h1:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #f08519;
    bottom: -10px;
    left: 0;
}
.page-Contact-row .header .ses{
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}
.page-Contact-row .content {
    margin-top: 48px;
    overflow: hidden;
}
.page-Contact-row .content h2 {
    padding: 12px 0;
    color: #333;
}
.page-Contact-row .content p {
    font-size: 0.9rem;
}
.page-Contact-row #mapContainer{
    width:100%; 
    height:500px;
    margin-bottom: 48px;
}
.page-Contact-row #tip{
    height:30px;
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
    position:absolute;
    font-size:12px;
    right:10px;
    bottom:20px;
    border-radius:3px;
    line-height:30px;
    border:1px solid #ccc;
}
.page-Contact-row div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius:5px 5px 0 0;
}
.page-Contact-row div.info-top div {
    display: inline-block;
    color: #333333;
    font-size:14px;
    font-weight:bold;
    line-height:31px;
    padding:0 10px;
    text-align:left;
}
.page-Contact-row div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}
.page-Contact-row div.info-top img:hover{
    box-shadow: 0px 0px 5px #000;
}
.page-Contact-row div.info-middle {
    font-size:12px;
    padding:10px;
    line-height:21px;
    text-align:left
}
.page-Contact-row div.info-bottom {
    height:0px;
    width:100%;
    clear:both;
    text-align:center;
}
.page-Contact-row div.info-bottom img{
    position: relative;
    z-index:104;
}

@media screen and (max-width:1024px) {
    header .header_m_menu_ico {
        float: right;
        margin-top: 0.8vw;
    }
    header .header_m_menu_ico i{
        color: #fff;
        font-size: 3rem;
    }
    .footer-copyright .info {
        padding-left: initial;
    }
    /* 首页 */
    .index-pro li:nth-child(6) {
        display: block;
    }
    /* ********************************************************** */
    .index-pro-m .index-pro-Scroll {
        position:relative;
        overflow: hidden;
    }
    .index-pro-m .index-pro-Scroll .prev, .index-pro-m .index-pro-Scroll .next {
        position: absolute;
        top: 40%;
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/index/pro_arrow.png) no-repeat;
        z-index: 9;
        opacity: .8;
        border-radius: 7px;
        overflow: hidden;
    }
    .index-pro-m .index-pro-Scroll .prev {
        left: 8px;
        background-position: -120px 0; 
    }
    .index-pro-m .index-pro-Scroll .next {
        left:auto; 
        right: 4px;
        background-position: -40px 0; 
    }
    .index-pro-m .index-pro-Scroll .prevStop,.index-pro-m .index-pro-Scroll .prev:hover {
        background-position: -80px 0;
    }
    .index-pro-m .index-pro-Scroll .nextStop,.index-pro-m .index-pro-Scroll .next:hover {
        background-position: 0px 0;
    }
    .index-pro-m .index-pro-Scroll .scroll-Wrap ul {
        overflow:hidden;
        zoom:1;
    }
    .index-pro-m .index-pro-Scroll .scroll-Wrap ul li { 
        width:50%;
        float:left;
    }
    .index-pro-m .index-pro-Scroll .scroll-Wrap ul li a.picList-col {
        margin: 8px;
        display: block;
    }
    .index-pro-m .index-pro-Scroll .scroll-Wrap ul li a.picList-col img{
        margin: auto;
    }
    .index-pro-m .index-pro-Scroll .hd {
        z-index: 1;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    
    .index-pro-m .index-pro-Scroll .hd ul {
        text-align: center;
        padding-top: 5px;
    }
    
    .index-pro-m .index-pro-Scroll .hd ul li {
        cursor: pointer;
        display: inline-block;
        zoom: 1;
        width: 24px;
        height: 5px;
        margin: 5px;
        background: #000;
        overflow: hidden;
        font-size: 0;
    }
    
    .index-pro-m .index-pro-Scroll .hd ul .on {
        background: #f08519;
    }

    /* ********************************************************** */
    .index-about .index-about-third {
        background: #000;
    }
    /* ********************************************************** */
    .index-case .index-case-row dl {
        padding-bottom: 24px;
        border-bottom: 1px #e8e8e8 solid;
    }
    /* 单页分类目录 */
    .list-nav-m-menu {
        background: #000;
    }
    .list-nav-m-menu .ico i{
        color: #fff;
        font-size: 3rem;
        line-height: 3rem;
    }
    .page-row .header h1 {
        text-align: inherit;
        padding: 0px 0 16px;
    }
    /* 企业荣誉 */
    .show-honor-row .header h1 {
        text-align: inherit;
        padding: 0px 0 16px;
    }
    .list-honor-row li .li-box {
        padding: 8px;
    }
    .list-honor-row li .li-box a {
        height: 30vw;
    }
    /* 产品 */
    .pro-nav .title {
        background: #f08519;
    }
    .list-pro-main {
        padding: 20px 0;
    }
    .list-pro-main .pro-crumb {
        text-align: inherit;
    }
    .list-pro-main .list-pro-row {
        padding: 20px 0 48px;
    }
    .show-pro-main {
        padding: 20px 0;
    }
    .show-pro-main .show-pro-row {
        padding: 20px 0 0;
    }
    /* 新闻 */
    .list-nav li {
        margin-right: inherit;
        width: 33%;
    }
    /* 联系 */
    .page-Contact-row #mapContainer {
        height: 280px;
    }
}