<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	text-decoration: none;
	color: #666
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea,select {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: 'Microsoft YaHei',arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #212529;
	outline: 0
}

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

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0;
	color: #666
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1336px
}

@media (max-width:1921px) {
	.container {
		width: 1260px
	}
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.header {
	height: 98px;
	width: 100%;
	z-index: 8;
	transition: .5s;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3)
}

.header .logo {
	padding: 18px 0;
	overflow: hidden;
	transition: .5s;
	float: left
}

.header .logo a {
	display: block;
	overflow: hidden;
	position: relative
}

.header .logo a img {
	float: left
}

.header .logo a .logo01 {
	display: none
}

.header .header-right {
	float: right;
	transition: .5s
}

.header .header-right .header-search {
	float: right;
	padding-left: 31px;
	margin-top: 32px;
	transition: .5s
}

.header .header-right .header-search .pull-right a {
	display: block;
	line-height: 32px;
	width: 22px;
	height: 32px;
	background: url("/images/search12.png") no-repeat center center
}

.header .header-right .header-search .search {
	z-index: 9
}

.header .header-right .header-search .search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.header .header-right .header-search .search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.header .header-right .header-search .search .search-main {
	top: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	display: none;
	padding: 0;
	position: absolute;
	background-color: #fff
}

.header .header-right .header-search .container {
	background-color: #fff;
	overflow: hidden;
	position: relative
}

.header .header-right .header-search .form-control {
	text-align: left;
	box-shadow: 0;
	border-radius: 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-mz-border-radius: 0;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	vertical-align: top;
	padding: 10px 86px 10px 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 0;
	height: 97px
}

.header .header-right .header-search #search-closed {
	right: 0;
	top: 50%;
	max-width: 30px;
	position: absolute;
	cursor: pointer;
	margin-top: -15px
}

.header .header-right .lan {
	float: right;
	padding-left: 26px;
	color: #fff;
	line-height: 30px;
	margin-left: 74px;
	margin-top: 32px;
	position: relative;
	cursor: pointer;
	transition: .5s
}

.header .header-right .lan a {
	color: #6e6e6e
}

.header .header-right .lan .open {
	color: #6e6e6e
}

.header .header-right .lan .active {
	color: #fff
}

.header .header-right .lan span {
	display: block;
	background: url("/images/arrow.png") no-repeat center right;
	padding-right: 22px;
	font-size: 16px
}

.header .header-right .lan ul {
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 30px;
	left: 0;
	padding: 10px;
	width: 100%;
	z-index: 5;
	display: none
}

.header .header-right .lan ul li a {
	display: block;
	color: #666;
	font-size: 14px
}

.header .header-right .menu {
	float: right
}

.header .header-right .menu ul li {
	float: left;
	margin-left: 57px;
	position: relative
}

.header .header-right .menu ul li:after {
	content: '';
	height: 98px;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	display: none
}

.header .header-right .menu ul li a {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #6e6e6e;
	transition: .5s;
	line-height: 98px;
	position: relative;
	z-index: 2
}

.header .header-right .menu ul li .subnav {
	position: absolute;
	left: -26px;
	top: 98px;
	display: none;
	width: 677px
}

.header .header-right .menu ul li .subnav ul {
	overflow: hidden;
	padding: 28px;
	background: rgba(0,0,0,0.7)
}

.header .header-right .menu ul li .subnav ul li {
	float: left;
	width: 16.666666666666668%;
	margin-left: 0;
	background: 0
}

.header .header-right .menu ul li .subnav ul li:after {
	display: none!important
}

.header .header-right .menu ul li .subnav ul li a {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	padding: 10px 5px 5px 5px;
	color: rgba(242,242,242,0.3);
	background: 0
}

.header .header-right .menu ul li .subnav ul li a .pic {
	width: 65px;
	height: 65px;
	margin: 0 auto
}

.header .header-right .menu ul li .subnav ul li a .pic .hh {
	display: none
}

.header .header-right .menu ul li .subnav ul li a .bt {
	line-height: 40px;
    height: 40px;
    overflow:hidden;
}

.header .header-right .menu ul li .subnav ul li:nth-child(1) a,.header .header-right .menu ul li .subnav ul li:nth-child(2) a {
	border-top: 0
}

.header .header-right .menu ul li .subnav ul li:nth-child(2n) a {
	border-right: 0
}

.header .header-right .menu ul li .subnav1 {
	position: absolute;
	left: -26px;
	top: 98px;
	display: none;
	width: 427px
}

.header .header-right .menu ul li .subnav1 ul {
	overflow: hidden;
	padding: 20px;
	background: rgba(0,0,0,0.7) url(../images/asiahr_nav_bg_1.png) no-repeat bottom right
}

.header .header-right .menu ul li .subnav1 ul li {
	float: left;
	width: 25%;
	margin-left: 0;
	background: 0
}

.header .header-right .menu ul li .subnav1 ul li:after {
	display: none!important
}

.header .header-right .menu ul li .subnav1 ul li a {
	font-size: 16px;
	padding: 0 5px;
	line-height: 40px;
	color: rgba(242,242,242,0.3);
	opacity: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: 0;
	text-align: center
}

.header .header-right .menu ul li .subnav1 ul li:nth-child(1) a,.header .header-right .menu ul li .subnav1 ul li:nth-child(2) a {
	border-top: 0
}

.header .header-right .menu ul li .subnav1 ul li:nth-child(2n) a {
	border-right: 0
}

.header .header-right .menu ul li .subnav2 {
	left: -314px;
	width: 590px
}

.header .header-right .menu ul li .subnav2 ul li {
	width: 16.666666666666668%
}

.header .header-right .menu ul .open&gt;a {
	color: #6e6e6e
}

.header .header-right .menu ul .open1&gt;a {
	color: #fff
}

.header .header-right .menu ul .active&gt;a {
	color: #fff
}

.navFix .header {
	background: #fff;
	box-shadow: 2.5px 4.3px 24px 0 rgba(4,0,0,0.11);
	height: 70px
}

.navFix .header .logo {
	padding: 10px 0
}

.navFix .header .logo a .logo00 {
	display: none
}

.navFix .header .logo a .logo01 {
	display: block;
	height: 50px
}

.navFix .header .header-right .header-search {
	margin-top: 19px
}

.navFix .header .header-right .header-search .pull-right a {
	background: url("/images/search1.png") no-repeat center center
}

.navFix .header .header-right .header-search .form-control {
	height: 70px
}

.navFix .header .header-right .lan {
	color: #6e6e6e;
	margin-top: 19px
}

.navFix .header .header-right .lan a {
	color: #6e6e6e
}

.navFix .header .header-right .lan .active {
	color: #000
}

.navFix .header .header-right .lan span {
	background: url("/images/arrow1.png") no-repeat center right
}

.navFix .header .header-right .menu ul li a {
	color: #333;
	line-height: 70px
}

.navFix .header .header-right .menu ul li:after {
	background: #fbfbfb;
	height: 70px;
	top: 0
}

.navFix .header .header-right .menu ul li .subnav {
	top: 70px
}

.navFix .header .header-right .menu ul li .subnav ul {
	background: #fbfbfb
}

.navFix .header .header-right .menu ul li .subnav ul li a {
	color: #bababa
}

.navFix .header .header-right .menu ul li .subnav ul li:nth-child(1) a,.navFix .header .header-right .menu ul li .subnav ul li:nth-child(2) a {
	border-top: 0
}

.navFix .header .header-right .menu ul li .subnav ul li:nth-child(2n) a {
	border-right: 0
}

.navFix .header .header-right .menu ul li .subnav1 {
	top: 70px
}

.navFix .header .header-right .menu ul li .subnav1 ul {
	background: #fafafa url(../images/asiahr_nav_bg_2.png) no-repeat bottom right
}

.navFix .header .header-right .menu ul li .subnav1 ul li a {
	color: #bababa
}

.navFix .header .header-right .menu ul li .subnav1 ul li:nth-child(1) a,.navFix .header .header-right .menu ul li .subnav1 ul li:nth-child(2) a {
	border-top: 0
}

.navFix .header .header-right .menu ul li .subnav1 ul li:nth-child(2n) a {
	border-right: 0
}

.navFix .header .header-right .menu ul .active&gt;a {
	color: #014eae
}

.navFix .phone-nav img {
	margin-top: 24px
}

.navFix .phone-nav .navlogo {
	display: none
}

.navFix .phone-nav .navlogo1 {
	display: block
}

#menu .lan {
	float: left;
	background: url(/images/lan1.png) no-repeat center left;
	padding-left: 26px;
	color: #666;
	line-height: 45px;
	margin-left: 21px;
	position: relative;
	cursor: pointer
}

#menu .lan a {
	color: #666
}

.phone-nav {
	position: fixed;
	right: 15px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666;
	z-index: 15
}

.phone-nav img {
	height: 18px;
	margin-top: 38px;
	display: block;
	transition: .5s
}

@-webkit-keyframes scaleAni {
	0% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}

	100% {
		-webkit-transform: scale(1.4,1.4);
		transform: scale(1.4,1.4)
	}
}

@keyframes scaleAni {
	0% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1)
	}

	100% {
		-webkit-transform: scale(1.4,1.4);
		transform: scale(1.4,1.4)
	}
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1
}

.home-banner .home-banner-slick .slick-list {
	overflow: hidden
}

.home-banner .home-banner-slick .slick-slide {
	position: relative;
	overflow: hidden
}

.home-banner .home-banner-slick .slick-slide img {
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
	-webkit-animation: scaleAni 16s linear;
	animation: scaleAni 16s linear;
	text-align: center;
	margin: 0 auto
}

.home-banner .home-banner-slick .item {
	position: relative;
	text-align: center
}

.home-banner .home-banner-slick .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-banner .home-banner-slick .banner-info .container {
	position: relative;
	height: 100%
}

.home-banner .home-banner-slick .banner-info .text {
	position: absolute;
	top: 50%;
	margin-top: -149px;
	left: 0;
	padding: 0 10px;
	text-align: left
}

.home-banner .home-banner-slick .banner-info .bt {
	font-size: 62px;
	color: #fff;
	margin-bottom: 7px;
	font-weight: bold
}

.home-banner .home-banner-slick .banner-info .jsh {
	font-size: 20px;
	color: #fff;
	margin-bottom: 24px
}

.home-banner .home-banner-slick .banner-info .more a {
	display: block;
	background: url("/images/more.png") no-repeat 106px center;
	background-size: 15px;
	width: 152px;
	height: 45px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 43px;
	font-size: 14px;
	color: #fff;
	padding: 0 38px
}

.home-banner .home-banner-slick .slick-prev:before {
	content: 'prev';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px
}

.home-banner .home-banner-slick .slick-next:before {
	content: 'next';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px
}

.home-banner .home-banner-slick .slick-prev {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	left: 0;
	z-index: 4;
	color: transparent;
	padding-left: 240px
}

.home-banner .home-banner-slick .slick-prev:after {
	content: '';
	display: block;
	width: 194px;
	height: 1px;
	top: 50%;
	left: 0;
	background: rgba(255,255,255,0.3);
	position: absolute
}

.home-banner .home-banner-slick .slick-next {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	z-index: 4;
	color: transparent;
	right: 0;
	padding-right: 240px
}

.home-banner .home-banner-slick .slick-next:after {
	content: '';
	display: block;
	width: 194px;
	height: 1px;
	top: 50%;
	right: 0;
	background: rgba(255,255,255,0.3);
	position: absolute
}

.home-banner .home-banner-slick .slick-active img {
	-webkit-transition: 16s linear;
	transition: 16s linear;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4)
}

.home-banner .home-banner-slick .slick-active .banner-info .bt {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .jsh {
	-webkit-animation: fadeInLeft 1.5s ease;
	animation: fadeInLeft 1.5s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .more {
	-webkit-animation: fadeInLeft 2s ease;
	animation: fadeInLeft 2s ease
}

.home-banner .home-banner-slick .slick-current .pic img {
	-webkit-transition: 16s linear;
	transition: 16s linear;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4)
}

.home-banner .home-banner-slick .slick-current .title {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease
}

.home-banner .home-banner-slick .slick-current .info {
	-webkit-animation: fadeInLeft 1.5s ease;
	animation: fadeInLeft 1.5s ease
}

.home-banner .home-banner-slick .slick-current .btn {
	-webkit-animation: fadeInLeft 2s ease;
	animation: fadeInLeft 2s ease
}

.home-banner .slick-dots {
	z-index: 10;
	bottom: auto;
	top: 55%;
	line-height: 0;
	text-align: right;
	padding-right: 170px
}

.home-banner .slick-dots li {
	margin: 0 9px;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

.home-banner .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%
}

.home-banner .slick-dots li button:before {
	content: ""
}

.home-banner .slick-dots .slick-active button {
	background: #fff
}

.home-banner .slick-dots .slick-active button:before {
	color: transparent
}

.home-banner .home-banner-slick-phone {
	overflow: hidden;
	display: none
}

.home-banner .home-banner-slick-phone .slick-slide {
	position: relative;
	overflow: hidden
}

.home-banner .home-banner-slick-phone .slick-slide img {
	-webkit-transition: 1s linear 2s;
	transition: 1s linear 2s;
	-webkit-animation: scaleAni 16s linear;
	animation: scaleAni 16s linear
}

.home-banner .home-banner-slick-phone .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-banner .home-banner-slick-phone .banner-info .text {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	padding: 0 20px
}

.home-banner .home-banner-slick-phone .banner-info .bt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px
}

.home-banner .home-banner-slick-phone .banner-info .jsh {
	font-size: 14px;
	color: #fff;
	margin-bottom: 24px
}

.home-banner .home-banner-slick-phone .banner-info .more a {
	display: block;
	background: url(/images/more.png) no-repeat 85px center;
	background-size: 15px;
	width: 120px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 33px;
	font-size: 13px;
	color: #fff;
	padding: 0 20px
}

.home-banner .home-banner-slick-phone .slick-dots {
	z-index: 10;
	top: auto;
	line-height: 0;
	text-align: center;
	padding-right: 0;
	bottom: 20px
}

.home-banner .home-banner-slick-phone .slick-active img {
	-webkit-transition: 16s linear;
	transition: 16s linear;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4)
}

.home-banner .home-banner-slick-phone .slick-active .banner-info .bt {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease
}

.home-banner .home-banner-slick-phone .slick-active .banner-info .jsh {
	-webkit-animation: fadeInLeft 1.5s ease;
	animation: fadeInLeft 1.5s ease
}

.home-banner .home-banner-slick-phone .slick-active .banner-info .more {
	-webkit-animation: fadeInLeft 2s ease;
	animation: fadeInLeft 2s ease
}

.home-banner .home-banner-slick-phone .slick-current .pic img {
	-webkit-transition: 16s linear;
	transition: 16s linear;
	-webkit-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4)
}

.home-banner .home-banner-slick-phone .slick-current .title {
	-webkit-animation: fadeInLeft 1s ease;
	animation: fadeInLeft 1s ease
}

.home-banner .home-banner-slick-phone .slick-current .info {
	-webkit-animation: fadeInLeft 1.5s ease;
	animation: fadeInLeft 1.5s ease
}

.home-banner .home-banner-slick-phone .slick-current .btn {
	-webkit-animation: fadeInLeft 2s ease;
	animation: fadeInLeft 2s ease
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2
}

.inbanner .inbanner-slick {
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick img {
	text-align: center;
	margin: 0 auto;
	display: block;
	transition: 5s;
	animation: mymove4 5s
}

.inbanner .inbanner-slick .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.inbanner .inbanner-slick .banner-info .container {
	position: relative;
	height: 100%
}

.inbanner .inbanner-slick .banner-info .text {
	position: absolute;
	top: 50%;
	margin-top: -63px;
	left: 0;
	text-align: left
}

.inbanner .inbanner-slick .banner-info .bt {
	font-size: 41px;
	color: #fff;
	font-weight: bold;
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s
}

.inbanner .inbanner-slick .banner-info .jsh {
	font-size: 20px;
	color: #fff;
	-webkit-animation: fadeInLeft 1.5s;
	animation: fadeInLeft 1.5s
}

.inbanner .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick-phone img {
	display: block;
	transition: 5s;
	animation: mymove4 5s
}

.inbanner .inbanner-slick-phone .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.inbanner .inbanner-slick-phone .banner-info .text {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	padding: 0 20px
}

.inbanner .inbanner-slick-phone .banner-info .bt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s
}

.inbanner .inbanner-slick-phone .banner-info .jsh {
	font-size: 14px;
	color: #fff;
	margin-bottom: 24px;
	-webkit-animation: fadeInLeft 1.5s;
	animation: fadeInLeft 1.5s
}

.inbanner .inbanner-slick-phone .banner-info .more a {
	display: block;
	background: url(/images/more.png) no-repeat 85px center;
	background-size: 15px;
	width: 120px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 33px;
	font-size: 13px;
	color: #fff;
	padding: 0 20px
}

.b1 .inbanner-slick {
	position: relative
}

.b1 .inbanner-slick img {
	width: 1920px;
	height: 746px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	animation: mymove4 5s
}

.b1 .inbanner-slick .serbg {
	background: url("/images/inbanner021.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	transition: 10s;
	animation: mymove4 5s
}

.b1 .inbanner-slick .banner-info {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	padding: 200px 0
}

.b1 .inbanner-slick .banner-info .container {
	position: relative;
	height: 100%
}

.b1 .inbanner-slick .banner-info .text {
	top: auto;
	margin-top: 0;
	left: auto;
	position: relative;
	padding: 76px 39px 58px 39px;
	background: rgba(0,0,0,0.5)
}

.b1 .inbanner-slick .banner-info .bt {
	font-size: 32px;
	margin-bottom: 35px
}

.b1 .inbanner-slick .banner-info .jsh {
	font-size: 16px;
	line-height: 26px;
	height: 130px;
	overflow: hidden
}

.b1 .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative
}

.b1 .inbanner-slick-phone .serbg {
	background: url("/images/inbanner021-phone.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	transition: 10s;
	animation: mymove4 5s
}

.b1 .inbanner-slick-phone .banner-info {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%
}

.b1 .inbanner-slick-phone .banner-info .text {
	position: relative;
	top: auto;
	left: auto;
	margin-top: 0;
	padding: 90px 10px 80px 10px
}

.b1 .inbanner-slick-phone .banner-info .bt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px
}

.b1 .inbanner-slick-phone .banner-info .jsh {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0
}

.b1 .inbanner-slick-phone .banner-info .more a {
	display: block;
	background: url(/images/more.png) no-repeat 85px center;
	background-size: 15px;
	width: 120px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 33px;
	font-size: 13px;
	color: #fff;
	padding: 0 20px
}

@media (min-width:1921px) {
	.home-banner .home-banner-slick .item {
		max-height: 1080px
	}

	.home-banner .home-banner-slick .slick-slide img {
		display: block;
		width: 100%!important;
		max-width: none
	}
}

@media (min-width:1921px) {
	.inbanner .inbanner-slick {
		max-height: 1080px
	}

	.inbanner .inbanner-slick img {
		display: block;
		width: 100%!important;
		max-width: none
	}
}

@media (max-width:1920px) {
	.home-banner {
		max-height: 935px
	}
}

@media (max-width:1680px) {
	.home-banner {
		max-height: 825px
	}
}

@media (max-width:1600px) {
	.home-banner {
		max-height: 786px
	}
}

@media (max-width:1440px) {
	.home-banner {
		max-height: 707px
	}
}

@media (max-width:1366px) {
	.home-banner {
		max-height: 671px
	}
}

@media (max-width:1360px) {
	.home-banner {
		max-height: 668px
	}
}

@media (max-width:1280px) {
	.home-banner {
		max-height: 629px
	}
}

@media (max-width:1024px) {
	.home-banner {
		max-height: 1000px
	}
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(/images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(/images/closed.png) no-repeat center center;
	cursor: pointer
}

.last-news {
	height: 117px;
	margin-top: -117px;
	position: relative;
	z-index: 2;
	background: rgba(1,75,170,0.8)
}

.last-news .box {
	position: relative;
	padding-left: 57px;
	height: 117px;
	overflow: hidden
}

.last-news span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	line-height: 117px;
	color: #fff
}

.last-news .home-text {
	position: relative;
	margin: 31px 0;
	padding: 0 0 0 128px;
	height: 48px;
	overflow: hidden
}

.last-news .home-text .item a {
	display: block;
	position: relative;
	padding-right: 180px
}

.last-news .home-text .item a .bt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.last-news .home-text .item a .jsh {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: rgba(255,255,255,0.5)
}

.last-news .home-text .item a .more {
	width: 161px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 6px;
	right: 0
}

.last-news .home-text .slick-prev:before,.last-news .home-text .slick-next:before {
	content: ''
}

.last-news .home-text .slick-prev {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 0;
	left: 0;
	z-index: 4;
	top: 6px;
	background: url(/images/left.png) no-repeat center center!important;
	background-size: 10px!important;
	border: 1px solid rgba(255,255,255,0.3)
}

.last-news .home-text .slick-next {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 0;
	left: 50px;
	z-index: 4;
	top: 6px;
	right: auto;
	background: url(/images/right.png) no-repeat center center!important;
	background-size: 10px!important;
	border: 1px solid rgba(255,255,255,0.3)
}

@font-face {
	font-family:"ITC Avant Garde Gothic LT Medium";src:url("/font/ITC Avant Garde Gothic LT Medium.woff2") format("woff2"),url("/font/ITC Avant Garde Gothic LT Medium.woff") format("woff"),url("/font/ITC Avant Garde Gothic LT Medium.ttf") format("truetype"),url("/font/ITC Avant Garde Gothic LT Medium.eot") format("embedded-opentype"),url("/font/ITC Avant Garde Gothic LT Medium.svg") format("svg")
}

@font-face {
	font-family:"DIN-Medium";src:url("/font/DIN-Medium.woff2") format("woff2"),url("/font/DIN-Medium.woff") format("woff"),url("/font/DIN-Medium.ttf") format("truetype"),url("/font/DIN-Medium.eot") format("embedded-opentype"),url("/font/DIN-Medium.svg") format("svg");font-weight:normal;font-style:normal
}

@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}

	100% {
		transform: scale(1)
	}
}

.home-service {
	padding: 80px 0 49px 0;
	transition: .5s;
	position: relative;
	overflow: hidden
}

.home-service .serbg {
	background: #f7f7f7 url("../images/bg1.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.home-service .service-top .text {
	position: relative;
	width: 55%;
	float: left;
	padding-top: 19px
}

.home-service .service-top .text .bt {
	font-size: 34px;
	color: #333;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-service .service-top .text .span {
	font-size: 18px;
	color: #666;
	margin-bottom: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-service .service-top .text .jsh {
	font-size: 14px;
	line-height: 26px;
	height: 104px;
	overflow: hidden
}

.home-service .service-top .pic {
	width: 481px;
	height: 280px;
	float: right
}

.home-service .service-list {
	padding-top: 70px;
	overflow: hidden
}

.home-service .service-list ul {
	margin: 0 -65px;
	font-size: 0;
	position: relative
}

.home-service .service-list ul:after {
	content: '';
	display: block;
	width: 1px;
	height: 330px;
	background: #eaeaea;
	position: absolute;
	top: 50%;
	right: 33.333333333333336%;
	margin-top: -165px
}

.home-service .service-list ul:before {
	content: '';
	display: block;
	width: 1px;
	height: 330px;
	background: #eaeaea;
	position: absolute;
	top: 50%;
	left: 33.333333333333336%;
	margin-top: -165px
}

.home-service .service-list ul li {
	width: 33.333333333333336%;
	display: inline-block;
	vertical-align: top;
	padding: 0 65px;
	margin-bottom: 54px;
	position: relative
}

.home-service .service-list ul li .box {
	transition: .5s
}

.home-service .service-list ul li .box .img span {
	font-size: 44px;
	color: #e9e9e9;
	float: left;
	line-height: 79px;
	margin-right: 8px;
	font-family: "ITC Avant Garde Gothic LT Medium"
}

.home-service .service-list ul li .box .img .pic {
	width: 80px;
	height: 80px;
	float: left
}

.home-service .service-list ul li .box .img .pic .sh {
	display: none
}

.home-service .service-list ul li .box .text {
	padding-left: 54px;
	padding-top: 8px
}

.home-service .service-list ul li .box .text .bt {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 14px
}

.home-service .service-list ul li .box .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden
}

.home-service .service-list ul li .box .text .jsh p {
	position: relative;
	padding-left: 13px
}

.home-service .service-list ul li .box .text .jsh p:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #014eae;
	position: absolute;
	top: 8px;
	left: 0
}

.home-title {
	text-align: center
}

.home-title h3 {
	font-size: 34px;
	color: #333
}

.home-title p {
	font-size: 16px;
	color: #666
}

.home-youshi {
	padding: 68px 0 89px 0;
	overflow: hidden
}

.home-youshi .home-bottom {
	padding-top: 62px
}

.home-youshi .home-bottom ul {
	margin: 0 -11px
}

.home-youshi .home-bottom ul li {
	width: 20%;
	float: left;
	padding: 0 11px
}

.home-youshi .home-bottom ul li .box .info {
	border-radius: 10px;
	padding-bottom: 53px;
	overflow: hidden;
	background: #f7f7f7;
	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	cursor: pointer
}

.home-youshi .home-bottom ul li .box .info .text {
	text-align: center;
	padding: 23px 20px;
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s
}

.home-youshi .home-bottom ul li .box .info .text .num {
	font-size: 49px;
	color: #cbcbcb;
	font-family: "DIN-Medium";
	margin-bottom: 23px
}

.home-youshi .home-bottom ul li .box .info .text .bt {
	font-size: 20px;
	color: #333;
	line-height: 26px;
	height: 52px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 21px
}

.home-youshi .home-bottom ul li .box .info .text .jsh {
	font-size: 14px;
	color: #999;
	font-family: arial;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 30px
}

.home-youshi .home-bottom ul li .box .info .pic {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s
}

.home-youshi .home-bottom ul li .box .info .pic img {
	transition: .5s
}

.home-youshi .home-bottom ul li .box .info .pic .yh {
	display: none
}

.home-shuzi {
	padding: 97px 0;
	overflow: hidden;
	background: url("/images/bg3.jpg") no-repeat top center;
	background-size: cover
}

.home-shuzi .list {
	margin: 0 -17px
}

.home-shuzi .list li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0 17px;
	cursor: pointer
}

.home-shuzi .list li .box {
	padding-top: 31px;
	transition: .5s;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	background: url("/images/bg2.png") repeat-x top center
}

.home-shuzi .list li .pic {
	height: 70px;
	width: 70px;
	margin: 0 auto
}

.home-shuzi .list li .p {
	font-size: 16px;
	margin-top: 11px
}

.home-shuzi .list li .num {
	line-height: 56px
}

.home-shuzi .list li .num span {
	font-size: 56px;
	font-family: "DIN-Medium"
}

.home-shuzi .list li .num sup {
	font-size: 20px
}

.home-partner {
	padding: 54px 0 41px 0;
	overflow: hidden;
	background: #fff
}

.home-partner .home-bottom {
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 50px
}

.home-partner .home-bottom .list {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 36px
}

.home-partner .home-bottom .list:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.home-partner .home-bottom .list ul {
	position: relative;
	z-index: 2
}

.home-partner .home-bottom .list ul li {
	display: inline-block;
	vertical-align: top
}

.home-partner .home-bottom .list ul li a {
	display: block;
	padding: 0 35px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 50px;
	height: 63px;
	border-bottom: 2px solid transparent
}

.home-partner .home-bottom .list ul li.on a {
	border-bottom: 2px solid #014eae
}

.home-partner .home-bottom .show .info {
	display: none;
	position: relative
}

.home-partner .home-bottom .show .info ul {
	border: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	height: 382px;
	position: relative;
	z-index: 1
}

.home-partner .home-bottom .show .info ul li {
	width: 16.666666666666668%;
	float: left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 1
}

.home-partner .home-bottom .show .info ul li a {
	display: block
}

.home-partner .home-bottom .show .info ul li .box {
	border: 3px solid #fff;
	background: #fff;
	position: relative;
	overflow: hidden;
	height: 126px;
	transition: .5s
}

.home-partner .home-bottom .show .info ul li .box .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px
}

.home-partner .home-bottom .show .info ul li .box .pic img {
	transition: .5s
}

.home-partner .home-bottom .show .info ul li .box .pic .hover01 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	height: 100%;
	line-height: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 5;
	background: rgba(1,78,174,0.8);
	transition: .5s
}

.home-partner .home-bottom .show .info ul li .box .pic:after {
	padding-bottom: 77%
}

.home-partner .home-bottom .show .info ul li .box .ph {
	display: none
}

.home-partner .home-bottom .show .info ul li:nth-child(1),.home-partner .home-bottom .show .info ul li:nth-child(2),.home-partner .home-bottom .show .info ul li:nth-child(3),.home-partner .home-bottom .show .info ul li:nth-child(4),.home-partner .home-bottom .show .info ul li:nth-child(5),.home-partner .home-bottom .show .info ul li:nth-child(6) {
	border-top: 0
}

.home-partner .home-bottom .show .info ul li:nth-child(6n) {
	border-right: 0
}

.home-partner .home-bottom .show .hover {
	height: 382px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
	z-index: 6;
	box-shadow: 0 0 27px 0 rgba(4,0,0,0.1)
}

.home-partner .home-bottom .show .hover:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 33%
}

.home-partner .home-bottom .show .hover .close {
	position: absolute;
	width: 45px;
	height: 45px;
	font-size: 20px;
	color: transparent;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-family: "ITC Avant Garde Gothic LT Medium";
	text-align: center;
	line-height: 45px;
	background: url("/images/cha.png") no-repeat center center;
	background-size: 20px
}

.home-partner .home-bottom .show .hover .left {
	float: left;
	width: 33%;
	padding-top: 88px
}

.home-partner .home-bottom .show .hover .left .pic {
	height: 126px;
	width: 210px;
	margin: 0 auto
}

.home-partner .home-bottom .show .hover .left .bt {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	padding: 0 20px
}

.home-partner .home-bottom .show .hover .right {
	float: right;
	padding: 55px 35px;
	width: 67%
}

.home-partner .home-bottom .show .hover .right .hover-info {
	position: relative;
	padding: 71px 50px;
	height: 272px
}

.home-partner .home-bottom .show .hover .right .hover-info:before {
	content: '';
	display: block;
	width: 41px;
	height: 33px;
	background: url("/images/dot1.png") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0
}

.home-partner .home-bottom .show .hover .right .hover-info:after {
	content: '';
	display: block;
	width: 41px;
	height: 33px;
	background: url("/images/dot2.png") no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0
}

.home-partner .home-bottom .show .hover .right .jsh {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 130px;
	overflow: auto
}

.home-partner .home-bottom .show .hover .right .jsh::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	scrollbar-arrow-color: red
}

.home-partner .home-bottom .show .hover .right .jsh::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	scrollbar-arrow-color: red
}

.home-partner .home-bottom .show .hover .right .jsh::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1)
}

.hover1 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
	z-index: 999;
	box-shadow: 0 0 27px 0 rgba(4,0,0,0.1)
}

.hover1:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 33%
}

.hover1 .close {
	position: absolute;
	width: 45px;
	height: 45px;
	font-size: 20px;
	color: transparent;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-family: "ITC Avant Garde Gothic LT Medium";
	text-align: center;
	line-height: 45px;
	background: url("/images/cha.png") no-repeat center center;
	background-size: 20px
}

.hover1 .info {
	overflow: hidden;
	padding: 20px
}

.hover1 .left {
	width: 100%;
	padding-top: 0
}

.hover1 .left .pic {
	height: 100px;
	width: 210px;
	margin: 0 auto
}

.hover1 .left .bt {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	padding: 0 20px
}

.hover1 .right {
	width: 100%;
	position: relative;
	padding: 35px 34px
}

.hover1 .right:before {
	content: '';
	display: block;
	width: 41px;
	height: 33px;
	background: url("/images/dot1.png") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 25px
}

.hover1 .right:after {
	content: '';
	display: block;
	width: 41px;
	height: 33px;
	background: url("/images/dot2.png") no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: 25px
}

.hover1 .right .hover-info {
	position: relative;
	max-height: 260px;
	overflow: auto
}

.hover1 .right .jsh {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: auto;
	overflow: hidden
}

.home-honor {
	padding: 67px 0 98px 0;
	overflow: hidden;
	background: #014baa url("../images/bg4.jpg") no-repeat top center
}

.home-honor .home-title h3 {
	color: #fff
}

.home-honor .home-title p {
	color: #fff
}

.home-honor .home-bottom {
	position: relative
}

.home-honor .home-bottom .slick-track {
	padding-top: 67px
}

.home-honor .home-bottom .item {
	float: left;
	width: 20%;
	height: 348px;
	cursor: pointer;
	position: relative
}

.home-honor .home-bottom .item .box {
	position: absolute;
	padding: 0 16px;
	height: 100%;
	transition: .5s;
	bottom: 0;
	width: 100%;
	left: 0
}

.home-honor .home-bottom .item .box:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 1;
	border-left: 1px dashed #cfdced
}

.home-honor .home-bottom .item .box:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffcc2a;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2
}

.home-honor .home-bottom .item .box .text {
	color: #fff;
	transition: .5s;
	opacity: .5
}

.home-honor .home-bottom .item .box .text .bt {
	font-family: "DIN-Medium";
	font-size: 38px;
	line-height: 36px
}

.home-honor .home-bottom .item .box .text .jsh {
	font-size: 16px;
	max-height: 60px;
	line-height: 30px;
	overflow: hidden
}

.home-honor .home-bottom .item:nth-child(5n) .box {
	height: 152px
}

.home-honor .home-bottom .item:nth-child(5n-1) .box {
	height: 233px;
	bottom: 30px
}

.home-honor .home-bottom .item:nth-child(5n-2) .box {
	height: 126px;
	bottom: 13px
}

.home-honor .home-bottom .item:nth-child(5n-3) .box {
	height: 202px;
	bottom: 18px
}

.home-honor .home-bottom .item:nth-child(5n-4) .box {
	height: 305px;
	bottom: 43px
}

.home-honor .home-bottom .item.open .box .text {
	opacity: .5
}

.home-honor .home-bottom .slick-prev:before,.home-honor .home-bottom .slick-next:before {
	content: ''
}

.home-honor .home-bottom .slick-prev {
	content: '';
	display: block;
	width: 41px;
	height: 41px;
	left: -70px;
	z-index: 4;
	background: url(/images/left.png) no-repeat center center!important;
	background-size: 13px!important;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	opacity: .5;
	margin-top: -27px
}

.home-honor .home-bottom .slick-next {
	content: '';
	display: block;
	width: 41px;
	height: 41px;
	right: -70px;
	z-index: 4;
	background: url(/images/right.png) no-repeat center center!important;
	background-size: 13px!important;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	opacity: .5;
	margin-top: -27px
}

.home-news {
	padding: 78px 0 168px 0;
	overflow: hidden;
	background: #f7f7f7
}

.home-news .home-bottom {
	margin: 0 -16px;
	overflow: hidden
}

.home-news .item {
	width: 33.333333333333336%;
	float: left;
	padding: 0 16px
}

.home-news .item .item-title {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 17px;
	overflow: hidden;
	margin-bottom: 34px
}

.home-news .item .item-title h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .item .item-title a {
	font-size: 12px;
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	margin-top: 4px;
	background: #014eae
}

.home-news .item .i01 .one {
	margin-bottom: 31px;
	overflow: hidden
}

.home-news .item .i01 .one .box {
	position: relative;
	height: 117px
}

.home-news .item .i01 .one .pic {
	width: 170px;
	height: 117px;
	position: absolute;
	top: 0;
	left: 0
}

.home-news .item .i01 .one .pic img {
	transition: .5s
}

.home-news .item .i01 .one .text {
	padding-left: 182px
}

.home-news .item .i01 .one .text .bt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .item .i01 .one .text .jsh {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 10px
}

.home-news .item .i01 .one .text .more {
	color: #014baa;
	font-size: 14px;
	text-decoration: underline
}

.home-news .item .i01 ul li {
	border-top: 1px dashed #cbcbcb
}

.home-news .item .i01 ul li a {
	display: block;
	line-height: 44px;
	position: relative;
	padding-left: 12px;
	padding-right: 90px;
	font-size: 15px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .item .i01 ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #b0b0b0;
	border-radius: 50%;
	overflow: hidden;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	transition: .5s
}

.home-news .item .i01 ul li a span {
	font-size: 15px;
	color: #999;
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	font-family: arial
}

.home-news .item .i02 ul {
	height: 355px;
	overflow: hidden;
	background: 0
}

.home-news .item .i02 ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom: 21px;
	overflow: hidden
}

.home-news .item .i02 ul li a {
	display: block
}

.home-news .item .i02 ul li a .bt {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	height: 23px;
	line-height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .item .i02 ul li a .bt:after {
	content: 'Q';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #014eae;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px
}

.home-news .item .i02 ul li a .jsh {
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.home-news .item .i02 ul li a .jsh:after {
	content: 'A';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #ffcc2a;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0
}

.home-news .item .i02 ul li:nth-child(2n) a .jsh {
	height: 22px
}

.home-news .item .i02 ul li:nth-last-child(1) {
	border-bottom: 0;
	padding: 0;
	margin: 0
}

.home-message {
	padding-bottom: 68px
}

.home-message .text {
	margin-top: -72px;
	padding: 45px 130px 57px 130px;
	background: #fff;
	box-shadow: 0 0 27px 0 rgba(4,0,0,0.05)
}

.home-message .text form {
	margin-top: 41px;
	overflow: hidden
}

.home-message .text form ul {
	margin: 0 -10px
}

.home-message .text form ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px
}

.home-message .text form ul li input,.home-message .text form ul li select {
	height: 44px;
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 0 40px;
	color: #333;
	font-size: 14px;
	background: #fff;
	transition: .5s
}

.home-message .text form ul li input::-webkit-input-placeholder,.home-message .text form ul li select::-webkit-input-placeholder {
	color: #333
}

.home-message .text form ul li input:-moz-placeholder,.home-message .text form ul li select:-moz-placeholder {
	color: #333;
	opacity: 1
}

.home-message .text form ul li input::-moz-placeholder,.home-message .text form ul li select::-moz-placeholder {
	color: #333;
	opacity: 1
}

.home-message .text form ul li input:-ms-input-placeholder,.home-message .text form ul li select:-ms-input-placeholder {
	color: #333
}

.home-message .text form ul li input:focus,.home-message .text form ul li select:focus {
	border: 1px solid #014eae
}

.home-message .text form ul li select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.home-message .text form ul li .m1 {
	position: relative
}

.home-message .text form ul li .m1:before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 44px;
	width: 40px;
	background: url(/images/m1.png) no-repeat 10px center;
	background-size: 17px;
	position: absolute;
	z-index: 4
}

.home-message .text form ul li .m1 .input {
	background: #fff url(../images/arrow2.png) no-repeat 98% center;
	background-size: 11px;
	background: #fff\9 \0
}

.home-message .text form ul li .m2 {
	background: #fff url(../images/m2.png) no-repeat 10px center;
	background-size: 20px
}

.home-message .text form ul li .m3 {
	background: #fff url(../images/m3.png) no-repeat 10px center;
	background-size: 20px
}

.home-message .text form ul li .m4 {
	background: #fff url(../images/m4.png) no-repeat 10px center;
	background-size: 15px
}

.home-message .text form ul li .m5 {
	background: #fff url(../images/m5.png) no-repeat 10px center;
	background-size: 18px
}

.home-message .text form ul li .m6 {
	position: relative
}

.home-message .text form ul li .m6:before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 44px;
	width: 40px;
	background: url(/images/m6.png) no-repeat 10px center;
	background-size: 23px;
	position: absolute;
	z-index: 4
}

.home-message .text form ul li .m6 .input {
	background: #fff url(../images/arrow2.png) no-repeat 98% center;
	background-size: 11px;
	background: #fff\9 \0
}

.home-message .text form ul li .m7 {
	position: relative
}

.home-message .text form ul li .m7:before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 44px;
	width: 40px;
	background: url(/images/m7.png) no-repeat 10px center;
	background-size: 18px;
	position: absolute;
	z-index: 4
}

.home-message .text form ul li .m7 .input {
	background: #fff url(../images/arrow2.png) no-repeat 98% center;
	background-size: 11px;
	background: #fff\9 \0
}

.home-message .text form ul .select {
	width: 100%
}

.home-message .text form ul .submit {
	text-align: center;
	width: 100%;
	margin-top: 6px
}

.home-message .text form ul .submit input {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px
}

.home-message .text form ul .submit a {
	border: 1px solid #ececec;
	border-left: 0;
	display: inline-block;
	vertical-align: top;
	height: 44px
}

.home-message .text form ul .submit a img {
	display: block;
	height: 42px
}

.home-message .text form ul .submit .btn {
	background-color: #014eae;
	border: 1px solid #014eae;
	color: #fff;
	margin-left: 12px;
	cursor: pointer
}

.footer {
	background: #141c2f
}

.footer .footer-top {
	padding: 70px 0 58px 0;
	overflow: hidden;
	border-bottom: 1px solid #2c3344
}

.footer .footer-top ul {
	float: left;
	width: 43%
}

.footer .footer-top ul li {
	width: 33.333333333333336%;
	float: left
}

.footer .footer-top ul li a {
	font-size: 16px;
	display: block;
	color: #fff;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 22px
}

.footer .footer-top ul li ul {
	float: none;
	width: 100%
}

.footer .footer-top ul li ul li {
	float: none;
	width: 100%
}

.footer .footer-top ul li ul li a {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	color: rgba(255,255,255,0.5)
}

.footer .footer-top .footer-contact {
	float: left;
	width: 39%;
	padding-left: 112px;
	background: url("/images/fphone.png") no-repeat 52px 1px;
	background-size: 48px;
	color: #fff;
	border-left: 1px solid #2c3344;
	padding-right: 35px
}

.footer .footer-top .footer-contact h3 {
	font-size: 16px
}

.footer .footer-top .footer-contact span {
	font-family: "DIN-Medium";
	font-size: 28px;
	line-height: 34px
}

.footer .footer-top .footer-contact p {
	font-size: 16px
}

.footer .footer-top .footer-contact a {
	color: #fff
}

.footer .footer-top .footer-contact ul {
	width: 100%;
	margin-top: 31px
}

.footer .footer-top .footer-contact ul li {
	margin-right: 19px;
	float: left;
	width: 53px;
	height: 53px
}

.footer .footer-top .footer-contact ul li a {
	display: block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	border-radius: 50%;
	overflow: hidden
}

.footer .footer-top .footer-contact ul li .wb {
	margin-left: 0;
	background: #222e4c url("../images/wb.png") no-repeat center center
}

.footer .footer-top .footer-contact ul li .wx {
	background: #222e4c url("../images/wx.png") no-repeat center center
}

.footer .footer-top .footer-ewm {
	float: right;
	width: 18%;
	border-left: 1px solid #2c3344
}

.footer .footer-top .footer-ewm .text {
	float: right
}

.footer .footer-top .footer-ewm .img {
	border: 1px solid #434959;
	padding: 9px;
	width: 140px
}

.footer .footer-top .footer-ewm .img img {
	display: block
}

.footer .footer-top .footer-ewm p {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 30px
}

.footer .footer-link {
	position: relative;
	padding-left: 69px;
	padding-top: 9px;
	border-bottom: 1px solid #2c3344;
	padding-bottom: 13px;
	overflow: hidden
}

.footer .footer-link span {
	position: absolute;
	top: 10px;
	left: 0;
	color: rgba(255,255,255,0.3)
}

.footer .footer-link a {
	color: rgba(255,255,255,0.3);
	display: block;
	float: left;
	margin-right: 20px
}

.footer .footer-bottom {
	color: rgba(255,255,255,0.3);
	padding: 15px 0
}

.footer .footer-bottom a {
	color: rgba(255,255,255,0.3)
}

.transparent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: url(/images/transparent-bg.png) repeat;
	background: rgba(0,0,0,0.7);
	display: none
}

.video-popup {
	position: fixed;
	z-index: 999;
	width: 200px;
	height: 230px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -115px 0 0 -100px;
	text-align: center;
	padding: 10px;
	display: none
}

.video-popup .box {
	background: #fff;
	height: 100%
}

.video-popup .close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -45px;
	top: 0;
	background: url(/images/close-icon.png) no-repeat
}

.fixed {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	transition: .5s;
	background: #222e4c;
	z-index: 5;
	opacity: 0
}

.fixed a {
	display: block;
	background: url("/images/top.png") no-repeat center center;
	width: 80px;
	height: 80px
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.second-nav {
	height: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 4;
	overflow: hidden;
	background: rgba(1,75,170,0.8)
}

.second-nav ul {
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1)
}

.second-nav ul li {
	width: 16.666666666666668%;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
	position: relative
}

.second-nav ul li a {
	display: block;
	line-height: 69px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.second-nav ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #ffcb2a;
	transition: .5s;
	position: absolute;
	bottom: 0;
	left: 0
}

.second-nav ul .active a {
	font-weight: bold
}

.second-nav ul .active:after {
	width: 100%
}

@font-face {
	font-family:"Impact";src:url("/font/Impact.woff2") format("woff2"),url("/font/Impact.woff") format("woff"),url("/font/Impact.ttf") format("truetype"),url("/font/Impact.eot") format("embedded-opentype"),url("/font/Impact.svg") format("svg")
}

.product .product01 {
	padding: 79px 0 87px 0;
	overflow: hidden;
	position: relative
}

.product .product01 .serbg {
	background: #f7f7f7 url("../images/pb01.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.product .product01 .text {
	float: left;
	width: 54%;
	padding-top: 22px;
	overflow: hidden
}

.product .product01 .text .bt {
	font-size: 34px;
	color: #333;
	margin-bottom: 11px
}

.product .product01 .text .span {
	font-size: 18px;
	color: #666;
	line-height: 22px;
	margin-bottom: 24px
}

.product .product01 .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 28px
}

.product .product01 .right {
	float: right;
	margin-right: 3px;
	width: 38.175%
}

.product .product01 .right .pic:after {
    padding-bottom: 58%;
}

.product .product02 {
	padding: 66px 0 63px 0;
	overflow: hidden;
	background: url("/images/pbg03.jpg") no-repeat top center;
	background-size: cover
}

.product .product02 ul {
	padding-right: 38px;
	background: url("/images/pb02.png") no-repeat top left;
	overflow: hidden
}

.product .product02 ul li {
	width: 25%;
	float: left
}

.product .product02 ul li .box {
	padding-top: 28px;
	overflow: hidden;
	padding-bottom: 6px
}

.product .product02 ul li .pic {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

.product .product02 ul li .jsh {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	margin-top: 16px;
	padding: 0 64px;
	margin-bottom: 35px
}

.product .product02 ul li .bt {
	font-family: "Impact";
	font-size: 45px;
	color: rgba(255,255,255,0.6);
	font-style: italic;
	line-height: 40px;
	padding: 0 52px;
	margin-bottom: 31px
}

.product .product02 ul li .bt span {
	font-size: 18px;
	color: #333;
	font-style: normal;
	font-family: "microsoft yahei";
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 0 10px;
	margin-left: 11px;
	position: relative
}

.product .product02 ul li .bt span b {
	position: relative;
	z-index: 2
}

.product .product02 ul li .bt span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	transform: skewX(-11deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.product .product02 ul li:nth-child(2n) .box {
	padding-top: 37px;
	padding-right: 25px
}

.product .product02 ul li:nth-child(2n) .bt {
	padding: 0 16px
}

.product .product02 ul li:nth-child(2n) .jsh {
	margin-bottom: 20px
}

.product .product02 .list1 {
	display: none
}

.product .product03 {
	padding: 57px 0;
	overflow: hidden;
	background: url("/images/pbg04.jpg") no-repeat top center;
	background-size: cover
}

.product .product03 ul li .box .pic {
	width: 80px;
	height: 80px
}

.product .product03 ul li .box .text {
	padding-bottom: 37px;
	border-bottom: 1px solid #ebecee;
	margin-bottom: 52px;
	overflow: hidden
}

.product .product03 ul li .box .text .bt {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 6px
}

.product .product03 ul li .box .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	width: 83%
}

.product .product03 ul li:nth-last-child(1) .text {
	border: 0
}

.about .about01 {
	padding: 68px 0 99px 0;
	overflow: hidden;
	position: relative
}

.about .about01 .serbg {
	background: #fff url("../images/abg01.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.about .about01 .about-bottom {
	margin-top: 55px;
	position: relative;
	border-left: 1px solid #f7f7f7
}

.about .about01 .about-bottom .span {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-family: "Impact";
	font-size: 132px;
	line-height: 113px;
	color: #fafafa;
	z-index: 1;
	padding-left: 20px
}

.about .about01 .about-bottom .text {
	float: left;
	z-index: 2;
	width: 52%;
	position: relative;
	padding-top: 83px
}

.about .about01 .about-bottom .text .bt {
	font-size: 26px;
	color: #333;
	position: relative;
	padding-left: 20px;
	margin-bottom: 37px
}

.about .about01 .about-bottom .text .bt:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url("/images/dot.png") no-repeat center center;
	position: absolute;
	left: -6px;
	top: 16px
}

.about .about01 .about-bottom .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding-left: 14px
}

.about .about01 .about-bottom .pic {
	float: right;
	position: relative;
	z-index: 2;
	width: 43.8%;
	margin-top: 39px
}

.about .about01 .about-bottom .pic:after {
	padding-bottom: 78%
}

.about .about02 {
	padding: 83px 0 124px 0;
	position: relative;
	background: #014baa url("../images/bg4.jpg") no-repeat top center;
	overflow: hidden
}

.about .about02 .home-title {
	color: #fff
}

.about .about02 .home-title h3 {
	color: #fff
}

.about .about02 .home-title p {
	color: #fff
}

.about .about02 .about-bottom {
	position: relative;
	margin: 79px -16px 0 -16px;
	z-index: 3
}

.about .about02 .about-bottom .item {
	padding: 10px 16px 80px 16px;
	float: left;
	width: 33.333333333333336%;
	z-index: 2;
	position: relative;
	background: url("/images/dot04.png") no-repeat bottom center
}

.about .about02 .about-bottom .item .slick-list {
	overflow: hidden;
	height: 289px
}

.about .about02 .about-bottom .item .box {
	padding: 40px 33px;
	border-radius: 5px;
	position: relative;
	transition: .5s;
	background: rgba(255,255,255,0.9)
}

.about .about02 .about-bottom .item .box:after {
	content: '';
	display: block;
	width: 100%;
	height: 13px;
	background: url("/images/dot03.png") no-repeat center center;
	position: absolute;
	bottom: -13px;
	left: 0;
	z-index: 2
}

.about .about02 .about-bottom .item .box .text {
	transition: .5s
}

.about .about02 .about-bottom .item .box .text .bt {
	font-family: "DIN-Medium";
	font-size: 38px;
	line-height: 36px;
	color: #666;
	margin-bottom: 11px
}

.about .about02 .about-bottom .item .box .text .jsh {
	font-size: 16px;
	height: 72px;
	line-height: 24px;
	overflow: hidden
}

.about .about02 .about-bottom .slick-prev:before,.about .about02 .about-bottom .slick-next:before {
	content: ''
}

.about .about02 .about-bottom .slick-prev {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	left: -74px;
	z-index: 4;
	background: url(/images/left1.png) no-repeat center center!important;
	background-size: 42px!important;
	border-radius: 50%;
	margin-top: 0;
	top: 90px
}

.about .about02 .about-bottom .slick-next {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	right: -74px;
	z-index: 4;
	background: url(/images/right1.png) no-repeat center center!important;
	background-size: 42px!important;
	border-radius: 50%;
	margin-top: 0;
	top: 90px
}

.about .about02:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 124px;
	left: 0;
	background: url(/images/abg03.png) no-repeat center center;
	width: 100%;
	height: 42px
}

.about .about03 {
	padding: 63px 0 77px 0;
	overflow: hidden
}

.about .about03 .home-title h3 {
	margin-bottom: 15px
}

.about .about03 .about-info {
	padding-top: 46px;
	overflow: hidden
}

.about .about03 .about-info .left {
	float: left;
	width: 74.763%
}

.about .about03 .about-info .left .t {
	margin-bottom: 6px
}

.about .about03 .about-info .left .t .p1 {
	width: 66.03%;
	float: left
}

.about .about03 .about-info .left .t .p1:after {
	padding-bottom: 50%
}

.about .about03 .about-info .left .t .p2 {
	float: right;
	width: 33.334%
}

.about .about03 .about-info .left .t .p2:after {
	padding-bottom: 99.04458598726114%
}

.about .about03 .about-info .left .b .l {
	width: 33.334%;
	float: left;
	padding-bottom: 71px;
	padding-top: 70px;
	background: #ffcb2a
}

.about .about03 .about-info .left .b .l .pic {
	width: 90px;
	height: 90px;
	margin: 0 auto
}

.about .about03 .about-info .left .b .l .js {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	font-family: "΢ܛ�����w";
	margin-top: 28px
}

.about .about03 .about-info .left .b .p4 {
	float: right;
	width: 66.03%
}

.about .about03 .about-info .left .b .p4:after {
	padding-bottom: 50%
}

.about .about03 .about-info .right {
	float: right;
	width: 24.763%
}

.about .about03 .about-info .right .pic:after {
	padding-bottom: 201.2820512820513%
}

.about .about04 {
	padding: 52px 0 53px 0;
	overflow: hidden;
	background: #f9f9f9
}

.about .about04 .about-bottom {
	padding-top: 58px
}

.about .about04 ul {
	margin: 0 -14px;
	font-size: 0
}

.about .about04 ul li {
	width: 50%;
	display: inline-block;
	padding: 0 14px;
	vertical-align: top;
	margin-bottom: 29px
}

.about .about04 ul li .box {
	border: 1px solid #ededed;
	padding: 48px 32px 34px 32px;
	position: relative;
	transition: .5s;
	overflow: hidden
}

.about .about04 ul li .box:before {
	content: '';
	display: block;
	width: 0;
	height: 7px;
	background: #014baa;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 50%
}

.about .about04 ul li .box:after {
	content: '';
	display: block;
	width: 0;
	height: 7px;
	background: #014baa;
	transition: .5s;
	position: absolute;
	top: 0;
	right: 50%
}

.about .about04 ul li .box .bt {
	font-size: 24px;
	color: #014baa;
	font-weight: bold;
	margin-bottom: 13px
}

.about .about04 ul li .box .bt span {
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 16px;
	color: #fff;
	font-family: arial;
	border-radius: 50%;
	vertical-align: middle;
	background: #ffcb2a
}

.about .about04 ul li .box .text  {
	font-size: 15px;
	color: #666;
	line-height: 26px;
}

.about .about04 ul li .box .text .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold
}

.about .about04 ul li .box .text .jsh {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	margin-bottom: 26px
}

.about .about04 ul li .box .tijiao {
	margin-top: -7px
}

.about .about04 ul li .box .tijiao a {
	display: block;
	color: #3e81d7;
	font-size: 14px
}

.about .about05 {
	padding: 52px 0 79px 0;
	overflow: hidden
}

.about .about05 .about-bottom {
	margin-top: 74px
}

.about .about05 ul {
	margin: 0 -14px;
	font-size: 0
}

.about .about05 ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 14px
}

.about .about05 ul li .box {
	border: 1px solid #ededed;
	padding: 48px 43px 76px 43px;
	overflow: hidden;
	position: relative;
	transition: .5s
}

.about .about05 ul li .box:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #e7ecf2;
	transition: .5s;
	position: absolute;
	top: -1px;
	left: 0
}

.about .about05 ul li .box:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	background: #014baa;
	transition: .5s;
	position: absolute;
	top: -1px;
	left: 0
}

.about .about05 ul li .box .bt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-bottom: 17px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px
}

.about .about05 ul li .box .jsh p {
	line-height: 31px;
	padding-left: 43px;
	font-size: 18px;
	color: #666;
	width: 47%;
	float: left;
	font-family: arial
}

.about .about05 ul li .box .jsh p a {
	color: #666
}

.about .about05 ul li .box .jsh p span {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold
}

.about .about05 ul li .box .jsh .h1 {
	background: url("/images/h1.png") no-repeat left 1px;
	background-size: 34px
}

.about .about05 ul li .box .jsh .h2 {
	background: url("/images/h2.png") no-repeat left 1px;
	background-size: 34px
}

.about .about06 {
	padding: 65px 0 107px 0;
	overflow: hidden;
	background: url("/images/abg02.jpg") no-repeat top center;
	background-size: cover
}

.about .about06 .home-title {
	color: #fff
}

.about .about06 .home-title h3 {
	color: #fff
}

.about .about06 .home-title p {
	color: #fff
}

.about .about06 .about-bottom {
	margin-top: 40px
}

.about .about06 ul {
	padding: 32px 0 40px 0;
	overflow: hidden;
	background: rgba(255,255,255,0.1);
	font-size: 0
}

.about .about06 ul li {
	width: 33.333333333333336%;
	display: inline-block;
	vertical-align: top;
	padding: 0 42px;
	padding-top: 4px;
	border-right: 1px solid rgba(255,255,255,0.2)
}

.about .about06 ul li .box {
	background: url("/images/ad.png") no-repeat top left;
	background-size: 36px;
	padding-top: 65px;
	padding-bottom: 22px;
	transition: .5s
}

.about .about06 ul li .box .bt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 4px
}

.about .about06 ul li .box .jsh {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 17px
}

.about .about06 ul li .box .jsh a {
	color: #fff
}

.about .about06 ul li .box .more a {
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
	display: block;
	transition: .5s;
	background: url("/images/gengduo.png") no-repeat center left;
	background-size: 20px
}

@media (max-width:1680px) {
	.home-banner .home-banner-slick .slick-prev:after,.home-banner .home-banner-slick .slick-next:after {
		width: 50px
	}

	.home-banner .home-banner-slick .slick-prev {
		padding-left: 90px
	}

	.home-banner .home-banner-slick .slick-next {
		padding-right: 90px
	}

	.home-banner .slick-dots {
		padding-right: 40px
	}
}

@media (max-width:1440px) {
	.about .about02 .about-bottom {
		padding: 0 50px
	}

	.about .about02 .about-bottom .slick-prev {
		left: 10px
	}

	.about .about02 .about-bottom .slick-next {
		right: 10px
	}
}

@media (max-width:1366px) {
	.home-banner .home-banner-slick .container {
		width: 1000px
	}

	.inbanner .inbanner-slick .banner-info .container {
		width: 1000px
	}

	.home-honor .home-bottom .slick-prev {
		left: 5px
	}

	.home-honor .home-bottom .slick-next {
		right: 5px
	}

	.home-honor .home-bottom {
		padding: 0 50px
	}
}

@media (max-width:1200px) {
	.home-banner .home-banner-slick .container {
		width: 900px
	}

	.inbanner .inbanner-slick .banner-info .container {
		width: 900px
	}

	.home-banner .home-banner-slick .slick-prev:after,.home-banner .home-banner-slick .slick-next:after {
		width: 20px
	}

	.home-banner .home-banner-slick .slick-prev {
		padding-left: 60px
	}

	.home-banner .home-banner-slick .slick-next {
		padding-right: 60px
	}

	.home-service .service-top .text {
		width: 50%
	}
}

@media (max-width:1280px) {
	.container {
		width: 100%;
		padding: 0 10px
	}

	.product .product02 ul {
		padding: 0;
		background-size: 100%
	}

	.about .about03 .about-info .left .b .l {
		padding-top: 66px
	}
}

@media (max-width:1024px) {
	.product .product02 ul li .jsh {
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
		margin-bottom: 25px
	}

	.product .product02 ul li:nth-child(2n) .box {
		padding-right: 0;
		padding-top: 20px
	}

	.product .product02 ul li .bt {
		padding: 0 37px;
		margin-bottom: 20px
	}

	.about .about02 .about-bottom .item {
		width: 50%
	}

	.about .about03 .about-info .left .b .l {
		padding-bottom: 38px;
		padding-top: 40px
	}

	.about .about03 .about-info .left .t {
		margin-bottom: 4px
	}

	.about .about05 ul li .box .jsh p {
		font-size: 16px
	}

	.about .about01 .about-bottom .span {
		font-size: 100px
	}

	.about .about01 .about-bottom .text .jsh {
		font-size: 14px;
		line-height: 24px
	}

	.about .about01 .about-bottom .text .bt {
		font-size: 26px;
		margin-bottom: 20px
	}
}

@media (max-width:1023px) {
	.header .header-right .lan .active {
		font-weight: bold
	}

	.header .header-right .lan {
		font-size: 16px;
		margin-top: 0!important
	}

	.home-banner .home-banner-slick {
		display: none
	}

	.home-banner .home-banner-slick-phone {
		display: block
	}

	.inbanner .inbanner-slick {
		display: none
	}

	.inbanner .inbanner-slick-phone {
		display: block
	}

	.home-news .item .i02 ul {
		height: 256px
	}

	.home-service {
		padding: 30px 0 10px 0
	}

	.home-service .service-top .text {
		width: 100%;
		padding-top: 0;
		margin-bottom: 10px
	}

	.home-service .service-top .text .bt {
		font-size: 24px;
		margin-bottom: 5px
	}

	.home-service .service-top .text .span {
		font-size: 16px;
		margin-bottom: 5px
	}

	.home-service .service-top .pic {
		float: none
	}

	.home-service .service-list ul:before,.home-service .service-list ul:after {
		display: none
	}

	.home-partner .home-bottom .list .container {
		overflow: auto
	}

	.home-partner .home-bottom .list ul {
		font-size: 0;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		display: flex;
		align-items: center;
		box-sizing: border-box
	}

	.home-partner .home-bottom .list ul::-webkit-scrollbar {
		display: none
	}

	.home-partner .home-bottom .list ul li {
		flex: 1;
		text-align: center
	}

	.home-partner .home-bottom .list ul li a {
		padding: 0 10px
	}

	.home-service .service-list ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.home-service .service-list {
		padding-top: 20px
	}

	.home-service .service-list ul li .box .img {
		text-align: center
	}

	.home-service .service-list ul li .box .img span {
		font-size: 30px;
		display: none
	}

	.home-service .service-list ul li .box .img .pic {
		margin: 0 auto;
		float: none;
		width: 60px;
		height: 60px
	}

	.home-service .service-list ul li .box .text {
		padding-left: 0
	}

	.home-service .service-list ul li .box .text .bt {
		font-size: 16px;
		margin-bottom: 10px;
		text-align: center
	}

	.home-service .service-list ul li .box .text .jsh {
		padding: 0 20px
	}

	.home-youshi {
		padding: 30px 0 20px 0
	}

	.home-title h3 {
		font-size: 24px
	}

	.home-title p {
		font-size: 14px
	}

	.home-youshi .home-bottom ul li {
		width: 100%
	}

	.home-youshi .home-bottom ul li .box .info .text {
		padding: 15px
	}

	.home-youshi .home-bottom ul li .box .info .text .num {
		font-size: 24px;
		margin-bottom: 5px
	}

	.home-youshi .home-bottom ul li .box .info .text .bt {
		font-size: 16px;
		margin-bottom: 10px
	}

	.home-youshi .home-bottom ul li .box .info .text .jsh {
		height: auto;
		margin-bottom: 0
	}

	.home-youshi .home-bottom ul li .box .info {
		padding-bottom: 20px
	}

	.home-youshi .home-bottom ul li {
		margin-bottom: 10px
	}

	.home-shuzi {
		padding: 30px 0 20px 0
	}

	.home-shuzi .list {
		margin: 0 -5px
	}

	.home-shuzi .list li {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px
	}

	.home-shuzi .list li .num span {
		font-size: 36px
	}

	.home-shuzi .list li .num sup {
		font-size: 14px
	}

	.home-shuzi .list li .pic {
		height: 50px;
		width: 50px
	}

	.home-partner {
		padding: 30px 0 30px 0
	}

	.home-partner .home-bottom .list ul li a {
		font-size: 14px;
		line-height: 40px;
		height: 42px;
		padding: 0 13px
	}

	.fixed {
		width: 40px;
		height: 40px;
		bottom: 70px
	}

	.fixed a {
		width: 40px;
		height: 40px;
		background-size: 40px
	}

	.home-partner .home-bottom .show .info ul li {
		width: 50%
	}

	.home-partner .home-bottom .show .info ul {
		height: auto
	}

	.home-partner .home-bottom .show .info ul li:nth-child(1),.home-partner .home-bottom .show .info ul li:nth-child(2) {
		border-top: 0
	}

	.home-partner .home-bottom .show .info ul li:nth-child(3),.home-partner .home-bottom .show .info ul li:nth-child(4),.home-partner .home-bottom .show .info ul li:nth-child(5),.home-partner .home-bottom .show .info ul li:nth-child(6) {
		border-top: 1px solid #eee
	}

	.home-partner .home-bottom .show .info ul li:nth-child(2n) {
		border-right: 0
	}

	.home-partner .home-bottom .show .info .hover {
		display: none!important
	}

	.home-partner .home-bottom .show .info .hover .left {
		width: 100%;
		padding-top: 20px;
		float: none
	}

	.home-partner .home-bottom .show .info .hover .right {
		float: none;
		padding: 20px;
		width: 100%
	}

	.home-partner .home-bottom .show .info .hover:after {
		display: none
	}

	.home-partner .home-bottom .show .info .hover .right .jsh {
		font-size: 14px
	}

	.home-honor .home-bottom .item .box {
		position: relative;
		bottom: auto!important;
		left: auto;
		height: auto!important
	}

	.hover1 {
		max-height: 94%;
		width: 94%;
		left: 3%;
		top: 50%;
		overflow: hidden
	}

	.home-service .service-top .text .jsh {
		height: auto;
		max-height: 182px
	}

	.hover1:after {
		display: none
	}

	.hover1 .right .jsh {
		font-size: 14px;
		height: auto
	}

	.home-partner .home-bottom {
		padding-bottom: 0
	}

	.home-honor .home-bottom .item {
		height: auto;
		padding-top: 10px!important
	}

	.home-honor .home-bottom .item .box {
		padding: 20px 16px
	}

	.home-honor {
		padding: 30px 0;
		background-size: cover
	}

	.home-honor .home-bottom {
		margin-top: 20px
	}

	.home-honor .home-bottom .slick-track {
		padding-top: 0
	}

	.home-news {
		padding: 30px 0
	}

	.home-news .item {
		width: 100%;
		margin-bottom: 10px
	}

	.home-news .item .item-title h3 {
		font-size: 16px
	}

	.home-news .item .item-title {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.home-news .item .i01 .one .text .bt {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 0
	}

	.home-news .item .i01 .one .text .jsh {
		margin-bottom: 5px;
		font-size: 13px
	}

	.home-news .item .i01 .one .text .more {
		font-size: 12px
	}

	.home-news .item .i01 .one .pic {
		width: 145px;
		height: 100px
	}

	.home-news .item .i01 .one .box {
		height: 100px
	}

	.home-news .item .i01 .one {
		margin-bottom: 15px
	}

	.home-news .item .i01 ul li a {
		line-height: 35px;
		padding-right: 70px;
		font-size: 13px
	}

	.home-news .item .i01 ul li a span {
		font-size: 13px
	}

	.home-news .item .i01 .one .text {
		padding-left: 155px
	}

	.home-news .item .i02 ul li a .bt {
		font-size: 14px
	}

	.home-news .item .i02 ul li a .jsh {
		font-size: 12px
	}

	.home-news .item .i02 ul li {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.home-message {
		padding-bottom: 30px;
		padding-top: 30px
	}

	.home-message .text {
		margin-top: 0;
		padding: 20px
	}

	.home-message .text form ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.home-message .text form ul li input,.home-message .text form ul li select {
		font-size: 13px
	}

	.home-message .text form ul .submit {
		text-align: left;
		margin-bottom: 0
	}

	.home-message .text form ul .submit input {
		width: 150px
	}

	.home-message .text form ul .submit .btn {
		margin-top: 10px;
		margin-left: 0
	}

	.footer .footer-top {
		padding: 30px 0
	}

	.footer .footer-top ul {
		width: 100%
	}

	.footer .footer-top .footer-contact {
		width: 100%;
		padding-left: 0;
		background: 0;
		background-size: 30px;
		border-left: 0;
		padding-right: 0;
		margin-top: 15px;
		border-top: 1px solid #2c3344;
		padding-top: 17px
	}

	.home-honor .home-bottom .item {
		width: 100%
	}

	.footer .footer-top .footer-contact h3 {
		font-size: 14px
	}

	.footer .footer-top .footer-contact span {
		font-size: 20px
	}

	.footer .footer-top .footer-contact p {
		font-size: 13px
	}

	.footer .footer-top .footer-contact ul {
		width: 100%;
		margin-top: 10px
	}

	.footer .footer-top .footer-contact ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-size: 40px!important
	}

	.footer .footer-top .footer-contact ul li {
		margin-right: 10px;
		width: 40px;
		height: 40px
	}

	.footer .footer-top .footer-ewm {
		width: 100%;
		border-left: 0;
		margin-top: 10px
	}

	.footer .footer-top .footer-ewm .img {
		width: 100%
	}

	.footer .footer-top .footer-ewm .text {
		float: left;
		width: 120px
	}

	.footer .footer-link {
		display: none
	}

	.footer .footer-bottom {
		text-align: center
	}

	.footer .footer-bottom div {
		display: none
	}

	.footer .footer-link,.footer .footer-bottom {
		font-size: 13px
	}

	.home-honor .home-bottom .item .box:before,.home-honor .home-bottom .item .box:after {
		display: none
	}

	.header .header-right .header-search {
		display: none
	}

	.header .header-right .menu {
		display: none
	}

	.header .header-right {
		padding-top: 21px;
		padding-right: 55px
	}

	.navFix .header .header-right {
		padding-top: 21px
	}

	.phone-nav {
		display: block
	}

	.phone-nav .navlogo1 {
		display: none
	}

	.last-news span {
		font-size: 18px;
		line-height: 30px
	}

	.last-news .box {
		padding-left: 0;
		height: auto
	}

	.last-news {
		height: auto;
		margin-top: 0;
		padding: 10px 0
	}

	.last-news .home-text {
		position: relative;
		margin: 0;
		padding: 40px 0 0 0;
		height: 82px
	}

	.last-news .home-text .slick-prev,.last-news .home-text .slick-next {
		width: 20px;
		height: 20px;
		top: 5px;
		background-size: 6px!important
	}

	.last-news .home-text .slick-prev {
		left: auto;
		right: 25px
	}

	.last-news .home-text .slick-next {
		left: auto;
		right: 0
	}

	.last-news .home-text .item a .bt {
		font-size: 14px
	}

	.last-news .home-text .item a .bt {
		font-size: 14px
	}

	.last-news .home-text .item a .more {
		display: none
	}

	.last-news .home-text .item a {
		padding-right: 0
	}

	.last-news .home-text .slick-list {
		height: 42px;
		overflow: hidden
	}

	.last-news .home-text .item a .jsh {
		font-size: 12px
	}

	.home-youshi .home-bottom {
		padding-top: 20px
	}

	.header .logo a img {
		height: 40px
	}

	.header {
		height: 70px
	}

	.header .logo {
		padding: 15px 0
	}

	.navFix .header .logo a .logo01 {
		height: 40px
	}

	.navFix .header .logo {
		padding: 15px 0
	}

	.phone-nav img {
		margin-top: 26px
	}

	.footer .footer-top {
		text-align: center
	}

	.footer .footer-top ul li a {
		padding: 0 5px
	}

	.footer .footer-top .footer-contact ul {
		float: none;
		text-align: center
	}

	.footer .footer-top .footer-contact ul li {
		margin: 0 5px;
		float: none;
		display: inline-block
	}

	.footer .footer-top .footer-contact ul li a {
		margin-bottom: 0
	}

	.footer .footer-top .footer-ewm .text {
		float: none;
		margin: 0 auto
	}

	.product .product01 {
		padding: 30px 0
	}

	.product .product01 .text {
		width: 100%;
		padding-top: 0;
		margin-bottom: 10px
	}

	.product .product01 .text .bt {
		font-size: 24px;
		margin-bottom: 5px
	}

	.product .product01 .text .span {
		font-size: 16px;
		margin-bottom: 5px
	}

	.product .product01 .right {
		float: none;
		margin-right: 0;
		width: 100%
	}

	.product .product01 .text .jsh {
		height: auto;
		max-height: 182px;
		font-size: 14px;
		line-height: 26px
	}

	.product .product02 {
		padding: 30px 0 10px 0
	}

	.product .product02 .list {
		display: none
	}

	.product .product02 .list1 {
		display: block;
		background: 0
	}

	.product .product02 ul li .box {
		padding-top: 0;
		padding-bottom: 0
	}

	.product .product02 ul li:nth-child(2n) .box {
		padding: 0
	}

	.product .product02 ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.product .product02 ul li .bt {
		font-size: 36px;
		margin-bottom: 10px;
		padding: 0;
		line-height: 33px
	}

	.product .product02 ul li .bt span {
		font-size: 16px;
		padding: 0 20px 0 14px
	}

	.product .product02 ul li .jsh {
		padding: 0;
		margin-bottom: 5px;
		padding-left: 23px
	}

	.product .product02 ul li:nth-child(2n) .bt {
		padding: 0
	}

	.product .product02 ul li:nth-child(2n) .jsh {
		margin-bottom: 5px
	}

	.product .product02 ul li .pic {
		width: 40px;
		height: 40px;
		margin: 0 0 0 23px
	}

	.product .product03 {
		padding: 30px 0 0 0
	}

	.product .product03 ul li .box .pic {
		width: 60px;
		height: 60px
	}

	.product .product03 ul li .box .text {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.product .product03 ul li .box .text .bt {
		font-size: 17px;
		margin-bottom: 0
	}

	.product .product03 ul li .box .text .jsh {
		font-size: 14px;
		line-height: 25px;
		width: 100%
	}

	.second-nav .container {
		padding: 0
	}

	.second-nav ul li a {
		line-height: 53px;
		font-size: 14px
	}

	.second-nav {
		height: 53px;
		margin-top: -53px
	}

	.second-nav ul {
		border: 0
	}

	.second-nav ul li {
		width: 33.333333333333336%
	}

	.about .about01 {
		padding: 30px 0
	}

	.about .about01 .about-bottom {
		margin-top: 20px
	}

	.about .about01 .about-bottom .span {
		font-size: 50px;
		line-height: 53px
	}

	.about .about01 .about-bottom .text {
		width: 100%;
		padding-top: 13px
	}

	.about .about01 .about-bottom .text .bt {
		font-size: 18px;
		margin-bottom: 20px;
		font-weight: bold
	}

	.about .about01 .about-bottom .text .bt:before {
		top: 8px
	}

	.about .about01 .about-bottom .pic {
		width: 100%;
		margin-top: 20px
	}

	.about .about02 {
		padding: 30px 0
	}

	.about .about02 .about-bottom {
		margin: 20px -16px 0 -16px
	}

	.about .about02 .about-bottom .slick-prev {
		width: 30px;
		height: 30px;
		background-size: 30px!important;
		top: 70px
	}

	.about .about02 .about-bottom .slick-next {
		width: 30px;
		height: 30px;
		background-size: 30px!important;
		top: 70px
	}

	.about .about02 .about-bottom .item .box {
		padding: 20px
	}

	.about .about02 .about-bottom .item {
		padding-bottom: 60px
	}

	.about .about02:after {
		bottom: 31px
	}

	.about .about02 .about-bottom {
		padding: 0 40px
	}

	.about .about03 {
		padding: 30px 0
	}

	.about .about03 .home-title h3 {
		margin: 0
	}

	.about .about03 .about-info {
		padding-top: 20px
	}

	.about .about03 .about-info .left {
		width: 100%
	}

	.about .about03 .about-info .right {
		width: 100%;
		display: none
	}

	.about .about03 .about-info .left .t .p1 {
		width: 100%;
		margin-bottom: 4px
	}

	.about .about03 .about-info .left .t .p2 {
		width: 100%
	}

	.about .about03 .about-info .left .b .l {
		width: 100%;
		margin-bottom: 4px
	}

	.about .about03 .about-info .left .b .p4 {
		width: 100%;
		margin-bottom: 4px
	}

	.about .about03 .about-info .left .b .l .pic {
		width: 50px;
		height: 50px
	}

	.about .about03 .about-info .left .b .l .js {
		font-size: 16px;
		margin-top: 10px
	}

	.about .about04 {
		padding: 30px 0 20px 0
	}

	.about .about04 .about-bottom {
		padding-top: 20px
	}

	.about .about04 ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.about .about04 ul li .box {
		padding: 20px
	}

	.about .about04 ul li .box .bt {
		font-size: 20px;
		margin-bottom: 7px
	}

	.about .about04 ul li .box .text .title {
		font-size: 15px
	}

	.about .about04 ul li .box .text .jsh {
		font-size: 14px;
		margin-bottom: 10px
	}

	.about .about04 ul li .box .bt span {
		font-size: 14px
	}

	.about .about05 {
		padding: 30px 0 20px 0
	}

	.about .about05 .about-bottom {
		margin-top: 20px
	}

	.about .about05 ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.about .about05 ul li .box {
		padding: 20px
	}

	.about .about05 ul li .box .bt {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.about .about05 ul li .box .jsh p {
		line-height: 26px;
		padding-left: 36px;
		font-size: 14px;
		width: 100%;
		margin-bottom: 5px
	}

	.about .about05 ul li .box .jsh p span {
		font-size: 16px
	}

	.about .about05 ul li .box .jsh .h1 {
		background-size: 28px
	}

	.about .about05 ul li .box .jsh .h2 {
		background-size: 28px
	}

	.about .about06 {
		padding: 30px 0
	}

	.about .about06 .about-bottom {
		margin-top: 20px
	}

	.about .about06 ul {
		padding: 20px
	}

	.about .about06 ul li {
		width: 100%;
		padding: 0;
		border-right: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.2)
	}

	.about .about06 ul li .box {
		background: url(/images/ad.png) no-repeat top left;
		background-size: 20px;
		padding-top: 30px;
		padding-bottom: 20px
	}

	.about .about06 ul li .box .bt {
		font-size: 16px;
		font-weight: bold
	}

	.about .about06 ul li .box .jsh {
		font-size: 14px;
		margin-bottom: 10px
	}

	.about .about06 ul li:nth-child(3) {
		margin-bottom: 0;
		border: 0;
		padding-bottom: 0
	}

	.about .about06 ul li:nth-child(3) .box {
		padding-bottom: 0
	}
}

.more1 {
	display: none
}

.more1 a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	margin-top: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #014eae;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	border: solid 1px #014eae
}

@media (max-width:1023px) {
	.more1 {
		display: block
	}

	.home-partner .home-bottom .show .info ul li {
		display: none
	}

	.home-partner .home-bottom .show .info ul li:nth-child(1),.home-partner .home-bottom .show .info ul li:nth-child(2),.home-partner .home-bottom .show .info ul li:nth-child(3),.home-partner .home-bottom .show .info ul li:nth-child(4),.home-partner .home-bottom .show .info ul li:nth-child(5),.home-partner .home-bottom .show .info ul li:nth-child(6),.home-partner .home-bottom .show .info ul li:nth-child(7),.home-partner .home-bottom .show .info ul li:nth-child(8) {
		display: block!important
	}
}

@media (max-width:414px) {
	.home-service .service-top .pic {
		width: 100%;
		height: auto
	}

	.home-service .service-top .pic:after {
		padding-bottom: 58.21205821205822%
	}
}

@media (max-width:640px) {
	.home-banner {
		max-height: 625px
	}
}

@media (max-width:414px) {
	.home-banner {
		max-height: 404px
	}

	.home-honor {
		background: #014baa url(../images/bg4.jpg) no-repeat -355px top;
		background-size: cover
	}
}

@media (max-width:375px) {
	.home-banner {
		max-height: 366px
	}

	.hover1 .right {
		padding: 35px 37px
	}
}

@media (max-width:360px) {
	.home-banner {
		max-height: 352px
	}
}

@media (max-width:320px) {
	.home-banner {
		max-height: 313px
	}
}

@font-face {
	font-family:'futura_md_btmedium';src:url('/font/tt0142m_-webfont.eot');src:url('/font/tt0142m_-webfont.eot?#iefix') format('embedded-opentype'),url('/font/tt0142m_-webfont.woff2') format('woff2'),url('/font/tt0142m_-webfont.woff') format('woff'),url('/font/tt0142m_-webfont.svg') format('svg');font-weight:normal;font-style:normal
}

@font-face {
	font-family:'helvetica_cyrillicbold';src:url('/font/helveticacyr-bold-webfont.eot');src:url('/font/helveticacyr-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/font/helveticacyr-bold-webfont.woff2') format('woff2'),url('/font/helveticacyr-bold-webfont.woff') format('woff'),url('/font/helveticacyr-bold-webfont.svg') format('svg');font-weight:normal;font-style:normal
}

.inside-title {
	text-align: center;
	line-height: 1
}

.inside-title .title-01 {
	color: #333;
	font-size: 30px
}

.inside-title .title-02 {
	margin-top: 15px;
	color: #666;
	font-size: 16px
}

.page {
	text-align: center;
	font-size: 0
}

.page a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	min-width: 50px;
	line-height: 46px;
	border-radius: 50px;
	padding: 0 5px;
	margin: 0 5px;
	font-family: futura_md_btmedium;
	border: 2px transparent solid
}

.page .cpb {
	border-color: #014baa
}

.page span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	min-width: 50px;
	line-height: 46px;
	border-radius: 50px;
	padding: 0 5px;
	margin: 0 5px;
	font-family: futura_md_btmedium;
	border: 2px  #014baa solid
}

.page .prev,.page .next {
	display: none
}

@media screen and (max-width:767px) {
	.page a {
		display: none
	}

	.page span {
		display: none
	}

	.page .prev,.page .next {
		display: inline-block;
		border: 0;
		line-height: 40px;
		padding: 0 10px;
		border-radius: 40px;
		font-size: 14px;
		text-align: center;
		border: 1px #e4e4e4 solid;
		min-width: 100px
	}
}

.case,.relatedCase {
	background: #f9f9f9
}

.case .list,.relatedCase .list {
	margin-left: -15px;
	margin-right: -15px
}

.case .list li,.relatedCase .list li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 15px 30px 15px;
	padding-bottom: 30px
}

.case .list .box,.relatedCase .list .box {
	display: block;
	background: #fff;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}

.case .list .pic:after,.relatedCase .list .pic:after {
	padding-bottom: 50%
}

.case .list .pic .hover,.relatedCase .list .pic .hover {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	background: rgba(255,255,255,0.9)
}

.case .list .pic .hover .pic img,.relatedCase .list .pic .hover .pic img {
	transform: scale(1)
}

.case .list img,.relatedCase .list img {
	transition: all .5s
}

.case .list .text,.relatedCase .list .text {
	padding: 20px 25px 30px 25px
}

.case .list .title,.relatedCase .list .title {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px
}

.case .list .info,.relatedCase .list .info {
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.case {
	padding-top: 75px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden
}

.case .serbg {
	background: #f9f9f9 url("../images/nbg.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.case .list {
	margin-bottom: 20px
}

.relatedCase {
	margin-top: 61px;
	padding-top: 48px;
	padding-bottom: 60px
}

.relatedCase .titleBig {
	font-weight: 700;
	color: #333;
	font-size: 20px
}

.relatedCase .nr {
	padding-top: 28px
}

.relatedCase .container {
	position: relative
}

.relatedCase .gd {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 30px
}

.relatedCase .gd a {
	font-size: 14px;
	color: #666
}

.case-show .gailan,.case-show .fwjsh {
	padding: 67px 0 95px 0;
	background: #f9f9f9
}

.case-show .gailan .nr,.case-show .fwjsh .nr {
	padding-top: 61px
}

.case-show .gailan .list,.case-show .fwjsh .list {
	margin-left: -7px;
	margin-right: -7px
}

.case-show .gailan .list li,.case-show .fwjsh .list li {
	width: 50%;
	float: left;
	padding: 0 7px
}

.case-show .gailan .list .box,.case-show .fwjsh .list .box {
	display: block;
	border: 1px #f4f4f4 solid;
	background: #fff;
	padding: 68px 35px;
	transition: .5s
}

.case-show .gailan .list .pic,.case-show .fwjsh .list .pic {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	margin-top: 6px;
	margin-right: 15px
}

.case-show .gailan .list .text,.case-show .fwjsh .list .text {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	min-height: 72px;
	display: flex;
	align-items: center
}

.case-show .fwjsh {
	padding: 72px 0 87px 0
}

.case-show .hzmsh {
	background: #014baa url(../images/hzmsh-bg.jpg) no-repeat center;
	background-attachment: fixed;
	color: #fff;
	padding: 58px 0;
	min-height: 385px
}

.case-show .hzmsh .nr {
	padding-top: 74px
}

.case-show .hzmsh .inside-title .title-01 {
	color: #fff
}

.case-show .hzmsh .inside-title .title-02 {
	color: rgba(255,255,255,0.5)
}

.case-show .hzmsh .list {
	margin-left: -60px;
	margin-right: -60px
}

.case-show .hzmsh .list li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 60px
}

.case-show .hzmsh .list .box {
	display: block;
	padding: 0 0 0 50px;
	position: relative;
	transition: .5s
}

.case-show .hzmsh .list .pic {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin-right: 15px
}

.case-show .hzmsh .list .text {
	font-size: 14px;
	float: left;
	padding: 8px 0 0 0
}

.case-show .hzmsh .list .title {
	font-size: 18px;
	margin-bottom: 5px
}

.case-show .hzmsh .list .info {
	color: rgba(255,255,255,0.5);
	line-height: 22px;
	min-height: 44px
}

.case-show .hzmb {
	padding: 62px 0
}

.case-show .hzmb .nr {
	padding-top: 76px
}

.case-show .hzmb .list {
	margin-left: -35px;
	margin-right: -35px
}

.case-show .hzmb .list li {
	width: 25%;
	float: left;
	padding: 0 35px
}

.case-show .hzmb .list .box {
	display: block;
	padding: 0;
	position: relative;
	text-align: center
}

.case-show .hzmb .list .pic {
	display: block;
	width: 113px;
	height: 113px;
	border-radius: 50%;
	transition: .5s;
	box-shadow: 0 0 21px 0 rgba(0,0,0,0.08);
	margin: auto auto 56px auto
}

.case-show .hzmb .list .text {
	font-size: 14px;
	float: left
}

.case-show .hzmb .list .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px
}

.case-show .hzmb .list .info {
	color: #666;
	line-height: 22px;
	min-height: 44px
}

.case-show .fwlch {
	padding: 70px 0 68px 0
}

.case-show .fwlch .nr {
	margin-top: 60px;
	box-shadow: 0 0 46px 0 rgba(0,0,0,0.06)
}

.case-show .fwlch .list {
	margin-left: -35px;
	margin-right: -35px
}

.case-show .fwlch .list li {
	width: 25%;
	float: left;
	padding: 0 35px;
	position: relative
}

.case-show .fwlch .list li:after {
	content: "";
	display: block;
	width: 30px;
	height: 11px;
	background: url(/images/icon/arrow-lch-01.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 76px;
	right: -15px
}

.case-show .fwlch .list li.last:after {
	display: none
}

.case-show .fwlch .list .box {
	display: block;
	padding: 40px 0 75px 0;
	position: relative;
	text-align: center
}

.case-show .fwlch .list .pic {
	display: block;
	margin: auto auto 15px auto;
	color: #f4f4f6;
	font-size: 78px;
	height: 80px;
	line-height: 80px;
	font-family: helvetica_cyrillicbold
}

.case-show .fwlch .list .pic:after {
	display: none
}

.case-show .fwlch .list .pic img {
	max-height: 60px
}

.case-show .fwlch .list .text {
	font-size: 15px
}

.case-show .fwlch .list .title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px
}

.case-show .fwlch .list .info {
	color: #666;
	line-height: 22px;
	min-height: 44px
}

.prev-next-return .list {
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	line-height: 68px;
	font-size: 14px;
	position: relative
}

.prev-next-return li {
	width: 50%;
	float: left
}

.prev-next-return a {
	display: block;
	color: #333
}

.prev-next-return .next {
	text-align: right
}

.prev-next-return .returnList {
	position: absolute;
	z-index: 99;
	width: 70px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.prev-next-return .returnList a {
	background: url(/images/icon/reurnList.png) no-repeat center;
	height: 68px
}

@media screen and (max-width:767px) {
	.inside-title .title-01 {
		font-size: 24px
	}

	.inside-title .title-02 {
		font-size: 14px
	}

	.case .list,.relatedCase .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.case .list li,.relatedCase .list li {
		width: 50%;
		padding: 0 5px 10px 5px
	}

	.case .list .text,.relatedCase .list .text {
		padding: 10px 10px
	}

	.case .list .title,.relatedCase .list .title {
		font-size: 16px;
		margin-bottom: 0
	}

	.case .list .info,.relatedCase .list .info {
		font-size: 14px
	}

	.case-show .gailan,.case-show .fwjsh {
		padding: 30px 0
	}

	.case-show .gailan .nr,.case-show .fwjsh .nr {
		padding-top: 30px
	}

	.case-show .gailan .list,.case-show .fwjsh .list {
		margin: 0
	}

	.case-show .gailan .list li,.case-show .fwjsh .list li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px
	}

	.case-show .gailan .list .box,.case-show .fwjsh .list .box {
		padding: 25px 15px
	}

	.case-show .gailan .list .text,.case-show .fwjsh .list .text {
		font-size: 14px
	}

	.case-show .hzmsh {
		padding: 30px 0
	}

	.case-show .hzmsh .nr {
		padding-top: 30px
	}

	.case-show .hzmsh .list {
		margin: 0
	}

	.case-show .hzmsh .list li {
		width: 100%;
		padding: 0
	}

	.case-show .hzmsh .list .text {
		font-size: 14px
	}

	.case-show .hzmsh .list .title {
		font-size: 16px
	}

	.case-show .hzmb {
		padding: 30px 0
	}

	.case-show .hzmb .nr {
		padding-top: 30px
	}

	.case-show .hzmb .list {
		margin: 0
	}

	.case-show .hzmb .list li {
		width: 50%;
		padding: 0 5px 20px 5px
	}

	.case-show .hzmb .list li:nth-child(3) {
		float: right
	}

	.case-show .hzmb .list .pic {
		width: 80px;
		height: 80px;
		margin-bottom: 20px
	}

	.case-show .hzmb .list .title {
		font-size: 16px
	}

	.case-show .hzmb .list .info {
		font-size: 14px
	}

	.case-show .fwlch {
		padding: 30px 0
	}

	.case-show .fwlch .nr {
		margin-top: 30px;
		padding: 10px 0
	}

	.case-show .fwlch .list {
		margin: 0
	}

	.case-show .fwlch .list li {
		width: 50%;
		padding: 0
	}

	.case-show .fwlch .list li:nth-child(2):after {
		display: none
	}

	.case-show .fwlch .list .box {
		padding: 20px 0 20px 0
	}

	.case-show .fwlch .list .text {
		font-size: 14px
	}

	.case-show .fwlch .list .title {
		font-size: 16px
	}

	.prev-next-return .returnList a {
		background: url(/images/icon/reurnList-l.png) no-repeat center;
		background-size: 22px 22px
	}

	.relatedCase {
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.relatedCase .list li:nth-child(3) {
		display: none
	}
}

.s1 ul li {
	width: 14.285714285714286%
}

.s2 ul li {
	width: 20%
}

.s3 ul li {
	width: 25%
}

@media (max-width:1023px) {
	.case {
		padding: 30px 0
	}

	.s1 ul li {
		width: 33.333333333333336%
	}

	.s2 ul li {
		width: 33.333333333333336%
	}

	.s3 ul li {
		width: 33.333333333333336%
	}
}

.news {
	padding: 72px 0;
	position: relative;
	overflow: hidden
}

.news .serbg {
	background: #f9f9f9 url("../images/nbg.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.news .list {
	position: relative;
	padding-bottom: 38px;
	margin-bottom: 56px;
	overflow: hidden
}

.news .list li .box {
	padding: 16px 16px 19px 16px;
	position: relative;
	background: #fff
}

.news .list li .box .pic {
	width: 405px;
	height: 260px;
	position: absolute;
	top: 16px;
	left: 16px
}

.news .list li .box .pic img {
	transition: .5s
}

.news .list li .box .text {
	height: 260px;
	padding-left: 446px;
	padding-top: 11px;
	padding-right: 64px
}

.news .list li .box .text .date {
	font-size: 14px;
	color: #666;
	font-family: "DIN-Medium";
	margin-bottom: 11px
}

.news .list li .box .text .bt {
	font-size: 22px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 11px
}

.news .list li .box .text .jsh {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	height: 84px;
	overflow: hidden;
	margin-bottom: 30px
}

.news .list li .box .text .more p {
	border-radius: 30px;
	border: 1px solid #cbcbcb;
	height: 35px;
	line-height: 33px;
	width: 107px;
	font-size: 14px;
	padding-left: 16px;
	transition: .5s;
	background: url("/images/dot05.png") no-repeat 80px center;
	background-size: 11px
}

.news .list .slick-dots {
	z-index: 10;
	bottom: 0;
	line-height: 0
}

.news .list .slick-dots li {
	margin: 0 7px;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.news .list .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	display: block;
	background: #7b7b7b;
	border-radius: 50%
}

.news .list .slick-dots li button:before {
	content: ""
}

.news .list .slick-dots .slick-active button {
	background: #ffcb2a
}

.news .list .slick-dots .slick-active button:before {
	color: transparent
}

.news .list1 {
	margin: 0 -25px 8px -25px
}

.news .list1 li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 25px;
	margin-bottom: 51px
}

.news .list1 li .box {
	padding: 45px 28px 47px 28px;
	background: #fff;
	overflow: hidden;
	transition: .5s
}

.news .list1 li .box .bt {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 32px
}

.news .list1 li .box .pic {
	margin-bottom: 16px
}

.news .list1 li .box .pic img {
	transition: .5s
}

.news .list1 li .box .pic:after {
	padding-bottom: 64.11764705882354%
}

.news .list1 li .box .pic .date {
	width: 55px;
	height: 69px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-family: "DIN-Medium";
	position: absolute;
	top: 0;
	right: 0;
	text-align: center
}

.news .list1 li .box .pic .date h3 {
	font-size: 26px;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

.news .list1 li .box .pic .date p {
	font-size: 12px;
	line-height: 29px
}

.news .list1 li .box .jsh {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	color: #666;
	overflow: hidden;
	margin-bottom: 36px
}

.news .list1 li .box .more p {
	border-radius: 30px;
	border: 1px solid #cbcbcb;
	height: 35px;
	line-height: 33px;
	width: 107px;
	font-size: 14px;
	padding-left: 16px;
	background: url("/images/dot05.png") no-repeat 80px center;
	background-size: 11px
}

.current {
	color: #666;
	border-bottom: 1px solid #e1e4e6;
	padding: 20px 0 20px 0;
	position: relative
}

.current a {
	color: #666
}

.current b {
	font-weight: normal;
	color: #014baa
}

.news-show {
	padding: 0 0 34px 0;
	position: relative;
	overflow: hidden
}

.news-show .serbg {
	background: #f9f9f9 url("../images/nbg.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 100%;
	transition: 10s;
	animation: mymove4 5s infinite
}

.news-show .container {
	position: relative;
	z-index: 3
}

.news-show .h1 {
	text-align: center;
	font-size: 34px;
	color: #333;
	margin-bottom: 19px;
	margin-top: 31px
}

.news-show .h2 {
	text-align: center;
	padding-bottom: 34px;
	border-bottom: 1px solid #dcdcdc
}

.news-show .h2 span {
	padding-left: 25px;
	line-height: 25px;
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	color: #999
}

.news-show .h2 .c {
	background: url("/images/c.png") no-repeat center left;
	background-size: 20px
}

.news-show .h2 .c1 {
	background: url("/images/c1.png") no-repeat center left;
	background-size: 21px
}

.news-show .news-info {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	padding: 37px 0 27px 0
}

.news-show .download a {
	width: 107px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	color: #fff;
	display: block;
	background: #014eae url(../images/down.png) no-repeat 76px center;
	background-size: 14px;
	padding-left: 14px
}

.news-show .link {
	margin-top: 27px;
	border-top: 1px solid #ececec;
	overflow: hidden;
	padding: 27px 0 31px 0
}

.news-show .link a {
	display: block;
	float: left;
	line-height: 25px;
	padding: 0 20px;
	border-radius: 30px;
	font-size: 12px;
	max-width: 200px;
	margin-right: 16px;
	background: #ececec;
	transition: .5s;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.relatedNews {
	background: 0;
	margin: 0
}

.relatedNews .list1 {
	margin: 0 -12px
}

.relatedNews .list1 li {
	width: 25%;
	float: left;
	padding: 0 12px
}

.relatedNews .list1 li .box {
	width: 100%;
	padding: 30px 20px;
	transition: .5s;
	background: #f6f6f6 url("../images/line.jpg") no-repeat top center
}

.relatedNews .list1 li .box .date {
	font-size: 16px;
	color: #666;
	font-family: "DIN-Medium";
	margin-bottom: 12px
}

.relatedNews .list1 li .box .bt {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 28px
}

.relatedNews .list1 li .box .jsh {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 96px;
	overflow: hidden;
	margin-bottom: 101px
}

.relatedNews .list1 li .box .more {
	overflow: hidden
}

.relatedNews .list1 li .box .more p {
	border-radius: 30px;
	border: 1px solid #cbcbcb;
	height: 35px;
	line-height: 33px;
	width: 107px;
	font-size: 14px;
	padding-left: 16px;
	transition: .5s;
	background: url("/images/dot05.png") no-repeat 80px center;
	background-size: 11px;
	float: right
}

.notices {
	padding: 68px 0 99px 0;
	overflow: hidden;
	position: relative
}

.notices .notices-bottom {
	padding-top: 50px;
	font-size: 14px;
	color: #666;
	line-height: 30px
}

.sitemap {
	overflow: hidden;
	padding-top: 60px
}

.sitemap .map {
	width: 100%;
	margin: 0 auto
}

.sitemap .map dl {
	border: #d6dbe1 solid 1px;
	border-top: #014eae solid 2px;
	border-bottom: 0;
	margin-bottom: 10px
}

.sitemap .map dt {
	background: #fcfcfc;
	color: #014eae;
	font-size: 16px;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px
}

.sitemap .map dt a {
	color: #333
}

.sitemap .map dt img {
	margin-left: 20px
}

.sitemap .map dd {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px
}

.sitemap .map dd .p2 {
	padding: 0 0 0 20px;
	clear: both
}

.sitemap .map dd .p2 a {
	color: #b87500;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.sitemap .map dd div {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 20px 10px 10px
}

.sitemap .map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px
}

@media (max-width:1024px) {
	.news .list li .box .text {
		padding-right: 0
	}

	.news .list1 {
		margin: 0 -5px 10px -5px
	}

	.news .list1 li {
		padding: 0 5px;
		margin-bottom: 10px
	}
}

@media (max-width:1023px) {
	.notices {
		padding: 30px 0
	}

	.notices .notices-bottom {
		padding-top: 20px
	}

	.news {
		padding: 30px 0
	}

	.news .list li .box {
		padding: 10px
	}

	.news .list li .box .pic {
		width: 200px;
		height: 128px;
		top: 10px;
		left: 10px
	}

	.news .list li .box .text {
		height: 128px;
		padding-left: 215px;
		padding-top: 0
	}

	.news .list li .box .text .bt {
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: bold
	}

	.news .list li .box .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 50px
	}

	.news .list {
		padding-bottom: 25px;
		margin-bottom: 20px
	}

	.news .list1 li .box {
		padding: 15px
	}

	.news .list1 li .box .bt {
		font-size: 15px;
		line-height: 25px;
		height: 50px;
		margin-bottom: 10px;
		font-weight: bold
	}

	.news .list1 li .box .jsh {
		margin-bottom: 10px
	}

	.news .list1 li .box .more p {
		height: 30px;
		line-height: 28px;
		width: 90px;
		font-size: 12px;
		padding-left: 12px;
		background: url(/images/dot05.png) no-repeat 66px center;
		background-size: 11px
	}

	.current {
		padding: 13px 0;
		font-size: 12px
	}

	.news-show .h1 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 20px
	}

	.news-show .h2 span {
		margin: 0 5px;
		font-size: 12px
	}

	.news-show .h2 {
		padding-bottom: 10px
	}

	.news-show .news-info {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0
	}

	.news-show .link a {
		margin-right: 5px
	}

	.news-show .link {
		margin-top: 20px;
		padding: 20px 0
	}

	.relatedNews .list1 {
		margin: 0 -5px
	}

	.relatedNews .list1 li {
		width: 50%;
		float: left;
		padding: 0 5px
	}

	.relatedCase .nr {
		padding-top: 20px
	}

	.relatedNews .list1 li {
		margin-bottom: 10px
	}

	.relatedNews .list1 li .box {
		padding: 20px 15px
	}

	.relatedNews .list1 li .box .date {
		font-size: 14px;
		margin-bottom: 5px
	}

	.relatedNews .list1 li .box .bt {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px
	}

	.relatedNews .list1 li .box .jsh {
		font-size: 13px;
		margin-bottom: 10px
	}

	.relatedNews .list1 li .box .more p {
		height: 30px;
		line-height: 28px;
		width: 90px;
		font-size: 12px;
		padding-left: 12px;
		background: url(/images/dot05.png) no-repeat 66px center;
		background-size: 11px;
		float: left
	}

	.header .header-right .lan {
		margin-left: 0
	}
}

@media (max-width:768px) {
	.news .list1 li {
		width: 50%
	}
}

@media (max-width:414px) {
	.news .list li .box .pic {
		width: auto;
		height: auto;
		top: auto;
		left: auto;
		position: relative
	}

	.news .list li .box .pic:after {
		padding-bottom: 64.19753086419753%
	}

	.news .list li .box .text {
		padding-left: 0;
		padding-top: 10px
	}

	.news .list1 li .box .pic .date h3 {
		font-size: 18px
	}

	.news .list1 li .box .pic .date {
		width: 50px;
		height: 50px
	}

	.news .list1 li .box .pic .date p {
		line-height: 22px
	}

	.inbanner.i1 .inbanner-slick-phone .banner-info .text {
		margin-top: -20px
	}
}

@media (min-width:1921px) {
	.about .about03 .about-info .left .b .l {
		padding-bottom: 81px;
		padding-top: 79px
	}
}

@media (min-width:1025px) {
	.navFix .header .header-right .lan a:hover {
		color: #000
	}

	.header .header-right .lan a:hover {
		color: #fff
	}

	.header .header-right .lan:hover ul {
		display: block
	}

	.header .header-right .menu ul li:hover&gt;a {
		color: #fff
	}

	.navFix .header .header-right .menu ul li:hover&gt;a {
		color: #014eae
	}

	.header .header-right .menu ul li:hover:after {
		display: block
	}

	.navFix .header .header-right .menu ul li:hover:after {
		display: block
	}

	.header .header-right .header-search .pull-right a:hover {
		background: url(/images/search.png) no-repeat center center
	}

	.navFix .header .header-right .header-search .pull-right a:hover {
		background: url(/images/search1.png) no-repeat center center
	}

	.header .header-right .menu ul li .subnav ul li a:hover {
		color: #fff
	}

	.navFix .header .header-right .menu ul li .subnav ul li a:hover {
		color: #000
	}

	.header .header-right .menu ul li .subnav ul li a:hover .pic .h {
		display: none
	}

	.header .header-right .menu ul li .subnav ul li a:hover .pic .hh {
		display: block
	}

	.header .header-right .menu ul li .subnav1 ul li a:hover {
		color: #fff
	}

	.navFix .header .header-right .menu ul li .subnav1 ul li a:hover {
		color: #000
	}

	.home-banner .home-banner-slick .slick-prev:hover:before {
		color: #fff
	}

	.home-banner .home-banner-slick .slick-next:hover:before {
		color: #fff
	}

	.last-news .home-text .item a:hover .more {
		background: #014eae;
		border: 1px solid #014eae
	}

	.last-news .home-text .slick-prev:hover {
		border: 1px solid #014eae;
		background-color: #014eae!important
	}

	.last-news .home-text .slick-next:hover {
		border: 1px solid #014eae;
		background-color: #014eae!important
	}

	.home-service .service-list ul li:hover .box {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	.home-service .service-list ul li:hover .box .text .bt {
		color: #014eae
	}

	.home-youshi .home-bottom ul li:hover .box .info {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		background: #014eae
	}

	.home-youshi .home-bottom ul li:hover .box .info .text .num {
		color: #fff
	}

	.home-youshi .home-bottom ul li:hover .box .info .text .bt {
		color: #fff
	}

	.home-youshi .home-bottom ul li:hover .box .info .text .jsh {
		color: #fff
	}

	.home-youshi .home-bottom ul li:hover .box .info .pic .y {
		display: none
	}

	.home-youshi .home-bottom ul li:hover .box .info .pic .yh {
		display: block
	}

	.home-shuzi .list li .box:hover {
		background-color: rgba(1,75,170,0.9)
	}

	.home-partner .home-bottom .show .info ul li:hover {
		z-index: 5
	}

	.home-partner .home-bottom .show .info ul li:hover .box {
		border: 3px solid #014eae;
		box-shadow: 0 0 21px 0 rgba(4,0,0,0.21)
	}

	.home-partner .home-bottom .show .info ul li:hover .box img {
		transform: scale(1.05)
	}

	.home-partner .home-bottom .show .info ul li:hover .box .pic .hover01 {
		opacity: 1
	}

	.home-honor .home-bottom .item:hover .box .text {
		opacity: 1
	}

	.home-honor .home-bottom .item:nth-child(5n):hover .box {
		height: 192px;
		padding-top: 20px
	}

	.home-honor .home-bottom .item:nth-child(5n-1):hover .box {
		height: 273px;
		padding-top: 20px
	}

	.home-honor .home-bottom .item:nth-child(5n-2):hover .box {
		height: 166px;
		padding-top: 20px
	}

	.home-honor .home-bottom .item:nth-child(5n-3):hover .box {
		height: 242px;
		padding-top: 20px
	}

	.home-honor .home-bottom .item:nth-child(5n-4):hover .box {
		height: 345px;
		padding-top: 20px
	}

	.home-honor .home-bottom .slick-prev:hover {
		opacity: 1
	}

	.home-honor .home-bottom .slick-next:hover {
		opacity: 1
	}

	.home-news .item .item-title a:hover {
		background: #00408f
	}

	.home-news .item .i01 ul li a:hover {
		color: #014eae
	}

	.home-news .item .i01 ul li a:hover:after {
		background: #014eae
	}

	.home-news .item .i02 ul li a:hover .bt {
		color: #014eae
	}

	.home-message .text form ul .submit .btn:hover {
		background-color: #00408f;
		border: 1px solid #00408f
	}

	.footer .footer-top ul li a:hover {
		color: #fff;
		text-decoration: underline
	}

	.footer .footer-top .footer-contact ul li a:hover {
		background-color: #014baa
	}

	.footer .footer-link a:hover {
		color: #fff;
		text-decoration: underline
	}

	.footer .footer-bottom a:hover {
		color: #fff;
		text-decoration: underline
	}

	.fixed:hover {
		background: #014eae
	}

	.home-banner .home-banner-slick .banner-info .more a:hover {
		background: #014eae url(/images/more.png) no-repeat 106px center;
		background-size: 15px;
		border: 1px solid #014eae
	}

	.home-news .item .i01 .one:hover .pic img {
		transform: scale(1.05)
	}

	.home-news .item .i01 .one:hover .text .bt {
		color: #014eae
	}

	.second-nav ul li:hover a {
		font-weight: bold
	}

	.second-nav ul li:hover:after {
		width: 100%
	}

	.about .about02 .about-bottom .item:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	.about .about04 ul li .box .tijiao a:hover {
		text-decoration: underline
	}

	.about .about04 ul li:hover .box {
		background: #fff;
		box-shadow: 2.5px 4.3px 27px 0 rgba(4,0,0,0.1)
	}

	.about .about04 ul li:hover .box:before {
		width: 100%
	}

	.about .about04 ul li:hover .box:after {
		width: 100%
	}

	.about .about05 ul li .box .jsh p a:hover {
		text-decoration: underline;
		color: #014eae
	}

	.about .about05 ul li:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		background: #fff;
		box-shadow: 2.5px 4.3px 27px 0 rgba(4,0,0,0.1)
	}

	.about .about05 ul li:hover .box:after {
		width: 100%
	}

	.about .about06 ul li .box .jsh a:hover {
		text-decoration: underline
	}

	.about .about06 ul li .box .more a:hover {
		text-decoration: underline;
		padding-left: 30px
	}

	.about .about06 ul li:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	.page a:hover {
		border-color: #014baa
	}

	.case .list .box:hover img,.relatedCase .list .box:hover img {
		transform: scale(1.1)
	}

	.case .list .box:hover .hover,.relatedCase .list .box:hover .hover {
		top: 0
	}

	.case .list .box:hover .hover .pic img,.relatedCase .list .box:hover .hover .pic img {
		transform: scale(1)
	}

	.case .list .box:hover .text,.relatedCase .list .box:hover .text {
		background: #014baa;
		color: #fff
	}

	.case .list .box:hover .title,.relatedCase .list .box:hover .title {
		color: #fff
	}

	.case .list .box:hover .info,.relatedCase .list .box:hover .info {
		color: #fff
	}

	.relatedCase .gd a:hover {
		color: #014eae;
		text-decoration: underline
	}

	.case-show .gailan .list li:hover .box,.case-show .fwjsh .list li:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		box-shadow: 2.5px 4.3px 9px 0 rgba(0,0,0,0.1)
	}

	.case-show .hzmsh .list li:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	.case-show .hzmb .list li:hover .box .pic {
		box-shadow: 0 0 21px 0 rgba(0,0,0,0.2)
	}

	.prev-next-return a:hover {
		color: #014baa
	}

	.prev-next-return .returnList a:hover {
		background: url(/images/icon/reurnList-02.png) no-repeat center
	}

	.news .list li:hover .box .pic img {
		transform: scale(1.05)
	}

	.news .list li:hover .box .text .bt {
		color: #014eae
	}

	.news .list li:hover .box .text .more p {
		border: 1px solid #014eae;
		color: #fff;
		background: #014eae url("/images/dot05h.png") no-repeat 80px center;
		background-size: 11px
	}

	.news .list1 li:hover .box {
		background: #014baa;
		box-shadow: 2.5px 4.3px 21px 0 rgba(1,75,170,0.18)
	}

	.news .list1 li:hover .box .bt {
		color: #fff
	}

	.news .list1 li:hover .box .pic img {
		transform: scale(1.05)
	}

	.news .list1 li:hover .box .pic .date {
		background: rgba(255,203,42,0.8)
	}

	.news .list1 li:hover .box .jsh {
		color: #fff
	}

	.news .list1 li:hover .box .more p {
		border: 1px solid #fff;
		background: url("/images/dot05h.png") no-repeat 80px center;
		background-size: 11px;
		color: #fff
	}

	.current a:hover {
		color: #014eae;
		text-decoration: underline
	}

	.news-show .download a:hover {
		background: #00408f url(../images/down.png) no-repeat 76px center;
		background-size: 14px
	}

	.news-show .link a:hover {
		background: #014eae;
		color: #fff
	}

	.relatedNews .list1 li:hover .box {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		background: #fff url("../images/line.jpg") no-repeat top center;
		box-shadow: 2.5px 4.3px 9px 0 rgba(4,0,0,0.05)
	}

	.relatedNews .list1 li:hover .box .pic img {
		transform: scale(1.05)
	}

	.relatedNews .list1 li:hover .box .bt {
		color: #014eae
	}

	.relatedNews .list1 li:hover .box .more p {
		border: 1px solid #014eae;
		color: #fff;
		background: #014eae url("/images/dot05h.png") no-repeat 80px center;
		background-size: 11px
	}

	.sitemap .map dl:hover {
		background: #f5f8fa
	}

	.sitemap .map dl:hover dt a {
		color: #014eae
	}

	.sitemap .map dt a:hover {
		color: #014eae
	}

	.sitemap .map dd div a:hover {
		background: #014eae;
		color: #fff
	}

	.sitemap .map dd .p2 a:hover {
		color: #764b00
	}
}

.about01,.about02,.about03,.about04,.about05,.about06 {
	position: relative
}

#a0,#a1,#a2,#a3,#a4,#a5 {
	top: -70px;
	position: absolute;
	height: 70px;
	width: 100%
}

.que {
	padding: 50px 0
}

.que ul {
	overflow: hidden;
	background: 0;
	margin-bottom: 50px
}

.que ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom: 21px;
	overflow: hidden
}

.que ul li a {
	display: block
}

.que ul li a .bt {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	height: 23px;
	line-height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.que ul li a .bt:after {
	content: 'Q';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #014eae;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px
}

.que ul li a .jsh {
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden
}

.que ul li a .jsh:after {
	content: 'A';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #ffcc2a;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0
}

.que ul li:nth-last-child(1) {
	border-bottom: 0;
	padding: 0;
	margin: 0
}

@media (max-width:1023px) {
	.que {
		padding: 30px 0
	}

	.que ul {
		margin-bottom: 30px
	}

	.que ul li a .bt {
		font-size: 14px
	}

	.que ul li a .jsh {
		font-size: 12px
	}

	.que ul li {
		padding-bottom: 10px;
		margin-bottom: 10px
	}
}

@media (min-width:1025px) {
	.que ul li a:hover .bt {
		color: #014eae
	}
}</pre></body></html>