@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
	width: 1260px;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-input-inline {
	width: 96%;
 margin: 0 0 .3rem 0;
}

/**head样式**/
.headtop{ height:40px; line-height:40px; background:#f5f5f5; color:#333; font-size:14px; font-family: arial;}
.headtop a{ color:#333;}

.logo {
	float: left; margin:5px 0;
}
.logo img{ width:100%;}
.ttel {
    float: right;
    background: url(../images/tel1.png) no-repeat 0 center;
    padding-left: 45px;
    margin: 25px 0;
    color: #666;
}
.ttel strong {
    display: block;
    font-size: 32px;
    font-family: Impact;
    line-height: 1;
    color: #eb560d;
}
.banner img{ width:100%;}
/*menu*/
.menu{ background: #1567aa; height: 60px; line-height:60px;}
.menu li {
    float: left;
    width: 12.4%;
    text-align: center;
    position: relative;
    border-right: 1px solid #1f73b8;    background: url(../images/nav_line_1.png) no-repeat right center;
}
.menu li > a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
}
.menu li.on:after{
	content:'';
	position:absolute;
	background:#c00;
	width:100%;
	height:40px;
	top:10px;
	left:0;
	border-radius:50px;
	z-index:-10;
}
.menu li:hover{ font-weight:700;}

.toggle {
	position: absolute;
	top: 10px;
	right: 0;
	width: 56px;
	height: 66px;
	cursor: pointer;
}
.toggle .icon {
	top: 29px;
	left: 14px;
}
.toggle .icon, .toggle .icon::before, .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #b2b2b2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.toggle .icon::before, .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.toggle .icon::before {
	top: -9px;
}
.toggle .icon::after {
	top: 9px;
}

/* 手机站列表 */
.navigation, .cate-tree {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
	border-top: solid 3px #164fb9;
	border-bottom: solid 3px #164fb9;
	background: #fff;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after, .navigation .level-2>li::after, .cate-tree .level-2>li::after, .navigation .level-2>li::before, .cate-tree .level-2>li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background: url(../images/menu.png) no-repeat;
	background-size: cover;
}
.navigation .level-1 a, .cate-tree .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.navigation .level-1 li, .cate-tree .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.navigation .level-1>li>a, .cate-tree .level-1>li>a {
	padding: 0 2em 0 1em;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after {
	background-position: -36px 0;
}
.navigation .level-1>li.active::after, .cate-tree .level-1>li.active::after, .navigation .level-1>li:hover::after, .cate-tree .level-1>li:hover::after {
	background-position: -96px 0;
}
.navigation .level-1>li.more::after, .cate-tree .level-1>li.more::after {
	background-position: -12px 0;
}
.navigation .level-1>li.more:hover::after, .cate-tree .level-1>li.more:hover::after {
	background-position: -72px 0;
}
.navigation .level-1>li.more.active::after, .cate-tree .level-1>li.more.active::after {
	background-position: -84px 0;
}
.navigation .level-1>li.active>a, .cate-tree .level-1>li.active>a, .navigation .level-1>li:hover>a, .cate-tree .level-1>li:hover>a {
	background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-2, .cate-tree .level-2 {
	display: none;
}
.navigation .level-2 a, .cate-tree .level-2 a {
	padding: 0 2em 0 3em;
}
.navigation .level-2 li:first-child, .cate-tree .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.navigation .level-2 li:last-child, .cate-tree .level-2 li:last-child {
	border-bottom: none;
}
.navigation .level-2>li::before, .cate-tree .level-2>li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.navigation .level-2>li::after, .cate-tree .level-2>li::after {
	background-position: -48px 0;
}
.navigation .level-2>li.active::after, .cate-tree .level-2>li.active::after {
	background-position: -108px 0;
}
.navigation .level-3, .cate-tree .level-3 {
	line-height: 40px;
	display: none;
}
.navigation .level-3 a, .cate-tree .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}

/***搜索***/
.yunu-sou {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
    float: left;
    padding: 8px 0;
}
.yunu-sou .hot a {
    margin-right: 10px;
}
.yunu-sou .hform {
    float: right;
}
.yunu-sou .hform input {
    float: left;
    font-size: 14px;
    border: 0;
    padding: 8px 10px;
    line-height: 20px;
    background: url(../images/s_inp.gif) no-repeat 0 0;
    width: 210px;
}
.yunu-sou .hform .btn {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 36px;
    background: url(../images/s_so.gif) no-repeat 0 0;
}

/***首页第一个模块***/
.yunu-section {
	padding: 65px 0;
}
.yunu-section-title {
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
}
.yunu-section-title strong {
	color: #d82634;
}

.s1 {
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	color: #6e6e6e;
}
.s2 li {
	float: left;
	width: 20%;
	margin-top: 40px;
}
.s2 li a {
	display: block;
}
.s2 li .img-center {
	overflow: hidden;
	width: 218px;
	margin: 0 auto;
}
.s2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.s2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .yunu-section {
	padding: 20px 0;
  }
  .yunu-section-title{ margin-bottom:20px; font-size:24px;}
  .s1{ line-height:24px;}
  .s2 li{ width:33.33333%; margin-top:20px;}
  .s2 li .img-center{ width:100%;}
  .s2 li img{ width:90%;}
}



/***首页产品列表**/
.syplist{ background:url(../images/ccbg_1.jpg) top center no-repeat #f5f5f5;}
.title {
	overflow: hidden;
	margin: 50px auto 30px auto;
	text-align: center;
}
.title h2 {
	font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #333;
    background: url(../images/tit.png) no-repeat center bottom;
    padding-bottom: 10px;
}
.title h2 font {
    color: #0077c3;
}
.title span {
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 30px;
	margin-top:5px;
}

.title p {
	font-size: 14px;
    color: #666;
    line-height: 25px;
	margin-top:10px;
}
.pcate{
	float:left; 
    background-color: #0077c3;
    padding: 10px 20px 20px 10px;
    margin-bottom: 30px;
}
.pcate li {
    float: left;
    width: 25%;
}
.pcate li a {
    display: block;
    margin: 10px 0 0 10px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 17px;
    background-color: #ededee;
    transition: all 0.5s;
}
.pcate li a:hover {background-color: #033253;color: #fff;}

.ptab .item {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 96%;
	margin-bottom: 32px;
	padding: 2%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-right: 1%;
	background:#fff;
}
.jqthumb-img2 {
	max-width: 100%;
}
.ptab .item:hover {
	border: 1px solid #0077c3;
	box-shadow: 0 0 10px #666;
}
.ptab .item:nth-child(4n) {
	margin-right: 0;
}
.ptab .item .thumb {
	overflow: hidden;
	width: 100%;
}
.ptab .item .info {
	padding: 1em 2em;
	border-top: none;
}
.ptab .item .info h3 {
	font-weight: normal;
	margin: 0;
	text-align: center;
	color: #666;
}
.ptab .item .info a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.ptab .item .button {
	font-size: 12px;
	overflow: hidden;
	padding-top: 1em;
	border-top: 1px solid #dfdfdf;
}
.ptab .item .button a {
	line-height: 32px;
	display: block;
	overflow: hidden;
	width: 48%;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	background: #ccc;
}
.ptab .item .button .inquire {
	float: left;
	background: rgba(255, 0, 0, 0.86);
}
.ptab .item .button .details {
	float: right;
	background: #0077c3;
}
.ptab .item .button a::before {
	display: inline-block;
	width: 32px;
	height: 32px;
	content: '';
	vertical-align: top;
	background: url(../images/product-button.png) no-repeat center left;
	background-size: cover;
}

.xbanner img{
	width:100%;
}


.in-prod-con .swiper-pagination {position: static;font-size: 0;margin-bottom: 30px;}



/****产品优势****/
.ysst{width:100%; margin-top:20px}

.youshi{overflow:hidden;margin:0 auto;padding:50px 0}

.youshi .d_item{overflow:hidden;width:50%;}

.youshi .d_item .dtxt{overflow:hidden;margin-bottom:20px}

.youshi .d_item .dtxt div{float:left;margin-right:15px}

.youshi .d_item .dtxt span{overflow:hidden;padding-top:13px;}

.youshi .d_item .dtxt span h2{font-size:30px;font-weight:700;color:#0077c3;line-height:32px}

.youshi .d_item .dtxt span h4{display:block;line-height:34px;color:#999;font-weight:400;font-size:14px;text-transform:uppercase}

.youshi .d_item .desc{overflow:hidden;margin-left:40px}

.youshi .d_item .desc dd{background:url(../images/ios.png) no-repeat left 12px;padding-left:10px;margin-bottom:20px;color:#666;font-size:16px;line-height:26px}

.youshi .dimg{width:48%}

.youshi .dimg img{width:100%;display:block}

.ysst:nth-child(3),.ysst:nth-child(5){background:url(../images/ysbj1.png) no-repeat center top;margin-top:30px;padding:30px 0}




/***首页关于我们**/
.about {
	background: #f1f1f1;
}
.about_img {
	width: 100%;
}
.le2 {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}
.le2 h3 {
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
	margin-right: 30px;
	font-weight:100;
}
.le2-sub {
	color: #666;
	height: 211px;
	overflow: hidden;
	line-height: 30px;
	text-align: justify;
	font-size: 15px;
	margin: 10px 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	font-size: 16px;
	padding-right: 30px;
	text-indent: 2em;
}
.le2-sub1 {
	font-size: 16px;
	width: 200px;
	height: 45px;
	color: #fff;
	text-align: center;
	margin-top: 23px;
	line-height: 45px;
	background: #0077c3;
}
.le2-sub1 a {
	color: #fff;
}
.cfsj {
	width: 100%;
	overflow: hidden;
}
.jqthumb-img2 {
    max-width: 100%;
}

/***服务流程**/
.gylc {
	
}
.gylc li {
	float: left;
	width: 18.2857142857%;	
    margin-top: 10px;
    margin-left:0.5%;
    margin-right: 0.5%;
    height:auto;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    text-align: center; margin-bottom:10px; padding-top:5px;
}
.gylc li .img-center {
	height: 141px;
	
	line-height: 126px;
}
.gylc li .img-center .p2 {
	display: none;
}
.gylc li h3 { font-size:24px; margin-top:3px;}
.gylc li p {
	margin: 15px 0 0;
	font-size: 14px; color:#666; height:30px; margin-bottom:10px;
	
}
.gylc li.active {
	color: #d82634;
}
.gylc li.active .img-center {
	
}
.gylc li.active .img-center .p1 {
	display: none;
}
.gylc li.active .img-center .p2 {
	display: inline-block;
}




.index_about{ margin-top:30px }
.index_about .tit{ margin:10px auto 50px; position:relative; text-align:left}
.index_about .tit h3{ font-size:50px; color:#0077c3;position:relative; display:block;margin-bottom:28px;z-index:3}
.index_about .tit h4{ font-size:22px;display:block;position:relative; z-index:3}
.tit-en { position:relative; z-index:2; margin-top:-70px; width:80%;
}
.about-pic{float: right;width: 40%; position: relative;z-index: 0; padding-left:20px;}
.about-pic img{width: 100%;}
.about-info{position: relative;float: left;width: 58%;}
.about-info p{font-size: 18px; color:#9b9aac;line-height: 40px;}
.about-info img { width:100%;}
.about-base{ overflow:hidden}
.index_about_box{ /*background:#f0f3f5;*/overflow:hidden; width:100%; z-index:999; margin:40px auto; position:relative}

.index_about_box .l { width: 20%;font-weight: bold; background:#0077c3;color: #fff; text-align:center; padding:10px 20px;bottom: 0; float:left;}
.index_about_box .l strong{ font-size:40px; margin-bottom:20px; display:block}
.index_about_box .l span{ display:block; font-size:30px;}
.index_about_box .r { width: 75%; float:right; margin-top:20px;}
.index_about_box dl{float:left;width:25%;text-align:center;}
.index_about_box dl dt{width: 30%;float: left;}
.index_about_box dl dt em{display:block;width:70px;height:70px;margin:0 auto 24px;text-align:center;line-height:2.5em;font-size:65px;font-style:normal; margin-top:20px;color:#fff;}
.index_about_box dl dd{width: 68%;float: right;margin-top: 20px;}
.index_about_box dl dd h3{font-size: 32px;text-align: left; margin-bottom:10px; color:#F00;}
.index_about_box dl dd p{font-size: 16px;text-align: left;width: 100%;overflow: hidden;}
#ys1{background:url(../images/com_1.png) center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;}
#ys2{background:url(../images/com_2.png) center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;}
#ys3{background:url(../images/com_3.png) center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;}
#ys4{background:url(../images/com_4.png) center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;}

/****工程案例**/
.case {
	background: #f7f7f7;
}
.in-fahuo .swiper-slide a {display: block;position: relative;}
.in-fahuo .swiper-slide .img-cover {padding-top: 75%;}
.in-fahuo .swiper-slide p {margin: 0;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;color: #fff;line-height: 50px;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background-color: rgba(0,0,0,0.6);}
.in-fahuo .swiper-slide a:hover .img-cover span {transform: scale(1.1);}
.in-fahuo .swiper-pagination {position: static;font-size: 0;margin-top: 30px;}
.in-fahuo .swiper-slide p {font-size: 14px;line-height: 34px;}
.in-fahuo .swiper-pagination {margin-top: 30px; margin-bottom:30px;}
.img-cover {
    overflow: hidden;
    position: relative;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/****横幅****/
.bg5 {background: url(../images/adv2_1.jpg) no-repeat;color: #fff; padding: 50px 0;}

.in-adv2 {width: 50%;margin: -15px 0;}
.in-adv2 h4 {display: inline-block;margin: 0;border-bottom: 1px solid #3483c4;font-size: 34px;padding-bottom: 15px;}
.in-adv2 p {margin: 20px 0 0;font-size: 16px;background: url(../images/gou_1.png) no-repeat 0 1px;padding-left: 40px;}




/*****关于我们***/
.leib_sa{width:240px;font-family:"Microsoft yahei"; float:left;}
.leib_sa .tit{text-align: center;background:url(../images/meihua.png) 15px center no-repeat #0077c3; color:#fff; text-align:left; padding: 15px 0 15px 75px; font-size:30px;}
.leib_sa .tit p {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.leib_sa .nr_s{border:1px solid #0077c3;padding:17px; margin-bottom:10px; background:#fff; float:left;width:204px;}
.leib_sa .nr_s li{height:50px; line-height:50px; font-size:14px; padding: 0 0 0 22px;overflow:hidden; width:180px; border-bottom:1px dotted #ccc; margin-bottom:10px; background:url(../images/navjt.png) 15px center no-repeat;}
.leib_sa .nr_s li a{display: block;color: #555;font-size: 15px;padding-left:24px;}
.leib_sa .nr_s li a:hover, .leib_s .nr_s li.cur a {background:none;color: #078ac6;text-decoration: none; font-weight:bold;}
.leib_sa .nr_s h4 a:hover, .leib_s .nr_s .cur a { background:none; color:#FF0;text-decoration: none;font-weight:bold;}

.telw{ background:url(../images/right_tel.png) no-repeat 0 10px; height:auto; border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:5px 0 5px 50px;}
.telw h2{ font-size:14px; color:#666666; font-weight:normal;}
.telw p{ font-size:22px; font-family:Arial, Helvetica, sans-serif; color:#555;}

.qqw{ height:40px; margin-top:10px; background: url(../images/contact_right_icon.png) no-repeat #e16846 5px 0px; padding-left:60px;}
.qqw a{ height:40px;font-size:14px; line-height:40px; text-indent:25px; margin-top:10px; background:#9a9a9a; color:#fff; display:block;}
.qqw a:hover{ background:#e16846;}
.position h2 {
    float: left;
    font-weight: bold;
    color: #0077c3;
}

.xlwbw{ height:40px;font-size:14px; margin-top:10px; background: url(../images/contact_right_icon.png) no-repeat #cd3e2f 5px -40px; padding-left:60px;}
.xlwbw a{ height:40px; line-height:40px; text-indent:25px; margin-top:10px; background:#9a9a9a; color:#fff; display:block;}
.xlwbw a:hover{ background:#cd3e2f;}

.lei_fr{ width:990px; height:auto; float:right; overflow:hidden;}

.position { font-size: 12px; overflow: hidden; padding-top: 10px; margin-bottom: 40px; border-bottom: 1px solid #dfdfdf; width:100%;}
.position ul { line-height: 1; float: right; margin: 10px 0; padding: 0; padding-left: 20px; background: url(../images/icon-home.png) no-repeat center left; background-size: contain; }
.position li { display: inline-block; }
.position a { padding: 0 .5em; text-decoration: none; color: inherit; }

.pagemiddleTc{ width:100%; overflow:hidden; font-size:15px; line-height:27px; color:#666; margin-bottom:20px;}
.pagemiddleTc p{ line-height:27px; font-size:15px;}
.pagemiddleTc img{ max-width:100%;}

/****新闻中心***/
.dllb2{ width:988px; float:left; overflow:hidden; border:1px solid #E5E5E5;}
.dllb2 dl{  height:140px; padding:14px; border-bottom:1px solid #E5E5E5;}
.dllb2 dl.qline{ border-bottom:none;}
.dllb2 dl dt{ width:200px; height:140px; display:block; overflow:hidden; float:left; padding:2px; border:1px solid #E5E5E5;}
.dllb2 dl dt img{ width:200px; height:140px;}
.dllb2 dl dd{ margin-left:230px;}
.dllb2 dl dd strong{ display:block; height:26px; line-height:26px; overflow:hidden; font-size:16px; margin-bottom:8px;}
.dllb2 dl dd em{ float:right; font-style:normal; font-weight:100; color:#999; font-size:12px;}
.dllb2 dl dd strong a{ color:#486AB1;}
.dllb2 dl dd span{ line-height:26px; height:auto; display:block; overflow:hidden; color:#666;}

.newCon{ width:100%; overflow:hidden;}
.newCon h2{ text-align:center; line-height:40px; font-size:24px; font-weight:bold; margin-bottom:10px;}
.newCon h3{ text-align:center; line-height:30px; font-size:16px; border-bottom:1px dashed #ddd; margin-bottom:20px;}
.bortop{ border-top:1px solid #ddd;}
.txtW{ width:100%; height:40px; line-height:40px;}

/****产品中心***/
.cCasesa{ width:990px; float:right; overflow:hidden;}
.cCasesa li{ width:290px; height:auto; padding:10px; background:#FFFFFF; border:1px #E8E8E8 solid; float:left; text-align:center; overflow:hidden; margin-bottom:10px; margin-right:18px;}

.cCasesa li img{ display:block;margin:0 0px 5px 0px; width:100%;}	

.cplist_lb{ width:100%; height:40px; line-height:40px; background:#0077c3; text-align:center; overflow:hidden;}
.cplist_lb a{ color:#fff; font-size:15px;}

.leftr{ width:240px; float:left; overflow:hidden;}
.lxnr {
    clear: both;
    margin: 0px 0 10px;
    border: 1px solid #078ac6;
    background: #fff;
    width: 238px;
}
.t05 {
    background: #078ac6;
    height: 50px;
    line-height: 48px;
    font-weight: normal;
    text-align: center;
    color: #fafafa;
    font-size: 24px;
}
.xgcptp{ width:219px; padding:10px; overflow:hidden;}
.xgcptp li{ width:219px; background:#f5f5f5; padding-bottom:10px; text-align:center; margin-bottom:10px;}
.xgcptp li img { width:219px; margin-bottom:5px;}

.ct2-mn{ width:100%; overflow:hidden;}
.box {border: 1px solid #ddd;padding: 30px;}
.box-title {color: #1567aa;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-size: 30px;padding-bottom: 15px;}
.yunu-showcase {margin: 0 0 40px; overflow:hidden;}
.yunu-showcase-info {margin-left: 430px;}
.yunu-showcase-info h1 {font-size: 24px;margin: 0 0 30px;font-weight: normal;}
.yunu-showcase-info p {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 200px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/pc-xc-icon2.png) no-repeat 0 15px;height: 42px;padding-left: 60px;line-height: 21px;font-size: 18px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #1567aa;color: #fff;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:auto;}
.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: #1567aa;}

.title-1 {background-color: #ebebeb;font-size: 0;margin-bottom: 20px;}
.title-1 span {display: inline-block;line-height: 50px;background-color: #1567aa;font-size: 18px;color: #fff;padding: 0 30px;}
.content-body {line-height: 1.8;}
.content-body img {max-width: 100% !important;height: auto !important;width: auto !important;}
.content-exp {padding: 10px 15px;font-size: 12px;margin-top: 20px;border: 1px solid #ddd;overflow: hidden;}
.content-exp li {line-height: 2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;width: 50%;}
.content-exp li:last-child {text-align: right;}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}




.hf {
	background: #0077c3;
	margin-bottom: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}
.khal_bot {
	height: 218px;
	background: url(../images/index_lx.png) no-repeat center;
	margin-top:10px;
	position: relative;
}
.khal_bot .khal_info {
	height: 115px;
	position: absolute;
	left: 300px;
	top: 75px;
	font-size: 16px;
	color: #666;
}
.khal_bot .khal_info .p1 {
	float: left;
}
.khal_bot .khal_info .p1 span {
	display: block;
	color: #0054a6;
	padding-left: 30px;
}
.khal_bot .khal_info .p1 span:first-child {
	font-size: 32px;
	font-weight: bold;
	line-height: 65px;
}
.khal_bot .khal_info .p2 {
	float: left;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	padding-left:120px;
	line-height: 30px;
}
.khal_bot .khal_info .p2 span {
	display: block;
	color: #fff;
	font-family: arial;
	font-size: 35px;
	line-height: 81px;
}









/*****首页新闻资讯****/
.news {
	background: url(../images/bg13.png) no-repeat center / cover;
	padding: 50px 0 50px;
	overflow: hidden;
}
.in-news {
}
.in-news .tit02 {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
}
.in-news .tit02 p {
	float: left;
	color: #999999;
	line-height: 56px;
}
.in-news .tit02 p b {
	font-size: 30px;
	color: #333333;
	float: left;
}
.in-news .tit02 span {
	float: right;
	font-size: 16px;
	line-height: 56px;
}
.in-news-left {
	float: left;
	width: 60%;
}
.in-news-left .news_fl {
	display: inline-block;
	margin-top: 45px;
}
.in-news-left .news_fl dl {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 24px;
}
.in-news-left .news_fl a {
	display: block;
}
.in-news-left .news_fl dl .img {
	width: 100%;
}
.in-news-left .news_fl dl .img img {
	width: 100%;
	height: 175px;
}
.in-news-left .news_fl dl .date {
	width: 90px;
	height: 66px;
	background: #1567aa;
	color: #ffffff;
	top: -20px;
	left: 14px;
	position: absolute;
}
.in-news-left .news_fl dl .date h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	margin: 12px 0 0 12px;
}
.in-news-left .news_fl dl .date h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	margin-left: 12px;
}
.in-news-left .news_fl dl .des {
	padding: 0 8px;
}
.in-news-left .news_fl dl .des h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 12px;
	font-weight: normal;
	height: 48px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.in-news-left .news_fl dl .des p {
	color: #666666;
	line-height: 24px;
	height: 82px;
}
.in-news-left .news_fl dl .des span {
	color: #333333;
}
.in-news-left .news_fl dl:last-child {
	margin-right: 0;
}
.in-news-left .news_fl dl:hover .des h4, .in-news-left .news_fl dl:hover .des span {
	color: #0061ae;
}
.in-news-right {
	float: right;
	width: 35%;
}
.in-news-right ul {
	display: inline-block;
	margin-top: 6px;
}
.in-news-right li {
	transition: all 0.5s;
	border-bottom: 1px solid #a6a6a6;
}
.in-news-right li a {
	display: block;
}
.in-news-right li .top {
	display: inline-block;
	width: 100%;
	line-height: 35px;
	margin-top: 5px;
}
.in-news-right li h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
	float: left;
}
.in-news-right li:hover h4, .in-news-right li:hover span {
	color: #0061ae;
}
.in-news-right li span {
	display: block;
	font-size: 16px;
	color: #999;
	float: right;
}
.in-news-right li p {
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	height: 56px;
	opacity: 1;
	transition: all 0.5s;
}
.in-news-right li a:hover p {
	opacity: 1;
	color: #1583c8;
}

/****footer***/
.footer {background: url(../images/footerbg_1.jpg) repeat center;padding: 50px 0 0;color: #bebebe; overflow:hidden; margin-top:30px;}
.footer a {color: #bebebe;}
.footer a:hover {color: #fff;}
.footer-logo {float: left;width: 338px;}
.footer-nav {float: left;padding-left: 30px;width: 350px;padding-right: 30px;border-left: 1px solid #4a4a4a;border-right: 1px solid #4a4a4a;}
.footer-nav .tit {font-size: 18px;margin-bottom: 15px;}
.footer-nav ul {overflow: hidden;}
.footer-nav li {float: left;width: 50%;}
.footer-nav li a {display: block;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.footer-navs {float: left;padding-left: 30px;width: 150px;padding-right: 30px;border-left: 1px solid #4a4a4a;border-right: 1px solid #4a4a4a;}
.footer-navs .tit {font-size: 18px;margin-bottom: 15px;}
.footer-navs ul {overflow: hidden;}
.footer-navs li {float: left;width: 50%;}
.footer-navs li a {display: block;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.footer-contact {float: left;margin-left: 30px;}
.footer-contact .tit {font-size: 18px;margin-bottom: 15px;}
.footer-contact p {margin: 0;line-height: 30px;}
.footer-wx{ width:200px; float:right; border-left: 1px solid #4a4a4a; padding-left: 50px;}
.footer-wx .tit {font-size: 18px;margin-bottom: 15px;}
.footer-wx img{ width:120px;}
.footer-wx span{ width:100%; float:left; line-height:30px;}
.footer-copy {border-top: 1px solid #494949;padding: 20px 0;margin-top: 30px;text-align: center; width:100%; float:left;}
.footer-copy p {margin: 0;}


/****手机站底部横条**/
.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.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.show-xs {
	display: none;
}
@media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.toptel {
	width: 100%;
	text-align: right;
}
.t400 {
	margin-right: 0;
}
.show-xs {
	display: block;
}
.logo {

}
.title {
	margin: 20px auto;
}
.pcate {
    padding: 5px 10px 10px 5px;
    margin-bottom: 15px;
}
.pcate li {
    width: 50%;
}
.pcate li a {
    margin: 5px 0 0 5px;
    font-size: 14px;
    line-height: 34px;
}



.bg2{ padding:20px 10px;}
.bg2 dd{ margin:0;}
.bg2 dd p{ padding-left:0px;}

.bg3{padding:20px 10px;}
.in-dz{ padding-bottom:0;}
.in-dz dt{ width:100%;}
.in-dz dd{ margin:0;}
.bg4{padding:20px 10px;}
.in-adv li .img-center {
    height: 50px;
    line-height: 50px;
}
.in-adv li p {
    font-size: 12px;
    margin-top: 10px;
}
.in-dz dd h4 {
    font-size: 24px;
}
.in-dz dd p {
    margin: 15px 0 0;
    padding: 0;
    background: none;
    font-size: 14px;
    line-height: 1.8;
}
.bg2 dd h5 {
    margin-top: 20px;
    font-size: 24px;
}

.about{ padding:20px 5px;}
.in-about dt{ width:100%;}
.in-about dd{ margin:0;}
.bg5{padding:20px 10px;}
.in-adv2{ width:100%;}

.liucheng ul li{ width:33.3333%;}
.liucheng ul li img{ width:100%;}

.in-news-left{ width:100%;}
.in-news-left img{ height:150px !important;}
.in-news-right{ width:100%; margin-top:15px;}
.in-news-right li .date{ width:65px;}
.in-news-right li .text{  margin-left: 95px;}

.footer {padding-top: 30px;}
.footer-logo {width: auto;float: none;height: 100px;line-height: 100px;}
.footer-contact {text-align: center;float: none;margin: 20px 0 0;}
.footer-copy {margin-top: 30px;font-size: 12px;padding: 15px 0 35px 0;}

.footer-navs {display: none;}
.footer-contact {display: none;}

.gdtp{ height:250px;}
.gylc {font-size: 0;text-align: center;margin-top: -0.75rem; background:none;}
.gylc li {display: inline-block;vertical-align: top;width:25%;margin-top: 0.75rem; float:none;}
.gylc li .img-center {background: url(../images/lc_cbg.png) no-repeat center 0 / contain;height: 5rem;line-height: 3.3rem;}
.gylc li .img-center img {height: 2rem; margin-top:.7rem;}
.gylc li p {margin: 0.5rem 0 0;font-size: 0.6rem;}
.anli ul li{ width:47%; padding:0.5%; margin-right:1.5%; margin-bottom:15px;}
.news ul li{ width:100%;}
.daohang2{ margin-left:20px;}
.footer{ padding:20px 0;}
.lei_fr{ width:100%;}
.position{ margin-bottom: 20px;}
.dllb2{ width:99%;}
.dllb2 dl{ padding:10px 4px; height:auto; overflow:hidden;}
.dllb2 dl dt{ width:30%; height:auto;}
.dllb2 dl dt img{ width:100%; height:auto;}
.dllb2 dl dd{ margin-left:0; width:65%; float:right;}
.dllb2 dl dd span{ height:52px; overflow:hidden;}
.cCasesa{ width:100%;}
.cCasesa li{ width:46%; margin-left:2%; padding:0.5%; margin-right:0px; height:auto;}
.prdimg img{ max-width:100%;}

.youshi{ padding:0;}
.youshi .dimg{ width:100%;}
.youshi .d_item{ width:100%; padding:20px 0;}
.youshi .d_item .dtxt span h2{ font-size:20px;}
.youshi .d_item .dtxt span h4{ font-size:13px; line-height:23px;}
.youshi .d_item .desc{ margin-left:0;}
.ysst:nth-child(3), .ysst:nth-child(5){ 
    background:#f5f5f5;
    margin-top: 0;
	padding:10px 0;
}

.box {border: 0;padding: 0;}
.box-title {margin-bottom: 20px;font-size: 20px;padding-bottom: 10px;}

.list-1 li {width: 50%;}
.list-1 li p {line-height: 34px;}

.list-4 li a {padding-bottom: 10px;margin-top: 10px;}
.list-4 li .img-cover {width: 100px;height: 75px;}
.list-4 li .text {margin-left: 110px;}
.list-4 li .text h4 {font-size: 14px;}
.list-4 li .text span {display: none;}
.list-4 li .text p {font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.content-title {margin-bottom: 15px;padding-bottom: 15px;}
.content-title h1 {font-size: 18px;}
.content-title p {margin-top: 10px;}
.content-title p span {padding: 0 5px;}
.content-exp {margin-top: 15px;}
.content-exp li {float: none;width: auto;}
.content-exp li:last-child {text-align: left;}

.yunu-showcase {margin-bottom: 30px;}
.pc-slide {float: none;width: auto;}
.view .swiper-slide .img-center {height: 260px;line-height: 260px;}
.yunu-showcase-info {margin: 20px 0 0;}
.yunu-showcase-info h1 {margin-bottom: 20px;font-size: 18px;}
.yunu-showcase-info p {margin-top: 10px;min-height: auto;}
.yunu-showcase-info .tel {font-size: 14px;padding-left: 50px;}

.title-1 span {font-size: 16px;line-height: 40px;padding: 0 15px;}

.textr{ text-align:right;}




