﻿
 
				.h_icon{position: absolute; top:0; right:0;}
				.head  .h_icon{}
				.h_drop{
					height: 30px;
					position: relative;
					font-size: 14px;
					color: #333;
					line-height: 30px;
					margin-right: 80px;
					margin-top: 51px;
				}
				.h_drop em{ width: 96px; height: 28px;padding-left: 10px; padding-right: 20px;  border: 1px solid #eee; display: inline-block; vertical-align: middle; background: url(../images/h_icon61.png) no-repeat 105px center;}
				.h_drop:hover .hd_con{display: block;}
			.hd_con {
					width: 100px;
					position: absolute;
					top: 30px;
					left: 75px;
					background: #fff;
					display: none;
					font-size: 14px;
					line-height: 38px;
					z-index: 99;
					padding: 10px;
				}
				
				.hd_con span {
					display: block;  
					border-bottom: 1px dashed #ccc;
				}
				
				.hd_con a {
					color: #555;
				}
        .head {
            height: 262px;
            background: url(../images/h-bj.jpg) repeat-x 0 0;
            position: relative;
            z-index: 200;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_top {
            height: 41px;
            font-size: 14px;
            line-height: 40px;
            color: #999999;
        }
        
        .h_top a {
            color: #999;
        }
        
        .ht-link a {
            display: inline-block;
            margin: 0 14px;
        }
        
        .ht_txt1 {
            padding-left: 18px;
            background: url(../images/h-icon3.png) no-repeat left center;
            margin-right: 24px;
        }
        
        .ht_txt1 em {
            font-size: 12px;
            color: #d42100;
        }
        
        .h_con {
            height: 151px;
        }
        
        .h_con h1 {
            width: 219px;
            border-right: 1px solid #ededed;
            margin-top: 50px;
            margin-right: 30px;
            float: left;
            position: absolute;
        }
        
        .h_con h1 img {
            width: 219px;
            height: 51px;
        }
        
        .ht_link {
            margin-right: 30px;
        }
        .ht_link a {
            display: inline-block;
            padding: 0 5px;
        }
        
        .h_txt {
            min-width: 280px;
            min-height: 82px;
            font-size: 20px;
            color: #333;
            line-height: 32px;
            margin-top: 30px;
            padding-top: 17px;
            background: url(../images/h-icon4.jpg) no-repeat left top;
            position: absolute;
            margin-left: 238px;
        }
        
        .h_txt p {
            font-size: 22px;
            font-weight: bold;
            color: #cc0a00;
            line-height: 30px;
        }
        
        .h_tel {
            font-size: 14px;
            line-height: 22px;
            color: #666666;
            margin-top: 46px;
        }
        
        .h_tel p {
            font-size: 28px;
            font-family: arial;
            line-height: 30px;
            color: #cc0a00;
        }
        
        .h_nav {
            height: 70px;
            font-size: 15px;
            color: #666666;
            background-color: #fff;
            position: relative;
        }
        
        .head .h_nav2 {
            display: none;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 0;
        }
        
        .hn_pic {
            width: 64px;
            margin-right: 28px;
        }
        
        .hn_img {
            width: 27px;
            margin-top: 22px;
            cursor: pointer;
        }
        
        .hn_img>img {
            width: 27px;
            height: 22px;
        }
        
        .hn_img {
            position: relative;
        }
        
        .hn_img:hover p {
            display: block;
        }
        
        .hn_pic p {
            display: none;
            position: absolute;
            top: 48px;
            left: -55px;
            width: 187px;
            height: 177px;
            font-size: 14px;
            line-height: 24px;
            color: #333333;
            text-align: center;
            background-color: #E6E6E6;
            padding-top: 10px;
        }
        
        .hn_pic p em {
            display: block;
        }
        
        .hn_pic p span {
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            color: #f8fcf8;
            width: 123px;
            height: 22px;
            background-color: #cc0a00;
            border-radius: 10px;
        }
        
        .hn_pic p img {
            width: 108px;
            height: 108px;
            padding: 4px;
            border: 1px solid #bdbdbd;
        }
        
        .h_nav li {
            float: left;
            text-align: center;
            line-height: 64px;
					background-repeat: no-repeat;
					background-position: center 3px;
        }
        
        .h_nav li i {
            width: 17px;
            display: inline-block;
            height: 64px;
            background: url(../images/h-icon7.png) no-repeat right center;
            vertical-align: auto;
            float: right;
        }
        
        .h_nav li>a {
            display: inline-block;
            color: #666;
            padding-top: 3px;
            margin: 0 16px;
            border-bottom: 3px solid #fff;
            transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease
        }
        
        .h_nav li.hn_hot {
            background: url(../images/h-icon5.png) no-repeat center 7px;
        }
        
        .h_nav li.hn_new {
            background: url(../images/h-icon6.png) no-repeat center 2px;
        }
        
        .h_nav li:hover>a,
        .h_nav li.cur>a {
            font-weight: bold;
            color: #222222;
            border-color: #d60101;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }
        
        .h_nav li:hover .hn_two {
            display: block;
        }
        
        
				.hn_two p img{ width: 34px; display: block; margin: 0 auto 5px;}
				.hn_two {
					display: none;
					width: 100%;
					position: absolute;
					left: 0;
					top: 70px;
					height: 89px;
					background-color: #fff;
					text-align: center;
					border-top: 1px solid #ebebeb;
					padding-top: 20px;
				}
				
				.hn_two p {
					width: 168px;
					text-align: center;
					padding: 0 30px;
					display: inline-block;
					font-size: 14px;
					line-height: 18px;
					color: #666;
					border-right: 1px dashed #ccc;
					
    background-repeat: no-repeat;
    background-position: 173px 0;
    border-right: 1px dashed #ccc;
				}
				 
        
        .hn_two p span {
            display: block;
            font-size: 15px;
            color: #222;
            line-height: 48px;
        }
        
        .hn_two p span a {
            color: #222;
        }
        
        .hn_two p:last-of-type {
            border: 0;
        }
    

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

    
        .p2-pro_cla .p2-pro_cla2:nth-child(3n) {
            margin-right: 0;
        }
        .p2-pro_cla2 .sidenavcur a {
            color:#cc0a00;
        }
        
        .p2-pro_cla2 {
            width:31.3%;
            float: left;
            font-size: 14px;
            line-height: 30px;
            margin: 0 2.8% 10px 0;
        }
        
        .p2-pro_cla h2 {
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            margin-bottom: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p2-pro_cla h2 a {
            display: block;
            height: 40px;
            padding: 0 30px;
            color: #333;
            background: #f0f0f0;
        }
        
        .p2-pro_cla h2.sidenavcur a {
            background:#cc0a00;
            color:#fff;
        }
        
        .p2-pro_cla h2 a:hover {
            color: #fff;
            background: #cc0a00;
        }
        
        .p2-pro_cla2 ul {
            padding: 0 0 0 28px;
            border-left: solid 1px #ebebeb;
        }
        
        .p2-pro_cla2 li {
            height: 30px;
            font-size: 16px;
            line-height: 30px;
            position: relative;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p2-pro_cla2 li a {
            color: #666;
        }
        
        .p2-pro_cla2 li a:hover {
            color:#cc0a00;
        }
        
        .p2-pro_claej {
            left: 109px;
            top: 0;
            background: #ededed;
            padding: 8px 16px;
            font-size:12px;
            display: none;
            z-index: 990
        }
        
        .p2-pro_cla2 li.cur .p2-pro_claej {
            display: block;
        }
        
        .p2-pro_claej:before {
            content: "";
            position: absolute;
            top: 8%;
            left: -6px;
            width: 0;
            height: 0;
            border-top: solid 6px transparent;
            border-bottom: solid 6px transparent;
            border-right: solid 6px #ebebeb;
        }
        
        .p2-pro_claej a {
            display: block;
            border-bottom: solid 1px #fff;
            padding: 0 10px;
            height: 24px;line-height: 24px;
        }
        
        .p2-pro_claej a:last-child {
            border: 0;
        }
    

        .k12-cl-cplb-2nt2-1-01-desc {
            background: #fff;
            max-height: 180px;
            margin-bottom: 14px;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dt {
            height: 30px;
            padding: 20px 0;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dt b {
            display: inline-block;
            height: 30px;
            font-weight: normal;
            border-left: 13px solid #e3e3e3;
            border-right: 7px solid #e3e3e3;
            padding: 0 12px 0 13px;
            font-size: 28px;
            color: #7c7c7c;
            line-height: 30px;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dt b span {
            font-size: 18px;
            color: #bfbfbf;
            text-transform: uppercase;
            padding-left: 10px;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dd {
            padding: 0 27px 10px 27px;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dd h4 {
            font-size: 24px;
            font-weight: normal;
            color: #797979;
            max-height: 44px;
            line-height: 44px;
            overflow: hidden;
        }
        
        .k12-cl-cplb-2nt2-1-01-desc dd div {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            max-height: 48px;
            overflow: hidden;
        }
        
        .k12-cl-cplb-2nt2-1-01-tit {
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 15px;
            font-size: 24px;
        }
        
        .k12-cl-cplb-2nt2-1-01-tit span {
            display: inline-block;
            height: 50px;
            border-bottom:1px solid #d60201;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl {
            width: 32%;
            border: 1px solid #dedede;
            margin-bottom: 15px;
            background: #fff;
            float: left;
            margin-right: 1.3%;
            box-sizing: border-box;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl:nth-child(4n-1) {
            margin-right: 0;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dt img {
            width: 100%; 
            display: block;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dd {
            padding: 6px 20px 24px 20px;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dd h4 {
            height: 45px;
            font-weight: normal;
            font-size: 18px;
            color: #154c64;
            line-height: 45px;
            text-align:center ;
        }
        
        .k12-cl-cplb-2nt2-1-01-list h4 a {
            display: block;
            color: #727272;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl:hover h4 a {
            color: #cc0a00;
        }
        
        .k12-cl-cplb-2nt2-1-01-list-desc {
            height: 40px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-bottom: 12px;
            overflow: hidden;
            text-align:center ;
        }
        
        .k12-cl-cplb-2nt2-1-01-list-deta {
            width: 100px;
            height: 40px;
            display: block;
            border: 1px solid #aaa;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            margin:0 auto
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl:hover {
            border-color: #cc0a00;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl:hover .k12-cl-cplb-2nt2-1-01-list-deta {
            background: #cc0a00;
            border-color: #cc0a00;
        }
        
        .k12-cl-cplb-2nt2-1-01-list dl:hover .k12-cl-cplb-2nt2-1-01-list-deta a {
            color: #fff;
        }
    

    i,
    em {
        font-style: normal;
    }
    
    .footWrap {
        background: url(../images/f-bj.jpg) repeat-x center 0;
        height: 504px;
        overflow: hidden;
        font-family: "Microsoft Yahei";
    }
    
    .footer {
        height: 256px;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 54px;
    }
    
    .fcode {
        width: 266px;
        overflow: hidden;
    }
    
    .fcode dd p {
        margin-top: 16px;
        width: 85px;
        float: left;
        margin-right: 32px;
    }
    
    .fcode dd p img {
        width: 85px;
        height: 85px;
        display: block;
        margin: 0 auto;
    }
    
    .fcode dd p span {
        display: block;
        line-height: 34px;
        color: #a9a9a9;
        text-align: center;
        display: block;
    }
    
    .fcode dd i {
        display: block;
        padding-top: 15px;
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
    }
    
    .footer dt a {
        color: #fff;
    }
    
    .fcase {
        width: 154px;
    }
    
    .fserv {
        width: 150px;
    }
    
    .ffang {
        width: 170px;
    }
    
    .fnews {
        width: 156px;
    }
    
    .fabout {
        width: 100px;
    }
    
    .footer dl {
        float: left;
    }
    
    .footer dt {
        height: 38px;
        border-bottom: 1px solid #333333;
        overflow: hidden;
        font-size: 16px;
        line-height: 38px;
        color: #fff;
    }
    
    .footer dd {
        padding-top: 10px;
    }
    
    .footer dd a {
        display: block;
        font-size: 14px;
        color: #bcbcbc;
        line-height: 32px;
    }
    
    .flogo {
        width: 160px;
        overflow: hidden;
        float: right;
    }
    
    .flogo img {
        width: 128px;
        height: 120px;
        display: block;
        margin: 0 auto;
    }
    
    .flogo p {
        padding-top: 18px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    
    .flogo b {
        display: block;
        font-size: 20px;
        color: #fff;
        font-family: Arial;
    }
    
    .fwz {
        height: 204px;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .fwz dl {
        padding-top: 36px;
        width: 950px;
        overflow: hidden;
        float: left;
    }
    
    .fwz dt {
        height: 55px;
        overflow: hidden;
        margin-right: 40px;
        width: 400px;
    }
    
    .fcur1 li {
        display: inline-block;
        color: #333333;
        font-size: 14px;
        padding: 0 5px;
    }
    
    .fcur2 li {
        font-size: 12px;
        color: #939393;
        line-height: 24px;
        width: 400px;
        padding-left: 5px;
    }
    
    .fwz dd {
        padding-top: 14px;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        border-top: 1px solid #d6d6d6;
    }
    
    .fwz dd span {
        display: block;
        color: #999999;
    }
    
    .fwz dd span a {
        color: #999999;
    }
    
    .fwz dd em {
        display: inline-block;
        padding: 0 20px;
    }
    
    .fwz1 {
        width: 200px;
        overflow: hidden;
        float: right;
        padding-top: 56px;
        font-size: 12px;
        line-height: 24px;
        text-align: right;
        padding-right: 10px;
    }
    
    .fwz1 span {
        display: block;
        color: #939393;
        width: 180px;
    }
    
    .ftu {
        display: block;
        clear: both;
        padding-left: 36px;
        height: 124px; 
    }
    
    .ftu i {
        height: 35px;
        margin-top: 8px;
        display: block;
        float: left;
        position: relative;
    }
    
    .ftu i img {
        display: inline-block;
        margin-left: 16px;
    }
    
    .ftu i em {
        display: block;
        position: absolute;
        bottom: 37px;
        left: -6px;
        width: 76px;
        height: 76px;
        display: none;
    }
    
    .ftu i em img {
        width: 76px;
        height: 76px;
        margin-left: 0;
    }
    
    .ftu i:hover em {
        display: block;
    }


        .client-2 {
            position: fixed;
            right: -186px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 60px;
            position: relative;
        }
        
        .client-2 li i {
            /*background: url(../images/fx.png) no-repeat;*/
            background-repeat: no-repeat;
            background-position:center center;
            background-size: 100% auto;
            display: block;
            width: 25px;
            height: 25px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 16px;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-image: url(../images/qq-icon.png);
                background-size: 24px 25px;
        }
        .client-2  .my-kefu-hd i {
            background-image: url(../images/kf-icon2.png);
        }
       
        .client-2 .my-kefu-tel i {
            background-image: url(../images/tel-icon.png);
        }
        
        .client-2 .my-kefu-liuyan i {
            background-image: url(../images/ly-icon.png);
        }
        
        .client-2 .my-kefu-weixin i {
            background-image: url(../images/wx-icon1.png);
        }
        
        .client-2 .my-kefu-weibo i {
            background: url(../images/fx.png) no-repeat;
    background-position: -22px -16px;
    background-size: 48px auto;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            background-image: url(../images/top-icon.png);
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 60px;
            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: #333333;
            color: #fff;
            height: 52px;
            width: 247px;
            padding:8px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #333333;
            width: 97px;
            height: 52px;
            position: relative;
            padding:8px 0 0;
            float: left;
        }
        .client-2 li:hover .my-kefu-main,.client-2 li:hover .my-kefu-tel-main  { background-color:#d60101;}
        .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;
        }
    
