
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: rgb(99, 99, 99);
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #464646;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.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;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #005ca2;
	-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('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.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;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #005ca2;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #005ca2;
	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('../images/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('../images/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;
}
/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/
/*.kefu li a{text-decoration:none;}*/
/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/
/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/
/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/
/*.kefu .kefu-qq i{background-position:4px 5px;}*/
/*.kefu .kefu-tel i{background-position:0 -21px;}*/
/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/
/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/
/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/
/*.kefu .kefu-ftop{display:none;}*/
/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/
/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/
/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/
/*.kefu .kefu-right{width:20px;}*/
/*.kefu .kefu-tel-main{background:#005ca2;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-main{background:#005ca2;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/
/*.kefu-weixin-pic img{width:115px;height:115px;}*/

.yh p{padding: 0 10px;}
.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	padding-left: 80px;
	font-size: 13px;
	color: #888;
	border-top: 2px solid #f78b33;
	
}
.header .topbar ul {
	float: right;
	padding-right: 100px;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .topbar li.c {
	margin-left: 10px;
}
.header .topbar li.c a {

	display: block;
	padding: 0 15px;color: rgb(78, 78, 78);

}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	margin-left: 40px;
	text-align: left;
	padding: 15px 0;
}
.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
	margin-right: 90px;
}
.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #005ca2;
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 24px;color: rgb(104, 104, 104);
}
.header .text span {
	color: #f78b33;
}
.header .nav {
	font-size: 0;
	color: rgb(53, 53, 53);
	padding-top: 30px;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/line.png) no-repeat right center;
width: 140px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: rgb(48, 47, 47);
}
.header .nav li:hover{background-color:#f1f1f1;}
.header .nav li .arr {
	float: right;
	height: 40px;
width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.swiper-pointer-events{height: 450px;}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide img{
width:100%;
height:100%;
min-height:100%;
transition:1s linear 2s;
transform:scale(1.1,1.1);
}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
transition:6s linear;
transform:scale(1,1);
}	

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: #d8670a !important;
	line-height: 40px;color: white;
}
.header .nav .dropdown-box a:hover {
	background-color: #f0f0f0 !important;
	color: #d8670a;
}
.header .nav li.active a, .header .nav li a:hover {
	color: #d8670a;
	background-color: #f1f1f1;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.tabb p{padding: 0 10px;}
.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #f78b33;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 450px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #f78b33;
}
.yunu-showcase {
	margin: 0 auto 20px;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #f78b33;
}
.pc-slide {
	float: left;
	width: 400px;
}
.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 {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #f78b33;
}
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(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.yunu-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.yunu-sou .hot {
	float: left;
	padding: 5px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hot strong {
	color: #f78b33;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #f78b33;
	color: #fff;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #f78b33;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.section {
	padding: 70px 0;background-color: rgb(255, 255, 255);
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	
}

.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.in-prd-cate {
	float: left;
	width: 246px;
}
.in-prd-cate dl {
	margin: 0 0 10px;
}
.in-prd-cate dt {
	margin-bottom: 10px;
}
.p_title{width:100%; float:left; text-align:center; }
.p_title h2{ font-size:34px; font-weight:400;background:url(../images/line2.png) center bottom no-repeat; padding-bottom:15px;}
.p_title p{  color:#b4b4b4; font-size:24px; }

.in-prd-cate dt a {
	display: block;
	line-height: 50px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: rgb(44, 44, 44);
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.in-prd-cate dt a:hover {
	background-image: url(../images/cpflh.jpg);
}
.in-prd-cate dd {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px 20px 12px;
}
.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}
.in-prd-con {
	width:100%;
}
.list-1 {
	margin: -20px 0 0 -20px;
}

.list-1 li {
	
	float: left;

	width: 33.33%;
}
.top{width: 100%;height:180px; background:url(../images/073f881687dc2554d0ceaed0f36cb434.jpg) bottom no-repeat;background-size: 100%;}
.topp{font-size: 31px;text-align: center;padding: 20px 0;font-weight: bold;}
.top ul{width:100%;display: block;margin: 0 auto;padding-top: 50px;}
.top ul li{padding: 20px 10px;
  text-align: center;font-size: 22px; width:330px;float: left;margin: 5px 15px; background-color: #d8670a;color: white;}
	.p1a {
		text-align: center;
		width: 445px;
		height: 148px;
		margin:0 auto;
		background: url(/skin/images/line2.png) no-repeat center center;}
		.p1a p {
  font-size: 24px;
  color: #df7324;}
	.p1a h3 {
		font-size: 40px;
		color: #001e57;
		margin-top: 10px;
		margin-bottom: 24px;}
		.p1a h4 {
			font-size: 18px;
			font-weight: normal;
			color: #333333;}
img {
  max-width: 100%;
}
.m-artlis a, button {
	cursor: pointer;
}
.m-artlis a {
	text-decoration: none;
	color: rgb(68, 68, 68);
	outline: medium none;
}
.m-artlis a:hover {
	text-decoration: none;
	color: rgb(117, 148, 179);
}
.m-artlist {
margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	overflow:hidden;
	border-radius:5px;
	padding:15px 0px 25px 0px;
	margin-bottom:15px;
}
.m-artlist-2 img, .m-artlist-2 .bor, .m-artlist-2 a, .m-slbanner .prev a, .m-slbanner .next a {
	transition: all 0.3s ease 0s;
}
.m-artlist .item {
	float: left;
	width: 260px;
	margin: 0px 8px;
}
.item_tit {
	display:block;
	line-height:45px;
	text-align:center;
}
.m-artlist .img {
	position: relative;
	height: 250px;
}
.m-artlist .img a, .m-artlist .img img, .m-artlist .bor, .m-artlist-2 .imgbg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.m-artlist .bor {
	width: 240px;
	height: 240px;
	border: 10px solid rgb(0, 0, 0);
	opacity: 0;
}
.m-artlist-1 .bor:nth-child(2), .m-artlist-1 .bor:nth-child(3), .m-artlist-1 .bor:nth-child(4) {
display: none;
}
.m-artlist-2 .img {
	height: 196px;
}
.m-artlist-2 .bor {
	width: 258px;
	height: 194px;
	border: 1px solid rgb(192, 191, 191);
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	opacity: 1;
}
.m-artlist-2 .bor:first-child {
	left: 8px;
	top: 8px;
}
.m-artlist-2 .bor:nth-child(2) {
left: 6px;
top: 6px;
}
.m-artlist-2 .bor:nth-child(3) {
left: 4px;
top: 4px;
}
.m-artlist-2 .bor:nth-child(4) {
left: 2px;
top: 2px;
}
.m-artlist-2 .txt {
	margin-top: 10px;
}
.m-artlist-2 a:hover img {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.m-artlist-2 a:hover .bor:first-child {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
.m-artlist-2 a:hover .bor:nth-child(2) {
 -moz-transform: rotate(1deg);
 -webkit-transform: rotate(1deg);
 -o-transform: rotate(1deg);
 -ms-transform: rotate(1deg);
 transform: rotate(1deg);
}
.m-artlist-2 a:hover .bor:nth-child(3) {
 -moz-transform: rotate(-1deg);
 -webkit-transform: rotate(-1deg);
 -o-transform: rotate(-1deg);
 -ms-transform: rotate(-1deg);
 transform: rotate(-1deg);
}
 .m-artlist-2 a:hover .bor:nth-child(4) {
 -moz-transform: rotate(-5deg);
 -webkit-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
 -ms-transform: rotate(-5deg);
 transform: rotate(-5deg);
}

.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f1f1f1;
	padding: 10px;
}

.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #f78b33;
	border: 1px solid transparent;
}

.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.la-btn{padding: 14px;background: #df7324;color: #fff;font-size: 18px;
  overflow: hidden;transition: all .5s;display: inline-block;position: relative;z-index: 1;
  }
  .la-btn:hover{background: none; color: rgb(255, 255, 255);}
  .la-btn:before{ visibility: hidden;content: "";position: absolute;left: 50%;top:0;width: 0;height: 100%;
  background: #df7324;color: #fff; 
  z-index: -1;transform: skew(45deg,0);transition: all .5s;
  }
  .la-btn:hover:before{visibility: visible;width: 150%;left: -25%;}
  .la-session-more{text-align: left;}
  .la-session-more a{width: 400px;height: 40px; border: solid 1px rgb(204, 204, 204);padding: 0;background: none;
  text-align: center;color: rgb(117, 117, 117);line-height: 40px;margin: 0 15px;text-decoration: none;
  }
  .la-session-more a:hover{ background: none;border-color: #df7324;text-decoration: none;}
  .la-session-more a:hover i{color: white;}
  
.bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}
.bg1 .section-title {
	color: #ffffff;
}
.bg1 .section-title small{color: white;}
.bg1 .section-title:after {
	display: none;
}

.songs {
  padding: 20px;
  line-height: 0.5;
  border-bottom: 1px solid #eaeaea;padding-bottom: 40px;
}
.songs .item-g{
  float: left;
  padding-left: 35px;
  font-size: 12px;
  margin-top: -15px;
  background-image: url(../images/song3.png) ;
  background-repeat: no-repeat;
  background-position: left center;
}
.in-jjfa li:hover .songs .item-g{background-image: url(../images/song5.png) !important;}
.in-jjfa li:hover .songs .item-m{background-image: url(../images/song6.png) !important;}
.songs .item-g .f{
  color: #e1251b;
  font-weight: bold;	
}
.songs .item-m .f{
  color: #e1251b;
  font-weight: bold;	
}
.songs .item-m {
  float: right;
  padding-left: 35px;
  margin-top: -15px;
  font-size: 12px;
  background-image: url(../images/song4.png) !important;
  background-repeat: no-repeat;
  background-position: left center;
}

.in-jjfa {
	margin-left: -28px;
}
.in-jjfa li {
	float: left;
	width: 23%;
	height: 450px;
	transition: .6s;
	margin: 0 10px;
	box-shadow:0 2px 15px 0px #bebebe;
}
.in-jjfa li a {
	display: block;
	height: 100%;
	background-color: #fff;
	border-bottom: 3px solid #dddddd;
}
.in-jjfa li .img-cover {
	position: relative;
}
.in-jjfa li .img-cover span {
	padding-top: 66.7%;
}
.in-jjfa li .img-cover p {
	background-image: -webkit-linear-gradient(left, #ff9846, #f36850);
	color: #fff;
	position: absolute;
	font-weight: bold;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}
.in-jjfa li .text {
	height: 200px;
	padding: 0px 20px;
	position: relative;
}
.in-jjfa li:hover  .text h3{color: rgb(247, 90, 17);}
.in-jjfa li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 15px;
	padding-left: 24px;
	background: url(../images/faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}
.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}
.in-jjfa li:hover{transform: translateY(-10px);transition: .6s;}
.in-jjfa li a:hover .img-cover p {
  color: #e1251b;
	
	color: white;
}
.in-jjfa li a:hover .text .more {
	background-color: #f78b33;
}
.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px;
}
.hy-menu li {
	float: left;
	width: 33.333333%;
}
.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}
.hy-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #f78b33;
	margin-top: 15px;
	visibility: hidden;
}
.hy-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	width: 125px;
	text-align: center;
	line-height: 2;
	font-weight: normal;
}
.hy-menu li h4 small {
	position: absolute;
	font-size: 15px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f77b33;
	left: -15px;
	top: -15px;
	font-weight: bold;
}
.hy-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	height: 46px;
	overflow: hidden;
}
.hy-menu li.active h4 {
	background-color: #005ca2;
}
.hy-menu li.active a:after {
	visibility: visible;
}
.hy-con {
	float: left;
	width: 390px;
}
.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0;
}
.hy-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: '';
}
.hy-con .swiper-slide .img-center img {
	position: relative;
}
.tel-tl {
	background: url(../images/xban.jpg) no-repeat center #1867c6;
	color: #fff;
}
.tel-tl dl {
	margin: 0;
}
.tel-tl dt {
	float: left;
}
.tel-tl dt a {
	display: block;
	width: 145px;
	line-height: 50px;
	background-color: #f7c433;
	color: #005ca2;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.tel-tl dd {
	float: left;
	margin-left: 20px;
	line-height: 1;
}
.tel-tl dd strong {
	display: block;
	font-size: 30px;
	font-family: Impact;
	margin-top: 5px;
}
.bg2 {
	background: url(../images/rzbg.jpg) no-repeat center / cover;
	color: #fff;
}
.bg2 .section-title:after {
	background-image: url(../images/cptit.png);
}
.in-rz {
	margin-left: -82px;
}
.in-rz li {
	float: left;
	width: 131px;
	margin-left: 82px;
}
.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}
.in-rz-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;

	font-size: 16px;
	line-height: 40px;
}
.in-rz-tel strong {
	color: #ee7511;
	font-size: 30px;
	font-family: Impact;
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #005ca2;
	margin: 20px auto 0;
}
.bg4{
	padding: 60px 0;background: url(../images/AD0IsYr2BhACGAAgiZa1zAUow5ab4gYwgA84vAU.jpg) no-repeat center 0 / cover #f5f5f5
}
.title {
	text-align: center;
	font-size: 30px;
	height: 180px;
	font-weight: bold;color: white;
	background: url(../images/ABUIABAEGAAgtsLm1gUosOyo-AUwgA84tAE.png)no-repeat ;background-size: cover;
}
.title span{text-align: center;margin-top: 20px;display: inline-block;}
.midrbb {margin-top: 5px;
	width: 100%;margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
#demoLeft {
	float: left;
	overflow: hidden;
	width: 100%;
padding:0 20px 30px 20px;
}
#demoLeft .indemo {
	float: left;
	width: 2000%;
}
#demob1, #demob2 {
	float: left;
}
#demob1 img, #demob2 img {
	width:100%;
    height:100%;

}
#pro {
	width: 330px;
	float: left;
margin: 0 20px;;
}
.protp {
	width: 100%;
	height: auto;
	padding: 4px;border: solid 1px rgb(214, 214, 214)
}
.promc {
	margin-top: 2px;
	height: 24px;
	text-align: center;
	line-height: 24px;
  
}
.promc a {
	font-size: 16px;
	color:#df7324;
 
}
.midbt h3 span {
	line-height: 50px;
	color: #df7324;
	font-size: 24px;
}


.in-about {
	background-color:rgba(255, 255, 255, 0.822);
	margin: 0;margin-top: 20px;
}
.in-about dd {
	padding: 30px;
}
.in-about dd h4 {
	margin: 0 0 10px;
	font-size: 30px;text-align: center;color: #001e57;
}

.in-about dd p {
	margin: 0;
	color: #666;
	line-height: 2;
	text-align: center;
	text-indent: 2.5em;
}
.in-about dd .more {
	display: block;
	margin-top: 25px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #df7324;
}
.menu_top {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #df7324;
}
.menu_top span {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  margin: 20px 0 6px 0;
  padding: 0 0 0 30px;
  display: block;
}
.menu_top p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  margin: 0;
	padding: 0 0 0 30px;
}
.cp_left{float:left; width: 23%;border: 1px solid rgb(214, 218, 214)}
.cp_dh {padding: 10px; font-size:29px; height:70px; line-height:70px;  font-weight:600;}
.cp_left li { border-bottom: dashed 1px rgb(214, 218, 214); width:100%; display:block;line-height:60px; font-size:18px; }
.cp_left li a{ color:#df7324;}
.cp_left li a:hover{color: rgb(95, 94, 94);
}

	/*4大服务优势*/
	.ys{width: 100%;overflow: hidden;padding-top: 74px;background-image: url(/skin/images/y13.png);background-repeat: no-repeat;background-position: bottom -4px center;background-size: 1920px auto;}
	.ysa{width: 100%;}
	.ysa h6{font-size: 30px;color: #333333;font-weight: bold;line-height: 34px;text-align: center;}
	.ysa h6 img{ display: inline-block;position: relative;top: 9px;margin: 0 7px 0 10px;}
	.ysa p{font-size: 14px;color: #999999;text-align: center;text-transform: uppercase;line-height: 10px;margin-top: 28px;}
	.ysb{width: 100%;}
	.fl{ float: left;}
	.ysba{width: 14%;position: relative;margin-top: 15px;margin-left: 30px;}
	.ysba:nth-child(1){margin-top: 47px;}
	.ysba:nth-child(2){margin-top: 169px;}
	.ysba:nth-child(4){margin-top: 96px;margin-left: -1%;}
	.ysba h6{font-size: 18px;color: #333333;line-height: 22px;text-align: center;font-weight: bold;opacity: 1;}
	.ysba img{margin-left: 90px; width: 68px;}
	.ysba_a{width: 100%;height: 160px;background-color: #df7324;border-radius: 8px;display: table;padding: 0 22px;position: absolute;left: 0;bottom: 98px;transition: all ease 0.3s;opacity: 0;transform: scale(0.8,1) rotateY(45deg);}
	.ysba_a::after{position: absolute;content: "";background-image: url(../images/y15.png);width: 29px;height: 13px;background-size: 100% 100%;left: 50%;margin-left: -14.5px;bottom: -13px;}
	.ysba_a p{display: table-cell;vertical-align: middle;text-align: center;font-size: 16px;color: #fff;line-height: 16px;}
	.ysba:hover .ysba_a{opacity: 1;transform: scale(1,1) rotateY(0deg);}
	.ysba:hover h6{opacity: 0;}
	.ysbb{width: 31.432%;margin-top: 70px;}
	.ysbb img{width: 94.88%;margin: 0 auto;padding-left: 25px;}
	
footer {
	background-color: #dedede;
	padding-top: 30px;
  position: relative;
  z-index: 1;
}

footer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
  opacity: 0.2;
}

footer.bg-dark::after {
  opacity: 0.5;
}

footer .widget-title {
	color: #333333;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

footer .widget-title::before {
  position: absolute;
  left: 8px;
  bottom: 0;
  content: "";
  height: 2px;
  width: 40px;
  background: #df7324;
}
footer .btn{display: block;width: 90%;background-color: #df7324;color: white;}
footer .btn:hover a{color: white;}
footer .widget-title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 4px;
  width: 4px;
  background: #df7324;
  border-radius: 50%;
}

footer .social li {
  display: inline-block;
  margin-right: 20px;
}

footer .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

footer .social h5 {
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

footer .f-item > a {
  margin-top: 10px;
}
.lianjie{width: 80%;}
.lianjie li{float: left;}
footer .branches li {
  margin-bottom: 15px;
}

footer.bg-dark .branches li {
  color: #cccccc;
}

footer .branches li:last-child {
  margin-bottom: 0;
}

footer .branches li strong {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #232323;
}

footer.bg-dark .branches li strong {
  color: #ffffff;
}

footer .f-item.link li {
  margin-bottom: 15px;
}

footer .f-item.link li a {
  display: inline-block;
  color: #666666;
  position: relative;
  z-index: 1;
}

footer.bg-dark .f-item.link li a {
  color: #cccccc;
}

footer.bg-dark p {
  color: #cccccc;
}

footer .f-item.link li a:hover {
  color: #073d8f;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #c9c9c9;
  padding: 20px 0;margin-top: 15px;
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  display: inline-block;
  border-left: 1px solid #dddddd;
  margin-left: 12px;
  padding-left: 15px;
}

footer.bg-dark .footer-bottom li a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom li:first-child a {
  margin: 0;
  padding: 0;
  border: none;
  color: #145fcf;
}

footer.bg-dark .footer-bottom li:first-child a {
  margin: 0;
  padding: 0;
  border: none;
  color: #145fcf;
}

.footer-bottom p {
  margin: 0;
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
  z-index: 9;
  width: 100%;
  top: 1255px;
}
.waveTop {
  background-image: url(../images/20210517115046_1286604950.png);
}
.waveTop {

  right: 0;
  left: auto;
  position: absolute;
  width: 4112px;
  animation: move_wave_reverse 20s linear infinite;
  height: 100%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
@keyframes move_wave_reverse {
  0% {
    transform:translateX(0%) translateZ(0)
  }
  50% {
    transform:translateX(25%) translateZ(0)
  }
  100% {
    transform:translateX(50%) translateZ(0)
  }
}
.sectionn{background-color: rgb(255, 255, 255);padding: 60px 0px;}
.in-news {
	padding-top: 50px;
}
.in-news .item {
	float: left;
	width: 330px;
	margin-left: 45px;
}
.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-news .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
}
.in-news .tit .more:hover {
	color: df7324;
}
.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #df7324;
}
.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-news .img-center a:hover img {
	opacity: 0.7;
}
.in-news .list {
	
	border: 1px solid #ddd;
	padding: 20px;
}
.in-news .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 14px;
	padding-left: 20px;
}
.in-news .list li:hover a{color:#df7324 ;}
.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #df7324;
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px;
}
.in-ask {
	background-color: #f5f5f5;border: solid 1px #ddd;
	padding: 20px;
}
#marquee {
	height:420px;
	overflow: hidden;
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}
#marquee li a {
	display: block;
	padding: 20px 0;
}
#marquee li h4 {
	margin: 0;
	background: url(../images/icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}
#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}

#bottom { padding: 60px 0; background:#3b3f4a; color:#aaabae;  font-size:14px; float:left; width:100%;}
#bottom ul li a { display:block; color:#aaabae;}
#bottom ul li p a { display:inline; color:#aaabae; }
#bottom ul li a:hover { color:#df7324;}
#bottom ul{ display:block; float:left; width:75%; line-height:30px;}
#bottom ul li{ display:block; float:left; width:16%; min-height:180px; border-right:1px solid #272a34; margin-right:2%; box-shadow:1px 0px 0px #4e5362; /*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/ }
#bottom ul li:last-child{ border-right:0; box-shadow:none; width:35%; margin-right:0;}
#bottom ul li span{ display:block; font-size:16px; color:#ffffff; margin-bottom:10px; line-height:normal;}
#bottom .fr{  text-align:right;}
#bottom .fr img{ float:right; width:89px; height:89px;}
#bottom .fr p{ display:block;  float:right; padding-right:10px; padding-top:3px; font-size:16px;}
#bottom .fr p b{ color:#fff;}
#bottom .fr p em{ font-style:normal; font-size:34px; line-height:50px; color:#aaabae !important; font-family:"aparaj";}

#footer {  color:#aaabae; background:#2c2f38; float:left; width:100%;}
#footer a { color:#aaabae;}
#footer a:hover { color:#df7324;}
#footer ul { list-style:none;  padding:0; margin:0;}
#footer ul > li { display:inline-block; margin-left:15px;}
#footer p{text-align:center;line-height: 30px;}
.news{ width:100%; }
.news .parBd{ zoom:1; width:62%;float:right; }
.imger{float: left;width:37%;overflow: hidden;margin-top: 10px;}
.imger img{width: 100%;transition: all ease 0.3s;}
.imger img:hover{transform: scale(1.05);}
.new_list{ width:100%; float:left;}
.new_list li{border:solid 1px #ddd;background-color: rgb(248, 248, 248); padding: 10px;height:190px; width:41.5%;margin: 10px; float: left; display:block; }
.new_list li .fa{ width: 100%;}
.new_list li .fa b{ padding: 10px; color: #666666; font-size:18px; margin-bottom: 10px; display:block; float:left; width:100%; }
.new_list li .fa em{padding: 10px;  font-style:normal;text-align: right;display:block;color: rgb(189, 188, 188);}
.new_list li .fb{ padding-top: 5px; display:block; width:98%; padding-left: 10px; }
.new_list li .fb a{font-size: 18px; color: #df7324;}
.new_list li .fb p{font-size: 14px;color: rgb(65, 63, 63);}
.news-item2 .pp{width: 100%;text-align: right;color: rgb(161, 161, 161);}
.fbb{padding: 10px 15px; background-color: rgb(248, 248, 248);  padding-top: 15px; display:block;  }
.fbb a{font-size: 20px; color: #df7324;font-weight: bold;}
.fbb p{font-size: 14px;color: rgb(65, 63, 63);margin-top: 10px;}
.pp{width: 100%;text-align: right;color: rgb(161, 161, 161);}
#demo2{width: 100%;}

.banner-sub {
	height: 350px;
	background: no-repeat center / cover;
}
.ct2 {
	padding: 50px 0;
}
.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-sd-right {
	float: right;
}
.ct2-mn {
	float: right;
	width: 870px;
}
.ct2-mn-left {
	float: left;
}
.panel-sd {
	margin-bottom: 20px;
}
.panel-sd .tit {
	background-color: #ec7d2e;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.panel-sd .bd {
	border: 1px solid #ddd;
	padding: 20px;
}
.panel-sd .bd ul li{
	line-height: 30px;
	height: 30px;
}
.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center;
}
.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px;
}
.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666;
}
.lanmu .tit {
	line-height: 60px;
	background-color: #ec7d2e;
}
.lanmu li {
	margin-bottom: 20px;
}
.lanmu li:last-child {
	margin-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #f5f5f5;
	border-radius: 3px;
	text-align: center;
	color: rgb(46, 46, 46);
}
.lanmu-box {
	margin-top: 10px;
}
.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #005ca2;
	color: #fff;
}
.list-4 li {
	margin-bottom: 10px;
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
}
.list-4 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
}
.list-4 li .date {
	float: left;
	width: 76px;
	background-color: #fff;
	text-align: center;
	padding: 14px 0;
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
.list-4 li .text {
	margin: 0 110px 0 95px;
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.list-4 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #666;
	text-align: justify;
}
.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4;
}
.list-3 {
	margin-top: -15px;
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .img-center {
	overflow: hidden;
}
.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #df7324;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-content-tit {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}
.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}
.cp-about {
	margin: 0 0 20px;
}
.cp-about dt {
	float: left;
	width: 560px;
}
.cp-about dd {
	margin-left: 610px;
	padding-top: 50px;
}
.cp-about dd h4 {
	color: #005ca2;
	margin: 0;
	font-size: 16px;
}
.cp-about dd p {
	margin: 15px 0 0;
}
.yunu-message {
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}
.form-label span {
	color: #c5262b;
}
.form-content {
	margin-left: 110px;
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-content.yzm .form-control {
	width: 100px;
}
.form-content.yzm .img {
	height: 42px;
	width: auto;
}
select.form-control {
	height: 1.7rem;
}
.form-submit {
	padding: 10px 20px;
	color: #fff;
	background-color: #005ca2;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.form-button {
	padding: 10px 20px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.hlbd .form-group {
	float: left;
	width: 33.333333%;
}
.list-6 {
	margin: -20px 0 0 -20px;
}
.list-6 li {
	float: left;
	width: 25%;
}
.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-6 li .img-cover span {
	padding-top: 74%;
}
.list-6 li .text {
	margin-top: 10px;
	text-align: center;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-6 li a:hover .img-cover {
	border-color: #005ca2;
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}
.yunu-menu-inner a {
	float: left;
	width: 16.666666666%;
}
.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #df7324;
	color: #fff;
}
.box-main {
	padding: 40px;
	background-color: #f5f5f5;
}
.box-main p{text-indent: 2.5em;}

.about-desc {
	margin-bottom: 40px;
	line-height: 1.8;
	text-align: justify;
}
.about-list {
	margin-left: -15px;
	margin-bottom: 40px;
}
.about-list li {
	float: left;
	width: 20%;
}
.about-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 15px;
}
.about-list li .text {
	margin-top: 15px;
}
.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #005ca2;
}
.about-list li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden;
}
.about-list li a:hover {
	border-color: #005ca2;
}
.about-ser {
	margin: 0;
	border: 1px solid #ddd;
}
.about-ser dt {
	float: left;
	width: 220px;
}
.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px;
}
.about-ser dd h4 {
	color: #005ca2;
	margin: 0 0 10px;
	font-size: 16px;
}
.about-ser dd p {
	margin: 5px 0 0;
}
.about-ser dd strong {
	color: red;
}
.contact-desc {
	margin-bottom: 40px;
}
.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 40px;
	background-color: #005ca2;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}
.contact-desc p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8;
}
.contact-about {
	background-color: #fff;
	margin-bottom: 40px;
}
.map {
	height: 300px;
}
.liuyan {
	background: url(/skin/images/u.gif) no-repeat 350px;
	padding: 50px 500px 50px 0px;
}
.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 25%;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}
.list-2 li .img-center {
	overflow: hidden;
	height: 186px;
	line-height: 186px;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ec7d2e;
	z-index: 10;
	display: none;
}
.yunu-footer-fix li {
	float: left;
	width: 33%;
}
.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.yunu-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;
}
.swiper-pointer-events{height: 200px;}
.top{height: 290px;}
.top ul li{width: 85%;}
.p1a{width: 345px;background-size: 100%;}
.m-artlist .item{width: 155px;}
.m-artlist-2 .img{height: 126px;}
.item_tit{font-size: 10px;line-height: 35px;}
.m-artlist-2 .bor{width: 152px;height: 122px;}
.in-news .item{margin-left: 0;}
.swiper-slide{height: 180px !important;}
.g_xm li{width: 47%;height: 200px;}
.g_xm div{height: 130px;}
.g_xm li span{font-size:14px;}
.la-session-more a{width: 90%;}
.ys{display: none;}
.kf {
	display: none;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.my-map{width: 100%;}
.header .logo {
	height: 50px;
	line-height: 30px;
	float: none;
	padding: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;width: 100%;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 40px;
	color: #333;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #005ca2
}
.header .nav li.open .arr:after {
	border-color: #005ca2;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: 200px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
}
.pc-slide {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.yunu-sou {
	padding: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
}
table{width: 100%;margin-top: 10px;}
.section {
	padding: 30px 0;
}
.section-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.section-title small {
	font-size: 12px;
}
.section-title:after {
	height: 12px;
	margin-top: 5px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;
}
.list-1 {
	margin: -10px 0 0 -10px;
}
.list-1 li {
	width: 50%;
}
.list-1 .wrap {
	margin: 10px 0 0 10px;
}
.list-1 .text {
	padding: 10px 0 0;
}
.list-1 .text p {
	display: none;
}
.in-jjfa {
	margin: 0;
}
.in-jjfa li {
	width: 47%;margin:5px;height: 350px;
}
.songs{padding:30px 5px;}
.songs .item-g{font-size: 10px;padding-left: 30px;}
.songs .item-m{font-size: 10px;padding-left: 30px;}
.in-jjfa li a {

}
.in-jjfa li .img-cover p {
	font-size: 14px;
	padding: 8px 0;
}
.in-jjfa li .text {
	padding: 10px;
	height: 140px;
}
.in-jjfa li .text h3{font-size: 14px;}
.in-jjfa li .text p {
	font-size: 10px;
	line-height: 1.45;
	padding-left: 15px;
	background-position: 0 1px;
}
.in-jjfa li .text .more {
	display: none;
}
.hy-con {
	display: none;
}
.hy-menu {
	float: none;
	width: auto;
	margin: -20px 0 0 -10px;
	overflow: hidden;
}
.hy-menu li a {
	margin: 20px 0 0 10px;
}
.hy-menu li a:after {
	display: none;
}
.hy-menu li h4 {
	font-size: 14px;
	width: auto;
	background-color: #005ca2;
}
.hy-menu li h4 small {
	display: none;
}
.hy-menu li p {
	font-size: 12px;
	line-height: 1.45;
	height: 52px;
}
.tel-tl {
	text-align: center;
	background-image: none;
}
.tel-tl dt {
	float: none;
}
.tel-tl dt a {
	margin: 0 auto;
}
.tel-tl dd {
	margin: 20px 0 0;
	float: none;
}
.in-rz {
	margin: -20px 0 0;
}
.in-rz li {
	width: 50%;
	margin: 20px 0 0;
}
.in-rz li .wrap {
	width: 131px;
	margin: 0 auto;
}
.in-rz-tel {
	margin-top: 30px;
}
.in-rz-tel p {
	background: none;
	width: auto;
	padding: 0;
	height: auto;
}
.in-rz-tel strong {
	display: block;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 0;
	padding: 20px;
}
.in-about dd h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.in-about dd h4:after {
	width: 65px;
	margin-top: 10px;
}
.in-about dd .more {
	margin-top: 20px;
}
.in-news {
	margin-top: -40px;
}
.in-news .item {
	float: none;
	width: auto;
	margin-top: 40px;
}
.in-news .tit {
	margin-bottom: 20px;
}
.in-news .tit:after {
	margin-top: 10px;
}
.waveWrapper{display: none;}
.cp_left{display: none;}
.imger{width: 100%;}
.news .parBd{width: 100%;}
.new_list li .fa{display: none;}
.new_list li{width: 90%;height: 150px;}
.pagination a{float: none;}
#bottom { color:#aaabae;  font-size:14px; padding:30px 0;}
	#bottom ul{ display:block; float:left; width:100%; line-height:26px;}
	#bottom ul li{ display:block; float:left; width:33.333%; min-height:180px; border-right:0px; margin-right:0; box-shadow:none; }
	#bottom ul li:last-child{ border-right:0; box-shadow:none; width:100%; float:left; margin-right:0; margin-top:20px;}
	#bottom ul li span{ display:block; font-size:16px; color:#ffffff; margin-bottom:10px; line-height:normal;}
	#bottom .fr{ width:100%; text-align:left;}
	#bottom .fr img{ float:left; width:89px; height:89px;}
	#bottom .fr p{ display:block;  float:left; padding-left:10px; padding-top:3px; font-size:16px;}
	#bottom .fr p b{ color:#fff;}
	#bottom .fr p em{ font-style:normal; font-size:34px; line-height:50px; }
	
	#footer { padding:20px 0px; color:#aaabae; background:#2c2f38; float:left; width:100%;}
	#footer ul { list-style:none;  padding:0; margin:0;}
	#footer ul > li { display:inline-block; margin-left:15px;}
	.diver{display: inline-block;height:30px;width: 100%;float: left;background: #2c2f38;}
	.footer {
	padding: 15px;
}
.footer-logo {
	display: none;
}
.footer-ewm {
	width: 80px;margin-right: 0;
}
.footer-ewm p {
	font-size: 12px;
}
.footer-info {
	float: none;
	margin-right: 95px;
	font-size: 12px;
}
.footer-link {
	display: none;
}
.banner-sub {
	height: 200px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.ct2 {
	padding: 30px 0;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	display: none;
}
.list-4 li a {
	padding: 10px;
}
.list-4 li .more {
	display: none;
}
.list-4 li .date {
	font-size: 12px;
	width: 60px;
	padding: 10px 0;
}
.list-4 li .date strong {
	font-size: 18px;
}
.list-4 li .text {
	margin: 0 0 0 70px;
}
.list-4 li .text h4 {
	font-size: 14px;
}
.list-4 li .text p {
	font-size: 12px;
	height: 42px;
	margin-top: 2px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.cp-about dt {
	float: none;
	width: auto;
}
.cp-about dd {
	margin: 0;
	padding-top: 20px;
}
.cp-about dd p {
	margin-top: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.form-label {
	line-height: 34px;
	width: 85px;
}
.form-content {
	margin-left: 85px;
}
.form-control {
	padding: 6px 10px;
}
.hlbd .form-group {
	width: 100%;
}
.form-content.yzm .form-control {
	width: 80px;
}
.form-content.yzm .img {
	height: 34px;
	width: 90px;
}
.list-6 {
	margin: -10px 0 0 -10px;
}
.list-6 li {
	width: 50%;
}
.list-6 li a {
	margin: 10px 0 0 10px;
}
.yunu-menu-inner {
	display: none;
}
.box-main {
	padding: 15px;
}
.about-desc {
	margin-bottom: 15px;
}
.about-list {
	margin: -10px 0 15px -10px;
}
.about-list li {
	width: 50%;
}
.about-list li a {
	padding: 5px;
	margin: 10px 0 0 10px;
}
.about-ser dt {
	float: none;
	width: auto;
}
.about-ser dt img {
	width: 100%;
}
.about-ser dd {
	margin: 0;
	padding: 15px;
}
.contact-desc {
	margin-bottom: 15px;
}
.contact-desc h4 {
	font-size: 14px;
	padding: 0 15px;
}
.contact-desc p {
	margin-top: 10px;
}
.contact-about {
	margin-bottom: 15px;
}
.contact-about dd {
	padding: 15px;
}
.liuyan {
	padding: 0;
	background: none;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	width: 50%;
}
.list-2 li a {
	margin: 10px 0 0 10px;
}
.list-2 li .img-center {
	height: 110px;
	line-height: 110px;
}
.yunu-footer-fix {
	display: block;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #005ca2;
}
.pagination li.thisclass {
	background: #005ca2;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #005ca2;
	color: #fff;
	cursor: default;
}
