/*字体*/
@font-face {
  font-family:"supplierIcon";
  src:url("../fonts/supplier-zuzuche.eot");
  /* IE9*/
  src: url('../fonts/supplier-zuzuche.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/supplier-zuzuche.woff') format('woff'), /* chrome、firefox */
  url('../fonts/supplier-zuzuche.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/supplier-zuzuche.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  /* iOS 4.1- */
}
body{
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
/*banner 搜索按钮*/
.w{
  margin: 0 auto;
  width: 1190px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.big-top-con{
  padding-top:49px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -595px;
  width: 380px;
}
.big-top{
  height: 510px;
  box-sizing: border-box;
  padding: 0;
  border: none;
}
/*轮播图*/
#container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sections,.section {
  height:100%;
}
#container,.sections {
  position: relative;
}
.section {
  padding-top: 49px;
}


.search-info{
  height: 414px;
  padding: 15px 13px 0px;
  
  width:378px;
}
.search-box .input_style input{
  width: 338px;
}
.search-box .qday_w input{
  width: 220px;
}

.search-box .qtime_w input{
  width: 95px;
}
.qday_w {
  position: relative;
}
.bg-head{
  float: left;
}
.top-logo-box{ 
  width: 758px;
  margin: 0 auto;
  padding-left: 250px;
}
.top-logo-box .page-contain-box{    
    margin-top: 100px;
    width: 370px;
    color: #3c1d46;  
    box-sizing: border-box;
}
.top-logo-box .page-contain-box .page-contain-title{
  font-size: 45px;   
  width: 100%; 
  font-weight: 600;
  line-height: 58px;
}
.top-logo-box .page-contain-box .page-contain-title span{
    margin-left: 10px;
}
.top-logo-box .page-contain-box .page-contain{
  font-size: 18px;
    /*height: 40px;*/
    line-height: 60px;
    width: 240px;
    margin-left: 66px;
    box-sizing: border-box;
}
.top-logo-box .page-contain-box .page-contain span{
  width: 88px;
  height: 44px;

  display: inline-block;
  float: left;
}
.top-logo-box .page-contain-box .page-contain p{   
    text-align: center;    
    height: 40px;    
}
.search-big-tit{
  font-size: 22px;
  height: 48px;
  line-height: 48px;
  font-weight: 100;
}
.search-box{
  padding-bottom: 20px;
}
 /*搜索按钮*/ 
.area-sch .area-sch-btn a {
    display: block;
    width: 160px;
    height: 54px;
    text-align: center;
    border-radius: 3px;
    font: 400 24px/54px Arial,"Hiragino Sans GB","Microsoft YaHei",simsun;
    color: #fff;
    border: none;  
  border: none;
}
/*固定搜索栏*/
.banner-fixed-click{
  display: none;
  position: absolute;
  width: 100%;
  height: 56px;
  background:url("../images/fixed-bgc.png") no-repeat; 
}
.banner-fixed-block{  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.banner-fixed-click .banner-fixed-main{
  height: 100%;
}

.banner-fixed-click .banner-fixed-left{
  height: 100%;
}
.banner-fixed-click .banner-fixed-left>p{
  height: 100%;
  font-size: 28px;
  line-height: 56px;   
  font-weight: 100;
}
.banner-fixed-click .banner-fixed-left>p>span{
  font-family: Helvetica;
  font-weight: bold;
}
.banner-fixed-click .banner-fixed-right{
  height: 100%;
  width: 283px;
  padding: 10px 0;

  box-sizing: border-box;
}
.banner-fixed-click .banner-fixed-right>a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
 line-height: 36px;
  /*background-color: #275aac;*/
}

.banner-fixed-click .banner-fixed-right>a>i{
  font-family: "宋体";
  font-weight: bold;
  margin-left: 14px;
}



/*官方定义平台*/
.page-instroduct-box {
  border-bottom: 1px solid #ccc;
  margin:0;
}
.instroduct-list>ul{
  float: left;
  width: 100%;
  height: 74px;
  padding: 22px 0;
}
.instroduct-list>ul>li{
  width: 25%;
  float: left;
  padding-left: 52px;
  box-sizing: border-box;
  position: relative;
}
.instroduct-list>ul>li>h4{
  font-size: 20px;
  font-weight: 700;
}
.instroduct-list>ul>li>p{
  font-size:14px;
  color:#888888;
  text-align:left;
  width: 183px;
}
/*图标*/
.icon-instuctor::before{
  font-family: 'supplierIcon' !important;
  font-size: 40px;
  color: rgb(44, 119, 234);
  position: absolute;
  left: 6px;
  top: 6px;
  line-height: 1;
}
.b01:before{
  content: "\e903";
 }
.b02:before{
  content: "\e904";
}
.b03:before{
  content: "\e905";
}
.b04:before{
  content: "\e902";
}
.seo-search-tit{
  font-size: 20px;
}