@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;
	background-color: #fff;
	
}
header .nav_contact {
	color: #333333;
	margin: 0px 10px 0px 0px;
}
header .language {
	color: #333333;
}
header .language a {
	color: #333333;
	-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: #333;
	padding: 0 32.5px;
	font-size: 18px;
	position: relative;
	left: 0;
	top: 0;
}
header a:hover span{
	color: #1c4387;
}
.case{

}
.case_picture_list li {
	margin-bottom: 30px;
}

.case_picture_list li:nth-last-child(1),
.case_picture_list li:nth-last-child(2) {
	margin-bottom: 0px;
}
.case_picture_list li>a{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 0;
	height:106px !important;
}
.case_picture_list li>a>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	transition: 0.3s all ease;
	padding: 30px 0;
}
.case_picture_list li>a>div>div{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 10px;
}
.case_picture_list li>a>div>div .glyphicon{
	margin-right: 10px;
	font-size: 22px;
}
.case_picture_list li>a .tt{
	display: block;
}
.case_picture_list li>a .tb{
	display: none;
}
.case_picture_list li>a:hover{
	text-decoration: none;
	background-position: center 93%;
}

.case_picture_list li>a:hover>div{
	opacity: 1;
}
.case_text_list {
	padding: 20px;
	border: 1px solid #1c4387;
	border-bottom: 0 none;
	height: auto;
}

.case_text_list ul li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
}

.case_text_list ul li a {
	font-size: 14px;
	color: #6f6f6f;
}
.case_text_list ul li a:hover{
	color: #1c4387;
}
.case_more {
	background: #1c4387;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 14px 0;
	height: 20%;
}

.case_more a {
	color: #fff;
	padding: 13px 60px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
}
.case_more a:hover{
	background: #fff;
	color: #1c4387;
}

.column_list {
	padding-top: 50px;
}
.column_list_main{
	background: url(../images/stb.png) no-repeat;
	background-size: 100%;
}
.column_list_main .container>div{
	position: relative;
	padding-top: 70px;
	padding-bottom: 60px;
}
.column_list_more {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 60%;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;
}
.column_list_more:hover{
	background-color: #fff;
	border-color: #fff;
	color: #18beee;
	text-decoration: none;
}
.column_nav {
	margin-bottom: 35px;
}

.column_nav li {
	display: inline-block;
}

.column_nav li.active,.column_nav li:hover {
	background-color: #00b8ee;
}

.column_nav li.active a ,.column_nav li:hover a{
	color: #fff;
}

.column_nav li a {
	font-size: 16px;
	display: block;
	color: #666;
	padding: 10px 35px;
}
.bgf2{
	background-color:#f2f2f2;
	padding:30px 0px;
	}
.prev1,.prev2,.prev3,.prev4,.prev5,.prev6{
	background-image: url(../images/left.png);
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 100%;
	left: -70px;
}
.next1,.next2,.next3,.next4,.next5,.next6{
	background-image: url(../images/right.png);
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 100%;
	right: -70px;
}
.s4_bg{
	display: none;
	background: rgba(28,67,135,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}
.tab-content{
	position: relative;
}
.cassdong{
	position: relative;
}
.cassdong p{
	display: none;
	color: #fff;
	position: absolute;
	top: 33%;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 16px;
}

.cassdong span{
	display: none;
	position: absolute;
	top: 50%;
	color: #fff;
	left: 0px;
	right: 0px;
	font-size: 30px;
	text-align: center;
}
.cassdong:hover .s4_bg{
	display: block;
}
.cassdong:hover p,.cassdong:hover span{
	display: block;
}
.cassdong img{
	width: 100%;
}
.tab-pane{
	position: relative;
}
/**分页**/
.pages { text-align: center; margin: 30px 0px; }
.pages a:link, .pages a:visited { color: #666; }
.pages span { color: #fff!important; background: #1c4387!important; font-weight: normal!important; }
.pages a, .pages span { padding: 6px 16px; background: #fff; display: inline-block; margin: 0px 4px!important; *display: inline; zoom: 1; position: relative;color:#666; }

@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: #fff;
	border-bottom: none !important;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
header.active .logo {
	line-height: 60px
}
header.active .logo img {
   max-width: 100px;
}
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(28, 67, 135, 0.8);
	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: 16px;
	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: #1c4387;
	color: #fff;
	font-size: 14px;
}
.f_top {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ft1{
	font-size:18px;
	font-weight: bold;
	color: #c1d5f8;
	padding-bottom:10px;
	border-bottom:1px #4e6fa9 solid;
}
.ft1_list{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	color: #fff;
	opacity: 0.6;
}
.ft1_list a{
	line-height: 30px;
	display: block;
	color: #fff;
	opacity: 0.6;
}
.ft1_list a:hover{
	opacity: 1;
}
.ft1_list a img{
	padding-right: 10px;
}
.ft2_list{
	padding-top: 20px;
}
.ft2_list ul li{
	position: relative;
}
.ft2_list ul li a{
	color: #fff;
	opacity: 0.6;
	display: block;
	margin-bottom: 15px;
}
.ft2_list ul li em{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0%;
	top: -5%;
	-webkit-transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}
.ft2_list ul li:hover em{
	opacity: 1;
	visibility: visible;

}
.ft2_list ul li a img{
	padding-right: 10px;
}
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%;
	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;
}
.fb1{
	text-align: left;
}
.fb2{
	text-align: right;
}
.pd15 {
	padding: 15px;
}
.sub_title {
	font-size: 20px;
	color: #666666;
	margin-top: 30px;
}
.cn_title {
	font-size: 36px;
	color: #333333;
}

.index-news {
	background-color: #f2f2f2;
	padding: 70px 0px;
}
.public_title {
	color: #333;
	font-size: 36px;
	text-align: center;
}
.public_desc {
	font-size: 16px;
	color: #666;
	margin: 40px 0px 40px 0px;
	text-align: center;
	line-height: 30px;
}
.news_left {
	overflow: hidden;
	position: relative;
}
.index-news-lunbo {
}
.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;
	height: 145px;
}
.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;
	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: 23px;
	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: #1c4387;
}
.fix {
 *zoom: 1;
*clear: both;
}
.index-brand li {
	position: relative;
	overflow: hidden;
}
.index-brand li hr {
	width: 44px;
	height: 4px;
	background-color: #fff;
	margin: 10px 0px;
}
.index-brand .li1 {
	width: 28.136%;
}
.index-brand .li2 {
	width: 28.136%;
}
.index-brand .li1, .index-brand .li2 {
	float: left;
	min-height: 502px;
}
.index-brand .li1 {
	margin-right: 2.48%;
}
.index-brand .li3, .index-brand .li4 {
	float: right;
	width: 26.136%;
	min-height: 236px;
}
.index-brand .li3 {
	background-color: #1c4387;
	margin-bottom: 30px;
}
.index-brand .li3:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1c4387;
	position: absolute;
	display: block;
	top: 0;
	right: 100%;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index-brand .li3:hover:after {
	right: 0;
}
.index-brand .li4 {
	background-color: #1c4387;
}
.index-brand .li4:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1c4387;
	position: absolute;
	display: block;
	top: 0;
	right: 100%;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index-brand .li4:hover:after {
	right: 0;
}
.index-brand .li_box {
	position: relative;
	display: block;
	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;
}
.index-brand .list_img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	max-width: none;
	moz-transition: all 2.4s ease 0s;
	-ms-transition: all 2.4s ease 0s;
	-o-transition: all 2.4s ease 0s;
	-webkit-transition: all 2.4s ease 0s;
	transition: all 2.4s ease 0s;
}
.index-brand .list_box {
	padding: 30px 30px 40px 30px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}
.index-brand .list_title1 {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
}
.index-brand .list_text {
	line-height: 30px;
	margin-top: 15px;
	font-size: 16px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, 0px, 0);/*visibility:hidden;*/
}
.index-brand .more_btn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}
.index-brand .li1 .list_box, .index-brand .li2 .list_box {
	background-color: rgba(0,0,0,0.4);
}
.index-brand .li1.cur .list_box, .index-brand .li2.cur .list_box {
	background-color: rgba(0,0,0,0.4);
}
.index-brand li.cur .list_text {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	visibility: visible;
}
.index-brand li.cur .more_btn {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0)
}
.index-brand .li3 .more_btn, .index-brand .li4 .more_btn {
	display: none;
}
.index-brand .li1.cur {
	width: 40.764%;
}
.index-brand .li2.cur {
	width: 40.764%;
}
.index-brand .owl-nav {
	display: none;
}
.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: #fff;
}
.index-industrial .tab {
	text-align: center;
}
.index-industrial .nav-tabs {
	border-bottom: 0px;
}

.index-industrial .tab .nav-tabs li a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border: 0px;
	border-radius: 0px;
}
.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: #1c4387;
	cursor: default;
	border: 0px;
	border-bottom: 2px #1c4387 solid;
	padding: 0px 0px 5px 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 #1c4387 solid;
	background: none;
}
.index-industrial .tab .nav-tabs>li {
	float: none;
	display: inline-block;
	padding: 0px 25px 0px 25px;
}
.index-industrial .tab-content .tab-pane .tab-pic {
	position: relative;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none;
}
.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: #1c4387;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 30px;
	margin: 0px auto;
	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: #058335;
}
.n_banner {
    width: 100%;
    height: 420px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0;
}
.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;
}
.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;
}
.topmenu a:first-of-type{
	padding-left:15px;
	}
.topmenu a:last-of-type {
  border-right: none;
}
.topmenu a:hover{
	 color: #1c4387;
	}
.topmenu a.active{
  color: #1c4387;
  font-weight:400;
}
.ny-about .title{
	font-size:36px;
	font-weight:bold;
	color:#1c4387;
	line-height:36px;
	}
.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;
}
.mb20{
	margin-bottom: 20px;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.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.4;
	-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: 50%;
}

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:100%;}
.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;}
.n_news_list .list_l .list_p{font-size:16px;color:#666;line-height:28px;}
.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:#1c4387;}
.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:#1c4387;}
.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;}
.news_flot dl:last-child{border:none;}
.news_flot dt{color:#1c4387;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:#1c4387;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;}

.new-content {
	width: 100%;
	height: auto;
	min-height: 500px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	background-color: #fff;
}
.new-content .new-title {
	font-size: 24px;
	color: #4c4c4c;
	font-weight: bold;
	line-height: 50px;
}
.new-content .new-time {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.new-con{
	line-height: 30px;
}
.new-menu {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	background-color: #fff;
}
.new-menu:hover{
	background-color: #f2f7ff;
}
.new-menu .menu-title {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 40px;
	font-weight: bold;
}
.new-menu .menu-desc {
	font-size: 14px;
	color: #666;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.new-menu .menu-desc p a {
	color: #666;
}

/*发展历程*/
.about_history .history_l{width: 295px;position:relative;z-index:2;}
.about_history .history_l li{padding-right:24%;position:relative; width:100%;}
.about_history .history_l .list_box{font-size:18px;color:#666;text-align:right;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:#1c4387;}
.about_history .history_l li.active .list_box .year{color:#1c4387;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:6px;height:100%;background:#1c4387;display:block;position:absolute;top:0;right:-15px;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{width: 75%;position:relative;z-index:2;}
.about_history .history_r ul{padding-left:6%;border-left:1px solid #d2d2d2;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:#1c4387;font-weight:bold;margin-bottom:10px;}
.about_history .history_r .list_text{font-size:16px;color:#666;font-weight:normal;margin-bottom:18px;}
.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 #1c4387;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: #1c4387;}
.wrap .sx_xx span.on{color: #1c4387;}
.wrap .job_search{ width:60%; line-height:40px; border:1px solid #dddddd; padding:0 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:#dddddd; font-size:18px; background:none; float: right; outline:none;}
.wrap .widget-job-1{margin-bottom: 40px; border-top:4px solid #1c4387;}
.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:#1c4387; background:#1c4387; width:220px;}
.wrap .widget-job-1 .more_btn:hover,.wrap .widget-job-1 .more_btn:active,.wrap .widget-job-1 .more_btn:visited{ background:#058335;border-color:#058335;color: #fff;text-decoration: none;}
.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%;}
.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:#1c4387; margin-right: 10px; color:#FFFFFF;border: 1px solid #1c4387;}
.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; }



.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: #1c4387;}
.culture .tabs .active h3{color:#fff;}
.content-slide{ color: #fff;padding: 8% 23% 8% 8%;min-height: 630px;}
.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;}

.cl_box .title{ background-color: #1c4387;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: #1c4387;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: #1c4387;
}
.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 */
}
@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 768px){
	.mobile-banner .index-banner-title .banner-title-1{
		font-size: 16px;
	}
	.mobile-banner .index-banner-title .banner-title-2{
		display: none;
	}
	.mobile-banner .index-banner-title .banner-title-btn{
		margin-top: 0px;
		width: 150px;
		font-size: 14px;
		padding: 0px 15px;
	}
	.mobile-banner .swiper-pagination-bullets{
		bottom: 10px;
	}
	.index-news-list ul li:nth-child(3){
		background-color: #f4f4f4;
	}
	.index-news-list ul li:nth-child(4){
		background-color: #fff;
	}
	.index-news-list{
		margin-top: 20px;
	}
	.bgf2{
		padding: 10px 0px;
	}
	.wrap .widget-job-1 li{
		height: 50px;
		line-height: 50px;
	}
	.wrap .widget-job-1 .more_btn{
		font-size: 14px;
	}
	.wrap{
		padding: 20px;
	}
	.wrap .widget-job-1 .first ._ut{
		font-size: 14px;
	}
	.wrap .widget-job-1 li ._un{
		font-size: 14px;
	}
	.new-content{
		min-height: auto;
	}
	.new-menu{
		padding: 15px;
	}
	.new-menu .menu-title{
		font-size: 14px;
		line-height: 30px;
	}
	.ft1{
		font-size: 14px;
	}
	.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_banner{
		height: 300px;
	}
	.topmenu a{
		font-size: 14px;
	}
	.n_news_list .list_l .list_time {
    margin-top: 20px;
    display: inline-block;
}	
.n_banner .n_title{
	margin-left:0px !important;
	left:4%;
	bottom: 30px;
	font-size: 20px;
	}
	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;
	}	
	}
.pl0{
	padding-left:0px;
	}	
.dsz{
	
	}
.dsz_pic{
	padding-right:0px;
	}		
.dsz_intro{
	background-color:#fff;
	padding:50px;
	}
.chuangshi_intro{
	background:none;
	padding:10px 40px;
	}
.chuangshiren_pic{
	position:relative;
	}	
.chuangshiren_pic img{
	width:100%;
	}		
.dsz_intro .desc,.chuangshi_intro .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:#1c4387;
	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:#1c4387;
	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 20px;
	margin-right:30px;
	margin-bottom:15px;
	}
.brand_piclist a:hover,	.brand_piclist a.current{
	border:2px #1c4387 solid;
	
	}
.brand_piclist a.current p{
	color:#1c4387;
	}	
.brand_piclist a p{
	font-size:14px;
	color:#333;
	}
.brand_fenlei a{
	color:#333;
	font-size:16px;
	padding:10px 25px;
	display:inline-block;
	}
.brand_fenlei a:hover,.brand_fenlei a.current{
	background-color:#1c4387;
	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(28,67,135,0.8);
	}
.social_title{
	font-size:20px;
	color:#333;
	line-height:40px;
	}
.social_title em{
	font-weight:500;
	color:#1c4387;
	}
.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;
	}
	
.so_right{
	padding:50px;
	}	
.so_right .title{
	font-size:30px;
	font-weight:500;
	line-height:30px;
	color:#1c4387;
	margin-top:17%;
	}
.so_right .desc{
	color:#666666;
	font-size:16px;
	line-height:30px;
	}
.so_right .desc p{
	margin-top:20px;
	}
.so_right .desc p em{
	font-weight:500;
	color:#1c4387;
	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:#1c4387;
	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 #1c4387 solid;
	font-size:18px;
	margin-top:25px;
	}
.btn_register a{
	color:#1c4387;
	display:block;
	}
.btn_register a:hover{
	background-color:#1c4387;
	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: 1240px){
.n_banner .n_title {
	margin-left: -470px;
}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.cl_box .desc{
		width: 359px;
	}
	.panel-group{
		width: 945px;
	}
}
@media (max-width: 1199px) {
	.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: 40%;
		font-size: 16px;
	}
	.cl_box .desc{
		width: 60%;
		font-size: 14px;
	}
	.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: #fff;
	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 .logo img{
	max-width: 100px;
}
header .menu-btn {
	display: block;
	width: 30px !important;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
}
header .menu-btn p {
	width: 100%;
	height: 2px;
	background: #666;
	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;
	color: #fff;
}
header .menu .zhanwei {
	height: 80px;
}
}
@media only screen and (max-width:990px) {
.box {
	margin: 0 0 30px;
}
}
 @media (max-width:767px) {
.n_news_list .list_l .list_p{
	font-size: 12px;
	min-height: auto;
}
.fb1,.fb2{
	text-align: center;
}
.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;
	font-size:20px;
	}	
.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 .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: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;
	}
.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: 15px;
}
.index_about {
	padding: 20px 0px 0px 15px;
}
.index_box2 {
	padding-left: 0px;
	margin-top: 15px;
}
.case_picture_list li:nth-last-child(1), .case_picture_list li:nth-last-child(2){
	margin-bottom: 30px;
}
.new-content .new-title{
	font-size: 20px;
}
.new-content .new-time{
	font-size: 12px;
}
.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: 100px;
}
.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) {
.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;
}
}
