@charset "UTF-8";

* {
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden !important;
}

img {
    max-width: 100% !important;
}

a {
    text-decoration: none;
    color: #333;
}


ul,
ol {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages {
    clear: both;
    margin: 20px 0;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #1d2088;
    background-color: #1d2088;
}

.form-control,
.input-text,
textarea {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

a:hover {
    color: #404a3d !important;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.home-tech .trans{
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.ie-alert {
    font-size: 20px;
    display: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #1d2088;
}

.word-break,
.footer-nav {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*常用css样式*/
pre {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #fff;
    border: none;
    background-color: transparent;
    overflow-y: hidden;
}

.font-bold {
    font-weight: bold;
}

.text-black {
    color: #323232;
}

.swiper-container {
    position: relative;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, .7);
    z-index: 99;
}

.m-line {
    width: 40px;
    height: 3px;
    background-color: #1d2a53;
}

.m-line:nth-of-type(2) {
    margin: 10px 0 10px 10px;
    width: 30px;
}

.menue {
    padding-top: 10px;
    cursor: pointer;
}

.menue:hover .m-line:nth-of-type(2) {
    width: 40px;
    margin: 10px 0;
}

.text-brand {
    color: #404a3d;
}

.nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1d2088;
	background-image: url(../images/nav-bg-logo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.nav-bg-item {
    padding-top: 20%;
    border-right: 1px solid #1d2a53;
    width: 25%;
    height: 100%;
    float: left;
    font-size: 16px;
}

.nav-item-title {
    font: 24px;
    padding-bottom: 15px;
}

.text-white,
.text-white a {
    color: #fff;
}

.nav-item-title {
    font-size: 32px;
}

.nav-bg-item ul li {
    padding: 8px 0;
}

.nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.nav-close:hover {
    animation: nav-c .5s forwards;
}

@keyframes nav-c {
    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes nav-c {
    100% {
        transform: rotate(180deg);
    }
}

.nav-bg,
.nav-close {
    display: none;
}

@media(max-width:1024px) {
    .nav {
        display: none;
    }
}

.brand-title {
    font-size: 36px;
}

.brand-en {
    font-size: 18px;
}

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

.margin-top-30 {
    margin-top: 30px;
}

@media(min-width:1600px) {
    .container {
        width: 1600px;
    }
}

.home-about {
    position: relative;
    overflow: hidden;
}

.home-about-bg {
    position: absolute;
    background-color: rgba(17, 138, 69, .7);
    right: 0;
    top: 25%;
    padding: 30px;
    font-size: 16px;
    line-height: 1.75em;
}

.arr-more {
    font-size: 32px;
    font-weight: lighter;
}

.padding-zero {
    padding: 0;
}

.tech-item {
    width: 25%;
    float: left;
    height: 400px;
    position: relative;
}

.home-tech .tech-item:nth-of-type(1) {
    background-image: url(../images/t1.jpg);
}

.home-tech .tech-item:nth-of-type(2) {
    background-image: url(../images/t2.jpg);
}

.home-tech .tech-item:nth-of-type(3) {
    background-image: url(../images/t3.jpg);
}

.home-tech .tech-item:nth-of-type(4) {
    background-image: url(../images/t4.jpg);
}

.home-tech {
    height: 400px;
    overflow: hidden;
}

.tech-info {
    position: absolute;
    padding: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}

.home-tech-active {
    width: 40%;
}

.home-tech-width {
    width: 20%;
}

.home-tech-des {
    display: none;
    padding-top: 15px;
}
@media(min-width:768px){
	.home-tech-des,.tech-item-title{
		width:360px;
	}
}
.tech-item:hover .tech-info {
    top: 15px;
    left: 15px;
}

.tech-item:hover .tech-item-title {
    font-size: 24px;
    font-weight: bold;
}

.tech-item:hover .home-tech-des {
    display: block;
    padding-right: 15px;
}

.tech-item:hover .tech-icon {
    position: absolute;
    bottom: 15px;
    right: 50px;
}

.home-vr{
	background-image:url(../images/home-vr.jpg)
}

.home-news-img {
    width: 100%;
    height: 240px;
}

.home-news-title {
    padding: 10px 0;
    font-size: 18px;
}

.home-news-day {
    font-size: 24px;
    padding-bottom: 15px;
}

.home-news-year {
    font-size: 18px;
}

.home-news-des {
    color: #545454;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-time {
    padding-top: 15px;
}

.home-news-info {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.home-news-titles {
    font-size: 22px;
    padding-bottom: 10px;
}

.home-news-item {
    overflow: hidden;
    margin-bottom: 45px;
}

.home-contact,.home-vr{
    padding: 30px 0;

    overflow: hidden;
	background-attachment: fixed;
}

.home-contact{
    background-image: url(../images/home-contact.jpg);
}

.footer-nav {
    font-size: 18px;
    padding-bottom: 8px;
}

.nav-ul li,
.footer-contact {
    font-size: 16px;
    line-height: 2em;
}

.copyright {
    padding: 8px 0;
    overflow: hidden;
}

/* 走进劲脉 */
.cat-about {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/cat-about-bg.jpg);
}

.cat-about-brand {
    font-size: 32px;
}

.cat-about-in {
    font-size: 24px;
    padding: 15px 0;
}

.cat-about-des {
    font-size: 16px;
    line-height: 1.75em;
}

.btn-about {
    background-color: #404a3d;
    padding: 8px 20px;
    margin-top: 30px;
}

.btn-about:hover {
    background-color: #1d2a53;
    color: #fff !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.tech-item,
.home-news-img,
.home-contact,
.cat-about,
.cat-about-culture,
.cat-about-honor,
.cat-about-img,
.cat-about-contact,
.home-vr{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cat-about-img {
    padding: 120px 50px;
    background-image: url(../images/cat-about-xx.jpg);
    height: 450px;
}

.cat-about-culture,
.cat-about-honor {
    height: 210px;
    position: relative;
}

.cat-about-culture {
    margin-bottom: 30px;
    background-image: url(../images/cat-about-culture.jpg);
}

.cat-about-a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 30px;
}

.cat-about-culture .cat-about-a {
    left: 0;
    background-color: rgba(17, 138, 69, .7);
}

.cat-about-honor .cat-about-a {
    right: 0;
    background-color: rgba(17, 51, 138, .7);
}

.cat-about-honor {
    background-image: url(../images/cat-about-honor.jpg);
}

.cat-about-ti {
    font-size: 24px;
}

.cat-about-contact {
    background-image: url(../images/cat-about-contact.jpg);
    overflow: hidden;
    padding: 50px 15px;
}

.cat-about-tic {
    line-height: 60px;
}

/* 资质荣誉 */
.bread {
    line-height: 60px;
    background-color: #078d38;
    font-size: 16px;
	width:100%;
	z-index:9999;
}

.bread-nav a {
    margin-right: 30px;
}

.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.honor-name {
    font-size: 24px;
}

.honor-name-t {
    font-size: 18px;
}

.honor-item {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
}

.honor-name-t {
    padding: 0 15px;
}

.honor-brand {
    border-bottom: 1px solid #ddd;
}

.honor-name {
    padding: 8px 15px;
}

.honor-name-t {
    padding: 0 15px 15px 15px;
}

/* 产品 */
.cat-pro-brand {
    font-size: 24px;
}
.cat-product-nav .cat-pro-brand{
	padding:15px 0;
}

.cat-pro-des {
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.75em;
    color: #404a3d
}

.product-item {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 15px;
}

.cat-pro-sys {
    font-size: 18px;
    padding-top: 30px;
    color: #078d38;
}

.cat-pro-nav {
    line-height:2em;
}

.cat-pro-nav a {
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    line-height: 1.75em;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 360px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 360px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 360px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
	padding:0 15px;
}

.show-pro-img{
    position: relative;
}

.show-pro-brand{
    position: absolute;
    top: 70px;
    font-size: 22px;
}

.show-pro-title{
    font-size: 32px;
    padding-top: 30px;
}

.show-pro-des{
    font-size: 16px;
    padding-top: 30px;
}

.show-pro-content{
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 30px;
}

.show-pro-read{
    padding: 8px 15px;
    border: 2px solid #078d38;
}

.show-pro-s,.show-pro-read{
    font-size: 18px;
}

.show-pro-s{
    padding-bottom: 15px;
}

.news-name-t{
    font-size: 16px;
    padding: 15px 0 10px 15px;
    color: #595959;
}

.news-name{
    font-size: 22px;
    padding:0 15px 15px 15px ;
}

.show-news-title{
    font-size: 24px;
}

.show-news-info{
    font-size: 16px;
    color: #595959;
    padding: 15px 0;
}

.show-news-content{
    font-size: 16px;
    line-height: 1.75em;
}

.show-news-brand{
    font-size: 18px;
    border-left: #078d38 4px solid;
    background-color: #404a3d;
    padding: 10px 20px;
}

.show-news-content img{
	max-width:100%;
	margin:15px auto;
	display:block;
	width:auto !important;
	height:auto !important;
}

.right-news li{
    padding: 10px 0;
    border-bottom: 1px dashed #595959;
    font-size: 16px;
}

.next{
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 16px;
}

.next-brand{
    font-size: 18px;
    padding-bottom: 10px;
}

.next:hover{
    background-color: #078d38;
}

.next:hover a{
    color: #fff !important;
}

.list-news-img{
	background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	background-size: cover;
}

.page-about{
	font-size:16px;
	line-height:1.75em;
}

#allmap{
	height:350px;
}

#allmap img {
  max-width: inherit;
}

.BMap_bubble_pop{
	padding:0 !important;
}

.BMap_bubble_title{
	background-color:#078d38;
	color:#fff !important;
}

.BMap_bubble_center,.BMap_bubble_title{
	padding:0 8px;
}

.copyright,.copyright a{
	font-size:14px;
	color:#555;
}
.copyright{
	padding:8px 0;
}

.show-pro-content table{
	width:100%;
	text-align:center;
	border: 1px solid #dddddd;
}
.show-pro-content p{
	margin:0;
}

.show-pro-content table tr,.show-pro-content table td{
	border: 1px solid #dddddd;
	vertical-align:middle
}

.footer{
	padding-top:30px;
	border-top:1px solid #ddd;
}

#scrollUp{
	position:fixed;
	bottom:50px;
	right:0;
	padding:8px;
	cursor: pointer;
}

#scrollUp:hover{
	background-color:#078d38;
}
.view-name{
	padding:10px 15px;
	font-size:18px;
}

.home-fd-item{
	margin-bottom:30px;
}

.btn-feedback{
	background-color:#404a3d;
	color:#fff;
	padding:8px 25px;
}

.btn-feedback:hover{
	background-color:#078d38;
	color:#fff;
}
.home-contact input,
.home-contact textarea{
	background-color:transparent;
	border-color:#fff;
	border-radius:0;
}

.home-contact input{
	height:40px;
}

.home-contact input::-webkit-input-placeholder,
.home-contact textarea::-webkit-input-placeholder{ 
	color: #fff; 
} 



@media(max-width:768px){

	body{
		padding-top:60px;
	}

	.home-about-bg{
		position: inherit;
		background-color:#078d38;
	}

	.tech-item{
		width:100%;
		height:260px;
	}

	.home-tech{
		height:1040px;
	}

	.padding-zero{
		padding:0 15px;
	}

	.home-news-day{
		float:left;
		padding-bottom:0;
		font-size:18px;
		font-weight: 400;
	}

	.home-news-year{
		float:right;
	}

	.home-news-item .col-sm-2{
		overflow:hidden;
		padding:0;
	}

	.home-news-info{
		padding-left:0;
		border:none;
	}

	.home-news-item{
		margin-top:15px;
		padding-top:15px;
		margin-bottom:0;
		border-top:1px solid #ddd;
	}

	.copyright{
		text-align:center;
		line-height:1.75em;
	}
	
	.container{
		padding:0 30px;
	}
	.honor-container,.honor-container a,.product-container,.product-container a{
		height:150px;
	}
	.honor-container a img,.product-container a img{
		max-height:150px
	}
	.honor-name{
		font-size:18px;
	}
	.honor-name-t{
		font-size:16px;
	}

	.show-pro-brand{
		position: inherit;
	}

	.show-pro-img{
		color:#000;
	}

	.show-pro-title{
		padding-top:0;
		font-size:24px;
	}

	.show-pro-des{
		padding-top:0;
	}

	.margin-top-60{
		margin-top:30px;
	}

	.show-pro-s{
		padding-left:0;
		padding-bottom:0;
	}

	#pro-info{
		margin-top:0;
	}

	.copyright .col-xs-6,.copyright .col-sm-5{
		padding:0;
	}

	.show-news-info .col-sm-8,.show-news-info .col-xs-4,#news.col-sm-9{
		padding:0;
	}

	#news-next,.home-fd-item,.home-about .col-sm-8{
		padding:0;
	}
	.btn-feedback{
		margin-top:30px;
	}
	.show-pro-read{
		margin:10px 0;
	}
}
#language{
	position: absolute;
    right: 70px;
    top: 25px;
}
.banner{
	width:100%;
	overflow:hidden;
	position: relative;
}
