
        em,
        i {
            font-style: normal;
        }
        
        .topWrap {
            background: url(images/tpbg.jpg) repeat-x center top;
            font-family: "Microsoft Yahei";
            height: 127px;
            position: relative;
            overflow: hidden;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_nr {
            height: 127px;
            overflow: hidden;
            box-sizing: border-box;
            padding-top: 22px;
        }
        
        .logo {
            width: 175px;
            height: 78px;
            overflow: hidden;
            float: left;
        }
        
        .logo img {
            width: 175px;
            height: 78px;
            display: block;
        }
        
        .h_nr h2 {
            margin-left: 22px;
            margin-top: 8px;
            float: left;
            font-size: 23.75px;
            color: #30373f;
            font-weight: normal;
            text-align: left;
            line-height: 35px;
            position: relative;
        }
        
        .h_nr h2 b {
            color: #30373f;
            font-size: 26px;
            font-weight: bold;
            display: block;
            text-align: left;
            position: relative;
        }
        
        .h_nr .sc {
            margin-top: 20px;
            text-align: left;
            float: right;
            width: 272px;
            box-sizing: border-box;
            padding-left: 55px;
            height: 64px;
            background: url(images/tel.png) no-repeat left 5px;
            line-height: 22px;
        }
        
        .h_nr .sc span {
            font-size: 16px;
            color: #30373f;
            display: block;
            font-weight: lighter
        }
        
        .h_nr .sc p {
            overflow: hidden;
            color: #0f7a40;
            font: 32px "Arial";
            font-weight: bold;
        }
        
        .h_nr .fcode {
            width: 250px;
            float: right;
            margin-top: -12px;
        }
        
        .h_nr .fcode em {
            display: block;
            width: 100px;
            float: left;
            line-height: normal;
            text-align: center;
            color: #000;
            margin-right: 20px;
            font-size: 12px;
        }
        
        .h_nr .fcode em img {
            width: 90px;
            height: 90px;
            display: block;
            padding: 1px;
            background: #eee;
            margin: 0 auto;
        }
        
        .nav {
            height: 60px;
            background: #30373f;
            font-family: "Microsoft Yahei";
        }
        
        .nav ul {
            height: 60px;
            width: 1200px;
            margin: 0 auto;
        }
        
        .nav li {
            float: left;
            font-size: 16px;
            position: relative;
        }
        
        .nav li a {
            text-decoration: none;
            height: 60px;
            padding: 0 29px;
            line-height: 60px;
            display: block;
            position: relative;
            z-index: 2;
            color: #ffffff;
            box-sizing: border-box;
            font-weight: lighter;
        }
        
        .nav li:after {
            content: '';
            position: absolute;
            height: 0;
            width: 100%;
            background: #009745;
            background-size: 100% 100%;
            bottom: 0;
            left: 0;
            -webkit-transition: height .5s;
            transition: height .5s;
            color: #fff;
            z-index: 1;
        }
        
        .nav li:hover:after,
        .nav li.cur:after {
            height: 100%;
            color: #ffffff;
            z-index: 1;
        }
        
        .nav li a:hover,
        .nav .cur a {
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
        }
        
        .nav li.nones:before {
            background: none;
        }
        
        .hd_fixed {
            filter: alpha(opacity=95);
            opacity: 0.95;
            position: fixed;
            top: 0;
            width: 100%;
            _position: absolute;
            _top: expression(eval(document.documentElement.scrollTop)-0);
            z-index: 10;
            left: 0;
            -webkit-transition: top 0.5s;
            transition: top 0.5s;
        }
        
        .nav ul li .nav-two {
            width: 1200px;
            position: absolute;
            left: 228%;
            top: 5rem;
            transform: translate(-50%, 0);
            background: rgba(255, 255, 255, .98);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
            /*border-radius: 0.5rem;*/
            /*padding: 0.9rem 0 1.5rem;*/
            box-sizing: border-box;
            /*border: 0.05rem solid #ff8901;*/
            transition: .5s;
            display: none;
            z-index: 9;
        }
        
        .nav ul li .nav-two p {
            float: left;
            width: 100%;
            padding: 0.5rem 3rem 0;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em {
            float: right;
            width: 35%;
            display: block;
            padding: 3rem 2.5rem;
            background: #f5f5f5;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em img {
            display: block;
            width: 100%;
            border-radius: 4px;
        }
        
        .nav ul li .nav-two b a {
            display: block;
            height: 4rem;
            border-bottom: 1px solid #009745;
            font-weight: normal;
            font-size: 1.2rem;
            color: #009745;
        }
        
        .nav ul li .nav-two i {
            display: flex;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        
        .nav ul li .nav-two i a {
            display: block;
            line-height: 1.8rem;
            font-size: 0.8rem;
            color: #333333;
            float: left;
            width: 25%;
            padding-left: 1rem;
            position: relative;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two i a:after {
            position: absolute;
            left: 0;
            top: 0.7rem;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 0.3rem;
            background: #009745;
            content: "";
        }
        
        .nav ul li .nav-two i a:hover {
            color: #009745;
        }
        
        .nav ul li:hover .nav-two {
            top: 3.8rem;
            display: block;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #30373f;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1 dt a {
            display: block;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #0e7a40;
        }
        
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color: #0e7a40;
        }
    

        .k12-xl-xwlb-1nt2-1-01-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            display: inline-block;
            width:856px;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt {
            width: 268px;
            float: left;
            margin-right: 2.3%;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt img {
            width:100%; 
            display: block;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #0e7a40;}
        .k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
            color: #0e7a40;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .k12-xl-xwlb-1nt2-1-01-list-deta a{color:#fff;}
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
            background: #0e7a40;
            border-color: #0e7a40;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    

        
        .p14-left-nav-1-tit {
            background: #0e7a40;
            height: 80px;                            
        }
        
        .p14-left-nav-1-tit h2 {
            height: 75px;
            font-size: 24px; 
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
            
        }
        .p14-left-nav-1-tit h2 span{font-size: 14px; text-transform: uppercase;}
         
        
        .p14-left-nav-1-nav-one h3 {
            height: 50px;
            line-height: 50px; 
            background:url(images/p14-icon5.png) no-repeat right center #ececeb; 
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .p14-left-nav-1-nav-one h3 a {
            display: block; 
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px; 
            color: #666;
        }
        
        .p14-left-nav-1-nav-one h3.sidenavcur,.p14-left-nav-1-nav-one h3:hover{
            background: url(images/p14-icon2.png) no-repeat right center #0e7a40; 
        }  
        .p14-left-nav-1-nav-one h3.sidenavcur a,.p14-left-nav-1-nav-one h3:hover a{
            color: #fff
        }
        
        .p14-left-nav-1-nav dl{
            padding: 2px 0 4px;
        }
        .p14-left-nav-1-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px; 
            margin-bottom: 1px;
            background:#ececec;
            position: relative;
            overflow: hidden;	
            
        }
        .p14-left-nav-1-nav dt:after{      
        	content: "";
        	width: 8px;
        	height: 8px;              	
        	border: 2px solid #b8b8b8;
        	border-style: solid solid none none;
        	position: absolute; 
        	top: 50%;
        	right: 32px;
        	margin-top: -4px;
        	-webkit-transform: rotate(45deg);
        	-moz-transform: rotate(45deg);
        	-ms-transform: rotate(45deg);
        	-o-transform: rotate(45deg);
        	transform: rotate(45deg);
        }
        
        .p14-left-nav-1-nav dt.sidenavcur:after,.p14-left-nav-1-nav dt:hover:after {
                    	border-color:#0e7a40;  
        }
        .p14-left-nav-1-nav dt.sidenavcur a,.p14-left-nav-1-nav dt:hover a{color: #0e7a40; }
        
        .p14-left-nav-1-nav dd{
            border: 1px solid #ececec;                             
            border-bottom:0;     
        }
        .p14-left-nav-1-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px; 
            border-bottom: 1px solid #ececec; 
            background: #fff;
            position: relative;
            overflow: hidden;
        }
          
                          
        /*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/
        
       
        .p14-left-nav-1-nav p.sidenavcur a,.p14-left-nav-1-nav p:hover a{color:#0e7a40;} 
         
        .p14-left-nav-1-nav p.sidenavcur:after ,.p14-left-nav-1-nav p:hover:after  {background: #30373f; } 
        
        .p14-left-nav-1-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    

        .p14-pro-1 {
            background: #fff;
        }
        
        .p14-pro-1-tit {
            height: 60px;
            font-size: 24px;
            line-height: 60px;
            margin-bottom: 10px;
            background: #0e7a40;
            color: #fff;
            text-align: center;
        }
        
        .p14-pro-1-list dl {
            border: 1px solid rgba(153, 153, 153, 0.3);
            margin-bottom: 10px;
            font-size: 12px;
            box-sizing: border-box;
            line-height: 18px;
            overflow: hidden;
        }
        
        .p14-pro-1-list dt {
            width: 100%;
            /*1:1的高度 238px*/
            /*2:1的高度 119px*/
            /*16:9的高度 134px*/
            /*4:3的高度 178px*/
            height: 178px;
            overflow: hidden;
        }
        
        .p14-pro-1-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-pro-1-list dd h4 {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
            line-height: 40px;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
            color: #fff;
            background: #333;
            white-space: nowrap;
        }
        
        .p14-pro-1-list dd h4 a {
            display: block;
            color: #fff;
        }
    

        .p1-info-3-tit {
            height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #0e7a40;
    color: #fff;
    text-align: center;
        }
        .p1-info-3-list{padding: 10px 10px 0;}
        .p1-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-bottom: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        /*.p1-info-3-list li h4 a{ color:#4b4a4a;}*/
        .p1-info-3-list li h4 span {
            float: right;
        }
    

    .p102-info-label {
        padding: 30px 10px 0 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .p102-info-label-list {
        padding: 15px 0;
    }
    
    .p102-info-label-list a {
        float: left;
        padding: 0 16px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        color: #4c4c4c;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 0;
        border-radius: 3px;
    }
    
    .p102-info-label-list a:hover {
        color: #0e7a40;
        border-color: #0e7a40;
    }


    .p102-info-label-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background: #0e7a40;
    }
    
    .p102-info-label-more a {
        display: block;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }


        .contact-z1 {
            height: 140px;
            background: url("images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

        .footWrap{background:#30373f;height:700px;font-family:"Microsoft Yahei";box-sizing: border-box;}
        .footer{width:1200px;margin: 0 auto; }
        .footer em{padding:0 8px;}
        .f_nav{width: 100%; height: 74px;background: #127c42;}
        .fnav{width:1200px;margin:0 auto;}
        .fnav a{display: block;font-size:16px;color:#fff;line-height: 74px; height: 74px;padding:0 43px; float: left;text-decoration: none;}
        .fnav a.no1{padding-left:0;}
        .fnav a.lasta{padding-right:0;}

        .fcontact{width: 100%; height:524px;background: url(images/ftbg.jpg) no-repeat center top;padding-top:150px;box-sizing: border-box; }
        .fcontact h3{ font-weight: bold;font-size: 47px; color:#30373f;text-align: center;margin-bottom: 22px;    line-height: 55px;}
        .fcontact h4{    font-weight: bold;
    font-size: 32px;
    color: #127c42;
    text-align: center;
    margin-bottom: 22px;
    line-height: 55px;
    width: 1136px;
    margin: 0 auto;}
        .fcontact h3 em{display: block; font-size:40px; color:#666666; font-family: Arial, Helvetica, sans-serif;}
        .fcontact .lx{text-align: center;}
        .fcontact .lx p{text-align: center; font-size: 18px;color:#0a742a;font-weight: bold; line-height: 40px; display: inline-block; margin-left:80px;padding-left:35px;margin-bottom: 20px;}
        .fcontact .lx p i{font-weight: normal;}
        .fcontact .lx p:nth-child(1){background: url(images/ftico1.png) no-repeat left center;}
        .fcontact .lx p:nth-child(2){background: url(images/ftico2.png) no-repeat left center;}
        .fcontact .lx p:nth-child(3){background: url(images/ftico3.png) no-repeat left center;}
        .fcontact .addr{ display: block;text-align: center; font-size: 15px; color:rgba(48, 55, 63, 0.83)}

        .fbeian{width: 619px;padding-top:10px; clear: both;overflow: hidden;box-sizing: border-box; float:left;}
        .fbeian  img{width:180px;height:80px;  display: block; float: left;}
        .fbeian p{padding-top:18px;padding-left:42px; font-size: 15px;color: rgba(255, 255, 255, 0.66);float: left; line-height: 32px;}
        .fbeian p b{display:block;font-size: 16px; font-weight: normal; color:#fff;}
        .fbeian p a{color: rgba(255, 255, 255, 0.66);}
        .links{float: right; width:528px; padding-top:15px; height:67px; overflow:hidden; font-size:15px;}
    .links a{color: #fff;margin-right: 30px;}
    .links a:last-child{margin-right: 0;}
       

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-radius:5px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0e7a40;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
             border-radius:5px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0e7a40;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
             border-radius:5px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
