
        .head i,
        .foot i,
        .head em,
        .foot em {
            font-style: normal;
        }
        
        .clearfix:after {
            height: 0;
            content: "";
            clear: both;
            display: block;
        }
        
        .head {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 200;
    min-width: 1200px;
        }
        
        .header {
           width: 89.58%;
            height: 80px;
            margin: 0 auto;
            max-width: 1720px;
        }
        
        .head .logo {
            float: left;
            height:50px;
            margin-top: 15px;
            position: relative;
        }
        
        .head .logo a {
            display: block;
        }
        
        .head .logo img {
            height: 50px;
            display: block;
        }
        
    
        
        .head-tel {
            float: right;
            width: 38px;
            height: 38px;
            margin-top: 19px;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            display: block;
            width: 38px;
            width: 38px;
            height: 38px;
            background: #cc0000;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i img {
            width: 38px;
            width: 38px;
            display: block;
        }
        
        .head-tel p {
            position: absolute;
            width: 0;
            height: 38px;
            line-height: 38px;
            font-size: 1.1rem;
            font-family: 'FBTM', Arial;
            text-align: center;
            font-weight: bold;
            background:#c90f3e;
            color: #fff;
            border-radius: 19px;
            padding: 0 38px 0 0;
            right: 0;
            top: 0;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            overflow: hidden;
        }
        
        .head-tel:hover p {
            width: 200px;
        }
        
        .head-nav {
            float: right;
            max-width: 1380px;
            margin-right: 25px;
        }
        
        .head-nav ul li {
            float: left;
            position: relative;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 80px;
            line-height: 80px;
            font-size:1rem;
            color: #333;
            padding: 0 18px;
            position: relative;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        .head-fixed .head-nav ul li > a { color:#333;}
        
        .head-nav ul li > a:after {
            content: "";
            position: absolute;
            width: 0;
            background: #fff;
            left: 0;
            bottom: 0;
            z-index: 0;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li > a span {
            display: block;
            height: 80px;
            position: relative;
            z-index: 1;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            position: relative;
        }
        
           .head-nav ul li.cur > a span:after,.head-nav ul li:hover>a span:after {
          content: "";
            position: absolute;
            width: 0;
            background: #c90f3e;
            left: 0;
            height: 2px;
            width: 100%;
            bottom: 27%;
            z-index: 0;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s
         }
        
        
        .head-nav ul li.cur > a span,
        .head-nav ul li:hover > a span {
            color: #c90f3e;
        }
        
                
          .head-fixed .head-nav ul li.cur > a span,
          .head-fixed  .head-nav ul li:hover > a span {
            color: #c90f3e;
        }
        
        
        
        
        .head-nav ul li.cur > a:after,
        .head-nav ul li:hover > a:after {
            width: 100%;
        }
        
        .head-nav ul .submenu {
            position: absolute;
            left: 50%;
            top: 79%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(255, 255, 255, .95);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
        .head-nav ul .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .head-nav ul .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 0.8rem;
            line-height: 48px;
            color: #333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #B5B5B5;
            text-align: left;
        }
        
        .head-nav ul .submenu a:last-child {
            border-bottom: 0
        }
        
        .head-nav ul .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid rgba(125, 125, 125, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #cc0000;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #cc0000;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background: #fff;
        }
        
        @media screen and (max-width: 1660px) {
            .head .header {
            
                margin: 0 auto;
            }
            .head .head-txt {
                width: 190px;
            }
            .head .head-txt span {
            }
            .head .head-txt em {
            }
            .head-nav {
            }
            .head-nav ul li > a {
                padding: 0 16px;
            }
        }
        
        @media screen and (max-width: 1460px) {
            .head .header {
                margin: 0 auto;
            }
            .head .head-txt {
                width: 180px;
            }
            .head .head-txt span {
            
            }
            .head .head-txt em {
               
            }
            .head-nav {
       
            }
            .head-nav ul li > a {

            }
        }
    

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

        .p101-search-1 {
            height: 80px;
            box-shadow: 0 3px 4px #e9e9e9;
        }
         .p101-search-1 .blk-main{ width:1400px;}
        
        .p101-search-1 p {
            float: left;
            width: 72%;
            height: 80px;
            line-height: 80px;
            font-size: 0.8rem;
            color: #333333;
        }
        
        .p101-search-1 p b {
            display: inline-block;
        }
        
        .p101-search-1 p a {
            color: #666666;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p101-search-1-inp {
            float: right;
            width: 356px;
            height: 36px;
            background: #fff;
            margin-top: 22px;
        }
        
        .p101-search-1-inp1 {
            width: 249px;
            height: 34px;
            line-height: 34px;
            color: #999999;
            border: 1px solid #e3e3e3;
            border-right: 0;
            padding: 0 20px;
            float: left;
        }
        
        .p101-search-1-inp2 {
            width: 66px;
            height: 36px;
            border: 0;
            background: #c90f3e url(images/p101-search-icon1.png) no-repeat center center;
            float: right;
            cursor: pointer;
        }
    

		.plc{padding: 5px 0 25px;width:1400px;margin:0 auto;}
		.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: #03286e;}
	

 .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 #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: 3rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    background: #f0f0f0;
        }
        
        .k12-gl-gslb-3nf1-1-01-left dd h4 a {
            color: #4b4a4a;
        }
    

 .g_ft .content{ max-width:1600px; width:83.3333%;}
     .ftup {
    border-bottom: 1px solid rgba(220,220,220,0.5);
}
.g_ft .ftup .m_code {
    float: right;
    width: 23%;
    padding-top: 6.8rem;
}

.ftup .f-tit {
    display: block;
    border-bottom: 1px solid rgba(220,220,220,0.5);
    padding-bottom: 1.8rem;
    margin-bottom: 3rem;
    height: 3rem;
}

.ftup .fot-left {
    float: left;
    padding-top: 7rem;
    width: 74%;
    padding-bottom: 3rem;
    height: 26rem;
    border-right: 1px solid rgba(220,220,220,0.5);
}

a.logo {
    display: block;
    float: left;
}
.ftup .f-tit a.logo img {
    height: 56px;
}

.ftup .f-tit a.logo {
    margin-top: -7px;
}

a.hzhf {
    color: #333;
    float: left;
    background: #fff url(images/f-x1.png) no-repeat 6.6rem 0.88rem;
 
    width: 6.9rem;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.6rem;
    overflow: hidden;
    border-radius: 3px;
    margin-left: 3rem;
    margin-top: 0.2rem;
}

.link {
    float: right;
}

.link span {
    float: left;
    background: #fff url(images/f-x1.png) no-repeat 6.6rem 0.88rem;
    width: 6.9rem;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.6rem;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5rem;
    margin-top: 0.2rem;
    color: #333;
    cursor: pointer;
}

.g_ft .ftup .m_code li:nth-child(2) {
    margin-right: 0px;
}

.f_ftcon.teaser {
    margin-top: 3rem;
}

.f_ftcon.teaser .lx span {
    font-size: 0.8rem;
    color: #73757d;
}

.f_ftcon.teaser .lx p {
    color: #73757d;
    font-size: 0.8rem;
}

.f_ftcon.teaser .lx {
    padding-bottom: 1rem;
}

.f_ftcon.teaser .lx:nth-child(1) p {
    color: #000;
    font-size: 1.2rem;
}


.g_ft {
    background: url(images/f-bgs.jpg) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
       background-size: 100% 100%;
}

.g_ft h2 {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 0.7rem;
}

.g_ft .ftup .ftnav a {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #666666;
}

.g_ft .ftup .ftnav {
    float: left;
    width: auto;
    margin-right: 11.6%;
}

.g_ft .ftup .m_code li {
    float: left;
    width: 38.9%;
    margin-right: 6%;
    background: #fff;
    border-radius: 5px;
}

.g_ft .ftup .m_code li i img {
    width: 76%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1rem auto 0.6rem;
}

.g_ft .ftup .m_code li i {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8eef3;
    text-align: center;
}

.g_ft .ftup .m_code li em {
    display: block;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #333;
    text-align: center;
    padding: 0.4rem;
    font-style: normal;
}

.g_ft .ftup .m_code ul {
    margin-bottom: 2rem;
    display: block;
    height: 11rem;
}

.g_ft .copyr {
    position: relative;
    left: 0;
    bottom: 0;
    height: 3.7rem;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
    line-height: 3.7rem;
    color: #999;
}

.g_ft .copyr a {
    color: #999;
}
.link p {
    position: absolute;
    width: 6.5rem;
    display: none;
    top: 2.3rem;
    left: 0px;
    background: #fff;
    padding: 1rem;
}

.link {
    position: relative;
}

.link p a {
    display: block;
    line-height: 2rem;
    padding-left: 0.6rem;
}

.link p a:hover {
    color: #c90f3e;
}

.link:hover  p {
    display: block;
}

    @media screen and (min-width:1690px) {

       .g_ft .ftup .ftnav{ margin-right:9%;}
       
    }
      @media screen and (min-width:1490px) {  
      .g_ft .ftup .ftnav{ margin-right:9.6%;}
   }

  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#03286e url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#03286e url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#03286e url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#03286e url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#03286e url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#03286e url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#03286e url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
