﻿@charset "utf-8";

/* CSS Document */


/*Title*/
p img{max-width:100%;}

.Title {
	width: 100%;
	text-align: center;
	padding-top: 58px;
}

.Title h3 {
	font-size: 34px;
	color: #034287;
	font-weight: bold;
}

.Title h3 a {
	color: #034287;
	text-decoration: none;
}

.Title i {
	display: block;
	margin: 10px auto 0;
	width: 131px;
	height: 22px;
}

.Title i img {
	display: block;
}


/* banner */

.banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

#flashs {
	position: relative;
	height: 460px;
	overflow: hidden;
}

#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}

#flashs .btn {
	position: absolute;
	left: 50%;
	bottom: 25px;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	z-index: 9999;
}

#flashs .btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50px;
	height: 5px;
	background: #fff;
	margin-right: 11px;
	border-radius: 3px;
}

#flashs .btn span.cur {
	background: #005fb0;
}

#flashs .bot {
	display: block;
	position: absolute;
	width: 58px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	display: none;
}

#flashs .bot1 {
	background: url(../images/Img/babot1.png) no-repeat center;
	left: 5%;
	z-index: 2;
}

#flashs .bot2 {
	background: url(../images/Img/babot2.png) no-repeat center;
	right: 5%;
	z-index: 2;
}

#flashs:hover .bot {
	display: block;
}


/* search */

.search {
	width: 100%;
	height: 61px;
	background: #eeeeee;
	border-bottom: 1px solid #dedede;
}

.search p {
	float: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	width: 770px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 22px;
}

.search p a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding: 0 26px;
	border-left: 1px dotted #a4a4a4;
}

.search p a:first-child {
	border-left: none;
}

.search .Input {
	width: 300px;
	height: 38px;
	line-height: 38px;
	float: right;
	margin-top: 12px;
	position: relative;
	background: url(../images/searchBg.png) no-repeat center;
}

.search .Input input {
	padding-left: 20px;
	font-size: 13px;
	outline: none;
	border: none;
	color: #999999;
	height: 38px;
	line-height: 38px;
	width: 226px;
	background: none;
	margin-top: 0px;
	margin-right: 0px;
}

.search .Input input.inputSub {
	padding: 0px;
	right: 0;
	position: absolute;
}

.search .Input a {
	display: block;
	width: 49px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0px;
}

.search .Input a img {
	display: block;
}


/*product*/

.product {
	width: 100%;
}

.product .menu {
	width: 1200px;
	margin: 27px auto 0;
}

.product .menu li {
	width: 239px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	float: left;
	border-left: 1px solid #384654;
	background: #212d3a;
	font-size: 18px;
	color: #fff;
	box-sizing:border-box;
}
.product .menu li:nth-last-child(2), .product .menu li:nth-last-child(2) ~ li {
  width: 50% !important;
}
.product .menu li:nth-last-child(3), .product .menu li:nth-last-child(3) ~ li {
  width: 33.33% !important;
}

.product .menu li:nth-last-child(4), .product .menu li:nth-last-child(4) ~ li {
  width: 25% !important;
}
.product .menu li:nth-last-child(5), .product .menu li:nth-last-child(5) ~ li {
  width: 20% !important;
}
.product .menu li:nth-last-child(6), .product .menu li:nth-last-child(6) ~ li {
  width: 16.66% !important;
}
.product .menu li:nth-last-child(7), .product .menu li:nth-last-child(7) ~ li {
  width: 14.28% !important;
}
.product .menu li:nth-last-child(8), .product .menu li:nth-last-child(8) ~ li {
  width: 12.5% !important;
}
.product .menu li:nth-last-child(9), .product .menu li:nth-last-child(9) ~ li {
  width: 11.11% !important;
}
.product .menu li:nth-last-child(10), .product .menu li:nth-last-child(10) ~ li {
  width: 10% !important;
}




.product .menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.product .menu li.cur {
	background: url(../images/productBg.png) repeat-x;
	border-color: #68cb59;
}

.product .mainCon {
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 60px;
	overflow: hidden;
}

.product .mainCon .container {
	position: relative;
	overflow: hidden;
	height: 818px;
}

.product .mainCon .conBox {
	width: 100%;
}

.product .mainCon dl {
	width: 100%;
	height: 318px;
	overflow: hidden;
}

.product .mainCon dt {
	float: left;
	width: 498px;
	height: 316px;
	border: 1px solid #cccccc;
}

.product .mainCon dt img {
	display: block;
}

.product .mainCon dd {
	width: 624px;
	float: left;
	margin-left: 49px;
}

.product .mainCon dd h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
}

.product .mainCon dd h3 a {
	color: #333333;
	text-decoration: none;
}

.product .mainCon dd h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 16px;
}

.product .mainCon dd p {
	line-height: 16px;
	color: #666666;
	font-size: 14px;
}

.product .mainCon dd .btn {
	overflow: hidden;
	margin-top: 36px;
}

.product .mainCon dd .btn a {
	display: block;
	width: 178px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/productBg02.png) no-repeat center;
	font-size: 14px;
	color: #666666;
	float: left;
	text-decoration: none;
}

.product .mainCon dd .btn a:hover {
	background: url(../images/productBg03.png) no-repeat center;
	color: #fff;
}

.product .mainCon dd a:first-child {
	margin-right: 12px;
}

.product .mainCon .box {
	width: 100%;
}

.product .mainCon .box .top {
	width: 100%;
}

.product .mainCon .box .top h3 {
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.product .mainCon .box .top a {
	font-size: 14px;
	color: #666666;
	float: right;
	text-transform: uppercase;
	display: block;
}

.product .mainCon .box ul {
	width: 100%;
	margin-top: 14px;
}

.product .mainCon .box li {
	width: 370px;
	height: 360px;
	float: left;
	margin-left: 45px;
	text-align: center;
	border-bottom: 6px solid #c6c6c6;
	margin-top: 26px;
}

.product .mainCon .box li:first-child {
	margin-left: 0;
}

.product .mainCon .box li:nth-of-type(4) {
	margin-left: 0;
}

.product .mainCon .box li span {
	display: block;
	width: 360px;
	height: 260px;
	border: 5px #005fb0 solid;
	overflow: hidden;
	position: relative;
}

.product .mainCon .box li img {
	display: block;
	transition: all 1s ease-out;
	transform: scale(1);
}

.product .mainCon .box li em {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 17px;
	color: #034287;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}

.product .mainCon .box li em span {
	float: right;
	width: 86px;
	height: 25px;
	line-height: 25px;
	color: #034287;
	text-align: center;
	margin-top: 25px;
	margin-right: 22px;
	background: url(../images/cpzx_li_juxingkuang.png) no-repeat center;
	border: none;
}

.product .mainCon .box li:hover {
	border-color: #59bc2b;
}

.product .mainCon .box li:hover em {
	color: #59bc2b;
}

.product .mainCon .box li:hover img {
	transform: scale(1.2);
}

.product .mainCon .box li a {
	display: block;
	text-decoration: none;
}


/*adv*/

.adv {
	width: 100%;
}

.adv .title {
	width: 100%;
	text-align: center;
	padding-top: 82px;
	background: url(../images/advBg_01.jpg) no-repeat center;
	height: 148px;
}

.adv .title h3 {
	font-size: 45px;
	color: #005fb0;
}

.adv .title h3 img {
	position: relative;
	top: 10px;
}

.adv .title p {
	font-size: 20px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 12px;
}

.adv .title i {
	display: block;
	margin: 14px auto 0;
	width: 131px;
	height: 22px;
}

.adv .mainCon {
	width: 100%;
}

.adv .mainCon .con1 {
	background: url(../images/advBg_02.jpg) no-repeat center;
	height: 415px;
}

.adv .mainCon .con2 {
	background: url(../images/advBg_03.jpg) no-repeat center;
	height: 350px;
}

.adv .mainCon .con3 {
	background: url(../images/advBg_04.jpg) no-repeat center;
	height: 373px;
}

.adv .mainCon .con4 {
	background: url(../images/advBg_05.jpg) no-repeat center;
	height: 439px;
}

.adv .mainCon .con .box {
	width: 558px;
}

.adv .mainCon .con.dif .box {
	width: 540px;
	margin-left: 648px;
}

.adv .mainCon .con .box dt {
	width: 68px;
	height: 68px;
	text-align: center;
	line-height: 68px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	float: left;
	background: url(../images/adv_y.png) no-repeat center;
}

.adv .mainCon .con .box dd {
	width: 463px;
}

.adv .mainCon .con.dif .box dd {
	width: 449px;
}

.adv .mainCon .con .box dd {
	float: left;
	margin-left: 22px;
}

.adv .mainCon .con .box dd h3 {
	font-size: 30px;
	color: #333333;
}

.adv .mainCon .con .box dd span {
	display: block;
	font-size: 18px;
	color: #333333;
}

.adv .mainCon .con .box dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
}

.adv .mainCon .con .box dd p em {
	font-weight: bold;
}

.adv .mainCon .con .box dd a {
	display: block;
	width: 178px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/productBg02.png) no-repeat center;
	font-size: 14px;
	color: #666666;
	float: left;
	text-decoration: none;
	margin-top: 26px;
}

.adv .mainCon .con .box dd a:hover {
	background: url(../images/productBg03.png) no-repeat center;
	color: #fff;
}

.adv .mainCon .con1 .box {
	padding-top: 118px;
}

.adv .mainCon .con2 .box {
	padding-top: 78px;
}

.adv .mainCon .con3 .box {
	padding-top: 78px;
}

.adv .mainCon .con4 .box {
	padding-top: 68px;
}


/*ad*/

.ad {
	width: 100%;
	height: 216px;
	background: url(../images/adBg.jpg) no-repeat center;
}

.ad .box {
	width: 100%;
	margin-left: 174px;
	padding-top: 127px;
	overflow: hidden;
}

.ad .box input {
	width: 300px;
	border: none;
	padding-left: 23px;
	border: 1px solid #69a0d0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: none;
	outline: none;
	margin-left: 15px;
	float: left;
}

.ad .box a {
	display: block;
	float: left;
	width: 135px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
}


/*partner*/

.partner {
	width: 100%;
	padding-bottom: 65px;
	background: #f2f2f2;
}

.partner .mainCon {
	width: 100%;
	margin-top: 25px;
}

.partner .mainCon li {
	width: 1200px;
	float: left;
}

.partner .mainCon li a {
	display: block;
	width: 239px;
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
	z-index: 2;
	position: relative;
}

.partner .mainCon li img {
	display: block;
}

.partner .mainCon li a:hover {
	z-index: 6;
	box-shadow: 0 0 5px 5px #eee;
}


/*case*/

.case {
	width: 100%;
	padding-bottom: 68px;
	display: none;
}

.case .mainCon {
	width: 100%;
	margin-top: 32px;
	height: 590px;
}

.case .mainCon ul {
	width: 105%;
}

.case .mainCon li {
	width: 590px;
	height: 280px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	box-shadow: 0 0 12px 5px #ededed;
	margin-bottom: 27px;
}

.case .mainCon dt {
	width: 300px;
	height: 280px;
	float: left;
	position: relative;
	overflow: hidden;
}

.case .mainCon dd {
	width: 247px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
}

.case .mainCon dd h3 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}

.case .mainCon dd h3 a {
	color: #333333;
	text-decoration: none;
}

.case .mainCon dd h4 {
	font-size: 14px;
	color: #333333;
	margin-top: 13px;
}

.case .mainCon dd h4 span {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.case .mainCon dd p {
	margin-top: 6px;
}

.case .mainCon dd .p2 {
	color: #333333;
	margin-top: 18px;
}

.case .mainCon dd .btn {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.case .mainCon dd .btn a {
	display: block;
	width: 118px;
	height: 36px;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	float: left;
	border: 1px solid #cccccc;
}

.case .mainCon dd .btn a:first-child {
	margin-right: 7px;
}

.case .mainCon li:hover dd h3 a {
	color: #005fb0;
}

.case .mainCon dd .btn a:hover {
	background: #59bc2b;
	border-color: #59bc2b;
	color: #fff;
}

.case .mainCon dt .rectborder {
	width: 300px;
	height: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: #fff 1px solid;
	transition: all ease-out .4s;
}

.case .mainCon dt .maskborder {
	width: 320px;
	height: 300px;
	position: absolute;
	left: -10px;
	top: -10px;
	border: #fff 10px solid;
	transition: all ease-out .4s;
}

.case .mainCon dt img {
	display: block;
	width: 100%;
	transition: all ease-out .4s
}

.case .mainCon li:hover .maskborder {
	transform: scale(0.9);
}

.case .mainCon li:hover .rectborder {
	transform: scale(0.8);
}

.case .mainCon li:hover dt img {
	transform: scale(0.9);
}


/*reason*/

.reason {
	width: 100%;
	height: 553px;
	background: url(../images/reasonBg.jpg) no-repeat center;
}

.reason .Title h3 {
	color: #fff;
}

.reason .mainCon {
	width: 100%;
	margin-top: 28px;
}

.reason .mainCon ul {
	width: 105%;
}

.reason .mainCon li {
	width: 292px;
	height: 335px;
	background: #fff;
	float: left;
	margin-right: 11px;
}

.reason .mainCon li span {
	display: block;
	width: 292px;
	height: 180px;
	position: relative;
}

.reason .mainCon li img {
	display: block;
}

.reason .mainCon li em {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: url(../images/reasonBg02.png);
	bottom: 0;
	left: 0;
	position: absolute;
}

.reason .mainCon li p {
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
	padding: 0 26px;
	line-height: 25px;
	text-align: center;
}


/*about*/

.about {
	width: 100%;
	padding-bottom: 55px;
}

.about .mainCon {
	width: 100%;
	margin-top: 32px;
}

.about .mainCon dl {
	width: 100%;
	height: 379px;
	position: relative;
}

.about .mainCon dt {
	width: 642px;
	height: 379px;
}

.about .mainCon dd {
	width: 632px;
	height: 252px;
	border: 2px solid #59bc2b;
	position: absolute;
	top: 35px;
	right: 0;
	background: #fff;
	padding: 46px 56px 0 60px;
}

.about .mainCon dd h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.about .mainCon dd h3 a {
	color: #333333;
}

.about .mainCon dd p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 18px;
}

.about .mainCon dd .more {
	display: block;
	width: 129px;
	height: 79px;
	text-align: center;
	line-height: 79px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 267px;
	bottom: -44px;
	background: #59bc2b;
	text-transform: uppercase;
}

.about .mainCon i {
	display: block;
	border-top: 1px dotted #f3f3f3;
	border-bottom: 1px dotted #d9d9d9;
	margin: 30px 0;
}

.about .mainCon ul {
	width: 100%;
}

.about .mainCon li {
	float: left;
	width: 292px;
	height: 191px;
	position: relative;
	margin-left: 10px;
}

.about .mainCon li img {
	display: block;
}

.about .mainCon li span {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/aboutBg02.png);
}

.about .mainCon li:first-child {
	margin-left: 0;
}


/*location*/

.location {
	width: 100%;
	height: 1000px;
	background: url(../images/locationBg.jpg) no-repeat center;
}

.location .mainCon {
	width: 100%;
	overflow: hidden;
	margin-top: 33px;
}

.location .mainCon ul {
	width: 105%;
}

.location .mainCon li {
	width: 310px;
	height: 180px;
	padding: 36px 44px 0 30px;
	background: #fff;
	margin: 10px 32px 26px 0;
	float: left;
}

.location .mainCon li h3 {
	padding: 0 0 12px 30px;
	background: url(../images/location_icon01.png) no-repeat left top;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 14px;
	font-size: 18px;
	color: #333333;
}

.location .mainCon li p {
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
}


/*liuy*/

.liuy {
	width: 100%;
	height: 553px;
	background: url(../images/lyBg.jpg) no-repeat center;
}

.liuy .container {
	position: relative;
}

.liuy .phone {
	padding-left: 62px;
	background: url(../images/ly_phone.png) no-repeat left center;
	position: absolute;
	top: 360px;
	left: 352px;
}

.liuy .phone p {
	font-size: 18px;
	color: #666666;
}

.liuy .phone span {
	display: block;
	font-size: 30px;
	color: #333333;
}

.liuy .box {
	width: 418px;
	position: absolute;
	top: 174px;
	right: 56px;
}

.liuy .box .Input {
	width: 416px;
	height: 46px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}

.liuy .box .Input span {
	display: block;
	float: left;
	width: 50px;
	height: 46px;
	border-right: 1px solid #cccccc;
}

.liuy .box input {
	width: 350px;
	padding-left: 15px;
	border: none;
	outline: none;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #333;
}

.liuy .box .Input1 span {
	background: url(../images/ly_icon01.png) no-repeat center;
}

.liuy .box .Input2 span {
	background: url(../images/ly_icon02.png) no-repeat center;
}

.liuy .box .Textarea {
	width: 416px;
	height: 103px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}

.liuy .box .Textarea span {
	display: block;
	float: left;
	width: 50px;
	height: 103px;
	border-right: 1px solid #cccccc;
	background: url(../images/ly_icon03.png) no-repeat center 9px;
}

.liuy .box textarea {
	width: 350px;
	padding-left: 15px;
	border: none;
	outline: none;
	height: 90px;
	font-size: 14px;
	color: #333;
	padding-top: 13px;
	resize: none;
}

.liuy .box .tj {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #212d3a;
}


/*news*/

.news {
	width: 100%;
	background: url(../images/newsBg01.jpg) no-repeat center;
	height: 694px;
}

.news .Title h3 a {
	color: #fff;
}

.news .mainCon {
	width: 100%;
	margin-top: 28px;
}

.news .mainCon .menu {
	width: 100%;
	position: relative;
}

.news .mainCon .menu ul {
	width: 530px;
	height: 40px;
	margin: 0 auto;
}

.news .mainCon .menu li {
	float: left;
	width: 163px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 17px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
}

.news .mainCon .menu li:first-child {
	margin-left: 0;
}

.news .mainCon .menu li a {
	text-decoration: none;
	color: #fff;
}

.news .mainCon .menu li.cur {
	background: #59bc2b;
	border-color: #59bc2b;
}

.news .mainCon .conBox {
	margin-top: 34px;
	height: 386px;
	overflow: hidden;
	position: relative;
	padding: 30px 0 0 30px;
	background: #fff;
}

.news .mainCon .conBox .lunh {
	height: 386px;
}

.news .mainCon .conBox .conL {
	width: 646px;
	float: right;
}

.news .mainCon .conBox .conL .box {
	width: 100%;
	height: 89px;
	margin-top: 37px;
}

.news .mainCon .conBox .conL .box:first-child {
	margin-top: 0;
}

.news .mainCon .conBox .conL .box .boxL {
	width: 156px;
	height: 89px;
	float: left;
}

.news .mainCon .conBox .conL .box .boxR {
	width: 438px;
	float: left;
	margin-left: 22px;
}

.news .mainCon .conBox .conL .box .boxR dt {
	float: left;
	width: 64px;
	float: left;
	background: url(../images/news_xian.png) no-repeat right 12px;
}

.news .mainCon .conBox .conL .box .boxR dl:hover h3 a {
	color: #005fb0;
}

.news .mainCon .conBox .conL .box .boxR dt span {
	display: block;
	font-size: 45px;
	color: #cccccc;
}

.news .mainCon .conBox .conL .box .boxR dt em {
	display: block;
	font-size: 13px;
	color: #cccccc;
	position: relative;
	top: -6px;
}

.news .mainCon .conBox .conL .box .boxR dd {
	width: 358px;
	float: right;
	padding-top: 4px;
}

.news .mainCon .conBox .conL .box .boxR dd h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.news .mainCon .conBox .conL .box .boxR dd h3 a {
	color: #333;
	text-decoration: none;
}

.news .mainCon .conBox .conL .box .boxR dd p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 14px;
}

.news .mainCon .conBox .conL .box .boxR dd p a {
	color: #999999;
	text-decoration: none;
}

.news .mainCon .conBox .conR {
	width: 484px;
	float: left;
	padding-top: 4px;
}

.news .mainCon .conBox .conR dt {
	width: 484px;
	height: 275px;
}

.news .mainCon .conBox .conR dt img {
	display: block;
}

.news .mainCon .conBox .conR dd {
	overflow: hidden;
}

.news .mainCon .conBox .conR:hover dd p a {
	color: #005fb0;
}

.news .mainCon .conBox .conR dd .p1 {
	font-size: 16px;
	color: #333333;
	width: 353px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
}

.news .mainCon .conBox .conR dd .p1 a {
	color: #333333;
}

.news .mainCon .conBox .conR dd .p2 {
	float: right;
	text-align: center;
	padding-right: 6px;
}

.news .mainCon .conBox .conR dd .p2 span {
	display: block;
	font-size: 45px;
	color: #cccccc;
}

.news .mainCon .conBox .conR dd .p2 em {
	display: block;
	font-size: 13px;
	color: #cccccc;
	position: relative;
	top: -6px;
}


/*link*/

.link {
	width: 100%;
	background: #fff;
	padding: 30px 0 16px 0;
}

.link .mainCon {
	width: 100%;
}

.link .mainCon dt {
	float: left;
	width: 80px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.link .mainCon dt a {}

.link .mainCon dd {
	float: left;
	width: 1082px;
	padding-top: 2px;
}

.link .mainCon dd a {
	font-size: 14px;
	color: #666666;
	padding: 0 25px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #e6e6e6;
	display: block;
	float: left;
}

.link .mainCon dd a:last-child {
	border-right: none;
}

.link .mainCon dd a:first-child {
	border-left: none;
}


/*placeholder 提示字体属性*/

.ad ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.ad :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.ad ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.ad :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.box .Input {
	width: 416px;
	height: 46px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}

.box .Input span {
	display: block;
	float: left;
	width: 50px;
	height: 46px;
	border-right: 1px solid #cccccc;
}

.box input {
	width: 350px;
	padding-left: 15px;
	border: none;
	outline: none;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #333;
}

.box .Input1 span {
	background: url(../images/ly_icon01.png) no-repeat center;
}

.box .Input2 span {
	background: url(../images/ly_icon02.png) no-repeat center;
}

.box .Textarea {
	width: 416px;
	height: 103px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}

.box .Textarea span {
	display: block;
	float: left;
	width: 50px;
	height: 103px;
	border-right: 1px solid #cccccc;
	background: url(../images/ly_icon03.png) no-repeat center 9px;
}

.box textarea {
	width: 350px;
	padding-left: 15px;
	border: none;
	outline: none;
	height: 90px;
	font-size: 14px;
	color: #333;
	padding-top: 13px;
	resize: none;
}

.box .tj {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #212d3a;
}

.cpMain {
	background: #EBEBEB;
	overflow: hidden;
}

.cpMain .container {
	margin-top: 20px;
	padding-bottom: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.cpMain .pleft {
	overflow: hidden;
	float: left;
	width: 240px;
}

.cpMain .pleft h3 {
	padding-left: 80px;
	width: 160px;
	height: 100px;
	background: url(../images/pro_h.png) no-repeat 35px center;
	background-color: #005fb0;
	font-weight: normal;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 5px 0 0
}

.cpMain .pleft h3 a {
	color: #fff;
}

.cpMain .pleft h3 span {
	font-size: 14px;
	color: #fff;
	margin-left: 5px;
}

.cpMain .pleft ul {
	overflow: hidden;
	width: 240px;
	/*border:2px solid #e3e0e0;*/
	border-radius: 0 0 10px 10px;
	margin-bottom: 15px;
	border-top: none;
	padding-top: 10px;
	border-bottom: 1px solid #e3e0e0;
	background: #fff;
}

.cpMain .pleft li {
	overflow: hidden;
	width: 100%;
}

.cpMain .pleft li>a {
	display: block;
	padding-left: 35px;
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	width: 205px;
	text-decoration: none;
	background: url(../images/pro_s.png) no-repeat 210px center;
	border-bottom: 1px solid #e3e0e0;
	color: #333;
	font-weight: bold;
}

.cpMain .pleft li:hover>a,
.cpMain .pleft li>a.cur {
	background-color: #005fb0;
	color: #fff
}

.cpMain .pleft li>a.cur {
	color: #005fb0;
}

.cpMain .pleft .pnav {
	overflow: hidden;
	padding: 15px 0;
	width: 197px;
	padding-left: 43px;
	font-size: 15px;
	line-height: 35px;
	color: #666;
	border-bottom: 1px solid #e3e0e0;
}

.cpMain .pleft .pnav a {
	display: block;
	padding-left: 15px;
	background: url(../images/Img/Common/02.png) no-repeat left center;
	text-decoration: none;
}

.cpMain .pleft li.cur>a {
	color: #fff;
	background: url(../images/n01.png) no-repeat 210px center;
	background-color: #005fb0;
}

.cpMain .pleft .pnav a:hover,
.cpMain .pleft .pnav a.cur {
	color: #59bc2b;
}

.cpMain .phone {
	overflow: hidden;
	width: 166px;
	padding: 30px 0;
	padding-left: 75px;
	border-radius: 10px;
	background: url(../images/Img/common/pro_phone.png) no-repeat 20px center;
	background-color: #005fb0;
}

.cpMain .phone p {
	font-size: 16px;
	color: #fff;
}

.cpMain .phone b {
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: 'Times New Roman'
}

.cpright {
	width: 885px;
	padding: 0 25px;
	background: #fff;
	float: right;
}

#ny_prBox {
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 500px;
	margin-top: 55px;
}

#rtop {
	padding-top: 18px;
	padding-bottom: 15px;
	margin: 12px 20px 0 20px;
}

.rtop {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dbdbdb;
}

.rtop h5 {
	float: left;
	padding-left: 10px;
	border-left: 3px solid #005fb0;
	font-weight: normal;
	line-height: 16px;
	font-size: 16px;
	color: #005fb0;
}

.rtop span {
	float: right;
}

.rtop span em {
	color: #999;
}

.rtop span a {
	color: #999;
}

.pleft .divBox {
	overflow: hidden;
	width: 220px;
	background-color: #fff;
	border-top: 5px solid #005fb0;
	margin-bottom: 10px;
	padding: 20px 15px;
}

.pleft .divBox .lxfs {
	font-size: 20px;
	color: #005fb0;
	margin: 10px 0 18px 0;
	font-weight: bold;
}

.pleft .divBox .lxfs a {
	color: #005fb0;
}

.pleft .divBox span {
	display: block;
	font-size: 14px;
	color: #303030;
	line-height: 20px;
}

.sideBox {
	overflow: hidden;
	width: 900px;
	position: relative;
}

.sideBox ul {
	width: 100%;
}

.sideBox li {
	width: 277px;
	height: 216px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 21px;
	border: 1px solid #dcdcdc;
}

.sideBox li a {
	width: 277px;
	height: 176px;
	display: block;
	overflow: hidden;
}

.sideBox li img {
	width: 277px;
	height: 176px;
}

.sideBox li:first-child {}

.sideBox li p a {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #333;
	/* background: url(../images/Img/Common/caseBg01.png) repeat-x; */
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 277px;
	text-align: center;
	background: #d2d2d2;
	text-decoration: none;
}

.sideBox li:hover {
	border: 1px solid #dcdcdc;
}

.sideBox li:hover p {
	background: #59bc2b;
	color: #fff;
}

.sideBox li:hover p a {
	background: #005fb0;
	color: #fff;
}

.pagingNav {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.pagingNav p {
	height: 30px;
	line-height: 30px;
}

.pagingNav .uls {
	margin-top: -30px;
	overflow: hidden;
}

.pagingNav .uls a {
	float: left;
	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	text-decoration: none;
	float: left
}

.pagingNav .uls a:hover,
.pagingNav .uls a.cur {
	background-color: #005fb0;
	border-color: #005fb0;
	color: #fff;
}

.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
	*background-color: transparent;
	*color: #666;
}

.RandomNews {
	margin-top: 5px;
}

.RandomNews h4 {
	padding-left: 12px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #005fb0;
	font-weight: bold;
}

.RandomNews ul {
	height: 196px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.RandomNews li {
	height: 28px;
	line-height: 28px;
	padding: 0 15px 0 10px;
	width: 417px;
	float: left;
	overflow: hidden;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
}

.RandomNews li a {
	width: 240px;
	display: block;
	background: url(../images/ico55.gif) no-repeat 0 5px;
	padding-left: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
	line-height: 18px;
}

.agent_con {
	padding-top: 20px;
	line-height: 24px;
	padding-bottom: 30px;
	font-size: 14px;
}


/*应用案例*/

dl.dl_yyal {
	height: 260px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d7d7d7;
}

.dl_yyal dt {
	width: 254px;
	float: left;
}

.dl_yyal dt a {
	width: 250px;
	padding: 1px;
	border: 1px solid #d7d7d7;
	display: block;
}

.dl_yyal dt a:hover {
	border: 1px solid #1d57bd;
}


/*图片边框,点击时的状态*/

.dl_yyal dt img {
	display: block;
	width: 250px;
	height: 233px;
}

.dl_yyal dd {
	padding-left: 20px;
	float: left;
	width: 610px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}

.dl_yyal dd h4 {
	font-size: 15px;
	padding-bottom: 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-weight: normal;
}

.dl_yyal dd p {
	margin-top: 3px;
	font-size: 14px;
	color: #666666;
}

.dl_yyal dd .p2 {
	color: #333333;
	margin-top: 10px;
}

.dl_yyal dd h4 a:hover {
	color: #005fb0;
	text-decoration: none;
}

.dl_yyal dd .mor {
	font-size: 14px;
	color: #005fb0;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.dl_yyal dd h4 a {
	color: #005fb0;
	font-weight: bold;
}


/*左边菜单*/

.leftr {
	float: left;
	overflow: hidden;
	display: inline;
}

.lf_n {
	width: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}

.lf_n h2 {
	/* text-align:center; */
	padding-left: 20px;
	line-height: 90px;
	height: 80px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 2px 2px 0 0;
	border-top: 10px #005fb0 solid;
}

.lf_n h2 a {
	font-size: 24px;
	color: #005fb0;
}

.lf_n_c {
	background: #fff;
}

.lf_n_c ul li a.cur {
	color: #005fb0;
}

.lf_n h3 {
	font-weight: 100;
	line-height: 41px;
	height: 41px;
	padding: 0 0 0 41px;
	overflow: hidden;
	background: #005fb0 url(../images/Img/cplb/lf_n_ic1.gif) 154px 14px no-repeat;
}

.lf_n h3 a {
	font-size: 20px;
	color: #fff;
}

.lf_n h3.cur a {
	font-size: 20px;
	color: #fff;
}

.lf_n ul.menu {
	padding: 11px 12px 12px 14px;
	margin-bottom: 15px;
}

.lf_n ul.menu li a {
	color: #333;
}

.lf_n ul.menu li.cur a {
	color: #005fb0;
	font-weight: bold;
}

.lf_n ul.menu .lst {
	border: none;
}

.lf_n ul.menu li {
	font-size: 16px;
	line-height: 50px;
	color: #005fb0;
	background: #f3f3f3;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.lf_n ul.menu li.cur,
.lf_n ul.menu li:hover {
	background: #005fb0;
}

.lf_n ul.menu li.cur a,
.lf_n ul.menu li:hover a {
	color: #fff;
	text-decoration: none;
}

.lf_n .divBox {
	overflow: hidden;
	width: 220px;
	background-color: #fff;
	border-top: 5px solid #005fb0;
	margin-bottom: 10px;
	padding: 20px 15px;
}

.lf_n .divBox .lxfs {
	font-size: 20px;
	color: #005fb0;
	margin: 10px 0 18px 0;
	font-weight: bold;
}

.lf_n .divBox .lxfs a {
	color: #005fb0;
}

.lf_n .divBox span {
	display: block;
	font-size: 14px;
	color: #303030;
	line-height: 20px;
}

.t05 {
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.t05 {
	line-height: 40px;
	background: #005fb0;
}

.t05_cons1 {
	border-top: 0;
	padding: 5px 12px;
	zoom: 1;
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.t05_cons1 li {
	background: url(../images/dian.png) left center no-repeat;
	margin-top: 5px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-left: 20px;
	width: 192px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}


/* -- 产品分类列表 -- */

ul.t05_ul li {
	line-height: 30px;
	color: #666;
	margin-bottom: 5px;
	padding: 0 5px 0 14px;
	overflow: hidden;
	background: #f3f3f3;
	width: 176px;
	_float: left;
}

ul.t05_ul li span {
	font-size: 11px;
}

ul.t05_ul li a {
	*width: 159px;
	display: block;
	overflow: hidden;
}

.rt_bot_line {
	background: #005fb0;
	height: 2px;
	font-size: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.listBox .listBox {
	overflow: hidden;
	background: #fff;
}

.listBox .newsLIstDl {
	padding: 20px;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
}

.listBox .newsLIstDl dt,
.newsList_new .newsLIstDl dt img {
	width: 220px;
	height: 138px;
}

.listBox .newsLIstDl dt {
	overflow: hidden;
	float: left;
	background-color: #000
}

.listBox .newsLIstDl dt {
	border: 1px solid #e1e1e1;
	display: block;
}

.listBox .newsLIstDl dd {
	float: right;
	width: 600px;
	margin-right: 5px;
}

.listBox .newsLIstDl h3 {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.listBox .newsLIstDl h3 a {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 450px;
	display: block;
	float: left;
	color: #333;
}

.listBox .newsLIstDl h3 a:hover {
	text-decoration: none;
	color: #005fb0;
}

.listBox .newsLIstDl h3 span {
	float: right;
	display: block;
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}

.listBox .newsLIstDl p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 76px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: 28px;
}

.listBox .newsLIstDl p a {
	color: #333333;
	text-decoration: none;
}

.listBox .newsLIstDl a.more {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	background-color: #005fb0;
	padding: 5px;
	float: right;
	text-decoration: none;
}

.listBox .newsLIstDl:first-child {
	border: none
}

.listBox .newsLIstDl a.more:hover {
	background-color: #59bc2b;
}


/*资讯中心列表页面（图片列表）一行三个*/

dl.dl_2 {
	width: 274px;
	padding: 10px 10px;
	float: left;
	display: inline-block;
}

dl.dl_2 dt {
	width: 274px;
	overflow: hidden;
}

dl.dl_2 dt a {
	width: 270px;
	padding: 1px;
	border: 1px solid #d7d7d7;
	display: block;
}

dl.dl_2 dt a:hover {
	border: 1px solid #005fb0;
}

dl.dl_2 img {
	display: block;
	width: 270px;
	height: 177px;
}

dl.dl_2 dd {
	margin: 10px 0 0 0;
	width: 274px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0 4px;
	font-size: 14px;
}

/*弹出框*/
#btn1{ cursor: pointer;}
.xcConfirm .xc_layer{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666666; opacity: 0.5; z-index: 2147000000;}
.xcConfirm .popBox{position: fixed; left: 50%; top: 50%; padding-bottom: 20px; background-color: #ffffff; z-index: 2147000001; width: 570px; margin-left: -285px; margin-top: -160px; border-radius: 5px; font-weight: bold; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 30px; line-height: 30px; padding: 14px 30px; border-bottom: solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .tt{font-size: 18px; display: block; float: left; height: 30px; position: relative;}
.xcConfirm .popBox .ttBox .clsBtn{display: block; cursor: pointer; width: 12px; height: 12px; position: absolute; top: 22px; right: 30px; background: url(__PUBLIC__/Home/PC/images/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{margin: 40px 100px; overflow: hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(__PUBLIC__/Home/PC/images/icons.png); background-repeat: no-repeat; background-position: 48px 0;}
.xcConfirm .popBox .txtBox p{ margin-top: 16px; line-height: 26px; overflow-x: hidden; overflow-y: auto;}
.xcConfirm .popBox .btnArea{border-top: solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float: right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 14px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 95px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{background-color: #0095d9; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}
.reason .mainCon li:hover{
	margin-top:-10px;
}
.reason .mainCon li:hover >p{
	color:#015daa
}
.about .mainCon dd:hover p{
	color:#015daa
}
.about .mainCon dd:hover h3 a{
	color:#015daa
}
.news .mainCon .conBox .conL .box:hover .boxR dd p a{
		color:#015daa
}