@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF';
	src: url('PingFang Regular.ttf');
	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: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'OPENSANS';
}

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 {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.none {
	display: none!important;
}

.block {
	display: block!important;
}

.w {
	width: 1280px;
	margin: 0 auto;
}

.h120 {
	height: 114px;
}

.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: 3;
	-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;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	padding: 30px 0;
}

header.fixed {
	padding: 8px 0;
	background: #fff;
	-moz-box-shadow: 0px 0px 20px #c4c0c0;
	-webkit-box-shadow: 0px 0px 20px #c4c0c0;
	box-shadow: 0px 0px 20px #c4c0c0;
	/*background: rgba(0,85,177,0.8);*/
}

header.active {
	padding: 30px 0!important;
}

header.fixed .logo {
	height: 50px;
}


/*.filler { position: fixed; display: block; -webkit-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -moz-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -o-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; z-index: 1100; }
.filler { background-color: #0055b1; }
.filler-left { width: 2px; height: 0%; left: 20px; bottom: 20px; }
.filler-right { width: 2px; height: 0%; right: 20px; top: 20px; }
.filler-top { width: 0%; height: 2px; left: 20px; top: 20px; }
.filler-bottom { width: 0%; height: 2px; right: 20px; bottom: 20px; }*/

.logo {
	float: left;
	position: relative;
	z-index: 1200;
	/*background: url(../images/logo.png) no-repeat;*/
	/*width: 443px;*/
	height: 59px;
	/*position: fixed;*/
	/*left: 320px;*/
	/*top: 40px;*/
	display: block;
	/*z-index: 1100;*/
	color: #fff;
	transition: all 0.8s;
}

.logo img {
	display: block;
	height: 100%;
}

.open .logo {
	/*background-image: url(../images/logo.png);*/
}

.other {
	margin-top: 15px;
}

.language {
	position: relative;
	padding: 0 27px 0 20px;
	line-height: 28px;
	background: url(../images/top.png) no-repeat left center;
}

.language img {
	margin-right: 5px;
}

.lang_more {
	padding: 0 27px 0 20px;
	position: absolute;
	right: 0%;
	top: 100%;
	width: 100%;
	display: none;
	z-index: 5;
}

.lang {
	padding-right: 15px;
	background: url(../images/xia.png) no-repeat right center;
}

.language a {
	display: block;
	color: #444444;
	font-size: 14px;
}

.language a:hover {
	color: #3777ed;
}

.comem {
	display: inline-block;
	width: 157px;
	height: 28px;
	line-height: 28px;
	background: #3777ed;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
}

.comem i {
	padding: 0 7px 0 15px;
}

.comem img {
	vertical-align: middle;
}

.comem:hover {
	opacity: 0.8;
}

.menu {
	margin-top: 15px;
	float: right;
	/*width: 100px;
	height: 48px;*/
	/*position: fixed;*/
	/*right: 36px;*/
	/*top: 36px;*/
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	z-index: 1100;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.menu .l {
	float: right;
	margin: 0 20px 0 10px;
}

.menu-handler {
	width: 16px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	position: relative;
	float: left;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	background: url(../images/navbg.png) no-repeat left center;
}

.menu-handler.active .burger {
	width: 20px;
	height: 3px;
	background: #fff;
	display: block;
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 50%;
	margin: 0px 0px 0px -10px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}


/*.menu-handler .burger-2 {
	top: 21px;
}

.menu-handler .burger-3 {
	top: 28px;
}*/

.menu-handler.active {
	margin-right: -285px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	float: right;
	transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
	background: #3777ed;
	z-index: 1200;
}

.menu-handler.active .burger-1 {
	top: 21px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
	top: 21px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.menuBox {
	position: fixed;
	z-index: 1090;
	background-color: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	height: 0px;
	overflow: hidden;
	box-sizing: border-box;
}

.open .menuBox {
	height: 100%;
	padding: 10% 0px 0px;
}

.nav {
	/* width: 950px;*/
	margin: 0px auto 5%;
}

.nav dd {
	float: left;
	display: block;
	width: 12.5%;
	font-size: 16px;
}

.nav dd.lin5 {
	width: 16%;
}

.nav a:link,
.nav a:visited {
	color: #7f7f7f;
}

.nav a:active,
.nav a:hover {
	color: #0055b1;
}

.nav dd .t a {
	color: #555555;
}

.nav dd .t a:hover {
	color: #E2932B;
}

.nav dd .t {
	font-size: 20px;
	margin-bottom: 20px;
}

.nav dd .subnav li {
	margin-bottom: 5px;
}

.nav dd .subnav a:hover {
	margin-left: 5px;
}

.no-csstransforms .nav {
	margin-bottom: 20px;
}

.no-csstransforms .nav dd {
	font-size: 14px;
}

.no-csstransforms .nav dd .t {
	font-size: 16px;
	margin-bottom: 15px;
}

.menulink a {
	margin-right: 60px;
}

.menuMobileBox {
	position: fixed;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 0%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 10006;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.menuclose {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
}

.menuclose:hover {
	background-color: #0055b1;
}

.menuclose:hover i {
	background-color: #fff;
}

.menuclose i {
	width: 30px;
	height: 2px;
	background-color: #060606;
	position: absolute;
	left: 9px;
	top: 24px;
}

.menuclose .i1 {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.menuclose .i2 {
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.mobileLogo {
	padding: 24px 0px 0px;
	text-align: center;
	width: 250px;
	margin: 0px auto;
	display: block;
	transition: 600ms ease 200ms;
	-webkit-transition: 600ms ease 200ms;
}

.mobileLogo img {
	width: 100%;
	display: block;
}

.navMobile {
	padding: 60px 0px 40px;
}

.navMobile dd {
	display: block;
	width: 100%;
	text-align: center;
}

.navMobile dd p a {
	text-transform: uppercase;
	font-size: 25px;
	position: relative;
	transition: 600ms ease 350ms;
	-webkit-transition: 600ms ease 350ms;
	opacity: 0;
}

.navMobile dd a {
	display: block;
	font-size: 16px;
	padding: 5px 0px;
	color: #7f7f7f;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
	background: none #0055b1;
	color: #fff;
}

.navMobile dd a:active {
	background-color: #84c598;
	color: #fff;
}

.navMobile dd .msubnav {
	background-color: #fafafa;
	display: none;
	padding: 15px 0px;
}

.navMobile dd .msubnav a {
	color: #8d8d8d;
	position: relative;
	background: transparent;
}


/*banner*/

.h {
	padding-top: 66px;
	/*padding-top: 75px;*/
}

.banner {
	position: relative;
}

.in_banner img {
	display: block;
	width: 100%;
}

.in_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.bant {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.bant .t2 {
	margin: 10px auto;
	height: 3px;
	line-height: 3px;
	width: 28px;
	background: #fff;
}

.banner .swiper-slide.swiper-slide-active img {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner .go_section {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.go_section a {
	display: block;
	width: 22px;
	height: 36px;
	position: relative;
	margin: 0 auto;
}

.go_section img {
	width: 22px;
	height: auto;
	display: block;
	position: absolute;
	/*left:8px;*/
	bottom: 0;
	z-index: 999;
	animation-delay: 0ms;
	animation-duration: 1340ms;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}


/*首页*/

.in_sec1 {
	padding-top: 50px;
	background: #004c9d url(../images/in1.jpg) no-repeat left center;
	background-size: 100% 100%;
	color: #fff;
}

.in_sec1 .t1 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

.in_sec1 .t1 i {
	margin: 0 5px;
}

.in_sec1 .t1 img {
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}

.in_sec1 .t2 {
	margin: 20px 0 25px;
	font-size: 16px;
	color: #a4b5d3;
}

.in_sec1 .t2 p {
	float: left;
}

.in_sec1 a {
	float: right;
	display: inline-block;
	padding: 0 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #a4b5d3;
	border-radius: 25px;
	font-size: 13px;
	color: #a4b5d3;
	text-transform: uppercase;
	transition: all 0.5s;
}

.in_sec1 a i {
	margin-top: 12px;
	float: right;
	display: block;
	width: 16px;
	height: 12px;
	line-height: 12px;
	background: url(../images/more1.png) no-repeat center center;
	background-position: 0 0;
	transition: background-position 0.5s;
}

.in_sec1 a:hover {
	color: #fff;
	border-color: #fff;
}

.in_sec1 a:hover i {
	background-position: -16px 0;
}

.youshi {
	border-top: 1px solid #1a62ab;
}

.youshi ul li {
	position: relative;
	padding: 40px 0;
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.youshi ul li .pic {
	padding: 0 15px;
	margin: 0 auto;
	width: 123px;
	height: 123px;
	border-radius: 50%;
	background: rgba(26, 110, 192, 0.8);
	font-size: 18px;
	font-weight: bold;
}

.youshi ul li .img {
	padding-top: 15px;
}

.youshi ul li .tbox {
	margin-top: 20px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 25px;
}

.youshi ul li:hover {
	background: rgba(26, 98, 171, 0.8);
}

.youshi ul li:hover .jian {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -10px;
	/*right: 95px;*/
	width: 20px;
	height: 9px;
	background: url(../images/jiao.png) no-repeat left center;
}

h2.tit {
	line-height: 24px;
	font-size: 24px;
	color: #666666;
	text-align: center;
}

h2.tit a {
	font-size: 13px;
	color: #666666;
}

.in_sec2 {
	background: #fff;
	padding: 70px 0;
}

.in_sec2 .main {
	margin-top: 35px;
}

.in_sec2 .main ul li {
	float: left;
	width: 23.43%;
	margin-left: 2.093%;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px #D9D9D9;
	-webkit-box-shadow: 0px 0px 10px #D9D9D9;
	box-shadow: 0px 0px 10px #D9D9D9;
}

.in_sec2 .main ul li:nth-child(4n+1) {
	margin-left: 0;
}

.in_sec2 .main ul li:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.in_sec2 .main ul li .pic {
	overflow: hidden;
}

.in_sec2 .main ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in_sec2 .main 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;
}

.in_sec2 .main ul li .tbox {
	padding: 30px 20px;
	font-size: 16px;
	color: #999999;
}

.in_sec3 {
	position: relative;
	background: url(../images/in3.jpg) no-repeat left center;
	background-size: 100% 100%;
	overflow: hidden;
}

.in_sec3 h2.tit {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 100;
}

.in_sec3 ul li {
	padding-top: 300px;
	height: 497px;
	float: left;
	width: 16.66%;
	position: relative;
	border-left: 1px solid #296db7;
	transition: all 0.8s;
}

.in_sec3 ul li:first-child {
	border: none;
}

.in_sec3 ul li:hover {
	padding-top: 88px;
	background: #60d0bb;
}


/*.in_sec3 ul li a{
	display: block;
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}*/

.in_sec3 ul li .yuan {
	opacity: 0;
	padding: 0 20px;
	text-align: right;
	transition: all 0.8s;
}

.in_sec3 ul li .yuan img {
	margin-bottom: -55px;
	/*float: right;*/
}

.in_sec3 ul li:hover .yuan {
	opacity: 1;
}

.in_sec3 ul li .tbox1 {
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.in_sec3 ul li .tbox2 {
	display: none;
	margin: 15px 0;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
}
.in_sec3 ul li .tbox2 p{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.in_sec3 ul li:hover .tbox2 {
	display: block;
}

.in_sec3 ul li .tubiao {
	margin-bottom: 20px;
}

.in_sec3 ul li .tubiao img {
	width: 61px;
	height: 61px;
}

.in_sec3 ul li .tubiao img.no {
	display: none;
}

.in_sec3 ul li:hover .tubiao img.no {
	display: inline-block;
}

.in_sec3 ul li:hover .tubiao img.kong {
	display: none;
}

.in_sec3 ul li .pic {
	display: none;
}

.in_sec3 ul li:hover .pic {
	display: block;
}

.in_sec3 ul li .pic img {
	display: block;
	width: 100%;
}

.in_sec4 {
	padding: 70px 0;
	background: #f3f3f3;
}

.in_sec4 .main1 {
	float: left;
	width: 31.25%;
}

.in_sec4 h2.tit {
	margin-bottom: 30px;
	text-align: left;
}

.in_sec4 .main1 img {
	display: block;
	width: 100%;
}

/*2018/9/6*/
.in_sec4 .main1 .tbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 50px;
	height:70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.6);
}

.in_sec4 .main1 .swiper-button-next, 
.in_sec4 .main1 .swiper-button-prev{
	width: 13px;
	height: 70px;
	opacity: 1;
	margin-top: 0;
	top: auto;
	bottom: 0;
}

.in_sec4 .main1 .swiper-button-next{background: url(../images/icon-right.png) no-repeat left center; right: 15px;}
.in_sec4 .main1 .swiper-button-prev{background: url(../images/icon-left.png) no-repeat left center; left: 15px;}

.in_sec4 .main1 .swiper-button-next:hover{background: url(../images/icon-right1.png) no-repeat left center;}
.in_sec4 .main1 .swiper-button-prev:hover{background: url(../images/icon-left1.png) no-repeat left center;}

/*2018/9/6 end*/





















.in_sec4 .main2 {
	float: left;
	width: 31.25%;
	margin: 0 3.125%;
}

.in_sec4 .main2 .list1 {
	padding: 15px 20px;
	background: #fff;
}

.in_sec4 .main2 .list1 ul li {
	line-height: 30px;
	height: 30px;
	border-top: 1px solid #f3f3f3;
}

.in_sec4 .main2 .list1 ul li:first-child {
	border: none;
}

.in_sec4 .main2 .list1 a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.in_sec4 .main2 .list1 ul li:hover a {
	color: #0055b1;
}

.in_sec4 .main2 .list2 {
	margin-top: 10px;
	padding: 35px 20px;
	background: #fff url(../images/pic8.png) no-repeat right center;
	border-bottom: 3px solid #0055b1;
}

.in_sec4 .main2 .list2 .t1 {
	font-size: 24px;
	color: #666666;
}

.in_sec4 .main2 .list2 .t2 {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.in_sec4 .main3 {
	float: left;
	width: 31.25%;
}

.in_sec4 .main3 .box {
	background: #fff;
}

.in_sec4 .main3 .box img {
	display: block;
	width: 100%;
}

.in_sec4 .main3 .box .tbox {
	padding: 25px 20px 15px;
	font-size: 17px;
	color: #666666;
}

.in_sec4 .main3 .box a {
	margin-top: 24px;
	display: inline-block;
	padding: 0 12px;
	width: 80px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	border-radius: 25px;
	background: #4ecbb3 url(../images/ico2.png) no-repeat 80% center;
	text-transform: uppercase;
	transition: all 0.8s;
}

.in_sec4 .main3 .box a:hover {
	background-color: #4cabf0;
}

.in_sec5 {
	padding: 80px 0 60px;
	background: url(../images/in5.jpg) no-repeat left center;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
}

.in_sec5 .t1 {
	line-height: 40px;
	font-size: 40px;
	font-weight: bold;
	font-family: 'PF';
}

.in_sec5 .t2 {
	margin: 25px 0 40px;
	line-height: 24px;
	font-size: 16px;
}

.in_sec5 .t3 {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 55px;
	line-height: 49px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	border: 3px solid #fff;
	border-radius: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	overflow: hidden;
}

.in_sec5 .t3:before {
	content: " ";
	display: block;
	width: 140px;
	height: 43px;
	background: rgba(255, 255, 255, .1);
	position: absolute;
	top: -10px;
	left: -200px;
	transform: rotate(-45deg);
	transition: all .15s ease-in-out;
}

.in_sec5 .t3:hover:before {
	margin-left: 300%;
}

.in_sec5 .t3:hover {
	background: rgba(255, 255, 255, .27);
}


/*footer*/

.footer {
	background: #fff;
}

.footer .footop {
	padding: 70px 0 60px;
}

.footer .f1 {
	float: left;
	width: 80%;
	border-right: 1px solid #eeeeee;
}

.footer .f1 dl {
	float: left;
	width: 20%;
}

.footer .footop dt {
	margin-bottom: 30px;
	line-height: 18px;
	font-size: 18px;
	color: #0055B1;
	font-weight: bold;
}

.footer .footop dd {}

.footer .footop dd a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.footer .footop dd a:hover {
	color: #0055B1;
}

.footer .f2 {
	float: left;
	width: 20%;
	text-align: center;
}

.footer .f2 .t1 {
	font-size: 20px;
	color: #0055b1;
	font-weight: bold;
}

.footer .f2 .t2 {
	font-size: 13px;
	color: #666666;
}

.footer .f2 .sharebox {
	margin: 25px 0;
	text-align: center;
}

.bdshare-button-style0-16 a {
	display: inline-block!important;
	float: none!important;
	margin: 0 5px!important;
	padding-left: 0!important;
	width: 35px;
	height: 35px!important;
	line-height: 35px!important;
	background: none!important;
}

.footbottom {
	background: #eeeeee;
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	color: #999999;
}

.footbottom img {
	vertical-align: middle;
}

.footbottom a {
	
}

.footbottom a:hover {
	color: #0055b1;
}

.footbottom a i {
	font-style: normal;
	padding: 0 10px;
}

.gotop {
	float: right;
	width: 60px;
	margin-left: 35px;
	background: #e4e4e4;
	text-align: center;
	cursor: pointer;
}

.gotop:hover {
	background: #0055b1;
}


/*weizhi*/

.weizhi {
	line-height: 16px;
	padding: 22px 0;
	border-bottom: 1px solid #f0f0f0;
}

.weizhi1 a {
	float: left;
	display: block;
	padding: 0 40px;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	border-right: 1px solid #f2f2f2;
}

.weizhi1 a:hover,
.weizhi1 a.on {
	color: #0459ad;
}

.weizhi2 {
	float: right;
	padding-left: 26px;
	font-size: 12px;
	color: #979797;
	background: url(../images/home.png) no-repeat left center;
}

.weizhi2 a {
	color: #979797;
}

.weizhi2 a:hover {
	color: #0459ad;
}


/*about*/

.about_sec1 {
	padding: 60px 0;
	text-align: center;
}
.main_sec .about_sec1{
	padding-bottom: 10px;
}

.about_sec1 .t1 {
	height: 32px;
	line-height: 32px;
}

.about_sec1 .t2 {
	margin: 25px 0 35px;
	font-size: 26px;
	color: #202020;
	font-weight: bold;
	font-family: 'PF';
}

.about_sec1 .t3 {
	padding: 0 85px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}


.about_sec1 .t3 p { text-indent:2em;}

.about_sec1 .t4 {
	margin: 30px 0 40px;
}

.about_sec1 .t4 ul li {
	float: left;
	width: 25%;
	font-size: 15px;
	color: #555555;
	text-align: center;
}

.about_sec1 .t4 ul li .t {
	line-height: 15px;
	margin-top: 15px;
}

.about_sec1 .t5 {
	display: inline-block;
	height: 120px;
	height: 40px;
	line-height: 40px;
}

.about_sec2 {
	padding-top: 65px;
	background: url(../images/about2bgpng.png) no-repeat top center / 100% 579px;
}

.about_sec2 h2.tit {
	color: #fff;
}


/*大*/

.auCHist-man {
	width: 928px;
	padding: 0 0 246px;
	position: relative;
	margin: 80px auto 0;
}

.auCHist-man .swiper-container {
	padding: 69px 0 0;
}

.auCHist-man .auCHman-box {
	display: block;
	height: 72px;
	text-align: center;
	color: #fff;
	background: url(../images/auCHist-bg.png) no-repeat center 68px;
	position: relative;
}

.auCHman-box .year {
	line-height: 28px;
	font-size: 16px;
}

.auCHman-box:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0px;
}

.auCHman-box:after {
	content: "";
	display: block;
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: 11px;
}

.auCHman-box.cur .year {
	width: 77px;
	height: 77px;
	line-height: 77px;
	background: rgba(96, 208, 187, .75);
	border-radius: 100%;
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: -38.5px;
}

.auCHman-box.cur .year:after {
	content: "";
	display: block;
	width: 109px;
	height: 109px;
	background: rgba(96, 208, 187, .25);
	border-radius: 100%;
	position: absolute;
	top: -16px;
	left: -16px;
	z-index: -1;
}

.auCHman-box.cur:before,
.auCHman-box.cur:after {
	background: #60d0bb;
}

.auCHman-box.cur:after {
	height: 30px;
	z-index: 2;
}

.auCHistManSwiper-prev,
.auCHistManSwiper-next {
	display: block;
	width: 11px;
	height: 21px;
	position: absolute;
	top: 70px;
}

.auCHistManSwiper-prev {
	left: -58px;
	background: url(../images/swiper2-l.png) no-repeat center center;
}

.auCHistManSwiper-next {
	right: -58px;
	background: url(../images/swiper2-r.png) no-repeat center center;
}

.auCHist-man:before,
.auCHist-man:after {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/auCHist-orn1.png) no-repeat center center;
	position: absolute;
	top: 125px;
}

.auCHist-man:before {
	left: -103px;
}

.auCHist-man:after {
	right: -103px;
}

.auCHist-man .orn1,
.auCHist-man .orn2 {
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	top: 137px;
}


/*小*/

.auCHist-min {
	width: 1000px;
	position: relative;
	margin: -151px auto 0;
	z-index: 2;
}

.auCHist-min .swiper-container {
	padding: 0 0 69px;
}

.auCHist-min .swiper-container .swiper-slide {
	padding: 0 10px;
}

.auCHmin-box {
	display: block;
	padding: 0 6.851851851851852% 0 41.6666%;
	background: #fff;
	box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
	position: relative;
}

.auCHmin-box .auCHmin-img {
	display: block;
	width: 38.7037037037037%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}

.auCHmin-box .auCHmin-block {
	padding: 61px 0 51px;
	min-height: 284px;
}

.auCHmin-block li {
	padding: 0 0 0 37px;
	line-height: 24px;
	color: #666666;
	position: relative;
	margin: 9px 0 0;
	font-size:14px;
	
	
	
}

.auCHmin-block li:first-child {
	margin: 0px;
}

.auCHmin-block li:before {
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	background: #afafaf;
	position: absolute;
	left: 0px;
	top: 14px;
}

.about_sec3 {
	padding: 0px 0 60px;
	background: #fff;
}

.about_sec3 .main {
	padding: 0 50px;
	margin-top: 40px;
	overflow: hidden;
}

.about_sec3 .main .swiper-container {
	overflow: initial;
}

.about_sec3 .main a {
	padding: 10px;
	display: block;
	border: 1px solid #dbdbdb;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.about_sec3 .main .pic {
	margin-bottom: 16px;
}

.about_sec3 .main .pic img {
	display: block;
	width: 100%;
}

.about_sec3 .swiper-button-next,
.about_sec3 .swiper-button-prev {
	width: 37px;
	height: 100%;
	line-height: 37px;
	top: 0;
	margin-top: 0;
}

.about_sec3 .swiper-button-prev {
	left: -50px;
	background: #fff url(../images/ryl.png) no-repeat left center;
}

.about_sec3 .swiper-button-next {
	right: -50px;
	background: #fff url(../images/ryr.png) no-repeat left center;
}

.about_sec3 .swiper-button-prev:hover {
	background: #fff url(../images/ryl0.png) no-repeat left center;
}

.about_sec3 .swiper-button-next:hover {
	background: #fff url(../images/ryr0.png) no-repeat left center;
}

.about_sec4 {
	background: url(../images/pic11.jpg) no-repeat left center;
	background-size: 100% 100%;
}

.about_sec4 .pic {
	float: left;
	width: 51%;
}

.about_sec4 .pic img {
	display: block;
	width: 100%;
}

.about_sec4 .tbox {
	float: left;
	width: 39%;
	color: #fff;
	padding: 0 70px;
}

.about_sec4 .tbox .t1 {
	padding-top: 60px;
	margin-bottom: 40px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'PF';
}

.about_sec4 .tbox .t2 {
	font-size: 16px;
}

.about_sec4 .tbox .t3 {
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
}


/*产品*/

.pro_sec1 {
	padding: 40px 0 60px;
}

.pro_sec1 ul li {
	float: left;
	width: 23.43%;
	margin-left: 2.093%;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
}

.pro_sec1 ul li:nth-child(4n+1) {
	margin-left: 0;
}

.pro_sec1 ul li:hover {
	border-color: #fff;
	-moz-box-shadow: 0px 0px 10px #D9D9D9;
	-webkit-box-shadow: 0px 0px 10px #D9D9D9;
	box-shadow: 0px 0px 10px #D9D9D9;
}

.pro_sec1 ul li .pic img {
	display: block;
	width: 100%;
}

.pro_sec1 ul li .tbox {
	background: #fff;
	padding: 30px 20px;
	border-top: 1px solid #e6e6e6;
}

.pro_sec1 ul li .tbox .t1 {
	margin-bottom: 15px;
	line-height: 20px;
	height: 20px;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}

.pro_sec1 ul li .tbox .t2 {
	line-height: 16px;
	height: 16px;
	font-size: 16px;
	color: #999999;
}

.pro_sec2 {
	background: url(../images/probg.jpg) no-repeat left center;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
}

.pro_sec2 .t1 {
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	font-family: 'PF';
}

.pro_sec2 .t2 {
	margin: 30px 0;
	font-size: 16px;
	line-height: 28px;
}

.pro_sec2 .t3 {
	display: inline-block;
	width: 158px;
	height: 39px;
	line-height: 39px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	transition: all 0.8s;
}

.pro_sec2 .t3:hover {
	background: #7faad8;
	border-color: #7faad8;
}

.pro_sec2 .swiper-container {
	padding-top: 70px;
	height: 357px;
}

.pro_sec2 .swiper-pagination-bullet {
	height: 11px;
	width: 11px;
	background: #7faad8;
	opacity: 1;
}

.pro_sec2 .swiper-pagination-bullet-active {
	background: #0055b1;
}

.proxq_sec {
	padding: 40px 0 80px;
}

.proxq_sec .main1 {
	padding: 20px;
	margin-bottom: 40px;
	background: #fff;
}

.proimg {
	float: left;
	width: 42%; max-width:450px
}

.proimg img {
	display: block;
	width: 100%;
}

.protbox {
	float: right;
	width: 56.5%;
	padding: 0 10px 0 40px;
}

.proname {
	margin-bottom: 25px;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	font-family: 'PF';
}

.proinfo {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}

.proinfo strong {
	color: #0055b1;
}

.procontact {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #60D0BB;
	border-radius: 25px;
	text-align: center;
}

.procontact a {
	display: block;
	font-size: 16px;
	color: #fff;
}

.procontact:hover {
	opacity: 0.8;
}

.proxq_sec .main2 {
	padding: 20px;
	background: #fff;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}

.proxq_sec .details .tit {
	margin: 25px 0;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.proxq_sec .details strong {
	color: #0055b1;
}

.proxq_sec .details img {
	display: block;
	max-width: 100%;
}


/*联系我们*/

.main_sec {
	background: #f3f3f3;
}

.contact_sec1 {
	padding: 40px 0 75px;
}

.contact_sec1 .tabs {
	margin-bottom: 33px;
}

.contact_sec1 .tabs ul li {
	padding: 30px;
	position: relative;
	float: left;
	width: 29.7%;
	margin-left: 5.45%;
	color: #666666;
	background: #fff url(../images/s.png) no-repeat right bottom;
	-moz-box-shadow: 0px 0px 20px #C2C2C2;
	-webkit-box-shadow: 0px 0px 20px #C2C2C2;
	box-shadow: 0px 0px 20px #C2C2C2;
	transition: background-color 0.8s;
	cursor: pointer;
}

.contact_sec1 .tabs ul li.active {
	background: #60d0bb url(../images/s0.png) no-repeat right bottom;
	color: #fff;
}

.contact_sec1 .tabs ul li:first-child {
	margin-left: 0;
}

.contact_sec1 .tabs .tit {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.contact_sec1 .tabs p {
	line-height: 21px;
	font-size: 14px;
}

.contact_sec1 .tabs a {
	color: #666666;
}

.contact_sec1 .tabs ul li.active a {
	color: #fff;
}

.contact_sec1 .tabs .dian {
	position: absolute;
	top: 10px;
	right: 0;
}

.contact_sec1 .tabs .on {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -18px;
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.contact_sec1 .tabs ul li.active .on {
	display: block;
}

#tabs-container {
	-moz-box-shadow: 0px 0px 20px #C2C2C2;
	-webkit-box-shadow: 0px 0px 20px #C2C2C2;
	box-shadow: 0px 0px 20px #C2C2C2;
}

#tabs-container iframe {
	display: block;
}

#tabs-container .swiper-slide {
	background: #f3f3f3;
}


/*新闻*/

.news_sec {
	padding: 40px 0 60px;
}

.news_sec ul li {
	margin-bottom: 40px;
	padding: 30px;
	background: #fff;
	border: 5px solid #e9eaea;
}

.news_sec ul li:hover {
	border-color: #fff;
	-moz-box-shadow: 0px 0px 20px #C2C2C2;
	-webkit-box-shadow: 0px 0px 20px #C2C2C2;
	box-shadow: 0px 0px 20px #C2C2C2;
}

.news_sec ul li .tbox {
	/*float: left;
	width: 71.25%;*/
	font-size: 16px;
}

.news_sec ul li .tbox .t1 {
	color: #6a6a6a;
}

.news_sec ul li .tbox .t2 {
	margin: 35px 0 25px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.news_sec ul li:hover .tbox .t2 {
	color: #0055b1;
}

.news_sec ul li .tbox .t3 {
	line-height: 25px;
	color: #555555;
}

.news_sec ul li .pic {
	float: right;
	width: 23%;
	margin-left: 5.25%;
}

.news_sec ul li .pic img {
	display: block;
	width: 100%;
}


/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; background:#ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #3777ed; background:#3777ed; color:#fff; }
.page span{margin-right:6px;}


/*下载*/

.download_sec {
	padding: 40px 0 60px;
}

.download_sec ul {
	background: #fff;
	padding: 20px;
}

.download_sec ul li {
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #dbdbdb;
}

.download_sec .t1 {
	padding: 20px 0;
	font-size: 18px;
	color: #333333;
}

.download_sec .t1 .tit {
	float: left;
	padding-left: 45px;
	height: 31px;
	line-height: 31px;
	background: url(../images/pdf.png) no-repeat left center;
}

.download_sec .t1 a {
	float: right;
	display: inline-block;
	width: 21px;
	height: 31px;
	line-height: 31px;
	background: url(../images/dw.png) no-repeat left center;
}

.download_sec .t2 {
	display: none;
	padding: 25px 45px;
	font-size: 15px;
	color: #666666;
	border-top: 1px dotted #dbdbdb;
}

.download_sec ul li:hover {}

.download_sec ul li:hover .t1 .tit {
	background-image: url(../images/pdf0.png);
}

.download_sec ul li:hover .t1 a {
	background-image: url(../images/dw0.png);
}

.download_sec ul li:hover .t1,
.download_sec ul li:hover .t2 {
	color: #0055b1;
}


/*招聘*/

.job_sec1 {
	padding: 40px 0 60px;
}

.job_sec1 ul li {
	padding: 20px;
	float: left;
	width: 29.8%;
	margin-left: 5.3%;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
}

.job_sec1 ul li:first-child {
	margin-left: 0;
}

.job_sec1 ul li:first-child {
	border-bottom: 1px solid #004ba0;
}

.job_sec1 ul li:nth-child(2) {
	border-bottom: 1px solid #60d0bb;
}

.job_sec1 ul li:nth-child(3) {
	border-bottom: 1px solid #f6ac11;
}

.job_sec1 ul li .pic {}

.job_sec1 ul li .pic img {
	display: block;
	width: 100%;
}

.job_sec1 ul li .tbox {
	position: relative;
}

.job_sec1 ul li .tbox .t1 {
	position: absolute;
	left: 50%;
	top: -43px;
	margin-left: -43px;
	width: 86px;
	height: 86px;
	line-height: 76px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	background: #004ba0;
	border: 5px solid #fff;
}

.job_sec1 ul li:nth-child(2) .tbox .t1 {
	background: #60d0bb;
}

.job_sec1 ul li:nth-child(3) .tbox .t1 {
	background: #f6ac11;
}

.job_sec1 ul li .tbox .t2 {
	padding: 60px 25px 25px;
	font-size: 16px;
	color: #5a5a5a;
}

.job_sec2 {
	padding-top: 85px;
	/*height: 357px;*/
	height: 272px;
	
	background: url(../images/jobbg.jpg) no-repeat left center;
	background-size: 100% 100%
}


/*优势*/

.advan_sec {}

.advan_sec .main {
	padding: 40px 0;
}

.advan_sec .box {
	float: left;
	width: 50%;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.advan_sec .pic img {
	display: block;
	width: 100%;
}

.advan_sec .t {
	padding: 90px 30px 0;
}

.advan_sec .main:nth-child(even) .box.pic {
	float: right;
}

.advan_sec h2.tit {
	margin: 0 0 35px;
	font-size: 26px;
	color: #202020;
	font-weight: bold;
	font-family: 'PF';
}

.advan_sec .main1 {
	background: #234BAB;
}

.advan_sec .main2 {
	background: #66B726;
}

.advan_sec .main3 {
	background: #7db5f3;
}

.advan_sec .main4 {
	background: #64c6aa;
}


/*表格*/

.cftable {
	line-height: 30px;
	border: 1px solid #DBDBDB;
	text-align: center;
}

.cftable dt {
	line-height: 40px;
	background: #f3f3f3;
	font-size: 18px;
	font-weight: bold;
}

.cftable dd {
	border-top: 1px solid #DBDBDB;
}

.cftable span {
	float: left;
	width: 50%;
}

.cftable dt span:first-child,
.cftable dd span:first-child {
	border-right: 1px solid #DBDBDB;
}


/*===========================响应式========================*/

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.menu {
		width: 100px;
		height: 48px;
		position: fixed;
		right: 36px;
		top: 36px;
		color: #0055b1;
		font-size: 16px;
		line-height: 48px;
		z-index: 1100;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
	}
	.menu-handler {
		width: 48px;
		height: 48px;
		cursor: pointer;
		position: relative;
		float: right;
		transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
		-moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
		background: #0055b1;
		background-image: none;
	}
	.menu-handler .burger {
		width: 20px;
		height: 3px;
		background: #fff;
		display: block;
		position: absolute;
		z-index: 5;
		top: 14px;
		left: 50%;
		margin: 0px 0px 0px -10px;
		transform-origin: center;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-o-transform-origin: center;
		-ms-transform-origin: center;
	}
	.menu-handler .burger-2 {
		top: 21px;
	}
	.menu-handler .burger-3 {
		top: 28px;
	}
	.menu-handler.active .burger-1 {
		top: 21px;
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.menu-handler.active .burger-2 {
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
	}
	.menu-handler.active .burger-3 {
		top: 21px;
		-moz-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		-o-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
	.other {
		display: none;
	}
	.h {
		padding-top: 66px;
	}
	.logo,
	.pagesider2 .logo,
	.pagesider3 .logo,
	.pagesider5 .logo {
		background: url(../images/logo.png) no-repeat;
		background-size: contain;
		width: auto;
		height: 34px!important;
		/*left: 5%;*/
		top: 11px;
	}
	.menu,
	.topfix .menu {
		margin-top: 0;
		top: 9px;
		right: 9px;
		width: 88px;
		font-size: 14px;
	}
	.menu .l {
		float: none;
		margin: 0;
	}
	#boxsider {
		padding: 0!important;
		height: 66px !important;
		background-color: #fff;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 10000;
	}
	.mtop {
		height: 66px;
	}
	.open .menuBox {
		height: 0%;
		padding: 0% 0px 0px;
	}
	.open .menuMobileBox {
		height: 100%;
	}
	.open .mobileLogo {
		padding-top: 54px;
	}
	.open .navMobile dd p a {
		padding: 8px 0px;
		opacity: 1;
	}
	.auCHistManSwiper-prev {
		left: 0px;
	}
	.auCHistManSwiper-next {
		right: 0px;
	}
	.auCHist-min {
		width: 100%;
		padding: 0 4%;
	}
	.banner {
		padding-top: 66px;
	}
	.job_sec1 ul li .tbox .t2 {
		font-size: 12px;
	}
	.advan_sec .t {
		padding: 70px 30px 0;
	}
}

@media all and (max-width:980px) {
	.abUs-comHist {
		padding: .5rem 0;
		background-size: cover;
	}
	.auCHist-man {
		width: 100%;
		padding: 0px;
		margin: 1rem 0 0;
	}
	.auCHman-box.cur .year {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		margin-left: -25px;
		top: -33px;
	}
	.auCHman-box.cur .year:after {
		width: 70px;
		height: 70px;
		top: -10px;
		left: -10px;
	}
	.auCHist-min {
		margin: 1.2rem 0 0;
	}
	.auCHist-min .swiper-container {
		padding: 0px 0 1rem;
	}
}


/**/

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.in_sec1 a {
		float: left;
		margin-top: 20px;
	}
	.youshi ul li {
		width: 50%;
	}
	.in_sec2 .main ul li {
		width: 48%;
		margin: 15px 1%!important;
	}
	.in_sec3 ul li {
		width: 33.33%;
	}
	.in_sec3 ul li:nth-child(3) {
		border: none;
	}
	.in_sec4 .main1,
	.in_sec4 .main2,
	.in_sec4 .main3 {
		width: 100%;
		margin: 10px 0;
	}
	.footer .f1 {
		display: none;
	}
	.footer .f2 {
		width: 100%;
	}
	.bant {
		font-size: 18px;
	}
	.weizhi1 {
		display: none;
	}
	.weizhi2 {
		width: 100%;
	}
	.job_sec1 ul li,
	.contact_sec1 .tabs ul li {
		width: 100%;
		margin: 10px 0;
	}
	.advan_sec .main:nth-child(even) .box.pic {
		float: left;
	}
	.advan_sec .box {
		width: 100%;
		font-size: 14px;
	}
	.advan_sec .t {
		padding: 20px;
	}
}


/**/

@media only screen and (max-width:780px) {
	.in_sec2,
	.in_sec3,
	.in_sec4,
	.in_sec5,
	.footer .footop,
	.proxq_sec,
	.job_sec1,
	.news_sec,
	.contact_sec1,
	.pro_sec1 {
		padding: 30px 0;
	}
	.download_sec {
		padding-bottom: 30px;
	}
	.about_sec4 .pic {
		width: 100%;
	}
	.about_sec4 .tbox {
		width: 100%;
		padding: 20px;
	}
	.about_sec4 .tbox .t1 {
		padding-top: 10px;
		margin-bottom: 10px;
	}
}


/**/

@media only screen and (max-width:560px) {
	.auCHmin-box {
		padding: 0px;
	}
	.auCHmin-box .auCHmin-img {
		width: 100%;
		height: auto;
		position: relative;
	}
	.auCHmin-box .auCHmin-block {
		min-height: 0px;
		padding: 1rem 4%;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
	.go_section {
		display: none;
	}
	.in_sec1 .t1,
	h2.tit,
	.in_sec5 .t1,
	.pro_sec2 .t1,
	.news_sec ul li .tbox .t2 {
		font-size: 18px;
		line-height: 18px;
	}
	.in_sec1 .t2,
	.in_sec2 .main ul li .tbox,
	.in_sec4 .main3 .box .tbox,
	.in_sec5 .t2,
	.download_sec .t1,
	.download_sec .t2,
	.news_sec ul li .tbox {
		font-size: 14px;
	}
	.youshi ul li .tbox {
		font-size: 12px;
	}
	.in_sec3 ul li {
		height: auto;
		padding: 0;
		width: 100%;
		border: none;
	}
	.in_sec3 h2.tit {
		position: static;
	}
	.in_sec3 ul li .yuan {
		opacity: 1;
	}
	.in_sec3 ul li .tbox2,
	.in_sec3 ul li .pic {
		display: block;
	}
	.in_sec5 .t3 {
		font-size: 15px;
	}
	.footbottom {
		height: auto;
		line-height: 25px;
	}
	.gotop {
		display: none;
	}
	.proimg {
		width: 100%;
	}
	.protbox {
		width: 100%;
		padding: 0 10px;
	}
	.proname {
		font-size: 15px;
		line-height: 15px;
		padding: 10px;
	}
	.proinfo,
	.proxq_sec .main2,
	.pro_sec2 .t2 {
		font-size: 14px;
	}
	.bant {
		font-size: 14px;
	}
	.bant .t2 {
		display: none;
	}
	.weizhi {
		padding: 10px 0;
	}
	.job_sec2,
	.pro_sec2 .swiper-container {
		height: auto;
		padding: 25px 0;
	}
	.download_sec .t2 {
		padding: 10px;
	}
	.news_sec ul li .pic {
		margin-top: 10px;
		width: 100%;
	}
	.news_sec ul li .tbox {
		width: 100%;
	}
	.news_sec ul li .tbox .t2 {
		height: 18px;
		margin: 5px 0;
	}
	.footer .f2 .sharebox {
		margin: 5px 0;
	}
	.pro_sec1 ul li {
		width: 100%;
		margin-left: 0;
	}
	.pro_sec1 ul li .tbox {
		padding: 10px;
	}
	.pro_sec1 ul li .tbox .t1 {
		font-size: 16px;
	}
	.pro_sec1 ul li .tbox .t2 {
		font-size: 14px;
	}
	.about_sec1 .t1 img {
		width: 100%;
	}
	.about_sec1 .t2 {
		margin: 5px 0;
		font-size: 16px;
	}
	.about_sec1,
	.about_sec3 {
		padding: 30px 0;
	}
	.about_sec1 .t3 {
		font-size: 14px;
		padding: 0 10px;
	}
	.about_sec1 .t4 ul li {
		width: 50%;
		margin-bottom: 10px;
	}
	.about_sec4 .tbox .t1 {
		font-size: 18px;
	}
	.about_sec4 .tbox .t2 {
		font-size: 14px;
	}
	.proxq_sec .details .tit {
		margin: 15px 0;
		line-height: 16px;
		font-size: 16px;
	}
	.advan_sec h2.tit {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
.cftable dt {
	line-height: 30px;
	font-size: 14px;
	}
	
.cftable dd {
	font-size: 12px;
}
	
}


/**/

@media only screen and (max-width:480px) {}


/**/

@media only screen and (max-width:380px) {
	.bant {
		display: none;
	}
}


/**/

@media only screen and (max-width:320px) {
	.logo,
	.pagesider2 .logo,
	.pagesider3 .logo,
	.pagesider5 .logo {
		height: 25px;
		top: 18px;
	}
}

.newshow {
	font-size: 14px;
	padding: 100px 50px!important;
	line-height: 25px;
}
.newshow img{ max-width:100%}
.overseas_sec2{
	overflow: hidden;
}
.overseas_sec2 a{
	float:left;
	width:50%;
	line-height:48px;
	font-size:14px;
	color:#333333;    
	font-weight:bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 45px;
    transition:all 0.2s;
}
.overseas_sec2 a.overseas_a1{
	background:#f3f3f3 url(../images/left1.png) no-repeat 5% center;	
}
.overseas_sec2 a.overseas_a2{
	text-align: right;
	background:#f3f3f3 url(../images/right1.png) no-repeat 95% center;	
}

.overseas_sec2 a.overseas_a1:hover{
	color:#fff;
	background:#3777ed url(../images/left2.png) no-repeat 4% center;	
}
.overseas_sec2 a.overseas_a2:hover{
	color:#fff;
	background:#3777ed url(../images/right2.png) no-repeat 96% center;	
}
@media only screen and (max-width:480px) {
.newshow {
	font-size: 14px;
	padding: 20px!important;
	line-height: 25px;
}
}