﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: helveticaneueltpro-thex;
	src: url(fonts/HELVETICANEUELTPRO-THEX.OTF);
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: gotham-black;
	src: url(fonts/GOTHAM-BLACK.OTF);
	font-weight: 400;
	font-style: normal
}
* {
	padding: 0;
	margin: 0
}
ul li {
	list-style: none
}
a {
	text-decoration: none
}
img {
	border: none;
}
input {
	border: none;
	background: 0 0
}
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}
html, body {
	font: 12px Arial, 微软雅黑;
	color: #333;
}
#header {
	width: 100%;
	height: auto;
	position: fixed;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	transition: all ease .3s;
	z-index: 99;
	transition-property: padding, background
}
.nobanner #header {
	background: rgba(255,255,255,.9)
}
#header .content {
	padding: 0 100px
}
#header.mini {
	background-color: rgba(0,0,0,.51);
	padding-top: 10px
}
#header.mini ul li.navitem {
	padding-bottom: 0
}
#header #logo {
	width: auto;
	height: 92px;
	display: block;
	float: left;
	margin-right: 0
}
#header ul#nav {
}
#header ul li.navitem {
	padding: 0 20px 10px;
	width: auto;
	height: 92px;
	line-height: 82px;
	float: left;
	position: relative
}
#header ul li.navitem ul.subnav {
	transition: all .3s ease-out 0s;
	position: absolute;
	top: 58px;
	left: -70px;
	background: #f0f0f0;
	border-top: 2px solid #b9986b;
	height: 220px;
	width: 500px;
	overflow: hidden;
	padding: 20px 30px 10px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
}
#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px)
}
#header ul li.navitem a {
	color: #fff;
	transition: none ease-out .3s;
	transition-property: color, background, text-indent, opacity
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #e0a240
}
.subnav-l {
	float: left;
	width: 180px;
}
.subnav-l ul {
	width: 180px;
	padding: 0px;
	margin: 0px;
}
.subnav-l ul li {
	float: left;
	padding: 5px 0 5px 15px;
	height: 24px;
	width: 100%;
	text-align: left;
	line-height: 24px;
	background: url(../images/cas_21.png) no-repeat left;
	border-bottom: 1px solid #cececf;
}
.subnav-l ul li a {
	width: 130px;
	color: #333 !important;
	font-size: 14px !important;
}
.subnav-l ul li a:hover {
	color: #b9986b !important;
	background: none;
	font-weight: bold;
}
.subnav-r ul {
	float: right;
	width: 300px;
	margin: 0 auto
}
.subnav-r ul li {
	width: 270px;
	float: left;
	padding-left: 30px;
}
.subnav-r ul li a {
	float: left;
	width: 100%;
	background: #f0f0f0;
	display: block;
	padding: 10px 10px 0;
	color: #000 !important
}
.language {
	float: right;
}
.language a {
	color: #333;
	margin-left: 10px;
	line-height: 80px;
	font-size: 15px;
}
.language a:hover {
	color: #b9986b;
}
.lowB #header, .lowB #indexPage #mslider .bx-wrapper, .lowB .npagePage #banner div {
	position: relative
}
.lowB #header {
	background: #171c20
}
#header.show {
	right: 0
}
body.ipusher #header {
	width: 350px;
	height: 100%;
	background: #202122;
	padding: 0;
	left: -350px;
	transition: transform .4s cubic-bezier(.215, .61, .355, 1) 0s
}
body.ipusher #header #headSHBtn i {
	font-size: 18px;
	margin-top: 12px
}
body.ipusher.open #header #headSHBtn i:before {
	content: "\f00d"
}
body.ipusher.open #header {
	transform: translate3d(350px, 0, 0);
	-webkit-transform: translate3d(350px, 0, 0);
	-moz-transform: translate3d(350px, 0, 0);
	-o-transform: translate3d(350px, 0, 0)
}
body.ipusher #header .content {
	padding: 0
}
body.ipusher #header #logo {
	width: 100%;
	float: none;
	margin: 20px 0 0
}
body.ipusher #header #logo img {
	float: none;
	margin: 0 auto;
	display: block
}
body.ipusher #header ul li.navitem {
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 50px;
	border-top: 1px solid #272727
}
body.ipusher #header ul li.navitem ul.subnav li a:hover {
	text-indent: 0
}
body.ipusher #header ul li.navitem ul.subnav {
	left: 100%;
	top: 0
}
#header {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nobanner #header {
	background: #212121;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
#header ul#nav {
	float: left;
	padding: 0 30px 0 30px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
#header ul li.navitem a {
	color: #333;
	font-size: 18px
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #bc9868
}
/*#header ul li.navitem a.active::before, #header ul li.navitem:hover a::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #a8a8a8;
    margin-top: 60px;
    width: 90%;
    left: 5%
}
#header.mini ul li.navitem a.active::before, #header ul li.navitem:hover a::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #bc9868;
    width: 90%;
    left: 5%
}*/

/*.subnav a::before {
    position: absolute;
    content: "";
    height: 0 !important;
    background: none ;
    width: auto;
    left: 0;
}

#header ul li.navitem a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #a8a8a8;
    margin-top: 60px;
    left: 50%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
#header ul li.navitem:hover a::before {
    width: 90%;
    left: 5%;
margin-top: 75px
}
#header.mini ul li.navitem a::before {
    margin-top: 100px
}*/


#header {
	background-color: #fff;
	padding-top: 10px;
}
#header.mini {
	background: #fff;
}
#header ul li.navitem ul.subnav {
	height: 255px;
	width: 560px;
}
.subnav-l ul li {
	height: auto;
}
#header ul li.navitem:hover ul.subnav {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	top: 50px
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
 @media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}
 @media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}
 @media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.container:after, .container-fluid:after, .row:after {
	clear: both;
}
/*banner*/
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table !important;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table !important;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1319px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table !important;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1319px) {
.visible-md-block {
	display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1319px) {
.visible-md-inline {
	display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1319px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 1320px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table !important;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}
@media (min-width: 1320px) {
.visible-lg-block {
	display: block !important;
}
}
@media (min-width: 1320px) {
.visible-lg-inline {
	display: inline !important;
}
}
@media (min-width: 1320px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1319px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1320px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table !important;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 768px;
}
}
@media (min-width: 992px) {
.container {
	width: 992px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;/*    margin-left: -14px;
    margin-right: -14px;*/
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0;/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
/*display: block;*/
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;/*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Slider */
.slick-loading .slick-list {
	background: #fff center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 40px;
	top: 50%;
	display: block;
	width: 52px;
	height: 100px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background: url(images/ban1.png) no-repeat;
	z-index: 100;
}
.slick-next {
	left: auto;
	right: 40px;
	background: url(images/ban2.png) no-repeat;
}
@media screen and (max-width:991px) {
.slick-prev, .slick-next {
	width: 30px;
	height: 58px;
	background-size: 30px 58px;
}
.slick-next {
	background-size: 30px 58px;
}
}
@media screen and (max-width:767px) {
.slick-prev, .slick-next {
	left: 15px;
	width: 26px;
	height: 50px;
	background-size: 26px 50px;
}
.slick-next {
	left: auto;
	right: 15px;
	background-size: 26px 50px;
}
}
/* Dots */

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: ' ';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.margin_pc {
	float: left;
	width: 100%;
}
.margin_mobile {
	float: left;
	width: 100%;
	display: none;
}
@media screen and (max-width:991px) {
.margin_pc {
	display: none;
}
.margin_mobile {
	display: block;
}
}
 @media screen and (max-device-width: 320px) {
body {
	-webkit-text-size-adjust: none
}
}
@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px) {
body {
	-webkit-text-size-adjust: none
}
}
.pf_right {
	display: block;
	position: fixed;
	width: 50px;
	top: 220px;
	right: 0px;
	z-index: 99999999;
}
.pf_right ul {
	background: #474747;
}
.pf_right ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.pf_right ul li .ico {
	display: block;
	width: 50px;
	height: 50px;
	background-size: 24px 20px;
}
.pf_right ul li .ico1 {
	background: url(images/1940_side1.png) no-repeat center;
}
.pf_right ul li .ico2 {
	background: url(images/1940_side2.png) no-repeat center;
}
.pf_right ul li .ico3 {
	background: url(images/1940_side3.png) no-repeat center;
}
.pf_right ul li .ico4 {
	background: url(images/1940_side4.png) no-repeat center;
}
.pf_right ul li .ico5 {
	background: url(images/1940_side5.png) no-repeat center;
}
.pf_right ul li .wz {
	display: none;
}
.pf_right ul li .img {
	display: none;
}
.pf_right ul li.sideWx:hover .img {
	display: block;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	right: 60px;
	top: 0;
}
.pf_right ul li.sidePh:hover .wz, /*.pf_right ul li.sideQQ:hover .wz,*/ .pf_right ul li.sideDx:hover .wz {
	display: block;
	font-size: 16px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #bc9868;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.pf_right ul li.sideQQ:hover .ico {
	background-color: #bc9868;
}
.pf_right ul li.sidePh:hover .ico, .pf_right ul li.sideDx:hover .ico {
	position: absolute;
	right: 160px;
	top: 0;
	background-color: #bc9868;
}
.pf_right ul li.sideWx:hover, .pf_right ul li.sideTop:hover {
	background-color: #bc9868;
}
#Down .pz_down .foot1 .footLogo {
	padding: 0 45px !important;
}
body {
	color: #333
}
a {
	color: #bc9868
}
a:active, a:hover {
	color: #165aa3
}
 @media (min-width: 1920px) {
.container {
	width: 1920px;
}
}
 @media (min-width: 1920px) {
.container {
	width: 1920px;
}
}
/*头部*/
body, html {
	min-width: 1200px;
}
#Top {
	width: 100%;
	float: left;
}
#Top .pz_top .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Top .pz_top {
	width: 100%;
	z-index: 999;
}
#Top .pz_top .top1 {
	width: 100%;
	float: left;
	padding: 13px;
	line-height: 16px;
	font-size: 14px;
	background: #f2f2f2;
}
#Top .pz_top .top1 .left {
	float: left;
	color: #666;
	padding-left: 25px;
	background: url(images/1295_top1.png) no-repeat left center;
}
#Top .pz_top .top1 .right {
	float: right;
}
#Top .pz_top .top1 .right a {
	color: #666;
}
#Top .pz_top .top1 .right a:hover {
	text-decoration: underline;
}
#Top .pz_top .top1 .right span {
	margin: 0 10px;
	color: #666;
}
#Top .pz_top .top2 {
	width: 100%;
	float: left;
	background: #fff;
}
#Top .pz_top .top2 .logo {
	width: 790px;
	margin: 28px 0 33px 0;
	line-height: 0;
	float: left;
}
#Top .pz_top .top2 .ewm {
	margin: 13px 0;
	width: 70px;
	float: right;
	text-align: center;
}
#Top .pz_top .top2 .ewm .img {
	width: 62px;
	height: 62px;
	line-height: 0;
	margin: 0 auto;
}
#Top .pz_top .top2 .ewm .wz {
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #181818;
}
#Top .pz_top .top2 .dh {
	float: right;
	margin: 39px 20px 20px 0;
	padding-left: 70px;
	background: url(images/1295_top2.png) no-repeat left center;
}
#Top .pz_top .top2 .dh .t1 {
	font-size: 24px;
	font-family: "Arial";
	font-weight: bold;
	color: #bc9868;
}
#Top .pz_top .top2 .dh .t2 {
	font-size: 22px;
	font-family: "Arial";
	font-weight: bold;
	color: #bc9868;
}
#Top .pz_top .menu {
	width: 100%;
	float: left;
	background: #bc9868;
}
#Top .pz_top .menu ul .nli {
	float: left;
	height: 60px;
	line-height: 60px;
	position: relative;
}
#Top .pz_top .menu ul .nli span {
	display: block;
	padding: 0 53px;
	margin: 15px 0;
	line-height: 30px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
#Top .pz_top .menu ul .nli span a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
#Top .pz_top .menu ul .nli:hover {
	background: #ff8c00;
}
#Top .pz_top .menu ul .nli:hover span, #Top .pz_top .menu ul .nli:last-child span {
	border-right: 1px solid transparent;
}
#Top .pz_top .menu .sub {
	display: none;
	float: left;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -50%;
	background: rgba(255,255,255,0.8);
	z-index: 16;
}
#Top .pz_top .menu .sub li {
	float: left;
	width: 100%;
	padding: 15px 5px;
	line-height: 20px;
	border-bottom: 1px solid #d7d5d4;
	text-align: center;
}
#Top .pz_top .menu .sub li:last-child {
	border-bottom: 0;
}
#Top .pz_top .menu .sub li a {
	float: left;
	width: 100%;
	color: #282828;
	font-size: 16px;
	line-height: 22px;
}
#Top .pz_top .menu .sub li a:hover {
	color: #ff8c00;
}
#Top .pz_top.on {
	background: #bc9868;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#Top .pz_top.on .top1 {
	display: none;
}
#Top .pz_top.on .top2 .logo {
	display: none;
}
#Top .pz_top.on .top2 .ewm {
	display: none;
}
#Top .pz_top.on .top2 .dh {
	display: none;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/*底部*/
#Down {
	width: 100%;
	float: left;
}
#Down .pz_down .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Down .pz_down .foot1 {
	padding: 50px 0 25px 0;
	width: 100%;
	float: left;
	background: #bc9868;
}
#Down .pz_down .foot1 .footNav {
	float: left;
}
#Down .pz_down .foot1 .footNav .l1 {
	height: 142px;
	padding: 0 65px;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.6);
}
#Down .pz_down .foot1 .footNav .l1:first-child {
	padding-left: 0;
}
#Down .pz_down .foot1 .footNav .p {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 24px;
	color: #fff;
}
#Down .pz_down .foot1 .footNav a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 12px 0;
	color: #fff;
}
#Down .pz_down .foot1 .footNav a:hover {
	text-decoration: underline;
}
#Down .pz_down .foot1 .footLogo {
	padding: 0 75px;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.6);
}
#Down .pz_down .foot1 .footLogo .img {
	width: 245px;
	height: 60px;
	line-height: 0;
}
#Down .pz_down .foot1 .footLogo .t1 {
	font-size: 16px;
	line-height: 16px;
	margin: 25px 0 15px 0;
	color: #fff;
}
#Down .pz_down .foot1 .footLogo .t2 {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}
#Down .pz_down .foot1 .footEwm {
	width: 178px;
	float: right;
}
#Down .pz_down .foot1 .footEwm .img {
	width: 102px;
	height: 102px;
	line-height: 0;
	margin: 0 auto;
}
#Down .pz_down .foot1 .footEwm .t1 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 15px;
	text-align: center;
	color: #fff;
}
#Down .pz_down .foot1 .line {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background: rgba(255,255,255,0.6);
	float: left;
	display: none;
}
#Down .pz_down .foot1 .footLink {
	width: 100%;
	float: left;
	line-height: 18px;
	display: none;
}
#Down .pz_down .foot1 .footLink .p {
	float: left;
	font-size: 18px;
	margin-right: 5px;
	color: #fff;
}
#Down .pz_down .foot1 .footLink a {
	float: left;
	padding: 0 9px;
	border-right: 2px solid #fff;
	font-size: 16px;
	color: #fff;
}
#Down .pz_down .foot1 .footLink a:hover {
	text-decoration: underline;
}
#Down .pz_down .foot {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 14px 0;
	background: #263a85;
}
#Down .pz_down .foot .copy {
	float: left;
	color: #fff;
	opacity: 0.8;
}
#Down .pz_down .foot .right {
	float: right;
	color: #fff;
	opacity: 0.8;
}
#Down .pz_down .foot .right:hover {
	text-decoration: underline;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 幻灯片 */
#Slide {
	width: 100%;
	float: left;
}
#Slide .pz_banner {
	width: 100%;
	float: left;
	margin-top: 0;
	z-index: 99;
}
#Slide .pz_banner .banner {
	float: left;
	width: 100%;
	position: relative;
}
#Slide .pz_banner .banner ._pic a {
	display: block;
	line-height: 0;
}
#Slide .pz_banner .banner .prev, #Slide .pz_banner .banner .next {
	display: block;
	width: 44px;
	height: 128px;
	background-color: rgba(0,0,0,0.5)!important;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -64px;
}
#Slide .pz_banner .banner .prev:hover, #Slide .pz_banner .banner .next:hover {
	background-color: rgba(0,0,0,0.9)!important;
}
#Slide .pz_banner .banner .prev {
	left: 0;
	background: url(images/1297_banner_prev.png) no-repeat center;
}
#Slide .pz_banner .banner .next {
	right: 0;
	background: url(images/1297_banner_next.png) no-repeat center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块1 */
#Content {
	width: 100%;
	float: left;
}
#Content .homeCon1 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content .homeCon1 {
	padding: 14px 0;
	width: 100%;
	float: left;
}
#Content .homeCon1 .left {
	float: left;
	line-height: 38px;
}
#Content .homeCon1 .left .p1 {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #0a318e;
}
#Content .homeCon1 .left .p2 {
	float: left;
	font-size: 14px;
	color: #2d2d2d;
}
#Content .homeCon1 .so {
	float: right;
	width: 420px;
	background: #fff;
	position: relative;
	border: 1px solid #d3d3d3;
}
#Content .homeCon1 .so .Search {
	float: left;
	width: 100%;
	height: 38px;
	background: none;
	border: none;
	line-height: 20px;
	padding: 9px 52px 9px 15px;
	color: #868686;
	font-size: 14px;
}
#Content .homeCon1 .so .sear_sub {
	float: right;
	width: 50px;
	height: 40px;
	border: 1px solid #0f348f;
	background: url(images/1298_sear.png) center no-repeat;
	background-color: #3d5aa0;
	position: absolute;
	right: 0;
	top: -1px;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块2 */
#Content2 {
	width: 100%;
	float: left;
}
#Content2 .homeCon2 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content2 .homeCon2 {
	padding: 26px 0;
	width: 100%;
	float: left;
}
#Content2 .homeCon2 .left {
	width: 595px;
	float: left;
	border-right: 1px solid #fff;
	margin: 0 0 0 250px;
}
#Content2 .homeCon2 .left .t1 {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: #ff8c00;
}
#Content2 .homeCon2 .left .t2 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 36px;
	color: #fff;
}
#Content2 .homeCon2 .left .t2 .sto {
	font-size: 22px;
	letter-spacing: 4px;
	margin: 0 0 0 5px;
	font-weight: bold;
}
#Content2 .homeCon2 .right {
	float: right;
	width: 300px;
	position: relative;
}
#Content2 .homeCon2 .right .img {
	width: 134px;
	height: 82px;
	line-height: 0;
}
#Content2 .homeCon2 .right .t1 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 6px;
	right: 0;
}
#Content2 .homeCon2 .right .more {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	position: absolute;
	right: 100px;
	top: 40px;
	border-radius: 5px;
	font-size: 18px;
	background: rgba(255,255,255,0.3);
	font-weight: bold;
	color: #fff;
}
#Content2 .homeCon2 .right .more:hover {
	color: #ff8c00;
	background: rgba(0,178,176,0.3);
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块3 */
#Content3 {
	width: 100%;
	float: left;
}
#Content3 .homeCon3 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content3 .homeCon3 {
	padding: 58px 0 50px 0;
	width: 100%;
	float: left;
}
#Content3 .homeCon3 .t1 {
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: #181818;
}
#Content3 .homeCon3 .t2 {
	font-size: 24px;
	line-height: 26px;
	margin: 30px 0 55px 0;
	color: #181818;
	text-align: center;
}
#Content3 .homeCon3 .t2 .col {
	font-weight: bold;
	font-size: 28px;
	color: #354696;
}
#Content3 .homeCon3 .img {
	line-height: 0;
}
#Content3 .homeCon3 .t3 {
	margin-top: 40px;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块4 */
#Content4 {
	width: 100%;
	float: left;
}
#Content4 .homeCon4 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content4 .homeCon4 {
	margin-bottom: 50px;
	width: 100%;
	float: left;
}
#Content4 .homeCon4 .t1 {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #0a318e;
}
#Content4 .homeCon4 .t1::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #ff8c00;
}
#Content4 .homeCon4 .t2 {
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
	color: #181818;
}
#Content4 .homeCon4 .over {
	margin-top: 30px;
	padding: 50px 50px 50px 55px;
	border: 1px solid #d9d9d9;
	width: 100%;
	float: left;
}
#Content4 .homeCon4 .img {
	float: left;
	width: 576px;
	line-height: 0;
}
#Content4 .homeCon4 .text {
	float: right;
	width: 410px;
	margin-top: 85px;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块5 */
#Content5 {
	width: 100%;
	float: left;
}
#Content5 .homeCon5 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content5 .homeCon5 {
	padding: 30px 0 20px 0;
	background: #bc9868;
	width: 100%;
	float: left;
}
#Content5 .homeCon5 .tit {
	line-height: 26px;
	width: 100%;
	text-align: center;
	position: relative;
}
#Content5 .homeCon5 .tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 449px;
	height: 7px;
	background: url(images/1302_home5_1.png) no-repeat right center;
}
#Content5 .homeCon5 .tit::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
	width: 449px;
	height: 7px;
	background: url(images/1302_home5_2.png) no-repeat left center;
}
#Content5 .homeCon5 .tit .t1 {
	font-size: 24px;
	color: #fff;
}
#Content5 .homeCon5 .tit .t1 .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 4px 8px;
	border-radius: 50%;
	background: #fff;
}
#Content5 .homeCon5 .tit .t1 .sto {
	font-weight: bold;
}
#Content5 .homeCon5 .over {
	margin-top: 20px;
	width: 100%;
	float: left;
}
#Content5 .homeCon5 .left {
	float: left;
}
#Content5 .homeCon5 .left .p {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 18px;
	color: #fff;
}
#Content5 .homeCon5 .left .fv1 {
	width: 260px;
	height: 36px;
	font-size: 16px;
	padding: 8px 15px;
	margin-right: 36px;
	color: #666;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px;
}
#Content5 .homeCon5 .left .fv2 {
	width: 168px;
	height: 36px;
	font-size: 16px;
	background: #ff8c00;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
#Content5 .homeCon5 .left .fv2:hover {
	opacity: 0.8;
}
#Content5 .homeCon5 .right {
	float: right;
	margin-top: 10px;
	border-left: 1px solid rgba(255,255,255,0.8);
	padding-left: 135px;
	background: url(images/1302_home5_3.png) no-repeat 53px center;
}
#Content5 .homeCon5 .right .t1 {
	font-size: 16px;
	color: #fff;
}
#Content5 .homeCon5 .right .t2 {
	font-size: 36px;
	font-family: "Arial";
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块6 */
#Content6 {
	width: 100%;
	float: left;
}
#Content6 .homeCon6 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content6 .homeCon6 {
	padding: 50px 0 30px 0;
	width: 100%;
	float: left;
}
#Content6 .homeCon6 .tit {
	margin-bottom: 40px;
	width: 100%;
	float: left;
}
#Content6 .homeCon6 .tit .t1 {
	float: left;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
	color: #bc9868;
	text-transform: uppercase;
}
#Content6 .homeCon6 .tit .t2 {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin: 15px 0 0 10px;
	color: #bc9868;
}
#Content6 .homeCon6 .tit .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	color: #bc9868;
}
#Content6 .homeCon6 .tit .more:hover {
	color: #ff8c00;
}
#Content6 .homeCon6Tab {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
#Content6 .homeCon6Tab .prev {
	display: block;
	width: 26px;
	height: 80px;
	position: absolute;
	top: 500px;
	left: -44px;
	background: url(images/1303_home6_5.png) no-repeat center;
	background-color: #bc9868;
}
#Content6 .homeCon6Tab .prev:hover {
	background-color: #ff8c00;
}
#Content6 .homeCon6Tab .next {
	display: block;
	width: 26px;
	height: 80px;
	position: absolute;
	top: 500px;
	right: -44px;
	background: url(images/1303_home6_6.png) no-repeat center;
	background-color: #bc9868;
}
#Content6 .homeCon6Tab .next:hover {
	background-color: #ff8c00;
}
#Content6 .homeCon6Tab .hd {
	width: 100%;
	float: left;
}
#Content6 .homeCon6Tab .hd .u1 {
	width: 100%;
	float: left;
	background: #bc9868;
}
#Content6 .homeCon6Tab .hd .l1 {
	float: left;
	padding: 0 38.8px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	color: #fff;
}
#Content6 .homeCon6Tab .hd .l1.on::before, #Content6 .homeCon6Tab .hd .l1:hover::before {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -8px;
}
#Content6 .homeCon6Tab .bd {
	width: 100%;
	float: left;
}
#Content6 .homeCon6Tab .bd .u1 {
	margin: 0 0;
	float: left;
}
#Content6 .homeCon6Tab .bd .l1 {
	width: 270px;
	margin: 15px;
	float: left;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	border-radius: 2px;
}
#Content6 .homeCon6Tab .bd .img {
	width: 100%;
	height: 250px;
	line-height: 0;
	background: #f4f4f4;
	overflow: hidden;
}
#Content6 .homeCon6Tab .bd .info {
	font-size: 16px;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
	color: #333;
	margin: 20px 0;
	text-align: center;
}
#Content6 .homeCon6Tab .bd .more {
	overflow: hidden;
	margin: 0 55px 15px 55px;
}
#Content6 .homeCon6Tab .bd .a1 {
	display: block;
	float: left;
	font-size: 14px;
	width: 140px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background: #bc9868;
}
#Content6 .homeCon6Tab .bd .a1:hover {
	background: none;
	color: #bc9868;
	border: 1px solid #bc9868;
}
#Content6 .homeCon6Tab .bd .a2 {
	display: block;
	float: right;
	font-size: 14px;
	width: 140px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	color: #ff8c00;
	border: 1px solid #ff8c00;
}
#Content6 .homeCon6Tab .bd .a2:hover {
	background: #ff8c00;
	color: #fff;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块7 */
#Content7 {
	width: 100%;
	float: left;
}
#Content7 .homeCon7 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content7 .homeCon7 {
	width: 100%;
	padding: 10px;
	float: left;
	background: #bc9868;
}
#Content7 .homeCon7 .line {
	padding: 40px 0 30px 0;
	width: 100%;
	float: left;
	border: 1px solid rgba(255,255,255,0.6);
}
#Content7 .homeCon7 .left {
	float: left;
	padding-left: 85px;
	margin-top: 5px;
	background: url(images/1304_home7_1.png) no-repeat left center;
}
#Content7 .homeCon7 .left .t1 {
	font-size: 18px;
	color: #fff;
}
#Content7 .homeCon7 .left .t2 {
	font-size: 36px;
	font-family: "Arial";
	font-weight: bold;
	color: #fff;
}
#Content7 .homeCon7 .zx {
	display: block;
	float: left;
	font-size: 18px;
	letter-spacing: 4px;
	padding: 10px 10px 10px 14px;
	margin: 8px 85px 0 35px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 2px;
	background: #ff8c00;
}
#Content7 .homeCon7 .right {
	font-size: 24px;
	line-height: 38px;
	max-height: 76px;
	overflow: hidden;
	color: #fff;
	letter-spacing: 3px;
}
#Content7 .homeCon7 .right .col {
	color: #ff8c00;
	font-size: 30px;
	letter-spacing: 5px;
	margin: 0 0 0 5px;
	font-weight: bold;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块8 */
#Content8 {
	width: 100%;
	float: left;
}
#Content8 .homeCon8 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content8 .homeCon8 {
	width: 100%;
	float: left;
}
#Content8 .homeCon8 .u1 {
	float: left;
	margin: 38px -18px;
}
#Content8 .homeCon8 .l1 {
	float: left;
	width: 375px;
	margin: 19px 18px;
	padding: 4px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
}
#Content8 .homeCon8 .l1 .img {
	width: 100%;
	height: 168px;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Content8 .homeCon8 .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Content8 .homeCon8 .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Content8 .homeCon8 .l1 .text {
	height: 285px;
	padding: 25px 15px 20px 15px;
}
#Content8 .homeCon8 .l1 .tit {
	font-size: 18px;
	line-height: 36px;
	max-height: 72px;
	overflow: hidden;
	color: #181818;
	text-align: center;
	font-weight: bold;
	text-align: center;
}
#Content8 .homeCon8 .l1 .line {
	width: 80px;
	height: 2px;
	margin: 20px auto;
	background: #bc9868;
}
#Content8 .homeCon8 .l1 .info {
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	color: #333;
}
#Content8 .homeCon8 .l1 .num {
	font-size: 70px;
	line-height: 70px;
	font-style: italic;
	position: absolute;
	bottom: -25px;
	right: 20px;
	color: #bc9868;
	font-weight: bold;
	opacity: 0.22;
}
#Content8 .homeCon8 .l1:hover {
	background: #bc9868;
	box-shadow: 0 0 10px #ccc;
}
#Content8 .homeCon8 .l1:hover .tit {
	color: #fff;
}
#Content8 .homeCon8 .l1:hover .line {
	background: #fff;
}
#Content8 .homeCon8 .l1:hover .info {
	color: #fff;
}
#Content8 .homeCon8 .l1:hover .num {
	color: #fff;
}
#Content8 .homeCon8 .l1:first-child {
	background: #bc9868;
	border: 0;
	padding: 65px 20px 65px 45px;
}
#Content8 .homeCon8 .l1:first-child::before {
	content: "";
	display: block;
	width: 328px;
	height: 138px;
	background: url(images/1305_home8_1.png) no-repeat left top;
	position: absolute;
	top: 20px;
	left: 20px;
}
#Content8 .homeCon8 .l1:first-child::after {
	content: "";
	display: block;
	width: 10px;
	height: 113px;
	background: url(images/1305_home8_2.png) no-repeat bottom center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#Content8 .homeCon8 .l1:first-child .t1 {
	width: 57px;
	height: 57px;
	line-height: 0;
}
#Content8 .homeCon8 .l1:first-child .t2 {
	font-size: 44px;
	line-height: 66px;
	margin: 25px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#Content8 .homeCon8 .l1:first-child .t3 {
	font-size: 30px;
	line-height: 46px;
	color: #fff;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块9 */
#Content9 {
	width: 100%;
	float: left;
}
#Content9 .homeCon9 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content9 .homeCon9 {
	margin-top: 70px;
	height: 166px;
	width: 100%;
	float: left;
	background: url(images/1306_home9_1.jpg) repeat-y center;
}
#Content9 .homeCon9 .left {
	width: 70%;
	float: left;
}
#Content9 .homeCon9 .left .img {
	float: left;
	width: 208px;
	height: 218px;
	margin-top: -64px;
	line-height: 0;
}
#Content9 .homeCon9 .left .text {
	float: left;
	margin: 30px 0 0 40px;
}
#Content9 .homeCon9 .left .text .t1 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
}
#Content9 .homeCon9 .left .text .t2 {
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 32px;
	margin: 5px 0 15px 0;
	font-weight: bold;
	color: #fff;
}
#Content9 .homeCon9 .left .text .t3 {
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 27px;
	border-radius: 3px;
	text-align: center;
	color: #ff8c00;
	background: #fff;
	width: 30%;
}
#Content9 .homeCon9 .left .text .t3:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#Content9 .homeCon9 .right {
	width: 30%;
	float: right;
	padding: 50px 10px;
}
#Content9 .homeCon9 .right .t1 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 34px;
	max-height: 88px;
	overflow: hidden;
	color: #fff;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块10 */
#Content10 {
	width: 100%;
	float: left;
}
#Content10 .homeCon10 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content10 .homeCon10 {
	width: 100%;
	float: left;
}
#Content10 .homeCon10 .u1 {
	float: left;
	margin: 0 -12px;
}
#Content10 .homeCon10 .l1 {
	width: 178px;
	margin: 55px 12px;
	padding: 30px 15px;
	float: left;
	border: 1px solid #e5e5e5;
}
#Content10 .homeCon10 .l1 .img {
	width: 98px;
	height: 98px;
	line-height: 0;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
#Content10 .homeCon10 .l1 .img .quan {
	position: absolute;
	top: 0;
	width: 98px;
	height: 98px;
	border: 4px solid rgba(255,255,255,0.3);
	border-radius: 50%;
}
#Content10 .homeCon10 .l1 .t1 {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 30px 0 25px 0;
	text-align: center;
	color: #181818;
}
#Content10 .homeCon10 .l1 .t2 {
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #181818;
}
#Content10 .homeCon10 .l1:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块11 */
#Content11 {
	width: 100%;
	float: left;
}
#Content11 .homeCon11 .w_1200 {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
#Content11 .homeCon11 {
	padding: 55px 0 60px 0;
	width: 100%;
	float: left;
}
#Content11 .homeCon11 .tit {
	font-size: 30px;
	float: right;
	color: #bc9868;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 20px;
}
#Content11 .homeCon11 .tit::before {
	content: "";
	display: block;
	width: 364px;
	height: 14px;
	background: url(images/1308_home11_8.png) no-repeat right center;
	position: absolute;
	right: 204px;
	top: 14px;
}
#Content11 .homeCon11 .bt {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#Content11 .homeCon11 .t1 {
	float: left;
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 25px;
	font-weight: bold;
}
#Content11 .homeCon11 .ico {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 0;
}
#Content11 .homeCon11 .info {
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
}
#Content11 .homeCon11 li {
	float: left;
	padding: 18px 30px;
	overflow: hidden;
}
#Content11 .homeCon11 .pic1 {
	width: 100%;
	float: left;
}
#Content11 .homeCon11 .pic1 .img {
	float: left;
	width: 600px;
	height: 293px;
	line-height: 0;
}
#Content11 .homeCon11 .pic1 li {
	width: 300px;
	height: 210px;
	margin-top: 83px;
}
#Content11 .homeCon11 .pic1 .l1 {
	background: #fff;
}
#Content11 .homeCon11 .pic1 .l2 {
	background: #bc9868;
}
#Content11 .homeCon11 .pic2 {
	width: 100%;
	float: left;
}
#Content11 .homeCon11 .pic2 .img {
	float: right;
	width: 440px;
	height: 252px;
	line-height: 0;
}
#Content11 .homeCon11 .pic2 .l1 {
	width: 460px;
	height: 252px;
}
#Content11 .homeCon11 .pic2 .l2 {
	width: 300px;
	height: 252px;
}
#Content11 .homeCon11 .l1 {
	background: #fff;
}
#Content11 .homeCon11 .l1 .bt {
	border-bottom: 1px solid rgba(0,0,0,0.6);
}
#Content11 .homeCon11 .l1 .t1 {
	color: #181818;
}
#Content11 .homeCon11 .l1 .info {
	color: #181818;
}
#Content11 .homeCon11 .l2 {
	background: #bc9868;
}
#Content11 .homeCon11 .l2 .bt {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
#Content11 .homeCon11 .l2 .t1 {
	color: #fff;
}
#Content11 .homeCon11 .l2 .info {
	color: #fff;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块12 */
#Content12 {
	width: 100%;
	float: left;
}
#Content12 .homeCon12 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content12 .homeCon12 {
	padding: 60px 0;
	width: 100%;
	float: left;
	background: #f7f7f7;
}
#Content12 .homeCon12 .tit {
	margin-bottom: 40px;
	width: 100%;
	float: left;
}
#Content12 .homeCon12 .tit .t1 {
	float: left;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
	color: #bc9868;
}
#Content12 .homeCon12 .tit .t2 {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin: 15px 0 0 10px;
	color: #bc9868;
}
#Content12 .homeCon12 .tit .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	color: #393939;
}
#Content12 .homeCon12 .tit .more:hover {
	color: #0a318e;
}
#Content12 .homeCon12 .left {
	width: 750px;
	float: left;
}
#Content12 .homeCon12 .left .l1 {
	width: 100%;
	float: left;
	margin: 9px 0;
	padding: 10px;
	border: 1px solid #dedede;
	background: #fff;
	position: relative;
}
#Content12 .homeCon12 .left .l1 .img {
	width: 284px;
	line-height: 0;
	float: left;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Content12 .homeCon12 .left .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Content12 .homeCon12 .left .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Content12 .homeCon12 .left .l1 .text {
	width: 380px;
	margin: 20px 25px 0 0;
	float: right;
}
#Content12 .homeCon12 .left .l1 .bt {
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #0a318e;
}
#Content12 .homeCon12 .left .l1 .bt::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #ff8c00;
}
#Content12 .homeCon12 .left .l1 .info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #181818;
}
#Content12 .homeCon12 .left .l1 .more {
	font-size: 15px;
	float: right;
	color: #181818;
}
#Content12 .homeCon12 .left .l1 .ico {
	width: 23px;
	height: 24px;
	background: url(images/1309_home12_3.jpg) no-repeat center;
	position: absolute;
	top: -1px;
	right: -1px;
}
#Content12 .homeCon12 .left .l1:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}
#Content12 .homeCon12 .left .l1:hover .bt {
	color: #0a318e;
}
#Content12 .homeCon12 .left .l1:hover .more {
	color: #0a318e;
}
#Content12 .homeCon12 .left .l1:hover .ico {
	width: 30px;
	height: 40px;
	top: -16px;
	right: -7px;
	background: url(images/1309_home12_3_1.jpg) no-repeat center;
}
#Content12 .homeCon12 .right {
	width: 394px;
	float: right;
	position: relative;
}
#Content12 .homeCon12 .right .bd .u2 {
	margin: 0 -11px;
}
#Content12 .homeCon12 .right .bd .l1 {
	width: 182px;
	margin: 12px 11px;
	line-height: 0;
	border: 1px solid #dedede;
	float: left;
}
#Content12 .homeCon12 .right .bd .l1:hover {
	box-shadow: 0 0 10px #ccc;
}
#Content12 .homeCon12 .right .prev {
	display: block;
	position: absolute;
	right: 51px;
	top: 10px;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: url(images/1309_home12_4.png) no-repeat center;
	background-color: #bc9868;
}
#Content12 .homeCon12 .right .prev:hover {
	background-color: #ff8c00;
}
#Content12 .homeCon12 .right .next {
	display: block;
	position: absolute;
	right: 11px;
	top: 10px;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: url(images/1309_home12_5.png) no-repeat center;
	background-color: #bc9868;
}
#Content12 .homeCon12 .right .next:hover {
	background-color: #ff8c00;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块13 */
#Content13 {
	width: 100%;
	float: left;
}
#Content13 .homeCon13 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content13 .homeCon13 {
	margin: 60px 0 30px 0;
	width: 100%;
	float: left;
}
#Content13 .homeCon13 .tit {
	margin-bottom: 40px;
	width: 100%;
	float: left;
}
#Content13 .homeCon13 .tit .t1 {
	float: left;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
	color: #bc9868;
}
#Content13 .homeCon13 .tit .t2 {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin: 15px 0 0 10px;
	color: #bc9868;
}
#Content13 .homeCon13 .tit .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	color: #393939;
}
#Content13 .homeCon13 .tit .more:hover {
	color: #0a318e;
}
#Content13 .homeCon13 .hd {
	width: 60%;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 28px;
}
#Content13 .homeCon13 .hd .l1 {
	font-size: 14px;
	float: left;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	margin: 0 10px;
	padding: 0 30px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
#Content13 .homeCon13 .hd .l1.on {
	background: #bc9868;
	color: #fff;
	border: 1px solid #bc9868;
}
#Content13 .homeCon13 .bd .u1 {
	width: 100%;
	height: 367px;
	float: left;
	background: #fff;
}
#Content13 .homeCon13 .bd .img {
	width: 50%;
	float: left;
	line-height: 0;
}
#Content13 .homeCon13 .bd .text {
	padding: 35px 55px;
	width: 50%;
	float: right;
	box-shadow: 0 0 10px #ccc;
}
#Content13 .homeCon13 .bd .text .bt {
	border-bottom: 2px solid #ececec;
}
#Content13 .homeCon13 .bd .text .bt .t1 {
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 2px solid #bc9868;
	font-size: 24px;
	line-height: 26px;
	color: #181818;
}
#Content13 .homeCon13 .bd .text .info {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
	margin: 20px 0;
	color: #181818;
}
#Content13 .homeCon13 .bd .more {
	width: 100%;
	overflow: hidden;
}
#Content13 .homeCon13 .bd .a1 {
	display: block;
	float: left;
	font-size: 14px;
	width: 140px;
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background: #bc9868;
}
#Content13 .homeCon13 .bd .a1:hover {
	background: none;
	color: #bc9868;
	border: 1px solid #bc9868;
}
#Content13 .homeCon13 .bd .a2 {
	display: block;
	float: left;
	font-size: 14px;
	width: 140px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	color: #ff8c00;
	border: 1px solid #ff8c00;
}
#Content13 .homeCon13 .bd .a2:hover {
	background: #ff8c00;
	color: #fff;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块14 */
#Content14 {
	width: 100%;
	float: left;
}
#Content14 .homeCon14 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content14 .homeCon14 {
	width: 100%;
	float: left;
}
#Content14 .homeCon14 .tit {
	width: 100%;
	float: left;
}
#Content14 .homeCon14 .tit .t1 {
	float: left;
	margin-right: 15px;
	font-size: 20px;
	color: #0a318e;
	font-weight: bold;
}
#Content14 .homeCon14 .tit .t2 {
	float: left;
	width: 970px;
	height: 6px;
	margin-top: 10px;
	background: url(images/1311_home14_4.png) no-repeat left center;
}
#Content14 .homeCon14 .homeCon14Tab {
	position: relative;
}
#Content14 .homeCon14 .u1 {
	margin: 0 -22px;
}
#Content14 .homeCon14 .l1 {
	width: 370px;
	padding: 18px;
	margin: 32px 22px;
	float: left;
	border: 1px solid #e5e5e5;
}
#Content14 .homeCon14 .l1 .img {
	width: 100%;
	height: 239px;
	overflow: hidden;
	line-height: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Content14 .homeCon14 .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Content14 .homeCon14 .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Content14 .homeCon14 .l1 .text {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #181818;
}
#Content14 .homeCon14 .l1 .ico {
	width: 38px;
	height: 5px;
	line-height: 0;
}
#Content14 .homeCon14 .l1 .ico2 {
	display: none;
}
#Content14 .homeCon14 .l1:hover {
	box-shadow: 0 0 10px #ccc;
}
#Content14 .homeCon14 .l1:hover .text {
	color: #ff8c00;
}
#Content14 .homeCon14 .l1:hover .ico1 {
	display: none;
}
#Content14 .homeCon14 .l1:hover .ico2 {
	display: block;
}
#Content14 .homeCon14 .prev {
	display: block;
	position: absolute;
	right: 40px;
	top: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: url(images/1311_home14_6.png) no-repeat center;
	background-color: #bc9868;
}
#Content14 .homeCon14 .prev:hover {
	background-color: #ff8c00;
}
#Content14 .homeCon14 .next {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: url(images/1311_home14_7.png) no-repeat center;
	background-color: #bc9868;
}
#Content14 .homeCon14 .next:hover {
	background-color: #ff8c00;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块15 */
#Content15 {
	width: 100%;
	float: left;
}
#Content15 .homeCon15 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content15 .homeCon15 {
	margin: 50px 0 100px 0;
	width: 100%;
	float: left;
}
#Content15 .homeCon15 .img {
	float: left;
	width: 613px;
	line-height: 0;
}
#Content15 .homeCon15 .text {
	width: 545px;
	float: right;
}
#Content15 .homeCon15 .tit {
	margin: 16px 0 40px 0;
	width: 100%;
	float: left;
}
#Content15 .homeCon15 .tit .t1 {
	float: left;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
	color: #bc9868;
}
#Content15 .homeCon15 .tit .t2 {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin: 15px 0 0 10px;
	color: #bc9868;
}
#Content15 .homeCon15 .tit .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	color: #393939;
}
#Content15 .homeCon15 .tit .more:hover {
	color: #0a318e;
}
#Content15 .homeCon15 .info {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
	color: #181818;
}
#Content15 .homeCon15 .u1 {
	width: 100%;
	float: left;
}
#Content15 .homeCon15 .l1 {
	padding: 25px 0;
	float: left;
	width: 33.3%;
	background: #7b87b4;
}
#Content15 .homeCon15 .l1 .ico {
	width: 65px;
	height: 65px;
	line-height: 0;
	margin: 0 auto;
}
#Content15 .homeCon15 .l1 .t1 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
}
#Content15 .homeCon15 .l1:hover {
	background: #bc9868;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 首页板块16 */
#Content16 {
	width: 100%;
	float: left;
}
#Content16 .homeCon16 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content16 .homeCon16 {
	width: 100%;
	float: left;
}
#Content16 .homeCon16Tab {
	float: left;
	width: 785px;
	padding-right: 30px;
}
#Content16 .homeCon16Tab .more {
	float: right;
	font-size: 14px;
	line-height: 16px;
	margin-top: 25px;
	color: #fff;
}
#Content16 .homeCon16Tab .more:hover {
	color: #0a318e;
}
#Content16 .homeCon16Tab .hd {
	width: 100%;
	float: left;
}
#Content16 .homeCon16Tab .hd .l1 {
	float: left;
	padding: 0 30px 0 15px;
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	cursor: pointer;
	color: #fff;
}
#Content16 .homeCon16Tab .hd .l1.on {
	font-weight: bold;
	margin-top: -36px;
	height: 100px;
	line-height: 74px;
	background: url(images/1313_home16_2.png) no-repeat;
	background-size: cover;
}
#Content16 .homeCon16Tab .bd {
	margin: 15px 0 30px 0;
	width: 100%;
	float: left;
}
#Content16 .homeCon16Tab .bd .l1 {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #d1d1d1;
}
#Content16 .homeCon16Tab .bd .text {
	width: 530px;
	float: left;
}
#Content16 .homeCon16Tab .bd .text .t1 {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	color: #bc9868;
}
#Content16 .homeCon16Tab .bd .text .t2 {
	font-size: 14px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	margin: 10px 0;
	color: #181818;
}
#Content16 .homeCon16Tab .bd .text .t3 {
	font-size: 14px;
	color: #181818;
}
#Content16 .homeCon16Tab .bd .l1:hover .text .t1 {
	text-decoration: underline;
}
#Content16 .homeCon16Tab .bd .l1 .img {
	float: right;
	width: 195px;
	height: 112px;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Content16 .homeCon16Tab .bd .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Content16 .homeCon16Tab .bd .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Content16 .homeCon16 .right {
	float: right;
	width: 415px;
	padding-left: 30px;
}
#Content16 .homeCon16 .right .tit {
	float: left;
	padding: 22px 0 28px 0;
	line-height: 26px;
	width: 100%;
	background: url(images/1313_home16_6.png) no-repeat bottom center;
}
#Content16 .homeCon16 .right .tit .t1 {
	float: left;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}
#Content16 .homeCon16 .right .more {
	float: right;
	margin-top: 8px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
#Content16 .homeCon16 .right .more:hover {
	color: #0a318e;
}
#Content16 .homeCon16 .right .u1 {
	width: 100%;
	float: left;
	margin-top: 23px;
}
#Content16 .homeCon16 .right .u1 .l1 {
	background: #fff;
	margin-bottom: 10px;
}
#Content16 .homeCon16 .right .u1 .l1 .bt {
	position: relative;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding-left: 50px;
	cursor: pointer;
	overflow: hidden;
}
#Content16 .homeCon16 .right .u1 .l1 .bt::before {
	content: "+";
	display: block;
	font-size: 30px;
	width: 38px;
	height: 38px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff8c00;
	text-align: center;
}
#Content16 .homeCon16 .right .u1 .l1.active .bt::before {
	content: "-";
	background: #354696;
}
#Content16 .homeCon16 .right .u1 .l1 .box {
	display: none;
	padding: 10px 25px 10px 55px;
	font-size: 14px;
	line-height: 24px;
	color: #181818;
}
#Content16 .homeCon16 .right .u1 .l1 .box .box_con {
	height: 110px;
	overflow-y: auto;
}
#Content16 .homeCon16 .right .u1 .l1.active .box {
	display: block;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 内页banner */
#Slide2 {
	width: 100%;
	float: left;
	padding-top: 0;
}
#Slide2 .zy_banner {
	position: relative;
	padding: 190px 0 120px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
}
#Slide2 .zy_banner h3 {
	position: relative;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 1.3em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}
#Slide2 .zy_banner p {
	position: relative;
	font-size: 16px;
	line-height: 1.3em;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 内页导航 */
#Location {
	width: 100%;
	float: left;
}
#Location .subnav .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Location .subnav {
	width: 100%;
	float: left;
	height: 114px;
	margin: -36px 0 70px 0;
	background: url(images/1315_nynav.png) no-repeat top center;
}
#Location .subnav .text {
	float: left;
}
#Location .subnav .text .entit {
	font-size: 24px;
	line-height: 26px;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#Location .subnav .text .cntit {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0 0 70px;
	color: #fff;
}
#Location .subnav .u1 {
	float: left;
	margin: 60px 0 0 103px;
}
#Location .subnav .u1 .l1 {
	float: left;
	font-size: 16px;
	padding: 0 15px;
	margin: 0 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
#Location .subnav .u1 .l1 a {
	color: #333;
}
#Location .subnav .u1 .l1.on, #Location .subnav .u1 .l1:hover {
	background: #bc9868;
}
#Location .subnav .u1 .l1.on a, #Location .subnav .u1 .l1:hover a {
	color: #fff;
}
#Location .subnav .side_tit {
	font-size: 14px;
	float: right;
	margin-top: 65px;
	line-height: 16px;
}
#Location .subnav .side_tit a {
	color: #181818;
}
#Location .subnav .side_tit a.on {
	color: #bc9868;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 1枢纽产品列表 */
#List {
	width: 100%;
	float: left;
}
#List .snList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List .snList {
	width: 100%;
	float: left;
}
#List .snList .nyLeft {
	float: left;
	width: 265px;
}
#List .snList .nyLeft .u1 {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
#List .snList .nyLeft .u1 .l1 .a1 {
	display: block;
	line-height: 20px;
	padding: 26px;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	background: #eff0f7;
	color: #181818;
}
#List .snList .nyLeft .u1 .l1:last-child .a1 {
	border-bottom: 0;
}
#List .snList .nyLeft .u1 .l1:hover .a1 {
	color: #fff;
	background: #bc9868;
}
#List .snList .nyLeft .nyListCon1 {
	border: 1px solid #e1e1e5;
	padding: 24px 22px;
	background: url(images/1316_sn1.jpg) no-repeat;
	background-size: cover;
}
#List .snList .nyLeft .nyListCon1 .t1 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #181818;
}
#List .snList .nyLeft .nyListCon1 .t2 {
	font-size: 24px;
	line-height: 26px;
	color: #bc9868;
	font-weight: bold;
}
#List .snList .nyLeft .nyListCon1 .line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: rgba(0,0,0,0.2);
}
#List .snList .nyLeft .nyListCon1 .t3 {
	font-size: 16px;
	line-height: 30px;
	color: #181818;
}
#List .snList .nyLeft .nyListCon2 {
	margin: 10px 0;
	height: 110px;
	border: 1px solid #e1e1e5;
	position: relative;
}
#List .snList .nyLeft .nyListCon2 .img {
	position: absolute;
	top: 10px;
	left: 13px;
	border: 1px solid #e1e1e5;
	width: 88px;
	height: 88px;
	line-height: 0;
}
#List .snList .nyLeft .nyListCon2 .t1 {
	width: 245px;
	padding: 0 25px;
	text-align: right;
	margin-top: 23px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #bc9868;
	background: #f1f1f1;
}
#List .snList .nyLeft .nyListCon2 .t2 {
	padding-left: 120px;
	margin-top: 6px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #181818;
}
#List .snList .nyRight {
	float: right;
	width: 890px;
}
#List .snList .nyRight .bt {
	width: 100%;
	float: left;
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	background: #bc9868;
}
#List .snList .nyRight .bt .t1 {
	float: left;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	background: url(images/1316_sn3.png) no-repeat left center;
}
#List .snList .nyRight .bt .more {
	float: right;
	font-size: 14px;
	color: #fff;
}
#List .snList .nyRight .bt .more:hover {
	text-decoration: underline;
}
#List .snList .nyRight .u1 {
	margin: 15px -16px;
	float: left;
}
#List .snList .nyRight .u1 .l1 {
	width: 274px;
	margin: 22px 16px;
	float: left;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	border-radius: 2px;
}
#List .snList .nyRight .u1 .img {
	width: 100%;
	height: 165px;
	line-height: 0;
	background: #f4f4f4;
	overflow: hidden;
}
#List .snList .nyRight .u1 .info {
	font-size: 16px;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
	color: #333;
	margin: 15px 15px;
}
#List .snList .nyRight .u1 .more {
	overflow: hidden;
	margin: 0 15px 15px 15px;
}
#List .snList .nyRight .u1 .a1 {
	display: block;
	float: left;
	font-size: 14px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background: #bc9868;
}
#List .snList .nyRight .u1 .a1:hover {
	background: none;
	color: #bc9868;
	border: 1px solid #bc9868;
}
#List .snList .nyRight .u1 .a2 {
	display: block;
	float: right;
	font-size: 14px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	color: #ff8c00;
	border: 1px solid #ff8c00;
}
#List .snList .nyRight .u1 .a2:hover {
	background: #ff8c00;
	color: #fff;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 2产品列表页 */
#List2 {
	width: 100%;
	float: left;
	margin-top: 70px;
}
#List2 .prodList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List2 .prodList {
	width: 100%;
	float: left;
	margin-bottom: 70px;
}
#List2 .prodList .nyLeft {
	float: left;
	width: 265px;
}
#List2 .prodList .nyLeft .u1 {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
#List2 .prodList .nyLeft .u1 .l1 .a1 {
	display: block;
	width: 100%;
	position: relative;
	line-height: 20px;
	padding: 26px;
	font-size: 16px;
	border-top: 1px solid #d9d9d9;
	background: #eff0f7;
	color: #181818;
}
#List2 .prodList .nyLeft .u1 .l1:last-child .a1 {
	border-bottom: 0;
}
#List2 .prodList .nyLeft .u1 .l1 .a1 .ico {
	width: 12px;
	height: 12px;
	line-height: 0;
	position: absolute;
	top: 30px;
	right: 20px;
}
#List2 .prodList .nyLeft .u1 .l1 .a1 .ico2 {
	display: none;
}
#List2 .prodList .nyLeft .u1 .l1:hover .a1, #List2 .prodList .nyLeft .u1 .l1.active .a1 {
	background: #bc9868;
	color: #fff;
}
#List2 .prodList .nyLeft .u1 .l1:hover .a1 .ico1, #List2 .prodList .nyLeft .u1 .l1.active .a1 .ico1 {
	display: none;
}
#List2 .prodList .nyLeft .u1 .l1:hover .a1 .ico2, #List2 .prodList .nyLeft .u1 .l1.active .a1 .ico2 {
	display: block;
}
#List2 .prodList .nyLeft .u1 .l1 .xl {
	display: none;
	border-left: 1px solid #ebebeb;
	margin-left: 40px;
}
#List2 .prodList .nyLeft .u1 .l1 .xl .a2 {
	font-size: 14px;
	display: block;
	color: #181818;
	border-bottom: 1px solid #ebebeb;
	padding-left: 25px;
	width: 100%;
	height: 56px;
	line-height: 56px;
}
#List2 .prodList .nyLeft .u1 .l1 .xl .a2:hover {
	color: #bc9868;
}
#List2 .prodList .nyLeft .u1 .l1.active .xl {
	display: block;
}
#List2 .prodList .nyLeft .nyListCon1 {
	border: 1px solid #e1e1e5;
	padding: 24px 21px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#List2 .prodList .nyLeft .nyListCon1 .t1 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #181818;
}
#List2 .prodList .nyLeft .nyListCon1 .t2 {
	font-size: 24px;
	line-height: 26px;
	color: #bc9868;
	font-weight: bold;
}
#List2 .prodList .nyLeft .nyListCon1 .line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: rgba(0,0,0,0.2);
}
#List2 .prodList .nyLeft .nyListCon1 .t3 {
	font-size: 14px;
	line-height: 30px;
	color: #181818;
}
#List2 .prodList .nyLeft .nyListCon2 {
	margin: 10px 0;
	height: 110px;
	border: 1px solid #e1e1e5;
	position: relative;
}
#List2 .prodList .nyLeft .nyListCon2 .img {
	position: absolute;
	top: 10px;
	left: 13px;
	border: 1px solid #e1e1e5;
	width: 88px;
	height: 88px;
	line-height: 0;
}
#List2 .prodList .nyLeft .nyListCon2 .t1 {
	width: 245px;
	padding: 0 25px;
	text-align: right;
	margin-top: 23px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #bc9868;
	background: #f1f1f1;
}
#List2 .prodList .nyLeft .nyListCon2 .t2 {
	padding-left: 120px;
	margin-top: 6px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #181818;
}
#List2 .prodList .nyRight {
	float: right;
	width: 890px;
}
#List2 .prodList .prodListXg {
	float: left;
	width: 100%;
	margin: 20px 0 60px 0;
}
#List2 .prodList .prodListXg .tit {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 24px;
	font-weight: bold;
	color: #bc9868;
	border-bottom: 1px solid #bc9868;
	position: relative;
}
#List2 .prodList .prodListXg .tit::before {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #C01 transparent;
	border-bottom-color: #bc9868;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#List2 .prodList .prodListXg .pic {
	margin: 34px 0 10px 0;
	float: left;
	width: 100%;
	padding: 20px;
	background: #eff0f7;
}
#List2 .prodList .prodListXg .pic .date {
	width: 125px;
	margin-top: 30px;
	float: left;
	text-align: center;
}
#List2 .prodList .prodListXg .pic .date .date_r {
	font-weight: bold;
	font-size: 60px;
	font-family: "Arial";
	color: #c0c1c6;
}
#List2 .prodList .prodListXg .pic .date .date_ny {
	font-size: 16px;
	margin-top: 5px;
	color: #181818;
	font-family: "Arial";
}
#List2 .prodList .prodListXg .pic .img {
	float: left;
	border-left: 1px solid #e1e2e7;
	padding-left: 47px;
	width: 280px;
	height: 134px;
	overflow: hidden;
	line-height: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#List2 .prodList .prodListXg .pic .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#List2 .prodList .prodListXg .pic:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#List2 .prodList .prodListXg .pic .text {
	float: right;
	width: 410px;
}
#List2 .prodList .prodListXg .pic .text .bt {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #181818;
}
#List2 .prodList .prodListXg .pic .text .info {
	font-size: 14px;
	margin: 16px 0;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #181818;
}
#List2 .prodList .prodListXg .pic .text .more {
	font-size: 14px;
	padding-top: 16px;
	color: #181818;
	border-top: 1px dashed #cccccc;
}
#List2 .prodList .prodListXg .pic:hover .text .bt {
	color: #0a318e;
}
#List2 .prodList .prodListXg .u2 {
	margin: 0 -6px;
}
#List2 .prodList .prodListXg .u2 .l1 {
	width: 439px;
	padding: 20px;
	background: #eff0f7;
	margin: 2px 6px;
	float: left;
}
#List2 .prodList .prodListXg .u2 .l1::before {
	content: "";
	float: left;
	display: block;
	margin: 6px 0;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background: #a7a7a7;
	border-radius: 50%;
}
#List2 .prodList .prodListXg .u2 .l1 .t1 {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	width: 80%;
	overflow: hidden;
	float: left;
	color: #333;
}
#List2 .prodList .prodListXg .u2 .l1 .t2 {
	font-size: 16px;
	float: right;
	color: #333;
	opacity: 0.6;
}
#List2 .prodList .prodListXg .u2 .l1:hover {
	background: #bc9868;
}
#List2 .prodList .prodListXg .u2 .l1:hover::before {
	background: #fff;
}
#List2 .prodList .prodListXg .u2 .l1:hover .t1 {
	color: #fff;
}
#List2 .prodList .prodListXg .u2 .l1:hover .t2 {
	color: #fff;
	opacity: 1;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 3产品详情页 */
#Subpage {
	width: 100%;
	float: left;
}
#Subpage .prodCon .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Subpage .prodCon {
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyLeft {
	float: left;
	width: 265px;
}
#Subpage .prodCon .nyLeft .u1 {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
#Subpage .prodCon .nyLeft .u1 .l1 .a1 {
	display: block;
	width: 100%;
	position: relative;
	line-height: 20px;
	padding: 26px;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	background: #eff0f7;
	color: #181818;
}
#Subpage .prodCon .nyLeft .u1 .l1:last-child .a1 {
	border-bottom: 0;
}
#Subpage .prodCon .nyLeft .u1 .l1 .a1 .ico {
	width: 12px;
	height: 12px;
	line-height: 0;
	position: absolute;
	top: 30px;
	right: 20px;
}
#Subpage .prodCon .nyLeft .u1 .l1 .a1 .ico2 {
	display: none;
}
#Subpage .prodCon .nyLeft .u1 .l1:hover .a1, #Subpage .prodCon .nyLeft .u1 .l1.active .a1 {
	background: #bc9868;
	color: #fff;
}
#Subpage .prodCon .nyLeft .u1 .l1:hover .a1 .ico1, #Subpage .prodCon .nyLeft .u1 .l1.active .a1 .ico1 {
	display: none;
}
#Subpage .prodCon .nyLeft .u1 .l1:hover .a1 .ico2, #Subpage .prodCon .nyLeft .u1 .l1.active .a1 .ico2 {
	display: block;
}
#Subpage .prodCon .nyLeft .u1 .l1 .xl {
	display: none;
	border-left: 1px solid #ebebeb;
	margin-left: 40px;
}
#Subpage .prodCon .nyLeft .u1 .l1 .xl .a2 {
	font-size: 14px;
	display: block;
	color: #181818;
	border-bottom: 1px solid #ebebeb;
	padding-left: 25px;
	width: 100%;
	height: 56px;
	line-height: 56px;
}
#Subpage .prodCon .nyLeft .u1 .l1 .xl .a2:hover {
	color: #bc9868;
}
#Subpage .prodCon .nyLeft .u1 .l1.active .xl {
	display: block;
}
#Subpage .prodCon .nyLeft .nyListCon1 {
	border: 1px solid #e1e1e5;
	padding: 24px 22px;
	background: url(images/1318_prodcon2.jpg) no-repeat;
	background-size: cover;
}
#Subpage .prodCon .nyLeft .nyListCon1 .t1 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #181818;
}
#Subpage .prodCon .nyLeft .nyListCon1 .t2 {
	font-size: 24px;
	line-height: 26px;
	color: #bc9868;
	font-weight: bold;
}
#Subpage .prodCon .nyLeft .nyListCon1 .line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: rgba(0,0,0,0.2);
}
#Subpage .prodCon .nyLeft .nyListCon1 .t3 {
	font-size: 16px;
	line-height: 30px;
	color: #181818;
}
#Subpage .prodCon .nyLeft .nyListCon2 {
	margin: 10px 0;
	height: 110px;
	border: 1px solid #e1e1e5;
	position: relative;
}
#Subpage .prodCon .nyLeft .nyListCon2 .img {
	position: absolute;
	top: 10px;
	left: 13px;
	border: 1px solid #e1e1e5;
	width: 88px;
	height: 88px;
	line-height: 0;
}
#Subpage .prodCon .nyLeft .nyListCon2 .t1 {
	width: 245px;
	padding: 0 25px;
	text-align: right;
	margin-top: 23px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #bc9868;
	background: #f1f1f1;
}
#Subpage .prodCon .nyLeft .nyListCon2 .t2 {
	padding-left: 120px;
	margin-top: 6px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #181818;
}
#Subpage .prodCon .nyRight {
	float: right;
	width: 890px;
}
#Subpage .prodCon .nyRight .con1 {
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyRight .con1 .left {
	float: left;
	width: 412px;
	position: relative;
}
#Subpage .prodCon .nyRight .con1 .left .downk {
	margin: 20px -15px 0 -15px;
}
#Subpage .prodCon .nyRight .con1 .left .downk .imgk {
	margin: 0 15px;
	border-radius: 5px;
	overflow: hidden;
}
#Subpage .prodCon .nyRight .con1 .left .downk .slick-current .imgk {
	border: 2px solid #bc9868;
}
#Subpage .prodCon .nyRight .con1 .left .slick-prev {
	display: block;
	width: 18px;
	height: 57px;
	position: absolute;
	left: 0;
	top: 140px;
	background: url(images/1318_prodcon5.png) no-repeat center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con1 .left .slick-prev:hover {
	background-color: #ff8c00;
}
#Subpage .prodCon .nyRight .con1 .left .slick-next {
	display: block;
	width: 18px;
	height: 57px;
	position: absolute;
	right: 0;
	top: 140px;
	background: url(images/1318_prodcon6.png) no-repeat center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con1 .left .slick-next:hover {
	background-color: #ff8c00;
}
#Subpage .prodCon .nyRight .con1 .text {
	width: 400px;
	float: right;
}
#Subpage .prodCon .nyRight .con1 .text .tit {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
#Subpage .prodCon .nyRight .con1 .text .t1 {
	display: inline-block;
	font-size: 28px;
	padding-bottom: 26px;
	line-height: 30px;
	color: #bc9868;
	border-bottom: 1px solid #bc9868;
}
#Subpage .prodCon .nyRight .con1 .text .info {
	font-size: 15px;
	margin: 20px 0;
	line-height: 30px;
	height: 210px;
	overflow: hidden;
	color: #181818;
}
#Subpage .prodCon .nyRight .con1 .text .info .col {
	color: #bc9868;
	font-weight: bold;
}
#Subpage .prodCon .nyRight .con1 .text .more {
	width: 100%;
	border-top: 1px solid #e6e6e6;
}
#Subpage .prodCon .nyRight .con1 .text .more .zx {
	margin-top: 28px;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 28px;
	border-radius: 3px;
	background: #bc9868;
	color: #fff;
}
#Subpage .prodCon .nyRight .con1 .text .more .zx:hover {
	opacity: 0.8;
}
#Subpage .prodCon .nyRight .con1 .text .dh {
	float: right;
	margin-top: 20px;
}
#Subpage .prodCon .nyRight .con1 .text .dh1 {
	font-size: 26px;
	line-height: 16px;
	color: #bc9868;
	font-weight: bold;
}
#Subpage .prodCon .nyRight .con1 .text .dh2 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 8px;
	color: #bc9868;
	font-weight: bold;
}
#Subpage .prodCon .nyRight .con2 {
	margin: 44px 0 33px 0;
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyRight .con2 .tit {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	background: url(images/1318_prodcon7.png) no-repeat 15px center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con2 .tit::after {
	content: "";
	display: block;
	float: left;
	margin-left: 15px;
	width: 558px;
	height: 100%;
	background: url(images/1318_prodcon8.png) no-repeat left center;
}
#Subpage .prodCon .nyRight .con2 .cntit {
	float: left;
	font-size: 16px;
	color: #fff;
}
#Subpage .prodCon .nyRight .con2 .entit {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	color: #fff;
	text-transform: uppercase;
}
#Subpage .prodCon .nyRight .con2 .info {
	padding: 35px 40px;
	border: 1px solid #e6e6e6;
	border-top: 0;
	font-size: 14px;
	line-height: 30px;
	background: #f7f7fb;
}
#Subpage .prodCon .nyRight .con3 {
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyRight .con3 .tit {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	background: url(images/1318_prodcon7.png) no-repeat 15px center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con3 .tit::after {
	content: "";
	display: block;
	float: left;
	margin-left: 15px;
	width: 610px;
	height: 100%;
	background: url(images/1318_prodcon8.png) no-repeat left center;
}
#Subpage .prodCon .nyRight .con3 .cntit {
	float: left;
	font-size: 16px;
	color: #fff;
}
#Subpage .prodCon .nyRight .con3 .entit {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	color: #fff;
	text-transform: uppercase;
}
#Subpage .prodCon .nyRight .con3 .l1 {
	width: 100%;
	float: left;
	padding: 17px;
	margin-top: 20px;
	background: #f7f7fb;
	border: 1px solid #e6e6e6;
}
#Subpage .prodCon .nyRight .con3 .l1 .img {
	width: 320px;
	height: 210px;
	overflow: hidden;
	line-height: 0;
	float: left;
}
#Subpage .prodCon .nyRight .con3 .l1 .text {
	float: right;
	width: 470px;
}
#Subpage .prodCon .nyRight .con3 .l1 .text .t1 {
	height: 56px;
	line-height: 56px;
	padding-left: 7px;
	background: url(images/1318_prodcon10.png) no-repeat left center;
	font-size: 24px;
	color: #bc9868;
}
#Subpage .prodCon .nyRight .con3 .l1 .text .t1 .sto {
	font-weight: bold;
}
#Subpage .prodCon .nyRight .con3 .l1 .text .p {
	padding-left: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #181818;
}
#Subpage .prodCon .nyRight .con3 .l1:nth-child(2n) .img {
	float: right;
}
#Subpage .prodCon .nyRight .con3 .l1:nth-child(2n) .text {
	float: left;
	margin-left: 17px;
}
#Subpage .prodCon .nyRight .con3 .l1:nth-child(1) .text .t1 {
	margin-top: 40px;
}
#Subpage .prodCon .nyRight .con3 .l1:nth-child(2) .text .t1 {
	margin-top: 10px;
}
#Subpage .prodCon .nyRight .con3 .l1:nth-child(3) .text .t1 {
	margin-top: 0;
}
#Subpage .prodCon .nyRight .con4 {
	margin: 34px 0 40px 0;
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyRight .con4 .tit {
	margin-bottom: 15px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	background: url(images/1318_prodcon7.png) no-repeat 15px center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con4 .tit::after {
	content: "";
	display: block;
	float: left;
	margin-left: 15px;
	width: 575px;
	height: 100%;
	background: url(images/1318_prodcon8.png) no-repeat left center;
}
#Subpage .prodCon .nyRight .con4 .cntit {
	float: left;
	font-size: 16px;
	color: #fff;
}
#Subpage .prodCon .nyRight .con4 .entit {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	color: #fff;
	text-transform: uppercase;
}
#Subpage .prodCon .nyRight .con4 table {
	width: 100%!important;
}
#Subpage .prodCon .nyRight .con4 .table th {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #bc9868;
	height: 74px;
	border: 1px solid #fff;
}
#Subpage .prodCon .nyRight .con4 .table td {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 13px 0;
	border: 1px solid #e2e2e2;
}
#Subpage .prodCon .nyRight .con5 {
	width: 100%;
	float: left;
}
#Subpage .prodCon .nyRight .con5 .tit {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	background: url(images/1318_prodcon7.png) no-repeat 15px center;
	background-color: #bc9868;
}
#Subpage .prodCon .nyRight .con5 .tit::after {
	content: "";
	display: block;
	float: left;
	margin-left: 15px;
	width: 620px;
	height: 100%;
	background: url(images/1318_prodcon8.png) no-repeat left center;
}
#Subpage .prodCon .nyRight .con5 .cntit {
	float: left;
	font-size: 16px;
	color: #fff;
}
#Subpage .prodCon .nyRight .con5 .entit {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	color: #fff;
	text-transform: uppercase;
}
#Subpage .prodCon .nyRight .con5 .form {
	width: 100%;
	float: left;
	padding: 35px 40px;
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #f7f7fb;
}
#Subpage .prodCon .nyRight .con5 .form .name {
	width: 84px;
	line-height: 34px;
	text-align: right;
	font-size: 14px;
	float: left;
}
#Subpage .prodCon .nyRight .con5 .form .lab {
	margin-bottom: 15px;
	width: 400px;
	float: left;
}
#Subpage .prodCon .nyRight .con5 .form .lab1 {
	width: 808px;
	margin-bottom: 15px;
	float: left;
}
#Subpage .prodCon .nyRight .con5 .form .fv1 {
	float: left;
	font-size: 14px;
	width: 306px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
}
#Subpage .prodCon .nyRight .con5 .form .fv2 {
	float: left;
	font-size: 14px;
	line-height: 30px;
	width: 707px;
	padding: 0 10px;
	height: 130px;
	border: 1px solid #e2e2e2;
	background: #fff;
}
#Subpage .prodCon .nyRight .con5 .form .img {
	float: left;
	width: 97px;
	height: 34px;
	line-height: 0;
	overflow: hidden;
}
#Subpage .prodCon .nyRight .con5 .form .a {
	display: block;
	float: left;
	margin-left: 16px;
	line-height: 34px;
	color: #181818;
	font-size: 12px;
	padding-left: 22px;
	background: url(images/1318_prodcon12.png) no-repeat left center;
}
#Subpage .prodCon .nyRight .con5 .form .a:hover {
	text-decoration: underline;
}
#Subpage .prodCon .nyRight .con5 .form .lab2 {
	width: 808px;
	margin: 30px 0 25px 0;
	float: left;
	text-align: center;
}
#Subpage .prodCon .nyRight .con5 .form .fv3 {
	display: inline-block;
	font-size: 16px;
	width: 126px;
	height: 36px;
	line-height: 36px;
	margin: 0 17px;
	padding: 0 45px;
	border-radius: 4px;
	background: #bc9868;
	color: #fff;
}
#Subpage .prodCon .nyRight .con5 .form .fv4 {
	display: inline-block;
	font-size: 16px;
	width: 126px;
	height: 36px;
	line-height: 36px;
	margin: 0 17px;
	padding: 0 45px;
	border-radius: 4px;
	background: #ff8c00;
	color: #fff;
}
#Subpage .prodCon .nyRight .con5 .form .fv3:hover {
	opacity: 0.8;
}
#Subpage .prodCon .nyRight .con5 .form .fv4:hover {
	opacity: 0.8;
}
#Subpage .prodCon .nyRight .con6 {
	float: left;
	width: 100%;
	margin: 40px 0 50px 0;
}
#Subpage .prodCon .nyRight .con6 .tit {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 24px;
	font-weight: bold;
	color: #bc9868;
	border-bottom: 1px solid #bc9868;
	position: relative;
}
#Subpage .prodCon .nyRight .con6 .tit::before {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #C01 transparent;
	border-bottom-color: #bc9868;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#Subpage .prodCon .nyRight .con6 .u1 {
	margin: 0 -15px;
}
#Subpage .prodCon .nyRight .con6 .l1 {
	width: 275px;
	padding: 13px;
	margin: 50px 15px 10px 15px;
	float: left;
	border: 1px solid #e5e5e5;
}
#Subpage .prodCon .nyRight .con6 .l1 .img {
	width: 100%;
	height: 177px;
	overflow: hidden;
	line-height: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Subpage .prodCon .nyRight .con6 .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Subpage .prodCon .nyRight .con6 .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Subpage .prodCon .nyRight .con6 .l1 .text {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #181818;
}
#Subpage .prodCon .nyRight .con6 .l1 .ico {
	width: 38px;
	height: 5px;
	line-height: 0;
}
#Subpage .prodCon .nyRight .con6 .l1 .ico2 {
	display: none;
}
#Subpage .prodCon .nyRight .con6 .l1:hover {
	box-shadow: 0 0 10px #ccc;
}
#Subpage .prodCon .nyRight .con6 .l1:hover .text {
	color: #ff8c00;
}
#Subpage .prodCon .nyRight .con6 .l1:hover .ico1 {
	display: none;
}
#Subpage .prodCon .nyRight .con6 .l1:hover .ico2 {
	display: block;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 4运用领域 */
#List3 {
	width: 100%;
	float: left;
}
#List3 .fielList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List3 .fielList {
	width: 100%;
	float: left;
}
#List3 .fielList .u1 {
	width: 100%;
	float: left;
	padding-left: 100px;
	position: relative;
}
#List3 .fielList .u1 .l1 {
	float: left;
	margin: 8px 13px;
	font-size: 16px;
	width: 131px;
	height: 32px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #bc9868;
	text-align: center;
}
#List3 .fielList .u1 .l1 a {
	color: #bc9868;
}
#List3 .fielList .u1 .l1:hover, #List3 .fielList .u1 .l1.on {
	background: #bc9868;
}
#List3 .fielList .u1 .l1:hover a, #List3 .fielList .u1 .l1.on a {
	color: #fff;
}
#List3 .fielList .u1 .l1:first-child {
	width: 75px;
	position: absolute;
	left: 0;
	top: 0;
}
/*#List3 .fielList .u1 .l1:first-child:hover{ opacity: 0.8;}
#List3 .fielList .u1 .l1:first-child a{ color: #fff;}*/

#List3 .fielList .u2 {
	margin: 0 -22px;
}
#List3 .fielList .u2 .l1 {
	width: 365px;
	padding: 18px;
	margin: 32px 22px;
	float: left;
	border: 1px solid #e5e5e5;
}
#List3 .fielList .u2 .l1 .img {
	width: 100%;
	height: 239px;
	overflow: hidden;
	line-height: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#List3 .fielList .u2 .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#List3 .fielList .u2 .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#List3 .fielList .u2 .l1 .text {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #181818;
}
#List3 .fielList .u2 .l1 .ico {
	width: 38px;
	height: 5px;
	line-height: 0;
}
#List3 .fielList .u2 .l1 .ico2 {
	display: none;
}
#List3 .fielList .u2 .l1:hover {
	box-shadow: 0 0 10px #ccc;
}
#List3 .fielList .u2 .l1:hover .text {
	color: #ff8c00;
}
#List3 .fielList .u2 .l1:hover .ico1 {
	display: none;
}
#List3 .fielList .u2 .l1:hover .ico2 {
	display: block;
}
#List3 .fielList .pz_fy {
	width: 100%;
	margin: 40px 0 80px 0;
	float: left;
	text-align: center;
}
#List3 .fielList .pz_fy a {
	border: 1px solid #eff0f7;
	padding: 10px 13px;
	margin: 0 5px;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
#List3 .fielList .pz_fy a:hover, #List3 .fielList .pz_fy a.on {
	background: #bc9868;
	color: #fff;
}
#List3 .fielList .pz_fy .ly {
	position: relative;
	color: #bc9868;
}
#List3 .fielList .pz_fy .ly::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	left: -14px;
	top: -1px;
	background: url(images/1319_fiel11.png) no-repeat left center;
}
#List3 .fielList .pz_fy .ly:hover::before, #List3 .fielList .pz_fy .ly.on::before {
	background: url(images/1319_fiel11_1.png) no-repeat left center;
}
#List3 .fielList .pz_fy .ry {
	position: relative;
	color: #bc9868;
}
#List3 .fielList .pz_fy .ry::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	right: -14px;
	top: -1px;
	background: url(images/1319_fiel12.png) no-repeat left center;
}
#List3 .fielList .pz_fy .ry:hover::before, #List3 .fielList .pz_fy .ry.on::before {
	background: url(images/1319_fiel12_1.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块一 */
#Content17 {
	width: 100%;
	float: left;
	margin-top: 70px;
}
#Content17 .aboutCon1 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content17 .aboutCon1 {
	padding-bottom: 65px;
	width: 100%;
	float: left;
}
#Content17 .aboutCon1 .tit {
	margin-bottom: 64px;
	position: relative;
}
#Content17 .aboutCon1 .tit .cntit {
	position: absolute;
	bottom: 8px;
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
#Content17 .aboutCon1 .tit .entit {
	font-size: 44px;
	line-height: 46px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.1;
	text-align: center;
}
#Content17 .aboutCon1 .over {
	width: 100%;
	float: left;
}
#Content17 .aboutCon1 .img {
	width: 503px;
	height: 380px;
	line-height: 0;
	overflow: hidden;
	float: left;
}
#Content17 .aboutCon1 .text {
	width: 655px;
	height: 380px;
	font-size: 16px;
	line-height: 42px;
	color: #333;
	float: right;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 35px;
}
#Content17 .aboutCon1 .text::-webkit-scrollbar-track {
border-radius: 5px;
background-color: rgba(235,235,235,0.8);
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
#Content17 .aboutCon1 .text::-webkit-scrollbar {
width: 5px;
background-color: rgba(0,0,0,0);
}
#Content17 .aboutCon1 .text::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
background-color: #bc9868;
}
#Content17 .aboutCon1 .text .col {
	color: #bc9868;
	font-weight: bold;
}
#Content17 .aboutCon1 .text2 {
	width: 1200px;
	font-size: 14px;
	line-height: 32px;
	color: #333;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块二 */
#Content18 {
	width: 100%;
	float: left;
}
#Content18 .aboutCon2 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content18 .aboutCon2 {
	padding: 60px 0 0 0;
	width: 100%;
	float: left;
}
#Content18 .aboutCon2 .tit {
	margin-bottom: 64px;
	position: relative;
}
#Content18 .aboutCon2 .tit .cntit {
	position: absolute;
	bottom: 8px;
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
#Content18 .aboutCon2 .tit .entit {
	font-size: 44px;
	line-height: 46px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.1;
	text-align: center;
}
#Content18 .aboutCon2 .pic {
	margin-bottom: 70px;
	width: 100%;
	float: left;
}
#Content18 .aboutCon2 .hd .u1 {
	margin: 0 -8px;
}
#Content18 .aboutCon2 .hd .l1 {
	float: left;
	width: 258px;
	height: 364px;
	margin: 0 8px;
	position: relative;
}
#Content18 .aboutCon2 .hd .l1.on {
	width: 378px;
}
#Content18 .aboutCon2 .hd .l1 .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 25px 15px;
}
#Content18 .aboutCon2 .hd .l1 .t1 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}
#Content18 .aboutCon2 .hd .l1 .t2 {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0 35px 0;
	color: #fff;
}
#Content18 .aboutCon2 .hd .l1 .t3 {
	display: none;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
#Content18 .aboutCon2 .hd .l1 .t4 {
	width: 30px;
	height: 30px;
	background: url(images/1321_about2_14.png) no-repeat center;
	position: absolute;
	bottom: 20px;
	left: 25px;
}
#Content18 .aboutCon2 .hd .l1.on .text {
	background: rgba(6,72,148,0.7);
}
#Content18 .aboutCon2 .hd .l1.on .t3 {
	display: block;
}
#Content18 .aboutCon2 .hd .l1.on .t4 {
	display: none;
}
#Content18 .aboutCon2 .pos {
	height: 470px;
	position: relative;
	width: 100%;
	float: left;
}
#Content18 .aboutCon2 .pos .num {
	position: absolute;
	font-size: 22px;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-radius: 50%;
	background: #ff8c00;
	color: #fff;
}
#Content18 .aboutCon2 .pos .line {
	position: absolute;
}
#Content18 .aboutCon2 .pos .t1 {
	width: 148px;
	height: 40px;
	position: absolute;
}
#Content18 .aboutCon2 .pos .t1 b {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#Content18 .aboutCon2 .pos .t1::before {
	position: absolute;
	content: "";
	display: block;
	width: 130px;
	border-bottom: 40px solid #bc9868;
	border-right: 25px solid transparent;
}
#Content18 .aboutCon2 .pos .t2 {
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	color: #181818;
}
#Content18 .aboutCon2 .pos .l1:nth-child(1) .num {
	bottom: 60px;
	left: 300px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(2) .num {
	bottom: 180px;
	left: 370px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(3) .num {
	bottom: 250px;
	left: 500px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(4) .num {
	bottom: 250px;
	right: 500px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(5) .num {
	bottom: 180px;
	right: 370px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(6) .num {
	bottom: 60px;
	right: 300px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(1) .line {
	bottom: 90px;
	left: 146px;
	width: 154px;
	height: 12px;
	background: url(images/1321_about2_8.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(2) .line {
	bottom: 240px;
	left: 191px;
	width: 195px;
	height: 86px;
	background: url(images/1321_about2_9.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(3) .line {
	bottom: 316px;
	left: 483px;
	width: 50px;
	height: 133px;
	background: url(images/1321_about2_10.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(4) .line {
	bottom: 316px;
	right: 503px;
	width: 30px;
	height: 135px;
	background: url(images/1321_about2_11.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(5) .line {
	bottom: 240px;
	right: 240px;
	width: 145px;
	height: 78px;
	background: url(images/1321_about2_12.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(6) .line {
	bottom: 90px;
	right: 176px;
	width: 103px;
	height: 1px;
	background: url(images/1321_about2_13.png) no-repeat center;
}
#Content18 .aboutCon2 .pos .l1:nth-child(1) .t1 {
	bottom: 80px;
	left: 30px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(2) .t1 {
	bottom: 300px;
	left: 77px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(3) .t1 {
	bottom: 430px;
	left: 380px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(4) .t1 {
	bottom: 430px;
	left: 715px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(5) .t1 {
	bottom: 300px;
	left: 960px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(6) .t1 {
	bottom: 80px;
	left: 1024px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(1) .t2 {
	width: 250px;
	height: 24px;
	bottom: 40px;
	left: 30px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(2) .t2 {
	width: 250px;
	height: 120px;
	bottom: 160px;
	left: 77px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(3) .t2 {
	width: 155px;
	height: 72px;
	bottom: 340px;
	left: 380px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(4) .t2 {
	width: 180px;
	height: 48px;
	bottom: 365px;
	left: 715px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(5) .t2 {
	width: 200px;
	height: 48px;
	bottom: 237px;
	left: 960px;
}
#Content18 .aboutCon2 .pos .l1:nth-child(6) .t2 {
	width: 160px;
	height: 24px;
	bottom: 44px;
	left: 1024px;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块三 */
#Content19 {
	width: 100%;
	float: left;
}
#Content19 .aboutCon3 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content19 .aboutCon3 {
	padding: 70px 0;
	width: 100%;
	float: left;
}
#Content19 .aboutCon3 .tit {
	position: relative;
}
#Content19 .aboutCon3 .tit .cntit {
	position: absolute;
	bottom: 8px;
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
#Content19 .aboutCon3 .tit .entit {
	font-size: 44px;
	line-height: 46px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.1;
	text-align: center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块四 */
#Content20 {
	width: 100%;
	float: left;
}
#Content20 .aboutCon4 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content20 .aboutCon4 {
	width: 100%;
	float: left;
}
#Content20 .aboutCon4 .pic {
	width: 1100px;
	margin: 0 auto;
}
#Content20 .aboutCon4 .u1 {
	height: 750px;
	padding: 65px 0;
}
#Content20 .aboutCon4 .l1 {
	position: relative;
	margin: 275px 20px;
}
#Content20 .aboutCon4 .l1 .num {
	width: 100px;
	height: 100px;
	padding: 12px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}
#Content20 .aboutCon4 .l1 .num span {
	display: block;
	width: 76px;
	height: 76px;
	line-height: 76px;
	border-radius: 50%;
	background: #bc9868;
	text-align: center;
	border: 2px solid #fff;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#Content20 .aboutCon4 .l1 .line {
	position: absolute;
	left: 0;
}
#Content20 .aboutCon4 .l1 .text {
	position: absolute;
	margin-left: 30px;
	width: 160px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
}
#Content20 .aboutCon4 .l1 .img {
	line-height: 0;
}
#Content20 .aboutCon4 .l1 .t1 {
	font-size: 16px;
	margin: 20px 15px 0 15px;
	line-height: 18px;
	overflow: hidden;
	font-weight: bold;
	color: #ff8c00;
}
#Content20 .aboutCon4 .l1 .t2 {
	font-size: 14px;
	margin: 15px 15px 20px 15px;
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
	color: #181818;
}
#Content20 .aboutCon4 .l1:nth-child(5n+1) .line {
	width: 53px;
	height: 209px;
	background: url(images/1323_about4_9.png) no-repeat;
}
#Content20 .aboutCon4 .l1:nth-child(5n+2) .line {
	width: 47px;
	height: 256px;
	background: url(images/1323_about4_10.png) no-repeat;
}
#Content20 .aboutCon4 .l1:nth-child(5n+3) .line {
	width: 54px;
	height: 208px;
	background: url(images/1323_about4_11.png) no-repeat;
}
#Content20 .aboutCon4 .l1:nth-child(5n+4) .line {
	width: 54px;
	height: 215px;
	background: url(images/1323_about4_12.png) no-repeat;
}
#Content20 .aboutCon4 .l1:nth-child(5n+5) .line {
	width: 54px;
	height: 208px;
	background: url(images/1323_about4_13.png) no-repeat;
}
#Content20 .aboutCon4 .l1:nth-child(5n+2) .text, #Content20 .aboutCon4 .l1:nth-child(5n+4) .text {
	top: -273px;
}
#Content20 .aboutCon4 .l1:nth-child(5n+2) .line, #Content20 .aboutCon4 .l1:nth-child(5n+4) .line {
	bottom: 87px;
}
#Content20 .aboutCon4 .l1:nth-child(5n+1) .text, #Content20 .aboutCon4 .l1:nth-child(5n+3) .text, #Content20 .aboutCon4 .l1:nth-child(5n+5) .text {
	bottom: -264px;
}
#Content20 .aboutCon4 .slick-prev {
	width: 20px;
	height: 50px;
	position: absolute;
	top: 52%;
	left: -50px;
	background: url(images/1323_about4_7.png) no-repeat;
	background-color: #bc9868;
}
#Content20 .aboutCon4 .slick-prev:hover {
	background-color: #ff8c00;
}
#Content20 .aboutCon4 .slick-next {
	width: 20px;
	height: 50px;
	position: absolute;
	top: 52%;
	right: -50px;
	background: url(images/1323_about4_8.png) no-repeat;
	background-color: #bc9868;
}
#Content20 .aboutCon4 .slick-next:hover {
	background-color: #ff8c00;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块五 */
#Content21 {
	width: 100%;
	float: left;
}
#Content21 .aboutCon5 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content21 .aboutCon5 {
	padding: 65px 0 70px 0;
	width: 100%;
	float: left;
}
#Content21 .aboutCon5 .tit {
	margin-bottom: 64px;
	position: relative;
}
#Content21 .aboutCon5 .tit .cntit {
	position: absolute;
	bottom: 8px;
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color: #bc9868;
	text-align: center;
}
#Content21 .aboutCon5 .tit .entit {
	font-size: 44px;
	line-height: 46px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.1;
	text-align: center;
}
#Content21 .aboutCon5 .over {
	width: 100%;
	float: left;
}
#Content21 .aboutCon5 .text {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #181818;
	width: 585px;
	float: left;
}
#Content21 .aboutCon5 .text .col {
	color: #bc9868;
	font-weight: bold;
}
#Content21 .aboutCon5 .img {
	width: 485px;
	height: 335px;
	line-height: 0;
	float: right;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 5关于我们板块六 */
#Content22 {
	width: 100%;
	float: left;
}
#Content22 .aboutCon6 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content22 .aboutCon6 {
	padding: 70px 0 60px 0;
	width: 100%;
	float: left;
}
#Content22 .aboutCon6 .tit {
	margin-bottom: 64px;
	position: relative;
}
#Content22 .aboutCon6 .tit .cntit {
	position: absolute;
	bottom: 8px;
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
#Content22 .aboutCon6 .tit .entit {
	font-size: 44px;
	line-height: 46px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.1;
	text-align: center;
}
#Content22 .aboutCon6Tab {
	margin-bottom: 70px;
	padding-bottom: 55px;
}
#Content22 .aboutCon6Tab .pic {
	background: #fff;
	float: left;
	margin: 0 8px;
	border: 1px solid #e5e5e5;
}
#Content22 .aboutCon6Tab .img {
	width: 100%;
	padding: 15px;
	max-height: 217px;
	line-height: 0;
	overflow: hidden;
}
#Content22 .aboutCon6Tab .text {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #bc9868;
	color: #fff;
}
#Content22 .aboutCon6Tab .pic:hover .text {
	background: #165aa3;
}
#Content22 .aboutCon6Tab .slick-dots {
	position: absolute;
	bottom: 0;
	z-index: 10;
	height: 4px;
	text-align: center;
}
#Content22 .aboutCon6Tab .slick-dots li {
	vertical-align: top;
	width: 16px;
	height: 4px;
	background: rgba(22,90,163,0.3);
	margin: 0 4px;
	border-radius: 2px;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
}
#Content22 .aboutCon6Tab .slick-dots .slick-active {
	background: rgba(22,90,163,1);
}
#Content22 .aboutCon6 .u1 {
	margin: 0 -10px;
}
#Content22 .aboutCon6 .l1 {
	width: 220px;
	margin: 0 10px;
	float: left;
	position: relative;
}
#Content22 .aboutCon6 .l1 .img {
	height: 141px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	line-height: 0;
}
#Content22 .aboutCon6 .l1 .bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(49,70,147,0.83);
}
#Content22 .aboutCon6 .l1 .ico {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	line-height: 0;
}
#Content22 .aboutCon6 .l1:hover .bg {
	display: block;
}
#Content22 .aboutCon6 .l1:hover .ico {
	display: block;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 6新闻资讯 */
#List4 {
	width: 100%;
	float: left;
}
#List4 .newsList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List4 .newsList {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
#List4 .newsList .pic {
	width: 100%;
	float: left;
	background: #eff0f7;
}
#List4 .newsList .pic .img {
	width: 600px;
	float: left;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#List4 .newsList .pic .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#List4 .newsList .pic:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#List4 .newsList .pic .text {
	padding: 40px 45px 40px 35px;
	width: 600px;
	float: right;
}
#List4 .newsList .pic .text .date {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#List4 .newsList .pic .text .date .date_r {
	float: left;
	font-weight: bold;
	font-size: 72px;
	line-height: 74px;
	font-family: "Arial";
	color: #c0c1c6;
}
#List4 .newsList .pic .text .date .date_ny {
	float: left;
	margin: 42px 0 0 10px;
	font-size: 24px;
	line-height: 26px;
	color: #181818;
	font-family: "Arial";
}
#List4 .newsList .pic .text .tit {
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #000;
}
#List4 .newsList .pic .text .info {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 22px 0;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	color: #181818;
}
#List4 .newsList .pic .text .more {
	width: 100%;
	float: left;
	font-size: 16px;
	padding-top: 12px;
	color: #181818;
	border-top: 1px dashed #cccccc;
}
#List4 .newsList .pic:hover {
	background: #0a318e;
}
#List4 .newsList .pic:hover .date .date_r {
	color: #fff;
}
#List4 .newsList .pic:hover .date .date_ny {
	color: #fff;
}
#List4 .newsList .pic:hover .text .tit {
	color: #fff;
}
#List4 .newsList .pic:hover .text .info {
	color: #fff;
}
#List4 .newsList .pic:hover .text .more {
	color: #fff;
}
#List4 .newsList .l1 {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	padding: 20px;
	background: #f2f2f2;
}
#List4 .newsList .l1 .date {
	width: 145px;
	margin-top: 30px;
	float: left;
	text-align: center;
}
#List4 .newsList .l1 .date .date_r {
	font-weight: bold;
	font-size: 72px;
	line-height: 74px;
	font-family: "Arial";
	color: #c0c1c6;
}
#List4 .newsList .l1 .date .date_ny {
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	color: #181818;
	font-family: "Arial";
}
#List4 .newsList .l1 .img {
	float: left;
	width: 305px;
	height: 163px;
	overflow: hidden;
	line-height: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#List4 .newsList .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#List4 .newsList .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#List4 .newsList .l1 .text {
	float: right;
	width: 820px;
	margin-top: 17px;
}
#List4 .newsList .l1 .text .bt {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #181818;
}
#List4 .newsList .l1 .text .info {
	font-size: 16px;
	margin: 16px 0;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}
#List4 .newsList .l1 .text .more {
	font-size: 16px;
	padding-top: 16px;
	color: #181818;
	border-top: 1px dashed #cccccc;
}
#List4 .newsList .l1:hover {
	background: #bc9868;
}
#List4 .newsList .l1:hover .date .date_r {
	color: #fff;
}
#List4 .newsList .l1:hover .date .date_ny {
	color: #fff;
}
#List4 .newsList .l1:hover .text .bt {
	color: #fff;
}
#List4 .newsList .l1:hover .text .info {
	color: #fff;
}
#List4 .newsList .l1:hover .text .more {
	color: #fff;
}
#List4 .newsList .pz_fy {
	width: 100%;
	margin: 40px 0 80px 0;
	float: left;
	text-align: center;
}
#List4 .newsList .pz_fy a {
	border: 1px solid #eff0f7;
	padding: 10px 13px;
	margin: 0 5px;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
#List4 .newsList .pz_fy a:hover, #List4 .newsList .pz_fy a.on {
	background: #bc9868;
	color: #fff;
}
#List4 .newsList .pz_fy .ly {
	position: relative;
}
#List4 .newsList .pz_fy .ly::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	left: -14px;
	top: -1px;
	background: url(images/1326_news7.png) no-repeat left center;
}
#List4 .newsList .pz_fy .ly:hover::before, #List4 .newsList .pz_fy .ly.on::before {
	background: url(images/1326_news7_1.png) no-repeat left center;
}
#List4 .newsList .pz_fy .ry {
	position: relative;
}
#List4 .newsList .pz_fy .ry::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	right: -14px;
	top: -1px;
	background: url(images/1326_news8.png) no-repeat left center;
}
#List4 .newsList .pz_fy .ry:hover::before, #List4 .newsList .pz_fy .ry.on::before {
	background: url(images/1326_news8_1.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 7新闻资讯-详情页 */
#Subpage2 {
	width: 100%;
	float: left;
}
#Subpage2 .newsCon .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Subpage2 .newsCon {
	width: 100%;
	float: left;
}
#Subpage2 .newsCon .title {
	width: 100%;
	float: left;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 50px;
	text-align: center;
	color: #181818;
}
#Subpage2 .newsCon .time {
	width: 100%;
	float: left;
	color: #181818;
	font-size: 14px;
	height: 56px;
	line-height: 56px;
	border-top: 1px solid #eff0f7;
	border-bottom: 1px solid #eff0f7;
}
#Subpage2 .newsCon .fh {
	float: right;
	font-size: 14px;
	color: #181818;
}
#Subpage2 .newsCon .fh:hover {
	color: #bc9868;
}
#Subpage2 .newsCon .fh .ico {
	float: right;
	display: block;
	margin: 10px 0 10px 13px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url(images/1327_newscon1.png) no-repeat center;
	background-color: #bc9868;
}
#Subpage2 .newsCon .info {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 20px 0;
	line-height: 30px;
	color: #181818;
}
#Subpage2 .newsCon .bot {
	width: 100%;
	float: left;
	padding: 12px 0;
	border-top: 1px solid #eff0f7;
	border-bottom: 1px solid #eff0f7;
}
#Subpage2 .newsCon .bot .fy {
	float: left;
	font-size: 14px;
	line-height: 24px;
}
#Subpage2 .newsCon .bot .fy .ly {
	float: left;
	padding-right: 17px;
	border-right: 1px solid #eff0f7;
	color: #181818;
}
#Subpage2 .newsCon .bot .fy .ry {
	float: left;
	padding-left: 17px;
	color: #181818;
}
#Subpage2 .newsCon .bot .fy a:hover {
	color: #bc9868;
}
#Subpage2 .newsCon .bot .bdsharebuttonbox {
	float: right;
}
#Subpage2 .newsCon .bot .bdsharebuttonbox p {
	line-height: 24px;
	float: left;
}
#Subpage2 .newsCon .bot .bdsharebuttonbox a {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
#Subpage2 .newsCon .tit {
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
	padding-bottom: 24px;
	font-weight: bold;
	color: #bc9868;
	border-bottom: 1px solid #bc9868;
	position: relative;
}
#Subpage2 .newsCon .tit::before {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #C01 transparent;
	border-bottom-color: #bc9868;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#Subpage2 .newsCon .u1 {
	margin-bottom: 50px;
	width: 100%;
	float: left;
}
#Subpage2 .newsCon .l1 {
	width: 590px;
	float: left;
	padding: 15px;
	margin-top: 22px;
	background: #eff0f7;
}
#Subpage2 .newsCon .l1:nth-child(2n) {
	float: right;
}
#Subpage2 .newsCon .l1 .img {
	float: left;
	width: 197px;
	height: 114px;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Subpage2 .newsCon .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Subpage2 .newsCon .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Subpage2 .newsCon .l1 .text {
	margin-top: 7px;
	float: right;
	width: 330px;
}
#Subpage2 .newsCon .l1 .text .t1 {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #181818;
}
#Subpage2 .newsCon .l1 .text .t2 {
	margin: 8px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #181818;
}
#Subpage2 .newsCon .l1 .text .t3 {
	font-size: 14px;
	padding-top: 10px;
	color: #181818;
	border-top: 1px dashed #d3d3d5;
}
#Subpage2 .newsCon .l1:hover {
	background: #bc9868;
}
#Subpage2 .newsCon .l1:hover .text .t1 {
	color: #fff;
}
#Subpage2 .newsCon .l1:hover .text .t2 {
	color: #fff;
}
#Subpage2 .newsCon .l1:hover .text .t3 {
	color: #fff;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 8客户见证 */
#List5 {
	width: 100%;
	float: left;
}
#List5 .custList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List5 .custList {
	width: 100%;
	float: left;
}
#List5 .custList .l1 {
	margin-bottom: 40px;
	width: 100%;
	float: left;
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	position: relative;
}
#List5 .custList .l1::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -7px;
	right: -10px;
	background: url(images/1328_cust5.jpg) no-repeat center;
}
#List5 .custList .l1 .img {
	width: 426px;
	float: left;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#List5 .custList .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#List5 .custList .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#List5 .custList .l1 .text {
	width: 660px;
	margin-top: 10px;
	float: right;
}
#List5 .custList .l1 .text .tit {
	font-size: 20px;
	line-height: 22px;
	color: #bc9868;
}
#List5 .custList .l1 .text .tit::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	margin: 18px 0 27px 0;
	background: #ff8c00;
}
#List5 .custList .l1 .text .info {
	font-size: 14px;
	line-height: 30px;
	color: #181818;
}
#List5 .custList .pz_fy {
	width: 100%;
	margin: 40px 0 80px 0;
	float: left;
	text-align: center;
}
#List5 .custList .pz_fy a {
	border: 1px solid #eff0f7;
	padding: 10px 13px;
	margin: 0 5px;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
#List5 .custList .pz_fy a:hover, #List5 .custList .pz_fy a.on {
	background: #bc9868;
	color: #fff;
}
#List5 .custList .pz_fy .ly {
	position: relative;
}
#List5 .custList .pz_fy .ly::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	left: -14px;
	top: -1px;
	background: url(images/1328_cust6.png) no-repeat left center;
}
#List5 .custList .pz_fy .ly:hover::before, #List5 .custList .pz_fy .ly.on::before {
	background: url(images/1328_cust6_1.png) no-repeat left center;
}
#List5 .custList .pz_fy .ry {
	position: relative;
}
#List5 .custList .pz_fy .ry::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	right: -14px;
	top: -1px;
	background: url(images/1328_cust7.png) no-repeat left center;
}
#List5 .custList .pz_fy .ry:hover::before, #List5 .custList .pz_fy .ry.on::before {
	background: url(images/1328_cust7_1.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块一 */
#Content23 {
	width: 100%;
	float: left;
}
#Content23 .techCon1 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content23 .techCon1 {
	width: 100%;
	float: left;
}
#Content23 .techCon1 .tit {
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(images/1329_tech1_1.png) no-repeat center;
}
#Content23 .techCon1 .tit .bt {
	display: inline-block;
}
#Content23 .techCon1 .tit .cntit {
	font-size: 30px;
	line-height: 32px;
	color: #bc9868;
}
#Content23 .techCon1 .tit .cntit .sto {
	font-weight: bold;
}
#Content23 .techCon1 .tit .entit {
	font-size: 20px;
	text-align: right;
	margin-top: 10px;
	line-height: 22px;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.3;
}
#Content23 .techCon1 .u1 {
	float: left;
	margin: 0 -8px;
}
#Content23 .techCon1 .l1 {
	width: 287px;
	padding: 25px;
	margin: 70px 8px 80px 8px;
	float: left;
	border: 1px solid #e5e5e5;
}
#Content23 .techCon1 .l1 .t1 {
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #181818;
}
#Content23 .techCon1 .l1 .t2 {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin: 10px 0 30px 0;
	text-align: center;
	color: #181818;
}
#Content23 .techCon1 .l1 .img {
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#Content23 .techCon1 .l1 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
#Content23 .techCon1 .l1:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#Content23 .techCon1 .l1 .info {
	margin-top: 20px;
	font-size: 14px;
	line-height: 32px;
	height: 96px;
	overflow: hidden;
	color: #181818;
}
#Content23 .techCon1 .l1:hover {
	background: #bc9868;
}
#Content23 .techCon1 .l1:hover .t1 {
	color: #fff;
}
#Content23 .techCon1 .l1:hover .t2 {
	color: #fff;
}
#Content23 .techCon1 .l1:hover .info {
	color: #fff;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块二 */
#Content24 {
	width: 100%;
	float: left;
}
#Content24 .techCon2 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content24 .techCon2 {
	height: 165px;
	overflow: hidden;
	width: 100%;
	float: left;
}
#Content24 .techCon2 .img {
	float: left;
	margin-top: 44px;
	width: 270px;
	line-height: 0;
}
#Content24 .techCon2 .line {
	float: left;
	width: 1px;
	height: 54px;
	margin: 50px 50px 0 57px;
	background: #fff;
}
#Content24 .techCon2 .text {
	float: left;
	margin-top: 50px;
}
#Content24 .techCon2 .text .t1 {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	letter-spacing: 3px;
	color: #fff;
}
#Content24 .techCon2 .text .t1 .sto {
	font-size: 30px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	font-weight: bold;
	margin: 0 4px;
}
#Content24 .techCon2 .text .t2 {
	font-size: 14px;
	margin-top: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
}
#Content24 .techCon2 .right {
	width: 290px;
	height: 100%;
	float: right;
	padding: 10px;
	background: #01b26a;
}
#Content24 .techCon2 .right .kuang {
	padding: 14px 0 15px 33px;
	border: 1px solid rgba(255,255,255,0.2);
}
#Content24 .techCon2 .right .t1 {
	font-size: 18px;
	color: #fff;
	padding-left: 36px;
	background: url(images/1330_tech2_3.png) no-repeat left center;
}
#Content24 .techCon2 .right .t2 {
	font-size: 30px;
	line-height: 32px;
	margin: 8px 0 16px 0;
	color: #fff;
	font-weight: bold;
}
#Content24 .techCon2 .right .t3 {
	display: inline-block;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	padding: 0 16px;
	background: #fff;
	color: #01b26a;
	border-radius: 4px;
}
#Content24 .techCon2 .right .t3:hover {
	opacity: 0.8;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块三 */
#Content25 {
	width: 100%;
	float: left;
}
#Content25 .techCon3 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content25 .techCon3 {
	margin: 70px 0 85px 0;
	width: 100%;
	float: left;
}
#Content25 .techCon3 .tit {
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(images/1331_tech3_1.png) no-repeat center;
}
#Content25 .techCon3 .tit .bt {
	display: inline-block;
}
#Content25 .techCon3 .tit .cntit {
	font-size: 30px;
	line-height: 32px;
	color: #bc9868;
}
#Content25 .techCon3 .tit .cntit .sto {
	font-weight: bold;
}
#Content25 .techCon3 .tit .entit {
	font-size: 20px;
	text-align: right;
	margin-top: 10px;
	line-height: 22px;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.3;
}
#Content25 .techCon3 .over {
	margin: 65px 0 0 0;
	width: 100%;
	overflow: hidden;
}
#Content25 .techCon3 .img {
	float: left;
	width: 560px;
	height: 382px;
	line-height: 0;
}
#Content25 .techCon3 .nr {
	position: relative;
	float: right;
	width: 585px;
}
#Content25 .techCon3 .nr .line {
	width: 1px;
	height: 328px;
	position: absolute;
	top: 20px;
	left: 0;
	background: rgba(49,70,147,0.16);
}
#Content25 .techCon3 .u1 .l1 {
	font-size: 16px;
	padding: 13px 0 13px 46px;
	line-height: 20px;
	position: relative;
}
#Content25 .techCon3 .u1 .l1::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -8.5px;
	top: 13px;
	background: url(images/1331_tech3_3.png) no-repeat left center;
}
#Content25 .techCon3 .u1 .l1:hover::before {
	background: url(images/1331_tech3_4.png) no-repeat left center;
}
#Content25 .techCon3 .u1 .l1 a {
	color: #181818;
}
#Content25 .techCon3 .u1 .l1 a:hover {
	color: #bc9868;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块四 */
#Content26 {
	width: 100%;
	float: left;
}
#Content26 .techCon4 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content26 .techCon4 {
	padding: 80px 0 75px 0;
	width: 100%;
	float: left;
}
#Content26 .techCon4 .tit {
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(images/1332_tech4_2.png) no-repeat center;
}
#Content26 .techCon4 .tit .bt {
	display: inline-block;
}
#Content26 .techCon4 .tit .cntit {
	font-size: 30px;
	line-height: 32px;
	color: #bc9868;
}
#Content26 .techCon4 .tit .cntit .sto {
	font-weight: bold;
}
#Content26 .techCon4 .tit .entit {
	font-size: 20px;
	text-align: right;
	margin-top: 10px;
	line-height: 22px;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.3;
}
#Content26 .techCon4 .u1 {
	margin: 0 -20px;
}
#Content26 .techCon4 .l1 {
	width: 240px;
	height: 210px;
	background: #bc9868;
	position: relative;
	float: left;
	margin: 190px 20px 0 20px;
}
#Content26 .techCon4 .l1 .img {
	width: 240px;
	height: 240px;
	position: absolute;
	top: -120px;
	left: 0;
	line-height: 0;
	border-radius: 50%;
	overflow: hidden;
}
#Content26 .techCon4 .l1 .text {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	margin: 140px 50px 35px 50px;
	position: relative;
}
#Content26 .techCon4 .l1 .text::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 0;
	border-bottom: 40px solid #fff;
	border-left: 20px solid transparent;
	transition: all 0.5s ease;
}
#Content26 .techCon4 .l1 .text span {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	color: #bc9868;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块五 */
#Content27 {
	width: 100%;
	float: left;
}
#Content27 .techCon5 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content27 .techCon5 {
	height: 165px;
	overflow: hidden;
	padding: 40px 0 45px 0;
	text-align: center;
	width: 100%;
	float: left;
}
#Content27 .techCon5 .dh {
	display: inline-block;
}
#Content27 .techCon5 .dh .t1 {
	float: left;
	margin-top: 8px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}
#Content27 .techCon5 .dh .t2 {
	float: left;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
}
#Content27 .techCon5 .dh .t3 {
	float: left;
	display: block;
	margin-left: 25px;
	width: 97px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	background: #01b26a;
	color: #fff;
}
#Content27 .techCon5 .dh .t3:hover {
	opacity: 0.8;
}
#Content27 .techCon5 .text {
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
	color: #fff;
	position: relative;
}
#Content27 .techCon5 .text .sto {
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 0 4px;
	letter-spacing: 4px;
}
#Content27 .techCon5 .text::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 256px;
	height: 28px;
	background: url(images/1333_tech5_2.png) no-repeat right center;
}
#Content27 .techCon5 .text::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
	width: 256px;
	height: 28px;
	background: url(images/1333_tech5_3.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块六 */
#Content28 {
	width: 100%;
	float: left;
}
#Content28 .techCon6 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content28 .techCon6 {
	padding: 70px 0 60px 0;
	width: 100%;
	float: left;
}
#Content28 .techCon6 .tit {
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(images/1334_tech6_1.png) no-repeat center;
}
#Content28 .techCon6 .tit .bt {
	display: inline-block;
}
#Content28 .techCon6 .tit .cntit {
	font-size: 30px;
	line-height: 32px;
	color: #bc9868;
}
#Content28 .techCon6 .tit .cntit .sto {
	font-weight: bold;
}
#Content28 .techCon6 .tit .entit {
	font-size: 20px;
	text-align: right;
	margin-top: 10px;
	line-height: 22px;
	text-transform: uppercase;
	color: #bc9868;
	opacity: 0.3;
}
#Content28 .techCon6 .over {
	margin-top: 60px;
}
#Content28 .techCon6 .img {
	float: left;
	width: 380px;
	line-height: 0;
}
#Content28 .techCon6 .text {
	float: right;
	width: 700px;
	font-size: 15px;
	line-height: 36px;
	color: #181818;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 9技术服务板块七 */
#Content29 {
	width: 100%;
	float: left;
}
#Content29 .techCon7 .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content29 .techCon7 {
	padding: 70px 0 85px 0;
	width: 100%;
	float: left;
	background: url(images/1335_tech7_1.jpg) repeat-x top;
}
#Content29 .techCon7 .u1 {
	width: 100%;
}
#Content29 .techCon7 .u1 .l1 {
	width: 50%;
	float: left;
}
#Content29 .techCon7 .u1 .l1 .img {
	width: 50%;
	line-height: 0;
	float: left;
	height: 260px;
	overflow: hidden;
}
#Content29 .techCon7 .u1 .l1 .text {
	padding-top: 80px;
	width: 50%;
	float: left;
	background: #fff;
	height: 260px;
	overflow: hidden;
}
#Content29 .techCon7 .u1 .l1 .text .t1 {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 22px;
	height: 22px;
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
}
#Content29 .techCon7 .u1 .l1 .text .a1 {
	display: block;
	font-size: 16px;
	width: 130px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ff8c00;
	color: #ff8c00;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
}
#Content29 .techCon7 .u1 .l1 .text .a1:hover {
	background: #bc9868;
	color: #fff;
	border: 1px solid #bc9868;
}
#Content29 .techCon7 .left {
	width: 300px;
	float: left;
}
#Content29 .techCon7 .left .entit {
	margin-top: 150px;
	float: left;
	font-size: 18px;
	transform: rotate(90deg);
	color: #ff8c00;
}
#Content29 .techCon7 .left .cntit {
	width: 40px;
	margin: 85px 30px 0 -16px;
	float: left;
	height: 260px;
	line-height: 60px;
	font-size: 40px;
	color: #bc9868;
	font-weight: bolder;
	color: #bc9868;
}
#Content29 .techCon7 .left .line {
	width: 1px;
	margin-top: 100px;
	float: left;
	height: 45px;
	background: #d2d2d2;
}
#Content29 .techCon7 .right {
	width: 900px;
	float: left;
}
#Content29 .techCon7 .right .text {
	padding-top: 80px;
	width: 300px;
	float: left;
	background: #fff;
	height: 260px;
	overflow: hidden;
}
#Content29 .techCon7 .right .text .t1 {
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 22px;
	height: 22px;
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
}
#Content29 .techCon7 .right .text .a1 {
	display: block;
	font-size: 16px;
	width: 130px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ff8c00;
	color: #ff8c00;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
}
#Content29 .techCon7 .right .text .a1:hover {
	background: #bc9868;
	color: #fff;
	border: 1px solid #bc9868;
}
#Content29 .techCon7 .right .pic1 .img {
	width: 600px;
	line-height: 0;
	float: left;
	height: 260px;
	overflow: hidden;
}
#Content29 .techCon7 .right .pic2 .img {
	width: 300px;
	line-height: 0;
	float: left;
	height: 260px;
	overflow: hidden;
}
#Content29 .techCon7 .right .pic2 .text:nth-child(2n+1) {
	background: #eff0f7;
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 10联系我们-人才招聘 */
#List6 {
	width: 100%;
	float: left;
}
#List6 .joinList .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#List6 .joinList {
	width: 100%;
	float: left;
}
#List6 .joinList .u1 {
	border-top: 1px solid #eff0f7;
}
#List6 .joinList .l1 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eff0f7;
}
#List6 .joinList .l1 .tit {
	width: 100%;
	padding: 40px;
	line-height: 36px;
	float: left;
	cursor: pointer;
	color: #181818;
}
#List6 .joinList .l1 .tit .t1 {
	float: left;
	margin-right: 200px;
}
#List6 .joinList .l1 .tit .tit1 {
	font-size: 20px;
}
#List6 .joinList .l1 .tit .tit2 {
	font-size: 16px;
}
#List6 .joinList .l1 .tit .t2 {
	font-size: 16px;
	line-height: 70px;
	float: right;
}
#List6 .joinList .l1 .box {
	display: none;
	margin-top: 25px;
	padding: 50px 40px;
	width: 100%;
	float: left;
	background: #eff0f7;
	position: relative;
}
#List6 .joinList .l1 .box::before {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 16px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #eff0f7 transparent;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -8px;
}
#List6 .joinList .l1 .box .t1 {
	float: left;
	width: 555px;
}
#List6 .joinList .l1 .box .t2 {
	float: right;
	width: 500px;
}
#List6 .joinList .l1 .box .p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 18px;
	color: #181818;
	font-weight: bold;
}
#List6 .joinList .l1 .box .info {
	font-size: 14px;
	line-height: 28px;
	color: #181818;
}
#List6 .joinList .l1 .box .more {
	display: block;
	margin-top: 30px;
	width: 170px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	background: #bc9868;
	color: #fff;
}
#List6 .joinList .l1 .box .more:hover {
	opacity: 0.8;
}
#List6 .joinList .l1.active .tit {
	background: #bc9868;
	color: #fff;
}
#List6 .joinList .l1.active .box {
	display: block;
}
#List6 .joinList .pz_fy {
	width: 100%;
	margin: 40px 0 80px 0;
	float: left;
	text-align: center;
}
#List6 .joinList .pz_fy a {
	border: 1px solid #eff0f7;
	padding: 10px 13px;
	margin: 0 5px;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
#List6 .joinList .pz_fy a:hover, #List6 .joinList .pz_fy a.on {
	background: #bc9868;
	color: #fff;
}
#List6 .joinList .pz_fy .ly {
	position: relative;
}
#List6 .joinList .pz_fy .ly::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	left: -14px;
	top: -1px;
	background: url(images/1336_join1.png) no-repeat left center;
}
#List6 .joinList .pz_fy .ly:hover::before, #List6 .joinList .pz_fy .ly.on::before {
	background: url(images/1336_join1_1.png) no-repeat left center;
}
#List6 .joinList .pz_fy .ry {
	position: relative;
}
#List6 .joinList .pz_fy .ry::before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 38px;
	right: -14px;
	top: -1px;
	background: url(images/1336_join2.png) no-repeat left center;
}
#List6 .joinList .pz_fy .ry:hover::before, #List6 .joinList .pz_fy .ry.on::before {
	background: url(images/1336_join2_1.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 11联系我们-联系我们 */
#Content30 {
	width: 100%;
	float: left;
	margin-top: 70px;
	margin-bottom: 70px;
}
#Content30 .contCon .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content30 .contCon {
	width: 100%;
	float: left;
}
#Content30 .contCon .over {
	width: 100%;
	float: left;
}
#Content30 .contCon .over .left {
	width: 700px;
	padding: 39px 30px 30px 30px;
	float: left;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#Content30 .contCon .over .left .img {
	width: 578px;
	margin: 0 auto;
	line-height: 0;
	margin-bottom: 40px;
}
#Content30 .contCon .over .left .l1 {
	width: 100%;
	overflow: hidden;
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #eff0f7;
	margin: 22px 0;
}
#Content30 .contCon .over .left .ico {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	line-height: 0;
	float: left;
}
#Content30 .contCon .over .left .tit {
	float: left;
	font-size: 16px;
	line-height: 30px;
}
#Content30 .contCon .over .right {
	padding: 40px 35px 38px 35px;
	width: 465px;
	float: right;
	background: #f2f2f2;
}
#Content30 .contCon .over .right .tit {
	font-size: 24px;
	margin-bottom: 20px;
	color: #181818;
	text-align: center;
}
#Content30 .contCon .over .right .name {
	font-size: 16px;
	line-height: 18px;
	margin: 16px 0 9px 0;
}
#Content30 .contCon .over .right .fv1 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #eff0f7;
	border-radius: 3px;
}
#Content30 .contCon .over .right .fv2 {
	width: 100%;
	height: 80px;
	line-height: 42px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #eff0f7;
	border-radius: 3px;
}
#Content30 .contCon .over .right .fv3 {
	float: left;
	width: 158px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #eff0f7;
	border-radius: 3px;
}
#Content30 .contCon .over .right .img {
	width: 100px;
	height: 42px;
	overflow: hidden;
	float: left;
	line-height: 0;
}
#Content30 .contCon .over .right .a {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	color: #181818;
}
#Content30 .contCon .over .right .a:hover {
	text-decoration: underline;
}
#Content30 .contCon .over .right .fv4 {
	display: block;
	margin: 33px auto 0 auto;
	height: 46px;
	line-height: 46px;
	padding: 0 80px;
	font-size: 16px;
	border-radius: 23px;
	background: #bc9868;
	color: #fff;
}
#Content30 .contCon .over .right .fv4:hover {
	opacity: 0.8;
}
#Content30 .contCon .dt {
	width: 100%;
	float: left;
	margin: 30px 0 80px 0;
	position: relative;
}
#Content30 .contCon .bdmap {
	height: 480px;
}
#Content30 .contCon .dz {
	position: absolute;
	top: 200px;
	left: 656px;
	width: 336px;
	height: 80px;
	font-size: 14px;
	line-height: 22px;
	padding: 16px 20px 0 114px;
	background: url(images/1337_cont8.png) no-repeat left center;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
/* 单页 */
#Content31 {
	width: 100%;
	float: left;
}
#Content31 .pageCon .w_1200 {
	margin: 0 auto;
	width: 1200px;
}
#Content31 .pageCon {
	padding: 0 0 70px 0;
	width: 100%;
	float: left;
}
#Content31 .pageCon .info {
	font-size: 16px;
	line-height: 30px;
	color: #181818;
}
 @media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
@media screen and (max-width:1230px) {
}
#Content32 .side {
	width: 70px;
	position: fixed;
	top: 250px;
	right: 20px;
}
#Content32 .side .l1 {
	padding-top: 10px;
	width: 70px;
	height: 70px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	background: #bc9868;
	position: relative;
}
#Content32 .side .l1:last-child {
	border-bottom: 0;
}
#Content32 .side .l1 .ico {
	width: 30px;
	height: 30px;
	line-height: 0;
	margin: 0 auto 5px auto;
}
#Content32 .side .l1 .wz {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}
#Content32 .side .l1 .tc {
	display: none;
	width: 176px;
	padding: 10px 15px;
	background: #ff8c00;
	position: absolute;
	right: 82px;
	top: 3px;
}
#Content32 .side .l1 .tc::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #ff8c00;
	border-left-color: #ff8c00;
}
#Content32 .side .l1 .t1 {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
#Content32 .side .l1 .t2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px;
	color: #fff;
}
#Content32 .side .l1:hover {
	background: #ff8c00;
}
#Content32 .side .l1:hover .tc {
	display: block;
}
.dsa h3 {
	text-align: center;
	height: 132px;
	background: url(images/d_lin1.gif) no-repeat scroll center 100px;
}
.dsa h3 span {
	display: block;
	font-family: Impact;
	font-size: 48px;
	color: #e8e8e8;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
}
.dsa h3 {
	font-weight: normal;
	color: #333;
	font-size: 32px;
	display: block;
	padding-top: 5px;
}
.abo {
	height: 874px;
	margin-bottom: 60px;
	background: url(images/abo.jpg) no-repeat center 0;
	padding-top: 90px;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.abo h2 {
	text-align: center;
	height: 135px;
}
.abo h2 span {
	display: block;
	font-family: Impact;
	font-size: 48px;
	color: #506798;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
}
.abo h2 {
	display: block;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	padding-top: 7px;
}
.abo p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
	height: 198px;
}
.abo p span {
	display: block;
}
.abo h3 {
	font-size: 0;
	position: relative;
	margin-bottom: 70px;
	height: 450px;
}
.abo h3 img {
	width: 1200px;
	height: 450px;
}
.abo h3 span {
	display: inline-block;
	position: absolute;
	left: 566px;
	top: -35px;
	z-index: 9;
}
.abo h3 span a {
	display: inline-block;
	background: url(images/a_mor.png) no-repeat;
	width: 69px;
	height: 69px;
}
.pull-left {
	float: left!important;
}
.pull-right {
	float: right!important;
}
.title h6 {
	font-size: 24px
}
.ptb-56 {
	padding: 56px 0;
}
.line {
	height: 2px;
	margin: 10px auto;
	background-color: #bc9868;
}
.news {
	float: left;
	width: 100%;
}
.news .line {
	width: 60px
}
.news-content {
	margin-top: 0;
	background-color: #fafafa;
}
.news-content .news-img {
	width: 26%
}
.news-content .news-img img {
	width: auto;
	max-width: 100%
}
.news-content .title .line {
	margin: 10px 0;
	width: 35px
}
.news-content .news-box {
	width: 37%
}
.news-content .news-box, .news-content .news-img {
	padding-right: 42px
}
.news-content .news-box>.news-lists>.news-list {
	line-height: 45px;
	font-size: 14px;
	padding-top: 10px;
}
.news-content .news-box>.news-lists>.news-list::before {
	content: "";
	display: block;
	float: left;
	margin: 18px 2px 0 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #363433;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent
}
.news-content .news-box>.news-lists>.news-list a {
	color: #363433
}
.news-content .news-box>.news-lists>.news-list a .news-title {
	width: 72%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-content .news-box>.news-lists>.news-list a .time {
	width: 22%
}
.news-content .news-box>.news-lists>.news-list:hover {
}
.news-content .news-box>.news-lists>.news-list:hover a {
	color: #bc9868
}
.news-content .news-box>.news-lists>.news-list:hover::before {
	border-left-color: #bc9868
}
.page-banner.style-two {
	position: relative;
	padding: 110px 0 100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.max {
	min-width: 1200px;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
.footer {
	float: left;
	width: 100%;
	background: #252525;
	padding-top: 45px;
	padding-bottom: 20px;
	height: 260px;
}
.footer .box {
	background: url(../images/footer_box.png) no-repeat 20px center;
}
.footer .left {
	width: 680px;
	float: left;
}
.footer .left dl {
	display: block;
	float: left;
	width: 105px;
	margin-right: 30px;
}
.footer .left dl dt {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding-bottom: 13px;
	margin-bottom: 8px;
}
.footer .left dl dt a {
	display: block;
	color: #fff;
}
.footer .left dl dt:after {
	content: "";
	width: 7px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .left dl dd {
	display: block;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.footer .left dl dd a {
	color: #6f6f6f;
}
.footer .left dl dd a:hover {
	color: #fff;
}
.footer .left dl.fo_p {
	width: 360px;
}
.footer .left dl.fo_p dd {
	display: block;
	float: left;
	width: 50%;
}
.footer .right {
	width: 520px;
	float: right;
}
.footer .right .con .t {
	display: block;
	font-size: 15px;
	color: #cbcbcb;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #3c3c3c;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .right .con ul li {
	font-size: 14px;
	color: #8c8c8c;
	line-height: 32px;
	margin-bottom: 12px;
	padding-left: 40px;
}
.footer .right .con ul li a {
	color: #8c8c8c;
}
.footer .right .con ul li:nth-of-type(1) {
	background: url(../images/ft.png) no-repeat left top;
}
.footer .right .con ul li:nth-of-type(2) {
	background: url(../images/ft.png) no-repeat left -43px;
}
.footer .right .con ul li:nth-of-type(3) {
	background: url(../images/ft.png) no-repeat left -89px;
}
.footer .right .con ul li:nth-of-type(4) {
	background: url(../images/ft.png) no-repeat left -133px;
}
.footer .right .con ul li:nth-of-type(5) {
	background: url(../images/ft.png) no-repeat left -177px;
}
.footer .right dl {
	float: right;
	margin-top: 15px;
}
.footer .right dl img {
	display: block;
	width: 145px
}
.footer .right dl dd {
	text-align: center;
	font-size: 14px;
	color: #6f6f6f;
	margin-top: 10px;
}
.copyright {
	float: left;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #1a1a1a;
	font-size: 14px;
	color: #a6a6a6;
}
.copyright a {
	color: #a6a6a6;
}
.copyrigh img {
	float: none;
}
/*#header ul li.navitem a::before {
    margin-top: 100px;
}*/
#header ul li.navitem {
	padding-bottom: 0;
}
.min-container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
[dir] .bar-primary[data-v-38394372] {
	border-top-color: #b6996d;
}
[dir] .mark-bar-content[data-v-38394372] {
	border-top-width: 8px;
	border-top-style: solid;
}
[dir=ltr] .mark-bar-content[data-v-38394372] {
	border-right: 6px solid rgba(0,0,0,0);
}
.mark-bar-content[data-v-38394372] {
	width: 52px;
	height: 0;
}
.link-mask[data-v-451f4f93] {
	display: none
}
.row-direction[data-v-451f4f93] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.row-reverse-direction[data-v-451f4f93] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.topic-image-container[data-v-451f4f93] {
	width: 50%;
	height: 100%
}
.title-container[data-v-451f4f93] {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .title-container[data-v-451f4f93] {
	margin-top: 0
}
.topic-title[data-v-451f4f93] {
	width: 700px;
	color: #000;
	font-size: 28px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	max-height: 88px;
	overflow: hidden;
	line-height: 44px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
[dir=ltr] .topic-title[data-v-451f4f93], [dir=rtl] .topic-title[data-v-451f4f93] {
	padding-right: 80px;
	padding-left: 80px
}
.mark-bar[data-v-451f4f93] {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .mark-bar[data-v-451f4f93] {
	margin: 16px auto 0
}
.topic-detail-inner-box[data-v-451f4f93] {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .topic-detail-inner-box[data-v-451f4f93] {
	margin-top: 24px
}
.topic-detail-inner-box-without-markbar[data-v-451f4f93] {
	width: 100%
}
[dir] .topic-detail-inner-box-without-markbar[data-v-451f4f93] {
	margin-top: 16px
}
.topic-content[data-v-451f4f93] {
	color: #545454;
	font-weight: 300;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: -webkit-box;
	overflow: hidden;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-box-orient: vertical;
}
[dir] .topic-content[data-v-451f4f93] {
	text-align: left;
}
[dir=ltr] .topic-content[data-v-451f4f93], [dir=rtl] .topic-content[data-v-451f4f93] {
	padding-right: 45px;
	padding-left: 45px
}
.topic-learn-more[data-v-451f4f93] {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .topic-learn-more[data-v-451f4f93] {
	margin-top: 24px
}
.parent-title-learn-more[data-v-451f4f93] {
	opacity: 1
}
[dir] .parent-title-learn-more[data-v-451f4f93] {
	margin: 24px 0 48px
}
.topic-detail[data-v-451f4f93] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%
}
[dir] .topic-detail[data-v-451f4f93] {
	text-align: center;
}
[dir=ltr] .topic-detail[data-v-451f4f93] {
	background: -o-linear-gradient(355.14deg, #fbfbfb 1.44%, #f8f8f8 100%);
	background: linear-gradient(94.86deg, #fbfbfb 1.44%, #f8f8f8)
}
[dir=rtl] .topic-detail[data-v-451f4f93] {
	background: -o-linear-gradient(184.86deg, #fbfbfb 1.44%, #f8f8f8 100%);
	background: linear-gradient(-94.86deg, #fbfbfb 1.44%, #f8f8f8)
}
.topic-container[data-v-451f4f93] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 420px;
	overflow: hidden
}
[dir] .topic-container:hover .title-container[data-v-451f4f93] {
	margin-top: 0
}
.topic-container:hover .mark-bar[data-v-451f4f93] {
	opacity: 0
}
[dir] .topic-container:hover .topic-detail-inner-box[data-v-451f4f93] {
	margin-top: 0
}
.topic-container:hover .topic-learn-more[data-v-451f4f93] {
	opacity: 1
}
@media(max-width:768px) {
.link-mask[data-v-451f4f93] {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%
}
[dir=ltr] .link-mask[data-v-451f4f93] {
	left: 0
}
[dir=rtl] .link-mask[data-v-451f4f93] {
	right: 0
}
.topic-image-container[data-v-451f4f93] {
	width: 100%;
	height: 207px
}
[dir] .title-container[data-v-451f4f93] {
	margin-top: 36px
}
.topic-title[data-v-451f4f93] {
	display: block;
	width: auto;
	max-height: none
}
[dir] .topic-title[data-v-451f4f93] {
	margin-bottom: 0
}
[dir=ltr] .topic-title[data-v-451f4f93], [dir=rtl] .topic-title[data-v-451f4f93] {
	padding-right: 24px;
	padding-left: 24px
}
.topic-detail-inner-box[data-v-451f4f93] {
	height: auto!important
}
.topic-content[data-v-451f4f93] {
	-webkit-line-clamp: 6;
	max-height: none
}
[dir] .topic-content[data-v-451f4f93] {
	margin-bottom: 36px
}
[dir=ltr] .topic-content[data-v-451f4f93], [dir=rtl] .topic-content[data-v-451f4f93] {
	padding-right: 24px;
	padding-left: 24px
}
.topic-detail[data-v-451f4f93] {
	width: 100%
}
.topic-container[data-v-451f4f93] {
	position: relative;
	display: block;
	height: auto
}
[dir=ltr] .topic-container[data-v-451f4f93], [dir=rtl] .topic-container[data-v-451f4f93] {
	margin-right: 24px;
	margin-left: 24px
}
[dir] .topic-container:hover .title-container[data-v-451f4f93] {
	margin-top: 36px
}
[dir] .topic-container:hover .topic-detail-inner-box[data-v-451f4f93] {
	margin-top: 24px
}
}
.progress-header[data-v-1dec06d7] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
[dir] .progress-header[data-v-1dec06d7] {
	margin-bottom: 48px
}
.title[data-v-1dec06d7] {
	color: #000;
	font-weight: 800;
	font-size: 36px;
	line-height: 54px
}
[dir] .title[data-v-1dec06d7] {
	margin-top: 40px
}
@media(max-width:768px) {
.title[data-v-1dec06d7] {
	font-size: 28px;
	line-height: 44px
}
}
[dir] .mark-bar[data-v-1dec06d7] {
	margin-top: 16px
}
[dir] .present-progressive[data-v-1dec06d7] {
	padding: 0 0 80px
}
@media(max-width:768px) {
[dir] .progress-header[data-v-1dec06d7] {
	margin-bottom: 0
}
[dir] .mark-bar[data-v-1dec06d7] {
	margin-top: 12px
}
.present-progressive[data-v-1dec06d7] {
	min-width: 360px
}
[dir] .present-progressive[data-v-1dec06d7] {
	padding: 0 24px 64px
}
[dir] .progress-card[data-v-1dec06d7] {
	margin: 0
}
.mobile-see-more[data-v-1dec06d7] {
	width: 100%
}
[dir] .mobile-see-more[data-v-1dec06d7] {
	margin-top: 48px
}
[dir] .review-history[data-v-1dec06d7] {
	margin-top: 24px
}
}
.development[data-v-e6d3b5de] {
	margin-top: 100px;
	margin-bottom: 80px
}
.promise-back[data-v-e6d3b5de] {
	width: 100%
}
[dir] .promise-back[data-v-e6d3b5de] {
	margin-bottom: 100px;
	background-color: #f9f9f9
}
@media(max-width:768px) {
[dir] .development[data-v-e6d3b5de] {
	margin-top: 48px
}
[dir] .promise-back[data-v-e6d3b5de] {
	margin-bottom: 48px
}
}
.card[data-v-1faca550] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 400px;
	height: 500px;
	overflow-y: hidden;
	/*-webkit-filter: drop-shadow(0 20px 20px rgba(0,0,0,.1));
	filter: drop-shadow(0 20px 20px rgba(0,0,0,.1))*/
	box-shadow: 5px 5px 24px 5px rgb(0 0 0 / 5%);
}
.background[data-v-1faca550] {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%
}
[dir=ltr] .background[data-v-1faca550] {
	left: 0
}
[dir=rtl] .background[data-v-1faca550] {
	right: 0
}
.content[data-v-1faca550] {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	-webkit-transition: margin-bottom .3s ease-in-out;
	-o-transition: margin-bottom .3s ease-in-out;
	transition: margin-bottom .3s ease-in-out
}
[dir] .content[data-v-1faca550] {
	margin-bottom: -54px;
	padding: 0 36px
}
.description[data-v-1faca550], .title[data-v-1faca550] {
	width: 100%;
	color: #444
}
[dir] .description[data-v-1faca550], [dir] .title[data-v-1faca550] {
	margin-bottom: 24px
}
.title[data-v-1faca550] {
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 2px;
}
@media(max-width:768px) {
.title[data-v-1faca550] {
	font-size: 20px;
	line-height: 44px
}
}
.description[data-v-1faca550] {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px
}
@media(max-width:768px) {
.description[data-v-1faca550] {
	font-size: 14px;
	line-height: 24px
}
}
.link-button[data-v-1faca550] {
	-webkit-transition: margin-top .3s ease-in-out;
	-o-transition: margin-top .3s ease-in-out;
	transition: margin-top .3s ease-in-out
}
[dir] .link-button[data-v-1faca550] {
	margin-top: 24px
}
.card:hover .content[data-v-1faca550] {
	-webkit-transition: margin-bottom .3s ease-in-out;
	-o-transition: margin-bottom .3s ease-in-out;
	transition: margin-bottom .3s ease-in-out
}
[dir] .card:hover .content[data-v-1faca550] {
	margin-bottom: 24px
}
.card:hover .link-button[data-v-1faca550] {
	-webkit-transition: margin-top .3s ease-in-out;
	-o-transition: margin-top .3s ease-in-out;
	transition: margin-top .3s ease-in-out
}
[dir] .card:hover .link-button[data-v-1faca550] {
	margin-top: 0
}
.link-mask[data-v-1faca550] {
	position: absolute;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%
}
[dir=ltr] .link-mask[data-v-1faca550] {
	left: 0
}
[dir=rtl] .link-mask[data-v-1faca550] {
	right: 0
}
@media(max-width:768px) {
.card[data-v-1faca550] {
	width: 306px;
	height: 385px;
	-webkit-filter: none;
	filter: none
}
[dir] .content[data-v-1faca550] {
	margin-bottom: 0;
	padding: 0 24px
}
[dir] .description[data-v-1faca550] {
	margin-bottom: 32px
}
[dir] .card:hover .content[data-v-1faca550] {
	margin-bottom: 0
}
}
.fullscreen-container[data-v-9a3f464a] {
	position: relative
}
[dir] .fullscreen-container[data-v-9a3f464a] {
	margin-bottom: 100px;
	padding-top: 0;
	float: left;
	width: 100%;
}
.title[data-v-9a3f464a] {
	color: #000;
	font-weight: 800;
	font-size: 36px;
	line-height: 54px
}
[dir] .title[data-v-9a3f464a] {
	margin-bottom: 16px
}
@media(max-width:768px) {
.title[data-v-9a3f464a] {
	font-size: 28px;
	line-height: 44px
}
}
[dir] .mark-bar[data-v-9a3f464a] {
	margin-bottom: 36px
}
.manager-item-group[data-v-9a3f464a] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media(max-width:768px) {
[dir] .fullscreen-container[data-v-9a3f464a] {
	margin-bottom: 80px;
	padding-top: 0
}
[dir] .fullscreen-container[data-v-9a3f464a]:before {
	background-color: #fff
}
[dir] .title[data-v-9a3f464a] {
	padding: 0 24px;
	text-align: center
}
[dir=ltr] .mark-bar[data-v-9a3f464a], [dir=rtl] .mark-bar[data-v-9a3f464a] {
	margin-right: auto;
	margin-left: auto
}
.manager-item-group[data-v-9a3f464a] {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	overflow: scroll;
	scrollbar-width: none;
	-ms-touch-action: auto;
	touch-action: auto
}
[dir=ltr] .manager-item-group[data-v-9a3f464a] {
	padding-left: 24px
}
[dir=rtl] .manager-item-group[data-v-9a3f464a] {
	padding-right: 24px
}
.manager-item-group[data-v-9a3f464a] * {
	-ms-touch-action: auto;
	touch-action: auto
}
.manager-item-group[data-v-9a3f464a]::-webkit-scrollbar {
display:none
}
[dir=ltr] .manager-item-group .manage-item[data-v-9a3f464a]:not(:last-child) {
	margin-right: 16px
}
[dir=rtl] .manager-item-group .manage-item[data-v-9a3f464a]:not(:last-child) {
	margin-left: 16px
}
.manager-item-group[data-v-9a3f464a]:after {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 1px;
	content: ""
}
}
.development[data-v-0e338cc0] {
	margin-top: 100px;
	margin-bottom: 80px
}
.promise-back[data-v-0e338cc0] {
	width: 100%
}
[dir] .promise-back[data-v-0e338cc0] {
	margin-bottom: 100px;
	background-color: #f9f9f9
}
@media(max-width:768px) {
[dir] .development[data-v-0e338cc0] {
	margin-top: 48px
}
[dir] .promise-back[data-v-0e338cc0] {
	margin-bottom: 48px
}
}
img[data-v-1ea25e94] {
	width: 100%;
	height: 100%;
}
[dir] .btn.is-primary {
	background-color: #bc9868;
	border-color: #bc9868;
}
.btn.is-primary {
	color: #fff;
}
[dir] .btn {
	padding: 10px 35px 14px;
	background-color: rgba(0,0,0,0);
	border: 2px solid rgba(0,0,0,0);
	cursor: pointer;
}
.consult[data-v-40495a49] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 1280px;
	max-width: 2048px;
	min-height: 252px;
	color: #fff
}
[dir] .consult[data-v-40495a49] {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	margin-top: 80px;
}
.consult[data-v-40495a49]:after {
	display: block;
	min-height: inherit;
	content: ""
}
.content[data-v-40495a49] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%
}
[dir] .content[data-v-40495a49] {
	text-align: center
}
.title[data-v-40495a49] {
	width: 616px;
	font-weight: 800;
	font-size: 36px;
	line-height: 54px
}
@media(max-width:768px) {
.title[data-v-40495a49] {
	font-size: 28px;
	line-height: 44px
}
}
.description[data-v-40495a49] {
	width: 735px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px
}
[dir] .description[data-v-40495a49] {
	margin: 16px auto 32px
}
@media(max-width:768px) {
.consult[data-v-40495a49] {
	width: 100%;
	min-width: 360px;
	min-height: 364px
}
[dir] .consult[data-v-40495a49] {
	padding: 0 24px
}
.content[data-v-40495a49] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
.description[data-v-40495a49], .title[data-v-40495a49] {
	width: auto
}
.link-button[data-v-40495a49] {
	width: 100%
}
}
.solution-card[data-v-100b60bb] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	min-height: 364px;
	overflow: hidden;
	color: #fff
}
[dir] .solution-card[data-v-100b60bb] {
	text-align: center
}
[dir=ltr] .solution-card[data-v-100b60bb]:not(:last-child) {
	margin-right: 20px
}
[dir=rtl] .solution-card[data-v-100b60bb]:not(:last-child) {
	margin-left: 20px
}
.solution-card.small-card[data-v-100b60bb] {
	height: 534px;
	min-height: auto
}
.background-image[data-v-100b60bb] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
[dir=ltr] .background-image[data-v-100b60bb] {
	left: 0
}
[dir=rtl] .background-image[data-v-100b60bb] {
	right: 0
}
.mask[data-v-100b60bb] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir=ltr] .mask[data-v-100b60bb] {
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
[dir=rtl] .mask[data-v-100b60bb] {
	right: 0;
	background-color: rgba(0,0,0,0.2);
}
.top-progress-back[data-v-100b60bb] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 4px
}
[dir] .top-progress-back[data-v-100b60bb] {
	background: #fff
}
[dir=ltr] .top-progress-back[data-v-100b60bb] {
	left: 0
}
[dir=rtl] .top-progress-back[data-v-100b60bb] {
	right: 0
}
.top-progress[data-v-100b60bb] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 0;
	height: 4px;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}
[dir] .top-progress[data-v-100b60bb] {
	background: #bc9868
}
[dir=ltr] .top-progress[data-v-100b60bb] {
	left: 0
}
[dir=rtl] .top-progress[data-v-100b60bb] {
	right: 0
}
.title-mask[data-v-100b60bb] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 232px;
	opacity: .6
}
[dir=ltr] .title-mask[data-v-100b60bb] {
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#264684));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #264684 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0), #264684);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
[dir=rtl] .title-mask[data-v-100b60bb] {
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#264684));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #264684 100%);
	background: linear-gradient(-180deg, rgba(0,0,0,0), #264684);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.title[data-v-100b60bb] {
	position: relative;
	z-index: 1;
	width: 85%;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px
}
[dir] .title[data-v-100b60bb] {
	margin: 60px 0 36px
}
[dir] .small-card .title[data-v-100b60bb] {
	margin: 58px 0 8px
}
.icon[data-v-100b60bb] {
	position: relative;
	z-index: 1;
	width: 209px;
	height: 134px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .icon[data-v-100b60bb] {
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: 50%
}
[dir] .small-card .icon[data-v-100b60bb] {
	margin-bottom: 0
}
[dir] .no-button .icon[data-v-100b60bb] {
	margin-bottom: 48px
}
.description[data-v-100b60bb] {
	position: relative;
	z-index: 1;
	width: 75%;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .description[data-v-100b60bb] {
	text-align: center
}
[dir] .small-card .description[data-v-100b60bb] {
	margin-top: 8px
}
.small-button[data-v-100b60bb] {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 75%;
	color: #fff;
	font-weight: 400;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .small-button[data-v-100b60bb] {
	margin-top: 68px;
	padding: 9px 48px;
	background-color: #e60012
}
.link-button[data-v-100b60bb] {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 96px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
[dir] .link-button[data-v-100b60bb] {
	-webkit-transform: translateY(96px);
	-ms-transform: translateY(96px);
	transform: translateY(96px)
}
[dir=ltr] .link-button[data-v-100b60bb] {
	left: 0
}
[dir=rtl] .link-button[data-v-100b60bb] {
	right: 0
}
.solution-card:hover .top-progress[data-v-100b60bb] {
	width: 100%
}
.solution-card:hover .description[data-v-100b60bb], .solution-card:hover .icon[data-v-100b60bb], .solution-card:hover .mask[data-v-100b60bb], .solution-card:hover .small-button[data-v-100b60bb] {
	visibility: visible;
	opacity: 1
}
.solution-card:hover .link-button[data-v-100b60bb] {
	z-index: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1
}
[dir] .solution-card:hover .link-button[data-v-100b60bb] {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@media(max-width:768px) {
.solution-card.no-button .top-progress[data-v-100b60bb], .solution-card.small-card .top-progress[data-v-100b60bb] {
	width: 100%
}
.solution-card.no-button .description[data-v-100b60bb], .solution-card.no-button .icon[data-v-100b60bb], .solution-card.no-button .mask[data-v-100b60bb], .solution-card.no-button .small-button[data-v-100b60bb], .solution-card.small-card .description[data-v-100b60bb], .solution-card.small-card .icon[data-v-100b60bb], .solution-card.small-card .mask[data-v-100b60bb], .solution-card.small-card .small-button[data-v-100b60bb] {
	visibility: visible;
	opacity: 1
}
.solution-card.no-button .link-button[data-v-100b60bb], .solution-card.small-card .link-button[data-v-100b60bb] {
	z-index: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1
}
[dir] .solution-card.no-button .link-button[data-v-100b60bb], [dir] .solution-card.small-card .link-button[data-v-100b60bb] {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
}
.be-one-of-us[data-v-2d020922] {
	position: relative;
	float: left;
    width: 100%;
}
[dir] .be-one-of-us[data-v-2d020922] {
	padding: 0 0 80px
}
.be-one-of-us[data-v-2d020922]:after {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 680px;
	content: ""
}
[dir] .be-one-of-us[data-v-2d020922]:after {
}
[dir=ltr] .be-one-of-us[data-v-2d020922]:after {
	left: 0
}
[dir=rtl] .be-one-of-us[data-v-2d020922]:after {
	right: 0
}
.title[data-v-2d020922] {
	color: #000;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px
}
[dir] .title[data-v-2d020922] {
	text-align: center
}
@media(max-width:768px) {
.title[data-v-2d020922] {
	font-size: 28px;
	line-height: 44px
}
}
[dir] .mark-bar[data-v-2d020922] {
	margin: 16px auto 48px
}
.content-list[data-v-2d020922] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
[dir=ltr] .info[data-v-2d020922]:not(:last-child) {
	margin-right: 20px
}
[dir=rtl] .info[data-v-2d020922]:not(:last-child) {
	margin-left: 20px
}
@media(max-width:768px) {
[dir] .be-one-of-us[data-v-2d020922] {
	padding: 48px 0 80px
}
.be-one-of-us[data-v-2d020922]:after {
	height: 664px
}
[dir] .title[data-v-2d020922] {
	padding: 0 24px
}
.content-list[data-v-2d020922] {
	overflow: auto;
	scrollbar-width: none;
	-ms-touch-action: auto;
	touch-action: auto
}
[dir] .content-list[data-v-2d020922] {
	margin-top: 24px;
	padding: 0 24px
}
.content-list[data-v-2d020922] * {
	-ms-touch-action: auto;
	touch-action: auto
}
.content-list[data-v-2d020922]::-webkit-scrollbar {
display:none
}
.content-list[data-v-2d020922]:after {
	display: block;
	width: 24px;
	height: 1px;
	content: ""
}
.content-list[data-v-2d020922]:after, .info[data-v-2d020922] {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
[dir=ltr] .info[data-v-2d020922]:not(:last-child) {
	margin-right: 16px
}
[dir=rtl] .info[data-v-2d020922]:not(:last-child) {
	margin-left: 16px
}
}
