﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    position: relative;
}
* {
    font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd, dl, dt, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
input {
    margin: 0;
    outline: none
}
a {
    text-decoration: none;
}
a:link {
    color: inherit;
}/*未访问样式*/
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
h1 {
    margin: 0px;
}
i {
    font-weight: normal;
}
hr {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0px;
}
img {
    max-width: 100%;
}
.vcenter-parent {
    display: table;
}
.vcenter {
    display: table-cell;
    vertical-align: middle;
}
.red {
    color: #26004b;
}
.yellow {
    color: #f1a257;
}
.blue {
    color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*滚动条设置*/

.modal-open {
    overflow: scroll !important;
}

/*boostrap遮罩层导致页面抖动*/





@media(min-width:1200px) {
.container {
    width: 1170px;
}
}
/* 初始设置 */
body {
    padding-top: 100px;
}

@media(max-width:1200px) {
body {
    padding-top: 80px;
}
}

@media(max-width:992px) {
body {
    padding-top: 60px;
}
}

@media(max-width:768px) {
body {
    padding-top: 50px;
}
}
.margin-box {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*栏目间距*/

.column-title {
    margin: 0px 0px 30px;
}
.column-title h3 {
    margin: 10px 0px;
}
.column-title p {
    width: 70%;
    margin: 0px auto;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}
/*栏目标题设置*/


/*logo*/
#haed-nav {
    background: #fff;
    margin: 0px;
    border: none;
    box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
    transition: all .3s;
}
.navbar-brand {
    width: auto;
    overflow: hidden;
    transition: all .3s;
}
.navbar-brand>img {
    display: inline-block;
    max-height: 100%;
}

@media(min-width:992px) {
.navbar-brand {
    height: 80px;
}
}

@media(min-width:1200px) {
.navbar-brand {
    height: 100px;
}
}

@media(max-width:992px) {
#haed-nav {
    top: 0px;
}
.navbar-brand {
    height: 60px;
    padding: 8px 15px;
}
.navbar-toggle {
    margin-top: 13px;
}
}

@media(max-width:768px) {
#haed-nav {
    top: 0px;
}
.navbar-brand {
    height: 50px;
    padding: 5px 15px;
}
.navbar-toggle {
    margin-top: 8px;
}
}

/*logo*/

/*导航*/
@media(min-width:992px) {
#haed-nav .top-nav {
    height: 80px;
}
#haed-nav .top-nav>li {
    display: flex;
    align-items: center;
    height: 100%;
}
#haed-nav .top-nav>li>a {
    padding: 6px 15px;
    box-sizing: border-box;
    color: #4d4d4d;
    transition: all .3s;
}
#haed-nav .navbar-nav > .open > a, #haed-nav .navbar-nav > .open > a:hover, #haed-nav .navbar-nav > .open > a:focus, #haed-nav .top-nav>li:hover>a, #haed-nav .top-nav>li.on>a {
    border-radius: 4px;
    color: #fd0001;
    background: none;
}
}

@media(min-width:1200px) {
#haed-nav .top-nav {
    height: 100px;
}
#haed-nav .top-nav>li {
    margin: 0px 5px;
}
}

@media(min-width:992px) {
.dropdown-menu > li > a {
    padding: 10px 15px;
}
}

/*导航*/

/*992 头部导航折叠*/
@media(max-width:992px) {
.navbar .container {
    width: 100% !important;
}
#haed-nav .navbar-header {
    margin-left:0px;
    margin-right:0px;
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-brand {
    margin-left: -15px !important;
    padding-left: 15px !important;
}
.navbar-collapse.collapse {
    display: none !important;
    transition-duration: .4s;
}
.collapse.in {
    display: block !important;
    transition-duration: .4s;
}
.navbar-collapse {
    margin: 15px 0px;
    overflow-y: auto !important;
    box-sizing: border-box;
    transition-duration: .4s;
}
.navbar-collapse.in {
    overflow-y: auto !important;
    transition-duration: .4s;
}
.navbar-nav {
    width: 100%;
    margin: 0px;
}
.navbar-nav > li {
    float: none;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    overflow: hidden;
}
.navbar-inverse .navbar-nav > li .dropdown-menu a {
    padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li.on>a:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: none;
}
.nav .dropdown-menu {
    position: static;
    width: 100%;
    border: none;
    padding: 15px 0px 15px;
    box-shadow: none;
    background: #f7f7f7;
    text-align: center;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
}
/*992 头部导航折叠*/



.content-bg {
    background: #f7f7f7;
}
.content-margin {
    padding-top: 70px;
    padding-bottom: 70px;
}
.index-title {
    margin-bottom: 30px;
	text-align: center;
}
.index-title p {
    display: inline-block;
	margin-bottom: 8px;
    font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	color: #3d4db8;
}
.index-title-w p {
	color: #fff;
}
.index-title span {
    display: block;
    width: 100%;
	color: #666;
}
.index-title-w span {
	color: #fff;
}
@media(max-width:992px) {
.index-title p {
    font-size: 24px;
}
.content-margin {
    padding-top: 40px;
    padding-bottom: 40px;
}
}
/**/


.index-about{
	position: relative;
	z-index: 1;
	background:url(../images/aboutbg.jpg) left center no-repeat;
	background-size:cover;
	box-shadow: 0px 0px 30px -8px rgba(0,0,0,.12);
}
.index-a-l {
    min-height: 315px;
    overflow: hidden;
    padding: 20px 10px 30px;
}
.about-title>p{
    	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	color: #3d4db8;
}
.about-title>span{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

.index-a-l>p {
    font-size: 14px;
    line-height: 24px;
}

.index-a-l a {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 42px;
	color: #999;
	background: #fff;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.index-a-l a:hover {
	padding: 0px 40px;
	color: #fff;
	background: #fd0001;
	border: 1px solid #fd0001;
}
@media(min-width:768px) {
.index-a-l{
		padding-right: 8%;
}
}
@media(max-width:992px) {
.about-title>p{
	margin-top: 20px;
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
}	
.about-title>span{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
}
}
.index-a-r {
    min-height: 315px;
    overflow: hidden;
    padding: 20px 10px 30px;
    background: #fff;
}
/*首页关于我们*/
.index-av{
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 25px rgba(0,0,0,.06);
}
@media(min-width:992px) {
.index-av li{
	display: flex;
	width: 100%;
	overflow: hidden;
}
.index-av li:nth-child(even){
	flex-direction:row-reverse;
}
.index-av li>div{
	width: 50%;
	overflow: hidden;
}
.index-av li .index-av-l img{
	width: 100%;
}
.index-av li .index-av-r{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.index-av li .index-av-r>div{
	width: 100%;
	padding:0px 10%;
}
.index-av li .index-av-r>div h2{
	margin: 0px;
	margin-bottom:8px;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	color: #3d4db8;
}
.index-av li .index-av-r>div>span{
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666;
}
.index-av li .index-av-r>div p{
	font-size: 15px;
	line-height: 2em;
}
.index-av li .index-av-r i{
	position: absolute;
	z-index: -1;
	top: 20px;
	right: 20px;
	display:inline-block;
	font-size: 200px;
	color: #fefefe;
}
}
@media(max-width:992px) {
.index-av li>div{
	width: 100%;
	overflow: hidden;
}
.index-av li .index-av-l img{
	width: 100%;
}
.index-av li .index-av-r>div{
	width: 100%;
	padding:80px 30px;
}
.index-av li .index-av-r>div h2{
	margin: 0px;
	margin-bottom:8px;
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
}
.index-av li .index-av-r>div>span{
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666;
}
.index-av li .index-av-r>div p{
	font-size: 15px;
	line-height: 2em;
}

}
/*优势*/


.index-jc{
	position: relative;
	z-index: 1;
	background:url(../images/img-jc-bg.jpg) center no-repeat;
	background-size:cover;
}
#marquee1 {
    width: 100%;
    overflow: hidden;
}
#marquee1 ul {
    float: left;
}
#marquee1 li {
    float: left;
    margin: 0 5px;
}
#marquee1 li .index-d-img img {
    width: auto;
    height: 200px;
}
#marquee1 li p {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    transition: all .3s;
}
#marquee1 li:hover p {
    color: #fd0001;
}

@media (max-width: 992px) {
#marquee1 li .index-d-img img {
    width: auto;
    height: 120px;
}
}
/*首页设备 无缝滚动*/

.news-list ul{
	border-top: 1px solid #ebebeb;
}
.news-list ul li {
    padding: 25px 0px;
	margin: 0px;
	border-bottom: 1px solid #ebebeb;
}
.index-n a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.index-n .media-body{
	padding-right: 30px;
}
.index-n .media-body a{
	display:inline-block;
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #3d4db8;
	margin-bottom: 10px;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .3s;
}
.index-n .media-body a:hover{
	color: #fd0001;
}
.index-n .media-body p{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	height: 48px;
	display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.index-n .media-right{
	background: #fafafa;
	text-align: center;
	width: 80px;
	padding: 15px;
}
.index-n .media-right p{
	margin: 0px;
	font-size: 42px;
	line-height: 1em;
}
.index-n .media-right span{
	font-size: 12px;
	color: #999;
}
@media (max-width: 1200px) {
.pc {
    display: none;
}
}

@media (max-width: 992px) {
.ipad-hidden {
    display: none;
}
}

@media (max-width: 768px) {
.ipad {
    display: none;
}
}
/*新闻*/


.foot {
    background: #313131;
    padding-top: 60px;
}
.foot-contact {
    color: #fff;
}
.foot-contact .foot-title{
	text-align: left;
	padding-bottom: 20px;
}
.foot-contact .foot-title b {
    display: inline-block;
    float: none;
	font-size: 18px;
    line-height: 2em;
    color: #fff;
    margin-left: 4px;
    padding-bottom: 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fd0001;
}
.foot-contact .foot-title span {
    display: block;
    vertical-align: bottom;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.foot-contact #map-canvas {
    height: 240px;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px;
    color: #4d4d4d;
}
@media (max-width: 768px) {
.foot {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
#foot-nav {
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
#foot-nav .panel {
    border: none;
    background: none;
    box-shadow: none;
}
#foot-nav .panel + .panel {
    margin-top: 0px;
}
#foot-nav .panel-heading {
    font-size: 0px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px;
    background: none;
}
#foot-nav .panel-heading a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 0px 0px 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
#foot-nav .panel-body {
    border: none;
    padding: 0px;
    margin: 0px;
}
#foot-nav .panel-body a, #foot-nav .panel-body p {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
#foot-nav .panel-body p {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
#foot-nav .panel-body a:hover {
    color: #fd0001;
}
#foot-nav input {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 250px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background: none;
    border: 1px solid #ccc;
}
#foot-nav textarea {
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 250px;
    height: 120px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: none;
    border: 1px solid #ccc;
}
#foot-nav a.submit {
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    background: #4d4d4d;
}
#foot-nav a.submit:hover {
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    background: #fd0001;
}

@media (min-width:768px) {
#foot-nav {
    padding-left: 40px;
    padding-right: 10px;
}
#foot-nav .panel-heading a p {
    display: inline-block;
    float: none;
    line-height: 2em;
    margin-left: 4px;
    padding-bottom: 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fd0001;
}
#foot-nav .panel-heading a span {
    display: block;
    vertical-align: bottom;
    width: 100%;
    height: 1px;
    background: #ccc;
}
}

@media (min-width:992px) {
#foot-nav {
    padding-left: 160px;
    padding-right: 10px;
}
}

@media (max-width:768px) {
#foot-nav {
    padding: 0px;
}
}

@media (max-width: 768px) {
#foot-nav {
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
#foot-nav .panel {
    display: inline-block;
    margin: 30px 0px 0px;
    padding: 0px 30px;
    width: 100%;
}
#foot-nav .panel-heading a {
    position: relative;
    padding: 15px 5px;
    border-bottom: 1px solid #666;
}
#foot-nav .panel-heading a:after {
    content: "×";
    position: absolute;
    z-index: 1;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #fd0001;
    bottom: 0px;
    right: 10px;
}
#foot-nav .panel-heading a.collapsed:after {
    content: "+";
    position: absolute;
    z-index: 1;
    line-height: 42px;
    font-size: 16px;
    color: #ccc;
    bottom: 0px;
    right: 10px;
}
#foot-nav .panel-heading a p {
    margin-bottom: 0px;
}
#foot-nav .panel-body {
    padding: 10px 0px;
    background: none;
}
#foot-nav .panel-body a, #foot-nav .panel-body p {
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}
}

@media (max-width: 768px) {
#foot-nav .panel {
    padding: 0px;
}
#foot-nav .panel-heading a {
    font-size: 14px;
}
}
/*页脚折叠效果*/



/*页脚*/
.bq {
    padding: 15px;
    margin: 40px 0px 0px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-top: 1px solid #4d4d4d;
    text-align: center;
}
.bq a {
    display: inline-block;
    margin: 0px 5px;
    color: red;
}
.bq a:hover {
    color: #fd0001;
}

@media(min-width:992px) {
.bq {
    width: 950px;
}
}

@media(min-width:1200px) {
.bq {
    width: 1170px;
}
}



@media(max-width:992px) {
.bq {
    text-align: center;
    width: 100%;
}
}
/* 首页end */



.inside-banner {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:1200px) {
.inside-banner {
	height: 300px;
}
}

@media(max-width:992px) {
.inside-banner {
	height: 240px;
}
}

@media(max-width:768px) {
.inside-banner {
	height: 120px;
}
}

.breadcrumb-box {
    padding: 15px;
    background: #f1f1f1;
}
.breadcrumb {
    margin: 0px;
    padding: 0px 15px;
    background: none;
}
.breadcrumb a {
    color: #4d4d4d;
}
.breadcrumb a:hover {
    color: #fd0001;
}
/*内页公共*/



.p-left-title {
    padding: 0px 25px;
    margin: 0px;
    line-height: 60px;
    color: #fff;
    background: #fd0001;
}

@media(min-width:992px) {
.p-left {
    padding-right: 30px;
}
#p-nav {
    background: #313131;
    padding-bottom: 20px;
}
#p-nav .panel-default {
    background: none;
    border: none;
}
#p-nav .panel-heading {
    border: none;
    background: none;
    color: #fff;
}
#p-nav .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
#p-nav .panel-heading a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
#p-nav .panel-body {
    border: none;
    background: none;
    padding: 0px 15px;
}
#p-nav .panel-body li a {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 25px;
    color: #999;
    transition: all .3s;
}
#p-nav .panel-body li a:hover {
    color: #fd0001;
}
#p-nav .panel-body li.on>a{
    color: #fd0001;
}
}

@media(max-width:992px) {
#p-nav {
    background: #313131;
}
#p-nav .panel-default {
    background: none;
    border: none;
}
#p-nav .panel-heading {
    padding: 0px;
    border: none;
    background: none;
    color: #fff;
}
#p-nav .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
}
#p-nav .panel-heading a i {
    display: inline-block;
    font-size: 14px;
    color: #fd0001;
    margin-right: 10px;
}
#p-nav .panel-body {
    padding-top: 0px;
    border: none;
    background: none;
}
#p-nav .panel-body li a {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 36px;
    text-indent: 25px;
    color: #999;
    transition: all .3s;
}
#p-nav .panel-body li a:hover {
    color: #fd0001;
}
#p-nav .panel-body li.on>a{
    color: #fd0001;
}}
/*产品左侧导航*/

/*产品左侧导航*/

.p-right-top {
    padding: 0px 5px;
    font-size: 0px;
    margin-bottom: 20px;
}
.p-right-top span {
    position: relative;
    z-index: 1px;
    display: inline-block;
    width: 60px;
    height: 1px;
    margin-bottom: -1px;
    background: #fd0001;
}
.p-right-top p {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0px;
    background: #c9c9c9;
}
.p-list {
    padding: 15px 5px;
}
.p-list a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 1px;
    background: #eeeeee;
}
.p-list a:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 0%;
    background-color: #fd0001;
    transition: all .3s;
}
.p-list a:hover:after {
    content: "";
    height: 100%;
}
.p-list a p {
    margin: 15px 0px;
    color: #4d4d4d;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s;
}
.p-list a:hover p {
    color: #fff;
}
/*产品右侧列表*/


.pagination {
    margin: 30px 0px 0px;
}
.pagination > li > a {
    color: #333;
    font-size: 14px;
}
.pagination > li > a:hover {
    color: #fd0001;
    background: #fcfbfa;
}
.pagination > li > a, .pagination > li > span {
    padding: 9px 15px;
}
.pagination > .active > a {
    background-color: #fd0001;
    border-color: #fd0001;
}
.pagination > .active > a:hover {
    background-color: #fd0001;
    border-color: #fd0001;
}
/*翻页*/


.p-title {
    margin: 40px 0px;
}
.p-details {
    margin-top: 30px;
}
/*产品详情*/


.about {
    font-size: 14px;
    line-height: 1.75em;
    background: url(../images/img-about-bg.jpg) bottom center no-repeat, #f7f7f7;
    background-attachment: fixed;
}
@media(min-width:992px) {
.about1 img{
    max-width:50%;
    float:left;
    margin-right:30px;
    margin-bottom:20px;
}
}
@media(max-width:992px) {
.about1 img{
    width:100%;
    margin-bottom:30px;
}
}

.about-list1 {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 160px;
    height: 160px;
    margin: 0px 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.about-list1:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 0%;
    background-color: #fd0001;
    transition: all .3s;
}
.about-list1:hover:after {
    content: "";
    height: 100%;
}
.about-list1 span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    width: 100%;
    padding: 0px 20px;
    color: #4d4d4d;
    transform: translate(0px, -50%);
}
.about-list1:hover span {
    color: #fff;
}

@media(max-width:992px) {
.about-list1 {
    width: 140px;
    height: 140px;
    margin: 0px 20px;
}
}

@media(max-width:768px) {
.about-list1 {
    width: 90px;
    height: 90px;
    margin: 0px 5px;	
}
.about-list1 span {
    font-size: 12px;
}
}
a.lunlan {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	line-height: 42px;
	color: #666;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
a.lunlan:hover {
	color: #fff;
	border: 1px solid #144ea0;
	background: #144ea0;
}
/*关于我们*/

.workshop {
    padding: 15px;
}
.workshop a {
    display: block;
    overflow: hidden;
}
.workshop a div{
    overflow: hidden;
}
.workshop a img {
    transform: scale(1);
    transition: all .3s;
}
.workshop a:hover img {
    transform: scale(1.1);
}
.workshop a p {
    width: 100%;
    margin: 15px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
    transition: all .3s;
}
.workshop a:hover p {
    color: #fd0001;
}
/*生产现场*/


.n-list {
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
    transition: all .5s;
}
.n-list a {
    position: relative;
    display: block;
	padding: 15px 0px;
    overflow: hidden;
}
.n-list a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    width: 0%;
    height: 100%;
    background-color: #f7f7f7;
    transition: all .3s;
}
.n-list a:hover:after{
    content: "";
    width: 100%;
}
.n-list a h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s;
}
.n-list a:hover h4 {
    color: #fd0001;
}
.n-list a span {
    color: #ccc;
}
.n-list a p {
    margin: 20px 0px 0px;
    line-height: 24px;
    height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:768px) {
}

@media(max-width:768px) {
.n-list a img {
    width: 100%;
    margin-bottom: 20px;
}
}
/*新闻列表*/

.news-top {
	background: #fafafa;
}
.news-top h2 {
	font-size: 24px;
	margin-top: 0px;
}
.news-top span {
	font-size: 12px;
	color: #999;
}
.news-top i {
	margin-right: 4px;
	font-size: 15px;
}
.news-top i:nth-child(2) {
	margin-left: 10px;
}
.news-page {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.news-page a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-page a:hover {
	color: #fd0001;
}
.news-page a.no-more {
	color: #999;
}
.news-page a.news-return {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
	background: #fd0001;
}

@media(min-width:768px) {
.news-page {
	position: relative;
	padding-right: 140px;
	padding-bottom: 20px;
}
.news-page a.news-return {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	display: inline-block;
	margin-top: 0px;
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
.news-page a.news-return:hover {
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
}
/*新闻详情*/


.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	
	height: 2rem;
}
.amap-icon img, .amap-marker-content img{
	width: 25px;
    height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 6px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}



/*2022-06-28修改*/
.contact-title{
    padding: 8px 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: red;
    border-bottom: 1px solid #ccc;
}
#map-canvas {
    height:600px;
    max-height: 50vh;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px;
    color: #4d4d4d;
}


.feedback input {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 250px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background: none;
    border: 1px solid #ccc;
}
.feedback textarea {
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 250px;
    height: 120px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: none;
    border: 1px solid #ccc;
}
.feedback a.submit {
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    background: #4d4d4d;
}
.feedback a.submit:hover {
    display: inline-block;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    background: #fd0001;
}