﻿/*******************************

	-------[=公用]-------

********************************/

/*头部*/

.yunu-header {
	position: relative;
	z-index: 99;
}

.yunu-header > .wp {
	max-width: none;
}

.hdt {
	height: 45px;
	background-color: #e8e8e8;
	line-height: 45px;
}

.hdt p {
	float: left;
	color: #555;
	font-size: 14px;
}

.hd-link {
	float: right;
	margin-top: 15px;
}

.hd-link li {
	position: relative;
	float: left;
	padding: 0 9px;
	height: 16px;
	border-left: 1px dotted #8d8d8c;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}

.hd-link .li1 {
	padding-left: 15px;
	border-left: none;
	background: url(../images/icon1_x.png) no-repeat left center;
}

.hd-link li a {
	color: #333;
}

.hd-link .li3 .pic {
	position: absolute;
	top: 15px;
	left: -30px;
	display: none;
	padding: 10px;
	width: 155px;
	height: 155px;
	background-color: #e8e8e8;
}

.hd-link .li3 .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.hd-link .li3:hover .pic {
	display: block;
}

.hdc {
	overflow: hidden;
	background: url(../images/bg1_x.png) center center no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.hdc .logo {
	overflow: hidden;
	height: 130px;
	line-height: 130px;
}

.hdc .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.g-tel {
	background-repeat: no-repeat;
}

.g-tel p {
	font-size: 18px;
}

.g-tel .first {
	font-size: 14px;
}

.hdc .g-tel {
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 55px;
	background-image: url(../images/tel1_x.png);
	background-position: right 12px;
}

.hdc .g-tel p {
	color: #f3000b;
	text-align: right;
	font-weight: bold;
	line-height: 36px;
	font-size: 20px;
}
.hdc .g-tel .first {
	color: #666;
}

.hdb {
	position: relative;
	z-index: 1;
	background-color: #0254b0;
}

.menuBtn {
	position: relative;
	float: right;
	display: none;
	margin-top: 4px;
	padding: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.menuBtn b {
	display: block;
	margin: 5px 0 7px;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #0254b0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
}

.menuBtn.open b {
	position: absolute;
	top: 35%;
	left: 5px;
	display: none;
	width: 30px;
}

.menuBtn.open b:first-child {
	display: block;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
	display: block;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.yunu-nav {
	*zoom: 1;
}

.yunu-nav:after,.yunu-nav:before {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "clear";
}

.yunu-nav li {
	position: relative;
	float: left;
	width: 12.5%;
}

.yunu-nav li > a {
	display: block;
	height: 55px;
	background-image: url(../images/icon2_x.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 55px;
}

.yunu-nav li > a:hover {
	background: #eea200;
	color: #fff;
}

.yunu-nav li.home > a {
	background-image: url(../images/nav-h.png);
	background-position: 21px center;
}

.yunu-nav li.home > a:hover {
	background-image: url(../images/nav-h.png);
	background-position: 21px center;
	background-repeat: no-repeat;
}

.yunu-nav li.on > a {
	background-color: #eea200;
}

.yunu-nav li:hover .nav-sub {
	display: block;
}

.nav-sub {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
	padding: 10px 0;
	width: 100%;
	background-color: #fff;
}

.nav-sub > dd {
	position: relative;
}

.nav-sub > dd > a {
	display: block;
	padding: 0 20px;
	height: 40px;
	color: #666;
	text-indent: 0;
	font-size: 15px;
	line-height: 40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
}

.nav-sub > dd:hover > a {
	background-color: #eea200;
	color: #0a0a0a;
	text-indent: 1em;
}

.nav-sub > dd:hover .nav-sub2 {
	display: block;
}

/*底部*/

.yunu-footer {
	background-color: #333;
}

.fd-top {
	overflow: hidden;
}

.fd-top .col-l {
	width: 180px;
}

.fd-top .col-r {
	float: none;
	margin-left: 180px;
}

.fd-qr {
	padding: 20px 0 30px;
	background-color: #f5f5f5;
	text-align: center;
}

.fd-qr .pic {
	overflow: hidden;
	margin: 0 auto;
	width: 140px;
	height: 142px;
}

.fd-qr .pic img {
	display: block;
	width: 100%;
/* height: 100%; */
}

.fd-qr .tit {
	padding: 6px 0;
	color: #333;
	font-size: 14px;
}

.fd-qr .txt {
	margin-bottom: 6px;
}

.fd-qr .txt span {
	position: relative;
	display: inline-block;
	width: 70px;
	color: #333;
	font-size: 13px;
}

.fd-qr .txt span:before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 22px;
	height: 1px;
	background-color: #999;
	content: '';
}

.fd-qr .txt span:after {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 22px;
	height: 1px;
	background-color: #999;
	content: '';
}

.fd-qr .tel {
	display: block;
	color: #0456b0;
	font-size: 20px;
}

.fd-nav {
	margin-bottom: 32px;
	border-bottom: 1px solid #545454;
	text-align: center;
	font-size: 0;
}

.fd-nav li {
	display: inline-block;
	color: #b6b6b6;
	font-size: 14px;
}

.fd-nav li a {
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	color: #b6b6b6;
	line-height: 50px;
}

.fd-nav li a:hover {
	color: #eea200;
}

.fd-link {
	overflow: hidden;
}

.fd-link dl {
	float: left;
	padding: 0 55px;
	height: 190px;
	border-right: 1px solid #545454;
}

.fd-link dl:last-child {
	border-right: 0;
}

.fd-link dt {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 14px;
}

.fd-link dt a {
	color: #fff;
}

.fd-link dd {
	color: #b6b6b6;
	font-size: 13px;
	line-height: 28px;
}

.fd-link dd a {
	color: #b6b6b6;
}

.fd-link dd a:hover {
	color: #fff;
}

.yunu-footer .copy {
	height: 43px;
	background-color: #0456b0;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 43px;
}

.yunu-footer .copy a {
	color: #fff;
}

.yunu-footer .copy .last {
	display: inline-block;
	padding-left: 25px;
	background: url(../images/copy.png) left center no-repeat;
}

.fd-txt {
	display: none;
	padding: 20px 0;
	background-color: #eee;
	color: #000;
	text-align: center;
	font-size: 16px;
}

/*客服*/

.kf {
	position: fixed;
	top: 50%;
    /* right: 20px; */
	right: -208px;
	z-index: 999;
	width: 208px;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.kt-top {
	padding-left: 46px;
	height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #eea200;
	background-size: auto 20px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	position: relative;
	float: right;
	margin: 10px 10px 0px 0px;
	width: 18px;
	height: 16px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-ms-transition: 0.5s;
}

.kt-top span b {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.kt-top span b:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.kt-top span b:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	padding-left: 16px;
	height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	line-height: 36px;
}

.kf .qq li a {
	display: block;
	overflow: hidden;
	height: 36px !important;
	color: #666;
	text-decoration: initial;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	margin-top: 12px;
	padding-left: 45px;
	height: 26px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	padding-left: 22px;
	height: 26px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	background: url(../images/huidaodingbu.png) center center no-repeat #eea200;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	position: absolute;
	top: 50%;
	left: -34px;
	padding: 18px 10px 10px;
	background: #eea200;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.kf-side b {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.kf-side span.arrow {
	display: block;
	margin-top: 10px;
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	background-size: auto 12px;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
}

.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	background-size: auto 12px;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
}

/*手机底部菜单*/

.h50 {
	display: none;
}

.yunu-link {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: none;
	overflow: hidden;
	padding: 4px 0;
	background-color: #fff;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}

.yunu-link li {
	float: left;
	width: 25%;
}

.yunu-link li a {
	display: block;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.yunu-link li.on a,

.yunu-link li:hover a {
	color: #0254b0;
}

.yunu-link li a i {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 25px;
	background-position: center center;
	background-size: auto 18px;
	background-repeat: no-repeat;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
}

.yunu-link li a .i1 {
	background-image: url(../images/sj-nav1.png);
}

.yunu-link li.on .i1,

.yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav1-on.png);
}

.yunu-link li a .i2 {
	background-image: url(../images/sj-nav2.png);
}

.yunu-link li.on .i2,

.yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav2-on.png);
}

.yunu-link li a .i3 {
	background-image: url(../images/sj-nav3.png);
}

.yunu-link li.on .i3,

.yunu-link li:hover .i3 {
	background-image: url(../images/sj-nav3-on.png);
}

.yunu-link li a .i4 {
	background-image: url(../images/sj-nav4.png);
}

.yunu-link li.on .i4,

.yunu-link li:hover .i4 {
	background-image: url(../images/sj-nav4-on.png);
}

/*标题*/

.g-tit01_x {
	padding: 50px 0 30px;
	text-align: center;
}

.g-tit01_x strong {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font-size: 32px;
}

.g-tit01_x.bai strong {
	color: #5e9fe6;
}

.g-tit01_x .tit {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #333;
	font-weight: bold;
	font-size: 32px;
}

.g-tit01_x.bai .tit {
	color: #fff;
}

.g-tit01_x.bai .tit:before {
	background: url(../images/titl02_x.png) center center no-repeat;
}

.g-tit01_x.bai .tit::after {
	background: url(../images/titr02_x.png) center center no-repeat;
}

.g-tit01_x .tit:before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 230px;
	height: 3px;
	background: url(../images/titl01_x.png) center center no-repeat;
	content: '';
}

.g-tit01_x .tit:after {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 230px;
	height: 3px;
	background: url(../images/titr01_x.png) center center no-repeat;
	content: '';
}

.g-tit01_x p {
	font-size: 18px;
}

.g-tit02_x {
	padding: 21px 0;
	background-color: #0254b0;
	text-align: center;
}

.g-tit02_x .tit {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.g-tit02_x strong {
	display: block;
	font-size: 27px;
}

.g-tit03_x {
	overflow: hidden;
	margin-bottom: 20px;
}

.g-tit03_x .more {
	float: right;
	display: block;
	height: 30px;
	color: #666;
	font-size: 13px;
	line-height: 30px;
}

.g-tit03_x .tit {
	float: left;
	color: #999;
	font-size: 14px;
}

.g-tit03_x .tit a {
	display: inline-block;
	margin-right: 15px;
	color: #333;
	font-weight: bold;
	font-size: 25px;
}

.g-more {
	display: block;
	width: 124px;
	height: 35px;
	border-radius: 5px;
	background-color: #0254b0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}

.g-more:hover {
	color: #fff;
}

/*******************************

	-------[=内页公用]-------

********************************/

.g-tit3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	color: #0254b0;
	font-weight: 600;
	font-size: 16px;
}

.g-tit3 span {
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
}

.g-pages {
	margin: 20px 0;
	text-align: center;
	font-size: 0;
}

.g-pages li {
	display: inline-block;
}

.g-pages li a {
	display: block;
	margin: 0 2px;
	padding: 2px 10px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
	line-height: 24px;
}

.g-pages li.on a,

.g-pages li a:hover {
	background-color: #0254b0

	border: 1px solid #0254b0;
	color: #fff;
}

/*内页左侧*/

.g-cur {
	height: 40px;
	background: #f3f3f3;
	line-height: 40px;
}

.g-cur .wp {
	box-sizing: border-box;
	padding-left: 20px;
	background: url('../images/home.png') left center no-repeat;
}

.g-cur .wp a {
	color: #2f2f2f;
}

.g-cur .wp a:hover {
	color: #0254b0;
}

.row-b1 {
	overflow: hidden;
	padding: 20px 0;
}

.row-b1 .col-l {
	padding: 13px;
	width: 290px;
	background-color: #0254b0;
}

.row-b1 .col-r {
	float: none;
	margin-left: 310px;
}

.g-titIns1 {
	position: relative;
	height: 44px;
	border-bottom: 1px solid #ebebeb;
	color: #545454;
	font-weight: normal;
	font-size: 20px;
	line-height: 44px;
}

.g-titIns1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #0254b0;
	content: '';
}

.ul-newslist {
	overflow: hidden;
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
}

.ul-newslist li {
	border-bottom: 1px solid #e6e6e6;
}

.ul-newslist li a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	height: 36px;
	background-image: url(../images/news-r1.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 36px;
	-ms-text-overflow: ellipsis;
}

.ul-newslist li a:hover {
	background-color: #e6e6e6;
	color: #0254b0;
	font-weight: bold;
}

.m-info {
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	line-height: 2;
}

/*内页banner]*/

.ban {
	overflow: hidden;
	height: 359px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
}

/*******************************

	-------[=首页]-------

********************************/

.ban-index.swiper-container {
	position: relative;
}

.ban-index.swiper-container .swiper-slide .con {
	display: block;
/* padding-top: 28%; */
	height: 520px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.ban-index.swiper-container .swiper-pagination {
	right: 22%;
	bottom: 15px;
	left: auto;
	width: auto;
	height: 20px;
}

.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/ban-d.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
}

.ban-index.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-image: url(../images/ban-d-on.png);
}

.ban-index.swiper-container .swiper-button-prev,

.ban-index.swiper-container .swiper-button-next {
	top: auto;
	bottom: 15px;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.ban-index.swiper-container .swiper-button-prev {
	left: 73.5%;
	background-image: url(../images/ban-l.png);
}

.ban-index.swiper-container .swiper-button-prev:hover {
	background-image: url(../images/ban-l-h.png);
}

.ban-index.swiper-container .swiper-button-next {
	right: 20.5%;
	background-image: url(../images/ban-r.png);
}

.ban-index.swiper-container .swiper-button-next:hover {
	background-image: url(../images/ban-r-h.png);
}

/*产品中心*/

.row-a1 {
	overflow: hidden;
	margin-bottom: 30px;
}

.row-a1 .col-l {
	padding: 0 13px 13px 13px;
	width: 290px;
	background-color: #0254b0;
}

.row-a1 .col-r {
	float: none;
	margin-left: 307px;
}

.ul-link01_x {
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid rgba(163, 163, 163, 0.2);
}

.ul-link01_x li {
	float: left;
	width: 33.33%;
	border-right: 1px solid rgba(163, 163, 163, 0.2);
	border-bottom: 1px solid rgba(163, 163, 163, 0.2);
}

.ul-link01_x li a {
	display: block;
	height: 32px;
	background-color: #fafafa;
	color: #454545;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
}

.ul-link01_x li.on a {
	background-color: #fff;
	color: #009a44;
	font-weight: bold;
}

.snv-index {
	margin-bottom: 13px;
	padding: 12px;
	background-color: #fff;
}

.snv-index li {
	margin-bottom: 10px;
}

.snv-index li .v {
	display: block;
	padding: 0 20px;
	height: 44px;
	border-radius: 5px;
	background-color: #0355b0;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
}

.snv-index li .v:hover {
	background: #eea200;
}

.snv-index li .v1 {
	display: block;
	padding: 0 20px;
	height: 44px;
	border-radius: 5px;
	background-color: #0456b0;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
}

.snv-index li .v1 span {
	display: block;
	background: url(../images/snv-r.png) center right no-repeat;
}

.snv-index li.on .v1 {
	color: #0254b0;
}

.snv-index-sub1 {
	display: none;
	padding-left: 30px;
}

.snv-index li.on .snv-index-sub1 {
	display: block;
}

.snv-index-sub1 dd > a {
	display: block;
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}

.snv-index dd.ok > a {
	color: #0254b0;
}

.snv-index dd.ok .snv-index-sub2 {
	display: block;
}

.snv-index-sub2 {
	display: none;
	padding-left: 30px;
}

.snv-index-sub2 dd .v3 {
	display: block;
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}

.snv-index .more {
	display: block;
	padding: 0 20px;
	height: 44px;
	border: 1px solid #0254b0;
	border-radius: 3px;
	color: #666;
	font-size: 16px;
	line-height: 42px;
}

.snv-index .more:hover {
	border: 1px solid #eea200;
	background: #eea200;
	color: #fff;
}

.ul-imgtxt01_x {
	overflow: hidden;
	margin: 0 -7px;
}

.ul-imgtxt01_x li {
	float: left;
	margin-bottom: 23px;
	width: 33.33%;
}

.ul-imgtxt01_x li .con {
	display: block;
	margin: 0 7px;
}

.ul-imgtxt01_x li .pic {
	position: relative;
	overflow: hidden;
	padding-top: 77%;
	height: 0;
	border: 1px solid #d8d8d8;
}

.ul-imgtxt01_x li .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-transition: .5s;
}

.ul-imgtxt01_x li:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ul-imgtxt01_x li p {
	overflow: hidden;
	height: 44px;
	background-color: #7b7b7b;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 44px;
	-ms-text-overflow: ellipsis;
}

.ul-imgtxt01_x li:hover p {
	background-color: #0355b0;
}

/*公司承诺*/

.row-a2 {
	overflow: hidden;
	background-color: #0355b0;
}

.m-sub01_x {
	float: right;
}

.m-pic01_x {
	float: left;
	margin-top: -23px;
	width: 238px;
	height: 288px;
}

.m-pic01_x img {
	display: block;
	height: 100%;
}

.m-txt01_x {
	float: left;
	margin-top: 30px;
	width: 440px;
}

.m-txt01_x .txt {
	margin: 15px 0;
	height: 42px;
	border-radius: 25px;
	background-color: #fde200;
	box-shadow: 3px 3px 10px #054388;
	color: #4b440d;
	text-align: center;
	font-size: 22px;
	line-height: 42px;
}

.m-txt01_x .g-tel {
	padding-left: 55px;
	background-image: url(../images/tel2_x.png);
	background-position: left top;
	color: #fff;
	font-weight: bold;
}

.m-txt01_x .g-tel .first {
	font-weight: 400;
}

.m-sub01_x {
	padding: 20px 32px;
	background-color: #054388;
}

.m-sub01_x .txt {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
}

.m-sub01_x .txt span {
	display: block;
	font-size: 20px;
}

.m-sub01_x .item {
	margin-bottom: 8px;
	font-size: 0;
}

.m-sub01_x .item i {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #ddd;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.m-sub01_x .item .inp {
	padding: 0 12px;
	width: 360px;
	height: 40px;
	border: 0;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}

.m-sub01_x .item .sub {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #fde200;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 40px;
}

.m-sub01_x .item .sub:hover {
	background-color: #fd2500;
	color: #fff;
}

/*工厂展示*/

.row-a3 {
	overflow: hidden;
}

.row-a3 .g-tit01_x .txt {
	margin-bottom: 10px;
}

.m-imgtxt01_x {
	position: relative;
	padding: 10px 68px;
}

.m-imgtxt01_x .swiper-container .swiper-slide {
	width: 600px;
	height: 480px;
}

.m-imgtxt01_x .swiper-container .swiper-slide-active {
	padding: 5px;
	background-color: #ccc;
}

.m-imgtxt01_x .swiper-container .con {
	position: relative;
	overflow: hidden;
	padding-top: 80%;
	height: 0;
}

.m-imgtxt01_x .swiper-container .con img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.m-imgtxt01_x .swiper-button-prev,

.m-imgtxt01_x .swiper-button-next {
	margin-top: -41px;
	width: 32px;
	height: 82px;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.m-imgtxt01_x .swiper-button-prev {
	left: 0;
	background-image: url(../images/arr-l.png);
}

.m-imgtxt01_x .swiper-button-next {
	right: 0;
	background-image: url(../images/arr-r.png);
}

/*定制流程*/

.row-a4 {
	overflow: hidden;
	padding-bottom: 33px;
	background: #0355b0 url(../images/png3_x.png) center 215px no-repeat;
}

.m-imgtxt02_x {
	overflow: hidden;
}

.m-imgtxt02_x .pic {
	height: 128px;
	text-align: center;
}

.m-imgtxt02_x .pic img {
	display: inline-block;
	vertical-align: middle;
}

.m-imgtxt02_x ul {
	overflow: hidden;
	padding: 12px 0;
}

.m-imgtxt02_x ul li {
	float: left;
	margin-left: 45px;
	width: 130px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.m-imgtxt02_x ul .li1 {
	margin-left: 10px;
}

.m-imgtxt02_x .more {
	display: block;
	margin: 3px auto;
	padding: 0 30px;
	width: 155px;
	height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}

.m-imgtxt02_x .more span {
	display: block;
	background-image: url(../images/icon6_x.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/*关于我们*/

.row-a5 {
	overflow: hidden;
	padding-bottom: 55px;
	background-repeat: repeat;
}

.row-a5 .g-tit03_x {
	display: none;
}

.m-imgtxt03_x {
	overflow: hidden;
}

.m-imgtxt03_x .pic {
	float: left;
	overflow: hidden;
	margin-right: 9px;
	width: 596px;
	height: 380px;
}

.m-imgtxt03_x .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.m-imgtxt03_x .pic img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.m-imgtxt03_x .txt {
	overflow: hidden;
	padding: 30px;
	height: 380px;
	background: #fff url(../images/icon8_x.png) left 31px no-repeat;
}

.m-imgtxt03_x .txt .tit {
	margin-bottom: 30px;
	line-height: 1.2;
}

.m-imgtxt03_x .txt .tit a {
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 25px;
}

.m-imgtxt03_x .txt .tit em {
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 16px;
}

.m-imgtxt03_x .txt .desc {
	margin-bottom: 30px;
}

.m-imgtxt03_x .txt .desc a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	color: #333;
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

/*新闻*/

.row-a6 {
	overflow: hidden;
	padding-bottom: 50px;
}

.row-a6 .g-tit03_x {
	display: none;
}

.row-a6 .col-l {
	width: 66.66%;
}

.row-a6 .col-r {
	width: 28.33%;
}

.row-a6 .ul-imgtxt01_x {
	display: none;
}

.ul-tab01_x {
	overflow: hidden;
	margin-bottom: 30px;
	border: 3px solid #0456b0;
}

.ul-tab01_x li {
	float: left;
	width: 50%;
}

.ul-tab01_x li a {
	display: block;
	height: 60px;
	color: #222;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}

.ul-tab01_x li.on a {
	background-color: #0355b0;
	color: #fff;
}

.ul-tab01_x li a span {
	text-transform: uppercase;
	font-size: 14px;
}

.tabnews {
	overflow: hidden;
	height: 0;
}

.tabnews.show {
	height: auto;
}

.m-news01_x {
	overflow: hidden;
	margin-bottom: 40px;
}

.m-news01_x .pic {
	float: left;
	overflow: hidden;
	width: 305px;
	height: 196px;
}

.m-news01_x .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.m-news01_x .pic img:hover {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.m-news01_x .txt {
	overflow: hidden;
	padding-left: 20px;
}

.m-news01_x .txt .top {
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 30px;
}

.m-news01_x .txt .top .time {
	float: right;
	margin-left: 10px;
	color: #555;
	font-size: 13px;
}

.m-news01_x .txt .top .tit {
	display: block;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	-ms-text-overflow: ellipsis;
}

.m-news01_x .txt .desc {
	margin-bottom: 25px;
}

.m-news01_x .txt .desc a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 96px;
	color: #666;
	font-size: 13px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.m-news01_x .txt .g-more {
	width: 99px;
	height: 33px;
	line-height: 33px;
}

.ul-news01_x {
	overflow: hidden;
}

.ul-news01_x li {
	float: left;
	width: 50%;
	border-bottom: 1px dashed #d0d0d0;
}

.ul-news01_x li .tit {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	height: 46px;
	background-image: url(../images/icon7_x.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 46px;
	-ms-text-overflow: ellipsis;
}

.ul-news01_x li a:hover {
	color: #0456b0;
}

.ul-news01_x li .time {
	float: right;
	margin: 0 10px;
	height: 40px;
	color: #969696;
	font-size: 13px;
	line-height: 40px;
}

.m-titt01_x {
	display: block;
	height: 52px;
	background-color: #0456b0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 52px;
}

.m-titt01_x span {
	font-size: 14px;
}

.ul-txt01_x.str_wrap {
	height: 430px;
	background-color: #fff;
}

.ul-txt01_x.str_wrap.str_active {
	background-color: #fff;
}

.ul-txt01_x li {
	padding: 15px 0;
	border-bottom: 1px dashed #e7e7e7;
}

.ul-txt01_x li .tit {
	margin-bottom: 13px;
	padding-left: 30px;
	background: url(../images/icon9_x.png) no-repeat left center;
}

.ul-txt01_x li .tit a {
	display: block;
	overflow: hidden;
	height: 26px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	-ms-text-overflow: ellipsis;
}

.ul-txt01_x li .tit a:hover{color: #0456b0;}

.ul-txt01_x li .txt {
	padding-left: 30px;
	background: url(../images/icon10_x.png) no-repeat left top;
}

.ul-txt01_x li .txt a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	color: #868686;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/*友情链接*/

.row-link {
	overflow: hidden;
	background-color: #f1f1f1;
}

.m-link1 {
	padding: 20px 0;
}

.m-link1 .item {
	overflow: hidden;
	color: #4e4e4e;
}

.m-link1 .item:first-child {
	margin-bottom: 25px;
}

.m-link1 .item span {
	float: left;
	margin-right: 18px;
	font-weight: 600;
	font-size: 16px;
}

.ul-link1 {
	overflow: hidden;
}

.ul-link1 li {
	float: left;
}

.ul-link1 li a {
	display: block;
	margin-right: 20px;
	height: 21px;
	color: #666;
	font-size: 14px;
	line-height: 21px;
}

.ul-link1 li a:hover {
	text-decoration: underline;
}

/*******************************

	-------[=产品列表]-------

********************************/

.m-chanpin {
	overflow: hidden;
}

.m-chanpin .desc {
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted #e5e5e5;
	background-color: #f5f5f5;
	color: #868686;
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
}

.ul-imgtxt1 {
	overflow: hidden;
	margin: 0 -10px 20px;
	*zoom: 1;
}

.ul-imgtxt1 li {
	float: left;
	margin-top: 20px;
	width: 25%;
}

.ul-imgtxt1 li a {
	display: block;
	margin: 0 10px;
	text-align: center;
}

.ul-imgtxt1 li a .pic {
	position: relative;
	overflow: hidden;
	padding-top: 77%;
	height: 0;
}

.ul-imgtxt1 li a .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-ms-transition: 1s;
}

.ul-imgtxt1 li a:hover .pic img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.ul-imgtxt1 li a p {
	overflow: hidden;
	height: 50px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 15px;
	line-height: 50px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
	-ms-text-overflow: ellipsis;
}

.ul-imgtxt1 li a:hover {
	text-decoration: none;
}

.ul-imgtxt1 li a:hover p {
	background-color: #0254b0;
	color: #fff;
}

/*******************************

	-------[=产品详情]-------

********************************/

.m-list1 {
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
	float: left;
	width: 380px;
}

.m-txt1 {
	overflow: hidden;
	padding-left: 38px;
}

.m-txt1 .tit {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
	font-size: 16px;
}

.m-txt1 .txt {
	margin-right: 100px;
}

.m-txt1 .txt p {
	margin-bottom: 10px;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 28px;
}

.m-txt1 .btn {
	display: block;
	padding-left: 15px;
	width: 98px;
	height: 32px;
	background-color: #0254b0;
	color: #fff;
	line-height: 32px;
}

.m-txt1 .btn:hover {
	background-color: #444;
}

.m-txt1 .btn span {
	display: block;
	padding-left: 15px;
	background-image: url(../images/btn-r.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.m-txt2 {
	margin-top: 12px;
	font-size: 14px;
	line-height: 26px;
}

.ul-arrow {
	overflow: hidden;
	margin: 15px 0;
}

.ul-arrow li {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
}

.ul-arrow li:last-child {
	float: right;
}

.ul-arrow li a {
	color: #337AB7;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-ms-transition: .3s;
}

.ul-arrow li a:hover {
	color: #0254b0;
}

.m-list3 {
	padding: 5px 0;
}

.ul-city {
	overflow: hidden;
	padding-top: 20px;
}

.ul-city li {
	float: left;
	margin-bottom: 20px;
}

.ul-city li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}

.ul-city li a:hover {
	color: #0254b0;
}

/* 放大镜 */





div.zoomDiv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #ffffff;
	text-align: center;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	z-index: 1;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
}

.yunu-showcase {
	margin-bottom: 30px;
}

.yunu-showcase-pic {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}

.yunu-showcase-pic .bd {
	overflow: hidden;
	margin-top: 13px;
	font-size: 0;
}

.yunu-showcase-pic .bd li {
	display: inline-block;
	margin: 0 5px;
	padding: 1px;
	width: 99px;
	height: 75px;
	border: 1px solid #ddd;
	line-height: 75px;
	cursor: pointer;
}

.yunu-showcase-pic .bd li.active {
	border-color: #c80003;
}

.yunu-showcase-pic .prev,.yunu-showcase-pic .next {
	position: absolute;
	bottom: 26px;
	z-index: 2;
	width: 14px;
	height: 27px;
	background: no-repeat 0 0;
}

.yunu-showcase-pic .prev {
	left: 0;
	background-image: url(../images/zlztDetailsCon1Btn01.png);
}

.yunu-showcase-pic .next {
	right: 0;
	background-image: url(../images/zlztDetailsCon1Btn02.png);
}

.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {
	background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
	padding: 1px;
	height: 300px;
	border: 1px solid #ddd;
	line-height: 300px;
}

.yunu-showcase-pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
}

.yunu-showcase-info {
	float: right;
	width: 500px;
}

.yunu-showcase-info h1 {
	overflow: hidden;
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 20px;
}

.yunu-showcase-info p {
	margin: 0;
	color: #666;
	line-height: 2;
}

.yunu-showcase-info .tel {
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 50px;
	height: 42px;
	border-top: 2px solid #e6e6e6;
	background: url(../images/VISkins-p1.png) no-repeat 0 15px;
	line-height: 21px;
}

.yunu-showcase-info .tel a {
	float: right;
	padding: 0 15px;
	background-color: #c80003;
	color: #fff;
	line-height: 42px;
}

.yunu-showcase-info .tel span {
	display: block;
	color: #c80003;
	font-size: 18px;
}

div.zoomDiv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #ffffff;
	text-align: center;
	font-size: 0;
}

div.zoomDiv img {
	max-width: none;
}

div.zoomMask {
	position: absolute;
	z-index: 1;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.m_pic_showpic {
	display: none;
}

.m_showpic img {
	display: block;
	max-width: 100%;
}

/*产品详情图片*/

.pc-slide {
	margin: 0 auto;
	width: 100%;
}

.m-pic1 .view .swiper-slide {
	padding: 0 2px;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	line-height: 350px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.preview .swiper-container {
	margin: 0 10%;
}

.preview .swiper-slide {
	padding: 5px;
	/* width: 33.33%; */
	width: 101px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	line-height: 78px;
	cursor: pointer;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	padding: 5px;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 10;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	background: url(../images/feel3.png) no-repeat left top;
}

.preview .arrow-right {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 10;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	background: url(../images/feel4.png) no-repeat left bottom;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #0254b0;
}

/*******************************

	-------[=关于我们]-------

********************************/

.m-about {
	padding: 15px 0;
	color: #2F2F2F;
	font-size: 14px;
	line-height: 28px;
}

/*******************************

	-------[=新闻列表]-------

********************************/

.ul-news {
	overflow: hidden;
	padding-bottom: 20px;
}

.ul-news.news {
	margin: 0 -10px 15px;
	padding-bottom: 0;
}

.ul-news li {
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
	font-size: 14px;
}

.ul-news li .top {
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}

.ul-news li .top .time {
	float: right;
	margin-left: 10px;
	font-size: 14px;
}

.ul-news1 li .top .time {
	font-size: 12px;
}

.ul-news li .top .tit {
	display: block;
	overflow: hidden;
	padding-left: 14px;
	background: url('../images/news-r1.png') left center no-repeat;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	-ms-text-overflow: ellipsis;
}

.ul-news li .tit:hover {
	color: #0254b0;
}

.ul-news li .txt p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*******************************

	-------[=新闻详情]-------

********************************/

.m-news1 {
	padding-top: 20px;
}

.m-news1 h1 {
	margin-bottom: 15px;
	color: #434343;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
}

.m-news1 .desc {
	text-align: center;
}

.m-news1 .desc span {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}

.m-news1 .txt {
	padding: 15px 0;
	color: #2F2F2F;
	font-size: 14px;
	line-height: 28px;
}

.m-txt3 {
	margin-top: 10px;
}

.m-link2 {
	margin-bottom: 15px;
	padding-left: 20px;
	height: 36px;
	border: 1px dotted #e5e5e5;
	background-color: #f5f5f5;
	color: #868686;
	font-size: 14px;
	line-height: 36px;
}

.m-link2 a {
	color: #868686;
}

.m-link2 a:hover {
	color: #0254b0;
}

.m-tabel {
	overflow: hidden;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	color: #5a5a5a;
	font-size: 14px;
}

.m-tabel span {
	float: left;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}

.m-tabel ul {
	overflow: hidden;
}

.m-tabel li {
	float: left;
}

.m-tabel li a {
	display: block;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}

.m-tabel li a:hover {
	color: #0254b0;
}

.ul-news.news li {
	float: left;
	width: 50%;
}

.ul-news.news li .top {
	margin: 0 10px;
}

/*******************************

	-------[=留言反馈]-------

********************************/

#message {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	transition: .3s;
	transform: scale(0);
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	position: relative;
	z-index: 1002;
	margin: 0 auto;
	padding: 50px;
	width: 580px;
	background: #fff;
	background: #fff;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.m-message {
	margin: 48px auto 0;
	width: 494px;
}

.m-message label {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

.m-message label em {
	float: right;
	display: block;
	height: 32px;
	color: red;
	line-height: 32px;
}

.m-message label span {
	float: left;
	display: inline-block;
	margin-right: 30px;
	width: 70px;
	height: 34px;
	color: #2F2F2F;
	text-align: right;
	font-weight: bold;
	line-height: 34px;
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 14px;
	width: 77%;
	height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #555;
	line-height: 32px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,.m-message label textarea:focus {
	outline: 0;
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	padding: 10px 14px;
	height: 72px;
	line-height: 24px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	float: left;
	margin-right: 30px;
	width: 30%;
}

.m-message label.code .pic {
	display: inline-block;
	width: 80px;
	height: 32px;
	vertical-align: top;
}

.m-message label.code img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.btn-1 input {
	margin-right: 22px;
	width: 100px;
	height: 32px;
	border: none;
	background: #eea200;
	color: #333;
	line-height: 32px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #0254b0;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

/*******************************

	-------[=案例详情]-------

********************************/

.m-list2 {
	margin-top: 30px;
	padding: 26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}

.m-list2 .con {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.m-list2 .box {
	padding: 26px 20px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.m-list2 .con .pic {
	overflow: hidden;
	height: 450px;
	text-align: center;
	line-height: 450px;
}

.m-list2 .con .pic img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.m-list2 .box .tit {
	margin-bottom: 30px;
	color: #0254b0;
	font-weight: 600;
	font-size: 22px;
}

.ul-txt-01 {
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}

.ul-txt-01 li {
	float: left;
	margin-right: 4px;
	color: #505050;
	font-size: 14px;
	font-family: 'microsoft yahei',Verdana, Arial;
}

.ul-txt-01 li a {
	font-size: 12px;
}

.ul-txt-01 li a:hover {
	color: #0254b0;
}

