
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	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 {
	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] {
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: #dd0000;
}
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;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.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;
}
.top_header{	width: 80%;
	margin: 0 auto;}
.container {
	
	width: 80%;
	margin: 0 auto;

	padding: 30px 0;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #214d98;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .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;
	height: auto;
}
.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 #214d98;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #214d98;
	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: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-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;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	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%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}


.f_nav{ border-top:1px solid #313131; border-bottom:1px solid #313131;}
.f_logo{ padding:10px 0;}
.f_nav_list{ }
.f_nav_list li{ float:left; width:100px; text-align:center;}
.f_nav_list li a{ display:block; color:#ffffff; line-height:70px; font-size:15px;}
.f_nav_list li a span{ color:#ffffff; line-height:70px; font-size:15px;}
.f_nav_list li a:hover{ color:#729005}
.f_Inf{ padding:50px 0; border-bottom:1px solid #313131; background:url(../images/f_map.png) no-repeat center}
.f_copy,.f_copy a{ color:#666; line-height:24px;}
.f_tel{ background:url(../images/f_tel.png) no-repeat center right; padding-right:70px; color:#ffffff; text-align:right; height:60px; padding-top:5px;}
.f_tel span{ display:block; font-weight:bold; font-size:24px;}
.f_yqlj{ padding:30px 0 15px 0; color:#666;}
.f_yqlj a{ color:#666;}
.f_desc{ color:#444; line-height:50px;}

.fl{float: left;}
.fr {
    float: right;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.swiper-pagination-bullet-active {
	background-color: #e13f38;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}
.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;

	font-size: 13px;
	border-bottom: 1px solid #efefef;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding-top: 25px;
	margin-bottom: 30px;
}
.header .tel {
	float: right;
	
}

.tell{
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top:12px;
	    margin-bottom: 10px;
}


.tell strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #dd0000;
}
.header .text {
	float: left;
	font-size: 16px;
	margin-top: 35px;
	    padding-left: 20px;
	border-left: 1px solid #ddd;
}

.header .inp1{border: 1px solid #efefef;
    height: 35px;
    width: 200px;}
.header .btn_sub {
		background-color: #729005;
		color: #fff;
		border: 0;
		height: 35px;
		text-align: center;
		padding: 0 20px;
	}
	
	
	
.header .text strong {
	display: block;
	font-size: 26px;
}
.nav_bj{background-color: #729005;}
.men-nav{ width: 1200px; margin: 0 auto;}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #0d5ba4;
	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: 570px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}
.yunu-sou {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
	float: left;
	padding: 7px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	border: 1px solid #eee;
	padding: 6px 12px;
	width: 210px;
	font-size: 14px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 34px;
	background: url(../images/sear.png) no-repeat center / contain #cc2231;
	color: #fff;
	font-size: 0;
}
.tit_ys{color: #fff;}
.section {
	
}
.section-title {
	text-align: center;
	margin-bottom: 8px;
	font-size: 36px;
	font-weight: bold;
}
.section-title span {
	color: #1e4890;
}
.section-title small {
	display: block;
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.section-line{
	 border-top: 3px solid #729005;
	 width: 80px; 
	 margin: 0 auto;}
.title-1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	color: #0d5ba4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 32px;
}
.title-1 .more {
	float: right;
	font-size: 14px;
}
.title-1 small {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}
.in-prd-cate {
	float: left;
	width: 280px;
	background-color: #729005;
}
.in-prd-cate .tit {
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	background-color: #214d98;
}
.in-prd-cate dl {
	padding: 10px;
	margin: 0;
}
.in-prd-cate dt a {
	display: block;
	line-height: 60px;
	background: url(../images/g3.jpg) no-repeat center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-cate dd {
	margin: 0;
}
.in-prd-cate dd a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-con {
	float: right;
	width: calc(100% - 310px);
	
}
    .tab{
        width:100%;
        
       
        border-bottom:1px solid #c81623;
       
        position:relative;
    }
	.tab_list{
		height: 45px;
		border-bottom: 1px solid #c81623 ;
	}
    .tab_list li{
        width:160px;
        height:45px;
        list-style:none;
        line-height:45px;
        text-align: center;
        float:left;
    }
    .tab_list .current{
        background-color:#c81623;
        color:#fff;
    }
	.tab_con{ height: 600px;}
    .item{
        width:100%;
        height: 600px;
        padding-top:40px; 
        /*line-height:200px;*/
        font-size: 30px;
        color:#fff;
        text-align: center;
        text-shadow:2px 2px 4px #000000;
        background: #fff;
        /*opacity: 0.8;*/
        top:47px;
        position:absolute;
    }
	
	
	
.cp-list {
	margin: -20px 0 0 -20px;
}
.cp-list dl{}
.cp-list dt {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.cp-list dt a {
	display: block;
	margin: 20px 0 0 20px;
}
.cp-list dt .img-center {
	background-color: #fff;
	height: 175px;
	line-height: 1px;
	border: 1px solid #ddd;
}
.cp-list dt img{ width: 100%;}

.cp-list dt  p {
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cp-list dt a:hover .img-center {
	border-color: #dd0000;
}
.cp-list dt .img-center {
	height: 220px;
	line-height: 220px;
}
.clear{
	clear: both;
}
.in-case{
	width: 100%;

	padding-top: 20px;
}
.in-case ul{margin: 0;}
.in-case li{
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.in-case li img{ width: 100%;}
.in-honours ul {
	font-size: 0;
}
.in-honours li {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.in-honours li a {
	display: block;
}
.in-honours li .img-center {
	height: 300px;
	line-height: 300px;
	background-color: #fff;
}
.in-honours li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.index_ban{background: url(../images/index_ban.jpg) no-repeat center / cover; height: 420px;}
.ban_tit{ padding-top: 100px; padding-left: 100px;}
.ban_tit h2{font-size: 38px;
color: #fff; padding-top: 35px; font-weight: bold;}
.ban_tit p{font-size:28px;color: #fff;}
.about_bj{background: url(../images/about_bj.jpg) no-repeat center / cover;}
.in-about {
	margin: 0 auto;

		color: #fff;
		max-width: 1200px;
		line-height: 220%;
		padding: 30px 0;
		
}
.in-about  a{color: #fff;
	font-size: 15px;}
	.in-about  p{color: #fff;
		font-size: 15px;}
.about_more{
	width: 120px;
	background-color: #729005;
	color: #fff;
	margin:20px auto;
	font-size: 14px;
	border: 1px solid #efefef;
	text-align: center;
	padding: 8px;
}
.about_more a{
	color: #fff;
}
.about_more a:hover
{
	border: 1px solid #efefef;
}

.fw_tel {
   
    height: 48px;
   
    margin: 0 auto;
    border-radius: 40px;

    font-family: Impact;
    font-size: 36px;
    line-height: 48px;
    text-indent: 3em;
    background: url(../images/fw_tel.png) no-repeat 50px 5px;}
	
	
.bg1 {
	color: #fff;
	background: url(../images/asq_27.jpg) no-repeat center / cover;
}
.bg1 .section-title span {
	color: #fff;
}
.bg1 .section-title small {
	color: #fff;
}

.fl-cs li{
	    font-size: 15px;
	    float: left;
	    text-align: center;
	    border: 1px solid #b7b7b7;
	    padding: 2px 12px;
	    margin: 5px;
}
.fl-cs li a{
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}
.list-1 {
	margin: 20px auto
}
.list-1 li {
	float: left;
	width: 33%;
}
.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-1 li .img-center {
	background-color: #fff;

border: 1px solid #f2f2f2;
padding: 18px;
}
.list-1 li p {
	text-align: left;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.showareas h3{ font-size: 14px; padding: 10px 0; color: #e64552;}
.panel-sd {
	margin-bottom: 20px;

}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	
	color: #fff;
	font-size: 18px;
	background: url(../images/tit_pic.jpg) no-repeat 10px center #a9ce28;
height: 58px;
line-height: 58px;
padding-left: 80px;
}
.pro_content .pro_pic{
	width: 600px;
	float: left;
}
.pc-slide {
  width: 100%;
  margin: 0 auto;
}

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

.pc-slide .view .swiper-slide {
  width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 450px;
  padding: 20px;
  box-sizing: border-box;
}

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

.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;

  width: 100%;
  height: 100px;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #EFEFEF;
}

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

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

  float: right;

  width: calc( 100% - 650px);
}

.pro_content .pro_text h3 {
  font-weight: bold;

  line-height: 55px;
  font-size: 23px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}

.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}

.pro_content .pro_text .text p {
font-size: 15px;
    line-height: 29px;
    padding-bottom: 12px;
    color: #595959;
}

.pro_content .pro_text .p_ky
{
	
	font-size: 16px;
	    border-top: 1px solid #efefef;
	    line-height: 45px;
	    border-bottom: 1px solid #efefef;
}
.page_content .page_title{border-bottom: 1px solid #e8e8e8;
margin-top: 20px;
margin-bottom: 20px;}

.page_content .page_title h3 {
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #444;
	margin: 0;
	width: 152px;
	text-align: center;
}
.page_content .content{
	  color: #595959;
	  font-size: 15px;
	  
}
.page_content .content p{
	color: #595959;
	font-size: 15px;    line-height: 220%;
}
.pro_content .pro_text .text a {
  width: 100px;
  height: 42px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 42px;

  background-size: 16px;
  padding-left: 24px;
  background-color: #729005;
}

.pro_content .pro_text .text a:hover {
  background: url(../image/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}
.subNav {
	height: 48px;
	line-height: 48px;
	    border-bottom: 1px solid #e8e8e8;
		color: #333;
		    font-size: 15px;
}
.subNav :hover{ border-left: 3px solid #d82117!important;
}
.navContent li{ height: 48px;
	line-height: 48px;
	    border-bottom: 1px solid #e8e8e8;
		color: #333;
		 font-size: 15px;
		 padding-left: 45px;}
.subNav img{
	float: left;
	padding-right: 10px;
	padding-top: 11px;
	padding-left: 5px;
}
.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 44px;
	padding: 0 0 0 25px;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	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;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p.on a {
	color: #dd0000;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #dd0000;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.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;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #dd0000;
	color: #fff;
}


.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	
	
}
.newtel {
	height:50px;
	border-bottom: 1px solid #e7e7e7;
	
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}
.new_telst {
	width:100%;
	
	position: relative;

	text-align: center
}
.new_telst li {
	
	line-height: 50px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
	padding: 0 30px;
}
.new_telst li.newon {
	color: #fff;
	
	background: #729005;
	font-size: 15px;
}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 400px;
	position: relative;
	overflow: hidden;
	display: none;

	padding-top: 20px;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	
}
.new-wrap .show {
	display: block;
}
.in-pro ul
{
	margin: 0;
	padding: 0;
}
.in-pro  li{
	float: left;
	width: 24%;
	margin-right: 1%;
	

}
.in-pro  li img{ 
	width: 100%;
		float: left;
	border: 1px solid #f2f2f2;

}
.in-pro  li  p{
	text-align: center;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	color:#5f5f5f

}

.Index_ys{  margin-top: 20px;}
.Index_ys .ys_list{ background:url(../images/ys_bg.jpg) no-repeat center top; margin-top:50px;}
.Index_ys .ys1{ width:100%; min-width: 1200px; margin: 0 auto; height: 450px;}
.Index_ys .ys2{width:100%; min-width: 1200px; margin: 0 auto; height: 390px;}

.Index_ys .ys1 .ys_pic{
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: right;
}
.Index_ys .ys1 .ys_Inf{
	float: left;
	width: 45%;
	margin-left: 5%;
}

.Index_ys .ys2 .ys_pic{
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: right;
}
.Index_ys .ys2 .ys_Inf{
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: right;
}



.Index_ys .ys_Inf h3{ font-size:30px; color:#080808; margin-bottom:30px;}
.Index_ys .ys_Inf h3 span{ color:#729005;font-size:30px; margin-bottom:30px;}
.Index_ys .ys_Inf p{ font-size:16px; line-height:30px; background:url(../images/ys_ico.png) no-repeat 0 7px; padding:0 0 18px 25px;}
.Index_ys .ys2 .ys_Inf p{ font-size:16px; line-height:30px; background:url(../images/ys_ico.png) no-repeat right 7px; padding:0 25px 18px 0;}
.Index_tit{ text-align:center;}
.Index_tit h3{ color:#729005; font-size:34px; font-weight: normal;}
.Index_tit h3 strong{  font-weight: bold;color: #729005;
    font-size: 34px;}

.Index_tit h4{ color:#999; font-size:18px; text-transform:uppercase; margin-top:10px;}
.Index_tit1{ text-align:center;}
.Index_tit1 h3{ color:#fff; font-size:34px;}
.Index_tit1 h4{ color:#fff; font-size:18px; text-transform:uppercase; margin-top:10px; opacity:0.8;}


li.new_cnlf {
	width: 370px;
	float: left;
}
li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}
p.newlf_tel a:hover {
	color: #C33
}
p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}
.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}
p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}
.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}
.mr0 {
	margin-right: 0px;
}



.pro_list li{
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;

}


.pro_list li img{ width: 100%;	border: 1px solid #efefef;}
.pro_list  span{ text-align: center; line-height: 36px;}
.showarea h3{ font-size: 22px; padding: 10px 0;}

.list li{
	float: left;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #efefef;
	width: 31%;
	margin-left: 1%;
	margin-left: 1%;
		font-size: 14px;
}
.list li a{
	height: 45px;
	line-height: 45px;

}
.list li SPAN{
	float: right;
}
.in-news {
	margin-left: -45px;
}
.in-news .item {
	float: left;
	width: 33.333333%;
}
.in-news .wrap {
	margin-left: 45px;
}
.in-news .img-center {
	margin-bottom: 20px;
}
.in-news .title-1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.newList {
	padding:5px;
	float:left;
	width:calc(100% / 3 - 10px);
	height:240px;
}
.newListBox {
	width:100%;
	height:auto;
	overflow:hidden;
}
.p_news {
	width:100%;
	overflow:hidden;
}
.newList {
	position:relative;
	overflow:hidden;
}
.newListCon {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	padding:40px;
	background:#f2f2f2;

	overflow:hidden;
}
.newTimeBox {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-content:flex-start;
}
.year {
	color:#222;
	font-size:1rem;
	text-align:right;
	display:block;
	margin-top:5px;
	font-family:"Arial";
}
.mon {
	color:#222222;
	font-size:1.75rem;
	display:block;
	font-style:normal;
	text-align:right;
	font-family:"Arial";
	font-weight:bold;
}
.dotBlack {
	width:60px;
	height:60px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.dott {
	width:100%;
	height:100%;
}
.newTitleLink {
	display:block;
	width:100%;
	overflow:hidden;
	font-weight:bold;
	font-size:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:rgb(89,89,89);
}
.newMs {
	color:#999;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	white-space:normal !important;
	-webkit-line-clamp:3px;
	-webkit-box-orient:vertical;
	height:64px;
}

.newDetailLink {
	width:45px;
	height:12px;
	display:block;
	margin-top:2rem;
}
.jtj {
	width:100%;
	height:100%;
}
.content {
	z-index:2;
}

.lx_tit{ font-size: 30px;}
.lx_tits{font-size:22px}
.lx_tit::after{
	display: block;
	width: 30px;
	height: 3px;
	content: "";
	background-color: #333;
}
.lx{
	float: left;
	width: 33%;
}
.ewm{
	float: left;
	width: 30%;
}
.ly{
	float: left;
	width: 33%;
}


.field{
	border: 1px solid #666;
	height: 35px;
	line-height: 35px;
	width: 60%;
	margin-top: 8px;
}
.submit{ width: 120px;
height: 45px;
background-color: #454545!important;
font-size: 18px;
border: 0;
color: #fff;}
.content-body .message-form p{font-size: 12px;
    color: #999;
	padding: 5px 0;
	
	}
	
	.content-body .lx span{font-size: 14px;
	    color: #999;
		padding: 5px 0;
		display: block;
		
		}
.newListCon::before {
	content:'';
	width:0px;
	height:100%;
	background:#729005;
	position:absolute;
	top:0px;
	left:0px;
	transition:all 0.36s;
}
 .newTimeBox {
    width: 110px;
    padding-right: 30px;
}
.newList:hover .newListCon::before {
	width:100%;
}
.newList:hover .year {
	color:#fff;
}
.newList:hover .mon {
	color:#fff;
}
.newList:hover .newTitle {
	color:#fff;
}
.newList:hover .newTitleLink {
	color:#fff;
}
.newList:hover .newMs {
	color:#fff;
}

.newList .content {
    width: calc((100% - 110px)/1);
	z-index:2
}
.list-2 li {
	border-bottom: 1px dotted #ccc;
}
.list-2 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li2.jpg) left center no-repeat;
	padding-left: 15px;
}
.list-2 li span {
	float: right;
	font-size: 12px;
	color: #666;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0d5ba4;
	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;
}
.footer {
	padding: 50px 0;
	background-color: #282828;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
.footer-nav {
	margin-bottom: 30px;
	background-color: #334564;
	border-radius: 5px;
	font-size: 0;
	padding: 15px;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 20px;
}
.footer-ewm {
	float: right;
	width: 120px;
	text-align: center;
}
.footer-ewm p {
	margin: 10px 0 0;
	font-size: 12px;
}
.footer-info {
	margin-right: 160px;
	background: url(../images/ff_87.jpg) no-repeat 0 center;
	padding-left: 250px;
}
.footer-info p {
	margin: 5px 0 0;
}
.banner-sub {
	height: 400px;
	background: no-repeat center / cover;
}
.ct2-sd {
	float: left;
	width: 260px;
}
.ct2-mn {
	float: right;
	width: 910px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(../images/k1.jpg) no-repeat center / cover;
	padding: 20px 0;
}
.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 44px;
	padding: 0 0 0 25px;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	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;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p.on a {
	color: #dd0000;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #dd0000;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.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;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #dd0000;
	color: #fff;
}
.subpage_ad {
    position: relative;
    height: 360px;
    overflow: hidden;
}
.bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center center/cover;
}
.mobitem {
    display: none!important;
}
 .subpage_ad .text {
    position: absolute;
    width: 90%;
    color: #fff;
    text-align: left;
    top: 40%;
    left: 50%;
    max-width: 1600px;
    line-height: 1.6;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.subpage_ad .ad-tit {
    font-size: 32px;
    line-height: 1.6;
    font-weight: normal;
}

 .subpage_ad .ad-sum {
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: arial;
    line-height: 1;
}
.sub-tit {

	font-size: 18px;
	color: #0d5ba4;
	font-weight: bold;

	
	    background-color: rgba(240, 240, 240, 1);
}
.curmbs {

	font-weight: normal;
	font-size: 14px;
	color: #555;
	line-height: 60px;

	text-align: right;
	width: 80%;
	margin: 0 auto;
}
.curmbs a{color: #555;}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
}
.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 .img-center {
	float: left;
	width: 240px;
}
.list-3 li .text {
	margin-left: 260px;
}
.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: #dd0000;
	color: #fff;
	border-color: #dd0000;
}
.list-4 li {
	border-bottom: 1px dotted #efefef;
	padding: 10px 0;
}
.list-4 li a {
	display: block;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;

	padding-left: 20px;
}
.list-4 li span {
	float: right;
	font-size: 12px;
	color: #666;
}
.news_pic{ float: left; width: 250px; text-align: center;}
.news_pic img{ width: 100%;max-width: 230px;
 height: 150px;}
.news_des{
	float: left;
	 width:calc(100% - 440px);
	 padding-left: 1%;
	 font-size: 15px;
}
.news_des h2{ font-size: 20px;
line-height: 44px;}
.news_des p{ font-size: 15px; line-height: 220%;}
.news_time
{
	width: 150px;
	float: right;
	text-align: center;
}
.news_time h3{ font-size: 21px;
    font-weight: normal;
	padding-top: 8px;}
.news_time h4{ font-size: 28px;}
.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 p{
	font-size: 16px;
	line-height: 220%;
	color: #333;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
	width: 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;
}
.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.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: #dd0000;
}
.pc-slide {
	float: left;
	width: 600px;
}
.view .swiper-slide .img-center {
	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 .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}
.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 .active-nav .img-center {
	border-color: #dd0000;
}
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;
}
.map {
	height: 400px;
	margin-top: 20px;
}
.sj{ display: none;}
 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.pc{ display: none;}
.sj{display: block;}
.container {
	width: 98%;
	overflow: hidden;
	margin: 0 auto;
}
.pc-slide .preview .swiper-slide{ width: 40%;}
.page_content .content img{ width: 100%;}
.pro_content .pro_text .text p{ display: none;}
.pro_content .pro_text h3{font-size: 18px;
font-weight: normal;}
.pc-slide .view .swiper-slide .imgauto{ height: auto;}
.pro_content .pro_text .p_ky{ display: none;}
.newtel{ height: auto;}
.new_telst{ width: 100%;}
.new_telst li{ font-size: 14px;
line-height: 32px; padding: 0 15px;}
.new_telst li.newon{ font-size: 14px;}
.pro_content .pro_pic{ width: 100%;}
.fw_tel{
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
	background: url(../images/fw_tel.png) no-repeat 24px 5px;
	margin-top: 10px;
	text-align: center;
}
.pro_content .pro_text
{
	float: none;
	width: 98%;
	margin: o auto;
}
.index_bann img{ width: 100%;}
.in-pro li{
	 width: 48%;
}
.new_con{ margin-top: 10px;}
.in-pro li:nth-child(2){ display: none ;}
.in-pro li p{font-size: 12px;}
.in-case li{ width: 48%;}
.Index_tit h3{ font-size: 25px;}
.Index_tit h4{ font-size: 8px; font-weight: normal;}
.new_lst{ height: 200px;}
.Index_ys .ys1 .ys_pic{ width: 100%;
float: none;}
.Index_ys .ys1 .ys_pic img{ width: 98%; margin: 0 auto;}
.Index_ys .ys1{ min-width: auto;
height: auto;}
.Index_ys .ys1 .ys_Inf{ width: 90%; margin: 0 auto;
float: none;text-align: left;}
.Index_ys .ys_Inf h3 ,.Index_ys .ys_Inf h3 span{
	font-size: 24px;
}


.news_pic{ 
	width: 100%;
	float: none;
}
.news_pic img{ 
	width: 95%;
	max-width: none;
	height: auto;
}
.news_des{
	width: 98%;
float: none;
padding: 0;
margin: 0 auto;
}
.page_content .content{
	width: 98%;
	margin: 0 auto;
}
.newList{
	float: none;
	   width: calc(100% / 1 - 10px); 
}
.in-about{ 
	width: 98%;
	margin: 0 auto;
}
.in-about a{
	color:#fff;
	font-size: 14px;
}
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
.kf {
	display: none;
}
.footer-fix {
	display: block;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 50px;
	line-height: 50px;
	float: none;
	padding: 0;
	margin: -10px 0;
}
.nav_bj{ background: #fff;}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
	float: none;
	height: auto;
}
.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: #dd0000
}
.header .nav li.open .arr:after {
	border-color: #dd0000;
	-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;
}
.sec-mainL { display: none;}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: 150px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.yunu-sou {
	padding: 0;
	border-bottom: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	border-color: transparent;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;

}
.section {
	width: 100%;
	overflow: hidden;
	
}
  .swiper {
	        width: 100%;
	        height: 100%;
	      }
	
	      .swiper-slide {
	        text-align: center;
	        font-size: 18px;
	        background: #fff;
	
	        /* Center slide text vertically */
	        display: -webkit-box;
	        display: -ms-flexbox;
	        display: -webkit-flex;
	        display: flex;
	        -webkit-box-pack: center;
	        -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	        -webkit-box-align: center;
	        -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	      }
	
	      .swiper-slide img {
	        display: block;
	        width: 100%;
	        height: 100%;
	        object-fit: cover;
	      }
	
.section-title {
	margin-bottom: 5px;
	font-size:24px;
}
.section-title small {
	font-size: 14px;
	margin-top: 5px;
}
.title-1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.title-1 small {
	font-size: 12px;
}
.list-1 {
	
}
.list-1 li {
	width: 50%;
}
.list-1 li a {
	margin: 15px 0 0 15px;
}
.list-1 li .img-center {

}
.list-1 li p {
	margin-top: 10px;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.list-1-1 li .img-center {
	height: 108px;
	line-height: 108px;
}
.in-case-menu {
	display: none;
}
.in-case-con {
	margin: 0;
}
.in-case-con dt {
	float: none;
	width: auto;
}
.in-case-con dd {
	margin: 15px 0 0;
}
.in-case-con dd p {
	height: auto;
	margin: 10px 0 0;
	line-height: 1.8;
}
.in-case-con dd .more {
	margin-top: 15px;
}
.in-honours li {
	width: 140px;
}
.in-honours li .img-center {
	height: 150px;
	line-height: 150px;
}
.in-honours li p {
	margin-top: 10px;
}

.in-lc li {
	width: 100%;
}
.in-news {
	margin-top: -20px;
}
.in-news .item {
	width: 100%;
}
.in-news .wrap {
	margin-top: 20px;
}
.in-news .img-center {
	display: none;
}
.in-news .title-1 {
	font-size: 18px;
}
.footer {
	padding: 30px 0;
}
.footer-nav {
	display: none;
}
.footer-ewm {
	display: none;
}
.footer-info {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.banner-sub {
	height: 130px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.lx{
	width: 100%;
	float: none;
}
.ewm{
	width: 100%;
	float: none;
}
.ewm .lx_tit{display: none;}
.ewm img{ width: 100px !important;}
.ly{
	width: 100%;
	float: none;
}
.sub-tit {
	padding-bottom: 10px;

	width: 100%;
}
.curmbs {
	font-size: 12px;
	line-height: 30px;
}
.fl-cs li{ font-size: 13px;
padding: 2px;}
.fl-cs li a{ font-size: 13px;height: 35px;
    line-height: 35px;}
.tell{font-size: 23px;}
.pages {
	margin-top: 20px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 li .img-center {
	float: none;
	width: auto;
}
.list-3 li .text {
	margin: 15px 0 0;
}
.list-3 li .text h4 {
	font-size: 16px;
}
.list-3 li .text p {
	font-size: 12px;
}
.list-4 li a {
	line-height: 40px;
	padding-left: 15px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title h1 {
	font-size: 18px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.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;
}
.map {
	height: 200px;
}
}

.dede_pages{clear:both;padding:50px 0 0 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:30px;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 15px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#cf1322}
.dede_pages ul li:hover a{color:#fff}
.dede_pages .active{padding: 0 15px;line-height:30px; background-color: #cf1322;}
.dede_pages .active span{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}