@charset "utf-8";
/* CSS Document */
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, table,/* table elements 表格元素 */
img/* img elements 图片元素 */{
  border:medium none;
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
  font: 16px/1.5 'Microsoft YaHei',tahoma, Srial, helvetica, sans-serif;
  font-smoothing:antialiased;-webkit-font-smoothing:antialiased;
  font-family: "微軟正黑體","黑体";

}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:inherit;}
a:hover { text-decoration:none; color:inherit; }
a:focus{ border: none; outline: none; -moz-outline:none;}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 清除表单框子 */
input,textarea{ outline: none;}
/* 设置被选中的文字的颜色 */
::selection {
    background: #2c8fdd;
    color:#ffffff;
}
::-webkit-selection {
    background: #2c8fdd;
    color: #ffffff;
}
::-moz-selection {
    background: #2c8fdd;
    color: #ffffff;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
/*---------鼠标选择颜色------*/

::selection {
    background: #2c8fdd;
    color:#ffffff;
}
::-webkit-selection {
    background: #2c8fdd;
    color: #ffffff;
}
::-moz-selection {
    background: #2c8fdd;
    color: #ffffff;
}


/**每日推荐**/



.daily_recomm_l{ width: 69%; float: left; }
.daily_recomm_l .sign{ width: 100%; height: 82px; }
.daily_recomm_l .sign .col_name{ float: left;font-size: 24px; color:#159b48; font-style: oblique;line-height: 82px;}
.daily_recomm_l .sign .col_name i{ font-size: 42px;}
.daily_recomm_l .sign .start_bu{ font-size: 12px; color: #666; float: right; line-height: 82px;}
.daily_recomm_l .daily_content { width: 100%;}
.daily_recomm_l .daily_content .chosen_lis{ width: 95%; padding: 25px 2.5%; border-top: 1px dotted #ddd; }
.daily_recomm_l .daily_content .chosen_lis a{ display:block; width: 100%;}
.daily_recomm_l .daily_content .chosen_lis a h2{ height: 30px;font-size: 24px;color: #313131;}
.daily_recomm_l .daily_content .chosen_lis a h2 span{    padding: 2px 8px;background: #498ae1; font-size: 16px;color: #fff;margin-right: 8px}
.daily_recomm_l .daily_content .chosen_lis a p{ line-height: 26px; font-size: 14px; color: #333; margin-top: 15px; text-indent: 2em;height: 52px;overflow: hidden}
.daily_recomm_l .daily_content .chosen_lis a .cho_span{  margin-top: 25px;}
.daily_recomm_l .daily_content .chosen_lis a .cho_span span{color: #999;display: block;line-height: 24px; float: left;margin-right: 20px; font-size: :;px;}
.daily_recomm_l .daily_content .chosen_lis a .cho_span span i{ font-size: 16px; margin-right: 5px;}
.daily_recomm_l .daily_content .chosen_lis:hover{ background: #f2f2f2; transition: all 0.3s ease-in-out 0s;}

.daily_recomm_r{ width: 28%; float: right;}
.daily_recomm_r .sign{ width: 100%; height: 81px;    border-bottom: 1px dotted #ddd;  margin-bottom: 10px;}
.daily_recomm_r .sign .col_name{ float: left;font-size: 24px; color:#d62e1b; font-style: oblique;line-height: 81px;}
.daily_recomm_r .sign .col_name i{ font-size: 42px;}
.daily_recomm_r .pioneer_d{ width: 100%;}
.daily_recomm_r .pioneer_d .pioneer_lis{ width: 100%; padding: 15px 0; height: 100%; } 
.daily_recomm_r .pioneer_d .pioneer_lis img{width: 35%; height: 100%; float: left ;}
.daily_recomm_r .pioneer_d .pioneer_lis .pois_con_ri{ float: right; width: 60%;}
.daily_recomm_r .pioneer_d .pioneer_lis .pois_con_ri h4{ line-height: 26px; font-size: 15px; color: #626262; height: 21px; overflow: hidden; margin: 0;}
.daily_recomm_r .pioneer_d .pioneer_lis .pois_con_ri p{ line-height: 21px; height: 42px;  color: #626262; font-size: 14px; text-indent: 0em; margin-top:10px; overflow: hidden;}
.daily_recomm_r .pioneer_d .pioneer_lis:hover{ background: #f2f2f2; transition: all 0.3s ease-in-out 0s;}
.i_want{ width: 100%; border-top: 1px solid #ddd; padding: 15px 0;}
.i_want img{ width: 100%;}


/****入驻CEO****/
.container{ width:100%; margin: 0 auto; margin-top: 2rem; padding-bottom:10px;  }

.owl-carousel .owl-wrapper-outer{ padding-bottom: 20px;}

 #owl-demo .item{
  margin: 0px 8px;
  border: 1px solid #e1e1e1;text-align: center; 
  background: #fff;
  height:400px;
  }
 #owl-demo .item:hover{ border: 1px solid #2c8fdd;text-align: center; box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.15); transition: all 0.3s ease-in-out 0s; }

 #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    transition: .5s transform; transform: translateZ(0);
  }
.gt_team{ width: 100%; position: relative; padding: 20px 0 15px; }
.gt_team h6.{color: #222222;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;}

.gt_team span {
    display: block;
    margin: 0px 0px 12px;
    text-transform: capitalize;
    color: #999999;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;

  }    

 
.gt_team p {letter-spacing: 0.2px;
    line-height: 24px;
    color: #999999;
    font-size: 12px;
    padding: 0px 15px;
    margin: 0 0 10px;
	width:245px;
	
  }

 #owl-demo .item figure{ overflow: hidden;height:200px;width:200px;margin:auto}
 #owl-demo .item:hover img { transform: scale(1.1, 1.1); transition: 1s transform;}
	

 .signa{ width: 100%; padding: 15px 0; margin-bottom: 30px; position: relative;}
 .signa h2{ height: 28px;line-height: 28px;font-size: 24px;padding-left: 10px; border-left: 3px solid #498ae1; }
 .signa h2 span{ color: #498ae1}
 .signa a{ position: absolute;  width: 70px; height: 28px; line-height: 28px; top:15px; right: 0px; font-size: 14px; background: #498ae1; 
   text-align: center; color: #fff;}
 .signa a:hover{background: #1663c9;  transition: all 0.3s ease-in-out 0s; color: #fff;} 

 .rotation_ceo{ background: url(../images/ceo_bg.jpg) no-repeat center; padding: 1.5rem 0px; }



 /*明星投资人*/


   .viwe{

      float: left;

      margin: 1rem 13px;position:relative;overflow: hidden;

      }
   .viwe:hover{box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.15); transition: all 0.3s ease-in-out 0s;}
   .viwe img{ width: 100%;  overflow: hidden;}
   .viwe a{display: inherit;}
   .viwe .hover{

      width: 100%;

      height: 0px; 

      background-color:rgba(0,0,0,0.5);

      position:absolute; 

      overflow: hidden;

      top: 78px; 

      left: 0; 


      transform:rotate(55deg) ;

      transition: all  0.2s;

      z-index: 999;


    }

    .viwe:hover .hover{ height: 140px; transform:rotate(0deg);}

    .viwe:before{

      content: "";

      position: absolute;

      top:-340px;

      right:0;

      width: 160%;

      height:160%;

      background:rgba(0, 103, 191, 0.6);

      transform:rotate(55deg) translateX(40px);

      transform-origin: 100% 0%;/*定转换的位置*/

      transition: all 200ms ease 0.4s;

    }

    .viwe:hover:before{top:0;}

    .viwe:after{

      content: "";

      position: absolute;

      bottom:-340px;

      left:0;

      width: 160%;

      height:160%;

      background:rgba(0, 103, 191, 0.6);

      transform:rotate(55deg) translateX(-40px);

      transform-origin: 0% 100%;/*定转换的位置*/

      transition: all 200ms ease 0.4s;

    }

    .viwe:hover:after{ bottom: 0;}

    .viwe h2{ text-align: center;margin-top: 15px; margin-bottom: 15px;

      border-bottom: 1px solid rgba(255 ,255 ,255 ,0.5) ;
      padding-bottom: 10px;
      font-size: 18px;

      color: #fff;}

    .viwe p{color: #fff;font-size: 14px; width: 90%; margin: 0 auto;}
    .viwe h3{ height: 2rem; line-height: 2rem; width: 100%; text-align: center;  background: rgba(73, 138, 225,1);
     color: #fff; font-size: 14px; bottom: 0; z-index: 99; left: 0; position: absolute;}

@media only screen and (min-width:1024px) {.viwe h3{ display: none; }

 }
@media only screen and (max-width: 1023px){ .viwe h3{ display: block;}

}

/*合作伙伴*/
.partner{ margin-top: 1rem;}
.partner ul{width: 100%; padding-bottom: 30px;}
.partner ul li{ width: 16.8%; margin: 1rem 1.6%; border-bottom: 1px solid #eee; float: left; position: relative;}
.partner ul li img{ width: 100%; -webkit-filter: grayscale(100%); opacity:0.5;transition: all 0.5s ease-in-out 0s; }
.partner ul li img:hover{ -webkit-filter: grayscale(0%); opacity:1; transform: rotateY(360deg) translateZ(1px);  transition: all 0.9s ease-in-out 0s;}
 
 /**尾部**/
 .foot{ width: 100%; padding: 1rem 0 0 0; background: #2083d1;}
 .foot .info{width: 100%; padding: 20px 0;}
 .foot .info ul{ width: 100%;}
 .foot .info ul li{ float: left; margin-right: 10px;  font-size: 12px; line-height: 30px;}
 .foot .info ul li em{ padding: 0 10px; color: #fff;}
 .foot .info ul li a{ color: #fff; }
 .foot .wCen{ padding: 15px 0; border-top: 1px solid #72b1e2; line-height:24px;}
 .foot .wCen p{ float: left; font-size: 12px; color: #fff;}
 .foot .wCen span{ float: right; font-size: 12px; display: block; color: #fff;}

 .in_contact_bg{ width: 100%; background:#f0f0f0; padding: 40px 0;}

.address{ width: 360px; float: left;}
.advis{ float: left; width: 215px; }
.weixin{ float: left; width: 215px; }
.ml100{ margin-left: 100px;}
.address h4, .advis h4, .weixin h4{font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
    color: #333;}

.address .boxs{ padding-top: 25px;}
.address .boxs p{ font-size: 14px; color: #666; line-height: 24px; margin-bottom: 5px; }
.advis ul{ padding-top: 25px; width: 100%;}
.advis ul li{ float: left; margin-right: 6%;}
.advis ul li a{display: block; line-height: 36px}
.advis ul li i{ font-size: 36px; color: #666;}
.advis ul li .fz40{ font-size: 42px; }

.weixin .wei{ padding-top: 25px;}
.weixin .wei img{ float: left; width: 86px;}
.weixin .wei p{ float: left; margin-left: 10px; font-size: 14px; width: 100px; color: #666; margin-top: 20px;}



/**内页***/
.in_banner{background-image: url(../images/in_banner.jpg);background-size: cover;background-position: center;background-repeat: no-repeat; width: 100%; 
    position: relative; }
.in_banner:before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);}
.in_banner_hdg{text-align: center;padding: 80px 0px;}
.cn_in_banner{ position: relative; }
.in_banner_hdg h2{color: #fff;text-transform: uppercase; font-weight: 600; font-size: 36px;}
.in_banner_hdg h6{ color: #fff; font-size: 14px;}

.content_wrap{ width: 100%; position: relative; background: #fff;}
.courses_bg{ padding: 40px 0px 70px;  }
.case_ul{ width: 100%;}
.case_ul ul{ width: 100%;}
.case_ul ul li{ margin: 0 7px; width: 386px; margin-bottom: 40px; float: left; }
.case_ul ul li a{display: block; position: relative;}
.case_show_img{ width: 100%; position: relative; }
.case_show_img .hover_1{opacity: 0; transition: all 400ms ease 0s; top:0; left: 0; width: 100%;  position: absolute;}
.case_ul ul img{ width: 100%; }
.case_ul ul .case_show_des{ margin-top: 20px; }
.case_ul ul .case_show_des h4{ color: #333; font-size: 16px; width: 94%; }
.case_ul ul .case_show_des p{ margin-top: 10px; line-height: 24px; height: 48px; font-size: 12px; color: #666; overflow: hidden; width: 94%;}

.case_ul ul a:hover .case_show_des h4{ color: #2c8fdd;  transition: all 400ms ease 0s;}
.case_ul ul a:hover .case_show_des p{ color: #687583;   transition: all 400ms ease 0s;}
.case_ul ul a:hover .case_show_img .hover_1{opacity: 0.9; transition: all 400ms ease 0s; top:0; left: 0; width: 100%; }

.load_more{ padding-top: 20px;}
.load_more a{ width: 180px; height: 54px; margin: 0 auto; text-align: center; color: #666666; background-color: #e5e5e5;
 transition: all 400ms ease 0s; font-size: 16px; line-height: 54px; display: block;}
.load_more a:hover{ background: #2c8fdd; color: #fff; transition: all 400ms ease 0s; }

.case_nav{ padding-top: 50px; position: relative;}
.case_nav ul{}
.case_nav ul li{ width: 158px; height: 50px;float: left; margin-top: 1px; margin-right: 1px;}
.case_nav ul li a{display:block; text-align: center; color:#333; line-height: 50px; width: 100%; background: #ededed; font-size: 14px;}
.case_nav ul li a:hover{ background: #2c8fdd; color: #fff;}
.case_nav ul li .on{background: #2c8fdd; color: #fff;}


/**团队活动**/

.cont_title{    padding-top: 50px; position: relative;}
.cont_title h2{   font-size: 32px; text-align: center; width: 100%; color: #333;}
.half-rule {
    border: none;
    border-bottom: 1px solid #ddd;
    height: 0;
    margin: 0;
    padding: 0;
    margin: 20px auto 0px;
    width: 100px;
}

.team_ul{ width: 100%;}
.team_ul ul{ width: 100%;}
.team_ul ul li{ margin: 0 7px; width: 386px; margin-bottom: 40px; float: left; }
.team_ul ul li a{display: block; position: relative;}
.team_show_img{ width: 100%; position: relative; }
.team_show_img .hover_1{opacity: 0; transition: all 400ms ease 0s; top:0; left: 0; width: 100%;  position: absolute;}
.team_ul ul img{ width: 100%; }
.team_ul ul .team_show_des{ margin-top: 20px; }
.team_ul ul .team_show_des h4{ color: #333; font-size: 16px; width: 80%; text-align: center; margin-left: 10%; }


.team_ul ul a:hover .team_show_des h4{ color: #2c8fdd;  transition: all 400ms ease 0s;}
.team_ul ul a:hover .team_show_des p{ color: #687583;   transition: all 400ms ease 0s;}
.team_ul ul a:hover .team_show_img .hover_1{opacity: 0.9; transition: all 400ms ease 0s; top:0; left: 0; width: 100%; }

.team_show_img .date{
  width: 53px;
  height: 53px;
  background-color:#1586dd;
  opacity: 0.9;
  top: 0;
  right: 0px;
  color: #fff;
  position: absolute;
}
.team_show_img .date span{ display: block;}
.team_show_img .date .day{ font-size: 16px; text-align: right; margin-right: 5px; margin-top: 5px;}
.team_show_img .date .year{ font-size: 14px; text-align: right; margin-right: 5px;}


/*文档下载*/

.download_ul{ width: 100%;}
.download_ul ul{ width: 100%;}
.download_ul ul li{ margin: 0 20px; width: 360px; margin-bottom: 40px; float: left; }
.download_ul ul li a{display: block; position: relative;}
.download_show_img{ width: 100%; position: relative; overflow: hidden; background: rgb(45, 45, 45); }
.download_show_img  h4{ color: #fff; font-size: 14px; text-align: center;  width: 80%; padding: 10px 10%; background: rgba(45, 45, 45, 0.7); transition: all 400ms ease 0s;
  position: absolute; bottom:0px; left: 0px;z-index: 2; font-weight: 100; overflow: hidden;
  }
.download_ul ul img{ width: 100%; transition: all 400ms ease 0s; transform: translateZ(0); }
.download_ul ul .download_show_des{ margin-top: 20px; }
.download_ul ul li a{ width: 70%; margin: 20px auto 0; background: rgb(59, 59, 59); font-size: 16px; text-align: center; height: 40px; line-height: 40px;
  display: block; color: #fff;
  }
.download_ul ul li:hover img { transform: scale(1.1, 1.1); transition: all 400ms ease 0s;}
.download_ul ul li:hover a{background: #0882dc; transition: all 400ms ease 0s; }

/*常见问题*/
.courses_fqa{ width: 90%; position: relative; margin: 0 auto;}
.courses_fqa p{margin: 0 0 10px;     margin-bottom: 20px;
    text-indent: 2em; font-size: 18px;}

 /*新闻详情*/

 .news_dis{ width: 84%; margin: 0 auto;}
 .news_title{ width: 100%; padding: 20px 0;}
 .news_title h2{ font-size: 30px; color: #333;}
 .overview{ width: 100%; padding: 20px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
 .overview .overview_l{ width: 48%; float: left;}
 .overview .overview_r{ width: 48%; float: right;}
 .overview .overview_l h4, .overview .overview_r h4{ color: #1586dd; font-size: 18px; margin-bottom: 10px;}
 .overview .overview_l p, .overview .overview_r p{ font-size: 14px; color: #666;}
 .staft_new{  width: 100%; margin-top:40px;}
 .staft_new h4{ font-size: 18px; font-weight: bold; color: #333; margin-bottom:20px;}
 .staft_new p{ font-size: 14px; color: #333; line-height: 30px;}
  .staft_new img{display: block; max-width: 100%;}


/*入驻申请*/
.gr_settled{ width: 100%;}
.settled_bg{ width: 100%; position: relative; background: #fff; position: relative;}
.settled_bg_a{ background:url(../images/jr_1.png); background-size: 100% 100%; }
.settled_bg_b{ background:url(../images/jr_2.png); background-size: 100% 100%; }
.settled_bg_c{ background:url(../images/jr_3.png); background-size: 100% 100%; }
.settled_bg .settled_depict{ height: 330px; padding: 135px 0;  }
.se_de_titel{ float: left; margin-left: 100px;}
.se_de_titel h2{ font-size: 44px; line-height: 1.2; }
.se_de_titel .se_h2_1{ font-weight: 100; color: #666666;}
.se_de_titel .se_h2_2{ font-weight: 700; color: #333;}
.se_de_titel .se_h2_3{ font-weight: 100; color: #db8c00;}
.se_de_titel .mmd_lo{  margin-top: 36px; color: #999;}
.se_de_titel .mmd_lo h2{font-size: 36px;}
.se_de_titel .mmd_lo span{  display: block; letter-spacing:16px; font-size: 24px; color: #333; margin-left: 5px;} 

.se_de_img{ width: 476px; float:right; margin-right: 100px;}
.se_de_img img{ width: 100%;}


.se_de_img_l img{ width: 100%;}

.se_de_img_r{ width: 476px; float:left; margin-left:20px;}
.se_de_img_r img{ width: 100%;}

.se_de_titel_a{float: right; margin-right: 130px; line-height: 1.3;  color: #fff; width: 500px; margin-top: 50px;}
.se_de_titel_a h2{ font-size: 44px;  }
.se_de_titel_a h4{ font-size: 36px; font-weight:100;}
.se_de_titel_a p{ font-size: 12px; margin-top: 20px; line-height: 30px;}

.se_de_titel_b {float: left; margin-left: 100px; line-height: 1.3;  color: #333; width: 500px; margin-top: 50px;}
.se_de_titel_b h2{ font-size: 44px;  }
.se_de_titel_b h4{ font-size: 36px; font-weight:100; color: #e09e42;}
.se_de_titel_b p{ font-size: 12px; margin-top: 20px; line-height: 30px;color: #666;}

.settled_join{ width: 100%;}
.settled_join .jiin_titel{ width: 100%; padding: 60px 0; line-height: 1.6}
.settled_join .jiin_titel h2{ font-size: 50px; text-align: center; color: #fd8a22;}
.settled_join .jiin_titel p{ font-size: 24px; text-align: center; color: #333;}

.jiin_form{ width: 74%; margin: 0 auto;}
.jiin_form .p{ width: 100%; margin-bottom: 20px;}
.jiin_form .jr{ width: 100%; font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 15px; text-align: center;}
.jiin_form input[type="text"]{
  border: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
  text-indent: 3%;
  width: 48%;
  font-size: 18px;
  color: #666666;
}

.jiin_form textarea{
  border: 1px solid #dadada;
  line-height: 50px;
  text-indent: 15px;
  font-size: 18px;
  color: #666666;
  width: 100%;
  height: 150px;
  resize: none;
}

#le{float: left;}
#ri{ float: right;}

.add_in { width: 200px; height: 54px; margin: 0 auto; text-align: center; color: #fff; background-color: #2c8fdd;
 transition: all 400ms ease 0s; font-size: 16px; line-height: 54px; display: block; margin-bottom: 50px;}

.add_in:hover{ background: #fd9153; color: #fff; transition: all 400ms ease 0s; }

/*联系我们*/
.contact_dep{ width: 100%;position: relative; border-bottom: 1px solid #eee; margin-bottom: 40px;}
.contact_dep ul{ width: 100%; }
.contact_dep ul li{ margin-bottom: 30px; float: left; width: 43%; margin-right: 2%;}
.contact_dep ul li h3{ font-size: 18px; color: #333; line-height: 1.5}
.contact_dep ul li p{ font-size: 16px; color: #666; line-height: 1.5}

.gr_cont_map{ width: 100%; position: relative;}
.gr_cont_map .gr_cont_map_l{ float: left; width:67%}
.gr_cont_map .gr_cont_map_l h2{ font-size: 24px; color: #333; line-height: 1.2; margin-bottom: 25px; width: 100%;}
.gr_cont_map .gr_cont_map_r{ float: right; width:29%}
.gr_cont_map .gr_cont_map_r h2{ font-size: 24px; color: #333; line-height: 1.2; margin-bottom: 25px; width: 100%;}

.con_feedback{ width: 100%; }
.con_feedback .p{ width: 100%; margin-bottom: 30px;}

.con_feedback .p input[type="text"]{
 
  height: 50px;
  line-height: 50px;
  text-indent: 3%;
  width: 100%;
  font-size: 16px;
  color: #666666;
  background: #edf1f4;
}

.con_feedback .p textarea{
 
  line-height: 50px;
  text-indent: 3%;
  font-size: 16px;
  color: #666666;
  width: 100%;
  height: 150px;
  resize: none;
  background: #edf1f4;
}

.add_ina { width: 100%; height: 54px; margin: 0 auto; text-align: center; color: #fff; background-color: #2c8fdd;
 transition: all 400ms ease 0s; font-size: 16px; line-height: 54px; display: block; margin-bottom: 50px;}

.add_ina:hover{ background: #fd9153; color: #fff; transition: all 400ms ease 0s; }

/*案例详情*/

.case_banner{background-size: cover;background-position: center;background-repeat: no-repeat; width: 100%; 
    position: relative; }
.case_banner:before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);}
.case_banner_hdg{text-align: center;padding: 120px 0px;}
.case_in_banner{ position: relative; }
.case_in_banner img{ max-width: 100%; margin: 0px auto 20px; }
.case_in_banner h2{color: #fff;text-transform: uppercase; font-weight: 600; font-size: 36px;}
.case_in_banner h6{ color: #fff; font-size: 14px;}


.banner-next {
  position:absolute;
  bottom:70px;
  left:50%;
  margin-left:-13px;
  visibility: visible; 
  animation-delay: 0.3s;
   animation-name: fadeInUp;
}


.banner-arrow {
  display:block;
  position:relative;
  transform:translate(-10px,0);
  animation:movearrow .6s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate
}
.banner-arrow:after,.banner-arrow:before {
  content:'';
  width:15px;
  height:3px;
  display:block;
  background:#fff
}
.banner-arrow:after {
  transform:translate(9px,-3px) rotateZ(-45deg);
  animation:rotateArrow_1 .6s linear infinite alternate
}
.banner-arrow:before {
  transform:rotateZ(45deg);
  animation:rotateArrow_2 .6s linear infinite alternate
}
@keyframes rotateArrow_1 {
  from {
  transform:translate(9px,-3px) rotateZ(-45deg)
}
to {
  transform:translate(8px,-4px) rotateZ(-55deg)
}
}@-webkit-keyframes rotateArrow_1 {
  from {
  -webkit-transform:translate(9px,-3px) rotateZ(-45deg)
}
to {
  -webkit-transform:translate(8px,-4px) rotateZ(-55deg)
}
}@-webkit-keyframes rotateArrow_2 {
  from {
  -webkit-transform:rotateZ(45deg)
}
to {
  -webkit-transform:translate(1px,-1px) rotateZ(55deg)
}
}@keyframes rotateArrow_2 {
  from {
  transform:rotateZ(45deg)
}
to {
  transform:translate(1px,-1px) rotateZ(55deg)
}
}@-webkit-keyframes movearrow {
  from {
  -webkit-transform:translate(0,0)
}
to {
  -webkit-transform:translate(0,20px)
}
}@keyframes movearrow {
  from {
  transform:translate(0,0)
}
to {
  transform:translate(0,20px)
}}

/*关于我们*/
.stat_slog{ background: url(../images/abo_bg.jpg) no-repeat center;  height: 428px; line-height: 1.6;}
.stat_slog h2{ font-size: 36px; color: #333; padding-top: 80px;  text-align: center;}
.stat_slog p{ font-size: 24px; text-align: center; color: #333; margin-top: 20px; }

.gr_process{ width: 100%; position: relative; padding-top: 30px;}
.gr_process_title{ width: 100%; padding: 25px 0; line-height: 1.2 }
.gr_process_title h2{ font-size: 36px; color: #333; text-align: center;}
.gr_process_title p{ font-size: 14px; color: #666;  text-align: center;}
.lc_img{ width: 100%; padding: 10px 0;}
.lc_img img{ width: 100%;}
.gr_prompt{ width: 100%; margin-bottom: 30px;}
.gr_prompt .gr_prompt_l{ float: left; width: 700px;}
.gr_prompt .gr_prompt_l h3{ font-size: 18px; margin-top: 30px; color: #333;line-height: 1.5;}
.gr_prompt .gr_prompt_l p{ font-size: 14px; margin-top: 20px; color: #333; line-height: 1.5;}
.gr_prompt .gr_prompt_l p span{ color: #f39800;}

.gr_prompt .gr_prompt_r{ float: right; width: 300px; position: relative;}
.gr_prompt .gr_prompt_r img{ width: 156px;}


.gr_branch{ width: 100%; margin-top: 30px;}
.gr_branch li{ width: 29%; margin: 0px 2.1% 40px 2.1%; float: left;}
.gr_branch li img{ width: 100%;}
.gr_branch li p{ width: 100%; line-height:1.5; font-size: 16px; color: #333; text-align: center; margin-top: 15px; }

.bg_ddd{ background-color: #ebebeb; width: 100%;}
.gr_vs{ background:url(../images/vs_bg.jpg) no-repeat center top;  margin-top: 40px; padding-bottom: 50px;}
.gr_vs_l{ float: left;}
.gr_vs_l h2{ font-size: 24px; color: #333; margin-bottom: 20px; line-height: 2.5; text-align: left;}
.gr_vs_l p{ font-size: 14px; color: #333; line-height: 2.5; text-align: left;}

.gr_vs_r{ float: right;}
.gr_vs_r h2{ font-size: 24px; color: #333; margin-bottom: 20px; line-height: 2.5; text-align: right;}
.gr_vs_r p{ font-size: 14px; color: #333; line-height: 2.5; text-align: right;}

.gr_process_add{ width: 100%;padding: 40px 0;}
.gr_process_add_l{ width: 664px; float: left;}
.gr_process_add_l img{ width: 100%;}

.gr_process_add_r{ float: right; width: 490px;}
.gr_process_add_r ul{ width: 100%;}
.gr_process_add_r ul li{ width: 100%; margin-bottom: 25px;}
.gr_process_add_r ul li i{ font-size: 30px; color: #2083d1; width: 30px; float: left;}
.gr_process_add_r ul li p{ width: 440px; float: right; font-size: 14px; color: #666}
.gr_process_add_r ul li p span{ font-size: 18px; color: #333; font-weight: 700;} 
.wb50{ width: 50%;padding-top: 20px;}