@charset "utf-8";
@font-face {
	font-family: 'SSR';
	src: url('SOURCEHANSANSCN-REGULAR.OTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'SSR', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'SSR';
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1390px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 90px;
}


/*============================header ==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	background: #fff;
}

header.fixed {
	-moz-box-shadow: 0px 0px 10px #dedede;
	-webkit-box-shadow: 0px 0px 10px #dedede;
	box-shadow: 0px 0px 10px #dedede;
}

header.fixed .head_top {
	line-height: 72px;
}

header.fixed .nav nav>ul>li>a {
	height: 72px;
	line-height: 72px;
}

.head_top {
	line-height: 90px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head_top .w {
	width: 1740px;
}

.head_top .logo {
	font-size: 0;
}

.head_top .logo img {
	height: 52px;
	vertical-align: middle;
}

.head_top .logot {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 0px;
	color: #0066b3;
	background: url(../images/logoxain.png) no-repeat left center;
}

.head_top .logot img {
	height: 19px;
	vertical-align: middle;
}

header.fixed .head_other {
	margin-top: 18px;
}

.head_other {
	margin-top: 27px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head_other:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #bfbfbf;
}

.oa {
	display: block;
	margin-left: 10px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000000;
}

.oa:hover {
	color: #ef4122;
	opacity: 0.8;
}

.mail {
	margin-left: 10px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/mail.png) no-repeat center center;
}

.mail:hover {
	opacity: 0.8;
	background-image: url(../images/mail0.png);
}

.search_box {
	position: relative;
	margin-left: 10px;
}

.head_search {
	height: 36px;
	line-height: 36px;
	font-size: 0;
}

.search_box .head_search1 {
	float: right;
	padding: 0 15px;
	height: 36px;
	width: 36px;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}

.search_box  .head_search1 {
	border: 1px solid #555555;
}

.search_box .head_search2 {
	background-color: #f7f7f7;
	height: 36px;
	line-height: 34px;
	border: 1px solid #fff;
	border-right: none;
	width: 0px;
	z-index: 9999;
	transition: width 500ms;
	-moz-transition: width 500ms;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
}

.head_search  .head_search2 {
	width: 170px;
	padding: 0 10px;
	border-color: #555555;
}


/**/

.head_top .nav {
	position: relative;
	z-index: 10;
	margin-right: 20px;
}

.nav nav>ul>li {
	float: left;
	margin-left: 40px;
	position: relative;
}

.nav nav>ul>li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #ef4122;
}

.nav nav>ul>li>a {
	display: block;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	color: #555555;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav nav>ul>li.on:before {
	width: 100%;
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #ef4122;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 96%;
	left: 50%;
	/*width: 115px;*/
	width: 154px;
	margin-left: -77px;
	padding: 20px 20px 30px;
	display: none;
	border-top: 4px solid #ef4122;
	background: rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 10px #dedede;
	-webkit-box-shadow: 0px 0px 10px #dedede;
	box-shadow: 0px 0px 10px #dedede;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	border-bottom: 1px solid #000;
}

.nav nav>ul>li ol li:hover {
	border-color: #ef4122;
}

.nav nav>ul>li ol li a {
	line-height: 34px;
	color: #555555;
	font-size: 14px;
	display: block;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	color: #ef4122;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #efefef;
	-webkit-box-shadow: 0px 5px 10px #efefef;
	box-shadow: 0px 5px 10px #efefef;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #383838 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 3%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #383838;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #383838;
}

.sliding-menu a.back {
	background: #ef4122;
}

.sliding-menu a:hover {
	background: #ef4122;
}


/*============================footer ==============================*/

footer {
	background: #383838;
}

.footop {
	padding: 20px 0;
	color: #fff;
}

.ftel {
	float: left;
	width: 12.2%;
	text-align: center;
}

.ftel .t1 {
	font-size: 14px;
	line-height: 14px;
}

.ftel .t2 {
	font-size: 24px;
	font-weight: bold;
}

.ftel .share {
	margin-top: 15px;
	font-size: 0;
}

.share .bshare-custom {
	display: inline-block !important;
	vertical-align: text-top;
}

.share .bshare-custom a {
	padding-left: 40px !important;
	height: 40px;
	_height: 40px;
	vertical-align: middle;
	margin-right: 0px;
	margin: 0 2px;
	background-position: 0 0;
	border-radius: 10px;
}

.share .bshare-custom .bshare-qqim {
	background-image: url(../images/bshare-qqim.png) !important;
}

.share .bshare-custom .bshare-sinaminiblog {
	background-image: url(../images/bshare-sinaminiblog.png) !important;
}

.share .bshare-custom .bshare-weixin {
	background-image: url(../images/more-style-addthis.png) !important;
}

.b-weixin {
	display: inline-block!important;
	background-image: url(../images/more-style-addthis.png) !important;
}

.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.fadd {
	float: left;
	width: 20.2%;
	margin-left: 2%;
	padding: 20px;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
}

.fadd .t1 {
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/fadd.png) no-repeat left center;
}

.fadd .t1 a {
	display: inline-block;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	width: 90px;
	height: 30px;
	line-height: 30px;
	/* height: 25px;
	line-height: 25px; */
	color: #fff;
	text-align: center;
	background: #ef4122;
}

.fadd .t1 a:hover {
	opacity: 0.8;
}

.fadd .t2 {
	padding-left: 30px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 25px;
}

.fnav {
	float: right;
	width: 64%;
	position: relative;
}

.fnav>ul>li {
	float: left;
	/*width: 15.6%;*/
	width: 12.8%;
}

.fnav>ul>li:nth-child(3) {
	width: 17%;
}

.fnav a {
	display: block;
}

.fnav .fh {
	position: absolute;
	text-align: center;
	right: 0;
}

.fnav .fh .p1p {
	width: 19px;
	height: 19px;
	background: url('../mimages/fanhui.png') no-repeat center;
	margin: 0 auto;
}

.fnav .fh .p2p {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.3;
	line-height: 24px;
	margin-top: 19px;
}

.fnav .fh:hover .p1p {
	background: url('../mimages/fanhui1.png') no-repeat center;
}

.fnav .fh:hover .p2p {
	opacity: 0.8;
}

.fnav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}

.fnav ul li ul li {
	opacity: 0.3;
}

.fnav ul li ul li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}

.fnav ul li ul li:hover {
	opacity: 0.8;
}

.footbottom {
	padding: 10px 0;
	border-top: 2px solid rgba(255, 255, 255, 0.25);
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	opacity: 0.3;
}

.footbottom a {
	color: #FFFFFF;
}


/*============================ index ==============================*/

.index-page {
	height: 100vh;
}

.index-page .mouse {
	width: 25px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/index_mouse.png);
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	bottom: 50px;
	z-index: 2;
	animation: updown 1s infinite;
	-webkit-animation: updown 1s infinite;
}

@keyframes updown {
	0% {
		bottom: 70px;
		opacity: 1;
	}
	100% {
		bottom: 50px;
		opacity: 0;
	}
}

@-webkit-keyframes updown {
	0% {
		bottom: 70px;
		opacity: 1;
	}
	100% {
		bottom: 50px;
		opacity: 0;
	}
}

.index-page .swiper-container-v {
	width: 100%;
	height: 100%;
}

.index-page .swiper-container-v .swiper-slide.page1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}

.index-page .swiper-container-v .swiper-slide {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.mobile {
	display: none !important;
}

.index-page .swiper-container-v .swiper-slide.page1 video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-page .swiper-container-v .swiper-slide.page1 .top {
	transition: all 0.5s 0.5s;
	-webkit-transition: all 0.5s 0.5s;
	opacity: 0;
	position: relative;
	top: -20px;
	margin-bottom: 10%;
	z-index: 2;
	text-align: center;
	width: 100%;
}

.index-page .swiper-container-v .swiper-slide.page1.active .top {
	top: 0;
	opacity: 1;
}

.index-page .swiper-container-v .swiper-slide.page1 .top h5 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: normal;
	font-family: 'roboto';
	margin-bottom: 30px;
}

.index-page .swiper-container-v .swiper-slide.page1 .top h3 {
	font-size: 54px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 35px;
	letter-spacing: 12px;
}

.index-page .swiper-container-v .swiper-slide.page1 .top h3 span {
	color: #ef4122;
}

.index-page .swiper-container-v .swiper-slide.page1 .top .line {
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
}

.index-page .swiper-container-v .swiper-slide.page1 .goindex {
	display: inline-block;
	font-size: 16px;
	font-weight: lighter;
	color: rgba(255, 255, 255, 0.7);
	line-height: 36px;
	transition: all 0.5s 0.8s;
	-webkit-transition: all 0.5s 0.8s;
	opacity: 0;
	position: relative;
	top: -20px;
	z-index: 2;
}

.index-page .swiper-container-v .swiper-slide.page1.active .goindex {
	opacity: 1;
	top: 36px;
	/* border: solid 1px #fff; */
	padding: 6px 48px;
	border-radius: 50px;
	background: #f04122;
	color: #fff;
}

.banner {
	background: #fff;
}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper .swiper-pagination {
	bottom: 50px;
	width: auto;
}

.swiper-container-horizontal>.swiper-pagination {
	right: 15%;
	text-align: right !important;
	left: auto;
}

.bannerswiper .swiper-pagination-bullet {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: .6;
}

.bannerswiper .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 25px;
}

.in1_sec {
	padding: 100px 0;
	background: #fff url(../images/in1_secbg.png) no-repeat right top;
}

.in1_sec .main1 {
	position: relative;
}

.in1_sec .main1 .pic {
	position: relative;
	width: 56.2%;
	border-radius: 0 20px 0px 20px;
	overflow: hidden;
	z-index: 3;
}

.in1_sec .main1 .pic:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 395px;
	background: #fff;
	z-index: 2;
}

.in1_sec .main1 .pic img {
	display: block;
	width: 100%;
}

.in1_sec .main1 .tbox {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
	padding: 70px 0 90px 130px;
}

.main1 .tbox .t1 {}

.in1_sec .main1 .tbox .t1 .ch {
	font-size: 36px;
	color: #333333;
}

.in1_sec .main1 .tbox .t1 .en {
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

.in1_sec .main1 .tbox .t2 {
	font-size: 24px;
	color: #555;
}

.in1_sec .main1 .tbox .t3 {
	margin-top: 20px;
	font-size: 16px;
	color: #555;
}

.num_con {}

.num_con ul {
	display: table;
	table-layout: fixed;
	zoom: 1;
	width: 100%;
}

.num_con ul li {
	width: 21.5%;
	display: table-cell;
	border-left: 1px solid #f8f8f8;
	padding-left: 40px;
}

.number_box {
	font-weight: bold;
	color: #333333;
}

.num_con .number {
	font-size: 60px;
}

.num_con .unit {
	font-size: 24px;
}

.text_box {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
}

.num_con ul li .pic {
	margin-top: 30px;
}

.num_con ul li.last {
	width: 14%;
	background: #ef4122;
	position: relative;
}

.num_con ul li.last a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 116px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background: url(../images/aboutmore.png) no-repeat center 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.num_con ul li.last:hover {
	letter-spacing: 2px;
	opacity: 0.8;
}

.in2_sec {
	position: relative;
	background: #fff;
}

#tabs-container {}

#tabs-container img {
	display: block;
	width: 100%;
}

.in2tabs {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.in2tabs ul {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.in2tabs ul li {
	float: left;
	width: 50%;
	height: 284px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.in2tabs ul li:nth-child(1),
.in2tabs ul li:nth-child(2) {
	border-top: none;
}

.in2tabs ul li:nth-child(1),
.in2tabs ul li:nth-child(3) {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.in2tabs ul li:hover {
	background: #ef4122 url(../images/hoverbg1.png) no-repeat right bottom;
}

.in2tabs ul li:nth-child(2):hover {
	background: #3652e1 url(../images/hoverbg2.png) no-repeat right bottom;
}

.in2tabs ul li:nth-child(3):hover {
	background: #7bb939 url(../images/hoverbg3.png) no-repeat right bottom;
}

.in2tabs ul li:nth-child(4):hover {
	background: #d89a13 url(../images/hoverbg4.png) no-repeat right bottom;
}

.in2tabs ul li a {
	position: relative;
	display: block;
	color: #fff;
	height: 100%;
}

.in2tabs ul li .tbox {
	position: absolute;
	left: 40px;
	bottom: 40px;
	text-align: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.in2tabs ul li:hover .tbox {
	text-align: left;
	left: 65px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}

.in2tabs ul li .en {
	font-size: 12px;
	text-transform: uppercase;
}

.in2tabs ul li .ch {
	font-size: 24px;
}

.in3_sec {
	padding: 100px 0 50px;
	background: #fefefe url(../images/in3_secbg.jpg) no-repeat left top;
	background-size: cover;
}

.in3_sec .main {
	margin-top: 75px;
}

.in3_sec .main ul li {
	float: left;
	width: 23%;
	margin-left: 2.66%;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.in3_sec .main ul li:nth-child(4n+1) {
	margin-left: 0;
}

.in3_sec .main ul li:hover {
	-moz-box-shadow: 10px 10px 25px rgba(225, 225, 225, 0.4);
	-webkit-box-shadow: 10px 10px 25px rgba(225, 225, 225, 0.4);
	box-shadow: 10px 10px 25px rgba(225, 225, 225, 0.4);
}

.in3_sec .main ul li .pic img {
	display: block;
	width: 100%;
}

.in3_sec .main ul li .tbox {
	padding: 30px;
	position: relative;
}

.in3_sec .main ul li .tbox:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	width: 35px;
	height: 2px;
	background: #ef4122;
}

.in3_sec .main ul li .tbox .t1 {
	font-size: 18px;
	color: #333333;
	margin-top: 30px;
	line-height: 28px;
	height: 56px;
}

.in3_sec .main ul li .tbox .t2 {
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 72px;
}

.in3_sec .main ul li .more {
	display: inline-block;
	margin-top: 45px;
	font-size: 12px;
	color: #333333;
	padding-right: 35px;
	background: url(../images/index_page4_more.png) no-repeat right center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.in3_sec .main ul li:hover .more {
	background-image: url(../images/index_page4_more0.png);
}

.intitle {
	text-align: center;
}

.intitle .ch {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}

.intitle .en {
	margin-top: 20px;
	font-size: 24px;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*============================ ==============================*/

.nybanner {
	background: #fff;
}

.nybanner img {
	display: block;
	width: 100%;
}

.main_sec {
	position: relative;
}

.tabs {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -40px;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 3;
}

.tabs ul li {
	display: inline-block;
	width: 258px;
	height: 81px;
	line-height: 81px;
	background: #fff;
	margin-right: 20px;
	-moz-box-shadow: 14px 14px 70px rgba(141, 141, 141, 0.4);
	-webkit-box-shadow: 14px 14px 70px rgba(141, 141, 141, 0.4);
	box-shadow: 14px 14px 70px rgba(141, 141, 141, 0.4);
}

.tabs ul li:last-child {
	margin-right: 0;
}

.tabs ul li.on,
.tabs ul li:hover {
	background: #0066b3 url(../images/tabsbg.jpg) no-repeat left center;
	background-size: cover;
	-moz-box-shadow: 14px 14px 70px rgba(0, 102, 179, 0.4);
	-webkit-box-shadow: 14px 14px 70px rgba(0, 102, 179, 0.4);
	box-shadow: 14px 14px 70px rgba(0, 102, 179, 0.4);
}

.tabs ul li a {
	display: block;
	color: #333333;
	font-size: 0;
}

.tabs ul li.on a,
.tabs ul li:hover a {
	color: #fff;
}

.tabs ul li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
}

.tabs ul li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.about_tabs ul li i {
	background: url(../images/abico1.png) no-repeat center center;
}

.about_tabs ul li:nth-child(2) i {
	background-image: url(../images/abico2.png);
}

.about_tabs ul li:nth-child(3) i {
	background-image: url(../images/abico3.png);
}

.about_tabs ul li:nth-child(4) i {
	background-image: url(../images/abico4.png);
}

.about_tabs ul li.on i,
.about_tabs ul li:hover i {
	background-image: url(../images/abico10.png);
}

.about_tabs ul li:nth-child(2).on i,
.about_tabs ul li:nth-child(2):hover i {
	background-image: url(../images/abico20.png);
}

.about_tabs ul li:nth-child(3).on i,
.about_tabs ul li:nth-child(3):hover i {
	background-image: url(../images/abico30.png);
}

.about_tabs ul li:nth-child(4).on i,
.about_tabs ul li:nth-child(4):hover i {
	background-image: url(../images/abico40.png);
}

.about1_sec {
	padding: 140px 0 80px;
	background: #ffffff;
}

.about1_sec .tbox {
	float: left;
	width: 43.2%;
}

.about1_sec .tbox .intitle {
	text-align: left;
}

.about1_sec .tbox .about_t {
	margin-top: 25px;
	font-size: 16px;
	color: #555555;
}

.about1_sec .pic {
	float: right;
	width: 51.4%;
	position: relative;
	padding: 20px 0 0 20px;
}

.about1_sec .pic:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 84%;
	height: 90%;
	border: 1px solid #efefef;
}

.about1_sec .pic img {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}

.about2_sec {
	background: #ffffff;
	padding-bottom: 110px;
}

.about2_sec .num_con ul li {
	width: 30.2%;
	padding-left: 0;
	text-align: center;
}

.about2_sec .num_con ul li:first-child,
.about2_sec .num_con ul li:last-child {
	width: 19.8%;
}

.about2_sec .num_con ul li:first-child {
	border: none;
	text-align: left;
}

.about2_sec .num_con ul li:last-child {
	text-align: right;
}

.about2_sec .num_con ul li .con {
	display: inline-block;
	text-align: left;
}


/*============================development ==============================*/

.development_sec {
	padding: 140px 0 110px;
	background: #fff;
}

.development_sec .main {}

#timeline {
	padding-bottom: 80px;
	background: #fff;
	position: relative;
}

/*#timeline:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -19px;
	width: 38px;
	height: 38px;
	background: #fff url(../images/about_r6_c2.jpg) no-repeat center bottom;
}*/


.showMorehandle {
	/*content: '';*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	/*margin-left: -19px;*/
	margin: 0 auto;
	width: 38px;
	height: 38px;
	background: #fff url(../images/about_r6_c2.jpg) no-repeat center bottom;
	text-indent: -9999px;
	cursor: pointer;
}
.showMorehandle:hover{
	opacity: 0.8;
}

#timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	height: 100%;
	width: 1px;
	background: url(../images/timeline.png) repeat-y top left;
}

.timeline-block {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-img {
	position: absolute;
	top: 0px;
	right: 0;
	margin-right: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../images/yuan.png) no-repeat center center;
}

.timeline-content .timeline-img {
	background: url(../images/yuan0.png);
}

.timeline-content {
	width: 50%;
	position: relative;
	padding-right: 25px;
}

.timeline-content .year {
	position: relative;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	background: #d6d6d6;
	border-radius: 5px 5px 0 0;
}

.timeline-content .year {
	background: #ef4122;
}

.timeline-content .year:before {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 8px;
	height: 5px;
	background: url(../images/rjiao.png) no-repeat left top;
}

.timeline-content  .year:before {
	background-image: url(../images/rjiao0.png);
}

.timeline-content .t {
	width: auto;
	border: 1px solid #d5d5d5;
	border-top: none;
	border: 0px 0px 5px 5px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	padding: 20px;
}

.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-block:nth-child(odd) .timeline-content {
	float: right;
	padding-left: 25px;
}

.timeline-block:nth-child(odd) .timeline-content .timeline-img {
	right: auto;
	left: 0;
	margin-left: -10px;
}

.timeline-block:nth-child(odd) .timeline-content .year:before {
	left: -5px;
	right: auto;
	background: url(../images/ljiao.png) no-repeat left top;
}

.timeline-block:nth-child(odd) .timeline-content .year:before {
	background-image: url(../images/ljiao0.png);
}


/*============================honor ==============================*/

.honor_sec {
	padding: 120px 0 70px;
}

.honor_sec .main {}

.pc-slide {
	width: 100%;
}

.preview {
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding: 0 21px;
}

.honoryearswiper {
	width: 100%;
	/*height: 82px;
	margin-left: 35px;*/
}

.preview .swiper-slide {
	/*width: 87px;
	height: 82px;*/
	width: 11.11%;
	cursor: pointer;
}

.preview .year {
	position: relative;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 28px;
}

.preview .year:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #eeeeee;
}

.preview .year:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e4e4e4;
}

.preview .active-nav .year {
	color: #ef4222;
}

.preview .active-nav .year:after {
	top: 0;
	width: 14px;
	height: 14px;
	background: #ef4222;
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
	height: auto;
}

.arrow-left {
	background: url(../images/rongyu_left.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -4.5px;
	width: 21px;
	height: 21px;
	z-index: 10;
	background-size: 100% 100%;
}

.arrow-left:hover {
	background-image: url(../images/rongyu_left0.png);
}

.arrow-right {
	background: url(../images/rongyu_right.png) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -4.5px;
	width: 21px;
	height: 21px;
	z-index: 10;
	background-size: 100% 100%;
}

.arrow-right:hover {
	background-image: url(../images/rongyu_right0.png);
}

.honorlist {}

.honorlist ul {
	padding: 0 95px 22px;
	margin-top: 50px;
	background: #fff url(../images/rongyubg1.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

.honorlist ul li {
	float: left;
	width: 23.33%;
	margin-left: 2.22%;
	padding-bottom: 60px;
	background: #e2e2e2 url(../images/rongyubg2.jpg) no-repeat bottom left;
	background-size: 100% auto;
}

.honorlist ul li:nth-child(4n+1) {
	margin-left: 0;
}

.honorlist ul li a {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 22px;
	background: #fff;
}

.honorlist ul li .pic {
	overflow: hidden;
}

.honorlist ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.honorlist ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.honorlist ul li .tbox {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #333333;
	text-align: center;
}


/*============================join ==============================*/

.join_tabs ul li i {
	background: url(../images/job1.png) no-repeat center center;
}

.join_tabs ul li:nth-child(2) i {
	background-image: url(../images/job2.png);
}

.join_tabs ul li:nth-child(3) i {
	background-image: url(../images/job3.png);
}

.join_tabs ul li.on i,
.join_tabs ul li:hover i {
	background-image: url(../images/job10.png);
}

.join_tabs ul li:nth-child(2).on i,
.join_tabs ul li:nth-child(2):hover i {
	background-image: url(../images/job20.png);
}

.join_tabs ul li:nth-child(3).on i,
.join_tabs ul li:nth-child(3):hover i {
	background-image: url(../images/job30.png);
}

.join_sec {
	padding: 140px 0 110px;
}

.join_sec .c-li {
	margin-bottom: 30px;
	background: #fff;
}

.join_sec .c-t {
	overflow: hidden;
	cursor: pointer;
	background: #eeeeee;
	line-height: 80px;
	height: 80px;
	font-size: 15px;
	color: #333333;
}

.c-x {
	float: left;
}

.c-name,
.c-num,
.c-year,
.c-address,
.c-time {
	/*width: 18.6%;*/
	width: 22%;
	
	text-align: center;
}

.c-name {
	width: 27%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-xq {
	width: 7%;
	text-align: left;
	background: #e0e0e0;
	text-align: center;
	float: right;
}

.c-xq:hover {
	opacity: 0.8;
}

.c-li.on .c-xq {
	background: #ef4122;
	color: #fff;
}

.join_sec .c-b {
	position: relative;
	border: 1px solid #eeeeee;
	border-top: 0;
	background: #fff;
	padding: 30px 40px;
	display: none;
	overflow: hidden;
}

.job_details {
	width: 80%;
}

.join_sec .c-b dl {
	margin-bottom: 20px;
}

.join_sec .c-b dt {
	color: #ef4122;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}

.join_sec .c-b dd {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.btns {
	position: absolute;
	right: 40px;
	top: 50%;
	width: 130px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btns1,
.btns2 {
	display: block;
	height: 46px;
	line-height: 44px;
	font-size: 15px;
	text-align: center;
}

.btns1 {
	color: #fff;
	background: #ef4122;
	border: 1px solid #ef4122;
}

.btns1:hover {
	background: #fff;
	color: #ef4122;
}

.btns2 {
	margin-top: 20px;
	color: #888888;
	background: #fff;
	border: 1px solid #eeeeee;
}

.btns2:hover {
	color: #ef4122;
	border-color: #ef4122;
}


/*============================ hr==============================*/

.hr_sec1 {
	background: #f4f4f4;
	padding: 140px 0 90px;
}

.hr1swiper {
	position: relative;
	padding: 0 50px;
}

.hr1swiper .swiper-container {
	width: 100%;
}

.hr1swiper .swiper-button-prev,
.hr1swiper .swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 10;
}

.hr1swiper .swiper-button-prev {
	left: 0px;
	background: url(../images/rongyu_left.png) no-repeat left top;
}

.hr1swiper .swiper-button-prev:hover {
	background-image: url(../images/rongyu_left0.png);
}

.hr1swiper .swiper-button-next {
	right: 0px;
	background: url(../images/rongyu_right.png) no-repeat left top;
}

.hr1swiper .swiper-button-next:hover {
	background: url(../images/rongyu_right0.png);
}

.hr1swiper img {
	display: block;
	width: 100%;
}

.hr_sec2 {
	background: #fff;
	padding: 50px 0;
}
.hr_sec2 .intitle{
	padding-top: 50px;
	background: url(../images/titico.png) no-repeat top center;
}
.hr_sec2  .intitle .ch{
	font-size: 34px;
	line-height: 34px;
}
.hr_sec2  .intitle .en{
	margin-top: 10px; 
    font-size: 18px;
    letter-spacing:1px;
}
.hr_sec2 .main {
	margin-top: 45px;
}
 
.hr2swiper {
	width: 100%;
}

.hr2swiper a {
	display: block;
	position: relative;
}

.hr2swiper img {
	display: block;
	width: 100%;
}

.hr2swiper .tbox {
	position: absolute;
	left: 0;
	top: 50%;
	width: 347px;
	padding: 40px 50px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hr2swiper .tbox .t1 {
	font-size: 26px;
	color: #333333;
	position: relative;
	padding-bottom: 15px;
}

.hr2swiper .tbox .t1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 2px;
	background: #ef4122;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hr2swiper .tbox:hover .t1:before {
	width: 80px;
}

.hr2swiper .tbox .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #555555;
}

.hr2swiper .swiper-pagination {
	width: auto;
	right: 40px;
	left: auto;
	bottom: 25px;
}

.hr2swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.hr2swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ef4122;
}


/*============================ Industrialsector==============================*/

.pro_tabs ul li i {
	background: url(../images/proico1.png) no-repeat center center;
}

.pro_tabs ul li:nth-child(2) i {
	background-image: url(../images/proico2.png);
}

.pro_tabs ul li:nth-child(3) i {
	background-image: url(../images/proico3.png);
}

.pro_tabs ul li:nth-child(4) i {
	background-image: url(../images/proico4.png);
}

.pro_tabs ul li.on i,
.pro_tabs ul li:hover i {
	background-image: url(../images/proico10.png);
}

.pro_tabs ul li:nth-child(2).on i,
.pro_tabs ul li:nth-child(2):hover i {
	background-image: url(../images/proico20.png);
}

.pro_tabs ul li:nth-child(3).on i,
.pro_tabs ul li:nth-child(3):hover i {
	background-image: url(../images/proico30.png);
}

.pro_tabs ul li:nth-child(4).on i,
.pro_tabs ul li:nth-child(4):hover i {
	background-image: url(../images/proico40.png);
}

.industrialsector_sec {
	padding: 140px 0;
	background: #fff;
}

.industrialsector_sec .main1 {
	margin-top: 30px;
	text-align: center;
}

.industrialsector_sec .main1 ul li {
	display: inline-block;
	padding: 0 100px;
}

.industrialsector_sec .main1 ul li .t1 {
	font-size: 36px;
	color: #EF4122;
}

.industrialsector_sec .main1 ul li .t2 {
	font-size: 16px;
	color: #333333;
}

.industrialsector_sec .main2 {
	margin-top: 45px;
	font-size: 16px;
	color: #555;
}

.industrialsector_sec .main2 .tbox {
	float: left;
	width: 43.2%;
}

.industrialsector_sec .main2 .tbox p {
	margin-bottom: 25px;
}

.industrialsector_sec .main2 .pic {
	float: right;
	width: 46.8%;
}

.industrialsector_sec .main2 .pic img {
	display: block;
	width: 100%;
}


/*============================ ==============================*/

.mystyle .layui-layer {
	background: rgba(0, 0, 0, 0.6);
}

.layerpop {
	display: none;
}

.mystyle .layerpop {
	display: block;
	border-radius: 5px;
	padding: 15px;
}

.mystyle .layerpop img {
	display: block;
	width: 100%;
}


/*============================ ==============================*/


/*============================ ==============================*/


/*============================ ==============================*/


/*============================响应式 ==============================*/

@media only screen and (max-width:1680px) {
	.head_top .w {
		width: 1500px;
	}
}

@media only screen and (max-width:1440px) {
	.w {
		width: 1300px;
	}
	.head_top .w {
		width: 1360px;
	}
	.nav nav>ul>li {
		margin-left: 15px;
	}
	.head_search .head_search2 {
    width: 100px;
    }
    .ftel {
    width: 13.2%;
    }
}


/**/

@media only screen and (max-width:1366px) {
	.w,
	.head_top .w {
		width: 1200px;
	}
	.nav nav>ul>li {
		margin-left: 5px;
	}
	.nav nav>ul>li>a {
		font-size: 14px;
	}
	.ftel {
		width: 13.2%;
	}
	.ftel .t2 {
		font-size: 20px;
	}
	.fadd {
		margin-left: 1.23%;
		padding: 20px;
	}
	.fnav>ul>li {
		width: 12.8%;
	}
	.fnav>ul>li>a {
		font-size: 14px;
	}
}


/**/

@media only screen and (max-width:1280px) {
	.in2tabs ul li {
		height: 200px;
	}
}


/**/

@media only screen and (max-width:1200px) {
	.w,
	.head_top .w {
		width: 1024px;
	}
	.nav nav>ul>li>a {
    font-size: 13px;
}
	.head_top .logo img {
    height: 36px;
    }
	.head_top .logot {
    margin-left: 10px;
    padding-left: 10px;
    }
    .head_top .logot img {
    height: 14px;
    }
	.mail ,.oa{
    margin-left: 0px;
    }
	
	
	
	
	
	
}


/**/

@media only screen and (max-width:1024px) {
	.w,
	.head_top .w {
		width: 960px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
		display: block;
	}
	/*.banner,
	.nybanner{
		margin-top: 50px;
	}*/
	.index-page .swiper-container-v .swiper-slide {
		background-size: auto 100%;
	}
	.index-page .swiper-container-v .swiper-slide.page1 video {
		display: none;
	}
	.mobile {
		display: block !important;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .bg {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		height: 100%;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .top {
		top: -1px;
		margin-bottom: 10%;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .top h5 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .top h3 {
		font-size: 30px;
		margin-bottom: 25px;
		letter-spacing: 1px;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .top .line {
		width: 50px;
		height: 1px;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .goindex {
		font-size: 14px;
		top: -1px;
	}
	.ftel {
		width: 46%;
	}
	.fadd {
		width: 50%;
		margin-left: 4%;
		border: none;
	}
	.fnav {
		display: none;
	}
	.tabs {
		margin-top: -25px;
	}
	.tabs ul li {
		width: auto;
		margin-right: 10px;
		height: 50px;
		line-height: 50px;
	}
	.tabs ul li a {
		padding: 0 10px;
	}
	.tabs ul li a i {
		display: none;
	}
	.tabs ul li a span {
		display: block;
		font-size: 16px;
	}
	.about1_sec,
	.development_sec,
	.honor_sec,
	.hr_sec1,
	.industrialsector_sec,
	.join_sec {
		padding: 50px 0 30px;
	}
	.about2_sec {
		padding-bottom: 30px;
	}
	.honorlist ul {
		padding: 0 35px 22px;
	}
	.intitle .ch {
		font-size: 20px!important;
		line-height: 20px!important;
	}
	.intitle .en {
		margin-top: 10px!important;
		font-size: 14px!important;
	}
	.hr_sec2 .main {
		margin-top: 30px;
	}
	.in1_sec,
	.in3_sec {
		padding: 50px 0;
	}
	.in1_sec .main1 .pic:before {
		display: none;
	}
	.in1_sec .main1 .tbox {
		width: 40%;
		bottom: 50%;
		padding: 0;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}
	.in1_sec .main1 .tbox .t1 .ch {
		font-size: 22px;
	}
	.in1_sec .main1 .tbox .t1 .en {
		font-size: 14px;
	}
	.in1_sec .main1 .tbox .t2 {
		font-size: 16px;
	}
	.in3_sec .main {
		margin-top: 30px;
	}
	.industrialsector_sec .main1 ul li {
		padding: 0 20px;
	}
	.industrialsector_sec .main1 ul li .t1 {
		font-size: 18px;
	}
}


/**/

@media only screen and (max-width:960px) {
	.w,
	.head_top .w {
		width: 100%;
		padding: 0 3%;
	}
	.in2tabs ul li {
		height: 120px;
	}
	.num_con .number {
		font-size: 50px;
	}
	.num_con ul li {
		padding-left: 20px;
	}
	.in2tabs ul li .tbox {
		bottom: 15px;
		text-align: left;
	}
	.in2tabs ul li .ch {
		font-size: 20px;
	}
	.in3_sec .main ul li .tbox .t2 {
		display: none;
	}
	.in3_sec .main ul li .more {
		margin-top: 10px;
	}
}


/**/

@media only screen and (max-width:780px) {}


/**/

@media only screen and (max-width:560px) {
	.index-page .swiper-container-v .swiper-slide.page1 .top h5 {
		font-size: 12px;
	}
	.index-page .swiper-container-v .swiper-slide.page1 .top h3 {
		font-size: 22px;
	}
	.ftel {
		display: none;
	}
	.fadd {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.fadd .t1 a {
		float: none;
	}
	.footbottom {
		font-size: 12px;
	}
	.tabs {
		/*display: none;*/
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}
	.tabs ul{
		white-space: nowrap;
	}
	
	.about1_sec,
	.development_sec,
	.honor_sec,
	.hr_sec1,
	.hr_sec2,
	.industrialsector_sec,
	.join_sec {
		padding: 30px 0;
	}
	.about1_sec .pic {
		width: 100%;
	}
	.about1_sec .tbox {
		width: 100%;
		margin-top: 20px;
	}
	.about1_sec .tbox .about_t {
		font-size: 14px;
	}
	.num_con ul li,
	.about2_sec .num_con ul li {
		width: 50%;
		float: left;
		display: block;
		border: none;
		padding: 0;
	}
	.about2_sec .num_con ul li:first-child,
	.about2_sec .num_con ul li:last-child {
		width: 50%;
		text-align: center;
	}
	.num_con .number {
		font-size: 40px;
	}
	.num_con ul li .pic {
		margin-top: 20px;
	}
	#timeline {
		padding-bottom: 0;
	}
	.timeline-content {
		width: 100%;
		position: relative;
		padding-right: 0;
	}
	.timeline-block {
		margin-bottom: 20px;
	}
	.timeline-block:nth-child(odd) .timeline-content {
		float: right;
		padding-left: 0;
	}
	#timeline:before,
	.timeline-content .year:before,
	.timeline-img,
	#timeline:after {
		display: none;
	}
	.preview .swiper-slide {
		width: 33.33%;
	}
	.honorlist ul {
		padding: 0;
		margin-top: 20px;
		background: #fff;
	}
	.honorlist ul li {
		width: 48%;
		margin-left: 4%;
		padding: 0;
		margin-bottom: 20px;
		background: #fff;
	}
	.honorlist ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.honorlist ul li a {
		padding: 5px;
	}
	.honorlist ul li .tbox {
		margin-top: 10px;
	}
	.hr2swiper .tbox {
		position: static;
		padding: 20px;
		padding-bottom: 38px;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
		background: #f4f4f4;
	}
	.hr2swiper .tbox .t1 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.hr2swiper .tbox .t2 {
		margin-top: 10px;
		font-size: 14px;
	}
	.hr2swiper .swiper-pagination {
		right: 20px;
		bottom: 10px;
	}
	.in1_sec,
	.in3_sec {
		padding: 30px 0;
	}
	.in1_sec .main1 .pic {
		width: 100%;
	}
	.in1_sec .main1 .tbox {
		position: static;
		width: 100%;
		margin-top: 20px;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	.in1_sec .main1 .tbox .t3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.num_con ul li.last {
		width: 50%;
		margin-top: 20px;
	}
	.num_con ul li.last a {
		position: static;
		padding: 15px 30px;
		background-position: 80% center;
		background-size: auto 35%;
		text-align: left;
	}
	.in2tabs {
		position: static;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
		background: #f8f8f8;
	}
	.in2tabs .w {
		padding: 0;
	}
	.in2tabs ul {
		border-color: #e6e6e6 !important;
	}
	.in2tabs ul li {
		border-color: #e6e6e6 !important;
	}
	.in2tabs ul li:hover {
		background: #e6e6e6 !important;
	}
	.in2tabs ul li a {
		color: #000000;
	}
	.in2tabs ul li .tbox {
		right: 40px;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}
	
	.in2tabs ul li:hover .tbox {
		text-align: right;
		left: 40px;
	}
	.in3_sec .main ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	.in3_sec .main ul li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.in3_sec .main ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.in3_sec .main ul li .tbox {
		padding: 10px;
	}
	.in3_sec .main ul li .tbox:before {
		top: 10px;
		left: 10px;
	}
	.in3_sec .main ul li .tbox .t1 {
		margin-top: 10px;
		font-size: 14px;
		color: #333333;
		line-height: 22px;
		height: 44px;
	}
	.industrialsector_sec .main1 ul li {
		display: block;
	}
	.industrialsector_sec .main2 {
		font-size: 14px;
	}
	.industrialsector_sec .main2 .tbox {
		width: 100%;
	}
	.industrialsector_sec .main2 .pic {
		width: 100%;
		margin-top: 20px;
	}
	.join_sec .c-t {
		line-height: 22px;
		height: auto;
		font-size: 14px;
		color: #333333;
		padding: 20px;
	}
	.c-name,
	.c-num,
	.c-year,
	.c-address,
	.c-time {
		width: 100%;
		text-align: left;
	}
	.c-xq {
		width: 100%;
		line-height: 30px;
		margin-top: 20px;
	}
	.join_sec .c-b {
		padding: 20px;
	}
	.job_details {
		width: 100%;
	}
	.btns {
		position: static;
		width: 100%;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	.btns1,
	.btns2 {
		display: inline-block;
		width: 130px;
		margin: 0;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px;
	}
	
	.tabs ul li a span{
		font-size: 14px;
	}
	
	.tabs ul li {
    height: 40px;
    line-height: 40px;
}
}


/**/

@media only screen and (max-width:480px) {}


/**/

@media only screen and (max-width:380px) {}


/**/

@media only screen and (max-width:320px) {}