
        body {
            min-width: 1200px;
            width: 100%;
            overflow-x: hidden;
        }
        
        i,
        em {
            font-style: normal;
        }
        
        .tb {
            position: relative;
        }
        
        .xiala {
            position: fixed;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
            top: 147px;
            z-index: 30;
            background: #fff;
        }
        
        .xiala:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 26px;
            left: 0;
            top: 12px;
            background: url(images/tb_xiala_bg.jpg) repeat-x left 0;
        }
        
        .xiala-cont {
            padding: 50px 0 35px;
        }
        
        .xiala-cont:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }
        
        .xiala-cont li {
            float: left;
            width: 100px;
            padding: 0 52px;
            position: relative;
            margin: 0 !important;
        }
        
        .xiala-cont li:after {
            position: absolute;
            content: '';
            width: 1px;
            height: 220px;
            background: #e7e7e7;
            left: 0;
            top: 11px;
        }
        
        .xiala-cont li.first {
            padding-left: 0;
        }
        
        .xiala-cont li.first:after {
            display: none;
        }
        
        .xiala-cont li.last {
            width: 240px;
        }
        .xiala-cont li.mr0{padding-right: 0;}
        .xiala-cont li h4 a {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #333333;
            font-weight: normal;
        }
        
        .xiala-cont li p,
        .xiala-cont li span {
            height: 144px;
            display: block;
            padding-top: 3px;
        }
        
        .xiala-cont li p a {
            display: block;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            color: #666666;
        }
        
        .xiala-cont li span img {
            width: 240px;
            height: 134px;
            display: block;
            margin-top: 10px;
        }
        
        .xiala-cont li em {
            display: inline-block;
            height: 30px;
            padding-top: 20px;
        }
        
        .xiala-cont li em a {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #303030;
        }
        
        .content {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
        
        .header {
            height: 160px;
        }
        
        .header .logo {
            float: left;
            margin: 40px 0 0;
            width: 315px;
        }
        
        .header .logo span {
            display: block;
            font-weight: normal;
            font-size: 24px;
            color: #333;
            letter-spacing: 5px;
            padding-top: 10px;
        }
        
        .h_nav {
            float: left;
            padding: 30px 0 0 90px;
        }
        
        .h_nav ul li {
            float: left;
            font-size: 18px;
            position: relative;
            margin-right: 48px;
        }
        
        .h_nav ul li>a {
            color: #333;
            display: block;
            position: relative;
            z-index: 5;
            padding-right: 9px;
            width: 20px;
            padding-left: 14px;
            line-height: 110%;
            height: 127px;
            text-align: center;
            background: url(images/nav1.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(2)>a {
            background: url(images/nav2.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(3)>a {
            background: url(images/nav3.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(4)>a {
            background: url(images/nav4.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(5)>a {
            background: url(images/nav5.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(6)>a {
            background: url(images/nav6.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(7)>a {
            background: url(images/nav7.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(8)>a {
            background: url(images/nav8.jpg) no-repeat;
        }
        
        .h_nav li:hover>a,
        .h_nav li.cur>a {
            font-weight: bold;
            ;
        }
        
        .h_nav .erji {
            position: absolute;
            width: 240px;
            left: -35px;
            top: 117px;
            z-index: 50;
            background-color: #fff;
            padding: 30px 0;
            display: none;
        }
        
        .h_nav .erji:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 3px;
            background: #198e44;
            left: 0;
            top: 13px;
        }
        
        .h_nav .erji:after {
            position: absolute;
            content: '';
            border-bottom: 8px solid #198e44;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            left: 49px;
            top: 5px;
        }
        
        .h_nav .erji a {
            display: block;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #333333;
            border-bottom: 1px solid #ebebeb;
            padding: 0 20px;
            position: relative
        }
        
        .h_nav .erji a:after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            border: 2px solid #9f9f9f;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 22px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .h_nav .erji a:hover {
            background: #f5f5f5;
            font-weight: bold;
        }
        
        .h_nav li:hover .erji {
            display: block;
        }
        
        .sea {
            width: 44px;
            float: right;
            position: relative;
            margin-top: 38px;
            padding-left: 15px;
        }
        
        .sea .txt {
            width: 0;
            height: 44px;
            overflow: hidden;
            background: #00913e;
            border: 0;
            border-radius: 30px;
            position: absolute;
            right: 50px;
            top: 20px;
            z-index: 61;
            box-sizing: border-box;
            transition: .5s;
            outline: none;
            color: #fff;
        }
        
        .sea p {
            background: #00913e;
            overflow: hidden;
            border-radius: 20px;
            position: relative;
        }
        
        .sea p em {
            position: absolute;
            width: 20px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            bottom: 9px;
            left: 13px;
            line-height: 18px;
        }
        
        .sea .btn {
            display: block;
            width: 100%;
            height: 84px;
            background: url(images/btn.png) no-repeat center 15px;
            cursor: pointer;
            z-index: 65;
            position: relative;
            border: none;
            outline: none;
        }
        
        .sea:hover .txt {
            width: 230px;
            padding: 0 10px;
        }
    

        .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 #00913e;
            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-infocontent-1 {
            margin-bottom: 30px;
        }
        
        .p15-infocontent-1-tit {
            text-align: center;
            font-weight: normal;
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 40px;
            color: #535353;
            height: 40px;
            overflow: hidden;
        }
        
        .p15-infocontent-1-bool {
            border-bottom: 1px solid #00913e;
            height: 20px;
            font-size: 12px;
            color:#909090;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 20px;
        }
        
        .p15-infocontent-1-bool span a {
            color: #909090;
        }
        
        .p15-infocontent-1-bool i {
            font-style: normal;
            float: right;
            display: block;
            width: 80px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            background: #00913e;
        }
        
        .p15-infocontent-1-bool i a {
            color: #fff;
        }
        
        .p15-infocontent-1-bool span {
            margin-right: 15px;
        }
        
        .p15-infocontent-1-tag span {
            margin-right: 10px;
        }
    

        .p14-info-3 {
            background: #f5f5f5;
            padding: 8px 20px;
        }
        
        .p14-info-3-tit {
            height: 55px;
            font-size: 24px;
            font-weight: normal;
            line-height: 55px;
            color: #4b4a4a;
        }
        
        .p14-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-top: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-3-list li h4 a{ color:#4b4a4a;}
        .p14-info-3-list li h4 span {
            float: right;
        }
    

        .p14-pagination-1 dl {
            margin-bottom: 24px;
            padding-right: 40px;
        }
        
        .p14-pagination-1 dd {
            height: 32px;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-pagination-1 dd b{float: right;font-weight:normal;}
        
        .p14-pagination-1 dd span {
            width: 60px;
            height: 32px;
            background: #a2a2a2;
            color: #fff;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .p14-pagination-1 dt {
            height: 1px;
            border-bottom: 1px dashed #b5b5b5;
            margin-left: 60px;
            padding-top: 2px;
            margin-bottom: 2px;
        }
        .p14-pagination-1 dd em{float: right; padding-left: 20px;font-weight: normal;}
        .p14-pagination-1 dl a{color:#4b4a4a;}
        .p14-pagination-1-href {
            float: right;
            font-size: 18px;
            line-height: 32px;
        }
        
        .p14-pagination-1-href span {
            display: inline-block;
            padding: 0 6px;
            margin-left: 4px;
            background: #00913e;
        }
        
        .p14-pagination-1-href a {
            display: block;
            color: #fff;
        }
        
        .p14-pagination-1-key {
            min-height: 40px;
            border-top: 1px solid #00913e;
            font-size: 14px;
            line-height: 40px;
            color:#575556;
        }
        .p14-pagination-1-key a{ color:#575556;}
        .p14-pagination-1-key span {
            display: inline-block;
            margin: 0 4px;
        }
    

        
        .p14-left-nav-1-tit {
            background: #00913e;
            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 #00913e; 
            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: #fff;
        }
        
        .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 #00913e; 
        }  
        .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: 31px;
            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:#00913e;  
        }
        .p14-left-nav-1-nav dt.sidenavcur a,.p14-left-nav-1-nav dt:hover a{color: #00913e; }
        
        .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:#00913e;} 
         
        .p14-left-nav-1-nav p.sidenavcur:after ,.p14-left-nav-1-nav p:hover:after  {background: #00913e; } 
        
        .p14-left-nav-1-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    

        .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;
        }
    

	.f_bj{color:#666;clear:both;font-family:"Microsoft Yahei";overflow: hidden; position:relative; background: url(images/f_bg.jpg) repeat-x left bottom #fafafa;height:740px; padding-top: 112px; box-sizing: border-box;}
	.f_con{ width: 1200px; margin: 0 auto; }
    .f_top{ height: 255px;}
    .f_top h3{ float: left;background: url(images/f_ico1.jpg) no-repeat; padding-top: 40px; line-height: 100%; font-size: 50px; color: #333;font-weight: normal; }
    .f_top ul{ float: right;}
    .f_top ul li{ padding-right: 120px; float: left;}
    .f_top ul li span{ display: block; padding-left: 56px; color: #888; font-size: 16px; line-height: 100%;background: url(images/f_ico2.jpg) no-repeat;height: 39px; line-height: 30px;}
    .f_top ul li i{ display: block; line-height: 100%; color: #333; font-size: 24px; color: #333; margin-top: 29px; color: #333;}
    .f_top ul li:nth-child(2) span{background: url(images/f_ico3.jpg) no-repeat;}
    .f_top ul li:nth-child(3) span{background: url(images/f_ico4.jpg) no-repeat;}
    .f_top ul li:nth-child(3){ padding-right:0 ;}
    .f_logo{ position: relative; height: 314px;}
    .f_logo ul li{ float: left; padding-left: 48px; width: 151px; border-right: 1px solid #d5d5d5; height: 226px;}
    .f_logo ul li:first-of-type{ padding-left: 0;}
    .f_logo ul li h3{ display: block; line-height: 100%; font-size: 24px; color: #333; font-weight: bold; padding-bottom: 35px;}
    .f_logo ul li h3 a{color: #333;}
    .f_logo ul li em a{ display: block; line-height: 100%; padding-bottom: 20px; font-size: 16px; color: #666;}
    .f_logo ul li em a:hover{ color: #000;}

    .f_logo h4{ float: right;width: 110px; margin-right: 10px; margin-top: -45px;}
    .f_logo h4 img{ display: inline-block; width: 110px;}
    .f_logo h4 span{ display: block;color: #666; font-size: 15px; text-align: center; font-weight: normal; padding: 9px 0;  line-height: 100%;}

    .f_code{ overflow: hidden; clear: both;  font-size: 14px; color: #666;}
    .f_code i{ display: inline-block; float: right;}    .f_code  span{ padding: 0 20px;}
    .f_code i a{ color: #666; display: inline-block; padding: 0 7px;}
    .f_code i a:hover{ color: #000;}


        .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-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #00913e;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #00913e;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            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;
        }
    
