
.top_bg{width: 100%; height:208px; background:url(images/top_bg.png) no-repeat center 0; overflow: hidden;position: relative;z-index: 5;}
.header{width: 1200px; margin:0 auto;}
.h_top{height: 33px;line-height: 33px;font-size: 13px;color: #7e7f80;}
.h_top span{display: block;float: right;margin-right: 10px;}
.h_top span a{font-size: 13px;color: #7e7f80;display: block;float: left;padding: 0 10px;position: relative;}
.h_top span a:hover{color: #000;}
.h_top span a:before{content: "";width: 2px;height: 12px;background: #b1b3b5;position: absolute;top: calc(50% - 6px);left: 0;}
.h_top span a:first-child:before{background: none;}
.f_fen{float: right; width:100px; line-height:33px;height: 33px;position:relative;}
.f_fen em{position: relative;z-index: 2;display: block;width: 100%;height: 33px;background: #f0f3f5 url(images/t_ico.png) no-repeat 80px 14px;padding-left:10px;}
.f_fen a{ font-size:14px; color:#7e7f80;}
.f_fen p{position: absolute;top: 33px;left: 0;z-index: 1;background: #f0f3f5;-webkit-transition:all .5s;transition:all .5s;padding-left:10px;width:90px;height: 0;overflow: hidden;}
.f_fen p a{line-height:30px;display:block;}
.f_fen:hover p{height: 65px;padding-top:5px;}

.f_fen select{ font-size:14px; color:#7e7f80; border:none;background:url(images/t_ico.png) no-repeat 88px 14px; width:100px;padding: 0 0 0 10px; line-height:33px;height: 33px;overflow: hidden; appearance:none;-moz-appearance: none;-webkit-appearance:none;outline:none;}
.f_fen option{ color:#333;}
.h_con{ height:90px;padding-top: 22px;overflow: hidden;}
.logo{width: 200px;line-height: 0;padding: 14px 14px 0 0;}
.logo img{ width:200px; height:41px;}
.h_dw{font-size: 32px;color: #333;line-height: 66px;overflow: hidden;padding: 0 0 0 15px;position: relative;}
.h_dw:before{content: "";width: 1px;height: 42px;background: #acbbb8;position: absolute;top: calc(50% - 18px);left: 0;}
.h_dw i{color: #007059;}
.h_tel{line-height: 26px;background: url(images/tel.gif) no-repeat 0 bottom; font-size: 14px;color: #333;padding-left: 55px;}
.h_tel b{font-size: 30px; font-family:"DINOT";display: block;}
.h_nav{ height:57px; line-height:57px;overflow: hidden;}
.h_nav em{width: 21px;height: 17px;display: block;line-height: 0;overflow: hidden;position: absolute;top: 20px;left: 0;}
.h_nav em img{width: 21px;height: 17px;}
.h_nav li{height: 57px; float:left;padding: 0 27px;background: url(images/nav_line.png) no-repeat right center;}
.h_nav li a{font-size:16px; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{font-weight: bold;}
.h_nav li:first-child{padding-left: 30px;background: none;}
.h_nav li.nobor{padding-right: 0;}
em,i{ font-style:normal;}


        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
            margin-top: -10px;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #007059;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #007059;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #007059;}
	

    .p102-fdh-3 {
        height: 100px;
        box-shadow: 0 4px 6px #e9e9e9;
    }
    
    .p102-fdh-3 li {
        float: left;
        width: 14.28%;
        height: 100px;
        position: relative;
    }
    
    .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        background: #cfcfcf;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    
    .p102-fdh-3 li:last-child:after {
        display: none;
    }
    
    .p102-fdh-3 li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
    }
    
    .p102-fdh-3 li.sidenavcur:before,
    .p102-fdh-3 li:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #007059;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #007059;
    }
    
    .p102-fdh-3 li.sidenavcur a:before,
    .p102-fdh-3 li:hover a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 3px solid #007059;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        z-index: 2;
    }
    
    .p102-fdh-3 li.sidenavcur a:after,
    .p102-fdh-3 li:hover a:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #007059;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -2px;
        z-index: 3;
    }


        .k12-gl-gslb-3nf1-1-01 {
            padding: 30px 0 20px;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl {
            width: 24%;
            float: left;
            background: #f0f0f0;
            margin: 0 1.3% 13px 0
        }
        
        .k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
            margin-right: 0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt {
            border: 1px solid #f0f0f0;
            padding: 10px 9px;
            background: #fff;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dt img {
            display: block;
            width: 100%;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            padding: 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #f0f0f0; font-weight: normal;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

    .p102-pagination-blk {
        padding-bottom: 40px;
    }


.f_bg{padding: 70px 0 0; height:310px;background: #edf4f7; width:100%;overflow: hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_top{display: block;font-size: 20px;color: #333;height: 86px;line-height: 90px;overflow: hidden;}
.f_logo{width: 320px;height: 285px;padding: 25px 0 0; background:url(images/f_line.gif) no-repeat right 0;}
.f_logo h5{width: 284px;height: 58px;line-height: 0;padding-bottom: 25px;}
.f_logo h5 img{width: 284px;height: 58px;}
.f_logo p{font-size: 14px;color: #333;line-height: 30px;}
.f_logo p span{padding: 0 10px;}
.f_logo .f_icp{ background:url(images/f_icp.png) no-repeat 0 center;padding-left: 28px;display:block;font-size: 14px;color: #333;line-height: 30px;}
.f_logo a{color: #333;}
.f_nav{width: 255px;height: 310px; background:url(images/f_line.gif) no-repeat right 0;padding-left: 45px;}
.f_nav ul li{float: left;width: 125px;line-height: 30px;height: 30px;overflow: hidden;}
.f_nav ul li a{font-size: 14px;color: #333;}
.f_nav ul li a:hover{color: #000;font-weight: bold;}
.f_ban{width: 210px;height: 310px;font-size: 14px;color: #333;line-height: 30px;padding-left: 40px;}
.f_ban span{display: block;font-size: 1.1rem;font-weight: bold;height: 4.5rem;}
.f_ban i{display: block;}
.f_er{width: 280px;height: 310px;}
.f_er p{width: 140px;float: left;text-align: center;}
.f_er p em{display: block;width: 117px;height: 117px;background: #ecf4f7;border: #fff 10px solid;line-height: 0;}
.f_er p img{width: 117px;height: 117px;}
.f_er p span{display: block;font-size: 14px;color: #333;line-height: 30px;}
  

        .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: #007059;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #007059;
            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;
        }
    
