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; */
	background-color: rgb(255, 255, 255);
	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;
}

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: rgb(184, 3, 0);
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.search-pagination{
	text-align:center
}
.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;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.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;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* .container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
} */

.r1 {
	width: 12.5%;
}

/*客服*/
.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);
}

.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;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}

/*.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:rgb(14,125,195);color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-main{background:rgb(14,125,195);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 {
	background-color: #b80300;
}



.switch {
	float: left;
	margin-top: 5px;
	position: relative;
}

.switch .zw {
	float: left;
	width: 60px;
	text-align: center;
	line-height: 28px;
	background: #009944;
	color: #fff;
	border-radius: 15px 0 0 15px;
	cursor: pointer;
}

.switch .yw {
	float: left;
	width: 60px;
	text-align: center;
	line-height: 28px;
	background: #009944;
	color: #fff;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
}

.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;
	/* height: 120px; */
	line-height: 140px;
	text-align: left;
	/* padding: 15px 0; */
}

.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 25px;
}

.header .erweima {
	float: right;
	padding-left: 55px;
	margin-top: 15px;
	display: flex;
}

.header .erweima p {
	width: 15px;
	font-size: 12px;
	word-wrap: break-word;
	height: 80px;
	vertical-align: middle;

}

.header .erweima img {
	width: 90px;
	height: 90px;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: rgb(184, 3, 0);
}

.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: 26px;
}

.header .text span {
	color: rgb(184, 3, 0);
}

.header #nav {
	font-size: 0;
	background-color: rgb(186, 21, 27);
	color: #fff;
	border-top: 1px solid rgb(236, 73, 72);
}

.header #nav li {
	display: inline-block;
	vertical-align: middle;
	/* background: url(../images/line.jpg) no-repeat right center; */
}

.header #nav li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	padding: 0 33px;
	color: #fff;
}

.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 .topbar li {
    float: left;
    color: #ddd;
}
.header .topbar li.pipe {
    padding: 0 10px;
} */
.header .topbar {
	line-height: 40px;
	background-color: rgb(225, 19, 18);
	color: #fff;
}

.header .topbar a {
	color: #fff;
}

.header .topbar a.wx {
	position: relative;
	display: block;
	background: url(../images/icotz01.png) no-repeat left center;
	padding-left: 25px;
}

.header .topbar a.wx .img-center {
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 10px;
	margin-left: -70px;
	display: none;
}

.header .topbar a.wx:hover .img-center {
	display: block;
}

.header .topbar ul {
	float: right;
}

.header .topbar li {
	float: left;
	color: #ddd;
}

.header .topbar li.pipe {
	padding: 0 10px;
}

.header #nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
	background-color: rgb(184, 3, 0);
}

.header #nav .dropdown-box p {
	margin: 0;
}

#nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: rgb(184, 3, 0) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header #nav .dropdown-box a:hover {
	background-color: rgb(255, 255, 255) !important;
	color: rgb(184, 3, 0);
	text-decoration: none;
}

#header #nav li.active a {
	color: rgb(184, 3, 0);
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}
#header #nav li.active .dropdown-box a{
	color: #fff;
}
#header #nav li.active .dropdown-box a:hover{
	background-color: rgb(255, 255, 255);
	color: rgb(184, 3, 0);
	text-decoration: none;
}
.header #nav li a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(184, 3, 0);
	text-decoration: none;
}

/* .header #nav li.active a,
.header #nav li.open a,
.header #nav li a:hover {
	color: #FFFFFF;
	background-color: rgb(255,255,255);
	text-decoration: none;
} */

.header #nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px;
}

#recent-works {
	display: none;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #FFFFFF;
	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: 630px;
}

.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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
}

.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 rgb(184, 3, 0);
}

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: #b80300;
}

.yunu-sou .hot {
	float: left;
	padding: 5px 0;
}

.yunu-sou .hot a {
	margin-right: 10px;
}

.yunu-sou .hot strong {
	color: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	color: #fff;
}

.yunu-link {
	/* padding: 20px 0; */
	margin-bottom: 20px;
}

.yunu-link li a:hover {
	text-decoration: none;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: rgb(184, 3, 0);
	padding-bottom: 15px;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: auto;
}

.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.section {
	padding: 60px 0;
}

.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

.section-title strong {
	display: block;
	position: relative;
	color: #104492;
	font-size: 30px;
	margin-top: 10px;
}

.section-title a:hover {
	text-decoration: none;
}


.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}

#item {
	margin: 50px 0;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #104492;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #104492;
}

.section-title-1 h4:after {
	right: 0;
}

.section-title-1 h4:before {
	left: 0;
}

.section-sub {
	padding: 60px 0;
}

.in-prd-menu {
	margin-top: -77px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}

.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}

.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/901_top9.png) center no-repeat #104492;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu li {
	float: left;
}

.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu li a:hover {
	text-decoration: none;
}

.in-prd-menu li.active a {
	background-color: #104492;
	text-decoration: none;
}

.list-1 {
	margin: -20px 0 0 -20px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.list-1 li a:hover {
	text-decoration: none;
}

.list-1 li .img-center {
	background-color: #fff;
}

.list-1 li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-1 li a:hover .img-center {
	border-color: rgb(184, 3, 0);
}

.list-1-1 li .img-center {
	height: 220px;
	line-height: 220px;
}

.btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: rgb(184, 3, 0);
	color: #fff;
	/* margin-top: 20px; */
	margin: 30px auto;
}

.btn:hover {
	color: #FFFFFF;
}

/* .bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
} */
.bg1 {
	background: url(../images/902_ys_bg.jpg) no-repeat center / cover #104492;
	color: #fff;
}

.bg1 .section-title {
	color: #fff;
}

.bg1 .section-title:after {
	display: none;
}

.in-jjfa {
	margin-left: -28px;
}

.in-jjfa li {
	float: left;
	width: 33.3%;
}

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

.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: rgb(184, 3, 0);
}

.in-jjfa li a:hover .text .more {
	background-color: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	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;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px;
}

.in-rz-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact;
}

.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: rgb(184, 3, 0);
	margin: 20px auto 0;
}

.bg3 {
	background-color: #f5f5f5;
	display: none;
}

.bg3 .section-title:after {
	background-image: url(../images/zjtit.jpg);
}

.about {
	background: url(../images/t12_03.jpg) center center no-repeat;
	height: 470px;
	position: relative;
}

.floor_6_main {
	margin-top: 90px;
	margin-bottom: 100px;
}

.floor_6_main .floor_6_1 {
	background: url(../images/t12_03.jpg) center center no-repeat;
	/* width: 1200px; */
	height: 470px;
	position: relative;
}

.floor_6_main .floor_6_1 .indexTit {
	text-align: right;
	position: absolute;
	right: 0;
	top: 8px;
}

.indexTit .tit {
	font-size: 48px;
	color: #005197;
	font-weight: bold;
	line-height: 48px;
}

.floor_6_main .floor_6_1 Tit {
	text-align: right;
	position: absolute;
	right: 0;
	top: 8px;
}

.floor_6_main .floor_6_1 Tit p {
	text-align: right;
}

.floor_6_main .floor_6_1 .floor_6_2 {
	padding-left: 10px;
	padding-top: 10px;
}

.floor_6_main .floor_6_1 .floor_6_2 b {
	width: 730px;
	height: 440px;
	border: #fff solid 1px;
	opacity: 0.4;
	filter: Alpha(opacity=40);
	position: absolute;
	left: 14px;
	top: 14px;
}

.floor_6_main .floor_6_1 .floor_6_2 img {
	width: 740px;
	height: 450px;
	background-size: 100%;
	float: left;
}

.floor_6_main .floor_6_1 .floor_6_2 .f_z {
	float: left;
	width: 352px;
	margin-left: 49px;
	margin-top: 146px;
}

.floor_6_main .floor_6_1 .floor_6_2 .f_z h3 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}

.floor_6_main .floor_6_1 .floor_6_2 .f_z p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 24px;
	/* height: 110px; */
	text-align: justify;
}

.floor_6_main .floor_6_1 .floor_6_2 .f_z a {
	display: block;
	float: right;
	width: 198px;
	height: 44px;
	border: #739bbe solid 1px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

.floor_6_main .floor_6_1 .floor_6_2 .f_z a:hover {
	background-color: #739bbe;
	text-decoration: none;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 30px 10px 0;
	width: 240px;
	float: left;
	_display: inline;
	overflow: hidden;
}

.picMarquee-left .bd ul li a {
	display: block;
	border: 1px solid #ececec;
}

.picMarquee-left .bd ul li img {
	width: 100%;
	height: 180px;
}

.picMarquee-left .bd ul li a span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}

.picMarquee-left .bd ul li a:hover {
	border: 1px solid #0053a9;
}

.picMarquee-left .bd ul li a:hover span {
	background-color: #0053a9;
	color: #fff;
}

.in-about {
	background-color: #fff;
	margin: 0;
}

.in-about dt {
	float: left;
	width: 770px;
}

.in-about dd {
	margin-left: 770px;
	padding: 40px;
}

.in-about dd h4 {
	margin: 0 0 30px;
	font-size: 24px;
}

.in-about dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: -1px;
}

.in-about dd h4:after {
	display: block;
	content: '';
	width: 130px;
	height: 3px;
	background-color: rgb(184, 3, 0);
	margin-top: 15px;
}

.in-about dd p {
	margin: 0;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}

.in-about dd .more {
	display: block;
	margin-top: 40px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
}

.abttxt {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 10px;
}

.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: rgb(184, 3, 0);
}

.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-news .img-center a:hover img {
	opacity: 0.7;
}

.section-sub1 {
	display: none;
}

.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: rgb(184, 3, 0);
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px;
}

.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}

#marquee {
	max-height: 370px;
	overflow: hidden;
}

#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}

#marquee li a {
	display: block;
	padding: 20px 0;
}

#marquee li a:hover {
	text-decoration: none;
}

#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: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer-link {
	margin-top: 40px;
	font-size: 0;
	padding: 20px 0;
	border-top: 1px solid #294a72;
	text-align: center;
	background-color: rgb(184, 3, 0);
}

.footer-bottom {
	font-size: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

.footer-bottom p {
	margin-top: 10px;
}

.footer-bottom a,
.footer-bottom p,
.footer-bottom span {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.footer-bottom a:hover,
.footer-bottom span:hover {
	text-decoration: none;
}

.footer-link a,
.footer-link span {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.footer-link a:hover,
.footer-link span:hover {
	text-decoration: none;
}

.footer-link span {
	color: #294a72;
	padding: 0 20px;
}

.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
	height: 120px;
}

.footer-info {
	float: left;
	line-height: 30px;
}

.footer-info p {
	margin: 0;
}

.footer-ewm {
	float: right;
	width: 96px;
	padding-top: 20px;
}

.footer-ewm p {
	text-align: center;
	margin: 10px 0 0;
}

.banner-sub {
	/* height: 350px; */
	background: no-repeat center / cover;
}

.ct2 {
	padding: 50px 0;
}

.ct2-sd-right {
	float: right;
}

.ct2-mn {
	float: right;
	width: 940px;
}

.ct2-mn-left {
	float: left;
}

.ct2-sd {
	float: left;
	width: 260px;
}

.ct2-mn {
	float: right;
	width: 910px;
}

.panel-sd {
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #fff;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	font-size: 20px;
	overflow: hidden;
	padding: 0 10px;
	line-height: 60px;
	color: #333;
	text-align: center;
	display: block;
	background-color: rgb(228, 228, 228);
	height: 60px;
	border-top: 5px solid rgb(184, 3, 0);
}

.contact-sd {
	padding: 5px;
	line-height: 30px;
	font-size: 14px;
}

.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: rgb(184, 3, 0);
}

.lanmu li {
	/* margin-bottom: 20px; */
}

.lanmu li:last-child {
	margin-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: rgb(184, 3, 0);
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

.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; */
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.contact {
	line-height: 26px;
	color: #333;
}

.product-list,
.contact {
	background-color: #fff;
	padding: 10px;
}

.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: rgb(184, 3, 0);
	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 {}

.list-3 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.list-3 li a {
	display: block;
	overflow: hidden;
}

.list-3 li a:hover {
	text-decoration: none;
}

.list-3 li .img-center {
	float: left;
	width: 150px;
}

.list-3 li .text {
	margin-left: 170px;
}

.list-3 li .text h4 {
	font-size: 20px;
	margin: 0;
}

.list-3 li .text .date {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}

.list-3 li .text span {
	float: right;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 0 20px;
	margin-top: 10px;
}

.list-3 li a:hover .text span {
	background-color: rgb(184, 3, 0);
	color: #fff;
	border-color: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	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: rgb(184, 3, 0);
	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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
}

.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: rgb(184, 3, 0);
	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: rgb(184, 3, 0);
	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(../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: rgb(184, 3, 0);
	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);
}

.bg1 .section-title strong {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.hd ul li {
		float: left;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		color: #1f252d;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}

	.banner-sub {
		max-height: 130px;
	}

	.list-3 li .img-center {
		float: none;
		width: auto;
	}

	.header #nav li .arr {
		display: block;
	}

	.list-3 li .date small {
		font-size: 12px;
	}

	#carousel-example-generic {
		margin-top: 30px;
		display: none;
	}

	.bg1 {
		display: none;
	}

	#mobile {
		margin-top: 30px;
	}

	#mobile img {
		height: 400px;
	}

	.section-sub1 {
		margin-top: 40px;
		display: block;
	}

	.lanmu {
		overflow: hidden;
		margin: 0 -1px 20px;
	}

	.lanmu li {
		float: left;
		width: 50%;
		border: 0;
	}

	.ct2-mn {
		float: none;
		width: auto;
	}

	.lanmu li>a {
		padding: 0;
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		border: 1px solid #fff;
	}

	.in-prd-menu li {
		width: 50%;
	}

	.section-title strong {
		font-size: 18px;
	}

	.section-title small {
		font-size: 24px;
	}

	.in-prd-menu ul {
		float: none;
		margin-top: 60px;
	}

	.in-prd-menu li a {
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.bg3 {
		display: block;
	}

	.floor_6_main {
		display: none;
	}

	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.box li {
		min-width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.box li:first-child {
		margin-left: 15px;
	}

	.pic li {
		padding: 0;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.index-borad-2 {
		margin-top: 20px;
	}

	.container {
		width: auto;
		padding: 0 10px;
	}

	.rightBox {
		padding: 0;
	}

	.kf {
		display: none;
	}

	.header {
		padding: 10px 0;
		position: fixed;
		z-index: 1000;
		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: 55px;
		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: #FFFFFF;
	}

	.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: rgb(184, 3, 0) */
	}

	.header #nav li.open .arr:after {
		border-color: rgb(184, 3, 0);
		-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;
	}

	#user li {
		max-width: 25%;
		padding-right: 10px;
	}

	#user li img {
		max-width: 100%;
	}

	#recent-works {
		display: block;
	}

	.r1 {
		min-width: 49%;
		padding-left: 10px;
	}

	.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;
	}

	.in-prd-con {
		float: none;
		width: auto;
	}

	.list-1 {
		/* margin: -10px 0 0 -10px; */
	}

	.list-1 li {
		/* width: 100%; */
	}

	.list-1 .wrap {
		margin: 10px 0 0 10px;
	}

	.list-1 .text {
		padding: 10px 0 0;
	}

	.list-1 .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: rgb(184, 3, 0);
	}

	.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;
	}

	.footer {
		/* padding: 30px 0; */
	}

	.footer-logo {
		display: none;
	}

	.footer-ewm {
		width: 80px;
	}

	.footer-ewm p {
		font-size: 12px;
	}

	.header .erweima {
		display: none;
	}

	.footer-info {
		float: none;
		/* margin-right: 95px; */
		font-size: 14px;
	}

	.footer-link {
		display: none;
	}

	.banner-sub {
		/* height: 200px; */
		margin-top: 30px;
	}

	.pages {
		margin-top: 15px;
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.ct2 {
		padding: 30px 0;
	}

	.section-sub {
		display: none;
	}

	.ct2-sd1 {
		float: none;
		width: auto;
	}

	.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: rgb(184, 3, 0);
}

.pagination li.thisclass {
	background: rgb(184, 3, 0);
	color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	background: transparent;
	border-color: rgb(184, 3, 0);
	color: #fff;
	cursor: default;
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.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 #333 solid;
	background-color: #333
}

.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: #333;
	color: #fff;
	border: 1px #333 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
}

.product {
	padding: 60px 0;
}

.product-box {
	background-color: #014fa2;
	color: #fff;
	padding: 5px;
}

.product-title {
	padding: 20px 0;
}

.product-title span {
	display: block;
	font-size: 16px;
	color: #3772b4;
	padding-top: 5px;
}

.product-title h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.product-list,
.contact {
	background-color: #fff;
	padding: 10px;
}

.product-list li {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}

.product-list li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}

.product-list li a:hover {
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}

.product-list dl {
	margin-bottom: 0;
}

.product-list dt,
.product-list dd {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}

.product-list dt a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}

.product-list dd a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}

.product-list dd a:hover {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}

/*侧边*/
.menu_list {
	background: #fff;
	padding: 5px;
}

.menu_list .current {
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}

.menu_head {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
	margin-top: 10px;
}

.menu_head a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
}

.menu_heads {
	height: 40px;
	line-height: 40px;
	/*padding: 0px 10px;*/
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	margin-top: 10px;
}

.menu_heads a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

.menu_heads a:hover {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
}

.menu_heads .active {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
	text-align: center;
}

.menu_body {
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}

.menu_body a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}

.news-item {
	background-color: #f4f4f4;
	box-shadow: 0 2px 5px #d6d4d1;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.news-item a:hover {
	color: #014fa2;
}

.news-item b {
	font-size: 16px;
}

.news-item p {
	margin-top: 10px;
	line-height: 26px;
	color: #666;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item .more {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #F48C00;
	color: #fff;
	border-radius: 5px;
}

.news-item a.more:hover {
	text-decoration: none;
}

.mt40 {
	margin-top: 40px;
}

.in-adv {
	margin: -20px 0 0 -20px;
}

.in-adv li {
	float: left;
	width: 33.333333%;
}

.in-adv li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-adv li .img-center {
	float: left;
	width: 90px;
	line-height: 92px;
	height: 90px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
}

.in-adv li .text {
	/* margin-left: 116px; */
}

.in-adv li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8;
}

.in-adv li .text p {
	margin: 10px 0 0;
}

.in-adv li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16, 68, 146, 0.9);
	text-decoration: none;
}

.adv {
	padding: 10px;
	background-color: #ecedf0;
}

.adv-title h3 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: bold;
}

.adv-title h3 span {
	color: #0053a9;
}

.adv-title i {
	display: block;
	font-style: normal;
	color: #444;
	font-size: 14px;
}

.adv-text {
	border-bottom: 1px solid #ececec;
	margin-top: 20px;
}

.adv-text h4 {
	height: 62px;
	line-height: 62px;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}

.adv-text h4 i {
	display: inline-block;
	width: 77px;
	height: 62px;
	background: url(../images/icon_adv.png) no-repeat center top;
	color: #fff;
	font-size: 40px;
	text-indent: 10px;
	margin-right: 15px;
	font-style: normal;
}

.adv-text h4 span {
	color: #0053a9;
}

.adv-text p {
	line-height: 30px;
	color: #666;
}

.adv img {
	margin-top: 40px;
}

.in-prd-menu-2 {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.list-3 li .text {
		margin: 15px 0 0;
	}

	.list-3 li .text h4 {
		font-size: 16px;
	}
}



.in-prd-menu2 ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu2 li {
	float: left;
}

.in-prd-menu2 li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu2 li a:hover {
	text-decoration: none;
}

.in-prd-menu2 li.active a {
	background-color: #104492;
	text-decoration: none;
}

.product-info {
	margin-top: 20px;
}

.product-info h1 {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.product-info p {
	font-size: 15px;
	line-height: 30px;
}

.product-details {
	height: 45px;
	line-height: 45px;
	margin: 20px 0;
	background-color: #f2f2f2;
	font-size: 16px;
}

.product-details span {
	display: block;
	width: 130px;
	height: 45px;
	background-color: #195fbc;
	color: #fff;
	text-align: center;
}

.product-details span {
	display: block;
	width: 130px;
	height: 45px;
	background-color: #195fbc;
	color: #fff;
	text-align: center;
}

.notice_right {
	/* width: 1020px; */
	width: 60%;
	float: right;
	height: 60px;
	overflow: hidden;
	position: relative;
}

.notice_right .bd {
	float: left;
	width: 100%;
}

.notice_right .bd li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.notice_right .bd a {
	font-size: 14px;
	color: #fff;
}

.notice_right .hd {
	height: 60px;
	padding: 26px 0 26px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #4a95dc;
}

.notice_right .hd li {
	float: left;
	width: 8px;
	height: 8px;
	line-height: 200px;
	background: #fff;
	margin: 0 0 0 10px;
	border-radius: 50%;
	overflow: hidden;
}

.notice_right .hd li.on {
	background: #cfb79f;
}

#one {
	position: relative;
	max-height: 140px;
	line-height: 140px;
}

.header .topbar li.pipe {
	padding: 0 10px;
}

.box_mt30 {
	padding-top: 30px;
}

.carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px 15px 30px 15px;
	background-color: rgb(0, 0, 0, 0.6);
	font-size: 1.25em;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel-indicators {
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 16px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	border-radius: 8px;
}

.carousel-indicators .active {
	margin: 1px;
	width: 32px;
	height: 16px;
	border: none;
	background: #b80300;
}

.carousel-caption a {
	color: #FFFFFF;
}

.carousel-caption a:hover {
	text-decoration: none;
}

/* 1 */
.index-borad-2 {
	float: left;
	width: 100%;
}

.index-borad-2 .tit {
	font-size: 0;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.05);
}

.index-borad-2 .tit span {
	display: inline-block;
	vertical-align: middle;
	width: 158px;
	line-height: 41px;
	padding-left: 18px;
	font-size: 20px;
	background: url(../images/newscenter_h2_tit_bg.png) no-repeat 0 center / contain;
	color: #fff;
}

.index-borad-2 .tit .more {
	float: right;
	font-size: 16px;
	line-height: 41px;
	position: absolute;
	right: 30px;
}

.index-borad-2 .list li {
	border-bottom: #d9d9d9 dotted 1px;
}

.index-borad-2 .list li a {
	display: block;
	line-height: 45px;
	background: url(../images/icon.gif) 0 -163px no-repeat;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;

}

.pd15 {
	padding: 15px;
}

.white {
	background-color: #FFFFFF;
}

.index-borad-2 .list li a:hover {
	text-decoration: none;
}

.index-borad-2 .list li span {
	float: right;
	color: #999;
	position: relative;
}

/* 2 */
.index-news {
	float: left;
	width: 100%;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 15px;
}

.index-news .list {
	padding: 10px;
}

.index-news .tit {
	font-size: 0;
	/* margin-bottom: 10px; */
	background-color: rgba(0, 0, 0, 0.05);
}

.index-news .tit span {
	display: inline-block;
	vertical-align: middle;
	width: 158px;
	line-height: 41px;
	text-align: center;
	font-size: 20px;
	/* background: url(../images/newscenter_h2_tit_bg.png) no-repeat 0 center / contain; */
	background-color: rgb(184, 3, 0);
	color: #fff;
}

.tabs {
	height: 40px;
}

.tabs a {
	display: block;
	float: left;
	width: 14.28%;
	color: #333;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}

.tabs a.active {
	color: #fff;
	background: rgb(184, 3, 0);
}

.h_tab {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.swiper-container {
	height: 238px;
	background: #FFFFFF;
	width: 100%;
	border-top: 0;
}

.swiper-slide {
	height: 238px;
	width: 100%;
	background: none;
	color: #fff;
}

.pic li {
	margin-bottom: 28px;
}

.pic li img {
	/* width: 100%; */
}

.content-slide {
	padding: 10px;
}

.content-slide h2 {
	color: #333333;
}

.content-slide p {
	text-indent: 2em;
	line-height: 1.9;
	color: #333333;
}

.index-news .tit .more {
	float: right;
	font-size: 16px;
	line-height: 41px;
	position: relative;
	right: 10px;
}

.index-news .tit .more:hover {
	text-decoration: none;
}

.index-news .list li {
	border-bottom: #d9d9d9 dotted 1px;
}

.index-news .list li a {
	display: block;
	line-height: 36px;
	background: url(../images/red_dot.gif) no-repeat left center;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;

}

.index-news .list li a:hover {
	text-decoration: none;
}

.index-news .list li span {
	float: right;
	color: #999;
}

@media (min-width: 600px) {

	.h_left,
	.h_right {
		/* padding-left: 15px; */
		padding-right: 15px;
	}
}

@media screen and (max-width: 1200px) {
	img {
		max-width: 100%;
	}
}

.box li {
	width: 20%;
	float: left;
	/* margin-left: 2%; */
	position: relative;
}

.box li img {
	position: relative;
	z-index: 8;
	display: block;
	width: 100%;
}

.box li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 8%;
	z-index: 9;
}

.box li .text span {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #fff;
	padding-top: 25%;
}

.box li .text p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin-top: 15px;
}

.box li:first-child {
	margin-left: 0;
}

.box li:hover .text {
	background: rgba(0, 0, 0, .5);
}

.new-infor-top {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.new-infor-top .img2 img {
	width: 100%;
}

.new-infor-top .tit a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: inline-block;
	text-decoration: none;
}

.new-infor-top .tit a:hover {
	color: #00a49d;
}

.new-infor-top .titspan {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-infor-top .xiangqin {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	text-align: right;
}

.new-infor-top .xiangqin a {
	background-color: #00a49d;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
}

.hd {
	margin: 0 auto;
	display: flex;
}

.hd ul {
	display: flex;
	float: left;
	width: 100%;
}

.hd ul li {
	float: left;
	width: 14.28%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #1f252d;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.hd ul li a {
	display: block;
}

.hd ul li.on {
	color: #fff;
}

.hd ul li.on a,
.hd ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.hd span {
	float: right;
}

.hd span a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-position: -42px -29px;
	margin-top: 10px;
}

.bd {
	margin: 0 auto;
	position: relative;
}

/* .bd ul {
	display: inline-block;
} */




.slideTxtBox {
	overflow: hidden;
}

.f_black {
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

/*科学生育*/
.h_bady_scroll {
	position: relative;
	overflow: hidden;
}

/*滚动*/
.h_bady_scroll .bd .box {
	position: relative;
	display: block;
}

.h_bady_scroll .f_black {
	height: 44px;
}

.h_bady_scroll .th_t {
	line-height: 44px;
	height: 44px;
}

/*滚动按钮*/
.h_bady_scroll .btn_o {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	background-image: url("../images/icon/btn.png");
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.h_bady_scroll .next {
	background-position: -44px 0;
}

.h_bady_scroll .btn_o:hover {
	background-color: rgb(184, 3, 0);
	background-position: 0 -44px;
}

.h_bady_scroll .next:hover {
	background-position: -44px -44px;
}

/*不可点击状态*/
.h_bady_scroll .prevStop,
.h_bady_scroll .nextStop {
	cursor: default;
	background-color: #ccc !important;
}


/*公用end_style*/

/*------------------------------------*/
/* 手机版本 */
@media (max-width: 480px) and (max-width: 768px) {

	/*中间区域*/
	/*黑色背景*/
	.f_black {
		height: 34px;
	}

	/*科学生育*/
	.h_bady .th_l {
		font-size: 18px;
		font-weight: bold;
		padding-left: 20px;
	}

	/*滚动按钮*/
	.h_bady_scroll .btn_o {
		background-color: rgb(184, 3, 0);
	}

	.h_bady_scroll .prev {
		left: 0;
		background-position: 0 -44px;
	}

	.h_bady_scroll .next {
		right: 0;
		background-position: -44px -44px;
	}

	.h_bady_scroll .th_t {
		font-size: 14px;
		text-align: center;
		color: #FFFFFF;
	}

	.h_bady_scroll {
		width: 100%;
	}

}



/*------------------------------------*/

/* 小屏幕（平板，大于等于 768px） */
/*@media (min-width: 768px)*/
@media (min-width: 600px) {

	/*科学生育*/
	.h_bady {
		background-color: transparent;
	}

	.h_bady .th_l {
		font-size: 18px;
		font-weight: bold;
		padding-left: 20px;
	}

	/*滚动按钮*/
	.h_bady_scroll .btn_o {
		background-color: rgb(184, 3, 0);
	}

	.h_bady_scroll .prev {
		left: 0;
		background-position: 0 -44px;
	}

	.h_bady_scroll .next {
		right: 0;
		background-position: -44px -44px;
	}

	.h_bady_scroll .th_t {
		font-size: 18px;
	}

	.h_bady_scroll {
		width: 100%;
	}

}

/*-------------------------------------------*/
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 768px) {

	/*黑色背景*/
	.f_black {
		height: 65px;
	}



}

/*-------------------------------------------*/
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1024px) {

	.h_bady_box {
		padding-top: 20px;
		width: 1140px;
		float: right;
	}

	.h_bady_scroll {
		padding: 0 45px;
		margin-bottom: 15px;
		overflow: hidden;
	}

	/*标题*/
	.h_bady .th_l {
		width: 60px;
		text-align: center;
		float: left;
		line-height: 1.1;
		font-size: 24px;
		padding: 70px 15px 0 15px;
		height: 260px;
		font-weight: normal;
	}

	/*滚动按钮*/
	.h_bady_scroll .btn_o {
		background-color: transparent;
	}

	.h_bady_scroll .prev {
		left: 5px;
		background-position: 0 0;
	}

	.h_bady_scroll .next {
		right: 5px;
		background-position: -44px 0;
	}

	.h_bady_scroll .btn_o:active {
		box-shadow: 0 0 0;
	}

	/*不可点击状态*/
	.h_bady_scroll .prevStop,
	.h_bady_scroll .nextStop {
		cursor: default;
		background-color: transparent !important;
		opacity: .5;
	}

	.h_bady_scroll .prevStop:active,
	.h_bady_scroll .nextStop:active {
		box-shadow: 0 0 0;
	}

	.h_bady_scroll .prevStop,
	.h_bady_scroll .prevStop:hover {
		background-position: 0 0;
	}

	.h_bady_scroll .nextStop,
	.h_bady_scroll .nextStop:hover {
		background-position: -44px 0;
	}


	/*滚动*/
	.h_bady_scroll .bd .pic,
	.h_bady_scroll .bd .pic img {
		overflow: hidden;
		/* width: 100%; */
	}

	.h_bady_scroll .bd .box {
		margin: 0 14px;
	}

	.h_bady_scroll .th_t {
		font-size: 20px;
		text-align: center;
		color: #FFFFFF;
	}

}

/*-------------------------------------------*/




/* 大屏幕（大桌面显示器，大于等于 1280px） */
@media (max-width: 1280px) {}

/*end大的分辨率1280*/

/* 大屏幕（大桌面显示器，大于等于 1366px） */
@media (min-width: 1366px) {}

/*end大的分辨率1366*/

/* 大屏幕（大桌面显示器，大于等于 1920px） */
@media (min-width: 1600px) {}

/*end大的分辨率1920*/

.guide .bd {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.guide .bd p {
	line-height: 25px;
	padding-top: 3%;
	font-size: 16px;
}

.guide {
	background-color: #fff;
	/*height: 164px;*/
	height: auto;
	padding-bottom: 0.6%
}

.basic {
	background-color: #fff;
}

.basic .hd .more {
	margin-right: 10px;
	margin-top: 0px;
}

.basic ul {
	padding-top: 15px;
}

.basic ul li {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.basic ul li p {
	text-align: center;
	line-height: 34px;
	font-size: 16px;
}


.r {
	float: right;
}

#recent-works {
	/* padding-bottom: 70px; */
}

.recent-work-wrap {
	position: relative;
	margin-bottom: 20px;
}

.recent-work-wrap img {
	width: 100%;
	/* height: 60px; */
}

.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .recent-work-inner h3 a:hover {
	text-decoration: none;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: rgb(49, 49, 50);
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 10px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: 1;
}

#main {
	margin-top: 40px;
	margin-bottom: 48px;
}

/*right*/
#right {
	margin-left: 290px;
	background-color: #fff;
	min-height: 718px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #fff;
}

.path {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 40px;
	border-bottom: 1px solid #ececec;
}

.path h3 {
	position: absolute;
	left: 30px;
	z-index: 5;
	top: 20px;
	height: 42px;
	color: #b80300;
	border-bottom: 2px solid #b80300;
}

.pathdiv {
	float: right;
	color: #898989;
	margin-top: 10px;
	height: 77px;
	line-height: 77px;
}

.pathdiv a {
	color: #898989;
}

.pathdiv a.on,
.pathdiv a:hover {
	color: #585858;
	text-decoration: none;
}

.pathdiv span {
	display: inline-block;
	padding: 0 6px;
}

/*rightBox*/
.rightBox {
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}

.eventsTitle {
	height: auto;
	overflow: hidden;
	padding: 46px 0 38px;
	line-height: 36px;
}

.eventsTitle h3 {
	color: #585858;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 6px;
}

.year {
	color: #000;
	font-size: 1.7em;
}

.eventsList {
	height: auto;
	overflow: hidden;
	margin: 13px 0 78px;
	border-top: 1px solid #efefef;
}

.eventsList li {
	height: auto;
	overflow: hidden;
	padding: 21px 5px 21px 0;
	border-bottom: 1px solid #efefef;
}

.eventsdate {
	float: left;
	width: 82px;
	text-align: center;
}

.eventsdate h3 {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	font-family: Arial;
	background-color: #05558e;
}

.eventsdate p {
	color: #585858;
	font-size: 1.3em;
	height: 33px;
	line-height: 33px;
	background-color: #efefef;
}

.eventsInfo {
	margin-left: 111px;
	font-size: 1.4em;
	line-height: 34px;
	color: #585858;
	padding-top: 5px;
}

/* 文章列表 */
.downLoad {
	height: auto;
	overflow: hidden;
	padding: 20px 0 0;
}

.downLoad li {
	height: auto;
	overflow: hidden;
}

.downLoad li a {
	display: block;
	position: relative;
	margin: 0 40px;
	color: #585858;
	border-bottom: 1px solid #efefef;
	background: url(../images/circle2.png) no-repeat left center;
}

.downLoad li a:hover {
	text-decoration: none;
}

.downLoad li a span {
	display: block;
	float: right;
	width: 98px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-align: right;
}

.downLoad li a div {
	margin-left: 20px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
}

.downLoad li a i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 33px;
	height: 66px;
	background: url(../images/down1.png) no-repeat left center;
}

.downLoad li:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.downLoad li:hover a {
	color: #b80300;
}

.downLoad li:hover i {
	background: url(../images/down2.png) no-repeat right center;
}

/* 文章列表 */

/* 会员单位列表 */
.hymd {
	height: auto;
	overflow: hidden;
	padding: 20px 0 0;
}

.hymd li {
	height: auto;
	overflow: hidden;
	width: 50%;
	float: left;
}

.hymd li a {
	display: block;
	position: relative;
	margin: 0 10px;
	color: #585858;
	border-bottom: 1px solid #efefef;
	background: url(../images/circle2.png) no-repeat left center;
}

.hymd li a:hover {
	text-decoration: none;
}

.hymd li a span {
	display: block;
	float: right;
	width: 98px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-align: right;
}

.hymd li a div {
	margin-left: 20px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
}

.hymd li a i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 33px;
	height: 66px;
	background: url(../images/down1.png) no-repeat left center;
}

.hymd li:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.hymd li:hover a {
	color: #b80300;
}

.hymd li:hover i {
	background: url(../images/down2.png) no-repeat right center;
}

/* 会员单位列表 */
.downLoadTit {
	height: auto;
	overflow: hidden;
	padding: 46px 0 18px;
	border-bottom: 1px solid #efefef;
}

.downLoadTit h1 {
	font-size: 1.7em;
	color: #585858;
	font-weight: bold;
}

.source {
	font-size: 1.3em;
	color: #757575;
	margin: 17px 0 15px;
}

.source span {
	display: inline-block;
	padding: 0 12px;
}

.down {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-align: right;
	font-size: 1.3em;
	color: #9f9f9f;
	background: url(../images/down1.png) no-repeat left center;
}

.content {
	font-size: 14px;
	color: #585858;
	line-height: 34px;
	list-style: disc;
	padding: 22px 0 84px;
}

#main {
	margin-top: 40px;
	margin-bottom: 48px;
}

/* pages */
.paged {
	padding: 22px 0 22px;
	text-align: center;
}

.paged a,
.paged .p_info,
.paged .current {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 4px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
	color: #8b8b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ededed;
}

.paged .current,
.paged a:hover {
	border-color: rgb(184, 3, 0);
	color: #fff;
	text-decoration: none;
	background-color: rgb(184, 3, 0);
}

.main {
	width: 1200px;
	position: relative;
	margin: 41px auto 48px;
}

#left {
	float: left;
	width: 250px;
}

.sideMenu {
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}

/* .sideTit a {
	height: auto;
	overflow: hidden;
	padding: 16px 0 22px 36px;
	color: #fff;
	display: block;
	background-color: rgb(184, 3, 0);
} */
.sideTit a {
	overflow: hidden;
	padding: 0 10px;
	line-height: 60px;
	color: #333;
	font-size: 20px;
	text-align: center;
	display: block;
	background-color: rgb(228, 228, 228);
	height: 60px;
	border-top: 5px solid rgb(184, 3, 0);
}

.sideTit a:hover,
.sideTit a:active,
.sideTit a:link {
	text-decoration: none;
}

.sideTit a h3 {
	font-weight: bold;
	margin-bottom: 3px;
}

.sideTit a p {
	text-transform: uppercase;
	color: #a5b8cd;
	font-family: Arial;
}

.sideMenuNav {
	height: auto;
	overflow: hidden;
	padding-bottom: 109px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #fff;
}

.sideMenuNav li {
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ececec;
}

.sideMenuNav li>a {
	height: 45px;
	line-height: 45px;
	/* padding: 0 31px 0 56px; */
	/* text-align: center; */
	padding-left: 15px;
	color: #585858;
	font-size: 16px;
	display: block;
	/* background: url(../images/sideicon1.png) no-repeat 36px center; */
}

.sideMenuNav li i {
	display: block;
	position: absolute;
	right: 31px;
	top: 0;
	height: 64px;
	width: 10px;
	z-index: 5;
	/* background: url(../images/sideicon3.png) no-repeat right center; */
	background: url(../images/sideicon3.png) 0 20px no-repeat;
}

.sideMenuNav li i.ibg {
	background: url(../images/sideicon5.png) no-repeat right center !important;
}

.sideMenuNav li.on,
.sideMenuNav li:hover {
	background-color: #f8f8f8;
}

.sideMenuNav li.on>a,
.sideMenuNav li:hover>a {
	color: #FFFFFF;
	background: rgb(184, 3, 0);
	text-decoration: none;
}

.sideMenuNav li.on i,
.sideMenuNav li:hover i {
	background: url(../images/sideicon4.png) no-repeat right center;
}

.sideDiv {
	height: auto;
	overflow: hidden;
	background-color: #f8f8f8;
}

.sideDiv a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 56px;
	color: #585858;
	font-size: 1.2em;
	background: url(../images/circle4.png) no-repeat 37px center;
}

.sideDiv a:hover,
.sideDiv a.cur {
	color: #b80300;
	background: url(../images/circle3.png) no-repeat 37px center #efefef;
}

.sideContactTit {
	height: 54px;
	line-height: 54px;
	background-color: #065890;
}

.sideContactTit a {
	display: block;
	padding-left: 36px;
	color: #fff;
	font-weight: bold;
}

.sideContactBox {
	height: auto;
	overflow: hidden;
	background: url(../images/contactbg.jpg) no-repeat 0 0;
	height: 178px;
	padding: 16px 0 0 55px;
	color: #585858;
	line-height: 30px;
}

.mobileTit {
	display: none;
}

.mobileTit a {
	height: 45px;
	line-height: 45px;
	font-size: 1.6em;
	color: #fff;
	display: block;
	padding-left: 21px;
	/* background: url(../images/downicon.png) no-repeat 97% center #b80300; */
	background-color: #b80300;
}

.mobileTit a:hover,
.mobileTit a:active,
.mobileTit a:link {
	text-decoration: none;
}

.banner-sub {
	height: 200px;
	background: no-repeat center / cover;
}

.news-wrap {
	padding: 10px;
}

.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.news-title h1 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

.news-title p {
	margin: 15px 0 0;
	font-size: 0;
}

.news-title p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}

.news-content p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	display: flex;
	margin: 0 auto;
}

.m-message {
	margin: 48px auto 0;
}

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

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

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

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 72%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

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

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

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

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

.floor_1_main .floor_1_1 {
	/* width: 760px; */
	text-align: left;
	background-color: #fff;
}

.floor_1_main .floor_1_1 .hd {
	/* width: 680px; */
	margin: 0 auto;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.floor_1_main .floor_1_1 .hd ul {
	display: inline-block;
	float: left;
}

.floor_1_main .floor_1_1 .hd ul li {
	float: left;
	width: 120px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #1f252d;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.floor_1_main .floor_1_1 .hd ul li.on {
	color: #fff;
	background-color: #c70c0b;
}

.floor_1_main .floor_1_1 .hd ul li a:hover {
	color: #FFFFFF;
	background-color: #c70c0b;
}

.floor_1_main .floor_1_1 .hd span {
	float: right;
}

.floor_1_main .floor_1_1 .hd span a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-position: -42px -29px;
	margin-top: 10px;
}

.floor_1_main .floor_1_1 .bd {
	margin: 0 auto;
	position: relative;
	padding:10px
}


.floor_1_main .floor_1_1 .bd ul li {
	display: block;
	border-bottom: #d9d9d9 dotted 1px;
}

.floor_1_main .floor_1_1 .bd ul li a {
	/* display: inline-block;
	display: block;
	line-height: 35px;
	background: url(../images/red_dot.gif) no-repeat left center;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px; */
	display: block;
	line-height: 35px;
	background: url(../images/red_dot.gif) no-repeat left center;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.floor_1_main .floor_1_1 .bd ul li span {
	display: inline-block;
	font-size: 15px;
	color: #333333;
	float: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
	overflow: hidden;
}

.floor_1_main .floor_1_1 .bd ul li i {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	float: right;
	margin-right: 10px;
}

.floor_1_main .floor_1_1 .bd ul li a:hover span {
	color: rgb(184, 3, 0);
}

.floor_1_main .floor_1_1 .bd ul .gengduo {
	position: absolute;
	right: 20px;
	top: -40px;
}

.floor_1_main .floor_1_1 .bd ul .gengduo a {
	display: inline-block;
	line-height: 32px;
	height: 32px;
}

.floor_1_main .floor_1_1 .bd .iop {
	height: 126px;
	width: 680px;
	border-bottom: #dddddd solid 1px;
	margin-bottom: 12px;
}

.floor_1_main .floor_1_1 .bd .iop a {
	display: inline-block;
}

.floor_1_main .floor_1_1 .bd .iop i {
	display: block;
	float: left;
	width: 84px;
	font-size: 54px;
	color: #666666;
	font-family: "Arial";
	line-height: 54px;
	padding-top: 24px;
}

.floor_1_main .floor_1_1 .bd .iop i span {
	display: block;
	font-size: 16px;
	color: #666666;
	font-family: "Arial";
	line-height: 20px;
}

.floor_1_main .floor_1_1 .bd .iop p {
	display: block;
	float: left;
	width: 590px;
	font-size: 18px;
	color: #333333;
	padding-top: 24px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.floor_1_main .floor_1_1 .bd .iop p span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	padding-top: 12px;
}

.floor_1_main .floor_1_1 .bd .iop a:hover p {
	color: #009882;
}

.floor_1_main .floor_1_1 .bd .iop a:hover p span {
	color: #454545;
}

.btn-1 {
	position: relative;
	display: flex;
}

.btn-1 p {
	position: absolute;
	right: 0;
}

.cnter-box {
	/* background-color: rgba(240, 240, 240, 1); */
}

/* 首页的通知公告 start*/
.notic {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	box-sizing: border-box;
	/*overflow: hidden;*/
}

.notic:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

.noticH {
	float: left;
	height: 100%;
	background: url(../images/tzgg.png) 0 12px no-repeat;
	padding-left: 25px;
}

.noticH h2 {
	padding-left: 38px;
	font-weight: bold;
	color: #fff;
}

.noticC {
	float: right;
	width: 980px;
	height: 100%;
	overflow: hidden;
}

.sliderBox2 .bd ul li {
	line-height: 54px;
}

.sliderBox2 .bd ul li:hover p {
	color: #b80300;
}

.sliderBox2 .bd ul li a:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

.sliderBox2 .bd ul li p {
	float: left;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
}

.sliderBox2 .bd ul li span {
	float: right;
	margin-right: 12px;
	color: #333;
	font-size: 15px;
}

.bannerBox {
	width: 100%;
	height: auto;
}

#no {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#no .bd {
	width: 100%;
	height: auto;
	position: relative;
}

#no .bd ul {
	width: 100%;
	height: auto;
}

#no .bd ul li {
	float: left;
	width: 100%;
	height: auto;
}

#no .bd ul li a {
	display: block;
	position: relative;
}

#no .bd ul li img {
	width: 100%;
}

#no .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	overflow: hidden;
}

#no .hd ul li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

/* 首页的通知公告 end */
#white {
	background-color: #FFFFFF;
}

.pd10 {
	padding: 10px;
}

#user .tit span {
	background-color: rgb(184, 3, 0);
	width: 100%;
	height: 35px;
	line-height: 35px;
}

#user li {
	float: left;
	padding-left: 15px;
	margin-bottom: 6px;
	margin-top: 5px;
	width: 50%;
}

#user li img {
	/* width: 110px; */
	width: 92%;
}

/* .news_list {
	margin-bottom: 60px;
} */

.news_list li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}

.news_list li .news_pic {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.news_list li .news_txt {
	padding-left: 15px;
	padding-right: 15px;
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.news_list li .news_tit {
	display: block;
	font-size: 16px;
	color: #323232;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list li .news_tit:hover {
	color: rgb(184, 3, 0);
	text-decoration: none;
}

.news_list li .news_time {
	margin-top: 10px;
	font-size: 15px;
	color: #999999;
	overflow: hidden;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
	overflow: hidden;
}
