@charset "UTF-8";

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #fff;
	font-family: "Microsoft YaHei", "Arial", arial;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

textarea,
input {
	font-family: "Microsoft YaHei", "Arial", arial;
	color: #333333;
	font-size: 14px;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	display: block;
}

input[type="checkbox"],
input[type="radio"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select,
input:focus,
textarea:focus {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

textarea::-webkit-scrollbar {
	width: 4px;
}

textarea::-webkit-scrollbar-button {
	display: none;
}

textarea::-webkit-scrollbar-thumb {
	background: #1565C0;
}

select::-ms-expand {
	display: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
	font-family: "Microsoft YaHei", "Arial", arial;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1976D2;
}

a {
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}

video,
iframe,
img {
	max-width: 100%;
}

.wrap,
.wrap2 {
	max-width: 1700px;
	width: 95%;
	margin: 0 auto;
}

.wrap4 {
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
}

.wrap:after,
.wrap2:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

@media only screen and (min-width: 1820px) {
	.wrap2 {
		max-width: none;
		width: 100%;
	}
}

.lzpic2 {
	display: none;
}

.picc {
	
	max-height:230px;
	overflow: hidden;
}

.picc img {
	width: 100%;
	display: block;
}

.picc span {
	display: block;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}


.picc-p {
	
	max-height:280px;
	overflow: hidden;
}


.row:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.col {
	float: left;
}

.col12 {
	width: 100%;
	float: left;
}

.col1 {
	width: 8.33333333%;
}

.col2 {
	width: 16.66666667%;
}

.col3 {
	width: 25%;
}

.col4 {
	width: 33.33333333%;
}

.col5 {
	width: 41.66666667%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33333333%;
}

.col8 {
	width: 66.66666667%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33333333%;
}

.col11 {
	width: 91.66666667%;
}

.l {
	float: left;
}

.r {
	float: right;
}

.hide {
	display: none;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
	outline: none;
}

.nodata {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-top: 13%;
	margin-bottom: 13%;
	background: url(../images/nodata.png) center top no-repeat;
	background-size: auto 169px;
	padding-top: 180px;
}

.nodata .title {
	color: #555555;
	font-size: 18px;
	overflow: hidden;
	margin-top: 2%;
	line-height: 26px;
}

.nodata .desc {
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	.nodata {
		background-size: auto 130px;
		padding-top: 140px;
		margin-top: 15%;
		margin-bottom: 15%;
	}
}

.rbtn {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.rbtn:hover::after {
	width: 100%;
}

.rbtn input,
.rbtn span {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	display: block;
	background: none;
}

.rbtn::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 100%;
	background: #1565C0;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.rbtn.w::after {
	background: #fff;
}

.article {
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.main-filter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: url(../images/mainFilter.png);
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 90px;
}

@keyframes headline1 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 10px;
	}
}

@-o-keyframes headline1 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 10px;
	}
}

@-moz-keyframes headline1 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 10px;
	}
}

@-webkit-keyframes headline1 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 10px;
	}
}

@keyframes headline2 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 10px;
	}
}

@-o-keyframes headline2 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 15px;
	}
}

@-moz-keyframes headline2 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 15px;
	}
}

@-webkit-keyframes headline2 {
	0% {
		width: 0px;
	}

	50% {
		width: 25px;
	}

	100% {
		width: 15px;
	}
}

.header {
	width: 100%;
	height: 108px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	background: #fff;
	padding: 0 60px;
	border-bottom: solid 1px #eee;
}

.header .logo {
	float: left;
	overflow: hidden;
	height: 88px;
	margin-top: 16px;
}

.header .logo img {
	height: 100%;
}

.header .search-box {
	float: left;
	margin-top: 25px;
	position: relative;
}

.header .search-box .search-btn {
	width: 40px;
	height: 40px;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
}

.header .search-box .search-bar {
	width: 1000px;
	height: 89px;
	position: absolute;
	right: -10px;
	top: -25px;
	z-index: 95;
	background: #fff;
	padding: 20px 10px;
	display: none;
}

.header .search-box .search-bar .close {
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/close.png) no-repeat center;
	background-size: 20px auto;
	cursor: pointer;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.header .search-box .search-bar .close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.header .search-box .search-bar .btn {
	width: 50px;
	height: 50px;
	float: left;
	background: url(../images/search.png) no-repeat center;
}

.header .search-box .search-bar .btn input {
	width: 100%;
	height: 100%;
	background: none;
	cursor: pointer;
}

.header .search-box .search-bar .inpu {
	width: 100%;
	padding: 0 60px;
}

.header .search-box .search-bar .inpu input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	background: #eee;
}

.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
	color: #cccccc;
}

.header .search-box .search-bar .inpu input:-moz-placeholder {
	color: #cccccc;
}

.header .search-box .search-bar .inpu input::-moz-placeholder {
	color: #cccccc;
}

.header .search-box .search-bar .inpu input:-ms-input-placeholder {
	color: #cccccc;
}

.header .language {
	float: left;
	position: relative;
	margin-top: 35px;
	margin-left: 15px;
}

.header .language .tit {
	height: 20px;
	line-height: 20px;
	padding: 0 14px 0 12px;
	cursor: pointer;
	background: url(../images/arrow1.png) no-repeat right 0 center;
	font-size: 16px;
	color: #666;
}

.header .language .tit.on {
	background-image: url(../images/arrow2.png);
}

.header .language .list {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 5;
	width: 100px;
	padding-top: 10px;
	text-align: center;
	display: none;
}

.header .language ul {
	background: #1565C0;
	border-radius: 4px;
	padding: 4px 0;
	position: relative;
}

.header .language ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #1565C0;
	border-width: 4px;
	margin-left: -4px;
}

.header .language li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #fff;
}

.header .language li a:hover {
	background: #1976D2;
}

.header .nav {
	float: left;
}

.header .nav>ul>li {
	float: left;
	position: relative;
}

.header .nav>ul>li>a {
	height: 90px;
	line-height: 90px;
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	position: relative;
	padding: 0 34px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}


@media only screen and (max-width: 1440px) {
    .header .nav>ul>li>a {
    	height: 90px;
    	line-height: 90px;
    	display: block;
    	font-size: 16px;
    	color: #333;
    	overflow: hidden;
    	position: relative;
    	padding: 0 14px;
    	transition-duration: 0.4s;
    	-webkit-transition-duration: 0.4s;
    	-moz-transition-duration: 0.4s;
    	-ms-transition-duration: 0.4s;
    	-o-transition-duration: 0.4s;
    }
}


.header .nav>ul>li>a::after,
.header .nav>ul>li>a::before {
	content: "";
	width: 0;
	height: 2px;
	background: #1565C0;
	position: absolute;
	left: 53px;
	bottom: 20px;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.header .nav>ul>li>a::after {
	bottom: 14px;
	background: #2497cc;
}

.header .nav>ul>li .arrow {
	display: none;
}

.header .nav>ul>li.on>a {
	font-weight: 700;
	color: #1565C0;
}

.header .nav>ul>li>a:hover {
	font-weight: 700;
	color: #1565C0;
}

.header .nav>ul>li.on>a::before {
	width: 0px;
}

.header .nav>ul>li.on>a::after {
	width: 23px;
}

/* .header .nav>ul>li.on:hover>a::before,
.header .nav>ul>li:hover>a::before {
	animation: headline1 .5s infinite alternate;
	-moz-animation: headline1 .5s infinite alternate;
	-webkit-animation: headline1 .5s infinite alternate;
	-o-animation: headline1 .5s infinite alternate;
	animation-fill-mode: forwards;
} */

.header .nav>ul>li.on:hover>a::after,
.header .nav>ul>li:hover>a::after {
	animation: headline2 .6s infinite alternate;
	-moz-animation: headline2 .6s infinite alternate;
	-webkit-animation: headline2 .6s infinite alternate;
	-o-animation: headline2 .6s infinite alternate;
	animation-fill-mode: forwards;
}

.header .nav .sub {
	min-width: 140px;
	position: absolute;
	top: 88px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	padding-top: 0px;
	display: none;
}

.header .nav .sub li {
	margin-top: 0px;
	border-bottom: 1px #1976d2 solid;
}

.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	background: #1565C0;
	padding: 0 20px;
}

.header .nav .sub li a:hover {
	background: #1976D2;
}

.header .menu-btn {
	display: none;
}

@media only screen and (max-width: 1820px) {
	.header {
		padding: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.header .nav>ul>li>a {
		padding: 0 20px;
	}

	.header .nav>ul>li>a::after,
	.header .nav>ul>li>a::before {
		left: 20px;
	}

	.header .search-box .search-bar {
		width: 740px;
	}
}

.footer {
	background: #222;
	padding-top: 74px;
}

.footer .link-list {
	width: 75%;
	float: right;
}

.footer .link-list .list {
	width:auto;
	padding:0px 40px;
	float: right;
	text-align:right;
}

.footer .link-list .tit {
	font-size: 16px;
	color: #fff;
}

.footer .link-list ul {
	margin-top: 38px;
}

.footer .link-list li {
	line-height: 20px;
	margin-bottom: 16px;
}

.footer .link-list li a {
	color: #666;
}

.footer .link-list li a:hover {
	color: #fff;
}

.footer .right {
	float: left;
	text-align: left;
}

.footer .tel {
	display: inline-block;
}

.footer .address {
	text-align: left;
	line-height: 20px;
	color: #777777;
	margin: 28px 0 22px 0;
}

.footer .address p {
	margin-bottom: 6px;
}

.footer .friendship {
	color: #777;
	text-align: left;
	display: inline-block;
}

.footer .friendship:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.footer .friendship .txt {
	min-width: 90px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #333;
	text-align: center;
	float: left;
}

.footer .friendship .list {
	float: left;
	position: relative;
}

.footer .friendship .tit {
	min-width: 200px;
	height: 38px;
	line-height: 36px;
	border: solid 1px #333;
	padding: 0 30px 0 14px;
	cursor: pointer;
	background: url(../images/arrow3.png) no-repeat right 14px center;
}

.footer .friendship .tit.on {
	background-image: url(../images/arrow4.png);
}

.footer .friendship ul {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 38px;
	z-index: 2;
	background: #333;
	overflow: auto;
	max-height: 300px;
	display: none;
}

.footer .friendship ul::-webkit-scrollbar {
	width: 4px;
}

.footer .friendship ul::-webkit-scrollbar-button {
	display: none;
}

.footer .friendship ul::-webkit-scrollbar-thumb {
	background: #000;
}

.footer .friendship ul li {
	border-top: solid 1px #222;
}

.footer .friendship ul li a {
	display: block;
	line-height: 20px;
	color: #222;
	padding: 6px 10px;
	color: #777;
}

.footer .friendship ul li a:hover {
	color: #fff;
}

.footer .bottom {
	border-top: solid 1px #2a2a2a;
	padding: 48px 0 40px 0;
	line-height: 24px;
	margin-top: 70px;
}

.footer .bottom .copy {
	color: #777;
	float: left;
}

.footer .bottom .copy a {
	color: #777;
}

.footer .bottom .support {
	float: left;
	color: #444;
	margin-left: 16px;
}

.footer .bottom .support a {
	color: #444;
}

.footer .bottom .support a:hover {
	color: #fff;
}

.footer .bottom .social-share {
	float: right;
}

.footer .bottom .social-share a {
	width: 23px;
	height: 23px;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	background: no-repeat center;
	background-size: 100% 100%;
}

.footer .bottom .social-share a:hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-ms-filter: brightness(120%);
	-o-filter: brightness(120%);
	filter: brightness(120%);
}

.footer .bottom .social-share .icon-qq {
	background-image: url(../images/share1.png);
}

.footer .bottom .social-share .icon-wechat {
	background-image: url(../images/share2.png);
}

.footer .bottom .social-share .icon-weibo {
	background-image: url(../images/share3.png);
}

.icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 9;
	width: 140px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}

.icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px;
}

.icon-wechat .wechat-qrcode.bottom:after {
	display: none;
}

.icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777777;
}

.icon-wechat .wechat-qrcode .qrcode {
	width: 100px;
	margin: 10px auto;
}

.icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important;
}

.icon-wechat .wechat-qrcode .help {
	display: none;
}

.icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	display: none;
}

.icon-wechat:hover .wechat-qrcode {
	display: block;
}

.banner .swiper-pagination {
	bottom: 24px;
}

.banner .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	margin: 0 9px;
	border: solid 1px #fff;
	background: none;
	opacity: 1;
	border-radius: 0px;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

@keyframes dtline1 {
	0% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-o-keyframes dtline1 {
	0% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-moz-keyframes dtline1 {
	0% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-webkit-keyframes dtline1 {
	0% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@keyframes dtline2 {
	0% {
		height: 12px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-o-keyframes dtline2 {
	0% {
		height: 12px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-moz-keyframes dtline2 {
	0% {
		height: 12px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-webkit-keyframes dtline2 {
	0% {
		height: 12px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@keyframes dtline3 {
	0% {
		height: 8px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-o-keyframes dtline3 {
	0% {
		height: 8px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-moz-keyframes dtline3 {
	0% {
		height: 8px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

@-webkit-keyframes dtline3 {
	0% {
		height: 8px;
	}

	50% {
		height: 16px;
	}

	100% {
		height: 0;
	}
}

.dtline span {
	width: 2px;
	height: 16px;
	background: #fff;
	margin-right: 4px;
	display: inline-block;
	vertical-align: bottom;
}

.dtline span:nth-child(1) {
	height: 16px;
}

.dtline span:nth-child(2) {
	height: 12px;
}

.dtline span:nth-child(3) {
	height: 8px;
}

.dtline.dh span:nth-child(1) {
	animation: dtline1 .5s infinite alternate;
	-moz-animation: dtline1 .5s infinite alternate;
	-webkit-animation: dtline1 .5s infinite alternate;
	-o-animation: dtline1 .5s infinite alternate;
	animation-fill-mode: forwards;
}

.dtline.dh span:nth-child(2) {
	animation: dtline2 .6s infinite alternate;
	-moz-animation: dtline2 .6s infinite alternate;
	-webkit-animation: dtline2 .6s infinite alternate;
	-o-animation: dtline2 .6s infinite alternate;
	animation-fill-mode: forwards;
}

.dtline.dh span:nth-child(3) {
	animation: dtline3 .7s infinite alternate;
	-moz-animation: dtline3 .7s infinite alternate;
	-webkit-animation: dtline3 .7s infinite alternate;
	-o-animation: dtline3 .7s infinite alternate;
	animation-fill-mode: forwards;
}

.main .pctitle {
	text-align: center;
}

.main .pctitle .title {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.main .pctitle .title span {
	position: relative;
	display: inline-block;
}

.main .pctitle .title span::before,
.main .pctitle .title span::after {
	content: " ";
	position: absolute;
	z-index: 2;
	background: no-repeat;
	background-size: 100% auto;
}

.main .pctitle .title span::before {
	width: 99px;
	height: 29px;
	background-image: url(../images/main_title_icon1.png);
	left: -36px;
	bottom: -18px;
}

.main .pctitle .title span::after {
	width: 97px;
	height: 28px;
	background-image: url(../images/main_title_icon2.png);
	right: -28px;
	top: -18px;
}

.main .pctitle .slogan {
	font-size: 16px;
	color: #444;
	margin-top: 18px;
}

.main .profession {
	padding: 80px 0 60px 0;
}

.main .profession ul {
	margin: 0 auto;
	margin-top: 30px;
	/* margin: 70px -11px 0 -11px; */
	overflow: hidden;
}

.main .profession ul li {
	width: 24%;
	margin-right: 1%;
	height: 62px;
	background-color: #1565C0;
	float: left;
	text-align: center;
	padding: 0 11px;
	margin-bottom: 22px;
}

.main .profession ul li a {
	display: block;
	position: relative;
}

.main .profession ul li a:hover .picc span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.main .profession ul li a:hover .dtline span:nth-child(1) {
	animation: dtline1 .5s infinite alternate;
	-moz-animation: dtline1 .5s infinite alternate;
	-webkit-animation: dtline1 .5s infinite alternate;
	-o-animation: dtline1 .5s infinite alternate;
	animation-fill-mode: forwards;
}

.main .profession ul li a:hover .dtline span:nth-child(2) {
	animation: dtline2 .6s infinite alternate;
	-moz-animation: dtline2 .6s infinite alternate;
	-webkit-animation: dtline2 .6s infinite alternate;
	-o-animation: dtline2 .6s infinite alternate;
	animation-fill-mode: forwards;
}

.main .profession ul li a:hover .dtline span:nth-child(3) {
	animation: dtline3 .7s infinite alternate;
	-moz-animation: dtline3 .7s infinite alternate;
	-webkit-animation: dtline3 .7s infinite alternate;
	-o-animation: dtline3 .7s infinite alternate;
	animation-fill-mode: forwards;
}

.main .profession ul li .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	/* padding: 66px 54px; */
}

.main .profession ul li .icon {
	height: 42px;
	line-height: 42px;
}

.main .profession ul li .icon img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.main .profession ul li .txt {
	font-size: 20px;
	color: #fff;
	margin: 16px 0;
}

.main .about .content {
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.main .about .pic {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	cursor: pointer;
	overflow: hidden;
}

.main .about .pic:hover span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

/* .main .about .pic::after {
	content: " ";
	width: 71px;
	height: 69px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 20;
	background: url(../images/video.png) no-repeat;
	background-size: 100% auto;
} */

.main .about .pic span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.main .about .pic img {
	width: 100%;
	display: none;
}

.main .about .cont {
	width: 50%;
	float: right;
	padding: 70px 64px;
}

.main .about .pctitle {
	text-align: left;
}

.main .about .pctitle .entit {
	line-height: 60px;
	font-weight: bold;
	font-size: 60px;
	opacity: .1;
	text-transform: uppercase;
}

.main .about .pctitle .slogan {
	margin-top: 2px;
}

.main .about .text {
	line-height: 26px;
	font-size: 16px;
	color: #666;
	margin: 30px 0 60px 0;
}

.main .about ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.main .about ul li {
	width: 49%;
	height: 158px;
	line-height: 158px;
	float: left;
	font-size: 16px;
	background-position: center;
	background-attachment: cover;
}


.main .about ul li a {
	/* background-color:#FFF; */
	padding: 10px 20px;
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
}

.main .about ul li:nth-child(4n+1) {
	clear: left;
}

.main .about ul li:hover i {
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
}

.main .about ul li img {
	width: 100%;
	display: block;
}

.main .about ul li i {
	width: 104px;
	margin: 0 auto 14px auto;
	display: block;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.main .about .more {
	margin-bottom: 64px;
}

.main .about .more a {
	height: 20px;
	line-height: 20px;
	float: left;
	background: url(../images/arrow5.png) no-repeat right center;
	padding-right: 20px;
	font-size: 16px;
	color: #1565C0;
	margin-top: -30px;
}

.main .about .more a:hover span {
	width: 50px;
}

.main .about .more span {
	width: 0;
	overflow: hidden;
	float: left;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

/* Video */
.main .video .content {
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.main .video .pic {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	cursor: pointer;
	overflow: hidden;
}

.main .video .v-iframe{
	width:100%;
	height:100%;
}

.main .video .pic:hover span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

/* .main .about .pic::after {
	content: " ";
	width: 71px;
	height: 69px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 20;
	background: url(../images/video.png) no-repeat;
	background-size: 100% auto;
} */

.main .video .pic span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.main .video .pic img {
	width: 100%;
	display: none;
}

.main .video .cont {
	width: 50%;
	float: left;
	padding: 70px 64px;
}

.main .video .pctitle {
	text-align: left;
}

.main .video .pctitle .entit {
	line-height: 60px;
	font-weight: bold;
	font-size: 60px;
	opacity: .1;
	text-transform: uppercase;
}

.main .video .pctitle .slogan {
	margin-top: 2px;
}

.main .video .text {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin: 30px 0 60px 0;
}

.main .video .text font{
	width:100%;
	float:left;
	line-height:52px;
	font-size:16px;
	font-weight:700;
}

.main .video ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.main .video ul li {
	width: 49%;
	height: 158px;
	line-height: 158px;
	float: left;
	font-size: 16px;
	background-position: center;
	background-attachment: cover;
}


.main .video ul li a {
	/* background-color:#FFF; */
	padding: 10px 20px;
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
}

.main .video ul li:nth-child(4n+1) {
	clear: left;
}

.main .video ul li:hover i {
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
}

.main .video ul li img {
	width: 100%;
	display: block;
}

.main .video ul li i {
	width: 104px;
	margin: 0 auto 14px auto;
	display: block;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.main .video .more {
	margin-bottom: 64px;
}

.main .video .more a {
	height: 20px;
	line-height: 20px;
	float: left;
	background: url(../images/arrow5.png) no-repeat right center;
	padding-right: 20px;
	font-size: 16px;
	color: #1565C0;
	margin-top: -30px;
}

.main .about .more a:hover span {
	width: 50px;
}

.main .video .more span {
	width: 0;
	overflow: hidden;
	float: left;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}



.main .production {
	padding: 80px 0;
}

.main .production img {
	width: 100%;
	display: block;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}

.main .production a {
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	overflow: hidden;
}

.main .production a>img {
	opacity: .4;
	filter: alpha(opacity=40);
}

.main .production a:hover>img {
	opacity: .8;
	filter: alpha(opacity=80);
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.main .production a:hover .dtline span:nth-child(1) {
	animation: dtline1 .5s infinite alternate;
	-moz-animation: dtline1 .5s infinite alternate;
	-webkit-animation: dtline1 .5s infinite alternate;
	-o-animation: dtline1 .5s infinite alternate;
	animation-fill-mode: forwards;
}

.main .production a:hover .dtline span:nth-child(2) {
	animation: dtline2 .6s infinite alternate;
	-moz-animation: dtline2 .6s infinite alternate;
	-webkit-animation: dtline2 .6s infinite alternate;
	-o-animation: dtline2 .6s infinite alternate;
	animation-fill-mode: forwards;
}

.main .production a:hover .dtline span:nth-child(3) {
	animation: dtline3 .7s infinite alternate;
	-moz-animation: dtline3 .7s infinite alternate;
	-webkit-animation: dtline3 .7s infinite alternate;
	-o-animation: dtline3 .7s infinite alternate;
	animation-fill-mode: forwards;
}

.main .production .text.table {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: block;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.main .production .text.table .td {
	width: 100%;
	display: block;
}

.main .production .text.table .icon {
	width: 81px;
	margin: 0 auto;
}

.main .production .text.table .txt {
	font-size: 30px;
	color: #fff;
	margin: 22px 0;
}

.main .news {
	padding: 12px 0 60px 0;
}

.main .news .content {
	margin-top: 54px;
}

.main .news .swiper-container {
	padding-bottom: 96px;
}

.main .news .swiper-slide a {
	display: block;
}

.main .news .swiper-slide a:hover .picc span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.main .news .swiper-slide a:hover .tit {
	color: #1565C0;
}

.news-center{padding:0px; margin:0px;}

.news-bg {
	text-align:center;
	line-height:52px;
	font-size:18px;
	background-color: #1565C0;
	color: #FFF;
}


.main .news .swiper-slide .date {
	display: inline-block;
	border-radius: 4px;
	background: #f0f7e7;
	padding: 0 16px;
	color: #1565C0;
	line-height: 36px;
	margin: 38px 0 16px 0;
}

.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.main .news .swiper-slide .tit {
	font-size: 16px;
	font-weight: bold;
}

.main .news .swiper-slide .txt {
	color: #888;
}

.main .news .swiper-pagination {
	bottom: 0;
}

.main .news .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	margin: 0 5px;
	background: #999;
	opacity: 1;
	border-radius: 0;
}

.main .news .swiper-pagination-bullet-active {
	background: #1565C0;
}

.main .maintain {
	background: url(../images/maintain_bg.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 90px 0 100px 0;
}

.main .maintain .wrap {
	max-width: 1310px;
}

.main .maintain .pctitle .title,
.main .maintain .pctitle .slogan {
	color: #fff;
	font-weight: normal;
}

.main .maintain .content {
	margin: 60px -5px 0 -5px;
	overflow: hidden;
}

.main .maintain .content .col {
	padding: 5px;
}

.main .maintain .content textarea,
.main .maintain .content input[type="text"] {
	width: 100%;
	border: solid 1px #333333;
	background: #000000;
	color: #FFFFFF;
	line-height: 22px;
	padding: 18px 15px;
}

.main .maintain .content textarea::-webkit-input-placeholder,
.main .maintain .content input[type="text"]::-webkit-input-placeholder {
	color: #FFFFFF;
}

.main .maintain .content textarea:-moz-placeholder,
.main .maintain .content input[type="text"]:-moz-placeholder {
	color: #FFFFFF;
}

.main .maintain .content textarea::-moz-placeholder,
.main .maintain .content input[type="text"]::-moz-placeholder {
	color: #FFFFFF;
}

.main .maintain .content textarea:-ms-input-placeholder,
.main .maintain .content input[type="text"]:-ms-input-placeholder {
	color: #999999;
}

.main .maintain .content .rbtn {
	background: #1565C0;
}

.main .maintain .content .rbtn::after {
	background: #1976D2;
}

.main .maintain .content .rbtn input[type="button"],
.main .maintain .content .rbtn input[type="submit"],
.main .maintain .content .rbtn button,
.main .maintain .content .rbtn a {
	width: 100%;
	line-height: 22px;
	padding: 19px 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
}

.container .banner .lzpic1,
.container .banner .lzpic2 {
	height: 400px;
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.column-menu {
	border-bottom: solid 1px #eeeeee;
	position: relative;
}

.column-menu .menu {
	float: left;
}

.column-menu .menu .btn {
	display: none;
}

.column-menu .menu li {
	border-left:1px solid #1976D2;
	float: left;
	color: #FFFFFF;
	background-color:#1565C0;
}

.column-menu .menu li a{
	color:#CCCCCC;
}


.column-menu .menu li:first-child {
	margin-left: 0;
}

.column-menu .menu li.on a {
	color: #FFFFFF;
	background-color:#333333;
	padding:0px 20px;
	border-bottom: solid 0px #1565C0;
}

.column-menu .menu li a {
	height: 68px;
	line-height: 68px;
	display: block;
	padding:0px 20px;
	font-size: 18px;
}

.column-menu .menu li a:hover {
	background-color:#333333;
	color: #FFFFFF;
}

.column-menu .crumbs {
	float: right;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: 14px;
	color: #999;
	padding-left: 24px;
	background: url(../images/crumbs.png) no-repeat 0 center;
}

.column-menu .crumbs a {
	color: #999;
}

.column-menu .crumbs a:hover {
	color: #1565C0;
}

.paging {
	text-align: center;
}

.paging ul {
	display: inline-block;
}

.paging li {
	float: none;
	margin: 0 8px;
	float: left;
}

.paging li a {
	display: block;
	width: 68px;
	height: 62px;
	line-height: 62px;
	background-color: #eee;
	font-family: "Arial", arial;
	color: #999;
}

.paging .page-num{
	float:left;
	display: block;
	width: 68px;
	height: 62px;
	line-height: 62px;
	background-color: #eee;
	font-family: "Arial", arial;
	color: #999;
}

.paging .page-num:hover{
	background-color: #1565C0;
	color: #FFF;
}

.paging .page-num-current{

	background-color: #1565C0;
	color: #FFF;

	
}

.paging li.on a,
.paging li a:hover {
	background-color: #1565C0;
	color: #fff;
}

.paging li.prev a,
.paging li.next a {
	width: 76px;
	background: no-repeat center #eeeeee;
}

.paging li.prev a {
	background-image: url(../images/arrow6.png);
}

.paging li.prev a:hover {
	background-image: url(../images/arrow8.png);
	background-color: #1565C0;
}

.paging li.next a {
	background-image: url(../images/arrow7.png);
}

.paging li.next a:hover {
	background-image: url(../images/arrow9.png);
	background-color: #1565C0;
}

.prevnext {
	overflow: hidden;
}

.prevnext .prev,
.prevnext .next,
.prevnext .return {
	height: 24px;
	line-height: 24px;
	color: #555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
	color: #555;
}

.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
	color: #1565C0;
}

.prevnext .prev,
.prevnext .next {
	width: 280px;
	float: left;
}

.prevnext .next {
	margin-left: 34px;
}

.prevnext .return {
	float: right;
}

.prevnext .return a {
	padding-left: 36px;
	background: url(../images/return1.png) no-repeat 0 center;
}

.prevnext .return a:hover {
	background-image: url(../images/return2.png);
}

.gray {
	background: #f8f8f8;
}

.about-padding {
	margin-top: 50px;
}

@media only screen and (max-width:768px) {
	.about-padding {
		margin-top: 15px;
	}

	.search-box {
		display: none;
	}
}

.about-page .introduction {
	overflow: hidden;
	margin: 54px 0 45px 0;
}

.about-page .introduction .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-page .introduction .cont {
	width: 41.17647059%;
	float: left;
	margin-bottom: 30px;
}

.about-page .introduction .pic {
	width: 50%;
	float: right;
}

.about-page .introduction img {
	width: 100%;
	display: block;
}

.about-page .introduction .entit {
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.about-page .introduction .title {
	font-size: 24px;
	font-weight: bold;
	color: #2497cc;
	margin: 20px 0 60px 0;
}

.about-page .introduction .text {
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

.about-page .features {
	margin: 45px 0 120px 0;
}

.about-page .features ul {
	overflow: hidden;
	margin: 0 -4px;
}

.about-page .features li {
	width: 25%;
	float: left;
	padding: 4px;
	text-align: center;
}

.about-page .features li:nth-child(4n+1) {
	clear: left;
}

.about-page .features li .box {
	border-radius: 4px;
	background: #f8f8f8;
	padding: 60px 30px;
}

.about-page .features li img {
	width: 100%;
	display: block;
}

.about-page .features li .icon {
	width: 69px;
	margin: 0 auto;
}

.about-page .features li .tit {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 40px 0;
}

.about-page .features li .txt {
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

.about-page .team,
.about-page .honor {
	padding: 80px 0;
}

.about-page .team .title,
.about-page .honor .title {
	text-align: center;
	font-size: 24px;
}

.about-page .team .paging,
.about-page .honor .paging {
	margin-top: 30px;
}

.honor-list {
	margin-top: 42px;
}

.honor-list ul {
	overflow: hidden;
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
}

.honor-list li {
	width: 20%;
	float: left;
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	text-align: center;
	padding-top: 22px;
}

.honor-list li:nth-child(5n+1) {
	clear: left;
}

.honor-list li a {
	display: block;
}

.honor-list li a:hover .txt {
	color: #1565C0;
	border-bottom: solid 3px #1565C0;
}

.honor-list li .pic {
	height: 185px;
}

.honor-list li img {
	max-height: 100%;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}

.honor-list li .txt {
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	border-bottom: solid 3px #fff;
	color: #333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.team-list {
	margin-top: 42px;
}

.team-list ul {
	overflow: hidden;
	margin: 0 -10px;
}

.team-list li {
	width: 20%;
	padding: 10px;
	float: left;
}

.team-list li:nth-child(5n+1) {
	clear: left;
}

.team-list li span {
	display: block;
	background: #000;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.team-list li span img {
	width: 100%;
	display: block;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}

.team-list li span:hover img {
	filter: alpha(opacity=40);
	opacity: .4;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.team-list li span:hover::after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.team-list li span::after {
	content: " ";
	width: 27px;
	height: 28px;
	background: url(../images/surroundings_icon.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.news-page {
	padding: 80px 0 100px 0;
}

.news-page .paging {
	margin-top: 16px;
}

.news-list ul {
	overflow: hidden;
	margin: 0 -13px;
}

.news-list li {
	width: 25%;
	float: left;
	padding: 0 13px;
	margin-bottom: 64px;
}

.news-list li a {
	display: block;
}

.news-list li a:hover .picc span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.news-list li a:hover .tit {
	color: #1565C0;
}

.news-list li .date {
	display: inline-block;
	border-radius:0px;
	background: #1565C0;
	padding: 0 16px;
	color: #FFF;
	line-height: 36px;
	margin: -88px 0 16px 0;
}

.news-list li .tit,
.news-list li .txt {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.news-list li .tit {
	font-size: 16px;
	font-weight: bold;
}

.news-list li .txt {
	color: #888;
}

.news-page .details .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.news-page .details .date {
	color: #1565C0;
	text-align: center;
	margin-top: 12px;
}

.news-page .details .article {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 54px 0;
	margin: 30px 0 70px 0;
}

.produce-page .introduction {
	padding: 70px 0;
}

.produce-page .introduction img {
	width: 100%;
	display: block;
}

.produce-page .introduction .pic {
	width: 50%;
	vertical-align: top;
}

.produce-page .introduction .cont {
	width: 50%;
	padding-left: 96px;
}

.produce-page .introduction .entit {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.produce-page .introduction .title {
	font-size: 24px;
	font-weight: bold;
	color: #2497cc;
	margin: 22px 0 60px 0;
}

.produce-page .introduction .text {
	line-height: 26px;
	font-size: 16px;
	color: #666;
}

.produce-page .introduction .address {
	border-top: solid 1px #eee;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
}

.produce-page .introduction .address .txt {
	background: url(../images/address_icon.png) no-repeat 0 0;
	padding: 6px 0 6px 46px;
	line-height: 24px;
	font-size: 16px;
	color: #888;
}

.produce-page .introduction .address .txt span {
	color: #333;
	font-weight: bold;
	margin-right: 20px;
}

.produce-page .surroundings {
	padding: 90px 0;
	background: #f8f8f8;
}

.produce-page .surroundings .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.produce-page .surroundings .swiper-container {
	margin-top: 50px;
	padding-bottom: 80px;
}

.produce-page .surroundings .swiper-slide img {
	width: 100%;
	display: block;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}

.produce-page .surroundings .swiper-slide span {
	display: block;
	background: #000;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.produce-page .surroundings .swiper-slide span:hover img {
	filter: alpha(opacity=40);
	opacity: .4;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.produce-page .surroundings .swiper-slide span:hover::after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.produce-page .surroundings .swiper-slide span::after {
	content: " ";
	width: 27px;
	height: 28px;
	background: url(../images/surroundings_icon.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.produce-page .surroundings .swiper-pagination {
	bottom: 0;
}

.produce-page .surroundings .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	margin: 0 5px;
	background: #ddd;
	opacity: 1;
	border-radius: 0;
}

.produce-page .surroundings .swiper-pagination-bullet-active {
	background: #1565C0;
}

.equipment-page,
.product-page {
	padding: 50px 0 100px 0;
}

.equipment-page .paging,
.product-page .paging {
	margin-top: 70px;
}

.product-list ul {
	overflow: hidden;
	margin: 0 -14px;
}

.product-list li {
	width: 25%;
	float: left;
	padding: 0 14px;
	margin-bottom: 26px;
	text-align: center;
}

.product-list li a {
	display: block;
}

.product-list li a:hover .picc {
	border: solid 1px #1565C0;
}

.product-list li a:hover .picc span {
	opacity: 1;
	filter: alpha(opacity=1);
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
}

.product-list li a:hover .picc::after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-list li a:hover .text {
	background: #1565C0;
}

.product-list li a:hover .tit,
.product-list li a:hover .txt {
	color: #fff;
}

.product-list li .picc {
	border: solid 1px #eee;
	background: #fff;
	position: relative;
	max-height: 330px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}


/* .product-list li .picc::after {
	content: "Learn more";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	display: inline-block;
	padding: 0 40px 0 20px;
	font-family: "Arial", arial;
	color: #fff;
	white-space: nowrap;
	background: url(../images/arrow10.png) no-repeat right 20px center #1565C0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
} */

.product-list li .text {
	background: #f8f8f8;
	padding: 24px 6px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.product-list li .tit,
.product-list li .txt {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.product-list li .tit {
	font-size: 18px;
}

.product-list li .txt {
	color: #666;
}

.product-page .introduction {
	background: #fff;
	padding: 50px;
	overflow: hidden;
}

.product-page .introduction .photo {
	width: 50%;
	max-width: 700px;
	padding-right: 114px;
	float: left;
	position: relative;
}

.product-page .introduction .photo img {
	width: 100%;
	display: block;
}

.product-page .introduction .photo .gallery-top {
	border: solid 1px #eee;
}

.product-page .introduction .photo .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 100%;
	z-index: 2;
	padding: 38px 0;
}

.product-page .introduction .photo .gallery-thumbs {
	height: 100%;
	overflow: hidden;
}

.product-page .introduction .photo .gallery-thumbs .swiper-slide {
	height: 97px;
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
	border: solid 1px #eee;
	display: block;
	cursor: pointer;
}

.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
	border: solid 1px #1565C0;
}

.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
	width: 100%;
	height: 28px;
	margin: 0;
	top: auto;
	bottom: auto;
	left: 0;
	right: auto;
	background: no-repeat center #e8e8e8;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
	background-color: #1565C0;
}

.product-page .introduction .photo .swiper-button-prev {
	top: 0;
	background-image: url(../images/arrow11.png);
}

.product-page .introduction .photo .swiper-button-prev:hover {
	background-image: url(../images/arrow13.png);
}

.product-page .introduction .photo .swiper-button-next {
	bottom: 0;
	background-image: url(../images/arrow12.png);
}

.product-page .introduction .photo .swiper-button-next:hover {
	background-image: url(../images/arrow14.png);
}

.product-page .introduction .cont {
	width: 46%;
	float: right;
}

.product-page .introduction .cont .model {
	font-size: 24px;
}

.product-page .introduction .cont .title {
	font-size: 40px;
	font-weight: bold;
}

.product-page .introduction .cont .text {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	line-height: 26px;
	font-size: 16px;
	color: #666;
	margin: 32px 0 40px 0;
	padding: 24px 0;
}

.product-page .introduction .cont .text ul {
	overflow: hidden;
}

.product-page .introduction .cont .text li {
	margin: 5px 0;
	width: 50%;
	float: left;
}

.product-page .introduction .cont .text li:nth-child(2n+1) {
	clear: left;
}

.product-page .introduction .cont .rbtn {
	display: inline-block;
	background: #1565C0;
	border-radius: 0px;
}

.product-page .introduction .cont .rbtn::after {
	background: #1976D2;
}

.product-page .introduction .cont .rbtn span {
	padding: 0 20px 0 44px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background: url(../images/contact_btn.png) no-repeat 20px center;
}

.product-page .details {
	margin-top: 25px;
	padding: 50px;
	background: #fff;
}

.product-page .details .title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	padding-bottom: 12px;
}

.product-page .details .article {
	padding: 32px 0;
}

.equipment-page .product-list .tit {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}

.contact-page .contact {
	padding: 80px 0;
	margin: 0 -38px;
}

.contact-page .contact .title {
	font-size: 24px;
	color: #222;
}

.contact-page .contact .entit {
	color: #888;
	margin-top: 6px;
}

.contact-page .address,
.contact-page .message {
	width: 50%;
	padding: 0 38px;
	float: left;
}

.contact-page .address .text {
	border-top: solid 1px #f3f3f3;
	border-bottom: solid 1px #f3f3f3;
	padding: 4px 0;
	margin: 38px 0 26px 0;
}

.contact-page .address .txt {
	margin: 26px 0;
	line-height: 24px;
	padding: 3px 0 3px 58px;
	background: no-repeat 0 0;
	font-size: 16px;
	color: #888;
}

.contact-page .address .txt a {
	font-size: 16px;
	color: #888;
}

.contact-page .address .txt p {
	padding: 3px 0;
	display: flex;
}

.contact-page .address .txt span {
	color: #333;
	font-weight: bold;
	margin-right: 16px;
	white-space: nowrap;
}

.contact-page .address .qrcode {
	text-align: center;
	display: inline-block;
}

.contact-page .address .qrcode i {
	width: 110px;
	display: block;
	margin: 0 auto;
	border: solid 1px #dddddd;
}

.contact-page .address .qrcode p {
	font-size: 16px;
	color: #888;
	margin-top: 14px;
}

.contact-page .message .inputbox {
	margin-top: 34px;
}

.contact-page .message .inputbox .row {
	margin: 0 -8px;
}

.contact-page .message .inputbox .col {
	padding: 0 8px;
	margin-bottom: 15px;
}

.contact-page .message .inputbox .tit {
	line-height: 34px;
	font-size: 16px;
	color: #999;
}

.contact-page .message .inputbox .tit span {
	color: #fe1212;
	margin-right: 5px;
}

.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
	width: 100%;
	line-height: 26px;
	padding:5px 12px;
	font-size: 16px;
	color: #333;
	background: #f8f8f8;
	border: solid 1px #eee;
}

.contact-page .message .inputbox textarea {
	height: 118px;
}

.contact-page .message .btn {
	margin-top: 10px;
}

.contact-page .message .btn .rbtn {
	display: inline-block;
	color: #fff;
	background: #1565C0;
	height: 46px;
	line-height: 46px;
	border-radius:0px;
}

.contact-page .message .btn .rbtn::after {
	background: #1976D2;
}

.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
	display: block;
	padding: 0 25px;
	color: #fff;
	cursor: pointer;
}

.contact-page .map #allmap {
	height: 516px;
}

.single-page {
	padding: 50px 0;
}

.single-page .title {
	text-align: center;
	font-size: 24px;
}

.single-page .article {
	padding: 30px 0;
}

.recruitment-page {
	padding: 80px 0;
}

.recruitment-page .entit {
	font-size: 36px;
	color: #e1e1e1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.recruitment-page .title {
	text-align: center;
	font-size: 36px;
	color: #222;
}

.recruitment {
	margin-top: 42px;
}

.recruitment li {
	border: solid 1px #eee;
	margin-bottom: 20px;
	background: #fff;
	border-left: solid 4px #fff;
}

.recruitment li.on {
	border-left: solid 4px #1565C0;
}

.recruitment li.on .top {
	background-image: url(../images/arrow16.png);
}

.recruitment li.on .top .tit {
	color: #1565C0;
}

.recruitment .top {
	background: url(../images/arrow15.png) no-repeat right 29px top 20px;
	cursor: pointer;
	padding: 40px 70px 40px 30px;
}

.recruitment .top .tit {
	font-size: 18px;
	line-height: 30px;
}

.recruitment .top .info {
	line-height: 24px;
	color: #999;
	margin-top: 8px;
}

.recruitment .cont {
	padding: 0 40px 30px 40px;
	display: none;
}

.recruitment .cont .text {
	line-height: 30px;
	color: #888;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 34px;
	margin-bottom: 34px;
}

.recruitment .cont .tit {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.recruitment .cont .btn {
	color: #fff;
	width: 136px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #1565C0;
}

.recruitment .cont .btn::after {
	background: #1976D2;
}


/*首页新闻中心*/
#homenews {
	padding-top:0px;
}

.homenews-boxml {
	float: left;
	width: 50%;
}

.homenews-boxmr {
	float: left;
	width: 100%;
}

.homenews-boxm {
	margin-top:5px;
}

.homenews-boxml .swiper-pagination {
	bottom: 20px;
	text-align: right;
	padding-right: 38px;
}

.homenews-swiper img {
	width: 100%;
}

.homenews-boxml .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #4e4e4e;
	border-radius: 20px;
	opacity: 1;
	margin: 0 7px !important;
}

.homenews-boxml .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #eeeeee;
}

.homenews-boxml .homescale-img:hover img {
	transform: scale(1.1);
}

.homenews-boxmr {
	padding-left: 44px;
}

.homenews-boxmr ul li {
	width: 50%;
	float: left;
}

.homenews-boxmr ul li a {
	display: flex;
}

.homenews-rtime {
	width: 158px;
}

.homenews-rtxt {
	width: calc(100% - 158px);
}

.homenews-rtime h3 {
	font-size: 51px;
	color: #707070;
}

.homenews-rtime h2 {
	margin-top: 20px;
}

.homenews-boxmr ul li {
	border: 1px solid #eeeeee;
	flex: 1;
	margin-bottom: 27px;
	padding: 30px 52px 20px 0;
}

.homenews-rtime {
	border-right: 1px solid #eeeeee;
	text-align: center;
}

.homenews-rtxt h4 {
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homenews-rtxt {
	padding-left: 50px;
}

.homenews-rtxt h5 {
	margin-top: 24px;
	line-height: 24px;
	color: #707070;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
}

.homenews-boxmr ul li:hover {
	background:#1565C0;
}

.homenews-boxmr ul li:hover .homenews-rtime h3 {
	color: #fff;
}

.homenews-boxmr ul li:hover .homenews-rtime h2 {
	color: #fff;
}

.homenews-boxmr ul li:hover .homenews-rtxt h5 {
	color: #fff;
}

.homenews-boxmr ul li:hover .homenews-rtxt h4 {
	color: #fff;
}

@media(max-width:1600px) {
	.homenews-boxmr ul li {
		margin-bottom: 20px;
		padding: 23px 20px 20px 0;
	}

	.homenews-rtime h3 {
		font-size: 40px;
	}
}

@media(max-width:1400px) {
	.homenews-boxmr {
		padding-left: 30px;
	}

	.homenews-rtime {
		width: 130px;
	}

	.homenews-rtxt {
		width: calc(100% - 130px);
	}

	.homenews-rtxt {
		padding-left: 30px;
	}

	.homenews-rtxt h5 {
		margin-top: 12px;
	}

	.homenews-boxmr ul li {
		padding: 21px 20px 20px 0;
	}
}

@media(max-width:1200px) {
	.homenews-boxmr {
		padding-left: 15px;
	}

	.homenews-rtxt h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.homenews-boxmr ul li {
		padding: 15px 10px 10px 0;
	}

	.homenews-boxmr ul li {
		margin-bottom: 10px;
	}

	.homenews-rtxt {
		padding-left: 15px;
	}

	.homenews-rtime h3 {
		font-size: 30px;
	}

	.homenews-rtime {
		width: 100px;
	}

	.homenews-rtxt {
		width: calc(100% - 100px);
	}

	.homenews-rtxt h4 {
		font-size: 16px;
	}

	.homenews-rtxt h5 {
		margin-top: 11px;
	}
}


.news-padding{
	padding:45px 0px;
}

.text-message img{
	float:left;
	margin:40px 0px;
	border-bottom:1px #ECECEC solid;
	border-top:1px #ECECEC solid;
	padding:30px 0px;
}



@media(max-width:991px) {
	.homenews-boxml {
		width: 100%;
	}

	.homenews-boxmr {
		margin-top: 30px;
		padding-left: 0;
		width: 100%;
	}
	
	.homenews-boxmr ul li{
		width:100%;
		float:left;
	}
	
	.news-padding{
		padding:25px 0px 10px 0px;
	}
}

