* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Montserrat', 'TimesNewRoman', sans-serif, 'arial', 'STHeiti', "SimHei";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #137cc1;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p,
div {
	font-size: 12px;
}

p {
	color: #333333;
}

strong {
	font-weight: bold;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container:after,
.map:after,
.nav-list:after,
.inner-content:after,
.product-list:after,
.i-banner .container:after,
.i-contact:after {
	content: "";
	display: table;
	clear: both;
}

body {
	min-width: 1200px;
	background: #fff;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

@keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes caption-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
}

#top {
	width: 100%;
	height: 90px;
	padding: 10px 30px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	z-index: 9999;
}

#top .logo {
	width: 205px;
}

#top .logo img {
	display: block;
	width: 100%;
}

.nav-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
}

.nav-list>li {
	position: relative;
	margin: 0 20px;
}

.nav-list>li>a {
	position: relative;
	display: inline-block;
	color: #000;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#top.fixed .nav-list>li>a {
	color: #000;
}

.nav-list>li>a:hover {
	text-decoration: none;
}

.nav-list>li>a span {
	display: block;
	color: #000;
	padding: 0 3px;
	font-size: 18px;
	text-transform: uppercase;
	transition: all ease-out .3s;
}

.nav-list>li>a div {
	width: 0;
	border-bottom: 1px solid #137cc1;
	margin: 10px auto 0 auto;
	transition: all ease-out .3s;
}

.nav-list>li>a span:after {
	content: attr(data-title);
	position: absolute;
	color: #137cc1;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 100%;
}

.nav-list>li>a:hover span,
.nav-list>li:hover span,
.nav-list>li>a.cur span {
	color: #137cc1;
	transform: translateY(-100%);
}

.nav-list>li>a:hover div,
.nav-list>li:hover>a>div,
.nav-list>li>a.cur div {
	width: 100%;
}

.nav-list>li span.icon {
	font-size: 32px;
	color: #fff;
}


.down-menu {
	display: none;
	position: absolute;
	min-width: 184px;
	left: 0;
	padding-top: 22px;
	margin: auto;
	white-space: nowrap;
	z-index: 9999;
}

.down-menu-list {
	display: flex;
	flex-direction: column;
	padding: 10px 3px;
	background: #fff;
	filter: Alpha(opacity=85);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #ccc;
	/* background-image: linear-gradient(#009f52 20%, #09914f 60%, #006634); */
}

.down-menu-list a {
	display: block;
	color: #000;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.down-menu-list a:hover {
	color: #fff;
	background: #137cc1;
	text-decoration: none;
}

.down-menu-list a:last-child {
	border-bottom: none;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right .tel {
	display: flex;
	align-items: center;
	background: #058d3b;
	padding: 8px 10px;
	border-radius: 20px;
}

.header-right .tel .iconfont {
	font-size: 26px;
	color: #fff;
	margin-right: 5px;
}

.header-right .tel h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.header-right .language {
	display: flex;
}

.header-right .language a {
	margin-left: 20px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-right .language a img {
	display: block;
	width: 30px;
}

.header-right .language a h3 {
	font-size: 16px;
}

.header-right .language a h3.en {
	margin-top: 1px;
}

.top-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #137cc1;
	border-radius: 50%;
}

.top-search-btn img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

#top.fixed {
	position: fixed;
	-webkit-animation: caption-down .5s;
	animation: caption-down .5s;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	box-shadow: 0 0 5px #bdbdbd;
}


.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	text-transform: uppercase;
}

.index-tit span {
	background: #ffdddd;
	display: block;
	width: 300px;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.index-tit span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	background: #137cc1;
}

.index-tit p {
	margin-top: 15px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 16px;
	color: #7b7b7b;
}

#banner {
	position: relative;
	min-width: 1200px;
	overflow: hidden;
}

#banner .swiper-slide .slide-full {
	background: rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
}


.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #137cc1;
	border-radius: 50%;
	background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

.cus-arrow .swiper-container .hide {
	opacity: 0;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	transition: opacity 0.5s;
}

.cus-arrow .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next,
.cus-arrow .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}

.cus-arrow .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.cus-arrow .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.cin-textarea {
	display: block;
	width: 100%;
	height: 206px;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.cin-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-box {
	position: absolute;
	width: 370px;
	z-index: 999;
	top: 25%;
	left: 50%;
	margin-left: -600px;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.search-tab {
	display: flex;
	align-items: center;
}

.search-tab li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	width: 50%;
	background: #f7f7f7;
	cursor: pointer;
}

.search-tab li.tab-this {
	background: #064782;
}

.search-tab li h3 {
	margin-left: 10px;
	font-size: 16px;
}

.search-tab li span.iconfont {
	font-size: 24px;
	color: #000;
}

.search-tab li.tab-this h3,
.search-tab li.tab-this span {
	color: #fff;
}

.search-tab-content {
	height: 250px;
	padding: 20px 15px;
	background: #fff;
}

.search-tab-content li {
	display: none;
}

.search-tab-content .tab-show {
	display: block;
}

.cin-form-item {
	margin-bottom: 20px;
	clear: both;
}

.cin-input {
	display: block;
	width: 100%;
	padding-left: 10px;
	border: 1px solid #eee;
	border-radius: 0;
	height: 38px;
	font-size: 15px;
	outline: none;
	background: #fff;
}

.cin-select {
	display: block;
	width: 100%;
	height: 38px;
	padding-left: 10px;
	border: 1px solid #eee;
	color: #ccc;
}

.cin-selected {
	color: #333;
}

.cin-select option {
	line-height: 36px;
	height: 38px;
	color: #333;
}

.cin-form-label {
	font-size: 14px;
	margin-right: 10px;
}

.type-item,
.type-item .cin-input-block,
.type-item .cin-input-block .radio-box {
	display: flex;
	align-items: center;
}

.type-item .cin-input-block .radio-box {
	margin-right: 10px;
}

.type-item .cin-input-block .radio-box span {
	margin-left: 5px;
}

.goto {
	display: none;
}

.cin-submit {
	margin-top: 20px;
	margin-bottom: 0;
}

.cin-submit .cin-button {
	width: 100% !important;
	background: #064782 !important;
	margin: 0 !important;
}

.cin-submit .cin-button:hover {
	background: #12994a !important;
}

.cin-textarea {
	display: block;
	width: 100%;
	height: 136px;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.cin-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 100px;
	height: 44px;
	line-height: 44px;
	border: 1px solid transparent;
	padding: 0 18px;
	margin: 0 5px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

#business {
	padding: 50px 0 50px 0;
}

.business-list-card {
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin-top: 40px;
}

.business-list-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 285px;
	min-height: 260px;
	padding-bottom: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9;
	border: 1px solid #e7e7e7;
}

.business-list-card a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.business-tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 25px 20px 20px 20px;
	background-color: #137cc1;
}

.business-list-card a:hover .business-tit .icon-img img {
	transform: rotateY(180deg);
}

.business-list-card .business-tit h3 {
	height: 40px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 18px;
	text-align: center;
}

.business-list-card a:hover .business-tit h3 {
	color: #fff;
}

.business-tit .icon-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	border-radius: 100%;

}

.business-tit .icon-img img {
	display: block;
	width: 120px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.business-list-card a .bus-more {
	width: 90%;
	color: #137cc1;
	border: 2px solid #137cc1;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.business-list-card a:hover .bus-more {
	color: #fff;
	background: #137cc1;
}

#about {
	margin-top: 40px;
}

.about-box {
	position: relative;
	padding: 50px 0;
}

.about-box .container {
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.about-box .container .about-cover {
	position: relative;
	width: 550px;
	margin-left: 45px;
}

.about-box .container .about-cover .about-pic img {
	display: block;
	width: 550px;
}

.about-content {
	flex: 1;
}

.about-content .about-instro p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.about-content .about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-content .about-tit h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2px;
}

.about-content .about-tit p {
	font-size: 16px;
	color: #636363;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #137cc1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.more a:hover {
	background: linear-gradient(to right, #1d9d50 0%, #058d3b);
}

.more a .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow img {
	width: 10px;
}

.about-content .more {
	margin-top: 30px;
	font-size: 15px;
}


#odd {
	padding-top: 50px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
}

.odd-bd {
	position: relative;
	height: 630px;
	overflow: hidden;
	z-index: 9;
}

.odd-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
}

.odd-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(25% - 0.75px);
	max-height: 258px;
	margin-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

.odd-list a .slide-full {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-out .3s;
}

.odd-list a img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.odd-list a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);


}

.odd-list a:hover .slide-full {
	display: block;
	background-color: rgb(29, 32, 136, .6);
}

.odd-list a:nth-child(4n) {
	margin-right: 0;
}

.odd-list .odd-text {
	position: absolute;
	z-index: 200;
	text-align: center;
}

.odd-list .odd-text h3 {
	font-size: 22px;
	color: #fff;
}

.odd-list a::before,
.odd-list a::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	-moz-transition: opacity .4s, -moz-transform .4s;
	-o-transition: opacity .4s, -o-transform .4s;
	transition: opacity .4s, transform .4s;
	z-index: 100;
}

.odd-list a:hover::before,
.odd-list a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.odd-list a::before {
	top: 14%;
	right: 5%;
	bottom: 14%;
	left: 5%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.odd-list a::after {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

#advant {
	padding-top: 50px;
}

#advant .container {
	margin-top: 40px;
}

.advant-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;

}

.advant-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 232px;
	padding: 30px 14px;
	margin: 5px;
	color: #333;
	border: 1px solid #ececec;
}

.advant-list li span.iconfont {
	font-size: 40px;
	color: #1672c1;
	transition: transform .4s ease-out;
}

.advant-list li h3 {
	font-size: 15px;
	margin-top: 8px;
	text-align: center;
}

#digital {
	position: relative;
	min-width: 1200px;
	height: 200px;
	background-color: #137cc1;
	overflow: hidden;
	margin-top: 50px;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
}

.mid-banner-full {
	background: rgba(0, 0, 0, 0.6) !important;
}

.mid-banner-box {
	height: 200px;
}

.table-box {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.mid-banner-list {
	position: relative;
	z-index: 99;
	margin: 0 -5%;
	overflow: hidden;
}

.mid-banner-list dl {
	width: 25%;
	text-align: center;
	float: left;

}

.mid-banner-list .line {
	display: inline-block;
	width: 1px;
	height: 90px;
	background: #e8c29f;
	margin-top: 10px;
}

.mid-banner-list dl dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 175px;
	margin: 0 auto 10px auto;
}

.mid-banner-list dl dt .iconfont {
	font-size: 40px;
	color: #ffc08a;
	margin-bottom: 5px;
}

.mid-banner-list dl dt .num {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.mid-banner-list dl dt .num span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px #137cc1;
}

.no-1 {
	width: 115px !important;
}

.plus {
	position: absolute;
	font-size: 21px;
	color: #fff;
	right: 0;
	top: 0;
	font-family: Times, Times New Roman, serif
}

.mid-banner-list dl dt img {
	display: block;
	width: 40px;
	margin: 10px auto;
}

.mid-banner-list dl dd {
	padding: 0 14px;
	font-size: 15px;
	line-height: 22px;
	color: #e3e3e3;
}

#news {
	margin-top: 50px;
}

#news .container {
	display: flex;
	margin-top: 40px;
}

#news .container .news-img {
	width: 610px;
	margin-right: 15px;
}

#news .container .news-img img {
	display: block;
	width: 100%;
}

#news .container .news-list {
	flex: 1;
}

.news-list a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.news-list a h3 {
	flex: 1;
	font-size: 14px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: capitalize;
	overflow: hidden;
}

.news-list a span {
	width: 80px;
	font-size: 12px;
}

.news-list a:last-child {
	border-bottom: none;
}

.news-list a:before {
	background: #216adb;
}

.news-list a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 5px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.news-list a:hover {
	color: #f00;
}

#partner {
	padding: 60px 0 40px;
	background: #f6f6f6;
	margin-bottom: 50px;
}

.partner-list {
	display: flex;
	align-items: center;
}

.partner-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
}

.partner-list li img {
	display: block;
	width: 135px;
}

#partner .swiper-container {
	padding-bottom: 70px;
}

.prev-l,
.next-r {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #e6e6e6;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.prev-l .fa,
.next-r .fa {
	font-size: 26px;
}

.prev-l {
	left: 0;
}

.next-r {
	right: 0;
}

.prev-l:hover,
.next-r:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

#partner .swiper-button-next,
#partner .swiper-button-prev {
	top: 8%;
	margin: 0;
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}



@keyframes opc_scale {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		opacity: 1;
		transform: scale(1.2);

	}

	100% {
		opacity: 0;
	}
}

@keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-webkit-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

@-moz-keyframes opc_bShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}

	50% {
		box-shadow: 0 0 10px 3px rgba(1, 47, 130, .2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 47, 130, .2);
	}
}

#contact {
	padding: 50px 0;
}

#contact .container {
	margin-top: 40px;
}

.code-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.code-list dl {
	margin: 0 10px;
}

.code-list dl dt img {
	display: block;
	width: 120px;
}

.code-list dl dd {
	font-size: 14px;
	text-align: center;
}


.contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-content dl {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 280px;
	padding: 30px 20px;
	background: #f5f5f5;
	overflow: hidden;
}

.contact-content dl:nth-last-child(-1n+2) {
	margin-bottom: 0;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 80px;
	margin-bottom: 15px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 25px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	margin: 8px 0;
	font-size: 18px;
}

.contact-content dl dt span.iconfont {
	color: #137cc1;
	font-size: 40px;
}

.contact-content dl dd {
	font-size: 16px;
	text-align: center;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.contact-content dl dd.address {
	font-size: 14px;
}

.contact-map {
	flex: 1;
}

#i-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 1200px;
	height: 350px;
	overflow: hidden;
}

#i-banner img {
	width: 1920px;
}

#i-banner .slide-full {
	background: rgba(0, 16, 137, 0.2);
	z-index: 99;
}

.slogan-box {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.slogan {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.slogan p,
.slogan h2 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: upperodd;
}

.slogan h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 40px;
}

.slogan img {
	display: block;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.slogan p {
	font-size: 48px;
	text-shadow: 0 0 2px #a1a1a1;
}

.banner-content {
	position: absolute;
	left: 0;
	width: 580px;
	height: auto;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8)
}

.banner-content h2 {
	font-size: 36px;
	font-weight: bold;
}

.banner-desc {
	margin-top: 15px;
}

.banner-desc p {
	font-size: 18px;
	line-height: 1.5;
}

#inner {
	padding: 40px 0;
	background: #f3f3f3;
}

.i-bread-nav p span {
	font-family: serif;
}

.i-bread-nav img {
	display: inline-block;
	width: 25px;
	vertical-align: middle;

}

.i-bread-nav p {
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
}

.inner-content {
	position: relative;
	margin-top: 40px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}

.i-left {
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}

.i-tit {
	margin-bottom: 20px;
}

.i-tit h3 {
	font-size: 18px;
}

.i-line {
	width: 28px;
	height: 2px;
	background: #137cc1;
	border-radius: 2px;
	margin: 10px 0;
}

.i-left-list a {
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.i-left-list a:hover {
	text-decoration: none;
	color: #137cc1;
	border-bottom: 1px solid #137cc1;
}

.i-right {
	width: 920px;
	padding: 30px;
	float: right;
}

.i-product-list {
	margin-top: 0px;
}

.i-product-list dl {
	width: 200px;
	margin: 0 10px 20px 10px;
	float: left;
}

.i-product-list dl dt {
	width: 200px;
	height: 142px;
}

.i-details {
	text-align: justify;
}

.i-detail-tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.i-detail-tit h1 {
	font-size: 28px;
	text-align: center;
}

.i-detail-tit .publish-time {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
	color: #666;
}

.i-detail-tit .publish-time span.hits {
	margin-left: 10px;
}

.i-details p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}

.i-pic {
	text-align: center;
}

.i-pic img {
	max-width: 1150px;
}

.i-details-con {
	padding-top: 30px;
}

.i-details-con img,
.i-details p img {
	max-width: 860px;
	vertical-align: top;
}

.i-new a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-new a h3 {
	flex: 1;
	font-size: 14px;
}

.i-new a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-new a:before {
	background: #ffbc13;
}

.i-new a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}


.i-code-list {
	margin-top: 30px;
}

.i-contact-content {
	width: auto;
	margin-right: 0;
}

.i-contact-content dl {
	width: 280px;
	margin-bottom: 0;
}


input::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

#footer {
	position: relative;
	padding: 30px 0;
	background: #333;
	z-index: 99;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	width: 205px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-content .social-icons {
	margin-top: 0;
}

.f-nav li {
	max-width: 210px;
	margin-right: 30px;
	float: left;
}

.f-nav li h3>a {
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
}

.f-nav li a {
	display: block;
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 10px;
}

.f-nav li a:hover {
	color: #bbb;
}

.footer-contact-box {
	width: 280px;
}

.footer-contact-box h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-contact-list dl {
	display: flex;
	margin-bottom: 10px;
}

.footer-contact-list dl dt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.footer-contact-list dl dt,
.footer-contact-list dl dd {
	font-size: 15px;
}

.footer-contact-list dl dd a,
.footer-contact-list dl dd {
	color: #7c7c7c;
}

.footer-contact-list dl dt span.iconfont {
	width: 30px;
	color: #7c7c7c;
	font-size: 24px;
}

.footer-contact-list dl dt p {
	flex: 1;
	font-size: 16px;
	color: #7c7c7c;
}

.footer-line {
	width: 1px;
	background: #555555;
}

.footer-code {
	display: flex;
}

.footer-code dl dt img {
	width: 140px;
}

.footer-code dl dd {
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
}

.f-code {
	padding-left: 105px;
	border-left: 1px solid #565656;
	float: left;
}

.f-code img {
	display: block;
	width: 10px;
	margin-bottom: 5px;
}

.f-code p {
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.website-group h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.website-group-list a {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 10px;
}

.website-group-list a:hover {
	color: #bbb;
}

#copy {
	min-width: 1200px;
	padding: 10px;
	background: #222;
}

#copy p,
#copy p a {
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-bottom: 3px;
}

@-webkit-keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}

@keyframes move {
	0% {
		left: -38px;
		opacity: .6
	}

	25% {
		left: 100%;
		opacity: .2
	}

	50% {
		left: 100%;
		opacity: .2
	}

	75% {
		left: -38px;
		opacity: .6
	}

	to {
		left: -38px;
		opacity: .6
	}
}

.track-content {
	margin-top: 35px;
	padding: 40px 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.mofang-textarea {
	display: block;
	width: 100%;
	min-height: 80px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	/* display: none; */
	padding: 0 15px 0 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.search-result dl {
	margin-bottom: 20px;
}

.search-result dl dt {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p {
	margin-right: 15px;
	margin-bottom: 0 !important;
	padding-right: 15px;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeline {
	padding-left: 5px;
}

.timeline-item {
	position: relative;
	padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
	border: 1px solid #fd600a;
}

.timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%;
}

.timeline-item:before {
	background-color: #e6e6e6;
}

.timeline-item:last-child:before {
	width: 0;
}

.timeline-icon {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.timeline-icon:after {
	content: '';
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #276bf4;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #276bf4;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

.timeline-item:first-child .timeline-icon em {
	background: #fd600a;
}

.timeline-content {
	padding-left: 25px;
}

.timeline-content h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}

@media (max-width:1500px) {
	.nav-list>li {
		margin: 0 10px;
	}

	.header-right .tel {
		padding: 5px 8px;
		border-radius: 16px;
	}

	.header-right .tel .iconfont {
		font-size: 24px;
	}

	.header-right .tel h3 {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
	}
}