
@charset "utf-8";
/*初始样式*/
body{ color:#333;font-size: 14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam{ vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:0;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
i,em{ font-style:normal;}

/*placeholder 样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #333; font-size: 14px; }
input:-moz-placeholder, textarea:-moz-placeholder {color: #333; font-size: 14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #333; font-size: 14px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #333; font-size: 14px;}

.tr {text-align:right;}
.tl {text-align:left;}
.center{ text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;}
.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
@keyframes myfirst{0%{background-position:0 0;} 100%{background-position:100% 100%;}}
@keyframes jtdh{0%{top: 0;} 100%{top: 10px;opacity: 0;}}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden;}
i,em{ font-style:normal;}
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}


/*局部动画*/
.grow{ overflow:hidden; display:inline-block; }
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}
.bounce{ overflow: hidden;}
.bounce:hover{ animation: bounce 1s ease-in-out infinite; -webkit-animation: bounce 1s ease-in-out infinite;}
.grows{ overflow:hidden; display:inline-block; }
.grows img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grows img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}

/*定义动画*/
/*.animated{ opacity: 0;}*/
/*.animate,.animate .animated{ opacity: 1;}*/

/*扫光效果*/
.spark{ overflow:hidden;position:relative; display:inline-block;}
.spark:after{content: ' '; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);}
.spark:hover:after{left:100%; -moz-transition:0.8s; -o-transition:0.8s; -webkit-transition:0.8s; transition:0.8s;}

/*头部*/
.header{ position: relative; z-index: 1;}
.head-t{ height: 190px; z-index: 1;  position: relative; }
.head-t .logo{ float: left; position: absolute; z-index: 1;width: 66px;height: 113px;margin-top: 41px;margin-left:182px;}
/* .head-t .logo img{ width: 106px;height: 110px;}*/
.head-t  h2{ margin-left:125px; float: left; color: #333; font-size: 20px; font-family: "宋体"; padding-right: 30px;line-height: 20px;margin-top: 110px;text-align:center;}
.head-t  h2 span{display: block;font-size: 36px;line-height: 36px;margin-bottom: 12px;}
.head-t .menu{ display: inline-block; margin-top: 36px; position: relative; margin-left: 110px;}
.head-t .menu li{ display: inline-block; font-size: 0; vertical-align: top; padding-right: 24px; }
.head-t .menu li a{ font-size: 17px; padding: 0 4px; color: #333; font-family: "宋体"; font-weight: bold; width: 20px; display: block;}
.head-t .menu li i{position: absolute; top: 0; height: 0;  width: 1px; background: #A88462; margin-left: 6px; transition: all ease 0.3s;}
.head-t .menu li.cur a,.head-t ul li:hover a{ color: #A88462;}
.head-t .menu li.cur i,.head-t ul li:hover i{height: 100%; }
.head-t em{ float: right; margin-top: 36px;}
.head-t em span{ display: block;}
.head-t em i{ display: block; width: 45px; height: 46px; cursor: pointer;}
.head-t em .tel i{  background: url(images/tel.png) no-repeat center #E6E6E6;  }
.head-t em .search i{ background: url(images/search.png) no-repeat center #A88462; }
.head-t em strong,.head-t  em p{ display: none;  position: absolute; transition: all ease 0.5s; height: 46px; background: #E6E6E6; font-size: 22px; color: #333; right: 45px; top: 0; line-height: 46px; white-space: nowrap; padding: 0 18px;}
.head-t em p{ background: #A88462;}
.head-t em strong::before,.head-t  em p::before{position: absolute; content: ''; width: 1px; height: 22px; right: 0; top: 12px; background: #f3f3f3; }
.head-t em p::before{background: #c2a991;}
.head-t em .hov strong,.head-t  em .hov p { display: block;}
.head-t em  p input{ height: 32px; line-height: 32px; background: none; color:#333; text-indent: 8px; border:none; border-radius: 7px; margin-top: 7px; width: 155px; }


        .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;
        }
        .yxym{width:1200px;margin:0 auto  20px;}
        .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;
        }
        .link p{display:none;}
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #333333;
            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;
        }
    

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;width:1200px;margin:0 auto  20px;
        }
        
        .tl-fdh-02 li {
            width: 16.6%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #efefed;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            height: 55px;
            color: #595757;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(images/p16-icon6.png) no-repeat bottom center #a88462;
            border-color: #a88462;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    

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

/*首页底部*/
.f_bg{ background:#f2f2f2; padding-top: 62px; }
.f_nav{ width: 128px; text-align: left;}
.f_nav strong{ color: #333333; font-size: 20px; display: block; font-weight: normal; margin-bottom: 20px;}
.f_nav p a{ display: block; font-size: 14px; color: #333; line-height: 33px; opacity: 0.8;}
.f_nav p a:hover{ color: #a88462;}
.f_er{float: right; padding-top: 20px; }
.f_er p{float: left;text-align: center; text-align: center; box-sizing: border-box; margin-right: 36px;}
.f_er p:last-child{ margin-right: 0;}
.f_er p img{width: 125px;height: 125px; border: 1px solid #dedede;}
.f_er span{display: block;font-size: 14px;color: #333;line-height: 14px;padding-top: 22px;}
.contact{ float: left; margin-left: 80px; padding-top: 20px;}
.contact span{  display: inline-block;  color: #666; font-size: 14px; display: block; margin-bottom: 18px;}
.contact span em{display:block;line-height:28px;margin-left:30px;}
.contact span img{vertical-align: middle; display: inline-block; margin-right: 12px;margin-bottom:3px;}
.contact span a{ color: #666;}
.contact span a:hover{ color: #a88462;}
.link{height:66px;line-height: 66px; background: #333333; color: #fff; margin-top: 52px; }
.link p a,.link i span a{color:#d8d8d8; }
.link a:hover,.link i span a:hover{color: #d8d8d8;}
.link p{float: left;}
.link p a{font-size: 14px;float: left;margin-right: 45px;}
.link p a:last-of-type{margin-right: 0;}
.link p a:hover{color: #fff;}
.link i{ float: right;font-size: 14px; color:#999; }
.link i span{ display: block;margin-left: 20px;font-size: 14px;float: right;color:#d8d8d8;}
.link i span a:hover{ color: #fff;}


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