*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
html {
	-webkit-tap-highlight-color:transparent
}
body {
	overflow-x:hidden;
	color:#333;
	font-size:14px;
	font-family:Arial, 'Microsoft Yahei';
	-webkit-overflow-scrolling:touch
}
body, dd, dl, figure, form, h1, h2, h3, h4, h5, h6, p, td, th {
	margin:0;
	padding:0;
	border:0
}
li, ol, ul {
	margin:0;
	padding:0;
	list-style-type:none
}
img {
	max-width:100%;
	border:0;
	vertical-align:middle
}
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	color:inherit;
	outline:none;
	text-decoration:none;
	background:transparent
}
a:focus {
	outline:-webkit-focus-ring-color auto 0
}
a, em, i, span {
	display:inline-block
}
b, em, i {
	font-style:normal
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:14px
}
button {
	padding:0
}
button, input, optgroup, select, textarea {
	outline:0;
	border:0;
	vertical-align:middle;
	font-family:'Microsoft Yahei'
}
input[type=radio], input[type=checkbox] {
	vertical-align:-2px
}
button, html input[type=button], input[type=reset], input[type=submit], input[type=text] {
	outline:0;
	border:0;
	border-radius:0;
	cursor:pointer;
	-webkit-appearance:button
}
textarea {
	resize:none;
	font-size:14px
}
textarea, .select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none
}
.select::-ms-expand {
display:none
}
.clearfix::after, .mauto::after, .row::after, .hsms::after {
display:table;
content:""
}
.clearfix:after, .mauto:after, .row:after, .hsms:after, .clear {
	clear:both
}
.mauto {
	max-width:1200px;
	margin:0 auto
}
.db {
	display:block
}
.dn {
	display:none
}
.rel {
	position:relative
}
.abs {
	position:absolute
}
.ov {
	overflow:hidden
}
.tar {
	text-align:right
}
.tac {
	text-align:center
}
.fb {
	font-weight:bold
}
.wh1 {
	width:100%;
	height:100%
}
.dtm {
	display:table;
	margin:0 auto
}
.dt {
	display:table;
	table-layout:fixed
}
.dtcell {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.els {
	display:inline-block;
	overflow:hidden;
	width:100%;
	vertical-align:middle;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:break-word
}
.els2 {
	display:block;
	display:-webkit-box;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.img-md img {
	transform:scale(1);
	-webkit-transform:scale(1);
transition:all .8s;
-webkit-transition:all .8s
}
.img-md:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1)
}
.tra, a {
transition:all .3s;
-webkit-transition:all .3s
}
.cf {
	color:#fff
}
.c0 {
	color:#000
}
.c6 {
	color:#666
}
.c9 {
	color:#999
}
.baf {
	background:#fff
}
.li25 {
	line-height:25px
}
.li30 {
	line-height:30px
}
.f12 {
	font-size:12px
}
.f16 {
	font-size:16px
}
.df, .dfcc, .dfccs, .dflc, .dflcs, .dflr, .dflrc, .dflrs {
	display:-webkit-flex;
	display:flex
}
.df {
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.df>* {
	-webkit-flex-grow:1;
	flex-grow:1
}
.dfcc, .dflrc, .dflcs, .dfccs {
	-webkit-justify-content:center;
	justify-content:center
}
.dflc, .dfcc, .dfccs, .dflrc, .dflrs {
	-webkit-align-items:center;
	align-items:center
}
.dflr, .dflrc {
	-webkit-justify-content:space-between;
	justify-content:space-between
}
.dflrs {
	-webkit-justify-content:space-around;
	justify-content:space-around
}
.dflcs, .dfccs {
	-webkit-flex-direction:column;
	flex-direction:column
}
.dflr::before, .dflrc::before, .dflr::after, .dflrc::after {
display:none
}
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.slick-track:before, .slick-track:after {
	content:"";
	display:table
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px
}
[dir="rtl"] .slick-slide {
	float:right
}
.slick-slide img {
	width:100%;
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto
}
.slick-slide:focus {
	outline:-webkit-focus-ring-color auto 0
}
.slick-arrow.slick-hidden {
	display:none
}
.slick-arrow {
	z-index:1;
	position:absolute;
	top:50%;
	font-size:0;
	cursor:pointer;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%)
}
.slick-prev {
	left:0
}
.slick-next {
	right:0
}
.slick-dots {
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	font-size:0;
	text-align:center
}
.slick-dots div {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ccc;
	margin:0 5px;
	cursor:pointer
}
.slick-dots div.slick-active, .slick-dots div:hover, .slick-dots div:focus {
	background:#333
}
.slick-dots div button {
	display:none
}
.animation {
	visibility:hidden;
	opacity:0
}
.fadel, .fader, .fadeup, .fadez {
	visibility:visible
}
.fadeup {
animation:slideInUp ease-out .6s forwards;
-webkit-animation:slideInUp ease-out .6s forwards
}
@keyframes slideInUp {
from {
transform:translate3d(0, 50%, 0)
}
to {
	opacity:1;
	transform:none
}
}
@-webkit-keyframes fadeInUp {
from {
-webkit-transform:translate3d(0, 50%, 0)
}
to {
	opacity:1;
	-webkit-transform:none
}
}
.fadel {
animation:slideInLeft ease-out .6s forwards;
-webkit-animation:slideInLeft ease-out .6s forwards
}
@keyframes slideInLeft {
from {
transform:translate3d(-50%, 0, 0)
}
to {
	opacity:1;
	transform:none
}
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-50%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none
}
}
.fader {
animation:slideInRight ease-out .6s forwards;
-webkit-animation:slideInRight ease-out .6s forwards
}
@keyframes slideInRight {
from {
transform:translate3d(50%, 0, 0)
}
to {
	opacity:1;
	transform:none
}
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(50%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none
}
}
.fadez {
animation:zoomIn ease-out .6s forwards;
-webkit-animation:zoomIn ease-out .6s forwards
}
@keyframes zoomIn {
from {
transform:scale3d(.3, .3, .3)
}
to {
	opacity:1;
	transform:none
}
}
@-webkit-keyframes zoomIn {
from {
-webkit-transform:scale3d(.3, .3, .3)
}
to {
	opacity:1;
	-webkit-transform:none
}
}
.img, .imgs {
	overflow:hidden;
	background:#eee url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center
}
.img img, .imgs img {
	width:100%;
	height:100%;
	object-fit:cover
}
.imgs {
	position:relative
}
.imgs img {
	position:absolute;
	top:0;
	left:0
}
.po-auto {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:auto;
	height:auto;
	max-width:95%;
	max-height:95%
}
.mt5 {
margin-top:.05rem
}
.mt10 {
margin-top:.1rem
}
.mt15 {
margin-top:.15rem
}
.mt20 {
margin-top:.2rem
}
.mt25 {
margin-top:.25rem
}
.mt30 {
margin-top:.3rem
}
.mt35 {
margin-top:.35rem
}
.mt40 {
margin-top:.4rem
}
.mt45 {
margin-top:.45rem
}
.mt50 {
margin-top:.5rem
}
.mr5 {
margin-right:.05rem
}
.mr10 {
margin-right:.1rem
}
.mr15 {
margin-right:.15rem
}
.mr20 {
margin-right:.2rem
}
.mr25 {
margin-right:.25rem
}
.mr30 {
margin-right:.3rem
}
.mr35 {
margin-right:.35rem
}
.mr40 {
margin-right:.4rem
}
.mr45 {
margin-right:.45rem
}
.mr50 {
margin-right:.5rem
}
.mb5 {
margin-bottom:.05rem
}
.mb10 {
margin-bottom:.1rem
}
.mb15 {
margin-bottom:.15rem
}
.mb20 {
margin-bottom:.2rem
}
.mb25 {
margin-bottom:.25rem
}
.mb30 {
margin-bottom:.3rem
}
.mb35 {
margin-bottom:.35rem
}
.mb40 {
margin-bottom:.4rem
}
.mb45 {
margin-bottom:.45rem
}
.mb50 {
margin-bottom:.5rem
}
.ml5 {
margin-left:.05rem
}
.ml10 {
margin-left:.1rem
}
.ml15 {
margin-left:.15rem
}
.ml20 {
margin-left:.2rem
}
.ml25 {
margin-left:.25rem
}
.ml30 {
margin-left:.3rem
}
.ml35 {
margin-left:.35rem
}
.ml40 {
margin-left:.4rem
}
.ml45 {
margin-left:.45rem
}
.ml50 {
margin-left:.5rem
}
.pt5 {
padding-top:.05rem
}
.pt10 {
padding-top:.1rem
}
.pt15 {
padding-top:.15rem
}
.pt20 {
padding-top:.2rem
}
.pt25 {
padding-top:.25rem
}
.pt30 {
padding-top:.3rem
}
.pt35 {
padding-top:.35rem
}
.pt40 {
padding-top:.4rem
}
.pt45 {
padding-top:.45rem
}
.pt50 {
padding-top:.5rem
}
.pr5 {
padding-right:.05rem
}
.pr10 {
padding-right:.1rem
}
.pr15 {
padding-right:.15rem
}
.pr20 {
padding-right:.2rem
}
.pr25 {
padding-right:.25rem
}
.pr30 {
padding-right:.3rem
}
.pr35 {
padding-right:.35rem
}
.pr40 {
padding-right:.4rem
}
.pr45 {
padding-right:.45rem
}
.pr50 {
padding-right:.5rem
}
.pb5 {
padding-bottom:.05rem
}
.pb10 {
padding-bottom:.1rem
}
.pb15 {
padding-bottom:.15rem
}
.pb20 {
padding-bottom:.2rem
}
.pb25 {
padding-bottom:.25rem
}
.pb30 {
padding-bottom:.3rem
}
.pb35 {
padding-bottom:.35rem
}
.pb40 {
padding-bottom:.4rem
}
.pb45 {
padding-bottom:.45rem
}
.pb50 {
padding-bottom:.5rem
}
.pl5 {
padding-left:.05rem
}
.pl10 {
padding-left:.1rem
}
.pl15 {
padding-left:.15rem
}
.pl20 {
padding-left:.2rem
}
.pl25 {
padding-left:.25rem
}
.pl30 {
padding-left:.3rem
}
.pl35 {
padding-left:.35rem
}
.pl40 {
padding-left:.4rem
}
.pl45 {
padding-left:.45rem
}
.pl50 {
padding-left:.5rem
}
.lg-3, .lg-4, .lg-6 {
	float:left
}
.lg-12 {
	width:100%
}
.lg-6 {
	width:50%
}
.lg-4 {
	width:33.33333333%
}
.lg-3 {
	width:25%
}
@media (max-width:1024px) {
.md-dn {
display:none !important
}
.md-db {
display:block !important
}
.md-3, .md-4, .md-6 {
float:left
}
.md-12 {
float:none;
width:100% !important
}
.md-6 {
width:50% !important
}
.md-4 {
width:33.33333333% !important
}
.md-3 {
width:25% !important
}
.md-ha {
height:auto !important
}
}
@media (max-width:767px) {
.sm-3, .sm-4, .sm-6 {
float:left
}
.sm-12 {
float:none !important;
width:100% !important
}
.sm-6 {
width:50% !important
}
.sm-4 {
width:33.33333333% !important
}
.sm-3 {
width:25% !important
}
.sm-ha {
height:auto !important
}
.sm-mt5 {
margin-top:.05rem
}
.sm-mt10 {
margin-top:.1rem
}
.sm-mt15 {
margin-top:.15rem
}
.sm-mt20 {
margin-top:.2rem
}
.sm-mt25 {
margin-top:.25rem
}
.sm-mt30 {
margin-top:.3rem
}
.sm-mt35 {
margin-top:.35rem
}
.sm-mt40 {
margin-top:.4rem
}
.sm-mt45 {
margin-top:.45rem
}
.sm-mt50 {
margin-top:.5rem
}
.sm-mt0 {
margin-top:0 !important
}
.sm-mr5 {
margin-right:.05rem
}
.sm-mr10 {
margin-right:.1rem
}
.sm-mr15 {
margin-right:.15rem
}
.sm-mr20 {
margin-right:.2rem
}
.sm-mr25 {
margin-right:.25rem
}
.sm-mr30 {
margin-right:.3rem
}
.sm-mr35 {
margin-right:.35rem
}
.sm-mr40 {
margin-right:.4rem
}
.sm-mr45 {
margin-right:.45rem
}
.sm-mr50 {
margin-right:.5rem
}
.sm-mr0 {
margin-right:0 !important
}
.sm-mb5 {
margin-bottom:.05rem
}
.sm-mb10 {
margin-bottom:.1rem
}
.sm-mb15 {
margin-bottom:.15rem
}
.sm-mb20 {
margin-bottom:.2rem
}
.sm-mb25 {
margin-bottom:.25rem
}
.sm-mb30 {
margin-bottom:.3rem
}
.sm-mb35 {
margin-bottom:.35rem
}
.sm-mb40 {
margin-bottom:.4rem
}
.sm-mb45 {
margin-bottom:.45rem
}
.sm-mb50 {
margin-bottom:.5rem
}
.sm-mb0 {
margin-bottom:0 !important
}
.sm-ml5 {
margin-left:.05rem
}
.sm-ml10 {
margin-left:.1rem
}
.sm-ml15 {
margin-left:.15rem
}
.sm-ml20 {
margin-left:.2rem
}
.sm-ml25 {
margin-left:.25rem
}
.sm-ml30 {
margin-left:.3rem
}
.sm-ml35 {
margin-left:.35rem
}
.sm-ml40 {
margin-left:.4rem
}
.sm-ml45 {
margin-left:.45rem
}
.sm-ml50 {
margin-left:.5rem
}
.sm-ml0 {
margin-left:0 !important
}
.sm-ml0 {
margin:0 !important
}
.sm-m0 {
margin:0 !important
}
.sm-pt5 {
padding-top:.05rem
}
.sm-pt10 {
padding-top:.1rem
}
.sm-pt15 {
padding-top:.15rem
}
.sm-pt20 {
padding-top:.2rem
}
.sm-pt25 {
padding-top:.25rem
}
.sm-pt30 {
padding-top:.3rem
}
.sm-pt35 {
padding-top:.35rem
}
.sm-pt40 {
padding-top:.4rem
}
.sm-pt45 {
padding-top:.45rem
}
.sm-pt50 {
padding-top:.5rem
}
.sm-pt0 {
padding-top:0 !important
}
.sm-pr5 {
padding-right:.05rem
}
.sm-pr10 {
padding-right:.1rem
}
.sm-pr15 {
padding-right:.15rem
}
.sm-pr20 {
padding-right:.2rem
}
.sm-pr25 {
padding-right:.25rem
}
.sm-pr30 {
padding-right:.3rem
}
.sm-pr35 {
padding-right:.35rem
}
.sm-pr40 {
padding-right:.4rem
}
.sm-pr45 {
padding-right:.45rem
}
.sm-pr50 {
padding-right:.5rem
}
.sm-pr0 {
padding-right:0 !important
}
.sm-pb5 {
padding-right:.05rem
}
.sm-pb10 {
padding-bottom:.1rem
}
.sm-pb15 {
padding-bottom:.15rem
}
.sm-pb20 {
padding-bottom:.2rem
}
.sm-pb25 {
padding-bottom:.25rem
}
.sm-pb30 {
padding-bottom:.3rem
}
.sm-pb35 {
padding-bottom:.35rem
}
.sm-pb40 {
padding-bottom:.4rem
}
.sm-pb45 {
padding-bottom:.45rem
}
.sm-pb50 {
padding-bottom:.5rem
}
.sm-pb0 {
padding-bottom:0 !important
}
.sm-pl10 {
padding-left:.1rem
}
.sm-pl15 {
padding-left:.15rem
}
.sm-pl20 {
padding-left:.2rem
}
.sm-pl25 {
padding-left:.25rem
}
.sm-pl30 {
padding-left:.3rem
}
.sm-pl35 {
padding-left:.35rem
}
.sm-pl40 {
padding-left:.4rem
}
.sm-pl45 {
padding-left:.45rem
}
.sm-pl50 {
padding-left:.5rem
}
.sm-pl0 {
padding-left:0 !important
}
.sm-p0 {
padding:0 !important
}
.sm-db {
display:block !important
}
.sm-dn {
display:none !important
}
}
.fl {
	float:left
}
.fr {
	float:right
}
.slick-dots div.slick-active, .slick-dots div:hover, .slick-dots div:focus {
	background:#0952a1
}
.i-mauto {
	max-width:1400px
}
.index-header {
	position:fixed;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	background:rgba(0, 0, 0, 0.2)
}
.index-header .mauto {
	max-width:96%
}
.logo {
	height:98px;
	line-height:98px;
	overflow:hidden
}
.search-btn, .menu-btn {
	margin-top:23px;
	width:52px;
	height:52px;
	cursor:pointer
}
.search-btn {
	background:url(../images/search_btn.png) no-repeat center / cover
}
.menu-btn {
	background:url(../images/menu_btn.png) no-repeat center / cover;
margin-left:.18rem
}
.fix-search {
	z-index:999;
	top:0;
	left:0
}
.fix-search .hide {
	width:20px;
	height:50px;
	margin-right:10px;
	cursor:pointer
}
.fix-search .hide::before, .fix-search .hide::after {
position:absolute;
content:'';
top:50%;
left:50%;
width:1px;
height:35%;
margin-top:-35%;
background:#000
}
.fix-search .hide::before {
transform:rotate(45deg);
-webkit-transform:rotate(45deg)
}
.fix-search .hide::after {
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
.fix-search .hide:hover {
	opacity:.5
}
.fix-search .txt, .fix-search .btn {
	height:50px;
	line-height:50px
}
.fix-search .txt {
	width:calc(100% - 30px);
	font-size:15px;
	padding:0 15px 0 5px;
	border-bottom:1px solid #e1e1e1
}
.fix-search .txt:focus {
	border-color:#666
}
.fix-search .btn {
	width:30px;
	height:50px;
	line-height:50px;
	font-size:0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}
nav {
	width:100%;
	background:#fff;
	border-bottom:1px solid #e4e4e4
}
nav.cur {
	z-index:999;
	position:fixed;
	top:0;
	left:0
}
nav ul li {
	position:relative;
	float:left;
	width:10.8%
}
nav ul li.cur a::after, nav ul li:hover a::after {
visibility:visible;
opacity:1;
width:100%
}
nav ul li:hover>a {
	color:#0952a1
}
nav ul li:hover .sub-nav {
	visibility:visible;
	opacity:1;
	top:81px
}
nav ul li>a {
	display:table;
	margin:0 auto;
	position:relative;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	height:80px;
	line-height:80px
}
nav ul li>a::after {
visibility:hidden;
opacity:0;
position:absolute;
content:'';
left:50%;
bottom:0;
width:0;
height:3px;
background:#0952a1;
transform:scale(0, 1);
-webkit-transform:scale(0, 1);
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transition:all .3s;
-webkit-transition:all .3s
}
nav ul li .sub-nav {
	visibility:hidden;
	opacity:0;
	z-index:999;
	top:105px;
	left:50%;
	width:150px;
box-shadow:0 0 .1rem rgba(0, 0, 0, 0.1);
	background:rgba(255, 255, 255, 0.9);
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
transition:all .5s;
-webkit-transition:all .5s
}
nav ul li .sub-nav a {
	display:block;
	line-height:23px;
	padding:8px 0;
	text-align:center
}
nav ul li .sub-nav a:hover {
	color:#fff;
	background:#0952a1
}
footer .footer-head {
	border-bottom:1px solid #dedede
}
footer .footer-head .con-l {
	width:80%;
	margin-left:-2%
}
footer .footer-head .con-l .lg-3 {
	padding-left:2%;
	margin-bottom:24px
}
footer .footer-head em {
	font-size:18px;
	margin-bottom:20px;
	color:#000
}
footer .footer-head .txt {
	color:#666;
	line-height:24px;    height: 155px;
}
footer .footer-head .con-r {
	width:20%
}
footer .code {
	width:100px
}
footer .copyright {
	line-height:22px;
padding:.22rem;
	color:#666
}
footer a:hover {
	text-decoration:underline
}
.i-banner .txt-w {
	top:0;
	left:0;
	padding:4%;
	background:rgba(0, 0, 0, 0.2)
}
.i-banner .txt-w .txt {
	max-width:780px
}
.i-banner .txt-w h3 {
	font-size:48px
}
.i-banner .txt-w .els2 {
	height:90px;
	line-height:30px;
	-webkit-line-clamp:3
}
.i-banner .txt-w a {
	width:180px;
	height:54px;
	line-height:50px;
	font-size:16px;
	border:2px solid #fff
}
.i-banner .slick-dots {
	display:table;
	width:auto;
	bottom:2%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%)
}
.i-banner .slick-dots::after {
z-index:-1;
position:absolute;
content:'';
top:50%;
left:50%;
height:calc(100% - 55px);
width:1px;
background:rgba(255, 255, 255, 0.3);
background:#fff;
transform:translateY(-50%);
-webkit-transform:translateY(-50%)
}
.i-banner .slick-dots div {
	position:relative;
	width:18px;
	height:18px;
	margin:20px 0;
	border:1px solid transparent;
	background:transparent;
transition:all .3s;
-webkit-transition:all .3s
}
.i-banner .slick-dots div::after {
position:absolute;
content:'';
left:50%;
top:50%;
width:6px;
height:6px;
border-radius:99px;
transform:translateX(-50%) translateY(-50%);
-webkit-transform:translateX(-50%) translateY(-50%);
background:#fff
}
.i-banner .slick-dots div.slick-active, .i-banner .slick-dots div:hover, .i-banner .slick-dots div:focus {
	border-color:#fff;
	background:transparent
}
.i-banner .dn {
	display:none !important
}
.i-main {
	position:relative;
	z-index:2
}
.i-title {
	height:115px
}
.i-title em {
	z-index:1;
	font-size:36px;
	margin-top:36px;
	padding-bottom:16px
}
.i-title em::after {
position:absolute;
content:'';
left:50%;
bottom:0;
width:43px;
height:3px;
background:#0952a1;
transform:translateX(-50%);
-webkit-transform:translateX(-50%)
}
.i-title span {
	top:0;
	left:0;
	font-size:120px;
	color:#f7f7f7
}
.i-more a {
	width:180px;
	height:54px;
	line-height:50px;
	font-size:18px;
	color:#c2c2c2;
	border:2px solid #c2c2c2
}
.i-more a:hover {
	border-color:#0952a1;
	color:#0952a1
}
.i-news .slider {
padding-left:.4rem;
padding-right:.4rem
}
.i-news .item {
padding:0 .22rem
}
.i-news .item a:hover .imgs::after {
width:100%
}
.i-news .item a:hover h3 {
	color:#0952a1
}
.i-news .item .imgs {
	padding-bottom:60.52631579%
}
.i-news .item .imgs::after {
position:absolute;
content:'';
left:0;
bottom:0;
width:0;
height:3px;
background:#0952a1;
transition:all .5s;
-webkit-transition:all .5s
}
.i-news .item .info {
padding:.25rem
}
.i-news .item h3 {
	height:48px;
	line-height:24px;
	font-size:18px;
	color:#000
}
.i-news .item .date {
	font-size:12px;
	color:#c2c2c2;
margin:.1rem 0
}
.i-news .item .txt {
	color:#666;
	height:48px;
	line-height:24px;
	font-size:12px
}
.i-news .slick-arrow {
width:.31rem;
height:.55rem
}
.i-news .slick-prev {
	background:url(../images/i_news_l.png) no-repeat center / cover
}
.i-news .slick-next {
	background:url(../images/i_news_r.png) no-repeat center / cover
}
.i-news .slick-dots {
	display:none !important
}
.i-about .i-title em {
	color:#fff
}
.i-about .i-title span {
	color:rgba(255, 255, 255, 0.1)
}
.i-about .lg-3 em {
	font-size:64px;
	padding-right:5px
}
.i-about .lg-3 sup {
	font-size:30px
}
.i-business {
	background:#f7f7f7
}
.i-business .i-title span {
	color:#f1f1f1
}
.i-business .slider {
padding-bottom:.65rem
}
.i-business .item {
	padding:0 4%
}
.i-business .info {
padding:.5rem
}
.i-business h3 {
	font-size:20px
}
.i-business .i-more a {
	width:120px;
	height:42px;
	line-height:40px;
	font-size:14px
}
.i-business .slick-dots {
	bottom:0
}
.i-business .slick-dots div {
	width:21px;
	height:21px;
	background:url(../images/i_business_dot1.png) no-repeat center
}
.i-business .slick-dots div.slick-active, .i-business .slick-dots div:hover, .i-business .slick-dots div:focus {
	background:url(../images/i_business_dot2.png) no-repeat center
}
.i-project li a {
	padding-bottom:322%
}
.i-project li a:hover .info {
	background:rgba(9, 82, 161, 0.85)
}
.i-project li a:hover i {
	color:#fff
}
.i-project .info {
	top:0;
	left:0;
	background:rgba(9, 82, 161, 0.3)
}
.i-project .icon {
	height:60px
}
.i-project .icon img {
	width:auto;
	max-width:100%;
	margin:0 auto
}
.i-project h3 {
	font-size:24px
}
.i-project .icon {
	display:none;
margin-bottom:.15rem
}
.i-project i {
	left:0;
	bottom:-5.5%;
	font-size:85px;
	color:rgba(255, 255, 255, 0.2)
}
.i-project .slick-dots {
	bottom:0
}
@media (max-width:1400px) {
.i-mauto {
max-width:92%
}
}
@media (max-width:767px) {
.index-header {
background:rgba(0, 0, 0, 0.5)
}
nav {
display:none;
z-index:999;
position:fixed;
width:100%;
left:0;
top:70px;
background:#fff
}
nav ul li {
width:100%
}
nav ul li>a {
font-size:16px;
height:45px;
line-height:45px;
display:block
}
nav ul li .sub-nav {
display:none
}
.i-banner .txt-w h3 {
font-size:26px
}
.i-banner .txt-w .els2 {
font-size:14px;
height:66px;
line-height:22px;
-webkit-line-clamp:3
}
.i-banner .txt-w a {
width:130px;
height:44px;
line-height:40px
}
.logo {
height:70px;
line-height:70px
}
.logo img {
max-height:40px
}
.search-btn, .menu-btn {
max-width:40px;
max-height:40px;
margin-top:15px
}
.i-title {
height:auto
}
.i-title span {
font-size:66px
}
.i-more a {
width:150px;
height:40px;
line-height:38px;
font-size:14px
}
.i-about .lg-3 em {
font-size:34px
}
.i-about .lg-3 sup {
font-size:20px
}
.i-about .lg-3 .f16 {
font-size:14px
}
}
