@charset "utf-8";

body {
	overflow-x: hidden;
	overflow-y: auto;
}
*{margin: 0;  
    padding: 0;
	}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei",  "Arial";
	color: #232323;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight:bold;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}

button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #262626;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0042c0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.floatleft{float:left;}
.floatright{float:right}
.textleft{text-align:left;}
.textright{text-align:right;}
.tcme{height:80px;}
.clear{ clear:both;}
.weixiu-title{text-align:center;}
.weixiu-stit{font-size:36px;line-height:72px;color:#262626}
.weixiu-sdesc{font-size:18px;line-height:36px;height:36px;color:#666666;overflow:hidden;}
.container{max-width:1200px;margin:0 auto;}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.head{position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;background:#fff;transition:all .3s;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
.logo{padding-top:15px;width:300px;transition:all .3s;float:left;}
.logo a{display:block;position:relative;overflow:hidden}
.logo img{width:100%;position:relative;z-index:100}
.nav{width:768px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;float:right;}
.nav ul li{float:left;width:128px;height:80px;transition:all .3s}
.nav ul li a{line-height:80px;display:block;text-align:center;font-size:18px;color:#262626;transition:all .3s}
.nav ul li:hover a{color:#0042c0;transition:all .3s}
.nav ul li .div1{display:none;background:#e6f3ff;width:100%;left:0px;position:absolute;top:81px;z-index:100;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);}
.nav ul li .div1 .p1{max-width:1200px;margin:0 auto;height:65px;line-height:65px}
.nav ul li .div1 .p1 a{color:#666;font-size:16px;text-transform:uppercase;display:inline-block;height:61px;line-height:61px;margin-right:20px;transition:all .3s}
.nav ul li .div1 .p1 a:hover{color:#1a1a1a;border-bottom:4px solid #f66b38;}
.mobile-menu{display:none}
.moblie_head{display:none;}
.margintop{height:80px;}
/* banner */
.czlkweixiu-banner{
	width: 100%;
	position: relative;
}
.czlkweixiu-banner img{
	width: 100%;
}
.czlkweixiu-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.czlkweixiu-banner .banner ul li{
	position: absolute
	display: none;
	height:100%;
	opacity: 0;
}

.czlkweixiu-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.czlkweixiu-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.czlkweixiu-banner .banner ul li:first-child img{
	position: relative;
}
.czlkweixiu-banner .nexImg,.czlkweixiu-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.czlkweixiu-banner .nexImg:hover,.czlkweixiu-banner .preImg:hover{
	opacity: 0.8;
}
.czlkweixiu-banner .nexImg{
	right: 0px;
}
.czlkweixiu-banner .nexImg img,.czlkweixiu-banner .preImg img{
	
	
}
.czlkweixiu-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.czlkweixiu-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.czlkweixiu-banner .jumpBtn ul li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.czlkweixiu-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

.wxxm-box{padding:40px 0;}
/*tab分类*/
.wxxm-box .wxxm-center{max-width:1200px;margin:30px auto 0;height:auto;}
.wxxm-box .wxxm-center .tabs{padding:0 10px;overflow:hidden;}
.wxxm-box .wxxm-center .tabs li{float:left;margin:3px 8px;cursor:pointer;padding:0;border-radius:2px;line-height:36px;font-size:18px;color:#262626;letter-spacing:.35px;border-bottom:3px solid #fff;}
.wxxm-box .wxxm-center .tabs li:first-child{margin-left:0}
.wxxm-box .wxxm-center .tabs li.on{color:#0042c0;border-bottom:3px solid #0042c0;font-weight:bold;}
.wxxm-box .wxxm-center .tabs li>span{display:inline-block;vertical-align:middle}
/*tab内容*/
.wxxm-box .tab-content-wrap{position:relative;margin-top:20px;height:100%;}
.wxxm-box .tab-content{transition:all .5s linear;opacity:0;z-index:-1;height:0;width:100%;overflow:hidden}
.wxxm-box .tab-content.show{height:auto;opacity:1;top:0;z-index:1}
.black-section{float:left;position:relative;padding:20px 10px}
/*大卡片*/
.wxxm-box .tab-content .black-section .tab-card-big{width:360px;position:relative;height:520px;padding:10px;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s linear;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.wxxm-box .tab-content .black-section .tab-card-big:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
.wxxm-box .tab-content .black-section :before{position:absolute;content:'';top:0;left:0;right:0;height:4px;border-radius:1px 1px 0 0}
.tabbigimg{width:100%;display:block;border-radius:8px;overflow:hidden;}
.tabbigimg img{width:100%;height:100%;}
.wxxm-box .tab-content .black-section .tab-card-big h3{text-align:center;margin-top:30px;font-size:24px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.wxxm-box .tab-content .black-section  p{margin-top:20px;font-size:16px;color:#a0a2a8;letter-spacing:.51px;line-height:26px}
.wxxm-box .tab-content .black-section span{background:#f0f0f0;margin:4px;padding:0 8px;display:block;float:left;border-radius:8px;color:#666}
.wxxm-box .tab-content .black-section span:hover{background:#0042c0;color:#fff;}
.tab-online a{display:block;text-align:center;font-size:16px;height:26px;float:left;margin:5px;}
.tab-online a .oncon{padding:0px 8px;margin-right:10px;display:block;line-height:26px;border-radius:8px;color:#fff;float:left;
background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}
/*中卡片*/
.wxxm-box .tab-content .black-section .tab-card-s+.tab-card-s{margin-top:20px}
.wxxm-box .tab-content .black-section .tab-card-s{display:block;width:360px;position:relative;height:240px;padding:10px;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s linear;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.wxxm-box .tab-content .black-section .tab-card-s:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
.tabimg{width:auto;height:240px;display:block;border-radius:8px;overflow:hidden;}
.tabimg img{width:100%;height:84%;}
.wxxm-box .tab-content .black-section .tab-card-s .wxxm-title{margin-top:15px;font-size:20px;width:340px;padding:2px 10px;position:absolute;bottom:10px;border-radius:8px;text-align:center;background:rgba(0, 0, 0, 0.5);color:#fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.weixiu-about{width:100%;padding:40px 0;position:relative;clear:both;}
.about-item{max-width:100%;margin:0 auto 0;height:500px;display:block;overflow:hidden;}
.weixiu-center{padding-top:30px;}
.inab-text-title{font-size:26px;margin-bottom:30px;z-index:9;position:relative;}
.inab-text-desc{font-size:18px;line-height:40px;z-index:9;position:relative;}
.inabout-text1{width:48%;padding-left:2%;height:200px;padding-top:150px;background:#e5e5e5;position:relative;
background:-webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ffffff));
background:-moz-linear-gradient(top,  #f5f5f5,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff');	
}
.inabout-text1 b{color:#0042c0;font-size:39px}
.inablbg{height:700px;width:500px;background:#f7f7f7;border-radius:50%;position:absolute;left:-180px;top:-25%;z-index:0;}
.inabrbg{height:700px;width:500px;background:#fdfdfd;border-radius:50%;position:absolute;right:-180px;top:-25%;z-index:0;}
.inabout-img1{width:50%;height:500px;}
.inabout-img1 img{width:100%;height:100%;}
.inabout-text2{width:40%;padding-right:10%;height:280px;padding-top:120px;background:#e5e5e5;position:relative;}
.inabout-img2{width:50%;height:500px;}
.inabout-img2 img{width:100%;height:100%;}

.site-footer {position:relative;font-size: 14px; line-height: 1.8; color: #a8aaba; background: #32333b;}
.site-footer a { color: #a8aaba;}
.site-footer a:hover { color: #00a7f6 !important;}
.site-footer .footer-article { padding: 30px 0 20px; overflow: hidden;}
.site-footer .contact { float: left; width: 280px;}
.site-footer .contact dt { width: 90px;}
.site-footer .contact .iconfont { width: 66px;height:110px; display: block;float: left;background: url(../images/kefu.png) center center no-repeat;background-size: 55px;}
.site-footer .contact .text { font-size: 14px; line-height: 30px; color: #fff;}
.site-footer .contact a { display: block; width: 90px; font-size: 14px; line-height: 30px; color: #9b9ea0; text-align: center; border: 1px solid #9b9ea0; border-radius: 4px;}
.site-footer .contact a:hover { color: #fff !important;}
.site-footer .allweixiu-article { float: left; width: 211px;margin-left:30px;}
.site-footer .allweixiu-article dt { margin-bottom: 15px; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .allweixiu-article dd { margin-bottom: 8px; overflow: hidden;}
.site-footer .allweixiu-article dd a {font-size: 14px; color: #9b9ea0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.site-footer .allweixiu-article2 { float: left; width: 640px;margin-left:30px;}
.site-footer .allweixiu-article2 dt { margin-bottom: 15px;width:100%; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .allweixiu-article2 dd { margin-bottom: 8px;overflow: hidden;width:152px;margin-right:6px;float:left;}
.site-footer .allweixiu-article2 dd a {font-size: 14px; color: #9b9ea0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.footer-links { padding: 10px 0; border-top: 1px solid #41424c; border-bottom: 1px solid #41424c;}
.footer-links p { font-size: 14px; color: #a8aaba;}
.footer-links a { margin-right: 20px; font-size: 12px; color: #a8aaba;}
.footer-info .info-text { padding: 20px 0; font-size: 12px; text-align: center;}
.footer-info .info-text .nav-bottom { padding: 20px 0 5px; font-size: 14px; color: #ccc; text-align: center;}
.footer-info .info-text .nav-bottom a { padding: 0 8px; color: #9b9ea0;}
.footer-info .info-text .copyright { padding-top: 5px;}
.footer-info .info-text em { padding: 0 8px;}
.fab{width:100%;margin-bottom:30px;height:40px;}
.fabl{float:left;width:50%;}
.fabr{float:left;width:50%;}
.cloud-footer-feature {
    width:1200px;
	margin:0 auto;
    height: 120px;
    border-bottom: 1px solid #414b51;
}


.cloud-footer-feature ul li  {
    white-space: nowrap; float: left;
	width:220px;
    display: block;
    line-height: 120px;
    padding-left:80px;
    background-repeat: no-repeat;
    background-position:10px center;
    font-size: 1.1rem;
    color: #fff;
	overflow: hidden;
}

.feature-item001 {
    background-image: url("../images/icon-item001.png")
}

.feature-item002 {
    background-image: url("../images/icon-item002.png")
}

.feature-item003 {
    background-image: url("../images/icon-item003.png")
}

.feature-item004 {
    background-image: url("../images/icon-item004.png")
}
.wxshowtitle{
	padding:40px 0 0px;
	background: #fff;background:-webkit-gradient(linear, left top, right bottom, from(#f0f0f0), to(#ffffff));
background:-moz-linear-gradient(top,  #f0f0f0,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}
.wxshow {
	width: 100%;
	height: 405px;
	overflow:hidden;
	padding:40px 0;
	background: #fff;background:-webkit-gradient(linear, left top, right bottom, from(#f0f0f0), to(#ffffff));
background:-moz-linear-gradient(top,  #f0f0f0,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}

.wxshow .wxshow-left {
	width: 250px;
	padding: 240px 10px 0 0px;
	float: left;
}

.wxshow .wxshow-left h3 {
	color: #262626;
	font-weight: normal;
	font-size: 42px;
	line-height:84px;
	padding-bottom: 40px;
	position: relative;
}

.wxshow .wxshow-left h3:before {
	content: "";
	position: absolute;
	width: 208px;
	height: 5px;
	background: #0042c0;
	border-radius: 3px;
	left: 0px;
	bottom: 25px;
	background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}

.wxshow .wxshow-left p {
	color: #828b9f;
	padding-bottom: 40px;
	font-size: 24px;
}

.wxshow .wxshow-left a {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #0042c0;
	border-radius: 5px;
	font-size:22px;
	text-align: center;
	background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}

.wxshow .wxshow-right .wxshow-list {
	float: left;
	width: 300px;
	padding-top: 30px;
}

.wxshow .wxshow-right .wxshow-list ul li {
	width: 300px;
	height: 295px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.wxshow .wxshow-right .wxshow-list ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);}
.wxshow .wxshow-right .wxshow-list ul li .list_pic {
	width: 300px;
	height: 170px;
	border-radius:8px;overflow:hidden;
}
.wxshow .wxshow-right .wxshow-list ul li .list_pic img{width:100%;height:100%;}

.wxshow .wxshow-right .wxshow-list ul li h4 {
	font-weight: normal;
	color: #081232;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 20px;
}

.wxshow .wxshow-right .wxshow-list ul li p {
	color: #828b9f;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.picMarquee-left{margin-top:50px;}
.picMarquee-left ul li {
	width: 300px;
	height: 295px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);padding:10px;
}
.picMarquee-left ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);}
.picMarquee-left ul li .pic {
	width: 300px;
	height: 170px;
	border-radius:8px;overflow:hidden;
}
.picMarquee-left ul li .pic img{width:100%;height:100%;}

.picMarquee-left ul li .title a{
	font-weight: normal;
	color: #081232;
	padding-top: 20px;
	font-size: 20px;display:block;text-align:center;
}

.picMarquee-left ul li p {
	color: #828b9f;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}




.wxshow .wxshow-right .wxshow-list.list2 {
	padding: 130px 20px 0 20px;
}

.weixiufuwu{width:100%;padding:40px 0;background:-webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f1f1f1));
background:-moz-linear-gradient(top,  #ffffff,  #f1f1f1);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');}
.wxfw-center{max-width:1200px;margin:30px auto 30px;height:380px;}
.wxfw-center a{background:#009cfa;display:block;border-radius:8px;padding:0 20px;font-size:16px;color:#fff;background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');}
.wxfw-left{width:49%;float:left;background:#fff;height:380px;margin-right:1%;border-radius:10px;overflow:hidden;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
.wxfl-left-title{font-size:18px;line-height:36px;padding-left:20px;background:#0042c0;color:#fff;
background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}
.wxfw-center ul li:hover{transform:scale(1.4);color:#0042c0;transition:all .3s}
.wxfw-left p{padding:2% 3% 0;clear:both;font-size:12px;color:#999}
.wxfw-left ul{padding:2%;width:96%;}
.wxfw-left ul li{float:left;background:#f0f0f0;border-radius:8px;margin:4px;padding:1px 6px;}
.monline1{float:left;background:#f0f0f0;border-radius:8px;margin:4px;padding:1px 6px;}
.monline2{float:left;background:#f0f0f0;border-radius:8px;margin:10px 8px;padding:1px 6px;}
.wxfw-right{width:49%;float:left;background:#fff;height:380px;margin-left:1%;border-radius:10px;overflow:hidden;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
.wxfl-right-title{font-size:18px;line-height:36px;padding-left:20px;background:#0042c0;color:#fff;
background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}
.wxfw-right p{padding:2% 3% 0;clear:both;font-size:12px;color:#999}
.wxfw-right ul{padding:2%;width:96%;}
.wxfw-right ul li{float:left;background:#f0f0f0;border-radius:8px;margin:10px 8px;padding:1px 6px;}

#weixiu-news-section {
	width: 100%;
	padding: 30px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.weixiu-news-center {
	max-width: 1200px;
	margin:40px auto;
}
.weixiu-news-tab {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-size: 20px;
	color: #666
}
.news-tab-list {
	width: 332px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.news-tab-list li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	cursor: pointer;
}
.news-tab-list li.newson {
	color: #0042c0;
	font-weight: bold;
}
.news-tab-list p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 1px solid #0042c0;
	overflow: hidden;
	text-align: center;
}
.news-tab-list b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #0042c0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst .new_list_cn {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin-top: 30px;
}
.new-wrap .show {
	display: block;
}
.new_cnlf {
	width: 350px;
	float: left;
	padding:5px;
	margin:5px;
	border-radius:8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.newlf_img{width:350px;height:155px;}
.newlf_img img{width:100%;height:100%;}
.newlf_tel a {
	color: #262626;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: block;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
width:100%;
}
.new_cnlf:hover .new_rq{color:#0042c0;	background:#f0f0f0;}
.new_cnlf:hover a{
	color: #0042c0
}
.new_cnlf:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);}
.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 85px;
	overflow: hidden;
	width:100%;
}
.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}
.newrf_lst dd {
	width: 369px;
	height: 86px;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
	border-radius:8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.new_rq {
	width: 65px;
	height: 65px;
	background: #f5f5f5;
	float: left;
	text-align: center;
	color: #999;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	padding-top: 4px;
}
.newrf_tx {
	float: left;
	width: 270px;
	margin-top:4px;
}
.newrf_tx a {
	color: #262626;
	font-size: 16px;
	display: block;
	line-height: 28px;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.newrf_tx span {
	font-size: 12px;
	color: #999;
	height: 48px;
	line-height:24px;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newrf_lst dd:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.newrf_lst dd:hover .newrf_tx a {
	color: #0042c0;
}
.newrf_lst dd:hover .new_rq {
	color:#0042c0;
	background:#f0f0f0;
}

.mr0 {
	margin-right: 0px;
}
.contactbox{width:100%;padding:30px 0 0;}
.contact-item{max-width:100%;margin:0 auto 0;height:500px;display:block;overflow:hidden;}
.contact-img1{width:50%;height:500px;}
.contact-img1 img{width:100%;height:100%;}
.contact-text1{width:30%;padding-left:20%;height:200px;padding-top:150px;background:#e5e5e5;position:relative;
background:-webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ffffff));
background:-moz-linear-gradient(top,  #f5f5f5,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff');	
}
.contactrbg{height:700px;width:400px;background:#fdfdfd;border-radius:50%;position:absolute;right:-180px;top:-25%;z-index:0;}
.contact-item ul li{font-size:22px;line-height:40px;z-index:9;position:relative;}
.weixiu-listnews{width:100%;height:100%;display:block;padding:40px 0;}
.weixiu-list-info{max-width:1200px;margin:30px auto;background:#fff;}
.weixiu-list-info ul li{width:92%;margin:15px 1%;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);padding:2%;border-radius:8px;transition:.3s ease-out;display:inline-block;vertical-align:middle;}
.weixiu-list-info ul li:hover{transform:translate(2%,0);width:90%;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);}
.weixiu-list-info ul li:hover a{color:#0042c0}

.weixiu-list-info .listinfo-title{font-size:20px;line-height:40px;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.weixiu-list-info .listinfo-desc{font-size:16px;line-height:32px;color:#565656;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.weixiu-list-info .listinfo-time{font-size:12px;line-height:24px;color:#868686}
.page{clear:both;padding:30px;max-width:1000px;height:30px;}
.page li {float:left;padding:5px 10px;background:#f1f1f1;margin:0 5px;display:block;}
.page .thisclass{background:#00a5f2;color:#fff;}

.weixiu-item-title{width:100%;height:150px;background:#0042c0}
.item-title{font-size:32px;text-align:center;line-height:120px;color:#fff;width:50%;float:left;}
.item-title a{color:#fff;}
.item-title a:hover{color:#fadb14}
.weixiu-item-content{max-width:1100px;margin:-30px auto 0;background:#fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);border-radius:8px;padding:2%;font-size:16px;line-height:32px;}
.weixiu-item-content strong ,.weixiu-item-content b {color:#ff0000;}
.weixiu-item-content h3{font-size:16px;}
.weixiu-item-content p{margin-bottom:10px;}
.weixiu-item-list{max-width:1200px;margin:30px auto;}
.weixiu-item-list ul li{width:380px;height:236px;margin:10px;float:left;display:block;border-radius:8px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.weixiu-item-list ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);}
.item-list-img{width:376px;height:196px;overflow:hidden;padding:2px;}
.item-list-img img{width:100%;height:100%;border-radius:8px;}
.item-list-title{font-size:18px;line-height:36px;text-align:center;font-weight:normal;}
.weixiu-article{max-width:1100px;margin:-30px auto 0;background:#fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);border-radius:8px;padding:1%;font-size:16px;line-height:32px;}
.article-top{padding:0 2% 10px;background:#f0f0f0;margin-bottom:10px;border-radius:8px;text-align:center;}
.weixiu-article-title{font-size:36px;line-height:72px;}
.article-info{font-size:14px;line-height:20px;}
.article-info span{margin-right:20px;}
.article-info .ais1{background:url(../images/time.png)no-repeat center left;padding-left:25px;}
.article-info .ais2{background:url(../images/author.png)no-repeat center left;padding-left:25px;}
.weixiu-article-content{font-size:16px;line-height:32px;padding:0 2%;}
.weixiu-article-content p, .weixiu-article-content div {margin-bottom:10px;}
.weixiu-article-content img{max-width:94%;margin:0 3%}
.weixiu-article-content table{font-size:16px;width:98%;margin:1%;border:2px solid #e0e0e0;border-collapse:collapse;}
.weixiu-article-content table th,td{border:2px solid #e0e0e0;padding:1%;}
.weixiu-article-content table th{background:#f1f1f1;color:#333;font-weight:normal;}
.article-pre-next{font-size:18px;height:80px;line-height:80px;}
.article-prev{width:46%;margin:0 1%;padding:0 1%;float:left;background:#f0f0f0;}
.article-next{width:46%;margin:0 1%;padding:0 1%;float:left;background:#f0f0f0;}
.itemcontact{display:block;float:right;text-align:center;width:40%;background:#fadb14;height:42px;margin:39px 5%;border-radius:6px;}
.itemcontact a{height:42px;line-height:42px;font-size:16px;text-align:center;background:#0042c0 url(../images/item-contact.gif) no-repeat center;padding:0px 20px;display:block;border-radius:6px;}
.itemcontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.mob_itemcontact{display:none;float:right;text-align:center;width:40%;background:#fadb14;height:42px;margin:39px 5%;border-radius:6px;}
.mob_itemcontact a{height:42px;line-height:42px;font-size:16px;text-align:center;background:#fadb14 url(../images/tel.gif) no-repeat center;padding:0px 20px;display:block;border-radius:6px;}
.mob_itemcontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.weixiu-about-section{width:100%;}
.weixiu-about-top1{width:100%;background:#0042c0;background-image: radial-gradient(#2162cc 10%, #2162cc 60% ,#1451c6 100%);}
.weixiu-about-toptitle{text-align:center;color:#fff;height:500px;line-height:500px;font-weight:bold;font-size:150px;background:rgba(0,0,0, 0.3);text-shadow:5px 4px 10px #555;}
.weixiu-about-top2{background:url(../images/wxabbg.jpg) no-repeat center;height:500px;}
.weixiu-about-center{width:100%;height:auto;padding:40px 0;margin:0 auto;background:#f5f7fa;display:block;}
.wxabc1{max-width:1000px;margin:10px auto 30px;padding:10px 0; background:#fff;color:#0042c0;border-radius:8px;font-size:36px;line-height:72px;text-align:center;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
.wxabc1 p{font-size:26px;line-height:52px;}
.pro_recommend {
	max-width: 1200px;
	margin: 0 auto;
}
.pro_recommend ul {
	width: auto;
	border:1px solid #f0f0f0;
	height:440px;
	margin:20px 0;
	background: #fff;
	border-radius:8px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.pro_recommend ul li {
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 318px;
	height: 219px;
	background: #fff;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	border-radius:8px;
}
.pro_recommend ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);}
.pro_recommend ul li a{display: block;
	width: 100%;
	height: 100%;
	position: absolute;}
.pro_recommend ul li:first-child {
	border: none;
	width: 279px;
	height: 440px;
	border-right: 1px solid #f0f0f0;
}

.pro_recommend ul li:nth-child(2) {
	float: right;
	border: none;
	width: 280px;
	height: 440px;
}
.pro_recommend ul li img {
	position: absolute;
	width: 180px;
	height: 180px;
	bottom: 0;
	right: -40px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

.pro_recommend ul li:first-child img {
	width: 240px;
	height: 240px;
}

.pro_recommend ul li:nth-child(2) img {
	width: 240px;
	height: 240px;
}

.pro_recommend ul li .item-text {
	position: absolute;
	top: 30px;
	left: 30px;
}

.pro_recommend ul li .item-text strong {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.pro_recommend ul li .i-p-hot {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/icon_hot.png) no-repeat;
}
.pro_recommend ul li:hover .item-text {
	color:#0042c0;
}
.pro_recommend ul li:hover .item-img {
	right: -20px;
}
.czlktag{max-width:1200px;margin:0 auto;}
.czlktag div{float:left;margin-right:15px;line-height:34px;}
.article-tag{padding:2%;font-size:14px;}
.article-tag span{margin-right:16px;}
.inbox{height:40px;margin:5px 0;}
/*PC隐藏微信*/
 .tan{
        width:80%;
        height:180px;
        background-color:#e8e8e8;
        position:fixed;
        left:10%;
        top:40%;
        display:none;
        z-index: 200;
    }
 
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
.nav ul li .a1{font-size:14px}
.nav ul li .div1 .p1 a{font-size:12px}
.foot_top ul{margin-left:60px}
.nav ul li .div1 .p1{width:58.1%}
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
.tcme{height:45px;}
.head{display:none}
.moblie_head{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .mlogo{padding-top:4px;padding-left:5%;float:left;}
.moblie_head .mlogo img{height:36px}
.moblie_head .mnav{display:block;position:relative;padding-right:5%;padding-top:10px;float:right;}
.moblie_head .mnav img{height:22px;vertical-align:top;}
.mobile-menu{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.mobile-menu .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.mobile-menu .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.mobile-menu .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.mobile-menu .div3 ul{padding-left:5%;padding-right:5%}
.mobile-menu .div3 ul li{border-bottom:1px solid #232530}
.dlink{width:45%;float:left;}
.mobile-menu .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.mobile-menu .div3 ul li .down-a{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.mobile-menu .div3 ul li .down-a_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.mobile-menu .div3 ul li .down-menu{display:none;background:#232530;border-radius:8px;}
.mobile-menu .div3 ul li .down-menu a{height:40px;line-height:40px;font-size:16px}
}
@media screen and (max-width:768px) {
	/*tab分类*/
.wxxm-box .wxxm-center{max-width:1200px;margin:30px auto 0;height:auto;}
.wxxm-box .wxxm-center .tabs{width:28%;float:left;padding:0 0 0 1%;overflow:hidden;}
.wxxm-box .wxxm-center .tabs li{float:left;margin:3px 0;cursor:pointer;padding:0;border-radius:2px;line-height:24px;font-size:15px;color:#262626;letter-spacing:.35px;border-bottom:3px solid #fff;}
.wxxm-box .wxxm-center .tabs li:first-child{margin-left:0}
.wxxm-box .wxxm-center .tabs li.on{color:#0042c0;border-bottom:3px solid #0042c0;font-weight:bold;}
.wxxm-box .wxxm-center .tabs li>span{display:inline-block;vertical-align:middle}
/*tab内容*/
.wxxm-box .tab-content-wrap{float:left;width:67%;padding:0 1%;position:relative;margin-top:0px;height:100%;}
.wxxm-box .tab-content{transition:all .5s linear;opacity:0;z-index:-1;height:0;width:100%;overflow:hidden}
.wxxm-box .tab-content.show{height:auto;opacity:1;top:0;z-index:1}
.black-section{float:left;position:relative;padding:20px 10px}
/*大卡片*/
.wxxm-box .tab-content .black-section .tab-card-big{width:98%;position:relative;height:auto;padding:1%;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s linear;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.wxxm-box .tab-content .black-section .tab-card-big:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
.wxxm-box .tab-content .black-section :before{position:absolute;content:'';top:0;left:0;right:0;height:4px;border-radius:1px 1px 0 0}
.tabbigimg{width:100%;max-height:150px;display:block;border-radius:8px;overflow:hidden;}
.tabbigimg img{width:100%;max-height:150px;}
.wxxm-box .tab-content .black-section .tab-card-big h3{text-align:center;margin-top:10px;font-size:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.wxxm-box .tab-content .black-section  p{margin-top:10px;font-size:14px;color:#a0a2a8;letter-spacing:.51px;line-height:22px}
.wxxm-box .tab-content .black-section span{background:#f0f0f0;margin:4px;padding:0 8px;display:block;float:left;border-radius:8px;color:#666}
.wxxm-box .tab-content .black-section span:hover{background:#0042c0;color:#fff;}
.tab-online a{display:block;text-align:center;font-size:16px;height:22px;float:left;margin:5px;}
.tab-online a .oncon{padding:0px 8px;margin-right:10px;display:block;line-height:26px;border-radius:8px;color:#fff;float:left;
background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}
/*中卡片*/
.wxxm-box .tab-content .black-section .tab-card-s+.tab-card-s{margin-top:10px}
.wxxm-box .tab-content .black-section .tab-card-s{display:block;width:48%;position:relative;height:auto;margin-top:10px;padding:1% 1%;float:left;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:.2s linear;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.wxxm-box .tab-content .black-section .tab-card-s:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
.tabimg{width:auto;max-height:130px;display:block;border-radius:8px;overflow:hidden;}
.tabimg img{width:100%;height:100%;}
.wxxm-box .tab-content .black-section .tab-card-s .wxxm-title{margin-top:15px;font-size:12px;width:98%;padding:2px 1%;position:absolute;bottom:10px;border-radius:8px;text-align:center;background:rgba(0, 0, 0, 0.5);color:#fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	/*手机站微信*/
    .tan{
        width:80%;
        height:auto;
        background-color:#e8e8e8;
        position:fixed;
        left:10%;
        top:40%;
        display:none;
        z-index: 200;
		border-radius: 10px;
    }
    .kuang{
        height:auto;
        text-align:center;
        padding: 15px 0;
    }
	.kuang b{font-size:16px;}
    .txtcss{
        color:red;
        font-weight:800;
        font-size:20px;
    }
    .copy{
        font-size: 16px;
        background-color: #5AD700;
		width:50%;margin:10px 25%;
        text-align:center;
		color: black;
        border-radius: 5px;
    }
    .copy a{color: white;}
    .guanbi{
        text-align:center;
        position:absolute;
		right:20px;
		top:10px;
		font-size:20px;
		
    }
	.weixiu-about-top1{width:100%;background:#0042c0;height:300px; background-image: radial-gradient(#2162cc 10%, #2162cc 60% ,#1451c6 100%);position:relative;}
.weixiu-about-toptitle{text-align:center;height:300px;line-height:300px;color:#fff;font-weight:bold;font-size:30px;}
.weixiu-about-top2{background:url(../images/wxabbg.jpg) no-repeat center;height:300px;}
	.article-top{padding-bottom:10px;background:#f0f0f0;margin-bottom:10px;border-radius:8px;text-align:left;}
.weixiu-article-title{font-size:26px;line-height:46px;}
.article-info{font-size:12px;}
.article-pre-next{font-size:18px;height:46px;line-height:46px;}
.article-prev{width:96%;margin:1%;padding:0 1%;float:left;background:#f0f0f0;}
.article-next{width:96%;margin:1%;padding:0 1%;float:left;background:#f0f0f0;}
.itemcontact{display:none;float:right;text-align:center;width:40%;background:#fadb14;height:42px;margin:39px 5%;border-radius:6px;}
.itemcontact a{height:42px;line-height:42px;font-size:16px;text-align:center;background:#fadb14 url(../images/item-contact.gif) no-repeat center;padding:0px 20px;display:block;border-radius:6px;}
.itemcontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.mob_itemcontact{display:block;float:right;text-align:center;width:40%;background:#fadb14;height:42px;margin:39px 5%;border-radius:6px;}
.mob_itemcontact a{height:42px;line-height:42px;font-size:16px;text-align:center;background:#fadb14 url(../images/tel.gif) no-repeat center;padding:0px 20px;display:block;border-radius:6px;}
.mob_itemcontact:hover{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 8 20px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.item-title{font-size:26px;}
.weixiu-item-list{max-width:1200px;margin:30px auto;}
.weixiu-item-list ul li{width:48%;height:168px;margin:1%;float:left;display:block;border-radius:8px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.weixiu-item-list ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);}
.item-list-img{width:100%;height:136px;overflow:hidden;padding:0px;}
.item-list-img img{width:100%;height:100%;border-radius:8px;}
.item-list-title{font-size:16px;line-height:32px;text-align:center;font-weight:normal;}
		.weixiu-stit{font-size:26px;line-height:52px;color:#262626}
.weixiu-sdesc{font-size:16px;line-height:32px;color:#666666}
	.czlkweixiu-banner{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.czlkweixiu-banner .banner ul li img{
		width: 100%;
		height:250px;
		position: absolute;
		left: 0;
		margin-left: -0;
	}
	.wxfw-left{width:98%;float:left;background:#fff;height:auto;margin:2% 1%;}
	.wxfw-right{width:98%;float:left;background:#fff;height:auto;margin:2% 1%;}
	.black-section{width:98%;float:left;position:relative;padding:0 1%}

.news-tab-list {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.news-tab-list li {
	width: 50%;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "寰蒋闆呴粦";
	cursor: pointer;
}
.news-tab-list p {
	position: absolute;
	top: 34px;
	left:0;
	width: 50%;
	height: 7px;
	border-top: 1px solid #0042c0;
	overflow: hidden;
	text-align: center;
}
.new_lst {
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst ul {
	position: relative;
	left: 0px;
}
.new_cnlf {
	width:96%;
	float: left;
	margin:1%;
	padding:1%;
	border-radius:8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.newlf_img{width:100%;height:155px;}
.new_cnrf {
	float: right;
	width:98%;
	margin:1%;
}
.newrf_lst dd {
	width: 100%;
	height:85px;
	display:block;
	float: left;
	margin:10px 0;
	border-radius:8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.new_rq {
	width:20%;
	height:65;
	background: #f5f5f5;
	float: left;
	text-align: center;
	color: #999;
	margin:10px 1%;
	font-family: Arial, Helvetica, sans-serif;
}
.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	padding-top: 4px;
}
.newrf_tx {
	float: left;
	width: 76%;
	margin-top:4px;
}

.weixiu-about{width:100%;padding:40px 0;position:relative}
.about-item{max-width:100%;margin:0px auto;height:100%;display:block;}
.inab-text-title{font-size:22px;margin-bottom:10px;z-index:9;position:relative;color:#fff;}
.inab-text-desc{font-size:16px;line-height:36px;z-index:9;position:relative;color:#fff;}
.inabout-text1{width:90%;padding:5%;height:auto;background:#009cfa;position:relative;text-align:left;}
.inabout-text1 b{color:#fff;font-size:39px}
.inablbg{height:100%;width:200%;background:#009cfa;border-radius:50%;position:absolute;top:-20%;left:-10%;z-index:0;}
.inabrbg{height:100%;width:200%;background:#009cfa;border-radius:50%;position:absolute;top:-20%;right:-10%;z-index:0;}
.inabout-img1{width:100%;height:auto;}
.inabout-img1 img{width:100%;height:100%;}
.inabout-text2{width:98%;padding:1%;height:280px;background:#009cfa;position:relative;}
.inabout-img2{width:100%;height:400px;}
.inabout-img2 img{width:100%;height:100%;}

.contactbox{width:100%;padding:0px 0;}
.contact-item{max-width:100%;margin:0px auto;height:100%;display:block;}
.contact-img1{width:100%;height:auto;}
.contact-img1 img{width:100%;height:100%;}
.contact-text1{width:90%;padding:2% 5%;height:auto;background:#009cfa;position:relative;text-align:left;}
.contactrbg{height:100%;width:200%;background:#009cfa;border-radius:50%;position:absolute;top:-30%;right:-10%;z-index:0;}
.contact-item ul li{font-size:22px;line-height:40px;z-index:9;position:relative;color:#fff;}

.site-footer {display:none;}
.site-footer a { color: #a8aaba;}
.site-footer a:hover { color: #00a7f6 !important;}
.site-footer .footer-article { padding: 30px 0 20px; overflow: hidden;}

.site-footer .contact {display:none;}
.site-footer .allweixiu-article { float: left; width:98%;margin:0px 1%;}
.site-footer .allweixiu-article dt { margin-bottom: 15px; font-size: 16px;padding-left:2%;font-weight: normal; color: #d7d8d9;}
.site-footer .allweixiu-article dd { margin-bottom: 8px; overflow: hidden;width:46%;padding:0 2%;float:left;}
.site-footer .allweixiu-article dd a {font-size: 14px; color: #9b9ea0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.footer-related {position:relative;clear:both;}
.site-footer .allweixiu-article2 { float: left; width:100%;margin:1%;}
.site-footer .allweixiu-article2 dt { margin-bottom: 15px;padding-left:2%; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .allweixiu-article2 dd { margin-bottom: 8px;overflow: hidden;width:46%;margin:0;padding:1% 2%;float:left;}
.site-footer .allweixiu-article2 dd a {font-size: 14px; color: #9b9ea0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.footer-links { padding: 10px 2%; border-top: 1px solid #41424c; border-bottom: 1px solid #41424c;}
.footer-links p { font-size: 14px; color: #a8aaba;}
.footer-links a { margin-right:10px; font-size: 12px; color: #a8aaba;}
.footer-info .info-text { padding: 20px 2%; font-size: 12px; text-align:left;}
.footer-info .info-text .nav-bottom { padding: 20px 0 5px; font-size: 14px; color: #ccc;}
.footer-info .info-text .nav-bottom a { padding: 0 8px; color: #9b9ea0;}
.footer-info .info-text .copyright { padding-top: 5px;}
.footer-info .info-text em { padding: 0 8px;}
.fab{width:100%;margin-bottom:30px;height:40px;}
.fabl{float:left;width:50%;}
.fabr{float:left;width:50%;}
.cloud-footer-feature {
    width:100%;
	margin:0 auto;
    height: 80px;
    
}


.cloud-footer-feature ul li  {
    white-space: nowrap; float: left;
	width:auto;
    display: block;
    line-height: 80px;
    padding-left:80px;
    background-repeat: no-repeat;
    background-position:10px center;
    font-size: 1.1rem;
    color: #fff;border-bottom: 1px solid #414b51
}
.wxshowtitle{
	padding:40px 0 0px;
	background: #fff;background:-webkit-gradient(linear, left top, right bottom, from(#f0f0f0), to(#ffffff));
background:-moz-linear-gradient(top,  #f0f0f0,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}
.wxshow {
	width: 100%;
	height: 100%;
	display:table;
	padding:0px 0 40px;
	background: #fff;background:-webkit-gradient(linear, left top, right bottom, from(#f0f0f0), to(#ffffff));
background:-moz-linear-gradient(top,  #f0f0f0,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}

.wxshow .wxshow-left {
	width: 100%;
	padding:0px;
	float: left;
}

.wxshow .wxshow-left h3 {
	color: #262626;
	font-weight: normal;
	font-size:24px;
	line-height:48px;
	padding-bottom:30px;
	text-align:center;
	position: relative;
}

.wxshow .wxshow-left h3:before {
	content: "";
	position: absolute;
	width: 40%;
	margin:0 30%;
	height: 5px;
	background: #0042c0;
	border-radius: 3px;
	left: 0px;
	bottom: 25px;
	background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}

.wxshow .wxshow-left p {
	color: #828b9f;
	padding-bottom:30px;
	font-size: 20px;
	text-align:center;
}

.wxshow .wxshow-left a {
	display: block;
	margin:0 auto;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #0042c0;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	background:-webkit-gradient(linear, left top, right bottom, from(#0042c0), to(#009cfa));
background:-moz-linear-gradient(top,  #0042c0,  #009cfa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0042c0', endColorstr='#009cfa');
}

.wxshow .wxshow-right .wxshow-list {
	float: left;
	width:98%;
	padding:20px 1% 0;
}
.wxshow .wxshow-right .wxshow-list:nth-child(2){float:left;}
.wxshow .wxshow-right .wxshow-list ul li {
	width:100%;
	height: auto;
	padding-bottom:10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.wxshow .wxshow-right .wxshow-list ul li .list_pic {
	width: 100%;
	height: 160px;
}
.wxshow .wxshow-right .wxshow-list ul li .list_pic img{width:100%;height:100%;}

.wxshow .wxshow-right .wxshow-list ul li h4 {
	font-weight: normal;
	color: #081232;
	padding-top: 10px;
	padding-left: 20px;
	font-size:18px;
}

.wxshow .wxshow-right .wxshow-list ul li p {
	color: #828b9f;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.wxshow .wxshow-right .wxshow-list.list2 {
	padding:20px 1% 0;
}

.pro_recommend ul {
	width: auto;
	border:0px solid #f0f0f0;
	height:auto;
	margin:20px 0;
	background: #fff;
	border-radius:8px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.pro_recommend ul li {
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 48%;
	margin:1%;
	height: 219px;
	border-right: 0px solid #f0f0f0;
	border-bottom: 0px solid #f0f0f0;
	display: block;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	border-radius:8px;
}
.pro_recommend ul li:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);}
.pro_recommend ul li a{display: block;
	width: 100%;
	height: 100%;
	position: absolute;}
.pro_recommend ul li:first-child {
	border: none;
	width: 48%;
	margin:1%;
	height: 300px;
	border-right: 0px solid #f0f0f0;
}

.pro_recommend ul li:nth-child(2) {
	float: right;
	border: none;
	width: 48%;
	margin:1%;
	height: 300px;
}
.pro_recommend ul li img {
	position: absolute;
	width:auto;
	height:85%;
	bottom: 0;
	right: -40px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

.pro_recommend ul li:first-child img {
	width:auto;
	height:85%;
}

.pro_recommend ul li:nth-child(2) img {
	width:auto;
	height:85%;
}

.pro_recommend ul li .item-text {
	position: absolute;
	top: 30px;
	left: 30px;
}

.pro_recommend ul li .item-text strong {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.pro_recommend ul li .i-p-hot {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/icon_hot.png) no-repeat;
}
.pro_recommend ul li:hover .item-text {
	color:#0042c0;
}
.pro_recommend ul li:hover .item-img {
	right: -20px;
}

}


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

.czlkwxzxboxcenter{float:left;width:200px;height:auto;}
.czlkwxzxboxul{border:1px solid #0042c0;padding:10px 0 30px;background:#fbfbfb;height:auto;border-radius:10px;}
.czlkwxzxboxul li{text-align:center;margin-bottom:10px;font-size:15px;}
.czlkwxzxboxul li span{color:#0042c0;font-size:18px;}
.czlkwxzxboxul .weixin{height:130px;font-weight:bold;}
.czlkwxzxboxul .weixin img{height:130px;}
.czlkwxzxboxul li .plx {display:block;font-weight:bold;}
.czlkwxzxboxul li .mlx{display:none;}
.czlkwxzxboxul li.czlkwxzxcontact {width:160px;border-radius:6px;margin:0 auto 10px;padding:0 10px;overflow:hidden;background:#ffffff}
.czlkwxzxboxul li.czlkwxzxcontact img{width:100%;height:42px;}

@media screen and (max-width: 1000px) {
.czlkwxzxbox{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;}

.czlkwxzxboxcenter{float:left;width:100%;color:#fff;}
.czlkwxzxboxul li.czlkwxzxcontact {width:23.8%;height:42px;line-height:42px;padding:0.5%;margin:0.1%;float:left;border-radius:6px;}
.czlkwxzxboxul li.czlkwxzxcontact img{width:100%;height:42px;}
.czlkwxzxboxul{border:0px solid #0042c0;padding:0px;margin:0;height:42px;line-height:42px;background:#fff;}
.czlkwxzxboxul li{text-align:center;width:23.8%;border-radius:5px;background:#0042c0;height:42px;line-height:42px;padding:0.5%;float:left;margin:0.1%;font-size:18px;}
.czlkwxzxboxul li a{color:#fff;display:block;}
.czlkwxzxboxul li span{color:#fff;font-size:18px;}
.czlkwxzxboxul .weixin{height:130px;display:none;}
.czlkwxzxboxul .weixin img{height:130px;}
.czlkwxzxboxul li .plx {display:none;}
.czlkwxzxboxul li .mlx{display:block;font-weight:bold;}
}
