﻿* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.g-tit01 {
	overflow: hidden;
	margin-bottom: 20px;
}

.g-tit01 h3 {
	float: left;
	font-size: 24px;
	color: #bf8b3e;
}

.g-tit01 .more {
	float: right;
}

.g-tit01 .more a {
	display: block;
	float: left;
}

.g-tit01 .more a.txt {
	font-size: 18px;
	font-weight: 600;
	color: #bf8b3e;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
}

.g-tit01 .more a.jia {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	border: 2px solid #bf8b3e;
	font-size: 26px;
	font-weight: 600;
}

.g-tit01 .more a.jia span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #bf8b3e;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.g-tit01 .more a.jia:hover span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #bf8b3e;
	color: #fff;
}

.yunu-header {}

.hd-top {
	overflow: hidden;
	background-color: #f1efef;
	font-size: 12px;
	color: #8d8d8d;
}

.hd-top p {
	float: left;
	height: 36px;
	line-height: 36px;
}

.hd-link {
	float: right;
}

.hd-link li {
	float: left;
}

.hd-link li a {
	position: relative;
	color: #8d8d8d;
	padding: 0 4px;
	height: 36px;
	line-height: 36px;
}

.hd-link li:first-child a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 1px;
	height: 9px;
	background-color: #8d8d8d;
}

.hd-bottom {
	overflow: hidden;
}

.hd-bottom .logo {
	float: left;
	height: 130px;
	line-height: 130px;
}

.hd-bottom .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.hd-bottom .txt {
	position: relative;
	float: left;
	padding: 20px 30px;
	margin-top: 20px;
	border: none;
}

.hd-bottom .txt:after {
	content: '';
	position: absolute;
	top: 62%;
	margin-top: -34px;
	left: 10px;
	background-color: #e1e1e1;
	width: 1px;
	height: 50px;
}

.hd-bottom .txt h3 {
	font-size: 22px;
	color: #004890;
}

.hd-bottom .txt h3 span {
	color: #d90b18;
}

.hd-bottom .txt p {
	text-align: center;
	font-size: 15px;
	color: #414141;
}

.hd-bottom .tel {
	float: right;
	margin-top: 39px;
	background: url(../img/icon1.png) left center no-repeat;
	padding-left: 54px;
}

.hd-bottom .tel h3 {
	overflow: hidden;
}

.hd-bottom .tel h3 span {
	float: left;
	font-size: 16px;
	color: #6c6666;
}

.hd-bottom .tel strong {
	font-size: 24px;
	color: #d90b18;
	display: block;
}

.hdr {
	float: right;
}

.menuBtn {
	display: none;
	position: relative;
	float: right;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}

.menuBtn b {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #bf8b3e;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn.open b {
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.yunu-nav {
	background-color: #bf8b3e;
	*zoom: 1;
}

.yunu-nav:after,
.yunu-nav:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.yunu-nav li {
	position: relative;
	float: left;
	width: 12.5%;
}

.yunu-nav li>a {
	display: block;
	font-size: 15px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yunu-nav li.on>a,
.yunu-nav li>a:hover {
	background-color: #326ec0;
}

.yunu-nav li dl {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #326ec0;
	z-index: 999;
}

.yunu-nav li:hover dl {
	display: block;
}

.yunu-nav li dl dd a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yunu-nav li dl dd a:hover {
	background-color: #204e8d;
}

.banner .item .con {
	padding-top: 28%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}

.banner .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	overflow: hidden;
	cursor: pointer;
	width: 55px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	z-index: 9;
	background-repeat: no-repeat;
	-o-background-size: auto 55px;
	-ms-background-size: auto 55px;
	-moz-background-size: auto 55px;
	-webkit-background-size: auto 55px;
	background-size: auto 55px;
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	opacity: .4;
}

.banner .slick-arrow:hover {
	opacity: .8;
}

.banner .slick-prev {
	left: 3%;
	background-image: url(../img/arrow.png);
	background-position: left center;
}

.banner .slick-next {
	right: 3%;
	background-image: url(../img/arrow.png);
	background-position: right center;
}

.banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	font-size: 0;
	background-color: rgba(0, 0, 0, .6);
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	height: 30px;
	line-height: 30px;
}

.banner .slick-dots button {
	background-color: transparent;
	cursor: pointer;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	outline: 0;
	font-size: 0;
	padding: 0;
	background: #fff
}

.banner .slick-dots li.slick-active button {
	background: #bf8b3e;
}

.row-a1 {
	background-color: #f3f3f3;
	padding: 8px 0;
}

.m-link01 {
	overflow: hidden;
	width: 50%;
	float: left;
	margin-top: 10px;
}

.m-link01 h3 {
	wudth: 100px;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.m-link01 ul {
	float: left;
	padding-left: 20px;
	font-size: 0;
	margin-top: 1px;
}

.m-link01 li {
	display: inline-block;
}

.m-link01 li a {
	display: block;
	font-size: 12px;
	color: #3a3a3a;
	margin: 0 6px;
}

.m-link01 li a:hover {
	text-decoration: underline;
}

.m-so01 {
	text-align: center;
	font-size: 0;
	position: relative;
}

.m-so01 .pic {
	display: inline-block;
	width: 55px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	vertical-align: top;
}

.m-so01 .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 26px;
	max-height: 26px;
}

.m-so01 .inp {
	display: inline-block;
	width: 320px;
	height: 38px;
	border: 0;
	padding: 0 12px;
	border: 1px solid #eee;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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-so01 .inp::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

.m-so01 .inp::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

.m-so01 .inp::-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}

.m-so01 .inp:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(13, 98, 190, .075), 0 0 8px rgba(13, 98, 190, .6);
	box-shadow: inset 0 1px 1px rgba(13, 98, 190, .075), 0 0 8px rgba(13, 98, 190, .6);
}

.m-so01 .sub {
	width: 100px;
	height: 38px;
	line-height: 38px;
	background-color: #bf8b3e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.m-so01 .tips {
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: #858585 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -74px;
	top: 116%;
	padding: 0 15px 0 40px;
	background: url(../img/tips.jpg) 8px center no-repeat #fff;
	display: none;
	font-size: 14px;
}

.m-so01 .tips::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: #bababa 1px solid;
	border-left: #bababa 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: -7px;
	background: #fff;
}

.m-so01 .tips.on {
	display: block;
}

.row-a2 {
	overflow: hidden;
	padding: 30px 0;
	overflow: hidden;
}

.row-a2 .col-l {
	width: 240px;
}

.row-a2 .col-r {
	margin-left: 260px;
	float: none;
}

.snv-index {
	position: relative;
}

.snv-index h3 {
	font-size: 30px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: url(../img/bj1.jpg) no-repeat;
	color: #fff;
}

.snv-index ul {
	background-color: #f3f3f3;
	padding: 10px 15px;
}

.snv-index ul li {
	margin-bottom: 10px;
	background-color: #fff;
}

.snv-index ul li>a {
	display: block;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 15px;
}

.snv-index ul li>a:hover {
	color: #fff;
	background-color: #bf8b3e;
}

.snv-index ul li>a>span {
	display: block;
	background: url(../img/icon3.png) right center no-repeat;
	-o-background-size: 17px auto;
	-ms-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
}

.m-sub01 {
	display: none;
	border-top: 1px solid #eee;
}

.m-sub01 dd a {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	border-bottom: 1px solid #eee;
}

.m-sub01 dd a:hover {
	color: #bf8b3e;
}

.m-tel01 {
	background-color: #bf8b3e;
	padding: 15px;
	color: #fff;
}

.m-tel01 p {
	padding: 0 44px;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}

.m-tel01 p span {
	padding-left: 26px;
	background: url(../img/icon2.png) left center no-repeat;
	-o-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}

.m-tel01 strong {
	display: block;
	margin: 6px 0;
	text-align: center;
	font-size: 24px;
}

.ul-imgtxt01 {
	overflow: hidden;
	margin: 0 -9px;
}

.ul-imgtxt01 li {
	float: left;
	width: 33.33%;
	padding: 0 9px;
	margin-bottom: 18px;
}

.ul-imgtxt01 li .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 68%;
	border: 1px solid #ebeaea;
}

.ul-imgtxt01 li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxt01 li .pic .bj {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}

.ul-imgtxt01 li:hover .pic .bj {
	top: 0;
}

.ul-imgtxt01 li .pic .more {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 100%;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}

.ul-imgtxt01 li:hover .pic .more {
	right: 0;
}

.ul-imgtxt01 li h3 a {
	display: block;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 15px;
	background-color: #f3f3f3;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-imgtxt01 li h3 a:hover {
	color: #bf8b3e;
}

.box_tit strong {
	font-size: 36px;
	color: #333;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #0071be
}

.box_tit span {
	font-size: 18px;
	color: #b3b3b3;
	display: block;
	text-align: center;
}

.i_box5 {
	width: 100%;
	padding: 80px 0;
	background: #f6f6f7;
}

.i_box5 .box {
	width: 100%;
	margin-top: 30px;
}

.i_box5 .center {
	width: 1200px;
	margin: 0 auto;
}

.i_box5 .box .fl {
	width: 50%;
	padding-right: 3%;
	position: relative;
	left: -30%;
	float: left;
}

.i_box5 .box .fl h3 {
	font-family: Arial;
	color: #0071be;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}

.i_box5 .box .fl i {
	width: 80px;
	height: 3px;
	background: #0071be;
	float: left;
	margin: 10px 0;
}

.i_box5 .box .fl .com-des {
	width: 100%;
	float: left;
}

.i_box5 .box .fl span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
}

.i_box5 .box .fl p {
	line-height: 30px;
	color: #555;
	margin-top: 10px;
	font-size: 14px;
}

.i_box5 .box .fl a {
	display: block;
	text-align: center;
	width: 120px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #666;
	color: #666;
	margin-top: 20px;
	transition: .5s;
}

.i_box5 .box .fl a:hover {
	background: #02b29c;
	transition: .5s;
	color: #fff;
	border: 1px solid #02b29c;
}

.i_box5 .box .fr {
	width: 50%;
	padding-top: 15px;
	position: relative;
	float: left;
	text-align: right;
}

.row-a4 .box4_tit {
	background: #bf8b3e;
	padding: 50px 0;
}

.box4_tit strong {
	font-size: 36px;
	color: #333;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #ffffff
}

.box4_tit span {
	font-size: 18px;
	color: #f3f3f3;
	display: block;
	text-align: center;
}

.ul-imgtxt02 {
	overflow: hidden;
	padding: 40px 0;
}

.ul-imgtxt02 li {
	overflow: hidden;
	margin-bottom: 10px;
}

.ul-imgtxt02 li:nth-child(2n) .pic {
	float: left;
}

.ul-imgtxt02 li:nth-child(2n) .box {
	float: right;
}

.ul-imgtxt02 li:nth-child(2n+1) .pic {
	float: right;
}

.ul-imgtxt02 li:nth-child(2n+1) .box {
	float: left;
}

.ul-imgtxt02 li .pic {
	width: 588px;
	height: 382px;
}

.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxt02 li .num {
	margin-top: 5px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../img/bj2.png) center center no-repeat;
	color: #fff;
	font-size: 36px;
}

.ul-imgtxt02 li .box .con {
	padding: 20px 0;
}

.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 18px;
}

.ul-imgtxt02 li .txt h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #000;
}

.ul-imgtxt02 li .txt h3 span {
	display: block;
	color: #ff8e00;
}

.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 32px;
}

.row-a5 {
	overflow: hidden;
	padding: 50px 0 80px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-tit01 {
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
}

.m-tit01 h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 2em;
}

.m-tit01 span {
	display: block;
	font-size: 16px;
}

.m-imgtxt01 {
	margin: 0 -10px;
}

.m-imgtxt01 .item {
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
}

.m-imgtxt01 .item .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 68%;
}

.m-imgtxt01 .item .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.m-imgtxt01 .item h3 a {
	display: block;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 400;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}

.m-imgtxt01 .item h3 a:hover {
	color: #bf8b3e;
}

.m-imgtxt01 .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	overflow: hidden;
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	z-index: 9;
	background-repeat: no-repeat;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	background-color: transparent;
	background-position: center center;
	border: 0;
	outline: 0;
	padding: 0;
}

.m-imgtxt01 .slick-arrow:hover {
	-webkit-box-shadow: 0 0 4px #d83142;
	-moz-box-shadow: 0 0 4px #d83142;
	box-shadow: 0 0 4px #d83142;
}

.m-imgtxt01 .slick-prev {
	left: -4%;
	background-image: url(../img/icon4.png);
}

.m-imgtxt01 .slick-prev:hover {
	background-image: url(../img/icon4-hover.png);
}

.m-imgtxt01 .slick-next {
	right: -4%;
	background-image: url(../img/icon5.png);
}

.m-imgtxt01 .slick-next:hover {
	background-image: url(../img/icon5-hover.png);
}

.row-a6 .box6_tit {
	padding: 40px 0;
}

.box6_tit strong {
	font-size: 36px;
	color: #333;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #656464
}

.box6_tit span {
	font-size: 18px;
	color: #696969;
	display: block;
	text-align: center;
}

.row-a6 {
	padding: 50px 0;
	overflow: hidden;
}

.row-a6 .col-l,
.row-a6 .col-r {
	width: 50%;
}

.m-box01 {
	overflow: hidden;
	margin-right: 24px;
}

.ul-news01 li {
	border: 1px solid #dedede;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	width: 90%;
	margin-left: 10%;
	height: 120px;
}

.ul-news01 li .time {
	background: #0f64be;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 999;
	left: -20px;
	top: 15%;
	text-align: center;
}

.ul-news01 li .time h6 {
	color: #fff;
	font-size: 24px;
	padding-top: 5px;
}

.ul-news01 li .time p {
	color: #fff;
	font-size: 12px;
}

.ul-news01 li .txt {
	height: 70px;
	overflow: hidden;
	padding: 2px 10px 10px 55px;
}

.ul-news01 li .txt p {
	color: #797979;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ul-news01 li .tit {
	overflow: hidden;
	height: 35px;
	padding: 10px 10px;
}

.ul-news01 li .tit h3 a {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 40px;
}

.ul-news01 li .tit h3 a:hover {
	color: #bf8b3e;
}

.ul-news01 li .tit .time {
	display: block;
	float: right;
	font-size: 14px;
	color: #414141;
	margin-left: 10px;
}

.row-link {
	overflow: hidden;
	background-color: #e8e8e8;
	border-bottom: 1px solid #fff;
}

.m-link1 {
	padding: 20px 0;
}

.m-link1 .item {
	overflow: hidden;
	color: #6f6f6f;
}

.m-link1 .item:first-child {
	margin-bottom: 40px;
}

.m-link1 .item span {
	float: left;
	font-size: 14px;
	margin-right: 18px;
	font-weight: 600;
}

.ul-link1 {
	overflow: hidden;
}

.ul-link1 li {
	float: left;
}

.ul-link1 li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #888;
	height: 21px;
	line-height: 21px;
}

.ul-link1 li a:hover {
	text-decoration: underline;
}

.yunu-footer {
	overflow: hidden;
	background-color: #bf8b3e;
	padding: 30px 0;
}

.fd-logo {
	width: 17%;
	float: left;
	height: 128px;
	line-height: 128px;
}

.fd-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.fd-txt {
	float: left;
}

.fd-nav {
	overflow: hidden;
	padding-bottom: 15px;
}

.fd-nav li {
	float: left;
}

.fd-nav li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}

.fd-nav li:first-child a {
	padding-left: 0;
}

.fd-nav li a:hover {
	text-decoration: underline;
}

.fd-nav li a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 1px;
	height: 11px;
	background-color: #fff;
}

.fd-nav li:last-child a:after {
	display: none;
}

.fd-txt .txt {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.fd-link {
	overflow: hidden;
}

.fd-link li {
	float: left;
}

.fd-link li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.fd-link li a:hover {
	text-decoration: underline;
}

.fd-qr {
	float: right;
	margin-top: 20px;
}

.fd-qr .pic {
	float: left;
	width: 120px;
	height: 120px;
}

.fd-qr .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.fd-qr h3 {
	overflow: hidden;
	padding-left: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
}

.fd-qr h3 span {
	display: block;
}

.copyright {
	background: #484848;
	padding: 20px 0;
	text-align: center
}

.copyright .center p,
a {
	color: #fff
}

.kf {
	width: 208px;
	position: fixed;
	right: -208px;
	top: 200px;
	z-index: 9;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../img/kefu.png") 12px center no-repeat #bf8b3e;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../img/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url('../img/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;
	margin-top: 10px;
	background: url('../img/huidaodingbu.png') center center no-repeat #bf8b3e;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #bf8b3e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../img/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url('../img/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}

.h50 {
	display: none;
}

.yunu-link {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0, 0, 0, .05);
}

.yunu-link li {
	float: left;
	width: 25%;
}

.yunu-link li a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}

.yunu-link li.on a,
.yunu-link li:hover a {
	color: #bf8b3e;
}

.yunu-link li a i {
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}

.yunu-link li a .i1 {
	background-image: url(../img/sj-nav1.png);
}

.yunu-link li.on .i1,
.yunu-link li:hover .i2 {
	background-image: url(../img/sj-nav1-on.png);
}

.yunu-link li a .i2 {
	background-image: url(../img/sj-nav2.png);
}

.yunu-link li.on .i2,
.yunu-link li:hover .i2 {
	background-image: url(../img/sj-nav2-on.png);
}

.yunu-link li a .i3 {
	background-image: url(../img/sj-nav3.png);
}

.yunu-link li.on .i3,
.yunu-link li:hover .i3 {
	background-image: url(../img/sj-nav3-on.png);
}

.yunu-link li a .i4 {
	background-image: url(../img/sj-nav4.png);
}

.yunu-link li.on .i4,
.yunu-link li:hover .i4 {
	background-image: url(../img/sj-nav4-on.png);
}

.g-tit3 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #bf8b3e;
	border-bottom: 1px solid #e4e4e4;
}

.g-tit3 span {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}

.g-pages {
	text-align: center;
	font-size: 0;
	margin: 20px 0;
}

.g-pages li {
	display: inline-block;
}

.g-pages li a {
	display: block;
	padding: 0 9px;
	height: 28px;
	line-height: 28px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
}

.g-pages li.on a,
.g-pages li a:hover {
	background-color: #bf8b3e;
	border: 1px solid #bf8b3e;
	color: #fff
}

.g-cur {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
}

.g-cur .wp {
	background: url('../img/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
}

.g-cur .wp a {
	color: #2f2f2f;
}

.g-cur .wp a:hover {
	color: #bf8b3e;
}

.row-b1 {
	overflow: hidden;
	padding: 20px 0 56px;
}

.row-b1 .col-l {
	width: 260px;
}

.row-b1 .col-r {
	float: none;
	overflow: hidden;
	margin-left: 300px;
}

.g-titIns1 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	position: relative;
}

.g-titIns1::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #bf8b3e;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.snv {
	padding-top: 12px;
	margin-bottom: 30px;
}

.snv li {
	line-height: 44px;
	background: url('../img/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}

.snv li a {
	display: block;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}

.snv>li.on>a {
	color: #bf8b3e;
}

.snv-sub {
	padding-bottom: 10px;
	display: none;
}

.snv-sub dd {
	background: url('../img/jiantou-r.png') 12px 18px no-repeat;
	text-indent: 26px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}

.snv-sub dd.on a {
	color: #bf8b3e;
}

.m-info {
	padding: 15px 0;
}

.m-info p {
	/*height: 34px;*/
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}

.ban {
	height: 360px;
	margin-top:90px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.m-chanpin {
	margin-bottom: 30px;
}

.m-chanpin .desc {
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}

.ul-imgtxt-01 {
	margin: 0 -10px;
	*zoom: 1;
}

.ul-imgtxt-01:after,
.ul-imgtxt-01:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ul-imgtxt-01 li {
	width: 33.3%;
	float: left;
	margin-top: 5px;
}

.ul-imgtxt-01 li a {
	margin: 5px 10px;
	display: block;
	text-align: center;
}

.ul-imgtxt-01 li a .pic {
	padding-top: 77%;
	height: 0;
	border: 1px solid #dedede;
	position: relative;
	overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.ul-imgtxt-01 li a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #666;
	background-color: #f5f5f5;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-imgtxt-01 li a:hover {
	text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
	background-color: #bf8b3e;
	color: #fff;
}

.ul-imgtxt2 {
	margin-top: 0;
}

.ul-imgtxt2 li .pic {
	padding: 4px;
}

.ul-imgtxt2 li a:hover {
	border: 0;
}

.m-list3 {
	padding: 25px 0;
}

.ul-link2 {
	overflow: hidden;
	margin-top: 20px;
}

.ul-link2 li {
	float: left;
	margin-bottom: 20px;
}

.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}

.ul-link2 li a:hover {
	color: #ea042b;
}

.m-list1 {
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
	float: left;
	width: 380px;
}

.m-txt1 {
	overflow: hidden;
	padding-left: 38px;
}

.m-txt1 h3 {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
}

.m-txt1 .txt {
	margin-right: 100px;
	min-height: 150px;
}

.m-txt1 .txt p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-tel02 {
	margin: 10px 0;
	padding: 20px 0;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
}

.m-tel02 p {
	font-size: 18px;
	line-height: 2em
}

.m-tel02 strong {
	font-size: 22px;
	color: #c10;
}

.m-txt1 .btn {
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #bf8b3e;
	color: #fff;
}

.m-txt1 .btn:hover {
	background-color: #444;
}

.m-txt1 .btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/btn-r.png);
}

.m-txt2 {
	margin-top: 12px;
}

.m-txt2 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

.ul-pages1 {
	overflow: hidden;
	margin: 15px 0;
}

.ul-pages1 li {
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-pages1 li:last-child {
	float: right;
}

.ul-pages1 li a {
	color: #bf8b3e;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.ul-pages1 li a:hover {
	color: #ff8e00;
}

.m-list3 {
	padding: 25px 0 0;
}

.ul-link2 {
	overflow: hidden;
	margin-top: 20px;
}

.ul-link2 li {
	float: left;
	margin-bottom: 20px;
}

.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}

.ul-link2 li a:hover {
	color: #bf8b3e;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../img/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.yunu-showcase {
	margin-bottom: 30px;
}

.yunu-showcase-pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}

.yunu-showcase-pic .bd {
	font-size: 0;
	margin-top: 13px;
	overflow: hidden;
}

.yunu-showcase-pic .bd li {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	display: inline-block;
	width: 99px;
	border: 1px solid #ddd;
	padding: 1px;
	margin: 0 5px;
}

.yunu-showcase-pic .bd li.active {
	border-color: #c80003;
}

.yunu-showcase-pic .prev,
.yunu-showcase-pic .next {
	position: absolute;
	background: no-repeat 0 0;
	width: 14px;
	height: 27px;
	bottom: 26px;
	z-index: 2;
}

.yunu-showcase-pic .prev {
	background-image: url(../img/zlztDetailsCon1Btn01.png);
	left: 0;
}

.yunu-showcase-pic .next {
	background-image: url(../img/zlztDetailsCon1Btn02.png);
	right: 0;
}

.yunu-showcase-pic .prev:hover,
.yunu-showcase-pic .next:hover {
	background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
	height: 300px;
	line-height: 300px;
	border: 1px solid #ddd;
	padding: 1px;
}

.yunu-showcase-pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
}

.yunu-showcase-info {
	float: right;
	width: 500px;
}

.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 20px;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.yunu-showcase-info p {
	margin: 0;
	color: #666;
	line-height: 2;
}

.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../img/VISkins-p1.png) no-repeat 0 15px;
	height: 42px;
	padding-left: 50px;
	line-height: 21px;
}

.yunu-showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #c80003;
	color: #fff;
}

.yunu-showcase-info .tel span {
	display: block;
	color: #c80003;
	font-size: 18px;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomDiv img {
	max-width: none;
}

div.zoomMask {
	position: absolute;
	background: url(../img/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.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 {
	width: 100%;
	margin: 0 auto;
}

.pc-slide .view {
	border: 1px solid #dedede;
}

.m-pic1 .view .swiper-slide {
	padding: 0 2px;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	height: 90px;
	margin: 0 10%;
}

.preview .swiper-slide {
	width: 95px;
	padding: 5px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../img/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../img/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #bf8b3e;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}

.work_list h3 {
	line-height: 44px;
	background: url('../img/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}

.work_list h3 a {
	float: left;
	line-height: 44px;
	color: #666;
	font-size: 16px;
	text-indent: 0;
	padding-left: 25px;
	font-weight: bold
}

.work_list h3.on a {
	color: #bf8b3e;
}

.work_list h3 span {}

.work_list ul {
	float: left;
	width: 100%;
}

.work_list li {
	text-indent: 26px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}

.work_list li a {
	display: block;
	color: #666;
	font-size: 15px;
	text-indent: 0;
	padding-left: 30px;
}

.work_list li.on a {
	color: #bf8b3e;
}

.m-content .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}

.ul-newslist {
	overflow: hidden;
	margin-bottom: 30px;
}

.ul-newslist li {
	font-size: 14px;
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
}

.ul-newslist li a {
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #666;
}

.ul-newslist li .tit {
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-bottom: 20px;
}

.ul-newslist li .tit .time {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}

.ul-news1 li .tit .time {
	font-size: 12px;
}

.ul-newslist li .tit a {
	display: block;
	font-size: 16px;
	color: #333;
	background: url('../img/news-r.png') left center no-repeat;
	padding-left: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-newslist li a:hover {
	color: #bf8b3e;
}

.ul-newslist li .txt p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
}

.m-news1 {
	padding-top: 20px;
}

.m-news1 h1 {
	height: 34px;
	line-height: 34px;
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
}

.m-news1 .desc {
	text-align: center;
}

.m-news1 .desc span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}

.m-news1 .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}

.m-txt3 {
	margin-top: 10px;
}

.m-txt3 .link {
	padding-left: 20px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	color: #868686;
	font-size: 14px;
	background-color: #f5f5f5;
	border: 1px dotted #e5e5e5;
}

.m-txt3 .link a {
	color: #868686;
}

.m-txt3 .link a:hover {
	color: #bf8b3e;
}

.m-txt3 .tabel {
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size: 14px;
}

.m-txt3 .tabel span {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}

.m-txt3 .tabel ul {
	overflow: hidden;
}

.m-txt3 .tabel li {
	float: left;
}

.m-txt3 .tabel li a {
	display: block;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}

.m-txt3 .tabel li a:hover {
	color: #bf8b3e;
}

.ul-news1 li {
	float: left;
	width: 50%;
}

.ul-news1 li a {
	font-weight: 400;
}

.ul-news1 li .tit {
	margin: 0 10px;
}

#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}

#message .m-content {
	margin-top: 1rem;
}

.m-message label.code span {
	float: left;
}

.m-message label.code input {
	float: left;
}

.m-message label.code img {
	float: left;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10000;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 20000;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	max-width: 580px;
	width: 480px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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 {
	border-color: #66afe9;
	outline: 0;
	-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 {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #bf8b3e;
	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;
	background-color: #fff;
	border: 1px solid #ddd;
}

.m-list2 .box {
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.m-list2 .con .pic {
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}

.m-list2 .con .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.m-list2 .box .txt {}

.m-list2 .box .txt h3 {
	margin-bottom: 30px;
	font-size: 22px;
	color: #bf8b3e;
}

.ul-txt-01 {
	overflow: hidden;
	padding-left: 23px;
	background: url(../img/source.gif) left center no-repeat;
}

.ul-txt-01 li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei', Verdana, Arial;
}

.ul-txt-01 li a {
	font-size: 12px;
}

.ul-txt-01 li a:hover {
	color: #bf8b3e;
}

.pagination{
	height:40px;
	padding:20px 0px;
}
.pagination a{
	display:block;
	float:left;
	margin-right:10px;
	padding: 10px 12px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	margin-bottom:10px
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	/* border:none; */
	background:#077ee3;
	color:#fff;
}
.pagination p{
	float:left;
	padding: 10px 12px;
	font-size:12px;
	margin-bottom:10px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;
}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:10px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}