html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	margin: 0;
	padding: 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: #333;
}

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;
}

/* * {
	box-sizing: border-box;
} */

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: #e7262e;
}

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: 1300px;
	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 #007ccb;
	-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);
}

.effect {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.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 #007ccb;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	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:#e7262e;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-main{background:#e7262e;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;}*/

.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.header .topbar {
	padding-top: 12px;
	overflow: hidden;
	font-size: 13px;
	color: #fff;

}

.header .topbar img {
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.header .topbar ul {
	float: right;
}

.header .topbar li {
	float: left;
	color: #ddd;
	margin-left: 10px;
}

.header .topbar li a {
	color: #fff;
}

.header .topbar li a:hover {
	color: #e7262e;
}

.header .topbar li.pipe {
	padding: 0 10px;
}

.header .topbar li.c {
	margin-left: 10px;
}

.header .topbar li.c a {
	background-color: #f7c433;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}

.header .logo {
	float: left;
	font-size: 0;

	line-height: 80px;
	text-align: left;
	padding: 13px 0;
}

.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #e7262e;
}

.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}

.nav-sticky.header {
	background-color: #fff;
	border-bottom: 1px solid #d7d5d5;
}

.nav-sticky.header .topbar li a {
	color: #555;
}

.header.nav-sticky .nav li.dropdown:before {
	border-top-color: #555;
}

.header.nav-sticky .nav li a {
	color: #333;
}

.header .text strong {
	display: block;
	font-size: 26px;
}

.header .nomologo {
	display: block;
}

.header .sticlogo {
	display: none;
}

.header.nav-sticky .sticlogo {
	display: block;
}

.header.nav-sticky .nomologo {
	display: none;
}

.header .text span {
	color: #e7262e;
}

.header .nav {
	font-size: 0;

	color: #fff;
}

.header .nav ul {
	text-align: right;
	position: relative;
	top: 18px;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;

}

.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding: 0 30px 0 30px;
	color: #fff;
}

.header .nav li:last-of-type a {
	/* padding-right: 0; */
}

.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;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
	background-color: #e7262e !important;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

.nav-sticky.header .nav li.active a,
.nav-sticky.header .nav li.open a,
.nav-sticky.header .nav li a:hover {
	color: #fff;
	background-color: #e7262e;
}

.header.nav-sticky .nav li.active.dropdown:before,
.header.nav-sticky .nav li.open.dropdown:before,
.header.nav-sticky .nav li.dropdown:hover:before {
	border-top-color: #fff;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.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: #e7262e;
	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: 860px;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 90%;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 120px;
}

.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e7262e;
}

.yunu-showcase {
	margin: 0 auto 20px;
	padding-top: 6px;
}

.yunu-showcase-info {
	margin-left: 430px;
}

.yunu-showcase-info h1 {
	font-size: 26px;
	margin: 0;
	color: #444;
	padding-bottom: 15px;
}

.yunu-showcase-info p {
	margin: 8px 0 0;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.yunu-showcase-info .tel {
	margin-top: 80px;
}

.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	/* width: 120px; */
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 1px;
	background-color: #e7262e;
}

.pc-slide {
	float: left;
	width: 400px;
}

.view .swiper-slide .imgauto {
	width: 400px;
	height: 400px;
	line-height: 400px;
	border: 1px solid #ddd;
	padding: 3px;
	box-sizing: border-box;
}

.view .img-center img {
	vertical-align: top;
}

.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;
	opacity: 0.6;
}

.preview .swiper-slide {
	width: 80px !important;
}

.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;
	opacity: 0.6;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #e7262e;
}

.preview .active-nav .imgauto img {
	width: 100%;
	height: 100%;
}

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: #e7262e;
}

.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: #e7262e;
	color: #fff;
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #e7262e;
	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;
}

.mt-tabpage {
	width: 100%;

}

.mt-tabpage-title {




	text-align: center;

}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	padding: 0 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #525252;
	font-size: 16px;
	margin: 0 5px;
}

.mt-tabpage-title .mt-tabpage-item:hover {
	color: #fff;

	background: #e7262e;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;

	background: #e7262e;
}

.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.mt-tabpage-cont__wrap {
	position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
	width: 1200px;
	height: 370px;

	text-align: center;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}



.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.proindex .itempro {
	float: left;
	width: 25%;
	padding: 10px;
}


.proindex .img-cover {
	display: block;
	border: 1px solid #d0d0d0;
}

.proindex .img-cover span {
	padding-top: 100%;
}

.proindex .text {
	border-top: 0;
	padding: 10px 0 10px;
	text-align: center;
	font-size: 16px;
}

.proindex .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proindex .text p {
	margin: 15px 0 0;
	font-size: 14px;
}

.proindex .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #e7262e;
	border: 1px solid transparent;
}



.proindex .itempro:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}





.section {
	padding: 70px 0;
}

.sectionsmall {
	padding: 30px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
}

.overhidden {
	overflow: hidden;
}

.proindex {
	width: 100%;
}

.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.section-title-encn {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}

.section-title-encn .entxtsmall {
	display: block;
	font-size: 26px;
	position: relative;
	top: 52px;
	color: #555;
	text-transform: uppercase;
}

.section-title-encn .entxtbig {
	color: #f4f4f4;
	font-size: 46px;
	text-transform: uppercase;
}

.section-title-encn .cntxt {
	position: relative;
	top: -5px;
}

.section-title:after {
	display: block;
	content: '';
	background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 20px;
}

.in-prd-cate {
	float: left;
	width: 246px;
}

.in-prd-cate dl {
	margin: 0 0 10px;
}

.in-prd-cate dt {
	margin-bottom: 10px;
}

.in-prd-cate dt a {
	display: block;
	line-height: 50px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: #fff;
	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 {
	float: right;
	width: 922px;
}

.list-1 {
	margin: -15px 0 0 -20px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 .wrap {
	margin: 20px 0 0 20px;
	border: 1px solid #e8e8e8;
	/* padding: 10px; */
}

.list-1 .img-cover {
	display: block;
}

.list-1 .img-cover span {
	padding-top: 100%;
}

.list-1 .text {
	border-top: 0;
	padding: 15px 0 15px;
	text-align: center;
}

.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	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: #e7262e;
	border: 1px solid transparent;
}

.list-1 .wrap:hover {
	background-color: #e7262e;
}

.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-1 .wrap:hover a {
	color: #fff;
}

.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.list-diypro {
	margin: -20px 0 0 -20px;
}

.list-diypro li {
	float: left;
	width: 33.333333%;
}

.list-diypro .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}

.list-diypro .img-cover {
	display: block;
}

.list-diypro .img-cover span {
	padding-top: 100%;
}

.list-diypro .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}

.list-diypro .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-diypro .text p {
	margin: 15px 0 0;
	font-size: 14px;
}

.list-diypro .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #e7262e;
	border: 1px solid transparent;
}

.list-diypro .wrap:hover {
	background-color: #f7c433;
}

.list-diypro .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-diypro .wrap:hover a {
	color: #fff;
}

.list-diypro .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-diypro .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}

.bg1 .section-title {
	color: #fff;
}

.bg1 .section-title:after {
	display: none;
}

.in-jjfa {
	margin-left: -28px;
}

.in-jjfa li {
	float: left;
	width: 25%;
}

.in-jjfa li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	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-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	position: absolute;
	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: 30px 20px;
	position: relative;
}

.in-jjfa li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	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 a:hover .img-cover p {
	background-color: #e7262e;
}

.in-jjfa li a:hover .text .more {
	background-color: #e7262e;
}

.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: #e7262e;
	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: #f7c433;
	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: #e7262e;
}

.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: #e7262e;
	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;
}

.lxinbg {
	background: url(../images/lxinbg.jpg) no-repeat center / cover;
	color: #fff;
	text-align: center;
}

.section.lxinbg {
	padding: 30px 0;
}

.lxinbg img {
	width: 100%;
}

.lxinbg .container {
	position: relative;
}

.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 {
	position: absolute;
	right: 15px;
	bottom: 20px;
	text-align: center;
	width: 560px;
}

.in-rz-tel p.tit {
	font-size: 18px;
}

.in-rz-tel p {}

.in-rz-tel strong {
	font-size: 30px;
}

.in-rz-tel p.tel {
	padding-top: 0;
	margin-top: 12px;
	line-height: 20px;
	margin-bottom: 0;
}

.in-rz-tel .btn {
	display: block;
	width: 150px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff;

	margin: 15px auto 0;
}

.lctxt {
	display: inline-block;
	background: #e7262e;
	font-size: 16px;
	color: #fff;
	padding: 4px 40px;
	font-weight: normal;
	position: relative;
	top: -8px;
}

.lctxt::before {
	content: "";
	height: 1px;
	width: 200px;
	background: #c8c8c8;
	position: absolute;
	left: -200px;
	top: 15px;
}

.lctxt::after {
	content: "";
	height: 1px;
	width: 200px;
	background: #c8c8c8;
	position: absolute;
	left: 100%;
	top: 15px;
}

.secliucheng {
	background: url(../images/lctupian.png) no-repeat 0 0;
	width: 100%;
	height: 200px;
	background-size: 100% auto;
	padding: 15px 80px 0 100px;
}

/* 新闻 */

.index-news {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/xinwen.jpg);
	background-position-x: center;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 60px;
}

.sectionsmall.coop {
	padding-bottom: 50px;
}

.index-news .section-title-encn .entxtbig {
	color: #ececec;
}

.index-news .tab .nav-tabs li a {
	background-color: #e6e6e6;
}

.index-news .section-title-encn {
	padding-bottom: 22px;
}

.index-news .tab .nav-tabs li a {
	padding: 10px 40px;
	overflow: visible;
	transition: none;
}

.index-news .title {
	font-size: 52px;
	color: #000000;
	text-align: center;
}

.index-news .title2 {
	font-size: 18px;
	color: #000000;
	text-align: center;
}

.index-news .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #e7262e;
	margin: 8px auto 11px;
	font-size: 12px;
}

.index-news .hd {
	margin-top: 30px;
	margin-bottom: 27px;
}

.index-news .hd ul {
	text-align: center;
	font-size: 0;
}

.index-news .hd ul li {
	display: inline-block;
	width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	font-size: 15px;
	color: #474747;
	margin-right: 30px;
	line-height: 40px;
	text-align: center;
	position: relative;
	vertical-align: top;
}

.index-news .hd ul li.on {
	background-color: #207dc7;
	color: #FFFFFF;
}

.index-news .hd ul li:last-child {
	margin-right: 0;
}

.index-news .hd ul li.on::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #207dc7;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}

.index-news .bd .left {
	width: 50%;
	background-color: #ffffff;
	padding-top: 20px;

	float: left;
	padding-right: 10px;


}

.index-news .bd .left .img {
	margin-bottom: 20px;
	width: 100%;
	height: 197px;
	overflow: hidden;
}

.index-news .bd .left .img img {
	width: 100%;
	height: 197px;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
}

.index-news .bd .left .text {
	padding-left: 15px;
	padding-right: 25px;
}

.index-news .bd .left .text .t {
	font-size: 20px;
	color: #222;
	margin-bottom: 15px;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news .bd .left:hover .text .t {
	color: #e7262e;
}

.index-news .bd .left .text .p {
	font-size: 14px;
	color: #979797;
	line-height: 20px;
}

.index-news .bd .left .link {
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: underline;
	color: #5b5b5b;
	margin-top: 16px;
	padding-left: 15px;
}

.index-news .bd .left:hover .link {
	color: #e7262e;
}

.index-news .bd .left:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.bghey {
	background-color: #f5f5f5;
}

.index-news .bd .right {

	padding-right: 30px;
	float: right;
	width: 48%;

	background-color: #ffffff;
	padding-top: 20px;
}

.index-news .bd .right .list {}

.index-news .bd .right .list .date {
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 15px;
	line-height: normal;
	padding: 6px 10px;
	background: #c7c7c7;
	margin-top: 5px;
}

.index-news .bd .right .list .date .day {
	font-size: 26px;

	letter-spacing: -1px;
	font-weight: bold;
}

.index-news .bd .right .list .date .month {
	position: relative;
	top: -2px;
}

.index-news .bd .right .list .text {

	padding-bottom: 25px;
	padding-left: 96px;
}

.index-news .bd .right .list .text .t {
	font-size: 15px;
	color: #1d1d1d;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news .bd .right .list .text .p {
	font-size: 14px;
	color: #888686;
	margin-top: 3px;
	line-height: 22px;
}

.index-news .bd .right .list:hover .text .t {
	color: #e7262e;
}

.index-news .bd .right .list:hover .date {
	background: #b1afaf;
}

.index-news .bd .right .list:hover .date .day {}

.newsdiytit {
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.newsdiytit1 {
	float: left;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}

.newsdiytit2 {
	float: right;
	color: #848484;
	position: relative;
	top: 10px;
}

.index-news .tab .tab-content {
	padding: 20px 10px;
}

.tab .nav-tabs li.active a::after,
.tab .nav-tabs li a:hover::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #1c5ba6;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}

.right-lists {
	padding-top: 19px;
}

.right-lists ul li a {
	color: #676767;
}

.right-lists ul li:hover .t {
	color: #e7262e;
}

.right-lists ul li:hover .date {
	color: #e7262e;
}

.right-lists ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}

.right-lists ul li a:before {
	content: '';
	display: block;
	vertical-align: top;
	width: 5px;
	height: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-top: 6px;
	float: left
}

.right-lists ul li .t {
	width: 345px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #676767;
}

.right-lists ul li .date {
	float: right;
	color: #999999;
}

.liuchengitem {
	width: 20%;
	float: left;
	font-size: 18px;
	padding-left: 45px;
	height: 43px;
	line-height: 43px;
}

.liuchengitem:hover {

	transform: translateY(-7px);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}


.liucheng1 {
	background: url(../images/zxico.png) no-repeat left center;
}

.liucheng2 {
	background: url(../images/faico.png) no-repeat left center;
}

.liucheng3 {
	background: url(../images/xmico.png) no-repeat left center;
	position: relative;
	left: 36px;
}

.liucheng4 {
	background: url(../images/jsico.png) no-repeat left center;
	position: relative;
	left: 60px;
}

.liucheng5 {
	background: url(../images/sjico.png) no-repeat left center;
	position: relative;
	left: 70px;
}

.liucheng6 {
	background: url(../images/dhico.png) no-repeat left center;
	position: relative;
	top: 70px;
}

.liucheng7 {
	background: url(../images/ysico.png) no-repeat left center;
	position: relative;
	left: 10px;
	top: 70px;
}

.liucheng8 {
	background: url(../images/csico.png) no-repeat left center;
	position: relative;
	left: 30px;
	top: 70px;
}

.liucheng9 {
	background: url(../images/clico.png) no-repeat left center;
	position: relative;
	left: 56px;
	top: 70px;
}

.liucheng10 {
	background: url(../images/tlico.png) no-repeat left center;
	position: relative;
	left: 70px;
	top: 70px;
}

.in-rz-tel .btn:hover {
	color: #e7262e;
	background-color: #fff;
}

.bg3 {
	background-color: #f5f5f5;
}

.bg3 .section-title:after {
	background-image: url(../images/zjtit.jpg);
}

.aboutsect {
	background: url(../images/aboutbg.jpg) no-repeat left top #1e5d9a;
	height: 560px;
}

.in-about {
	/* background-color: #fff; */
	margin: 0;
	color: #fff;
}

.in-about dt {
	float: left;
	width: 770px;
}

.in-about dd {
	margin-left: 50%;
	padding: 40px;
}

.in-about dd h4 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: normal;
}

.in-about dd h4 small {
	display: block;
	font-weight: lighter;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	opacity: 0.7;
}

.in-about .jtsx {
	position: relative;
}

.in-about .jtsx::before {
	display: block;
	content: '';
	width: 250px;
	height: 1px;
	background-color: #fff;
	bottom: -24px;
	opacity: 0.4;
	position: absolute;
	right: -50px;
}

.in-about .jtsx::after {
	display: block;
	content: '';
	width: 1px;
	height: 130px;
	background-color: #fff;
	margin-top: 15px;
	opacity: 0.4;
	position: absolute;
	right: -24px;
	bottom: -70px;
}

.in-about dd h4:after {
	display: block;
	content: '';
	width: 170px;
	height: 1px;
	background-color: #fff;
	margin-top: 15px;
	opacity: 0.4;
}

.in-about dd p {
	margin: 0;

	line-height: 1.8;
	text-align: justify;
}

.in-about dd .more {
	display: block;
	margin-top: 40px;
	line-height: 40px;

	color: #fff;

}

.in-about dd .more:hover {
	padding-left: 15px;
	letter-spacing: 1px;
}

.in-news {
	margin-left: -45px;
}

.in-news .item {
	float: left;
	width: 370px;
	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: #e7262e;
}

.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #e7262e;
}

.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: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}

.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #e7262e;
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px;
}

.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}

#marquee {
	height: 350px;
	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;
}

.footer {
	background-color: #1a1e27;

	padding: 60px 0 40px;
	border-top: 8px solid #e7262e;
	overflow: hidden;
	color: #b4b7b5;
}

.footer .imglogofoot {
	float: left;
	border-right: 1px solid #404246;
	padding-right: 20px;
	margin-right: 30px;
	margin-top: 10px;
}

.footer .txtlogofoot {
	float: left;
	color: #b4b7b5;
	margin-top: 10px;
}

.footer .txtlogofoot p {
	padding-bottom: 5px;
}

.footer .txtlogofoot a {

	color: #b4b7b5;
}

.footer .wxlogofoot {
	float: right;
}

.footer .wxlogofoot img {
	max-width: 120px;
}

.footer a {
	color: #fff;
}

.footer .footercon {
	text-align: center;
	padding-bottom: 30px;
	color: #e4e4e4;
}

.footer .footercon span {
	margin: 0 5px;
	display: inline-block;
}

.footer-link {
	margin-top: 0;
	font-size: 0;
	padding: 20px 0;

	text-align: center;
}

.footer-link .container {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
}

.footer-link a,
.footer-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.footer-link span {
	color: #fff;
	padding: 0 20px;
	opacity: 0.7;
}

.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
}

.footer-info {
	float: left;
	line-height: 1.8;
}

.footer-info p {
	margin: 0;
}

.footer-ewm {
	float: right;
	width: 96px;
}

.footer-ewm p {
	text-align: center;
	margin: 10px 0 0;
}

.footer a:hover {
	color: #e7262e;
}

.banner-sub {
	height: 350px;
	background: no-repeat center / cover;
}

.ct2 {
	padding: 30px 0;
}

.ct2-sd {
	float: left;
	width: 240px;
}

.ct2-sd-right {
	float: right;
}

.xinwenslk a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 15px 0;
	/* border-bottom: 1px dashed #ddd; */
}

.ct2-mn {
	float: right;
	width: 914px;
	padding: 10px 15px;
	background-color: #fff;
}

.ct2-mn-left {
	float: left;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #fff;
}

.MIM {
	overflow: hidden;
	width: 100%;
	height: 623px;
	background: url(../images/mimbg.jpg) no-repeat center top
}

.MIM span {
	display: block;
	font-size: 30px;
	position: relative;
	text-align: center;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 60px;


}

.MIM h3 {
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/mim_h.png) no-repeat center bottom;
	margin-bottom: 30px
}

.MIM h3 b {
	color: #2fa991
}

.MIM .Mbox {
	overflow: hidden;
	height: 420px;
	text-align: center;
	position: relative
}

.MIM .Mbox img {
	margin-top: 40px;
	margin-left: 5px;
}

.MIM .Mbox>div {
	overflow: hidden;
	width: 380px;
	position: absolute;

}

.MIM h5 {
	font-size: 20px;
	color: #262626;
	margin-bottom: 10px
}

.MIM p {
	font-size: 16px;
	color: #363636;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.MIM p b {
	color: #e08f1d
}

.MIM .wen01 h5,
.MIM .wen03 h5,
.MIM .wen05 h5,
.MIM .wen01 p,
.MIM .wen03 p,
.MIM .wen05 p {
	text-align: right
}

.MIM .wen01,
.MIM .wen05 {
	overflow: hidden;
	padding-right: 90px;
	background: url(../images/mim01.png) no-repeat right bottom;
	padding-bottom: 5px
}

.MIM .wen02,
.MIM .wen06 {
	overflow: hidden;
	padding-left: 90px;
	background: url(../images/mim02.png) no-repeat left bottom;
	padding-bottom: 5px
}

.MIM .wen03,
.MIM .wen04 {
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d2
}

.MIM .wen03 {
	padding-right: 22px;
	width: 310px !important;
}

.MIM .wen04 {
	width: 310px !important;
	padding-left: 22px;
}

.MIM .wen01,
.MIM .wen03,
.MIM .wen05 {
	left: 120px
}

.MIM .wen02,
.MIM .wen04,
.MIM .wen06 {
	right: 120px;
	text-align: left;
}

.MIM .wen01,
.MIM .wen02 {
	top: -30px
}

.MIM .wen03,
.MIM .wen04 {
	top: 100px
}

.MIM .wen05,
.MIM .wen06 {
	top: 235px
}

.panel-sd .tit {
	background-color: #e7262e;
	color: #fff;

	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
}

.panel-sd .bd {
	border: 1px solid #ececec;
	padding: 15px;
}

.panel-sd .bd.ulnews {
	padding-top: 0;
}

.panel-sd .bd.ulnews li {
	padding-left: 18px;
	position: relative;
	border-bottom: 1px dotted #ddd;
}

.panel-sd .bd.ulnews li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #ccc;
	position: absolute;
	top: 20px;
	left: 0;
}

.contact-sd .tel {
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 10px;
	text-align: center;
}

.lxwmsd.panel-sd .bd {
	padding: 10px;
}

.lxwmsd.panel-sd .contact-sd p {
	padding: 0 5px;
	margin: 5px 0 0;
	color: #4a4a4a;
}

.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;
}

.panel-sd .bd.ulpros {
	padding: 10px 5px 0;
}

.ulpros ul {
	overflow: hidden;
}

.ulpros ul li {
	float: left;
	width: 102px;
	padding: 0 5px;
	margin-bottom: 10px;
}

.ulpros ul li p {
	margin: 5px 0;
	text-align: center;
}

.ulpros ul li p a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ulpros ul li a.img {
	width: 104px;
	height: 104px;
	display: block;
	overflow: hidden;
}

.ulpros ul li a.img img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.ulpros ul li a.img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.lanmu .tit {
	line-height: 50px;
	background-color: #e7262e;
}

.lanmu li {
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #efefef;
}

.panel-sd.lanmu .bd {
	padding-top: 0;
	padding-bottom: 0;
}

.lanmu li:last-child {
	margin-bottom: 0;
}

.lanmu li>a {
	display: block;
	padding: 15px 0;
	color: #333;
	font-weight: bold;
	position: relative;
}

.lanmu li>a::after {
	content: ">";
	display: block;
	width: 15px;
	height: 16px;
	background: #676767;
	position: absolute;
	right: 0;
	color: #fff;
	line-height: 15px;
	font-weight: lighter;
	top: 17px;
	text-align: center;
	border-radius: 3px;
}

.lanmu li>a.thisclass {

	color: #e7262e;

}

.lanmu li>a.thisclass::after {

	background: #e7262e;

}

.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: 10px;

	border-bottom: 2px solid #e7262e;
	padding: 8px 0 8px 0;
	/* background: url(../images/logo_03.png) no-repeat 0 center; */
	overflow: hidden;
}

.position .juyoutit {
	float: left;
	font-size: 18px;
	position: relative;
	color: #e7262e;
	padding-left: 14px;
}

.position .juyoutit::before {
	content: "";
	width: 4px;
	height: 18px;
	background-color: #e7262e;
	position: absolute;
	top: 3px;
	left: 2px;
}

.position .juyousd {
	float: right;
}

.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: #e7262e;
	color: #fff;
}

.list-4 li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;

}

.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 .more:hover {
	background-color: #e7262e;
}

.list-4 li .date {
	float: left;
	width: 76px;
	background-color: #f5f5f5;
	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-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: #e7262e;
}

.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: 15px 0;
	opacity: 0.85;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-exp li.pre1 {
	float: left;
}

.content-exp li.next2 {
	float: right;
}

.cp-content-tit {
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #e7262e;
	font-size: 16px;
}

.cp-content-tit span {
	display: block;
	width: 110px;
	background: #e7262e;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	height: 36px;
	line-height: 38px;
}

.sharebtns {
	margin-top: 30px;
}

.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: #e7262e;
	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: #e7262e;
	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: #e7262e;
}

.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: #e7262e;
	color: #fff;
}

.box-main {
	padding: 40px;
	background-color: #f5f5f5;
}

.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: #e7262e;
}

.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: #e7262e;
}

.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: #e7262e;
	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: #e7262e;
	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;
	margin-bottom: 10px;
}

.lxwmcon {
	margin-bottom: 15px;
}

.lxwmcon h4 {
	margin: 10px 0;
}

.lxwmcon p {
	margin: 3px 0;
}

.liuyan {
	background: url(../images/on_bj.jpg) no-repeat center top;
	padding: 50px 0 50px 430px;
}

.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: #e7262e;
	z-index: 10;
	display: none;
}

.yunu-footer-fix li {
	float: left;
	width: 25%;
}

.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);
}

.tab .nav-tabs {
	border-bottom: none;
	position: relative;
	text-align: center;
}

.tab .nav-tabs li {
	margin-right: 15px;
	z-index: 1;
	display: inline-block;
}



.tab .nav-tabs li a {
	display: block;
	padding: 10px 40px;
	background: #fff;
	font-size: 16px;

	color: #525252;

	border-radius: 0;
	margin-right: 0;

	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.productnew .tab .nav-tabs li a {
	border: 1px solid #ddd;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
	color: #fff;
	background-color: #e7262e;
}

.btnadd {
	text-align: center;
	padding-top: 30px;
}

.btnadd .btn {
	padding: 8px 25px;
	font-size: 16px;
	border: 1px solid #ddd;
	display: inline-block;


}

.btnadd .btn:hover {

	border: 1px solid #e7262e;
	color: #fff;
	background-color: #e7262e;


}

.tab .nav-tabs li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	/* transition: all 0.3s ease 0s; */
}

/* .tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
	height: 100%;
	background: #956cae;
} */

.tab .tab-content {
	padding: 20px 10px;
	margin-top: 0;
	font-size: 14px;
	color: #999;
	line-height: 26px;
}

.tab .tab-content h3 {
	font-size: 24px;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.tab .nav-tabs li {
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 479px) {
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.tab .nav-tabs li:after {
		width: 0;
		height: 100%;
		top: auto;
		bottom: -60%;
		right: 50%;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.in-about .jtsx::before {
		right: -20px;
	}

	.tab .nav-tabs li a {
		font-size: 14px;
		padding: 8px 20px;
	}

	.container {
		width: auto;
	}

	.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;
	}

	.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;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		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: #e7262e
	}

	.header .nav li.open .arr:after {
		border-color: #e7262e;
		-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;
	}

	.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;
	}

	.footer .footercon {
		padding-bottom: 0;
	}

	.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;
	}

	.list-diypro {
		margin: -10px 0 0 -10px;
	}

	.list-diypro li {
		width: 50%;
	}

	.list-diypro .wrap {
		margin: 10px 0 0 10px;
	}

	.list-diypro .text {
		padding: 10px 0 0;
	}

	.list-diypro .text p {
		display: none;
	}

	.in-jjfa {
		margin: -10px 0 0 -10px;
	}

	.in-jjfa li {
		width: 50%;
	}

	.in-jjfa li a {
		margin: 10px 0 0 10px;
	}

	.in-jjfa li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}

	.in-jjfa li .text {
		padding: 10px;
		height: 140px;
	}

	.in-jjfa li .text p {
		font-size: 12px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}

	.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: #e7262e;
	}

	.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: 0;
	}

	.in-rz-tel p {
		background: none;
		width: auto;
		padding: 0;
		height: auto;
	}

	.in-rz-tel strong {
		display: block;
	}

	.secliucheng {
		background: none;
		height: auto;

		padding: 0;
	}

	.section.index-news {
		padding-top: 0;
		padding-bottom: 0;
	}

	.tab .nav-tabs li {
		width: auto;
	}

	.index-news .bd .left {
		width: 100%;

		height: auto;
		float: none;
		margin-right: 0;
	}

	.index-news .bd .right {
		padding-left: 15px;
		padding-right: 15px;
		float: none;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding-top: 10px;
	}

	.sectionsmall {
		padding: 10px 0;
	}

	.right-lists {
		padding-top: 10px;
	}

	.right-lists ul li .t {
		width: auto;
	}

	.right-lists ul li .date {
		display: none;
	}

	.liuchengitem {
		width: 50%;
		font-size: 16px;
		position: initial !important;
	}

	.section.lxinbg {
		padding: 15px 0 20px;
	}

	.lctxt::after,
	.lctxt::before {
		display: none;
	}

	.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;
	}

	.footer {
		padding: 5px 0;
	}

	.list-1 .text h4 {
		font-size: 14px;
		padding-bottom: 8px;
	}

	.view .swiper-slide .imgauto {
		width: 100%;
		height: auto;
		line-height: 0;
	}

	.yunu-showcase-info p {
		height: auto;
	}

	.content-exp li.pre1 {
		float: none;
	}

	.content-exp li.next2 {
		float: none;
	}

	.section-title-encn .entxtsmall {
		font-size: 20px;
		top: 34px;
	}

	.proindex .itempro {

		width: 50%;

	}

	.tab .tab-content {
		padding: 0;
	}

	.btnadd {

		padding-top: 10px;
	}

	.btnadd .btn {
		padding: 4px 20px;
		font-size: 14px;
	}

	.section-title-encn .entxtbig {
		font-size: 30px;
	}

	.aboutsect {
		background: url(../images/aboutbg.jpg) no-repeat 75% top #1e5d9a;
		height: 420px;
		background-size: auto 100%;
	}

	.MIM span {
		font-size: 26px;
		padding-top: 20px;
	}

	.MIM h3 {
		font-size: 28px;
		margin-top: 0;

		padding-bottom: 10px;

		margin-bottom: 10px;
	}

	.MIM .Mbox img {
		margin-top: 0;
		width: 65%;
	}

	.lxinbg img {
		display: none;
	}

	.in-rz-tel {
		position: initial;
		width: 100%;
	}

	.MIM .Mbox>div {
		overflow: hidden;
		width: auto;
		position: initial;
	}

	.section-title-encn {
		font-size: 28px;
	}

	.MIM .wen01,
	.MIM .wen02,
	.MIM .wen03,
	.MIM .wen04,
	.MIM .wen05,
	.MIM .wen06 {
		background: none;
		padding: 0 15px;
	}

	.MIM .Mbox,
	.MIM {
		height: auto;
	}

	.in-about .jtsx::after {
		right: -14px;
	}

	.footer-logo {
		display: none;
	}

	.MIM .wen01 h5,
	.MIM .wen03 h5,
	.MIM .wen05 h5,
	.MIM .wen01 p,
	.MIM .wen03 p,
	.MIM .wen05 p {
		text-align: left;
	}

	.MIM .wen03,
	.MIM .wen04 {
		border-bottom: none;
	}

	.MIM h5 {
		font-size: 16px;
		color: #262626;
		margin-bottom: 0;
		margin-top: 5px;
	}

	.MIM p {
		font-size: 14px;

		margin-top: 0;
		margin-bottom: 5px;
	}

	.footer-ewm {
		width: 80px;
	}

	.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: #e7262e;
}

.pagination li.thisclass {
	background: #e7262e;
	color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	background: transparent;
	border-color: #e7262e;
	color: #fff;
	cursor: default;
}

.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}

.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
	padding: 0
}

.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #e31d24 solid;
	background-color: #e31d24
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #e31d24;
	color: #fff;
	border: 1px #e31d24 solid;
	padding: 0 10px
}

.dede_pages ul li:last-child {
	padding: 0 10px
}

.dede_pages ul li:last-child a {
	padding: 0
}

.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

#maximg img {
	max-width: 100%;
	height: auto !important
}

.section-title-cmtit {
	text-align: center;
}

.section-title-cmtit h3 {
	display: block;
	font-size: 30px;
	padding: 40px 0 10px;
	font-weight: normal;
	letter-spacing: 2px;
}

.section-title-cmtit .line01:before {
	background: #999;
}

.section-title-cmtit .line01:after {
	background: #999;
}

.section-title-cmtit .line01 i {
	border-color: #e7262e;
}

.mr_t1 {
	background: url(../images/mr_1px.jpg) repeat-x left bottom;
	height: 40px;
	padding-right: 16px;
}

.mr_t1name {
	font: bold 16px/40px "微软雅黑";
	color: #FFF;
	background: #2257A2 url(../images/mr_t1bg.jpg) no-repeat right top;
	height: 40px;
	width: 120px;
	padding-left: 21px;
	float: left;
}

.mr_t1name img {
	float: left;
	margin-top: 9px;
	margin-right: 6px;
	display: inline;
}

.mr_frbox {
	height: 140px;
	position: relative;

}


.mr_frBtnL {

	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 30px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	width: 26px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	left: 10px;
	top: 50%;
	margin-top: -22px;

}

.mr_frUl {
	float: left;
	height: 140px;
	width: 100%;

}

.mr_frBtnR {
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 30px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	width: 26px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	right: -10px;
	top: 50%;
	margin-top: -22px;

}

.mr_frBtnR:hover,
.mr_frBtnL:hover {
	background: rgba(0, 0, 0, 0.4);
}

.mr_frBtnR::before {
	position: relative;
	right: 6px;
}

.mr_frBtnL::before {
	position: relative;
	left: 4px;
}

.mr_frUl ul li {
	display: inline;
	float: left;
	width: 238px;
	height: 140px;
	margin: 0 10px;
	overflow: hidden;
}

.mr_frUl ul li a {
	display: block;
	border: 1px solid #D8D8D8;
	background: #fff;
	text-align: center;
	line-height: 140px;
	width: 238px;
	height: 140px;
}

.mr_frUl ul li img {
	vertical-align: middle;
}

.about1 {
	position: relative;
}

.banabout {
	width: 100%;
	max-height: 420px;
	overflow: hidden;
}

.banabout img {
	width: 100%;
}

.gyBan {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	text-align: center;
	color: #fff;
}

.gyBan01 {
	text-shadow: 2px 3px 4px rgba(0, 0, 0, .4);
}

.gyBan01 .gyEws {
	font-size: 20px;
	letter-spacing: 1px;
}

.gyBan01 .gyN {
	font-size: 50px;
	font-weight: bold;
	padding-right: 8px;
	position: relative;
	color: #e7262e;
	top: 7px;
}

.gyBan01:after {
	content: "";
	position: absolute;
	width: 230px;
	height: 1px;
	background: #fff;
	margin-left: 30px;
	margin-top: 46px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, .4);
}

.gyBan02 {
	position: relative;
	top: -9px;
	text-shadow: 2px 3px 4px rgba(0, 0, 0, .4);
}

.gyBan02 .gyXWZX {
	font-size: 26px;
	margin-left: 196px;
	position: relative;
	letter-spacing: 1.5px;
	top: -3px;
	font-weight: bold;
}

.gyBan02 .gyCen {
	font-size: 18px;
	letter-spacing: 1px;
	padding-left: 10px;
}

.gyBan02:before {
	content: "";
	position: absolute;
	width: 230px;
	height: 1px;
	background: #fff;
	margin-left: -60px;
	margin-top: 17px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, .4);
}

.gyBan03 {
	padding: 30px 0 130px;
	text-shadow: 2px 3px 4px rgba(0, 0, 0, .4);
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}


.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 140px;
	bottom: 0;
	left: 0;
	width: 30px;
	font-size: 20px;
	color: #3c3c3c;
	text-align: center;

	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	left: -30px;
}

.carousel-control.right {
	right: -30px;
	left: auto;

}

.carousel-control .iconfont {
	font-size: 36px;
}

.carousel-control:focus,
.carousel-control:hover {

	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.cpzxxs {
	position: relative;
	margin-top: -100px;
	z-index: 999;
}

.cpzxxs .section-title-cmtit {
	background-color: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-bottom: 40px;
}

.headsearche {

	float: right;

	position: relative;
	top: -15px;

}

.headsearche .iconfont {}

.header .nav ul {
	right: 50px;
}

.headsodiv {
	height: 112px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: none;border-bottom: 1px solid #eaeaea;
}

#searshow,
#searhide {
	cursor: pointer;
}

.serclose {
	color: #333;
}

.serclose .iconfont {
	font-size: 18px;
}

.headsodiv form {
	width: 100%;
	position: relative;
	padding-right: 100px;
}

.headsodiv form .shurusoos {
	width: 100%;
	height: 40px;
	margin-top: 30px;
	border: 1px solid #eae9e9;
	margin-top: 30px;
	border-radius: 4px;
	text-indent: 20px;
}
.headsodiv form .shurusoos:focus{
	border-color: #e7262e;
}

.headsodiv form .sosobtn {
	position: absolute;
	width: 150px;
	height: 40px;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	background-color: #e7262e;
	border: none;
	top: 30px;
	right: 60px;
}

.headsodiv .container {
	position: relative;
}

.serclose {
	color: #696969;
	position: absolute;
	right: 0;
	top: 40px;

}

.serclose:hover {
	opacity: 0.8;
}

#searshow:hover {
	color: #e7262e;
}

.nav-sticky.header #searshow {
	color: #333;
}
.nav-sticky.header #searshow:hover {
	color: #e7262e;
}
.headsodiv form .sosobtn:hover{
	background-color: #da1119;
}