/* Extra */
body {
  color: #272727;
  font-size: 14px;
  margin: 0;
}
*{box-sizing:content-box;}
a,a:hover, a:focus{text-decoration:none;color:#333;}
a:hover{color:#31afdf}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
body{-webkit-text-size-adjust:none;}
fieldset,img{border:0;}
img{ vertical-align: top; max-width: 100%; }
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
.colorblack{color:#333;}
.colorwhite{color:#fff;}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {clear:both;
}
.logo {
  height:auto;
}
.logo img{max-height:50px;}
.top{width:100%;background:#fff;padding:5px 0}
.navbar {
	max-width:1200px;
	margin:0 auto;
  align-items:center;
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  padding: 2px 30px;
}

.push-left {
  margin-left: auto;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 20px;
  position: relative;
  width: 10px;
  z-index: 1000;
}
.hamburger-line {
  background: #272727;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
.nav-menu li {position:relative;width:auto;}
.nav-menu li a {
  color: #333;
  text-align:center;
  font-size:16px;
  padding:2px 15px;
  display: block;
  line-height: 30px;
  margin: 0px 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu li a:hover {
  color: #fff;
  background:#56b6e7;
  text-decoration: underline;
}

 .nav-menu li ul{width:180px;display:none;z-index:9;}
 .nav-menu li:hover ul {
	 padding:5px 0;
	 background:#f5f5f5;
	 position:absolute;
	 left:-38px;
  display: block;
}
 .nav-menu li ul li a{font-size:16px;}
 
 /* banner */
 .swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide img{width: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;
    }
	
	
.container{width:100%;}
.wrap{max-width:1200px;margin:0 auto;padding:0;}

.biaoti{text-align:center;padding:40px 0 30px;}
.biaoti h3{font-size:28px;line-height:48px;}
.biaoti p{font-size:15px;}


.about-left{width:380px;height:260px;overflow:hidden;margin:0 30px 0 0;float:left;}
.about_content{padding-bottom:30px;}
.about_content p{font-size:16px;line-height:24px;margin-bottom:10px;}
.about_content strong{background:#7aa2cc;padding:2px 8px;color:#fff;border-radius:6px;}
.pinpai{width:100%;}
.pinpai ul li{float:left;width:158px;margin:21px;}
.partner{padding:0 0 45px 0;}
.partner ul li{width:125px;height:40px;float:left;margin:10px 12px;background:#efefef;display:block; text-align:center; line-height:40px;}
.partner ul li:hover{width:125px;height:40px;float:left;margin:10px 12px;background:#008ce1;color:#fff;display:block;}
.partner ul li a{color:#fff;width:125px;height:40px;display:block;background:#008ce1}
.partner ul li a:hover{color:#fff;width:125px;height:40px;}

.software-content {
    background: #fff;
    border-radius: 2px;
	padding:0;
}

.software-content-item {
    position: relative;
    float: left;
    height: 340px;
    width: 23%;
	margin:1%;
	background:#f7f7f7;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.software-content-item:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.software-content-item:first-child:hover {
    box-shadow: 0 30px 40px 0 rgba(233, 188, 113, 0.35);
}

.software-content-item i {
    display: block;
    width: 48px;
    height: 48px;
	margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}

.software-content-item h3 {
    margin-top: 25px;
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #34475F;
}


.software-content-item p{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #8A8D93;
	padding:0 40px;
	margin-bottom:15px;
}


.service-icon-ys1 {
    background-image: url(/wp-content/themes/kyweixiu/images/ys1.png);
}

.service-icon-ys2 {
    background-image: url(/wp-content/themes/kyweixiu/images/ys2.png);
}

.service-icon-ys3 {
    background-image: url(/wp-content/themes/kyweixiu/images/ys3.png);
}



.indexpro ul li{width:360px;height:220px;margin:20px;float:left;position:relative;border-radius:8px;overflow:hidden;}
.indexpro ul li img{width:100%;height:100%;}
.indexpro p{position:absolute;left:0;bottom:0;padding:4%;color:#fff;width:93%;background:url(/wp-content/themes/kyweixiu/images/tbg.png)repeat-x bottom;font-size:18px;max-height:44px;line-height:27px;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.footer{ background: #383838;padding:0 0 45px;}
.copy-left{ float: left; margin-top: 15px;}
.copy-left p{color:#fff;font-size:16px;margin-top: 15px;}
.iconfont1:after{content:'咨询';margin-right:5px;}
.iconfont2:after{content:'电话';margin-right:5px;}
.copy-mid{ float: left; margin-left: 70px;}
.copy-mid a{ color: #999; font-weight: normal; text-align: center; display: block;}
.copy-mid li{ float: left; width: 160px;}
.copy-mid h2{ text-align: center; color: #fff; font-size: 20px; line-height: 80px;}
.copy-right{ float: right; width: 150px; text-align: center;}
.copy-right p{ color: #fff; margin:0 0 15px 0;height: 55px; line-height: 80px; overflow: hidden;  font-size: 20px;}
.copyright{background:#000;text-align:center;padding:10px 0;color:#999;}
.copyright a{color:#999;}
.index-contact{display:block;height:300px;background:url(/wp-content/themes/kyweixiu/images/icbg.JPG)no-repeat center;margin-bottom:45px;}
.icleft{width:390px;float:left;padding:30px;background:#fff;margin:30px;padding:0;}
.icleft p{font-size:16px;margin-bottom:15px;}
.iccenter{width:360px;padding:0 15px;float:left;}
.icright{}

.information-box {
    background: #31afdf;
    padding: 0px 0 58px;
    color: #fff;
    background-size: 100% 100%;
}

.information-con {
    max-width: 1200px;
    margin: 0 auto;
}

.information-main {
    background: #fff;
}

.information-main-fl {
    float: left;
    position: relative;
}
.information-main-fr {
    width: 646px;
    overflow: hidden;
    float: right;
    height: 374px;
	margin:0;
}

.prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 45%;
    margin-top: -30px;
    left: 5%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/wp-content/themes/kyweixiu/images/preImg.png)no-repeat;
    cursor: pointer;
}

.next {
    display: block;
    position: absolute;
    left: auto;
    right: 5%;
    top: 45%;
    margin-top: -30px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/wp-content/themes/kyweixiu/images/nexImg.png) no-repeat;
    cursor: pointer;
}

.information-main-back {
    background: #000;
	width:100%;
    filter: Alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 60px;
    bottom: 0;
}

.information-main-text {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    margin-top: -20px;
    font-size: 18px;
    color: #fff;
}

.information-main-fl .bd ul li {
	 width: 524px;
    overflow: hidden;
    height: 374px;
    position: relative;
}
.information-main-fl .bd ul li img{width:100%;height:100%;}
.information-main-fr .hd ul {
    font-size: 16px;
}

.information-main-fr .hd ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
	padding:0;
    width: 175px;
    border-left: 0;
}

.information-main-fr .hd ul .on {
    color: #31afdf;
    border-top: 4px solid #31afdf;
    height: 40px;
    border-bottom: 0;
    line-height: 40px;
}

.information-main-fr .bd ul {
    color: #333;
    padding: 0 24px 0 32px;
}

.information-main-fr .bd ul li {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 65px;
    text-align: left;
    list-style-type: disc;
}

.information-main-fr .bd ul li span {
    float: right;
	max-width:100px;
}

.information-main-fr .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 350px;
    float: left;
	font-size:16px;
}

.information-main-fr .bd ul li a:hover {
    color: #31afdf;
}
.contentbox{position:relative;}
.lefta{width:210px;margin-right:30px;float:left;}
.labg{background:#56b6e8;color:#fff;font-size:18px;line-height:50px;padding:0 20px;}
.lefta ul li a{display:block;font-size:18px;line-height:50px;height:50px;overflow:hidden;padding:0 20px;background:#f0f0f0 url(../images/lnicon.png)no-repeat 190px 22px;}
.lefta ul li a:hover{background:#f0f0f0 url(../images/lniconbottom.png)no-repeat 190px 22px;}
.conbox{width:950px;float:left;position:relative;}
.r_name{width:950px;font-size:18px;line-height:40px;border-bottom: 1px solid #ddd;margin-bottom:20px;}
.r_name span{color:#31afdf;height:40px;    display: inline-block;line-height:40px;border-bottom:1px solid #31afdf}
.condetail{width:950px;}
.condetail p{font-size:16px;line-height:32px;margin-bottom:20px;}
.weiz{width:100%;line-height:62px;height:62px;font-size:16px;
background:url(/wp-content/themes/kyweixiu/images/address.png)no-repeat left center;
padding-left:25px;}
.weiz a{font-size:16px;}

.caidan {
	color:#fff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.caidan:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.caidan:active {
	
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.medium {
	height:25px;
	float:right;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 10px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .1em 1em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.pagess{height:23px; line-height:23px; text-align:center;padding:50px 0px;float:left;}
.pagess ul li{width:auto;float:left;border:1px solid #ddd;margin-right:5px;font-size:14px;}
.pagess ul li a{color: #555;float:left;padding:1px 5px;font-size:14px;}
.pagess ul li a:hover{ color:#0064c4;}
.pagess ul li.thisclass{background:#9A9FA5; color:#fff;padding:1px 6px;float:left;}
.pagess ul li.thisclass a{text-decoration:none; cursor:default; border-color:#0064c4;float:left;color: #fff;}
.pagess .pageinfo strong{font-weight:normal;float:left;}
.cateslist1{margin:0;}
.cateslist1 ul li{height:150px;margin-bottom:40px;}
.cateslist1 ul li .img{width:250px;height:150px;float:left;margin-right:20px;border-radius:8px;overflow:hidden;}
.cateslist1 ul li .img img{width:100%;height:100%;}
.txt{max-height:50px;line-height:25px;font-size:18px;color:#0063b3;overflow:hidden;}
.txt a{color:#0063b3}
.des{height:120px;font-size:15px;line-height:30px;margin-top:10px;color:#999;overflow:hidden;}
.des a{color:#999}
.des a:hover{color:#0063b3}
.cateslist2{width:950px;}
.cateslist2 ul li{width:300px;height:250px;margin:8px 8px 26px;float:left;}
.cateslist2 ul li a{display:block;}
.cateslist2 ul li .img2{width:300px;height:200px;border-radius:8px;overflow:hidden;}
.cateslist2 ul li .img2 img{width:100%;height:100%;}
.cateslist2 ul li .txt2{margin-top:10px;height:40px;line-height:20px;font-size:14px;}
.cateslist2 ul li a:hover{color:#56bbea}

.news{width:950px;}
.news ul li{display:block;width:100%;line-height:30px;margin:15px 0;}
.news ul li h3{width:10%;display:inline;color:#0063b3;font-size:16px;font-weight:normal;}
.news ul li .nt{float:right;font-size:14px;color:#999;}

.details{width:910px;padding:20px}
.maininfo{margin-bottom:25px;}
.maininfo h1{font-size:24px;text-align:center;}
.maininfo p{color:#999;font-size:14px;text-align:center;margin-top:15px;}
.maindetiils{width:910px;}
.maindetails p,.maindetails div{font-size:16px;line-height:32px;margin-bottom:25px;}
.maindetails table,.maindetails img{max-width:80%;}
.xglist ul li{line-height:30px;margin-bottom:10px;}
.xglist ul{margin-top:10px;}
.foot-xg{border-bottom:1px solid #f0f0f0;height:40px;line-height:40px;}
.foot-xg span{    display: inline-block;height:40px;line-height:40px;color:#31afdf;border-bottom:1px solid #31afdf}
.tgtel{position:relative}
.tgtel img{margin:0 6px -6px 0;}

.onlinebox {
	position:fixed;
	top:20%;
	right:10px;
	width:200px;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	z-index:990;
}
.onlineboxcenter {
	float:left;
	width:200px;
	height:auto;
}
.onlineboxul {
	border:1px solid #fff;
	border-radius:10px;
	padding:30px 0 30px;
	background:#fff;
	height:auto;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.18);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.18);
	box-shadow:0 8 20px rgba(0,0,0,0.18);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.onlineboxul li {
	text-align:center;
	margin:0 0 20px 0;
	font-size:16px;
	line-height:28px;
}
.onlineboxul li span {
	color:#E53A40;
	font-size:22px;
}
.onlineboxul .weixin {
	height:100%;
	font-weight:bold;
	margin:0;
}
.onlineboxul .weixin img {
	height:130px;
}
.onlineboxul li .plx {
	display:block;
	font-weight:bold;
	font-size:16px;
}
.onlineboxul li .mlx {
	display:none;
}
.onlineboxul a.onlinecontact {
	display:block;
	background:#E53A40;
	background-image: linear-gradient(to right, #E53A40 , #ee5258);
	color:#fff;
	font-size:16px;
	padding:8px 0;
	width:160px;
	border-radius:6px;
	margin:0 auto 10px;
	overflow:hidden;

}
.tan {
	width:80%;
	height:auto;
	background-color:#e8e8e8;
	position:fixed;
	left:10%;
	top:60%;
	display:none;
	z-index:200;border-radius:16px;
}
.kuang {
	height:auto;
	text-align:center;
	padding:15px 0;
	font-size:16px;
	
}
.kuang b {
	font-size:16px;
}
.txtcss {
	color:red;
	font-weight:800;
	font-size:14px;
}
.copy {
	font-size:14px;
	background-color:#004bc6;
	background-image: linear-gradient(to right, #E53A40 , #ee5258);
	width:50%;
	margin:10px 25%;
	padding:2% 0;
	text-align:center;
	color:black;
	border-radius:5px;
}
.copy a {
	color:white;
}
.guanbi {
	text-align:center;
	position:absolute;
	right:20px;
	top:10px;
	font-size:30px;
}


@media screen and (max-width: 768px) {
	
	.onlinebox {
	position:fixed;
	top:auto;
	bottom:0;
	right:0;
	width:100%;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	z-index:990;
}
.onlineboxcenter {
	float:left;
	width:100%;
	color:#fff;
}
	.onlineboxul a.onlinecontact {
	width:25%;
	height:36px;
	line-height:36px;
	padding:0;
	margin:0;
	float:left;
	border-radius:0;
}

.onlineboxul a.onlinecontact img {
	width:100%;
	height:36px;
}
.onlineboxul {
	border-radius:0px;
	border:0px solid #3c5cf6;
	padding:0px;
	margin:0;
	height:50px;
	line-height:50px;
	background:#f7f7f7
	
}
.onlineboxul li {
	text-align:center;
	width:25%;
	padding:0;
	float:left;
	margin:0;

}
.onlineboxul li a {
	display:block;
}
.onlineboxul .weixin {
	height:130px;
	display:none;
}
.onlineboxul .weixin img {
	height:130px;
}
.onlineboxul li .plx {
	display:none;
}
.onlineboxul li .mlx {
	display:block;
	font-weight:normal;
	font-size:12px;
	padding-top:5px;height:45px;
	line-height:20px;
	color:#262626
}
.onlineboxul li .mlx img{height:20px;}

	.wrap{width:96%;margin:0 auto;padding:0 2%;}
	.s_nav{display:none;}
  .nav-menu li a {
    font-size: 20px;
    margin: 8px;
  }
   
  .logo img{max-height:40px;}
.top{width:100%;background:#fff;padding:5px 0}
    .hamburger {
    display: inline-block;
  }
    .nav-menu {
		z-index:9;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
  .biaoti{text-align:center;padding:20px 0 20px;}
.biaoti h3{font-size:22px;line-height:48px;}
.biaoti p{font-size:15px;}

.software-content-item {
    position: relative;
    float: left;
    height: 216px;
    width: 48%;
	margin:1%;
	background:#f7f7f7;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.software-content-item i {
    display: block;
    width: 38px;
    height: 38px;
	margin-top:5px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}

.software-content-item h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #34475F;
}


.software-content-item p{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #8A8D93;
	padding:0 10px;
	margin-bottom:10px;
}

.indexpro ul li{width:48%;height:140px;margin:1%;float:left;position:relative;border-radius:8px;overflow:hidden;}
.indexpro ul li img{width:100%;height:100%;}
.indexpro p{position:absolute;left:0;bottom:0;padding:4%;color:#fff;width:93%;background:url(/wp-content/themes/kyweixiu/images/tbg.png)repeat-x bottom;font-size:15px;max-height:40px;line-height:23px;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}
 
.about-left{width:100%;height:auto;overflow:hidden;margin:0 0 10px 0;float:left;}
.about-left img{width:100%;height:100%;}
.about_content{padding-bottom:30px;}
.about_content p{font-size:16px;line-height:22px;margin-bottom:10px;}
.about_content strong{background:#7aa2cc;padding:2px 8px;color:#fff;border-radius:6px;}


.information-box {
    background: #31afdf;
    padding: 0px 0 1px;
    color: #fff;
    background-size: 100% 100%;
}
.information-main-fl {
    float: none;
    position: relative;
}
.information-main-fl .bd ul li {
	 width: 100%;
    overflow: hidden;
    height:auto;
    position: relative;
}
  .information-main-fr {
    width: 100%;
    overflow: hidden;
    float: right;
    height: auto;
	margin:0;
}
.information-main-fr .hd ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
    width:auto;
	padding:0 15px;
    border-left: 0;
}

.information-main-fr .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
    float: left;
	font-size:16px;
}
.information-main-fr .bd ul li span {
    float: right;
	max-width:28%;
}
.pinpai ul li{float:left;width:30%;margin:1.5%;}

.partner{padding:25px 0 45px;}
.partner ul li{width:23%;height:40px;float:left;margin:1%;background:#efefef;display:block; text-align:center; line-height:40px;}
.partner ul li:hover{width:23%;height:40px;float:left;margin:1%;background:#008ce1;color:#fff;display:block;}
.partner ul li a{color:#fff;width:23%;height:40px;display:block;background:#008ce1}
.partner ul li a:hover{color:#fff;width:23%;height:40px;}

.index-contact{display:block;height:auto;background:url(/wp-content/themes/kyweixiu/images/icbg.JPG)no-repeat center;margin-bottom:45px;}
.icleft{width:98%;float:left;padding:1%;background:#fff;margin:0;}
.icleft p{font-size:16px;margin-bottom:15px;}
.iccenter{width:98%;padding:1%;float:left;}
.copy-left{display:none;}
.copy-mid{display:none;}
.copyright{display:none;}
.copy-right{ float: none; width:100%; text-align: center;margin-bottom:30px;}
.copy-right p{ color: #fff;margin:0 0 15px 0; height: 55px; line-height: 80px; overflow: hidden;  font-size: 20px;}
.lefta{width:100%;margin:0px;float:left;}
.lefta ul li a{width:96%;display:block;font-size:18px;line-height:50px;padding:0 2%;background:#f0f0f0 url(../images/lnicon.png)no-repeat right;}
.lefta ul li a:hover{background:#f0f0f0 url(../images/lniconbottom.png)no-repeat 190px 22px;}
.r_name{display:none;width:100%;font-size:15px;line-height:40px;border-bottom: 1px solid #ddd;margin-bottom:20px;}
.condetail{width:100%;}
.weiz{width:auto;height:42px;line-height:42px;font-size:12px;background:url(/wp-content/themes/kyweixiu/images/address.png)no-repeat left center;padding-left:25px;}
.weiz a{font-size:12px;}
.details{width:96%;padding:2%}
.conbox{width:100%;float:left;position:relative;}
.cateslist1{margin:20px 0;}
.cateslist1 ul li{height:auto;margin-bottom:30px;}
.cateslist1 ul li .img{width:30%;height:100px;float:left;margin-right:2%;border-radius:8px;overflow:hidden;}
.cateslist1 ul li .img img{width:100%;height:100%;}
.txt{max-height:50px;line-height:25px;font-size:16px;color:#0063b3;overflow:hidden;}
.txt a{color:#0063b3}
.des{height:50px;font-size:12px;line-height:17px;margin-top:0px;color:#999;overflow:hidden;}
.news{width:100%;}
.news ul li{display:block;width:100%;line-height:30px;margin:15px 0;}
.news ul li h3{width:10%;display:inline;color:#0063b3;font-size:16px;font-weight:normal;}
.news ul li .nt{display:none;float:right;font-size:14px;color:#999;}

.cateslist2{width:100%;}
.cateslist2 ul li{width:48%;height:170px;margin:1% 1% 2%;float:left;}
.cateslist2 ul li a{display:block;}
.cateslist2 ul li .img2{width:100%;height:120px;border-radius:8px;overflow:hidden;}
.cateslist2 ul li .img2 img{width:100%;height:100%;}
.cateslist2 ul li .txt2{margin-top:10px;height:40px;line-height:20px;font-size:14px;overflow:hidden;}
.cateslist2 ul li a:hover{color:#56bbea}

.maininfo h1{font-size:22px;text-align:left;}
.maininfo p{color:#999;font-size:12px;text-align:left;margin-top:15px;}
.labg{background:#56b6e8;color:#fff;font-size:15px;line-height:40px;padding:0 20px;}
.medium {
	height:25px;
	float:right;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 5px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .1em 1em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.xglist ul li{line-height:25px;margin-bottom:10px;}
}