@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
	display: block;
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, b, caption, cite, code, dfn, em, i, th, var {
	font-style: normal;
	font-weight: 400;
}
dl, ol, ul {
	list-style-type: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	outline: 0;
	outline: none;
blr:expression(this.onFocus=this.blur())
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
textarea {
	resize: none;
	outline: none;
	font-family: Arial, "Microsoft YaHei";
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
button, input[type=submit], input[type=text], input[type=button] {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	outline: 0;
	outline: 0;
blr:expression(this.onFocus=this.blur())
}
body {
	color: #000;
	font-family: Arial, "Microsoft YaHei";
}
select {
	font-family: Arial, "Microsoft YaHei";
}
.fl {
	float: left
}
.fr {
	float: right
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.eps2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.eps3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.btn {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
}
.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.unselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#web-ietip {
	width: 526px;
	height: 90px;
	padding: 83px 0 0 84px;
	overflow: hidden;
	background: url(../css/ietip/browser.png) no-repeat center center;
	margin: 200px auto 0;
}
#web-ietip a {
	display: block;
	width: 65px;
	height: 80px;
	float: left;
}
body * {
	box-sizing: border-box;/* line-height:28px; */
}
.w {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.opa {
	opacity: 1;
}
.opa:hover {
	transition: opacity .3s;
	-webkit-transition: opacity .2s;
	opacity: 0.9;
}
.opa-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 999;
}
.opa-bg.show {
	display: block;
}
.opac {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
.opac.show {
	visibility: visible;
	opacity: 1;
}
.img-out {
	position: relative;
	overflow: hidden;
}
.img-out img {
	display: block;
	transform: scale(1.001);
	transition: all 0.5s ease 0s;
}
.img-out:hover img {
	transform: scale(1.07);
}
.header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10000000;
	background: rgba(0,0,0,0.5);
}
.footer {
	width: 100%;
	margin: 0 auto;
}
.main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	left: 0;
	top: 0;
	transition: all .3s;
}
.header .top {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	position: relative;
	z-index: 2;
}
.header .top>.w1 {
	height: 16px;
	padding-left: 5%;
	padding-right: 5%;
}
.header .top .right {
	float: right;
	font-size: 0;
}
.header .top .phone {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	margin-right: 55px;
}
.header .top .phone:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 16px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header .top .lang {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
	position: relative;
	margin-right: 50px;
}
.header .top .lang:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 16px;
	background-image: url(../images/lang.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header .top .lang .cur {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	cursor: default;
	letter-spacing: 2px;
}
.header .top .lang .cur:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 16px;
	margin-left: 10px;
	background-image: url(../images/down.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header .top .lang:hover ul {
	visibility: visible;
	opacity: 1;
}
.header .top .lang ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .3s;
	visibility: hidden;
	opacity: 0;
}
.header .top .lang ul>li>a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	padding-left: 25px;
	transition: all .3s;
	opacity: 0.7;
	letter-spacing: 2px;
}
.header .top .lang ul>li>a:hover {
	opacity: 1;
}
.header .top .search {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
}
.header .top .btn-hs {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.header .top .h-search {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	font-size: 0;
	text-align: center;
	width: 346px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.header .top .h-search.show {
	visibility: visible;
	opacity: 1;
}
.header .top .h-search input[type=text] {
	width: 250px;
	height: 36px;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	padding: 0 10px;
	vertical-align: top;
	background-color: transparent;
	border-right: none;
}
.header .top .h-search input[type=submit] {
	width: 60px;
	height: 36px;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
	background-image: url(../images/search2.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	background-color: transparent;
	cursor: pointer;
}
.header .top .h-search .btn-hc {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
	border-left: none;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.header .bottom {
	position: relative;
	z-index: 1;
}
.header .bottom>.w1 {
	height: 60px;
	position: relative;
	padding: 0 5%;
}
.header .bottom .logo {
	float: left;
	display: block;
	width: 250px;
	margin-top: -10px;
}
.header .bottom .logo img {
	width: 100%;
}
.header .bottom .logo .logo2 {
	display: none;
}
.header .h-nav {
	float: right;
	font-size: 0;
	display: block;/* line-height: 0; */
}
.header .h-nav.mobilenav {
	display: none;
}
.header .h-nav>li {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.header .h-nav>li>a {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	color: #fff;
	line-height: 58px;
	border-bottom: 2px solid transparent;
	padding-left: 2px;
	padding-right: 2px;
}
.header .h-nav>li:hover>a {
	color: #0593d8;
	border-bottom-color: #0092db;
}
.header .h-nav>li.active>a {
	color: #0593d8;
}
.header .h-nav>li:last-child {
	padding-right: 0;
}
.header .h-nav>li:last-child>a {
	padding-right: 0;
}
 .header .h-search input::-webkit-input-placeholder {
color: #fff;
}
 .header .h-search input:-moz-placeholder {
color: #fff;
}
 .header .h-search input::-moz-placeholder {
color: #fff;
}
 .header .h-search input:-ms-input-placeholder {
color: #fff;
}
.header .sub {
	display: none;
	position: absolute;
	top: 60px;
	overflow: hidden;
}
.header .h-nav>li:hover .sub {
	display: block;
}
.iprodl {
	left: 0;
	width: 100%;
	display: block;
	position: absolute;
	top: 60px;
	z-index: 999;
	background: rgba(242, 242, 242, 0.77);
	height: 350px;
	display: none;
}
.iprodl .contant {
	width: 1200px;
	margin: 0 auto;
}
.iprodl .contant dt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(255, 255, 255, 0.47);
}
.iprodl .contant dt a {
	font-size: 18px;
	color: #000;
	display: inline-block;
	width: 14.2%;
	text-align: center;
}
.iprodl .contant dt a.on {
	background: #fff;
	border-bottom: 4px solid #a397e3;
}
.iprodl .contant .dd {
	width: 100%;
	margin-top: 20px;
}
.iprodl .contant .dd a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #ddd;
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.header .h-nav>li.prolih {
	position: unset;
}
.header .h-nav>li.prolih:hover .iprodl {
	display: block;
}
.iprodl .contant .dd .ddspan {
	width: 100%;
	clear: both;
	display: block;
}
.iprodl .contant .dd .ddspan>span {
	float: left;
	width: 15%;
	display: block;
	margin-bottom: 20px;
	height: 35px;
	line-height: 35px;
}
.iprodl .contant .dd .ddspan>span>a {
	background: #b0b4b8;
	border: none;
	color: #000;
	font-weight: bold;
}
.iprodl .contant .dd .ddspan>dd {
	float: right;
	width: 85%;
}
.header .h-nav>li.show .sub {
	display: block;
}
.header .sub1 {
	width: 100%;
	left: 0;
}
.header .sub1 .t2 {
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
}
.header .sub1 .t2 a {
	display: inline-block;
	font-size: 16px;
	color: #4c4c4c;
}
.header .sub1 a:hover {
	text-decoration: underline;
}
.header .sub1 .b {
	margin-bottom: 15px;
}
.header.fixed {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.header.fixed .h-nav>li>a {
	color: #666;
}
.header.fixed .h-nav>li:hover>a {
	color: #0593d8;
}
.header.fixed .h-nav>li.active>a {
	color: #0593d8;
}
.header.fixed .bottom .logo .logo1 {
	display: none;
}
.header.fixed .bottom .logo .logo2 {
	display: inline-block;
}
.header.fixed .top .phone {
	color: #666;
}
.header.fixed .top .phone:before {
	background-image: url(../images/phone3.png);
}
.header.fixed .top .lang:before {
	background-image: url(../images/lang2.png);
}
.header.fixed .top .lang .cur {
	color: #666;
}
.header.fixed .top .lang .cur:after {
	background-image: url(../images/down3.png);
}
.header.fixed .top .right>div>a {
	color: #666 !important;
}
.header.fixed .top .btn-hs {
	background-image: url(../images/search5.png);
}

@media(max-width: 1280px) {
.header .top .phone {
	font-size: 20px;
}
.header .bottom .logo {
	width: 180px;
}
.header .h-nav>li {
	padding: 0 20px;
}
}

@media(max-width: 1220px) {
.header .w {
	padding-left: 10px;
	padding-right: 10px;
}
.header .h-menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 10px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header .h-nav {
	display: none;
	float: none;
	width: 200px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	position: absolute;
	right: 15px;
	top: 60px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.header .h-nav>li {
	display: block;
	width: 100%;
	padding: 0;
}
.header .h-nav>li>a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	font-size: 16px;
	color: #262626;
	padding: 0;
	padding-right: 9px;
	position: relative;
}
.header .h-nav>li>a:after {
	content: "";
	display: none;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 9px solid #e9ebec;
	position: absolute;
	right: 0;
	top: 15px;
}
.header .h-nav>li.active>a:after {
	display: block;
}
.header .h-nav>li.active:first-child>a:after {
	display: none;
}
.header.fixed .h-menu {
	background-image: url(../images/menu2.png);
}
.header.menu-state .h-nav {
	display: block;
}
.header .top {
	display: none;
}
.header .bottom .logo {
	margin-top: 15px;
}
.header .h-nav>li:hover .sub {
	display: none;
}
}

@media(max-width: 800px) {
.header {
	background: #000;
}
.opa-bg1 {
	width: 100%;
	height: 60px;
}
.header .top {
	display: none;
}
.header .bottom>.w {
	height: 40px;
}
.header .bottom .logo {
	margin-top: 5px;
	width: 58%;
}
.header .h-menu {
	top: 5px;
}
.header .h-nav {
	top: 40px;
}
.header .h-nav.pcnav {
	display: none !important
}
}
.right-bar {
	width: 60px;
	height: 308px;
	position: fixed;
	/*top: 50%;margin-top: -185px;*/
	top: 30%;
	z-index: 100;
	right: 2px;
}
.right-bar>a {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
	/* visibility: hidden; */
	transition: all .3s;
}
.right-bar>a:last-child {
	margin-bottom: 0;
}
.right-bar .icon {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #323d51;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.right-bar .icon1 {
	background-image: url(../images/r1.png);
}
.right-bar .icon2 {
	background-image: url(../images/r2.png);
}
.right-bar .icon3 {
	background-image: url(../images/r3.png);
}
.right-bar .icon4 {
	background-image: url(../images/r4.png);
}
.right-bar .icon5 {
	background-image: url(../images/r5.png);
}
.right-bar .icon6 {
	background-image: url(../images/top.png);
}
.right-bar .text {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	transform: translate(0, 0);
	display: inline-block;
	opacity: 0;
	background-color: #edf1f3;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	color: #000;
	z-index: 1;
	transition: all .3s;
}
.right-bar .text1 {
	width: 170px;
	height: 200px;
	padding: 10px;
}
.right-bar .text1 p {
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
}
.right-bar>a:hover .icon {
	background-color: #edf1f3;
}
.right-bar>a:hover .text {
	transform: translate(-99%, 0);
	opacity: 1;
}
.right-bar .item1:hover .icon1 {
	background-image: url(../images/t1.png);
}
.right-bar .item2:hover .icon2 {
	background-image: url(../images/t2.png);
}
.right-bar .item3:hover .icon3 {
	background-image: url(../images/t3.png);
}
.right-bar .item4:hover .icon4 {
	background-image: url(../images/t4.png);
}
.right-bar .item5:hover .icon5 {
	background-image: url(../images/t5.png);
}
.right-bar .item6:hover .icon6 {
	background-image: url(../images/top1.png);
}
.right-bar:after {
	content: "";
	display: block;
	visibility: visible;
	opacity: 1;
	width: 100%;
	padding-top: 100%;
	background-image: url(../images/r6.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
}
.right-bar:hover {
	height: 308px;
}
.right-bar:hover>a {
	visibility: visible;
	opacity: 1;
}
.right-bar:hover:after {
	visibility: hidden;
	opacity: 0;
}

@media(max-width: 800px) {
.right-bar {
	width: 40px;
	margin-top: 0px;
	top: auto;
	bottom: 2px;
	display: none;
}
.right-bar>a {
	width: 40px;
	height: 40px;
}
.right-bar .text {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
}
.footer .top {
	border-bottom: 1px solid #3f3f3f;
	background-color: #292929;
	padding-bottom: 30px;
	padding-top: 67px;
}
.footer .top .w {
	overflow: hidden;
}
.footer .top .left {
	float: left;
	width: 740px;
	overflow: hidden;
}
.footer .top .left .items {
	overflow: hidden;
	width: 810px;
}
.footer .top .left .item {
	float: left;
	width: 135px;
}
.footer .top .title {
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 2px;
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 12px;
}
.footer .top .left .item ul>li>a {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.footer .top .left .item ul>li>a:hover {
	opacity: 1;
}
.footer .top .right {
	float: right;
	width: 324px;
}
.footer .top .right .c-list {
	margin-bottom: 20px;
}
.footer .top .right .c-list>li {
	padding-left: 33px;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 6px;
	position: relative;
}
.footer .top .right .c-list>li:before {
	content: "";
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer .top .right .c-list>li.c1:before {
	background-image: url(../images/r1.png);
}
.footer .top .right .c-list>li.c2:before {
	background-image: url(../images/r2.png);
}
.footer .top .right .c-list>li.c3:before {
	background-image: url(../images/position.png);
}
.footer .top .right .c-list>li.c3 {
	font-size: 14px;
}
.footer .top .right .codes {
	overflow: hidden;
	width: 300px;
	padding-left: 7px;
}
.footer .top .right .code img {
	width: 100%;
}
.footer .top .right .code1 {
	float: left;
	width: 110px;
}
.footer .top .right .code2 {
	float: right;
	width: 110px;
}
.footer .top .right .code-title {
	text-align: center;
	font-size: 13px;
	color: #cbcbcb;
	padding-top: 18px;
}
.footer .bottom {
	width: 100%;
	background-color: #242424;
	padding-top: 27px;
	padding-bottom: 30px;
}
.footer .bottom .t0 {
	text-align: center;
	font-size: 0;
	margin-bottom: 8px;
}
.footer .bottom .t0 .dt {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	padding-right: 5px;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
}
.footer .bottom .t0 a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 20px;
	padding: 0 10px;
}
.footer .bottom .t1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	opacity: 0.6;
	margin-bottom: 8px;
}
.footer .bottom .t2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	opacity: 0.4;
}

@media(max-width: 1220px) {
.footer .top {
	padding-left: 10px;
	padding-right: 10px;
}
.footer .bottom {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media(max-width: 1150px) {
.footer .top {
	padding-top: 33px;
	padding-bottom: 30px;
}
.footer .top .left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.footer .top .left .items {
	width: 100%;
}
.footer .top .left .item {
	float: left;
	width: 16.666%;
}
.footer .top .right {
	width: 100%;
	float: none;
}
.footer .top .title {
	padding-bottom: 0;
	border-bottom: none;
}
.footer .bottom {
	padding-top: 13px;
	padding-bottom: 15px;
}
.footer .bottom .t1 {
	margin-bottom: 0;
}
}

@media(max-width: 800px) {
.footer .top {
	padding-top: 20px;
}
.footer .top .left .item {
	float: none;
	width: 100%;
	border-bottom: 1px solid #414141;
}
.footer .top .left .item ul {
	display: none;
}
.footer .top .item .title {
	margin-bottom: 0;
	line-height: 40px;
	font-size: 14px;
	position: relative;
	padding-top: 0;
}
.footer .top .item .title:after {
	content: "+";
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
.footer .top .item.show .title:after {
	content: "-";
}
.footer .top .left .item.show ul {
	display: block;
	padding-bottom: 13px;
}
.footer .top .left .item ul>li>a {
	font-size: 13px;
	display: block;
}
.footer .top .right .c-list>li {
	font-size: 14px;
	line-height: 22px;
}
.footer .top .right .title {
	margin-bottom: 17px;
	padding-top: 0;
}
.footer .top .right .c-list>li {
	padding-left: 25px;
}
.footer .top .right .c-list>li:before {
	width: 22px;
	height: 22px;
	background-size: cover;
}
.footer .top .right .codes {
	max-width: 300px;
	width: 100%;
}
}
.focus-list {
	width: 100%;
	z-index: 1;
}
.banner .swiper-pagination {
	width: 100%;
	bottom: 20px;
	font-size: 0;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #fff;
	margin: 0 8px;
}
.banner .swiper-pagination-bullet-active {
	background-color: #fff;
}
.banner {
	position: relative;
	width: 100%;
}
.banner .img-box {
	width: 100%;
	padding-top: 51%;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.banner video {
	width: 100%;
}
.banner .ssc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 5.729%;
	z-index: 2;
}
.banner .ssx {
	width: 100%;
	height: 137px;
}
.banner .ssy {
	width: 100%;
	height: 240px;
	margin-bottom: 5.36%;
}
.banner .ssc.show {
	display: block;
}
.banner .ssm {
	width: 550px;
	height: 240px;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	margin: 0 auto;
	margin-bottom: 3%;
	padding: 3px;
	position: relative;
}
.banner .ssm:before, .banner .ssm:after {
	content: "";
	width: 85px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
}
.banner .ssm:before {
	left: -2px;
}
.banner .ssm:after {
	right: -2px;
}
.banner .sst {
	width: 100%;
	height: 100%;
	background-color: rgba(86,131,160,0.2);
	position: relative;
	padding-top: 54px;
}
.banner .sst .t1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 14px;
}
.banner .sst .t2 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding-left: 40px;
	padding-right: 35px;
}
.banner .sst .t3 {
	font-size: 21px;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.banner .ssd {
	text-align: center;
	font-size: 0;
}
.banner .ssi {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7.8%;
}
.banner .ssi .canvas {
	position: absolute;
	top: -2px;
	left: -2px;
}
.banner .ssi .icon {
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	position: relative;
	line-height: 100px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	margin-bottom: 21px;
	background-size: cover;
}
.banner .ssi .text {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

@media(max-width: 1520px) {
.footer .top {
	padding-left: 10px;
	padding-right: 10px;
}
.footer .bottom {
	padding-left: 10px;
	padding-right: 10px;
}
.banner .ssm {
	width: 400px;
	height: 200px;
}
.banner .ssy {
	height: 200px;
}
.banner .ssx {
	height: 94px;
}
.banner .sst {
	padding-top: 20px;
}
.banner .sst .t1 {
	font-size: 24px;
}
.banner .sst .t2 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 24px;
}
.banner .sst .t3 {
	font-size: 18px;
}
.banner .ssm:before, .banner .ssm:after {
	width: 30px;
}
.banner .ssi {
	width: 70px;
	margin: 0 5%;
}
.banner .ssi .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	margin-bottom: 10px;
}
.banner .ssi .text {
	font-size: 14px;
}
.banner .ssi .canvas {
	transform: scale(0.7);
	transform-origin: 0 0;
}
}

@media(max-width: 500px) {
.banner .sst {
	padding-top: 10px;
}
.banner .sst .t1 {
	margin-bottom: 8px;
}
.banner .ssm {
	width: 300px;
	height: 160px;
	margin-bottom: 50px;
}
.banner .ssx {
	height: 84px;
}
.banner .ssy {
	height: 160px;
}
.banner .sst .t1 {
	font-size: 20px;
}
.banner .sst .t2 {
	padding-left: 10px;
	padding-right: 10px;
}
.banner .sst .t3 {
	font-size: 14px;
}
.banner .ssm:before, .banner .ssm:after {
	width: 20px;
}
.banner .ssi {
	width: 60px;
}
.banner .ssi:nth-child(1) {
	float: left;
}
.banner .ssi:nth-child(3) {
	float: right;
}
.banner .ssi .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin-bottom: 10px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .ssc {
	padding-top: 0;
}
.banner .ssy {
	margin-bottom: 50px;
}
.banner .ssi .canvas {
	transform: scale(0.6);
}
}
.phone-list {
	display: none;
	width: 100%;
	font-size: 0;
	text-align: center;
	background-color: #eee;
	position: relative;
}
.phone-list:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;/* background-color: #ddd; */
}
.phone-list>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: center;
}
.phone-list>li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-image: url(../images/phone4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media(max-width: 800px) {
.phone-list {
	display: block;
}
}

@media(max-width: 500px) {
.phone-list>li {
	font-size: 20px;
	line-height: 18px;
	width: 100%;
}
}

@media(max-width: 330px) {
.phone-list>li {
	font-size: 10px;
	line-height: 16px;
}
}
.brand {
	padding-top: 70px;
	padding-bottom: 149px;
}
.br-banner {
	padding-bottom: 50px;
	width: 1224px;
}
.br-banner .img-box {
	width: 92.1568%;
	padding-top: 41.83%;
	position: relative;
	border: 1px solid #e7e7e7;
}
.br-banner .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.br-banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	border: 2px solid #e3e3e3;
	background-color: #e3e3e3;
}
.br-banner .swiper-pagination-bullet-active {
	border-color: #0e94e1;
	background-color: transparent;
}
.br-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}
.br-banner.swiper-container-horizontal>.swiper-pagination-bullets, .br-banner .swiper-pagination-custom, .br-banner .swiper-pagination-fraction {
	bottom: 0;
	font-size: 0;
	padding-right: 24px;
}

@media(max-width: 1220px) {
.brand {
	padding-left: 30px;
	padding-right: 30px;
}
.br-banner {
	width: 100%;
}
.br-banner .img-box {
	margin: 0 auto;
}
.br-banner.swiper-container-horizontal>.swiper-pagination-bullets, .br-banner .swiper-pagination-custom, .br-banner .swiper-pagination-fraction {
	padding-right: 0;
}
}

@media(max-width: 800px) {
.brand {
	padding-top: 50px;
	padding-bottom: 100px;
}
}

@media(max-width: 500px) {
.brand {
	padding-top: 40px;
	padding-bottom: 75px;
}
.br-banner {
	padding-bottom: 40px;
}
}
.news {
	width: 100%;
	height: 440px;
	padding: 38px 0;
	position: relative;
}
.news .title {
	display: none;
	font-size: 23px;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}
.news .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.news .img-box img {
	width: auto;
	max-width: none;
	min-width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
}
.news .pic-out img {
	transition: transform 12s cubic-bezier(.23, 1, .32, 1);
	transform: scale(1) translate(-50%, 0);
}
.news:hover .pic-out img {
	transform: scale(1.1) translate(-50%, 0);
}
.news .pic-out:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
}
.news:hover .pic-out:before {
	opacity: 1;
}
.news .w {
	height: 100%;
	position: relative;
	z-index: 2;
	max-width: 1000px;
}
.news-list {
	height: 100%;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.news-list>li {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.3);
	transition: width .5s cubic-bezier(.69, .06, .39, 1.07);
	text-align: left;
}
.news-list>li:last-child {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.news-list .small {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
}
.news-list .small .date1 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 24px;
}
.news-list .small .title1 {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.news-list .small .title2 {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 35px;
}
.news-list .small .date2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 16px;
}
.news-list .small .abstract {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 40px;
}
.news-list .small .more {
	display: block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	background-color: #0088c6;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.news-list .small .real {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0
}
.news-list .small.active {
	width: 500px;
}
.news-list .small.active .date1 {
	height: 0;
	margin-bottom: 0;
	opacity: 0;
	transition: all .1s cubic-bezier(.4, .28, .79, .57);
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
.news-list .small.active .title1 {
	height: 0;
	opacity: 0;
	transition: all .1s cubic-bezier(.4, .28, .79, .57);
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
.news-list .small.active .real {
	transition: all .5s .1s cubic-bezier(.69, .06, .39, 1.07);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media(max-width: 1220px) {
.news {
	height: auto;
}
.news-list {
	padding-left: 10px;
	padding-right: 10px;
}
.news-list .small {
	float: none;
	height: auto;
	width: 100%;
	border-left: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.news-list .small:last-child {
	border-right: none;
	border-bottom: none;
}
.news-list .faker {
	width: 100%;
	overflow: hidden;
	padding-right: 70px;
	position: relative;
	cursor: pointer;
}
.news-list .small {
	padding: 0;
}
.news-list .small .real {
	display: none;
	width: 100%;
	max-width: 510px;
	padding-top: 20px;
	padding-bottom: 30px;
	transition: all .5s .1s cubic-bezier(.69, .06, .39, 1.07);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.news-list .small:last-child .real {
	padding-bottom: 0;
}
.news-list .small.active {
	width: 100%;
	padding-left: 0px;
	padding-top: 0;
	padding-right: 0px;
}
.news-list .small.active .faker {
	display: none;
}
.news-list .small.active .real {
	display: block;
}
.news-list .small .title1 {
width: 100%height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.news-list .small .date1 {
	width: 70px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.news-list .small .title2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 18px;
}
.news-list .small .more {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	width: 100px;
}
.news-list .small .date2 {
	font-size: 14px;
}
.news-list .small .abstract {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
}

@media(max-width: 800px) {
.news {
	padding-top: 0;
}
.news .img-box {
	height: calc(100% - 48px);
	top: 48px;
}
.news .title {
	display: block;
}
.news .w {
	padding-top: 38px;
}
}
.solution {
	padding-top: 75px;
	padding-bottom: 99px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1200px;
	margin: 0 auto;
}
.solution .title {
	margin-bottom: 35px;
}
.solution .title .t1 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 19px;
}
.solution .title .t2 {
	font-size: 16px;
	color: #333;
	text-align: center;
}
.more-solution {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border: 1px solid #aaa;
	text-align: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transition: all .3s;
}
.more-solution:hover {
	color: #fff;
	background-color: #0088c6;
	border-color: #0088c6;
}
.sl-banner {
	width: 100%;
	max-width: 1060px;
}
.sl-banner .box {
	width: 97%;/* padding-top: 120.698%; */
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
}
.sl-banner .box p {
	font-size: 16px;
	color: #333;
	height: 35px;
	line-height: 35px;
}
.sl-banner .more {
	display: block;
	width: 110px;
	height: 42px;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	border: 2px solid #fff;
	text-align: center;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
}
.sl-banner .more:hover {
	border-color: #0088c6;
	background-color: #0088c6;
}
.sl-banner .box:hover .more {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.sl-wrap {
	position: relative;
	width: 100%;
}
.sl-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 51px;
	cursor: pointer;
	z-index: 10000;
	background-size: 100% 100%;
}
.sl-prev {
	background-image: url(../images/left.png);
	left: -10px;
}
.sl-next {
	background-image: url(../images/right.png);
	right: -10px;
}
.sl-arrow.swiper-button-disabled {
	display: none;
}
.sl-banner .box .pic-out img {
	transition: transform 12s cubic-bezier(.23, 1, .32, 1);
	transform: scale(1);
}
.sl-banner .box:hover .pic-out img {
	transform: scale(1.1);
}
.sl-banner .box .pic-out:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
}
.sl-banner .box:hover .pic-out:before {
	opacity: 1;
}
.sl-arrow.swiper-button-disabled {
	display: block;
	opacity: 0.35;
}

@media(max-width: 1100px) {
.sl-prev {
	left: 1.5%;
}
.sl-next {
	right: 1.5%;
}
}

@media(max-width: 800px) {
.sl-arrow {
	position: absolute;
	width: 30px;
	height: 51px;
	margin-top: -25px;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 10000;
}
.solution {
	padding-top: 20px;
	padding-bottom: 30px;
}
.solution .title {
	margin-bottom: 25px;
}
.solution .title .t1 {
	font-size: 23px;
	margin-bottom: 10px;
}
.sl-banner .t1 {
	font-size: 18px;
	margin-bottom: 10px;
}
.sl-banner .t2 {
	font-size: 14px;
}
.sl-banner .more {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
}

@media(max-width: 500px) {
.sl-banner .swiper-slide {
	width: 260px;
}
.sl-arrow {
	display: none;
}
.sl-arrow.swiper-button-disabled {
	display: none;
}
.sl-banner .swiper-slide {
	position: relative;
	top: 26px;
}
.sl-banner .swiper-slide.swiper-slide-active {
	top: 0;
}
.sl-banner .box p {
	background: #333;
}
.sl-banner .box p {
	color: #fff;
}
.sl-banner .swiper-slide.swiper-slide-active .box:after {
	opacity: 1;
}
.sl-banner .more {
	height: 36px;
	line-height: 34px;
	border-width: 1px;
}
.solution .title .t2 {
	font-size: 14px;
}
.more-solution {
	margin-top: 20px;
	height: 36px;
	line-height: 36px;
}
}
.case {
	width: 100%;
	margin: 0 auto;
}
.case .title {
	display: none;
	font-size: 23px;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}
.case-list {
	width: 100%;
	overflow: hidden;
	padding-left: 1px;
	padding-right: 1px;
}
.case-list .swiper-slide {
	position: relative;
}
.case-list .img-box {
	width: 100%;
	padding-top: 68.134%;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.case-list .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.001);
	transition: all 0.5s ease 0s;
}
.case-list .swiper-slide:hover .img-box img {
	transform: scale(1.07);
}
.case-list .who {
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .7s;
	position: absolute;
	left: 40%;
	top: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}
.case-list .swiper-slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(3,101,195,0.5);
	z-index: 1;
	opacity: 1;
	transition: all .7s;
}
.case-list .swiper-slide:hover .who {
	opacity: 0;
}
.case-list .swiper-slide:hover:after {
	opacity: 0;
}
.case-list .swiper-button-next, .case-list .swiper-button-prev {
	width: 30px;
	height: 51px;
	margin-top: -25px;
	background-size: 100% 100%;
	z-index: 10000;
}
.case-list .swiper-button-next {
	background-image: url(../images/right.png);
	right: 30px;
}
.case-list .swiper-button-prev {
	background-image: url(../images/left.png);
	left: 30px;
}
.case-list .swiper-button-next.swiper-button-disabled, .case-list .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}
.more-case {
	display: none;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border: 1px solid #aaa;
	text-align: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transition: all .3s;
}
.more-case:hover {
	color: #fff;
	background-color: #0088c6;
	border-color: #0088c6;
}

@media(max-width: 800px) {
.case .title {
	display: block;
}
.case-list .swiper-button-next {
	right: 0;
}
.case-list .swiper-button-prev {
	left: 0;
}
}

@media(max-width: 500px) {
.case-list {
	padding-left: 0;
	padding-right: 0;
}
.case-list .swiper-slide {
	border: none;
}
.more-case {
	display: block;
	margin-top: 20px;
	height: 36px;
	line-height: 36px;
}
}
.liubg {
	width: 100%;
	margin-top: 86px;
}
.liubg .t1 {
	font-size: 35px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.liubg .t2 {
	font-size: 25px;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}
.liubg .t3 {
	font-size: 25px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}
.liubg .w1 {
	padding: 0 5%;
}
.liudl {
	width: 100%;
	margin-top: 50px;
}
.liudl dl {
	width: 12.5%;
	float: left;
	text-align: center;
	color: #333;
}
.liudl dl .fuhide {
	display: none;
	background: #323232;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 10px auto 0;
	color: #fff;
}
.liudl dl .fuhide p {
	color: #fff;
	vertical-align: middle;
	line-height: 28px;
	padding-top: 20%;
	font-size: 16px;
}
.liudl dl a {
	color: #333;
}
.liudl dl dt {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.liudl dl:hover .fuhide {
	display: block;
}
.liudl dl:hover .fushow {
	display: none;
}
.liudl dl:nth-child(1) .fuhide p, .liudl dl:nth-child(7) .fuhide p, .liudl dl:nth-child(8) .fuhide p {
	padding-top: 32%;
}

@media(max-width: 1600px) {
.liudl dl dt {
	font-size: 20px
}
}

@media(max-width: 1280px) {
.liudl dl {
	width: 25%;
	margin-bottom: 40px;
}
.liudl dl dt {
	font-size: 20px
}
}

@media(max-width: 800px) {
.liudl dl {
	width: 25%;
	margin-bottom: 40px;
}
.liudl dl dt {
	font-size: 20px
}
}

@media(max-width: 500px) {
.liubg {
	margin-top: 50px;
}
.liubg .t1 {
	font-size: 20px;
}
.liubg .t2 {
	font-size: 17px;
}
.liubg .t3 {
	font-size: 14px;
}
.liudl dl {
	width: 25%;
	margin-bottom: 10px;
}
.liudl dl:hover .fushow{display:block;}
.liudl dl:hover .fuhide{display:none;}
.liudl dl img {
	width: 60%;
}
.liudl {
	margin-top: 30px;
}
.liudl dl dt {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}
.liudl dl dd {
	display: none;
}
}
.clear {
	clear: both;
}
.product {
	width: 100%;
	padding-top: 86px;
	padding-bottom: 99px;
}
.product .t1 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}
.product .t2 {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-align: center;
	margin-bottom: 65px;
}
.p-list {
	overflow: hidden;
}
.p-list>li {
	float: left;
	width: 376px;
	margin-right: 32px;
	margin-bottom: 42px;
	border: 1px solid #e5e5e5;
}
.p-list>li:nth-child(3n) {
	margin-right: 0;
}
.p-list>li:hover {
	background-color: #fafbfc;
}
.p-list .img-box {
	display: block;
	width: 100%;
	padding-top: 78.378%;
	position: relative;/* margin-bottom: 17px; */
}
.p-list .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p-list .title {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
}
.p-list .abstract {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	text-align: center;
	padding: 0 10px;
}
.p-list .more {
	display: block;
	width: 110px;
	height: 42px;
	border: 2px solid #666;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	transition: all .3s;
}
.p-list .more:hover {
	background-color: #1d6090;
	color: #fff;
	border-color: #1d6090;
}
.p-list .title:hover {
	color: #1d6090;
}
.more-product {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border: 1px solid #aaa;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transition: all .3s;
}
.more-product:hover {
	color: #fff;
	background-color: #0088c6;
	border-color: #0088c6;
}

@media(max-width: 1220px) {
.product {
	padding-left: 10px;
	padding-right: 10px;
}
.p-list>li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
.p-list>li:nth-child(3n) {
	margin-right: 0;
}
.p-list .title {
	font-size: 18px;
	height: 35px;
	line-height: 35px;
}
.p-list .more {
	height: 30px;
	line-height: 28px;
	border-width: 1px;
}
}

@media(max-width: 800px) {
.product {
	padding-bottom: 50px;
}
.p-list>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.p-list>li:nth-child(3n) {
	margin-right: 2%;
}
.p-list>li:nth-child(even) {
	margin-right: 0;
}
.more-product {
	margin-top: 15px;
}
}

@media(max-width: 500px) {
.p-list .title {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.p-list .abstract {
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	margin-bottom: 10px;
}
.p-list .more {
	font-size: 12px;
	width: 80px;
}
.p-list>li {
}
.product {
	padding-top: 35px;
}
.product .t1 {
	font-size: 23px;
	margin-bottom: 15px;
}
.product .t2 {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 25px;
}
.more-product {
	margin-top: 15px;
	height: 36px;
	line-height: 36px;
}
}
.wall {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.wall .w {
	position: relative;
	height: 100%;
}
.wall.black:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.wall .box {
	width: 530px;
	height: 230px;
	border: 2px solid rgba(255,255,255,0.25);
	position: absolute;
	left: 50%;
	margin-left: -265px;
	top: 50%;
	margin-top: -115px;
	z-index: 2;
}
.wall .box .t1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 30px;
}
.wall .box .t2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.wall .box .more {
	display: block;
	width: 172px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #068fdf;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -86px;
	bottom: -20px;
	cursor: pointer;
}
.wall .text {
	width: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-left: -600px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.wall .text .t1 {
	font-size: 36px;
	color: #f5f5f5;
	line-height: 43px;
	margin-bottom: 25px;
}
.wall .text .t2 {
	font-size: 18px;
	color: #f5f5f5;
}
.wall .text .more {
	display: block;
	width: 172px;
	height: 40px;
	margin-top: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	background-color: #068fdf;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.wall .title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-align: center;
}
.wall .title.spl {
	text-align: left;
}
.wall .title .en {
	font-size: 60px;
	color: #fff;
	margin-bottom: 13px;
}
.wall .title .zh {
	font-size: 36px;
	color: #fff;
	position: relative;
}
.wall .title.sp .zh {
	padding-bottom: 19px;
}
.wall .title.sp .zh:after {
	content: "";
	width: 35px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
}
.wall .title.sp2 .en {
	font-size: 48px;
	line-height: 1.15;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 34px;
}
.wall .title.sp2 .en:after {
	content: "";
	width: 35px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
}
.wall .title.sp2 .zh {
	font-size: 24px;
}
.wall .title.spl .en:after {
	left: 0;
	margin-left: 0;
}

@media(max-width: 1220px) {
.wall .title.spl {
	padding-left: 10px;
	padding-right: 10px;
}
.wall .text {
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	margin-left: 0;
}
.wall .text .t1 {
	font-size: 30px;
	line-height: 36px;
}
.wall .title .en {
	font-size: 45px;
	margin-bottom: 10px;
}
.wall .title .zh {
	font-size: 27px;
}
.wall .title.sp2 .en {
	font-size: 36px;
}
.wall .title.sp2 .zh {
	font-size: 23px;
}
}

@media(max-width: 800px) {
.wall {
	height: 300px;
}
.wall .box {
	width: 300px;
	height: 150px;
	margin-left: -150px;
	margin-top: -75px;
}
.wall .box .t1 {
	font-size: 23px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.wall .box .t2 {
	font-size: 14px;
}
.wall .box .more {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-left: -60px;
	bottom: -15px;
	font-size: 14px;
}
.wall .text {
	width: 100%;
}
.wall .text .t1 {
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 18px;
}
.wall .text .t2 {
	font-size: 16px;
	margin-bottom: 20px;
}
.wall .text .more {
	font-size: 14px;
}
.wall .title .en {
	font-size: 30px;
	margin-bottom: 6px;
}
.wall .title .zh {
	font-size: 20px;
}
.wall .title.sp2 .en {
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.wall .title.sp2 .zh {
	font-size: 20px;
}
}

@media(max-width: 500px) {
.wall {
	height: 200px;
}
.wall .text .t1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
.wall .text .t2 {
	font-size: 14px;
	margin-bottom: 15px;
}
.wall .title .en {
	font-size: 26px;
}
.wall .title .zh {



	font-size: 18px;
}
.wall .text .more {
	font-size: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
}
.wall .title.sp2 .en {
	font-size: 20px;
}
}
.rec-p {
	width: 100%;
	padding-top: 80px;
}
.rec-p1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 60px;
	padding-top: 50px
}
.rec-title {
	font-size: 24px;
	color: #4c4c4c;
	text-align: center;
	font-weight: bold;
	margin-bottom: 38px;
}
.rec-search {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.rec-search form {
	text-align: center;
	font-size: 0;
}
.rec-search input[type=text] {
	width: 90%;
	height: 48px;
	border: 1px solid #ccc;
	border-right: none;
	vertical-align: top;
	background-color: transparent;
	font-size: 14px;
	color: #4c4c4c;
	padding: 0 20px;
}
.rec-search input[type=submit] {
	width: 10%;
	height: 48px;
	border: 1px solid #ccc;
	border-left: none;
	vertical-align: top;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	background-image: url(../images/search3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rec-wrap {
	width: 100%;
	position: relative;
	margin-bottom: 77px;
}
.rec-banner {
	width: 1224px;
}
.rec-banner .item {
	width: 92%;
}
.rec-banner .img-box {
	display: block;
	width: 100%;
	padding-top: 67.957%;
	position: relative;
	margin-bottom: 20px;
}
.rec-banner .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rec-banner .text {
	display: block;
	font-size: 18px;
	color: #0490dd;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}
.rec-arrow {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -47px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.rec-prev {
	background-image: url(../images/left3.png);
	left: -52px;
}
.rec-next {
	background-image: url(../images/right3.png);
	right: -52px;
}

@media(max-width: 1300px) {
.rec-arrow {
	background-color: rgb(0, 0, 0, 0.5);
}
.rec-prev {
	left: -10px;
}
.rec-next {
	right: -10px;
}
.rec-banner .img-box {
	margin-bottom: 15px;
}
.rec-banner .text {
	font-size: 16px;
	line-height: 32px;
}
.rec-arrow {
	margin-top: -48px;
}
}

@media(max-width: 1220px) {
.rec-p {
	padding-top: 60px;
}
.rec-title {
	margin-bottom: 29px;
	font-size: 21px;
}
.rec-banner {
	width: 100%;
}
.rec-p1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 45px;
}
.rec-banner .item {
	margin: 0 auto;
}
.rec-wrap {
	margin-bottom: 58px;
}
}

@media(max-width: 800px) {
.rec-p {
	padding-top: 53px;
}
.rec-p1 {
	padding-bottom: 40px;
}
.rec-title {
	margin-bottom: 25px;
	font-size: 18px;
}
.rec-banner .img-box {
	margin-bottom: 10px;
}
.rec-banner .text {
	font-size: 14px;
	line-height: 30px;
}
.rec-arrow {
	margin-top: -45px;
}
.rec-wrap {
	margin-bottom: 51px;
}
}

@media(max-width: 500px) {
.rec-p {
	padding-top: 40px;
}
.rec-p1 {
	padding-bottom: 30px;
}
.rec-title {
	margin-bottom: 19px;
}
.rec-banner .img-box {
	margin-bottom: 0;
}
.rec-arrow {
	margin-top: -40px;
}
.rec-wrap {
	margin-bottom: 38px;
}
.rec-search input[type=text] {
	height: 40px;
	padding: 0 10px;
}
.rec-search input[type=submit] {
	height: 40px;
}
}
.pp {
	width: 100%;
	padding-bottom: 212px;
}
.pp-list {
	width: 1230px;
	font-size: 0;
	padding-top: 70px;
	padding-bottom: 35px;
}
.pp-list>li {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin-right: 30px;
	font-size: 0;
	margin-bottom: 15px;
}
.pp-list>li .title {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: 50px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-right: none;
}
.pp-list>li .btn-plus {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 30px;
	color: #999;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.pp-list>li .btn-plus:hover, .pp-list>li.active .btn-plus {
	background-color: #1d5f8f;
	color: #fff;
}
.pp-list>li.active .pp-list2 {
	display: block;
}
.pp-list>li:nth-child(3n+2) .pp-list2 {
	position: relative;
	left: -410px;
}
.pp-list>li:nth-child(3n+3) .pp-list2 {
	position: relative;
	left: -820px;
}
.pp-list2 {
	display: none;
	font-size: 0;
	padding-left: 36px;
	width: 1200px;
	padding-top: 28px;
	border: 1px solid #e5e5e5;
	padding-bottom: 37px;
	margin-top: -1px;
}
.pp-list2>li {
	display: inline-block;
	vertical-align: top;
	width: 375px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 22px;
}
.pp-list2>li>a {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #666;
	padding-top: 16px;
	padding-bottom: 15px;
}
.pp-list2>li>a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(../images/right6.png);
	margin-right: 10px;
}
.pp-list2>li>a:hover {
	color: #1d5f8f;
}
.pp-list2>li>a:hover:before {
	background-image: url(../images/right5.png);
}

@media(max-width: 1220px) {
.pp {
	padding-bottom: 159px;
	padding-left: 10px;
	padding-right: 10px;
}
.pp-list {
	width: 100%;
	padding-bottom: 18px;
	padding-top: 52px;
}
.pp-list>li {
	width: 100%;
	position: relative;
}
.pp-list>li .btn-plus {
	position: absolute;
	right: 0;
	top: 0px;
}
.pp-list>li .title {
	width: 100%;
	padding-right: 50px;
}
.pp-list>li:nth-child(3n+2) .pp-list2 {
	left: 0;
}
.pp-list>li:nth-child(3n+3) .pp-list2 {
	left: 0;
}
.pp-list2 {
	padding-left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.pp-list2>li {
	margin-bottom: 0;
	width: 100%;
}
.pp-list2>li:last-child {
	border-bottom: none;
}
.pp-list2>li>a {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media(max-width: 800px) {
.pp {
	padding-bottom: 140px;
}
.pp-list {
	padding-bottom: 23px;
	padding-top: 47px;
}
.pp-list>li .title {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-right: 40px;
}
.pp-list>li .btn-plus {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.pp-list2>li>a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 9px;
}
}

@media(max-width: 500px) {
.pp {
	padding-bottom: 106px;
}
.pp-list {
	padding-bottom: 17px;
	padding-top: 35px;
}
}
.page {
	font-size: 15px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.page a {
	color: #000;
}
.page .pn:hover, .page .pn.active {
	text-decoration: underline;
	color: #006794;
}
.load-more {
	display: none;
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #0091da;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.load-more.sp {
	display: block;
}

@media(max-width: 500px) {
.load-more {
	display: block;
}
.page>a {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.page .prev, .page .next {
	width: 32px;
	height: 32px;
}
}
.thumb {
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}
.thumb a {
	font-size: 16px;
	color: #333;
}
.thumb a.gt {
	padding-left: 10px;
	padding-right: 10px;
}
.thumb a.last {
	color: #068fdf;
}

@media(max-width: 1220px) {
.thumb {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media(max-width: 800px) {
.thumb {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
.thumb a {
	font-size: 14px;
}
.thumb a.gt {
	padding-left: 5px;
	padding-right: 5px;
}
}
.class1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
	padding-top: 80px;
}
.class1 .w {
	overflow: hidden;
}
.class1 .left {
	float: left;
	width: 58.3333%;
}
.class1 .right {
	float: left;
	width: 41.6666%;
}
.class1 .t1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 32px;
}
.class1 .para {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 28px;
	width: 90%;
}
.class1 .img-box {
	width: 100%;
}
.class1 .img-box img {
	width: 100%;
}
.list1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 60px;
	padding-bottom: 20px;
}
.ul1 {
	width: 100%;
	font-size: 0;
}
.ul1>li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 15px;
	float: left;
	margin-right: 2%;
}
.ul1 .img-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.ul1 .img-box img {
	width: 100%;/* height: 220px; */
}
.ul1>li p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
.ul1 .text {
	display: inline-block;
	vertical-align: top;
	width: 40.3333%;
	padding-left: 4.6666%;
	text-align: left;
}
.ul1 .t1 {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 12px;
}
.ul1 .abstract {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
	min-height: 72px;
}
.ul1 .more {
	display: block;
	font-size: 15px;
	color: #1d5f8f;
}

@media(max-width: 1220px) {
.class1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-top: 60px;
}
.class1 .t1 {
	font-size: 26px;
	margin-bottom: 24px;
}
.class1 .para {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}
.list1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 15px;
}
.ul1>li {
	margin-bottom: 30px;
}
.ul1 .text {
	padding-left: 4%;
	width: 50%;
}
.ul1 .abstract {
	margin-bottom: 10px;
}
.ul1 .t1 {
	margin-bottom: 8px;
}
}

@media(max-width: 800px) {
.class1 {
	padding-bottom: 53px;
	padding-top: 53px;
}
.class1 .left {
	float: none;
	width: 100%;
}
.class1 .para {
	width: 100%;
}
.class1 .right {
	float: none;
	width: 100%;
	max-width: 500px;
}
.list1 {
	padding-top: 40px;
	padding-bottom: 13px;
}
.ul1>li {
	margin-bottom: 27px;
}
.ul1 .t1 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}
.ul1 .abstract {
	font-size: 13px;
	line-height: 23px;
	min-height: 69px;
}
.ul1 .more {
	font-size: 13px;
}
}

@media(max-width: 600px) {
.ul1>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.ul1>li:nth-child(2n) {
	margin-right: 0px;
}
.ul1>li:nth-child(even) {
	text-align: left;
}
}

@media(max-width: 500px) {
.class1 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.class1 .t1 {
	font-size: 23px;
	margin-bottom: 20px;
}
.list1 {
	padding-top: 30px;
	padding-bottom: 10px;
}
.ul1>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.ul1 .text {
	padding-left: 10px;
	padding-right: 0;
}
}
.s1 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
}
.s1 .t1 {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
.s1-box {
	width: 100%;
	position: relative;
}
.s1-inner {
	width: 100%;
	overflow: hidden;
}
.s1-banner {
	width: 1240px;
}
.s1-banner .item {
	width: 93.548%;
}
.s1 .img-box {
	display: block;
	width: 100%;
	margin-bottom: 26px;
}
.s1 .img-box img {
	width: 100%;
}
.s1 .t2 {
	font-size: 20px;
	color: #333;
	line-height: 26px;
	margin-bottom: 14px;
	display: block;
	cursor: pointer;
}
.s1 .abstract {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	margin-bottom: 25px;
}
.s1 .more {
	display: block;
	font-size: 15px;
	color: #1d5f8f;
}
.s1-arrow {
	width: 54px;
	height: 54px;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -27px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.s1-prev {
	background-image: url(../images/left7.png);
	left: -94px;
}
.s1-next {
	background-image: url(../images/right7.png);
	right: -94px;
}

@media(max-width: 1400px) {
.s1-prev {
	left: -60px;
}

.s1-next {
	right: -60px;
}
}

@media(max-width: 1320px) {
.s1-prev {
	left: -10px;
}
.s1-next {
	right: -10px;
}
}

@media(max-width: 1220px) {
.s1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 90px;
}
.s1 .t1 {
	font-size: 30px;
	margin-bottom: 38px;
}
.s1-banner {
	width: 100%;
}
.s1-banner .item {
	margin: 0 auto;
}
}

@media(max-width: 800px) {
.s1 {
	padding-top: 53px;
	padding-bottom: 80px;
}
.s1 .t1 {
	font-size: 26px;
	margin-bottom: 33px;
}
}

@media(max-width: 600px) {
.s1 {
	padding-left: 0;
	padding-right: 0;
}
.s1-banner .swiper-slide {
	width: 300px;
}
.s1-banner .item {
	width: 97%;
}
.s1 .img-box {
	margin-bottom: 13px;
}
.s1 .t2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 7px;
}
.s1 .abstract {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 13px;
}
.s1 .more {
	font-size: 14px;
}
.s1-arrow {
	display: none;
}
}

@media(max-width: 500px) {
.s1 {
	padding-top: 40px;
	padding-bottom: 60px;
}
.s1 .t1 {
	font-size: 21px;
	margin-bottom: 25px;
}
}
.dl {
	width: 100%;
}
.dl .w {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 63px;
}
.dl .left {
	float: left;
	width: 588px;
}
.dl .right {
	float: right;
	width: 552px;
}
.p-list-l {
	width: 100%;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
}
.p-list-l:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	right: 29px;
	bottom: 29px;
	z-index: 1000;
}
.p-list-l img {
	width: 100%;
	height: 300px;
	object-fit: contain;
}
.p-list-l .swiper-slide {
	width: 100%;
	background-color: #fff;
}
.p-list-l .img-box {
	width: 100%;
	height: 290px;
	text-align: center;
	font-size: 0;
}
.p-list-l  .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.p-list-l {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.p-list-s {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.p-list-s .swiper-slide {
	width: 25%;
	height: 100%;
}
.p-list-s .swiper-slide img {
	height: 100px;
	object-fit: contain;
	border: 1px solid #ddd;
	width: 100px;
	cursor: pointer;
}
.p-list-s .swiper-slide-thumb-active img {
	border: 1px solid #13187a;
}
.p-list-l .img-box img {
	width: auto;
	height: 200px;
	object-fit: contain;
}
.p-list-l .swiper-button-next, .p-list-l .swiper-button-prev {
	width: 15px;
	height: 27px;
	background-color: #f8f9fc;
	top: 0;
	margin-top: 0;
	height: 100%;
	background-size: auto auto;
}
.p-list-l .swiper-button-next {
	background-image: url(../images/icon-right3.png);
	right: 0;
}
.p-list-l .swiper-button-prev {
	background-image: url(../images/icon-left3.png);
	left: 0;
}
.p-list-s .swiper-wrapper {
	width: 80%;
}
.p-list-s {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.p-list-s .item {
	float: left;
	width: 103px;
	height: 88px;
	margin-right: 32px;
	border: 1px solid #ddd;
	opacity: 0.8;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.p-list-s .item img {
	object-fit: cover;
	height: 80px;
}
.p-list-s .swiper-button-next {
	width: 16px;
	height: 31px;
	background: url(../images/right8.png) center no-repeat;
}
.p-list-s .swiper-button-prev {
	width: 16px;
	height: 31px;
	background: url(../images/left8.png) center no-repeat;
}
.p-list-s .item.active {
	border: 1px solid #1d5f8f;
	opacity: 1;
}
.pls {
	width: 100%;
	position: relative;
	padding-left: 39px;
	padding-right: 39px;
}
.pls .sm-arrow {
	width: 39px;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pls .sm-next {
	right: 0px;
	background-image: url(../images/right8.png);
	background-position: right center;
}
.pls .sm-prev {
	left: 0px;
	background-image: url(../images/left8.png);
	background-position: left center;
}
.dl .right .t1 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.dl .right .t2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}
.dl .right .t3 {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 36px;
}
.dl .right .opt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.dl .right .as {
	float: left;
	font-size: 0;
}
.dl .right .a {
	display: inline-block;
	vertical-align: top;
	width: 84px;
	margin-bottom: 10px;
}
.dl .right .icon {
	display: block;
	width: 52px;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}
.dl .right .text {
	font-size: 14px;
	color: #808080;
}
.dl .right .btn-consult {
	float: right;
	display: block;
	width: 100px;
	height: 43px;
	margin-top: 24px;
	border-radius: 1px;
	background-color: #0391db;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 1220px) {
.dl {
	padding-left: 10px;
	padding-right: 10px;
}
.dl .left {
	float: none;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 588px;
}
.dl .right {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 552px;
}
}

@media (max-width: 500px) {
.pls {
	padding-left: 30px;
	padding-right: 30px;
}
.p-list-l .img-box {
	height: 200px;
}
.p-list-s .item {
	width: 72px;
	height: 88px;
	margin-right: 15px;
}
.dl .right .t1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	text-align: center;
}
.dl .right .t2 {
	font-size: 14px;
}
.dl .right .t3 {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
}
.dl .right .btn-consult {
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: none;
}
.dl .right .a {
	width: 70px;
}
.dl .w {
	padding-bottom: 31px;
	padding-top: 10px;
}
}
.pd {
	width: 100%;
}
.pd-tabs {
	width: 100%;
	background-color: #f5f5f5;
}
.pd-tabs.fixed {
	position: fixed;
	left: 0;
	top: 95px;
	z-index: 1000000;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.pd-tabs-top {
	width: 100%;
	height: 0px;
}
.pd-tabs-top.show {
	height: 60px;
}
.pd-tabs .w {
	font-size: 0;
}
.pd-tabs a {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	margin-right: 50px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.pd-tabs a:last-child {
	margin-right: 0;
}
.pd-tabs a.active {
	border-bottom-color: #1d5f8f;
}

@media (max-width: 1220px) {
.pd-tabs {
	padding-left: 10px;
	padding-right: 10px;
}
.pd-tabs.fixed {
	top: 60px;
}
}

@media (max-width: 800px) {
.pd-tabs.fixed {
	top: 60px;
}
.pd-tabs-top.show {
	height: 40px;
}
.pd-tabs a {
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	font-size: 14px;
}
.pd-tabs-top.show {
	height: 40px;
}
}
.pd-conts {
	width: 100%;
}
.pd1 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
	padding-top: 50px;
}
.pd1 .w {
	overflow: hidden;
}
.pd1 .pd1-text {
	float: left;
	width: 52.25%;
}
.pd1 .img-box {
	float: right;
	width: 41.6666%;
}
.pd1 .img-box img {
	width: 100%;
}
.pd1 .t1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 32px;
}
.pd1 .para {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 25px;
	height: 168px;
	overflow: hidden;
}
.pd1 .pd1-more {
	display: block;
	width: 172px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	background-color: #1d5f8f;
	transition: all .3s;
	cursor: pointer;
}
.pd1 .pd1-more:hover {
	background-color: #0c4e7e;
}
.pd1 .pd1-text.show .para {
	height: auto;
}
.pd1 .pd1-text.show .pd1-more {
	display: none;
}

@media (max-width: 1220px) {
.pd1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-top: 38px;
}
.pd1 .t1 {
	font-size: 26px;
	margin-bottom: 24px;
}
.pd1 .para {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 19px;
	height: 156px;
	overflow: hidden;
}
}

@media (max-width: 800px) {
.pd1 {
	padding-bottom: 53px;
	padding-top: 33px;
}
.pd1 .t1 {
	font-size: 23px;
	margin-bottom: 21px;
}
.pd1 .pd1-text {
	float: none;
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pd1 .img-box {
	float: none;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
}

@media (max-width: 500px) {
.pd1 {
	padding-bottom: 40px;
	padding-top: 25px;
}
.pd1 .t1 {
	font-size: 20px;
	margin-bottom: 16px;
}
}
.pd2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 90px;
}
.pd2 .pd2-title {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
.pd2 .pd2-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	border-bottom: none;
}
.pd2 .tr {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.pd2 .td1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.22%;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.pd2 .td1 .tb {
	display: table;
	width: 100%;
	height: 100%;
}
.pd2 .td1 .tb span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}
.pd2 .td2 {
	float: right;
	width: 66.78%;
	background-color: #fafafa;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	padding: 18px 30px;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1220px) {
.pd2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 90px;
}
.pd2 .td1 {
	padding: 0 20px;
}
.pd2 .td1 .tb span {
	font-size: 14px;
}
.pd2 .td2 {
	padding: 10px 20px;
	font-size: 14px;
}
.pd2 .pd2-title {
	font-size: 30px;
	text-align: left;
	margin-bottom: 38px;
}
}

@media (max-width: 800px) {
.pd2 {
	padding-top: 33px;
	padding-bottom: 60px;
}
.pd2 .td1 {
	padding: 0 10px;
}
.pd2 .td2 {
	padding: 10px 10px;
}
.pd2 .pd2-title {
	font-size: 23px;
	margin-bottom: 33px;
}
}

@media (max-width: 500px) {
.pd2 {
	padding-top: 25px;
	padding-bottom: 45px;
}
.pd2 .pd2-title {
	font-size: 20px;
	margin-bottom: 25px;
}
}
.pd3 {
	width: 100%;
	padding-bottom: 80px;
}
.pd3 .pd3-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 38px;
}
.pd3 .pd3-conts {
	margin-bottom: 20px;
}
.pd3 .para {
	font-size: 16px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}

@media (max-width: 1220px) {
.pd3 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
}
.pd3 .pd3-title {
	font-size: 26px;
	margin-bottom: 29px;
}
}

@media (max-width: 800px) {
.pd3 {
	padding-bottom: 53px;
}
.pd3 .pd3-title {
	font-size: 23px;
	margin-bottom: 25px;
}
.pd3 .para {
	font-size: 14px;
}
}

@media (max-width: 500px) {
.pd3 {
	padding-bottom: 40px;
}
.pd3 .pd3-title {
	font-size: 20px;
	margin-bottom: 19px;
}
}
.pd4 {
	width: 100%;
	padding-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.pd4 .pd4-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 38px;
}
.pd4-list {
	font-size: 0;
	width: 1200px;
	border-top: 1px dashed #e5e5e5;
}
.pd4-list.sp {
	border-top: none;
}
.pd4-list>li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 18px;
}
.pd4-list>li>a {
	display: block;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-top: 16px;
	padding-bottom: 15px;
	cursor: pointer;
}
.pd4-list>li>a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(../images/right6.png);
	margin-right: 10px;
}
.pd4-list>li>a:hover {
	color: #1d5f8f;
}
.pd4-list>li>a:hover:before {
	background-image: url(../images/right5.png);
}
.pd4-list>li>a:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/dl.png);
	margin-left: 20px;
	vertical-align: top;
}
.pd4-list>li>a:hover:after {
	background-image: url(../images/dl2.png);
}

@media(max-width: 1220px) {
.pd4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
}
.pd4 .pd4-title {
	font-size: 26px;
	margin-bottom: 29px;
}
.pd4-list {
	padding-left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.pd4-list>li {
	margin-bottom: 0;
	width: 50%;
}
.pd4-list>li>a {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media(max-width: 800px) {
.pd4 {
	padding-bottom: 53px;
}
.pd4-list>li {
	margin-bottom: 0;
	width: 100%;
}
.pd4-list>li:last-child {
	border-bottom: none;
}
.pd4-list>li>a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 9px;
}
.pd4 .pd4-title {
	font-size: 23px;
	margin-bottom: 25px;
}
}

@media(max-width: 500px) {
.pd4 {
	padding-bottom: 40px;
}
.pd4 .pd4-title {
	font-size: 20px;
	margin-bottom: 19px;
}
}
.recp {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}
.recp .recp-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}
.recp.sp1 {
	padding-top: 20px;
}

@media(max-width: 1220px) {
.recp {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 45px;
}
.recp .recp-title {
	font-size: 26px;
	margin-bottom: 38px;
}
}

@media(max-width: 800px) {
.recp {
	padding-top: 53px;
	padding-bottom: 40px;
}
.recp .recp-title {
	font-size: 23px;
	margin-bottom: 33px;
}
}

@media(max-width: 500px) {
.recp {
	padding-top: 40px;
	padding-bottom: 30px;
}
.recp .recp-title {
	font-size: 20px;
	margin-bottom: 25px;
}
}
.solu {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 220px;
}
.solu.sp1 {
	padding-top: 70px;
	padding-bottom: 30px;
}
.solu .solu-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}

@media(max-width: 1220px) {
.solu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 165px;
}
.solu .solu-title {
	font-size: 26px;
	margin-bottom: 38px;
}
.solu.sp1 {
	padding-top: 52px;
	padding-bottom: 23px;
}
}

@media(max-width: 800px) {
.solu {
	padding-top: 53px;
	padding-bottom: 147px;
}
.solu .solu-title {
	font-size: 23px;
	margin-bottom: 33px;
}
.solu.sp1 {
	padding-top: 46px;
	padding-bottom: 20px;
}
}

@media(max-width: 500px) {
.solu {
	padding-top: 40px;
	padding-bottom: 110px;
}
.solu .solu-title {
	font-size: 20px;
	margin-bottom: 25px;
}
.solu.sp1 {
	padding-top: 35px;
	padding-bottom: 15px;
}
}
.sol {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 180px;
}
.sol-list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.sol-list>li {
	float: left;
	width: 31.666%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	position: relative;
	overflow: hidden;
}
.sol-list>li>a {
	display: block;
	width: 100%;
}
.sol-list>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/shadow.png);
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sol-list>li:nth-child(3n) {
	margin-right: 0;
}
.sol-list .img-box {
	display: block;
	width: 100%;
	padding-top: 68.42%;
	position: relative;
	z-index: 1;
}
.sol-list .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sol-list .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding-left: 22px;
	padding-right: 22px;
}
.sol-list .dt {
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding-bottom: 18px;
}
.sol-list .dd {
	font-size: 14px;
	color: #fff;
	line-height: 37px;
	height: 0;
	transition: all .3s;
}
.sol-list>li>a:hover .dd {
	height: auto;
	padding-bottom: 18px;
}
.sol-list .more {
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 22px;

	z-index: 4;
}
.sol-list .more:after {

	content: "";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 10px;
	background-image: url(../images/right9.png);
	margin-left: 7px;
	position: relative;
	top: 1px;
}

@media(max-width: 1220px) {
.sol {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 53px;
	padding-bottom: 135px;
}
.sol-list .text {
	padding-left: 10px;
	padding-right: 10px;
}
.sol-list .more {
	right: 10px;
	bottom: 19px;
}
.sol-list .dt {
	font-size: 16px;
}
.sol-list .dd {
	line-height: 20px;
}
}

@media(max-width: 800px) {
.sol {
	padding-top: 54px;
	padding-bottom: 120px;
}
.sol-list>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.sol-list>li:nth-child(3n) {
	margin-right: 2%;
}
.sol-list>li:nth-child(even) {
	margin-right: 0;
}
.sol-list .dt {
	font-size: 14px;
	padding-bottom: 10px;
	text-shadow: 0 0 1px #000;
}
.sol-list .more {
	bottom: 10px;
}
.sol-list .dd {
	height: auto;
}
.sol-list .dd a {
	line-height: 30px;
	text-shadow: 0 0 1px #000;
}
}

@media(max-width: 500px) {
.sol {
	padding-top: 40px;
	padding-bottom: 90px;
}
.sol-list .dd a {
	line-height: 22px;
}
}

@media(max-width: 400px) {
.sol-list>li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.sol-list>li:nth-child(3n) {
	margin-right: 0;
}
.sol-list .dd {
	padding-bottom: 10px
}
.sol-list .dd a {
	line-height: 30px;
}
}
.solud .title {
	text-align: center;
	font-size: 36px;
	color: #000;
	padding-bottom: 33px;
	border-bottom: 1px solid #e5e5e5;
}
.solud .b1 {
	padding-top: 29px;
	padding-bottom: 48px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.solud .b1 .img-box {
	float: left;
	width: 47.45% !important;
}
.solud .b1 .img-box img {
	width: 100% !important;
}
.solud .b1 .text {
	float: right;
	width: 47.45% !important;
}
.solud .row {
	overflow: hidden;
	padding-top: 2px !important;
}
.solud .b2 {
	padding-top: 47px;
	padding-bottom: 47px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.solud .item {
	margin-bottom: 38px !important;
}
.solud .item .t1 {
	font-size: 16px;
	color: #0390d7;
	padding-left: 10px;
	border-left: 2px solid #0390d7;
	margin-bottom: 24px;
}
.solud .item .para {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.solud .b2 .row .item:nth-child(1) {
	float: left;
	width: 47.45% !important;
}
.solud .b2 .row .item:nth-child(2) {
	float: right;
	width: 47.45% !important;
}

@media(max-width: 1220px) {
.solud .title {
	font-size: 30px;
	padding-bottom: 25px;
}
.solud {
	padding-left: 10px;
	padding-right: 10px;
}
.solud .b1 {
	padding-bottom: 24px !important;
}
.solud .b2 {
	padding-bottom: 35px !important;
}
}

@media(max-width: 800px) {
.solud .title {
	font-size: 26px;
	padding-bottom: 22px;
}
.solud .b1 {
	border-bottom: none;
	padding-bottom: 0;
}
.solud .b1 .img-box {
	float: none;
	width: 100% !important;
	max-width: 573px;
	margin: 0 auto 20px !important;
}
.solud .b1 .text {
	float: none;
	width: 100% !important;
}
.solud .b2 {
	padding-top: 0;
	padding-bottom: 31px;
}
.solud .b2 .row .item:nth-child(1) {
	float: none;
	width: 100% !important;
}
.solud .b2 .row .item:nth-child(2) {
	float: none;
	width: 100% !important;
}
.solud .item .t1 {
	margin-bottom: 10px !important;
}
}

@media(max-width: 500px) {
.solud .title {
	font-size: 20px;
	padding-bottom: 16px;
}
.solud .b2 {
	padding-top: 0;
	padding-bottom: 23px;
}
}
.sc {
	padding-top: 40px;
	padding-bottom: 250px;
}
.sc-tabs {
	margin-bottom: 60px;
}
.sc-tabs .title {
	font-size: 24px;
	color: #4c4c4c;
	padding-bottom: 17px;
	font-weight: bold;
}
.sc-tabs .sc-list {
	max-height: 51px;
	overflow: hidden;
	font-size: 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.sc-tabs .sc-list>a {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.sc-tabs .sc-list>a:hover {
	color: #0091d8;
}
.sc-tabs .sc-list .sc-more {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/right10.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.sc-tabs .sc-list.show {
	height: auto;
	max-height: none;
}
.sc-tabs .sc-list.show .sc-more {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

@media(max-width: 1220px) {
.sc {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 188px;
}
}

@media(max-width: 800px) {
.sc {
	padding-top: 27px;
	padding-bottom: 167px;
}
}

@media(max-width: 500px) {
.sc {
	padding-top: 20px;
	padding-bottom: 125px;
}
.sc-tabs {
	margin-bottom: 30px;
}
.sc-tabs .title {
	font-size: 18px;
	padding-bottom: 15px;
}
.sc-tabs .sc-list>a {
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	font-size: 14px;
}
.sc-tabs .sc-list {
	max-height: 81px;
}
.sc-tabs .sc-list .sc-more {
	width: 40px;
	height: 40px;
	background-image: none;
	font-size: 26px;
	color: #0091d8;
	text-align: center;
	line-height: 40px;
}
.sc-tabs .sc-list .sc-more:after {
	content: "+";
}
.sc-tabs .sc-list.show .sc-more {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.sc-tabs .sc-list.show .sc-more:after {
	content: "-";
}
}
.sc-form {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 75px;
}
.sc-form .col {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	height: 60px;
	border: 1px solid #dadada;
	margin: 0 2.5%;
	padding-right: 58px;
	position: relative;
}
.sc-form .col:after {
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;/* background-image: url(../images/search4.png); */
	background-repeat: no-repeat;
	background-position: center center;
}
.sc-form .col input {
	width: 100%;
	height: 58px;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	color: #666;
}
.sc-form .hide {
	display: none;
}

@media(max-width: 1220px) {
.sc-form {
	margin-bottom: 56px;
}
}

@media(max-width: 800px) {
.sc-form {
	margin-bottom: 50px;
	position: relative;
	padding-right: 80px;
}
.sc-form .col {
	width: 48%;
	margin: 0 1%;
	height: 40px;
	padding-right: 38px;
}
.sc-form .col:after {
	width: 38px;
	height: 38px;
}
.sc-form .col input {
	height: 38px;
	padding: 0 10px;
	font-size: 14px;
}
.sc-form input[type=submit] {
	width: 80px !important;
	height: 40px !important;
	font-size: 14px !important;
	position: absolute;
	right: 0;
	top: 0;
}
}

@media(max-width: 500px) {
.sc-form {
	margin-bottom: 37px;
}
}
.sc-list {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.sc-list>li {
	float: left;
	width: 23%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	position: relative;
}
.sc-list>li:nth-child(4n) {
	margin-right: 0;
}
.sc-list .img-box {
	width: 100%;
}
.sc-list .img-box img {
	width: 100%;
	height: 100%;
}
.sc-list .text {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 0 10px;
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
.sc-list .text .tb {
	display: table;
	width: 100%;
	height: 100%;
}
.sc-list .text .tb .inner {
	display: table-cell;
	vertical-align: middle;
}
.sc-list .t1 {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 5px;
}
.sc-list .t2 {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

@media(max-width: 1220px) {
.sc-list .t1 {
	font-size: 18px;
}
.sc-list .t2 {
	font-size: 14px;
}
}

@media(max-width: 800px) {
.sc-list>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.sc-list>li:nth-child(3n) {
	margin-right: 2%;
}
.sc-list>li:nth-child(even) {
	margin-right: 0;
}
}

@media(max-width: 500px) {
.sc-list .t1 {
	font-size: 14px;
}
.sc-list .t2 {
	font-size: 12px;
}
}
.classic {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 200px;
}

.classic .title {
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px;
	height: 39px;
	z-index: 2;
	position: relative;
}
.classic .title .left {
	float: left;
	font-size: 24px;
	color: #4c4c4c;
}
.classic .title .right {
	float: right;
	font-size: 24px;
	color: #0490dd;
	position: relative;
}
.classic .title .right .cur {
	display: inline-block;
	vertical-align: top;
	height: 24px;
}
.classic .title .right .clc-links {
	display: none;
	position: absolute;
	left: -10px;
	top: 24px;
	background-color: #fff;
	padding: 10px;
	width: 120px;
}
.classic .title .right .clc-links a {
	display: block;
	font-size: 24px;
	color: #888;
	line-height: 40px;
}
.classic .title .right .clc-links a:hover {
	color: #0490dd;
}
.classic .title .right:hover .clc-links {
	display: block;
}
.cc-list {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.cc-list>li {
	float: left;
	width: 30.833%;
	margin-right: 3.58%;
	margin-bottom: 3.58%;
}
.cc-list>li:nth-child(3n) {
	margin-right: 0;
}
.cc-list .img-box {
	display: block;
	width: 100%;
	padding-top: 97.297%;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}
.cc-list .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.cc-list .img-box .tt {
	display: none;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0 14px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
}
.cc-list .img-box:hover .tt {
	display: block;
}
.cc-list .t1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 5px;
	line-height: 26px;
	display: block;
	cursor: pointer;
}
.cc-list .t2 {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

@media(max-width: 1220px) {
.classic {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 52px;
	padding-bottom: 150px;
}
.classic .title {
	margin-bottom: 30px;
}
.cc-list .t1 {
	font-size: 18px;
	line-height: 24px;
}
.cc-list .t2 {
	font-size: 14px;
	line-height: 20px;
}
}

@media(max-width: 800px) {
.classic {
	padding-top: 47px;
	padding-bottom: 134px;
}
.classic .title {
	margin-bottom: 27px;
}
.cc-list>li {
	width: 49%;
	margin-right: 2%;
}
.cc-list>li:nth-child(3n) {
	margin-right: 2%;
}
.cc-list>li:nth-child(even) {
	margin-right: 0;
}
.cc-list .t1 {
	font-size: 16px;
	line-height: 22px;
}
.cc-list .t2 {
	font-size: 13px;
	line-height: 19px;
}
}

@media(max-width: 500px) {
.cc-list {
	padding-bottom: 20px;
}
.classic {
	padding-top: 35px;
	padding-bottom: 100px;
}
.classic .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 30px;
}
.classic .title .left {
	font-size: 18px;
}
.classic .title .right {
	font-size: 18px;
}
.classic .title .right .clc-links a {
	font-size: 18px;
}
}

@media(max-width: 400px) {
.cc-list>li {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.cc-list>li:nth-child(3n) {
	margin-right: 0%;
}
.cc-list .img-box {
	margin-bottom: 10px;
}
.cc-list .img-box .tt {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
}
.caseimg {
	text-align: center;
}
.caseimg img {
	max-width: 850px;
}
.pre {
	line-height: 30px;
	color: #666;
}
.pre a {
	color: #666;
}
.ccd {
	width: 100%;
	padding-top: 47px;
}
.ccc {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.ccc .title {
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
	padding-bottom: 29px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.ccc .date {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}
.ccc .t1 {
	font-size: 16px;
	color: #0293db;
	margin-bottom: 16px;
	padding-top: 30px;
}
.ccc .img-box {
	font-size: 0;
	margin-bottom: 18px;
}
.ccc .para {
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	margin-bottom: 8px;
}

@media(max-width: 1220px) {
.ccd {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 35px;
	padding-bottom: 150px;
}
.caseimg img {
	max-width: 850px;
}
}

@media(max-width: 800px) {
.ccd {
	padding-top: 31px;
	padding-bottom: 134px;
}
.header .h-nav>li.active div.sub {
	display: none;
}
}

@media(max-width: 500px) {
.ccd {
	padding-top: 23px;
	padding-bottom: 100px;
}
.ccc .title {
	padding-bottom: 15px;
}
.caseimg img {
	max-width: 100%;
}
}
.ts {
	width: 100%;
	padding-top: 39px;
	padding-bottom: 180px;
}
.ts.sp {
	padding-bottom: 0;
}
.ts-tabs-wrap {
	width: 100%;
	height: 50px;
}
.ts-tabs {
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 1px;
	width: 100%;
	background-color: #fff;
}
.ts-tabs.fixed {
	position: fixed;
	left: 0;
	top: 110px;
	z-index: 10000;
}
.ts-tabs .w1 {
	text-align: center;
	padding: 0 5%;
}
.ts-tabs a {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e6e6e6;
	margin-left: -1px;
	margin-bottom: -1px;
	font-size: 16px;
	color: #4c4c4c;
}
.ts-tabs a.active {
	background-color: #0390d7;
	color: #fff;
	border-color: #0390d7;
}
.ask {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
}
.ask .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 42px;
}
.ask-table {
	width: 100%;
	border: 1px solid #ccc;
}
.ask-table .row1 {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.ask-table .td {
	float: left;
}
.ask-table .td1 {
	width: 90.666%;
}
.ask-table .td1 .left {
	float: left;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
	line-height: 67px;
}
.ask-table .td1 .right {
	float: right;
	font-size: 0;
}
.ask-table .td1 .right input[type=file] {
	display: none;
}
.ask-table .td1 .right label {
	display: inline-block;
	vertical-align: top;
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.ask-table .td1 .right label.a1 {
	background-image: url(../images/img.png);
}
.ask-table .td1 .right label.a2 {
	background-image: url(../images/file.png);
}
.ask-table .td2 {
	width: 9.333%;
}
.ask-table .td2 input[type=submit] {
	width: 100%;
	height: 67px;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #0390d7;
	border-left: 2px solid #e5e5e5;
	cursor: pointer;
}
.ask-table .row2 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.ask-table .row2 textarea {
	width: 100%;
	height: 288px;
	border: none;
	font-size: 12px;
	color: #666;
	padding: 20px;
}
.ask-table .row3 {
	overflow: hidden;
}
.ask-table .row3 .td1 {
	float: left;
	width: 50%;
	font-size: 0;
	position: relative;
	padding-left: 85px;
}
.ask-table .row3 .td1 .dt {
	display: inline-block;
	width: 85px;
	line-height: 59px;
	font-size: 14px;
	color: #b2b2b2;
	position: absolute;
	left: 0;
	top: 0;
}
.ask-table .row3 .td1 .dt .red {
	color: #e26c93;
}
.ask-table .row3 .td1 .dt:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 59px;
	margin-left: 16px;
	margin-right: 10px;
	vertical-align: top;
	background-image: url(../images/phone2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ask-table .row3 .td1 input[type=text] {
	width: 100%;
	height: 59px;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
}
.ask-table .row3 .td2 {
	float: left;
	border-left: 2px solid #e5e5e5;
	height: 59px;
	padding: 0 20px;
}
.ask-table .row3 .td2 .btn-art {
	display: block;
	width: 110px;
	height: 59px;
	margin-right: 15px;
	line-height: 59px;
	font-size: 16px;
	color: #4c4c4c;
	cursor: pointer;
}
.ask-table .row3 .td2 .btn-art:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 100%;
	margin-right: 15px;
	vertical-align: top;
	background-image: url(../images/user2.png);
	background-repeat: no-repeat;
	background-position: center center;

}
.ask-table .row3 .td3 {
	float: right;

	font-size: 16px;
	color: #0390d7;
	line-height: 59px;
	border-left: 2px solid #e5e5e5;
	padding: 0 20px;
}
.ans .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.ans form {
	overflow: hidden;
}
.ans form input[type=text] {
	float: left !important;
}
.ans form input[type=submit] {
	float: left !important;
	margin-right: 0 !important;
}
.ans-list {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 42px;
}
.ans-list>li {
	border-bottom: 1px solid #e5e5e5;
}
.ans-title {
	width: 100%;
	font-size: 16px;
	color: #555;
	line-height: 22px;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 32px;
	padding-right: 38px;
	position: relative;
	cursor: pointer;
}
.ans-title:before {
	content: "";
	display: inline-block;
	border-left: 7px solid #0080cc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
}
.ans-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 38px;
	height: 10px;
	background-image: url(../images/down2.png);
	right: 0;
	top: 50%;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ans-para {
	display: none;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	padding-top: 6px;
	padding-left: 32px;
	padding-right: 38px;
	padding-bottom: 53px;
}
.ans-list>li.show .ans-title:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ans-list>li.show .ans-para {
	display: block;
}
.liuyan {
	padding: 0 10px;
}
.liuyan form {
	width: 45%;
	margin: 0 auto;
}
.liuyan form li {
	height: 60px;
	line-height: 30px;
	margin-bottom: 20px;
}
.liuyan form li .text {
	width: 85%;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
}
.liuyan form li .atextarea {
	width: 85%;
	height: 80px;
	border: 1px solid #ddd;
}
.liuyan form li.neirong {
	height: 110px;
}
.submita {
	width: 164px;
	height: 30px;
	margin: 0 auto;
}

@media(max-width: 1220px) {
.ts {
	padding-top: 30px;
	padding-bottom: 135px;
}
.ts.sp {
	padding-bottom: 0;
}
.ts-tabs {
	padding-left: 10px;
	padding-right: 10px;
}
.ts-tabs.fixed {
	top: 60px;
}
.ask {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
	padding-bottom: 53px;
}
.ans {
	padding-left: 10px;
	padding-right: 10px;
}
.ask .t1 {
	margin-bottom: 32px;
	font-size: 20px;
}
.ask-table .row3 .td1 {
	width: 40%;
}
.ans .t1 {
	margin-bottom: 22px;
	font-size: 20px;
}
.ans-para {
	padding-bottom: 41px;
}
.ans-list {
	padding-bottom: 31px;
}
}

@media(max-width: 800px) {
.ans form input[type=text] {
	width: 200px !important;
	height: 40px !important;
	font-size: 14px !important;
	padding: 0 10px !important;
}
.ans form input[type=submit] {
	width: 80px !important;
	height: 40px !important;
	font-size: 14px !important;
	padding: 0 10px !important;
}
.ts {
	padding-top: 26px;
	padding-bottom: 120px;
}
.ts.sp {
	padding-bottom: 0;
}
.ts-tabs a {
	height: 32px;
	line-height: 32px;
	font-size: 12px;/* margin: 0 10px; */
	width: 45%;
	padding: 0;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 10px;
}
.ts-tabs-wrap {
	height: 32px;
}
.ts-tabs.fixed {
	top: 40px;
}
.ask {
	padding-top: 33px;
	padding-bottom: 47px;
}
.ask .t1 {
	margin-bottom: 28px;
	font-size: 18px;
}
.ans .t1 {
	margin-bottom: 20px;
	font-size: 18px;
}
.ask-table .td1 .left {
	line-height: 40px;
}
.ask-table .td1 .right label {
	height: 40px;
	width: 40px;
}
.ask-table .td2 input[type=submit] {
	height: 40px;
	font-size: 14px;
}
.ask-table .row2 textarea {
	height: 150px;
}
.ask-table .row3 .td1 .dt {
	height: 39px;
	line-height: 39px;
	font-size: 14px;
}
.ask-table .row3 .td1 .dt:before {
	height: 39px;
}
.ask-table .row3 .td1 input[type=text] {
	height: 39px;
	font-size: 14px;
}
.ask-table .row3 .td2 {
	height: 39px;

	padding: 0 10px;
}
.ask-table .row3 .td2 .btn-art {
	height: 39px;
	line-height: 39px;
	font-size: 14px;
}
.ask-table .row3 .td3 {
	height: 39px;
	line-height: 39px;
	padding: 0 10px;
	font-size: 14px;
}
.ans-para {
	padding-bottom: 35px;
}
.ans-title {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.ans-para {
	font-size: 14px;
}
.ans-list {
	padding-bottom: 30px;
}
}

@media(max-width: 600px) {
.ask-table .row3 .td1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.ask-table .row3 .td2 {
	border-left: none;
}
.ask-table .row3 .td2 .btn-art:before {
	margin-right: 5px;
}
}

@media(max-width: 500px) {
.ts {
	padding-top: 20px;
	padding-bottom: 50px;
}
.ts.sp {
	padding-bottom: 0;
}
.ask {
	padding-top: 25px;
	padding-bottom: 35px;
}
.ask .t1 {
	margin-bottom: 21px;
}
.ans .t1 {
	margin-bottom: 15px;
}
.ask-table .td1 {
	width: 85%;
}
.ask-table .td2 {
	width: 15%;
}
.ans-para {
	padding-bottom: 26px;
}
.ans-list {
	padding-bottom: 21px;
}
}

@media(max-width: 350px) {
.ask-table .row3 .td2 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.ask-table .row3 .td3 {
	width: 100%;
	border-left: none;
}
}
.repair {
	width: 100%;
	padding-top: 50px;
}
.repair .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 35px;
}
.repair-table {
	width: 100%;
	border: 1px solid #dadada;
}
.repair-table .row1 {
	width: 100%;
	overflow: hidden;
}
.repair-table .row1 .col {
	float: left;
	width: 25%;
	border-right: 1px solid #dadada;
	height: 48px;
	border-bottom: 1px solid #dadada;
	position: relative;
	padding-left: 60px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.repair-table .row1 .col:nth-child(4) {
	border-right: none;
}
.repair-table .row1 .col .dt {
	display: inline-block;
	width: 60px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}
.repair-table .row1 .col input {
	width: 100%;
	height: 47px;
	line-height: 47px;
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #666;
}
.repair-table .row1 .col select {
	width: calc(100% + 2px);
	height: 49px;
	position: absolute;
	left: -1px;
	top: -1px;
	font-size: 14px;
	color: #666;
	background-color: transparent;
	padding-left: 60px;
}
.repair-table .row2 {
	width: 100%;
	border-bottom: 1px solid #dadada;
}
.repair-table .row2 textarea {
	width: 100%;
	height: 482px;
	border: none;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 21px 17px;
}
.repair-table .row3 {
	overflow: hidden;
}
.repair-table .row3 .left {
	float: left;
	width: 90%;
	font-size: 0;
	text-align: right;
	border-right: 1px solid #dadada;
	padding-right: 30px;
}
.repair-table .row3 .left input[type=file] {
	display: none;
}
.repair-table .row3 .left label {
	display: inline-block;
	vertical-align: top;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.repair-table .row3 .left label.a1 {
	background-image: url(../images/img.png);
}
.repair-table .row3 .left label.a2 {
	background-image: url(../images/file.png);
}
.repair-table .row3 .right {
	float: right;
	width: 10%;
}
.repair-table .row3 .right input[type=submit] {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #0390d7;
	cursor: pointer;
}

@media(max-width: 1220px) {
.repair {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.repair .t1 {
	margin-bottom: 26px;
	font-size: 20px;
}
.repair-table .row2 textarea {
	height: 300px;
}
}

@media(max-width: 800px) {
.repair {
	padding-top: 33px;
}
.repair .t1 {
	margin-bottom: 23px;
	font-size: 18px;
}
.repair-table .row1 .col {
	width: 50%;
	height: 40px;
}
.repair-table .row1 .col:nth-child(2) {
	border-right: none;
}
.repair-table .row1 .col .dt {
	height: 39px;
	line-height: 39px;
}
.repair-table .row1 .col input {
	height: 39px;
	line-height: 39px;
}
.repair-table .row1 .col select {
	height: 41px;
}
.repair-table .row2 textarea {
	height: 200px;
}
.repair-table .row3 .left {
	width: 85%;
}
.repair-table .row3 .right {
	width: 15%;
}
.repair-table .row3 .left label {
	width: 40px;
	height: 40px;
}
.repair-table .row3 .right input[type=submit] {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
}

@media(max-width: 500px) {
.repair {
	padding-top: 25px;
}
.repair .t1 {
	margin-bottom: 17px;
}
.repair-table .row1 .col {
	width: 100%;
	height: 40px;
}
.repair-table .row1 .col:nth-child(1) {
	border-right: none;
}
.repair-table .row1 .col:nth-child(3) {
	border-right: none;
}
.repair-table .row3 .left {
	width: 80%;
}
.repair-table .row3 .right {
	width: 20%;
}
}
.complain {
	width: 100%;
	padding-top: 50px;
}
.complain .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 35px;
}
.complain-table {
	width: 100%;
	border: 1px solid #dadada;
}
.complain-table .row1 {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.complain-table .row1 .left {
	float: left;
	width: 90%;
	font-size: 0;
	text-align: right;
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
	position: relative;
}
.complain-table .row1 .left .dt {
	position: absolute;
	left: 0;
	top: 0;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #666;
	padding-left: 19px;
}
.complain-table .row1 .left input[type=file] {
	display: none;
}
.complain-table .row1 .left label {
	display: inline-block;
	vertical-align: top;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.complain-table .row1 .left label.a1 {
	background-image: url(../images/img.png);
}
.complain-table .row1 .left label.a2 {
	background-image: url(../images/file.png);
}
.complain-table .row1 .right {
	float: right;
	width: 10%;
}
.complain-table .row1 .right input[type=submit] {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #0390d7;
	cursor: pointer;
}
.complain-table .row2 {
	border-bottom: 1px solid #e5e5e5;
}
.complain-table .row2 textarea {
	width: 100%;
	height: 448px;
	border: none;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 29px 19px;
}
.complain-table .row3 {
	overflow: hidden;
}
.complain-table .row3 .col {
	float: left;
	width: 50%;
	padding-left: 100px;
	position: relative;
	border-right: 1px solid #e5e5e5;
}
.complain-table .row3 .col2 {
	border-right: none;
}
.complain-table .row3 .col .dt {
	display: inline-block;
	width: 100px;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #b2b2b2;
	position: absolute;
	left: 0;
	top: 0;
}
.complain-table .row3 .col .dt .red {
	color: #e26c93;
}
.complain-table .row3 .col1 .dt:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.complain-table .row3 .col2 .dt:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/phone2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.complain-table .row3 .col input[type=text] {
	width: 100%;
	height: 58px;
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #666;
}

@media(max-width: 1220px) {
.complain {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.complain .t1 {
	margin-bottom: 26px;
	font-size: 20px;
}
.complain-table .row2 textarea {
	height: 300px;
}
}

@media(max-width: 800px) {
.complain {
	padding-top: 33px;
}
.complain .t1 {
	margin-bottom: 23px;
	font-size: 18px;
}
.complain-table .row1 .left {
	width: 85%;
}
.complain-table .row1 .right {
	width: 15%;
}
.complain-table .row1 .left .dt {
	height: 40px;
	line-height: 40px;
	padding-left: 9px;
}
.complain-table .row1 .left label {
	width: 40px;
	height: 40px;
}
.complain-table .row1 .right input[type=submit] {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.complain-table .row2 textarea {
	height: 200px;
	padding: 15px 9px;
}
.complain-table .row3 .col .dt {
	height: 40px;
	line-height: 40px;
}
.complain-table .row3 .col input[type=text] {
	height: 40px;
}
}

@media(max-width: 500px) {
.complain {
	padding-top: 25px;
}
.complain .t1 {
	margin-bottom: 17px;
}
.complain-table .row1 .left {
	width: 80%;
}
.complain-table .row1 .right {
	width: 20%;
}
.complain-table .row1 .right input[type=submit] {
	font-size: 14px;
}
.complain-table .row3 .col {
	width: 100%;
	padding-left: 80px;
}
.complain-table .row3 .col1 {
	border-bottom: 1px solid #e5e5e5;
}
.complain-table .row3 .col1 .dt:before {
	width: 40px;
}
.complain-table .row3 .col2 .dt:before {
	width: 40px;
}
}
.log {
	width: 100%;
	padding-top: 50px;
}
.log .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 35px;
}
.log-table {
	width: 100%;
	border: 1px solid #dadada;
}
.log-table .row1 {
	font-size: 0;
}
.log-table input[type=text] {
	width: 80%;
	height: 50px;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	border: none;
	border-right: 1px solid #dadada;
	padding: 0 19px;
}
.log-table input[type=submit] {
	width: 20%;
	height: 50px;
	vertical-align: top;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
	background-image: url(../images/right10.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media(max-width: 1220px) {
.log {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.log .t1 {
	margin-bottom: 26px;
	font-size: 20px;
}
}

@media(max-width: 800px) {
.log {
	padding-top: 33px;
}
.log .t1 {
	margin-bottom: 23px;
	font-size: 18px;
}
.log-table input[type=text] {
	height: 40px;
	font-size: 14px;
	padding: 0 9px;
}
.log-table input[type=submit] {
	height: 40px;
}
}

@media(max-width: 500px) {
.log {
	padding-top: 25px;
}
.log .t1 {
	margin-bottom: 17px;
}
}
.ontr {
	width: 100%;
	padding-top: 50px;
}
.ontr .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 50px;
}
.ontr .t1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-image: url(../images/ta1.png);
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}
.ontr-list {
	overflow: hidden;
}
.ontr-list>li {
	float: left;
	width: 31.8333%;
	margin-right: 2.25%;
	margin-bottom: 2.25%
}
.ontr-list>li:nth-child(3n) {
	margin-right: 0;
}
.ontr-list .img-box {
	display: block;
	width: 100%;
	padding-top: 61%;
	position: relative;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	overflow: hidden;
	cursor: pointer;
}
.ontr-list .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ontr-list .img-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.1);
}
.ontr-list .img-box .play {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	display: block;
	width: 59px;
	height: 59px;
	background-image: url(../images/play.png);
	background-size: 100% 100%;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.ontr-list .img-box:hover .play {
	visibility: visible;
	opacity: 1;
}
.ontr-list .title {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	padding: 20px;
	background-color: #fafafa;
}

@media(max-width: 1220px) {
.ontr {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 37px;
}
.ontr .t1 {
	font-size: 20px;
	margin-bottom: 37px;
}
.ontr .t1:before {
	width: 30px;
	height: 30px;
}
.ontr-list .title {
	padding: 13px 10px;

	font-size: 14px;
}
}

@media(max-width: 800px) {
.ontr {
	padding-top: 33px;
}
.ontr .t1 {
	font-size: 18px;
	margin-bottom: 33px;
}
.ontr .t1:before {
	width: 25px;
	height: 25px;
}
.ontr-list>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.ontr-list>li:nth-child(3n) {
	margin-right: 2%;
}
.ontr-list>li:nth-child(2n) {
	margin-right: 0;
}
}

@media(max-width: 500px) {
.ontr {
	padding-top: 25px;
}
.ontr .t1 {
	margin-bottom: 25px;
}
.ontr-list .title {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.ontr-list .img-box .play {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
.ontr-list>li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.ontr-list>li:nth-child(3n) {
	margin-right: 0;
}
.ontr-list>li:nth-child(2n) {
	margin-right: 0;
}
}
.trpu {
	width: 100%;
	padding-top: 50px;
}
.trpu .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.trpu .t1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-image: url(../images/ta2.png);
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}

@media(max-width: 1220px) {
.trpu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 37px;
}
.trpu .t1 {
	font-size: 20px;
	margin-bottom: 23px;
}
.trpu .t1:before {
	width: 30px;
	height: 30px;
}
}

@media(max-width: 800px) {
.trpu {
	padding-top: 33px;
}
.trpu .t1 {
	font-size: 18px;
	margin-bottom: 20px;
}
.trpu .t1:before {
	width: 25px;
	height: 25px;
}
}

@media(max-width: 500px) {
.trpu {
	padding-top: 25px;
}
.trpu .t1 {
	margin-bottom: 15px;
}
}
.tool {
	width: 100%;
	padding-top: 50px;
}
.tool .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.tool .t1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-image: url(../images/ta3.png);
	background-size: 100% 100%;
	position: relative;
	top: -1px;
}

@media(max-width: 1220px) {
.tool {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 37px;
}
.tool .t1 {
	font-size: 20px;
	margin-bottom: 15px;
}
.tool .t1:before {
	width: 30px;
	height: 30px;
}
}

@media(max-width: 800px) {
.tool {
	padding-top: 33px;
}
.tool .t1 {
	font-size: 18px;
	margin-bottom: 13px;
}
.tool .t1:before {
	width: 25px;
	height: 25px;
}
}

@media(max-width: 500px) {
.tool {
	padding-top: 25px;
}
.tool .t1 {
	margin-bottom: 10px;
}
}
.trpu-list {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 42px;
}
.trpu-list>li {
	border-bottom: 1px solid #e5e5e5;
}
.trpu-title {
	width: 100%;
	font-size: 15px;
	color: #555;
	line-height: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 80px;
	position: relative;
	cursor: pointer;
}
.trpu-title:after {
	content: "+";
	display: inline-block;
	position: absolute;
	width: 80px;
	font-size: 32px;
	line-height: 21px;
	color: #666;
	right: 0;
	top: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.trpu-para {
	display: none;
	font-size: 15px;
	color: #808080;
	line-height: 30px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 55px;
	padding-bottom: 45px;
}
.trpu-list>li.show .trpu-title:after {
	content: "-";
	color: #0390d7;
}
.trpu-list>li.show .trpu-para {
	display: block;
}

@media(max-width: 1220px) {
.trpu-para {
	padding-bottom: 41px;
}
.trpu-list {
	padding-bottom: 31px;
}
}

@media(max-width: 800px) {
.trpu-title {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.trpu-title:after {
	padding-top: 12px;
	padding-bottom: 12px;
}
.trpu-para {
	font-size: 14px;
	padding-bottom: 35px;
	line-height: 28px;
}
.trpu-list {
	padding-bottom: 30px;
}
}

@media(max-width: 500px) {
.trpu-title {
	padding-right: 50px;
}
.trpu-para {
	padding-bottom: 26px;
	padding-right: 25px;
}
.trpu-list {
	padding-bottom: 21px;
}
.trpu-title:after {
	width: 50px;
}
}
.book {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 126px;
}
.book .t1 {
	text-align: center;
	margin-bottom: 34px;
	font-size: 30px;
	color: #333;
}
.book-form {
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.book-form input[type=text] {
	width: 343px;
	height: 50px;
	border: 1px solid #dadada;
	border-right: none;
	font-size: 14px;
	color: #666;
	padding: 0 19px;
	vertical-align: top;
}
.book-form input[type=submit] {
	width: 56px;
	height: 50px;
	border: 1px solid #dadada;
	font-size: 0;
	vertical-align: top;
	background-image: url(../images/search4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}
.book-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	margin-bottom: 30px;
}
.book-table tr {
	border-bottom: 1px solid #e5e5e5;
}
.book-table td {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.book-table .td1 {
	width: 33.333%;
	background-color: #f5f5f5;
	padding-left: 29px;
	border-right: 1px solid #e5e5e5;
}
.book-table .td2 {
	width: 33.333%;
	background-color: #fafafa;
	padding-left: 29px;
	padding-right: 29px;
	border-right: 1px solid #e5e5e5;
}
.book-table .td3 {
	width: 33.333%;
	background-color: #fafafa;
	padding-left: 29px;
	padding-right: 18px;
	overflow: hidden;
}
.book-table .td3 .left {
	float: left;
}
.book-table .td3 .right {
	float: right;
	font-size: 0;
}
.book-table .td3 .right>a {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}
.book-table .td3 .right .btn-paper {
	background-image: url(../images/preview.png);
	margin-right: 23px;
}
.book-table .td3 .right .btn-download {
	background-image: url(../images/download.png);
}

@media(max-width: 1220px) {
.book {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 52px;
}
.book .t1 {
	margin-bottom: 26px;
	font-size: 26px;
}
.book-form {
	margin-bottom: 38px;
}
.book-table td {
	font-size: 14px;
	line-height: 20px;
}
.book-table .td1 {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.book-table .td2 {
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
}
.book-table .td3 {
	width: 40%;
	padding-left: 10px;
}
}

@media(max-width: 800px) {
.book {
	padding-top: 40px;
	padding-bottom: 47px;
}
.book .t1 {
	margin-bottom: 23px;
	font-size: 22px;
}
.book-form {
	margin-bottom: 33px;
}
.book-form input[type=text] {
	height: 40px;
	width: 80%;
}
.book-form input[type=submit] {
	height: 40px;
	width: 20%;
}
.book-table td {
	padding-top: 12px;
	padding-bottom: 12px;
}
}

@media(max-width: 500px) {
.book {
	padding-top: 30px;
	padding-bottom: 35px;
}
.book .t1 {
	margin-bottom: 17px;
	font-size: 18px;
}
.book-form {
	margin-bottom: 25px;
}
.book-table .td3 .left {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.book-table .td3 .right {
	float: none;
	width: 100%;
	text-align: center;
}
}
.soft {
	width: 100%;
	height: 500px;
	position: relative;
}
.soft .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.soft .img-box img {
	width: auto;
	max-width: none;
	min-width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
}
.soft .pic-out img {
	transition: transform 12s cubic-bezier(.23, 1, .32, 1);
	transform: scale(1) translate(-50%, 0);
}
.soft:hover .pic-out img {
	transform: scale(1.1) translate(-50%, 0);
}
.soft .w {
	height: 100%;
	position: relative;
	z-index: 2;
}
.soft-list {
	height: 100%;
	overflow: hidden;
}
.soft-list>li {
	float: left;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.3);
	transition: width .5s cubic-bezier(.69, .06, .39, 1.07);
}
.soft-list>li:last-child {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.soft-list .small {
	width: 300px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 42px;
}
.soft-list .small .date1 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 24px;
}
.soft-list .small .title1 {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.soft-list .small .title2 {
	display: block;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 27px;
}
.soft-list .small .date2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 55px;
}
.soft-list .small .abstract {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 123px;
}
.soft-list .small .more {
	display: block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	background-color: #0088c6;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.soft-list .small .real {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0
}
.soft-list .small.active {
	width: 600px;
	padding-left: 50px;
	padding-top: 35px;
}
.soft-list .small.active .date1 {
	height: 0;
	margin-bottom: 0;
	opacity: 0;
	transition: all .1s cubic-bezier(.4, .28, .79, .57);
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
.soft-list .small.active .title1 {
	height: 0;
	opacity: 0;
	transition: all .1s cubic-bezier(.4, .28, .79, .57);
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform-origin: left center;
	-webkit-transform-origin: left center;
}
.soft-list .small.active .real {
	transition: all .5s .1s cubic-bezier(.69, .06, .39, 1.07);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media(max-width: 1220px) {
.soft {
	height: auto;
}
.soft-list {
	padding-left: 10px;
	padding-right: 10px;
}
.soft-list .small {
	float: none;
	height: auto;
	width: 100%;
	border-left: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.soft-list .small:last-child {
	border-right: none;
	border-bottom: none;
}
.soft-list .faker {
	width: 100%;
	overflow: hidden;
	padding-right: 70px;
	position: relative;
	cursor: pointer;
}
.soft-list .small {
	padding: 0;
}
.soft-list .small .real {
	display: none;
	width: 100%;
	max-width: 510px;
	padding-top: 20px;
	padding-bottom: 30px;
	transition: all .5s .1s cubic-bezier(.69, .06, .39, 1.07);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.soft-list .small.active {
	width: 100%;
	padding-left: 0px;
	padding-top: 0;
	padding-right: 0px;
}
.soft-list .small.active .faker {
	display: none;
}
.soft-list .small.active .real {
	display: block;
}
.soft-list .small .title1 {
width: 100%height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.soft-list .small .date1 {
	width: 70px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	ext-align: right;
}
.soft-list .small .title2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.soft-list .small .more {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	width: 100px;
}
.soft-list .small .date2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.soft-list .small .abstract {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
}
.data {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 126px;
}
.data .t1 {
	text-align: center;
	margin-bottom: 22px;
	font-size: 30px;
	color: #333;
}
.data-intro {
	text-align: center;
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	width: 100%;
	max-width: 775px;
	margin: 0 auto;
	margin-bottom: 40px;
}

@media(max-width: 1220px) {
.data {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 52px;
	padding-bottom: 95px;
}
.data .t1 {
	margin-bottom: 17px;
	font-size: 26px;
}
.data-intro {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
}
}

@media(max-width: 800px) {
.data {
	padding-top: 46px;
	padding-bottom: 83px;
}
.data .t1 {
	margin-bottom: 15px;
	font-size: 22px;
}
.data-intro {
	margin-bottom: 27px;
}
}


@media(max-width: 500px) {
.data {
	padding-top: 35px;
	padding-bottom: 63px;
}
.data .t1 {
	margin-bottom: 11px;
	font-size: 18px;
}
.data-intro {
	margin-bottom: 20px;
}
}
.data-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	margin-bottom: 30px;
}
.data-table tr {
	border-bottom: 1px solid #e5e5e5;
}
.data-table td {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.data-table .td1 {
	width: 33.333%;
	background-color: #f5f5f5;
	padding-left: 29px;
	border-right: 1px solid #e5e5e5;
}
.data-table .td2 {
	width: 33.333%;
	background-color: #fafafa;
	padding-left: 29px;
	padding-right: 29px;
	border-right: 1px solid #e5e5e5;
}
.data-table .td3 {
	width: 33.333%;
	background-color: #fafafa;
	padding-left: 29px;
	padding-right: 18px;
	overflow: hidden;
}
.data-table .td3 .left {
	float: left;
}
.data-table .td3 .right {
	float: right;
	font-size: 0;
}
.data-table .td3 .right>a {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}
.data-table .td3 .right .btn-paper {
	background-image: url(../images/preview.png);
	margin-right: 23px;
}
.data-table .td3 .right .btn-download {
	background-image: url(../images/download.png);
}

@media(max-width: 1220px) {
.data {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 52px;
}
.data .t1 {
	margin-bottom: 26px;
	font-size: 26px;
}
.data-form {
	margin-bottom: 38px;
}
.data-table td {
	font-size: 14px;
	line-height: 20px;
}
.data-table .td1 {
	padding-left: 10px;
	padding-right: 10px;
}
.data-table .td2 {
	padding-left: 10px;
	padding-right: 10px;
}
.data-table .td3 {
	padding-left: 10px;
}
}

@media(max-width: 800px) {
.data {
	padding-top: 40px;
	padding-bottom: 47px;
}
.data .t1 {
	margin-bottom: 23px;
	font-size: 22px;
}
.data-form {
	margin-bottom: 33px;
}
.data-form input[type=text] {
	height: 40px;
	width: 80%;
}
.data-form input[type=submit] {
	height: 40px;
	width: 20%;
}
.data-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.data-table .td3 .left {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.data-table .td3 .right {
	float: none;
	width: 100%;
	text-align: center;
}
}

@media(max-width: 500px) {
.data {
	padding-top: 30px;
	padding-bottom: 35px;
}
.data .t1 {
	margin-bottom: 17px;
	font-size: 18px;
}
.data-form {
	margin-bottom: 25px;
}
.data-table {
	margin-bottom: 30px;
}
}
.h {
	width: 100%;
	padding-top: 60px;
}
.h .t1 {
	text-align: center;
	margin-bottom: 22px;
	font-size: 24px;
	color: #333;
}
.h .t2 {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	width: 100%;
	max-width: 615px;
	margin: 0 auto;
	margin-bottom: 58px;
}
.h-list {
	width: 100%;
	overflow: hidden;
}
.h-list>li {
	float: left;
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
	margin-bottom: 20px;
}
.h-list .img-box {
	width: 100%;
	text-align: center;
	font-size: 0;
	height: 180px;
	margin-bottom: 20px;
}
.h-list .img-box img {
	height: 100%;
}
.h-list .title {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}

@media(max-width: 1220px) {
.h {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 52px;
}
.h .t1 {
	margin-bottom: 17px;
	font-size: 22px;
}
.h .t2 {
	margin-bottom: 41px;
	font-size: 16px;
	line-height: 24px;
}
.h-list>li {
	width: 33.333%;
}
.h-list .img-box {
	height: 150px;
}
.h-list .title {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
}

@media(max-width: 800px) {
.h {
	padding-top: 46px;
}
.h .t1 {
	margin-bottom: 15px;
	font-size: 20px;
}
.h .t2 {
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 22px;
}
.h-list>li {
	width: 50%;
}
.h-list .img-box {
	height: 130px;
	margin-bottom: 15px;
}
}

@media(max-width: 500px) {
.h {
	padding-top: 35px;
}
.h .t1 {
	margin-bottom: 11px;
	font-size: 18px;
}
.h .t2 {
	margin-bottom: 24px;
}
.h-list .img-box {
	height: 100px;
	margin-bottom: 10px;
}
}

@media(max-width: 370px) {
.h-list>li {
	width: 100%;
}
}
/*证书弹窗*/



.ft-wrap {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px 40px 60px 40px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 10000000;
	transition: all .3s;
}
.ft-wrap.show {
	visibility: visible;
	opacity: 1;
}
.ft-wrap .table {
	height: 100%;
	table-layout: fixed;
}
.ft-wrap .wm-p-banner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.ft-wrap .wm-p-banner .swiper-slide {
	height: 100%;
	font-size: 0;
	text-align: center;
	position: relative;
}
.ft-wrap .wm-p-banner img {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.ft-wrap .btn-close {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -20px;
	background-image: url(../images/close2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.pro-prev, .pro-next {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}
.pro-prev {
	left: 0;
	background-image: url(../images/left11.png);
}
.pro-next {
	right: 0;
	background-image: url(../images/right11.png);
}
.ca {
	width: 100%;
	padding-top: 50px;
}
.ca .t1 {
	font-size: 36px;
	color: #000;
	text-align: center;
	padding-bottom: 33px;
	border-bottom: 1px solid #e5e5e5;
}
.ca-cont {
	padding-top: 40px;
}
.ca-cont .b1 {
	overflow: hidden;
	margin-bottom: 40px;
}
.ca-cont .b1 .text {
	width: 52.55%;
	float: right;
	padding-left: 40px;
	padding-right: 30px;
}
.ca-cont .b1 .b1-box {
	width: 47.45%;
	float: left;
	text-align: center;
}
.ca-cont .para {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-bottom: 24px;
}
.ca-cont .para.c {
	text-align: center;
}
.ca-cont .para:last-of-type {
	margin-bottom: 0;
}
.ca-cont .img-box {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 37px;
}

@media(max-width: 1220px) {
.ca {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
	margin-bottom: 13px;
}
.ca .t1 {
	padding-bottom: 25px;
	font-size: 30px;
}
.ca-cont {
	padding-top: 30px;
}
.ca-cont .b1 {
	margin-bottom: 24px;
}
.ca-cont .b1 .text {
	float: none;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 30px !important;
}
.ca-cont .b1 .b1-box {
	float: none;
	width: 100%;
}
.ca-cont .img-box {
	width: 100% !important;
	margin-top: 24px !important;
	margin-bottom: 28px !important;
}
}

@media(max-width: 800px) {
.ca {
	padding-top: 33px;
}
.ca .t1 {
	padding-bottom: 22px;
	font-size: 24px;
}
.ca-cont {
	padding-top: 27px;
}
.liuyan form {
	width: 80%;
}
.ca-cont .img-box {
	margin-top: 21px;
	margin-bottom: 25px;
}
}

@media(max-width: 500px) {
.p-list-l {height:200px;}
.p-list-l img{height:200px;}
.p-list-s .swiper-slide img{height: 80px;}


.ca {
	padding-top: 25px;
}
.ca .t1 {
	padding-bottom: 16px;
	font-size: 18px;
}
.ca-cont {
	padding-top: 20px;
}
.liuyan form {
	width: 100%;
}
video {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.ca-cont .b1 {
	margin-bottom: 18px;
}
.ca-cont .para {
	margin-bottom: 18px;
}
.ca-cont .img-box {
	margin-top: 16px;
	margin-bottom: 18px;
}
}
.dv {
	width: 100%;
	padding-top: 50px;
}
.dv .t1 {
	font-size: 24px;
	color: #333;
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 11px;
	position: relative;
}
.dv .t1:after {
	content: "";
	width: 32px;
	height: 3px;
	background-color: #0390d7;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -16px;
}
.dv .t2 {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.dv-box {
	width: 100%;
	position: relative;
}
.dv-box img {
	width: 100%;
}
.dv-wrap {
	width: 720px;
	position: absolute;
	left: 29px;
	bottom: 278px;
}
.dv-list {
width:;
}

@media(max-width: 1220px) {
.dv {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
	margin-bottom: 13px;
}
.dv .t1 {
	padding-bottom: 12px;
	font-size: 22px;
	margin-bottom: 10px;
}
.dv .t2 {
	margin-bottom: 23px;
}
}

@media(max-width: 800px) {
.dv {
	padding-top: 33px;
}
.dv .t1 {
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 8px;
}
.dv .t1:after {
	height: 2px;
}
.dv .t2 {
	margin-bottom: 20px;
}
}

@media(max-width: 500px) {
.dv {
	padding-top: 25px;
}
.dv .t1 {
	font-size: 18px;
}
.dv .t2 {
	margin-bottom: 15px;
}
}
.at {
	width: 100%;
	padding-top: 50px;
}
.at .t1 {
	font-size: 24px;
	color: #333;
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 11px;
	position: relative;
}
.at .t1:after {
	content: "";
	width: 32px;
	height: 3px;
	background-color: #0390d7;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -16px;
}
.at .t2 {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.at-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 102px;
}
.at-list>li {
	float: left;
	width: 23.333%;
	margin-right: 2.22%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
}
.at-list>li:last-child {
	margin-right: 0;
}
.at-list .icon {
	display: block;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}
.at-list .tl {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.at-list .abs {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding: 0 20px;
	height: 90px;
}

@media(max-width: 1220px) {
.at {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.at .t1 {
	padding-bottom: 12px;
	font-size: 22px;
	margin-bottom: 10px;
}
.at .t2 {
	margin-bottom: 30px;
}
.at .t2 {
	font-size: 14px;
}
.at-list {
	margin-bottom: 77px;
}
.at-list .icon {
	height: 150px;
}
.at-list .tl {
	font-size: 18px;
}
.at-list .abs {
	padding: 0 10px;
}
}

@media(max-width: 800px) {
.at {
	padding-top: 33px;
}
.at .t1 {
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 8px;
}
.at .t1:after {
	height: 2px;
}
.at .t2 {
	margin-bottom: 26px;
}
.at-list {
	margin-bottom: 48px;
}
.at-list>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.at-list>li:nth-child(2n) {
	margin-right: 0;
}
.at-list>li:last-child {
	margin-right: 0;
}
}

@media(max-width: 500px) {
.at {
	padding-top: 25px;
}
.at .t1 {
	font-size: 18px;
}
.at .t2 {
	margin-bottom: 20px;
}
.at-list {
	margin-bottom: 31px;
}
.at-list .tl {
	font-size: 16px;
	margin-bottom: 10px;
}
.at-list .icon {
	height: 110px;
}
.at-list .abs {
	font-size: 13px;
	line-height: 24px;
	padding: 0 5px;
	height: 96px;
}
}
.cu {
	width: 100%;
	padding-top: 50px;
}
.cu-list {
	width: 100%;
	overflow: hidden;
}
.cu-list>div {
	float: left;
}
.cu-list .cu0 img {
	transition: transform 12s cubic-bezier(.23, 1, .32, 1);
	transform: scale(1);
}
.cu-list .cu0.go img {
	transform: scale(1.1);
}
.cu-list .cu0 {
	width: 600px;
	height: 600px;
	overflow: hidden;
}
.cu-list .cu0 img {
	width: 100%;
	height: 100%;
}
.cu-list .cu-item {
	width: 600px;
	overflow: hidden;
}
.cu-list .cu-img {
	float: left;
	width: 300px;
	height: 300px;
}
.cu-list .cu-img img {
	width: 100%;
	height: 100%;
}
.cu-list .cu-text {
	float: left;
	width: 300px;
	height: 300px;
	background-color: #f7f7f7;
	padding: 165px 40px 0 40px;
}
.cu-list .cu-title {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	position: relative;
}
.cu-list .cu-title:before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #8e8e8e;
	position: absolute;
	top: 6px;
	left: -40px;
}
.cu-list .cu-para {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.cu-list>div:nth-child(3) .cu-text, .cu-list>div:nth-child(6) .cu-text, .cu-list>div:nth-child(7) .cu-text {
	float: left;
}
.cu-list>div:nth-child(3) .cu-img, .cu-list>div:nth-child(6) .cu-img, .cu-list>div:nth-child(7) .cu-img {
	float: right;
}
.cu-list>div:nth-child(3) .cu-title:before, .cu-list>div:nth-child(6) .cu-title:before, .cu-list>div:nth-child(7) .cu-title:before {
	left: auto;
	right: -40px;
}

@media(max-width: 1220px) {
.cu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.cu-list {
	width: 600px;
	margin: 0 auto;
}
.cu-list>div:nth-child(3) .cu-text, .cu-list>div:nth-child(5) .cu-text, .cu-list>div:nth-child(7) .cu-text {
	float: left;
}
.cu-list>div:nth-child(3) .cu-img, .cu-list>div:nth-child(5) .cu-img, .cu-list>div:nth-child(7) .cu-img {
	float: right;
}
.cu-list>div:nth-child(3) .cu-title:before, .cu-list>div:nth-child(5) .cu-title:before, .cu-list>div:nth-child(7) .cu-title:before {
	left: auto;
	right: -40px;
}
.cu-list>div:nth-child(2) .cu-text, .cu-list>div:nth-child(4) .cu-text, .cu-list>div:nth-child(6) .cu-text {
	float: right;
}
.cu-list>div:nth-child(2) .cu-img, .cu-list>div:nth-child(4) .cu-img, .cu-list>div:nth-child(6) .cu-img {
	float: left;
}
.cu-list>div:nth-child(2) .cu-title:before, .cu-list>div:nth-child(4) .cu-title:before, .cu-list>div:nth-child(6) .cu-title:before {
	right: auto;
	left: -40px;
}
}

@media(max-width: 800px) {
.cu {
	padding-top: 33px;
}
}

@media(max-width: 620px) {
.cu-list .cu0 {
	width: 300px;
	height: 300px;
}
.cu-list {
	width: 300px;
}
.cu-list>div {
	margin-bottom: 10px;
}
.cu-list>div.cu-item .cu-text {
	float: none;
	height: auto;
	padding: 20px 10px;
}
.cu-list>div.cu-item .cu-img {
	float: none;
}
}

@media(max-width: 500px) {
.cu {
	padding-top: 25px;
}
}
.news1 {
	width: 100%;
	padding-top: 40px;
}
.news1 .t1 {
	font-size: 18px;
	color: #0390d7;
	margin-bottom: 30px;
}
.news1-cont {
	overflow: hidden;
}
.news1-cont .left {
	width: 386px;
	float: left;
}
.news1-cont .right {
	width: 780px;
	float: right;
}
.news1-cont .n-item {
	width: 100%;
}
.news1-cont .n-item .img-box {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
.news1-cont .n-item .img-box img {
	width: 100%;
}
.news1-cont .n-item .nt {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin-bottom: 13px;
	display: block;
	cursor: pointer;
}
.news1-cont .n-item .nd {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 12px;
}
.news1-cont .n-item .na {
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	margin-bottom: 18px;
}
.news1-cont .n-item .nm {
	font-size: 14px;
	color: #808080;
	cursor: pointer;
}
.news1-list {
	width: 100%;
	padding-bottom: 43px;
	margin-top: -22px;
}
.news1-list>li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 90px;
}
.news1-list .title {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #666;
	line-height: 21px;
	cursor: pointer;
}
.news1-list .title:hover {
	text-decoration: underline;
}
.news1-list .date {
	position: absolute;
	right: 0;
	top: 27px;
	font-size: 14px;
	color: #808080;
}

@media(max-width: 1220px) {
.news1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.news1 .t1 {
	margin-bottom: 23px;
}
.news1-cont .left {
	float: none;
	width: 100%;
	max-width: 386px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.news1-cont .right {
	float: none;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.news1-list .title {
	font-size: 14px;
	line-height: 20px;
}
.news1-list>li {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

@media(max-width: 800px) {
.news1 {
	padding-top: 27px;
}
.news1 .t1 {
	margin-bottom: 20px;
}
}

@media(max-width: 500px) {
.news1 {
	padding-top: 20px;
}
.news1 .t1 {
	margin-bottom: 15px;
}
}
.recruit {
	width: 100%;
	padding-top: 60px;
}
.recruit .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 30px;
}

@media(max-width: 1220px) {
.recruit {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}
.recruit .t1 {
	margin-bottom: 23px;
	font-size: 22px;
}
}

@media(max-width: 800px) {
.recruit {
	padding-top: 27px;
}
.recruit .t1 {
	margin-bottom: 20px;
	font-size: 20px;
}
}

@media(max-width: 500px) {
.recruit {
	padding-top: 20px;
}
.recruit .t1 {
	margin-bottom: 15px;
	font-size: 18px;
}
}
.recruit-list {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 42px;
}
.recruit-list>li {
	border-bottom: 1px solid #e5e5e5;
}
.recruit-title {
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	color: #555;
	line-height: 22px;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 32px;
	padding-right: 38px;
	position: relative;
	cursor: pointer;
}
.recruit-title:before {
	content: "";
	display: inline-block;
	border-left: 7px solid #0080cc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
}
.recruit-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 38px;
	height: 10px;
	background-image: url(../images/down2.png);
	right: 0;
	top: 50%;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.recruit-title .td {
	float: left;
	width: 25%;
	color: #555;
	font-size: 14px;
	line-height: 20px;
}
.recruit-t {
	font-size: 15px;
	color: #666;
	margin-bottom: 24px;
}
.recruit-cont {
	display: none;
	width: 100%;
	padding-top: 34px;
	padding-left: 32px;
	padding-right: 38px;
	padding-bottom: 32px;
}
.recruit-para {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	margin-bottom: 40px;
}
.recruit-email {
	font-size: 15px;
	color: #666;
}
.recruit-list>li.show .recruit-title:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.recruit-list>li.show .recruit-cont {
	display: block;
}

@media(max-width: 1220px) {
.recruit-cont {
	padding-bottom: 41px;
}
.recruit-list {
	padding-bottom: 31px;
}
}

@media(max-width: 800px) {
.recruit-cont {
	padding-bottom: 35px;
}
.recruit-title {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.recruit-para {
	font-size: 14px;
}
.recruit-list {
	padding-bottom: 30px;
}
.recruit-cont {
	padding-left: 10px;
	padding-right: 0px;
}
}

@media(max-width: 500px) {
.recruit-t {
	margin-bottom: 12px;
}
.recruit-cont {
	padding-bottom: 26px;
	padding-top: 17px;
}
.recruit-list {
	padding-bottom: 21px;
}
.recruit-para {
	margin-bottom: 20px;
}
.recruit-title .td {
	font-size: 12px;
}
.recruit-title .td .dt {
	display: block;
	line-height: 18px;
}
.recruit-title .td .dd {
	display: block;
	line-height: 18px;
}
}
.ctt {
	width: 100%;
	padding-top: 50px;
}
.net .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 30px;
	text-align: center;
}
.net .t2 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: center;
}

@media(max-width: 1220px) {
.ctt {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 38px;
}
.net .t1 {
	margin-bottom: 23px;
	font-size: 22px;
}
}

@media(max-width: 800px) {
.ctt {
	padding-top: 33px;
}
.net .t1 {
	margin-bottom: 20px;
	font-size: 20px;
}
}

@media(max-width: 500px) {
.ctt {
	padding-top: 25px;
}
.net .t1 {
	margin-bottom: 15px;
	font-size: 18px;
}
}
.xs {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #393939;
}
.xs .w {
	overflow: visible;
}
.xs-box {
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.xs-map {
	width: 710px;
	margin-left: 149px;
}
.xs-map img {
	width: 100%;
}
.xs-place {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 309px;
	padding: 14px;
	border: 1px solid #0a91d6;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left : 411px;
	top: 396px;
	margin-left: -155px;
	margin-top: 20px;
}
.xs-place.show {
	visibility: visible;
	opacity: 1;
}
.xs-place:before {
	display: inline-block;
	content: "";
	opacity: 0.9;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -10px;
}
.xs-list>li {
	padding-left: 17px;
	position: relative;
}
.xs-list>li>a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	cursor: pointer;
}
.map-wrap-box {
	width: 100%;
	margin-bottom: 50px;
}
.map-wrap {
	width: 600px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.map-center {
	width: 100%;
}
#tpl {
	display: none;
}

@media(max-width: 1220px) {
.xs {
	padding-top: 45px;
	padding-bottom: 38px;
}
}

@media(max-width: 800px) {
.xs {
	padding-top: 40px;
	padding-bottom: 33px;
}
}

@media(max-width: 600px) {
.map-wrap-box {
	overflow-x: auto;
	overflow-y: visible;
}
}

@media(max-width: 500px) {
.xs {
	padding-top: 30px;
	padding-bottom: 25px;
}
.xs-list>li>a {
	font-size: 14px;
	line-height: 24px;
}
.map-wrap {
	padding-bottom: 50px;
	padding-right: 50px;
	margin-left: 50px;
}
}
.cus {
	padding-top: 0px;
}
.cus .t1 {
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 30px;
	text-align: center;
}
.cus-list {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}
.cus-list>li {
	float: left;
	width: 33.3333%;
	height: 263px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.cus-list .cus-title {
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}
.cus-list .row {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-bottom: 13px;
}

@media(max-width: 1220px) {
.cus .t1 {
	margin-bottom: 23px;
	font-size: 22px;
}
.cus-list>li {
	width: 50%;
	padding-top: 30px;
}
}

@media(max-width: 800px) {
.cus .t1 {
	margin-bottom: 20px;
	font-size: 20px;
}
.cus-list>li {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
}

@media(max-width: 500px) {
.cus .t1 {
	margin-bottom: 15px;
	font-size: 18px;
}
}
 @-webkit-keyframes pointAnimations {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
 @keyframes pointAnimations {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.dv-icons {
	width: 330px;
	height: 328px;
	position: absolute;
	right: 60px;
	bottom: 135px;
}
.dv-icons img {
	width: 216px;
	height: 216px;
	position: absolute;
	left: 57px;
	top: 56px;
	-webkit-animation: pointAnimations 5s linear infinite;
	animation: pointAnimations 5s linear infinite;
}
.dv-icon {
	display: block;
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.dv-icon.active {
	border-color: #0091da;
}
.dv-icon1 {
	left: 181px;
	top: 0px;
	background-image: url(../images/1-1.png);
}
.dv-icon2 {
	left: 282px;
	top: 105px;
	background-image: url(../images/2-1.png);
}
.dv-icon3 {
	left: 242px;
	top: 245px;
	background-image: url(../images/3-1.png);
}
.dv-icon4 {
	left: 101px;
	top: 279px;
	background-image: url(../images/4-1.png);
}
.dv-icon5 {
	left: 0px;
	top: 175px;
	background-image: url(../images/5-1.png);
}
.dv-icon6 {
	left: 40px;
	top: 35px;
	background-image: url(../images/6-1.png);
}
.dv-icon1.active {
	background-image: url(../images/1-2.png);
}
.dv-icon2.active {

	background-image: url(../images/2-2.png);
}
.dv-icon3.active {
	background-image: url(../images/3-2.png);
}
.dv-icon4.active {
	background-image: url(../images/4-2.png);
}
.dv-icon5.active {
	background-image: url(../images/5-2.png);
}
.dv-icon6.active {
	background-image: url(../images/6-2.png);
}

@media(max-width: 1220px) {
.dv-icons {
	display: none;
}
}
.dv-box {
	width: 100%;
	padding-top: 50%;
	background-image: url(../images/dv-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.dv-wrap {
	width: 740px;
	height: 294px;
	position: absolute;
	left: 29px;
	bottom: 0;
	overflow: hidden;
	padding-top: 14px;
}
.dv-list {
	width: 637px;
	height: 100%;
	position: relative;
	z-index: 1;
}
.dv-list:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #0390d7;
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 3px;
}
.dv-list .swiper-slide {
	width: 178px;
	position: relative;
}
.dv-list .year {
	font-size: 14px;
	color: #fff;
	width: 40px;
	height: 40px;
	position: relative;
	padding-top: 19px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.dv-list .year:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #f39800;
	border-radius: 50%;
	position: absolute;
	left: 14px;
	top: 0;
}
.dv-list .year:after {
	content: "";
	display: none;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 18px;
	top: 4px;
}
.dv-list .swiper-slide.active .year:after {
	display: block;
}
.dv-list .swiper-slide.active .text {
	display: block;
}
.dv-list .text {
	display: none;
	width: 217px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -108px;
	top: 44px;
	padding-top: 28px;
	padding-bottom: 43px;
}
.dv-list .text:after {
	content: "";
	border-left: 14px solid transparent;
	border-bottom: 7px solid #fff;
	border-right: 14px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: -7px;
}
.dv-list .text .row {
	font-size: 0;
	margin-bottom: 5px;
}
.dv-list .text .dt {
	font-size: 14px;
	color: #0390d7;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	width: 76px;
	text-align: right;
}
.dv-list .text .dd {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	width: 141px;
	padding-right: 10px;
}
.dv-list .text .row:first-child .dd {
	font-size: 16px;
	color: #666;
}
.dv-arrow {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.dv-prev {
	left: 0;
	background-image: url(../images/left12.png);
}
.dv-next {
	right: 0;
	background-image: url(../images/right12.png);
}

@media(max-width: 1200px) {
.dv-box {
	padding-top: 0;
}
.dv-wrap {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	left: 0;
	bottom: 0;
	position: static;
}
.dv-list {
	width: 100%;
}
.dv-list .text .row:first-child .dd {
	font-size: 14px;
}
}

@media(max-width: 730px) {
.dv-list .swiper-slide {
	width: 150px;
}
.dv-list .text {
	padding-bottom: 28px;
}
.dv-box {
	width: 100%;
}
}
div.bd_weixin_popup {
	box-sizing: content-box;
}
