﻿/*新增公用样式*/
a:hover, a:focus{ text-decoration:none; }
a{text-decoration: none;cursor: pointer;}
.block{display:block;}
body{background-color: #f6f6f5;}
*{margin:0;padding:0;border:none; font-family: "Microsoft Yahei";}
li{ list-style:none;}
.flt{float:left;}
.frt{float:right;}
.clearfix{clear:both;}
table{border-collapse:collapse;}
table td{empty-cells:show;}
@font-face{
	font-family: number;
	src:url(../fonts/number.ttf)
}
.p_f{position: fixed;}
.p_a{position: absolute;}
.p_r{position: relative;}
.hidden_box{width:100%;overflow:hidden;}
/*字体大小*/
.center{text-align:center;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.fz16{font-size:16px;}
.fz18{font-size:18px;}
.fz20{font-size:20px;}
.fz30{font-size:30px;}
.fz35{font-size:35px;}
.fz40{font-size:40px;}
.fz45{font-size:45px;}
.fz50{font-size:50px;}
.fzbold{font-weight:bold;}
.fznob{font-weight:normal;}
/*宽度*/
.w50{width:50px;}
.w60{width:60px;}
.w80{width:80px;}
.w100{width:100px;}
.w105{width:105px;}
.w120{width:120px;}
.w130{width:130px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w280{width:280px;}
.w300{width:300px;}
.w400{width:400px;}
.w500{width:500px;}
.h35{height:35px;line-height:35px;}
.h100{height:100px;}
.h220{height:220px;}
.h380{height:380px;}

/*边距*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt90{margin-top:90px;}

.mb5{margin-bottom:5px ;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px ;}
.mb25{margin-bottom:25px ;}
.mb30{margin-bottom:30px ;}
.mb35{margin-bottom:35px ;}
.mb40{margin-bottom:40px ;}
.mb70{margin-bottom:70px ;}


.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}

.mr0{margin-right:0px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.mlr5{ margin-left:5px;margin-right:5px;}
.mlr10{margin-left:10px;margin-right:10px;}
.mlr15{margin-left:15px;margin-right:15px;}
.mlr20{margin-left:20px;margin-right:20px;}
.margin15{margin:15px;}

.mtb5{margin-top:5px;margin-bottom:5px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb25{margin-top:25px;margin-bottom:25px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb35{margin-top:35px;margin-bottom:35px;}
.mtb40{margin-top:40px;margin-bottom:40px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px ;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px ;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px ;}
.pt40{padding-top:40px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px ;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px ;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px ;}
.pb40{padding-bottom:40px;}

.ptb5{padding-top:5px;padding-bottom:5px;}
.ptb10{padding-top:10px;padding-bottom:10px;}
.ptb15{padding-top:15px;padding-bottom:15px;}
.ptb20{padding-top:20px;padding-bottom:20px;}
.ptb25{padding-top:25px;padding-bottom:25px;}
.ptb30{padding-top:30px;padding-bottom:30px;}
.ptb15{padding-top:35px;padding-bottom:35px;}
.ptb20{padding-top:40px;padding-bottom:40px;}
/*颜色*/
.color_lgrey{color:#999;}
.color_pink{color:#ff008c;}
.color_cyan{color:#00ccff;}

.color_grey{color:#666;}
.color_orange{color:#ff9600}
.color_yellow{color:#ffcc33}
.color_purple{color:#9956c5}

.color_red{color:#c00}
.color_white{color:#fff}
.color_blue{color:#2a98da}
.color_green{color:#06ff00;}
.bg_white{background:#fff;}
.bg_blue{background:#0060ff;}
.bg_yellow{background:#ffcc33;}
.bg_red{background:#c91623;}
.bg_green{background:#06ff00;}


/*边框*/
.bk1{border:1px solid #eee;}
.bb1{border-bottom:1px solid #eee;}
.bt1{border-top:1px solid #eee;}
.bl1{border-left:1px solid #eee;}
.br1{border-right:1px solid #eee;}

.br3{border-radius:3px;}
.br5{border-radius:5px;}
.br8{border-radius:8px;}
.br10{border-radius:10px;}
/*按钮*/
.button-red{background:#c00;color:#fff;}
.btn_x_01{background:#f7f7f7;padding:5px 5px;border-radius:3px;color:#666;border:1px solid #ddd;}
.btn_x_01:hover{background:#f3f3f3;}
.btn_x_02{background:#ff9d00;padding:5px 5px;border-radius:3px;color:#fff;border:1px solid #ef8310;}
.btn_x_02:hover{background:#f60;color:#fff;}
.btn_x_03{background:#00a0e9;padding:5px 5px;border-radius:3px;color:#fff;border:1px solid #0c87c0;}
.btn_x_03:hover{background:#0c87c0;color:#fff;}
.btn_x_04{background:#03ad30;padding:5px 5px;border-radius:3px;color:#fff;border:1px solid #00a12b;}
.btn_x_04:hover{background:#00a12b;color:#fff;}

.page{clear:both;margin:15px 0px;font-size:14px;height:30px;text-align:center;}
.page ul{list-style-type:none;padding:0px;margin:0px;width:auto;display:inline-block;}
.page ul li{margin:0px 1px 0px 1px;padding:0px;float:left;font-size:16px;line-height:30px;}
.page ul li.pagecount{display:none;}
.page ul li a{display:block;padding:2px 10px;border:1px #eee solid;line-height:25px;color:#000;}
.page ul li a:hover{ text-decoration:none; background:#ffcc00;color:#fff;}
.page #this{ background-color:#ffcc00;}
.page #this a{color:#fff;}
.page a:visited {color:#000;}
/*提示窗口*/
.tis01{height:36px;line-height:36px;background:#f1f7fb;color:#00a0e9;border:1px dashed #00a0e9;padding:0 15px;}
.tis02{height:36px;line-height:36px;background:#fff7ed;color:#f60;border:1px dashed #f90;padding:0 15px;}
/*表单*/
.nm_input{border:1px solid #d5dcde;color:#888;height:25px;line-height:25px;padding:0 5px}
.new_input{outline:none;height:25px;line-height:25px;padding:0 5px;  font-size: 14px;  color: #555;  background-color: #fff;  background-image: none;  border: 1px solid #ccc;  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.new_input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.member_input{outline:none;height:35px;line-height:35px;padding:0 5px;  font-size: 14px;  color: #555;  background-color: #fff;  background-image: none;  border: 1px solid #ccc;  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.member_input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.text_input{outline:none;line-height:24px;padding:0 5px;  font-size: 14px;  color: #555;  background-color: #fff;  background-image: none;  border: 1px solid #ccc;  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.text_input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*宽度*/
.wdt100{width:100%;}
.w1000{margin: 0 auto; width: 1000px;}
.w1200{margin: 0 auto; width: 1200px;}
.w1280{margin: 0 auto; width: 1280px;}


/*首页*/
.head_top{height: 72px;width:1000px;margin:0 auto;}
.head_top>a>img{display: block;margin-top:10px;}
.head_top>p{margin:25px 0 0 5px;}
.search_box img{cursor: pointer;margin-top:27px;margin-right:5px;}
.search_box input{width:180px;height: 30px;border-radius:15px;background-color: #f9dc68;color:#b99400;display: block;outline: none;padding:0 15px;line-height: 30px;margin-top:22px;font-size:12px;}
.home_head{width:100%;background-color: #f7c604;}
.nav{width:1000px;margin:0 auto;}
.index_nav img{display:block;}
.index_nav>dt{width:174px;height: 66px;margin-top:-2px;float:left;}
.index_nav>dd{position:relative;float:left;}
.index_nav>dd>a{padding:0 33px;line-height: 65px;font-size:14px;color:#000;display: block;}
.index_nav>dd>.nav_bgcr{background-color:#000;color:#ffcc00;}
.index_nav>dt>img{padding:20px 0 0 30px;}
.index_nav p{color:#ffcc00;font-size:14px;line-height: 18px;}
.login_text{margin:18px 0 0 15px;}
.login_text p a{color:#ffcc00;}
.index_nav2{position: absolute;left:0;top:0;width:100%;z-index: 2;padding-bottom:15px;background-color:rgba(255,255,255,0.65);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.index_nav2 dt{text-align: center;font-size:14px;background-color: #12110c;line-height: 65px;}
.index_nav2 dt a{color:#ffcc00;line-height: 64px;}
.index_nav2 dd{text-align: center;font-size:14px;line-height:30px;}
.index_nav2 dd a{color:#000;}
.index_nav2 dd:hover{background-color: #f5d030;}

.banner_box{width:100%;overflow: hidden;position: relative;}
.banner{position: relative;}
.banner li{height:650px;float:left;}
.banner img{display: block;width:100%;height:650px;}
.banner_up{width:1920px;position: absolute;top:0;left:50%;margin-left:-960px;}
.banner_up img{width:100%;}
.banner_up2{left:50%;margin-left:-500px;top:0;height:650px;}
.banner_title{position: absolute;left:545px;top:555px;z-index: 999;}
.banner_title p{font-size:50px;font-weight: bold;color:#fff;line-height: 68px;}
.lbd_box{position: absolute;right:50px;bottom:55px;z-index: 2;}
.lbd_box li{width:8px;height: 8px;border-radius: 5px;border:1px solid #ffcc00;margin:0 5px;float:left;cursor: pointer;line-height:999px;}
.lbd_box .on{background-color:#ffcc00;width:10px;height: 10px;border: none;}
.tmkc_nav{width:274px;height: 580px;background-color:rgba(0,0,0,0.4);padding-top:70px;}
.tmkc_nav li{background: url(../images/kclist_bg.png) no-repeat left top;width:280px;margin-bottom:30px;}
.tmkc_nav li>p a{font-size:16px;font-weight: bold;color:#000;line-height: 30px;display: block;height: 35px; padding-left:100px;}
.tmkc_nav li>img{display: block;margin:11px 0 0 55px;cursor: pointer;padding-bottom:5px;}
.tmkc_nav2{}
.tmkc_nav2 dd{text-align: center;width:274px;}
.tmkc_nav2 dd a{font-size:14px;color:#ffcc00;line-height: 28px;}
.tmkc_nav2 dd:hover{background-color:rgba(0,0,0,0.32);}

/*Dare to be different*/
.dare_head{width:450px;margin:100px auto 90px;}
.dare_head p{font-size:34px;}
.dare_head img{display: block;margin-left:-15px;margin-top:8px;}
.dare_box li{position: relative;float:left;}
.dare_box li img{display: block;}
.dare_bottombox{width:120px;height:35px;background-color: #fcc804;position: absolute;bottom:0;left:40px;}
.dare_bottombox a{text-align: center;line-height: 35px;display:block;color:#000;}
.dare_tmbox{position: absolute;left:0;top:0;width:200px;height: 185px;background-color:rgba(255,204,0,0.9);}
.dare_tmbox img{display: block;margin:0 auto;padding-top:60px;}
.dare_tmbox p{text-align: center;margin-top:20px;color:#000;}
.dare_tmbox p a{color:#000;}

.dare_bg{background:url(../images/dare_bg.jpg) center no-repeat;width:100%;height: 500px;margin-top:-130px;}
.dare_bg_head{background:url(../images/tj_head_xian.png) no-repeat left bottom;width:973px;height:20px;padding-top:185px;}
.dare_bg_head p{color:#ffcc00;font-size:25px;text-align: right;margin:-20px 60px 0 0 ;}
.tj_box{width:750px;height:224px;background-color:rgba(0,0,0,0.5);margin:0 auto;position: relative;padding:22px 0 22px 50px;}
.tj_box .tj_logo{position: absolute;right:-10px;top:0;}
.tj_head{width:443px;}
.tj_head p{font-size:20px;color:#fff;padding-left:40px;}
.tj_xian{background: url(../images/tj_xian.png) center no-repeat;width:443px;height:16px;}
.tj_head h4{font-size:20px;color:#fff;padding-left:40px;font-weight: 100;text-align: right;margin-top:-16px;}
.hzxm p{color:#fff;margin-bottom:5px;}
.hzxm input{width:230px;height:40px;background-color:#b7b7b7;outline: none;line-height:40px;padding:0 5px;color:#9fa0a0;}
.tj_input{margin-top:30px;}
.tj_input li p{color:#fff;margin-bottom:5px;}
.tj_input li{margin-right:20px;float:left;}
.tj_input li input{width:100px;height:40px;background-color:#b7b7b7;outline: none;line-height:40px;padding:0 5px;color:#9fa0a0;}
.tj_btn{float:left;width:180px;height:40px;line-height: 40px;text-align: center;background-color:#ffcc00;margin-top:56px;}
.tj_btn:hover{border: 1px solid #ffcc00;width:180px;height: 40px;color:#ffcc00;background-color: #fff;line-height: 38px;}
.yellow_bg{margin-top:205px;height: 300px;width:100%;background-color: #e7b901;}

.dare_box2 li{width:333px;height:300px;background-color: #ffcc00;cursor: pointer;float:left;position: relative;}
.dare_box2 li>img{display: block;width:333px;height: 300px;}
.dare_tmbox2{width:333px;height:300px;background-color:rgba(0,0,0,0.5);position: absolute;left:0;top:0;}
.dare_tmbox2 img{display: block;margin:0 auto;padding-top:80px;}
.dare_tmbox2 p{font-size:25px;color:#ffcc00;margin-top:40px;text-align: center;}
.yellow_box{width:333px;height:300px;background-color:rgba(255,255,255,0.7);position: absolute;left:0;top:0;}
.yellow_box img{display: block;margin:0 auto;padding-top:80px;}
.yellow_box p{font-size:25px;margin-top:40px;text-align: center;}

.index_xygh_box{background:url(../images/index_xygh_bg.jpg) no-repeat center;height: 150px;width:100%;margin-bottom:60px;}
.index_xygh_box2{background:url(../images/index_xygh_bg2.jpg) no-repeat center;height: 480px;width:100%;margin:0 auto;}
.index_xygh_text{}
.index_xygh_text h5{font-size:35px;color:#fff;}
.index_xygh_cfx{font-size:35px;width:150px;height: 50px;text-align: center;line-height: 50px;background-color: #ffcc00;margin:40px 0 10px 0;}
.index_xygh_textr{margin-left:40px;}
.index_xygh_textl{margin-top:40px;}
.index_xygh_text p{font-size:20px;color:#fff;}
.index_xygh_zs li{width:480px;height:320px;background-color:#fff;float:left;margin-right:40px;position:relative;}
.index_xygh_zs li img{display: block;width:440px;height:250px;padding:20px 0 0 20px;}
.xygh_s-box{background-color:#fff;}
.xygh_s-box .p1{font-size:20px;color:#3e3a39;float:left;padding-left:20px;line-height:50px;}
.xygh_s-box .p2{font-size:18px;color:#666464;float:left;line-height:50px;margin-left:15px;}
.hidden_yellow_box{padding:15px 20px;width:440px;height:290px;position: absolute;left:0;top:0;background-color: #ffcc00;}
.hidden_head{border-bottom: 1px solid #3e3a39;margin-bottom:10px;}
.hidden_head p{font-size:22px;color:#3e3a39;line-height:50px;font-weight: bold;}
.xygh_hd_content dd{}
.xygh_hd_content dd .p1 a{font-size:18px;color:#3e3a39;line-height:34px;float:left;width:190px;}
.xygh_hd_content dd .p2 a{font-size:14px;color:#3e3a39;line-height:34px;float:left;width:250px;}
.xygh_hd_content dd:hover a{font-weight:600;}
.mfyy a{margin-top:5px;display: block;width:100px;height: 35px;text-align: center;line-height: 35px;color:#ffcc00;border-radius:3px;background-color: #000;box-shadow:2px 2px 2px #805b48;font-size:22px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.mfyy a:hover{box-shadow: none;position:relative;left:2px;top:2px;}
.hidden_yellow_box{display:none;}
.index_xygh_zs>li:hover .hidden_yellow_box{display: block;}
/*.index_xygh_zs li img{display: block;width:100%;}
.xygh_tmbox1{width:500px;height:330px;background-color:rgba(0,0,0,0.5);position: absolute;left:0;top:0;}
.index_xygh_zs li{position: relative;width:500px;height: 330px;float:left;}
.index_xygh_zs{margin-top:110px;}*/
.xygh_tmbox1 .p1 a{font-size:25px;color:#ffcc00;text-align: center;margin-top:140px;display: block;}
.xygh_tmbox1 .p2 a{padding-left:60px;font-size:20px;color:#ffcc00;text-align: center;display: block;}
.xygh_ytmbox1{position: absolute;top:0;right:0;width:300px;height: 330px;background-color: rgba(255,204,0,0.9)}
.sanjiao2{position: absolute;background: url(../images/sanjiao2.png) center no-repeat;left:-17px;top:10px;width:17px;height: 33px;}
.xygh_ytmlist{padding-left:37px;padding-top:15px;}
.xygh_ytmlist dd{padding-left:15px;margin:10px 0;}
.xygh_ytmlist dd p{line-height:16px;}
.xygh_ytmlist dd a{font-size:12px;color:#2f2725;line-height:16px;}
.xygh_ytmlist dd:hover a{font-weight: bold;}
.xygh_ytmlist dd:hover{border-left:4px solid #000;}
/*.mfyy a{display: block;width:90px;height: 30px;text-align: center;line-height: 30px;color:#3e3a39;border-radius:15px;background-color: #ffcc00;box-shadow:3px 3px 3px #805b48;position: absolute;left:60px;bottom:25px;}
.mfyy a:hover{box-shadow: none;left:63px;bottom:22px;}*/
.xygh_tmbox2{width:500px;height:330px;background-color: rgba(255,204,0,0.9);position: absolute;left:0;top:0;}
.xygh_tmbox2 .p1 a{font-size:25px;color:#000;text-align: center;margin-top:140px;display: block;}
.xygh_tmbox2 .p2 a{padding-left:60px;font-size:20px;color:#000;text-align: center;display: block;}


.index_news_bg{background:url(../images/index_news_bg.jpg) no-repeat center;width:100%;height: 500px;margin-top:30px;}
.news_bg_head{background:url(../images/tj_head_xian.png) no-repeat left bottom;width:973px;height:20px;padding-top:55px;margin-bottom:70px;}
.news_bg_head .p1{color:#fff;font-size:25px;text-align: right;margin:-20px 80px 0 0 ;}
.news_bg_head .p2{color:#ffcc00;font-size:25px;text-align: right;margin:10px -80px 0 0 ;}
.news_bg_head2 .p1{font-size:35px;text-align:center;color:#3e3a39;padding-top:50px;}
.news_bg_head2 .p2{font-size:16px;text-align:center;color:#3e3a39;padding-bottom:20px;}
.index_news_contact{padding-top:20px;border-top:1px solid #fff;}
.index_news_contact_img img{width:100%;display: block;}
.index_news_contact_img{width:640px;height: 260px;}
.index_news_contact_list{margin-left:30px;width:330px;height:260px;position: relative;}
.index_news_contact_list li .p1{line-height:18px;}
.index_news_contact_list li .p2{line-height:18px;}
.index_news_contact_list li .p1 a{font-size:14px;color:#3e3a39;line-height: 18px;display: block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.index_news_contact_list li .p2 a{font-size:12px;color:#3e3a39;line-height: 16px;display: block;}
.index_news_contact_list li{padding-left:10px;border-left:2px solid #3e3a39;margin:0 0 15px;height:34px;}
.index_news_contact_list li:hover a{font-weight:bold;}
.index_news_morebox a{display: block;width:70px;height: 28px;font-size:14px;color:#000;text-align: center;line-height: 28px;background-color: #ffcc00;position: absolute;right:0;bottom:0;}
.index_news_morebox a:hover{width:68px;height: 26px;border: 1px solid #ffcc00;color:#ffcc00;background-color:transparent;}
.morethanenglish{width:100%;height: 120px;}
.morethanenglish p{text-align: center;padding-top:70px;}

/*foot*/
.foot_box{background:url(../images/foot_bg.jpg) no-repeat center;width:100%;height:340px;padding-top:60px;position: relative;}
.ewm_box{width:130px;height:130px;position: relative;padding:10px;margin-left:40px;}
.ewm_box img{display: block;position: relative;width:130px;height: 130px;}
.yfk1{width:45px;height:45px;background-color:#ffcc00;position: absolute;right:0;top:0;}
.yfk2{width:45px;height:45px;background-color:#ffcc00;position: absolute;left:0;bottom:0;}
.foot_lxfs>a img{display: block;margin:15px 0 10px;}
.foot_lxfs>p{font-size:19px;color:#f3c942;}

.foot_nav li{float:left;width:75px;margin-right:25px;}
.foot_nav_list dt{border-bottom: 1px solid #ffcc00;margin-bottom:10px;}
.foot_nav_list dt a{font-size:16px;color:#ffcc00;line-height: 30px;}
.foot_nav_list dd a{font-size:14px;color:#ffcc00;line-height: 30px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.foot_nav_list dd a:hover{color:#fff;}
.yqlj_box{width:100%;height:27px;background-color:rgba(147,147,147,0.43);position: absolute;left:0;bottom:0;padding-top:13px;}
.yqlj_box p{font-size:12px;color:#ffcc00;line-height: 14px;float:left;}
.yqlj_box a{float:left;line-height: 14px;color:#ffcc00;font-size:12px;padding:0 10px;border-right:1px solid #ffcc00;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.yqlj_box a:hover{color:#fff;}
.yqlj_box div{width:550px;margin:0 auto;}
.foot_bq_box{width:100%;height: 40px;background-color: #ffcc00;}
.foot_nav2{padding-top:12px;}
.foot_nav2 li a{font-size:12px;color:#000;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.foot_nav2 li a:hover{color:#fff;}
.foot_nav2 li{line-height: 16px;padding:0 10px;border-right: 1px solid #000;float:left;}
.foot_bq_box>div>p{font-size:14px;line-height: 40px;}

/*planning*/
.planning_banner ul li {height:500px;}
.planning_banner img{display:block;}
.planning_banner{height: 500px;}
.planning_lbd{position: absolute;right:50px;top:450px;display:none;}
.planning_lbd li{width:8px;height:8px;border: 1px solid #fccb02;border-radius:5px;margin:0 5px;float:left;line-height:999px;}
.planning_lbd .on{background-color: #fccb02;width:10px;height:10px;border: none;}
.planning_nav li{width:130px;margin:0 15px;float:left;}
.close_pnav{padding:12.5px 0;}
.close_pnav p{text-align: center;}
.close_pnav p a{font-size:16px;color:#7d7d7d;}
.planning_nav_xian{width:82px;height:1px;background-color: #7d7d7d;margin:0 auto;}
.oppen_pnav p{text-align:center;border-bottom:2px solid #7d7d7d;}
.oppen_pnav p a{font-size:18px;color:#7d7d7d;line-height: 68px;font-weight:bold;}

/*学业规划*/
.xygh_box{width:100%;padding:50px 0 120px;background-color: #f6f6f5;}
.xygh_head{padding-left:10px;border-left:5px solid #ffcc00;}
.xygh_head p{font-size:20px;color:#3e3a39;}
.xygh_head .p1{font-size:18px;line-height:26px;}
.xygh_head .flt{font-size:18px;line-height:26px;}
.xygh_xian1{margin-top:5px;background-color: #d2d2d2;width:100%;height: 1px;}
.xygh_text1{font-size:20px;color:#3e3a39;margin:50px 0;}
.single_link .p1 a{font-size:14px;color:#3e3a39;line-height:24px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.single_link .p2 a{font-size:12px;color:#7d7d7d;line-height:22px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.single_link:hover a{color:#ffcc00;}
.xygh_list_left{width:146px;height:130px;}
.xygh_contact_left{width:780px;}
.xygh_list_yuan{width:90px;height:90px;border-radius:45px;background-color: #fcf5d7;text-align: center;line-height: 90px;font-size:20px;color:#3e3a39;margin:20px auto;}
.xygh_list_right{border-left:1px solid #d2d2d2;padding:10px 0 10px 20px;}
.xygh_list_right li{float:left;width:200px;}
.sanjiao3_box{width:146px;height:72px;}
.sanjiao3_box img{display: block;margin:0 auto;padding-top:30px;}
.xygh_contact_right{width:220px;}
.mftk_head{background-color:#000;margin-top:35px;width:100%;}
.mftk_head img{display: block;margin:3px 5px;}
.mftk_head p{font-size:22px;color:#ffcc00;line-height: 50px;}
.mftk_yellow{padding:15px;background-color: #ffcc00;margin-bottom:2px;}
.mftk_yellow p{font-size:14px;color:#3e3a39;}
.mftk_yellow input{width:185px;height:40px;background-color: #fffcf2;padding-left: 6px;line-height: 40px;color:#9fa0a0;outline: none;}

.mftk_yellow2{padding:15px;background-color: #ffcc00;margin-bottom:2px;}
.mftk_yellow2 p{font-size:14px;color:#3e3a39;}
.mftk_yellow2 input{width:70px;height:40px;background-color: #fffcf2;padding-left: 6px;line-height: 40px;color:#9fa0a0;outline: none;}
.mftk_yellow2 select{width:87.5px;height:40px;background-color: #fffcf2;padding-left: 6px;line-height: 40px;color:#9fa0a0;outline: none;}
.ljtj_btn2 a{font-size:16px;color:#ffcc00;line-height: 40px;width:140px;background-color: #000;display: block;text-align: center;margin:25px auto 0;}
.ljtj_btn2 a:hover{color:#fff;background-color: #ffcc00;border: 1px solid #fff;width:138px;height: 38px;}

.zxzx_box{margin-top:15px;}
.zxzx_head{width:100%;background-color:#dcdddd;}
.zxzx_head img{margin:2px 15px 0 10px;}
.zxzx_head p{font-size:22px;line-height:50px;color:#3e3a39;}
.zxzx_contact{border: 1px solid #e8e8e8;}
.zxzx_contact div{border-left:1px solid #000;padding-left:5px;}
.zxzx_contact div p a{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;font-size:12px;color:#000;display:block;}
.zxzx_contact div p{line-height: 16px;}
.zxzx_contact dd{padding:9px 5px;background-color: #fff;}
.zxzx_contact dd:hover div{border-left:1px solid #ffcc00;}
.zxzx_contact dd:hover{background-color: #f2f2f2;}
.zxzx_morebtn a{color:#000;display: block;text-align: center;line-height: 40px;background-color: #dcdddd;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.zxzx_morebtn a:hover{background-color:#ffcc00;color:#fff;}
.xygh_head .frt{margin-top:5px;}
.xygh_head .frt span{color:#7d7d7d;font-size:12px;line-height: 12px;}
.xygh_head .frt span a{color:#7d7d7d;font-size:12px;line-height: 12px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.xygh_head .frt span a:hover{color:#f7c604;}


/*体验课堂*/
.tykt_banner{height: 550px;}
.tykt_banner img{display: block;position: absolute;left:50%;margin-left:-960px;}
.tykt_box{width:100%;padding:70px 0 120px;background-color: #f6f6f5;}
.tykt_text1 .flt{line-height:14px;}
.tykt_text1 p{font-size:14px;color:#7d7d7d;}
.tykt_text1 a{line-height:14px;font-size:14px;color:#7d7d7d;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.tykt_text1 a:hover{color:#3e3a39;}
.tykt_text1 div{line-height: 16px;}
.tykt_text1{margin:15px 0 50px;}
.tykt_contact_left{width:765px;margin-right:15px;min-height:400px;}
.tykt_videos{position: relative;width:250px;height: 170px;overflow:hidden;}
.tykt_videos .img1{display: block;width:100%;}
.tykt_videos .img2{display: block;position: absolute;left:100px;top:45px;}
.tykt_videos_text{padding:10px 0 10px 20px;background-color: #f6f6f5;height: 150px;width:495px;transition:0.3s;-moz-transition:0.3s; /* Firefox 4 */-webkit-transition:0.3s; /* Safari and Chrome */-o-transition:0.3s; /* Opera */;}
.tykt_video_box dd:hover .tykt_videos_text{background-color:#fff;}
.tykt_videos_text h3{font-size:18px;color:#3e3a39;font-weight:500;margin-bottom:10px;}
.tykt_videos_text h3 b{font-weight:normal;font-family: number;}
.tykt_videos_text>p{font-size:14px;color:#3e3a39;font-weight:500;line-height: 24px;}
.dp_box li img{display: block;float:left;margin:0 5px;}
.dp_box li p{float:left;width:80px;font-size:14px;color:#7d7d7d;}
.dp_box li{float:left;}
.dp_box{margin-bottom:12px;margin-top:5px;}
.ljtk_btn a{display: block;line-height: 30px;width:100px;text-align: center;font-size:18px;color:#000;background-color: #ffcc00;border-radius:3px;}
.ljtk_btn:hover a{color:#ffcc00;background-color: #000;}
.tykt_video_box dd{margin-bottom:12px;}
.sprd_box{border:1px solid #eeeeed;margin-top:20px;background-color: #fff;}
.sprd_head{width:100%;line-height: 40px;background-color: #dcdddd;text-align: center;}
.sprd_img{display: block;width:75px;height:60px;}
.sprd_contact{padding-top:10px;padding-bottom:20px;background-color:#fff;}
.sprd_contact li{padding-left:5px;padding-bottom:5px;}
.sprd_contact li:hover .sprd_text{background-color: #f6f6f5;}
.sprd_contact li:hover a{color:#ffcc00;}
.sprd_text{padding-left:5px;border-left: 1px solid #7d7d7d;height: 45px;padding-top:15px;width:125px;}
.sprd_text p a{font-size:12px;color:#000;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;display:block;}
.sprd_text p{line-height: 16px;}
.sprd_morebtn a{display: block; width:210px;margin:0 auto;text-align: center;line-height:36px;border-top: 1px solid #7d7d7d;font-size:18px;color:#000;}
.sprd_morebtn a:hover{color:#ffcc00;}
.yeshu li{float:left;line-height: 16px;}
.last_btn{cursor: pointer;font-size:14px;color:#999;line-height: 16px;padding:0 10px;}
.next_btn{cursor: pointer;font-size:14px;color:#999;line-height: 16px;padding:0 10px;}
.fanye_box a{color:#999;font-size:14px;padding:0 10px;}
.fanye_box h4{font-size:14px;color:#999;font-weight:500;margin-right:20px;}
.last_btn:hover{color:#000;}
.next_btn:hover{color:#000;}
.fanye_box a:hover{color:#000;}
.fanye_box{width:500px;margin:110px auto 40px;}

/*NEWS*/
.news_nav_bg{background-color: #fff;}
.news_nav li{float:left;margin:0 60px;}
.news_nav li a{color:#7d7d7d;display: block;line-height:70px;width:130px;text-align: center;}
.news_nav li .nwes_nav_style{color:#000;border-bottom:2px solid #000;}
.news_contact_left{width:765px;margin-right:15px;margin-top:35px;}
.news_zsbox img{display:block;width:100%;}
.news_zstext{width:743px;padding:30px 10px;background-color: #fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid #cdcdcd;border-top:none;}
.news_zstext h3 a{font-size:14px;color:#000;font-weight:600;}
.news_zstext span{line-height: 25px;}
.news_zstext span a{font-size:12px;color:#666464;line-height: 16px;}
.news_xian1{width:745px;margin:0 auto;height: 1px;background-color: #ffcc00;margin-top:3px;}
.news_zstext p a{font-size:14px;color:#666464;line-height:16px;}
.news_zstext p{line-height: 16px;margin-top:5px;}
.news_list{margin-top:25px;padding-left:15px;}
.news_list .new1{float: left;width: 595px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_list .new2{float: left;}
.news_list li{line-height: 25px;border-left:2px solid #727171;padding-left:8px;margin-bottom:10px;height:25px;}
.news_list li a{font-size:14px;color:#727171;}
.news_list li:hover{background-color: #fff;border-left:2px solid #ffcc00;}
.xxxdx_box{height:430px;padding-top:50px;}
.xxxdx_text{margin-top:70px;padding-bottom:120px;}
.xxxdx_text img{display: block;width:150px;height: 195px;}
.xxxdx_text p{font-size:18px;line-height:35px;width:765px;margin-left:40px;}
.jjrz_box{width:100%;background-color: #fff;padding-top:80px;padding-bottom:80px;}
.jjrz_contact{padding:85px 0 0 125px;width:875px;margin:0 auto;}
.jjrz_contact li{margin-bottom:95px;}
.jjrz_text{padding:20px 0 0 50px;}
.jjrz_text dt{font-size:20px;color:#3e3a39;}
.jjrz_text dd{font-size:18px;color:#7d7d7d;line-height: 28px;}
.jjrz_box .p1{font-size:25px;color:#3e3a39;text-align: center;}
.jjrz_box .p2{font-size:25px;color:#ffcc00;text-align: center;}

/*关于我们*/
.news_nav_bg{background-color: #fff;}
.jtjs_nav li{float:left;margin:0 35px;}
.jtjs_nav li a{color:#7d7d7d;display: block;line-height:70px;width:130px;text-align: center;}
.jtjs_nav li .nwes_nav_style{color:#000;border-bottom:2px solid #000;}
.jtjs_box{padding-top:50px;}
.jtjs_contact{background-color: #fff;margin-top:100px;margin-bottom:180px;}
.jtjs_contact>img{display: block;width:900px;height: 412px;margin:0 auto;padding-bottom:50px;}
.jtjs_text{padding:30px 40px 0 40px;}
.jtjs_text h3{font-size:24px;color:#ffcc00;font-weight: 500;}
.jtjs_text h4{font-size:18px;color:#3e3a39;font-weight: 500;}
.jtjs_text p{line-height: 38px;color:#3e3a39;margin-top:20px;margin-bottom:70px;}

/*加盟优势*/
.jmys_contact{margin-bottom:125px;}
.jmys_box{margin-top:70px;}
.jmys_zs>li{float:left;position: relative;}
.jmys_zs>li>img{display: block;}
.black_tmbox>div{width:200px;height:175px;background-color:rgba(62,58,57,0.9);position: absolute;left:0;top:0;}
.black_tmbox>div>.p1{font-size:18px;text-align: center;color:#ffcc00;padding-top:60px;}
.black_tmbox>div>.p2{font-size:25px;text-align: center;color:#ffcc00;}


.white_box>div{width:200px;height:175px;background-color:#fff;position: absolute;left:0;top:0;}
.white_box>div>.p1{font-size:18px;text-align: center;color:#3e3a39;padding-top:60px;}
.white_box>div>.p2{font-size:25px;text-align: center;color:#3e3a39;}

.yellow_box1>div{width:200px;height:175px;background-color:#ffcc00;position: absolute;left:0;top:0;}
.yellow_box1>div>.p1{font-size:18px;text-align: center;color:#3e3a39;padding-top:60px;}
.yellow_box1>div>.p2{font-size:25px;text-align: center;color:#3e3a39;}

.white_tmbox>div{width:200px;height:175px;background-color:rgba(255,255,255,0.74);position: absolute;left:0;top:0;}
.white_tmbox>div>.p1{font-size:18px;text-align: center;color:#3e3a39;padding-top:60px;}
.white_tmbox>div>.p2{font-size:25px;text-align: center;color:#3e3a39;}

.gray_box>div{width:200px;height:175px;background-color:#e6e6e6;position: absolute;left:0;top:0;}
.gray_box>div>.p1{font-size:18px;text-align: center;color:#3e3a39;padding-top:60px;}
.gray_box>div>.p2{font-size:25px;text-align: center;color:#3e3a39;}

/*加盟模式*/
.jmms_box{width:100%;background-color: #efefef;padding:110px 0;}
.jmms_conatact li{float:left;width:500px;height:350px;background-color: #fff;}
.jmms_conatact li h3{font-size:25px;color:#3e3a39;text-align: center;padding-top:80px;font-weight:500;}
.jmms_conatact li p{font-size:16px;text-align: center;line-height: 30px;color:#3e3a39;width:350px;margin:100px auto 0;}

/*加盟热线*/
.jmrx_bg{background:url(../images/jmrx_bg.jpg) no-repeat center;width:100%;height:120px;}

.jmrx_nb .p1{font-size:35px;color:#ffcc00;line-height: 120px;margin-right:60px;}
.jmrx_nb .p2{font-size:73px;color:#ffcc00;line-height: 120px;font-family: number;}

/*加盟方式*/
.jmfs_box{width:100%;background-color: #efefef;padding:50px 0 80px;}
.jmfs_text p{font-size:16px;color:#3e3a39;text-align: center;line-height: 56px;}
.jmfs_text p b{font-size:30px;font-weight: 500;color:#3e3a39;}

/*加盟流程*/
.jmlc_box{background-color: #ffcc00;padding:60px 0 120px;}
.jmlc_icon .li1{width:140px;float:left;}
.jmlc_icon .li1 img{display: block;width:100px;height:100px;margin:0 auto;}
.jmlc_icon .li1 p{text-align: center;color:#3e3a39;font-size:18px;padding-top:40px;}

.jmlc_icon .li2{width:32px;float:left;}
.jmlc_icon .li2 p{text-align: center;padding-top:142px;}

.jmlc_zsmk{position: relative;}
.jmlc_zsmk li img{display:block;width:100%;transition:0.6s;}
.jmlc_zsmk li{float:left;width:33%;position: relative;overflow: hidden;}

/*服务支持*/
.fwzc_box{padding:70px 0;}
.fwzc_title{background:url(../images/fwzc_head_bg.png) center no-repeat;width:1000px;height: 4px;}
.fwzc_title p{font-size:28px;color:#7d7d7d;text-align: center;font-weight:bold;position: relative;top:-18px;}
.fwzc_contact{margin-top:60px;}
.fwzc_contact .li1{width:622px;}
.fwzc_contact .li1 h1{font-size:60px;font-weight: normal;line-height:70px;font-family:number;color:#7d7d7d;border-top:3px solid #ffcc00;border-bottom:3px solid #ffcc00;width:50px;text-align: center;}
.fwzc_contact .li1 .zc_text{margin-left:30px;}
.fwzc_contact .li1 .zc_text .div1{width:90px;line-height:44px;color:#3e3a39;background-color:#ffcc00;text-align: center;font-size:20px;}
.fwzc_contact .li1 .zc_text .zc_fontbox{padding:8px 0;border-top:1px solid #ffcc00;border-bottom:1px solid #bfbfbf;width:533px;}
.fwzc_contact .li1 .zc_text .zc_fontbox p{font-size:14px;line-height:30px;}


.fwzc_contact .li2{width:622px;}
.fwzc_contact .li2 h1{font-size:60px;font-weight: normal;line-height:70px;font-family:number;color:#7d7d7d;border-top:3px solid #ffcc00;border-bottom:3px solid #ffcc00;width:50px;text-align: center;}
.fwzc_contact .li2 .zc_text{margin-right:30px;}
.fwzc_contact .li2 .zc_text .div1{width:90px;line-height:44px;color:#3e3a39;background-color:#ffcc00;text-align: center;font-size:20px;}
.fwzc_contact .li2 .zc_text .zc_fontbox{padding:8px 0;border-top:1px solid #ffcc00;border-bottom:1px solid #bfbfbf;width:533px;}
.fwzc_contact .li2 .zc_text .zc_fontbox p{font-size:14px;line-height:30px;text-align: right;}

.fwzc_contact li{margin-bottom:65px;}


/*3级-兴趣学习*/
.s-xqxx_contact_left{width:765px;margin-right:15px;}
.s-xqxx_content{margin-top:35px;}
.s-xqxx_content dd{margin-bottom:40px;}
.s-xqxx_content dd img{display: block;width:380px;height: 220px;}
.bottom_box{width:385px;height: 220px;background-color: #fff;position: relative;cursor: pointer;}
.bottom_box>p{font-size:20px;padding-top:100px;color:#7d7d7d;text-align: center;}
.bottom_box>p>b{font-family: number;font-weight: 500;}
.s-xqxx_content_text{padding:20px;width:345px;height:180px;position: absolute;left:0;top:0;background-color: #ffcc00;display:none;}
.s-xqxx_content_xian{width:345px;height:1px;margin:0 auto;background-color: #3e3a39;margin:5px 0;}
.s-xqxx_content_text>.p1{font-size:20px;color:#3e3a39;}
.s-xqxx_content_text>.p1>b{font-family: number;font-weight: 500;}
.s-xqxx_content_text>.p2 a{font-size:14px;color:#3e3a39;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.s-xqxx_content_text>.p3{padding-top:80px;}
.s-xqxx_content_text>.p3 a{font-size:20px;color:#3e3a39;text-align: center;display: block;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.s-xqxx_content_text>.p3 a b{font-family: number;font-weight: 500;}
.s-xqxx_content dd:hover .s-xqxx_content_text{display: block;}
.s-xqxx_content_text>.p2 a:hover{color:#fff;}
.s-xqxx_content_text>.p3 a:hover{color:#fff;}
.s-xqxx_content dd .frt .s-xqxx_content_text p{text-align: right;}
.s-xqxx_content dd .bottom_box .s-xqxx_content_text .p3{text-align: center;}

/*3-6创客智能机器人*/
.zxzx_zsimg li{height: 132px;width:220px;background-color: #fff;}
.zxzx_zsimg li img{display:block;margin:0 auto;padding-top:5px;}
.s-xqxx_contact_left>.p4{font-size:16px;color:#3e3a39;line-height: 30px;padding-top:35px;}
.s-xqxx_contact_left>.img1{display: block;margin:90px 0 90px 35px;}
.s-xqxx_contact_left p img{display:block;margin:60px auto;}
.kcjg_box img{display: block;margin:30px auto;}

/*9-12数学*/
.kcjg_xian{width:1px;height:300px;background-color: #7d7d7d;}
.kcjg_content{padding-top:40px;position: relative;}
.kcjg_content img{display: block;width:36px;height:36px;margin:6px 15px 0 -18px;}
.kcjg_text{font-size:18px;color:#3e3a39;}
.kcjg_content dd{margin-bottom:35px;}
.kcjg_box2{margin-left:40px;}

/*ELES*/
.ksnr_box{padding-top:40px;padding-left:15px;margin-bottom:100px;}
.ksnr_box p{color:#3e3a39;margin-right:75px;}
.ksnr_box img{display: block;padding-top:10px;}
.eleszs_box{padding-top:35px;padding-left:15px;}
.eleszs_box>p{color:#3e3a39;line-height: 25px;margin-bottom:25px;}
.eleszs_text{width:480px;margin-top:60px;}
.eleszs_text dd{color:#3e3a39;line-height: 25px;margin-bottom:25px;}
.eleszs_box>img{width:176px;height: 253px;margin-left:65px;}
.s-xqxx_contact_left>.img2{display: block;margin:60px 0 100px 0;}

/*star-show*/
.star-show_box{margin:100px 0;}
.star-show_box p{font-size:25px;line-height: 35px;color:#3e3a39;}
.star-show_box .p6{margin-left:45px;width:170px;height: 35px;background-color: #ffcc00;padding-left:10px;}
.star-show_text{margin-top:210px;padding-left:25px;position: relative;}
.star-show_box img{margin-left:-30px;}

/*video*/
.video-show_box{width:765px;height: 560px;margin-top:35px;}

/*teachers-school*/
.teachers_navbg{background-color: #fff;}
.teachers_nav li{float:left;width:333px;}
.teachers_nav li a{display: block;width:130px;margin:0 auto;color:#7d7d7d;font-size:16px;line-height: 70px;text-align: center;}
.teachers_nav li .nwes_nav_style{border-bottom: 2px solid #000;color:#000;}

/*teacher-jionus*/
.jrwm_box .p1{font-size:25px;color:#3e3a39;text-align: center;margin-top:85px;}
.jrwm_box .p2{font-size:25px;color:#ffcc00;text-align: center; padding-left:300px;margin-bottom:100px;}
.jrwm_box img{display: block;margin:0 auto 120px;width:1000px;height: 590px;}

/*teacher-培训体系*/
.pxtx_box{margin-top:50px;}
.pxfz_box{padding:75px 0 0 30px;}
.pxfz_box dd{height: 70px;}
.pxfz_box dd>p{font-size:20px;color:#3e3a39;width:300px;line-height: 32px;}
.pxfz_box dd .p1{line-height: 48px;}
.pxfz_box dd>p b{font-size:20px;color:#7d7d7d;font-weight: normal;}
.pxfz-sm-font p{font-size:12px;color:#7d7d7d;line-height: 16px;}
.pxkc_bg{background:url(../images/pxkc_bg.jpg) no-repeat center;width:100%;height:1014px;padding-top:55px;}
.pxkc_element{background:url(../images/pxtx_element.png) center no-repeat;width:342px;height:603px;top:-470px;right:0;}
.pxkc_zs1 li{float:left;position: relative;margin-right:80px;}
.pxkc_js{position: absolute;top:240px;left:0;width:283px;}
.pxkc_js p{text-align: center;}
.pxkc_js .p1 a{font-size:18px;color:#3e3a39;}
.pxkc_js .p2 a{font-size:16px;color:#7d7d7d;}
.pxkc_js p a{transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.pxkc_js:hover a{color:#f7c604;}
.pxkc_zs1{padding:80px 0 0 20px;}

.pxkc_zs2{margin-top:50px;}
.pxkc_zs2 li{float:left;position: relative;margin:0 58px;}
.pxkc_zs2 li img{display: block;}
.pxkc_js2{position: absolute;top:325px;left:0;width:215px;}
.pxkc_js2 p{text-align: center;}
.pxkc_js2 .p1 a{font-size:18px;color:#3e3a39;}
.pxkc_js2 .p2 a{font-size:16px;color:#7d7d7d;}
.pxkc_js2 p a{transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.pxkc_js2:hover a{color:#f7c604;}

/*news-详情*/
.qyxw_xq-head p{font-size:16px;color:#3e3a39;line-height:26px;}
.qyxw_xq-head .frt span a{font-size:12px;color:#7d7d7d;line-height: 26px;}
.qyxw_xq-head .frt span{font-size:12px;line-height: 26px;}
.qyxw_xq-head{border-bottom:1px solid #ffcc00;margin-top:55px;margin-bottom:15px;}
.news_xqy_box{width:1000px;margin:0 auto 35px;border-radius:9px;background-color: #fff;padding:15px 20px;}
.news_xqy_box h3{font-size:24px;color:#000;text-align: center;font-weight:500;line-height: 58px;border-bottom:1px solid #d3d3d4;}
.news-xq_time{margin-top:3px;}
.news-xq_time img,.news-xq_time p{float:left;font-size:12px;color:#d3d3d4;}
.news-xq_time p{margin-left:10px;}
.news-xq_content{min-height: 300px;margin-top:20px;letter-spacing:2px;}
.news_fenxiang dt{float:left;font-size:13px;color:#666464;}
.news_fenxiang dd{float:left;margin-left:10px;}.news_fenxiang dd a{font-size:13px;color:#666464;float:left;margin-left:5px;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.news_fenxiang dd a:hover{color:#ffcc00;}
.news_fenxiang .dd1{float:left;margin-left:20px;}
.news_fenxiang dd img{float:left;}
.xgzx_box{padding-left:18px;}
.xgzx_head h3{font-size:15px;color:#3e3a39;}
.xgzx_head{border-bottom: 1px solid #7d7d7d;}
.xgzx_content dd p a{font-size:15px;color:#3e3a39;line-height: 33px;margin-left:8px;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.xgzx_content dd img{margin-top:12px;}
.xgzx_content dd p a:hover{color:#ffcc00;}
.xgzx_content{margin-bottom:50px;}



.zp_font{font-size:16px;color:#000;width:100px;line-height: 40px;text-align: center;background-color: #ffcc00;}
.zp_head{border-bottom:3px solid #ffcc00;margin-top:100px;}
.zhaopin_test{width:1200px;background-color:white;margin:0 auto 55px;}
.center_1000{width: 1000px; margin: 0 auto;padding: 80px 0 40px;}
.xuanzedidian{width:228px;height: 38px;border: 1px solid #9fa0a0;padding: 0 0 0 10px;float:left;margin-right: 30px;cursor:pointer;}
.xuanzedidian p{color:#898989;font-size:14px;line-height: 40px;float:left;}
.xuanzedidian img{float:right;padding: 15px 10px;}
.guanjianci{width: 128px;height: 38px;border: 1px solid #9fa0a0;padding:0 10px;float:left;line-height: 40px;color:#898989;font-size: 14px;margin-right:30px;outline: none;overflow: hidden;}
.sousuo_button{float:left;width:78px;height: 38px;border:1px solid #9fa0a0;padding:0 10px;line-height: 40px;text-align: center;color:black;font-size:18px;background-color:#ffcc00;cursor:pointer;}
.hide_didian{margin-left: -11px; width:218px;border: 1px solid #9fa0a0;padding: 0 10px;border-top:none;position: relative;z-index: 999;background-color:white;}
.hide_didian dd{line-height: 40px;color:#898989;font-size:14px;}
.zhaopin_nav{width:1000px;background-color:#eeeeee;margin-top: 15px;}
.zhaopin_nav dd{float:left;width:160px;padding-left: 40px;font-size:14px;line-height: 50px;color:#221815;}
.zhaopin_text{width:1000px;border-bottom: 1px #ababab dashed;cursor: pointer;}
.zhaopin_text dd{float:left;width:160px;padding-left: 40px;font-size:14px;line-height: 50px;color:#221815;}
.lijiyingpin_box{width:860px;margin: 0 auto;background-color:#f2f2f3;padding: 30px;}
.lijiyingpin_button{float:right;width:135px;height: 40px;background-color:#ffcc00;cursor:pointer;}
.lijiyingpin_button img{padding:2px 0 0 4px;float:left;}
.lijiyingpin_button p{float:left;font-size:20px;margin-left: 5px;padding-top: 7px;}
.lijiyingpin_contact{float:left;}
.lijiyingpin_h1{float:left;color:#005d85;font-size:14px;}
.lijiyingpin_p{float:left;font-size:14px;margin-left: 15px;}
.lijiyingpin_contact{padding-top: 10px;}
.lijiyingpin_p p{margin-bottom: 20px;}
.fanye_box2{float:right;margin-top: 70px;}
.fanye_box2>p{color:#e2dad8;float:left;padding: 9px 10px 0 0;}
.fanye_box2>div{float:left;padding: 10px;border: 1px solid #cacaca;background-color:#f8f8f8;cursor: pointer;font-size:12px;}
.fanye_box2 h1{font-size:12px;color:#4f5da3;font-weight: 500;float:right;margin-right:50px; padding-top: 20px;}
.fanye_box2 .kong{cursor:auto;margin-left: 20px;overflow: hidden;outline: none;width: 24px;height: 16px;background-color: white;text-align: center;}

/*企业文化*/
.qywh_head{margin-top:105px;}
.qywh_head .p1{font-size:25px;color:#4c4948;text-align: center;}
.qywh_head .p2{font-size:25px;color:#9a9897;text-align: center;}

.qywh_text .p1{font-size:20px;color:#4c4948;line-height: 40px;}
.qywh_text .p2{font-size:16px;color:#7d7d7d;line-height: 36px;}
.qywh_text{margin-left:45px;padding-top:30px;width:528px;}
.qywh_content{width:725px;margin:60px auto 0;padding-bottom:50px;}
.qywh_content dd{margin-bottom:50px;}

.qywh_content2{background-color: #efefef;}
.qywh_content2 img{display: block;margin:0 auto;}

/*发展历程*/
.fzlc_content{margin-top:35px;padding-bottom:320px;}
.fzlc_content li{width:236px;height:238px;border: 1px solid #e7e7e7;float:left;margin-right:15px;cursor:pointer;}
.fzlc_content li .p1{font-size:50px;color:#3e3a39;margin-top:50px;text-align: center;}
.fzlc_content li .p2{font-size:12px;color:#7d7d7d;margin-top:60px;text-align: center;}
.fzlc_content li .p3{font-size:42px;text-align: center;color:#fff;margin-top:65px;}
.c1{background-color:#f9f9f9;}
.c2{background-color:#f2f2f3;}
.c3{background-color:#ebecec;}
.c4{background-color:#e4e4e5;}
.c5{background-color:#dcdddd;}
.c6{background-color:#d5d5d6;}
.c7{background-color:#c7c7c7;}
.c8{background-color:#c5c6c6;}
.c9{background-color:#bdbebe;}
.c10{background-color:#b5b5b6;}
.c11{background-color:#acadae;}
.fzlc_content li:hover{background-color: #ffcc00;}
.fzlc_content li:hover .p1{color:#fff;}
.fzlc_content .ybg{background-color: #ffcc00;}

/*品牌荣誉*/
.ppry_box{margin-top:50px;margin-bottom:110px;}
.ppry_box>img{display:block;width:460px;height:900px;}
.ppry_content{width:510px;height:850px;background-color: #fff;padding:50px 0 0 30px;}
.s-hx{width:20px;height:3px;background-color:#fff;margin-top:33px;}
.ppry_gd dd p{font-size:18px;line-height: 68px;color:#3e3a39;margin-left:15px;}
.ppry_gd dd .font-y{color:#ffcc00;}

/*联系我们*/
.contactus-box{margin-top:80px;margin-bottom:200px;}
.contactus-box>img{width:360px;height:400px;}
.contactus-boxbg{width:640px;height:400px;background-color: #fff;}
.contact-us_text_box{padding:60px 0 0 90px;}
.contact-us_text dt{margin-bottom:34px;}
.contact-us_text dt .p1{font-size:24px;color:#ffcc00;line-height:28px;}
.contact-us_text dt .p2{font-size:20px;color:#9f9d9c;font-weight:100;line-height: 28px;}
.contact-us_text dd img{margin-top:12px;}
.contact-us_text dd p{margin-left:18px;line-height:48px;color:#666464;}
.contact-us_text dd p a{line-height:48px;color:#666464;}
.contact-us_text dd p a:hover{color:#ffcc00;}

/*在线外教*/
.zxwj_content{margin-bottom:120px;}
.zxwj_head{font-weight: normal;font-size:20px;color:#3e3a39;text-align: center;margin-bottom:50px;}
.zxwj_content dd{width:495px;height:260px;border-radius: 4px;margin-right:10px;}
.zxwj_content dd img{display: block;width:495px;height: 260px;}
.zxwj_tmbox{width:495px;height: 260px;border-radius:4px;background:rgba(0,0,0,0.5);left:0;top:0;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.zxwj_tmbox:hover{background-color: #ffcc00;}
.zxwj_tmbox:hover p{color:#000;}
.zxwj_tmbox:hover .zxwj_ljyy a{background-color: #000;color:#ffcc00;display:block;}
.zxwj_tmbox p{text-align: center;margin:100px 0 80px;color:#fff;font-size:18px;}
.zxwj_ljyy a{ width:100px;height:30px;background-color: #ffcc00;text-align: center;margin:0 auto;border-radius:4px;line-height: 30px;color:#000;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;display: none;}
.zxwj_tmbox .zxwj_ljyy a:hover{border: 1px solid #fff;color:#fff;background-color: transparent;width:98px;height: 28px;line-height: 28px;}
.zxwj_content .img1{display: block;left:50%;top:50%;margin-left:-121px;margin-top:-87px;}

/*在线测评*/
.zxcp_head{width:670px;height:70px;background-color: #ffcc00;border-radius:4px;text-align: center;margin:0 auto;line-height: 70px;font-size:25px;color:#3e3a39;}
.zxcp_box{background:url(../images/zxcp_box_bg.jpg) no-repeat center;width:1000px;height:600px;margin-top:-30px;margin-bottom:90px;}
.zxcp_tmbox{width:1000px;height: 600px;background:rgba(0,0,0,0.61);left:0;top:0;}
.zxcp_tmbox p{text-align: center;color:#fff;margin-top:290px;font-size:16px;line-height: 35px;margin-bottom:110px;}
.zxcp_ljcp_btn a{display: block;width:120px;height: 36px;background-color: #ffcc00;line-height: 36px;text-align: center;font-size:21px;color:#000;margin:0 auto;border-radius:5px;transition:0.6s;-moz-transition:0.6s; /* Firefox 4 */-webkit-transition:0.6s; /* Safari and Chrome */-o-transition:0.6s; /* Opera */;}
.zxcp_ljcp_btn a:hover{color:#fff;border: 1px solid #fff;background-color:transparent;width:116px;height:34px;line-height: 34px;}

/*在线学习APP*/
.zxxx_app_font .p1{font-size:16px;color:#3e3a39;line-height: 34px;}
.zxxx_app_content{margin-top:130px;}
.zxxx_ewm dt{float:left;margin-right:50px;margin-top:30px;}
.zxxx_ewm dd{float:left;margin-right:30px;}
.zxxx_ewm dd p{font-size:12px;text-align: center;color:#3e3a39;}
.zxxx_ewm{margin-left:100px;}
.ewm_font{margin-left:220px;margin-top:20px;margin-bottom:50px;}
.ewm_font p{font-size:14px;color:#221815;line-height: 20px;}

/*login*/
.head_top .frt p{line-height:72px;margin-left:10px;}


.login_banner img{display:block;height:620px;width:1920px;position: absolute;left:50%;margin-left:-960px;}
.login_banner{height: 620px;}
.login_lbd{position: absolute;right:50px;top:560px;}
.login_lbd li{width:8px;height:8px;border: 1px solid #fccb02;border-radius:5px;margin:0 5px;float:left;}
.login_lbd .ylbd{background-color: #fccb02;width:10px;height:10px;border: none;}
.login_box{width:350px;height:450px;position: absolute;background-color: #fff;right:0;top:50px;}
.login_head_nav li{float:left;width:50%;text-align: center;line-height: 70px;font-size:20px;color:#000;background-color: #efeee8;cursor: pointer;}
.login_head_nav .login_color{background-color: #ffcc00;}
.login_input{padding-top:45px;}
.login_input input{width:298px;height:38px;margin:0 auto;display:block;outline: none;border:1px solid #d4d4d4;margin-bottom:25px;padding-left:10px;color:#bfc0c0;line-height: 38px;}
.login_input button{width:310px;height: 40px;text-align: center;line-height: 40px;font-size:18px;color:#000;background-color: #ffcc00;display: block;margin:0 auto;outline:none;cursor:pointer;}
.login_input button:hover{border:1px solid #ffcc00;width:310px;height:40px;line-height: 38px;background-color: transparent;color:#ffcc00;}
.login_box img{display:block;margin:50px auto 0;}
.login_ewm{height:215px;}

/*map*/
.map_box{background:url(../images/map_bg.jpg) center no-repeat;width:712px;height: 662px;}
.map_b-box{margin-top:90px;margin-bottom:100px;}
.xq_box{width:280px;height: 662px;margin-left:8px;}
.xq_nav{background-color: #fff;height: 640px;overflow: hidden;}
.xq_nav dd{padding-left:10px;height:58px;}
.xq_nav dt p{font-size:22px;color:#3e3a39;line-height: 50px;margin-left:10px;}
.xq_nav dt{background-color: #ffcc00;}
.xq_nav dt img{margin-left:5px;margin-top:2px;}
.xq_nav dd h3 a{font-size:16px;font-weight: normal;color:#3e3a39;}
.xq_nav dd p a{font-size:12px;color:#7d7d7d;}
.xq_nav dd p{line-height: 15px;}
.xq_nav dd h3{line-height: 22px;}
.xq_nav dd{padding-top:9px;}
.xq_nav dd:hover{background-color: #f6f6f5;}
.map_search{left:20px;top:50px;}
.map_search input{width:260px;height:36px;outline:none;padding-left:10px;font-size:18px;color:#3e3a39;}
.map_close img{display:block;}
.map_close{width:30px;height:28px;padding-top:8px;background-color: #fff;cursor:pointer;}
.map_search button{background:url(../images/map_search.png) center no-repeat;width:36px;height:36px;outline: none;background-color: #ffcc00;cursor:pointer;}

.xq_page{ height:30px; overflow:hidden; line-height:30px; text-align:center;background-color: #fff;border-top: 1px dashed #ccc;}
.xq_page a{ color:#666; margin-right:10px; display:inline;}
.xq_page a:hover{ color:#F27B03;}
.xq_page a.on{ color:#F27B03;}

.stk_bg{width:100%;background-color:#fff;height:70px;padding-top:30px;}
.stk_bg .w1000 input{margin-left:30px;float:left;width:148px;border:1px solid #000;border-radius:3px;outline:none;height:43px;color:#000;padding-left:10px;cursor:pointer;

}

.stk_bg .w1000 select{margin-left:30px;float:left;width:168px;border:1px solid #000;border-radius:3px;outline:none;height:45px;color:#000;padding-left:10px;cursor:pointer;}
.stk_bg .w1000 button{margin-left:30px;width:118px;border-radius:3px;outline:none;height:45px;text-align: center;background-color:#ffcc00;font-weight: bold;line-height:45px;color:#000;cursor:pointer;}
.dare_box{padding:50px 0;}
.dare_box li{background-color: #fff;width:200px;height:185px;}
.dare_box li>img{display:block;width:180px;height:165px;margin:10px auto;}
.dare_box2bg{padding:60px 0;margin:0 0 60px;}

.tykt_box3{margin-top:80px;}
.tykt_box3 li{width:480px;height:400px;float:left;margin-right:40px;}
.tykt_box3 li:hover>.tykt_text3{background-color: #ffcc00;}
.tykt_box3 li:hover>.tykt_text3 .mfyy2{display:block;}
.tykt_box3_img{width:480px;height:250px;position:relative;}
.tykt_box3_img .img1{display: block;width:100%;}
.tykt_box3_img .img2{display: block;position: absolute;left:210px;top:95px;cursor:pointer;}
.tykt_box3_img .img3{display: block;position:absolute;right:0;bottom:0;}
.tykt_text3{background-color: #fff;height:150px;padding:0 13px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:relative;}
.tykt_text3 img{display: block;padding-top:20px;}
.tykt_text3 p{font-size:14px;color:#666464;margin-top:5px;}
.mfyy2{display:none;}
.mfyy2 a{display: block;width:88px;line-height:30px;text-align: center;font-size:16px;color:#ffcc00;background-color: #000;border-radius:15px;position: absolute;bottom:10px;left:50%;margin-left:-44px;}

/*切换城市*/
/*.sideNav {float: left;margin-top:24px;position:relative;z-index:9000;margin-left:40px;}
.sideNav .branch{ font-size:14px; color:#000;}
.sideNav span {float:left;line-height:38px;}
.arrow {background: url(/themes/default/pc/images/arrow.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);float:left;height:14px;margin: -14px 0 0 50px;width:22px;}
.cityArea {background: none repeat scroll 0 0 #fff;border: 4px solid #bbbdc0;display: none;margin: 5px;position: absolute;left: -20px;top: 30px;width: 827px;z-index:10000}
.cityName {}
.cityNameTop {background: none repeat scroll 0 0 #f7f7f7;font-size: 16px;height: 36px;line-height: 36px;padding-left: 32px;}
.cityNameTop a {color: #7e308e;margin-right: 30px;}
.cityName a {color: #6b2979; font-size:16px; font-weight:bold; margin-right: 30px;}
.cityBox {margin: 12px 0 0;overflow: hidden;padding-left:15px;}
.cityBox ul {float: left;overflow: hidden;}
.cityBox ul.w350 {width: 345px;}
.cityBox ul.w260{ width:260px;}
.cityBox ul li {display:block;clear:both;height: 28px; line-height: 20px; padding-top:4px; overflow: hidden;}
.cityBox ul li strong {color: #7e308e;font-size: 12px;padding-right: 3px;text-transform: capitalize;}
.cityBox a {color: #555;margin-left: 7px; font-size:13px}
.cityBox a:hover {background:#7e308e;color: #fff;}*/

/*切换城市*/
.sideNav {float: left;margin-top:24px;position:relative;z-index:9000;margin-left:40px;}
.sideNav .branch{ font-size:14px; color:#000;}
.sideNav span {float:left;line-height:38px;}
.arrow {background: url(/themes/default/pc/images/arrow.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);float:left;height:14px;margin: -14px 0 0 50px;width:22px;}
.top-t{height:42px; line-height:42px; overflow:hidden;padding-left:22px;font-size:16px;color:#a3a3a3;font-weight:bold;*zoom:1;}
.top-t .close{float:right; width:22px;height:22px; background:url(/themes/default/pc/images/close.gif) no-repeat 0 0;margin:14px 17px 0 0;}
.cityArea {background: none repeat scroll 0 0 #fff;border: 4px solid #bbbdc0;margin: 5px;position: absolute;left: -20px;top: 30px;width: 820px;z-index:10000;display: none;}
.cityName {background: none repeat scroll 0 0 #f7f7f7;font-size: 16px;height: 36px;line-height: 36px;padding-left: 19px;}
.cityNameTop {background: none repeat scroll 0 0 #f7f7f7;font-size: 16px;height: 36px;line-height: 36px;padding-left: 32px;}
.cityNameTop a {color: #f7c604;margin-right: 30px;}
.cityName a {color: #5d728d;margin-right: 30px;}
.cityBox {background: url(/themes/default/pc/images/citybg.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);margin: 12px 0 0;overflow: hidden;padding-left:10px;}
.cityBox ul {float: left;overflow: hidden;}
.cityBox ul.w350 {width: 350px;}
.cityBox ul.w260{ width:260px;}
.cityBox ul li {display:block;clear:both;line-height: 27px;overflow: hidden;}
.cityBox ul li em {color: #f7c604;font-size: 12px; font-weight:bold; padding-right: 3px; font-style:normal; text-transform: capitalize;}
.cityBox a {color: #222;margin-left: 5px;font-size:14px;}
.cityBox a:hover {background:#ffcc00;color: #fff;}


/* 新闻轮播css */
		.slideBox{ width:640px; height:260px; overflow:hidden; position:relative; }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:15px; text-align:center; background:#fff; cursor:pointer;font-size:12px; }
		.slideBox .hd ul li.on{ background:#ffcc00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:640px; height:260px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; opacity:1; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;opacity:1;
}

input:-ms-input-placeholder{
    color:#000;opacity:1;
}

input::-webkit-input-placeholder{
    color: #000;opacity:1;
}

.mftk_yellow input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9fa0a0; opacity:1; 
}

.mftk_yellow input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9fa0a0;opacity:1;
}

.mftk_yellow input:-ms-input-placeholder{
    color:#9fa0a0;opacity:1;
}

.mftk_yellow input::-webkit-input-placeholder{
    color: #9fa0a0;opacity:1;
}
/* 11.23修改 */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{margin-right:7.5px;float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li .pic{text-align:center;}
.picMarquee-left .bd ul li .pic img{width:635px; height:403px; display:block;}		
.picMarquee-left .bd ul li .pic a:hover img{border-color:#999;}
.picMarquee-left .bd ul li .title{line-height:24px;}
/* 11.30修改 */
.cityBox ul li em{width:15px;}
.wz-text{width:382px;}


/*12.25新增*/
.index-icon-box{padding:50px 0;}
.index-icon-box li{width:20%;float:left;}
.index-icon-bg{background:url(../images/index-icon_bg.png) center no-repeat;width:87px;height:93px;margin:0 auto;}
.index-icon-bg i{display:block;width:38px;height:38px;margin:0 auto;position:relative;top:25px;}
.index-icon-font{font-size:16px;color:#000;text-align:center;margin:0 auto;width:86px;height:26px;line-height:26px;border-radius:7px;background-color:#ffcc00;margin-top:12px;}
.index-icon-bg .i0{background:url(../images/index-icon01.png) center no-repeat;}
.index-icon-bg .i1{background:url(../images/index-icon02.png) center no-repeat;}
.index-icon-bg .i2{background:url(../images/index-icon03.png) center no-repeat;}
.index-icon-bg .i3{background:url(../images/index-icon04.png) center no-repeat;}
.index-icon-bg .i4{background:url(../images/index-icon05.png) center no-repeat;}
.index-gtnl{margin-bottom:30px;}
.index-gtnl img{display: block;width:893px;margin:0 auto;}