﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Barlow",sans-serif,"微软雅黑","Microsoft Yahei"
}

body {
	font-size: 16px
}

img {
	border: none
}

input, textarea, button, select {
	outline: none
}

textarea {
	resize: none;
}

a, li {
	text-decoration: none;
	outline: none
}

ol, ul, li {
	list-style: none;
}

::-moz-selection {
	background: #aaa;
	color: #fff;
}

::selection {
	background: #aaa;
	color: #fff;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}
/*去掉IE下input后面的小叉*/
/*-------------------预设样式--------------------*/
.ovf_hidn {
	overflow: hidden;
}

.clr {
	clear: both;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.positn_ab {
	position: absolute;
}

.positn_rl {
	position: relative;
}

.positn_fx {
	position: fixed;
}

.float_lf {
	float: left
}

.float_rt {
	float: right
}

.float_no {
	float: none
}

.align_lf {
	text-align: left
}

.align_rt {
	text-align: right
}

.align_ct {
	text-align: center
}

.v_align_mid {
	vertical-align: middle;
}

.v_align_base {
	vertical-align: baseline;
}

.text-elps {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.no-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.endtext {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #999;
	text-align: center;
	padding: 15px 0
}

.wrapCenter {
	width: 1200px;
	margin: 0 auto
}

@media (max-width:1220px) { /*ipad pro*/
	.wrapCenter {
		width: 960px;
	}
}

@media (max-width:980px) { /*ipad*/
	.wrapCenter {
		width: 100%;
		padding: 0 25px
	}
}

@media (max-width:600px) { /*mobile*/
	.wrapCenter {
		padding: 0 15px
	}
	.ul_bottom {
		width: 290px !important
	}
}

@media (max-width:320px) { /*small size mobile*/
	.wrapCenter {
		padding: 0 10px
	}
	.ul_bottom {
		width: 290px !important
	}
}

@font-face {
	font-family: 'Barlow';
	src: local('Barlow Light'), local('Barlow-Light'), url('../fonts/Barlow-Light.woff') format('woff');
	font-style: normal;
	font-weight: 300;
	font-display: swap
}

@font-face {
	font-family: 'Barlow';
	src: local('Barlow Regular'), local('Barlow-Regular'), url('../fonts/Barlow-Regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: 'Barlow';
	src: local('Barlow Bold'), local('Barlow-Bold'), url('../fonts/Barlow-Bold.woff') format('woff');
	font-style: normal;
	font-weight: 600;
	font-display: swap
}

@font-face {
	font-family: 'Barlow';
	src: local('Barlow Black'), local('Barlow-Black'), url('../fonts/Barlow-Black.woff') format('woff');
	font-style: normal;
	font-weight: 700;
	font-display: swap
}

.pat_breadNav {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px
}

	.pat_breadNav > a {
		color: #222
	}

		.pat_breadNav > a:hover {
			color: #b6282c
		}

@media (max-width:600px) { /*mobile*/
	.pat_breadNav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* 公用组合标题 */
.pat_pageTit {
	padding: 60px 0 30px;
	text-align: center;
	overflow: hidden
}

	.pat_pageTit > h3 {
		font-size: 15px;
		color: #6e6e73;
		font-weight: normal;
		position: relative;
		padding: 0 25px
	}

		.pat_pageTit > h3:before {
			content: "";
			display: block;
			width: 18px;
			height: 3px;
			background: #cb1016;
			position: absolute;
			left: 50%;
			top: -10px;
			margin-left: -9px
		}

	.pat_pageTit > h4 {
		font-size: 40px;
		font-weight: normal;
		position: relative;
		z-index: 1;
		padding: 0 5px
	}

	.pat_pageTit > b {
		display: block;
		font-size: 72px;
		color: #a8a8a8;
		opacity: 0.2;
		margin-top: -66px;
		word-break: keep-all;
		white-space: nowrap;
	}

	.pat_pageTit.white > h3, .pat_pageTit.white > b, .pat_pageTit.white > h4 {
		color: #fff
	}

		.pat_pageTit.white > h3:before {
			background: #fff;
		}

@media (max-width:600px) { /*mobile*/
	.pat_pageTit {
		padding: 45px 0 20px;
	}

		.pat_pageTit > h3 {
			font-size: 14px;
		}

		.pat_pageTit > h4 {
			font-size: 30px;
		}

		.pat_pageTit > b {
			font-size: 60px;
			margin-top: -50px
		}
}

@media (max-width:320px) { /*small size mobile*/
	.pat_pageTit > b {
		font-size: 50px;
		margin-top: -45px
	}
}

/* 浮动微信qq栏 */
.pat_floatBar {
	width: 80px;
	padding: 10px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: #fff;
	box-shadow: -3px 0 5px rgba(0,0,0,.2);
	border-radius: 8px 0 0 8px;
	z-index: 8;
}

	.pat_floatBar ul li {
		border-bottom: solid 1px #ddd;
		text-align: center;
		cursor: pointer;
		padding: 10px 0;
		position: relative;
	}

		.pat_floatBar ul li i.danfont {
			display: block;
			font-size: 30px;
			margin: 0 auto
		}

		.pat_floatBar ul li span {
			font-size: 12px;
			display: block;
		}

		.pat_floatBar ul li:last-child {
			border: none
		}

.pat_toolbar {
	border-radius: 4px;
	position: absolute;
	right: 80px;
	top: 8px;
	padding: 12px;
	width: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
	z-index: 9999999;
	display: none;
}

@media screen and (max-device-width: 600px) {
	.pat_toolbar {
		border-radius: 4px;
		position: absolute;
		right: -20px;
		top: -120px;
		padding: 12px;
		width: 130px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		text-align: left;
		-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
		box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
		z-index: 9999999;
		display: none;
	}
}

.pat_floatBar ul li:hover .pat_toolbar {
	display: block;
}

.pat_toolbar_sj {
	position: absolute;
	width: 7px;
	height: 14px;
	background: url(../img/sj.png) no-repeat center center;
	background-size: cover;
	right: -7px;
	top: 12px;
}

@media (max-width:600px) { /*mobile*/
	body {
		padding-bottom: 50px
	}

	.pat_floatBar {
		width: 100%;
		bottom: 0;
		border-radius: 0;
		height: 60px;
		box-shadow: 0 -3px 5px rgba(0,0,0,.2);
		padding: 10px 0 0
	}

		.pat_floatBar ul li {
			float: left;
			width: 20%;
			border: none;
			padding: 0
		}

			.pat_floatBar ul li i.danfont {
				font-size: 24px;
			}
}

@media (max-width:320px) { /*small size mobile*/

}

/* 公用内页banner */
.pat_inpageBanner {
	height: 600px;
	width: 100%;
	background-color: #222;
	overflow: hidden;
	background-position: center top;
	background-size: cover
}

.part_inpageBan_txt1 {
	margin: 200px 0 0;
	font-size: 20px
}

	.part_inpageBan_txt1 h1 {
		font-size: 2em;
		color: #fff
	}

	.part_inpageBan_txt1 h2 {
		font-size: 1em;
		color: #fff;
		font-weight: normal;
		width: 25em;
		margin-top: 30px
	}

.pat_pro_banner .pat_inpage_tit {
	margin-top: 200px
}

@media (max-width:1220px) { /*ipad pro*/
	.pat_inpageBanner {
		height: 500px
	}

	.part_inpageBan_txt1 {
		margin: 150px 0 0
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_inpageBanner {
		height: 400px
	}

	.part_inpageBan_txt1 {
		margin: 120px 0 0;
		font-size: 18px
	}

	.pat_pro_banner .pat_inpage_tit {
		margin-top: 150px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_inpageBanner {
		height: 300px
	}

	.part_inpageBan_txt1 {
		margin: 80px 0 0;
		font-size: 14px
	}

		.part_inpageBan_txt1 h2 {
			width: 17em;
			margin-top: 10px
		}

	.pat_pro_banner .pat_inpage_tit {
		margin-top: 100px
	}
}

@media (max-width:320px) { /*small size mobile*/
	.pat_inpageBanner {
		height: 260px
	}

	.part_inpageBan_txt1 {
		margin: 60px 0 0;
		font-size: 13px
	}

		.part_inpageBan_txt1 h2 {
			width: 17em;
			margin-top: 10px
		}
}

/* 顶部导航 */
.pat_nav {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.9),rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
	z-index: 9
}

.pat_nav_main {
	width: 92%;
	height: 80px;
	margin: 0 auto;
	position: relative
}

.pat_nav_logo {
	display: block;
	float: left;
	margin: 22px 0 0;
	width: 165px;
	height: 36px;
}

.pat_nav_bar {
	width: calc(100% - 165px - 9% - 5%);
	float: right;
	margin-right: 1%;
	position: relative;
}

.pat_nav_ul {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

	.pat_nav_ul > li {
		float: left;
		width: 14.2%;
		position: relative
	}

		.pat_nav_ul > li > a {
			display: block;
			height: 80px;
			line-height: 80px;
			text-align: center;
			font-size: 16px;
			color: #ddd;
			transition: all 0.3s linear
		}

			.pat_nav_ul > li > a:hover {
				background: rgba(255,255,255,.1);
				font-weight: bold;
			}

		.pat_nav_ul > li.active > a {
			font-weight: bold;
			color: #fff;
		}

.pat_nav_line {
	display: block;
	height: 4px;
	width: 20px;
	margin-left: -10px;
	background: #e50716;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
}

.pat_subnav {
	display: none;
	background: rgba(255,255,255,.9);
	box-shadow: 0 3px 4px rgba(0,0,0,.1);
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%
}

	.pat_subnav li {
		position: relative
	}

		.pat_subnav li a {
			font-size: 14px;
			display: block;
			width: 100%;
			padding: 10px 5px;
			text-align: center;
			color: #000;
		}

			.pat_subnav li a:hover {
				background: #e50716;
				color: #fff
			}

.pat_nav_extrMenu {
	float: right;
	right: 0;
	top: 0;
	width: 9%;
	height: 36px;
	line-height: 36px;
	margin: 22px -10px 0 0;
	position: relative;
	z-index: 2;
}

	.pat_nav_extrMenu:before {
		content: "";
		display: block;
		width: 1px;
		height: 18px;
		left: 0;
		top: 9px;
		background: #666;
		position: absolute
	}

.pat_nav_lang {
	float: right;
	width: 36px;
	height: 36px;
	text-align: center;
	margin-right: 19%;
	font-size: 16px;
	color: #fff;
	transition: all 0.2s linear;
	cursor: pointer;
}

	.pat_nav_lang:hover {
		background: rgba(60,60,60,.6)
	}

.pat_nav_search {
	float: right;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transition: all 0.2s linear;
	position: relative
}

	.pat_nav_search > div {
		width: 36px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
		transition: all 0.3s ease-in-out
	}

		.pat_nav_search > div label.danfont {
			position: absolute;
			left: 0;
			top: 0;
			width: 36px;
			height: 100%;
			line-height: 38px;
			text-align: center;
			color: #fff;
			font-size: 19px;
			transition: all 0.3s linear
		}

			.pat_nav_search > div label.danfont:hover {
				background: #333
			}

		.pat_nav_search > div .pat_nav_sch_ipt {
			position: absolute;
			left: 36px;
			top: 0;
			width: calc(100% - 36px);
			opacity: 0;
			transition: all 0.5s linear 0.5s;
			height: 36px;
			border: none;
			background: none;
			font-size: 14px;
			color: #999
		}

		.pat_nav_search > div.pat_nav_search_open {
			width: 150px;
			left: -124px;
			background: #333
		}

			.pat_nav_search > div.pat_nav_search_open .pat_nav_sch_ipt {
				opacity: 1;
			}

.pat_MENU {
	float: right;
	display: none;
	color: #fff;
	cursor: pointer;
	padding: 0 10px;
	margin-left: 4%
}

	.pat_MENU > i.danfont {
		font-size: 18px;
		vertical-align: middle
	}

	.pat_MENU > span {
		vertical-align: middle;
	}

.pat_nav.noFixed {
	position: relative
}

.pat_nav.pat_nav_white {
	background: #fff;
	border-bottom: solid 1px #ddd
}

	.pat_nav.pat_nav_white .pat_nav_ul > li > a {
		color: #222;
	}

		.pat_nav.pat_nav_white .pat_nav_ul > li > a:hover {
			background: rgba(0,0,0,.05);
		}

	.pat_nav.pat_nav_white .pat_nav_extrMenu:before {
		background: #aaa;
	}

	.pat_nav.pat_nav_white .pat_nav_lang {
		color: #222;
	}

		.pat_nav.pat_nav_white .pat_nav_lang:hover {
			background: rgba(60,60,60,.1)
		}

	.pat_nav.pat_nav_white .pat_nav_search > div label.danfont {
		color: #222;
	}

		.pat_nav.pat_nav_white .pat_nav_search > div label.danfont:hover {
			background: #ddd
		}

	.pat_nav.pat_nav_white .pat_nav_search > div .pat_nav_sch_ipt {
		color: #222
	}

	.pat_nav.pat_nav_white .pat_nav_search > div.pat_nav_search_open {
		background: #ddd
	}

	.pat_nav.pat_nav_white .pat_MENU {
		color: #222;
	}
	/* 移动端白色导航下的展开菜单颜色设置 */
	.pat_nav.pat_nav_white.touchNav .pat_nav_ul > li > a {
		color: #ddd;
	}

		.pat_nav.pat_nav_white.touchNav .pat_nav_ul > li > a:hover {
			background: rgba(255,255,255,.1);
		}

	.pat_nav.pat_nav_white .extrMenu_open.pat_nav_extrMenu:before {
		background: #666;
	}

	.pat_nav.pat_nav_white .extrMenu_open .pat_nav_lang {
		color: #fff;
	}

		.pat_nav.pat_nav_white .extrMenu_open .pat_nav_lang:hover {
			background: rgba(60,60,60,.6)
		}

	.pat_nav.pat_nav_white .extrMenu_open .pat_nav_search > div label.danfont {
		color: #fff;
	}

		.pat_nav.pat_nav_white .extrMenu_open .pat_nav_search > div label.danfont:hover {
			background: #333
		}

	.pat_nav.pat_nav_white .extrMenu_open .pat_nav_search > div .pat_nav_sch_ipt {
		color: #999
	}

	.pat_nav.pat_nav_white .extrMenu_open .pat_nav_search > div.pat_nav_search_open {
		background: #333
	}

	.pat_nav.pat_nav_white .extrMenu_open .pat_MENU {
		color: #fff;
	}


@media (max-width:1600px) {
	.pat_nav_main {
		width: 94%;
	}
}

@media (max-width:1500px) {
	.pat_nav_main {
		width: 96%;
	}

	.pat_nav_bar {
		width: calc(100% - 165px - 9% - 2%);
		margin-right: 0%;
	}

	.pat_nav_extrMenu {
		width: 8%;
	}

	.pat_nav_lang {
		margin-right: 4%;
	}
}

@media (max-width:1220px) {
	.pat_nav_main {
		width: 960px;
	}

	.pat_nav_bar {
		display: none;
		position: fixed;
		top: 0;
		right: -100%;
		width: 60%;
		height: 100%;
		z-index: 6;
		background: rgba(0,0,0,.9);
		box-shadow: -10px 0 30px rgba(0,0,0,.6);
		overflow: auto
	}

	.pat_nav_ul {
		height: auto;
		padding: 60px 0 60px
	}

		.pat_nav_ul > li {
			float: none;
			width: 100%;
			border-bottom: solid 1px #222;
			padding: 0 0 0 8%
		}

			.pat_nav_ul > li > a {
				display: inline-block;
				height: 50px;
				line-height: 50px;
				text-align: left;
			}

			.pat_nav_ul > li.active > a {
				color: #e50716;
			}

	.pat_nav_line {
		display: none !important;
		opacity: 0;
	}

	.pat_subnav {
		display: none;
		background: none;
		width: 100%;
		position: static;
		left: 0;
		top: 0;
		padding: 5px 0 15px 8%
	}

		.pat_subnav li:before {
			content: "\e612";
			font-family: "danfont" !important;
			font-size: 16px;
			font-style: normal;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			position: absolute;
			color: #666;
			left: -25px;
			top: 50%;
			transform: translate(0, -50%)
		}

		.pat_subnav li a {
			padding: 0;
			height: 44px;
			line-height: 44px;
			text-align: left;
			color: #999;
		}

			.pat_subnav li a:hover {
				background: none;
				color: #fff
			}

	.pat_nav_extrMenu {
		width: 200px;
		z-index: 7
	}

		.pat_nav_extrMenu:before {
			display: none
		}

	.pat_MENU {
		display: block
	}
}

@media (max-width:980px) {
	.pat_nav_main {
		width: 100%;
		padding: 0 25px
	}
}

@media (max-width:600px) {
	.pat_nav {
		height: 50px
	}

	.pat_nav_main {
		padding: 0 15px;
		height: 50px
	}

	.pat_nav_bar {
		width: 80%
	}

	.pat_nav_logo {
		margin: 12px 0 0;
		width: 120px;
		height: 26px
	}

		.pat_nav_logo img {
			width: 100%;
			height: 100%
		}

	.pat_nav_extrMenu {
		width: 120px;
		margin: 7px -10px 0 0
	}

	.pat_MENU {
		margin-left: 0px
	}

		.pat_MENU span {
			display: none
		}

	.pat_nav_lang {
		margin-right: 0px
	}
}

@media (max-width:320px) {
	.pat_nav_main {
		padding: 0 10px
	}

	.pat_nav_logo {
		margin: 15px 0 0;
		width: 92px;
		height: 20px
	}
}

/* 首页banner */
.home_banner {
	width: 100%;
	height: 800px;
	background: #000;
	position: relative;
	z-index: 1;
}

	.home_banner .swiper-slide {
		overflow: hidden
	}

		.home_banner .swiper-slide > img, .home_banner .swiper-slide > video {
			width: 1920px;
			height: 800px;
			position: absolute;
			left: 50%;
			top: 0;
			transform: translate(-50%,0);
			overflow: hidden
		}
	/* swiper自定义样式 */
	.home_banner .swiper-container {
		width: 100%;
		height: 100%
	}

	.home_banner .swiper-pagination-bullet {
		width: 48px;
		height: 4px;
		border-radius: 1px;
		background: #fff;
		opacity: 0.3;
	}

	.home_banner .swiper-pagination-bullet-active {
		opacity: 1
	}

	.home_banner .swiper-container-horizontal > .swiper-pagination-bullets, .home_banner .swiper-pagination-custom, .home_banner .swiper-pagination-fraction {
		bottom: 30px
	}

	.home_banner .swiper-button-prev, .home_banner .swiper-button-next {
		opacity: 0.3;
		transition: all 0.3s linear
	}

		.home_banner .swiper-button-prev:hover, .home_banner .swiper-button-next:hover {
			opacity: 1;
		}

@media (max-width:1220px) { /*ipad pro*/
	.home_banner {
		height: 0.58rem
	}

		.home_banner .swiper-slide > img, .home_banner .swiper-slide > video {
			width: 140%;
			height: auto
		}
}

@media (max-width:980px) { /*ipad*/
	.home_banner .swiper-pagination-bullet {
		width: 30px;
		height: 3px;
	}

	.home_banner .swiper-container-horizontal > .swiper-pagination-bullets, .home_banner .swiper-pagination-custom, .home_banner .swiper-pagination-fraction {
		bottom: 10px
	}

	.home_banner .swiper-button-prev, .home_banner .swiper-button-next {
		display: none
	}
}

@media (max-width:600px) { /*mobile*/

}

@media (max-width:320px) { /*small size mobile*/

}


/* 首页优势 */
.home_ourStrength {
	width: 100%;
	height: auto;
	background: url(../img/strength_bg.jpg) no-repeat center top;
}

.home_ourStr_ul {
	overflow: hidden
}

	.home_ourStr_ul li {
		float: left;
		display: block;
		width: 50%;
		height: 300px
	}

		.home_ourStr_ul li div {
			width: 100%;
			height: 100%;
			padding: 50px 0 0 60px;
			position: relative;
			background: url(../img/home_strength1.jpg) no-repeat left bottom;
			background-size: auto 100%;
			transition: all 0.4s ease
		}

		.home_ourStr_ul li:nth-child(1) div {
			color: #fff
		}

		.home_ourStr_ul li:nth-child(2) div {
			background-image: url(../img/home_strength2.png)
		}

		.home_ourStr_ul li:nth-child(3) div {
			background-image: url(../img/home_strength3.png)
		}

		.home_ourStr_ul li:nth-child(4) div {
			background-image: url(../img/home_strength4.jpg);
			color: #fff
		}

		.home_ourStr_ul li div i {
			display: block;
			width: 1px;
			height: 60px;
			background: rgba(0,0,0,.3);
			position: absolute;
			top: 0;
			left: 40px
		}

			.home_ourStr_ul li div i:after {
				content: "";
				display: block;
				width: 5px;
				height: 5px;
				border-radius: 100%;
				background: #cb1016;
				position: absolute;
				bottom: -5px;
				left: -2px
			}

		.home_ourStr_ul li:nth-child(1) div i, .home_ourStr_ul li:nth-child(4) div i {
			background: rgba(255,255,255,.6);
		}

			.home_ourStr_ul li:nth-child(1) div i:after, .home_ourStr_ul li:nth-child(4) div i:after {
				background: #fff;
			}

		.home_ourStr_ul li:hover div {
			background-size: auto 102%
		}

		.home_ourStr_ul li div h6 {
			font-size: 20px
		}

		.home_ourStr_ul li div p {
			font-size: 14px;
			width: 200px;
			margin-top: 15px
		}

@media (max-width:1220px) { /*ipad pro*/
	.home_ourStrength .wrapCenter {
		width: 100%
	}

	.home_ourStr_ul li {
		height: 0.25rem
	}

		.home_ourStr_ul li div {
			padding: 8.33% 0 0 10%
		}

			.home_ourStr_ul li div i {
				left: 6.66%
			}
}

@media (max-width:980px) { /*ipad*/
	.home_ourStrength .wrapCenter {
		padding: 0
	}
}

@media (max-width:600px) { /*mobile*/
	.home_ourStrength {
		background: none;
	}

		.home_ourStrength .wrapCenter {
			padding: 0 15px
		}

	.home_ourStr_ul li {
		width: 100%;
		height: 0.5rem;
		float: none;
		margin-bottom: 15px
	}

		.home_ourStr_ul li div {
			background-size: auto 110%;
		}

		.home_ourStr_ul li:hover div {
			background-size: auto 112%
		}
}

@media (max-width:320px) { /*small size mobile*/
	.home_ourStrength {
		padding: 10px 0
	}

		.home_ourStrength .wrapCenter {
			padding: 0 10px
		}

	.home_ourStr_ul li {
		margin-bottom: 10px
	}
}

/* 首页产品 */
.pat_home_products {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 30px
}

.pat_h_prod_tab {
	overflow: hidden
}

	.pat_h_prod_tab li {
		float: left;
		width: 14.28%;
		cursor: pointer;
	}

		.pat_h_prod_tab li svg {
			width: 60px;
			height: 60px;
			display: block;
			margin: 0 auto;
			transition: all 0.2s ease-in-out
		}

		.pat_h_prod_tab li span {
			font-size: 16px;
			color: #222222;
			display: block;
			margin: 10px 0 0;
			text-align: center;
		}

		.pat_h_prod_tab li.more_pro_ {
			display: none
		}

.patIcon_color {
	fill: #aaa;
	transition: fill 0.3s linear
}

.pat_h_prod_tab li.active .patIcon_color, .pat_h_prod_tab li:hover .patIcon_color {
	fill: #b6282c
}

.pat_h_prod_tab li:hover svg, .pat_h_prod_tab li.active svg {
	transform: scale(1.2)
}

.pat_h_prod_tab li.active span {
	color: #cb1016;
	font-weight: bold;
}

.pat_h_prod_cont {
	margin-top: 30px
}

	.pat_h_prod_cont ul {
		margin-left: -5px;
		margin-right: -5px
	}

		.pat_h_prod_cont ul li {
			float: left;
			width: 25%;
			padding: 5px;
		}

			.pat_h_prod_cont ul li div.pat_h_prod_Box {
				width: 100%;
				height: 430px;
				position: relative;
				overflow: hidden
			}

div.pat_h_prod_Box > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

	div.pat_h_prod_Box > div.pat_h_prod_card1 {
		background: #fff;
	}

	div.pat_h_prod_Box > div.pat_h_prod_card2 {
		background: #cb1016;
		transform: scale(1.05);
		opacity: 0;
		transition: all 0.3s linear;
	}

.pat_h_prod_card > span {
	display: block;
	padding: 20px 20px 0;
	font-size: 30px;
	font-weight: lighter;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pat_h_prod_card > h5 {
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pat_h_prod_card > .pat_h_prod_img {
	width: 270px;
	height: 270px;
	margin: 40px auto 0;
	overflow: hidden
}

	.pat_h_prod_card > .pat_h_prod_img img {
		display: block;
		width: 100%;
		height: auto;
	}

.pat_h_prod_card > .pat_h_prod_info {
	margin: 20px;
	height: 230px;
	overflow: hidden;
	color: #ffd5bc;
	font-size: 14px;
	position: relative;
}

	.pat_h_prod_card > .pat_h_prod_info:before {
		content: "";
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: -webkit-linear-gradient(top,rgba(203,16,22,0),rgba(203,16,22,1));
		background: linear-gradient(to bottom, rgba(203,16,22,0), rgba(203,16,22,1));
	}

.pat_h_prod_card > .pat_h_prod_link {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 36px;
	border-radius: 30px;
	border: solid 2px rgba(255,255,255,0.8);
	text-align: center;
	color: #ffd5bc;
	margin: 0 auto;
	transition: all 0.3s linear;
}

	.pat_h_prod_card > .pat_h_prod_link:hover {
		color: #fff;
		background: rgba(0,0,0,0.1);
		border-color: #fff
	}

div.pat_h_prod_Box > div.pat_h_prod_card2 > span, div.pat_h_prod_Box > div.pat_h_prod_card2 > h5 {
	color: #fff;
	opacity: 0;
	transition: all 0.6s ease-in
}

.pat_h_prod_cont ul li:hover div.pat_h_prod_Box > div.pat_h_prod_card2 {
	transform: scale(1);
	opacity: 1;
}

	.pat_h_prod_cont ul li:hover div.pat_h_prod_Box > div.pat_h_prod_card2 > span, .pat_h_prod_cont ul li:hover div.pat_h_prod_Box > div.pat_h_prod_card2 > h5 {
		opacity: 1;
		text-align: left;
	}

@media (max-width:1220px) { /*ipad pro*/
	.pat_h_prod_card > .pat_h_prod_img {
		width: 207px;
		height: 207px;
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_home_products {
		padding-bottom: 20px
	}

	.pat_h_prod_tab {
		margin-left: -20px;
		margin-right: -20px
	}

	.pat_h_prod_cont ul li {
		width: 50%;
	}

		.pat_h_prod_cont ul li div.pat_h_prod_Box {
			height: 380px
		}

	.pat_h_prod_card > .pat_h_prod_info {
		height: 180px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_home_products {
		padding-bottom: 10px
	}

	.pat_h_prod_cont {
		margin-top: 10px;
		margin-left: -14px;
		margin-right: -14px
	}

	.pat_h_prod_tab {
		margin-left: -15px;
		margin-right: -15px
	}

		.pat_h_prod_tab li {
			width: 25%;
			padding-bottom: 10px;
			margin-bottom: 10px
		}

			.pat_h_prod_tab li svg {
				width: 50px;
				height: 50px;
			}

			.pat_h_prod_tab li span {
				font-size: 15px;
				margin: 5px 0 0;
			}

			.pat_h_prod_tab li.more_pro_ {
				display: block
			}

	.pat_h_prod_cont ul {
		margin-left: -1px;
		margin-right: -1px
	}

		.pat_h_prod_cont ul li {
			padding: 1px
		}

			.pat_h_prod_cont ul li div.pat_h_prod_Box {
				height: 0.75rem
			}

	.pat_h_prod_card > span {
		padding: 15px 10px 0;
		font-size: 20px;
		line-height: 20px
	}

	.pat_h_prod_card > h5 {
		padding: 0 10px;
		font-size: 15px;
		margin-top: 5px;
	}

	.pat_h_prod_card > .pat_h_prod_img {
		width: 100%;
		height: 0.464rem;
		margin: 10px auto 0;
	}

	.pat_h_prod_card > .pat_h_prod_info {
		margin: 15px 10px 10px;
		height: 0.55rem
	}

	div.pat_h_prod_Box > div.pat_h_prod_card2 > span, div.pat_h_prod_Box > div.pat_h_prod_card2 > h5 {
		display: none
	}

	.pat_h_prod_card > .pat_h_prod_link {
		width: 100px;
		height: 36px;
		line-height: 32px;
		font-size: 14px
	}
}

@media (max-width:320px) { /*small size mobile*/
	.pat_h_prod_tab {
		margin-left: -10px;
		margin-right: -10px
	}

	.pat_h_prod_cont {
		margin-left: -9px;
		margin-right: -9px
	}

	.pat_h_prod_card > .pat_h_prod_info {
		margin: 10px 10px 10px;
		height: 0.52rem
	}
}

/* 首页行业解决方案 */
.pat_home_Solution {
	background: url(../img/home_solution.jpg) center top;
	height: 678px;
	background-size: cover
}

.pat_h_SolRow {
	margin-left: -5px;
	margin-right: -5px
}

.pat_h_SolCol1 {
	float: left;
	width: 25%;
	padding: 5px
}

.pat_h_SolCol2 {
	float: left;
	width: 75%;
	padding: 0 5px
}

	.pat_h_SolCol2 ul li {
		float: left;
		width: 33.33%;
		padding: 5px
	}

.pat_h_SolBox {
	display: block;
	background: rgba(255,255,255,.5);
	border-radius: 4px;
	transition: all 0.3s linear;
	color: #222;
	overflow: hidden;
}

	.pat_h_SolBox:hover {
		background: rgba(255,255,255,.9);
	}

.pat_h_SolBox1 {
	height: 410px
}

.pat_h_SolBox2 {
	height: 200px
}

.pat_h_SolBox > h6 {
	padding: 10% 5px 0 10%;
	font-size: 20px
}

.pat_h_SolBox > p {
	padding: 10px 5px 0 10%
}

.pat_h_SolBox > svg {
	width: 100px;
	height: 100px;
	display: block;
	margin: 30px auto 10px
}

.pat_h_SolBox > span {
	display: block;
	text-align: center;
	font-size: 18px
}

.pat_h_SolBox1 > svg {
	transform: scale(1.2);
	margin: 100px auto 30px
}

@media (max-width:1220px) { /*ipad pro*/
	.pat_home_Solution {
		height: auto;
		padding-bottom: 3%
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_h_SolBox > h6 {
		padding: 10% 5px 0 8%;
	}

	.pat_h_SolBox > p {
		padding: 10px 5px 0 8%;
		font-size: 14px
	}

	.pat_h_SolBox > span {
		font-size: 16px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_h_SolRow {
		margin-left: -2px;
		margin-right: -2px
	}

	.pat_h_SolCol1 {
		float: none;
		width: 100%;
		padding: 2px
	}

	.pat_h_SolCol2 {
		float: none;
		width: 100%;
		padding: 0 2px
	}

		.pat_h_SolCol2 ul li {
			padding: 2px
		}

	.pat_h_SolBox1 {
		height: 170px
	}

	.pat_h_SolBox2 {
		height: 110px
	}

	.pat_h_SolBox > h6 {
		padding: 15px 5px 0 8%;
	}

	.pat_h_SolBox > p {
		padding: 0px 5px 0 8%;
	}

	.pat_h_SolBox > svg {
		width: 60px;
		height: 60px;
		margin: 10px auto 5px
	}

	.pat_h_SolBox > span {
		font-size: 14px
	}
}

@media (max-width:320px) { /*small size mobile*/

}

/* 首页新闻 */
.pat_h_newsMain {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}

	.pat_h_newsMain > div {
		float: left;
		width: 33.3%;
		padding: 5px
	}

	.pat_h_newsMain .pat_h_n_box {
		background: #f2f2f2
	}

.pat_h_n_Hot .pat_hnHot_img {
	width: 100%;
	height: 235px;
	position: relative;
	overflow: hidden
}

	.pat_h_n_Hot .pat_hnHot_img > i {
		display: block;
		position: absolute;
		font-style: normal;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		padding: 0 15px;
		border-radius: 30px;
		border: solid 1px rgba(0,0,0,.4);
		left: 10px;
		top: 10px;
		background: rgba(255,255,255,.6);
		z-index: 1;
	}

	.pat_h_n_Hot .pat_hnHot_img > img {
		display: block;
		width: 100%
	}

.pat_h_n_Hot .pat_hnHot_info {
	padding: 20px;
	position: relative;
	overflow: hidden
}

	.pat_h_n_Hot .pat_hnHot_info h6 {
		display: block;
		display: -webkit-box;
		height: 42px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.pat_h_n_Hot .pat_hnHot_info h6 a {
			font-size: 16px;
			line-height: 20px;
			color: #222
		}

	.pat_h_n_Hot .pat_hnHot_info .pat_hnHot_date {
		margin-top: 10px;
		width: 100%;
		line-height: 40px;
	}

	.pat_h_n_Hot .pat_hnHot_info p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		display: block;
		display: -webkit-box;
		height: 100px;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #666
	}

.pat_hnHot_more {
	background: #cb1016;
	display: block;
	width: 100px;
	height: 36px;
	border-radius: 30px;
	line-height: 36px;
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
	font-size: 16px
}

.pat_h_n_List .pat_h_n_box {
	padding: 20px
}

	.pat_h_n_List .pat_h_n_box > ul {
		height: 418px;
		overflow: hidden
	}

		.pat_h_n_List .pat_h_n_box > ul li {
			margin: 0 0 15px 0
		}

			.pat_h_n_List .pat_h_n_box > ul li a {
				display: block;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 16px;
				line-height: 20px;
				font-weight: bold;
				color: #222
			}

			.pat_h_n_List .pat_h_n_box > ul li span {
				display: block;
				color: #666;
				margin: 5px 0 0
			}

@media (max-width:1220px) { /*ipad pro*/
	.pat_h_n_Hot .pat_hnHot_img {
		height: 195px;
	}

	.pat_h_n_Hot .pat_hnHot_info {
		padding: 15px
	}

	.pat_h_n_List .pat_h_n_box {
		padding: 15px;
	}

		.pat_h_n_List .pat_h_n_box > ul li {
			margin: 0 0 10px 0
		}

		.pat_h_n_List .pat_h_n_box > ul {
			height: 378px;
		}

			.pat_h_n_List .pat_h_n_box > ul li span {
				margin: 4px 0 0
			}
}

@media (max-width:980px) { /*ipad*/
	.pat_h_newsMain {
		margin-left: 0px;
		margin-right: 0px
	}

		.pat_h_newsMain > div {
			float: none;
			width: 100%;
			padding: 0;
			margin-bottom: 10px;
		}

		.pat_h_newsMain .pat_h_n_box {
			overflow: hidden;
		}

	.pat_h_n_Hot .pat_hnHot_img {
		width: 250px;
		height: 180px;
		float: left;
		position: relative;
	}

		.pat_h_n_Hot .pat_hnHot_img > img {
			height: 100%;
			width: auto;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
		}

	.pat_h_n_Hot .pat_hnHot_info h6 {
		height: 22px;
		-webkit-line-clamp: 1;
	}

	.pat_h_n_Hot .pat_hnHot_info .pat_hnHot_date {
		/*position: absolute;
		left: 15px;
		bottom: 20px*/
	}

	.pat_h_n_Hot .pat_hnHot_info p {
		height: 60px;
		-webkit-line-clamp: 3;
	}

	.pat_hnHot_more {
		float: right;
		margin-top: 15px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_h_n_Hot .pat_hnHot_img {
		width: 100%;
		height: 0.5rem;
		float: none
	}

		.pat_h_n_Hot .pat_hnHot_img > img {
			width: 100%;
			height: auto;
			position: absolute;
			left: auto;
			top: 50%;
			transform: translate(0,-50%);
		}
}

@media (max-width:320px) { /*small size mobile*/

}

/* 顶部版权 */
.pat_footer {
	background: url(../images/foot_bg.png) no-repeat;
	padding: 20px 0;
	background-size: cover;
	font-size: 14px
}

.foot_box {
	width: 1200px;
	max-width: 1200px;
	margin: 93px auto 0;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #DD2226
}

.foot_tit_box1>div {
	font-size: 18px;
	color: #fff;
}

.foot_tit_box1>ul {
	margin-top: 30px;
}

.foot_tit_box1>ul>li {
	line-height: 30px;
	font-size: 14px;
	color: #8C949D;
}

.foot_tit_box1>ul>li>a {
	font-size: 14px;
	color: #8C949D;
}

.foot_tit01 {
	font-size: 14px;
	color: #8C949D;
}

.foot_tit02 {
	font-size: 24px;
	color: #BD1020;
}

.foot_tit01>img {
	width: 128px;
	height: 126px;
}

.foot_tit_madin02 {
	margin-top: 40px;
}

.foot_tit_madin02>.foot_tit01>img {
	margin-top: 10px;
}

.foot_tit_madin03>ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.foot_tit_box3 {
	display: flex;
	width: 100%;
	border-top: 1px solid #8C949D;
	padding-top: 30px;
	margin-top: 30px;
}

.foot_tit_box3>div {
	color: #8C949D
}

.foot_tit_box3>div>a {
	color: #8C949D;
	margin: 0 20px;
}

.foot_tit05 {
	margin-left: auto
}

.pat_foot_qrcode {
	float: left;
	width: 116px;
	height: 116px
}

.pat_footer_main {
	float: right;
	padding: 15px 0 0;
	width: calc(100% - 150px);
	max-width: 980px
}

.pat_footer_contact {
	overflow: hidden;
	text-align: right;
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.pat_footer_contact li {
	display: inline-block;
	margin-left: 20px
}

.pat_footer_copyright {
	text-align: right
}

.pat_footer_copyright a,
.pat_footer_copyright span {
	margin-left: 20px;
	color: #222
}

.pat_footer_copyright a:hover {
	color: #cb1016
}

.foot_box1 {
	display: none;
}

@media (max-width:1220px) {

	/*ipad pro*/
	.pat_footer_main {
		padding: 0px 0 0;
	}

	.pat_footer_contact {
		text-align: left;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.pat_footer_copyright {
		text-align: left
	}

	.pat_footer_contact li {
		margin-left: 0;
		margin-right: 15px
	}

	.pat_footer_copyright a,
	.pat_footer_copyright span {
		margin-left: 0px;
		margin-right: 15px;
		word-break: keep-all
	}
}

@media (max-width:980px) {
	/*ipad*/

}

@media (max-width:600px) {

	/*mobile*/
	.pat_foot_qrcode {
		display: none
	}

	.pat_footer_main {
		float: none;
		width: 100%
	}

	.pat_footer {
		background: url(../images/foot_bg1.png) no-repeat;
		background-size: cover;
		padding: 20px 0;
		font-size: 14px
	}

	.foot_box1 {
		display: block;
		margin-top: 30px;
		padding-top: 20px;
		padding-left:20px;
		box-sizing: border-box;
		border-top: 1px solid #DD2226;
	}

	.foot_box {
		display: none;
	}

	.foot_tit_box3 {
		display: none;
	}

	.foot_box1_tit2 {font-size:14px; color:#8F8F93; font-weight: bold;}
	.foot_box1_tit1{margin-top:20px;}
	.foot_tit02{font-weight: 500;}
	.foot_tit_box1{margin-top:20px; line-height: 20px;}
	.foot_tit_box1>ul>li{line-height: 20px;}
	.foot_tit_box4{margin-top:40px; line-height: 20px;}
	.foot_tit_box4>div{line-height: 20px;color:#8F8F93; }
}

@media (max-width:320px) {
	/*small size mobile*/

}


/* 关于我们 */
.pat_inpage_tit {
	position: relative;
	height: 70px;
	font-size: 20px
}

	.pat_inpage_tit > h4 {
		font-size: 2em;
		position: relative;
		color: #fff;
		font-weight: normal;
	}

	.pat_inpage_tit > em {
		font-size: 4em;
		color: #fff;
		opacity: 0.05;
		font-weight: bolder;
		position: absolute;
		left: 0;
		top: 0;
	}

	.pat_inpage_tit > span {
		display: block;
		position: relative;
		font-size: 1em;
		color: #fff
	}

	.pat_inpage_tit > i {
		display: block;
		position: absolute;
		left: 6em;
		top: 3em;
		border-radius: 2px 0 0 2px;
		width: 10em;
		height: 4px;
		background: -webkit-linear-gradient(right,#e50716,rgba(229,7,22,0));
		background: linear-gradient(to right, #e50716, rgba(229,7,22,0));
	}

	.pat_inpage_tit.black_them > h4, .pat_inpage_tit.black_them > em, .pat_inpage_tit.black_them > span {
		color: #222
	}

.pat_about_tit2 {
	font-size: 20px
}

	.pat_about_tit2 > h4 {
		display: block;
		font-size: 2em;
		font-weight: normal
	}

	.pat_about_tit2 > span {
		display: block;
		font-size: 1em
	}

.pat_about_gsjs {
	background: url(../img/about_bg.jpg);
	padding: 130px 0 0;
	color: #fff
}

.pat_ag1_lf, .pat_ag1_rt, .pat_ag2_lf, .pat_ag2_rt {
	float: left;
	width: 50%
}

.pat_about_gsjs p {
	font-size: 14px;
	color: #ddd;
	margin-top: 30px
}

.pat_ag1_lf {
	padding: 0 50px 50px
}

.pat_ag1_rt > img {
	width: 100%
}

.pat_ag2_lf {
	background: url(../img/about_logoBg.jpg) no-repeat left top;
	background-size: cover;
	padding: 50px
}

.pat_ag2_rt {
	padding: 50px
}

.pat_ag2_child h6 {
	font-size: 20px;
	font-weight: normal
}

	.pat_ag2_child h6 i {
		font-size: 24px;
		font-weight: normal
	}

.pat_about_nav {
	padding: 50px 0 30px
}

	.pat_about_nav li {
		float: left;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		cursor: pointer;
		margin-right: 100px;
		position: relative
	}

		.pat_about_nav li.active:after {
			content: "";
			display: block;
			width: 40px;
			height: 3px;
			background: #cb1016;
			position: absolute;
			left: 50%;
			bottom: -5px;
			margin-left: -20px
		}

		.pat_about_nav li a {
			color: #fff
		}

@media (max-width:1220px) { /*ipad pro*/
	.pat_about_gsjs {
		padding: 100px 0 0;
	}

	.pat_inpage_tit, .pat_about_tit2 {
		font-size: 18px
	}

	.pat_ag1_lf {
		padding: 0 30px 30px
	}

	.pat_ag2_lf {
		padding: 30px
	}

	.pat_ag2_rt {
		padding: 30px
	}

	.pat_about_gsjs p {
		margin-top: 20px
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_inpage_tit, .pat_about_tit2 {
		font-size: 16px
	}

	.pat_about_nav li {
		margin-right: 60px;
		font-size: 20px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_about_gsjs {
		padding: 70px 0 0;
	}

	.pat_inpage_tit, .pat_about_tit2 {
		font-size: 14px
	}

	.pat_ag1 {
		margin-bottom: 10px
	}

	.pat_ag1_lf, .pat_ag1_rt, .pat_ag2_lf, .pat_ag2_rt {
		float: none;
		width: 100%
	}

	.pat_ag1_lf {
		padding: 0 0px 20px
	}

	.pat_ag2_lf {
		padding: 20px
	}

	.pat_ag2_rt {
		padding: 20px 0
	}

	.pat_about_gsjs p {
		margin-top: 15px
	}

	.pat_about_nav {
		padding: 20px 0 10px
	}

		.pat_about_nav li {
			margin-right: 0px;
			width: 33.3%;
			font-size: 18px;
			text-align: center;
		}
}

@media (max-width:320px) { /*small size mobile*/

}

.pat_about_img {
	background: url(../img/about_img.jpg);
	height: 600px;
	padding: 60px 0 0
}

.pat_aboutSwiperBox {
	position: relative;
	width: 100%;
	height: 420px;
	padding: 100px 0 0;
	z-index: 1;
}

.pat_about_swiper {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.pat_aboutSwiperBox .swiper-pagination {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	text-align: left;
	width: 150px;
	bottom: auto;
	height: 55px
}

.pat_aboutSwiperBox .swiper-button-prev, .pat_aboutSwiperBox .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	border-radius: 50%;
	background: #fff;
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
	transition: all 0.3s linear
}

.pat_aboutSwiperBox .swiper-button-prev {
	right: 70px
}

.pat_aboutSwiperBox .pat_about_swiperBtn:hover {
	background: #cb1016;
	color: #fff
}

.pat_about_swiperImg {
	margin-left: -10px;
	margin-right: -10px;
	height: 100%
}

	.pat_about_swiperImg li {
		float: left;
		width: 33.33%;
		padding: 0 10px;
		height: 100%
	}

		.pat_about_swiperImg li div {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

		.pat_about_swiperImg li img {
			width: auto;
			height: 100%;
			position: absolute;
			left: 50%;
			top: 0;
			transform: translate(-50%,0);
		}

@media (max-width:1220px) { /*ipad pro*/

}

@media (max-width:980px) { /*ipad*/
	.pat_about_img {
		height: auto;
		background-size: cover;
		padding: 40px 0 20px
	}

	.pat_aboutSwiperBox {
		height: auto;
		padding: 40px 0 60px
	}

	.pat_about_swiper {
		height: 160px
	}

	.pat_about_swiperImg {
		margin-left: -5px;
		margin-right: -5px;
	}

		.pat_about_swiperImg li {
			padding: 0 5px
		}

	.pat_aboutSwiperBox .swiper-pagination {
		top: -30px;
		font-size: 40px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_about_swiper {
		height: auto
	}

	.pat_about_swiperImg {
		margin-left: 0;
		margin-right: 0
	}

		.pat_about_swiperImg li {
			float: none;
			width: 100%;
			padding: 0;
			margin-bottom: 5px
		}

			.pat_about_swiperImg li div {
				height: 0.5rem
			}

			.pat_about_swiperImg li img {
				width: 100%;
				height: auto;
				position: absolute;
				left: 0;
				top: 50%;
				transform: translate(0, -50%);
			}
}

@media (max-width:320px) { /*small size mobile*/

}

.pat_about_qyln {
	background: url(../img/about_qyln.jpg) no-repeat center -1px;
	background-size: auto 100%;
	height: 320px;
	padding: 80px 0 0
}

	.pat_about_qyln p {
		color: #cb1016;
		font-size: 24px;
		margin: 40px 0 0
	}

@media (max-width:600px) { /*mobile*/
	.pat_about_qyln {
		height: 200px;
		padding: 40px 0 0
	}

		.pat_about_qyln p {
			margin: 20px 0 0
		}
}

.pat_about_qylnList {
	background: url(../img/about_ln.jpg) no-repeat center top;
	height: 644px;
}

	.pat_about_qylnList ul {
		overflow: hidden
	}

		.pat_about_qylnList ul li {
			float: left;
			width: 25%;
			height: 322px;
			text-align: center;
			padding: 70px 50px 0;
			transition: all 0.3s linear;
			cursor: default
		}

			.pat_about_qylnList ul li i {
				display: block;
				margin: 0 auto;
				color: #8a8a8a;
				font-size: 60px
			}

			.pat_about_qylnList ul li h6 {
				font-size: 20px;
				font-weight: normal;
				color: #fff;
				margin-top: 20px
			}

			.pat_about_qylnList ul li span {
				display: block;
				font-size: 14px;
				color: #ddd;
				margin-top: 20px
			}

			.pat_about_qylnList ul li:nth-child(2),
			.pat_about_qylnList ul li:nth-child(4),
			.pat_about_qylnList ul li:nth-child(5),
			.pat_about_qylnList ul li:nth-child(7) {
				background: rgba(255,255,255,.02)
			}

			.pat_about_qylnList ul li:hover {
				background: #cb1016
			}

				.pat_about_qylnList ul li:hover i {
					color: #fff
				}

@media (max-width:1220px) { /*ipad pro*/
	.pat_about_qylnList ul li {
		padding: 70px 30px 0;
	}
}

@media (max-width:980px) { /*ipad*/

}

@media (max-width:600px) { /*mobile*/
	.pat_about_qylnList {
		background-size: cover;
		height: auto;
	}

		.pat_about_qylnList ul li {
			width: 50%;
			padding: 40px 15px 0;
			height: 240px
		}

			.pat_about_qylnList ul li:nth-child(2),
			.pat_about_qylnList ul li:nth-child(3),
			.pat_about_qylnList ul li:nth-child(6),
			.pat_about_qylnList ul li:nth-child(7) {
				background: rgba(255,255,255,.02)
			}

			.pat_about_qylnList ul li:nth-child(1),
			.pat_about_qylnList ul li:nth-child(4),
			.pat_about_qylnList ul li:nth-child(5),
			.pat_about_qylnList ul li:nth-child(8) {
				background: none
			}

			.pat_about_qylnList ul li i {
				font-size: 50px
			}

			.pat_about_qylnList ul li h6 {
				font-size: 20px;
				margin-top: 10px
			}

			.pat_about_qylnList ul li span {
				font-size: 14px;
				margin-top: 10px
			}
}

@media (max-width:320px) { /*small size mobile*/

}

.pat_about_devlop {
	background: url(../img/about_devlop.jpg) no-repeat right bottom;
	padding: 80px 0 0;
	height: 660px;
	background-size: cover;
}

	.pat_about_devlop ul {
		border-bottom: solid 2px #fff;
		margin-top: 50px;
		position: relative;
		height: 200px
	}

		.pat_about_devlop ul li {
			float: right;
			width: 16.66%;
			height: 100%;
			font-size: 18px;
			color: #fff;
			text-align: center;
			padding: 10px 20px;
			overflow: hidden
		}

			.pat_about_devlop ul li > span em {
				font-size: 36px;
				font-style: normal;
				font-weight: bold;
			}

			.pat_about_devlop ul li > p {
				font-size: 16px;
				margin-top: 15px;
				position: relative
			}

				.pat_about_devlop ul li > p i {
					display: block;
					width: 1px;
					height: 260px;
					background: rgba(255,255,255,.3);
					position: absolute;
					top: 150%;
					left: 50%
				}

					.pat_about_devlop ul li > p i:after {
						content: "";
						display: block;
						width: 5px;
						height: 5px;
						border-radius: 100%;
						background: #cb1016;
						position: absolute;
						top: -5px;
						left: -2px
					}

		.pat_about_devlop ul:before {
			content: "\e60e";
			font-family: "danfont" !important;
			font-size: 32px;
			font-style: normal;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			color: #fff;
			position: absolute;
			right: -14px;
			bottom: -17px
		}

@media (max-width:980px) { /*ipad*/
	.pat_about_devlop ul li {
		font-size: 16px;
		padding: 5px 5px;
	}

		.pat_about_devlop ul li > span em {
			font-size: 30px;
		}

		.pat_about_devlop ul li > p {
			font-size: 15px;
			margin-top: 10px;
		}
}

@media (max-width:600px) { /*mobile*/
	.pat_about_devlop {
		padding: 30px 0 200px;
		height: auto;
	}

		.pat_about_devlop ul {
			border-bottom: none;
			border-left: solid 2px #fff;
			margin-top: 30px;
			margin-left: 20px;
			height: auto
		}

			.pat_about_devlop ul li {
				float: none;
				width: 100%;
				height: auto;
				text-align: left;
				padding: 15px 0px 15px 30px;
				overflow: hidden
			}

				.pat_about_devlop ul li > p {
					margin-top: 10px;
				}

					.pat_about_devlop ul li > p i {
						display: block;
						width: 300px;
						height: 1px;
						left: auto;
						right: 104%;
						top: 50%
					}

						.pat_about_devlop ul li > p i:after {
							top: -2px;
							right: -5px;
							left: auto
						}

			.pat_about_devlop ul:before {
				left: -17px;
				right: auto;
				bottom: auto;
				top: -13px;
				transform: rotate(-90deg)
			}
}

.pat_about_honor {
	background: url(../img/about_honor.jpg) no-repeat right bottom;
	background-size: cover;
	padding: 80px 0 70px
}

.pat_about_honorNumber {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	padding: 60px 0 40px
}

	.pat_about_honorNumber li {
		float: left;
		width: 50%;
		text-align: center;
	}

		.pat_about_honorNumber li b {
			color: #cb1016;
			font-size: 72px;
			font-weight: bold
		}

.pat_about_honorImg {
	display: block;
	margin: 0 auto
}

@media (max-width:1220px) { /*ipad pro*/
	.pat_about_honor {
		padding: 60px 0 50px
	}

	.pat_about_honorNumber {
		padding: 40px 0 40px
	}

	.pat_about_honorImg {
		width: 100%
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_about_honor {
		padding: 20px 0 20px
	}

	.pat_about_honorNumber {
		padding: 20px 0 20px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_about_honorNumber {
		width: 100%;
	}

		.pat_about_honorNumber li b {
			font-size: 54px;
		}
}

.pat_about_partner {
	background: url(../img/about_partners.jpg) center top no-repeat;
	height: 800px;
	padding: 70px 0 0
}

.pat_a_partnerList {
	width: 1000px;
	margin: 110px auto 0;
	overflow: hidden
}

	.pat_a_partnerList li {
		float: left;
		width: 25%;
		padding: 10px
	}

		.pat_a_partnerList li img {
			width: 100%;
			display: block
		}

@media (max-width:1220px) { /*ipad pro*/
	.pat_about_partner {
		height: 700px;
	}

	.pat_a_partnerList {
		width: auto;
		margin: 80px -10px 0 -10px;
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_about_partner {
		height: auto;
		padding: 60px 0 30px
	}

	.pat_a_partnerList {
		margin: 30px -10px 0 -10px;
	}

		.pat_a_partnerList li {
			width: 33.33%;
			padding: 10px
		}
}

@media (max-width:600px) { /*mobile*/
	.pat_about_partner {
		padding: 30px 0 20px
	}

	.pat_a_partnerList {
		margin: 20px -1px 0 -1px;
	}

		.pat_a_partnerList li {
			width: 33.33%;
			padding: 1px
		}
}


/* 产品中心 */
.pat_pro_category {
	margin-bottom: 50px
}

	.pat_pro_category ul {
		overflow: hidden;
		margin-left: -10px;
		margin-right: -10px
	}

		.pat_pro_category ul li {
			float: left;
			padding: 10px;
			width: 33.3%
		}

			.pat_pro_category ul li .pat_procateBox {
				display: block;
				height: 360px;
				position: relative;
				background-position: center;
				background-size: cover;
				color: #fff;
			}

.pat_procateBox > div {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	padding: 0 20px
}

	.pat_procateBox > div > em {
		font-size: 16px;
		margin-bottom: 5px
	}

	.pat_procateBox > div > h3 {
		font-size: 24px;
		margin-bottom: 5px
	}

	.pat_procateBox > div > p {
		font-size: 14px;
		margin-bottom: 5px;
		color: #ccc
	}

	.pat_procateBox > div > span {
		font-size: 14px;
	}

		.pat_procateBox > div > span > i {
			color: #e50716
		}

.pat_pro_category ul li:nth-child(1),
.pat_pro_category ul li:nth-child(4) {
	width: 66.6%
}

/* 解决方案 */
.pat_sol_cate ul li .pat_procateBox {
	height: 288px;
}

.pat_sol_cate ul li:nth-child(4) {
	width: 33.3%
}

.pat_sol_cate ul li:nth-child(1),
.pat_sol_cate ul li:nth-child(6) {
	width: 58%
}

.pat_sol_cate ul li:nth-child(2),
.pat_sol_cate ul li:nth-child(7) {
	width: 42%
}

@media (max-width:1220px) { /*ipad pro*/
	.pat_pro_category ul {
		margin-left: -5px;
		margin-right: -5px
	}

		.pat_pro_category ul li {
			padding: 5px;
		}

			.pat_pro_category ul li .pat_procateBox {
				height: 280px
			}
}

@media (max-width:980px) { /*ipad*/
	.pat_pro_category ul li .pat_procateBox {
		height: 240px
	}

	.pat_sol_cate ul li .pat_procateBox {
		height: 200px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_pro_category {
		margin-bottom: 20px
	}

		.pat_pro_category ul {
			margin-left: 0px;
			margin-right: 0px
		}

			.pat_pro_category ul li, .pat_pro_category ul li:nth-child(1),
			.pat_pro_category ul li:nth-child(4) {
				padding: 0px;
				width: 100%;
				margin-bottom: 10px
			}

	.pat_sol_cate ul li, .pat_sol_cate ul li:nth-child(1), .pat_sol_cate ul li:nth-child(2), .pat_sol_cate ul li:nth-child(6), .pat_sol_cate ul li:nth-child(7),
	.pat_sol_cate ul li:nth-child(4) {
		padding: 0px;
		width: 100%;
		margin-bottom: 10px
	}
}

/* 产品列表 */
.pat_proCategory {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff
}

	.pat_proCategory ul {
	}

		.pat_proCategory ul li {
			float: left;
			width: 14.28%;
			position: relative
		}

			.pat_proCategory ul li.active:after {
				content: "";
				display: block;
				width: 50%;
				height: 2px;
				background: #e50716;
				position: absolute;
				bottom: 0;
				left: 50%;
				transform: translateX(-50%)
			}

			.pat_proCategory ul li.active span {
				color: #e50716
			}

			.pat_proCategory ul li .pat_proCategory_img {
				width: 85px;
				height: 95px;
				padding: 10px 0 0;
				margin: 0 auto 0px
			}

			.pat_proCategory ul li img {
				width: 100%;
				height: 100%;
				display: block;
			}

			.pat_proCategory ul li span {
				display: block;
				padding: 15px 0;
				font-size: 14px;
				color: #222;
				text-align: center;
			}

.pat_proList {
	background: #f2f2f2
}

	.pat_proList ~ .pat_footer {
		background: #fff
	}

	.pat_proList ul {
		padding: 20px 0 1px
	}

		.pat_proList ul li {
			background: #fff;
			margin-bottom: 20px;
			overflow: hidden
		}

.pat_proList_box .pat_proL_lf {
	float: left;
	width: calc(100% - 350px);
	padding: 50px
}

	.pat_proList_box .pat_proL_lf > h2 {
		font-size: 15px
	}

	.pat_proList_box .pat_proL_lf > em {
		display: block;
		font-size: 40px;
		margin-top: 15px
	}

	.pat_proList_box .pat_proL_lf > p {
		font-size: 14px;
		margin-top: 15px;
		width: 80%
	}

	.pat_proList_box .pat_proL_lf > a {
		display: inline-block;
		color: #fff;
		background: #e50716;
		border-radius: 30px;
		padding: 8px 20px;
		margin-top: 25px
	}

.pat_proList_box .pat_proL_img {
	float: left;
	width: 350px;
	height: 350px;
	padding: 20px
}

	.pat_proList_box .pat_proL_img img {
		width: 100%;
		height: 100%
	}

@media (max-width:1220px) { /*ipad pro*/

}

@media (max-width:980px) { /*ipad*/
	.pat_proCategory ul li {
		width: auto;
		margin-right: 25px
	}

	.pat_proList_box .pat_proL_lf {
		width: calc(100% - 300px);
		padding: 20px
	}

		.pat_proList_box .pat_proL_lf > p {
			width: 100%
		}

	.pat_proList_box .pat_proL_img {
		width: 300px;
		height: 300px;
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_proCategory ul li .pat_proCategory_img {
		display: none;
		height: 0;
		padding: 0
	}

	.pat_proList_box .pat_proL_lf {
		float: none;
		width: 100%;
		padding: 15px
	}

	.pat_proList_box .pat_proL_img {
		float: none;
		width: 100%;
		height: 0.914rem;
		padding: 20px
	}

	.pat_proList ul li {
		margin-bottom: 10px
	}

	.pat_proList_box .pat_proL_lf > em {
		font-size: 30px;
	}
}

/* 产品详情 */
.pat_proDetail {
	background: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 30px
}

	.pat_proDetail ~ .pat_footer {
		background: #fff
	}

.pat_proDetail_lf {
	background: #fff;
	float: left;
	width: 280px;
	padding: 10px
}

	.pat_proDetail_lf ul {
	}

		.pat_proDetail_lf ul li.open ul {
			display: block
		}

		.pat_proDetail_lf ul li > span {
			display: block;
			cursor: pointer;
			border-bottom: solid 1px #ddd;
			padding: 8px 0 8px 10px
		}

			.pat_proDetail_lf ul li > span i.danfont {
				display: inline-block;
				margin-right: 5px;
				font-size: 14px;
				color: #999;
				margin-left: -10px
			}

		.pat_proDetail_lf ul li.open > span i.danfont {
			transform: rotate(90deg)
		}

	.pat_proDetail_lf li > ul {
		padding-left: 10px;
		display: none
	}


.pat_proDetail_rt {
	background: #fff;
	float: right;
	width: calc(100% - 290px);
	padding: 20px
}

.pat_proDetail_subnav {
	background: #f2f2f2;
	overflow: hidden;
	padding: 15px 0
}

	.pat_proDetail_subnav li {
		float: left;
		width: 25%;
		height: 26px;
		line-height: 26px;
		border-right: solid 1px #e5e5e5;
		text-align: center;
		cursor: pointer;
		position: relative
	}

		.pat_proDetail_subnav li a {
			color: #222
		}

		.pat_proDetail_subnav li.active a {
			color: #cb1016;
		}

		.pat_proDetail_subnav li.active:after {
			content: "";
			display: block;
			width: 15%;
			height: 3px;
			background: #e50716;
			position: absolute;
			bottom: -15px;
			left: 50%;
			transform: translateX(-50%)
		}

.pat_proDetail_tit {
	margin-top: 25px;
	height: 30px;
	line-height: 30px;
	color: #cb1016;
}

	.pat_proDetail_tit > div {
		position: relative;
		padding: 0 0 0 15px;
		display: inline-block
	}

		.pat_proDetail_tit > div:before {
			content: "";
			display: block;
			width: 102%;
			/*height: 10px;*/
			background: #e6e6e6;
			position: absolute;
			left: 10px;
			top: 15px;
			transform: skewX(-45deg);
			z-index: 0;
		}

		.pat_proDetail_tit > div:after {
			content: "";
			display: block;
			width: 3px;
			height: 10px;
			background: #cb1016;
			position: absolute;
			left: 0;
			top: 10px;
			z-index: 0
		}

		.pat_proDetail_tit > div em {
			float: left;
			font-size: 20px;
			font-weight: bold;
			font-style: normal;
			margin-right: 5px;
			position: relative;
			z-index: 1;
		}

		.pat_proDetail_tit > div h2 {
			float: left;
			font-size: 16px;
			position: relative;
			z-index: 1
		}

.pat_proDetail_info {
	margin-left: 20px
}

	.pat_proDetail_info > h3 {
		font-size: 16px;
		font-weight: normal;
		margin-top: 30px
	}

.pat_proDetail_txt {
	margin-top: 20px;
	font-size: 14px
}

.pat_proDetail_img {
	float: right;
	width: 250px;
	height: 250px;
	margin-left: 30px;
	margin-bottom: 30px;
	border: solid 1px #ccc;
	overflow: hidden
}

	.pat_proDetail_img > img {
		width: 100%;
		height: auto
	}

.pat_proDetail_table {
	margin: 25px 0 0 20px;
	border: solid 1px #e9e9e9;
	border-spacing: 0;
	font-size: 14px
}

	.pat_proDetail_table tr td {
		padding: 10px;
		background: #f5f5f5
	}

	.pat_proDetail_table tr:nth-child(even) td {
		background: #fff
	}

	.pat_proDetail_table tr td:first-child {
		width: 150px;
		text-align: center;
		background: #eee
	}

	.pat_proDetail_table tr:nth-child(even) td:first-child {
		background: #f8f8f8
	}

.pat_proDetail_sizePic {
	margin: 25px 0 0 20px;
	padding: 20px;
	border: solid 1px #ddd
}

	.pat_proDetail_sizePic img {
		max-width: 100%
	}

.pat_proDetail_files {
	margin-top: 25px;
	margin-left: 20px
}

	.pat_proDetail_files ul {
		border: solid 1px #ddd
	}

		.pat_proDetail_files ul li {
			height: 50px;
			line-height: 50px;
			overflow: hidden
		}

			.pat_proDetail_files ul li span.proD_file_type {
				display: block;
				float: left;
				width: 20%;
				text-align: center;
			}

			.pat_proDetail_files ul li span.proD_file_name {
				display: block;
				float: left;
				width: 60%;
				padding-left: 10px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis
			}

			.pat_proDetail_files ul li a {
				display: block;
				float: left;
				width: 20%;
				text-align: center;
				color: #cb1016
			}

			.pat_proDetail_files ul li:nth-child(even) {
				background: #f5f5f5
			}

@media (max-width:1220px) { /*ipad pro*/
	.pat_proDetail_lf {
		width: 220px;
	}

	.pat_proDetail_rt {
		width: calc(100% - 230px);
		padding: 15px
	}

	.pat_proDetail_info, .pat_proDetail_table, .pat_proDetail_sizePic, .pat_proDetail_files {
		margin-left: 0px
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_proDetail_lf {
		display: none
	}

	.pat_proDetail_rt {
		width: 100%;
		padding: 15px
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_proDetail {
		padding-top: 50px;
		padding-bottom: 20px
	}

	.pat_proDetail_rt {
		padding: 10px
	}

	.pat_proDetail_subnav {
		padding: 10px 0
	}

		.pat_proDetail_subnav li.active:after {
			bottom: -10px;
		}

	.pat_proDetail_tit {
		margin-top: 15px
	}

	.pat_proDetail_info > h3 {
		margin-top: 20px
	}

	.pat_proDetail_txt {
		margin-top: 15px
	}

	.pat_proDetail_img {
		float: none;
		width: 100%;
		margin: 20px 0 15px;
		height: 0.86rem
	}

	.pat_proDetail_table tr td:first-child {
		width: 90px
	}

	.pat_proDetail_table tr td {
		padding: 8px
	}

	.pat_proDetail_sizePic {
		margin-top: 15px;
		padding: 0
	}

	.pat_proDetail_files {
		margin-top: 15px
	}
}

/* 行业解决方案详情 */
.pat_solDetail {
	padding-top: 80px;
	padding-bottom: 30px
}

.pat_solD_ban {
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative
}

	.pat_solD_ban img {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,0);
		overflow: hidden
	}

.pat_solD_hygs {
	padding: 30px 0;
	font-size: 16px
}

	.pat_solD_hygs p {
		margin-bottom: 10px
	}

.pat_solD_ptcp {
	background: #f2f2f2;
	padding: 50px 0
}

.pat_solD_ptcp_box {
	height: auto;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 30px
}

.pat_sdp_lf {
	float: left;
	width: 20%;
	padding: 5px
}

	.pat_sdp_lf > div {
		background: #fff;
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 730px;
		background-position: center bottom;
		padding: 70px 20px
	}

		.pat_sdp_lf > div em {
			font-size: 42px;
			font-style: normal;
			font-weight: bold;
		}

		.pat_sdp_lf > div h5 {
			font-size: 16px;
			font-weight: normal;
			margin-top: 20px
		}

.pat_sdp_rt {
	float: left;
	width: 80%;
	padding: 0 5px
}

	.pat_sdp_rt .pat_h_prod_cont {
		margin-top: 0
	}

		.pat_sdp_rt .pat_h_prod_cont ul li div.pat_h_prod_Box {
			height: 360px
		}

		.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > .pat_h_prod_img {
			width: 232px;
			height: 232px;
			margin-top: 0px
		}

		.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > span {
			font-size: 22px;
			text-align: center;
		}

		.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > h5 {
			font-size: 16px;
			text-align: center
		}

		.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > .pat_h_prod_info {
			height: 180px
		}

			.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > .pat_h_prod_info p  {
				margin-bottom: 10px;
			}

.pat_solD_gcal {
	padding: 50px 0 20px
}

.pat_solD_gcalTxt {
	font-size: 16px;
	margin-top: 30px
}

	.pat_solD_gcalTxt p {
		margin-bottom: 10px
	}

		

.pat_solD_gcalImg {
	overflow: hidden;
	margin-top: 30px
}

	.pat_solD_gcalImg ul {
		margin-left: -5px;
		margin-right: -5px;
		overflow: hidden
	}

		.pat_solD_gcalImg ul li {
			float: left;
			width: 33.3%;
			height: 216px;
			padding: 5px
		}

			.pat_solD_gcalImg ul li > div {
				width: 100%;
				height: 100%;
				overflow: hidden
			}

				.pat_solD_gcalImg ul li > div img {
					width: 100%;
					height: auto
				}



@media (max-width:1220px) { /*ipad pro*/
	.pat_solD_ban {
		height: 0.378rem
	}

		.pat_solD_ban img {
			width: 140%;
			height: auto
		}

	.pat_sdp_lf {
		display: none
	}

	.pat_sdp_rt {
		float: none;
		width: 100%;
		padding: 0 5px
	}

	.pat_solD_gcalImg ul li {
		height: 176px;
	}
}

@media (max-width:980px) { /*ipad*/
	.pat_solD_ptcp {
		padding: 50px 0 30px
	}

	.pat_solD_gcalImg ul li {
		height: 0.27rem;
		width: 50%
	}
}

@media (max-width:600px) { /*mobile*/
	.pat_solD_ptcp {
		padding: 30px 0 20px
	}

	.pat_solDetail {
		padding-top: 50px;
		padding-bottom: 20px
	}

	.pat_sdp_rt .pat_h_prod_cont ul li div.pat_h_prod_Box {
		height: 0.7rem
	}

	.pat_sdp_rt .pat_h_prod_cont .pat_h_prod_card > .pat_h_prod_img {
		width: 100%;
		height: 0.464rem;
	}

	.pat_solD_gcal {
		padding: 40px 0 0px
	}

	.pat_solD_gcalImg ul li {
		height: 0.54rem;
		width: 100%
	}
}

@media (max-width:320px) { /*sm-mobile*/
	.pat_sdp_rt .pat_h_prod_cont ul li div.pat_h_prod_Box {
		height: 0.78rem
	}
}

/* 服务于支持 */
.pat_service_wrap {
	background: #f2f2f2
}

.pat_service_tab {
	overflow: hidden;
	border-bottom: solid 1px #ddd
}

	.pat_service_tab li {
		float: left;
		margin-right: 60px;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		position: relative
	}

		.pat_service_tab li.active {
			color: #cb1016;
			font-weight: bold;
		}

			.pat_service_tab li.active:after {
				content: "";
				display: block;
				width: 100%;
				height: 3px;
				background: #cb1016;
				position: absolute;
				bottom: 0;
				left: 0
			}

.pat_service_List {
	padding: 30px 0 0
}

	.pat_service_List ul {
		padding: 0 0 10px 0
	}

		.pat_service_List ul li {
			background: #fff;
			height: 80px;
			line-height: 80px;
			padding: 0 25px;
			margin-bottom: 30px;
			overflow: hidden;
			transition: all 0.3s linear
		}

.pat_svL_name {
	float: left;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	overflow: hidden
}

	.pat_svL_name .pat_svL_Img {
		width: 60px;
		height: 60px;
		float: left;
		margin: 10px 10px 0 0;
		overflow: hidden;
		border-radius: 4px
	}

		.pat_svL_name .pat_svL_Img img {
			width: 100%;
			height: auto
		}

.pat_svL_Img + span {
	line-height: 70px
}

.pat_svL_date {
	float: left;
	width: 20%;
	text-align: center;
}

.pat_svL_Btn {
	float: left;
	width: 20%;
	text-align: right;
}

	.pat_svL_Btn a {
		color: #222;
		display: inline-block;
		padding: 0px 20px;
		border: solid 1px #ddd;
		border-radius: 30px;
		height: 32px;
		line-height: 30px;
		margin-left: 15px
	}

		.pat_svL_Btn a:first-child {
			margin-left: 0
		}

.pat_service_List ul li:hover {
	background: #cb1016
}

	.pat_service_List ul li:hover .pat_svL_name, .pat_service_List ul li:hover .pat_svL_date {
		color: #fff
	}

	.pat_service_List ul li:hover .pat_svL_Btn a {
		color: #fff;
		border-color: #fff
	}

@media (max-width:1220px) { /*ipad pro*/
	.pat_service_List ul li {
		margin-bottom: 15px
	}
}

.pat_service_List ul.pat_S_img_list {
}



/* 留言 */
.pat_message {
	padding: 50px 0
}

.pat_messageBox {
	background: #fff;
	height: 600px;
	box-shadow: 0 3px 15px rgba(0,0,0,.2);
	border-radius: 5px;
	overflow: hidden
}

.pat_mBox_lf {
	float: left;
	width: 400px;
	height: 100%;
	padding: 50px;
	background: url(../img/message_bg.jpg) no-repeat center center;
	background-size: cover
}

	.pat_mBox_lf dt {
		margin-bottom: 35px
	}

		.pat_mBox_lf dt img {
			width: 120px
		}

	.pat_mBox_lf dd {
		color: #fff;
		margin-top: 25px
	}

		.pat_mBox_lf dd label {
			display: block;
			color: #ddd
		}

		.pat_mBox_lf dd span {
			display: block;
			color: #fff;
			margin-top: 10px
		}

	.pat_mBox_lf > i {
		display: block;
		border-radius: 2px 0 0 2px;
		width: 80%;
		height: 2px;
		background: -webkit-linear-gradient(right,#fff,rgba(255,255,255,0));
		background: linear-gradient(to right, #fff, rgba(255,255,255,0));
		margin-top: 30px
	}

.pat_mBox_rt {
	float: left;
	width: calc(100% - 400px);
	padding: 40px
}

	.pat_mBox_rt > h4 {
		font-size: 20px
	}

	.pat_mBox_rt > span {
		font-size: 14px;
		color: #666;
		display: block;
		margin-top: 15px
	}

.pat_mBox_form {
	margin-top: 25px
}

.pat_mBox_row {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px
}

.pat_mBox_col {
	float: left;
	padding: 0 10px;
	width: 100%
}

.mBox_half_col {
	width: 50%
}

.pat_mBox_col > label {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px
}

.pat_mBox_col > input {
	background: #f2f2f2;
	width: 100%;
	border-radius: 30px;
	padding: 0 20px;
	border: none;
	height: 40px;
}

.pat_mBox_col > textarea {
	background: #f2f2f2;
	width: 100%;
	border-radius: 20px;
	padding: 20px;
	border: none;
	height: 250px
}

.pat_mBox_submit {
	margin-top: 20px;
	transition: all 0.3s linear;
	background: #cb1016;
	height: 40px;
	border: none;
	border-radius: 30px;
	width: 130px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}

	.pat_mBox_submit:hover {
		background: #b30006
	}

@media (max-width:980px) { /*ipad*/
	.pat_message {
		padding: 30px 0
	}

	.pat_messageBox {
		height: auto;
	}

	.pat_mBox_lf {
		float: none;
		width: 100%;
		padding: 15px
	}

	.pat_mBox_rt {
		float: none;
		width: 100%;
		padding: 15px
	}
}

@media (max-width:600px) { /*mobile*/
	.mBox_half_col {
		width: 100%
	}
}

@media (max-width:320px) { /*sm-mobile*/

}

/* 新闻 */
.pat_News_wrap {
	background: #fff
}

.pat_news_List {
	padding: 30px 0 20px
}

	.pat_news_List ul {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden
	}

		.pat_news_List ul li {
			float: left;
			width: 33.3%;
			padding: 0 10px;
			margin-bottom: 15px
		}

.pat_newsL_box {
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	padding: 10px;
	position: relative;
	height: 370px
}

	.pat_newsL_box .pat_newsL_boxImg {
		width: 100%;
		height: 240px;
		overflow: hidden;
	}

		.pat_newsL_box .pat_newsL_boxImg img {
			width: 100%;
			height: auto
		}

	.pat_newsL_box > h5 {
		font-size: 16px;
		margin-top: 10px;
		display: block;
		display: -webkit-box;
		max-height: 40px;
		line-height: 20px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.pat_newsL_box > h5 a {
			color: #222
		}

			.pat_newsL_box > h5 a:hover {
				color: #cb1016
			}

	.pat_newsL_box .pat_newsL_boxTime {
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pat_newsL_box .pat_newsL_boxMore {
		position: absolute;
		color: #cb1016;
		font-size: 18px;
		padding: 5px 10px;
		right: 5px;
		bottom: 10px
	}

.pat_News_wrap .pat_home_news {
	padding: 30px 0 20px
}

.pat_wondfulPicture {
	background: -webkit-linear-gradient(top,#f2f2f2,#fff);
	background: linear-gradient(to bottom, #f2f2f2, #fff);
	padding: 30px 0
}

.pat_newsDetail {
	padding-top: 80px;
	padding-bottom: 30px
}

.pat_artical {
	padding-top: 30px;
	padding-bottom: 0px
}

.pat_artical_title {
	font-size: 32px;
	text-align: center;
}

.pat_artical_time {
	font-size: 14px;
	text-align: center;
	font-size: 16px;
	margin-top: 20px
}

.pat_artical_share {
	text-align: center;
	position: relative;
	margin-top: 20px
}

	.pat_artical_share:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		border-bottom: solid 1px #ddd
	}

	.pat_artical_share i {
		font-size: 24px;
		margin: 0 10px;
		padding: 10px 20px;
		background: #fff;
		position: relative;
		z-index: 1;
	}

.pat_artical_cont {
	padding: 30px 0;
	font-size: 16px
}

	.pat_artical_cont img {
		max-width: 100%
	}

	.pat_artical_cont p {
		margin-bottom: 10px
	}

@media (max-width:1220px) { /*ipad pro*/
	.pat_newsL_box {
		height: 320px
	}

		.pat_newsL_box .pat_newsL_boxImg {
			height: 188px;
		}
}

@media (max-width:980px) { /*ipad*/
	.pat_news_List ul {
		margin-left: -5px;
		margin-right: -5px;
		overflow: hidden
	}

		.pat_news_List ul li {
			padding: 0 5px;
			margin-bottom: 10px
		}

	.pat_newsL_box {
		height: 0.36rem
	}

		.pat_newsL_box .pat_newsL_boxImg {
			height: 0.178rem;
		}

		.pat_newsL_box > h5 {
			font-size: 15px
		}

		.pat_newsL_box .pat_newsL_boxTime {
			font-size: 14px
		}

		.pat_newsL_box .pat_newsL_boxMore {
			font-size: 16px;
		}
}

@media (max-width:600px) { /*mobile*/
	.pat_news_List {
		padding: 20px 0 10px
	}

		.pat_news_List ul {
			margin-left: -10px;
			margin-right: -10px;
			overflow: visible
		}

			.pat_news_List ul li {
				float: none;
				padding: 0;
				width: 100%
			}

	.pat_newsL_box {
		height: 0.9rem
	}

		.pat_newsL_box .pat_newsL_boxImg {
			height: 0.59rem;
		}

	.pat_newsDetail {
		padding-top: 50px;
		padding-bottom: 20px
	}
}

@media (max-width:320px) { /*sm-mobile*/

}

 /* 地图 */
    .pat_contactMap {
        background: #f2f2f2;
        padding-bottom: 130px
    }

    .pat_contactMap_wrap {
        background: #cb1016;
        height: 580px;
    }

    .pat_Mapbox {
        width: 100%;
        height: 500px;
        background: #aaa;
    }

    @media (max-width:600px) { /*mobile*/
        .pat_contactMap {
            padding-bottom: 90px
        }
    }

    .pat_service_List ul.pat_S_img_list {
    }

    ul.pat_S_img_list li {
        height: 180px;
        line-height: 1.2em;
        padding: 10px 20px 10px 10px
    }

        ul.pat_S_img_list li > a {
            display: block;
            color: #222
        }

        ul.pat_S_img_list li:hover > a {
            color: #fff
        }

        ul.pat_S_img_list li > a > .pat_S_img_list_img {
            height: 160px;
            width: 210px;
            overflow: hidden;
            float: left;
            background: #eee;
            margin-right: 15px
        }

            ul.pat_S_img_list li > a > .pat_S_img_list_img img {
                width: 100%;
                height: 100%;
            }

        ul.pat_S_img_list li > a > h5 {
            font-size: 17px;
            margin-bottom: 15px;
            padding-top: 10px
        }

        ul.pat_S_img_list li > a > span {
            opacity: 0.6;
            display: block;
            font-size: 14px;
            margin-bottom: 15px
        }

        ul.pat_S_img_list li > a > p {
            font-size: 14px
        }
