<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*==========@@HTMLé»˜è®¤ å¼€å§‹@@==========*/
/*åŸºæœ¬*/
* {
    padding: 0px;
    margin: 0px;
    font-family: å¾®è½¯é›…é»‘;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: justify;
    margin: 0;
    padding: 0px;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

b,strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
/* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

/*é“¾æŽ¥*/
a {
    text-decoration: none;
    color: #000;
    background: transparent;
    outline: none
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*å¤´éƒ¨*/
#header {
    width: 100%;
    height: 80px;
}

#header .w1200 {
    position: relative;
    z-index: 999;
}

#header .logo {
    width: 200px;
    float: left;
    height: 80px;
}

#nav {
    float: left;
    margin-left: 235px;
    height: 80px;
}

#nav ul li {
    margin-left: 5px;
    position: relative;
    width: 80px;
    text-align: center;
    float: left;
    line-height: 80px;
}

#nav ul li a {
    color: #332c2b;
    display: block;
    font-size: 15px;
    transition: all 0.4s;
}

#nav ul li:hover&gt;a {
    background: #f08519;
    color: #fff;
}

#nav ul li.cur a {
    background: #f08519;
    color: #fff;
}

#action div {
    position: absolute;
    display: none;
    z-index: 999;
    left: -555px;
    top: 79px;
    width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 32px;
}

#action div .probox {
    text-align: center;
}

#action div .probox ul {
    text-align: left;
    display: inline-block;
    width: 135px;
    vertical-align: top;
    color: #3e3a39;
    margin-right: 35px;
}

#action div .probox ul img {
    width: 135px;
    height: 110px;
    display: block;
    transition: all 0.4s;
    cursor: pointer;
}

#action div .probox ul img:hover {
    opacity: 0.8;
}

#action div .probox ul dd {
    line-height: 35px;
}

#action div .probox ul dd a {
    background: none;
    font-size: 16px;
    color: #3e3a39;
}

#action div .probox ul p {
    line-height: 20px;
}

#action div .probox ul p a {
    background: none;
    font-size: 13px;
    color: #3e3a39;
}

#action div .probox ul dd a:hover,#action div .probox ul p a:hover {
    color: #f08519;
}

#menubg {
    width: 100%;
    height: 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 80px;
}

/*æœç´¢*/
#ss {
    cursor: pointer;
    width: 80px;
    height: 80px;
    float: right;
    background: url(../images/ss.png)no-repeat center center #f08519;
}

#sbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

#sbox form {
    width: 500px;
    margin: 15% auto;
    padding: 20px;
}

#sbox form #keys {
    text-indent: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
}

#sbox form li {
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #33373a;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    transition: all 0.3s;
}

#sbox form li:hover {
    background: #f08519;
}

#sbox form #gb {
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    background: #33373a;
    margin-bottom: 10px;
    transition: all 0.3s;
}

#sbox form #gb:hover {
    background: #f08519;
}


/*main1*/
.main1 {
    width: 1200px;
    padding-top: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.main1 .box1 {
    cursor: pointer;
    width: 330px;
    height: 240px;
    border: 3px solid #f08519;
    border-right: none;
    float: left;
    background: url(../images/m1b1.jpg)no-repeat left center;
    overflow: hidden;
    transition: all 0.5s;
}

.main1 .box2 {
    cursor: pointer;
    border: 3px solid #f08519;
    width: 330px;
    height: 240px;
    float: left;
    background: url(../images/m1b2.jpg)no-repeat right center;
    transition: all 0.5s;
}

.main1 .box3 {
    cursor: pointer;
    border: 3px solid #f08519;
    border-left: none;
    float: right;
    width: 540px;
    height: 240px;
    background: url(../images/m1b3.jpg)no-repeat left center;
    transition: all 0.5s;
}

.main1 div:hover {
    opacity: 0.9;
}

/*main2*/  
.main2 {
    width: 1200px;
    margin: 30px auto;
}

.main2 .box1 {
    width: 740px;
    height: 520px;
    float: left;
    overflow: hidden;
}

.main2 .box1 img {
    transition: all 2s;
}

.main2 .box1 img:hover {
    transform: scale(1.2);
}

.main2 .box2 {
    width: 430px;
    height: 520px;
    float: right;
}

.main2 .box2 ul h2 {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #3e3a39;
    padding-bottom: 4px;
}

.main2 .box2 ul li {
    background: #e1e1e1;
    height: 220px;
    width: 100%;
    transition: all 0.4s;
}

.main2 .box2 ul li:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*main3*/
.main3 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f6f6f6;
}

.main3 .boxs {
    width: 96%;
    margin: 0 auto;
}

.main3 .boxs .box1 {
    width: 560px;
    float: left;
}

.main3 .boxs .box1 h2 {
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #3e3a39;
    padding-bottom: 4px;
    border-bottom: 1px solid #d9d9da;
}

.main3 .boxs .box1 h2 font {
    color: #999797;
}

.main3 .boxs .box1 ul {
    float: left;
    width: 260px;
}

.main3 .boxs .box1 ul img {
    width: 260px;
    height: 190px;
    display: block;
}

.main3 .boxs .box1 ul .tit {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    color: #333;
    transition: all 0.3s;
}

.main3 .boxs .box1 ul .date {
    font-size: 13px;
    color: #333;
    line-height: 30px
}

.main3 .boxs .box1 ul:hover&gt;a .tit {
    color: #f08519;
}


/*footer*/
#footer {
    margin-top: 40px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #efefef;
}

#footer .box1 {
    border-bottom: 2px solid #f08519;
    padding-bottom: 30px;
}

#footer .box1 .l {
    width: 810px;
    padding-bottom: 24px;
    float: left;
    border-right: 2px solid #d5d5d6;
}

#footer .box1 .l ul {
    margin-left: 70px;
    width: 120px;
    float: left;
}

#footer .box1 .l ul li {
    padding-bottom: 10px;
}

#footer .box1 .l ul li a {
    color: #231815;
    font-size: 16px;
}

#footer .box1 .l ul p {
    line-height: 24px;
}

#footer .box1 .l ul p a {
    color: #595757;
    font-size: 14px;
}

#footer .box1 .l ul li a:hover {
    color: #f08519;
}

#footer .box1 .l ul p a:hover {
    color: #f08519;
}

#footer .box1 .r {
  /*  padding-right: 30px;*/
    float: right;
    width: 270px;
}

#footer .box1 .r ul {
    margin-top: 55px;
    color: #595757;
    width: 180px;
    float: left;
}

#footer .box1 .r ul li {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

#footer .box1 .r ul h3 {
    font-weight: normal;
    font-size: 24px;
}

#footer .box1 .r ol {
    margin-top: 40px;
    width: 82px;
    height: 82px;
    float: right;
}

#footer .box2 {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
}

#footer .box2 h1 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #231815;
    padding-bottom: 30px;
}

#footer .box2 h1 span {
    display: block;
    font-size: 14px;
}

#footer .box2 li {
    text-align: center;
    font-size: 14px;
    color: #706c6b;
}

#nybanner img {
    width: 100%;
    display: block;
}

#son ul li {
    width: 120px;
    line-height: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

#son ul li a {
    font-size: 15px;
    color: #3e3a39;
    display: block;
}

#son ul li:hover {
    position: relative;
    z-index: 999;
    top: -7px;
    background: url(../images/sonbg.jpg)no-repeat center center #f08519;
}

#son ul li:hover&gt;a {
    color: #fff;
}

#son ul li.cur {
    position: relative;
    z-index: 999;
    top: -7px;
    background: url(../images/sonbg.jpg)no-repeat center center #f08519;
}

#son ul li.cur a {
    color: #fff;
}

/*productlist*/


/*jmwl*/
.jmwl {
    padding-top: 80px;
}

.jmwl h1 {
    font-size: 20px;
    font-weight: normal;
    color: #3e3a39;
}

.jmwl .info img {
    display: block;
    margin: 0 auto;
}

.jmwl .list {
    margin-top: 60px;
    border-top: 1px solid #dbdbdb;
}

.jmwl .list ul {
    width: 280px;
    float: left;
    margin-top: 30px;
    margin-right: 26px;
}

.jmwl .list ul li {
    line-height: 40px;
    font-size: 16px;
}


/* åœ°å›¾ */
.map{ 
    position:relative;
    width:856px; 
    margin:0 auto;
}
.map a{ 
    color:#666; 
    font-size:14px; 
    text-decoration:none;
    cursor: pointer;
}
.map a:hover{ 
    color:#fff!important;
}
.citybg{ 
    cursor: pointer;
    position:absolute; 
    display:none; 
    z-index:3; 
}

.city a.active .citybg{ 
    display:block; 
    z-index:3;
}


.anhui{
    background:url(../dtimg/anhui.png)no-repeat 0 0; 
    top:314px; 
    left:523px; 
    width:75px; height:90px;
}

.neimeng{
   background:url(../dtimg/neimeng.png) no-repeat 0 0;  
   top:9px; 
   left:296px; 
   width:318px; 
   height:272px; 
}

.heilongjiang{
    background:url(../dtimg/heilongjiang.png) no-repeat 0 0; 
    top:1px; 
    left:550px; 
    width:165px; 
    height:151px;
}

.xinjiang{
    background:url(../dtimg/xinjiang.png) no-repeat 0 0; 
    top:73px; 
    left:0px; 
    width:292px; 
    height:223px;
}

.xizang{
    background:url(../dtimg/xizang.png) no-repeat 0 0; 
    top:275px; 
    left:31px; 
    width:281px; 
    height:175px;
}
.qinghai{
    background:url(../dtimg/qinghai.png) no-repeat 0 0; 
    top:240px; 
    left:182px; 
    width:185px; 
    height:135px;
}

.gansu{
    background:url(../dtimg/gansu.png) no-repeat 0 0; 
    top:187px; 
    left:236px; 
    width:207px; 
    height:177px;
}

.ningxia{
    background:url(../dtimg/ningxia.png) no-repeat 0 0; 
    top:245px; 
    left:379px; 
    width:49px; 
    height:75px;
}

.shanghai{
    background:url(../dtimg/shanghai.png) no-repeat 0 0; 
    top:354px; 
    left:610px; 
    width:23px; 
    height:22px;
}

.liaoning{
    background:url(../dtimg/liaoning.png) no-repeat 0 0; 
    top:161px; 
    left:557px; 
    width:91px; 
    height:87px;
}

.guangdong{
    background:url(../dtimg/guangdong.png) no-repeat 0 0; 
    top:470px; 
    left:464px; 
    width:111px; 
    height:88px;
}

.guangxi{
    background:url(../dtimg/guangxi.png) no-repeat 0 0; 
    top:454px; 
    left:382px; 
    width:118px; 
    height:92px;
}
.henan{
    background:url(../dtimg/henan.png) no-repeat 0 0; 
    top:288px; 
    left:461px; 
    width:118px; 
    height:92px;
}

.shanxi{
    background:url(../dtimg/shanxi.png) no-repeat 0 0; 
    top:242px; 
    left:396px; 
    width:79px; 
    height:134px;
}

.shanxi2{
background:url(../dtimg/shanxi2.png) no-repeat 0 0; 
top:219px; 
left:458px; 
width:56px; 
height:112px;
}

.hebei{
    background:url(http://hssy.asp.wzkex.com/Templates/cn/dtimg/hebei.png) no-repeat 0 0; 
    top:184px; 
    left:497px; 
    width:85px; 
    height:118px;
}
.jilin{
   background:url(../dtimg/jilin.png) no-repeat 0 0; 
   top:113px; 
   left:575px; 
   width:125px; 
   height:88px; 
}

.beijing{
    background:url(../dtimg/beijing.png) no-repeat 0 0; 
    top:210px; 
    left:512px; 
    width:50px; 
    height:38px;
}

.tianjin{
    background:url(../dtimg/tianjin.png) no-repeat 0 0; 
    top:224px; 
    left:535px; 
    width:26px; 
    height:34px;
}

.shandong{
    background:url(../dtimg/shandong.png) no-repeat 0 0; 
    top:256px; 
    left:521px; 
    width:103px;
    height:68px;
}

.jiangsu{
    background:url(../dtimg/jiangsu.png) no-repeat 0 0; 
    top:305px; 
    left:539px; 
    width:93px; 
    height:72px;
}

.hainan{
    background:url(../dtimg/hainan.png) no-repeat 0 0; 
    top:556px; 
    left:442px; 
    width:89px; 
    height:88px;
}

.hubei{
    background:url(../dtimg/hubei.png) no-repeat 0 0; 
    top:345px; 
    left:438px; 
    width:115px; 
    height:75px;
}

.yunnan{
    background:url(../dtimg/yunnan.png) no-repeat 0 0; 
    top:412px; 
    left:280px; 
    width:132px; 
    height:138px;
}
.sichuan{
    background:url(../dtimg/sichuan.png) no-repeat 0 0; 
    top:328px; 
    left:284px; 
    width:161px; 
    height:143px;
}
.guizhou{
    background:url(../dtimg/guizhou.png) no-repeat 0 0; 
    top:409px; 
    left:367px; 
    width:93px; 
    height:81px;
}

.taiwan{
    background:url(../dtimg/taiwan.png) no-repeat 0 0; 
    top:456px; 
    left:613px; 
    width:32px; 
    height:65px;
}

.fujian{
    background:url(../dtimg/fujian.png) no-repeat 0 0; 
    top:415px; 
    left:548px; 
    width:70px; 
    height:84px;
}
.hunan{
    background:url(../dtimg/hunan.png) no-repeat 0 0; 
    top:394px; 
    left:445px; 
    width:83px; 
    height:96px;
}

.zhejiang{
    background:url(../dtimg/zhejiang.png) no-repeat 0 0; 
    top:367px; 
    left:574px; 
    width:62px; 
    height:70px; 
    display:block;
}

.jiangxi{
    background:url(../dtimg/jiangxi.png) no-repeat 0 0; 
    top:390px; 
    left:513px; 
    width:76px; 
    height:98px;
}

.chongqing{
    background:url(../dtimg/chongqing.png) no-repeat 0 0; 
    top:363px; 
    left:397px; 
    width:70px; 
    height:80px;
}

/*jmfw*/
.jmfw {
    padding-top: 60px;
}

.jmfwmain1 {
    width: 100%;
    height: 300px;
    background: url(../images/jmfw1.jpg)no-repeat right center;
}

.jmfwmain2 {
    margin-top: 40px;
}

.jmfwmain2 h1 {
    font-size: 32px;
    color: #3e3a39;
    padding-bottom: 10px;
}

.jmfwmain2 ul {
    float: left;
    width: 280px;
    line-height: 60px;
    height: 60px;
    color: #3e3a39;
    cursor: pointer;
    margin-right: 26px;
}

.jmfwmain2 ul li {
    text-indent: 55px;
    font-size: 16px;
}

.jmfwmain2 .u1 {
    background: url(../images/jmfwico1.png)no-repeat 10px center #e1e1e1;
}

.jmfwmain2 .u2 {
    background: url(../images/jmfwico2.png)no-repeat 10px center #e1e1e1;
}

.jmfwmain2 .u3 {
    background: url(../images/jmfwico3.png)no-repeat 10px center #e1e1e1;
}

.jmfwmain2 .u4 {
    background: url(../images/jmfwico4.png)no-repeat 10px center #e1e1e1;
}

.jmfwmain3 {
    margin-top: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e1e1e1;
    padding-left: 35px;
    padding-right: 35px;
}

.jmfwmain3 li {
    color: #3e3a39;
    font-size: 20px;
    padding-bottom: 30px;
}

.jmfwmain3 p {
    color: #3e3a39;
    font-size: 14px;
    line-height: 24px;
}

.jmfwmain4 {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #3e3a39;
    font-size: 14px;
    line-height: 24px;
}

.jmfwmain5 {
    margin-top: 40px;
}

.jmfwmain5 .top h2 {
    color: #3e3a39;
    padding-bottom: 15px;
}

.jmfwmain5 .top h2 span {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.jmfwmain5 .top li {
    color: #3e3a39;
    font-size: 20px;
    font-weight: normal;
}

.jmfwmain5 form {
    padding-top: 80px;
}

.jmfwmain5 form li {
    float: left;
    color: #848484;
    margin-bottom: 30px;
}

.jmfwmain5 form li input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-indent: 10px;
}

.jmfwmain5 form .l1 input {
    width: 400px;
}

.jmfwmain5 form .l2 {
    float: right;
}

.jmfwmain5 form .l2 input {
    width: 600px;
}

.jmfwmain5 form .l3 {
    margin-right: 30px;
}

.jmfwmain5 form .l4 input {
    width: 380px;
}

.jmfwmain5 form .l5 {
    float: right;
}

.jmfwmain5 form .l5 input {
    width: 580px;
}

.jmfwmain5 form .l6 input {
    width: 880px;
}

.jmfwmain5 form .l7 input {
    width: 970px;
}

.jmfwmain5 form .l8 {
    margin-right: 30px;
}

.jmfwmain5 form .l8 input {
    width: 270px;
}

.jmfwmain5 form a {
    display: block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 60px auto;
    color: #fff;
    background: #f08519;
}

/*about*/
.abinfo {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*joblist*/
.job {
    padding-top: 80px;
    padding-bottom: 80px;
}

div.sdmenu {
    width: 100%;
    margin: 24px auto;
    padding-bottom: 10px;
}

div.sdmenu div {
    overflow: hidden;
    margin-bottom: 10px;
    background: #F39800;
}

div.sdmenu div.collapsed {
    height: 60px;
}

div.sdmenu div span {
    width: 99%;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 22px;
    background: url(../images/jian.png) no-repeat right center;
    cursor: pointer;
}

div.sdmenu div.collapsed span {
    background: url(../images/jia.png)no-repeat right center;
}

div.sdmenu div a {
    display: block;
    background: #f6f6f6;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #333;
    font-size: 14px;
}

div.sdmenu div a.current {
    background: #ccc;
} 

/*ppjj*/
.ppjj {
    background: url(../images/ppjj.jpg)no-repeat right 60px;
}


/*ppwh*/

.ppwh {
    padding-top: 80px;
    padding-bottom: 45px;
}

.ppnh {
}

.ppnh h1 {
    font-size: 22px;
    font-weight: normal;
    color: #727171;
    line-height: 35px;
    padding-bottom: 40px;
}

.ppnh h1 span {
    display: block;
    color: #f08519;
}

.ppnh ul {
    cursor: pointer;
    background: #efeff0;
    width: 280px;
    height: 380px;
    float: left;
    margin-right: 26px;
}

.ppnh ul img {
    width: 280px;
    height: 200px;
    display: block;
    transition: all 0.3s;
}

.ppnh ul img:hover {
    opacity: 0.8;
}

.ppnh ul li {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.ppnh ul li span {
    color: #f08519;
    line-height: 30px;
}

.ppnh ul li p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #231815;
}

.ppkh {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #efefef;
}

.ppkh h1 {
    font-size: 22px;
    font-weight: normal;
    color: #727171;
    line-height: 35px;
    padding-bottom: 40px;
}

.ppkh h1 span {
    display: block;
    color: #f08519;
}

.ppkh .info p {
    font-size: 14px;
    line-height: 30px;
    color: #3e3a39 !important;
}

.pzbz {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pzbz h1 {
    font-size: 22px;
    font-weight: normal;
    color: #727171;
    line-height: 35px;
    padding-bottom: 40px;
}

.pzbz h1 span {
    display: block;
    color: #f08519;
}

.pzbz .info p {
    font-size: 14px;
    line-height: 30px;
    color: #3e3a39 !important;
}

/*fzlc*/
.fzlc {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fzlc h1 {
    font-size: 22px;
    font-weight: normal;
    color: #727171;
    line-height: 35px;
}

.fzlc .info {
    margin-top: 20px;
}


/* Menu style */
#timeline {
    width: 1120px;
    height: 500px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    position: relative;
    background: url('../images/licbg2.png') left 400px repeat-x;
}

#dates {
    width: 1120px;
/*overflow:hidden;*/
    margin-top: 130px;
}

#dates li {
    float: left;
    width: 240px;
    height: 90px;
    font-size: 16px;
    text-align: center;
}

#dates a {
    width: 420px;
    height: 90px;
    line-height: 130px;
    display: block;
    font-size: 1.2em;
    color: #666;
}

#dates .selected {
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/licbgt2.png) no-repeat top center;
    padding-top: 50px;
}

#dates .selected p {
    background: #1a355e;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

#issues {
    width: 1120px;
/*height:300px;*/
    overflow: hidden;
}

#issues li {
    width: 1120px;
/*height:300px;*/
    list-style: none;
    float: left;
}

#issues li .box1 {
    width: 500px;
    float: left;
    margin-left: 90px;
}

#issues li .box1 h1 {
    float: left;
    line-height: 70px;
    font-size: 60px;
    color: #f08519;
    height: 70px;
    font-weight: normal;
    margin-right: 20px;
}

#issues li .box1 span {
    display: block;
    float: left;
    color: #231815;
    font-size: 20px;
    line-height: 35px;
}

#issues li .box1 dd {
    width: 4px;
    height: 70px;
    float: right;
    background: #f08519;
}

#issues li .box1 ol {
    margin-top: 35px;
    font-size: 15px;
    color: #3e3a39;
    line-height: 20px;
}

#issues li .box2 {
    width: 335px;
    float: left;
    margin-left: 80px;
}


/*#issues li img{
    text-align:center;
    display:block;
    margin:0 auto;
}*/
#next,#prev {
    position: absolute;
    font-size: 100px;
    top: 90px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    color: #713611;
}

#next {
    right: 50%;
    margin-right: -570px;
}

#prev {
    left: 50%;
    margin-left: -570px;
}

#next.disabled,#prev.disabled {
    opacity: 0.2;
}



/*honorlist*/
.ry {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ry h1 {
    font-size: 30px;
    font-weight: normal;
    color: #727171;
}

.ry .top {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ry .top li {
    width: 140px;
    float: left;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-right: 2px solid #727171;
}

.ry .top li a {
    color: #727171;
    font-size: 22px;
}

.ry ol {
    width: 230px;
    padding: 24px;
    border: 1px solid #e2e2e3;
    float: left;
    margin-right: 26px;
    margin-top: 26px;
}

.ry ol img {
    width: 100%;
/*    height: 160px;*/
    display: block;
}

.ry ol li p {
    margin-top: 20px;
    color: #3e3a39;
}

.ry .pageNavi {
    text-align: right!important;
    margin-bottom: 0!important;
    margin-top: 60px!important;
}

/*caselist*/
.case1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.case1 h1 {
    font-size: 30px;
    font-weight: normal;
    color: #727171;
}

.case1 ul {
    width: 280px;
    float: left;
    height: 340px;
    margin-top: 30px;
    background: #efefef;
    margin-right: 26px;
}

.case1 ul img {
    width: 280px;
    height: 200px;
    display: block;
}

.case1 ul li {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 20px;
}

.case1 ul li span {
    color: #3b3432;
    font-size: 18px;
    line-height: 40px;
}

.case1 ul li p {
    font-size: 13px;
    color: #3b3432;
    height: 75px;
    overflow: hidden;
}

.case2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #efeff0;
}

.case2 h1 {
    font-size: 30px;
    font-weight: normal;
    color: #727171;
}

.case2 ul {
    width: 280px;
    float: left;
    height: 340px;
    margin-top: 30px;
    background: #fff;
    margin-right: 26px;
}

.case2 ul img {
    width: 280px;
    height: 200px;
    display: block;
}

.case2 ul li {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 20px;
}

.case2 ul li span {
    color: #3b3432;
    font-size: 18px;
    line-height: 40px;
}

.case2 ul li p {
    font-size: 13px;
    color: #3b3432;
    height: 75px;
    overflow: hidden;
}

/*zzpz*/
.zzmain1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.zzmain1 li {
    margin-top: 40px;
    line-height: 24px;
}

.zzmain1 .l1 {
    margin-top: 0;
    font-size: 20px;
    color: #231815;
}

.zzmain1 .l2 {
    font-size: 15px;
    color: #f08519;
}

.zzmain1 .l3 {
    font-size: 15px;
    color: #231815;
}

.zzmain2 {
    width: 100%;
    height: 660px;
    background: url(../images/zzm2bg.jpg)no-repeat center center;
}

.zzmain2 .w1200 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.zzmain2 li {
    margin-top: 40px;
    line-height: 24px;
}

.zzmain2 .l1 {
    margin-top: 0;
    font-size: 20px;
    color: #231815;
}

.zzmain2 .l2 {
    font-size: 15px;
    color: #f08519;
}

.zzmain2 .l3 {
    font-size: 15px;
    color: #231815;
}

.zzmain3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/zzm3bg.jpg)no-repeat right center;
}

.zzmain3 li {
    margin-top: 40px;
    line-height: 24px;
}

.zzmain3 .l1 {
    margin-top: 0;
    font-size: 20px;
    color: #231815;
}

.zzmain3 .l2 {
    font-size: 15px;
    color: #231815;
}

.zzmain3 .l3 {
    font-size: 15px;
    color: #231815;
}


/*hshysj*/
.sjmain1 {
    width: 100%;
    height: 650px;
    margin-top: 60px;
    background: url(../images/sjm1bg.jpg)no-repeat center center;
    margin-bottom: 80px;
}

.sjmain1 h1 {
    padding-top: 80px;
    font-size: 24px;
    color: #231815;
}

.sjmain1 h1 span {
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
    display: block;
}

.sjmain2 {
}

.sjmain2 .box1 {
    height: 290px;
    background: url(../images/sj1.jpg)no-repeat right center;
}

.sjmain2 .box1 p {
    margin-top: 40px;
    font-size: 15px;
    color: #231815;
    line-height: 24px;
}

.sjmain2 .box1 li {
    color: #231815;
    font-size: 18px;
    padding-top: 30px;
}

.sjmain2 .box2 {
    margin-top: 35px;
    height: 274px;
    background: url(../images/sj2.jpg)no-repeat right center;
}

.sjmain2 .box2 p {
    margin-top: 40px;
    font-size: 15px;
    color: #231815;
    line-height: 24px;
}

.sjmain2 .box2 li {
    padding-top: 30px;
    color: #231815;
    font-size: 18px;
}


/*hshygy*/
 /* æœ¬ä¾‹å­css */
.slideTxtBox {
    width: 1200px;
}

.slideTxtBox .hd {
    height: 62px;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    height: 60px;
    background: #fff;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 100px;
    height: 60px;
    margin-right: 5px;
}

.slideTxtBox .hd ul li img {
    display: block;
    width: 100px;
    height: 60px;
}

.slideTxtBox .hd ul li.on {
    width: 102px;
    height: 62px;
    border: 1px solid #f08519;
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd ul img {
    display: block;
    margin: 0 auto;
}

        /* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç&nbsp;ï¼Œå¦‚æžœä¸éœ€è¦åˆ&nbsp;é™¤å³å¯ */
.slideTxtBox .arrow {
 /* position:absolute;*/
}

.slideTxtBox .arrow a {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 17px;
}

.slideTxtBox .arrow .next {
    background: url(../images/arrow2.png)no-repeat center center;
    right: 5px;
    position: absolute;
    z-index: 99;
}

.slideTxtBox .arrow .prev {
    background: url(../images/arrow1.png)no-repeat center center;
    left: 5px;
    position: absolute;
    z-index: 99;
}

./*slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
        .slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }*/


/*newslist*/
.newinfo {
    margin-top: 30px;
}

.newinfo ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f1f1f1;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.newinfo ul li {
    width: 1000px;
    margin: 0 auto;
    color: #555;
    line-height: 60px;
    transition: all 0.5s;
}

.newinfo ul li b {
    font-weight: normal;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 40px;
    margin-right: 40px;
}

.newinfo ul li label {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 60px;
    margin-right: 40px;
}

.newinfo ul li span {
    display: block;
    float: left;
    line-height: 60px;
    font-size: 20px;
}

.newinfo ul:hover {
    background: #F39800;
}

.newinfo ul:hover&gt;a li {
    padding-left: 50px;
}

.newinfo .info {
    width: 1200px;
    margin: 30px auto;
    min-height: 500px;
}

.newinfo .info h3 {
    padding-top: 24px;
    color: #555;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.newinfo .info  h3 span {
    margin-top: 10px;
    color: #555;
    font-size: 12px;
    text-align: center;
    display: block;
}

.newinfo .info img {
    display: inline-block;
    max-width: 100%;
}      



 /*productlist*/
.pro {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pro .box {
    padding-bottom: 50px;
}

.pro .box .top h1 {
    font-size: 20px;
    font-weight: normal;
    color: #3e3a39;
    padding-bottom: 10px;
}

.pro .box .top li a {
    font-size: 14px;
    color: #3e3a39;
}

.pro .box .top li a:hover {
    color: #f08519;
}

.pro .box ol {
    width: 290px;
    height: 210px;
    float: left;
    overflow: hidden;
    margin-right: 13px;
    margin-bottom: 13px;
}

.pro .box ol img {
    width: 290px;
    height: 210px;
    display: block;
    transition: all 1s;
}

.pro .box ol:hover&gt;a img {
    transform: scale(1.2);
}

.pro .box .more {
    width: 120px;
    color: #737373;
    font-size: 16px;
    display: block;
    line-height: 35px;
    text-indent: 15px;
    height: 35px;
    border: 1px solid #737373;
    margin: 24px auto;
    background: url(../images/more.png)no-repeat 90px center;
}

</pre></body></html>