﻿@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #005bac;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 38px;
	line-height: 38px;
	position: relative;
	z-index: 80;
	background-color: #f5f5f5;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
	margin-top: -2px;
}
.top_main li a {
	color: #666;
	cursor: pointer;
}
.top_main li a:hover {
	color: #005bac;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	margin-top: 20px;
	float: left;
	display: block;
	width:360px;
	height: 80px;
}
.header_main .logo img{
	width:360px;
	height: 80px;
}
.header_main h1{float: left;display: block;

}
.header_main .logor {
    float: left;
    height: auto;
    margin-left: 10px;
    margin-top: 42px;
    text-align: center;
    width: 375px;
}
.header_main .logor span {
    color: #005bac;
    float: left;
    font-size: 26px;
    font-weight: bold;
    height: auto;
    letter-spacing: 8px;
    text-align: center;
    width: 100%;
}
.header_main .logor p {
    color: #005bac;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 26px;
    width: 100%;
}
.header_main .tel {
	width: 252px;
	padding: 30px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}
.header_main .tel b {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.header_main .tel span {
	color: #ff8f07;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
	display: inline-block;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-position: 0 0;
}
.nav_main {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #005bac;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #004798;
	border-left: 1px solid #146fc0;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: none;
	background: none;
}
.nav_main .nav li:last-child {
	border-right: none;
	background: none;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0 33px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li.hover {
	background: #ff8f07;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 12;
	border-top: 0;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #004798;
	border-bottom: 1px solid #146fc0;

}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #005bac;
	text-align: center;
}
/* banner */
.fullSlide{ position:relative;  height:auto; overflow:hidden;}
.fullSlide .bd{ position:relative; z-index:0;  }
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;  height:auto; }
.fullSlide .bd li img{ width:100%;float: left;}
.fullSlide .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px;}
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px;border-radius: 14px;margin:4px; background:#005bac; overflow:hidden;line-height:9999px; -webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;}
 .fullSlide .hd ul .on{background: #ff8f07;width: 26px;-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;}

/* search */
.announ_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #efefef;
}
.announ_main .announ_right {
	width: 285px;
	padding-top: 12px;
}
.announ_main .announ_right .search {
	width: 282px;
	height: 36px;
	line-height: 36px;
	background: none;
	position: relative;
	border: 1px solid #e5e5e5;
}
.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 36px;
	line-height: 36px;
}
.announ_main .announ_right .search .txt {
	width: 200px;
	background: none;
	padding-left: 15px;
	display: block;
	color: #999;
}
.announ_main .announ_right .search .btn {
	width: 50px;
	background: url(../images/sou.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-left: 1px solid #e5e5e5;
}
.announ_main .announ_left span {
	display: inline-block;
	color: #212121;
}
.announ_main .announ_left a {
	display: inline-block;
	color: #8d8d8d;
	padding: 0 10px 0 0;
}
.announ_main .announ_left a s {
	width: 1px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: #e9e9e9;
	vertical-align: middle;
}
.announ_main .announ_left a:first-child s {
	display: none;
}
/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding-bottom: 48px;
	background: #2E3033;
	border-top: 8px solid #005bac;
}
.footer .links {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #1a1d21;
}
.footer .links span {
	color: #fff;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #939393;
	padding-right: 10px;
}
.footer .links a:hover {
	color: #005bac;
}
.footer .bottom {
	border-top: 1px solid #464a50;
}
.footer .bNav {
	width: 400px;
	height: 180px;
	margin-top: 48px;
	border-right: 1px solid #1a1d21;
}
.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}
.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.footer .bNav dl dt {
	display: block;
	line-height: 32px;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding: 5px 15px;
}
.footer .bNav dl dd {
	float: left;display: inline-block;
	width: 33.33%;
}
.footer .bNav dl dd a {
	display: inline-block;
	font-size: 14px;
	color: #d0d0d0;
	line-height: 16px;
	padding: 5px 15px;

}
.footer .bNav dl dd a:hover {
	color: #005bac;
}
.footer .ewm {
	height: 180px;
	text-align: center;
	padding-left: 48px;
	margin-top: 48px;
	border-left: 1px solid #464a50;
}
.footer .ewm dl {
	width: 140px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
	height: 164px;
}
.footer .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.footer .ewm dl:first-child+dl {
	margin-right: 0px;
}
.footer .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}
.footer .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.footer .ewm dl dd {
	font-size: 14px;
	color: #d0d0d0;
	line-height: 24px;
	padding-top: 5px;
}
.footer .contact_info {
	width: 440px;
	height: 180px;
	border-right: 1px solid #1a1d21;
	border-left: 1px solid #464a50;
	margin-top: 48px;
	text-align: center;
}
.footer .contact_info p.p1 {
	font-size: 20px;
	color: #fff;

}
.footer .contact_info p.dh {
	font-size: 36px;
	color: #005bac;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}
.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.footer .contact_info p.tel {
	font-size: 14px;
	color: #d0d0d0;
	line-height: 28px;
	width: 100%;
}
.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.footer .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}
/*copyright*/
.copyright {
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 12px;
	background: #27292B;
}
.copyright p {
	color: #939393;
}
.copyright span {
	margin: 0 6px;
}
.copyright a {
	color: #939393;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.copyright a:hover {
	color: #005bac;
}
/*******index css*******/
.indexTit {
	color: #005bac;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}
.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}
.indexTit h3 {
	font-size: 24px;
	color: #835026;
}
.index .in_title {
	padding-top: 40px;
	padding-bottom: 10px;
}
.index .in_title .entit {
	position: relative;
	width: 100%;
	margin: auto;
	font-size: 42px;
	line-height: 40px;
	font-weight: bold;
	color: #005bac;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.index .in_title .tit {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}
.index .in_title .tit span {
	display: inline-block;
	margin: 0 30px;
	text-transform: uppercase;

}
.index .in_title .tit em {
	display: inline-block;
	width: 225px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.index .tab {
	text-align: center;
	padding-top: 30px;
}
.index .tab a {
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	display: inline-block;
	margin: 10px;
	color: #666;
}
.index .tab a:hover {
	color: #fff;
	background: #005bac;
	border-color: #005bac;
}
.index .more {
	margin-top: 40px;
}
.index .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.index .more .look_more:hover {
	background: #005bac;
	color: #fff;
	transition: all .5s;
	border: 1px solid #005bac;
}
.index #floor_1_main {
	padding-bottom: 45px;
}
#floor_1_main .about {
	padding-top: 40px;
}
#floor_1_main .about .item {
	display: block;
	width: 475px;
	height: 350px;
}
#floor_1_main .about img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
#floor_1_main .about img:hover {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
#floor_1_main .contW {
	position: relative;
	display: block;
	width: 700px;
	height: 350px;
	background: #fff;
}
#floor_1_main .contW .cont {
	width: 100%;
	height: 280px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
}
#floor_1_main .contW .view_detail a {
	display: block;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	padding: 0 38px;
	text-align: center;
	color: #434343;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #b7b7b7;
}
#floor_1_main .contW .view_detail a:hover {
	color: #fff;
	background: #005bac;
	border-color: #005bac;
	transition: all .5s;
}
#floor_2_main {
	background: #fff;
}
#floor_2_main .floor_2 {
	padding-bottom: 80px;
}
#floor_2_main .floor_2 .title {
}
#floor_2_main .proCenter .list {
	width: 100%;
	margin-top: 28px;
}
#floor_2_main .proCenter .list li {
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	border: 1px solid #f0f0f0;
	transition: all .5s;
	width: 23.5%;
}
#floor_2_main .proCenter .list li:nth-child(4n) {
	margin-right: 0;
}
#floor_2_main .proCenter .list li a {
	display: block;
}
#floor_2_main .proCenter .list li .picbox {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 98%;
}
#floor_2_main .proCenter .list li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#floor_2_main .proCenter .list li .tit {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
#floor_2_main .proCenter .list li:first-child {
	margin-left: 0px;
}
#floor_2_main .proCenter .list li .tit {
	color: #434343;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#floor_2_main .proCenter .list li:hover {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	border-color: #005bac;
	background: #005bac;
	transform: translateY(-5px);
}
#floor_2_main .proCenter .list li:hover .tit {
	color: #fff;
}
#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
/*slip*/
.index_slip1 {
	width: 100%;
	height: auto;
	background: #1a69c6;
}
.index_slip1 img{width: 100%;}
.index_slip2 {
	width: 100%;
	height: auto;
	background: #1a69c6;
}
.index_slip2 img{width: 100%;}
.index_slip2 .w1200 {
	height: auto;
}
.index_slip2 .img {
	width: 280px;
	height: 180px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_slip2 .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.index_slip2 .slip_tit {
	padding-left: 440px;
	width: 760px;
	text-align: center;
}
.index_slip2 .slip_tit .tit1 {
	padding-top: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
.index_slip2 .slip_tit .tit1 b {
	color: #f6ff00;
}
.index_slip2 .slip_tit .tit2 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.index_slip2 .slip_tit .tit3 {
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
}
.index_slip2 .slip_tit .tit3 b {
	font-size: 26px;
	font-weight: bold;
}
/*产品优势*/
#floor_3_main {
	background: #fff;
}
#floor_3_main .in_title3 {
	position: relative;
	width: 100%;
	height: 140px;
}
#floor_3_main .in_title3 .bg {
	width: 1200px;
	height: 60px;
	margin-top: 50px;
	border: 3px solid #d9d9d9;
	box-sizing: border-box;
}
#floor_3_main .in_title3 p {
	position: absolute;
	width: 845px;
	top: -18px;
	left: 125px;
	height: 50px;
}
#floor_3_main .in_title3 .p1 {
	color: #413F40;
	font-size: 24px;
	padding: 0 5px;
	background-color: #FFFFFF;
}
#floor_3_main .in_title3 .p2 {
	font-size: 40px;
	color: #B1B1B1;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#floor_3_main .in_title3 .p3 {
	position: absolute;
	font-size: 50px;
	color: #005bac;
	line-height: 1.0;
	height: 58px;
	width: 700px;
	font-weight: bold;
	display: block;
	top: 29px;
	left: 35px;
	text-align: center;
	background-color: #FFFFFF;
}
#floor_3_main .proAdvant {
	margin-top: 0;
}
#floor_3_main .proAdvant .list {
	width: 100%;
}
#floor_3_main .proAdvant .list li {
	width: 100%;
	margin-bottom: 20px;
}
#floor_3_main .proAdvant .list li a {
	display: block;
}
#floor_3_main .proAdvant .list li .img {
	width: 530px;
	height: 300px;
	margin-left: 0;
	margin-right: 20px;
}
#floor_3_main .proAdvant .list li:nth-child(2n) .img {
	margin-left: 20px;
	margin-right: 0;
}
#floor_3_main .proAdvant .list li .title {
	width: 650px;
}
#floor_3_main .proAdvant .list li .title .shu {
	border-bottom: 1px dashed #b2b2b2;
	padding-bottom: 20px;
	text-align: center;
}
#floor_3_main .proAdvant .list li .title .shu span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #005bac;
	border-radius: 10px;
	color: #fff;
	font-size: 46px;
	line-height: 60px;
}
#floor_3_main .proAdvant .list li .tit {
	font-size: 28px;
	color: #005bac;
	line-height: 1.5;
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}
#floor_3_main .proAdvant .list li .cont {
	font-size: 16px;
	color: #666;
	padding-top: 20px;
	text-align: justify;
	text-align: center;
}
/*工程案例*/
#floor_4_main {
	padding-bottom: 30px;
	background: #f4f4f4;
}
#floor_4_main .floor_4 {
}
#floor_4_main .proCase {
	position: relative;
	margin-top: 30px;
}
#floor_4_main .proCase .list {
	width: 100%;
}
#floor_4_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	margin-right: 2%;
	transition: all ease 600ms;
	width: 23.5%;
}
#floor_4_main .proCase .list li:nth-child(4n) {margin-right: 0}
#floor_4_main .proCase .list li .picbox {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;

}
#floor_4_main .proCase .list li .picbox img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease 600ms;
	position: absolute;
	top: 0;
	left: 0;
}
#floor_4_main .proCase .list li .title {
}
#floor_4_main .proCase .list li .tit {
	font-size: 14px;
	line-height: 40px;
	color: #666;
	text-align: center;
	white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block; width:100%;
}
#floor_4_main .proCase .list li:hover {
	transition: all ease 600ms;

}
#floor_4_main .proCase .list li:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#floor_4_main .proCase .hd {
	position: absolute;
	width: 100%;
	display: none;

}
#floor_4_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -201px;
	left: -80px;
}
#floor_4_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
}
#floor_4_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
}
#floor_4_main .proCase .hd .next:hover {
	background-position: -84px -60px;
}
/*新闻中心*/
#floor_5_main .floor_5 {
	padding-bottom: 30px;
}
#floor_5_main .title {
	width: 100%;
	line-height: 22px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding: 9px 0;
}
#floor_5_main .title h3 {
	font-size: 20px;
	font-weight: bold;
	color: #005bac;
}
#floor_5_main .title h3 s {
	width: 4px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: #005bac;
}
#floor_5_main .title a {
	color: #575757;
	margin-right: 10px;
	margin-top: 0;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
#floor_5_main .title a:hover {
	margin-right: 0;
}
#floor_5_main .imgleft {
	width: 410px;
	height: 307px;
	float: left;
	margin-top: 12px;
	overflow: hidden;
	position: relative;
}
#floor_5_main .imgleft .item {
	width: 410px;
	height: 307px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 9999;
}
#floor_5_main .imgleft .item a {
	width: 100%;
	display: block;
}
#floor_5_main .imgleft .item img {
	width: 410px;
	height: 307px;
	transition: all .5s;
	display: block;
}
#floor_5_main .imgleft .item .txtcon {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
#floor_5_main .imgleft .item .txtcon h3 {
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
#floor_5_main .imgleft .item:hover img {
	filter: brightness(105%);
}
#floor_5_main .imgleft .hd {
	position: absolute;
	top: 0;
	width: 100%;
	height: 307px;
}
#floor_5_main .imgleft .hd .prev {
	width: 27px;
	height: 60px;
	background-position: -52px -103px;
	background-color: rgba(0,0,0,0.49);
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .imgleft .hd .next {
	width: 27px;
	height: 60px;
	background-position: -77px -103px;
	background-color: rgba(0,0,0,0.49);
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 0;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_5_main .imgleft .hd .prev:hover {
	background-color: rgba(220, 0, 0 ,0.49);
}
#floor_5_main .imgleft .hd .next:hover {
	background-color: rgba(220, 0, 0 ,0.49);
}
#floor_5_main .newslist {
	line-height: 55px;
}
#floor_5_main .newslist li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}
#floor_5_main .newslist li a {
	width: 100%;
	color: #575757;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
#floor_5_main .newslist li a:hover {
	color: #005bac;
}
#floor_5_main .newslist li .time {
	color: #575757;
	float: right;
	font-weight: normal;
}
#floor_5_main .inews1 {
	width: 780px;
	float: left;
}
#floor_5_main .inews1 .newslist {
	width: 350px;
}
#floor_5_main .inews2 {
	width: 32%;
	float: right;
}
/*服务流程*/
#floor_6_main {
	padding-bottom: 45px;
}
#floor_6_main .proAdvant {
	margin-top: 30px;
}
#floor_6_main .proAdvant .list {
	width: 100%;
}
#floor_6_main .proAdvant .list li {
	float: left;
	width: 150px;
	text-align: center;
	cursor: pointer;
}
#floor_6_main .proAdvant .list li a {
	display: block;
}
#floor_6_main .proAdvant .list li .img {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 110px;
	margin: 0 auto;
	border: 5px solid #666;
	border-radius: 50%;
	transition: all .5s;
}
#floor_6_main .proAdvant .list li .img img {
	position: absolute;
	top: 50%;
	margin-top: -32.5px;
	left: 50%;
	margin-left: -32.5px;
	display: inline-block;
	width: 65px;
	height: 65px;
	transition: all .5s;
}
#floor_6_main .proAdvant .list li:hover .img img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#floor_6_main .proAdvant .list li .title {
}
#floor_6_main .proAdvant .list li .tit {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
/*企业相册*/
#floor_7_main {
	padding-bottom: 20px;
}
#floor_7_main .floor_7 {
}
#floor_7_main .proCase {
	position: relative;
	margin-top: 30px;
}
#floor_7_main .proCase .list {
	width: 100%;
}
#floor_7_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	margin: 0 6px;
	transition: all ease 600ms;
}
#floor_7_main .proCase .list li a {
	display: block;
}
#floor_7_main .proCase .list li a img {
	display: block;
	width: 288px;
	height: 216px;
	transition: all ease 600ms;
}
#floor_7_main .proCase .list li .title {
}
#floor_7_main .proCase .list li .tit {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;
}
#floor_7_main .proCase .list li:hover img {
	opacity: 0.8;
}
#floor_7_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_7_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -169px;
	left: -80px;
}
#floor_7_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
}
#floor_7_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
}
#floor_7_main .proCase .hd .next:hover {
	background-position: -84px -60px;
}
/*合作客户*/
#floor_8_main {
	padding-bottom: 0;
}
#floor_8_main .floor_8 {
}
#floor_8_main .in_title8 {
	position: relative;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#floor_8_main .in_title8 .p1 {
	font-size: 78px;
	color: #dedede;
	line-height: 1.0;
	height: 77px;
	display: block;
}
#floor_8_main .in_title8 .p2 {
	font-size: 35px;
	color: #000;
	line-height: 1.0;
	height: 40px;
	font-weight: bold;
	display: block;
}
#floor_8_main .in_title8 .p3 {
	font-size: 19px;
	color: #666;
	line-height: 1.0;
	height: 28px;
	display: block;
}
#floor_8_main .proCase {
	position: relative;
	margin-top: 30px;
}
#floor_8_main .proCase .list {
	width: 100%;
}
#floor_8_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px;
	transition: all ease 600ms;
}
#floor_8_main .proCase .list li a {
	display: block;
}
#floor_8_main .proCase .list li a img {
	display: block;
	width: 180px;
	height: 141px;
}
#floor_8_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_8_main .proCase .hd .prev {
	width: 27px;
	height: 60px;
	background-position: -52px -103px;
	background-color: rgba(0,0,0,0.49);
	cursor: pointer;
	position: absolute;
	top: -100px;
	left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_8_main .proCase .hd .next {
	width: 27px;
	height: 60px;
	background-position: -77px -103px;
	background-color: rgba(0,0,0,0.49);
	cursor: pointer;
	position: absolute;
	top: -100px;
	right: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#floor_8_main .proCase .hd .prev:hover {
	background-color: rgba(220, 0, 0 ,0.49);
}
#floor_8_main .proCase .hd .next:hover {
	background-color: rgba(220, 0, 0 ,0.49);
}
/*******内页样式********/
.nybanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 100%;
	display: block;
}
.submian {
	padding-bottom: 20px;
}
.submian .sobtitle {
	height: auto;
	line-height: 30px;
	padding: 10px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #666;
}
.submian .sobtitle span{color: #fff;}
.submian .sobtitle a:hover {
	color: #005bac;
}
.submian .sobtitle a.now {
	color: #005bac;
	font-size: 14px;
	font-weight: bold;
}
.submian .sobtitle a.now:hover {
	text-decoration: underline;
}
.submian .subleft {
	width: 245px;
}
.submian .subleft .title {
	background: #005bac;
	height: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}
.submian .subleft .title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.submian .subleft .title i {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}
.submian .subleft .bor9 {
	border-bottom: 9px solid #eaeaea;
}
.submian .subleft .lefta {
	width: 245px;
	margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
	background: #fff;
}
.submian .subleft .lefta .comt ul {
	border: 1px solid #ddd;
	border-top: 0;
}
.submian .subleft .lefta .comt ul li a {
	background: #fff url(../images/tb9.png) 15px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 50px;
	height: 50px;
	display: block;
	padding-left: 35px;
	font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	background: #fff url(../images/tb11.png) 15px center no-repeat;
	color: #005bac;
}
.submian .subleft .lefta .comt ul li.hover a {
	background: #ffffff url(../images/tb11.png) 15px center no-repeat;
	color: #005bac;
}
.submian .subleft .lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../images/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
	background: #005bac url(../images/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
	background: #005bac url(../images/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: 0;
	border-top: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 50px;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 35px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 17px center no-repeat;
	border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #005bac;
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}
.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}
.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}
.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
.map_ul .list-inline a:hover {
	background: #005bac;
	color: #fff;
}
.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}
.submian .subleft .adv a img {
	display: block;
	width: 100%;
}
.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.submian .subleft .leftnews {
	margin-bottom: 10px;
}
.submian .subleft .leftnews .title {
	height: 60px;
}
.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.submian .subleft .leftnews .leftcont p {
	line-height: 24px;
	font-size: 14px;
	padding-top: 10px;
	display: block;
}
.submian .subright {
	width: 930px;
	padding-bottom: 0;
	line-height: 28px;
}
.submian .subright .aboutlist {
	color: #666;
}
.submian .subright .aboutlist img {
	max-width: 100%;
}
.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}
.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}
.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
	color: #005bac;
	font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
	color: #005bac;
}
.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
	display: block;
}
.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
	color: #777;
}
.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}
.submian .subright .caselist ul li a {
	display: block;
}
.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}
.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}
.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
	color: #777;
}
.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}
.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #005bac;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #005bac;
}
.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}
.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}
.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
*padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #005bac;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}
.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}
.submian .subright .mess .right a:hover {
	background: #cda503;
}
.submian .subright .mess .right input:hover {
	background: #2bba72;
}
.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
	border: 1px solid #ddd;
}
.honorlist ul.list li.item a:hover span {
	color: #fff;
}
.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist ul.list li.item .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	display: block;
}
.list_imgH ul.list li.item {
	width: 23.5%;
	margin-right: 2%;
}
.list_imgH ul.list li.item:nth-child(4n) {margin-right: 0}
.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.list_imgH ul.list li.item a:hover {
	background: #005bac;
}
.list_imgH ul.list li.item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
}
.item_mask {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.submian .t {
	padding: 0 0 25px;
	color: #005bac;
	font-size: 18px;
}
.submian .t2 {
	padding-bottom: 30px;
	color: #005bac;
	font-size: 24px;
}
/* formData */
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #005bac;
	margin-right: 2px;
	text-align: center;
	background: #005bac;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #005bac;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/** 新闻中心 **/
.submian .subright .thumblist {
}
.submian .subright .thumblist .list {
	padding-bottom: 20px;
}
.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}
.submian .subright .thumblist .item a {
	display: block;
}
.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
	width: 630px;
	cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
}
.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}
.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #005bac;
	padding-left: 10px;
}
.submian .subright .thumblist .item a:hover .txt h3 {
	color: #005bac;
}
.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.reLink {
	height: 38px;
	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #005bac;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.field_down {
	text-align: left;
}
.field_down a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #0267ac;
	color: #fff;
	display: block;
	text-align: center;
}
/***********index css end***********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #005bac;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #005bac;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #005bac;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #005bac;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #005bac;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #005bac;
	font-weight: bold;
}
.leftprocomt {
	padding-top: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.leftprocomt li {
	float: left;
	text-align: center;
	width: 108px;
	margin-left: 9px;
}
.leftprocomt li img {
	width: 108px;
	height: 108px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block; width:100%;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #005bac;
}
/*******font-face********/
@font-face {
	font-family: didot;
	src: url('../other/didot.eot');
	src: url('../other/didot.eot')format('embedded-opentype'), /* IE6-IE8 */ url('../other/didot.woff') format('woff'), /* Modern Browsers */ url('../other/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../other/didot.svg#didot') format('svg'); /* IE9 Compat Modes */ /* Legacy iOS */
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 920px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	/*cursor: url(../other/CurL.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	/*cursor: url(../other/CurR.cur), auto;
	background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
	border: 3px solid #005bac;
}
/*↑组图样式↑*/.submian .subright .anlitopH4 {	height: 38px;	line-height: 38px;	border: 1px solid #e4e4e4;	margin-top: 20px;}.submian .subright .anlitopH4 span {	border-left: 5px solid #005bac;	height: 38px;	line-height: 38px;	padding-left: 22px;	display: block;	float: left;	color: #005bac;	font-weight: bold;	font-size: 14px;}.submian .subright .anlitopH4 span .org {	color: #005bac;}.submian .subright .anlitopH4 span .org {	display: inline}.divremmnews {	padding: 10px;	overflow: hidden;	border: 1px solid #e4e4e4;	border-top: none;}.divremmnews ul {	width: 100%;}.divremmnews li {	width: 47%;	padding: 0;	line-height: 40px;	float: left;	overflow: hidden;	margin: 0 1.5%;	border-top: 1px dashed #ccc;}.divremmnews li:nth-child(1), .divremmnews li:nth-child(2) {	border-top: 0;}.divremmnews li s {	width: 9px;	height: 12px;	background-position: -90px -112px;}.divremmnews li a {	color: #666666;	display: block;	transition: all 0.3s ease-out 0s;}.divremmnews li a:hover {	color: #005bac;	padding-left: 6px;}.divremmnews li span {	color: #999;	font-size: 12px;}.cmslist ul{padding:8px 0;margin:0 10px}.cmslist{float:left;margin:0 15px 8px 0;width:47.4%;}.cmslist li{overflow:hidden;height:28px;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:28px}.cmslist li i{margin-right:5px;color:#c00;font-size:16px}.cmslist li span{float:right;color:#555;font-size:13px;margin-left:5px}.cmslist li span.timeday{color:#c00}.newadd{overflow:hidden;margin-bottom:8px;width:100%;height:auto;position:relative}.newadd .lanmu{margin:0 10px}.newadd .lanmu h3{float:none;font-size:16px}.newadd ul{padding:6px 0;margin:0 10px}.newadd li{overflow:hidden;height:28px;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:28px}.newadd ul li em{margin:0 4px 0 0;background:#fff;color:#c00;font-style:normal!important;font-size:12px}.newadd ul li i{margin-right:5px;color:#c00;font-size:16px}.newadd li{float:left;width:460px}.newadd li:nth-child(2n){margin-left:30px}.newadd ul li span{float:right;color:#999;font-size:13px;margin-left:5px}.newadd li span.timeday{color:#c00}.link-box{position:relative;height:36px;border-bottom:1px #eee solid;line-height:36px;margin:0 9px}.link-box h2{float:left;height:34px;border-bottom:2px #005bac solid;font-weight:400;font-size:18px;line-height:36px}.link-box h2 i{margin-right:5px}.postcopyright{margin:10px 0;padding:13px 30px;background-color:#f7f7f7;color:#393a3b}.postcopyright a{color:#898989}.commname{line-height:40px;}.commname h3{font-size:16px;line-height:40px}.commname h3 span{margin:0 5px;color:#f93;font-style:normal}#comments .ping{padding-bottom:10px;height:24px;border-bottom:1px dashed #ededed;color:#333;font-weight:400;font-size:20px;line-height:24px}.compost .com_name{overflow:hidden;color:#005bac}.compost .com_name a{color:#005bac}.compost .com_box{margin-bottom:15px}.compost .com_box textarea{display:block;box-sizing:border-box;padding:10px;width:99.5%;border:1px solid #ddd}.compost .com_info{overflow:hidden;margin-top:10px}.compost .com_info ul{float:left;display:inline-block;list-style:none}.compost .com_info li{float:left;margin-right:15px}.compost .com_info li input{margin-bottom:15px;padding-left:4px;width:160px;height:30px;border:1px solid #ddd;line-height:30px}.compost .com_info li span{margin-left:4px}.compost .com_info li span img{height:30px;vertical-align:top;line-height:30px}.compost .com_info button{padding:0 20px;border:0;border-radius:3px;background-color:#005bac;color:#fff;font-size:14px;line-height:36px}.compost .com_info button:hover{background:#005bac}#comments .comlist{margin-bottom:10px;border-bottom:1px solid #ededed}.comlist .title{overflow:hidden;margin:10px 0}.comlist .title span{background-color:#fff;color:#333}.comlist .title i{display:inline-block;width:93%;height:1px;background-color:#ededed;vertical-align:middle}.comlist ul{border-top:1px solid #ededed;list-style:none}.comlist ul.bordertop{border-top:0}.comlist ul:hover{background-color:#fafafa}.comlist ul ul{margin-left:5%}.comlist li{overflow:hidden;padding:15px 0}.comlist li img{float:left;margin-left:12px;width:40px;height:40px;border-radius:50%}.comlist li .clbody{margin-left:64px}.tj h4{width:100%;float:left;line-height:45px;height:45px;border-bottom:#ccc 1px solid}.tj h4 span{line-height:45px;height:45px;border-bottom:#005bac 3px solid;font-size:20px;float:left;padding:0 15px;}.tj ul{width:100%;float:left;padding:10px 0}.tj li{width:33%;float:left;line-height:28px;}.liulan {	background-image: url("../images/liulan.png");	background-position: left 8px;	background-size:9%;	background-repeat:no-repeat;	padding-left: 17px;width:160px;display:inline-block}.comments {	background-image: url("../images/pinglun.png");	background-position: left 4px;	background-size:10%;	background-repeat:no-repeat;	padding-left: 17px;width:120px;display:inline-block}.author {	background-image: url("../images/zuozhe.png");	background-position: left 0px;	background-size:16%;	background-repeat:no-repeat;	padding-left: 17px;}.shijian {	background-image: url("../images/riqi.png");	background-position: left 2px;	background-size:9%;	background-repeat:no-repeat;	padding-left: 17px;}.laiyuan {	background-image: url("../images/laiyuan.png");	background-position: left 0px;	background-size:8%;	background-repeat:no-repeat;	padding-left: 17px;}.g-today {	overflow: hidden;	width:33%;	float:left;}.g-today ul {	overflow: hidden;	background: url(../images/num.png) no-repeat left top;}.g-today ul li {	height: 40px;	margin-bottom: 10px;	overflow: hidden;}.g-today ul li a {	background: #fbfbfb;	height: 40px;	padding: 0px 15px 0px 0px;	margin-left: 32px;	line-height: 40px;	display: block;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	color: #666}.g-today ul li:hover a {	color: #FF4939}.g-title-right {	height: 25px;	line-height: 25px;	font-size: 22px;	font-weight: normal;	border-left: 3px solid #005bac;	padding-left: 8px;	margin: 8px 0px 12px 0;}.g-title-right strong {	color: #005bac;}
.liulan1 {background-image: url("../images/liulan.png");	background-position: left 5px;	background-size:15px;	background-repeat:no-repeat;	padding-left: 17px;display:inline-block}
.comments1 {	background-image: url("../images/pinglun.png");	background-position: left 7px;	background-size:13px;	background-repeat:no-repeat;	padding-left: 17px;display:inline-block}
.laiyuan1 {
    background-image: url(../images/laiyuan.png);
    background-position: left 0px;
    background-size: 9%;
    background-repeat: no-repeat;
    padding-left: 17px;
}
.author1 {
    background-image: url(../images/zuozhe.png);
    background-position: left 2px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-left: 17px;
}
.pro-items{float:left;margin-bottom:20px;width:100%;}
.l-item{width:55%;float:left;margin-left:5%}
.l-item li{	line-height:36px;	color:#6c6c6c;}
.l-item li .bao{	padding-left: 26px;    background: url(../images/bao.png) no-repeat left 50%;    background-size: 18%;   width:19%;display:inline-block;height:30px;line-height:30px;}
.l-item li .shou{	padding-left: 26px;    background: url(../images/shou.png) no-repeat left 50%;    background-size: 20%;width:20%;display:inline-block;height:30px;line-height:30px;}
.l-item li .xiao{	padding-left: 26px;    background: url(../images/xiao.png) no-repeat left 50%;    background-size: 14%;width:20%;display:inline-block;height:30px;line-height:30px;}
.l-item li .tui{	padding-left: 26px;    background: url(../images/tui.png) no-repeat left 50%;    background-size: 17%;  width:20%;display:inline-block;height:30px;line-height:30px;}
.l-item li .dianhua{	border:#007CCB 1px solid;	border-radius:4px;	line-height:28px;	padding:6px 15px;	position:absolute;	left:34px;	bottom:-38px;	display:none;width:120px;}
.l-item li .ewm{	position:absolute;	left:31px;	bottom:-160px;	display:none;	width:170px;}
.l-item li .gb{	position:absolute;	bottom:-30px;	left:170px;	line-height: 2;	display:none;}
.l-item li .gb1{	position:absolute;	bottom:-19px;	left:196px;	line-height: 2;	display:none;}
.l-item li .ewm img{width:100%}
.ps-title {
	font-size: 30px;
	color: inherit;
	font-weight:bold;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	color:#005bac;
}
.item {
    width: 40%;
}
.item img{width:100%;}
 .tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages span {
    display: inline-block;
}
.tg_pages span a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages span a.page-num-current {
    background: #005bac  none repeat scroll 0 0;
    border: 1px solid #005bac ;
    color: #ffffff;
}
.tg_pages .page-status{display: none;}
.aboutlist {
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 54px;
    width: 100%;
}
.aboutlist li {
    float: left;
    text-align: center;
    width: 33.33%;
}
.aboutlist li p {
    text-align: left;
}
.aboutlist img.xcimg {
    width: 40%;
}
.cpxx {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.cpxx_t {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.cpxx_t_l {
    display: inline-block;
    float: left;
    text-align: center;
    width: 32%;
}
.cpxx_t_l img {
    display: inline-block;
    max-width: 100%;
}
.cpxx_t_r {
    display: block;
    float: right;
    height: auto;
    padding-right: 0;
    width: 64%;
}
.cpxx_t_r_t {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    height: 40px;
    width: 100%;
}
.cpxx_t_r_c ul {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.cpxx_t_r_c ul li {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    width: 33.33%;
}
.cpxx_t_r_c .infoitem {
    color: #f5710b;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
    width: 100%;
}
.cpxx_t_r_c .infoitem b {
    color: #000;
    font-size: 16px;
}
.cpxx_t_r_c .infoitem i {
    color: #c1c1c1;
    text-decoration: line-through;
}
.cpxx_t_r_t span {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.cpxx_t_r_c {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.cpxx_t_r_c p {
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
    width: 100%;
}
.cpxx_t_r_b {
    display: block;
    float: left;
    margin-top: 10px;
}
.cpxx_t_r_b ul li {
    clear: both;
}
.cpxx_t_r_b .li1 {
    background: rgba(0, 0, 0, 0) url("../images/cpxxtli1.jpg") no-repeat scroll left center;
    font-size: 16px;
    line-height: 36px;
    padding-left: 30px;
}
.cpxx_t_r_b .li2 {
    background: rgba(0, 0, 0, 0) url("../images/cpxxtli2.jpg") no-repeat scroll left center;
    font-size: 16px;
    line-height: 36px;
    padding-left: 30px;
}
.cpxx_contit {
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    height: auto;
    margin-top: 10px;
    width: 100%;
}
.cpxx_contit h2 {
    background: #005bac none repeat scroll 0 0;
    border-left: 10px solid #f5710b;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
}
.cpxx_con {
    display: block;
    float: left;
    height: auto;
    line-height: 24px;
    margin-top: 30px;
    width: 100%;
}
.cpxx_con p {
    font-size: 14px;
}
.cpxx_con img {
    max-width: 100%;
}
.cpxx_con h2 {
    border-bottom: 2px solid #005bac;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 32px;
    margin: 1% 0;
    width: 100%;
}
.cpxx_con .hr {
    border-top: 1px dashed #ddd;
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
}
.ls_footer {
    background: #005bac none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    height: 58px;
    left: 0;
    padding: 5px 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999;
}
.ls_footer a {
    background: #005bac none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 46px;
    line-height: 15px;
    outline: medium none;
    text-align: center;
    width: 23%;
}
.ls_footer img {
    display: block;
    margin: 3px auto 1px;
    width: 31%;
}
.cpxx_con table {
    border-collapse: collapse;
    border-color: grey;
    display: table;
}
.cpxx_con td, .cpxx_con th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.cpxx_con td img {
    max-width: 100%;
}
.cpxx_con td p {
    padding: 0;
}
.xgnews {
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}
.xgnewstit {
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
}
.xgnewstit h3 {
    background: #005bac none repeat scroll 0 0;
    border-left: 10px solid #ee6f23;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
}
.arcnewslist {
    float: left;
    height: auto;
    margin-top: 20px;
    width: 100%;
}
.arcnewslist ul {
    float: left;
    height: auto;
    width: 100%;
}
.arcnewslist ul li {
    border-bottom: 1px dashed #cccccc;
    float: left;
    height: auto;
    margin-right: 2%;
    width: 49%;
}
.arcnewslist ul li:nth-child(2n) {
    margin-right: 0;
}
.arcnewslist ul li a {
    color: #333333;
    display: block;
    float: left;
    font-size: 14px;
    height: auto;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: 80%;
}
.arcnewslist ul li span.date {
    color: #999999;
    float: right;
    line-height: 36px;
}
.arcnewslist ul li a:hover {
    color: #005bac;
    transition: all 0.3s ease 0s;
}
.mb10{margin-bottom: 10px;}
.nav a.gohome{display: none;}
.nav a.gohome i{display: none;}
.nav a.gonav i{display: none;}
.pro_list {
    width:100%;
    height:auto;
    margin-top: 10px;
    float:left;
}
.pro_list ul {
    width:100%;
    height:auto;
    float:left;
}
.pro_list ul li {
    width:23.5%;
    height:auto;
    float:left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pro_list ul li:nth-child(4n) {
    margin-right: 0
}
.pro_list ul li .picbox {
    width:100%;
    height:0;
    padding-bottom: 96%;
    position: relative;
    float:left;
    border: 1px solid #cccccc;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.pro_list ul li:hover .picbox {border: 1px solid #f5710b;-webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;}
.pro_list ul li .picbox img {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    float:left;
}
.pro_list ul li .info {
    width:100%;
    height:auto;
    float:left;
}
.pro_list ul li .info h3 {
    width:100%;
	overflow: hidden;
    font-weight: normal;
    margin-top: 2px;
    float:left;
    font-size: 13px;
    color: #333333;
}
.pro_list ul li .info h3 a {
    width:100%;
    height:auto;
    line-height: 22px;
    font-weight: bold;
    margin-top: 6px;
    float:left;
    font-size: 15px;
    color: #333333;
    text-align: left;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.pro_list ul li .info h3 a:hover {
    color: #f5710b;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

.pro_list ul li .info span {
    color: #666;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: 20px;
	display: inline-block;
	margin-top: 5px;
}
.pro_list ul li .info span i{text-decoration: line-through;font-style: normal;}
.pro_list ul li .info a.xunjia {
    color: #fff;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
	display: block;
	margin-top: 5px;
	padding: 0 10px;
	border-radius: 4px;
	background: #008ce1;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.pro_list ul li .info a.xunjia:hover {
background: #f5710b;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

.pro_list ul li .info p {
    color: #999999;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    text-indent: 2em;
    width: 100%;
}

.pagination {
  float:left;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.pagination li {
  display: inline-block;
  margin-bottom:10px;
}
.pagination li a,.pagination li span {
  border: 1px solid #bebebe;
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination li.active span {
  background: #005bac none repeat scroll 0 0;
  border: 1px solid #005bac;
  color: #ffffff;
}