﻿@charset "utf-8"; 
/*ul{height: auto;overflow: hidden;}
.gaokao_text img{width:  100%}	
等距离分布*/
.box{
display: -moz-box; /*Firefox*/display: -webkit-box; /*Safari,Opera,Chrome*/display: box;}
.box{display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
display: -moz-box; /* 老版本语法: Firefox (buggy) */
display: -ms-flexbox; /* 混合版本语法: IE 10 */
display: -webkit-flex; /* 新版本语法: Chrome 21+ */
display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */}
.box{ display: -webkit-box;display: -ms-flexbox;display: flex; display: -moz-flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;}


li{list-style: none;}
.wh{width: 100%;}
.sh  {box-shadow: 0px 2px 8px 1px rgba(153, 153, 153, 0.42); }/*阴影*/
.ta_c{text-align: center;}
/*a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }   去掉链接触摸高亮 */
 
/* --头部-- */
header {height: 88px;border-bottom: 3px solid #0075C2}
header  .logo{width:  73%;height: 88px;}
header  .logo img{  height: 71px;display:block;margin: 10px 12px;}
header  .menu{width: 27%;height: 88px;}
header  .menu img{  height: 31px;display:block; margin: 28.5px auto;}
header  .menu   .nav_tc{display:none;}  
header  .menu   .nav_tc{ background: rgb(0,117,194);font-size: 1.8rem;z-index: 10;position: relative;}
header  .menu   .nav_tc ul{padding: 15px  0 20px 0}
header  .menu   .nav_tc li{width: 68px;margin: 0 auto;padding: 10px 0;}
header  .menu   .nav_tc a{ font-size: 1.7rem;color: white;  }
/*-----------------------------首页
/*--//幻灯片--*/
.banner .slideBox{ position:relative;   overflow:hidden;   }
.banner	.slideBox .hd{ position:absolute; height:0px; }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative;    }
.banner	.slideBox .bd li img{ width: 100% }
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */

/*--//导航--*/
.index_nav {height:auto;overflow:hidden;padding:20px 0px;}
.index_nav ul {height:auto;overflow:hidden;}
.index_nav ul li {width:46%; float: left;margin:2%;}
.index_nav ul li img {width:100%;}
 
/*--//学校简介--  公共*/
.banner,.index_nav,.index_teachers,.index_about,.ncee_new,.school_new , .link{background-color: #fff}
.index_about .min,.index_teachers .min,.link .min  {padding: 10px 15px 10px 15px;}
.index_about,.index_teachers, .tab_new,.school_new { margin: 14px 0px}
 .link  {margin: 14px 0px 10px 0}
 .link h3{margin: 5px 0}
.nav_top .lo{border-left: 5px solid #0075C2;padding: 0 12px;width: 70% } 
.nav_top .more{font-size: 1.5rem; margin: 2px auto;}
/*--//学校简介--*/
.index_about .text{padding: 14px 0px 20px 6px}     
/*--//师资力量--*/
	/* 多图滚动 */
.index_teachers	.scrollBox{ margin-top:15px ; text-align:center;  }
.index_teachers	.scrollBox .bd li{ width:30%; float:left; font-size:1.4rem; margin: 0 1.6%;}
.index_teachers	.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.index_teachers	.scrollBox .bd li img{ width:100%; }
.index_teachers	.scrollBox .bd li p{margin: 5px auto;}
.index_teachers	.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; }
.index_teachers	.scrollBox .hd ul{ display:inline-block; padding-top:5px; }	
.index_teachers	.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#a6a6a6; margin:0 5px; vertical-align:top; overflow:hidden; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; }
.index_teachers	.scrollBox .hd .on{ background:#f87b00;  }
.index_teachers	.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; overflow:hidden; margin:0 5px;  vertical-align:top; }
.index_teachers	.scrollBox .next{ background-position:-105px 0; }	

/*--//选项卡(高考   学校）--*/
.ncee_new ,.school_new{height:auto;overflow:hidden;}
.ncee_new ul ,.school_new ul{height:auto;overflow:hidden;}
.ncee_new .min,.school_new .min {padding-top: 10px}
/*--鼠标选中与未选中--*/
.ncee_new   .box_nc  .tab li,
.school_new .box_sc  .tab li {width:28%; float: left;font-size: 1.7rem;text-align: center;color:#262626;font-weight: bold; }
.ncee_new   .box_nc .tab li.one,
.school_new .box_sc .tab li.one {background:#fff; color: #0075c2;font-weight: bold;border:1px solid  #0075c2;border-bottom:none;  }
/*--鼠标选中与未选中--*/
.ncee_new .more,.school_new .more{margin: -26px auto; padding: 0px 15px ;  font-size: 1.5rem}
.ncee_new   .min .tab ,.school_new .min .tab {padding: 0px 15px ; }
.ncee_new .content ,.school_new .content{ border-top:1px solid  #0075c2;padding: 15px 8px ;}

/*--//高考信息--*/
.ncee_new .content li{margin: 3px 0}
/*学校信息*/
.school_new .ct_school li{width: 30%;float: left;margin: 5px 1.6%}
.school_new .ct_school li img{width: 100%}
/*首页结束-------------------------------------------------------------------------*/
/*--about  --简介改版--*/
.about{padding: 10px 0;background-color: #fff}
.about .about_top{padding: 5px 0;color: #0075c2;font-weight: bold;font-size: 2.2rem;text-align: center;}
.about .about_text{padding: 10px 15px;color:#4f4745}

/*--trends_new --新闻内容列表改版*/
.trends_new{padding: 10px 0;background-color: #fff}
.trends_new .trends_top{ color: #0075c2;font-weight: bold;font-size: 2.2rem;text-align: center;margin: 15px;}
.trends_new .list{height: auto;overflow: hidden;margin: 0px 15px; padding:  15px 0px;border-bottom: 1px solid #959595;}
.trends_new .list .title{font-size: 1.5rem;font-weight: bold;margin: 5px 0 ;}
.trends_new .list .txt{color: #7e7b7a}
.trends_new .trends_foot{ text-align: center; padding: 15px 0;}
.trends_new .trends_foot .fy{border-radius:7px;background-color:#1867b2;padding: 4px 6px; margin: 0 10px;color: #fff;}

/*--trends_new_xq--新闻内容改版*/
.trends_new_xq{padding: 10px 0;margin: 10px 0px 14px 0px;background-color: #fff}
.trends_new_xq .trends_new_top{padding: 5px 0; font-size: 1.4rem;color: #231917;text-align: center;}
.trends_new_xq .trends_new_text{padding: 5px 15px;color: #4f4745}
.trends_new_xq .trends_new_text p{padding: 0px 0px 10px; }

/*-- teachers--师资团队改版*/
.teachers{padding: 10px 0;background-color: #fff}
.teachers .about_top{padding: 5px 0;color: #0075c2;font-weight: bold;font-size: 2.2rem;text-align: center;}
.teachers .list{height: auto;overflow: hidden;margin: 5px 10px;padding-bottom: 5px;}
.teachers .list .img{width:30% ;}
.teachers .list .img img{width:100% ;}
.teachers .list .txt{width:65% ; }
.teachers .list .txt .title{ margin: 5px 0 ; }
.teachers .list .txt .title_2{border-radius:11px;color: #fff;background-color: #eda716;padding: 2px 8.5px;font-size: 0.8rem; margin-right: 18%;  float: right}
.teachers .list .txt p{font-size: 1.4rem;letter-spacing:1px;} 
/*-----------------------
/*--//联系我们--*/
.link .text{ padding: 14px 6px 20px 15px；}
/*--/底部--*/

.footer_foot {background: #abb3b9;}
.footer_foot .min {text-align: center;padding: 10px 0px }
/*高考艺考*/


 /*----------------公共部分--------------------------
.uzhuangyuan_yy {background: #ffb518}
.uzhuangyuan_yy .gaokao_title h2{font-size: 1.6rem;background: #fff;line-height: 2}
.uzhuangyuan_yy .uzhuangyuan_text ul {padding: 0.38rem 0;}	
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child{width: 30%;padding: 0.7rem 0;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p{color: #fff; text-align: justify;line-height: 1.5 }
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(1){font-size: 1.4rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(2){font-size: 3.3rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(3){font-size: 1.9rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child{width: 70%; }
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child input{font-size: 1rem;color: #666; width: 99%;line-height: 2.5;margin: 0.55rem 0;border: 1px solid #fff;padding-left: 0.38rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child  a{display: inline-block;font-size:1rem;font-weight: bold;width: 99%;background: #fe5d3b;color:#fff;line-height:2.5;border:1px solid #fff;margin-top: 0.55rem;}

.swiper-container{width: 100%;height: auto;max-height: 100%;margin-left: auto;margin-right: auto;background: #f9f9f9;}
.swiper-slide{ font-size: 18px;text-align: center;}
.swiper-button-next, .swiper-button-prev {margin-top: 0px;transform: translateY(-50%);}
.swiper-button-next {background-image: url(images/gaokao/lb_button_next.png);right: 0px;}
.swiper-button-prev {background-image: url(images/gaokao/lb_button_prev.png);left: 0px}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li{margin: 0.75rem 0;height:auto;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child{width: 33.8%;position: relative;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child img{width: 100%;height: 100%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child a{position: absolute;font-size: 0.95rem;font-weight: bold;color: #fff;text-align: center;width: 100%;z-index: 1;left: 0;bottom: -0.1rem;background: #ffb518;letter-spacing: 0.25rem;line-height: 2;}

.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child{width:64%;margin-left:2%;position: relative;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li h1{font-size: 1.35rem;font-weight: bold; color: #333;text-align: justify;line-height: 1.5;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li h1 span{font-size: 1rem;padding-left: 1.35rem;color:#666 }
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child p{padding-top: 7px;text-align: justify;font-size: 0.95rem; line-height: 1.5;color: #666 }	
/*
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{display: none;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{position: absolute;bottom: 0;text-align: center;width: 100%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a{display: inline-block;font-size:0.95rem;color:#fff;line-height:2;border:1px solid #fff;padding:0 0.55rem;margin: 0 0.25rem;width: 30%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a:first-child{background: #f0a70a;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a:last-child{background: #0565b4;}

.gaokao_b,.uzhuangyuan_xqhj{background:url(images/gaokao/gaokao_b_bg.jpg) no-repeat;background-size: 100% 100%} 

.uzhuangyuan_xqhj .uzhuangyuan_text img{width: 100%}*/
/*
.uzhuangyuan_xqhj .gaokao_text  ul  li{margin: 0.2rem 0.12rem;}
.uzhuangyuan_xqhj .gaokao_text  ul  li ul  li{width: 45%}
*/

/*.uzhuangyuan_addr  {background:url(images/pub/uzhuangyuan_addr_bg.jpg) no-repeat;background-size: 100% 100%}
.uzhuangyuan_addr .min {padding: 0}
.uzhuangyuan_addr .uzhuangyuan_text {position: relative;}
.uzhuangyuan_addr .uzhuangyuan_text .addr_xq{width: 12%;color: #fff;background: #59509f;position: absolute;z-index: 1;text-align: center;}
.uzhuangyuan_addr .uzhuangyuan_text .addr_xq h2{font-size: 1.35rem;padding: 0.75rem 0;}
.uzhuangyuan_addr .uzhuangyuan_text ul{position: relative;z-index: 10;}
.uzhuangyuan_addr .uzhuangyuan_text ul li{width: 50%;color: #fff;margin-top: 1rem; }
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic1{width: 60%}
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic2{width: 40%}
.uzhuangyuan_addr .uzhuangyuan_text ul li img{width: 6rem}
.uzhuangyuan_addr .uzhuangyuan_text ul li #triangle_up {width: 0;height: 0;border-left: 0.5rem solid transparent;border-right: 0.5rem solid transparent;border-bottom: 0.75rem solid #27204c;margin: 0 auto;margin-top: 0.4rem;}
.uzhuangyuan_addr .uzhuangyuan_text ul li h3{ background:  #27204c;font-weight: bold;padding-top:  0.4rem}
.uzhuangyuan_addr .uzhuangyuan_text ul li p{font-size: 0.8rem;padding-top: 0.75rem;font-weight: bold;  text-align: justify;background:  #27204c;padding:0.4rem 0.1rem;  font-weight: normal;height: 100%}
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic1 p{padding: 0.4rem 2.65rem;}
.uzhuangyuan_font{background: #efefef;font-size:1.15rem;}
.uzhuangyuan_font input{font-size:0.9rem;width:34%;background:#efefef;border:1px solid #efefef;border-bottom:1px solid #666;line-height:2;}
.uzhuangyuan_font a{color: #fff; font-weight: bold;  width: 25%;text-align: center; line-height: 1.75;display: inline-block;}
@media screen and (min-width:640px){
    .uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li{height: 12.5rem}
    .uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{display: block;}
}

----------------公共部分--------------------------*/
.uzhuangyuan_yy {background: #ffb518}
.uzhuangyuan_yy .uzhuangyuan_title h2{font-size: 1.6rem;background: #fff;line-height: 2}
.uzhuangyuan_yy .uzhuangyuan_text ul {padding: 0.38rem 0;}	
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child{width: 30%;padding: 0.7rem 0;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p{color: #fff; text-align: justify;line-height: 1.5 }
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(1){font-size: 1.4rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(2){font-size: 3.3rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:first-child p:nth-child(3){font-size: 1.9rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child{/*width: 70%;*/width: 100%; }
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child input{font-size: 1rem;color: #666; width: 99%;line-height: 2.5;margin: 0.55rem 0;border: 1px solid #fff;padding-left: 0.38rem;}
.uzhuangyuan_yy .uzhuangyuan_text ul li:last-child  a{display: inline-block;font-size:1rem;font-weight: bold;width: 99%;background: #fe5d3b;color:#fff;line-height:2.5;border:1px solid #fff;margin-top: 0.55rem;}

.uzhuangyuan_sztd .swiper-container{width: 100%;height: auto;max-height: 100%;margin-left: auto;margin-right: auto;background: #f9f9f9;}
.uzhuangyuan_sztd .swiper-slide{ font-size: 18px;text-align: center;}
.uzhuangyuan_sztd .swiper-button-next, .swiper-button-prev {margin-top: 0px;transform: translateY(-50%);}
.uzhuangyuan_sztd .swiper-button-next {background-image: url(../images/gaokao/lb_button_next.png);right: 0px;}
.uzhuangyuan_sztd .swiper-button-prev {background-image: url(../images/gaokao/lb_button_prev.png);left: 0px}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li{margin: 0.75rem 0;height:auto;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child{width: 33.8%;position: relative;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child img{width: 100%;height: 100%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:first-child a{position: absolute;font-size: 0.95rem;font-weight: bold;color: #fff;text-align: center;width: 100%;z-index: 1;left: 0;bottom: -0.1rem;background: #ffb518;letter-spacing: 0.25rem;line-height: 2;}

.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child{width:64%;margin-left:2%;position: relative;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li h1{font-size: 1.35rem;font-weight: bold; color: #333;text-align: justify;line-height: 1.5;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li h1 span{font-size: 1rem;padding-left: 1.35rem;color:#666 }
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child p{padding-top: 7px;text-align: justify;font-size: 0.95rem; line-height: 1.5;color: #666 }	
/**/
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{display: none;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{position: absolute;bottom: 0;text-align: center;width: 100%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a{display: inline-block;font-size:0.95rem;color:#fff;line-height:2;border:1px solid #fff;padding:0 0.55rem;margin: 0 0.25rem;width: 30%;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a:first-child{background: #f0a70a;}
.uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx a:last-child{background: #0565b4;}

.gaokao_b,.uzhuangyuan_xqhj{background:url(../images/gaokao/gaokao_b_bg.jpg) no-repeat;background-size: 100% 100%} 

.uzhuangyuan_xqhj .uzhuangyuan_text img{width: 100%}
/*
.uzhuangyuan_xqhj .gaokao_text  ul  li{margin: 0.2rem 0.12rem;}
.uzhuangyuan_xqhj .gaokao_text  ul  li ul  li{width: 45%}
*/

/*
.uzhuangyuan_addr  {background:url(../images/pub/uzhuangyuan_addr_bg.jpg) no-repeat;background-size: 100% 100%}
.uzhuangyuan_addr .min {padding: 0}
.uzhuangyuan_addr .uzhuangyuan_text {position: relative;}
.uzhuangyuan_addr .uzhuangyuan_text .addr_xq{width: 3.2rem;color: #fff;background: #59509f;position: absolute;z-index: 1;text-align: center;}
.uzhuangyuan_addr .uzhuangyuan_text .addr_xq h2{font-size: 1.2rem;
    padding: 1rem 0 2rem;}
.uzhuangyuan_addr .uzhuangyuan_text ul{position: relative;z-index: 10;}
.uzhuangyuan_addr .uzhuangyuan_text ul li{width: 50%;color: #fff;margin-top: 1rem; }
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic1{width: 55%}
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic2{width: 45%}
.uzhuangyuan_addr .uzhuangyuan_text ul li img{width: 6rem}
.uzhuangyuan_addr .uzhuangyuan_text ul li #triangle_up {width: 0;height: 0;border-left: 0.5rem solid transparent;border-right: 0.5rem solid transparent;border-bottom: 0.75rem solid #27204c;margin: 0 auto;margin-top: 0.4rem;}
.uzhuangyuan_addr .uzhuangyuan_text ul li h3{ background:  #27204c;font-weight: bold;padding-top:  0.4rem}
.uzhuangyuan_addr .uzhuangyuan_text ul li p{font-size: 0.8rem;padding-top: 0.75rem; text-align: justify;background:  #27204c;padding:0.4rem 0.3rem;  font-weight: normal;height: 100%}
.uzhuangyuan_addr .uzhuangyuan_text ul li.ic1 p{padding: 0.4rem 0.25rem;}
*/ 

.uzhuangyuan_addr  {background:url(../images/pub/uzhuangyuan_addr_bg.jpg) no-repeat;background-size: 100% 100%}
.uzhuangyuan_addr .uzhuangyuan_text ul{overflow: hidden;}
.uzhuangyuan_addr .uzhuangyuan_text ul li{float: none;text-align: justify;} 
.uzhuangyuan_addr{font-size: 1.5rem;}
.uzhuangyuan_addr li{  border-radius:0.3rem;background-color:#fff;margin: 0.6rem 0; padding: 0.6rem 0.4rem;}
.uzhuangyuan_addr li h3{width: 40%;text-align:center;color: #fff;background-color: #59509f;border-radius: 0.5rem;  font-size: 1.2rem; line-height: 1;padding: 0.5rem 0}
.uzhuangyuan_addr li p{font-size: 0.95rem; line-height: 1.5;padding: 0.3rem 0}
.uzhuangyuan_addr li img{width: 100%;padding: 0.75rem 0; }


.uzhuangyuan_font{background: #efefef;font-size:1.15rem;padding: 0.7rem 0;}
.uzhuangyuan_font input{font-size:0.9rem;width:34%;background:#efefef;border:none;border-bottom:1px solid #666;border-radius: 0; line-height:2;}
.uzhuangyuan_font a{color: #fff; font-weight: bold;  width: 25%;text-align: center; line-height: 1.75;display: inline-block;}
/*底部浮窗*/
.cart { border-top: 1px solid #DADADA;position: fixed;bottom: 0px;width:100%;left: 0px;z-index: 100;}
 

@media screen and (min-width:640px){
    .uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li{height: 12.5rem}
    .uzhuangyuan_sztd .uzhuangyuan_text .swiper-slide ul li:last-child .zx{display: block;}
}
.uzhuangyuan_sztd .swiper-pagination3{font-size: 0}





@keyframes dong { 
	  0% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	 50% {-webkit-transform: translate(-66%,0px);transform: translate(-66%,0px);}
	100% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);} 
}
/* Firefox */
@-moz-keyframes dong {
	  0% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	 50% {-webkit-transform: translate(-66%,0px);transform: translate(-66%,0px);}
	100% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
}
/* Safari and Chrome */
@-webkit-keyframes dong {
	  0% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	 50% {-webkit-transform: translate(-66%,0px);transform: translate(-66%,0px);}
	100% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
}
/* Opera */
@-o-keyframes dong {
	  0% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
	 50% {-webkit-transform: translate(-66%,0px);transform: translate(-66%,0px);}
	100% {-webkit-transform: translate(0px, 0px);transform: translate(0px, 0px);}
}
 
.fd_qrz_js .fd_qrz_info img{-webkit-animation: dong 50s infinite;animation: dong 50s infinite;}
img{max-width: 100%;max-height: 100%;}
a{display: inline-block;}

.fd_qrz_title{text-align: center; padding: 1.5rem 0 ; } 
.fd_qrz_title h1 {font-size:1.5rem;margin: 0 auto;font-weight: bold;letter-spacing: 2px;}
.fd_qrz_info{overflow: hidden;padding-bottom: 1.5rem; }
.fd_qrz_info ul{overflow: hidden;}
.fd_qrz_js{background: #fff;text-align: center;}
.fd_qrz_js .fd_qrz_title {position: relative;display: inline-block;margin: 2rem auto;padding: 0;  }
.fd_qrz_js .fd_qrz_title h1{display:inline-block; padding:0.6rem 3rem; }
.fd_qrz_js .fd_qrz_title p{position: absolute;display:inline-block;font-size: 1rem; width: 85%; background:#fff;top:-0.8rem; left:50%;transform:translateX(-50%);color: #dbd9da;text-transform:uppercase}
.fd_qrz_js .fd_qrz_info p{font-size: 1.1rem;text-align: justify;}
.fd_qrz_js .fd_qrz_info .img_byhy{position: relative;width: 300%; padding-top: 1.5rem}
.fd_qrz_js .fd_qrz_info .img_byhy p{position: absolute;top: 0; line-height:2.5;font-size: 1.1rem;letter-spacing: 1px;background: #ee3b01;color: #fff;z-index: 10000;width: 33.4%;text-align: center;}
.fd_qrz_zs .fd_qrz_info{ font-size: 1.1rem;text-align: center;} 
.fd_qrz_zs .fd_qrz_info table{margin: 0 auto;}
.fd_qrz_zs .fd_qrz_info th,.fd_qrz_zs .fd_qrz_info td{padding: 0.2rem 0}
.fd_qrz_zs .fd_qrz_info th{font-weight: bold;color: #fff;padding: 0.5rem 0}
.fd_qrz_ys,.fd_qrz_hj{background: #fff}
.fd_qrz_ys ul li{position: relative; float: left;width: 47%;text-align: center;font-size: 1rem; height: auto;margin: 2.9rem 0 1.17rem;}
.fd_qrz_ys ul li:nth-child(odd){margin-right: 3%;}
.fd_qrz_ys ul li:nth-child(even){margin-left: 3%;}
.fd_qrz_ys .ys_number{position:absolute;top:0;left:0.3rem;color:#fff}
.fd_qrz_ys .ys_img{width:40%;margin-top:-2.9rem;}
.fd_qrz_ys .ys_solid{border-bottom:0.17rem solid #d81f49;width:1.76rem;margin:0.88rem auto; }
.fd_qrz_ys .zx{background: #fb7910;font-size:0.9rem; padding: 0.3rem 1.3rem;color: #fff;margin: 1.3rem auto;border-radius: 0.35rem;}
.fd_qrz_teacher ul li{width: 94%; background: #fff;padding: 0.59rem 3%;margin: 0.17rem auto;}
.fd_qrz_teacher ul li .fl{width:30%}
.fd_qrz_teacher ul li .fr{width:65%;border-bottom: 1px solid #d2d2d2}
.fd_qrz_teacher ul li .fr h1{font-size:1.3rem;line-height: 1.5;padding: 0.3rem 0;font-weight: 600;}
.fd_qrz_teacher ul li .fr h1 span{display: inline-block;position: relative;top: -0.2rem;font-size:1.1rem;color: #fff;padding:0.45rem 0.6rem; border-radius: 1.2rem;margin: 0 0.3rem;line-height: 1;}
.fd_qrz_teacher ul li .fr p{font-size:1rem;line-height: 1.5;color: #646464}
.fd_qrz_hj ul li{float: left;width: 32%;text-align: center;margin-bottom:0.29rem;}
.fd_qrz_hj ul li:not(:nth-child(3n+0)){margin-right: 2%}
.fd_qrz_hj ul li p{font-size: 13px;line-height: 1.5}
.fd_qrz_yuyue .fd_qrz_title h1{padding:0;}

.fd_qrz_yuyue ul li{margin:1rem 0.25rem;}
.fd_qrz_yuyue form ul li input {font-size: 0.9rem; width: 69%;margin: 0 15%;padding: 0 0.5rem;height: auto;line-height: 2.75;border: 1px solid #333;}
.fd_qrz_yuyue form ul li .pubbutton {display: block;font-size: 1.1rem;text-align: center;line-height: 2.5;width: 48%;height: auto;margin: 0 auto;border:1px solid #f6644c;border-radius: 1.5rem; }

.fd_js .fd_qrz_title {border: 0.17rem solid #08509c;}
.fd_js .fd_qrz_title h1{color:#08509c;}
.fd_zs .fd_qrz_info th,.fd_zs .fd_qrz_info td{background: #c5d6e8;border: 1px solid #afafaf;}
.fd_zs .fd_qrz_info th{background:#08509c;}
.fd_ys ul li{background: url(../images/fudu/fudu_ys_bg.png) no-repeat;background-size: 100% 100%;}
.fd_teacher ul li .fr h1 span{background: #08509c;}

.fd_yuyue{background: #e6edf5;background-size: 100% 100%; }

.fd_yuyue .fd_qrz_title{ padding: 2.5rem 0 1.5rem; } 
.fd_yuyue form ul li .pubbutton {background: #fb7910;color: #fff;}


.gaokao_e .ct_school li{width: 30%;float: left;margin: 5px 1.6%}
.gaokao_e .ct_school li img{width: 100%}

