 @charset "utf-8";
/* CSS Document*/
body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'microsoft yahei';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
	background: #fff;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	min-width: 1280px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
input {
	background: none;
	border: 0 none;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
i {
	font-style: normal;
}
address, caption, cite, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:unknown {
content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #233357;
	text-decoration: none;
}
.icon {
	background-image: url("../images/icon.png");
	display: inline-block;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站公用样式表*/
.w1200 {
	width: 1400px;
	margin: 0 auto;
}
/*top_main*/
.top_main {
	position: relative;
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background-color:#2463b2;
	z-index: 999;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li.tel {
	background: url(../images/dh.png) no-repeat left center;
	padding-left: 20px;
}
.header_main .tel {
	background: url(../images/dh01.png) no-repeat left center;
	padding-left: 35px;
	color:#ff5506;
	font-size:26px;
	margin-top:30px;
	margin-right:20px;
	font-family:Impact;
	font-weight:bold;
}
.top_main li.lin {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #fff;
	margin: 0;
	margin-top: -9px;
}
.top_main li span {
	color: rgba(255, 255, 255, 0.6);
}
.top_main li.wx {
	float: right;
	width: 20px;
	height: 34px;
	background: url(../images/wx.png) no-repeat center;
	cursor: pointer;
	margin-right: 0;
}
.top_main li.sj {
	float: right;
	width: 20px;
	height: 34px;
	background: url(../images/sj.png) no-repeat center;
	cursor: pointer;
	margin-right: 0;
}
.top_main li img {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 100px;
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);
}
.top_main li:hover img {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 998;
	background-color:#FFF;
}
.header_main .logo {
	display: block;
	margin-top: 20px;
}
.header_main .logo img {
	display: block;
}
.header_main .nav {
	height: 120px;
}
.header_main .list {
	position: relative;
}
.header_main01 {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 998;
	background-color:#2463b2;
}
.header_main01 .nav li {
	float:left;
	width: 233px;
	display: block;
	position: relative;
	z-index: 10;
	text-align: center;
}
.header_main01 .nav li h3 {
	float:left;
	text-align: center;
	line-height: 60px;
	height: 100%;
	width:233px;
}
.header_main01 .nav li h3 a {
	font-size:16px;
	font-weight:600;
	color:#fff;
	height:100%;
}
.header_main01 .nav li:hover h3 a, .header_main .nav li.hover h3 a {
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
}
.header_main01 .nav dl {
	width: 100%;
	background: #2463b2;
	left: 0;
	top: 100%;
	z-index: 12;
}
.header_main01 .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.header_main01 .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.header_main01 .nav dl dd {
	line-height: 40px;
	text-align: center;
}
.header_main01 .nav dl dd:-child {
border: none;
}
.header_main01 .nav dl dd a {
	display: block;
	width: 100%;
	color:#FFF;
}
.header_main01 .nav dl dd a:hover {
	background-color:#f08300;
	color:#fff;
}
/*banner_main*/
#banner_main {
	overflow:hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 680px;
}
#banner {
	width:100%;
	min-width:1000px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#banner, .banner ul {
	max-height: 680px;
	overflow:hidden;
}
.banner li {
	width:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
}
.banner li img {
	width:1920px;
	display:block;
	position:relative;
	left:50%;
	margin-left:-960px;
	top:0px;
}
#banner .tip {
	width:1000px;
	height:20px;
	line-height:0;
	font-size:0;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom:20px;
	z-index:3;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 7px;
	display:inline-block;
	font-size: 0;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
transition: all .5s;
}
#banner .tip span.cur {
	background: #fff;
}
#banner #btn_prev, #banner #btn_next {
	width: 49px;
	height: 104px;
	position:absolute;
	top:50%;
	z-index:5;
	margin-top: -52px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: url(../images/prev.png) no-repeat;
}
#banner #btn_prev {
	background-position:0 0;
	left: -50px;
}
#banner #btn_next {
	background-position: -49px 0;
	right: -50px;
}
#banner:hover #btn_prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
#banner:hover #btn_next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}
#banner #btn_prev:hover, #banner #btn_next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}
/*nybanner*/
.nybanner {
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
/*******index css*******/
/*产品展示*/
.index_product {
	width:100%;
	height:100%;
	overflow: hidden;
}
.index_product .slideTxtBox {
	width:100%;
}
.index_product .slideTxtBox .hd {
	width:283px;
	overflow: hidden;
	background: #2463b2;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.index_product .slideTxtBox .hd ul {
	width:100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 10px 15px;
	margin-top: 10px;
	box-sizing: border-box;
}
.index_product .slideTxtBox .hd ul li {
	width:100%;
	height: 42px;
	line-height: 42px;
	background:#eeeeee url(../images/h_jt.png) no-repeat 208px center;
	border-radius:5px;
	padding: 0px 20px;
	margin: 9.5px 0;
	box-sizing: border-box;
transition: all .5s;
}
.index_product .slideTxtBox .hd ul li a {
	display: block;
}
.index_product .slideTxtBox .hd ul li.on {
	background: #2463b2 url(../images/b_jt.png) no-repeat 208px center;
	color: #fff;
	border-radius: 5px;
}
.index_product .slideTxtBox .hd ul li.on a {
	color:#fff
}
.index_product .slideTxtBox .bd {
	width:100%;/* height: 635px; */
}
.index_product .slideTxtBox .bd ul {
	width:100%;
	height: 100%;
}
.index_product .slideTxtBox .bd li {
	width:348px;
	float: left;
	border: 1px solid #b4b4b4;
	position: relative;
	margin-right: 21px;
	margin-top: 23px;
	box-sizing: border-box;
}
.index_product .slideTxtBox .bd li:nth-child(3n) {
margin-right: 0px;
}
.index_product .slideTxtBox .bd li .bd_img {
	width:100%;
	height: 346px;
	overflow: hidden;
	position: relative;
}
.index_product .slideTxtBox .bd li .bd_img img {
	width:100%;
	height: 100%;
	transform: scale(1);
transition: all .5s;
}
.bd_xx {
	width:100%;
	height:47px;
	text-align: center;
	line-height: 47px;
transition: all .5s;
}
.bd_xx p {
	width:195px;
	height: 100%;
	margin: 0px auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #4c4c4c;
transition: all .5s;
}
.bd_postion {
	width:100%;
	height: 100%;
	background:rgba(53, 152, 219, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	line-height: 325px;
	opacity: 0;
transition: all .5s;
}
.bd_postion img {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -24px;
	width:48px!important;
	height: 40px!important;
}
.index_product .slideTxtBox .bd li:hover .bd_postion {
	opacity: 1;
}
.index_product .slideTxtBox .bd li:hover img {
	transform: scale(1.05);
}
.index_product .slideTxtBox .bd li:hover .bd_xx {
	background: #2463b2 url(../images/c_cph.png) no-repeat center;
}
.index_product .slideTxtBox .bd li:hover .bd_xx p {
	color: #fff
}
.index_product_left h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.index_product_left h4 {
	font-size: 24px;
	color: #fff;
	color:rgba(255, 255, 255, 0.36);
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.index_product_left h41 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.index_product_left h41 a {
	color:#FFF;
	text-align:center;
	display:block;
	background:#2463b2;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
	font-weight:bold;
}
.index_product_title {
	width:460px;
	height: 92px;
	background: url(../images/pro_t.png) no-repeat center;
	text-align: center;
	padding-top: 12px;
	margin: 56px auto;
	box-sizing: border-box;
}
.index_product_title h3 {
	font-size: 30px;
	color: #233357;
	font-weight: bold;
}
.index_product_title h3 span {
	color:#1d65c7;
	font-size: 36px;
	font-weight: bold;
}
.index_product_title p {
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
	text-align: center;
}
.index_product_right {
	width:1090px;
	height: auto;
	float: right
}
.bd_product {
	width:100%;
	height: 56px;
	background: #2463b2;
	margin-bottom: 10px;
}
.bd_product .bd_pro_title {
	width:295px;
	height: 56px;
	background: #2463b2;
	color: #fff;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.bd_pro_title img {
	float: left;
	margin-top:5px;
	margin-right: 10px;
}
.bd_pt {
	float: left;
}
.bd_pt h3 {
	font-size: 22px;
	color: #fff;
}
.bd_pt p {
	font-size: 12px;
	color: #fff
}
.bd_product .bd_more {
	float: right;
	font-size: 14px;
	color: #fff;
	background: url(../images/b_jt.png) no-repeat right center;
	padding-right:30px;
	line-height: 56px;
	margin-right: 18px
}
.product_left .hd {
	width:283px;
	overflow: hidden;
	background: #2463b2;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.product_left .hd ul {
	width:100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 10px 15px;
	margin-top: 10px;
	box-sizing: border-box;
}
.product_left .hd ul li {
	width:100%;
	height: 40px;
	line-height: 40px;
	background:#eeeeee url(../images/h_jt.png) no-repeat 208px center;
	border-radius:5px;
	padding: 0px 20px;
	margin: 8px 0;
	box-sizing: border-box;
transition: all .5s;
}
.product_left .hd ul li a {
	display: block;
}
.product_left .hd ul li.on {
	background: #2463b2 url(../images/b_jt.png) no-repeat 208px center;
	color: #fff;
	border-radius: 5px;
}
.product_left .hd ul li.on a {
	color:#fff
}
.product_left .bd {
	width:100%;/* height: 635px; */
}
.product_left .bd ul {
	width:100%;
	height: 100%;
}
.product_left .bd li {
	width:348px;
	float: left;
	border: 1px solid #b4b4b4;
	position: relative;
	margin-right: 21px;
	margin-top: 23px;
	box-sizing: border-box;
}
.product_left .bd li:nth-child(3n) {
margin-right: 0px;
}
.product_left .bd li .bd_img {
	width:100%;
	height: 211px;
	overflow: hidden;
	position: relative;
}
.product_left .bd li .bd_img img {
	width:100%;
	height: 100%;
	transform: scale(1);
transition: all .5s;
}
/*关于我们*/
.index_about {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/pic44.jpg) no-repeat top center fixed;
	margin-top: 93px;
	padding-top: 86px;
	box-sizing: border-box;
	padding-bottom: 93px;
	background-size:cover;
}
.index_about_top {
	width:100%;
	height: 402px;
}
.index_about_top .index_about_video {
	width: 710px;
	height: 400px;
	float: left;
}
.index_aboutxx {
	width:645px;
	height: auto;
	float: right
}
.index_aboutxx h3 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
	opacity: 0.46;
	height: 55px;
}
.index_aboutxx h4 {
	color: #333;
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
}
.index_about_info {
	width:100%;
	height: 210px;
	font-size: 14px;
	color: #333;
	line-height:30px;
	text-align: justify;
	overflow: hidden;
	margin-top: 20px;
}
.index_aboutxx .index_about_more {
	font-size: 14px;
	color: #fff;
	background: #fe7e00;
	text-align: center;
	height: 30px;
	width: 100px;
	border-radius: 15px;
	display: block;
	overflow: hidden;
	line-height: 30px;
	margin-top: 40px;
}
.index_about_bottom {
	width:100%;
	height: 253px;
	margin-top: 35px;
}
.slideGroup {
	width:100%;
}
.parHd_right {
	width:264px;
	height: 255px;
	float: right
}
.parHd_t {
	width:100%;
	height: 62px;
	background:url(../images/ls.jpg) no-repeat right;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top:5px;
	margin-bottom: 2px;
	box-sizing: border-box;
}
.parHd_t h3 {
	font-size: 16px;
	height: 30px;
	line-height:30px;
}
.slideGroup .parHd {
	width: 100%;
	height:129px;
	overflow: hidden;
	clear: both;
}
.slideGroup .parHd ul {
	width:100%;
}
.slideGroup .parHd ul li {
	width: 100%;
	cursor:pointer;
	height: 62px;
	background:url(../images/ls.jpg) no-repeat right;
	line-height: 62px;
	padding-left: 90px;
	margin-bottom: 2px;
	box-sizing: border-box;
}
.slideGroup .parHd ul li.on {
	height:62px;
	background:url(../images/xz.png) no-repeat;
	background-size: 100% 100%
}
.slideGroup .parHd ul li a, .parHd_m a {
	color:#fff
}
.slideGroup .parHd ul li img, .parHd_m img {
	float: left;
	margin-right: 10px;
}
.parHd_m {
	width: 100%;
	cursor:pointer;
	height: 62px;
	background:url(../images/ls.jpg) no-repeat right;
	line-height: 62px;
	padding-left: 90px;
	box-sizing: border-box;
}
.parHd_m:hover {
	height:62px;
	background:url(../images/xz.png) no-repeat;
	background-size: 100% 100%
}
.slideGroup .slideBox {
	overflow:hidden;
	zoom:1;
	position:relative;
	width: 100%;
}
.slideGroup .sPrev, .slideGroup .sNext {
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:30px;
	height:94px;
	border:1px solid #ddd;
	background:url(../images/icoleft.gif) center center no-repeat #f4f4f4;
}
.slideGroup .sNext {
	left:auto;
	right:5px;
	background:url(../images/icoright.gif) center center no-repeat #f4f4f4;
}
.slideGroup .sPrev:hover, .slideGroup .sNext:hover {
	border-color:#f60;
}
.slideGroup .parBd {
	width:928px;
	height:220px;
	float: left;
	background: #eeeeee;
	margin-top: 33px;
	padding: 18px 20px 0;
	box-sizing: border-box;
}
.slideGroup .parBd ul {
	overflow:hidden;
	zoom:1;
}
.slideGroup .parBd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.slideGroup .parBd ul li .pic {
	width: 214px;
	height: 143px;
	overflow: hidden
}
.slideGroup .parBd ul li .pic img {
	width:100%;
	height:100%;
	display:block;
	transform: scale(1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}
.slideGroup .parBd ul li:hover img {
	transform: scale(1.05);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.05);
	-webkit-transform: all 1s ease 0s;
}
.slideGroup .parBd ul li .title {
	width:100%;
	height: 35px;
	line-height: 50px;
	font-size: 14px;
	color: #333
}
.slideGroup .parBd ul li:hover a {
	color: #233357
}
/*工程案例*/
.index_case {
	width:100%;
	height: 832px;
	background: url(../images/case.jpg) no-repeat center;
	padding-top: 55px;
	box-sizing: border-box;
}
.index_case_title {
	width:632px;
	height: 104px;
	margin: 0px auto;
	background: url(../images/case_t.png) no-repeat center;
	text-align: center;
	padding-top: 22px;
	box-sizing: border-box;
}
.index_case_title h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.index_case_title h3 span {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.index_case_title p {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
}
.index_case_list {
	width:100%;
	height: 480px;
	margin-top: 65px
}
.index_case_list .index_case_big {
	width:540px;
	height:450px;
	float:left;
	position: relative;
	margin-top: 15px;
}
.index_case_list .index_case_big .big_img {
	width:100%;
	height: 100%;
}
.index_case_bj {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background:rgba(0, 0, 0, 0.4);
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
transition: all .5s;
}
.index_case_big .index_case_bj {
	padding-top: 168px;
}
.index_case_bj img {
	width:40px;
	height: 40px;
}
.index_case_bj h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	height:35px;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.index_case_bj p {
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
}
.index_case_big:hover .index_case_bj {
	opacity: 1;
}
.index_case_list ul {
	width:860px;
	height:465px;
	float: left
}
.index_case_list li {
	width:270px;
	height: 217px;
	float: left;
	margin-left: 15px;
	position: relative;
	margin-top: 15px;
}
.index_case_list li .big_img {
	width:100%;
	height: 100%;
}
.index_case_list li:hover .index_case_bj {
	opacity: 1;
}
.index_case_list li .index_case_bj {
	padding-top: 70px;
}
.case_more {
	width:99px;
	height: 99px;
	border-radius: 50%;
	background: #fe7e00;
	color: #fff;
	text-align: center;
	margin: 75px auto;
	padding-top:26px;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
}
.case_more p {
	color:#fff;
	margin-top:5px;
}
/*新闻资讯*/
.index_news {
	width:100%;
	overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f3f3f3;
}
.index_news .title {
	width:748px;
	height: 96px;
	margin: 0px auto 60px;
	background:url(../images/news_t.png) no-repeat center;
	text-align: center;
	padding-top: 12px;
	box-sizing: border-box;
}
.index_news .title h3 {
	font-size: 30px;
	color: #233357;
	font-weight: bold;
}
.index_news .title h3 span {
	color:#2463b2;
	font-size: 30px;
	font-weight: bold;
}
.index_news .title p {
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
	text-align: center;
	margin-top: 16px;
}
.index_news .list {
	width:448px;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 28px;
}
.index_news .list:last-child {
	margin-right: 0;
}
.index_news .list .img {
	width:100%;
	height: 230px;
	display: block;
	overflow: hidden;
}
.index_news .list .img img {
	width:100%;
	height: 100%;
	transform: scale(1);
transition: all .5s;
}
.index_news .list .img:hover img {
	transform: scale(1.05);
}
.news_list_title {
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 10px 0px;
}
.news_list1_l {
	width:342px;
	float: left;
	height: 100%;
}
.news_list1_l img {
	float: left;
}
.news_list1_l h4 {
	font-size:15px;
	color: #555;
	font-weight: bold;
}
.news_list1_l p {
	font-size: 12px;
	color:#999
}
.news_list1_l div {
	margin-left: 40px;
}
.news_list1_l div p {
	width:100%;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
transition: all .5s;
}
.news_list1_l div h4 {
	width:100%;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
transition: all .5s;
}
.news_list_title .jia {
	float: right;
	width:14px;
	height: 14px;
	margin-top: 10px;
}
.index_news .list ul {
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.index_news .list ul li {
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/hx.png) no-repeat left;
	padding-left:15px;
transition: all .5s;
}
.index_news .list ul li p {
	width: 78%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	float: left;
transition: all .5s;
}
.index_news .list ul li time {
	float: right;
	font-size: 12px;
	color:#999;
transition: all .5s;
}
.index_news .list ul li:hover p {
	color: #336db6;
}
.index_news .list ul li:hover {
	background: url(../images/lx.png) no-repeat left;
}
.index_news .list ul li:hover time {
	color: #336db6;
}
.news_list_title:hover h4, .news_list_title:hover p {
	color: #336db6;
}
/*在线地图*/
.index_map {
	width:100%;
	height: 400px;
	overflow: auto;
	position: relative
}
.index_map iframe {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}
.index_map .index_wx {
	width: 213px;
	height: 283px;
	background: #fff;
	border: 1px solid #bababa;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 80px;
	margin-right: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.index_map .index_wx .f2 {
	width: 120px;
	height: 120px;
	background: #eee;
	border-radius: 5px;
	padding: 10px;
	margin:35px auto 10px;
}
.index_map .index_wx .f2 img {
	width:100%;
	height: 100%;
}
.index_map .index_wx p {
	width:100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #1f1f21;
	margin-bottom: 10px;
}
.index_map .index_wx .f1 {
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left:-18px;
}
/*service*/
.service {
	height:260px;
	padding:40px 0;
	background-color:#f7f7f7;
	line-height: 30px;
	color: #666;
	box-sizing: border-box;
}
.service li {
	float:left;
	width:25%
}
.service li a {
	display:block;
	width:102px;
	height:140px;
	margin:0 auto 10px;
	text-align:center
}
.service li a img {
	width:100%;
	height:102px
}
.service li a p {
	margin-top:7px;
	font-size:18px;
	font-weight:bold;
}
.service li>p {
	padding:0 7%;
	font-size:16px;
	text-align:center
}
/*links*/
.links {
	width:100%;
	line-height: 49px;
	background: #1f1f1f;
	border-bottom: 1px solid #3a3a3a;
}
.links .tit {
	float: left;
	width: 80px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #233357;
}
.links ul {
	display:inline-block;
	float: right;
	width: 1110px;
}
.links ul li {
	float:left;
	padding-right: 10px;
}
.links ul li a {
	display:block;
	font-size:14px;
	color: #666;
}
.links ul li a:hover {
	color:#f1f1f1;
}
/*footer*/
.footer {
	width:100%;
	background: #333;
	padding: 20px 0;
	overflow: hidden;
}
.footer .contact {
	width: 359px;
	height: 210px;
}
.footer .contact h3 {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}
.footer .contact p {
	font-size: 14px;
	color: #666;
	height: 32px;
	line-height: 32px;
}
.footer .book {
	width: 480px;
	height: 210px;
	padding: 0 96px;
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	box-sizing: border-box;
}
.footer .book h3 {
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
}
.footer .book .item {
	width: 100%;
	height: 45px;
}
.footer .book .item .txt {
	width: 100%;
	height: 30px;
	border: 1px solid #3a3a3a;
	background: none;
	padding: 0px 10px;
	color: #fff;
	outline: none;
	box-sizing: border-box;
}
.footer .book .submit {
	display: block;
	clear: left;
}
.footer .book .submit .tijiao {
	width: 100%;
	height: 30px;
	background: #4f4d4e;
	color: #999999;
	font-size: 14px;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
}
.footer .flogo {
	width: 290px;
	height: 210px;
}
.footer .flogo a {
	display: block;
}
.footer .flogo p {
	width:14px;
	color: #666666;
	line-height: 26px;
	width: 100%;
	margin-top: 24px;
}
.copyright {
	width:100%;
	padding: 40px 0;
	color: #666;
	background: #202021;
	border-top: 1px solid #3a3a3a;
}
.copyright a {
	color:#666;
}
.abFoot {
	width:100%;
	overflow:hidden;
	background:url(../images/foot_bg.png) no-repeat;
	background-size:cover;
}
.abFoot .abFoot_Main {
	padding:70px 0;
}
.abFoot .abFoot_ewm {
	width:31%;
	float:left;
}
.abFoot .abFoot_tit {
	font-size:20px;
	color:#fff;
	margin-bottom:40px;
}
.abFoot .abFoot_tit i {
	display:inline-block;
	width:25px;
	height:1px;
	background:#fff;
	margin:0 0 5px;
}
.abFoot .abFoot_tit em {
	display:inline-block;
	width:25px;
	height:1px;
	background:#2463b2;
	margin:0 20px 5px 0;
}
.abFootewm_list .abFootewm_img {
	width:168px;
	float:left;
	position:relative;
}
.abFootewm_list .abFootewm_img img {
	width:160px;
}
.abFootewm_list .abFootewm_Part {
	display:none;
}
.abFootewm_list .abFootewm_Part.on {
	display:block;
}
.abFootewm_list .abFootewm_Part i {
	background:url(../images/ewm_jt.png) no-repeat top right;
	width:8px;
	height:15px;
	display:block;
	position:absolute;
	right:0;
	top:15px;
}
.abFootewm_list .abFootewm_Part2 i {
	top:70px;
}
.abFootewm_list .abFootewm_Part3 i {
	top:inherit;
	bottom:15px;
}
.abFootewm_list .abFootewm_tit {
	width: calc(100% - 184px);
	float:right;
}
.abFootewm_list .abFootewm_tit span {
	display:block;
	width:100%;
	height:46px;
	line-height:46px;
	background:#4e4e4e;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	margin-bottom:12px;
	cursor:pointer;
}
.abFootewm_list .abFootewm_tit span i {
	width:24px;
	height:24px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin:0 15px -7px 10px;
}
.abFootewm_list .abFootewm_tit span i img {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.abFootewm_list .abFootewm_tit span.on {
	background:#fff;
	color:#666;
}
.abFootewm_list .abFootewm_tit span.on i img {
	bottom:inherit;
	top:0;
}
.abFoot .abFoot_nav {
	width:60%;
	float:right;
}
.abFoot .abFoot_nav ul li {
	width:40%;
	float:left;
}
.abFoot .abFoot_nav ul li .abFoot_tit {
	margin-bottom:30px;
}
.abFoot .abFoot_nav ul li:last-child {
	width:20%;
	float:right;
}
.abFoot .abFoot_nav ul li p {
	font-size:15px;
	height:40px;
	line-height:40px;
	padding:0 30px 0 70px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.abFoot .abFoot_nav ul li p a {
	display:block;
	color:rgba(255, 255, 255, 0.6);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.abFoot .abFoot_nav ul li p a:hover {
	color:#4789d4;
}
.abFoot .abFoot_Copy {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 16px;
	color: #999;
}
.abFoot .abFoot_Copy a {
	color: #999;
}
.abFoot .abFoot_Copy a:hover {
	color: #4789d4;
}
.abFoot_Copy .Copy_l {
	width: 50%;
	float: left;
}
.abFoot_Copy .Copy_r {
	float: right;
}
/********toolbar*********/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #01418b;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #fe7e00;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #233357;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #fe7e00;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #233357;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #fe7e00;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
.local {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.local ul {
	float: right;
	margin-right: 60px;
}
.local ul li {
	padding: 0 25px;
	float: left;
}
.local ul li a {
	position: relative;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	color: #363636;
}
.local ul li a i {
	width: 0;
	height: 3px;
	background: #fe7e00;
	position: absolute;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 0;
transition: ease-in .2s;
}
.local ul li a.hover, .local ul li a:hover {
	color: #363636;
}
.local ul li a.hover i, .local ul li a:hover i {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
}
.bg_main {
	padding-bottom: 50px;
	min-height: 640px;
}
.bg_bottom_main {
	background: #eaeaea;
	height: 100px;
}
.sub_banner {
	height: 200px;
	width: 100%;
}
.sub_nav {
	height: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 20px;
}
.sub_nav .fl {
	font-size: 30px;
}
.sub_nav .fr li {
	float: left;
}
.sub_nav .fr li a {
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	display: block;
	margin-left: 10px;
transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
	background: #2463b2;
	color: #fff;
	border: 1px solid #2463b2;
}
.bg_main .menu_pro {
	line-height: 52px;
	position:relative;
	z-index:1;
	text-align: center;
	padding-top: 50px;
}
.bg_main .menu_pro li {
	height: 40px;
	line-height: 40px;
	margin: 5px;
	display: inline-block;
}
.bg_main .menu_pro li a {
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.bg_main .menu_pro li:hover a, .bg_main .menu_pro li.hover a {
	border: 1px solid #2463b2;
	color: #fff;
	background: #2463b2;
}
.case {
	margin-top: 40px;
}
.case ul {
	width: 105%;
}
.case li {
	width: 326px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.case li .img {
	overflow: hidden;
	height: 330px;
	display: block;
	border: 1px solid #efefef;
	width: 330px;
	border-bottom: none;
}
.case li .img img {
	width: 326px;
	height: 326px;
transition: .9s;
}
.imgH li .img {
	height: 324px;
	border: 1px solid #efefef;
	width: 324px;
	border-bottom: none;
}
.imgH li .img img {
	height: 324px;
}
.case li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.case li .p {
	border: 1px solid #efefef;
	display: block;
	padding: 0 19px;
	height: 108px;
	border-top: none;
}
.case li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 18px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.case li .p span {
	color: #666;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color:#233357;
}
.case li:hover a p {
	color:#233357;
}
.case li:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.news {
	padding-top: 50px;
}
.bg_main .news_ul {
	width:1400px;
	margin:0 auto;
	padding-bottom: 40px;
	padding-top: 12px;
}
.bg_main .news_ul li {
	padding: 37px 0;
	border-bottom: 1px solid #eaeaea;
	position:relative;
}
.bg_main .news_ul li .box1 {
	width: 303px;
	height: 190px;
	overflow: hidden;
}
.bg_main .news_ul li .box1 img {
	width: 303px;
	height: 190px;
transition: ease-in-out .9s;
}
.bg_main .news_ul li .box2 {
	padding-left: 42px;
	width: 859px;
	padding-top: 10px;
}
.bg_main .news_ul li .box2 h1 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	font-weight:bold;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.bg_main .news_ul li .box2 p {
	color: #666;
	line-height: 24px;
	padding-top:10px;
	height: 95px;
}
.bg_main .news_ul li .box2 span {
	font-size: 12px;
	color: #999;
}
.bg_main .news_ul li .right {
	padding-right: 15px;
	padding-top: 35px;
	text-align: center;
}
.bg_main .news_ul li .right h3 {
	font-size: 36px;
	color: #999;
	font-weight: 100;
}
.bg_main .news_ul li .right p {
	font-size: 24px;
	color: #bbb;
	padding-top:10px;
}
.bg_main .news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.bg_main .news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.bg_main .news_ul li a:hover h1 {
	color: #233357;
}
.bg_main .news_ul li b {
	display:block;
	width:100px;
	height:30px;
	border:#ccc solid 1px;
	text-align:center;
	line-height:30px;
	font-weight:normal;
	position:absolute;
	right: 12px;
	top: 161px;
}
.detail {
	padding-top: 50px;
}
.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.detail .title h1 {
	font-size: 30px;
	font-weight: 100;
}
.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
	margin: 0 5px;
}
.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}
.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}
.detail .context {
	color: #666;
	line-height: 30px;
	text-align: justify;
	padding: 25px 0;
}
.detail .context img {
	max-width: 1200px;
}
/* reLink*/
.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
	width: 50%;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.reLink a:hover {
	color: #052f67;
}
/* pager*/
.pager {
	padding: 30px 0 30px;
	text-align: center;
*zoom: 1;
*padding: 40px 0 30px;
}
.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager p {
	height: 26px;
	line-height: 26px;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: none;
}
.pager ul {
	display: inline-block;
*display: inline;
*zoom: 1;
	overflow: hidden;
}
.pager ul li {
	float: left;
	margin: 0 5px;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}
.pager ul a {
	line-height: 30px;
	padding: 0 10px;
	transition: all ease 300ms;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #ddd;
}
.pager ul a.current, .pager ul a:hover {
	color: #fff;
	border: 1px solid #0a408a;
	background: #0a408a;
}
.contact .box1 {
	line-height: 18px;
	padding: 48px 0 0px;
	overflow: hidden;
}
.contact .box1 ul {
	width: 125%;
}
.contact .box1 li {
	float: left;
	width: 230px;
	margin-right: 250px;
}
.contact .box1 li i {
	width: 56px;
	height: 56px;
	background-position: -142px 0;
	float: left;
}
.contact .box1 li b {
	font-size: 18px;
	font-family: arial;
	font-weight: 100;
}
.contact .box1 li td {
	vertical-align: middle;
	height: 56px;
	padding-left: 5px;
}
.contact .box1 .l2 i {
	background-position: -204px 0;
}
.contact .box1 .l3 i {
	background-position: -267px 0;
}
.contact .box2 {
	margin-bottom: 75px;
}
.contact .box2 #map1_container, .contact .box2 #allmap1 {
	width: 100%;
	height: 400px;
}
.contact .box3 h1 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.contact .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}
.contact .box3 b {
	color: #233357;
}
.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;
}
.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 #233357;
	margin-right: 2px;
	text-align: center;
	background: #233357;
	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: #233357;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
.about .box1 {
	padding-top: 105px;
	padding-bottom: 100px;
	overflow: hidden;
}
.box1_add {
	padding: 70px 0;
}
.about .box1 .fl {
	padding-top: 32px;
}
.about .box1 .fl h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: arial;
	line-height: 80px;
}
.about .box1 .fl p {
	font-size: 24px;
	padding-bottom: 88px;
}
.about .box1 .fl i {
	width: 54px;
	height: 54px;
	background-position: 0 -99px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
}
.about .box1 .fl i img {
	position: absolute;
	left: 20px;
	bottom: 56px;
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
transition: ease-in-out .2s;
}
.about .box1 .fl i:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0;
	height: 80px;
	width: 80px;
}
.about .box1 .fl .i2 {
	background-position: -58px -99px;
	margin-left: 20px;
}
.about .box1 .fr {
	width: 611px;
}
.about .box1 .fr h1 {
	font-size: 24px;
	font-weight: 100;
}
.about .box1 .fr span {
	display: block;
	background: #b0b0b0;
	width: 20px;
	height: 2px;
	margin: 13px 0 24px;
}
.about .box1 .fr h2 {
	font-size: 18px;
}
.about .box1 .fr p {
	line-height: 30px;
	padding-top: 12px;
}
.about .box1 .fr i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box1 .fr a:hover {
	cursor: pointer;
}
.about .box1 .fr a:hover i {
	margin-left: 15px;
}
.about .bg_20 {
	height: 20px;
	width: 100%;
	background: #eaeaea;
}
.about .box2 {
	padding-bottom: 94px;
}
.about .box2 .con {
	margin-top: 40px;
}
.about .box2 .con .fl {
	width: 410px;
	height: 428px;
	overflow: hidden;
}
.about .box2 .con .fl img {
	width: 410px;
	height: 428px;
}
.about .box2 .con .fr .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
	display: block;
}
.about .box2 .con .fr .img img {
	width: 380px;
	height: 214px;
transition: .9s;
}
.about .box2 .con .fr .p {
	display: block;
	padding-left: 20px;
	width: 360px;
	height: 214px;
}
.about .box2 .con .fr .p h1 {
	font-size: 24px;
	line-height: 60px;
	font-weight: 100;
}
.about .box2 .con .fr .p i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box2 .con .fr li:hover {
	cursor: pointer;
}
.about .box2 .con .fr li:hover h1, .about .box2 .con .fr li:hover p {
	color: #333;
}
.about .box2 .con .fr li:hover i {
	margin-left: 15px;
}
.about .box2 .con .fr li {
	float: left;
}
.about .box2 .con .fr li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about .box3 {
	background: url(../images/about_bg.jpg) center top no-repeat;
	width: 100%;
	height: 457px;
	padding-top: 93px;
}
.about .box3 .w1200 {
	overflow: hidden;
}
.about .box3 .fl {
	width: 500px;
}
.about .box3 .fl h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 25px;
}
.about .box3 .fl span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ffd200;
	margin-bottom: 25px;
}
.about .box3 .fl p {
	color: #fff;
	line-height: 24px;
}
.about .box3 .fl i {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background-position: 0px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box3 .fl a:hover i {
	margin-left: 15px;
}
.about .box3 .fr .picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 68px;
	height: 225px;
	width: 620px;
}
.about .box3 .fr .picScroll-left .hd {
	overflow: hidden;
}
.about .box3 .fr .picScroll-left .hd .prev, .about .box3 .fr .picScroll-left .hd .next {
	display: block;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 30px;
	height: 72px;
	position: absolute;
	z-index: 10;
	background-position: -133px -67px;
	cursor: pointer;
	display: none;
}
.about .box3 .fr .picScroll-left .hd .next {
	left: auto;
	right: 0;
	background-position: -164px -67px;
}
.about .box3 .fr .picScroll-left:hover .hd .prev, .about .box3 .fr .picScroll-left:hover .hd .next {
	display: block;
}
.about .box3 .fr .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icocircle.gif") 0 -9px no-repeat;
}
.about .box3 .fr .picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.about .box3 .fr .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.about .box3 .fr .picScroll-left .bd ul li img {
	width: 300px;
	height: 225px;
}
.bg_top {
	height: 50px;
	background: #eaeaea;
	width: 100%;
}
.erro {
	color: red;
}
/* map_ul*/
.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}
.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}
.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	text-indent: 15px;
}
.map_ul .list-inline {
	display: block;
	width: 86%;
}
.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
*display: inline;
	margin: 15px 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
}
.map_ul .list-inline li a {
	text-indent: 0;
	font-weight: normal;
	display: block;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
	text-align: center;
}
.map_ul .list-inline li a:hover {
	background: #0a408a;
	color: #fff;
	border: 1px solid #0a408a;
}
.erro {
	text-align: center;
	min-height:400px;
}
.showPro {
	padding: 50px 0;
}
.showPro .reLink {
	margin-bottom: 0;
}
.showPro .showContxt {
	padding: 30px 0 35px;
	color: #666;
	font-size: 14px;
	text-align:center;
	line-height: 30px;
}
.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}
.showPro .showimgCon {
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 32px;
}
.showPro .showimgCon .txtcon {
	width: 600px;
	height: 560px;
	float: right;
	position: relative;
}
.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	color: #233357;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
}
.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 144px;
	overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #2463b2;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
	background: #333;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 280px;
	float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	font-size: 28px;
	line-height: 28px;
}
.showPro .showimg {
	width: 442px;
	position: relative;
	float: left;
	overflow: hidden;
}
.showPro .showimg .bigimg {
	width: 440px;
	height: 440px;
	display: block;
	position: relative;
	border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
	width: 5000%;
}
.showPro .showimg .bigimg .list li {
	width: 440px;
	height: 440px;
	float: left;
	border: 0;
	margin-right: 1px;
}
.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
}
.showPro .showimg .smallimg {
	width: 440px;
	height: 100px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}
.showPro .showimg .list {
	width: 357px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}
.showPro .showimg .prev, .showPro .showimg .next {
	width: 20px;
	height: 100px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.showPro .showimg .prev:hover, .showPro .showimg .next:hover {
	background-color: #f9f9f9;
}
.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}
.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}
.showPro .showimg li {
	width: 94px;
	height: 94px;
	margin-right: 28px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 3px solid #fff;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
}
.showPro .showimg li.on {
	width: 94px;
	height: 94px;
	border: 3px solid #2463b2;
}
.product_left {
	float:left;
	width:19%;
}
.product_right {
	float:right;
	width:77%;
}
.relateTit {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	width: 1100px;
}
.relateTit h3 {
	font-size: 18px;
	display: inline-block;
*display: inline;
*zoom: 1;
	position: relative;
}
.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #2463b2;
}
.ab_img img {
	max-width:100% !important;
	height:auto !important;
	display:inline-block;
}
.ab_img p span {
	text-wrap: inherit !important;
}
.ab_img p {
	text-wrap: inherit !important;
}
/* 感谢AB模板网提供 翻页样式 www.adminbuy.cn */
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height:100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family:宋体
}
.text-secondary {
	text-align:center;
	padding:20px 0
}
.NyContactUs {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs .NyContactUs_Infor {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs_Infor .NyContactUsInfor_Main {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.NyContactUsInfor_Main .NyContactUsInfor_Img {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.NyContactUsInfor_Img img.contactImg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.NyContactUsInfor_Img .contactText {
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 100px 20% 100px 60px;
	background: url(../images/contactbg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactText p {
	width: 100%;
	height: auto;
	line-height: 36px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	word-break: break-all;
	margin: 0 auto;
	padding: 0;
}
.contactText i {
	display: block;
	width: 50px;
	height: 2px;
	margin: 10px 0 40px;
	padding: 0;
	background: url(../images/line06.png) 0 0 no-repeat;
}
.contactText span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}
.contactText em {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../images/xs.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50px;
	right: 40%;
}
.NyContactUsInfor_Main .NyContactUsInfor_Con {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
	border:#e6e6e6 1px solid;
}
.NyContactUsInfor_Con .NyContactUs_Ewm {
	width: 25%;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 20px 40px;
	border-right: 1px solid #e6e6e6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs_Ewm span {
	display: block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 4px;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs_Ewm span img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}
.NyContactUs_Ewm p {
	width: 100%;
	height: auto;
	line-height: 20px;
	color: #666;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.NyContactUsInfor_Con .NyContactUs_Lxfs {
	width: 75%;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 42px 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs_Lxfs ul li {
	width: 33.333333%;
	height: auto;
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid #e6e6e6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyContactUs_Lxfs ul li:nth-child(3) {
border: 0;
}
.NyContactUs_Lxfs ul li img {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 20px;
	padding: 0;
}
.NyContactUs_Lxfs ul li span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.NyContactUs_Lxfs ul li p {
	width: 100%;
	height: auto;
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #666;
	font-size: 18px;
	text-align: center;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}
.NyContactUs .NyContactUs_Map {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.NyMap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.NyMap .dz_map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.ys-box {
	padding:80px 0;
	background:url(../images/ys-bg.jpg) center no-repeat;
	background-size:cover;
	margin-top:60px;
}
.ys-box-tit {
	text-align:center;
}
.ys-box-tit .tit {
	font-size:40px;
	font-weight:800;
	color:#2463b2;
	line-height:1;
}
.ys-box-tit .note {
	font-size:24px;
	color:#666;
	margin-top:20px;
}
.ys-box-list {
	margin-top:60px;
}
.ys-box-list ul li {
	width:25%;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.ys-box-list ul li .tit {
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.ys-box-list ul li i {
	display:block;
	position:relative;
	top:0;
transition: all .3s linear;
	width:140px;
	height:140px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}
.ys-box-list ul li:hover i {
	top:-10px;
}
.ys-box-list ul li .note {
	font-size:16px;
	color:#666;
	max-width:225px;
	margin:0 auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height:1.6;
}
.ys-box-txt {
	text-align:center;
	margin-top:60px;
}
.ys-box-txt .ystitle span {
	display:inline-block;
	font-size:24px;
	position:relative;
}
.ys-box-txt .ystitle span font {
	color: #2463b2;
}
.ys-box-txt .ystitle span:before {
	content:"";
	display: inline-block;
	position:relative;
	top:-5px;
	width:90px;
	height:1px;
	background:#ffa801;
	margin-right:10px;
}
.ys-box-txt .ystitle span:after {
	content:"";
	display: inline-block;
	position:relative;
	top:-5px;
	width:90px;
	height:1px;
	background:#ffa801;
	margin-left:10px;
}
.ys-box-txt .ys-wx1 {
	text-align:center;
	margin-top:40px;
}
.ys-box-txt .ys-wx1 span {
	display:inline-block;
	padding:20px 20px;
	font-size:28px;
	font-weight:bold;
	background:#ffa801;
	color:#fff;
}

.ue-bg{ background:#f3f3f3;}
.ue-ys2{ padding:80px 0;}
.ue-ys2-list{ margin-top:40px;}
.ue-ys2-list ul{ position:relative; margin:0 -15px;}
.ue-ys2-list ul li{ width:50%; padding:15px; box-sizing: border-box; float:left;}
.ue-ys2-list ul li a{ display:block; background:#fff; padding:40px; position:relative; height:140px;}

.ue-ys2-list ul li a .img{ width:140px; float:left;}

.ue-ys2-list ul li a .img img{ border-radius:50%;}
.ue-ys2-list ul li a .txt{ width:420px; float:left; margin-left:30px;}
.ue-ys2-list ul li a .txt .tit{ font-size:22px; font-weight:bold; color:#333; padding-top:20px; margin-bottom:15px;}
.ue-ys2-list ul li a .txt .note{ font-size:18px; color:#999; line-height:1.6;}

.ue-ys2-list ul li a .num{ position:absolute; z-index:999; width:40px; height:49px; background:url(../images/ysnum.png) center no-repeat; background-size:cover; top:0; left:20px; text-align:center; color:#fff; font-size:22px; line-height:40px;}

.ue-case{ padding:60px 0;}

.ue-case-tit{ text-align:center;}
.ue-case-tit .tit{ font-size:40px; font-weight:bold; color:#2463b2;}
.ue-case-tit .tit span{ font-size:24px; font-weight:normal; display:inline-block; margin-left:10px;}
.ue-case-tit .note{ font-size:24px; line-height:1.6; color:#666; margin-top:30px;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
.ue-case-tit .note em{ font-style:normal; color:#aa241a;}
.ue-case-tit .note font{ color:#ffa801;}
.ue-case-list{ margin-top:40px;}
.ue-case-list ul{ position:relative; margin:0 -10px;}
.ue-case-list ul li{ width:25%; float:left; box-sizing:border-box; padding:10px;}
.ue-case-list ul li a{ display:block;}
.ue-case-list ul li a .img{display:block;padding:36% 0;background-repeat:no-repeat;background-size: auto 100%;background-position: center;border: 1px solid #eee;}

.ue-case-list ul li a .txt{ background:#f5f5f5; text-align:center; padding:20px 0;transition: all .3s linear;}
.ue-case-list ul li a .txt .tit{ font-size:20px; color:#666; margin-bottom:10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ue-case-list ul li a .txt .date{ font-size:14px; color:#999;}
.ue-case-list ul li a:hover .txt{ background:#aa241a; color:#fff;}
.ue-case-list ul li a:hover .txt .tit,.ue-case-list ul li a:hover .txt .date{ color:#fff;}



.au-about{ padding:60px 0;}
.au-about-left{ width:36%; float:left;}
.au-about-left img{ max-width:100%;}
.au-about-right{ width:60%; float:right;}
.au-about-right .note p{ font-size:18px; line-height:2; color:#666; margin-bottom:15px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;}
.au-about-right .note .au-ab-more a{ display:inline-block; padding:5px 30px; font-size:16px; background:#2463b2; color:#fff;}
.au-r-img{ margin-top:5%;}
.au-r-img ul{ position:relative; margin:0 -5px;}
.au-r-img ul li{ width:50%; float:left; padding:0 5px; box-sizing:border-box;}
.au-r-img ul li img{ width:100%;}

.ue-contact{ padding:80px 0;}

.ue-catv{ margin-top:40px;}
.ue-contact-l{ width:26%; float:left; position:relative;}
.ue-contact-l:before{ content:""; display:block; width:1px; height:80%; background:#eee; position:absolute; right:10%; top:5%;}

.ue-contact-l .tit{ font-size:22px; font-weight:bold; position:relative; padding-left:10px; margin-bottom:12px;}
.ue-contact-l .tit:before{ content:""; display:block; width:4px; height:16px; background:#2463b2; position: absolute; left:0; top:50%; margin-top:-8px;}

.ue-contact-l .note{ font-size:18px; color:#999; line-height:2; margin-bottom:40px;}

.ue-contact-r{ width:68%; float:right;}
.ue-contact-r .ue-mess{ position:relative;}
.ue-contact-r .ue-mess .ue-mess-l{ width:40%; float:left;}
.ue-contact-r .ue-mess .ue-mess-l ul li .am-form-field{ font-size:18px; padding:15px; border:1px solid #e1e1e1; margin-bottom:15px; width:100%;}
.ue-contact-r .ue-mess .ue-mess-r{ width:55%; float:right; box-sizing:border-box;}
.ue-contact-r .ue-mess .ue-mess-r .nering{ font-family:"Open Sans", sans-serif; box-sizing:border-box; width:100%;padding:15px; font-size:18px;height:188px; border:1px solid #e1e1e1;}
.ue-mess-btn .am-btn{ width:100%; padding:15px; font-size:18px; color:#fff; background:#2463b2; cursor:pointer;}
* {margin: 0;padding: 0;border: 0;outline: none;}

.header_main .ue-logo{ height:120px; line-height:120px; float:left;}
.header_main .ue-logo img{-webkit-box-sizing: border-box;box-sizing: border-box;vertical-align: middle;border: 0; padding-top:20px;}
.header_main .ue-top-tel{ float:right; padding-top:36px;}
.header_main .ue-top-tel .s{ font-size:17px; margin-bottom:5px;}
.header_main .ue-top-tel .t{ font-size:30px; font-weight:bold; color:#ffa801; font-family:Arial, Helvetica, sans-serif;}
.header_main .ue-top-ewm{ float:right; padding-top:15px; margin-left:30px;}
.header_main .ue-top-ewm img{ width:90px; float:left;}
.header_main .ue-top-ewm span{ display:block; width:20px; color:#ffa801; float:left; font-size:18px; margin-left:5px;}
