﻿/* 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{
    text-align: right;
}
.header-menu li .nav {
    display: inline-block;
    position: relative;
}
.header-menu li .nav a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.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: 28px;
}
.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 {
    color: #b7b7b7;
    font-weight: 400;
    font-size: 24px;
}
.index-title  h2{
    font-weight: 700;
    font-size: 24px; 
    margin: 16px;
}
.index-title  .dec{
    font-size: 16px;
    font-weight: 700; 
}
/* *********************首页产品类目 **************************** */
.index-pro-nav .index-pro-nav-Scroll {
    position:relative;
    overflow: hidden;
}
.index-pro-nav .index-pro-nav-Scroll .prev, .index-pro-nav .index-pro-nav-Scroll .next {
    position: absolute;
    top: calc(50% - 60px);
    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-nav .index-pro-nav-Scroll .prev {
    left: 8px;
    background-position: -120px 0; 
}
.index-pro-nav .index-pro-nav-Scroll .next {
    left:auto; 
    right: 4px;
    background-position: -40px 0; 
}
.index-pro-nav .index-pro-nav-Scroll .prevStop,.index-pro-nav .index-pro-nav-Scroll .prev:hover {
    background-position: -80px 0;
}
.index-pro-nav .index-pro-nav-Scroll .nextStop,.index-pro-nav .index-pro-nav-Scroll .next:hover {
    background-position: 0px 0;
}
.index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul {
    overflow:hidden;
    zoom:1;
}
.index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li { 
    width:33.333%;
    float:left;
    overflow: hidden;
}
.index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n) .box{ 
    margin-left: 8px;
    display: block;
    overflow: hidden;
}
.index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n-2) .box{ 
    margin-right: 8px;
    display: block;
    overflow: hidden;
}
.index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n-1) .box{ 
    margin:0 4px;
    display: block;
    overflow: hidden;
}
.index-pro-nav .index-pro-nav-Scroll .hd {
    z-index: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.index-pro-nav .index-pro-nav-Scroll .hd ul {
    text-align: center;
    padding-top: 5px;
}

.index-pro-nav .index-pro-nav-Scroll .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 48px;
    height: 5px;
    margin: 5px;
    background: #000;
    overflow: hidden;
    font-size: 0;
}

.index-pro-nav .index-pro-nav-Scroll .hd ul .on {
    background: #f08519;
}
/* *************************************************************** */
.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;
    border-top: 1px #cfcdcd solid;
    text-align: center;  
}
/* *************************************************************** */
.index-shangpindalei .index-Shangpindalei-Scroll {
    position:relative;
    overflow: hidden;
}
.index-shangpindalei .index-Shangpindalei-Scroll .prev, .index-shangpindalei .index-Shangpindalei-Scroll .next {
    position: absolute;
    top: calc(50% - 60px);
    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-shangpindalei .index-Shangpindalei-Scroll .prev {
    left: 8px;
    background-position: -120px 0; 
}
.index-shangpindalei .index-Shangpindalei-Scroll .next {
    left:auto; 
    right: 4px;
    background-position: -40px 0; 
}
.index-shangpindalei .index-Shangpindalei-Scroll .prevStop,.index-shangpindalei .index-Shangpindalei-Scroll .prev:hover {
    background-position: -80px 0;
}
.index-shangpindalei .index-Shangpindalei-Scroll .nextStop,.index-shangpindalei .index-Shangpindalei-Scroll .next:hover {
    background-position: 0px 0;
}
.index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul {
    overflow:hidden;
    zoom:1;
}
.index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li { 
    width:50%;
    float:left;
    overflow: hidden;
}
.index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li:nth-child(2n) .box{ 
    margin-left: 8px;
    overflow: hidden;
}
.index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li:nth-child(2n-1) .box{ 
    margin-right: 8px;
    overflow: hidden;
}
.index-shangpindalei .index-Shangpindalei-Scroll .hd {
    z-index: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.index-shangpindalei .index-Shangpindalei-Scroll .hd ul {
    text-align: center;
    padding-top: 5px;
}

.index-shangpindalei .index-Shangpindalei-Scroll .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 48px;
    height: 5px;
    margin: 5px;
    background: #000;
    overflow: hidden;
    font-size: 0;
}

.index-shangpindalei .index-Shangpindalei-Scroll .hd ul .on {
    background: #f08519;
}
/* *************************************************************** */
.index-about {
    background: url(../img/index/index-about-bg.jpg) center no-repeat;
    background-size: cover;
}
.index-about .index-about-first {
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    text-align: right;
    float: right;
    margin: 48px 0 68px;
}
.index-about .index-about-first .line{
    float: right;
    width: 28px;
    height: 3px;
    margin-top: 12px;
    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: 16px 0;
    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 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 */

/** 通用分类目录 **/
.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: 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 .header{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 24px; 
}
.pro-nav .content .header:hover {
    background-color: #f5f8fa;
}
.pro-nav .content .header a{
    position: relative;
    color: #7b8a96;
    font-size: 16px;
    transition: all .5s ease;
}
.pro-nav .content .header a::before{
    content: '';
    display: block;
    width: 3px;
    background-color: #f08519;
    position: absolute;
    left: -24px;
    top: -10px;
    opacity: 0;
    transition: all .5s ease;
}
.pro-nav .content .header:hover a::before{
    opacity: 1;
}
.pro-nav .content .header i{
    color: #7b8a96;
    line-height: 40px;
    float: right;
    margin-right: 48px;
}
.pro-nav .content .row li {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 50px;
    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;
    text-align: right;
}
.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{
    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 .content img {
    height: auto!important;
}
.show-news-row .hot {
    margin-top: 48px;
    overflow: hidden;
}
.show-news-row .hot span{
    padding: 5px 0px;
    margin: 3px 0px;
    float: left;
}
.show-news-row .hot li{
    cursor: pointer;
    float: left;
    padding: 5px 8px;
    margin: 3px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.show-news-row .hot li:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.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 {
    text-align: center;
    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;
}
.page-Contact-row .header .subtitle{
    color: #cfcfcf;
    font-size: 16px;
    display: block;
    margin-bottom: 32px;
}
.page-Contact-row .header .ses{
    color: #cfcfcf;
    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;
    line-height: 1.8rem;
}
.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-nav .index-pro-nav-Scroll .scroll-Wrap ul li { 
        width:100%;
    }
    .index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n) .box{ 
        margin-left: 0px;
    }
    .index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n-2) .box{ 
        margin-right: 0px;
    }
    .index-pro-nav .index-pro-nav-Scroll .scroll-Wrap ul li:nth-child(3n-1) .box{ 
        margin:0 0px;
    }
    .index-pro-nav .index-pro-nav-Scroll .hd ul li {
        width: 16px;
    }
    /* ********************************************************** */
    .index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li { 
        width:100%;
    }
    .index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li:nth-child(2n) .box{ 
        margin-left: 0px;
    }
    .index-shangpindalei .index-Shangpindalei-Scroll .scroll-Wrap ul li:nth-child(2n-1) .box{ 
        margin-right: 0px;
    }
    .index-shangpindalei .index-Shangpindalei-Scroll .hd ul li {
        width: 16px;
    }
    /* ********************************************************** */
    .index-about .index-about-third {
        background: #000;
    }
    /* ********************************************************** */
    .index-pro li:nth-child(n+7) {
        display: none;
    }
    /* ********************************************************** */
    .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;
    }
}