@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;
}

/****header****/
.headtop {
	height: 45px;
	line-height: 45px;
	background:url(../images/bj5.jpg) center center;
	overflow: hidden;
	color: #fff;
	font-size:18px;
}
.toptel {
	text-align: right;
	padding-right:10px;
}
.toptel strong{ color:#ff0; font-size:22px;}
.logo {
	float: left;
	padding-top: 28px;
}
.logo .brand {
	position: relative;
	display: block;
	float: left;
	height: 66px;
	margin-right: 2em;
}
.logo .brand img {
	height: 100%;
}

.logo .text {
	float: right;
	height: 100%;
	padding-top: 10px;
}
.logo .text em {
	font-style: normal;
	line-height: 22px;
	display: block;
}
.navbar {
	float: right;
}
.navbar .nav>li {
	position: relative;
	display: block;
	float: left;
}
.navbar .nav>li:first-child a {
	padding: 48px 20px;
}
.navbar .nav>li>a {
	font-weight: bold;
	position: relative;
	display: block;
	padding: 48px 20px;
	font-size: 16px;
}
.navbar .nav>li:hover .box {
	display: block;
}
.navbar .nav>li:hover>a {
	color: #fff;
	background: #0077c3;
}
.navbar .nav .box {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 20px;
	background: #0077c3;
}
.navbar .nav .box.right {
	right: 0;
	left: auto;
}
.navbar .nav .box a {
	display: block;
	margin: 0 2em .8em 0;
	white-space: nowrap;
	color: #fff;
}
.navbar .nav .box a:hover {
	color: #aaceff;
}
.navbar .nav .box a.pic {
	margin: 0;
}
.navbar .nav .box .thumb {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.navbar .nav .box .menu {
	margin-left: 220px;
}
.navbar .nav .box img {
	display: block;
	max-width: 200px;
	border: 4px solid #fff;
}
.navbar .nav .cate {
	overflow: hidden;
	white-space: nowrap;
}
.navbar .nav .cate .item {
	display: block;
	float: left;
	margin-right: 20px;
	width: 16%;
}
.navbar .nav .cate .item:last-child {
	float: none;
	margin-right: 0;
	margin-left: 750px;
}
.navbar .nav .cate h4 {
	font-size: 1.1em;
	margin: 0;
}
.navbar .nav .cate img {
	width: 130px;
	height: 80px;
}
.navbar .nav .cate ul {
	padding-top: 1em;
}
.sousuo {
	height: 50px;
	line-height: 50px;
	background: #0077c3;
	overflow: hidden;
	top: -5px;
}
.hot {
	color: #fff;
	font-size: 16px;
}
.hot a {
	color: #fff;
	font-size: 14px;
}
.ss {
	margin-top: 7px;
	overflow: hidden;
}
.ss .text {
	width: 220px;
	padding: 0 .5em;
	border: 1px solid #b8b8b8;
	border-right: none;
	float: left;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.ss .submit {
	width: 32px;
	height: 32px;
	background: #0077c3 url(../images/icon-footer.png) no-repeat;
	background-size: cover;
	background-position: right center;
	cursor: pointer;
	float: left;
}
.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;
}
/***首页产品展示**/
.syplist{ background:url(../images/ccbg_1.jpg) top center no-repeat; top:-5px;}
.title {
	overflow: hidden;
	margin: 50px auto 30px auto;
	text-align: center;
}
.title h2 {
	font-size: 36px;
    color: #333333;
    font-weight: 100;
    line-height: 45px;
	background: url(../images/line.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.title span {
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 35px;
}
.title p {
	font-size: 14px;
    color: #666;
    line-height: 25px;
}
.pcate{
	float:left; 
    background-color: #0077c3;
    padding: 10px 20px 20px 10px;
    margin-bottom: 30px;
}
.pcate li {
    float: left;
    width: 20%;
}
.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: 23.8%;
	margin-bottom: 32px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-right: 1%;
	background:#eeeeee;
}
.jqthumb-img2 {
	max-width: 100%;
}
.ptab .item:hover {
	border: 1px solid #0077c3;
	box-shadow: 0 0 10px #666;
	background:#0077c3;
	color:#fff;
}
.ptab .item:hover h3 a{ color:#fff;}
.ptab .item:hover h4{ color:#fff;}
.ptab .item:nth-child(4n) {
	margin-right: 0;
}
.ptab .item .thumb {
	overflow: hidden;
	width: 96%;
	background:#fff;
	padding:2%;
}
.ptab .item .info {
	padding: 0.8em 2em;
	border-top: none;
}
.ptab .item .info h3 {
	font-weight: normal;
	margin: 0;
	text-align: center;
	color: #000;
}
.ptab .item .info h4{ text-align:right;}
.ptab .item .info a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.ptab .item .info a:hover{ color:#fff;}
.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;
}


/****产品优势****/
.bg2 {
    background: url(../images/yy_1.jpg) no-repeat center / cover;
	padding:60px 0;
}
.bg2 img{ max-width:100%;}
.bg2 dt {float: right;border: 5px solid #091a29;width: 590px;}
.bg2 dd {margin: 0 640px 0 0;}
.bg2 dd h4 {text-align: left;margin: 0;}
.bg2 dd p {background: url(../images/yy_shu2_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;color: #fff;text-align: justify;}
.bg2 dd h5 {margin: 50px 0 0;color: #fff;font-size: 48px;}
.bg2 dd h5 small {display: block;text-transform: uppercase;font-size: 18px;}
.img-center {
    text-align: center;
    font-size: 0;
}
.bg3 {background: url(../images/yy2_1.jpg) no-repeat center / cover; padding:60px 0;}

.in-dz {margin: 0;padding-bottom: 30px;}
.in-dz dt {float: left;width: 600px;}
.in-dz dt img{ max-width:100%}
.in-dz dd {margin-left: 640px;position: relative;}
.in-dz dd h4 {margin: 0;font-size: 43px;color: #0c58a6;}
.in-dz dd h4 span {color: #d53331;}
.in-dz dd h4 small {display: block;font-size: 18px;color: #c3c3c3;text-transform: uppercase;}
.in-dz dd p {background: url(../images/yy_shu_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;text-align: justify;}
.in-dz dd .tips {overflow: hidden;margin-top: 50px;}
.in-dz dd .tips span {float: left;width: 50%;text-align: center;color: #fff;font-size: 24px;line-height: 56px;background-color: #0c58a6;}
.in-dz dd .tips span:last-child {background-color: #333;}
.in-dz dd .pp {position: absolute;bottom: -50px;left: -220px;}

.bg4 {background: url(../images/advbg_1.jpg) no-repeat center / cover; padding:60px 0; overflow:hidden;}

.in-adv li {float: left;width: 25%;}
.in-adv li p {text-align: center;color: #fff;margin: 15px 0 0;font-size: 20px;}


/***首页关于我们**/
.in-about {margin: 0;}
.in-about dt {float: right;width: 680px;}
.in-about dd {margin: 0 700px 0 0;}
.in-about dd h4 {margin: 0;font-size: 32px;border-bottom: 1px solid #CCC;padding-bottom: 15px;}
.in-about dd p {font-size: 16px;line-height: 1.8;text-align: justify;margin: 20px 0 0;}
.in-about dd .more {display: block;border: 2px solid #555;width: 130px;margin: 30px 0 0;padding: 0 10px;transition: all 0.5s;line-height: 40px;text-transform: uppercase;}
.in-about dd .more span {display: block;font-size: 16px;color: #ff0000;background: url(../images/jian_more_1.png) no-repeat right center;}
.in-about dd .more:hover {width: 150px;}


/****工程案例**/
.case {
	background: #f7f7f7;
}
.anli {
	overflow: hidden;
	margin: 20px auto 0;
	display: block;
	width: 100%;
}
.anli ul {
	overflow: hidden;
	margin: 0 auto
}
.anli ul li {
	width: 268px;
	float: left;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 6px;
	border: 1px #ccc solid;
	padding: 10px;
	background: #fff
}
.anli ul li div {
	overflow: hidden
}
.anli ul li dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center
}
.anli ul li div img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}
.anli ul li div:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.anli ul li:hover a dd {
	color: #0060c0
}

/****横幅****/
.bg5 {background: url(../images/adv2_1.jpg) no-repeat;color: #fff; padding: 60px 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;}


/*****新闻资讯***/
.in-news-left {float: left;width: 48%;}
.in-news-left ul {overflow: hidden;margin: -15px 0 0 -15px;}
.in-news-left li {float: left;width: 50%;}
.in-news-left li a {display: block;margin: 15px 0 0 15px;background-color: #f8f8f8;transition: all 0.5s;}
.in-news-left li .text {padding: 27px 15px;}
.in-news-left li .text h4 {margin: 0;font-weight: normal;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-news-left li .text p {margin: 10px 0 0;opacity: 0.6;}
.in-news-left li a:hover {background-color: #1567aa;color: #fff;}
.in-news-left li a:hover .img-cover span {transform: scale(1.1);}
.in-news-right {float: right;width: 48%;}
.in-news-right ul {margin-top: -10px;}
.in-news-right li {margin-top: 10px;}
.in-news-right li a {display: block;background-color: #f8f8f8;transition: all 0.5s;overflow: hidden;}
.in-news-right li .date {float: left;background-color: #1567aa;color: #fff;padding: 29px 15px;text-align: right;font-size: 15px;width: 95px;}
.in-news-right li .date span {display: block;font-size: 18px;text-transform: uppercase;}
.in-news-right li .text {margin-left: 125px;padding: 15px;}
.in-news-right li .text h4 {font-weight: normal;font-size: 16px;margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-news-right li .text p {margin: 5px 0 0;opacity: 0.6;height: 40px;overflow: hidden;}
.in-news-right li a:hover {color: #fff;background-color: #1567aa;}

/*****关于我们***/
.leib_sa{width:240px;font-family:"Microsoft yahei"; float:left;}
.leib_sa .tit{text-align: center;background:#0077c3;height:50px;line-height:28px;}
.leib_sa .tit span{font-size:22px; font-weight:normal; color:#fff; padding-top:10px; display:block}
.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:35px; line-height:35px; font-size:14px; padding: 0 0 0 22px;overflow:hidden; width:180px; border-bottom:1px dotted #ccc; margin-bottom:10px;}
.leib_sa .nr_s li a{display: block;color: #555;font-size: 15px;padding-left:4px;}
.leib_sa .nr_s li a:hover, .leib_s .nr_s li.cur a {background:none;color: #078ac6;text-decoration: none; font-weight:bold; font-size:14px;}
.leib_sa .nr_s h4 a:hover, .leib_s .nr_s .cur a { background:none; color:#FF0;text-decoration: none;font-weight:bold; font-size:14px; }

.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:16px; line-height:30px; color:#000; margin-bottom:20px;}
.pagemiddleTc p{ line-height:27px; font-size:15px;}
.pagemiddleTc img{ max-width:100%; margin-top:5px;}

/****新闻中心***/
.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{ width:100%; height:218px; display:block;margin:0 0px 5px 0px;}	

.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;}

.prdimg{ width:100%; height:auto; float:left; overflow:hidden; text-align:center;}
.prdimg img{ max-width:100%;}
.cpjj{ width:100%; height:55px; line-height:55px; float:left; background:#f2f2f2; overflow:hidden; margin-top:10px; margin-bottom:10px; font-size:24px; color:#999999;}
.cpjj span{ height:30px; line-height:30px; font-size:24px; float:left; border-left:3px solid #f00; margin-top:12px; text-indent:15px; color:#333333; margin-right:10px;}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}


/****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-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:150px; 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 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.title {
	margin: 20px auto;
}
.pcate {
    padding: 5px 10px 10px 5px;
    margin-bottom: 15px;
}
.pcate li {
    width: 33.333333%;
}
.pcate li a {
    margin: 5px 0 0 5px;
    font-size: 14px;
    line-height: 34px;
}

.ptab .item {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.ptab .item:nth-child(2n){ float:right; margin-right:0;}

.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%;}

.in-news-left{ width:100%;}
.in-news-left img{ height:auto !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-nav {display: none;}
.footer-contact {text-align: center;float: none;margin: 20px 0 0;}
.footer-copy {margin-top: 30px;font-size: 12px;padding: 15px 0 35px 0;}


.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%;}
}
