﻿

 @charset "UTF-8";

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {

	margin: 0px;

}

html {

	min-width: 1200px;

}

input, button, ul, ol {

	margin: 0px;

	padding: 0px;

}

body, input, button, form {

	font-size: 16px;

	line-height: 30px;

	font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;

	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;

}

button, input, select, textarea {

	font-size: 100%;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

body {

	width: 100%;

	overflow-x: hidden;

	background: #fff;

}

.red {

	color: #f6121c;

}

.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: 0px auto;

}



.w1295 {

	width: 1295px;

	margin: 0px auto;

}

.ico {

	background: url(../images/ico.png) no-repeat;

	display: inline-block;

	vertical-align: middle;

}

.btn-ico {

	background: url(../images/btn-ico.png) no-repeat;

	display: inline-block;

	vertical-align: middle;

}

a {

	color: #333333;

	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;

}

/*header*/

.header {

	width: 100%;

	height: 76px;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	background: #fff;

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);

	min-width: 1300px;

}





.header .headn{

	

	width: 1200px;

	margin: 0 auto;

	

}





















.header .logo {

	width: 260px;

	height: 76px;

	display: block;

	float: left;

	overflow: hidden;

}

.header .logo img {

	display: block;

}

.header .nav {

	height: 76px;

	position: relative;

	float: right;

	

}

.header .nav li {

	

	

	float: left;

	position: relative;

	z-index: 10;

	

}

.header .nav li:before {

	width: 0;

	height: 2px;

	background: #005bac;

	display: block;

	content: "\20";

	position: absolute;

	left: 0;

	bottom: 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;

}

.header .nav li a {

	

	height: 76px;

	line-height: 76px;

	font-size: 16px;

	display: block;

	position: relative;

	color: #333333;

	cursor: pointer;

	overflow: hidden;

	text-align: center;

	padding: 0 20px;

	

}

.header .nav li a span {

	font-family: arial;

	text-transform: uppercase;

	font-size: 12px;

	color: #999999;

	display: block;

}

.header .nav li.hover .nav1, .header .nav li:hover .nav1 {

	background: #005bac;

	color: #fff;

}

.header .nav li.hover .nav1 span, .header .nav li:hover .nav1 span {

	color: #fff;

}

.header .nav li.hover:before, .header .nav li:hover:before {

	width: 100%;

}

.header .nav li .subNav {

	position: absolute;

	width: 160%;

	text-align: center;

	z-index: 99;

	left: 0px;

	top: 76px;

	background:#005bac;

	

	

}

.header .nav li .subNav {

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);

}

.header .nav li:hover .subNav {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.header .nav li .subNav a {

	

	display: block;

	height: 48px;

	overflow: hidden;

	font-size: 14px;

	line-height: 38px;

	color: #fff;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	text-align: left;

	padding: 0px 10px;

}

.header .nav li .subNav a:hover {

	background: #005bac;

}

.header .search {

	width: 170px;

	height: 30px;

	float: left;

	position: relative;

	margin: 32px 0 0 16px;

	line-height: 30px;

	background: #ebeff1;

}

.header .search input {

	background-color: none;

	outline: none;

	border: none;

}

.header .search .stxt {

	width: 97%;

	height: 30px;

	line-height: 30px;

	font-size: 12px;

	padding-left: 3%;

	position: absolute;

	left: 0;

	top: 0;

}

.header .search .sbtn {

	width: 20px;

	height: 20px;

	display: block;

	position: absolute;

	right: 10px;

	top: 7px;

	cursor: pointer;

	background-position: -87px 0;

}

.header .tel {

	width: 140px;

	padding-right: 25px;

	height: 95px;

	float: right;

	color: #141414;

	font-family: "微软雅黑";

	font-size: 18px;

	text-align: center;

	text-valign: middle;

	border-left: 1px solid #ebeff1;

}

.header .tel strong {

	font-weight: normal;

}



.header .search {

	margin-left: 25px;

}

}



.header .search {

	width: 222px;

	margin-left: 30px;

}

.header .tel {

	width: 270px;

	font-size: 26px;

}

}



.header .tel {

	width: 270px;

}

}

/* banner */

.banner, .banner .list, .banner img {

	height: 780px;

}

.banner {

	width: 100%;

	min-width: 1300px;

	height: 780px;

	

}

.banner .list {

	width: 100%;

}

.banner .list li {

	width: 100%;

	position: absolute;

	z-index: 1;

	overflow: hidden;

	background: #fff;

}

.banner img {

	width: 1920px;

	display: block;

	position: relative;

	left: 50%;

	margin-left: -960px;

	top: 0;

}

.banner .tip {

	width: 1000px;

	height: 14px;

	line-height: 14px;

	position: absolute;

	bottom: 240px;

	text-align: center;

	left: 50%;

	margin-left: -500px;

	z-index: 99;

}

.banner .tip span {

	display: inline-block;

	vertical-align: top;

	height: 12px;

	width: 12px;

	border-radius: 100%;

	border: 2px solid #fff;

	background: none;

	margin: 0 8px;

	cursor: pointer;

}

.banner .tip span.cur {

	background: #fff;

}

/*******************index css*********************/

.indexTit {

	text-align: center;

	width: 100%;

	position: relative;

	margin: 60px 0 45px;

}

.indexTit .en {

	font-size: 50px;

	line-height: 65px;

	margin-bottom: 5px;

	display: block;

	text-transform: uppercase;

	color: #005bac;

	font-weight: bold;

}

.indexTit .en strong {

	color: #3f9f4e;

}

.indexTit h3 {

	font-size: 24px;

	height: 44px;

	line-height: 44px;

	color: #fff;

	display: inline-block;

*display: inline;

*zoom: 1;

	text-align: center;

	background: #005bac;

	padding: 0 26px;

	position: relative;

	z-index: 3;

}

/**iabout**/

.iabout {

	width: 100%;

	padding: 30px 0 90px;

	background: url(../images/iaboutbg.jpg) no-repeat center 0;

}

.iabout .indexTit {

	background: url(../images/ititbg1.png) no-repeat center 30px;

}

.iabout .contxt {

	width: 1000px;

	margin: 0 auto;

	font-size: 18px;

	text-align: left;

	line-height: 36px;

	overflow: hidden;

}

.iabout .d {

	text-align: left;

	display: block;

}

.iabout .more {

	width: 276px;

	height: 40px;

	display: block;

	margin: 48px auto 0;

	border: 2px solid #e9edef;

	text-align: center;

	line-height: 40px;

	color: #666;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.iabout .more:hover {

	background: #005bac;

	color: #fff;

}

.icase {

	width: 100%;

	overflow: hidden;

}

.icase .item {

	width: 20%;

*width: 19.98%;

	float: left;

	text-align: center;

}

.icase .item a {

	width: 100%;

	overflow: hidden;

	display: block;

	position: relative;

}

.icase .item .img {

	width: 100%;

	overflow: hidden;

}

.icase .item img {

	width: 100%;

	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;

}

.icase .item .bg {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background: url(../images/black50.png) repeat 0 0;

	opacity: 0;

	filter: alpha(opacity=0);

}

.icase .item .t1 {

	width: 100%;

	position: absolute;

	left: 0;

	bottom: 0;

	height: 56px;

	line-height: 56px;

	background: url(../images/t1bg.png) repeat-x 0 0;

	font-size: 20px;

	font-weight: bold;

	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);

	color: #fff;

}

.icase .item .txtcon {

	opacity: 0;

	filter: alpha(opacity=0);

	text-align: center;

	position: absolute;

	left: 50%;

	top: 80%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(0%, 0%);

	color: #fff;

	transition: all .4s;

	width: 260px \9;

	height: 150px \9;

	margin: -75px 0 0 -130px \9;

}

.icase .item .txtcon .t2 {

	width: 100%;

	font-size: 28px;

	font-weight: bold;

}

.icase .item .txtcon span {

	font-size: 12px;

	margin: 5px 0 15px;

	display: block;

}

.icase .item .txtcon s {

	width: 58px;

	height: 58px;

	display: block;

	margin: 0 auto;

	background-position: 0 -42px;

}

.icase .item a:before {

	opacity: 0;

	width: 94%;

	height: 94%;

	position: absolute;

	display: block;

	border: 1px solid #fff;

	content: '';

	left: 3%;

	top: 3%;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale(0.5);

	transform: scale(0.5);

	z-index: 11;

	filter: alpha(opacity=0);

	display: none \9;

}

.icase .item:hover .bg, .icase .item:hover .txtcon {

	opacity: 1;

	filter: alpha(opacity=100);

}

.icase .item:hover .txtcon {

	top: 50%;

}

.icase .item:hover .t1 {

	opacity: 0;

	filter: alpha(opacity=0);

}

.icase .item:hover a {

	color: #000;

}

.icase .item:hover a:before {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}

.iadvan {

	padding: 50px 0px 0px;

}

.iadvan .indexTit {

	margin-bottom: 65px;

	background: url(../images/ititbg2.png) no-repeat center 30px;

}

.iadvan .iadvanCon {

	margin-top: 15px;

}

.iadvan .bigarea {

	width: 100%;

	height: 400px;

	background: #fff;

	color: #fff;

	overflow: hidden;

	position: relative;

}

.iadvan .bigarea img {

	width: 100%;

	height: 400px;

	display: block;

}

.iadvan .bigarea .txt {

	padding: 20px 35px;

	width: 1020px;

	line-height: 30px;

	overflow: hidden;

	color: #fff;

	font-size: 22px;

	font-weight: bold;

	position: absolute;

	left: 50%;

	bottom: 45px;

	margin-left: -545px;

	z-index: 10;

	background: url(../images/green80.png) repeat 0 0;

}

.iadvan .smallarea {

	width: 100%;

	float: right;

	height: 110px;

	border-bottom: 1px solid #244096;

	margin-bottom: 32px;

}

.iadvan .smallarea .item {

	width: 20%;

	float: left;

	height: 85px;

	padding-bottom: 25px;

	line-height: 30px;

	color: #000;

	cursor: pointer;

	position: relative;

}

.iadvan .smallarea .item img {

	width: 85px;

	height: 85px;

	display: block;

	float: left;

	margin-right: 12px;

}

.iadvan .smallarea .item h3 {

	font-size: 22px;

	color: #333333;

	padding-top: 16px;

}

.iadvan .smallarea .item .en {

	font-size: 14px;

	text-transform: uppercase;

	color: #999999;

}

.iadvan .smallarea .item s {

	width: 45px;

	height: 8px;

	display: block;

	background-position: -148px 0;

	position: absolute;

	left: 22px;

	bottom: -9px;

	display: none;

}

.iadvan .smallarea .item:hover s, .iadvan .smallarea .item.hover s {

	display: block;

}

.ihonor {

	width: 100%;

	padding: 60px 0 86px;

	

}

.ihonor .indexTit {

	margin-top: 0;

	margin-bottom: 55px;

	

}



.ihonor .ihonorCon{

	margin-bottom: 20px;

}

















.ihonor .item {

	width: 634px;

	height: 285px;

	display: block;

	float: left;

	margin-left: 20px;

	position: relative;

}

.ihonor .item img {

	width: 634px;

	height: 285px;

	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;

}

.ihonor .item h3 {

	position: absolute;

	left:30%;

	top: 50%;

	margin: 52px 0 0 -159px;

	width: 160px;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

	font-size: 20px;

	height: 45px;

	line-height: 45px;

	color: #fff;

	text-align: center;

	background: url(../images/blue75.png) repeat 0 0;

}

.ihonor .item h3 span {

	font-size: 12px;

	margin-left: 10px;

}

.ihonor .item:first-child {

	margin-left: 0;

}

.ihonor .item img:hover  {

	    transform: scale(1.02);

    

   

}



.inews {

	padding: 90px 0 78px;

}

.inews .indexTit {

	margin-top: 0;

	margin-bottom: 85px;

	background: url(../images/ititbg2.png) no-repeat center 30px;

}

.inews .inews_left {

	width: 440px;

}

.inews .inews_left .img, .inews .inews_left img {

	width: 100%;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;/* height: 180px; */

	display: block;

}

.inews .inews_left .img {

	overflow: hidden;

	position: relative;

}

.inews .inews_left .img:hover .tip {

	width: 90px;

}

.inews .inews_left .img:hover img {

	-webkit-filter: brightness(105%);

	filters: brightness(105%);

}

.inews .inews_left .tip {

	width: 75px;

	height: 60px;

	padding-top: 15px;

	line-height: 18px;

	background: #005bac;

	text-align: center;

	color: #fff;

	position: absolute;

	left: 0;

	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;

}

.inews .inews_left .tip .d {

	font-size: 28px;

	line-height: 28px;

	display: block;

}

.inews .inews_left h3 {

	font-size: 20px;

	line-height: 50px;

	height: 50px;

	overflow: hidden;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.inews .inews_left .txt {

	color: #999999;

	font-size: 16px;

	line-height: 28px;

	height: 56px;

	overflow: hidden;

}

.inews .inews_left .more {

	width: 278px;

	height: 35px;

	display: block;

	color: #000000;

	border: 1px solid #000000;

	text-align: center;

	line-height: 35px;

	margin-top: 8px;

}

.inews .inews_right {

	width: 730px;

	margin-top: -7px;

}

.inews .inews_right .item {

	border-top: 1px solid #eaeef0;

}

.inews .inews_right .item:first-child {

	padding-top: 0;

	border-top: 0;

}

.inews .inews_right .item:first-child a {

	padding-top: 0px;

}

.inews .inews_right .item a {

	height: 76px;

	padding: 30px 0px;

	display: block;

}

.inews .inews_right .item h3 {

	font-size: 20px;

	color: #000;

	margin-bottom: 8px;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s;

}

.inews .inews_right .item .txt {

	color: #999999;

	height: 40px;

	overflow: hidden;

	line-height: 20px;

}

.inews .inews_right .item .time {

	width: 92px;

	height: 76px;

	font-family: PingFangextrLightT;

	line-height: 14px;

	color: #999999;

	text-align: center;

}

.inews .inews_right .item .time .day {

	font-size: 62px;

	line-height: 62px;

	font-weight: bold;

}

.inews .inews_right .item .time .ym {

	display: block;

*line-height: 25px;

	font-size: 16px;

	padding-left: 5px;

}

.inews .inews_right .item:hover h3 {

	color: #005bac;

}

.icooper {

	height: auto;

	padding-top: 45px;

	padding-bottom: 45px;

	border: 1px solid #e0e6e9;

}

.icooper .indexTit {

	margin-top: 0;

	margin-bottom: 65px;

	background: url(../images/ititbg1.png) no-repeat center 30px;

}

.icooper .w1200 {

	position: relative;

	overflow: hidden;

}

.icooper .prev, .icooper .next {

	width: 16px;

	height: 38px;

	position: absolute;

	z-index: 10;

	top: 50%;

	margin-top: -19px;

	cursor: pointer;

}

.icooper .prev {

	left: 0;

	background-position: -78px -42px;

}

.icooper .next {

	right: 0;

	background-position: -120px -42px;

}

.icooper .list {

	width: 500%;

}

.icooper .list li {

	width: 140px;

	height: 80px;

	float: left;

	margin: 0 15px;

}

.icooper .list li a {

	display: block;

}

.icooper .list li img {

	width: 140px;

	height: 80px;

	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;

}

.icooper .list li:hover img {

	margin-top: -5px;

	-webkit-filter: brightness(105%);

	filters: brightness(105%);

}

.imsg {

	width: 100%;

	height: 290px;

	background: url(../images/imsgbg.jpg) no-repeat center top;

}

.imsg .title {

	font-size: 30px;

	color: #000;

	text-align: center;

	padding: 50px 0 40px;

}

.imsg .imsgCon {

	width: 680px;

	margin: 0 auto;

}

.imsg .imsgCon .list {

	width: 105%;

}

.imsg .imsgCon .item {

	float: left;

	width: 328px;

	height: 45px;

	margin: 0 25px 22px 0;

	line-height: 45px;

	background: #fff;

	position: relative;

}

.imsg .imsgCon .item .msg-box {

	position: absolute;

	left: 0;

}

.imsg .imsgCon .item label {

	width: 62px;

	height: 45px;

	text-align: center;

	float: left;

}

.imsg .imsgCon .item input {

	width: 266px;

	float: left;

	height: 45px;

	outline: none;

	background: none;

	border: 0px;

}

.imsg .imsgCon .item.itemx {

	width: 547px;

}

.imsg .imsgCon .item.itemx textarea {

	width: 480px;

	float: left;

	height: 45px;

	line-height: 45px;

	outline: none;

	background: none;

	border: 0px;

	font-family: "microsoft yahei";

	resize: none;

}

.imsg .imsgCon .btn {

	width: 109px;

	height: 45px;

	line-height: 45px;

	text-align: center;

	background: #005bac;

	cursor: pointer;

	color: #fff;

}

.bmsg {

	width: 720px;

	

	

}

.bmsg .tit {

	margin-bottom: 15px;

}

.bmsg .item {

	float: left;

	width: 247px;

	height: 40px;

	line-height: 40px;

	background: none;

	position: relative;

	border: 1px solid #354b91;

	margin-bottom: 12px;

}

.bmsg .item .txt {

	padding: 0;

}

.bmsg .item label {

	width: 42px;

	height: 40px;

	font-size: 12px;

	color: #848db2;

	text-align: center;

	position: absolute;

	left: 0;

	top: 0;

}

.bmsg .item input {

	width: 100%;

	height: 40px;

	color: #fff;

	line-height: 40px;

	text-indent: 42px;

	outline: none;

	background: none;

	border: 0px;

}

.bmsg .item.mr11 {

	margin-right: 11px;

}

.bmsg .item.itemx {

	width: 508px;

	height: 70px;

	position: relative;

	margin-bottom: 18px;

}

.bmsg .item.itemx textarea {

	width: 100%;

	height: 51px;

	line-height: 40px;

	text-indent: 42px;

	color: #fff;

	outline: none;

	background: none;

	border: 0px;

	font-family: "microsoft yahei";

	resize: none;

	overflow: hidden;

}

.bmsg .btn {

	width: 170px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	background: #30a25d;

	border-radius: 3px;

	cursor: pointer;

	color: #fff;

}

.links {

	height: 60px;

	width: 100%;

	line-height: 60px;

	background-color: #2e3033;

}

.links .tit {

	float: left;

	width: 80px;

	color: #fff;

	font-size: 16px;

	font-weight: bold;

}

.links ul {

	display: inline-block;

	float: right;

	width: 1120px;

	height: 60px;

	line-height: 60px;

}

.links ul li {

	float: left;

	height: 60px;

	line-height: 60px;

	padding-right: 10px;

}

.links ul li a {

	display: block;

	font-size: 14px;

	color: #fff;

}

.links ul li a:hover {

	color: #f1f1f1;

}

.footer {

	width: 100%;

	background:#2e3033;

	color: #fff;

	font-size: 14px;

	line-height: 32px;

	padding: 45px 0 40px;

}

.footer a {

	color: #fff;

	margin-right: 15px;

}

.footer a:hover {

	opacity: 0.8;

	filter: alpha(opacity=80);

}

.footer .ewm {

	width: 138px;

}

.footer .ewm .img {

	text-align: center;

	line-height: 24px;

}

.footer .ewm img {

	width: 120px;

	height: 120px;

	padding: 6px;

	border: 1px solid #fff;

	display: block;

}

.footer .ewm span {

	display: block;

	font-size: 14px;

	color: #fff;

}

.footer .tit {

	font-size: 18px;

	height: 30px;

	line-height: 30px;

	padding-bottom: 4px;

	

	margin-bottom: 12px;

}

.footer .txt {

	width: 300px;

	height: 230px;

}

.footer .txt ul {

	width: 100%;

}

.footer .txt li {

	line-height: 30px;

	width: 100%;

	font-size: 14px;

	color: #fff;

}

.footer .txt li s {

	width: 20px;

	height: 21px;

	display: inline-block;

	margin-right: 8px;

	vertical-align: middle;

	background: url(../images/add-f-ico.png) no-repeat center 0;

}

.footer .txt li.a2 s {

	background-position: center -43px;

}

.footer .txt li.a3 s {

	background-position: center -89px;

}

.footer  .bmsg dl{

	    float: left;

    color: #fff;

    width:33.33333333%;

	text-align: center;

}



.footer  .bmsg dl dt{

	   font-size: 16px;

	font-weight: bold;

	height:40px;

}







.copyright {

	width: 100%;

	height: 46px;

	line-height: 46px;

	font-size: 12px;

	background: #000;

	color: #eee;

}

.copyright a {

	color: #9095af;

}

.copyright a:hover {

	color: #fff;

}

/***********************content css*************************/

/*nybanner*/

.nybanner {

	width: 100%;

	height: 300px;

	position: relative;

	padding-top: 70px;

	overflow: hidden;

	background-position: center bottom;

	background-repeat: no-repeat;

}

.sitepath {

	height: 50px;

	line-height: 50px;

	width: 100%;

	background: #fff;

	font-size: 14px;

	color: #999999;

}

.sitepath a {

	color: #999999;

}

.sitepath a:hover {

	color: #005bac;

}

.n-menu {

	width: 100%;

	height: 60px;

	line-height: 60px;

	background: #444444;

	margin: 60px 0 30px;

}

.n-menu li {

	display: inline-block;

*display: inline;

*zoom: 1;

	padding: 0 25px;

	height: 60px;

	background: url(../images/nav-split.jpg) no-repeat left center;

}

.n-menu li a {

	display: block;

	color: #fff;

	height: 60px;

	line-height: 60px;

	font-size: 16px;

	position: relative;

}

.n-menu li:first-child {

	margin-left: 10px;

	background: none;

}

.n-menu li.cur a, .n-menu li:hover a {

	color: #005bac;

	cursor: pointer;

}

.n-menu li.cur a:after, .n-menu li:hover a:after {

	width: 100%;

	content: "\20";

	display: block;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #005bac;

	height: 3px;

}

/* n-tit */

.n-tit {

	text-align: center;

	line-height: 25px;

}

.n-tit span {

	display: inline-block;

	vertical-align: middle;

}

.n-tit .en {

	font-size: 12px;

	font-family: arial;

	text-transform: uppercase;

	color: #666666;

	margin: 0 8px;

}

.n-tit .line {

	width: 5px;

	height: 2px;

	background: #666666;

}

.n-tit h3 {

	font-size: 20px;

	font-weight: bold;

	color: #005bac;

}

/* reLink */

.reLink {

	width: 100%;

	margin: 20px 0 10px;

	line-height: 60px;

	border-top: 2px solid #dddddd;

}

.reLink .nextLink, .reLink .prevLink {

	width: 50%;

	line-height: 60px;

	color: #333333;

}

.reLink .nextLink {

	text-align: right;

}

.reLink a:hover {

	color: #005bac;

}

.bgf5 {

	background: #fff;

}

.left-menu {

	width: 200px;

}

.left-menu .item {

	width: 200px;

	position: relative;

	

	display: block;

	

	text-align: center;

	border-bottom: 1px solid #fff;

	

	background: url(../images/left.png) 95% center no-repeat #eaeaea;

	

	

	

}

.left-menu .item h3 {

	font-size: 14px;

	color: #333;

	padding: 10px 0;

}



.left-menu .menutitle{

	width:200px;

	height:80px;

	background: #005bac;

	margin-bottom: 1px;

}











.left-menu  h2 {

	display: inline-block;

    vertical-align: middle;

    line-height: 80px;

    color: rgba(255,255,255,1);

    font-weight: normal;

    font-size: 20px;

   

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

	width: 200px;

	text-align: center;

}







.left-menu .item s {

	width: 45px;

	height: 45px;

	display: block;

	margin: 0 auto;

	background: url(../images/left-ico.png) no-repeat 0 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;

}

.left-menu .item:hover, .left-menu .item.hover {

	background: #005bac;

	border-color: #005bac;

}

.left-menu .item:hover h3, .left-menu .item.hover h3 {

	color: #fff;

}

.left-menu .item.a1 s, .left-menu .item.a7 s, .left-menu .item.a13 s {

	background-position: 0 0;

}

.left-menu .item.a1:hover s, .left-menu .item.a1.hover s, .left-menu .item.a7:hover s, .left-menu .item.a7.hover s, .left-menu .item.a13:hover s, .left-menu .item.a13.hover s {

	background-position: -60px 0;

}

.left-menu .item.a2 s, .left-menu .item.a8 s, .left-menu .item.a14 s {

	background-position: 0 -60px;

}

.left-menu .item.a2:hover s, .left-menu .item.a2.hover s, .left-menu .item.a8:hover s, .left-menu .item.a8.hover s, .left-menu .item.a14:hover s, .left-menu .item.a14.hover s {

	background-position: -60px -60px;

}

.left-menu .item.a3 s, .left-menu .item.a9 s, .left-menu .item.a15 s {

	background-position: 0 -120px;

}

.left-menu .item.a3:hover s, .left-menu .item.a3.hover s, .left-menu .item.a9:hover s, .left-menu .item.a9.hover s, .left-menu .item.a15:hover s, .left-menu .item.a15.hover s {

	background-position: -60px -120px;

}

.left-menu .item.a4 s, .left-menu .item.a10 s {

	background-position: 0 -180px;

}

.left-menu .item.a4:hover s, .left-menu .item.a4.hover s, .left-menu .item.a10:hover s, .left-menu .item.a10.hover s {

	background-position: -60px -180px;

}

.left-menu .item.a5 s, .left-menu .item.a11 s {

	background-position: 0 -240px;

}

.left-menu .item.a5:hover s, .left-menu .item.a5.hover s, .left-menu .item.a11:hover s, .left-menu .item.a11.hover s {

	background-position: -60px -240px;

}

.left-menu .item.a6 s, .left-menu .item.a12 s {

	background-position: 0 -424px;

}

.left-menu .item.a6:hover s, .left-menu .item.a6.hover s, .left-menu .item.a12:hover s, .left-menu .item.a12.hover s {

	background-position: -60px -424px;

}

.left-menu.left-menu2 s {

	background-image: url(../images/left-ico2.png);

}

.wrapper {

	padding: 35px 0 50px;

	min-height: 300px;

}

.wrapper .noinfor {

	color: #de182a;

}

.wrapper img {

	max-width: 100%;

}

.wrapper .content {

	width: 970px;

}

.singlePage {

	width: 1160px;

	padding: 20px;

	background: #fff;

	margin: 35px auto 68px;

}

.singlePage img {

	max-width: 100%;

}

.piclist {

	width: 100%;

}

.piclist .item {

	width: 235px;

	float: left;

	overflow: hidden;

	cursor: pointer;

	margin: 0 10px 35px 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;

	background: #fff;

}

.piclist .item:nth-child(3n) {

	margin-right: 0;

}

.piclist .item a, .piclist .item img {

	margin: 0 auto;

	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;

}

.piclist .item img {

	height:180px;

}

.piclist .item h3 {

	color: #333;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

	width: 100%;

	text-align: center;

	height: 42px;

	line-height: 40px;

}

.piclist .item:hover {

	background: #005bac;

}

.piclist .item:hover h3 {

	color: #fff;

}

.gridlist {

	width: 105%;

}

.gridlist .item {

	width: 280px;

	float: left;

	overflow: hidden;

	cursor: pointer;

	margin: 0 35px 35px 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;

}

.gridlist .item a, .gridlist .item img {

	width: 100%;

	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;

}

.gridlist .item img {

	height: 210px;

}

.gridlist .item .txtcon {

	height: 38px;

	padding: 5px 16px 0;

	border: 1px solid #d2d2d2;

	background: #fff;

}

.gridlist .item .more {

	width: 113px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	display: block;

	border: 1px solid #aaaaaa;

	font-size: 12px;

color:;

}

.gridlist .item h3 {

	color: #000;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

	text-align: center;

	font-weight: bold;

}

.gridlist .item .txt {

	line-height: 20px;

	height: 40px;

	overflow: hidden;

	font-size: 12px;

	margin: 0 0 5px;

	color: #666666;

}

.gridlist .item .dec {

	font-size: 12px;

	color: #999999;

}

.gridlist .item .dec span {

	margin-right: 25px;

}

.gridlist .item .dec .view s {

	width: 20px;

	height: 12px;

	margin-right: 3px;

	background-position: -116px 0;

}

.gridlist .item:hover img {

	-webkit-filter: brightness(110%);

	filters: brightness(110%);

}

.gridlist .item:hover h3 {

	color: #005bac;

}

.catePage .catetxt {

	width: 950px;

	margin-bottom: 20px;

	

	padding: 10px 10px;

	

	background: #ffffff;

}



.catePage .test{

	

	float: left;

    width: 300px;

    height: 300px;

    margin-left: 5px;

	

}

.catePage .test img{

	

	width: 300px;

    height: 200px;

	

}

.catePage .test p{

	

	text-align: center;

    font-size: 16px;

	

}





















.catePage .catetxt .title {

	font-size: 22px;

	color: #333333;

	text-align: center;

	margin: 10px 0 16px;

}

.catePage .catetxt .showContxt {

	color: #666666;

	line-height: 30px;

	padding-bottom: 20px;

}

.catePage .catetxt .showContxt .t {

	position: relative;

	display: inline-block;

*display: inline;

*zoom: 1;

	color: #333;

	padding: 0 2px 5px;

	font-size: 16px;

	margin-bottom: 10px;

}

.catePage .catetxt .showContxt .t:after {

	width: 20px;

	height: 2px;

	content: "\20";

	background: #005bac;

	display: block;

	position: absolute;

	left: 2px;

	bottom: -1px;

}

.catePage .alink {

	width: 908px;

	height: 224px;

	margin: 30px auto;

	border: 1px solid #eeeeee;

	text-align: center;

	position: relative;

}

.catePage .alink a {

	position: absolute;

	left: 50%;

	top: 50%;

	display: block;

	margin: -20px 0 0 -88px;

	width: 177px;

	height: 40px;

	text-align: center;

	line-height: 40px;

	background: url(../images/blue75.png) repeat 0 0;

	color: #fff;

	font-size: 16px;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.catePage .alink a:hover {

	width: 200px;

	margin-left: -100px;

}

.catePage .c-case {

	width: 858px;

	padding: 40px 25px;

	border: 1px solid #eeeeee;

	background: #fff;

}

.catePage .c-case .n-tit {

	margin-bottom: 35px;

}

.catePage .c-case .gridlist .item {

	width: 270px;

	margin-right: 24px;

}

.catePage .c-case .gridlist .item img {

	height: 203px;

}

.catePage .c-case .more {

	width: 158px;

	height: 33px;

	display: block;

	margin: 0 auto;

*margin-top: 30px;

	line-height: 33px;

	text-align: center;

	border: 1px solid #005bac;

	color: #005bac;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.catePage .c-case .more:hover {

	background: #005bac;

	color: #fff;

}

.newsPage .item {

	height: 195px;

	border: 1px solid #e5e5e5;

	background: #fff;

	display: block;

	margin-bottom: 35px;

	padding: 0 30px;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;
	

}

.newsPage .item .img {

	width: 260px;

	height: 195px;

	display: block;

	overflow: hidden;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.newsPage .item h3 {

	font-size: 20px;

	color: #000000;

	line-height: 30px;

	

	height: 30px;

	overflow: hidden;

	margin-bottom: 8px;

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.newsPage .item .txt {

	color: #999999;

	line-height: 24px;

	height: 72px;

	overflow: hidden;

}

.newsPage .item .time {

	font-size: 12px;

	display: block;

	line-height: 20px;

	color: #666666;

}

.newsPage .item .dec {

	color: #999;

	padding: 0 0 25px;

}

.newsPage .item .dec .split {

	width: 1px;

	height: 14px;

	display: inline-block;

	vertical-align: middle;

	margin: 0 35px 0 30px;

	background: #999;

}

.newsPage .item .dec .view s {

	width: 20px;

	height: 12px;

	margin-right: 3px;

	background-position: -116px 0;

}

.newsPage .item.hasimg {

	position: relative;

	padding-left: 290px;

}

.newsPage .item.hasimg img {

	position: absolute;

	left: -1px;

	top: -1px;

}

.newsPage .item:hover {

	background: #f9f9f9;

}

.newsPage .item:hover .img {

	-webkit-filter: brightness(108%);

	filters: brightness(108%);

}

.newsPage .item:hover h3 {

	color: #005bac;

}

.contactPage {

	background: #fff;

	margin: 35px auto 68px;

	height: 400px;

	overflow: hidden;

}

.contactPage .mapArea {

	width: 670px;

	height: 400px;

	overflow: hidden;

}

.contactPage .txtcon {width: 492px;

	padding: 20px 0 0 38px;

	line-height: 33px;

	color: #666;

}

.contactPage .txtcon .ico {

	width: 26px;

	height: 30px;

	display: block;

	background-position: -46px 0;

}

.contactPage .txtcon .en {

	font-size: 37px;

	color: #000;

	padding: 0 0 5px;

	font-family: impact;

	display: block;

}

.contactPage .txtcon h3 {

	font-size: 20px;

	color: #000;

	padding: 5px 0 0;

}

.contactPage .txtcon li s {

	width: 20px;

	height: 22px;

	display: inline-block;

	vertical-align: middle;

	margin-right: 14px;

	background: url(../images/con-ico.png) no-repeat center 3px;

}

.contactPage .txtcon li.a2 s {

	background-position: center -32px;

}

.contactPage .txtcon li.a3 s {

	background-position: center -67px;

}

.contactPage .txtcon li.a4 s {

	background-position: center -103px;

}

.contactPage .txtcon li.a5 s {

	background-position: center -139px;

}

.formData {

	padding-bottom: 20px;

}

.formData .item {

	float: left;

	color: #999;

	font-weight: normal;

	width: 560px;

	height: 50px;

	line-height: 50px;

	border: 1px solid #e5e5e5;

	margin-right: 76px;

	margin-bottom: 30px;

	position: relative;

	background: #fff;

}

.formData .item label {

	padding-left: 15px;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 11;

	text-align: center;

	display: block;

	margin: 0;

	height: 50px;

	line-height: 50px;

	font-size: 18px;

	color: #cccccc;

}

.formData .item input {

	outline: none;

	line-height: 38px;

	height: 38px;

	font-size: 18px;

}

.formData .item .txt {

	width: 355px;

	height: 50px;

	line-height: 50px;

	display: block;

	background: none;

	padding-left: 70px;

	border: 0 none;

	color: #333;

}

.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: 1198px;

	height: 240px;

	border: 1px solid #e5e5e5;

	float: left;

}

.formData .liuyan label {

	text-align: right;

	display: block;

}

.formData .liuyan textarea {

	width: 1178px;

	height: 214px;

	line-height: 28px;

	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: 46px;

	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 {

	width: 432px;

}

.formData .yzm .txt {

	padding-left: 80px;

}

.formData .yzm img {

	position: absolute;

	right: 3px;

	top: 3px;

	border: 0px;

	display: block;

}

.aboutPage {

	background: #fff;

	margin: 0px auto 68px;

}

.aboutPage .about-txt {

	padding: 40px 0 80px;

}

.aboutPage .about-txt .n-tit {

	margin-bottom: 48px;

}

.aboutPage .about-txt .list {

	margin-bottom: 50px;

}

.aboutPage .about-txt .list .split {

	width: 1px;

	height: 80px;

	margin-top: 5px;

	background: #e9e9e9;

	float: left;

}

.aboutPage .about-txt .list .item {

	width: 256px;

	float: left;

	padding-left: 60px;

}

.aboutPage .about-txt .list .item .num {

	color: #999;

	font-size: 16px;

	line-height: 16px;

}

.aboutPage .about-txt .list .item strong {

	font-family: Arial;

	font-size: 60px;

	color: #005bac;

	margin-right: 5px;

	line-height: 60px;

}

.aboutPage .about-txt .list .item strong span {

	color: #005bac;

}

.aboutPage .about-txt .list .item span {

	color: #999;

}

.aboutPage .about-txt .list .item.a1 {

	padding-left: 30px;

}

.aboutPage .about-txt .list .item.a4 {

	width: 170px;

}

.aboutPage .about-txt .txtcon {

	width: 1130px;

	margin: 0 auto;

	padding: 40px 0 0;

	border-top: 1px solid #f1f1f1;

	color: #666666;

	line-height: 28px;

}

.aboutPage .about-cul {

	width: 100%;

	height: 300px;

	padding-top: 35px;

	background: url(../images/about-culbg.jpg) no-repeat center top;

	text-align: center;

}

.aboutPage .about-cul .txt {

	color: #666666;

	padding-top: 35px;

	line-height: 30px;

}

.aboutPage .about-team {

	width: 100%;

	padding: 90px 0;

}

.aboutPage .about-team .list {

	width: 100%;

	padding-top: 45px;

}

.aboutPage .about-team .list .img, .aboutPage .about-team .list .txt {

	width: 300px;

	float: left;

	height: 225px;

	overflow: hidden;

}

.aboutPage .about-team .list .img img {

	width: 100%;

	height: 225px;

	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;

}

.aboutPage .about-team .list .img:hover img {

	transform: scale(1.08);

}

.aboutPage .about-team .list .txt {

	background: #005bac;

	color: #fff;

}

.aboutPage .about-team .list .txt h3 {

	padding: 94px 0 24px;

	letter-spacing: 8px;

	font-size: 32px;

	font-weight: bold;

	text-align: center;

}

.aboutPage .about-team .list .txt p {

	padding: 0 35px;

	line-height: 24px;

}

.aboutPage .about-history {

	position: relative;

	overflow: hidden;

	margin-bottom: 60px;

	-webkit-transition: none;

	-moz-transition: none;

	-ms-transition: none;

	-o-transition: none;

	transition: none;

}

.aboutPage .about-history * {

	-webkit-transition: none;

	-moz-transition: none;

	-ms-transition: none;

	-o-transition: none;

	transition: none;

}

.aboutPage .about-history .timeline {

	position: relative;

}

.aboutPage .about-history .slide-wrap {

	width: 100%;

	overflow: hidden;

	padding: 50px 0 80px;

	position: relative;

	z-index: 3;

}

.aboutPage .about-history .slide-wrap .item {

	float: left;

	height: 120px;

	text-align: center;

	width: 1100px;

}

.aboutPage .about-history .slide-wrap .item a {

	display: block;

}

.aboutPage .about-history .slide-wrap .item .year {

	font-size: 80px;

	margin-top: 4px;

	font-family: "Century Gothic";

	line-height: 80px;

	margin-left: 140px;

	float: left;

	color: #333333;

}

.aboutPage .about-history .slide-wrap .item .split {

	width: 2px;

	height: 73px;

	float: left;

	margin: 10px 68px 0;

	background: #cccccc;

}

.aboutPage .about-history .slide-wrap .item .txt {

	float: left;

	width: 600px;

	line-height: 30px;

	height: 90px;

	overflow: hidden;

	text-align: left;

}

.aboutPage .about-history .slide-tip {

	width: 1100px;

	overflow: hidden;

	left: -101px;

	z-index: 3;

	position: relative;

}

.aboutPage .about-history .slide-tip #dates {

	width: 200%;

}

.aboutPage .about-history .slide-tip #dates li {

	float: left;

	width: 225px;

	height: 66px;

	font-size: 24px;

	font-family: "Century Gothic";

	text-align: center;

	color: #333;

}

.aboutPage .about-history .slide-tip #dates li a s {

	width: 6px;

	height: 6px;

	display: block;

	margin: 0 auto 4px;

	border-radius: 100%;

	background: #ffff;

}

.aboutPage .about-history .slide-tip #dates li a.selected s {

	display: block;

	background: #da4717;

}

.aboutPage .about-history .prev, .aboutPage .about-history .next {

	width: 44px;

	height: 44px;

	display: block;

	position: absolute;

	top: 74px;

	cursor: pointer;

	background: url(../images/btn-ico.png) no-repeat 0 0;

}

.aboutPage .about-history .prev {

	left: 34px;

	background-position: 0 0;

}

.aboutPage .about-history .next {

	right: 34px;

	background-position: -102px 0;

}

.aboutPage .about-history .linebg {

	left: 50px;

	width: 1115px;

	position: absolute;

	bottom: 80px;

	z-index: 1;

}

.aboutPage .about-history .linebg .line {

	width: 100%;

	height: 21px;

	background: url(../images/timebg.png) no-repeat left bottom;

}

.aboutPage .about-honor {

	width: 100%;

	height: 520px;

	padding-top: 70px;

	background: url(../images/about-honorbg.jpg) no-repeat center top;

	color: #fff;

}

.aboutPage .about-honor .n-tit .en {

	color: #fff;

}

.aboutPage .about-honor .n-tit h3 {

	color: #fff;

}

.aboutPage .about-honor .poster-main {

	width: 875px;

	height: 350px;

	position: relative;

	margin: 50px auto 0;

	background: none;

}

.aboutPage .about-honor .poster-main a, .aboutPage .about-honor .poster-main img {

	display: block;

	height: 100%;

	width: 100%;

	background: #000;

}

.aboutPage .about-honor .poster-main a h3 {

	text-align: center;

	margin-top: 8px;

	line-height: 30px;

	height: 30px;

	color: #fff;

	font-weight: bold;

	overflow: hidden;

}

.aboutPage .about-honor .poster-main .poster-list {

	width: 875px;

	height: 310px;

}

.aboutPage .about-honor .poster-main .poster-item {

	width: 400px;

	height: 300px;

	transition: none;

	position: absolute;

	left: 0;

	top: 0;

	border: 1px solid #dddddd;

}

.aboutPage .about-honor .poster-main .poster-btn {

	position: absolute;

	top: 0;

	z-index: 10;

	cursor: pointer;

}

.aboutPage .about-honor .poster-main .poster-prev-btn {

	left: -174px;

	background: url(../images/imgbtn-ico-left.png) no-repeat center center;

}

.aboutPage .about-honor .poster-main .poster-next-btn {

	right: -174px;

	background: url(../images/imgbtn-ico-right.png) no-repeat center center;

}

.aboutPage .box3 h1 {

	font-size: 36px;

	padding-bottom: 15px;

	text-align: center;

}

.aboutPage .box3 p {

	font-size: 16px;

	color: #828282;

	line-height: 24px;

	padding-bottom: 46px;

	text-align: center;

}

.aboutPage .box3 b {

	color: #005bac;

}

.content.showNews {

	background: #fff;

	

	width: 900px;

}

.content.showNews .title {

	font-size: 22px;

	color: #333333;

	text-align: center;

	margin: 10px 0 16px;

}

.content.showNews .mark {

	color: #999999;

	height: 38px;

	line-height: 38px;

	text-align: center;

	margin-bottom: 20px;

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

}

.content.showNews .mark span {

	margin: 0 10px;

	font-size: 12px;

}

.content.showNews .mark span i {

	font-style: normal;

}

.content.showNews .showContxt {

	color: #666666;

	padding: 0 2px 20px;

	line-height: 30px;

}

.content.showNews .showContxt .t {

	position: relative;

	display: inline-block;

*display: inline;

*zoom: 1;

	color: #333;

	padding: 0 2px 5px;

	font-size: 16px;

	margin-bottom: 10px;

}

.content.showNews .showContxt .t:after {

	width: 20px;

	height: 2px;

	content: "\20";

	background: #005bac;

	display: block;

	position: absolute;

	left: 2px;

	bottom: -1px;

}

.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;

}

/*Talent*/

.dialog-layout {

	width: 100%;

	height: 100%;

	position: fixed;

	z-index: 100;

	top: 0;

	left: 0;

	background: #000;

	opacity: 0.3;

	filter: alpha(opacity=30);

}

.talentPage {

	overflow: hidden;

	background: #fff;

}

.talentPage em {

	font-style: normal;

}

.zhaopinCon {

	width: 908px;

	border: 1px solid #dddddd;

}

.zhaopinCon .title {

	height: 56px;

	border-bottom: 1px solid #dddddd;

	font-size: 16px;

	text-align: center;

	color: #333333;

	margin-bottom: 20px;

}

.zhaopinCon .title span {

	width: 1px;

	height: 16px;

	background: #dddddd;

	float: left;

	margin-top: 21px;

}

.zhaopinCon .title h3 {

	float: left;

	padding: 0 40px;

	cursor: pointer;

	height: 56px;

	line-height: 56px;

}

.zhaopinCon .title h3.cur {

	background: #005bac;

	color: #fff;

	position: relative;

}

.zhaopinCon .title h3.cur s {

	width: 0;

	display: block;

	position: absolute;

	left: 50%;

	margin-left: -5px;

	bottom: -10px;

	content: "\20";

	border-top: 10px solid #005bac;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent;

}

.zhaopinCon .zlist {

	width: 100%;

	overflow: hidden;

	padding-top: 10px;

	padding-bottom: 30px;

}

.talentPage .zlist .list2 {

	width: 110%;

}

.talentPage .zlist .list2 .item {

	width: 262px;

	line-height: 40px;

	float: left;

	padding: 0 20px;

	border-right: 1px solid #dddddd;

}

.talentPage .item * {

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.talentPage .item h3 {

	font-size: 16px;

	color: #333333;

	height: 40px;

	line-height: 40px;

	overflow: hidden;

}

.talentPage .item .txt {

	color: #666666;

}

.talentPage .item .time {

	color: #666666;

}

.talentPage .item .btn {

	width: 80px;

	height: 25px;

	line-height: 25px;

	text-align: center;

	display: block;

	border: 1px solid #dddddd;

	margin-top: 6px;

	border-radius: 18px;

	font-size: 14px;

	color: #333333;

}

.zhaopinCon .seemore {

	display: block;

	font-size: 16px;

	padding: 25px 0 0 15px;

	text-align: center;

}

.talentPage .item .btn:hover {

	color: #fff;

	background: #005bac;

	border-color: #005bac;

}

.talentPage .itemCon {

	width: 870px;

	height: 364px;

	z-index: 111;

	position: fixed;

	left: 50%;

	top: 50%;

	margin: -182px 0 0 -435px;

	background: #fff;

	border-top-right-radius: 6px;

	border-top-left-radius: 6px;

	display: none;

}

.talentPage .itemCon .title {

	width: 835px;

	height: 40px;

	line-height: 40px;

	text-align: left;

	padding: 0 10px 0 25px;

	background: #005bac;

	color: #fff;

	margin-bottom: 0;

}

.talentPage .itemCon .title .close {

	font-size: 12px;

	float: right;

	cursor: pointer;

}

.talentPage .itemCon .title .close .nyIcon {

	width: 15px;

	height: 15px;

	margin-left: 5px;

	background-position: -284px 0;

}

.talentPage .itemCon .title .close:hover .nyIcon {

	transform: rotate(180deg);

}

.talentPage .itemCon .txtcon {

	padding: 15px 25px;

	line-height: 24px;

	color: #666666;

}

.talentPage .itemCon .txt1 p {

	display: inline-block;

*display: inline;

	zoom: 1;

	margin-right: 40px;

}

.talentPage .itemCon .txt2 {

	height: 195px;

	overflow-y: auto;

}

.talentPage .itemCon .btn2 {

	position: absolute;

	bottom: 20px;

	display: block;

	left: 50%;

	width: 136px;

	height: 32px;

	line-height: 32px;

	text-align: center;

	margin-left: -68px;

	background: #005bac;

	color: #fff;

}

.talentPage .itemCon .btn2:hover {

	height: 36px;

	line-height: 36px;

}

.jobinfo {

	width: 416px;

	height: 430px;

	z-index: 112;

	position: fixed;

	left: 50%;

	top: 50%;

	margin: -215px 0 0 -218px;

	background: #fff;

	padding: 10px;

	background: url(../images/blck50.png) repeat 0 0;

	display: none;

}

.jobinfo * {

	-webkit-transition: all ease 300ms;

	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;

	-o-transition: all ease 300ms;

	transition: all ease 300ms;

}

.jobinfo .jobinfoCon {

	width: 416px;

	height: 430px;

	background: #fff;

}

.jobinfo .title {

	width: 381px;

	height: 40px;

	line-height: 40px;

	padding: 0 10px 0 25px;

	background: #f2f2f2;

	color: #666;

}

.jobinfo .title .close2 {

	font-size: 12px;

	float: right;

	cursor: pointer;

}

.jobinfo .title .close2 .nyIcon {

	width: 15px;

	height: 15px;

	margin-left: 5px;

	background-position: -306px 0;

}

.jobinfo .title .close2:hover .nyIcon {

	transform: rotate(180deg);

}

.jobinfo .jobinfoMsg {

	width: 350px;

	margin: 25px auto;

}

.jobinfo .jobinfoMsg .item {

	width: 100%;

	margin-bottom: 10px;

	position: relative;

}

.jobinfo .jobinfoMsg .item .msg-box {

	position: absolute;

	left: 70px;

}

.jobinfo .jobinfoMsg .item label {

	width: 60px;

	height: 28px;

	line-height: 28px;

	float: left;

	margin-right: 10px;

}

.jobinfo .jobinfoMsg .item label .red {

	color: red;

	float: right;

	margin-top: 2px;

	margin-left: 6px;

}

.jobinfo .jobinfoMsg .item .txt {

	width: 262px;

	float: left;

	height: 26px;

	line-height: 26px;

	padding-left: 10px;

	border: 1px solid #c9c9c9;

}

.jobinfo .jobinfoMsg .item.liuyan {

	margin-bottom: 25px;

}

.jobinfo .jobinfoMsg .item.liuyan .txt {

	height: 128px;

	padding: 5px 0 5px 10px;

}

.jobinfo .jobinfoMsg .subbtn {

	width: 102px;

	height: 30px;

	line-height: 30px;

	margin-left: 120px;

	cursor: pointer;

	display: block;

	text-align: center;

	background: #005bac;

	color: #fff;

}

.add-class {

	width: 790px;

	margin: 0 auto;

}

.add-class .t2 {

	font-size: 20px;

	font-weight: bold;

	color: #333333;

	width: 100%;

	padding: 15px 0 18px;

	border-top: 1px solid #eaeaea;

	text-align: center;

	margin-top: 15px;

}

.add-class .t2.t22 {

	margin-top: 85px;

}

.add-class .item {

*zoom: 1;

	width: 100%;

	background: #f4f4f4;

	margin-bottom: 40px;

}

.add-class .item:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.add-class .item img {

	width: 395px;

}

.add-class .item .txt {

	width: 370px;

	height: auto;

	margin: 0;

	line-height: 32px;

	color: #333;

	text-align: left;

}

.add-class .item .txt .t3 {

	text-align: center;

	font-size: 18px;

	font-weight: bold;

	padding-bottom: 10px;

}

.add-class .item .txt.fr {

	padding: 20px 10px 0 0;

}

.add-class .item .txt.fl {

	padding: 20px 0 0 20px;

}

.add-class .item.a2 .txt {

	padding-top: 66px;

}

/********.toolbar1*********/

.toolbar1 {

	width: 50px;

	position: fixed;

	right: 0;

	top: 50%;

	margin-top: -102px;

	z-index: 999;

}

.toolbar1 dd {

	width: 50px;

	height: 50px;

	margin-bottom: 1px;

	position: relative;

	background: url(../images/black50.png) repeat 0 0;

}

.toolbar1 dd i {

	width: 50px;

	height: 50px;

	display: block;

	position: absolute;

	left: 0;

	top: 0;

	cursor: pointer;

	text-align: center;

}

.toolbar1 dd i span {

	width: 35px;

	height: 35px;

	display: block;

	margin: 7px 0 0 7px;

*margin: 7px 0 0 0;

	background: url(../images/rightFixIcon.png) no-repeat 0 0;

}

.toolbar1 .slide-tel {

	display: block;

	width: 0;

	height: 50px;

	line-height: 50px;

	font-size: 24px;

	font-weight: bold;

	font-family: arial;

	color: #FFF;

	position: absolute;

	padding: 0 0 0 50px;

	top: 0;

	right: 0;

	overflow: hidden;

}

.toolbar1 .pop {

	position: absolute;

	right: 90px;

	top: -65px;

	background: #005bac;

	display: none;

}

.toolbar1 .pop-code {

	width: 160px;

}

.toolbar1 .pop-code img {

	width: 120px;

	height: 120px;

	display: block;

	padding: 20px 20px 0;

}

.toolbar1 .pop-code h3 {

	height: 52px;

	line-height: 26px;

	text-align: center;

	color: #fff;

	font-size: 16px;

	font-weight: 400;

	white-space: nowrap;

}

.toolbar1 .pop-code h3 b {

	display: block;

	font-size: 14px;

	font-weight: normal;

}

.toolbar1 .qq span {

	background-position: 0 -47px;

}

.toolbar1 .qq a {

	width: 50px;

	height: 50px;

	cursor: pointer;

	display: block;

}

.toolbar1 .qq:hover {

	background: #005bac;

}

.toolbar1 .tel span {

	background-position: 0 0;

}

.toolbar1 .tel:hover {

	background: #005bac;

}

.toolbar1 .code span {

	background-position: 0 -95px;

}

.toolbar1 .code:hover {

	background: #005bac;

}

.toolbar1 .top span {

	background-position: 0 -142px;

}

.toolbar1 .top:hover {

	background: #005bac;

}

/************* * Hover-master * **************/

/* Overline From Left*/

.hvr-overline-from-left {

	display: inline-block;

	vertical-align: middle;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

}

.hvr-overline-from-left:before {

	content: "";

	position: absolute;

	z-index: -1;

	left: 0;

	right: 100%;

	top: -1px;

	background: #005bac;

	height: 2px;

	-webkit-transition-property: right;

	transition-property: right;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before, .hvr-overline-from-left.hover:before {

	right: 0;

}

/*round-corners*/

.round-corners {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: border-radius;

	transition-property: border-radius;

	-webkit-transform: translateZ(0);

	-ms-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.round-corners:hover {

	border-radius: 1em;

}

/* Underline From Left */

.hvr-underline-from-left {

	display: inline-block;

	vertical-align: middle;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	overflow: hidden;

}

.hvr-underline-from-left:before {

	content: "";

	position: absolute;

	z-index: -1;

	left: 0;

	right: 100%;

	bottom: 0;

	background: #005bac;

	height: 2px;

	-webkit-transition-property: right;

	transition-property: right;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {

	right: 0;

}

/* 亮光 */

.hvr-light {

	overflow: hidden;

	position: relative;

}

.hvr-light:before {

	content: "";

	position: absolute;

	width: 50px;

	height: 275px;

	top: 0;

	left: -150px;

	overflow: hidden;

	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);

	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));

	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);

	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);

	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);

	-webkit-transform: skewX(-32deg);

	-ms-transform: skewX(-32deg);

	-moz-transform: skewX(-32deg);

	transform: skewX(-32deg);

}

.hvr-light:hover:before {

	-webkit-transition: left 1s;

	-moz-transition: left 1s;

	-ms-transition: left 1s;

	transition: left 1s;

	left: 480px;

}

.hvr-light:hover {

opacity: .9\0;

	filter: alpha(opacity=90);

}

/* Float Shadow */

.hvr-float-shadow {

	display: inline-block;

	vertical-align: middle;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

}

.hvr-float-shadow:before {

	pointer-events: none;

	position: absolute;

	z-index: -1;

	content: '';

	top: 100%;

	left: 5%;

	height: 10px;

	width: 90%;

	opacity: 0;

	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform, opacity;

	transition-property: transform, opacity;

}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {

	-webkit-transform: translateY(-5px);

	transform: translateY(-5px); /* move the element up by 5px */

}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {

	opacity: 1;

	-webkit-transform: translateY(5px);

	transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */

}

/*******font-face********/

@font-face {

	font-family: impact;

	src: url('../font/impact.eot');

	src: url('../font/impact.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact.woff') format('woff'), /* Modern Browsers */ url('../font/impact.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact.svg#impact') 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: 100%;

	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: 100%;

	color: #FFF;

	left: 0;

	/*cursor: url(../images/CurL.cur), auto;*/

	/*background: url(../images/space.png) repeat scroll 0 0 transparent;*/

}

.CursorR {

	position: absolute;

	z-index: 999;

	width: 50%;

	height: 100%;

	color: #FFF;

	right: 0;

	/*cursor: url(../images/CurR.cur), auto;*/

	/*background: url(../images/space.png) repeat scroll 0 0 transparent;*/

}

/*小图预览和滑动*/

.SliderPicBorder {

	width: 100%;

	overflow: hidden;

}

.ThumbPicBorder {

	width: 100%;

	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;

}

/*↑组图样式↑*/





.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}

.dede_pages ul{display:inline-block;margin:0 auto;padding:0}

.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}

.dede_pages ul li a{float:left;color:#555;display:block}

.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}

.dede_pages ul li:hover a{color:#fff}

.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}

.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}

.dede_pages ul li.thisclass a{color:#fff}

.dede_pages .pageinfo{line-height:30px;padding-left:5px}

.dede_pages strong{font-weight:400}







.containerss {

	padding: 0 16%;

}



.product-item {

	width: 32%;

	height: 285px;

	float: left;

	margin-right: 2%;

	margin-top: 22px;

	overflow: hidden;

	position: relative;

	cursor: pointer;

}



.product-item:nth-of-type(3n) {

	margin-right: 0;

}







.product-item .proBgimg {

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	transition: all .5s ease;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

}



.bx_boxImg {

	width: 100%;

	height: 285px;

	overflow: hidden;

	position: relative;

	z-index: 20;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}



.industry-item1 {

	width: 32%;

	float: left;

	margin-right: 2%;

	transition: all .5s ease;

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

}



.industry-item1:last-child {

	margin-right: 0;

}



.industry-item1 img,

.industry-introduce,

.product-item img,

.product-item span,

.product-item i {

	transition: all .35s;

	-webkit-transition: all .35s;

	-o-transition: all .35s;

	-ms-transition: all .35s;

	-moz-transition: all .35s;

}



.industry-item1 .btxt {

	padding: 30px 50px 10px;

	height: 175px;



}



.industry-item1 .btxt p {

	font-size: 12px;

	line-height: 18px;

	color: #0f1e31;

	height: 112px;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 6;

}



.industry-item1:hover img,

.product-item:hover img {

	transform: scale(1.05)

}



.industry-item1:hover {

	box-shadow: 0px 1px 33px 0px rgba(232, 232, 232, 0.75);

}



.industry-item1:hover .industry-introduce::after {

	border-color: transparent transparent #ed6d00 transparent;

}











.application-model {

  text-align: center;

 

  min-height: 1155px;

  padding: 50px 0;

}



.application-model .application-list {

  margin-top: 26px;

}



.application-model .application-list .application-item {

  

  overflow: hidden;

  margin: 0 auto;

	float: left;

    margin-right: 2%;

	margin-bottom: 25px;

}



.application-model .application-list .application-item:nth-child(3n){

	margin-right:0px;

}









.application-model .application-list .application-item:hover .item .icon {

  transition: all 0.5s linear;

  top: 170px;

}



.application-model .application-list .application-item:hover .item .detail {

  transition: all 0.5s linear;

  top: 170px;

}



.application-model .application-list .application-item:hover .item .detail .item-title {

  transition: all 0.5s linear;

  top: 30px;

}



.application-model .application-list .application-item:hover .item .detail .item-btn {

  transition: all 0.5s linear;

  top: 30px;

}



.application-model .application-list .application-item .item {

  position: relative;

  z-index: 99;

}



.application-model .application-list .application-item .item .icon {

  position: relative;

  top: 150px;

  min-height: 100px;

}



.application-model .application-list .application-item .item .detail {

  position: relative;

  top: 200px;

  transition: all 0.3s linear;

}



.application-model .application-list .application-item .item .detail .item-title {

  position: relative;

  top: 20px;

  transition: all 0.3s linear;

  color: #ffffff;

  font-size: 26px;

}



.application-model .application-list .application-item .item .detail .item-btn {

  position: relative;

  top: 25px;

  transition: all 0.3s linear;

  display: inline-block;

  padding: 3px 30px;

  color: #ffffff;

  border-radius: 2px;

  font-size: 16px;

  border: #ffffff solid 1px;

  text-decoration: none;

  margin-top: 10px;

}



.application-model .application-list .application-item .item .detail .item-btn:hover {

  color: #36dfff;

  border: #36dfff solid 1px;

}



.application-model .application-list .application-item .op-backgroup-img {

  position: absolute;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.application-model .application-list .application-item .op-backgroup {

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;

  background-position: center;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.application-model .application-list .application-item .op-backgroup:hover {

  background-color: rgba(0, 0, 0, 0.5);

}



.application-model .title {

  position: relative;

  display: inline-block;

  margin: 0 auto;

  color: #333333;

  font-size: 3.5rem;

}



.application-model .title:before {

  content: "";

  display: block;

  top: 16px;

  left: -45px;

  position: absolute;

  width: 30px;

  height: 5px;

  background-color: #333333;

}



.application-model .title:after {

  content: "";

  display: block;

  top: 16px;

  right: -45px;

  position: absolute;

  width: 30px;

  height: 5px;

  background-color: #333333;

}



.application-model .text {

  color: #333;

  font-size: 14px;

  line-height: 30px;

}



.application-model .application-item {

  position: relative;

  width: 32%;

  min-height: 537px;

  height: 537px;

	float:left;

}





hr {

    margin-top: 20px;

    margin-bottom: 20px;

    border: 0;

    border-top: 1px solid #eee;

}

hr {

    height: 0;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}















.name {

	width: 130px;

	text-align: center;

	background-image: linear-gradient(45deg, rgba(180, 181, 115, .9) 0, rgba(193, 168, 39, .9) 100%);

	color: #fff;

	padding: 1em;

	float: left;

	font-size: 1.3em;

	position: relative;

	top: 0;

	left: 0;

	transition: all 0.2s ease-in-out 0s;

}



.trigger {

	width: 54px;

	height: 38px;

	clear: both;

	float: left;

	padding: 0.2em 6px;

	position: relative;

	bottom: 0;

	left: 10px;

	transition: all 0.2s ease-in-out 0s;

	background: #FFFFFF url(../images/jia.png) no-repeat center;

}



.industry-item1:hover .name,

.product-item:hover .name {

	top: 0.25em;

	left: -0.25em;

	background-image: linear-gradient(45deg, rgba(180, 181, 115, .9) 0, rgba(193, 168, 39, .9) 100%);

}



.industry-item1:hover .trigger,

.product-item:hover .trigger {

	left: 0.25em;

	bottom: 0.25em;

}



.product-item:hover .proBgimg {

	transform: scale(1.02);

	-webkit-transform: scale(1.02);

	-moz-transform: scale(1.02);

}



.main-product {

    padding: 60px 0;

}









table {

-moz-border-bottom-colors: none;

-moz-border-left-colors: none;

-moz-border-right-colors: none;

-moz-border-top-colors: none;

border-collapse: collapse;

border-color: #623F20;

border-image: none;

border-style: solid;

border-width: 1px 0 0 1px;

text-align: center;

}

table td, table th {

-moz-border-bottom-colors: none;

-moz-border-left-colors: none;

-moz-border-right-colors: none;

-moz-border-top-colors: none;

border-color: #623F20;

border-image: none;

border-style: solid;

border-width: 0 1px 1px 0;

padding: 3px;

}



/*小白鼠内页css*/



/*prolist*/

.prolist {

	width: 100%;

	overflow: hidden;

}

.prolist .list {

	width: 100%;

}

.prolist .item {

	width: 290px;

	float: left;

	margin: 0 23px 30px 0;

	position: relative;

	background: #fff;

	transition: all ease 300ms;

	overflow: hidden;

}

.prolist .item a {

	display: block;

	padding: 3px;

	border: 1px solid #e5e5e5;

}

.prolist .item img {

	width: 282px;

	height: 211px;

	display: block;

}

.prolist .item h3 {

	padding: 0 6px;

	height: 60px;

	text-align: center;

	font-size: 16px;

	color: #383838;

	line-height: 60px;

	overflow: hidden;

	transition: all ease 300ms;

}

.prolist .item:hover a {

	background: #1e468e;

	border-color: #005bac;

}

.prolist .item:hover h3 {

	color: #fff;

}

/*caselist*/

.caselist {

	width: 100%;

	position: relative;

	overflow: hidden;

}

.caselist .list {

	width: 105%;

	position: relative;

}

.caselist .item {

	width: 570px;

	height: 245px;

	float: left;

	margin: 0 52px 30px 0;

	position: relative;

	background: url(../images/case-libg.jpg) no-repeat center center;

	transition: all ease 300ms;

	overflow: hidden;

}

.caselist .item a {

	display: block;

	height: 200px;

	padding: 20px 30px 0 20px;

}

.caselist .item img {

	width: 267px;

	height: 200px;

	float: left;

	margin-right: 30px;

	display: block;

	transition: all ease 300ms;

}

.caselist .item h3 {

	height: 38px;

	line-height: 38px;

	font-size: 16px;

	overflow: hidden;

	transition: all ease 300ms;

	margin-bottom: 14px;

	border-bottom: 1px solid #ededed;

	font-weight: bold;

}

.caselist .item .txt {

	line-height: 24px;

	max-height: 96px;

	overflow: hidden;

	color: #737373;

}

.caselist .item .more {

	width: 40px;

	height: 30px;

	padding-top: 10px;

	display: block;

	position: absolute;

	right: 25px;

	bottom: 25px;

	background: #eeeeee;

}

.caselist .item .more s {

	width: 22px;

	height: 22px;

	display: block;

	margin: 0 auto;

	background-position: -105px 0;

	transition: all ease 300ms;

}

.caselist .item:hover h3 {

	color: #d20a05;

	border-bottom-color: #d20a05;

}

.caselist .item:hover img {

	filter: brightness(105%);

}

.caselist .item:hover .more {

	background: url(../images/blue-jbg.jpg) no-repeat center center;

}

.caselist .item:hover .more s {

	background-position: -130px 0;

}

/*txtlist*/

.txtlist {

	width: 97%;

	position: relative;

	overflow: hidden;

	border: #ccc solid 1px;

	padding: 12px;

}

.txtlist .list {

	width: 106%;

	position: relative;

}

.txtlist li {

	width: 300px;

	height: 36px;

	line-height: 36px;

	overflow: hidden;

	float: left;

	margin-right: 70px;

}

.txtlist li a {

	width: 100%;

	display: block;

}

.txtlist li s {

	width: 4px;

	height: 4px;

	display: inline-block;

	vertical-align: middle;

	margin-top: -1px;

	border-radius: 100%;

	background: #333333;

	margin-right: 10px;

}

.txtlist li .time {

	float: right;

}

.qalist .item {

	width: 100%;

	padding: 0 0 15px;

}

.qalist .item .t, .qalist .item .txt {

	padding-left: 40px;

	position: relative;

	display: block;

}

.qalist .item s {

	width: 28px;

	height: 28px;

	border-radius: 3px;

	position: absolute;

	left: 0;

	top: 9px;

	background-position: -144px -24px;

	background-color: #d20a05;

}

.qalist .item .t {

	height: 55px;

	line-height: 55px;

	overflow: hidden;

	display: block;

	font-size: 16px;

	margin-bottom: 12px;

	border-bottom: 1px solid #e5e5e5;

}

.qalist .item .t s {

	top: 13px;

}

.qalist .item .txt {

	color: #333333;

	line-height: 30px;

	max-height: 120px;

	overflow: hidden;

}

.qalist .item .txt s {

	background-position: -168px -22px;

	top: 0;

	background-color: #1e468e;

}

/***********index css ***********/

.index {

	width: 100%;

	position: relative;

	z-index: 20;

}

.index .floor_1 {

	position: relative;

	z-index: 20;

	padding-bottom: 25px;

}

.index .floor_1 .floor_1_con {

	width: 946px;

	float: right;

*padding-bottom: 45px;

}

.index .floor_1 .indexTit {

	padding-bottom: 18px;

}

.index .leftNav {

	float: left;

}

.index .floor_2 {

	width: 100%;

	height: 300px;



	background: url(../images/icustomerbg.jpg) no-repeat center top;

}

.index .floor_2 .title {

	text-align: center;

	color: #fff;

	padding: 52px 0 35px;

}

.index .floor_2 .title .en {

	font-size: 36px;

	line-height: 40px;

	text-transform: uppercase;

}

.index .floor_2 .title h3 {

	font-size: 30px;

	background: url(../images/icustomer-titbg.jpg) no-repeat center center;

}

.index .floor_2 .prev, .index .floor_2 .next {

	width: 25px;

	height: 70px;

	z-index: 10;

	position: absolute;

	top: 15px;

	cursor: pointer;

	background: #ffffff url(../images/btn-ico2.png) no-repeat 0 center;

}

.index .floor_2 .prev:hover, .index .floor_2 .next:hover {

	background-color: #ddd;

}

.index .floor_2 .prev {

	left: 0;

	border-top-left-radius: 6px;

	border-bottom-left-radius: 6px;

	background-position: 7px center;

}

.index .floor_2 .next {

	right: 0;

	border-top-right-radius: 6px;

	border-bottom-right-radius: 6px;

	background-position: -39px center;

}

.index .floor_2 .icustomer {

	position: relative;

}

.index .floor_2 .icustomer .conlist {

	width: 1092px;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	height: 100px;

}

.index .floor_2 .icustomer .list {

	width: 500%;

	position: relative;

}

.index .floor_2 .icustomer li {

	width: 253px;

	height: 98px;

	overflow: hidden;

	float: left;

	margin-right: 23px;

	border: 1px solid #e5e5e5;

}

.index .floor_2 .icustomer li a, .index .floor_2 .icustomer li img {

	width: 100%;

	display: block;

}

.index .floor_3 {

	padding: 38px 0 60px;

}

.index .floor_3 .caselist {

	padding-bottom: 35px;

}

.index .floor_3 .morebtn {

	width: 510px;

	height: 54px;

	line-height: 54px;

	border-radius: 8px;

	overflow: hidden;

	margin: 0 auto;

}

.index .floor_3 .morebtn a {

	width: 255px;

	height: 54px;

	text-align: center;

	font-size: 18px;

	display: block;

	float: left;

}

.index .floor_3 .morebtn a:first-child {

	color: #fff;

	background: url(../images/blue-jbg.jpg) repeat-x 0 0;

	border: 0px;

}

.index .floor_3 .morebtn a:first-child:hover {

	color: #d20a05;

}

.index .floor_3 .morebtn a.btn2 {

	border: 2px solid #e5e5e5;

	color: #333;

	border-left: 0px;

	width: 251px;

	height: 50px;

	border-top-right-radius: 8px;

	line-height: 48px;

	border-bottom-right-radius: 8px;

}

.index .floor_3 .morebtn a.btn2:hover {

	color: #d20a05;

}

.index .floor_4 .title {

	padding: 70px 0 50px;

	border-top: 1px solid #e5e5e5;

	text-align: center;

}

.index .floor_4 .title img {

	display: block;

	margin: 0 auto 10px;

}

.index .floor_4 .title h3 {

	font-size: 36px;

	padding: 20px 0 0;

	line-height: 40px;

}

.index .floor_4 .title h3 strong {

	margin-left: 18px;

}

.index .floor_4 .iadvan .item {

	width: 100%;

	height: 350px;

	position: relative;

	margin-bottom: 80px;

}

.index .floor_4 .iadvan .item .img {

	width: 590px;

	height: 350px;

	float: left;

	position: relative;

}

.index .floor_4 .iadvan .item .img img {

	width: 100%;

	height: 100%;

	display: block;

}

.index .floor_4 .iadvan .item .img .num {

	width: 80px;

	height: 120px;

	line-height: 120px;

	font-family: arial;

	position: absolute;

	left: 22px;

	top: -30px;

	background: url(../images/blue90.png) repeat 0 0;

	color: #fff;

	font-size: 36px;

	text-align: center;

}

.index .floor_4 .iadvan .item .txtcon {

	width: 500px;

	float: right;

	height: 319px;

	padding: 30px 0 0 110px;

	border-bottom: 1px solid #e5e5e5;

}

.index .floor_4 .iadvan .item h3 {

	font-size: 30px;

	height: 32px;

	line-height: 32px;

	overflow: hidden;

	font-weight: bold;

}

.index .floor_4 .iadvan .item h3 span {

	color: #1e468e;

	margin-right: 15px;

}

.index .floor_4 .iadvan .item .en {

	font-size: 12px;

	font-family: arial;

	display: block;

	margin-bottom: 20px;

	text-transform: uppercase;

	color: #aaaaaa;

}

.index .floor_4 .iadvan .item .txt {

	line-height: 30px;

	height: 90px;

	margin-bottom: 30px;

	overflow: hidden;

}

.index .floor_4 .iadvan .item .more {

	width: 204px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #fff;

	display: block;

	background: url(../images/blue-jbg.jpg) repeat 0 0;

	font-size: 18px;

}

.index .floor_4 .iadvan .item .more:hover {

	background: #d20a05;

}

.index .floor_4 .iadvan .item.a2 .img, .index .floor_4 .iadvan .item.a4 .img, .index .floor_4 .iadvan .item.a6 .img, .index .floor_4 .iadvan .item.a8 .img {

	float: right;

}

.index .floor_4 .iadvan .item.a2 .txtcon, .index .floor_4 .iadvan .item.a4 .txtcon, .index .floor_4 .iadvan .item.a6 .txtcon, .index .floor_4 .iadvan .item.a8 .txtcon {

	padding: 30px 110px 0 0;

}

.index .floor_5 {

	padding: 32px 0 0;

	color: #fff;

	height: 358px;

	background: url(../images/imsgbg.jpg) no-repeat center top;

}

.index .floor_5 .title {

	width: 100%;

	height: 60px;

	line-height: 60px;

	font-size: 24px;

	margin-bottom: 25px;

	background: url(../images/imsgbg.png) no-repeat left bottom;

}

.index .floor_5 .title s {

	width: 30px;

	height: 34px;

	margin-right: 10px;

	background-position: -58px -20px;

}

.index .floor_5 .title span {

	font-size: 14px;

}

.index .floor_5 .imsgbox {

	width: 625px;

}

.index .floor_5 .imsgbox .item {

	width: 284px;

	height: 50px;

	margin: 0 21px 20px 0;

	float: left;

	position: relative;

}

.index .floor_5 .imsgbox .item .txt {

	width: 100%;

	height: 48px;

	line-height: 48px;

	text-indent: 68px;

	display: block;

	color: #fff;

	border: 1px solid #689ad7;

	background: none;

	outline: none;

}

.index .floor_5 .imsgbox .item .t {

	width: 60px;

	padding-left: 5px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	position: absolute;

	left: 0;

	top: 0;

	display: block;

	color: #fff;

}

.index .floor_5 .imsgbox .item .msg-box {

	position: absolute;

	left: 0;

	top: -1px;

}

.index .floor_5 .imsgbox .text {

	width: 592px;

	height: 90px;

}

.index .floor_5 .imsgbox .text .txt {

	width: 570px;

	padding: 10px;

	text-indent: 58px;

	line-height: 28px;

	font-family: "microsoft yahei";

	height: 78px;

	overflow: hidden;

	resize: none;

	background: none;

}

.index .floor_5 .imsgbox .code {

	width: 592px;

}

.index .floor_5 .imsgbox .code .txt {

	width: 282px;

	text-indent: 78px;

	float: left;

}

.index .floor_5 .imsgbox .code .t {

	padding-left: 10px;

}

.index .floor_5 .imsgbox .code img {

	height: 50px;

	max-width: 150px;

	margin-left: 10px;

	float: left;

	display: block;

}

.index .floor_5 .imsgbox .code .btn {

	float: right;

	width: 134px;

	height: 50px;

	line-height: 50px;

	cursor: pointer;

	outline: none;

	color: #fff;

	background: #d20a05;

	font-size: 18px;

}

.index .floor_5 .imsgbox .code .btn:hover {

	background: #1e468e;

}

.index .floor_5 .imsgbox .submit {

	width: 170px;

	height: 46px;

	line-height: 46px;

	padding-left: 30px;

	border: 0 none;

	margin-top: 20px;

	background: url(../images/submit-bg.jpg) no-repeat 45px center;

	background-color: #333333;

	font-size: 16px;

	color: #fff;

	outline: none;

	cursor: pointer;

	border-radius: 5px;

}

.index .floor_6 {

	padding: 40px 0;

}

.index .floor_6 .title {

	padding: 30px 0 50px;

	text-align: center;

}

.index .floor_6 .title h3 {

	font-size: 60px;

	line-height: 60px;

	color: #000;

}

.index .floor_6 .title p {

	font-size: 24px;

	color: #333;

	padding: 30px 0 0;

	letter-spacing: 2px;

}

.index .floor_6 .iabout {

	padding-bottom: 50px;

}

.index .floor_6 .iabout .img, .index .floor_6 .iabout img {

	width: 508px;

	height: 330px;

	display: block;

}

.index .floor_6 .iabout .img {

	float: left;

	overflow: hidden;

}

.index .floor_6 .iabout .img img {

	transition: all ease 300ms;

}

.index .floor_6 .iabout .img:hover img {

	transform: scale(1.05);

}

.index .floor_6 .iabout .txtcon {

	width: 640px;

	float: right;

	height: 266px;

	padding-top: 65px;

	background: url(../images/iaboutbg.png) no-repeat 30px top;

}

.index .floor_6 .iabout .txtcon .tit {

	font-size: 30px;

	margin-bottom: 20px;

}

.index .floor_6 .iabout .txtcon .txt {

	line-height: 24px;

	height: 120px;

	padding-right: 38px;

	margin-bottom: 30px;

	overflow: hidden;

}

.index .floor_6 .iabout .txtcon .more {

	width: 204px;

	height: 50px;

	float: right;

	margin-right: 28px;

	display: block;

	line-height: 50px;

	text-align: center;

	background: url(../images/blue-jbg.jpg) repeat 0 0;

	color: #fff;

	font-size: 18px;

}

.index .floor_6 .iabout .txtcon .more:hover {

	background: #d20a05;

	border-color: #d20a05;

}

.index .floor_6 .honorlist {

	position: relative;

	overflow: hidden;

	height: 230px;

}

.index .floor_6 .honorlist .list {

	width: 500%;

}

.index .floor_6 .honorlist li {

	width: 282px;

	height: 211px;

	display: block;

	overflow: hidden;

	float: left;

	margin-right: 20px;

}

.index .floor_6 .honorlist li a, .index .floor_6 .honorlist li img {

	width: 100%;

	height: 100%;

	display: block;

	transition: all ease 300ms;

}

.index .floor_6 .honorlist li:hover img {

	transform: scale(1.05);

}

.index .floor_7 {

	border-top: 1px solid #e9e9e9;

	padding: 50px 0;

}

.index .floor_7 .iqa {

	width: 407px;

	float: left;

}

.index .floor_7 .iqa .title {

	margin-bottom: 20px;

}

.index .floor_7 .iqa .title .more {

	width: 44px;

	height: 44px;

	float: right;

	transition: all ease 300ms;

	margin-top: 5px;

	background-position: -55px -57px;

}

.index .floor_7 .iqa .title .more:hover {

	margin-top: -5px;

}

.index .floor_7 .iqa .title h3 {

	font-size: 24px;

}

.index .floor_7 .iqa .title .en {

	font-size: 14px;

	text-transform: uppercase;

	display: block;

}

.index .floor_7 .iqa .title .line {

	width: 48px;

	height: 2px;

	display: block;

	background: #1e468e;

	margin-top: 5px;

}

.index .floor_7 .inews {

	width: 710px;

	padding-bottom: 15px;

	float: right;

	border: 1px solid #e5e5e5;

}

.index .floor_7 .inews .title {

	width: 100%;

	height: 58px;

	line-height: 58px;

	position: relative;

	border-bottom: 1px solid #e5e5e5;

}

.index .floor_7 .inews .title h3 {

	width: 204px;

	height: 60px;

	line-height: 60px;

	position: absolute;

	left: -1px;

	top: -1px;

	text-align: center;

	background: url(../images/blue-jbg.jpg) repeat 0 0;

	color: #fff;

	font-size: 24px;

}

.index .floor_7 .inews .title h3 s {

	width: 33px;

	height: 36px;

	margin-right: 10px;

	background-position: -110px -58px;

}

.index .floor_7 .inews .title .more {

	float: right;

	font-family: arial;

	margin-right: 15px;

}

.index .floor_7 .inews .item {

	width: 670px;

	height: 200px;

	margin: 0 auto;

	padding-top: 30px;

}

.index .floor_7 .inews .item a {

	display: block;

	width: 100%;

}

.index .floor_7 .inews .item img {

	width: 257px;

	height: 192px;

	display: block;

	float: left;

	border: 1px solid #e5e5e5;

	padding: 3px;

	margin-right: 20px;

}

.index .floor_7 .inews .item h3 {

	font-size: 16px;

	color: #1e468e;

	height: 42px;

	line-height: 45px;

	overflow: hidden;

	margin-bottom: 5px;

	font-weight: bold;

	border-bottom: 1px solid #ededed;

	transition: all ease 300ms;

}

.index .floor_7 .inews .item .txt {

	color: #737373;

	line-height: 24px;

	height: 72px;

	margin: 12px 0 20px;

	overflow: hidden;

}

.index .floor_7 .inews .item .txt span {

	color: #d20a05;

}

.index .floor_7 .inews .item .time {

	color: #737373;

}

.index .floor_7 .inews .item:hover h3 {

	color: #d20a05;

}

.index .floor_7 .inews .txtlist {

	width: 670px;

	margin: 15px auto 0;

}

.index .ilink_main {

	position: relative;

	overflow: hidden;

	height: 40px;

	line-height: 40px;

	margin: 40px auto 0;

}

.index .ilink_main .t {

	position: absolute;

	left: 0;

	height: 40px;

	line-height: 40px;

	top: 0;

	font-weight: bold;

	color: #1e468e;

}

.index .ilink_main .listcon {

	width: 1075px;

	height: 40px;

	line-height: 40px;

	margin-left: 100px;

	overflow: hidden;

	position: relative;

}

.index .ilink_main .listcon .list {

	width: 100%;

}

.index .ilink_main .listcon li {

	float: left;

	padding-top: 12px;

	height: 24px;

}

.index .ilink_main .listcon li a {

	padding: 0 20px;

	height: 16px;

	line-height: 16px;

	display: block;

	border-left: 1px solid #eeeeee;

}

.index .ilink_main .listcon li:first-child a {

	padding-left: 0;

	border-left: 0px;

}

/**********index css end**********/

/************content************/

/* loaction */

.location {

	width: 100%;

	padding: 0px 0 0;

	height: 45px;

	line-height: 45px;

	margin-bottom: 20px;

	position: relative;

	border-bottom: 2px solid #1e468e;

}

.location h3 {

	font-size: 18px;

	padding-left: 3px;

	display: inline-block;

	position: relative;

}

.location h3 s {

	width: 100%;

	height: 2px;

	display: block;

	position: absolute;

	left: 0;

	bottom: -2px;

	background: #d20a05;

}

.location .sitepath {

	color: #333333;

	float: right;

	text-align: right;

	width: 60%;

	white-space: nowrap;

}

.location .sitepath a {

	color: #333333;

}

.location .sitepath a:hover {

	color: #1e468e;

}

.fenx {

	height: 40px;

}

/* reLink */

.reLink {

	clear: left;

	width: 100%;

	height: 58px;

	line-height: 58px;

	border-top: 2px solid #dddddd;

	border-bottom: 2px solid #dddddd;

}

.reLink .nextLink, .reLink .prevLink {

	width: 50%;

	display: block;

	text-align: left;

	color: #666;

}

.reLink .nextLink a:hover, .reLink .prevLink a:hover {

	color: #1e468e;

}

.reLink .nextLink {

	text-align: right;

}

.nybanner {

	width: 100%;

	height: 300px;

	overflow: hidden;

	position: relative;

}

.nybanner img {

	width: 1920px;

	display: block;

	position: absolute;

	left: 50%;

	margin-left: -960px;

	top: 0;

}

.n-tit {

	margin-bottom: 20px;

}

.n-tit h3 {

	font-size: 24px;

	color: #000;

	margin-bottom: 22px;

}

.n-tit .line {

	width: 28px;

	height: 2px;

	display: block;

	background: #000;

}

.wrapper {

	padding: 0 0 30px;

	margin-top: 20px;

}

.wrapper .shareNew {

	padding-bottom: 20px;

}

.wrapper .noinfo {

	width: 100%;

	padding: 0 3%;

}

.wrapper .noinfo img {

	display: block;

	margin: 0 auto;

}

.wrapper .content {

	width: 970px;

	float: right;

}

.wrapper .content .prolist {

	width: 100%;

	position: relative;

}

.wrapper .content .prolist .item {

	margin-right: 30px;

}

.wrapper .content .bgfff {

	width: 818px;

	padding: 15px 40px 50px;

	border: 1px solid #dddddd;

	background: #fff;

}

.wrapper .qalist .item {

	padding-bottom: 25px;

}

.wrapper .probox {

	padding-top: 30px;

*padding-bottom: 30px;

	background: url(../images/splitbg.png) repeat-x center top;

}

.wrapper .probox.a1 {

	padding-top: 0;

	background: none;

}

.wrapper .newsbox {

	padding-top: 30px;

	padding-bottom: 40px;

	background: url(../images/splitbg.png) repeat-x center top;

}

.wrapper .newsbox .txtlist li {

	width: 420px;

	margin-right: 40px;

}

.singlePage .txtcon img, .aboutPage .txtcon img {

	max-width: 100%;

}

.aboutPage .t {

	padding: 0 0 25px;

	color: #003e92;

	font-size: 20px;

}

.aboutPage .t2 {

	color: #003e92;

	font-size: 30px;

	display: block;

	padding: 30px 0;

}

.showPro {

	padding-bottom: 50px;

	padding-top: 20px;

}

.showPro .showTab {

	width: 100%;

	border-bottom: 2px solid #005bac;

}

.showPro .showTab a {

	display: inline-block;

	cursor: pointer;

	margin-right: 12px;

	height: 33px;

	line-height: 33px;

	width: 90px;

	text-align: center;

	background: url(../images/btn2bg.jpg) no-repeat center center;

	color: #333;

}

.showPro .showTab a.hover, .showPro .showTab a:hover {

	background-image: url(../images/blue-jbg.jpg);

	color: #fff;

}

.showPro .showContxt {

	padding: 20px 0 30px;

	line-height: 26px;

}

.showPro .showContxt img {

	max-width: 100%;

	height: auto !important;

}

.showPro .showimgCon {

	padding: 0 0 30px;

	width: 930px;

}

.showPro .showimgCon .txtcon {

	width: 457px;

	height: 230px;

	float: right;

	position: relative;

}

.showPro .showimgCon .txtcon .tit {

	font-size: 24px;

	margin-bottom: 20px;

	color: #005bac;

	font-weight: bold;

	line-height: 30px;

	margin-top: 50px;

}

.showPro .showimgCon .txtcon .txt {

	line-height: 30px;

	max-height: 270px;

	overflow: hidden;

}

.showPro .showimgCon .txtcon .btn2 {

	width: 204px;

	height: 50px;

	line-height: 50px;

	font-size: 18px;

	text-align: center;

	background: url(../images/btn2bg.jpg) no-repeat center center;

	position: absolute;

	right: 0;

	bottom: 0;

	transition: all ease 300ms;

}

.showPro .showimgCon .txtcon .btn2:hover {

	background-image: url(../images/blue-jbg.jpg);

	color: #fff;

}

.showPro .showimgCon .txtcon .btn1 {

	width: 240px;

	height: 50px;

	line-height: 50px;

	font-size: 18px;

	text-align: center;

	background: url(../images/blue-jbg.jpg) center center;

	position: absolute;

	right: 217px;

	bottom: 0;

	transition: all ease 300ms;

}

.showPro .showimgCon .txtcon .btn1 span, .showPro .showimgCon .txtcon .btn1 strong {

	display: block;

	width: 100%;

	color: #fff;

	height: 50px;

	line-height: 50px;

}

.showPro .showimgCon .txtcon .btn1 strong {

	display: none;

}

.showPro .showimg {

	width: 442px;

	position: relative;

	float: left;

	overflow: hidden;

}

.showPro .showimg .bigimg {

	width: 440px;

	height: 330px;

	display: block;

	position: relative;

	border: 1px solid #e5e5e5;

}

.showPro .showimg .bigimg .list {

	width: 500%;

}

.showPro .showimg .bigimg .list li {

	width: 440px;

	height: 330px;

}

.showPro .showimg .bigimg .list img {

	width: 100%;

	height: 100%;

	display: block;

	transition: all ease 300ms;

}

.showPro .showimg .smallimg {

	width: 442px;

	height: 80px;

	position: relative;

	padding-top: 10px;

	z-index: 10;

	overflow: hidden;

}

.showPro .showimg .list {

	width: 374px;

	overflow: hidden;

	position: relative;

	margin: 0 auto;

}

.showPro .showimg .listcon {

	width: 300%;

	position: relative;

}

.showPro .showimg .prev, .showPro .showimg .next {

	width: 24px;

	height: 62px;

	z-index: 10;

	position: absolute;

	top: 10px;

	cursor: pointer;

	background: #eeeeee url(../images/btn-ico2.png) no-repeat 0 center;

}

.showPro .showimg .prev:hover, .showPro .showimg .next:hover {

	background-color: #ddd;

}

.showPro .showimg .prev {

	left: 0;

	background-position: 6px center;

}

.showPro .showimg .next {

	right: 0;

	background-position: -41px center;

}

.showPro .showimg li {

	width: 80px;

	height: 60px;

	margin-right: 16px;

	float: left;

	cursor: pointer;

	position: relative;

	border: 1px solid #e5e5e5;

}

.showPro .showimg li img {

	width: 100%;

	height: 100%;

	display: block;

}

.showPro .showimg li.on {

	width: 78px;

	height: 58px;

	border: 2px solid #1e468e;

}

.contactPage .txtcon img {

	max-width: 100%;

}

.contactPage .t2 {

	font-size: 20px;

	padding: 36px 0 30px;

}

.contactPage .mapArea {

	width: 100%;

	height: 400px;

	margin-top: 20px;

}

.contactPage .mapArea #allmap {

	width: 100%;

	height: 400px;

}

.formData {

	padding-bottom: 20px;

}

.formData .item {

	float: left;

	color: #999;

	font-weight: normal;

	width: 425px;

	height: 56px;

	line-height: 56px;

	border: 1px solid #e5e5e5;

	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: #cccccc;

}

.formData .item input {

	outline: none;

	line-height: 38px;

	height: 38px;

	font-size: 18px;

}

.formData .item .txt {

	width: 355px;

	height: 56px;

	line-height: 56px;

	display: block;

	background: none;

	padding-left: 70px;

	border: 0 none;

	color: #999;

}

.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: 928px;

	height: 260px;

	border: 1px solid #e5e5e5;

	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: 58px;

	margin-right: 2px;

	text-align: center;

	background: #1e468e;

	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: #d20a05;

}

.formData .yzm {

	width: 432px;

}

.formData .yzm .txt {

	padding-left: 80px;

}

.formData .yzm img {

	position: absolute;

	right: 0;

	top: 0;

	height: 56px;

	border: 0px;

	display: block;

}

.newsPage .item {

	width: 890px;

	height: 195px;

	margin: 0 auto;

	padding: 20px;

	border-bottom: 1px solid #eaeaea;

	transition: all .5s;

	margin-top: 20px;

}

.newsPage .item a {

	display: block;

	width: 100%;

}

.newsPage .item img {

	width: 200px;

	height: 150px;

	display: block;

	float: left;

	border: 1px solid #e5e5e5;

	padding: 3px;

	margin-right: 20px;

}

.newsPage .item h3 {

	font-size: 16px;

	color: #1e468e;

	height: 22px;

	line-height: 25px;

	overflow: hidden;

	margin-bottom: 5px;

	font-weight: bold;

	border-bottom: 1px solid #ededed;

	transition: all ease 300ms;

}

.newsPage .item .txt {

	color: #737373;

	line-height: 24px;

	height: 68px;

	margin: 12px 0 13px;

	overflow: hidden;

}

.newsPage .item .txt span {

	color: #d20a05;

}

.newsPage .item .time {

	color: #737373;

}

.newsPage .item:hover h3 {

	color: #d20a05;

}

.newsPage .item:hover {

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}

/*showpage*/

.showPage {

	background: #fff;

}

.showPage .title {

	color: #333333;

	margin-bottom: 5px;

	font-size: 24px;

	text-align: center;

}

.showPage .title .more {

	font-size: 14px;

}

.showPage .mark {

	padding: 5px 0 10px;

	text-align: center;

	margin-bottom: 20px;

	border-bottom: 1px solid #eee;

}

.showPage .mark span {

	margin-right: 18px;

	font-size: 12px;

	color: #666666;

}

.showPage .showContxt {

	color: #333333;

	padding: 5px 0 30px;

}

.showPage .showContxt img {

	max-width: 100%;

}

.showPage .newsbox {

	margin-top: 0;

}

.showPage .gridlist {

	padding-top: 10px;

}

.showPage .gridlist .item {

	width: 350px;

	height: 323px;

}

.showPage .gridlist .item img {

	width: 350px;

	height: 263px;

}

.showPage .gridlist .item h3 {

	height: 60px;

	line-height: 60px;

}

.showPage .img-quotes {

	padding-top: 30px;

	margin-bottom: 40px;

}

.showPage .imgcon {

	width: 423px;

	height: 468px;

	padding-left: 295px;

	margin-left: 30px;

	position: relative;

	border: 1px solid #dddddd;

}

.showPage .imgcon .img {

	position: absolute;

	left: -30px;

	top: -30px;

	width: 276px;

	height: 368px;

	display: block;

	z-index: 10;

}

.showPage .imgcon h4 {

	padding-top: 45px;

	font-size: 16px;

}

.showPage .imgcon h3 {

	font-size: 26px;

	margin-bottom: 40px;

}

.showPage .imgcon .txt {

	margin-top: 40px;

	line-height: 30px;

}

.resultPage .item1 {

	display: block;

	float: left;

	width: 860px;

	padding: 20px 35px;

	background: #f7f7f7;

	margin-bottom: 28px;

}

.resultPage .item1 h3 {

	height: 36px;

	line-height: 36px;

	overflow: hidden;

	font-size: 18px;

	color: #000;

	margin-bottom: 5px;

	transition: all ease 300ms;

}

.resultPage .item1 img {

	width: 150px;

	height: 90px;

	float: left;

	margin-right: 24px;

	display: block;

	transition: all ease 300ms;

}

.resultPage .item1 .txt {

	font-size: 12px;

	color: #999999;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.resultPage .item1:hover h3 {

	color: #1e468e;

}

.resultPage .item1:hover img {

	-webkit-filter: brightness(110%);

	filters: brightness(110%);

}

.resultPage .item2 {

	width: 280px;

	margin: 0 26px 31px 0;

	float: left;

	position: relative;

	overflow: hidden;

}

.resultPage .item2 img {

	width: 280px;

	height: 210px;

	display: block;

	transition: all ease 300ms;

}

.resultPage .item2 .bg {

	width: 280px;

	height: 210px;

	display: block;

	transition: all ease 300ms;

	background: url(../images/black70.png) repeat 0 0;

	position: absolute;

	left: -100%;

	top: 0;

}

.resultPage .item2 .plus {

	width: 280px;

	height: 210px;

	display: block;

	transition: all ease .4s;

	background: url(../images/ipro_hover.png) no-repeat center center;

	position: absolute;

	left: -100%;

	top: 0;

}

.resultPage .item2 h3 {

	color: #000;

	line-height: 28px;

	text-align: center;

	padding-top: 8px;

	height: 28px;

	overflow: hidden;

}

.resultPage .item2:hover .bg {

	left: 0;

}

.resultPage .item2:hover .plus {

	left: 0;

}

.resultPage .item2:hover img {

	-webkit-filter: brightness(110%);

	filters: brightness(110%);

}

.resultPage .item2:hover h3 {

	color: #1e468e;

}

.map_ul {

	list-style: outside none none;

	display: block;

	width: 100%;

	padding-top: 10px;

	padding-bottom: 30px;

}

.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: 8%;

	width: 86%;

	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: #1e468e;

	border-color: #1e468e;

	color: #fff;

}

.aboutPage .about_txt {

	background: #fff;

	padding: 40px 50px;

	margin-bottom: 30px;

}

.aboutPage .img {

	margin-bottom: 30px;

	width: 100%;

	display: block;

}

.aboutPage .txtcon {

	color: #666666;

}

.aboutPage .txtcon img {

	max-width: 100%;

}

.showImg {

	float: left;

	width: 320px;

	height: 230px;

	margin-left: 50px;

}

.showImg .showImg_left {

	width: 318px;

	height: 230px;

	position: relative;

	overflow: hidden;

	border: 1px solid #e5e5e5;

}

.showImg .showImg_left .hd {

	position: absolute;

	bottom: 10px;

	right: 20px;

	height: 12px;

	z-index: 1;

}

.showImg .showImg_left .hd ul {

	display: inline-block;

}

.showImg .showImg_left .hd ul li {

	display: block;

	float: left;

	width: 12px;

	height: 12px;

	background-color: #005bac;

	border-radius: 10px;

	text-indent: -999px;

	cursor: pointer;

	margin-left: 10px;

}

.showImg .showImg_left .hd ul li.on {

	background-color: #14776f;

}

.showImg .showImg_left .bd {

	width: 318px;

	height: 230px;

}

.showImg .showImg_left .bd ul {

	display: inline-block;

}

.showImg .showImg_left .bd ul li {

	float: left;

}

.showImg .showImg_left .bd ul li img {

	width: 318px;

	height: 180px;

	background-size: 100%;}





.showImg .showImg_left .bd ul li p{

	

	width: 318px;

	height:30px;

	font-size: 16px;

	color:#333;

	

	

	

}





.w1298{

	width:1298px;

	margin: 0 auto;

		

}



.title_zhu {

    font-size: 28px;

    text-align: center;

    color: #6187c6;

    margin-bottom: 40px;

}

.title_xian {

    height: 2px;

    background: #ccc;

    width: 50px;

    margin: auto;

}

.about {

    height: 500px;

    color: #fff;

}

.container {

   

    width: 1200px;

	margin: 0 auto;

}

.about img.fl {

    width: 494px;

    margin-top: 70px;

}

.about .fr {

    width: 550px;

    margin-top: 60px;

}



.about .fr h3 {

    color: #6187c6;

    margin-bottom: 20px;

    text-align: center;

	font-size: 24px;

}

.about .fr p {

    line-height: 37px;

    text-indent: 2em;

    padding-right: 15px;

    color: #6187c6;

}



.about_more {

    width: 120px;

    height: 33px;

    line-height: 33px;

    border: #6187c6 1px solid;

    border-radius: 10px;

    text-align: center;

    margin-top: 20px;

    float: right;

}



.about_more a {

    display: block;

    font-size: 15px;

    color: #6187c6;

}

.jumbotron-model {

    position: relative;

    margin: 0;

    padding: 0;

    height: 418px;

    

	background: url(../images/aboutbg.jpg);

}





.container-fluid {

    width: 1355px;

    padding-right: 2%;

    padding-left: 2%;

    margin-right: auto;

    margin-left: auto;

}





.jumbotron-model .title {

    width: 55%;

    font-size: 36px;

    margin: 10px auto 0 auto;

    line-height: 60px;

	text-align: center;

	color:#fff;

	padding-top: 90px;

}





.jumbotron-model .text {

    font-size: 18px;

    max-width: 680px;

    margin: 5px auto;

    line-height: 38px;

	text-align: center;

	color:#fff;

	

}

.jumbotron p {

    margin-bottom: 15px;

    font-size: 21px;

    font-weight: 200;

	text-align: center;

	color:#fff;

	margin-top: 20px;

}

p {

    margin: 0 0 10px;

}



.btn-primary {

    color: #fff;

    background-color: #005bac;

    border-color: #005bac;

}

.btn-model {

    padding: 8px 25px;

    border-radius: 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}







.item .icon img{

	width:100px;

}





.yanf{height:740px; width: 1200px;margin: 0 auto;margin-top: 120px;margin-bottom: 120px;}



.yanf .titis h4 {color: #333333}

.yanf .titis p {background: url(../images/al_tt.jpg) no-repeat center;letter-spacing:8px;text-align: center;font-size:16px;}



.yanf .titis p em {color: #009b4d;padding:0 8px;}

.zs_c{background: url(../images/zs_u.jpg) no-repeat left top;height:258px;padding:75px 0 0 400px;}

.zs_j1,.zs_j2{padding-top:81px;}

.zs_j1{margin-right:32px;}

.zs_c ul{float:left;width:720px;}

.zs_c li {float:left;font-size:0;line-height: 0;margin-right:24px;width:152px;}

.zs_c li img {width:152px;height: 195px;}

.zs_c li span{display:block;height:24px;line-height:24px;font-size:12px;color: #333333;text-align: center;padding-top:11px;}

.yf_c li{float: left;

    font-size: 0;

    line-height: 0;

    width: 385px;

    position: relative;

    margin-right: 15px;

    

    height: 340px;}

.yf_c li b img {width:385px;height:300px;}

.yf_c li p {width: 100%;

    height: 340px;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;}

.yf_c li p i{padding-top:50px;font-size:0;line-height: 0;display: block;height: 85px;background: url(../images/yf_a.png) no-repeat center bottom;}

.yf_c li p span

{display: block;

    height: 42px;

    line-height: 42px;

    

    font-size: 16px;

    color: #333;

    font-weight: bold;

    position: absolute;

    bottom: 18px;

    

    width: 365px;

    background: #f5f5f5;

	text-align: left;

	padding-left: 20px;

}

.yf_c li p span:hover{

	background:#487a3b;

	color:#fff;

	

}

.yf_c li p em {font-size:16px;color: #e7bd6b;line-height: 28px;padding:16px 40px 0;display: block;}



.yf_c li.cur p i{animation-duration:3s;animation-name:flipInY;}


.productList{overflow: hidden;margin:50px 0px 0px 0px;}
.productListMain{width: 1200px;margin:0px auto;}
.productListMain ul{overflow: hidden;}
.productListMain ul li{float: left;width: 295px;margin:0px 5px 40px 0px;/*height: 435px;*/border: 1px solid #005bac;}
.productShow{padding: 20px 15px 35px;height: 113px;}
.productShowTitle{margin-bottom: 35px;}
.productShowTitle i{display: block;width: 72px;height: 5px;background: #005bac;margin-bottom: 10px;}
.productShowTitle span{font-size:22px;color: #005bac;}
.productShowInfo{font-size: 14px;color: #005bac;line-height: 18px;}
.productPic{width: 100%;overflow: hidden;position: relative;}
.productPic img{display: block;width: 100%;border-top:  1px solid #005bac;}
.productListMain ul li:hover .productShow{background: #005bac;}
.productListMain ul li:hover .productShowTitle i{background: #fff;}
.productListMain ul li:hover .productShowTitle span{color: #fff;}
.productListMain ul li:hover .productShowInfo{color: #fff;}
.productListMain ul li:hover .productPic>span{display: block;width: 100%;width: 100%;height: 166px;position: absolute;top: 0px;left: 0px;background: url(../images/icon15.png);}




.productList{overflow: hidden;margin:50px 0px 0px 0px;}
.productListMain2{width: 1200px;margin:0px auto;}
.productListMain2 ul{overflow: hidden;}
.productListMain2 ul li{float: left;width: 230px;margin:0px 5px 40px 0px;/*height: 435px;*/border: 1px solid #005bac;}
.productShow2{padding: 20px 15px 35px;/*height: 213px;*/}
.productShowTitle2{margin-bottom: 35px;}
.productShowTitle2 i{display: block;width: 72px;height: 5px;background: #005bac;margin-bottom: 10px;}
.productShowTitle2 span{font-size:20px;color: #005bac;}
.productShowInfo2{font-size: 14px;color: #005bac;line-height: 18px;}
.productPic2{width: 100%;overflow: hidden;position: relative;}
.productPic2 img{display: block;width: 100%;height: 166px;border-top:  1px solid #005bac;}
.productListMain2 ul li:hover .productShow{background: #005bac;}
.productListMain2 ul li:hover .productShowTitle i{background: #fff;}
.productListMain2 ul li:hover .productShowTitle span{color: #fff;}
.productListMain2 ul li:hover .productShowInfo{color: #fff;}
.productListMain2 ul li:hover .productPic>span{display: block;width: 100%;width: 100%;height: 166px;position: absolute;top: 0px;left: 0px;background: url(../images/icon15.png);}
.pages{padding: 20px 0; margin-bottom:10px; width:100%;text-align: center;clear: both;}
.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}
.pages a:hover{display:inline-block;color: #fff;background: #005bac;border-color: #005bac;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #005bac;border-color: #005bac;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

.column{width: 1200px;margin: 0 auto;height:230px;}
.column ul{overflow: hidden;float:left;}
.column ul li{float: left;margin:0px 12px;width: 228px;height: 226px;background: url(../images/icon16.png) no-repeat center center;}
.column ul li a{display: block;text-align: center;line-height: 226px;font-size: 14px;color: #005bac;}
.column ul li:hover,.column ul li.green{background: url(../images/icon17.png) no-repeat center center;}
.column ul li:hover a,.column ul li.green a{color: #fff;}



 .product_base {
	clear: both;
	margin-top: 2.85714rem
}

 .product_base li {
	display: block;
	line-height: 3em;
	width: 100%
}

 .product_base li b {
	width: 7em;
	float: left;
	text-align: left;
	font-weight: 700;
	color: #444
}

 .product_base li span {
	color: #888;
	display: block;
	text-align: left;
	overflow: hidden
}

 .product_base li span a {
	color: #444;
	font-style: italic;
	padding-right: 1em
}

 .product_base li span a:hover {
	color: #009744
}

 .product_base #price i {
	display: none
}

 .product_base #price .price-default {
	display: inline-block
}

.product_base #price a {
	display: block;
	line-height: 5px;
	height: 5px;
	color: #444
}

.product_base #price a:hover {
	color: #009744
}

.product_base #format i {
	padding-right: 1em;
	cursor: pointer;
	text-decoration: underline
}

.product_base .format-default {
	font-weight: 700;
	color: #009744
}