@keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-webkit-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-moz-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
@-o-keyframes icon-bounce {
 0%, 100% {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 25% {
 -moz-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}
 50% {
 -moz-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}
 75% {
 -moz-transform: rotate(5deg);
 -ms-transform: rotate(5deg);
 -webkit-transform: rotate(5deg);
 transform: rotate(5deg);
}
 85% {
 -moz-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
}
body, ul, li, div, h1, h3, h2, h4, h5, p {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans SC", "Microsoft YaHei", "Helvetica", "Droid Sans",  "Arial", "sans-serif";
	font-weight: 300;
}
* {
	/*transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;*/
}
html, body {
	background: #fff;
}
ul, ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.textl {
	text-align: left !important;
}
.textr {
	text-align: right !important;
}
img {
	max-width: 100%;
}
.max1400 {
	max-width: 1400px !important;
}
header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	line-height: 90px;
	padding-top: 25px;
	
}
header .nav_contact {
	color: #fff;
	margin: 0px 10px 0px 0px;
}
header .language {
	color: #fff;
}
header .language a {
	color: #fff;
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	display: inline-block;
	margin: 0 6px;
	position: relative;
}
header .language a:after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -8px;
}
header .language a:hover, .pageheader .language a.cur {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
header .language a:last-child:after {
	display: none;
}
header .language a:last-child {
	font-family: Arial;
}
header .nav_company {
	color: #fff;
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	display: inline-block;
	margin: 0 6px;
	position: relative;
}
header .padr80 {
	padding-right: 80px;
}
.container {
	max-width: 1230px;
}
header .logo a {
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s
}


header a span {
	display: inline-block;
	color: #fff;
	padding: 0 18.5px;
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
	font-weight: 500;
}

header a span:hover:after{
	content:"";
	height:2px;
	background-color:#fff;
	position:absolute;
	width:70px;
	left:20px;
	bottom:25px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	}
header a.home span:hover:after{
	content:"";
	height:2px;
	background-color:#fff;
	position:absolute;
	width:34px;
	left:20px;
	bottom:25px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	}
.bgf2{
	background: url(../images/diwen1.png) repeat #f2f2f2;
	padding:70px 0px;
	}
header .menu a:hover span{
	color: rgba(255,255,255,0.6);
}

@media (max-width: 1199px) {
  header a:hover span {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
header a:hover {
	color: #fff
}
header.active {
	padding-top: 0;
	line-height: 60px;
	background: rgba(0,0,0,0.85);
	border-bottom: none !important;
}
header.active .logo {
	line-height: 60px
}
header.active .logo img {
	max-width: 80px;
}
header.active a span {
	font-size: 16px;
}
header.active a span:hover:after{
	display:none;
	}
header .menu-btn {
	display: none
}
.index-banner img {
	width: 100%
}
.index-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.index-banner .swiper-slide .slidezz {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.index-banner .index-banner-title {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.index-banner .index-banner-title .banner-title-1 {
	font-size: 48px;
	padding-top: 260px;
	z-index: 2;
	line-height: 48px;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.index-banner .index-banner-title .banner-title-2 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	padding-right: 500px;
	margin-top: 30px;
}
.index-banner .index-banner-title .banner-title-btn {
	width: 260px;
	border: 2px solid #fff;
	padding: 11px 18px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 50px;
}
.index-banner .swiper-pagination-bullets {
	left: 19%;
	bottom: 53px;
}
.index-banner .swiper-pagination {
	text-align: left;
}
.index-banner .banner-title-btn .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.index-banner .banner-title-btn:hover {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.index-banner .swiper-container {
	z-index: 10 !important;
}
.index-banner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff;
	opacity: .8;
}
.index-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.index-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.index-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}

/****手机端mobilebanner***/
.mobile-banner img {
	width: 100%
}
.mobile-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.mobile-banner .swiper-slide .slidezz {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.mobile-banner .index-banner-title {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding:20px;
}
.mobile-banner .index-banner-title .banner-title-1 {
	font-size: 24px;
	padding-top: 60px;
	z-index: 2;
	line-height: 48px;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.mobile-banner .index-banner-title .banner-title-2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-top: 30px;
}
.mobile-banner .index-banner-title .banner-title-btn {
	width: 180px;
	border: 2px solid #fff;
	padding: 7px 18px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 50px;
}
.mobile-banner .swiper-pagination-bullets {
	left: 30px;
	bottom: 53px;
}
.mobile-banner .swiper-pagination {
	text-align: left;
}
.mobile-banner .banner-title-btn .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.mobile-banner .banner-title-btn:hover {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.mobile-banner .swiper-container {
	z-index: 10 !important;
}
.mobile-banner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff;
	opacity: .8;
}
.mobile-banner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1;
}
.mobile-banner .swiper-button-next {
	background: url(../images/right.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .swiper-button-prev {
	background: url(../images/left.png) no-repeat !important;
	width: 25px !important;
	height: 53px !important;
}
.mobile-banner .centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s
}


.top {
	background-color: #fac807;
	color: #fff;
	line-height: 30px;
	padding: 5px 0px;
}
.m_logo {
	margin-top: 7px;
}
.navbar {
	margin-bottom: 0px;
	background: rgba(255, 255, 255);
	z-index: 11;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	box-shadow: 0px 3px 10px #ccc;
	border-radius: 0px;
}
.navbar-nav {
	padding-bottom: 0px;
	padding-top: 0px;
}
.navbar-collapse, .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav>li.nobg a {
	background: none !important;
}
.navbar-nav>li.mmc {
	background: url(../images/nav_bg.png) no-repeat 5px center;
}
.navbar-nav>li.mmc a {
	color: #fff !important;
}
.navbar-nav>li {
	padding: 0px 30px;
}
.nav>li>a {
	padding: 10px 0px;
}
.navbar-brand {
	height: 55px;
	padding: 10px 15px 7px 0px;
	padding-left: 0px;
}
.navbar-toggle {
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
.navbar-default .navbar-nav>li>a {
	text-align: center;
	font-size: 16px;
	color: #060707;
	position: relative;
}
.navbar-default .navbar-nav>li>a span {
	position: absolute;
	top: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fac807;
	border-bottom: 4px #fac807 solid;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
/**鼠标悬停下拉菜单**/
.navbar .nav > li .dropdown-menu {
	min-width: inherit;
	margin: 0;
	width: 100%;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border-top: 0px;
	/*border-bottom:1px #eaeaea solid;
	border-left:1px #eaeaea solid;
	border-right:1px #eaeaea solid;*/
	padding: 0px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.8);
}
.dropdown-menu .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar .container ul.child {
	float: none;
}
.child li a {
	line-height: 40px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px #ccc solid;
	display: block;
	text-align: center;
}
.child li a:hover {
	background-color: #ef7601;
	color: #fff;
	border-bottom: 1px #ef7601 solid;
}

/**banner**/
.centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
	transition: all ease 15s;
	-moz-transition: all ease 15s;
	-webkit-transition: all ease 15s;
	-o-transition: all ease 15s;
	text-decoration: none;
	animation-duration: 15s;
	width: 100%;
}
 @-webkit-keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
@keyframes centerBig {
 100% {
 transform: scale(1.1, 1.1);
}
}
 @keyframes mymove {
 0% {
top:-500px;
opacityï¼š.3;
}
}
.mt20 {
	margin-top: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 70px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb15 {
	margin-bottom: 15px;
}
.kc {
	border-bottom: 1px #49b345 solid;
}
.index_title1 {
	color: #fff;
	font-size: 16px;
	margin-right: 9px;
	background-color: #49b345;
	padding: 10px 18px;
}
.n_pic a img {
	transition: all 1s;
	-moz-transition: all 1s;
	/* -webkit-transition: all 1s; */
	-o-transition: all 1s;
}
.n_pic:hover img {
	transform: scale(1.3, 1.3);
}
.index_more {
	font-size: 14px;
	margin-top: 10px;
}
.index_more a {
	color: #333;
}
.index-about .index_video {
	z-index: 99;
	position: relative;
	cursor: pointer;
	text-align: right;
}
.index-about .index_video img {
	width: 100%;
	height: auto !important;
}
.index-about .index_video span {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 40%;
	text-align: center;
}
.index-about .index_video span img {
	width: auto;
}
.index-about .index_video span:hover {
	opacity: 0.8;
}
.lunbo .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	text-align: center;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.lunbo .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
.lunbo .swiper-slide img {
	width: 100%;
}
.t_title {
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
.t_title a {
	color: #333;
}
.t_title a:hover, .nt_title a:hover, .index_more a:hover, .n_tuijian a:hover {
	color: #fac807;
}
.yunkenren img{
	width:100%;
	}
.sub_title {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.t_more {
	margin-top: 15px;
}
.t_more a {
	color: #fac807;
}
.lunbo .swiper-pagination {
	text-align: right;
}
.lunbo .swiper-pagination-bullets {
	bottom: 0px !important;
	right: 0px !important;
	width: 50% !important;
	left: auto !important;
}
.lunbo .swiper-pagination-bullet-active {
	background-color: #fac807 !important;
}

/**底部信息**/				
footer {
	width: 100%;
	background-color: #313131;
	color: #fff;
	font-size: 14px;
}
.f_top {
	padding-top: 20px;
	padding-bottom: 30px;
}

/* SELECT W/IMAGE */
select#selectTravelCity {
	width: 14em;
	height: 3.2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: middle;
	border: 1px solid #94c1e7;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	font-family: SimHei;
	font-size: 1.1em;
	color: RGBA(102,102,102,0.7);
	cursor: pointer;
}
footer .select {
	text-align: right;
	padding-top: 30px;
}
/*SELECT W/DOWN-ARROW*/
select#selectPointOfInterest {
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	padding-right: 30px;
	text-indent: 0pt;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #626262;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: microsoft yahei;
	font-size: 12px;
	font-weight: 500;
	color: RGBA(51,51,51,1);
	cursor: pointer;
	outline: none;
	background: none;
	color: #626262;
}
select#selectPointOfInterest option {
	background-color: #fff;
}
/*LABEL FOR SELECT*/
label#lblSelect {
	position: relative;
	display: inline-block;
}
/*DOWNWARD ARROW (25bc)*/
label#lblSelect::after {
	content: "\25bc";
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	/*background: #94c1e7;*/
	color: #626262;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	pointer-events: none;
}
footer .mianze {
	color: #666;
	text-align: right;
}
footer .mianze a {
	color: #fff;
	opacity: 0.3;
}
footer .mianze a:hover {
	opacity: 1;
}
.f_bottom {
	background-color: #1b1b1b;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #737373;
	text-align: center;
}
.f_bottom a {
	color: #737373;
}
.f_bottom a:hover {
	color: #fff;
}
.f_bottom a:first-child {
	margin-left: 0px;
}
.f_shengming {
	padding-top: 20px;
	line-height: 30px;
	opacity: 0.3;
}
.f_wel {
	opacity: 0.6;
	margin-top: 15px;
}
.f_ewm {
	text-align: center;
	padding-top: 20px;
}
.f_ewm span {
	display: block;
	text-align: center;
	opacity: 0.3;
	margin-top: 10px;
}

.ft2_list{
	padding-top: 20px;
}
.ft2_list ul li{
	position: relative;
	text-align: center;
}
.ft2_list ul li span{
	opacity: 0.3;
}
.ft2_list ul li a{
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

.ft2_list ul li a img{
	max-width: 120px;
}



.pd15 {
	padding: 15px;
}
.sub_title {
	font-size: 20px;
	color: #666666;
	margin-top: 30px;
	font-weight: 500;
}
.cn_title {
	font-size: 36px;
	color: #333333;
	font-weight: 500;
}
.abouttext {
	padding: 15px 30px;
}
.abouttext .about_desc {
	line-height: 30px;
}
.abouttext .about_desc p {
	margin-top: 20px;
	font-size: 16px;
	color: #666
}
.about_more {
	width: 188px;
	border: 2px solid #e5e5e5;
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #333333;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 35px;
}
.about_more .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px -48px;
}
.about_more:hover {
	background-color: #b60007;
	color: #fff;
	border: 2px solid #b60007;
}
.about_more:hover .i_ico {
	background-position: -48px 0px;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
}
.list_number {
	padding-left: 30px;
	font-size: 20px;
	color: #333;
}
.list_number em {
	color: #b60007;
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.list_title {
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
	color: #666;
}
.shuxian:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 60px;
}
.shuxian1:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 25px;
}
.shuxian2:after {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: 40px;
	right: 0px;
}
.about_icon_last{
	padding-left:15px;
	}
.index-news {
	background-color: #fff;
	padding: 70px 0px;
}
.public_title {
	color: #333;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}
.public_desc {
	font-size: 16px;
	color: #666;
	margin: 40px 0px 60px 0px;
	text-align: center;
	line-height: 30px;
}
.news_left {
	overflow: hidden;
	position: relative;
}
.index-news-lunbo,.index-news-lunbo .swiper-wrapper {
	z-index: -1;
}
.news_left .swiper-slide .detail {
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 26px;
	background: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	color: #fff;
	opacity: 0;
	transition: opacity .3s .3s;
	padding-left: 36px;
}
.news_left .swiper-slide-active .detail {
	opacity: 1;
}
.news_left .swiper-slide .detail a {
	color: #fff;
}
.news_left .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 42px;
	height: 42px;
	right: 0px;
}
.news_left .swiper-button-next:hover {
	background: url(../images/right_hover.png) no-repeat;
}
.news_left .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 42px;
	height: 42px;
	left: 0px;
}
.news_left .swiper-button-prev:hover {
	background: url(../images/left_hover.png) no-repeat;
}
/**/.effect1 img {
	transform: scale(1.25, 1.25) translate(10%, 10%);
	transform: scale(1.1, 1.1) translate(4.545%, 4.545%);/*tr     =    (sc-1)/2sc*100%              */
	/* --1.25       0.25/2.5*100%=10%          */
	
}
.index-news-list {
	margin-top: 40px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.index-news-list ul li {
	padding: 30px;
	width: 50%;
	float: left;
	max-height: 149px;
	overflow: hidden;
}
.index-news-list ul li .date {
	position: relative;
	width: 18%;
}
.index-news-list ul li .date .day {
	font-weight: bold;
	font-size: 50px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	left: -7px;
}
.index-news-list ul li .month {
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 60px;
	right: 18px;
}
.index-news-list ul li .text {
	width: 82%;
}
.index-news-list ul li:nth-child(1) {
	background-color: #f4f4f4;
}
.index-news-list ul li:nth-child(2) {
	background-color: #fff;
}
.index-news-list ul li:nth-child(3) {
	background-color: #fff;
}
.index-news-list ul li:nth-child(4) {
	background-color: #f4f4f4;
}
.index-news-list ul li .text .title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #b5b5b5 dotted;
}
.index-news-list ul li .text .title a {
	color: #333;
	font-size: 18px;
}
.index-news-list ul li .text .desc {
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.index-news-list ul li span {
	display: block;
}
.index-news-list ul li .x {
	position: absolute;
	top: 50px;
	display: block;
	width: 60px;
	height: 1px;
	position: relative;
	-ms-transform: rotate(-45deg); /* Internet Explorer */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	transform: rotate(-45deg);
	background-color: #ccc;
}
.index-news-list ul li:hover .date .day, .index-news-list ul li:hover .title a {
	color: #b60007;
}
.fix {
 *zoom: 1;
*clear: both;
}

.more_btn {
	width: 166px;
	border: 2px solid #fff;
	padding: 7px 18px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 50px;
}
.more_btn .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.more_btn:hover {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
.index-industrial {
	padding: 70px 0px;
	background-color: #efeeec;
}
.index-industrial .tab {
	text-align: center;
}
.index-industrial .nav-tabs {
	border-bottom: 0px;
}
.index-industrial .nav-tabs:after {
	content: "";
	height: 1px;
	background-color: #CCC;
	width: 80%;
	margin: 0px auto;
	margin-top: -26px;
}
.index-industrial .tab .nav-tabs li a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border: 0px;
	border-radius: 0px;
	padding: 0px 10px;
	background-color: #eeeeec;
}
.index-industrial .tab .nav-tabs li a em {
	border-radius: 100px;
	border: 1px #333 solid;
	padding: 1px 5px;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.index-industrial .tab .nav-tabs>li.active>a, .index-industrial .tab .nav-tabs>li.active>a:focus, .index-industrial .tab .nav-tabs>li.active>a:hover {
	color: #b60007;
	cursor: default;
	background-color: #eeeeec;
	border: 0px;
}
.index-industrial .tab .nav-tabs>li.active>a em, .index-industrial .tab .nav-tabs>li.active>a:focus em, .index-industrial .tab .nav-tabs>li.active>a:hover em {
	color: #fff;
	border: 1px #b60007 solid;
	background-color: #b60007;
}
.index-industrial .tab .nav-tabs>li {
	float: none;
	display: inline-block;
	padding: 0px 12px 15px 12px;
}
.index-industrial .tab-content .tab-pane .tab-pic {
	position: relative;
}
.tab-pane .nborder {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px #fff solid;
	opacity: 0.3;
}
.imore {
	width: 188px;
	background-color: #b60007;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin-top: 35px;
	text-align: left;
}
.imore .i_ico {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 2px;
	background: url(../images/i_ico.png) no-repeat;
	background-position: -48px 0px;
}
.imore:hover, .imore:active {
	color: #fff;
	background-color: #9a050b;
}
.n_banner {
    width: 100%;
    height: 420px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0;
	object-fit: cover;
}
.n_banner .n_title {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 80px;
}
.na_banner {
    width: 100%;
    height: 591px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0;
}
.na_banner .n_title {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    position: absolute;
	text-align:center;
    bottom: 80px;
	width:100%;
}
.naa_banner {
    width: 100%;
    height: 698px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0;
	padding-left:30px;
	background-size: cover;
}
.naa_banner .n_title {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
	width:100%;
}
.yewu_wrap{
	padding: 200px 0px 50px;
	}
.yewu_wrap .n_desc{
	line-height:30px;
	color:#fff;
	width:64%;
	}
.yewu_wrap .n_desc p{
	margin-top:20px;
	}		
.yewu{
	color:#333333;
	line-height:30px;
	font-size:16px;
	}
.yewu p{
		margin-bottom:15px;
		}	
.topmenu {
  background: #fff;
  overflow-x: auto;
  box-shadow: 0px 5px 5px #dedede;
  white-space: nowrap;
  line-height: 70px;
}

.topmenu a {
  display: inline-block;
  line-height: 1;
  color: #666;
  padding: 0 25px;
  border-right: 1px solid #ddd;
  font-size:18px;
  font-weight: 400;
}
.topmenu a:first-of-type{
	padding-left:15px;
	}
.topmenu a:last-of-type {
  border-right: none;
}
.topmenu a:hover{
	 color: #b60007;
	}
.topmenu a.active{
  color: #b60007;
  font-weight:400;
}
.ny-about .title{
	font-size:36px;
	font-weight:bold;
	color:#b60007;
	line-height:36px;
	text-transform: uppercase;
	}
.ny-about .desc{
	margin-top:15px;
	font-size:20px;
	color:#333333;
	}
.ny-about .content{
	font-size:16px;
	line-height:32px;
	color:#666;
	}
.ny-about .content p{
	margin-top:40px;
	}
.ny-num .shuxian:after{
	right:0px;
	}
.ny-num .shuxian1:after{
	display:none;
	}
.ny-num .col-md-6:nth-child(2) .about_icon,.ny-num .col-md-6:nth-child(4) .about_icon{
	padding-left:20px;
	}
	
.grid {
	position: relative;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.grid .col-md-4:nth-child(1),.grid .col-md-4:nth-child(2),.grid .col-md-4:nth-child(3){
	margin-bottom:30px;
	}	
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	color:#fff;
}

.grid figure figcaption > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 14;
	opacity: 0;
	
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
	font-size:30px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width:auto !important;
	max-width: 100%;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(0px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 100%;
}
figure.effect-lily figcaption > div > img{
	position: absolute;
	    right: 30px;
	    bottom: 30px;
}

figure.effect-lily h2{
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-lily p{
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	}
figure.effect-lily span{
	display:block;
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
	}
figure.effect-lily span hr{
	display:inline-block;
	width:100px;
	margin:0px;
	margin-bottom:5px;
	opacity:0.6;
	}
figure.effect-lily span a{
	color:#fff;
	}		
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	font-size:16px;
	color: rgba(255,255,255,0.8);
	opacity: 1;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p ,figure.effect-lily:hover a {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {

}
figure.effect-lily:hover h2{
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*新闻列表*/
.n_news_list{ width:70%;}
.n_news_list .list_l{}
.n_news_list .list_l li{margin-bottom:20px;}
.n_news_list .list_l .list_box{background:#fff;padding:3%;display:block;position:relative;overflow:hidden;position:relative;}
.n_news_list .list_l .list_box .img_bj{position:absolute;width:100%;height:auto;top:0;left:0;z-index:1;}
.n_news_list .list_l .list_box .img_bj img{width:100%;}
.n_news_list .list_l .list_time{font-size:16px;color:#666;}
.n_news_list .list_l .list_title{font-size:20px;color:#333;margin:30px 0px 20px;line-height: 23px;font-weight: 500;}
.n_news_list .list_l .list_p{font-size:16px;color:#666;line-height:28px;min-height: 84px;}
.n_news_list .list_l .list_img{width:38%;margin-left: 4%;text-align:right;}
.n_news_list .list_l .list_img ._full{height:auto}
.n_news_list .list_l .list_text{position:relative;z-index:3;}

.n_news_list .list_l .first_list .list_time,.news_list .list_l .first_list .list_title,.news_list .list_l .first_list .list_p{color:#fff;}
.n_news_list .list_l .first_list .black_bj{width:100%;height:100%;display:block;background:url(../img/black_75.png) repeat;top:0;left:0;position:absolute;z-index:2;}
.n_news_list .list_l li .list_box:hover{ -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);}
.n_news_list .list_l li:hover .list_title{color:#b60007;}
.n_news_list .list_l .first_list:hover .list_title{color:#fff;}

.n_news_list .more_btn{border-color:#005bab;color:#fff;margin:50px auto 0px;background-color:#005bab;}
.n_news_list .more_btn:hover{border-color:#004291;background-color:#004291;}

.news_flot{width:30%;}
.news_flot .serch_title{font-size:26px;margin-bottom:18px;line-height:1;color:#333;font-weight:400;}
.news_flot .serch_box{background:#fff;padding:12.5% 10%;margin-bottom:20px;}
.news_flot .serch_inp{background:#dedede;margin-bottom:14px;font-size:16px;border-radius:0px;}
.news_flot .serch_inp ::-webkit-input-placeholder{color:#666;}
.news_flot .serch_inp .select_box01,.news_flot .serch_inp input{width:100%;height:40px;line-height:40px;background:none;border:none;padding:0;margin:0;color:#666666;padding:0 6%;border-radius:0;}
.news_flot .serch_btn{width:100%;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;border:none;background:#b60007;}
.news_flot .content_box{background:#fff;padding: 10% 10% 6.4%;}
.news_flot .content_title{font-size:26px;color:#333333;line-height:1;margin-bottom:3px;font-weight:400;}
.news_flot dl{padding:20px 0px;border-bottom:1px solid #dddddd;color:#666666;font-size:16px;margin-bottom: 0px}
.news_flot dl:last-child{border:none;}
.news_flot dt{color:#b60007;font-weight:bold;margin-bottom:6px;}
.news_flot dd{margin-bottom:4px;}
.news_flot dd .r{width:90%;text-align:left;}
.news_flot dd .phone_number{color:#666;cursor:default;}
.news_flot dd em{color:#b60007;padding-right:5px;}
.news_flot .serch_inp ._arrow{width:40px;height:40px;background:url(../images/select_ico.png) no-repeat center;}
.news_flot .serch_inp ._arrow .arr{display:none;}
.news_flot .select-ui-choose-default ._txt{padding:0;}

.serch_box .btn-default{
	background: #dedede;
	line-height:40px;
	border-radius:0px;
	border:0px;
	padding:0px 15px;
	font-size:16px;
	color:#666666;
	}
.serch_box .caret{
	width:40px;height:40px;background:url(../images/select_ico.png) no-repeat center;
	top: 0px !important;
    right: 0px !important;
	margin-top:0px !important;
	border:0px;
	}	
.serch_box .form-control{
	height:auto;
	}


.history-bg {padding-bottom: 100px; width: 100%; padding-top: 40px; }
	.historybox {  margin: 0 auto; overflow: hidden; }
	.historybox li {   
		 
	     width: 51%;
	    position: relative;
	}
	.historybox .hl { float: left; text-align: right; }
	.historybox .hr { float: right; text-align: left;}
	.hr .historycont {
		position: relative;
	}
	.historybox ul .hr{
		padding-left: 1%;
		padding-right: 0;
	}
	.historybox ul .hl{
		padding-right: 1%;
		padding-left: 0;
	}
	
	.hl .historycont { 
	position: relative;}
	.hr .historycont p{
		padding-left:20px ;
		line-height: 36px;
	    font-size:16px;
		    color: #4c4c4c;
	}
	.hl .historycont p{
		padding-right:20px ;
		line-height: 36px;
	    font-size:16px;
		    color: #4c4c4c;
	}
	.historybox li h4 { color: #b60007;  font-size: 26px;border-bottom: 1px solid #e7e7e7;line-height: 45px;font-weight: bold;padding: 0 20px;}
	@media(max-width:768px){
	    .historybox li h4{
	        font-size:16px;
	    }
	}
	.historybox li .yuanyuan { padding-left: 6px;color:#999999 ; font-size: 14px;line-height: 45px;    padding: 0px;}
	.historybox .yuanyuan  {   display: block;
	    width: 10px;
	    height: 10px;
	    background:#b60007;
	    border-radius: 5px;
	    position: absolute;
	    top: 12%;
	    -webkit-transition: all .3s;
	    transition: all .3s; }
	.hr .yuanyuan {  left: -5px;
	    font-size: 30px;
	    color: #b60007; }
	.hl .yuanyuan{ right:-5px;font-size: 30px; color:#b60007}
	.historybox li:hover .yuanyuan { background: #999;}
	
	.hl i.icon-dizhi1{
	    right: -8px;
	    font-size: 30px;
	    background: #f5f5f5;
	    color: #15b6e6;
	    position: absolute;
	    top: -6px;
	}
	
	.historybox ul{
		position: relative;
	}
	
	.historybox{
		background: url(static/images/hbox-bg.png) repeat-y center;
		background: url(static/images/hbox-bg.png) repeat-y center;
	}
	
/*发展历程*/
.about_history .history_l{position:relative;z-index:2;}
.about_history .history_l li{position:relative; width:25%;}
.about_history .history_l .list_box{font-size:18px;color:#666;padding:50px 0px;border-bottom:1px solid #d2d2d2;position:relative;z-index:1}
.about_history .history_l .list_box .year{font-size:36px;color:#333333;line-height:1;display:block;font-weight:bold;margin-bottom:6px;}
/*.about_history .history_l .list_box .text{position:absolute;right:0;bottom:20px;-moz-transform:scale(0.9,0.9); -ms-transform:scale(0.9,0.9); -o-transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9);}*/
.about_history .history_l li.active .list_box{color:#b60007;}
.about_history .history_l li.active .list_box .year{color:#b60007;font-size:36px;}
/*.about_history .history_l li.active .list_box .text{-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}*/
.about_history .history_l li:after{content:"";width: 100%;left: 0px;
    height: 6px;background:#b60007;display:block;position:absolute;bottom:0;visibility:hidden;opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.about_history .history_l li.active:after{visibility:visible;opacity:1;}
.about_history .history_l li:last-child .list_box{border:none;}
.about_history .history_l li .text_mask{ content:"";width:100%;height:100%;background:none;position:absolute;display:block;top:0;left:0;z-index:2;cursor:pointer;}
.about_history .history_r{position:relative;z-index:2;margin-top: 50px;}
.about_history .history_r ul{padding-left:6%;margin-left:10px;}
.about_history .history_r li{margin-bottom:20px;position:relative;opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px);}
 .about_history .history_r .list_box{background:#fff;padding:4% 6%;}
.about_history .history_r .list_time{font-size:28px;color:#b60007;font-weight:bold;margin-bottom:10px;}
.about_history .history_r .list_text{font-size:16px;color:#666;font-weight:normal;margin-bottom:18px;line-height: 30px;	margin-top: 10px;}
.about_history .history_r li:hover .list_box{box-shadow: 0px 10px 20px -10px #555;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.about_history .history_r .list_img{width:70%;overflow:hidden;margin:0 auto;}
.about_history .history_r .list_img img{width:100%;}
.about_history .history_r li:after{content:"";width:0;height:0;border-style:solid;border-color: transparent #fff transparent transparent;border-width:12px;display:block;position:absolute;top:40px;left:-22px;}
.about_history .history_r li:before{content:"";width:14px;height:14px;border-radius:50%;border:2px solid #b60007;display:block;position:absolute;top:45px;left:-61px;background:#eef2f5;}

.about_history .history_r .active li{opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px);}


/*招聘列表*/
.wrap{background:#fff; padding:40px;}
.wrap .sx_item{margin-bottom:24px; overflow: hidden;}
.wrap .sx_item span{display: inline-block;float: left;margin-right:20px;}

.wrap .sx_xx{float: left;}
.wrap .sx_xx span{font-weight: normal;cursor: pointer;margin-right: 20px;}
.wrap .sx_xx span:hover{color: #b60007;}
.wrap .sx_xx span.on{color: #b60007;}
.wrap .job_search{ width:60%; line-height:40px; border:1px solid #dddddd; padding-left:2%; overflow: hidden; margin-bottom:40px;}

.wrap .job_search input{height:40px;line-height: 40px; width: 70%; float:left; border:none; padding:0; margin:0;}
.wrap .job_search button{height: 40px; border:none; cursor: pointer; color:#fff; font-size:18px; background:#b60007; float: right; outline:none;padding: 0px 30px;}
.wrap .widget-job-1{margin-bottom: 40px; border-top:4px solid #b60007;}
.wrap .widget-job-1 .first { background: #f4f6f9; border-bottom: none; padding: 0; height: 60px;line-height: 60px;}
.wrap .widget-job-1 li { border-bottom: 0px solid #cccccc; float: left; width: 100%; height: 75px; line-height: 75px; background-color: #fff;}
.wrap .widget-job-1 li.j_t { cursor: pointer; border-bottom:1px dashed #eee;}
.wrap .widget-job-1 li.j_t.j_t_cur{border-color:transparent;}
.wrap .widget-job-1 li.j_c { height: auto; line-height: 1.5; background-color:#eee; display: none;}
.wrap .widget-job-1 ._t1 { width: 20%; margin-right: 5%;}
.wrap .widget-job-1 ._t2 { width: 20%; }
.wrap .widget-job-1 ._t3 { width: 17%; }
.wrap .widget-job-1 ._t4 { width: 17%; }
.wrap .widget-job-1 ._t5 { width: 14%; }
.wrap .widget-job-1 ._t6 { width: 15%; cursor: pointer;}
.wrap .widget-job-1 .first ._ut { float: left; text-align: center; color: #000; font-weight: 700; font-size: 18px;}

.wrap .widget-job-1 li ._un { float: left; text-align: center; height: 75px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wrap .widget-job-1 ._jcon { padding: 4% 6% 4%; position:relative;}
.wrap .widget-job-1 ._title { font-size: 18px; color: #333333; }
.wrap .widget-job-1 ._part {margin-bottom:40px;}

.wrap .widget-job-1 .ewm_box{position:absolute; bottom:10%; right:10%; text-align:center;}
.wrap .widget-job-1 .ewm_box h4{color:#666666; padding:20px 0px; font-weight:normal;}
.wrap .widget-job-1 .more_btn{border-color:#b60007; background:#b60007; width:220px;}
.wrap .widget-job-1 .more_btn:hover{ background:#9a050b;border-color:#9a050b;}
.wrap .widget-job-1 .ewm_box .rect-100{ padding-bottom: 100%; }


/*简历投递*/
.Form-J1 { }
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; font-size:14px;font-weight:400;}
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%;padding-left: 7px;}
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0; height:119px;vertical-align:middle;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; }
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0;color:#888888;box-sizing: content-box;}
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width:16%;height:45px;text-align:center;line-height:45px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px; border:none;padding:0;margin:0;outline:none;}
.Form-J1 .Form-J1-Btn ._submit { background-color:#b60007; margin-right: 10px; color:#FFFFFF;border: 1px solid #b60007;}
.Form-J1 .Form-J1-Btn ._reset {border: 1px solid #ddd;background-color: #FFF;color: #666;}

.job_policy .tab_t.tab_t_cur{ color: #d39157; }
.service_index_p4 .transition05{ transition: all 1.5s ease; -webkit-transition: all 1.5s ease; }
.job_center .part2 .pt_hd{ width: 70%; margin: 50px auto 30px; text-align: center; color: #666; }
.job_center .part2 .pt_hd .title{ font-weight: bold; font-size: 36px; }
.job_center .part2 .pt_hd .decs{ font-size: 16px; }
.job_center .full-row .span-12:hover .list_title,.job_center .full-row .span-6:hover .list_title{ color: #005bab; }
.job_center .part1 .right_box .text_tit{ font-size: 14px; }

/*行业应用*/
.app_index_p2{height:270px;margin-top: 3px;}
.app_index_p1 .wrap{padding: 200px 0px 50px;}
.app_index_p1 .title02{display:none;}
.app_index_p1 .index01_p{width:63%;}
.app_index_p1 .banner_mouse{display:none;}
.app_index_p2 .list_cover_02{display:none;}
.app_index_p2 .list_cover_01{background:none;top:30%;padding: 30px 16%;}
.app_index_p2 .list_cover_01 .i_ico{display:none;}
.app_index_p2 .list_item:hover .list_cover_01{opacity:1;visibility: visible;}
.app_index_p2 .list_cover_01 .list_title01{font-weight:normal;text-align:center;}
.app_index_p2 .list_cover_01 .en_title{font-size:14px;}
.app_index{padding:160px 0px 0px;}
.app_index_text{background:url(../img/black_50.png) repeat;color:#fff;padding: 50px 0;line-height: 1.8;}
.app_detail_album{bottom:0;visibility:hidden;z-index:-2;}
.app_detail_album.open{visibility:visible;z-index:10;}

.app_index_p2 .list_item{position:absolute;overflow:hidden;display:block; -webkit-transition: all 0s ease;transition: all 0s ease;}
.app_index_p2 .list_item .list_img{position:absolute;top:0;left:0;width:580px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.app_index_p2 .list_item .list_img img{max-width:none;}
.app_index_p2 .list_item.cur .list_img{left:-100px;}
.app_index_p2 .list_cover_01{position:absolute;top:42%;left:0;background: -webkit-linear-gradient(left, rgba(199,149,86,1), rgba(199,149,86,0)); background: -moz-linear-gradient(left, rgba(199,149,86,1), rgba(199,149,86,0)); background: -o-linear-gradient(left, rgba(199,149,86,1), rgba(199,149,86,0));background: -ms-linear-gradient(left, rgba(199,149,86,1), rgba(199,149,86,0)); filter:progid:DXImageTransform.Microsoft.gradient(GradientType='1',startcolorstr=#FFaa8351,endcolorstr=#AAaa8351);width:88%;color:#fff;padding:30px 6%;font-size:25px;visibility:visible;opacity:1;}
.app_index_p2 .list_cover_01 .en_title{display:block;font-size:12px;font-weight:normal;}
.app_index_p2 .list_cover_01 .i_ico{background-position: -48px 0px;margin:10% 0 0 16%;}
.app_index_p2 .list_cover_02{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/black_50.png) repeat;color:#fff;visibility:hidden;opacity:0;}
.app_index_p2 .list_box{padding:20% 10%;}
.app_index_p2 .list_title{font-size:40px;margin-bottom:20px;}
.app_index_p2 .list_p{line-height:1.8;margin-bottom:20px;display:block;}
.app_index_p2 .list_item:hover .list_cover_01{visibility:hidden;opacity:0;}
.app_index_p2 .list_item:hover .list_cover_02{visibility:visible;opacity:1;}

.culture .tabs{height:auto;background: #fff;width: 100%;text-align: center}
.culture .tabs .part{display:block;float:left;width:25%;color:#fff;text-align:center;position: relative;}

.culture .tabs .part .list_ico {
	width: 50px;
	height: 50px;
	background: url(../images/about_culture_ico.png) no-repeat;
	margin: 0px auto;
	display: block;
}
.culture .tabs .dot-li1 .list_ico{
	background: url(../images/about_culture_ico.png) no-repeat;
	background-position: 0px 0px;
}
.culture .tabs .dot-li2 .list_ico{
	background: url(../images/about_culture_ico.png) no-repeat;
	background-position: -50px 0px;
}
.culture .tabs .dot-li3 .list_ico{
	background: url(../images/about_culture_ico.png) no-repeat;
	background-position: -100px 0px;
}
.culture .tabs .dot-li4 .list_ico{
	background: url(../images/about_culture_ico.png) no-repeat;
	background-position: -150px 0px;
}
.culture .tabs .dot-li1.active .list_ico {
	background-position: 0px -50px;
}
.culture .tabs .dot-li2.active .list_ico {
	background-position: -50px -50px;
}
.culture .tabs .dot-li3.active .list_ico {
	background-position: -100px -50px;
}
.culture .tabs .dot-li4.active .list_ico {
	background-position: -150px -50px;
}
.culture .tabs .part:after {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #d5dbe0;
	background: rgba(213,219,224,0.6);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: visible;
	opacity: 1;
}
.culture .tabs a{display:block;color:#fff;text-align:center;margin:0 auto;font-size:16px;text-decoration:none;padding: 20px 0px;}
.culture .tabs a .list_title{ color: #333;}
.culture .tabs .active{background-color: #b60007;}
.culture .tabs .active h3{color:#fff;}
.content-slide{ color: #fff;padding: 8% 23% 8% 8%;height: 630px;overflow-y: scroll;}
.content-slide .title{ font-size: 30px;	line-height: 1;	margin-bottom: 8px;font-weight: 500;}
.content-slide .desc{	line-height: 30px; font-size: 16px; margin-top: 30px;}
.culture-swiper .content-slide{overflow-y:hidden}

.cl_box .title{ background-color: #b60007;width: 225px;line-height: 90px;color: #fff;font-size: 20px;padding-left: 30px;}
.cl_box .title img{ padding-right: 10px;}
.cl_box .desc{ background-color: #fff; color:#666;width: 375px;line-height: 90px;font-size: 18px;padding-left: 35px;}
.pl0{ padding-left: 0px;}
.pr0{ padding-right: 0px;}

.cl_box .title1{ background-color: #b60007;width: 225px;line-height: 90px;color: #fff;font-size: 20px;padding-left: 30px; margin-left: 15px;}
.cl_box .title1 img{padding-right: 10px;}
.panel-group{
width: 975px;
	margin-right: 15px;
}
.panel-group .panel{
	border-radius: 0;
	border: 0;
}
.panel-heading{
	background: #fff !important;
	border-radius: 0;
	padding: 0 35px;


}
.panel-heading *{
	line-height: 90px;
	color: #666;
	font-size: 18px;
}
.panel-collapse{
	border: 1px solid #f2f2f2;
	border-top: 0;
}
.panel-collapse .panel-body{
	padding: 30px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
.panel{
	margin-bottom: 30px;
}
.icon-youjiantou{
	float: right;
	font-size: 30px;
	background:url(../images/close.png) no-repeat center center;
	width:17px;
	height:17px;
	margin-top:35px;
}
.panel-body{
	padding-top: 15px !important;
	border-top: 1px solid #fff !important;
}
.panel-body em{
	line-height: 40px;
	color: #b60007;
}
.collapsed .icon-youjiantou{
	background:url(../images/jiahao.png) no-repeat center center;
	width:17px;
	height:17px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
}
.icon{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.pl0{
	padding-left:0px;
}
.dsz{

}
.dsz_pic{
	padding-right:0px;
}
.dsz_intro{
	background-color:#fff;
	padding:50px;
}
.chuangshi_intro{
	background:none;
	padding:10px 0px;
}
.chuangshiren_pic{
	position:relative;
}
.chuangshiren_pic img{
	width:100%;
}
.dsz_intro .desc,.chuangshi_intro .desc,.ab_desc{
	line-height:32px;
	color:#666;
	font-size:16px;
}
.honor_title{
	color:#333;
	font-size:30px;
	font-weight:500;
	margin-top:38px;
	margin-bottom:7px;
}
.dsz_intro .enname,.chuangshi_intro .enname{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.dsz_intro .cnname,.chuangshi_intro .cnname{
	font-size:36px;
	font-weight:500;
	color:#b60007;
	margin:25px 0px;
}
.team .tt{
	width:20%;
	display:inline-block;
	float:left;
	background-color:#fff;
	position:relative;
}
.team .tt:hover,.team_heying:hover img,.dsz_pic:hover img,.dsz_intro:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}
.team .tt:after{
	content: "";
	width: 2px;
	background-color: #f2f2f2;
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
}
.tt span{
	display:block;
	padding:0px 20px;
	font-size:20px;
	color:#333;
	margin-top:20px;
}
.tt p{
	color:#999999;
	font-size:14px;
	padding:0px 20px;
	line-height:30px;
	margin-bottom:20px;
}
.bainian{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}
.csr_video{
	padding:23px 30px;
	position:absolute;
	bottom:0px;
	width:100%;
	background:rgba(0,0,0,0.6);
	cursor:pointer;
}
.csr_bofang{
	width:45px;
	height:45px;
}
.csr_text{
	text-align:right;
	padding-right:36px;
}
.csr_text span{
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#b60007;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.csr_text p{
	color:#fff;
	font-size:16px;
	margin-top:7px;
}
.brand_title{
	font-size:36px;
	font-weight:400;
	color:#333;
	line-height:36px;
}
.brand_desc{
	font-size:24px;
	color:#333;
	margin-top:20px;
}
.brand_content{
	font-size:16px;
	color:#666;
	line-height:32px;
	margin-top:20px;
}
.brand_piclist{
	margin:35px 0px;
}
.brand_piclist a{
	display:inline-block;
	background-color:#fff;
	border:2px #bfbfbf solid;
	padding:10px;
	margin-right:30px;
	margin-bottom:15px;
	text-align: center;
}
.brand_piclist a:hover,	.brand_piclist a.current{
	border:2px #b60007 solid;

}
.brand_piclist a.current p{
	color:#b60007;
}
.brand_piclist a p{
	font-size:14px;
	color:#333;
	line-height: 20px;
}
.brand_fenlei a{
	color:#333;
	font-size:16px;
	padding:10px 25px;
	display:inline-block;
}
.brand_fenlei a:hover,.brand_fenlei a.current{
	background-color:#b60007;
	color:#fff;
}
.brand_pro a.pp{
	position:relative;
	display:block;
	margin-top:30px;
}
.brand_pro a img{
	width:100%;
}
.brand_pro a span{
	color:#fff;
	display:block;
	position:absolute;
	width:100%;
	bottom:0px;
	text-align:center;
	line-height:55px;
	background-color: rgba(0,0,0,0.4);
	font-size:16px;
}
.brand_pro a:hover span{
	background-color: rgba(0,157,60,0.8);
}
.social_title{
	font-size:18px;
	color:#333;
	line-height:30px;
}
.social_title em{
	font-weight:500;
	color:#b60007;
}
.social_one{
	background-color:#fff;
}
.social_one:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}
.so_left,.so_right{
	width:50%;
	float:left;
}
.social .social_one:nth-child(2n) .so_left{
	float:right;
}
a.so_more{
	margin-top: 20px;
	display: inline-block;
	color: #b60007;
	border: 1px #b60007 solid;
	padding: 10px 30px;
}
a.so_more:hover{
	background-color: #b60007;
	color: #fff;
}
.so_right{
	padding:50px;
}
.so_right .title{
	font-size:30px;
	font-weight:500;
	line-height:30px;
	color:#b60007;
	margin-top:7%;
}
.so_right .desc{
	color:#666666;
	font-size:16px;
	line-height:30px;
	margin-top: 25px;
	text-align: justify;
}
.so_right .desc p{
	margin-top:20px;
}
.so_right .desc p em{
	font-weight:500;
	color:#b60007;
	font-size:24px;
}
.member{
	background-color:#fff;
	padding:90px;
}
.m_form{
	max-width:520px;
	margin:0px auto;
}
.member .m_title{
	color:#666;
	font-size:36px;
	font-weight:500;
	text-align:center;
	line-height:40px;
}
.m_form .lg_input{
	width:100%;
	line-height:63px;
	border:2px #efeeec solid;
	font-size:18px;
	color:#999999;
	padding-left:35px;
}
.m_form .form-group{
	margin-bottom:0px;
	margin-top:25px;
}
.btn_login{
	background-color:#b60007;
	text-align:center;
	color:#fff;
	line-height:63px;
	text-align:center;
	font-size:18px;
	margin-top:25px;
	width:100%;
	border:0px;
}
.btn_register{
	line-height:63px;
	text-align:center;
	border:2px #b60007 solid;
	font-size:18px;
	margin-top:25px;
}
.btn_register a{
	color:#b60007;
	display:block;
}
.btn_register a:hover{
	background-color:#b60007;
	color:#fff;
}
input::-webkit-input-placeholder{
	color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#999;
}
@media only screen and (max-width: 1440px){
	header a span{
		padding: 0 12.5px;
	}

}
@media only screen and (max-width: 768px){
	.mobile-banner .index-banner-title .banner-title-1{
		font-size: 32px;
		padding-top: 100px;
	}
	header a span:hover:after{
		display: none;
	}
	#cantact .cantactModel .cantactMapBack{
		padding: 15px 0px !important;
	}
	.wrap .widget-job-1 .first ._ut{
		font-size: 14px;
		width: 20%;
	}
	.wrap .job_search button{
		padding: 0px 15px;
		font-size: 14px;
	}
	.naa_banner .n_title{
		font-size: 24px;
	}
	.yewu_wrap .n_desc{
		width: 90%;
	}
	.yewu_wrap{
		padding-top: 100px ;
	}
	.news_flot dl{
		font-size: 14px;
	}
	.news_flot .serch_box,.news_flot .content_box{
		padding: 7%;
	}
	.serch_box .btn-default,.news_flot .serch_btn{
		font-size: 14px;
	}
	.news_flot .serch_title,.news_flot .content_title{
		font-size: 20px;
	}
	.about_history .history_l{
		
	}
	.about_history .history_r{
		
	}
	.about_history .history_l li.active .list_box .year {
		color: #b60007;
		font-size: 18px;
	}
	.about_history .history_l .list_box .year{
		font-size: 18px;
	}
	.about_history .history_l li:after{
		right: -16px;
	}
	.about_history .history_r li:before{
		left: -28px;
	}
	.about_history .history_r .list_time{
		font-size: 16px;
	}
	.about_history .history_r .list_text{
		font-size: 14px;
		margin-top: 10px;
		line-height: 20px;
	}
	.about_history .history_l .list_box{
		font-size: 12px;
	}
	.content-slide{
		padding: 15px;
	}
	.icon-youjiantou{
		margin-top: 27px;
	}
	.cl_box .title1{
		line-height: 70px;
	}
	.panel-heading *{
		line-height: 70px;
		font-size: 14px !important;
	}
	.dsz_intro{
		padding: 30px;
	}
	.team .tt{
		width: 50%;
	}
	.content-slide .title{
		margin-top: 20px;
		font-size: 20px;
	}
	.dsz_pic{
		padding-right: 15px;
	}
	.index-about .index_video{
		margin-top: 15px;
	}
	.index-about .index_video span img{
		max-width: 60px;
	}
	.ny-about .title{
		font-size: 18px;
	}
	.csr_text p{
		font-size: 14px;
	}
	.csr_text span{
		font-size: 14px;
	}
	.dsz_intro .desc, .chuangshi_intro .desc{
		font-size: 14px;
	}
	.bgf2{
		padding: 30px 0px;
	}
	.n_banner {
		height: 200px;
	}
	.n_banner .n_title {
		margin-left: 0px !important;
		left: 4%;
		bottom: 30px;
		font-size: 20px;
	}
	.topmenu a {
		font-size: 14px;
	}
	.honor_title{
		font-size: 16px;
	}
	.chuangshi_intro{
		padding: 10px 0px;
	}
	.dsz_intro .cnname, .chuangshi_intro .cnname{
		font-size: 16px;
		margin-top: 5px;
	}
	.dsz_intro .enname, .chuangshi_intro .enname{
		margin-top: 15px;
	}
	.pl0{ padding-left: 15px !important;}
	.pr0{ padding-right: 15px;}
	 .Form-J1 .Form-J1-Left,  .Form-J1 .Form-J1-right {
		width: 100%;
	}
	.n_news_list,.news_flot{
		width:100%;
		}
	.n_news_list .list_l .list_img{
		width: 100%;
    margin-left: 0;
    float: none;
	}
	.n_news_list .list_l .list_title{margin:0;padding:2% 0;font-size:16px;white-space: normal;}
    .n_news_list .list_l .list_text{padding:4% 0;}
	.n_news_list .list_l .list_img ._full{
		width:100%;
		}
	.n_news_list .list_l .list_time {
    margin-top: 20px;
    display: inline-block;
}
	.n_news_list .list_l .list_p {
		font-size: 12px;
		min-height: auto;
	}
	.new-content{
		padding: 15px 20px !important;
		min-height: auto !important;
		margin-bottom: 15px !important;
	}
	.new-title{
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.breadmenu a{
		font-size: 12px;
	}
	.new-content .new-time{
		font-size: 12px !important;
	}
	.new-menu{
		padding: 20px !important;
		margin-bottom: 15px !important;
	}
	.brand_title{
		font-size: 24px;
	}
	.brand_desc{
		font-size: 16px;
	}
	.brand_piclist a{
		margin-right: 15px;
		width: 28%;
		padding: 10px;
	}
	.brand_piclist{
		margin: 15px 0px;
	}
	.brand_content{
		font-size: 14px;
	}
.n_banner .n_title{
	margin-left:0px !important;
	left:10%;
	}
	figure.effect-lily h2{
		font-size:20px;
		}
	figure.effect-lily p{
		font-size:14px;
		}	
	figure.effect-lily span{
		font-size:12px;
		 -webkit-transform: translate3d(0,40px,0);
    	transform: translate3d(0,40px,0);
		}	
	.grid .col-md-4{
	margin-bottom:30px;
	}	
	}

@media only screen and (max-width: 1240px){
.n_banner .n_title {
	margin-left: -470px;
}
}
@media (min-width:768px) and (max-width: 1199px) {
	.index-banner .index-banner-title .banner-title-1{
		padding-top: 100px;
		font-size: 30px;
	}
	header .logo a img{
		max-width: 150px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	header a span{
		padding: 0 8.5px;
	}
	.index-banner .index-banner-title .banner-title-1{
		padding-top: 200px;
	}
	.cl_box .desc{
		width: 359px;
	}
	.panel-group{
		width: 945px;
	}
}
@media (max-width: 1199px) {
	.list_number em{
		font-size:35px;
	}
	.list_number{
		padding-left: 10px;
	}
	.pr0{
		padding-right: 15px;
	}
	.pl0{
		padding-left: 15px;
	}
	.cl_box .title1,.panel-heading *{
		font-size: 16px;
	}
	.panel-collapse .panel-body{
		font-size: 14px;
	}
	.cl_box .title{
		width: 100%;
		font-size: 16px;
		padding-left: 5px;
		line-height: 70px;
	}
	.cl_box .title img{
		padding-right: 0px;
	}
	.panel-heading{
		padding: 0px 15px;
	}
	.cl_box .desc{
		width: 100%;
		font-size: 14px;
		padding-left: 10px;
		line-height: 70px;
	}
	.panel-group{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
header.active .nav_company,header.active .language,header.active .nav_contact{
line-height:30px;
}
header .padr80{
	padding:0px;
	}
header {
	background: #333;
	line-height: 1.1;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}
header .menu {
	position: fixed;
	background: #333;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	text-align: center;
	left: -100%;
	border-radius: 100%;
}
header .menu.active {
	left: 0;
	border-radius: 0;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
	animation-duration: .5s;
}
header.active {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}
header.active .logo {
	line-height: 1;
}
header .menu-btn {
	display: block;
	width: 30px !important;
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 99;
}
header .menu-btn p {
	width: 100%;
	height: 2px;
	background: #fff;
	margin-top: 6px;
}
header .menu-btn.active p:first-of-type {
	transform: rotate(45deg);
	position: relative;
	top: 8.5px;
}
header .menu-btn.active p:nth-of-type(2) {
	opacity: 0;
}
header .menu-btn.active p:last-of-type {
	transform: rotate(-45deg);
	position: relative;
	bottom: 8.5px;
}
header .menu a {
	display: block;
	line-height: 40px;
	width: auto;
	padding-left: 0px;
}
header a span {
	position: static;
	transform: rotateX(0deg);
	opacity: 1;
}
header .menu .zhanwei {
	height: 80px;
}
}
@media only screen and (max-width:990px) {
.box {
	margin: 0 0 30px;
}
}
 @media (max-width:767px) {
	 .imore{
		 width: 140px;
		     padding: 5px 10px 5px 20px;
	 }
	 .wrap .job_search{
		 width: 100%;
	 }
	 .wrap{
		 padding: 15px;
	 }
	 .social_title{
		 font-size: 16px;
	 }
	 .na_banner{
		 height: 300px;
	 }
	 .na_banner .n_title{
		 font-size: 24px;
	 }
.so_left,.so_right{
	width:100%;
	float:none;
	}
.so_left img{
	width:100%;
	}
.social .social_one:nth-child(2n) .so_left{
	float:none;
	}
.so_right{
	padding:30px;
	}	
.so_right .title{
	margin-top:0px !important;
	font-size:18px;
	}	
.so_right .desc{
	font-size:14px;
	}				 
.mt70{
	margin-top:30px;
	}
.mb70{
	margin-bottom:30px;
	}
.abouttext{
	padding:30px 0px;
	}
.sub_title{
	font-size:16px;
	margin-top:15px;
	}
.about_more{
	margin-top:15px;
	width:140px;
	font-size:16px;
	padding:7px 10px;
	}
.shuxian:after {
	right:0px;
}
.shuxian1:after {
	display:none;
}
.shuxian2:after {
	right:0px;
}	
.list_number em{
	font-size:24px;
	}
.about_icon{
	float:none !important;
	text-align:center;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	}
.about_icon img{
	max-width:45px;
	}	
.list_number{
	float:none !important;
	text-align:center;
	padding:0px;
	margin-bottom:25px;
	font-size:16px;
	}	
.list_title{
	margin-top:0px;
	font-size:14px;
	}							
.f_top {
	padding-top: 20px;
	padding-bottom: 20px;
}
.f_shengming {
	margin-bottom: 20px;
	font-size: 12px;
	text-align:center;
}
.f_wel,footer .select{
	text-align:center;
	}
footer .select{
	padding-top: 0px;
}	
footer .mianze{
	text-align:center;
	margin-top:15px;
	}
.news_list {
	width: 100%;
}
.swiper-container {
	margin-top: 15px;
}
.icon .io a span {
	margin-top: 10px;
	font-size: 14px;
}
.icon .io {
	padding: 15px 0px;
	border-bottom: 1px #e1b306 solid;
}
.icon .io a img {
	max-width: 60px;
}
.about_more a, .box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cases {
	padding: 30px 0px;
}
.en_title,.news_left .swiper-slide .detail {
	font-size: 16px;
	height:40px;
	line-height:40px;
}
.mobile-banner .index-banner-title .banner-title-2{
	font-size:18px;
	}
.mobile-banner .index-banner-title .banner-title-btn{
	width: 150px;
	font-size: 14px;
}
.cn_title, .box .title,.public_title {
	font-size: 24px;
}
.public_desc{
	font-size:14px;
	margin:20px 0px 20px 0px;
	}
.index-news,.index-industrial{
	padding:30px 0px;
	}
.index-brand .li_box{
	width:100% !important;
	margin-bottom:30px;
	}
.index-brand .li_box:last-child{
	margin-bottom:0px;
	}
.index-industrial .tab .nav-tabs>li{
	padding: 10px;
	width: 49%;
	}
.index-industrial .nav-tabs{
	text-align: left;
}	
.index-industrial .nav-tabs:after{
	display:none;
	}	
.index-industrial .tab .nav-tabs li a{
	font-size:14px;
	}			
.index-brand .list_img{
	width:100%;
	height:100%;
	object-fit: cover;
	}
.index-news-list ul li{
	width:100%;
	}	
.index-brand .list_text{
	font-size:14px;
	}
.index-brand .list_title1{
	font-size:20px;
	}			
.pro_pic p {
	padding: 20px 10px;
}
.abouttext .about_desc p {
	line-height: 24px;
	margin-top: 15px;
}
.pro_pic p span.p_title, .abouttext .about_desc p, .about_more a {
	font-size: 14px;
}
.pro_pic p span.p_desc {
	font-size: 12px;
	line-height: 20px;
	height: 62px;
	overflow: hidden;
}
.news_list>div {
	margin-bottom: 20px;
}
.news>div {
	margin-bottom: 5px;
}
.ertong_main {
	background: none;
}
.intro_desc {
	padding-left: 0px;
}
.intro_pic {
	padding-left: 0px;
}
.nbanner img {
	height: 186px;
	object-fit: cover;
}
.commendnews {
	margin-left: -15px;
	margin-right: -15px;
}
.index_title1 {
	font-size: 14px;
}
.newsbg {
	margin-top: 20px;
}
.banner {
	padding-top: 50px;
}
.yunkenren{
	margin-top:30px;
	}
.mt50 {
	margin-top: 30px;
}
.mb50, .kc {
	margin-bottom: 30px;
}
.index_about {
	padding: 20px 0px 0px 15px;
}
.index_box2 {
	padding-left: 0px;
	margin-top: 15px;
}
.index_video span {
	top: 40%;
}
.navbar .container .navbar-header {
	background: #fff !important;
}
.index-news-list ul li .text{
	width:100%;
	}
.index-news-list ul li .text .title a{
	font-size:16px;
	}	
/*.swiper-button-next, .swiper-button-prev {
	display: none;
}*/
.f_title, .news_title h2, .index_adlist ul li a span, .n_commend_title a, h1.content_title, .relation, .cr_title {
	font-size: 14px;
}
.f_tel, .n_title {
	font-size: 18px;
}
.f_ewm span, .f_bottom, .index_adlist ul li a p, .n_commend_desc, .newslist ul li a, .submenu a, .pager li>a, .pager li>span, .top, .single, .cr_text, .quick span {
	font-size: 12px;
}
.f_bottom {
	height: auto;
	line-height: 20px;
	padding: 15px 0px;
}
.logo {
	width: 70% !important;
	float: left !important;
}
.logo img {
	max-width: 80px;
}
.m_logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 999;
	max-width: 150px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: none;
}
.index_box3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.banner {
	overflow: hidden;
}
}
 @media (max-width:991px) {
	 .n_banner .n_title {
	     margin-left: 0px;
	     left: 10%;
	 }
.f_ewm {
	text-align: center;
}
.f_ewm span {
	text-align: center;
}
.f_top .zhong {
	margin-right: 40px;
	border-right: 0px;
	width: 100% !important;
	text-align: center;
	margin-bottom: 15px;
}
.guanzhu {
	border-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
}
 @media (min-width:992px) and (max-width:1199px) {
.f_tel {
	font-size: 36px;
}
.f_zixun a {
	padding: 16px 60px;
}
}
@media (max-width: 380px) {
}
@media (min-width: 1440px) {
.max1400 {
	width: 1440px !important;
}
.container {
	width: 1230px;
}
}
 @media (min-width: 768px) {
.navbar .container ul.navbar-nav {
	float: right;
	margin-top: 7px !important;
}
}
@media (min-width:768px) and (max-width:1024px){
	.list_number em{
		font-size:35px;
	}
	.list_number{
		padding-left: 10px;
	}
}
#newPage{
	width:100%;
	text-align: center;
	margin:auto;
	padding:15px;
	margin-top: 30px;
	display: inline-block;
}
#newPage a{
	padding:10px 15px;
	border:1px solid #b60007;
	color:#333;
	background-color: #fff;
}
#newPage a:hover{
	background-color: #b60007;
	color:#fff;
}
#newPage span{
	padding:10px 15px;
	color:#fff;
	border:1px solid #b60007;
	background-color:#b60007;
}
@media(max-width:768px){
	.naa_banner{
		height: auto;
		background-size: cover;
	}
	#newPage{
		padding-bottom:30px
	}
	#newPage a{
		display: none;
	}
	#newPage .a1{
		display: inline-block;
	}
	#newPage .a1:first-of-type,#newPage span{
		display: none;
	}
}
.ab-team{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.at_name{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.at_zhiwei{
	font-size: 16px;
	margin-top: 10px;
}
.at_desc{
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}
@media(max-width:768px){
	.at_desc{
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.at_name{
		font-size: 16px;
		margin-top: 0px;
	}
	.at_zhiwei{
		font-size: 14px;
	}
}