
        body {
            min-width: 1200px;
            width: 100%;
            overflow-x: hidden;
        }
        
        i,
        em {
            font-style: normal;
        }
        
        .header {
            height: 120px;
            position: relative;
        }
        
        .h_con {
            height: 120px;
        }
        .h_con .ewm{ width:335px; float:right;}
        .h_con .ewm i{ float:left; width:44%;text-align:center;}
        .h_con .ewm i img{ width: 99px;
    margin-top: 10px;
    float: left;}
        .h_con .ewm i em{text-orientation: upright;
    transform: rotate(0deg);
    writing-mode: tb-rl;
    display: inline-block;
    float: left;
    padding-top: 30px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 1px;}
        .header .logo {
            float: left;
        }
        
        .header .logo img {
            width: 232px;
            display: block;
        }
        .header .logo a{display: block;}
        .slogan {
            float: left;
            margin-top: 34px;
            padding-left: 33px;
            position: relative;
            font-weight: normal;
            height: 50px;
            border-left: 1px solid #E8E8E8;
            ;
            margin-left: 28px;
        }
        
        .slogan span {
            display: block;
            font-size: 22px;
            color: #333333;
            line-height: 22px;
        }
        
        .slogan b img {
            display: block;
            width: 96px;
            height: 17px;
            margin-top: 12px;
        }
        
        .zx {
            float: right;
            width: 134px;
            height: 41px;
            background: #2B378B;
            border-radius: 21px;
            margin-top: 40px;
            padding-left: 26px;
            font-size: 14px;
            color: #fff;
            line-height: 41px;
            box-sizing: border-box;
            transition: all 0.3s;
        }
        
        .zx:hover {
            transform: translateY(-5px);
        }
        
        .zx img {
            display: block;
            width: 28px;
            height: 28px;
            padding-top: 7px;
            float: right;
            padding-right: 7px;
            vertical-align: middle;
        }
        
        .h_contact {
            float: right;
            margin-top: 26px;
            margin-right: 20px;
        }
        
        .h_contact p {
            height: 32px;
            margin-bottom: 6px;
        }
        
        .h_contact p:hover span img {
            animation-duration: 2s;
            animation-name: flipInY;
        }
        
        .h_contact span img {
            display: block;
            width: 32px;
            height: 32px;
            float: left;
            padding-right: 8px;
        }
        
        .h_contact strong {
            display: block;
            font-size: 26px;
            color: #333333;
            line-height: 32px;
            float: left;
            font-weight: bold;
        }
        
        .h_nav {
            height: 62px;
            background: rgba(51, 51, 51, 0.3);
            clear: both;
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            bottom: -62px;
            width: 1920px;
            margin-left: -960px;
            z-index: 200;
        }
        
        .header .h_nav li {
            position: relative;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .header .h_nav li:last-child>a:after {
            display: none;
        }
        
        .header .h_nav li>a:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 0;
            background: #2b378b;
            left: 0;
            bottom: 0;
            transition: .3s ease;
            -o-transition: .3s ease;
            z-index: -1;
        }
        
        .header .h_nav li>a {
            position: relative;
            display: block;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 62px;
            height: 62px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 35px;
            z-index: 2;
            transition: .3s ease;
            -o-transition: .3s ease;
        }
        
        .header .h_nav li:hover>a:before,
        .header .h_nav li.cur>a:before {
            height: 100%;
        }
        
        .header .h_nav li:hover>a:after,
        .header .h_nav li.cur>a:after {
            display: none;
        }
        
        .h_nav li p {
            display: none;
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: 62px;
            z-index: 10;
            background: rgba(43, 55, 139, 0.85);
            border-radius: 0 0 7px 7px;
        }
        
        .h_nav li p>a {
            display: block;
            height: 46px;
            line-height: 46px;
            font-size: 14px;
            color: #fff;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            background: none;
        }
        
        .h_nav li p>a:first-child {
            border-top: 0;
        }
        
        .h_nav li p>a:last-child {}
        
        .h_nav li p>a:hover {
            font-weight: bold;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            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: #2b378b;}
    .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 #2b378b;
        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: #2b378b;}
	

  
  .p102-info-1 {
        width: 1029px;
        background: #fff;
        border-left: 1px solid #ebebeb;
        margin-left: -1px;
        padding: 70px 40px 40px;
    }
        .k12-gl-gslb-3nf1-1-01 {
            padding: 0 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 #e5e5e5;
            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;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

.p102-info-1 {
        width: 1029px;
        background: #fff;
        border-left: 1px solid #ebebeb;
        margin-left: -1px;
        padding: 70px 40px 40px;
    }
    .p102-info-list {
        border: 1px solid #e3e3e3;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    
    .p102-info-list dl {
        border-bottom: 1px solid #e3e3e3;
        padding: 19px;
        position: relative;
    }
    
    .p102-info-list dt {
        width: 268px;
    }
    
    .p102-info-list dt a,
    .p102-info-list dt img {
        display: block;
        width: 100%;
    }
    
    .p102-info-list dd {
        position: absolute;
        left: 327px;
        right: 29px;
        top: 0;
        bottom: 19px;
        z-index: 1;
        padding-top: 20px;
    }
    
    .p102-info-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-list dd h4 a {
        display: inline-block;
        max-width: 100%;
        height: 40px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-list .p102-info-list-desc {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-list-more {
        padding-top: 18px;
    }
    
    .p102-info-list-more a {
        display: block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #2b378b;
        text-align: center;
        border: 1px solid #2b378b;
        position: relative;
    }
    
    .p102-info-list-more a:before {
        content: '';
        position: absolute;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 10px solid #fff;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-info-list-more a:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #2b378b;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
    }
    
    .p102-info-list dl:hover {
        box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
    }
    
    .p102-info-list dl:hover dd h4 a {
        color: #2b378b;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a {
        background: #2b378b;
        color: #333;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:before {
        border-left: 10px solid #2b378b;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:after {
        border-left: 7px solid #fff;
    }


    .p102-info-fdh-1 {
        width: 90px;
        position: relative;
        z-index: 2;
        margin-top: 70px;
    }
    
    .p102-info-fdh-1-nav-one {
        margin-bottom: 10px;
    }
    
    .p102-info-fdh-1-nav-one h3 {
        background: #2b378b;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one li {
        background: #ccc;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one h3 a,
    .p102-info-fdh-1-nav-one li a {
        display: block;
        line-height: 26px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        padding: 19px 20px;
    }
    
    .p102-info-fdh-1-nav-one li a {
        color: #666;
        font-size: 16px;
        padding: 19px 10px;
    }
    
    .p102-info-fdh-1-nav-one h3.sidenavcur,
    .p102-info-fdh-1-nav-one h3:hover {
        background: #92c42f;
        font-weight: bold;
    }
    
    .p102-info-fdh-1-nav-one li.sidenavcur a,
    .p102-info-fdh-1-nav-one li:hover a {
        color: #92c42f;
        font-weight: bold;
    }
    /*有需要黑色字体的可放出*/
    /*.p102-info-fdh-1-nav-one h3.sidenavcur a,*/
    /*.p102-info-fdh-1-nav-one h3:hover a {*/
    /*    color: #1a1a1a;*/
    /*}*/


    .f_bg{ background:#f6f6f6; height:413px;overflow: hidden;padding-top: 63px;box-sizing: border-box;}
     .content,.footer{width: 1200px; margin:0 auto;}
     .f_con{ height: 270px; }
    .f_ul{ width: 408px;position: relative;float: left;}
    .f_ul li{float: left;width: 186px;box-sizing: border-box;height: 230px;border-right: 1px solid #e6e6e6;}
    .f_ul li:nth-child(2n){ text-align: center;width: 218px; }
    .f_ul li b a{display:block;font-size: 16px;color: #333333;line-height: 16px;margin-bottom: 20px;font-weight: bold;}
    .f_ul li p a{display:block;font-size: 14px;color: #666666;line-height: 34px;}
    .f_ul li p a:hover{ color: #91c42f; }
   
    .f_logo{ float: left;width: 394px;height: 230px;border-right: 1px solid #e6e6e6;}
    .f_logo h2 img{ display: block;width: 138px;height: 71px;margin: 0 auto; }
    .f_logo h2 span{ display: block;font-size: 14px;text-align: center;line-height: 14px;padding-top: 18px;font-weight: normal;color: #333; }
    .f_logo ul{ margin-top: 50px; margin-left: 56px;}
    .f_logo ul li{float: left;margin-right: 32px;} 
    .f_logo ul li i{ display: block; width: 40px;height: 40px;border-radius: 20px;background: #c0c0c0;}
    .f_logo ul li i img{display: block; width: 40px;height: 40px;  }
    .f_logo ul li span{ display: block;font-size: 14px;text-align: center;line-height: 14px;padding-top: 18px;font-weight: normal;color: #666 }
    .f_logo ul li.cur i{ background: #91c42f; }

    .tact{float: right;width: 350px;}
    .tact p{font-size: 14px;line-height: 26px;color: #333333;padding-left: 40px;height: 90px;padding-top: 21px;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;}
    .tact p b{display: block;}
    .tact p em{ display: block;font-size: 19px;line-height: 19px;font-weight: bold; }
   
    .tact p span{float: right;}
    .tact .p1{background: url(images/foot1.png) no-repeat 3px 22px;padding-top: 0;height: 72px;}
    .tact .p2{background: url(images/foot2.png) no-repeat 3px center;}
    .tact .p3{background: url(images/foot3.png) no-repeat 3px center;border-bottom: 0;}

    .footer_xia{height:80px;line-height: 38px;background: #7f7f7f;}
    .footer_xia p{float: left;height:37px;}
    .footer_xia p span{color:#fff;font-size: 14px;line-height: 52px;float: left;margin-right: 45px;display: block;}
    .footer_xia p span a{ color:#fff; }
    .footer_xia i{float: left;display: block;height:37px;}
    .footer_xia em a{ color:#fff;}
    .footer_xia em{ display:inline-block; width:100%;text-align:center;}
    .footer_xia i span{color:#fff;font-size: 14px;line-height: 52px;float: right;margin-left: 45px;display: block;}
    .footer_xia i a{ color:#fff;display: block;float: right; }
   
    
      
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 67%;
            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: #2b378b;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #2b378b;
            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;
        }
    
