﻿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{-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: #cb0004;}
ul {margin: 0;list-style: none;padding: 0;}

.img-center {text-align: center;font-size: 0;overflow: hidden;}
.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;}

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



.m-txt1{
	overflow: hidden;
	margin-top: 5px;
	margin: 0;
	/*padding-left: 38px;*/
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	/*margin-right: 100px;*/
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #cb0004;
	color: #fff;
	border-radius: 5px;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/btn-r.html);
}


#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: 73%;

    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 {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #cb0004;
    color: #fff;
    margin-top:10px;
}
.btn:hover{
	background-color: #444;
	color: white;
}

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


.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: #cb0004;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

/*客服*/
.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("img/kefu.png") 12px center no-repeat #cb0004;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('img/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    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('img/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('img/huidaodingbu.png') center center no-repeat #cb0004;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #cb0004;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('img/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('img/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}

.header {background: url(img/hed.jpg) repeat-x center / cover #fff;}
.header .topbar {line-height: 34px;background-color: #e5e5e5;font-size: 13px;color: #888;}
.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: 15px 0;}
.header .tel {float: right;background: url(img/rd_06.jpg) no-repeat 0 center;padding-left: 55px;margin-top: 31px;line-height: 24px;}
.header .tel strong {font-size: 20px;font-family: Impact;line-height: 1;color: #cb0004;}
.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: #cb0004;}
.header .nav {font-size: 0;color: #fff;background: url(img/nav_bg.jpg) no-repeat center;}
.header .nav li {display: inline-block;vertical-align: middle;background: url(img/nav_line.jpg) no-repeat right center;width: 11.11111111%;}
.header .nav li:last-child {background: none;}
.header .nav li a {display: block;font-size: 14px;line-height: 50px;color: #fff;text-align: center;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;-webkit-box-sizing: content-box;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .nav li.dropdown {position: relative;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background: rgba(0, 0, 0, 0.5) !important;line-height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.header .nav .dropdown-box a:hover {background-color: #cb0004 !important;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background: url(img/nav_h.png) no-repeat center;}
.header .nav li.open .dropdown-box {display: block;}
.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: #cb0004;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: 500px;}
.banner .swiper-slide img {display: block;width: 100%;height: auto;}

.yunu-showcase {margin: 0 auto 30px;}
.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: #cb0004;}

.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(img/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(img/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 #cb0004;}
div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(img/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #cb0004;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

.section {padding: 50px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 20px;}
.section-title small {display: block;text-transform: uppercase;font-size: 36px;color: #d9d9d9;line-height: 1.1;}
.section-title span {font-size: 30px;padding: 0 10px;font-weight: bold;}

.in-prd-cate {float: left;width: 255px;}
.in-prd-cate dl {margin: 0;}
.in-prd-cate dd {margin: 0;}
.in-prd-cate dd a {display: block;padding: 0 15px 0 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: url(img/lk_18.jpg) no-repeat 10px center #f1f1f2;margin-top: 3px;line-height: 42px;}
.in-prd-cate dd a:hover {background-color: #4c4c4c;color: #fff;}
.in-prd-con {float: right;width: 872px;padding: 20px;background-color: #f0f0f0;}
.in-prd-con .section-title {margin-bottom: 0;}

.in-about .tit {text-align: center;font-weight: bold;font-size: 24px;margin-bottom: 20px;}
.in-about .tit small {font-weight: normal;display: block;font-size: 14px;color: #666;}
.in-about .img-center {float: left;margin-right: 20px;}
.in-about p {margin: 0;line-height: 2;text-align: justify;color: #666;}
.in-about .more {float: right;margin-top: 20px;}

.in-bt {background: url(img/lk_27.jpg) no-repeat center / cover;height: 230px;}

.bg1 {background: url(img/yyky.jpg) no-repeat center / cover;color: #fff;}

.in-choose {width: 580px;}
.in-choose dl {margin: 0 0 40px;background: no-repeat 0 0;padding-left: 70px;}
.in-choose dt {font-weight: bold;font-size: 32px;background: url(img/ys_x.jpg) no-repeat 0 bottom;padding-bottom: 8px;}
.in-choose dt small {font-weight: normal;font-size: 12px;display: block;}
.in-choose dd {margin: 10px 0 0;text-align: justify;color: #666;font-size: 16px;line-height: 1.8;}
.in-choose dd span {color: #cb0004;}
.in-choose-left {float: left;}
.in-choose-right {float: right;}
.in-choose-right dl {margin: 40px 0 0;}

.in-zyyw {}
.in-zyyw li {float: left;width: 14.285714285%;}
.in-zyyw li a {display: block;text-align: center;color: #fff;}
.in-zyyw li .img-center {width: 150px;height: 150px;padding: 5px;background-color: #dfdfdf;border-radius: 50%;-webkit-transition: all 0.5s;transition: all 0.5s;margin: 0 auto;}
.in-zyyw li p {font-size: 18px;margin: 20px 0 0;}
.in-zyyw li a:hover .img-center {background-color: #cb0004;-webkit-transform: rotate(360deg);transform: rotate(360deg);}

.in-news {margin: -50px 0 0 -30px;}
.in-news .item {float: left;width: 33.333333%;}
.in-news .wrap {margin: 50px 0 0 30px;}
.in-news .tit {margin-bottom: 10px;font-size: 18px;font-weight: bold;line-height: 25px;}
.in-news .tit small {font-weight: normal;color: #999;font-size: 14px;padding-left: 10px;}
.in-news .tit .more {float: right;color: #999;font-size: 12px;}
.in-news .tit .more:hover {color: #cb0004;}
.in-news .box {margin-bottom: 10px;border: 1px solid #ddd;border-radius: 10px;padding: 15px;}
.in-news .box h4 {margin: 0 0 10px;font-size: 18px;}
.in-news .box p {margin: 0;line-height: 30px;padding-left: 24px;background: no-repeat 0 center;}
.in-news .box p.addr {background-image: url(img/j5ee.png);}
.in-news .box p.tel {background-image: url(img/68wt.png);}
.in-news .box p.tel a {display: none;padding: 0 20px;background-color: #333;color: #fff;border-radius: 20px;margin-left: 20px;}
.in-news ul {padding-left: 10px;}
.in-news li {line-height: 34px;background: url(img/lk_71.jpg) no-repeat 0 center;padding-left: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in-news .wrap:hover .box h4 {color: #ff0000;text-shadow: rgba(186,0,0,0.5) 0 3px 3px, rgba(0,0,0,0.2) 3px 3px 3px;}
.in-news .wrap:hover .box p.tel {color: #ff0000;}

.footer {background-color: #2c2e32;color: #969799;padding: 50px 0 0;}
.footer a {color: #969799;}
.footer a:hover {color: #cb0004;}
.footer-logo {float: left;width: 290px;height: 160px;line-height: 160px;}
.footer-info {margin: 0 280px;border-left: 1px solid #4b4d51;height: 160px;border-right: 1px solid #4b4d51;padding: 0 80px;}
.footer-info .tel {font-size: 0;margin-bottom: 20px;}
.footer-info .tel span {color: #fff;font-size: 30px;font-family: Impact;display: inline-block;vertical-align: middle;background: url(img/dh.png) no-repeat 0 center;padding-left: 45px;}
.footer-info .tel a {display: inline-block;vertical-align: middle;height: 34px;width: 164px;background: url(img/cont.jpg) no-repeat center / contain;margin-left: 50px;}
.footer-info p {margin: 10px 0 0;}
.footer-ewm {float: right;width: 150px;}
.footer-ewm .img-center {border: 1px solid #fff;padding: 10px;}
.footer-copy {margin-top: 50px;padding: 20px 0;background-color: #000;color: #fff;}

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

.yunu-curmbs {padding: 0 0 15px;border-bottom: 1px solid #dcdcdc;margin-bottom: 15px;}
.yunu-curmbs span {padding-left: 10px;border-left: 5px solid #cb0004;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.ct2-sd {float: left;width: 240px;}
.ct2-mn {float: right;width: 930px;}

.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-color: #cb0004;padding: 15px 0;}
.panel-sd .tit span {display: block;text-transform: uppercase;font-size: 14px;color: #fff;}

.contact-sd {background-color: #cb0004;color: #fff;padding: 0 20px 20px;line-height: 1.8;}

.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;-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;}
.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 li>a:hover,.lanmu li.active>a {color: #cb0004;font-weight: bold;}
.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: #cb0004;color: #fff;}

.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 .img-center {height: 180px;line-height: 180px;border: 1px solid #CCC;}
.list-1 li .text {text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-top: 10px;}
.list-1 li a:hover .img-center img {-webkit-transform: scale(1.1);transform: scale(1.1);}

.list-2 li {padding-bottom: 20px;margin-bottom: 15px;border-bottom: 1px dashed #CCC;}
.list-2 li a {display: block;position: relative;}
.list-2 li h4 {margin: 0;padding-right: 90px;font-size: 16px;}
.list-2 li .date {position: absolute;right: 0;top: 0;color: #999;font-size: 12px;line-height: 22px;}
.list-2 li p {margin: 10px 0 0;font-size: 14px;line-height: 1.8;color: #666;text-indent: 2em;}

.list-3 {margin: -30px 0 0 -30px;}
.list-3 li {float: left;width: 50%;}
.list-3 li a {display: block;text-align: center;margin: 30px 0 0 30px;}
.list-3 li .img-center {height: 114px;line-height: 114px;}
.list-3 li .text {margin-top: 15px;}
.list-3 li .text p {margin: 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-tit {margin-bottom: 10px;}
.cp-tit span {display: inline-block;vertical-align: middle;background-color: #cb0004;color: #fff;line-height: 34px;font-size: 15px;padding: 0 20px;}

.content-tj {margin-top: 30px;}
.content-tj ul {margin-left: -40px;}
.content-tj li {float: left;width: 50%;}
.content-tj li a {display: block;margin-left: 40px;line-height: 34px;border-bottom: 1px dashed #ddd;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.content-tj li span {float: right;color: #999;font-size: 12px;}

.contact {font-size: 16px;color: #888;}
.contact p {margin-top: 0;}

.map {height: 400px;}

.yunu-footer-fix {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #cb0004;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(img/f_01.png);}
.yunu-footer-fix li i.i2 {background-image: url(img/f_02.png);}
.yunu-footer-fix li i.i3 {background-image: url(img/f_03.png);}
.yunu-footer-fix li i.i4 {background-image: url(img/f_04.png);}

@media screen and (max-width: 767px) {
    body {min-width: 320px;padding-top: 50px;padding-bottom: 50px;}
    .container {width: auto;}
#message .m-content .m-message{
    width:90%;
    padding:20px;
  }
   .kf {display: none;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;-webkit-box-shadow: 0 0 10px #ddd;box-shadow: 0 0 10px #ddd;background-image: none;}
    .header .topbar,.header .text,.header .tel {display: none;}
    .header .logo {height: 30px;line-height: 30px;float: none;padding: 0;}
    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background: transparent;border-bottom: 0;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none;width: auto;}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;text-align: left;}
    .header .nav li .arr {display: block;}
    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background: none;color: #cb0004;}
    .header .nav li.open .arr:after {border-color: #cb0004;-webkit-transform: rotate(225deg);transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;}
    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .header .nav .dropdown-box a:hover {background-color: transparent !important;}
    .menu-btn {display: block;}

    .banner .swiper-slide {height: 150px;}

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

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;font-size: 16px;}
    .section-title span {font-size: 20px;}
    .section-title small {font-size: 20px;margin-bottom: 5px;}

    .in-prd-cate {float: none;width: auto;}
    .in-prd-cate dt {display: none;}
    .in-prd-cate dd {overflow: hidden;}
    .in-prd-cate dd a {width: 48%;float: left;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: 1%;margin-right: 1%;}
    .in-prd-con {float: none;width: auto;margin: 30px -15px 0;padding: 15px;}

    .in-about .tit {font-size: 20px;}
    .in-about .tit small {font-size: 12px;}
    .in-about .img-center {width: 180px;margin-right: 10px;}

    .in-bt {height: 80px;}

    .in-choose-left,.in-choose-right {float: none;}
    .in-choose {width: auto;}
    .in-choose dl {background-size: 30px auto;margin: 0 0 20px;padding-left: 40px;}
    .in-choose dt {padding-top: 0;font-size: 18px;}
    .in-choose dd {font-size: 14px;}
    .in-choose .img-center {display: none;}
    .in-choose-right dl {margin: 20px 0 0;}

    .in-zyyw {margin-top: -20px;}
    .in-zyyw li {width: 50%;}
    .in-zyyw li a {margin-top: 20px;}
    .in-zyyw li .img-center {width: 120px;height: 120px;}
    .in-zyyw li p {font-size: 14px;margin-top: 10px;}

    .in-news {margin-top: -20px;}
    .in-news .item {width: 100%;}
    .in-news .wrap {margin-top: 20px;}
    .in-news .box p.tel a {display: inline-block;vertical-align: bottom;}

    .footer {padding: 30px 0 0;}
    .footer-logo {display: none;}
    .footer-ewm {display: none;}
    .footer-info {float: none;margin: 0;border: 0;padding: 0;height: auto;}
    .footer-info .tel a {display: none;}
    .footer-copy {margin-top: 30px;padding: 10px 0;font-size: 12px;}

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

    .list-1 {margin: -10px 0 0 -10px;}
    .list-1 li {width: 50%;}
    .list-1 li a {margin: 10px 0 0 10px;}
    .list-1 li .img-center {height: 118px;line-height: 118px;}

    .list-2 li {padding-bottom: 15px;margin-bottom: 15px;}
    .list-2 li h4 {font-size: 14px;line-height: 22px;}
    .list-2 li p {font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

    .list-3 {margin: -10px 0 0 -10px;}
    .list-3 li a {margin: 10px 0 0 10px;}
    .list-3 li .img-center {height: 90px;line-height: 90px;}
    .list-3 li .text {margin-top: 10px;}

    .yunu-curmbs {margin-bottom: 20px;margin-top: -10px;font-size: 12px;padding-bottom: 10px;}

    .banner-sub {height: 130px;}

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

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

    .content-tj li {width: 100%;}

    .yunu-footer-fix {display: block;}
}
