﻿body, p, h1, h2, h3, h4, h5, li, span, i, ul, img, a, strong, input, button, textarea, dd, dl, dt {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 1;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style-type: none;
	float: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, area {
	text-decoration: none;
	outline: none;
	color: #000;
}
a:hover{
    color: #232d50;
}
img {
	border: none;
	vertical-align: middle;
    max-width: 100%;
}
i, var, em {
	font-style: normal;
}
button {
	font-family: "microsoft yahei";
	outline: none;
	cursor: pointer;
}
iframe {
	border: none;
}
input, select, textarea {
	outline: none;
	font-family: "microsoft yahei";
}
textarea {
	resize: none;
	overflow-y: auto;
}
.at {
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.dt {
	display: table;
	width: 100%;
}
.fl-w {
	float: left;
	width: 100%;
}
.hide {
	display: none;
}
.wid {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.apex {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
}
.apex p {
	font-size: 12px;
	color: #666;
	float: left;
}
.apex ul {
	float: right;
	display: table;
	margin-left: -25px;
}
.apex ul li {
	margin-left: 25px;
}
.apex ul li a {
	color: #333;
}
.apex ul li a img {
	margin-right: 5px;
}
.apex ul li:hover a {
	opacity: .8;
}
.apex ul li:hover .code {
	display: block;
}
.apex ul li .code {
	position: absolute;
	display: none;
	z-index: 1;
}
.apex ul li .code img {
	width: 120px;
}
.header {
	padding: 30px 0;
	display: table;
}
.header .left {
	float: left;
}
.header .left .logo {
	position: relative;
	float: left;
	margin-right: 40px;
}
.header .left .logo:after {
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background: linear-gradient(to top, #fff, #d0d0d0, #fff);
}
.header .left .logo a {
	width: 100%;
	height: 100%;
	display: block;
}
.header .left .logo a img {
}
.header .left .text {
	float: left;
}
.header .left .text p {
	font-size: 26px;
	color: #cc0000;
	margin-bottom: 7px;
	font-weight: bold;
}
.header .left .text p span {
	color: #222;
}
.header .left .text strong {
	font-size: 20px;
	color: #fff;
	height: 32px;
	background: #232d50;
	display: block;
	text-align: center;
	line-height: 32px;
	/* font-weight: normal; */
	position: relative;
	width: 100%;
}
.header .left .text strong:after {
	 content: '';
	position: absolute;
	width: 90%;
	left: 5%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	top: 16px; 
}
.header .left .text strong span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.9);
	background: #232d50;
}
.header .right {
	float: right;
    display: inline-block;
	position: relative;
	top: 5px;
}
.header .right img {
	position: absolute;
    left: -68px;
}
.header .right span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-bottom: 8px;
	margin-top: 2px;
}
.header .right b {
	font-size: 30px;
	color: #c00;
	font-weight: normal;
}
.header .right b i {
    font-size: 20px;
    margin-left: 10px;
    font-weight: normal;
    position: relative;
    bottom: 2px;
}
.nav {
	height: 50px;
	line-height: 50px;
	background: #232d50;
}
.nav ul {
}
.nav ul li {
	position: relative;
	width: 14.11%;
	text-align: center;
	margin-left: 2px;
	height: 50px;
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.nav ul li .on {
	background: #cc0000;
}
.nav ul li:after {
	position: absolute;
	top: 9px;
	left: -1px;
	content: "";
	width: 1px;
	height: 65%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
}
.nav ul li:before {
    position: absolute;
    top: 16px;
    left: -2px;
    content: "";
    width: 1px;
    height: 40%;
    background: rgba(255, 255, 255, 0.1);
    display: block;
}
.nav ul li:hover {
	background: #cc0000;
}
.nav ul li:first-child:before {
	display: none;
}
.nav ul li:first-child:after {
	display: none;
}
.nav ul li .down-menu {
	position: absolute;
	background: rgba(40,40,40,0.8);
	width: 100%;
	z-index: 2;
	display: none;
	left: 0;
	top: 50px;
}
.nav ul li .down-menu a {
	display: block;
	font-size: 14px;
}
.nav ul li .down-menu a:hover {
	background: #333;
}
.piece {
	height: 200px;
	width: 100%;
}
.piece img {
}
.column {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 45px;
}
.column .path {
	float: left;
	color: #838383;
	background: url(../images/ico1.jpg) left center no-repeat;
	padding-left: 25px;
}
.column .path a {
	font-size: 14px;
	color: #838383;
}
.column .path a.acti {
	color: #cc0000;
}
.column .menu {
	float: right;
}
.column .menu ul {
}
.column .menu ul li {
	position: relative;
	width: auto;
	margin: 0 10px;
	text-align: center;
}
.column .menu ul li a {
	font-size: 16px;
	color: #666;
	display: block;
	padding: 0 10px;
}
.column .menu ul li a i{
	color: #232d50;
	transition:all .5s
}
.column .menu ul li a:hover{
	color:#df0808;
}
.column .menu ul li a:hover i{
	color:#df0808;
	margin-right: 8px;
}
.column .menu ul li.acti a {
	color: #232d50;
}
.column .menu ul li.acti:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #232d50;
	display: block;
}
.article {
	/* padding: 0 50px ; */
	margin-bottom: 95px;
	overflow: hidden;
}
.article table{
    width: 100%;
}
.article table tr td{
    padding: 20px;
    width: 50%;
}
.article iframe{
    width: 100%;
    /* height: 300px !important; */
    padding: 2px;
    border: 1px solid #ddd;
}
.article p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.aboutus img{
	margin: 5px 20px 5px 0;
}
.article p span {
	font-size: 16px;
	line-height: 1.8;
}
.article .pic {
	display: table;
}
.article .pic img {
	vertical-align: top;
	float: left;
}
.article .pic img:nth-child(2) {
	float: right;
	margin-bottom: 24px;
}
.article .pic img:nth-child(3) {
	float: right;
}
.advisory {
	background: #232d50;
	padding: 65px 0 60px;
	color: #fff;
}
.advisory .left {
	float: left;
}
.advisory .left img {
	float: left;
	margin-right: 8px;
}
.advisory .left b {
	font-size: 32px;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
.advisory .left p {
	font-size: 16px;
}
.advisory a {
	float: right;
	font-size: 18px;
	width: 200px;
	height: 56px;
	border: 2px solid #8ab4df;
	text-align: center;
	line-height: 56px;
	border-radius: 30px;
	color: #fff;
}

.footer {
	background: #282828;
	padding-top: 85px;
}
.footer .logo {
	float: left;
	margin-right: 120px;
}
.footer .logo a {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 18px;
}
.footer .logo a img {
}
.footer .logo strong {
    width: 208px;
    height: 51px;
    line-height: 51px;
    background: #111;
    text-align: center;
    font-size: 18px;
    color: #5f5f5f;
    display: block;
    font-weight: normal;
}
.footer .list {
	float: left;
	margin-bottom: 60px;
}
.footer .list ul {
	display: table;
	float: left;
	width: 155px;
}
.footer .list ul.ur {
	width: 300px;
	margin-left: 50px;
}
.footer .list ul li {
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.footer .list ul li:first-child {
	margin-bottom: 20px;
}
.footer .list ul li a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-transition: .2s;
}
.footer .list ul li a[href]:hover {
	color: #fff;
     transform: .3s
}
.footer .qr-code {
	float: right;
	text-align: center;
}
.footer .qr-code img {
	border: 2px solid #fff;
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
    width: 150px;
}
.footer .qr-code span {
	font-size: 14px;
	color: #999;
}

.footer .links{
    clear: both;
    margin-bottom: 30px;
    color: #fff;
}
.footer .links span{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer .links  a{
	color: #666;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
}

.footer .copy {
	position: relative;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	color: #666;
	clear: both;
}
.footer .copy a {
	color: #666;
}
.footer .copy:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #404040;
	display: block;
}
.footer .copy:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #111111;
	display: block;
}
/*-------------*/
.banner {
	height: 600px;
	width: 100%;
	position: relative;
}
.banner .bann {
	width: 100%;
	height: 100%;
}
.banner .bann ul {
	width: 100%;
	height: 100%;
}
.banner .bann ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .cirl {
	position: absolute;
	bottom: 12px;
	width: 50%;
	left: 25%;
	z-index: 1;
	text-align: center;
}
.banner .cirl ul {
}
.banner .cirl ul li {
	display: inline-block;
	float: none;
	width: 56px;
	height: 10px;
	background: #fff;
	margin: 0 3px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
}
.banner .cirl ul li.acti {
	background: #cc0000;
	border: none;
}
.title {
	border-bottom: 1px solid #d9d9d9;
	height: 42px;
	margin-top: 64px;
    margin-bottom: 30px
}
.title h2 {
	float: left;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}
.title h2:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #232d50;
	bottom: -10px;
	left: 0;
	position: absolute;
}
.title a {
	color: #fff;
	float: right;
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	background: #232d50;
	text-align: center;
	position: relative;
	top: 27px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.title a:hover {
	background: #282828;
}
.ico-close {
	width: 56px;
	height: 56px;
	background-image: url(../images/pic10.png);
	display: inline-block;
	vertical-align: middle;
}
.annoyance {
	padding-top: 30px;
	padding-bottom: 30px;
}
.annoyance ul {
}
.annoyance ul li {
	width: 100%;
}
.annoyance .box {
	width: 576px;
	margin-top: 30px;
	background: #f1f1f1;
	padding: 30px 25px;
    position: relative;
}
.annoyance .box .pict {
	width: 249px;
	min-height: 130px;
}
.annoyance .box .pict p{
    text-align: center;
    font-size: 20px;
    padding-top: 12px;
}
.annoyance .box .text {
	overflow: hidden;
    margin-top: 20px;
}
.annoyance .box .text p {
	color: #666666;
	line-height: 1.5;
	margin-top: 8px;
	float: right;
	width: 460px;
}
.annoyance .box .text p i {
	color: #cc0000;
}
.annoyance .box .text .ico-close {
	float: left;
	margin-right: 10px;
}

.ipl{
	float: left;
	width: 270px;
	margin: 15px 0;
	background-color: #fff;
	height: 670px;
}
.ipl h3{
	font-size: 32px;
    font-weight: normal;
	background-color: #232d50;
	padding: 40px;
	color: #fff;
}
.ipl h3 span{
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
}
.ipl ul{
	padding: 20px 40px;
}

.ipl li{
	line-height: 50px;
	font-size: 14px;
	display: block;
	float: unset;
	border-bottom: 1px dashed #e1e1e1;
}
.ipl li:last-of-type{
	border: none;
}
.ipl li a{
	display: block;
	transition:all .5s;
	/* border-radius: 5px; */
}
.ipl li a:hover{
	/* background-color: #cc0000; */
	color: #cc0000;
	padding-left: 15px;
	transition:all .5s;
	/* border-radius: 25px; */
}

.ipr{
	margin: 0 -15px;
	width: 900px;
	float: right;
}
.ipr dl{
	width: 33.33333%;
	float: left;
	padding: 15px
}
.ipr dl img{
	width: 100%;
}
.ipr dl dt{
	overflow: hidden;
}
.ipr dl dd{
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #222
}
.ipr.c4 dl{
	width: 25%;
}

.products {
	background: #f2f2f2;
	overflow: hidden;
	padding-bottom: 90px;
	padding-top: 70px;
}
.pro-wrap {
	margin-top: 40px;
}
.pro-wrap .box {
	width: 588px;
	/*height: 295px;*/
}
.pro-wrap .box .pict {
	/*float: left;*/
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.pro-wrap .box .pict .picte img {
	width: 100%;
}
.pro-wrap .box {
	margin-right: 24px;
}
.pro-wrap .box:nth-of-type(2){
	margin-right: 0;
}
.pro-wrap .box .pict .picte {
	display: table;
	width: 100%;
	text-align: center;
	/*height: 295px;*/
}
.pro-wrap .box .pict .picte i {
	display: table-cell;
	vertical-align: middle;
}
.pro-wrap .box .text {
	/*float: right;*/
    height: 100%;
    /*width: 293px;*/
    background: #fff;
    padding:  20px;
}
.pro-wrap .box .text b {
	display: block;
	color: #222;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}
.pro-wrap .box .text p {
	color: #666;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 35px;
	margin-top: 15px;
	text-align: justify;
}
.pro-wrap .box .text a {
	width: 120px;
	height: 30px;
	margin-bottom: 20px;
	background: #282828;
	text-align: center;
	line-height: 28px;
	color: #fff;
	float: left;
	border: 1px solid #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pro-wrap .box .text a:hover {
	background: #0067b3;
	border: 1px solid #0067b3;
}
.small-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic14.png);
	display: inline-block;
	vertical-align: middle;
}
.innovation {
	height: 711px;
	margin-top: 50px;
}
.innovation .layout {
	width: 550px;
}
.innovation .layout iframe{
    width: 100%;
    height: 350px;
}
.innovation .fl-box {
	width: 50%;
	float: left;
	background-image: url(../images/pic13.jpg);
/*    background: #eee;*/
	height: 100%;
}
.innovation .fl-box h2 {
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	margin-top: 130px;
}
.innovation .fl-box strong {
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #999;
	margin-top: 30px;
}
.innovation .fl-box ul {
}
.innovation .fl-box ul li {
	width: 50%;
	margin-top: 50px;
}
.innovation .fl-box ul li img {
	float: left;
}
.innovation .fl-box ul li .text {
	float: left;
	margin-left: 12px;
	width: 60%;
	margin-top: 8px;
}
.innovation .fl-box ul li b {
	display: block;
	font-size: 16px;
	color: #fff;
}
.innovation .fl-box ul li p {
	color: #999;
	line-height: 1.4;
	margin-top: 10px;
}
.innovation .fl-box h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-top: 60px;
	display: block;
	float: left;
	line-height: 37px;
}
.innovation .fl-box h3 span {
	font-size: 32px;
	position: relative;
	top: 5px;
}
.innovation .fl-box h3 i {
	margin-right: 10px;
}
.innovation .fr-box {
	background: #232d50;
	width: 50%;
	float: right;
	height: 100%;
	padding: 0 50px;
}
.innovation .fr-box .text {
	margin-top: 125px;
}
.innovation .fr-box .text p {
	color: #fff;
/*	opacity: .8;*/
	line-height: 1.5;
	font-size: 16px;
}
.innovation .fr-box .video {
	margin-top: 65px;
}
.videosamplex{
    background: none;
    width: 100%;
    height: 655px;
    overflow: hidden;
}
.shenglue {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.shenglue-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shenglue-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.shenglue-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.shenglue-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.pic {
    position: relative;
    overflow: hidden;
}
.pic img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pic:hover img {
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}
.case {
	background-color: #f2f2f2;
	padding-bottom: 80px;
}
.case .layout {
	margin-top: 51px;
}
.case .fl-box {
	float: left;
    width: 598px;
    margin-top: 2px;
/*	height: 450px;*/
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.case .fl-box img {
	width: 100%;
}
.case .fl-box p {
	color: #fff;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0,.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .fl-box h4 {
	position: absolute;
	top: 50%;
	width: 100%;
}
.case .fl-box:hover .box-show {
	opacity: 1;
}
.case .fl-box:hover .box-show h4 {
	transform: scale(1);
}
.case .fl-box:hover .box-show .ico-sea {
	margin-top: 160px;
}
.case .fl-box:hover p {
	bottom: -35px;
}
.case .fl-box .box-show .ico-sea {
	margin-top: -160px;
}
.case .fr-box {
	float: right;
	width: 600px;
}
.case .fr-box ul {
	margin-top: -10px;
}
.case .fr-box ul li {
	position: relative;
	width: 290px;
	margin-left: 10px;
	margin-top: 12px;
	overflow: hidden;
}
.case .fr-box ul li:hover .box-show {
	opacity: 1;
}
.case .fr-box ul li:hover .box-show h4 {
	transform: scale(1);
}
.case .fr-box ul li:hover .box-show .ico-sea {
	margin-top: 70px;
}
.case .fr-box ul li:hover p {
	bottom: -35px;
}
.ico-sea {
	width: 80px;
	height: 80px;
	background-image: url(../images/pic18.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
}
.case .box-show {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(36, 46, 81, 0.8);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.case .box-show .ico-sea {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 {
    padding: 0 20px;
	font-weight: normal;
	text-align: center;
	transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
}
.case .fr-box .box-show h4 {
	top: 60%;
	position: absolute;
	width: 100%;
    padding: 0 20px;
}
.case .fr-box .box-show h4 span {
	font-size: 18px;
}
.case .fr-box .box-show .ico-sea {
	width: 60px;
	height: 60px;
}
.case .fr-box ul .pict {
	width: 290px;
/*	height: 220px;*/
	overflow: hidden;
}
.case .fr-box ul .pict img {
	width: 100%;
}
.case .fr-box p {
	color: #fff;
/*	height: 35px;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1.6;
    padding: 5px 10px;
	text-align: center;
	background:rgba(0, 0, 0, 0.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ico-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic9.png);
	display: inline-block;
	vertical-align: middle;
}
.online {
	height: 193px;
	background: #232d50;
}
.online .fl {
	margin-top: 58px;
}
.online .fl h2 {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
}
.online .fl h2 i {
	margin-top: -6px;
	margin-right: 15px;
}
.online .fl p {
	font-size: 16px;
	color: #fff;
	margin-top: 11px;
}
.online .fr {
	margin-top: 66px;
}
.online .fr a {
	width: 199px;
	height: 56px;
	border: 2px solid rgba(255,255,255,.5);
	color: #fff;
	display: block;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
}
.online .fr a:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #232d50
}
.enter {
	height: 711px;
	
}
.enter .layout {
	width: 600px;
	padding: 0 40px;
}
.enter .text {
	margin-top: 130px;
}
.enter .text h2 {
	font-weight: normal;
	font-size: 38px;
	color: #fff;
}
.enter .text p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 20px;
    height: 75px;
}
.enter .text p var {
	opacity: .8;
}
.enter .fr-box .text p var {
	opacity: .6;
}
.enter .text p a {
	color: #fff;
	font-size: 14px;
	margin-left: 6px;
}
.enter .text-cirl {
	float: right;
	font-size: 0;
	margin-top: 42px;
}
.enter .text-cirl a {
	margin: 0 4px;
	cursor: pointer;
}
.enter .text-cirl span i {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
	margin: 0 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.enter .text-cirl span .acti {
	opacity: 1;
}
.enter .fl-box {
	width: 50%;
	float: left;
	height: 711px;
	background: #232d50;
}
.enter .fr-box {
	width: 50%;
	float: right;
	height: 711px;
	background-image: url(../images/pic13.jpg);
}
.enter .scroll {
	margin-top: 18px;
}
.enter .scroll ul {
}
.enter .scroll ul li {
	width: 520px;
}
.enter .scroll ul li .box {
	height: 221px;
	width: 247px;
	background: #ffffff;
}
.enter .scroll ul li .box .pict {
	width: 237px;
	height: 175px;
	margin: 0 auto;
	margin-top: 5px;
}
.enter .scroll ul li .box .pict img {
	width: 100%;
	height: 100%;
}
.enter .scroll ul li .box p {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.dynamics {
	height: 674px;
	background: #f2f2f2;
	padding-top: 94px;
}
.dynamics .fl-layout {
	float: left;
	width: 594px;
}
.dynamics .fl-layout .tabs {
	border-bottom: 1px solid #d9d9d9;
	height: 60px;
}
.dynamics .fl-layout .tabs p {
}
.dynamics .fl-layout .tabs p span {
	cursor: pointer;
	float: left;
	width: 181px;
	height: 59px;
	text-align: center;
	font-size: 26px;
	line-height: 59px;
	background: #282828;
	color: #fff;
}
.dynamics .fl-layout .tabs p .acti {
	background: #232d50;
}
.dynamics .fl-layout .tabs a {
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 60px;
}
.dynamics .fl-layout .tabs a:hover {
	color: #232d50;
}
.dynamics .lar-box {
	margin-top: 25px;
}
.dynamics .lar-box .pict {
	float: left;
	width: 182px;
	height: 128px;
	background: #fff;
	text-align: center;
}
.dynamics .lar-box .pict img {
	width: 172px;
	height: 118px;
	margin-top: 5px;
}
.dynamics .lar-box .text {
	width: 392px;
	float: right;
}
.dynamics .lar-box .text b {
	font-weight: normal;
	font-size: 16px;
	color: #282828;
}
.dynamics .lar-box .text p {
	line-height: 1.6;
	margin-top: 12px;
}
.dynamics .lar-box .text p var {
	color: #888;
}
.dynamics .lar-box .text p a {
}
.dynamics .lar-box .text p a:hover {
	opacity: .7;
}
.dynamics .fl-layout ul {
}
.dynamics .fl-layout ul li {
	margin-top: 25px;
	width: 100%;
	position: relative;
}
.dynamics .fl-layout ul li:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	top: 4px;
}
.dynamics .fl-layout ul li a {
	color: #555;
	display: block;
	float: left;
	padding-left: 10px;
	width: 80%;
}
.dynamics .fl-layout ul li span {
	color: #888;
	float: right;
}
.dynamics .fl-layout ul li a:hover {
	color: #232d50;
}
.dynamics .fr-layout {
	float: right;
	width: 544px;
}
.dynamics .fr-layout .title {
	margin-top: 18px;
}
.dynamics .fr-layout ul {
}
.dynamics .fr-layout ul li {
	width: 100%;
	border-bottom: 1px dashed #a1a1a1;
	padding: 27px 0;
}
.dynamics .fr-layout ul li i {
	margin-right: 12px;
	width: 22px;
	height: 22px;
	float: left;
	border-radius: 3px;
	background: #232d50;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.dynamics .fr-layout ul li p {
	color: #282828;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}
.dynamics .fr-layout ul li .tet {
	margin-top: 20px;
}
.dynamics .fr-layout ul li .tet i {
	background: #cc0000;
}
.dynamics .fr-layout ul li .tet span {
	font-size: 16px;
	color: #999;
	line-height: 22px;
	float: left;
	width: 510px;
	height: 44px;
}
#marquee4 {
	height: 404px;
	overflow: hidden;
	margin-top: 20px;
}
.advantage {
	height: 2430px;
	background: url(../images/pic19.jpg) center top no-repeat;
	overflow: hidden;
}
.ad-title {
	margin-top: 91px;
}
.ad-title h2 {
	height: 81px;
	line-height: 81px;
	background: rgba(0, 0, 0, 0.5);
	float: left;
	border-radius: 6px;
	color: #fff;
	font-size: 48px;
	padding: 0 20px;
	margin-left: 180px;
}
.ad-title h2 i {
	color:#e60201;
}
.ad-title h3 {
    float: left;
    font-size: 50px;
    color: #fff;
    margin-left: 30px;
}
.ad-title h3 span {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	opacity: .5;
	color: #fff;
    font-size: 12px;
    /* word-spacing: 6px; */
	font-weight:100;
	text-transform: uppercase;
	margin-top: 12px;
}
.advantage ul {
	margin-top: 80px;
}
.advantage li {
	margin-top: 104px;
	width: 100%;
	position: relative;
}
.advantage li .pict {
}
.advantage li .abs {
	position: absolute;
}
.advantage li .fr {
	right: 0;
	top:-30px;
	z-index: 9;
}
.advantage li:nth-of-type(5) .fr {
	right: 0;
	top: 70px;
	z-index: 9;
}



.advantage li:nth-of-type(3) .fr{
	top: -120px;
}
.advantage li .fl {
	left: -26px;
	top: 0;
}
.advantage li .text {
	width: 644px;
	margin-top: 50px;
	position: relative;
	z-index: 99;
}
.advantage li h4 {
	width: 116px;
	height: 204px;
	/* background: #232d50; */
	border-radius: 6px;
	color: #fff;
	text-align: center;
	float: left;
	background: -webkit-linear-gradient(top, #0f76dd 0%, #232d50 100%);
    background: -o-linear-gradient(top, #0f76dd 0%, #232d50 100%);
    background: -ms-linear-gradient(top, #0f76dd 0%, #232d50 100%);
    background: linear-gradient(to bottom, #0f76dd 0%,  #232d50 10);
}
.advantage li h4 var {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60px;
	display: block;
	background-image: url(../images/pic19.png);
	line-height: 111px;
	height: 111px;
	font-weight: 100;
}
.advantage li h4 span {
	font-size: 36px;
	display: block;
	letter-spacing: 4px;
	line-height: 93px;
}
.advantage li:nth-last-of-type(1) h4,
.advantage li:nth-last-of-type(2) h4{
	background-color: #044b92;
	background: -webkit-linear-gradient(top, #0f76dd 0%, #044b92 100%);
    background: -o-linear-gradient(top, #0f76dd 0%, #044b92 100%);
    background: -ms-linear-gradient(top, #0f76dd 0%, #044b92 100%);
    background: linear-gradient(to bottom, #0f76dd 0%,  #044b92 10);
}
.advantage li .cn-txt {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	width: 492px;
}
.advantage li .mt5 {
	margin-top: 5px;
}
.advantage li .cn-txt b {
	font-size: 32px;
	color: #282828;
	font-weight: normal;
	white-space: nowrap;
}
.advantage li .cn-txt b i {
	color: #232d50;
}
.advantage li .cn-txt span {
	color: #b8b8b8;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.advantage li .cn-txt p {
	color: #666;
	margin-top: 15px;
	line-height: 23px;
	font-size: 16px;
}
.advantage li .cn-txt p i {
	width: 29px;
	height: 23px;
	background-image: url(../images/pic20.png);
	float: left;
	margin-right: 12px;
}
.advantage li .cn-txt p em{
    display: table;
}
.advantage li .color h1 {
	background: #004995;
}
.advantage li .color .cn-txt {
}
.advantage li .color .cn-txt b {
	color: #fff;
}
.advantage li .color .cn-txt span {
	color: #fff;
	opacity: .5;
}
.advantage li .color .cn-txt p {
	color: #fff;
	opacity: .9;
}

.advantage li .color .cn-txt p i {
	background-image: url(../images/pic25.png);
}
.country {
	margin-top: 70px;
	position: relative;
}
.country p {
	font-size: 38px !important;
	float: left;
	opacity: 1 !important;
	margin-left: 15px;
	margin-top: 0 !important;
}
.country span {
	opacity: 1 !important;
	font-size: 16px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.country a {
	width: 199px;
	height: 56px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	text-align: center;
	line-height: 52px;
	right: -90px;
	top: 10px;
	z-index: 99;
}
.ico-coun-tel {
	width: 57px;
	height: 58px;
	background-image: url(../images/pic27.png);
	float: left;
}
.country a:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #232d50
}
/* 通用分页样式 */
.pages {
	height: 80px;
	padding: 5px 0;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #232d50;
	background: #232d50;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #232d50;
	background: #232d50;
	color: #fff;
}
/*图片列表*/
.met_module1{
	padding-bottom: 30px;
}
.met_editor {
	width: 1200px;
	margin: 0 auto;
}
.anli-list{
	margin: 0 -7px;
}

.album-list .topb{
	overflow: hidden;
	margin-bottom: 30px;
}

.xiangguan li {
	width: 282px;
/*	height: 250px;*/
	display: block;
	float: left;
	margin: 10px;
}
.anli-list li{
	margin-top: 0;
	margin-bottom: 30px;
}
.xiangguan .bimg{
	width: 100%;
	border: 1px solid #eee;
}
.xiangguan .fc_wen {
    display: block;
    width: 100%;
    line-height: 22px;
    text-align: center;
    padding-top: 10px;
}
.sanji{
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}
.sanji li{
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.sanji li a{
    padding: 10px 20px;
    display: block;
    background: #f2f2f2;
}
.sanji li.on a{
    background: #232d50;
    color: #fff;
}
/*合作客户*/
.xiangguan2 li {
	width: 230px;
	height: 170px;
	display: block;
	float: left;
	margin: 5px;
}
.xiangguan2 .bimg img {
	width: 230px;
	height: 132px;
	padding: 2px;
	border: 1px solid #eee;
}
.xiangguan2 .fc_wen {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/* 首页关于我们css */
.picScroll-left {
	width: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left .hd ul li.on {
	opacity: 1;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 239px;
	/* height: 175px; */
	display: block;
	border: none;
}
.picScroll-left .bd ul li .pic a:hover img {
}
.picScroll-left .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
}
.picScroll-left .bd ul li .title2 a {
	color: #333 ;
	font-size: 16px;
	padding: 0 10px;
}
/* 首页专利证书css */
.picScroll-left2 {
	width: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left2 .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left2 .hd .next {
	background-position: 0 -50px;
}
.picScroll-left2 .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left2 .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left2 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left2 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left2 .hd ul li.on {
	opacity: 1;
}
.picScroll-left2 .bd {
}
.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left2 .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left2 .bd ul li .pic {
	text-align: center;
}
.picScroll-left2 .bd ul li .pic img {
	width: 239px;
	/* height: 175px; */
	display: block;
	border:none;
}
.picScroll-left2 .bd ul li .pic a:hover img {
}
.picScroll-left2 .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
    color: #fff;
    width: 239px;
}
.picScroll-left2 .bd ul li .title2 a {
	color: #333;
	font-size: 16px;
    padding: 0 10px;
}
/*新闻列表*/
.w_1000 {
	width: 1200px;
	margin: auto;
}
.c_1000_8 li {
	width: 1200px;
	padding: 0 20px 30px 20px;
	border-bottom: 1px #bcbcbc dotted;
	margin-bottom: 30px;
	float: left;
}
.ns_pic {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.ns_pic img {
	width: 300px;
/*	height: 235px;*/
}
.ns_r {
/*
	width: 825px;
	float: left;
*/
}
.c_1000_8 li .z1 {
	width: 825px;
}
.c_1000_8 li .z1 .z_1 a {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 50px;
}
.c_1000_8 li .z2 {
	width: 100%;
	line-height: 32px;
	color: #bcbcbc;
}
.c_1000_8 li .z3 {
	margin: 5px 0 15px 0;
}
.c_1000_8 li .z3 {
	width: 100%;
	line-height: 27px;
	padding-top: 5px;
	color: #999;
}
.c_1000_8 li .z_2 a {
	float: left;
	padding: 0 25px;
	display: block;
	line-height: 30px;
	color: #232d50;
	border: 1px solid #232d50;
	width: 125px;
	/* height: 30px; */
	text-align: center;
	font-size: 12px;
	border-radius: 25px;
}
/*新闻详细*/
.news_xx01 {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #232d50;
	font-weight: 700;
}
.news_xx02 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_xx03 {
	padding: 20px;
}
.news_xx03 p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
}

.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
}
#chanp .news_sx{
	background-color: #fff;
	height: 60px;
	line-height: 60px;
	border: none;
	border-top: 1px solid #ddd;
	padding: 0 40px;
}
.news_sx a {
	color: #232d50;
}
.n_s {
	width: 49%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 49%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_xg {
	margin: 40px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.rec-title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #232d50;
	font-weight: 700;
	background: #eee;
}
.nx_li ul li {
	float: left;
	margin-right: 30px;
	width: 557px;
	height: 32px;
	line-height: 28px;
}
.nx_li {
	overflow: hidden;
	margin-left: 25px;
	padding: 20px 0;
}
.nx_li ul li a {
	display: block;
	width: 470px;
	line-height: 32px;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.nx_li ul li span {
	float: right;
	color: #999;
	line-height: 32px;
}
.case_xx {
	width: 1200px;
	margin: 0 auto;
}

#chanp .pro_list{
	/* background-color: #fff; */
}

.pro_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#chanp .column{
	margin-bottom: 0;
	border-bottom: none;
}
.bg-huise{
	background-color: #f5f5f5;
	padding-top: 45px;
	padding-bottom: 45px;
}
.p_r {
	width: 270px;
	float: left;
	margin-right: 40px;
	min-height: 640px;
	margin-bottom: 40px;
}
.p_l {
	margin-bottom: 40px;
}
.p_l2 {
	width: 890px;
	float: right;
}
.pr_title {
	height: 100px;
	background: #232d50;
	padding-left: 35px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 130px;
	/*border-bottom: 1px solid #111;*/
}
.pr_li {
	background: #f5f5f5;
	overflow: hidden;
}
.pr_li .on {
	background: url(../images/ly_li2.png) #333 no-repeat 35px center;
}
.pr_li .on a {
	color: #fff;
}
.pr_li li {
	display: block;
	width: 100%;
	padding-left: 50px;
	height: 50px;
	background: url(../images/ly_li.png) no-repeat 35px center;
	border-bottom: 1px solid #ddd;
}
.pr_li li a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 50px;
	font-size: 16px;
}
.p_l {
	overflow: hidden;
}
.p_l li {
	display: block;
	float: left;
	width: 283px;
	margin: 0 8px;
	margin-bottom: 20px
}
.p_l li .bimg{
	border: 5px solid #f5f5f5;
	overflow: hidden;
}
.p_l li .bimg img {
	width: 283px;
	transition:all .5s
}
.p_l li span {
	display: block;
	width: 283px;
	padding: 0 10px;
	background: #f5f5f5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.p_l li:hover .bimg {
	border: 5px solid #232d50;
}
.p_l li:hover .bimg img{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.p_l li:hover span {
	color: #fff;
	background: #232d50;
}

.pr_xx {
	background-color: #fff;
}
.pr_xx h4{
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	margin-bottom: 20px;
	
}
.pr_xx h4 span{
    font-size: 18px;
    font-weight: normal;
    padding: 0 70px 0 40px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.pr_xx h4 span::after{
	content: '';
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
	position: absolute;
	z-index: -1;
    left: -15px;
    top: 0;
    background-color: #232d50;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
}
.pr_xx .content{
	padding: 10px 40px 20px;
}
.pr_xx .content p{
	font-size: 15px;
	line-height: 2;
	color: #666;
}
#chanp .pr_xx  .pro_xg{
	margin: 0;
}
.pr_xx .content table{
	width: 100% !important;
}
.pr_xx .content table td{
	border: 1px solid #e1e1e1 !important;
	padding: 7px !important;
	/* text-align: center; */
	vertical-align: middle;
}
.pr_xx .content strong{
	color: #222;
	font-size: 17px;
}

.pr_xx p img{
    width: auto;
	max-width: 100%;
    height: auto !important;
}
.pr_xx .content:last-of-type  img{
	width: 100%;	
}


#chanp .pro_xg{
	background-color: #fff;
	margin-top: 50px;
	padding-bottom: 50PX;
}
.pro_xg {
	overflow: hidden;
	margin: 30px 0;
}
.pro_xg h2 {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #232d50;
	background: #eee;
}
.pro_xg ul{
	padding: 0 34px;
	overflow: hidden;
}
.pro_xg li {
	margin: 20px 6px 0 6px!important;
	width: 271px;
}
.pro_xg li:nth-of-type(5){
	display: none
}
.pro_xg li span{
	width: 271px;
}
.n_lx {
	margin-top: 30px;
	overflow: hidden;
	width: 270px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.nl_tit {
	height: 60px;
	background: #232d50;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	/*border-bottom: 1px solid #111;*/
}
.nl_wen {
	padding: 10px;
}
.nl_wen p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.nl_tu {
	padding-left: 70px;
	background: url(../images/nltel.png) no-repeat 10px 0px;
	height: 60px;
	margin-top: 15px;
}
.nl_tu .nl_tu01 {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.nl_tu .nl_tu02 {
	font-size: 26px;
	color: #cc0000;
	line-height: 22px;
	font-weight: 700;
}
.ditu {
	width: 600px;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 30px;
}
.ditu_r {
	width: 350px;
	float: left;
	margin-top: 30px;
}
.fudong {
	position: fixed;
	top: 100px;
	z-index: 999;
	left: 50%;
	margin-left: -600px;
    width: 270px;
}
.nav_f {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
.wenhua {
	width: 440px;
	float: left;
}
.wenhuatu {
	width: 600px;
	margin-top: 30px;
	float: right;
}
.webform {
	width: 100% !important;
	height: 500px !important;
}

/*弹出层 CSS*/
.kePublic{
	margin-top: 20px;
	background: #f5f5f5;
    padding: 10px 10px 0px;
}
.gb_resLay { width: 100%;  margin: 0 auto; }
.gb_res_t { position: relative; }
.gb_resItms li { text-align: center; float: left; list-style: none; margin-right: 10px;display: inline-block; margin: 0; width: unset; height: unset;margin-right: 10px;}
.bdsharebuttonbox a { width: 30px!important; height: 30px!important; margin: 0 auto 10px!important; float: none!important; padding: 0!important; display: block; }
.bdsharebuttonbox .bds_tsina { background: url(../images/gbRes_6.png) no-repeat; }
.bdsharebuttonbox .bds_qzone { background: url(../images/gbRes_4.png) no-repeat; }
.bdsharebuttonbox .bds_tqq { background: url(../images/gbRes_5.png) no-repeat; }
.bdsharebuttonbox .bds_weixin { background: url(../images/gbRes_2.png) no-repeat; }
.bdsharebuttonbox .bds_sqq { background: url(../images/gbRes_3.png) no-repeat; }
.bdsharebuttonbox .bds_renren { background: url(../images/gbRes_1.png) no-repeat; }
.bd_weixin_popup .bd_weixin_popup_foot { position: relative; top: -12px; }
.bdsharebuttonbox li a {
	background-size:100% 100% !important;  
	background-position:0px 0px !important;
}


/* 在线留言 */

.zxly {
    margin-top: 90px;
    display: flex;
}
.zxly_title{
	text-align: center
}
.zxly_title span {
    font-size: 32px;
    color: #232d50;
    text-transform: uppercase;
}

.zxly_title b {
    margin-left: 20px;
    font-size: 36px;
    color: #333333;
}

.zxly_box {
    margin-top: 35px;
}

.zxly_boxh {
    font-size: 14px;
    color: #666666;
}

.zxly_from {
    margin-top: 15px;
    border-top: 2px solid #232d50;
}

.zxly_from_item {
    display: flex;
    height: 102px;
    border-bottom: 1px solid #d8d8d8;
}

.zxly_from_iteml {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d8d8d8;
}

.zxly_from_iteml span {
    font-size: 18px;
    color: #333;
}

.zxly_from_iteml i {
    font-size: 18px;
    color: #f36a6b;
}

.zxly_from_itemr {
    width: 67%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.zxly_from_itemrinput {
    width: 30%;
    height: 40px;
    border: 1px solid #d8d8d8;
    color: #333;
    font-size: 15px;
    padding-left: 10px;
}
.zxly_from_itemrinput:focus,
.zxly_from_itemrtextarea:focus{
    box-shadow: 0 0 1px 1px #232d50;
    border-color: #232d50;
}

.zxly_from_itemrinput::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrinput:-moz-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrinput:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_item.zxlyct {
    height: 310px;
}

.zxly_from_itemrtextarea {
    width: 60%;
    height: 250px;
    border: 1px solid #d8d8d8;
    resize: none;
    outline: none;
    padding: 10px;
    color: #333;
}
.zxly_from_itemr .hand{
    margin-left: 20px;
}
.zxly_from_itemrtextarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrtextarea:-moz-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_itemrtextarea:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
}

.zxly_from_yzm {
    position: relative;
}

.zxly_from_tj {
    padding: 55px 0 0;
    display: flex;
    justify-content: center;
}

.zxly_from_tjbox {
    width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    background-color: #333333;
    border: 0;
    font-size: 16px;
    color: #fff;
}
.zxly_from_tjbox:hover{
    background-color: #232d50;
}

/*弹出留言*/
.pageShow{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display:none;
}
.pageShow-info{
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
    width: 800px;
    position: relative;
    top: 50%;
    margin-top: -200px;
}
.pageCo{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}

.abilityContact-left-title {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #232d50;
    line-height: 82px;
    position: relative;
}
.abilityContact-left-title::after {
    width: 88px;
    height: 6px;
    background: #232d50;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.abilityContact-left-font {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(128,128,128,1);
    line-height: 30px;
    margin-top: 8px;
}
.abilityContact-left-table td {
    padding: 10px 0;
    font-size: 0;
}
.abilityContact-left-input {
    width: 240px;
    height: 40px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(227,227,227,1);
    box-sizing: border-box;
    padding: 0 12px;
}
.contactUsFont-textarea {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(227,227,227,1);
    box-sizing: border-box;
    padding: 5px 12px;
    width: 100%;
    height: 122px;
    line-height: 22px;
}
.abilityContact-left-button {
    width: 198px;
    height: 40px;
    background: #232d50;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}