<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
*, *:after, *:before{padding:0;margin:0;}
body{font-family:Arial, "Microsoft YaHei", Verdana, sans-serif;font-size:14px;}
/* body{font-family:Arial, "瀹嬩綋";font-size:12px;} */
ul,li{list-style:none;list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#ff4e24;}
img{vertical-align:middle;border:none;}
form,input,textarea{outline:none;resize:none;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}
#ZoomBox{background:#fff;}

/*閫氱敤*/
.maxbox,.container{width:100%;max-width: 1920px;min-width:1080px;margin: 0 auto;overflow: hidden;}
.w1003{width: 1003px;margin: 0 auto;}
.atm5{transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;}
.atm_img1{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

/*top*/
.topbox{height: 35px;line-height: 34px;background:#f5f5f5;color:#999;border-bottom:1px dotted #ddd;}
.topbox .left{float:left;}
.topbox .right{float:right;}
.topbox .right a{color: #999;float: left;display: block;}
.topbox .right a:hover{color: #ff4e24;}
.topbox .right span{display: block;padding: 0 5px;float: left;line-height: 32px;font-size: 13px;}

/*head*/
.headbox{height: 130px;background:#fcfcfc;}
.headbox .logo{float: left;overflow: hidden;width: 640px;}
.headbox .logo a{float: left;display: block;width:150px;height: 130px;margin-right: 15px;}
.headbox .logo a img{width:100%;}
.headbox .logo strong{font-size: 40px;color: #228ebd;display: block;float: left;line-height: 1.5;padding-top: 20px;}
.headbox .logo span{font-size: 25px;color: #666;display: block;float: left;line-height: 1;width:15em;}
.headbox .tel{float: right;overflow: hidden;width: 250px;text-align: right;padding-top: 35px;}
.headbox .tel p{font-size: 36px;line-height: 1.5em;color: #228ebd;float: right;}
.headbox .tel div{width:232px;float: right;line-height: 1.8;color: #fff;text-align: center;position: relative;}
.headbox .tel div em{display: block;width: 100%;height: 1px;background:#ffd15b;position: absolute;left:0;top:13px;z-index: 1;}
.headbox .tel div span{display: block;width: 8em;position: relative;z-index: 2;margin: 0 auto;background:#ffc124;border-radius: 2px;}

.navico{width:60px;height:60px;float:right;display:none;}
.navico p{width:100%;height:100%;position:relative;}
.navico span,.navico span::before,.navico span::after{width:26px;height:3px;position:absolute;background:#fff;display:block;border-radius:1.5px;-webkit-transition: .3s;transition: .3s;}
.navico span{left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.nav_open span{background:transparent;}
.navico span:before,.navico span:after{content:"";left:0;}
.navico span:before{-webkit-transform:translateY(-300%);transform:translateY(-300%);}
.nav_open span:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.navico span:after{-webkit-transform:translateY(300%);transform:translateY(300%);}
.nav_open span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}

/*nav*/
.navbox{height: 45px;background:#228ebd;}
.navbox ul li{height: 45px;width: 111px;float: left;text-align: center;line-height: 45px;position: relative;}
.navbox ul li a{display: block;color: #fff;font-size: 16px;font-weight: bold;}
.navbox ul li:hover a,.navbox ul li.onclick a{background: #ffc124;}

/*banner*/
.banner{height:500px;position: relative;}
.bannerppt{position: absolute;width: 1920px;height: 100%;top:0;left: 50%;margin-left: -960px;}
.bannerppt .pic{width:100%;height:100%;overflow:hidden;position:relative;}
.bannerppt .pic ul{height:100%;position:absolute;}
.bannerppt .pic ul li{float:left;width:1920px;height:100%;overflow:hidden;position:relative;}
.bannerppt .pic ul li img{height: 100%;}
.bannerppt .btnBg{display:none;}
.bannerppt .btn{width:100%;text-align:center;position:absolute;bottom:0;height:20px;left:0;}
.bannerppt .btn span{display:inline-block;width:50px;height:10px;cursor:pointer;background:#fff;margin: 0 5px;}

/*seach*/
.seachbox{padding: 13px 0;background-color: #f3f4f5;margin-bottom: 20px;}
.seachbox .w1003{height: 26px;padding: 2px 0;overflow: hidden;line-height: 26px;color: #666;border-radius: 5px;}
.seachbox .left{float: left;padding:0 5px 0 15px;}
.seachbox .text{float: left;width:560px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.seachbox .text a{color:#666;}
.seachbox .text a:hover{color:#ff4e24;}
.seachbox .seach{width:300px;height:26px;overflow: hidden;position: relative;float: right;}
.seachbox .seach .tit{width:240px;height:24px;background: #fff;border: 1px solid #228ebd;padding:0 9px;}
.seachbox .seach .tit input{display: block;width: 100%;height: 24px;line-height: 24px;float: left;background:none;color: #228ebd;border: 0;}
.seachbox .seach .anniu{width:50px;height:26px;position: absolute;right:10px;top:0;text-align: center;}
.seachbox .seach .anniu input{display: block;width: 50px;height: 26px;background: url(../images/anniu.png) center no-repeat;cursor: pointer;border: 0;}

/*home-tit*/
.home-tit{width:100%;height:44px;overflow: hidden;background: url(../images/tit-icon.png) left center no-repeat;color: #fff;line-height: 45px;font-weight: bold;border-radius: 5px 5px 0 0;}
.home-tit p{float: left;padding:0 10px 0 15px;font-size: 16px;}
.home-tit span{float: left;line-height: 47px;display: block;}
.home-tit a{float: right;display: block;color: #7ac0de;padding: 0 10px;}
.home-tit a:hover{color: #fff;}

.contbox{border:1px solid #ddd;overflow: hidden;border-top: 0;padding:10px;position: relative;}
.contbox .btn{width:40px;height:60px;overflow: hidden;position: absolute;top:50%;margin-top: -30px;}
.contbox .btn input{width:40px;height:60px;display: block;position: relative;overflow: hidden;background: url(../images/btn-icon-1.png) no-repeat;cursor: pointer;border: 0;}
.contbox .btn input:hover{background-image: url(../images/btn-icon-2.png);}
.contbox .btnl{left:9px;}
.contbox .btnl input{background-position: left center;}
.contbox .btnr{right:9px;}
.contbox .btnr input{background-position: right center;}

/* news */
.newsbox{width:340px;float: left;overflow: hidden;}
.newsbox .home-tit{border-radius: 5px 0 0 0;}
.newsbox .contbox{height: 314px;overflow: hidden;}
.newsbox ul{overflow: hidden;padding-bottom: 99px;height:210px;background: url(../images/lxwmbj.jpg) center bottom no-repeat;}
.newsbox ul li{width:100%;height:29px;line-height: 30px;border-bottom: 1px dotted #ccc;}
.newsbox ul li a{display: block;padding-left: 24px;background: url(../images/newsico.png) 3px center no-repeat;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* company */
.compbox{width:650px;overflow: hidden;float: right;}
.compbox .home-tit{background-position: right center;border-radius: 0 5px 0 0;}
.compbox .contbox{color: #666;line-height: 1.5;text-indent: 2em;height: 314px;}
.compbox .contbox p{margin-bottom: 5px;}
.compbox .contbox img{float: left;margin-right: 10px;}

/* Recommended */
.prorecbox{padding: 15px 0;clear: both;}
.prorecbox .contbox{padding:15px 58px 5px;}
.prorecbox .contbox .list{width:885px;height: 235px;overflow: hidden;}
.prorecbox .contbox ul{width:150%;height: 230px;overflow: hidden;}
.prorecbox .contbox ul li{width:210px;overflow: hidden;height:230px;float: left;margin-right: 15px;text-align: center;}
.prorecbox .contbox ul li .pic{width:200px;overflow: hidden;height:180px;padding: 4px;border: 1px solid #ddd;}
.prorecbox .contbox ul li .pic a{width:200px;overflow: hidden;height:180px;display: block;}
.prorecbox .contbox ul li .txt{width:100%;height: 40px;line-height: 40px;}
.prorecbox .contbox ul li .txt a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.prorecbox .contbox ul li:hover .pic{border-color: #ff4e24;}
.prorecbox .contbox ul li:hover .txt a{background: #ff4e24;color: #fff;}

/*product*/
.probox{overflow: hidden;}
.probox .clabox{width:210px;float: left;overflow: hidden;background: #e5e7e9;}
.clabox .tit{width:210px;height:100px;background:url(../images/fltit.png) center no-repeat;text-align: center;color: #fff;line-height: 1;position: relative;z-index: 2;}
.clabox .tit p{text-transform: uppercase;font-size: 24px;padding-top: 18px;line-height: 1.5;}
.clabox .tit span{font-size: 18px;font-weight: bold;}
.clabox .cont{font-size: 16px;font-weight: bold;position: relative;z-index: 1;top:-10px;width:200px;padding: 0 5px 5px;background: url(../images/fl-bg-icon.png) center repeat-y;margin-bottom: -10px;}
.clabox .cont ul{width: 190px;overflow: hidden;background: #fff;padding: 15px 5px 0;}
.clabox .cont ul li{width: 100%;overflow: hidden;margin-bottom: 5px;}
.clabox .cont ul li h2 a{display: block;padding: 0 10px 0 30px;overflow: hidden;background: #228ebd url(../images/fl-icon.png) 10px center no-repeat;font-size: 15px;font-weight: bold;border-radius: 3px;white-space: nowrap;text-overflow: ellipsis;line-height: 40px;color: #fff;height:39px}
.clabox .cont ul li:hover h2 a{background-color: #ff4e24;color: #fff;}

.probox .prolist{width:780px;float: right;overflow: hidden;}
.prolist .home-tit{background-position: right center;}
.prolist .contbox{border: 0;padding:13px 0 0;}
.prolist .contbox ul{width: 950px;overflow: hidden;height: 713px;}
.prolist .contbox ul li{width: 250px;height:231px;overflow: hidden;float: left;text-align: center;margin: 0 15px 10px 0;}
.prolist .contbox ul li .pic{width: 240px;height:180px;overflow: hidden;padding: 4px;border: 1px solid #ddd;}
.prolist .contbox ul li .pic a{width:240px;overflow: hidden;height:180px;display: block;}
.prolist .contbox ul li .txt{width:250px;height:36px;padding-top: 5px;}
.prolist .contbox ul li .txt a{display: block;padding: 0 5px;background: #e5e7e9;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 36px;}
.prolist .contbox ul li:hover .pic{border-color: #ff4e24;}
.prolist .contbox ul li:hover .txt a{background: #ff4e24;color: #fff;}

/*xbanner*/
.xbanner{overflow: hidden;height:400px;background:url(../images/ys1.jpg) center no-repeat;position: relative;}
.xbanner .txt{width: 410px;left: 0;top: 50px;border-bottom: 1px solid #7ac0de;padding: 0 30px 10px 10px;position: absolute;line-height: 1.5;height: 159px;overflow: hidden;}
.xbanner .txt p{font-size:42px;font-weight: bold;color: #228ebd;}
.xbanner .txt span{display: block;border-top: 1px solid #7ac0de;padding-top: 10px;color: #37738e;}
.xbanner .tit{width:400px;padding: 20px 40px 10px 10px;border-top: 1px solid #55b5de;position: absolute;left: 0;top:225px;text-align: right;letter-spacing: 1px;}
.xbanner .tit span{font-size: 26px;color: #7ac0de;}
.xbanner .tit p{font-size: 42px;font-weight: bold;color: #228ebd;}

/*advantages*/
.youshibox{height:780px;background:url(../images/ys.jpg) center no-repeat;position: relative;overflow: hidden;line-height: 1.5;}
.youshibox .txt1{width: 240px;height: 150px;overflow: hidden;position: absolute;right: 55px;top: 365px;color: #228ebd;}
.youshibox .txt{width: 400px;height: 80px;overflow: hidden;position: absolute;top: 665px;color: #fff;}
.youshibox .txt2{left: 71px;}
.youshibox .txt3{right: 24px;}

/*case*/
.casebox .contbox{padding:15px 58px 5px;}
.casebox .contbox .list{width:885px;height: 200px;overflow: hidden;}
.casebox .contbox ul{width:150%;height: 200px;overflow: hidden;}
.casebox .contbox ul li{width:210px;overflow: hidden;height:200px;float: left;margin-right: 15px;text-align: center;}
.casebox .contbox ul li .pic{width:200px;overflow: hidden;height:160px;padding: 4px;border: 1px solid #ddd;}
.casebox .contbox ul li .pic a{width:200px;overflow: hidden;height:160px;display: block;}
.casebox .contbox ul li .txt{width:100%;height: 30px;line-height: 30px;}
.casebox .contbox ul li .txt a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.casebox .contbox ul li:hover .pic{border-color: #ff4e24;}
.casebox .contbox ul li:hover .txt a{color: #ff4e24;}

/*link*/
.linkbox{padding: 15px 0;}
.linkbox ul li{display: inline;padding: 0 5px;}
.linkbox ul li a{white-space: nowrap;line-height: 1.8;}

/*pronav*/
.pronavbox{padding-bottom: 15px;}
.pronavbox .list{width:100%;height:75px;overflow: hidden;}
.pronavbox .list ul li{width:12.5%;float: left;}
.pronavbox .list ul li a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 1.8;padding: 0 5px;}

/*foot*/
.footbox{background: url(../images/footbg.png) no-repeat;background-size: 100% 100%;border-top:3px solid #ffdd87;text-align: center;color: #bfeaff;}
.footbox a{line-height: 30px;color: #bfeaff;}
.footbox a:hover{color: #ffdd87;}
.footnav{padding: 15px 0;border-bottom: 1px dotted #55b5de;}
.footnav ul li{display: inline-block;height:30px;font-size: 13px;line-height: 28px;color: #55b5de;padding: 0 5px;}
.footnav ul li a{line-height: 30px;font-size: 15px;font-weight: bold;}

.footbox .text{padding: 20px 0 25px;}


/*鍐呴〉*/

/*鍐呴〉鍏叡宸︿晶*/
.leftmain{float:left;width:200px;overflow:hidden;padding-bottom: 5px;}
.leftmain .tit{background:url(../images/tit-icon.png) no-repeat;font-size:16px;font-weight:bold;color:#fff;height:44px;line-height:44px;border-radius: 5px 5px 0 0;text-align: center;}
.leftmain .column{overflow:hidden;zoom:1;border:1px solid #ddd;border-top:0;margin-bottom:10px;padding: 5px 9px 9px;line-height: 24px;border-radius: 0 0 5px 5px;}
.leftmain .map-left{padding: 0;border: 0;}
.leftmain .column ul{width:100%;overflow: hidden;}
.leftmain .column ul li{width:100%;overflow: hidden;}
.leftmain .column ul li h2{width:100%;overflow: hidden;border-bottom: 1px dotted #ccc;}
.leftmain .column ul li a{overflow:hidden;zoom:1;display:block;white-space: nowrap;text-overflow: ellipsis;}
.leftmain .column ul li &gt; h2 a{height: 29px;line-height: 30px;}
.leftmain .column ul li.a h2 a{padding: 0 10px;font-size: 15px;font-weight: bold;}
.leftmain .column ul li.p h2 a{width:150px;float:left;}
.leftmain .column ul li.p h2 a.ShowChilds{width:25px;text-align:center;font-size:20px;color:#696564;}
.leftmain .column ul li.p h2 a.ShowChilds:hover{font-weight:bold;}
.leftmain .column ul li.p:hover &gt; h2 a{color:#ff4e24}
.leftmain .column ul li.p dl{padding-left:25px;}
.leftmain .column ul li.p dl dt a{color: #666;}
.leftmain .column ul li.p dl dt a:hover{color: #ff4e24;}
.leftmain .column ul li.n{border-bottom: 1px dotted #ccc;background: url(../images/newsico.png) left center no-repeat;}
.leftmain .column ul li.n a{padding-left: 20px;height:29px;line-height: 30px;}
.leftmain .mpro-list{height: 570px;overflow: hidden;padding: 9px 9px 0;}
.leftmain .mpro-list ul li{height:190px;text-align: center;}
.leftmain .mpro-list ul li .pic{width:170px;height:140px;padding:4px;border: 1px solid #ddd;border-bottom:0;overflow: hidden;}
.leftmain .mpro-list ul li .pic a{width:170px;height:140px;}
.leftmain .mpro-list ul li .txt{height:26px;line-height:26px;overflow:hidden;padding: 0 4px 4px;border: 1px solid #ddd;border-top:0;}
.leftmain .mpro-list ul li .txt a{background: #d5d7d9;}
.leftmain .mpro-list ul li:hover .txt,.leftmain .mpro-list ul li:hover .pic{border-color: #ff4e24;}
.leftmain .mpro-list ul li:hover .txt a{background: #ff4e24;color: #fff;}


/*鍐呴〉鍏叡鍙充晶*/ 
.rightmain{width:790px;float:right;overflow:hidden;padding-bottom: 15px;}

/*鍐呴〉鍏徃绠€浠�*/
.aboutus .cont{padding:25px 10px 15px;color:#666;line-height:1.8;}
.aboutus .cont p{margin-bottom: 10px;text-indent: 2em;font-size: 15px;}

/*鍐呴〉鐩稿唽鍒楄〃*/
.honors .honor{overflow: hidden;}
.honors .list{overflow: hidden;padding: 15px 10px;}
.honors .list ul{overflow: hidden;width: 105%;}
.honors .list ul li{overflow: hidden;width: 175px;height: 190px;padding: 4px;border: 1px solid #ddd;text-align: center;float: left;margin: 0 10px 15px 0;}
.honors .list ul li .pic{overflow: hidden;width: 175px;height: 160px;}
.honors .list ul li .pic a{display: block;height: 160px;}
.honors .list ul li .txt,.honors .list ul li .txt &gt; a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: #d5d7d9;height:26px;margin-top: 4px;line-height: 26px;padding: 0 5px;}
.honors .list ul li:hover{border-color: #ff4e24;}
.honors .list ul li:hover .txt,.honors .list ul li:hover .txt a{background: #ff4e24;color: #fff;}

/*鍐呴〉鑱旂郴鎴戜滑*/
.contacts .cont{height:500px;line-height:1.8;background:url(../images/contactbg1.jpg) no-repeat center;border-radius: 0 0 5px 5px;}
.contacts .laycont{width: 280px;height: 300px;padding: 110px 0 0 350px;overflow: hidden;color: #333;}
.contacts .con .laycont p{margin-left:35px;}

/*鍐呴〉 鏂伴椈鍒楄〃椤�*/
.newslist .list{overflow:hidden;_zoom:1;padding:15px 10px;}
.newslist .list ul li{overflow:hidden;width: 100%;border-bottom: 1px dotted #ccc;line-height: 30px;padding-top: 5px;}
.newslist .list ul li .text{overflow:hidden;width: 640px;float: left;padding-left: 15px;}
.newslist .list ul li .text span{float: left;}
.newslist .list ul li .text a{float: left;display: block;max-width: 550px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newslist .list ul li .time{width:100px;float: right;text-align: center;}
.newslist .list ul li.newsbg{font-size: 15px;font-weight: bold;height:34px;line-height: 36px;background: #e5e7e9;padding: 0;border-radius: 5px 5px 0 0;}

.newslist .cont{padding:10px 0 15px;overflow: hidden;}
.newslist .cont ul li{border-bottom: 1px dotted #ccc;overflow: hidden;padding:10px;}
.newslist .cont ul li .pic{width:180px;height:150px;padding:4px;border: 1px solid #ddd;text-align: center;overflow: hidden;float: left;}
.newslist .cont ul li .pic a{width:180px;height:150px;display: block;overflow: hidden;}
.newslist .cont ul li .right{width:560px;height:160px;overflow: hidden;float: right;line-height: 24px;}
.newslist .cont ul li .right .tit{width:100%;font-weight: bold;}
.newslist .cont ul li .right .tit a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newslist .cont ul li .right .date{color: #787878;}
.newslist .cont ul li .right .text{color: #666;height: 72px;padding-top: 5px;overflow: hidden;}
.newslist .cont ul li .right .text br,.newslist .cont ul li .right .text img{display: none;}
.newslist .cont ul li .right .ck{padding-top: 10px;}
.newslist .cont ul li:hover .pic{border-color: #ff4e24;}
.newslist .cont ul li:hover .right .tit a{color: #ff4e24;}

/*鍐呴〉 鏂伴椈鍐呭椤�*/
.newsdetail .cont{padding: 15px 5px 0;overflow: hidden;}
.newsdetail h1{text-align:center;font-size:16px;font-weight:bold;color:#555;line-height: 1.5;padding: 10px 0;}
.newsdetail .date{text-align:center;color:#999;line-height:1.5;padding-bottom: 10px;}
.newsdetail .content{color:#666;line-height:1.8;padding:15px 5px;border-top: 1px dotted #ccc;}

/*鍐呴〉瀹㈡埛鐣欒█*/
.order .cont{padding: 25px 30px;overflow: hidden;background: url(../images/lxbg.jpg) left top no-repeat;border-radius: 0 0 5px 5px;border:1px solid #ddd;border-top: 0;}

/*鍐呴〉甯歌闂*/
.propage .cont{padding: 15px 5px 0;overflow: hidden;}
.problem-keywords{padding: 10px 15px;border: 1px solid #ddd;background: #f5f7f9;border-radius: 5px;}
.problem-keywords ul{overflow:hidden;_zoom:1;}
.problem-keywords ul li{overflow:hidden;display: inline;padding: 0 5px;}
.problem-keywords ul li a{white-space: nowrap;line-height: 24px;color: #666;}
.problem-keywords ul li a:hover{color: #ff4e24;}
.problem-search{padding:15px;overflow:hidden;_zoom:1;}
.problem-list{overflow:hidden;_zoom:1;padding-bottom: 10px;}
.problem-list ul{overflow:hidden;_zoom:1;}
.problem-list ul li{width:100%;height:29px;line-height:30px;border-bottom:1px #ccc dotted;overflow:hidden;_zoom:1;margin-bottom: 5px;}
.problem-list ul li .news-title{float:left;width:640px;overflow:hidden;_zoom:1;padding-left: 10px;}
.problem-list ul li .news-title a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.problem-list ul li .news-date{float:right;width:100px;text-align:center;overflow:hidden;_zoom:1;}
.problem-list ul li.newsbg{height:35px;line-height:36px;background:#e5e7e9;font-weight: bold;border-radius: 5px 5px 0 0;}
.problem-con .problem-list ul li.newsbg .news-title{float:left;width:500px;text-indent:30px;}
.problem-con .problem-list ul li.newsbg .news-date{float:right;width:100px;text-align:center;}

/*鍐呴〉 浜у搧涓績棣栭〉*/
.prohome .cont{padding: 15px 5px 0;overflow: hidden;}
.prohome .cont .tit{height:40px;line-height:40px;background:url(../images/footbg.png) no-repeat;background-size: 100% 100%;border-radius: 3px 3px 0 0;}
.prohome .cont .tit p{float:left;width: 650px;padding-left: 15px;color: #fff;font-weight: bold;font-size: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.prohome .cont .tit a{float:right;display: block;padding: 0 15px;color: #bfeaff;}
.prohome .cont .tit a:hover{color: #fff;}
.prohome .cont .pro-list{padding:10px 5px 0;}
.cont .pro-list ul{overflow:hidden;zoom:1;width: 105%;}
.cont .pro-list ul li{border:1px #ddd solid;width:175px;height:190px;float:left;text-align:center;padding:4px;margin: 0 10px 10px 0;}
.cont .pro-list ul li .pic{height:160px;width: 175px;overflow: hidden;margin-bottom: 4px;}
.cont .pro-list ul li .pic a{display:block;height: 160px;}
.cont .pro-list ul li .txt,.prohome .cont .list ul li .txt &gt; a{height:26px;line-height:26px;background:#d5d7d9;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.cont .pro-list ul li:hover{border-color:#ff4e24;}
.cont .pro-list ul li:hover .txt,.cont .pro-list ul li:hover .txt a{background:#ff4e24;color: #fff;}

/*鍐呴〉 浜у搧鍒楄〃*/
.prolist .cont{padding:15px 10px 0;overflow:hidden;_zoom:1;}
.prolist .cont .pro-list{overflow:hidden;_zoom:1;padding-bottom: 10px;}

/*鍐呴〉 浜у搧璇︾粏椤典笂闈�*/
.prodetail .picinfo{overflow:hidden;_zoom:1;padding: 15px 10px;}
.prodetail .picinfo .left{float:left;width:300px;height:300px;overflow:hidden;text-align:center;border:1px solid #ddd;}
.prodetail .picinfo .left .jqzoom{width:300px;height: 300px;}
.prodetail .picinfo .left #spec-n5{display: none;}

.prodetail .picinfo .right{float:right;width:450px;overflow: hidden;}
.prodetail .picinfo .right h1{font-size:15px;font-weight:bold;line-height: 1.2;padding: 10px;}
.prodetail .picinfo .right .claname{padding:5px 10px;text-align:left;background-color:#FFFCE3;border:1px #ffd696 solid;color: #787878;}
.prodetail .picinfo .right .claname a{color:#ff9e87}
.prodetail .picinfo .right .claname a:hover{color:#ff4e24}
.prodetail .picinfo .right h3{padding:10px 0 10px 10px;color:#666;line-height:24px;}
.prodetail .picinfo .right .cartfeedabck{padding: 10px;}

/*鍐呴〉 浜у搧璇︾粏椤典笅闈�*/
.prodetail .detail{overflow:hidden;_zoom:1;padding: 10px 5px;}
.prodetail .detail .tit{height:26px;overflow: hidden;padding: 9px 10px 0;background: #f1f3f5;position: relative;}
.prodetail .detail .tit span{display: block;width: 100%;height: 1px;overflow: hidden;background: #ddd;position: absolute;left: 0;bottom: 0;z-index: 1;}
.prodetail .detail .tit p{float: left;padding: 0 15px;line-height: 30px;height: 25px;overflow: hidden;border-radius: 5px 5px 0 0;border: 1px solid #ddd;border-bottom: 0;background: #fff;position: relative;z-index: 2;color: #ff4e24;font-size: 15px;font-weight: bold;}
.prodetail .detail .content{color:#666;padding: 15px 10px;line-height: 1.8;}

.xgcp{padding: 0 5px;overflow: hidden;}
.xgcp .tit{height:44px;width:100%;line-height:44px;background:url(../images/tit-icon.png) right center no-repeat;text-indent:15px;font-size:16px;font-weight:bold;color: #fff;border-radius: 5px 5px 0 0;}
.xgcp .cont .pro-list{padding: 10px 5px;}

.goback{text-align:center;border:1px solid #eee;height:33px;line-height:33px;background:url(../images/aboutbg.gif) left bottom repeat-x;color: #787878;}
.nextrpev{width: 360px;text-align:center;padding: 15px 15px 25px;float: left;overflow: hidden;color: #787878;}
.nextrpev:hover a{color: #ff4e24;}

.rightmain .zxnews{width:780px;overflow:hidden;_zoom:1;margin: 0 auto;}
.rightmain .zxnews .newsbt{height:44px;width:100%;line-height:44px;background:url(../images/tit-icon.png) right center no-repeat;text-indent:15px;font-size:16px;font-weight:bold;color: #fff;border-radius: 5px 5px 0 0;}
.rightmain .zxnews .c{padding: 10px 4px 15px;border:1px solid #ddd;border-top: 0;}
.rightmain .zxnews .c ul{overflow:hidden;_zoom:1;}
.rightmain .zxnews .c ul li{float:left;width:355px;padding:0 15px;overflow:hidden;_zoom:1;}
.rightmain .zxnews .c ul li a{display: block;height:30px;line-height:30px;border-bottom:#ccc dotted 1px;padding-left: 25px;background: url(../images/newsico.png) 5px center no-repeat;white-space: nowrap;text-overflow: ellipsis;}

/*缃戠珯鍦板浘*/
.map{overflow:hidden;zoom:1;padding-bottom: 15px;}
.map .cont{overflow: hidden;border:1px solid #ddd;border-radius: 5px;margin: 15px 5px 0;}
.map .cont .tit{height:34px;line-height: 36px;padding: 0 15px;overflow: hidden;background: url(../images/jinpinbg.jpg) left bottom repeat-x;border-bottom:1px solid #ddd;font-size: 15px;font-weight: bold;}
.map .cont .list{padding:10px 14px;overflow: hidden;}
.map .cont .list ul li{width:12.5%;overflow: hidden;float: left;}
.map .cont .list ul li.n{width:20%;}
.map .cont .list ul li a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;padding: 0 5px;}

/*鎮ㄧ殑浣嶇疆*/
.local{float:none;width:100%;height:44px;line-height:44px;background:url(../images/tit-icon.png) right center no-repeat;overflow:hidden;border-radius: 5px 5px 0 0;}
.local p,.local h1{font-size:16px;color:#fff;float:left;font-weight:bold;width: 250px;padding-left: 15px;overflow: hidden;display: block;white-space: nowrap;text-overflow: ellipsis;}
.local .position{float:right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;max-width: 500px;padding-right: 15px;color: #bfeaff;}
.local .position a{color: #bfeaff;}
.local .position a:hover{color: #fff;}

/*鍒嗛〉*/
.itemfy{text-align:center;margin-bottom:20px;line-height:30px;height:30px;font-size:12px;}
.itemfy a{border:1px solid #ccc;padding:3px 5px;text-decoration:none;background:#FeFeFe;}
.itemfy a:hover{border:1px solid #f60;color:#f00}
.itemfy .pcurrent a{border:1px solid #f60;font-weight:bold;background:#FfF0F0}
.itemfy .styinvalid a:hover{border:1px solid #ccc;}
.itemfy .pmsg{display:inline;padding:5px;color:#666}
.itemfy .tip{display:none;}
.pageclick a{width:22px;border:1px solid #f60;height:20px;display:inline-block;margin:0 1px;}
.pagestyle a{width:60px;border:1px solid #ccc;height:20px;display:inline-block;margin:0 1px;}
.pagestyle a:hover{width:60px;border:1px solid #f60;height:20px;display:inline-block;margin:0 1px;}

/* 杩斿洖椤堕儴 */
.actGotop{position:fixed;_position:absolute;bottom:100px;right:130px;width:58px;height:62px;display:none;}
.actGotop a,.actGotop a:link{width:58px;height:62px;display:inline-block;background:url(../images/top1.jpg) no-repeat;outline:none;}
.actGotop a:hover{background:url(../images/top2.jpg) no-repeat;outline:none;}</pre></body></html>