@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: #1d2088 !important;
}

/* .width30{width:30%}
.width25{width:25%;} */
.width20{width:20%}
.width27{width:27%}
.width22{width:22%}
.width17{width:17%}
.width18{width:18%}
.width19{width:19%}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s 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;
}

.form-control,
.input-text {
    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);
}

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

.text-black {
    color: #323232;
}



.top {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    top: 0;
    left: 0;
    z-index: 999;
}

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

    body {
        padding-top: 64px;
    }
}

.menue-header .menue-nav li .nav-active {
    color: #01b2a9;
}

.home-about-brand {
    font-size: 48px;
    padding: 30px 0;
    background-image: url(../images/brand-logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-about-brand span,
.home-brand span {
    font-size: 60px;
    color: #1d2088;
}

.home-brand {
    font-size: 48px;
}

.text-brand {
    color: #01b2a9;
}

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

.home-title {
    font-size: 24px;
}

.text-brand2 {
    color: #1d2088;
}

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

.home-about-des {
    font-size: 16px;
    line-height: 1.75em;
    color: #4b4b4b;
}

.about-btn {
    border: 1px solid #1d2088;
    color: #1d2088;
    padding: 10px 35px;
}

.about-btn:hover {
    background-color: #01b2a9;
    color: #fff !important;
    border-color: #01b2a9;
}

#home-culture .home-about-item:nth-of-type(1) {
    background-color: #1d2088;
}

#home-culture .home-about-item:nth-of-type(4) {
    background-color: #01b2a9;
}

.home-about-item {
    padding: 50px 30px;
    height: 240px;
    font-size: 16px;
}

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

.home-culture-title {
    font-size: 24px;
    padding-bottom: 15px;
}

#home-culture .home-about-item:nth-of-type(2) {
    background-image: url(../images/culture.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

#home-culture .home-about-item:nth-of-type(3) {
    background-image: url(../images/honor.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.animateNum {
    font-size: 48px;
}

.num {
    font-size: 16px;
}

span.add {
    font-size: 24px;
}

.padding-zero {
    padding: 0;
}

.sw-slide-pro {
    background-color: #01b2a9;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.sw-pro-thumb .swiper-slide-thumb-active {
    background-color: #1d2088;
}

.sw-bnav .sw-slide-pro:nth-last-child() {
    border: none;
}

.sw-pro-title {
    font-size: 30px;
    padding: 30px 0 15px 0;
}
.sw-pro .pro-list{
	line-height:2em;
}
.sw-pro-brand2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.sw-pro-btn {
    padding: 8px 30px;
    border: 1px solid #1d2088;
    color: #1d2088;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
}

.sw-pro-btn:hover {
    background-color: #01b2a9;
    color: #fff !important;
    border-color: #01b2a9;
}

.sw-pro .swiper-slide {
    overflow: hidden;
    background-color: #f9f9f9;
}

.sw-arr {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 115px;
    height: 50px;
}

.sw-arr-btn {
    float: left;
    width: 50px;
    height: 50px;
}

.sw-arr-l {
    margin-right: 15px;
}

.tech-bg {
    background-image: url(../images/tech-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 60px 0;
}

.home-tech-title {
    font-size: 24px;
    color: #7d7d7d;
}

.home-tech-item {
    margin-top: 60px;
}

.home-tech-des {
    color: #7d7d7d;
    height: 90px;
    overflow: hidden;
}

.home-news-des {
    color: #3f3f3f;
    line-height: 1.75em;
	font-size:16px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:10px;
}

.home-news-title {
    font-size: 22px;
    padding: 8px 0;
}

.home-news-time {
    font-family: Arial, Helvetica, sans-serif;

}

.home-news {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.footer {
    background-color: #1d2088;
    padding: 50px 0;
	line-height:1.75em;
}

.copyright {
    background-color: #04075b;
    padding: 8px 0;
}

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

.footer p {
    margin: 0;
}

.cat-video {
    width: 100%;
}

.cat-about-num {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.cat-about-culture {
    background-repeat: no-repeat;
    background-image: url(../images/culture-bg.jpg);
    background-position: center;
    padding: 50px 0;
    background-attachment: fixed;
}

.cat-culture-title {
    font-size: 24px;
}

.cat-culture-title2 {
    font-size: 18px;
}

.cat-culture-item {
    overflow: hidden;
    padding: 10px 0;
}

.cat-history {
    position: relative;
}

.history-circle {
    position: absolute;
    width: 100%;
    z-index: -9;
}

.trans-c {
    transform: rotate(25deg);
}

.sw-history-thumb .swiper-slide-thumb-active {
    color: #01b2a9;
}

.sw-history-thumb .swiper-slide {
    font-size: 24px;
}

.cat-history-title {
    font-size: 24px;
    font-weight: bold;
    color: #1d2088;
}

.sw-history-thumb {
    padding-top: 150px;
}

.cat-history-img {
    padding: 15px 0;
}

.cat-history .home-brand {
    padding-bottom: 30px;
}

.sw-history .swiper-slide {
    opacity: .5;
}

.sw-history .swiper-slide-active {
    opacity: 1;
}

.sw-slide-history {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.swiper-slide-thumb-active {
    border-color: #01b2a9;
}

.cat-history {
    overflow: hidden;
}

.histroy-arr {
    cursor: pointer;
    z-index: 999;
    float: left;
}

.histroy-arr-container {
    width: 120px;
    margin: 30px auto;
}

.cata-honor-brand {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.cat-about-honor a {
    width: 33.3333%;
	float:left;
	line-height:1.75em;
	font-size:16px;
}

.view-container,.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    background-color: #fff;
}

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

.view-container a img,.honor-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}
.view-container{
	border:1px solid #ddd;
	padding:5px;
}
.view-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
    background-color: #fff;
}

.text-brand-pro {
    font-size: 48px;
    font-family: fantasy;
}

.text-brand2-pro {
    font-size: 32px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.cat-pro-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 360px;
    padding: 5px;
    text-align: center;

}

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

.cat-pro-container img {
    max-width: 100%;
    max-height: 346px;
    margin: 0 auto;
}

.cat-pro-info {
    padding: 15px;
    border-top: 1px #ddd solid;
}

.cat-pro-ti a {
    font-size: 22px;
}

.cat-pro-des {
    padding: 15px 15px 15px;
    color: #888;
    height: 86px;
    overflow: hidden;
}

.pro-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    border: 1px solid #ddd;
    line-height: 40px;
    float: right;
}

.pro-circle i {
    font-size: 32px !important;
    color: #777 !important;
    line-height: 40px !important;
}

.cat-pro-i:hover {
    margin-top: -15px;
    margin-bottom: 45px;
}

.cat-pro-i {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.cat-pro-container {
    border-top: 4px solid transparent;
}

.cat-pro-i:hover .cat-pro-container {
    border-top: 4px solid #01b2a9;
}

.cat-pro-i:hover .pro-circle {
    background-color: #01b2a9;
    border-color: #01b2a9;
}

.cat-pro-i:hover .pro-circle i {
    color: #fff !important;
}

.pro-bg {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(1, 178, 169, .75);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../images/pro-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;

}

.pro-bg-container {
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.show-pro-title {
    font-size: 16px;
    padding:10px 0;
}

.activ {
    top: 0;
}

.pro-colse {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 999;
    background-color: #26b2e5;
    padding: 8px 25px;
}

#show-pro {
    width: 100%;
    overflow: hidden;
}

.pro-colse i {
    color: #fff;
    font-size: 24px !important;
}

@media(max-width:768px) {
    .pro-bg-container {
        padding: 0;
    }

    .pro-bg {
        display: block !important;
        background-color: #fff;
    }
}

.arr-btn {
    position: absolute;
    top: 3px;
    cursor: pointer;
}

.arr-btn img {
    width: 40px;
}

.prev {
    right: 130px;
}

.next {
    right: 80px;
}

.cat-news-item {
    overflow: hidden;
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.cat-news-day {
    font-size: 38px;
    color: #777;
    font-family: fantasy;
}

.cat-news-time {
    color: #777;
    font-size: 18px;
    font-family: fantasy;
}

.cat-news-title {
    padding: 15px 0;
    line-height: 1.2em;
    overflow: hidden;
    font-size: 18px;
    height: 86px;
}

.cat-n-img {
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-news-img {
    height: 220px;
    overflow: hidden;
}

.cat-news-des {
    padding-top: 15px;
    color: #777;
	height:75px;
	overflow:hidden;
}

.cat-news-item:hover .cat-n-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.cat-news-item:hover {
    margin-top: -15px;
    margin-bottom: 45px;
    background-color: #fff;
    box-shadow: 0 5px 15px #ccc;
}

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

.show-news-info {
    padding: 15px 0;
}

.show-news-info span {
    padding: 0 15px;
}

.show-pro-title p{
	padding:0;
}

.show-next {
    font-size: 18px;
    padding: 15px 0;
	line-height:60px;
}

.show-news-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100px;
}

.show-news-time {
    padding-top: 15px;
    color: #555;
}

.show-ne-right {
    overflow: hidden;
    margin-bottom: 30px;
}

.job-item-info span {
    padding-right: 30px;
    color: #555;
}

.job-item-title {
    font-size: 22px;
}

.job-item {
    overflow: hidden;
}

.job-item-header {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.job-item-bottom {
    background-color: #f5f5f5;
    padding: 30px;
    line-height: 1.75em;
    display: none;
}

.job-i-bold {
    padding: 10px 0;
}

.job-item-arr {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #007aff;
    top: 50%;
    right: 20px;
    overflow: hidden;
    margin-top: -20px;
}

.trans-arr {
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.show-z-title {
    font: 18px;
}

.show-job-d {
    padding: 30px 0;
}

#office {
    background-color: #f5f5f5;
}

.left-zero {
    padding-left: 0;
}

.list-history-left {
    position: relative;
}

.list-history-circle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #01b2a9;
    background-color: #fff;
    z-index: 10;
}

.list-history-line {
    width: 3px;
    height: 150px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    z-index: 9;
}

.list-history-title {
    font-size: 32px;
}

.list-list-history {
    overflow: hidden;
    height: 150px;
}

.res-item {
    position: relative;
}

.res-main,
.res-main2 {
    width: 60%;
    background-color: #fff;
    position: absolute;
    top: 50px;
    z-index: 999;
    padding: 30px;
    box-shadow: 5px 5px 10px #ddd;
}

.res-main {
    right: 0;
}

.res-title {
    font-size: 32px;
}

.res-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.res-main2 {
    left: 0;
}

.res-title span {
    font-size: 32px;
    color: #1d2088;
}

.nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}

.bread .col-sm-7 a {
    padding-right: 30px;
}

.bread {
    background-color: #f5f5f5;
    padding: 15px 0;

}

.bread-btn-active {
    color: #01b2a9;
}

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

.honor-brand {
    font-size: 16px;
    color: #777;
	height:24px;
}

.honor-title {
    font-size: 22px;
}

.bread {
    margin-bottom: 60px;
}

.honor-item:hover {
    border-color: #01b2a9;
    margin-top: -15px;
    margin-bottom: 45px;
}

.cat-pro-ti {
    font-size: 22px;
}

.banner-c {
    position: relative;
}

.bannerc {
    position: absolute;
    width: 100%;
    font-size: 32px;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -28px;
}

body {
    padding-top: 62px;
}

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

.culture-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.cat-culture-title {
    font-size: 24px;
}

.cat-culture-title2 {
    font-size: 22px;
    padding: 10px 0;

}

.cat-culture-des {
    font-size: 16px;
    line-height: 1.75em;
    padding-right: 10px;
    height: 280px;
    color: #3f3f3f;
}

.home-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper-banner {
    position: relative
}

.map #container {
    height: 500px;
}

.info-title {
    background-color: #0089e1;
    color: #fff;
    padding: 5px 10px;
}

.info-content {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 10px;
}

.list-history-content{
    padding: 15px 0 30px 0;
}
#roll {
  width: 400px;
  position: absolute;
  z-index: 9999;
  display:block !important;
  height:200px;
  overflow:hidden;
}
#roll img{
	max-width:400px;
}
.pro-brands{
	background-color:#1d2088;
	overflow:hidden;
	font-size:18px;
	line-height:60px;
}
.pro-list{
	padding:15px 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	font-size:16px;
}
.pro-num{
	color:#01b2a9;
}
.home-more{
	font-size:16px;
}
@media(max-width:768px){
	.home-tech-des{
		height:130px;
	}
}


.nav-search{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 64px;
    background-color: #fff;
    padding-top: 15px;
}
.nav-search form{
    width: 40%;
    margin: auto;
}
.nav-search #q{
    width: 80%;
    font-size: 14px;
    line-height: 1.42857143;
    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);
}
.nav-search .btn-danger{
    width: 15%;
    margin-top: -2px;
}
.nav-search{
    position: absolute;
    top: -100%;
    left: 0;
}
.close .fa{
    font-size: 34px !important;
    position: absolute;
    top: 10px;
    right:30px;
    line-height: 63px;
}
.nav-search-active{
    top: 0 !important;
}
.language{
    margin-right: 0 !important;
    padding: 0 15px;
    background-color: #01b2a9;
}
.language .text-white{
    color: #fff !important;
}
.search-i{
    margin-right: 0 !important;
    padding-right: 40px;
}
.home-news-img{
	height:220px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:15px 0;
}
@media(max-width:768px){
	#home-culture{
		overflow: hidden;
		margin-top: 60px;
	}
	#roll{
		display:none !important;
	}
	.home-about-brand{
		font-size:32px;
		padding:15px 0;
	}
	.cat-culture-des{
		height:auto;
	}
	.list-history .col-sm-1,.show-ne-right{
		display:none;
	}
	.honor-container,.honor-container a{
		height:150px;
	}
	.honor-container a img{
		max-height:150px;
	}
	.honor-title{
		font-size:16px;
	}
	.page-about{
		padding:0 15px;
	}
	.bread{
		margin-bottom:30px;
	}
}
@media(max-width: 1366px) {
    #gp .col-sm-20 {
        padding: 5px 0 0 0;
    }

    #gp .col-sm-20 {
        padding: 10px 0;
    }
}

@media(max-width: 768px) {
    .col-sm-20 {
        width: 33.333333%;
        padding: 0 15px;
    }
}

.col-sm-20 {
    width: 20%;
    float: left;
	margin-bottom:15px;
}

.gp-item {
    padding-bottom: 5px;
}

.time,
.gp-item {
    color: #b3b3b3;
    font-size: 14px;
}

.gp-name,
.time {
    line-height: 32px;
}

.gp-name {
    font-size: 16px;
}

@media (max-width: 1441px) {

    #gp .sz,
    #gp .szf,
    #gp .dq-price {
        width: 33.3333333%;
    }
}

.dq-price,
.sz,
.szf {
    line-height: 60px;
}

.dq-price {
    font-size: 48px;
}

.text-green {
    color: #408f1c;
}

.text-red {
    color: #f00;
}

.sz,
.szf {
    padding-top: 10px;
    font-size: 22px;
}

.dq-price,
.sz,
.szf {
    line-height: 60px;
}

@media (max-width: 1366px) {
    #gp {
        padding: 10px;
    }
}

#gp {
    padding: 20px;
    font-size: 16px;
    box-shadow: 10px 10px 20px #ddd;
    overflow: hidden;
}
.gg-brand{
    font-size: 18px;
    background-color: #1d2088;
    overflow: hidden;
    padding: 10px 0;
}
.gg-brand-list{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.res-des{
	font-size:16px;
	line-height:1.75em;
	padding-top:10px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media(min-width:768px){
	.show-next-next{
		text-align:right;
	}
}
.news-back{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	background-color:#01b2a9;
	color:#fff;
	margin:auto;
}
.show-content-info{
	font-size:16px;
	line-height:1.75em;
}
.show-content{
	margin-bottom:30px;
}
@media(max-width:768px){
    .xs-zero{
        padding: 0;
    }
    .pro-list .col-xs-11,.pro-list .col-xs-8{
        padding-left: 0;
    }
    .sw-arr{
        left: 50%;
        margin-left: -57px;
    }
    .sw-pro{
        padding-bottom: 60px !important;
    }
    .tech-bg{
        padding-bottom: 0;
    }
    .margin-top-60{
        margin-top: 30px;
    }
    .home-brand{
        font-size: 32px;
        padding-left: 15px;
    }
    hr{
        margin: 15px 0 !important;
    }
    .pro-list .col-xs-8{
        padding-left: 15px;
    }
    .job-item-header{
        padding-left: 15px;
    }
    .job-item-info{
        overflow: hidden;
    }
    .job-item-arr{
        display: none;
    }
    .job-item-info span{
        display: block;
        width: 50%;
        float: left;
    }
}
.culture-brand{
	font-size:22px;
}
.culture-title{
	font-size:16px;
	height:50px;
	overflow:hidden;
	margin-top:15px;
}
.nav .container-fluid{
	padding-right:0;
}
.show-content-info img{
	display:block;
	margin:auto;.
	width:auto !important;
	height:auto !important;
}
.jgs{
	max-height:60px;
}
.pro-list{
	line-height:60px;
}
.home-product,.swiper-banner{
	overflow-x:hidden !important;
}
.banner-c img,.swiper-banner .swiper-slide img{
	display:block;
	margin:auto;
}

