﻿@CHARSET "UTF-8";
/* CSS Document */
/*pc和手机公共样式*/
@media all {
	
/*banner开始*/
.sybanner {width:100%;background:url(images/gsgk_banner.jpg) top center no-repeat;}
.gkbanner {width:100%;background:url(images/gk_banner.jpg) top center no-repeat;}
.xwbanner {width:100%;background:url(images/xw_banner.jpg) top center no-repeat;}
.tpbanner {width:100%;background:url(images/cp_banner.jpg) top center no-repeat;}
/*banner结束*/

/*产品中心开始*/
.cpzx {margin:20px auto;}
.cpzx .cpleft {float:left;} 
.cpzx .cpleft .cpfl {background:#ececec;}
.cpzx .cpleft .cpfl .fltit {background:url(images/fltit.png) no-repeat;height:63px;margin-top:4px;}
.cpzx .cpleft .cpfl .fllist {margin-top:10px;overflow:hidden;}
.cpzx .cpleft .cpfl .fllist li {border-bottom:1px solid #cfcfcf;}
.cpzx .cpleft .cpfl .fllist li a {margin:0 12px;display:block;line-height:45px;background:url(images/icon01.png) center right no-repeat;font-size:14px;color:#404345; text-decoration:none;}
/*产品右边*/
.cpzx .cpright {float:right;}
/*公司动态列表开始*/
.cpzx .cpright .dtlist {margin:15px 8px 0 0;overflow:hidden;}
.cpzx .cpright .dtlist li {border-bottom:1px dashed #ccc;margin-bottom:10px;overflow:hidden;background:url(/common/images/icon_03.png) 0 6px no-repeat;padding-left:18px;}
.cpzx .cpright .dtlist li h3 {height:24px;line-height:24px;font-size:14px;float:left;}
.cpzx .cpright .dtlist li h3 a {color:#122636}
.cpzx .cpright .dtlist li p {line-height:24px;color:#7f8d97;text-indent:24px;font-size:14px;}
.cpzx .cpright .dtlist li .listdt {height:30px;line-height:30px;float:right;}
.cpzx .cpright .dtlist li .listdt a {display:inline-block;width:38px;height:10px;background:url(/common/images/more.jpg) no-repeat;}
.cpzx .cpright .dtlist li .listdt span {margin-left:15px;color:#404345;}

.cpzx .cpright .cplist {margin-top:25px;overflow:hidden;}
.cpzx .cpright .cplist li {display:inline-block;float:left;margin-right:15px;text-align:center;margin-bottom:12px;}
.cpzx .cpright .cplist li.nor {margin-right:0;}
.cpzx .cpright .cplist li a { text-decoration:none;}
.cpzx .cpright .cplist li a:hover h3 {color:#ff6502;}
.cpzx .cpright .cplist li img {border:3px solid #d2d2d2;width:214px;height:160px;}
.cpzx .cpright .cplist li h3 {font-size:14px;color:#122636;font-weight:normal;line-height:40px;display:inline-block;}

.cpzx .cpright .wz {height:40px;line-height:40px;border-bottom:1px solid #ccc;}
.cpzx .cpright .wz h3 {font-size:16px;font-weight:700;color:#122636;display:inline-block;float:left;}
.cpzx .cpright .wz .dqwz a {color:#122636;font-size:14px;}
.cpzx .cpright .wz .dqwz a:hover {color:#ff6502;}
.cpzx .cpright .wz .dqwz {float:right;}
/*分页标签开始*/
.cpzx .cpright .page {margin-top:20px;text-align:center;}
.cpzx .cpright .page a {background:#fff;border:1px solid #486b87;color:#666;display:inline-block;height:25px;line-height:25px;margin:5px 10px 0 0;text-align:center;}
.cpzx .cpright .page a.prev,.cpzx .cpright .page a.next {width:62px;}
.cpzx .cpright .page a.curr,.cpzx .cpright .page a.num {width:32px;}
.cpzx .cpright .page a.curr {background:#486b87;font-weight:700;color:#fff;}

.pagelink {clear:both;text-align: center;color:#666;}
.pagelink span {border: 1px solid #ccc;line-height:25px;margin:0px 3px;}
.pagelink span a {color:#666; text-decoration:none;}
.pagelink span:hover{ color:#FFF; background:#900;}
.pagelink span:hover a{ color:#FFF;}
.pagelink span b { color:#666;font-weight: bold;}
/*联系我们开始*/
.cpzx .cpleft .llxwm {margin-top:20px;}
.cpzx .cpleft .llxwm .tit {height:42px;line-height:42px;background:#122636;font-size:16px;color:#fff;padding-left:10px;}
.cpzx .cpleft .llxwm  .lxwmcon {line-height:30px;}
.cpzx .cpleft .llxwm  .lxwmcon p {margin:10px 0;font-size:14px;}
/*联系我们结束*/
/*产品中心结束*/

/*产品内容分类*/
.cpnr {color:#404345;margin-top:20px;}
.cpnr p {line-height:24px;font-size:14px;margin-bottom:10px;color:#404345;}
.cpnr p.pre a {color:#404345;font-size:12px;}
.cpnr p img {display:block;margin:0 auto;}
.cpnr h1 {text-align:center;line-height:35px;font-size:14px;font-weight:900;}
.cpnr .date {text-align:center;border-bottom:1px dashed #ccc;margin-bottom:20px;line-height:30px;}

}

/*pc单独样式*/
@media screen and (min-width:641px) {
/*banner开始*/
.sybanner {height:398px;min-width:1200px;}
.gkbanner {height:163px;min-width:1200px;}
.xwbanner {height:163px;min-width:1200px;}
.tpbanner {height:163px;min-width:1200px;}
/*banner结束*/
.cpzx {width:1200px;}
/*产品中心开始*/
.cpzx .cpleft {width:243px;}
.cpzx .cpleft .cpfl {width:243px;height:302px;}
.cpzx .cpright {float:right;width:928px;}
.cpzx .cpright .cplist li{width:220px;}
.cpnr {padding:0 30px;}
/*产品中心结束*/
	}
	
/*手机单独样式*/
@media screen and (max-width:640px) {
/*banner开始*/
.sybanner {height:140px; background-size:auto 100%;}
.gkbanner {height:80px; background-size:auto 100%;}
.xwbanner {height:80px; background-size:auto 100%;}
.tpbanner {height:80px; background-size:auto 100%;}
/*banner结束*/
/*产品中心开始*/
.cpzx .cpleft .cpfl .fltit {height:55px;background-size:auto 100%;}
.cpzx {padding:0 5px;}
.cpzx .cpleft {width:100%;float:none;}
.cpzx .cpleft .cpfl {width:100%;}
.cpzx .cpleft .cpfl li {width:47%;float:left;margin-right:3%;}
.cpzx .cpright {float:none;margin-top:10px;}
.cpzx .cpright .wz {width:100%;margin:0;}

.cpzx .cpright .cplist li {width:45%;margin-right:6px;margin-left:6px;}
.cpzx .cpright .cplist li img {width:95%;height:auto;}
.cpzx .cpright .wz .dqwz {display:none;}

.pagelink {padding: 5px 8px;}
.pagelink span {padding: 5px 5px;}

/*联系我们*/
.cpzx .cpleft .llxwm  .lxwmcon p {font-size:14px;padding:0 10px;} 
.cpzx .cpleft .llxwm  .lxwmcon p img{display:none;}
/*产品中心结束*/
/*产品内容开始*/
.cpnr {margin:15px 0;}
.cpnr p img {width:90%;height:auto;}
/*产品内容结束*/

.footer{display:none;}
	}