* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    width: 100% !important;
}

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

#pages {
    margin-top: 20px;
    clear: both;
}

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

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

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #0636be;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}


.text-brand {
    color: #2052b7;
}


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

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

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

.text-brand2 {
    color: #0e57a8;
}

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

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

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

.padding-zero {
    padding: 0;
}


.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
   /*  background-color: #fff; */
}

.nav-bg .link {
    color: #fff !important;
}

.hide-catname {
    font-size: 32px;
}

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

.text-brand {
    color: #f00;
}

.home-one-time,
.home-one-des {
    color: #6c6c6c;
}

.home-one-title {
    font-size: 18px;
    padding: 8px 0;
}

.home-one-hr {
    display: block;
    float: left;
    margin-bottom: 15px;
}

.home-one-hr a {
    padding: 0 15px;
}

.price-line {
    width: 50px;
    height: 4px;
    background-color: #f00;
    margin-bottom: 10px;
}

.home-price-title {
    padding: 15px 0;
}

.home-price {
    position: relative;
}

.home-price-c {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    font-size:16px;
    height: 100%;
    z-index: 999;
    background-color: #e7e7e7;
    padding: 15px;
    opacity: 0;
    /* display: none; */
	background-color: #fff;
}
.home-price-c table{
    vertical-align:middle;
}
.home-p .col-sm-6:nth-of-type(1):hover .home-price-c {
    left: 100%;
    opacity: 1;
    display: block;
    top: 0;
}

.home-p .col-sm-6:nth-of-type(2):hover .home-price-c {
    left: calc(-100% - 30px);
    ;
    opacity: 1;
    display: block;
    top: 0;
}

.hr {
    padding-top: 60px;
    border-top: 1px solid #ddd;
}

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

.about-nav {
    height: 180px;
    line-height: 180px;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
}

.about-left {
    border: 1px solid #ddd;
}

.about-left .about-nav:nth-of-type(3),
.about-right {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.about-right {
    border-right: 1px solid #ddd;
    height: 542px;
    background-color: #fff;
}

.about-right-culture {
    padding: 30px;
    display: none;
}

.about-nav-active {
    background-color: #2052b7;
    color: #fff;
}

.about-icon {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    display: inline-flex;
    position: relative;
    top: 8px;

}

.about-icon-c {
    background-position: 0 0;
    background-image: url(../../images/icon-c.png);
}

.about-icon-v {
    background-position: 0 0;
    background-image: url(../../images/icon-v.png);
}

.about-icon-h {
    background-position: 0 0;
    background-image: url(../../images/icon-h.png);
}
.about-icon-vr{
	background-position: 0 0;
    background-image: url(../../images/icon-vr.png);
}
.about-nav-active .about-icon {
    background-position: 0 -30px;
}

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

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

.honor-container a img {
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}
.home-honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

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

.home-honor-container a img {
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}
.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

.home-job {
    padding-top: 260px;
    background-color: #313131;
    margin-top: -150px;
    padding-bottom: 50px;
}

.job-line {
    width: 30px;
    height: 4px;
    background-color: #f00;
    margin-right: 10px;
    margin-top: 10px;
}

.list-job-brand {
    font-size: 18px;
	background-color:#0f54ac;
	padding:8px 0;
}

.job-title {
    padding: 15px 0;
}

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

.job-btn {
    padding-top: 30px;
}

.job-btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 19px;
}

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

.news-container {
    position: relative;
    width: 100%;
    height: 360px;
}

.news-info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    padding: 0 15px 15px 15px;
}

.news-time {
    font-size: 16px;
    padding-top: 15px;
}

.news-des {
    color: #787878;
}

.news-title {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    margin: 10px 0;
}

.news-next,
.news-prev {
    top: 70px !important;
}

.swiper-news {
    padding-top: 60px !important;
}

.news-prev {
    right: 60px !important;
    left: auto !important;
}

.swiper-news .swiper-button-prev {
    background-image: url(../../images/news-l.jpg);
}

.swiper-news .swiper-button-next {
    background-image: url(../../images/news-r.jpg);
}

.swiper-news .swiper-button-prev:after,
.swiper-news .swiper-button-next:after {
    content: none !important;
}

.news-btn a {
    background-color: #2052b7;
    padding: 10px 30px;
    border-radius: 19px;
}

.hr-brand {
    font-size: 32px;
    color: #676767;
    padding: 50px 0 30px 0;
}

.hr-des {
    font-size: 18px;
    line-height: 1.75em;
}

.hr-img {
    position: relative;
}

.hr-text {
    padding-top: 100px;
}

.hr-join {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    font-size: 16px;
}

.footer {
    background-color: #313131;
    padding-top: 50px;
}

.footer-brand {
    font-size: 36px;
    letter-spacing: 2px;
}

.footer-brand-en {
    font-size: 15px;
}

.footer-nav {
    font-size: 16px;
	padding-top:15px;
}

.footer-nav span {
    padding: 0 15px;
}

.copyright {
    line-height: 40px;
    border-top: 1px solid #484848;
    margin-top: 15px;
}

.zz {
    padding-top: 10px;
}

.bread {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 15px 0;
}

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

/* about */
.cat-about-brand {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #f00;
}

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

.vr {
    width: 100%;
    height: 300px;
}

#culture-c {
    overflow: hidden;
}

#culture-c ul li {
    float: left;
    width: 350px;
    padding: 0 15px;
}

.culture-title {
    font-size: 18px;
    padding: 8px 0;
}

.culture-des {
    color: #787878;
	height:60px;
	font-size:16px;
	line-height:1.75em;
	margin-bottom:30px;
}
.culture-list:hover img{
	transform: scale(1.1);
}
.culture-img{
	overflow:hidden;
}
.view-brand {
    font-size: 22px;
    padding: 8px 0;
}
p{
	margin:0 !important;
}
.view .col-xs-6:hover .view-brand {
    padding-left: 15px;
}

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

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

/* news */
.cat-news-list {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px dashed #f5f5f5;
}

.cat-news-img {
    height: 260px;
}

.cat-news-par {
    font-size: 18px;
    padding-top: 15px;
}

.cat-news-title {
    font-size: 22px;
    padding-top: 10px;
}

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

.cat-news-time {
    padding: 8px 0;
}

.cat-news-btn a {
    background-color: #f00;
    color: #fff;
    padding: 8px 25px;
}

.cat-news-btn {
    display: none;
}

.cat-news-list:hover .cat-news-btn {
    display: block;
}

.cat-news-list:hover {
    border-bottom-color: rgb(41, 41, 41);
    background-color: #f7f7f7;
}

.cat-news-list:hover .cat-news-title a {
    color: #f00;
}

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

.show-news-info,
.next,
.show-news-content {
    font-size: 16px;

}

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

.show-news-content {
    line-height: 1.75em;
    letter-spacing: .5px;
    padding-bottom: 15px;
}

.next{
    padding:8px 0;
}
.cat-bind-list{
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.cat-bind-list:hover a{
    color: #f00;
}
.cat-bind-des{
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
}
.cat-bind-day{
    font-size: 32px;
    padding-bottom: 10px;
}
.cat-bind-year{
    font-size: 16px;
}
.cat-bind-time{
    padding-top: 25px;
    border-left: 1px solid #f5f5f5;
}
.cat-bind-btn{
    padding-top: 15px;
}
.cat-bind-list:hover .cat-bind-btn{
    padding-left: 15px;
}
/* paroduct */
.cat-product-title{
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 50px;
}
.cat-product-content td{
    vertical-align: middle !important;
}
.cat-pro-img{
    height: 350px;
}

.cat-product-list{
    overflow: hidden;
    margin-bottom: 30px;
}
.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

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

.honor-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.honor-name{
    border:1px solid #ddd;
    border-top:none;
    line-height: 40px;
    margin-bottom: 30px;
}
/* hr */
.hr-info{
    font-size: 16px;
    line-height: 1.75em;
}
.cat-job,.cat-pro-img,.news-container,.cat-news-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cat-job{
    background-image: url(../../images/job.jpg);
    padding: 50px 0;
}
.cat-job-list{
    position: relative;
    border: 1px solid #0556d9;
    padding: 10px 25px;
    margin-right: 30px;
    border-radius: 22px;
    font-size: 16px;
    min-width: 16%;
    margin-bottom: 30px;
}
.cat-job-list a{
    color: #2052b7;
}
.cat-job-sc{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2052b7;
    overflow: hidden;
    border-radius: 50%;
    top: -10px;
    right: 15px;
}
.cat-job-list:hover{
    background-color: #2052b7;
}
.cat-job-list:hover a{
    color: #fff;
}
.inter-brand{
    background-color: #ddd;
    font-size: 18px;
    padding: 15px 0;
}
.inter-item:hover img{
    transform: scale(1.1);
}
.inter-img{
    overflow: hidden;
}
.hr-job-brand,.job-info{
    font-size: 16px;
    padding: 10px 0;
    overflow: hidden;
}
.hr-job-brand{
    background-color: #2052b7;
}
.job-brand .border-right{
    border-right: 1px solid #fff;
}
.job-info{
    border-bottom: 1px solid #ddd;
}
/* evn */
.env{
    border:8px solid #ddd;
    overflow: hidden;
}
.evn-des{
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
}
.evn-info{
    padding-top: 30px;
}
.safe-title{
    font-size: 22px;
}
.safe-time{
    color: #484848;
    padding: 5px 0;
}
.safe-des{
    font-size: 16px;
    line-height: 1.75em;
}
.safe-list{
    overflow: hidden;
    margin-bottom: 30px;
}
.nav-active,.bread-btn-active{
	color:#f00 !important;
}
.stuff-des {
    line-height: 1.75em;
    color: #717171;
}

.stuff-des {
    min-height: 150px;
}

.stuff-item {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #fbfbfb;
}

.stuff-item:hover {
    border-color: #2052b7;
}

.stuff-item-j {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 1.75em;
    font-size: 16px;
}
.stuff-des-i{
    line-height: 1.75em;
    color: #717171;
}
.join-bread{
    font-size: 24px;
    padding-left: 15px;
    border-left:4px solid #f00;
    overflow: hidden;
	clear: both;
}

.stuff-des-s{
    line-height: 1.75em;
    color: #717171;
}
kbd.copy{
	cursor: pointer;	
}
.job-info,.job-brand{
	overflow:hidden;
}
.job-pro{
	font-size:14px;
}
.form-control,
.input-text,
textarea,#q {
  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);
}
.ib{
	padding-top:7px;
}
.page-about,.page-content{
	font-size:16px;
	line-height:1.75em;
}
#q{
	width:75% !important;
	float:left;
}
.btnse{
	width:20%;
}
.show-news-content table{
	width:100% !important;
	text-align:center;
}
@media(max-width:768px){
	.about-nav{
		width:33.333333%;
		float:left;
		overflow:hidden;
		height:100px;
		line-height: 60px;
		padding-top:15px;
	}
	.about-left{
		overflow: hidden;
	}
	.home-job{
		padding-top:30px;
		margin-top:0;
	}
	.about-right-culture{
		padding:0;
	}
	.price-line{
		margin-top:15px;
	}
	.job-btn,.news-btn{
		margin-bottom:30px;
	}
	.footer-nav{
		padding:15px 15px 0 15px;
	}	
	.copyright{
		line-height:1.75em;
	}
	.news-info{
		width:100%;
	}
	.job-title{
		font-size:18px;
	}
	.news-time{
		text-align:left;
	}
	.hr-text{
		padding-top:0;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.page-content{
		padding:0 15px;
	}
	.bread .col-sm-5{
		display:none;
	}
	.honor-container,.honor-container a{
		height:150px;
	}
	.honor-container a img{
		max-height:150px;
	}
	.cat-news-des{
		font-size:14px;
	}
	.cat-news-img{
		height:200px;
	}
	.bread a{
		min-width:25%;
		display:block;
		float:left;
	}
	.stuff-des{
		height:auto;
		min-height:auto;
	}
	.stuff-item-j{
		padding:15px;
	}
	body{
		padding-top:60px;
		overflow-x:hidden;
	}
	.about-icon{
		display:block;
		margin:auto;
	}
	.home-one-des{
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:1px solid #ddd;
	}
	.about-right{
		
		height:auto !important;
	}
	.about-left .about-nav:nth-of-type(2), .about-right{
		border:none;
	}
	.bread .col-sm-7 a{
		margin-right:0;
		padding:5px 15px;
	}
	.cat-job, .cat-pro-img, .news-container, .cat-news-img {
		background-position: top;
	}
	.cat-product-title{
		padding-top:15px;
	}
	.safe-list{
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:1px solid #ddd;
	}
	.job-pro{
		overflow: hidden;
		padding-top: 10px;
	}
}
.list-job-brand{
	overflow:hidden;
}
.read{
	color:#595959;
	line-height:2em;
}
@media(min-width:1200px){
	.menue-nav{
		background-color:#101010;
		border-radius:8px;
	}
	.menue-header .menue-nav li .link {
		color: #fff !important;
	}
	.menue-header .menue-nav li:last-child{
		margin-right:0;
	}
	.nav-active-li{
		background-color:#a31319;
		border-radius:8px;
	}
	.nav-active-lan{
		background-color:#2052b7;
		border-radius:8px;
	}
}
.you-item{
	overflow:hidden;
	margin-bottom:30px;
}
@media(min-width:768px){
	.you-info{
		padding-top:80px;
	}
	.you-item {
		padding:30px;
	}
	#page-vr{
		padding:0;
	}
}
.you-item:nth-child(even) {
	background-color:#f5f5f5;
}
.vr-container{
	position: fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	z-index:9999;
	background-color:#fff;
	display:none;
}
.vr-container iframe{
	width:100%;
	height:100vh;
}
.vr-close{
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#f00;
	color:#fff;
	font-size:32px;
	line-height:40px;
	text-align:center;
}
#vr-btn{
	cursor: pointer;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#page-vr{
	overflow:hidden;
	padding:30px;
	background-color:#f5f5f5;
	margin-top:30px;
}
#page-vr .vr{
	height:450px;
}
.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;
}
.right{
	position: fixed;
	right:0;
	bottom:300px;
	z-index:9999;
	background-color:#0c4892;
}
.right .right-item:nth-child(odd){
	background-color:#e61f25;
}
.right-item{
	padding:15px;
	position: relative;
}
.right-info{
	position: absolute;
	right:-190px;
	top:0;
	width:190px;
	background-color:#0c4892;
	padding:25px 15px;
	line-height:40px;
	/* display:none; */
}
.right a:hover{
	color:#fff;
}
.right-item:hover .right-info{
	left:-190px;
}
#video{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}