/******************************/
/* CSS Reset */
/******************************/

html {
	font-size:16px;
	-webkit-text-size-adjust: none;
}
body {
	overflow-x: hidden;
	line-height: 1.5;
	font-family:Microsoft Yahei;
	background: #F5F5F5;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}
ul, ol {
	list-style: none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, i {
	font-style:normal;
	font-weight:normal;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/******************************/
/* 璁剧疆HTML5鍏冪礌涓哄潡 */
/******************************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
 
/******************************/
/* 璁剧疆鍥剧墖瑙嗛绛夎嚜閫傚簲璋冩暣 */
/******************************/

img {
	max-width: 100%;
	max-height:100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align:top;
	border:0;
}
.video embed, .video object, .video iframe {
	width: 100%;
	height: auto;
}

/******************************/
/* Red style */
/******************************/

.color-red {
	color:#E44535 !important;
}
.button-red,
.border-red {
	border-color:#E44535 !important;
}
.button-red,
.bg-red {
	background-color:#E44535 !important;
}

/******************************/
/* Green style */
/******************************/

.color-green {
	color:#09BB07 !important;
}
.button-green,
.border-green {
	border-color:#09BB07 !important;
}
.button-green,
.bg-green {
	background-color:#09BB07 !important;
}

/******************************/
/* Blue style */
/******************************/

.color-blue {
	color:#0E98D3 !important;
}
.button-blue,
.border-blue {
	border-color:#0E98D3 !important;
}
.button-blue,
.bg-blue {
	background-color:#0E98D3 !important;
}

/******************************/
/* Orange style */
/******************************/

.color-orange {
	color:#FBA515 !important;
}
.button-orange,
.border-orange {
	border-color:#FBA515 !important;
}
.button-orange,
.bg-orange {
	background-color:#FBA515 !important;
}

/******************************/
/* Filter gray style */
/******************************/

.filter-gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/******************************/
/* CSS */
/******************************/

.page {
	width:1400px;
	margin:0 auto;
}

/******************************/
/* Common style */
/******************************/

.home-title b {
	font-size:36px;
}
.home-title i {
	display:block;
	color:#CCC;
	padding-left:160px;
}

/******************************/

.guide {
	color:#666;
	font-size:14px;
	padding:10px;
	background:#F1F1F1;
}
.guide a {
	color:#0A50A1;
}

/******************************/

.main-box .left {
	float:left;
	margin-right:320px;
}
.main-box .right {
	float:right;
	width:300px;
	margin-left:-100%;
}

/******************************/

.contact-item {
	margin:40px 0;
	padding:20px;
	border-left:1px solid #E6E6E6;
}
.contact-item .title {
	font-size:20px;
}
.contact-item ul {
	display:block;
	margin-top:20px;
}
.contact-item li {
	position:relative;
	line-height:28px;
	padding-left:3em;
}
.contact-item li label {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:3em;
	color:#666;
	text-align:right;
}
.contact-item .weixin-code {
	max-width:136px;
	margin-top:15px;
	text-align:center;
}
.contact-item .weixin-code .pic {
	padding:5px;
	border:1px solid #E6E6E6;
}
.contact-item .weixin-code .title {
	display:block;
	color:#999;
	font-size:14px;
}

/******************************/
/* Header style */
/******************************/

.header {
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	z-index:999;
	box-shadow: 0 10px 10px RGBA(0, 0, 0, 0.1);
}
.header .page {
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:92px;
}
.header .bar {
	display: flex;
	align-items: center;
	height: 100%;
}
.header .logo {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.header .logo .pic {
	display: flex;
	align-items: center;
	height:24px;
}
.header .logo .name {
	text-align: center;
	font-size: 17px;
	margin-left: 10px;
}
.header .logo .name .child {
	color: #AAA;
	font-size: 15px;
	border-top: 0.5px solid #666;
}
.header.fixed .logo .pic .white,
.header.menu .logo .pic .white,
.header .logo .pic .normal {
	display: block;
}
.header .logo .pic .white,
.header.menu .logo .pic .normal,
.header.fixed .logo .pic .normal {
	display: none;
}

/******************************/

.header.fixed { 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	background: #16171A;
}
.header.fixed .nav li > a, .header.fixed .logo {
	color: #FFF;
}

/******************************/

.header.menu {
	background: #16171A;
}
.header.menu .logo {
	color: #FFF;
}
.header.menu .nav li > a {
	color: #FFF;
}
.header.menu .nav li:hover > a {
	background: #000;
}

.header.black {
	background: #16171A;
}
.header.black .logo {
	color: #FFF;
}
.header.black .logo .pic .normal  {
	display: none;
}
.header.black .logo .pic .white  {
	display: block;
}
.header.black .nav li > a {
	color: #FFF;
}
.header.black .nav li:hover > a {
	background: #000;
} 

/******************************/
.header .nav  {
	height: 100%;
}
.header .nav ul {
	display: flex;
	align-items: center;
	height: 100%;
}
.header .nav li {
	height: 100%;
}
.header .nav li > a {
	display: flex;
	align-items: center;
	text-align:center;
	height: 100%;
	font-size:14px;
	padding:0 1em;
	width:80px;
}
.header .nav li.on > a {
	color: #0CF;
}

/******************************/

.header .list {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: #000;
}
.header .box {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 60%;
	min-height: 200px;
	opacity: 0;
	padding: 30px 0 50px 0;
	margin: 0 auto;
}
.header .box .item {
	display: flex;
	width: 50%;
	color: #808080;
	margin: 20px 0;
}
.header .box .item:hover {
	color: #FFF;
}
.header .box .item .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 90px;
	height: 60px;
	margin-right: 15px;
}
.header .box .item .pic img {
	width: 100%;
}
.header .box .item .con {
	flex: 1;
}
.header .box .item .title {
	font-size: 18px;
}
.header .box .item .info {
	font-size: 12px;
}

/******************************/
/* Flexslider style */
/******************************/

.flexslider {
	position:relative;
}
.slides{
	overflow:hidden;
	line-height:0;
	text-align:center;
}
.slides li {
	display:none;
}
.slides li:first-child {
	display:block;
}
.flex-control-nav {
	position:absolute;
	left:0;
	right:0;
	bottom:5%;
	z-index:99;
	line-height:0;
	font-size:0;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	line-height:0;
	font-size:0;
	margin:0 1px;
}
.flex-control-nav a {
	display:inline-block;
	width:18px;
	height:4px;
	opacity:0.2;
	background-color:#000;
}
.flex-control-nav .flex-active {
	filter:alpha(opacity=75);
	opacity:0.5;
	background-color:#0092D8;
}

/******************************/

.flex-nav-prev, .flex-nav-next {
	position:absolute;
	top:45%;
	left:5%;
	z-index: 999;
	display:block;
	width:50px;
	height:50px;
	border-radius: 25px;
	background: RGBA(0, 0, 0, 0.8);
}
.flex-nav-next {
	left:auto;
	right:5%;
	background-image:url(../images/icon-arrow.png);
}
.flex-nav-prev .flex-prev, .flex-nav-next .flex-next {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.flex-nav-prev .flex-prev::after, .flex-nav-next .flex-next::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	margin-right: -10px;
	opacity: 0.3;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	transform:rotate(-45deg);
}
.flex-nav-next .flex-next::after {
	margin-right: 10px;
	transform:rotate(135deg);
}
.flex-nav-prev .flex-prev:hover::after, .flex-nav-next .flex-next:hover::after {
	opacity: 0.8;
}

.flexslider-products .slides li {
	height: 340px;
}

.flexslider-products .flex-nav-prev, .flexslider-products .flex-nav-next {
	top: 40%;
	width: 28px;
	height: 28px;
}

.flexslider-products .flex-nav-prev {
	left: 3%;
}

.flexslider-products .flex-nav-next {
	right: 3%;
}

	.flexslider-products .flex-nav-prev .flex-prev::after, .flexslider-products .flex-nav-next .flex-next::after {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

.flexslider-products .flex-control-nav {
	display: none;
}

/******************************/

.slides li, .slides li .page {
	position:relative;
	height: 1200px;
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.banner {
	height:445px;
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.slides-info {
	position:absolute;
	top:26%;
	left:12%;
	right: 12%;
	line-height: 1.5;
	text-align: left;
}
.slides-info .name {
	line-height: 1.2;
	font-size:80px;
	font-weight: 700;
}
.slides-info .intro {
	max-width: 450px;
	font-size: 16px;
}

/******************************/

.slides-info2 {
	position:absolute;
	top:18%;
	left:12%;
	right:12%;
	line-height: 1.5;
	text-align: left;
}
.slides-info2 .name {
	line-height: 1.2;
	font-size:80px;
	font-weight: 700;
}
.slides-info2 .intro {
	max-width: 450px;
	font-size: 16px;
}
.slides-info2 .list {
	display: flex;
	margin-top: 60px;
}
.slides-info2 .list li {
	position: relative;
	width: 33.33%;
}
.slides-info2 .list li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	opacity: 0.5;
	border-right: 1px solid #FFF;
}
.slides-info2 .list li .pic {
	margin-bottom: 15px;
}
.slides-info2 .list li .info {
	color: #909399;
	font-size: 12px;
}
.slides-info2 .list li .intro {
	margin-top: 10px;
}

/******************************/

.normal-icon {
	display: flex;
	align-items: center;
}
.normal-icon .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0 10px;
}
.normal-icon .icon img {
	width: 24px;
	opacity: 0.2;
}

/******************************/

.su-button {
	position: relative;
	background: #DCDCDC;
}
.su-button::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	right: -9px;
	bottom: -9px;
	display: block;
	opacity: 0.08;
	background: #1B1D20;
}
.su-button .before, .su-button .after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1B1D20;
}
.su-button .after {
	width: 0;
	background: #FFF;
}
.su-button a {
	position: relative;
	z-index: 9;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	box-sizing: border-box;
	padding: 0 25px;
}
.su-button:hover a {
	color: #1B1D20;
}
.su-button a i {
	margin-left: 20px;
}

/******************************/

.su-button2::before {
	background: #909399;
}
.su-button2 .before, .su-button2 .after {
	background: #FFF;
}
.su-button2 .after {
	width: 0;
	background: #1B1D20;
}
.su-button2 a {
	color: #1B1D20;
}
.su-button2:hover a {
	color: #FFF;
}
.ours-contact .su-button2 .after {
	background: #EB2929;
}
.su-button-news::before {
	background: none;
}

/******************************/

.su-button-cut {
	position: relative;
	width: 100px;
	height: 32px;
}
.su-button-cut a {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #909399;
	font-size: 14px;
	border: 2px solid #DDD;
	box-sizing: border-box;
}
.su-button-cut .before, .su-button-cut .after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F5F5F5;
}
.su-button-cut .after {
	width: 0;
	background: #000;
}
.su-button-cut a:hover {
	color: #FFF;
	border-color: #000;
}

.header.fixed .su-button-cut {
	height: 60px;
}
.header.fixed .su-button-cut .before {
	background: none;
}
.header.fixed .su-button-cut .after {
	background: #FFF;
}
.header.fixed .su-button-cut a {
	color: #FFF;
	border: 0;
}
.header.fixed .su-button-cut a:hover {
	color: #000;
}

.mobile-header .su-button-cut .before {
	background: none;
}
.mobile-header .su-button-cut a {
	color: #FFF;
	border: 0;
}
.mobile-header .su-button-cut a:hover {
	color: #FFF;
}

/******************************/

.view-image {
	position: relative;
}
.view-image .box {
	position: relative;
	display: flex;
}
.view-image p.box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.view-image .box .item {
	position: relative;
	flex: 1;
	cursor: pointer;
	padding-top: 56%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center 50%;
}
.view-image p.box .item::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0.3;
	border-right: 1px solid #FFF;
}
.view-image .box .item .detail {
	pointer-events: none;
	position: absolute;
	top: 40%;
	left: 10%;
	color: #FFF;
	opacity: 0.75;
}
.view-image p.box .item .detail {
	opacity: 1;
}
.view-image .box .item .detail .name {
	font-size: 21px;
}
.view-image .box .item .detail .info {
	font-size: 12px;
	margin-top: 10px;
}
.view-image .box .item .detail .btn {
	display: inline-flex;
	align-items: center;
	height: 28px;
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
	margin-top: 10px;
	/*border: 1px solid #FFF;*/
}
.view-image .box .item .detail .btn i {
	margin-left: 10px;
}
.view-image .preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

/******************************/
/* Service-item style */
/******************************/

.index-title {
	text-align: center;
	margin: 50px 0;
}
.index-title .name {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 36px;
	white-space: nowrap;
}
.index-title .name::before, .index-title .name::after {
	content: '';
	display: block;
	width: 120px;
	margin: 0 150px;
	border-bottom: 0.5px solid #E1E1E1;
}
.index-title .en {
	color: #909399;
	font-style: italic;
}
.service-info {
	display: flex;
}

/******************************/

.index-product {
	min-height: 500px;
	background: url(../images/index-bg.png) no-repeat 0 0;
	background-size: auto 100%;
}
.index-product .index-title {
	margin: 0;
	padding: 40px 0;
}
.index-product .menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.index-product .menu span {
	color: #909399;
	margin-right: 25px;
}
.index-product .menu a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	height: 42px;
	color: #FFF;
	font-size: 19px;
	padding: 0 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 21px;
	background: #0A50A1;
}
.index-product .menu a:hover {
	background: #E44535;
}
.index-product .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 35px 0 100px 0;
}
.index-product .main .item {
	width: 23%;
	min-height: 390px;
	padding: 25px 1.5%;
	margin-bottom: 15px;
	box-sizing: border-box;
	background: #FFF;
}
.index-product .main .item .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.index-product .main .item .title {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}
.index-product .main .item .title a:hover {
	color: #0A50A1;
}
.index-product .main .item .info {
	line-height: 1.6;
	color: #909399;
	text-indent: 2em;
	margin-top: 20px;
}
.index-product .main .item .detail {
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}
.index-product .main .item .detail a {
	color: #0A50A1;
}
.index-product .main .item .detail a:hover {
	color: #E44535;
}

/******************************/

.index-ours {
	position: relative;
	min-height: 500px;
	color: #FFF;
	background: url(../images/ours-bg.png) #012F43 no-repeat center 50%;
	background-size: auto 100%;
}
.index-ours::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 6px;
	background: url(../images/item-line.png) repeat-x;
}
.index-ours::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 6px;
	background: url(../images/item-line.png) repeat-x;
}
.index-ours .page {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 0 140px 0;
}
.index-ours .item {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 3%;
	margin: 40px 0;
}
.index-ours .item .icon {
	width: 100px;
	margin: 0 auto;
}
.index-ours .item .name {
	font-size: 24px;
	margin-top: 20px;
}
.index-ours .info {
	color: #CCC;
	text-align: left;
	text-indent: 2em;
	margin-top: 30px;
}
.index-ours .link a {
	position: absolute;
	left: 50%;
	bottom: 6px;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: -80px;
	border-radius: 10px 10px 0 0;
	background: #F90;
}
.index-ours .link a:hover {
	opacity: 0.9;
}

/******************************/

.service-ours {
	color: #CCC;
	margin-top: 60px;
	background: url(../images/service-bg.png) #25272B no-repeat 25% 50%;
	background-size: auto 100%;
}
.service-ours .page {
	display: flex;
	justify-content: space-between;
	padding:50px 0;
}

/******************************/

.ours-client {
	margin-top: 150px;
}
.ours-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 8%;
}
.ours-title span {
	position: relative;
	display: inline-block;
	padding-right: 60px;
}
.ours-title span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 40px;
	border-top: 2px solid #000;
}
.ours-client ul {
	display: flex;
	flex-wrap: wrap;
}
.ours-client li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	margin: 35px 0;
}
.ours-client li .pic {
	
	text-align: center;
	padding: 0 10%;
}
	.ours-client li .img {
		height: 80%;
		width: auto\9; /* ie8 */
		vertical-align: top;
		border: 0;
	}
/******************************/

.normal-title {
	font-size: 18px;
	font-weight: 700;
}
.normal-title span {
	position: relative;
	display: inline-block;
	padding-right: 60px;
}
.normal-title span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 40px;
	border-top: 2px solid #000;
}
.normal-title .name {
	font-size: 28px;
	margin-top: 8px;
}
.normal-intro .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.normal-intro .intro {
	line-height: 1.8;
	text-indent: 2em;
}
.normal-img ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.normal-img li {
	width: 49%;
	flex-shrink: 0;
	text-align: center;
	margin-bottom: 20px;
}
.normal-img li .item {
	overflow: hidden;
	display: block;
	height: 450px;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
}
.normal-img li .item .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 320px;
	margin-bottom: 15px;
}
.normal-img li .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.normal-img li .item .name {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}
.normal-img li .item .info {
	line-height: 1.8;
	font-size: 14px;
}
.normal-about {
	padding: 50px 10%;
	background: #FFF;
}
.normal-about .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.normal-about .intro {
	line-height: 1.8;
	text-indent: 2em;
}
.normal-about .info {
	color: #909399;
	font-size: 12px;
	margin-top: 20px;
}
.normal-list li {
	height: 120px;
	margin-bottom: 15px;
	background: #FFF;
}
.normal-list li .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.normal-list li .item .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 200px;
	height: 120px;
}
.normal-list li .item .con {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	flex: 1;
	padding: 0 100px 0 20px;
}
.normal-list li .item .con .name {
	color: #909399;
	font-size: 12px;
	margin-bottom: 5px;
}
.normal-list li .item .con .icon {
	position: absolute;
	top: 45%;
	right: 25px;
}
.normal-list li .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.normal-list li .item:hover {
	box-shadow: 0 0 15px RGBA(0, 0, 0, 0.1);
}
.normal-list li .item:hover .con .info {
	color: #606266;
}
.normal-contact {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.normal-contact li {
	position: relative;
	display: flex;
	min-height: 40px;
	padding: 20px 0;
}
.normal-contact li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 15%;
	border-bottom: 1px solid #CCC;
}
.normal-contact li::after {
	content: '';
	position: absolute;
	left: 18%;
	right: 0;
	bottom: 0;
	display: block;
	border-bottom: 1px solid #CCC;
}
.normal-contact li:last-child::before, 
.normal-contact li:last-child::after {
	display: none;
}
.normal-contact li .label {
	flex-shrink: 0;
	width: 20%;
	min-width: 6em;
	font-size: 14px;
	font-weight: 700;
	padding-left: 5px;
}
.normal-contact li .value {
	color: #606266;
	font-size: 14px;
	padding-left: 5px;
}

/******************************/

.ours-service {
	margin-top: 120px;
	background: url(../images/ours-service.jpg) #FFF no-repeat center 50%;
	background-size: 100% 100%;
}
.ours-service .page {
	position: relative;
	height: 750px;
	padding: 80px 0;
	box-sizing: border-box;
}

/******************************/

.blog .page {
	position: relative;
	height: 800px;
	padding-top: 60px;
	box-sizing: border-box;
}
.ours-contact {
	background: url(../images/contact.jpg) #FFF no-repeat center 50%;
}
.ours-contact .page {
	position: relative;
	display: flex;
	justify-content: center;
	height: 560px;
	color: #FFF;
	box-sizing: border-box;
}
.ours-contact .box {
	padding-top: 100px;
	margin-top: 8%;
	background: url(../images/contact.svg) no-repeat center 0;
	background-size: 100% auto;
}
.ours-contact .title {
	color: #EB2929;
	font-size: 21px;
	font-weight: 700;
	margin: 5% 0 2% 0;
}
.ours-contact .info {
	font-weight: 700;
	margin-top: 1%;
}
.ours-contact .btn {
	display: flex;
	justify-content: center;
}
.ours-contact .btn .su-button:first-child {
	margin-right: 20px;
}

/******************************/

.index-news {
	min-height: 200px;
}
.index-news .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0;
}
.index-news .item {
	display: flex;
	width: 49%;
	padding: 18px 20px 18px 18px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #FFF;
}
.index-news .item .pic {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 180px;
	height: 120px;
	flex-shrink: 0;
	margin-right: 20px;
}
.index-news .item .pic a {
	display: block;
	width: 180px;
	height: 120px;
}
.index-news .item .pic img {
	height: 100%;
}
.index-news .item .title {
	font-size: 19px;
}
.index-news .item .title a {
	color: #0A50A1;
}
.index-news .item .title a:hover {
	text-decoration: underline;
}
.index-news .item .info {
	overflow: hidden;
	height: 3em;
	color: #909399;
	text-indent: 2em;
	font-size: 14px;
	margin-top: 10px;
}
.index-news .item .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #909399;
	font-size: 14px;
	margin-top: 10px;
}
.index-news .item .detail {
	display: inline-flex;
	align-items: center;
	color: #909399;
	font-size: 14px;
}
.index-news .item .detail:hover {
	color: #0A50A1;
}

/******************************/

.service-left {
	
}
.service-logo {
	display: inline-flex;
	align-items: center;
	padding: 0 10px 0 5px;
	border: 0.5px solid #666;
}
.service-logo .pic {
	width: 245px;
	opacity:0.5;
	padding: 5px;
	margin-left:10px;
}
.service-logo .title {
	color: #FFF;
	text-align: center;
	opacity:0.8;
	margin-left: 10px;
}
.service-logo .title .child {
	color: #CCC;
	font-size: 14px;
	border-top: 1px solid #999;
}

/******************************/

.service-item {
	display: flex;
	align-items: center;
	font-weight:100;
	margin:30px 0 0 0;
}
.service-item li {
	position:relative;
	display: flex;
	margin: 6px 0;
}
.service-item li label {
	min-width: 7em;
}
.service-item li i a {
	color:#CCC;
}
.service-work {
	display: flex;
	white-space: nowrap;
	margin: 30px 0 0 135px;
}
.service-work a {
	color: #CCC;
	font-weight: 100;
}
.service-work .group {
	min-width: 220px;
	width: 55%;
}
.service-work .group:last-child {
	width: auto;
}
.service-work .group .name {
	display: inline-flex;
	margin-bottom: 15px;
	border: 0.5px solid #CCC;
}
.service-work .group .name .label {
	color: #25272B;
	padding: 0 8px;
	background: #CCC;
}
.service-work .group .name .value {
	padding: 0 8px;
}

/******************************/

.service-nav {
	display: flex;
	justify-content: center;
	margin-top:60px;
}
.service-nav ul {
	display: flex;
}
.service-nav li {
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 14px;
}
.service-nav li::after {
	content: '';
	display: block;
	height: 16px;
	opacity: 0.5;
	margin: 0 12px;
	border-right: 0.5px solid #999;
}
.service-nav li:last-child::after {
	border: 0;
}
.service-nav li a {
	color:#0CF;
	font-weight:100;
}
.service-nav li a:hover {
	color:#F90;
	text-decoration:underline;
}
.service-nav li span {
	font-weight:100;
	margin:0 6px;
	opacity:0.2;
}

/******************************/

.service-qq label {
	display:inline-block;
	line-height:28px;
	vertical-align:top;
}
.service-weixin {
	display: flex;
	justify-content: center;
	text-align:center;
	font-weight:100;
	margin:60px auto;
}
.service-weixin {
	display: flex;
}
.service-weixin .item {
	width: 150px;
}
.service-weixin .pic {
	width:110px;
	margin:0 auto;
	background:#FFF;
}
.service-weixin .info {
	font-size:14px;
	white-space:nowrap;
	margin:10px 0;
}

/******************************/

.qq {
    overflow: hidden;
	display:inline-block;
	*display:inline;
	*zoom:1;
    font-size: 0;
    height: 21px;
	margin-top:4px;
	margin-right:4px;
}
.qq span {
    display: inline-block;
    height: 21px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}
.qq b {
    background-color: #FFF;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
.qq a {
    background-color: #5985D3;
    color: #FFF !important;
    float: left;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.qq a:hover {
    color: #FF0 !important;
    text-decoration: none;
}

/******************************/
/* Contact style */
/******************************/

.contact-ours {
	margin:40px 20px;
}
.contact-ours .title {
	font-size:28px;
	margin-bottom:20px;
}
.contact-ours li {
	position:relative;
	line-height:32px;
	padding-left:9em;
}
.contact-ours li label {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	display:block;
	width:8em;
	color:#666;
	text-align:right;
}
.contact-ours li .qq b {
	background-color:#EEE;
}
.contact-ours .pic {
	max-width:640px;
	margin:20px 4em 20px 8em;
	padding:1px;
	border:1px solid #E6E6E6;
}

/******************************/

.detail {
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 2%;
	margin: 0 auto;
}
.detail .head {
	text-align: center;
	padding: 60px 0;
	border-bottom: 1px solid #DDD;
}
.detail .head .title {
	font-size: 32px;
}
.detail .body {
	padding: 40px 0;
}
.detail .body .p {
	line-height: 1.8;
	text-indent: 2em;
	margin: 30px 0;
}

/******************************/

.business {
	max-width: 1600px;
	box-sizing: border-box;
	padding: 0 2%;
	margin: 0 auto;
}
.business .nav {
	display: flex;
	margin: 60px 0;
}
.business .nav li {
	position: relative;
	font-size: 12px;
	padding: 0 2%;
}
.business .nav li:first-child {
	padding-left: 0;
}
.business .nav li::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 3px;
	display: block;
	border-right: 1px solid #CCC;
}
.business .nav li:last-child::after {
	display: none;
}

/******************************/
/* Footer style */
/******************************/

.footer, .footer .page {
	background:#181818;
}
.footer .page {
	line-height:1.8;
	color:#AAA !important;
	font-size:14px;
	text-align:center;
	padding:16px 0;
}
.footer .nav {
	color:#404040;
	margin-bottom:5px;
}
.footer a {
	display:inline-block;
	color:#AAA;
	padding:0 4px;
}
.footer a:hover {
	color:#F90;
}

/******************************/

.footer-info .page {
	padding: 0%;
	margin: 0px auto;
	box-sizing: border-box;
}
.footer-info .list ul {
	display: block;
	margin: 30px 10px;
}
.footer-info .list li {
	font-size: 13px;
	margin: 15px 0;
}
.footer-info a:hover {
	text-decoration: underline;
}
.footer-info .list .label {
	display: inline-block;
	width: 6em;
}
.footer-info .list .value a {
	margin-right: 10px;
}
.footer-info .list .value {
	color: #909399;
}

.footer-info .menu {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 35px 0;
	border-top: 1px solid #000;
}
.footer-info .link ul {
	display: flex;
}
.footer-info .link li {
	margin: 0 12px;
}
.footer-info .icon ul {
	display: flex;
}
.footer-info .icon li {
	margin: 0 12px;
}

.footer-info .bottom {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #000;
}
.footer-info .bottom .logo {
	display: flex;
	align-items: center;
}
.footer-info .bottom .logo .pic {
	width: 150px;
}
.footer-info .bottom .logo .name {
	font-size: 12px;
	margin-left: 15px;
}
.footer-info .bottom .info p {
	font-size: 12px;
	margin: 5px 0;
}

/******************************/

.mobile-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display:none;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	color: #FFF;
	background: #1B1D20;
}
.mobile-header.fixed {
	position: fixed;
}
.mobile-header .logo {
	display: flex;
	align-items: center;
	width: 120px;
	height: 100%;
	padding-left:10px;
}

.mobile-header .label {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	font-size: 18px;
	cursor: pointer;
	padding: 0 20px;
}
.mobile-header .bar {
	display: flex;
	align-items: center;
	height: 100%;
}
.mobile-header .mobile-menu {
	height: 100%;
}
.mobile-header .label:hover {
	color: #FFF;
}
.mobile-header .label .icon {
	margin-right: 5px;
}
.mobile-header .mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.mobile-header .mobile-nav::before {
	content: '';
	position: absolute;
	top: -16px;
	right: 16px;
	display: none;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #EEE;
}
.mobile-header .mobile-nav::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.98;
	background: #1B1D20;
}
.mobile-header .mobile-nav .close {
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
	color: #FFF;
	font-size: 20px;
	font-weight: 100;
}
.mobile-header .mobile-nav .close i {
	display: flex;
	align-items: center;
	padding: 0 7%;
}
.mobile-header .mobile-nav ul {
	position: relative;
	display: block;
	padding: 20px 0;
	z-index: 9;
}
.mobile-header .mobile-nav li::before {
	content: '';
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 0;
	opacity: 0.1;
	border-bottom: 1px solid #999;
}
.mobile-header .mobile-nav li {
	position: relative;
}
.mobile-header .mobile-nav li a {
	color: #FFF;
}
.mobile-header .mobile-nav li .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	color: #BBB;
	padding: 0 5% 0 8%;
}
.mobile-header .mobile-nav li .item .el-icon-plus, .mobile-header .mobile-nav li.on .item .el-icon-minus {
	display: flex;
}
.mobile-header .mobile-nav li .item .el-icon-minus, .mobile-header .mobile-nav li.on .item .el-icon-plus {
	display: none;
}
.mobile-header .mobile-nav li .item i {
	display: flex;
	align-items: center;
	height: 100%;
	color: #999;
	font-size: 14px;
	font-weight: 100;
	padding: 0 3%;
}
.mobile-header .mobile-nav li .more {
	display: none;
	padding: 20px 12%;
	background: #000;
}
.mobile-header .mobile-nav li .more p {
	font-size: 14px;
	padding: 15px 0;
}

.guide {
	background: #E6E6E6;
}

/******************************/
/* 其他页面 */
/******************************/

.content {
	min-height: 600px;
}
.content .page {
	display: flex;
	justify-content: space-between;
}
.content .page .article {
	flex: 65;
	padding: 0 3.5%;
	margin-bottom: 80px;
	box-sizing: border-box;
}
.content .page .article .p {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin: 30px 0;
	box-sizing: border-box;
}
.content .page .other {
	flex: 35;
	padding: 0 3.5%;
	margin: 80px 0;
	box-sizing: border-box;
	border-left: 0.5px solid #E1E1E1;
}

/******************************/

.company-info {
	margin-bottom: 60px;
}
.company-info .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.company-info .title .icon {
	color: #909399;
	margin-right: 10px;
}
.company-info .p {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
}
.company-info .certificate {
	display: flex;
	flex-wrap: wrap;
}
.company-info .certificate li {
	width: 50%;
}
.company-info .certificate li .pic {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 15px 15px 0;
	background: #FFF;
}

/******************************/

.product {
	padding: 0 3%;
}
.product .menu {
	display: flex;
}
.product .menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product .menu span {
	display: flex;
	align-items: center;
	height: 42px;
	color: #909399;
	white-space: nowrap;
	margin: 0 15px;
}
.product .menu a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	height: 42px;
	color: #FFF;
	font-size: 19px;
	padding: 0 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 21px;
	background: #0A50A1;
}
.product .menu a:hover, .product .menu .on a {
	background: #E44535;
}
.product-menu {
	flex: 2;
	margin: 60px 0;
	border-right: 0.5px solid #E1E1E1;
}
.product-menu .title {
	font-size: 24px;
}
.product-menu .title .icon {
	color: #909399;
	margin-right: 10px;
}
.product-menu ul {
	margin-top: 30px;
}
.product-menu li {
	display: flex;
	align-items: center;
	height: 55px;
	font-size: 18px;
	padding-left: 35px;
}
.product-menu li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 15px;
	border-radius: 8px;
	background: #CCC;
}
.product-menu li.on {
	position: relative;
	right: -1px;
	border: 0.5px solid #E1E1E1;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	background: #F1F1F1;
}
.product-menu li a:hover {
	color: #0A50A1;
}
.product-menu li.on a {
	color: #0A50A1;
}
.product-menu li.on::before {
	background: #0A50A1;
}
.product-search {
	display: flex;
	width: 40%;
	min-width: 300px;
	margin: 30px auto;
	border: 0.5px solid #E1E1E1;
}
.product-search .input {
	flex: 1;
}
.product-search input {
	width: 100%;
	height: 40px;
	border: 0;
	outline: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.product-search .btn {
	display: flex;
	align-items: center;
	padding: 0 15px;
	background: #FFF;
}
.product-search .btn .icon {
	margin-right: 8px;
}
.product-list {
	flex: 8;
	margin-bottom: 60px;
}
.product-list ul {
	display: flex;
	flex-wrap: wrap;
}
.product-list li {
	width: 23%;
	padding: 8px;
	margin: 0 1% 20px 1%;
	box-sizing: border-box;
	background: #FFF;
}
.product-list li .item {
	overflow: hidden;
	display: block;
	text-align: center;
}
.product-list li .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.product-list li .name {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

/******************************/

.news-list .item {
	display: flex;
	margin-bottom: 15px;
	padding: 15px;
	background: #FFF;
}
.news-list .item .pic {
	display: flex;
	width: 150px;
	flex-shrink: 0;
	margin-right: 30px;
}
.news-list .item .con {
	flex: 1;
}
.news-list .item .title a {
	font-size: 19px;
}
.news-list .item .title a:hover, 
.news-list .date a:hover {
	color: #0A50A1;
}
.news-list .item .info {
	color: #606266;
	margin-top: 5px;
}
.news-list .date {
	display: flex;
	justify-content: space-between;
	color: #909399;
	font-size: 14px;
	margin-top: 5px;
}
.news-list .date a {
	color: #909399;
}

/******************************/

.down li {
	display: flex;
	justify-content: space-between;
	padding: 25px 15px;
	border-top: 0.5px solid #E1E1E1;
}
.down li .detail {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.down li .icon {
	width: 100px;
	height: 100px;
	margin-right: 5%;
	background: #FFF;
}
.down li .con {
	flex: 1;
}
.down li .title {
	font-size: 21px;
}
.down li .info {
	color: #909399;
	margin-top: 5px;
}
.down li .operate {
	margin-left: 20px;
}
.down li .operate .btn {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	background: #0A50A1;
}
.down li .operate .btn:hover {
	background: #E44535;
}

/******************************/

.contact {
	padding: 0 5%;
}
.contact .icon {
	margin-top: 1px;
	margin-right: 10px;
}
.contact .about {
	width: 80%;
	min-width: 220px;
	padding: 30px 20px;
}
.contact .about .title {
	font-size: 18px;
	margin-bottom: 10px;
}
.contact .about .detail {
	line-height: 28px;
	text-indent: 2em;
}
.contact .info {
	padding: 35px 20px;
	border-top: 0.5px solid #DDD;
}
.contact .info li {
	display: flex;
	margin: 5px 0;
}
.contact .info li label {
	display: flex;
	align-items: center;
	min-width: 7em;
	color: #606266;
}
.contact .work {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px;
	border-top: 0.5px solid #DDD;
}
.contact .work .group {
	width: 30%;
	min-width: 220px;
	margin: 20px 0;
}
.contact .work .group li {
	display: flex;
}
.contact .work .group .name {
	color: #606266;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact .work .group p {
	margin: 5px 0;
}
.contact .map {
	height: 600px;
	border: 0.5px solid #DDD;
}

/******************************/

.technology {
	flex: 8;
	padding: 0 5%;
}
.technology .info {
	line-height: 32px;
	margin: 20px 0;
}
.technology .info .p {
	text-indent: 2em;
	margin: 10px 0;
}
.technology .info .pic {
	text-align: center;
}
.technology-list ul {
	display: flex;
	flex-wrap: wrap;
}
.technology-list li {
	display: flex;
	align-items: center;
	width: 23%;
	padding: 8px;
	margin: 0 1% 20px 1%;
	box-sizing: border-box;
	background: #FFF;
}
.technology-list li .item {
	overflow: hidden;
	display: block;
	text-align: center;
}
.technology-list li .pic {
	overflow: hidden;
	max-height: 300px;
}
.technology-list li .name {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

/******************************/
/******************************/

.su-about {
	margin: 100px 0;
}
.su-about .pic {
	margin: 0px;
}
.su-about .title {
	color: #044F7C;
	font-size: 72px;
	margin: 20px 0;
}
.su-about .title2 {
	font-size: 28px;
	margin: 20px 0;
}
.su-about .intro {
	display: flex;
}
.su-about .left {
	flex: 3;
	font-size: 21px;
	padding-right: 8%;
}
.su-about .right {
	flex: 4;
	color: #606266;
	font-size: 13px;
	padding:0 30px;
}
.su-about .info {
	min-width: 320px;
	max-width: 50%;
	color: #909399;
	text-align: center;
	margin: 100px auto;
}
.su-about .info .p {
	font-size: 13px;
	margin: 20px 0;
}

.su-product .pic {
	margin: 60px 0;
}
.su-product .intro {
	width: 35%;
}
.su-product .intro .title {
	font-size: 28px;
	margin: 20px 0;
}
.su-product .item {
	width: 35%;
	margin-top: -80px;
	margin-left: 45%;
}
.su-product .item .title {
	font-size: 24px;
	margin: 20px 0;
}
.su-product .item .info {
	color: #909399;
	font-size: 13px;
	margin: 40px 0;
}
.su-product .item .btn {
	margin-top: 60px;
}
.su-product .item .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	border: 1px solid #333;
}
.su-product .item .btn a:hover {
	color: #EB2929;
	border-color: #EB2929;
}

/******************************/

.su-inspiration {
	margin: 100px 0;
}
.su-inspiration .pic {
	margin: 40px 0;
}
.su-inspiration .title {
	font-size: 32px;
}
.su-inspiration .info {
	color: #606266;
	margin: 20px 0;
}
.su-inspiration .list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.su-inspiration .list li {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 25%;
}
.su-inspiration .list li .img {
	flex: 1;
	height: 150px;
	margin: 2px;
}
.su-inspiration .list li .img img {
	text-align: center;
	vertical-align: top;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/******************************/

.su-contact {
	margin: 100px 0;
}
.su-contact .pic {
	margin: 40px 0;
}
.su-contact .item {
	width: 35%;
}
.su-contact .item2 {
	width: 60%;
	margin-top: -100px;
	margin-left: 50%;
}
.su-contact .item .title {
	font-size: 32px;
	margin: 20px 0;
}
.su-contact .item .info {
	color: #909399;
	margin: 20px 0;
}

.su-contact .form {
	display: flex;
	justify-content: space-between;
}
.su-contact .form .title {
	font-size: 32px;
	margin: 20px 0;
}
.su-contact .form .submit {
	flex: 1;
	margin-left: 10%;
}
.su-contact .form .row {
	padding-top: 20px;
	border-bottom: 1px solid #DDD;
}
.su-contact .form .text {
	width: 100%;
	height: 36px;
	padding: 0 1%;
	border: 0;
	outline: none;
	background: none;
}
.su-contact .form .button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
	border: 1px solid #DDD;
	background: #FFF;
}
.su-contact .form .button:hover {
	color: #FFF;
	cursor: pointer;
	border-color: #EB2929;
	background: #EB2929;
}
.su-contact .form .operate {
	margin: 20px 0;
}

/******************************/
/* 响应式设置 */
/******************************/

@media screen and (min-width: 1401px) {
	.page { width: 1400px; }
	
		.flex-viewport ul {
		height: 1180px;
	}
	.flexslider-products .flex-viewport ul {
		height: auto;
	}
	}

@media screen and (min-width: 0) and (max-width: 1400px) {
	.page { width: 100%; }
	.service-info { display: block; }
	.service-item { margin: 30px 0 0 135px; }
	.slides-info .name, .slides-info2 .name { font-size: 80px; }
}


@media screen and (min-width: 0) and (max-width: 1000px) {
	.page { width: 100%; }
	.header { display: none; }
	.mobile-header { display: flex; }
	.service-ours .page { display: block; }
	.service-left { width: auto; }
	.index-product .main .item { width: 49%; }
	.index-ours .item { width: 49%; }
	.index-news .item { display: block; }
	.index-news .item .pic { margin: 0 auto 20px auto; }
	.content .page { display: block; }
	.banner { height: 320px; }
	.product-menu { border: 0; margin: 30px 15px; }
	.product-menu ul { display: flex; flex-wrap: wrap; }
	.product-menu li { height: 32px; padding: 0 15px 0 0; margin-bottom: 15px; font-size: 16px; }
	.product-menu li::before { display: none; }
	.product-menu li.on { border: 0; }
	.product-menu li a { background: #0A50A1; color: #FFF; padding: 0 15px; display: flex; align-items: center; height: 100%; border-radius: 5px; }
	.product-menu li.on a { background: #F90; color: #FFF; }
	.slides-info .name, .slides-info2 .name { font-size: 60px; }
	.slides-info2 { left: 5%; right: 5%; }
	.ours-title { margin: 20px 5%; }
	.su-button-news, .su-button-case { margin: 0 !important; }
	.su-product .intro { width: 60%; }
	.su-product .item { width: 60%; margin-top: 0;  margin-left: 30%; }
	.su-about .title { font-size: 52px; }
	.su-inspiration .list li { width: 33.33%; }
	.su-contact .item { width: 60%; }
	.su-contact .item2 { margin-top: 0; margin-left: 30%; }
	.su-contact .form { display: block; }
	.su-contact .form .submit { margin: 20px 5%; }
}

@media screen and (min-width: 0) and (max-width: 800px) {
	.page { width: 100%; }
	.header .logo .pic { height: 30px; margin-left: 10px; }
	.header .logo .name { font-size: 15px; }
	.header .logo .name .child { font-size: 13px; }
	.header .page, .mobile-header .label { height: 60px; }
	.slides li, .slides li .page { height: 520px; }
	.slides-info .name, .slides-info .name2, .slides-info2 .name { font-size: 36px; }
	.index-title { margin: 30px 0; }
	.index-title .name::before, .index-title .name::after { width: 60px; margin: 0 20px; }
	.slides-info { left: 5%; }
	.index-product .main { padding-bottom: 20px; }
	.index-product .main .item { padding: 10px 2%; }
	.index-product .main .item .info { font-size: 14px; }
	.index-ours .page { padding: 30px 0 60px 0; }
	.index-news .main { margin: 0; }
	.index-ours .info { font-size: 14px; margin-top: 15px; }
	.index-news .item .pic { width: auto; }
	.index-news .item .title { font-size: 15px; }
	.index-news .item .info { font-size: 12px; }
	.index-news .item .date { font-size: 12px; }
	.index-news .item .detail { display: none; }
	.service-nav { display: none; }
	.service-work { margin-left: 15px; }
	.service-work .group { min-width: auto; }
	.service-item { font-size: 14px; margin-left: 0; padding: 20px 15px; background: #111; }
	.service-ours .page { padding-bottom: 15px; }
	.product-list li, .technology-list li { width: 46%; margin: 0 2% 20px 2%; }
	.product-list li .pic { height: 120px; }
	.product .menu { display: block; margin-top: -30px; }
	.product .menu ul { margin-left: 2%; }
	.product .menu a { min-width: 60px; height: 36px; font-size: 16px; }
	.product-search { margin: 20px 2%; width: 96%; }
	.down li { display: block; }
	.down li .title { font-size: 16px; }
	.down li .operate { display: flex; justify-content: flex-end; margin-top: 20px; }
	.contact { padding: 0 1%; }
	.contact .work { display: block; }
	.contact .about { width: auto; }
	.ours-contact .page { padding: 0 5%; }
	.ours-contact .btn { justify-content: flex-start; }
	.su-button-contact, .su-button-contact2 { width: 45% !important; }
	.view-image .box .item .detail { display: none; top:auto; left: 5%; bottom: 20%; }
	.view-image .box .item .detail .name { font-size: 14px; }
	.ours-client { padding: 0 5%; margin-top: 90px; }
	.blog .page { height: 600px; }
	.ours-contact .page { height: 500px; }
	.footer-info .link li { margin: 0 5px; }
	.slides-info2 .intro { font-size: 14px; }
	.footer-info .bottom { display: block; }
	.footer-info .bottom .logo { margin-bottom: 30px; }
	.normal-list li { overflow: hidden; }
	.normal-list li .item .pic { width: 30%; }
	.normal-list li .item .con { padding: 0 30px 0 10px; }
	.normal-list li .item .con .info { font-size: 12px; }
	.normal-list li .item .con .icon { right: 10px; }
	.normal-img li .item { height: 325px; }
	.normal-img li .item .pic { height: 160px; }

	.flex-viewport ul {
		height: 245px;
		width:100%;
	}
	.blog .page {
		height: 100%;
		padding: 0 5%;
	}

	.slides-info2 {
		position: static;
	}

		.slides-info2 .list {
			display: block;
		}

			.slides-info2 .list li {
				width: 100%;
			}

				.slides-info2 .list li::after {
					display: none;
				}
}

.to-left {
	animation: toLeft 0.4s ease-out;
}

.to-right {
	animation: toRight 0.4s ease-out;
}

@keyframes toRight
{
    from {
		opacity: 0;
		transform: translateX(-100%);
	}
    to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes toLeft
{
    from {
		opacity: 0;
    	transform: translateX(100%);
    }
    to {
		opacity: 1;
    	transform: translateX(0);
    }
}

.scale:hover {
	animation: scale 1s ease-out;
	animation-fill-mode: both;
}
@keyframes scale
{
    from {
		transform: scale(1);
    }
    to {
		transform: scale(1.1);
    }
}

.preview-scale {
	animation: previewScale 3s ease-out;
	animation-fill-mode: both;
}
@keyframes previewScale
{
    from {
		opacity: 0;
		transform: scale(1);
    }
	20% { opacity: 1; }
    to {
		opacity: 1;
		transform: scale(1.1);
    }
}