.container h1 {
  color: #F17624;
  margin-bottom: 10px;
  text-align: center;
}
.container h2 {
  margin: 10px 0;
  text-align: center;
}
/** 地图控件样式 **/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/** 分页控件样式 **/
.pagination {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination ul {
  float: right;
  margin: 20px 0;
}
.pagination ul:after {
  content: '';
  display: block;
  clear: both;
}
.pagination li {
  float: left;
}
.pagination li a {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.pagination li:hover a {
  background: #ddd;
  color: #FFF;
}
.pagination li:first-child a,
.pagination li a.current {
  border: none;
  margin: 0;
  background: #fff;
  color: #333;
}
/*** 首页 ***/
.index h1,
.index h2 {
  color: #333;
  margin: 0;
  text-align: center;
}
.index .banner {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
  position: relative;
}
.index .banner .quick-link {
  width: 100%;
  height: 100px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .banner .quick-link .container {
  height: 60px;
}
.index .banner .quick-link .lf {
  width: 130px;
  text-align: center;
  padding: 10px 10px 10px 0;
  border-right: 2px solid #eee;
}
.index .banner .quick-link .lf h3 {
  color: #eee;
}
.index .banner .quick-link .lf h1 {
  color: #E9F114;
}
.index .banner .quick-link ul {
  width: 100%;
  padding-left: 145px;
}
.index .banner .quick-link ul li {
  float: left;
  width: 15%;
  height: 77px;
  padding: 10px 20px;
  margin-left: 1.5%;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.index .banner .quick-link ul li p {
  color: rgba(255, 255, 255, 0.5);
  height: 20px;
  display: table-cell;
  vertical-align: bottom;
  opacity: 1;
}
.index .banner .quick-link ul li a {
  display: inline-block;
  width: 100%;
  line-height: 80px;
  text-align:center;
  color: #EEE;
  font-size: 28px;
  font-weight: 600;
  margin-top: -30px;
  letter-spacing: 5px;
  opacity: 0;
}
.index .banner .quick-link ul li h2 {
  color: #eee;
  font-size: 17px;
  opacity: 1;
}
.index .banner .quick-link ul li a,
.index .banner .quick-link ul li h2,
.index .banner .quick-link ul li p {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.index .banner .quick-link ul li:hover {
  height: 120px;
  margin-top: -40px;
}
.index .banner .quick-link ul li:hover p,
.index .banner .quick-link ul li:hover h2 {
  opacity: 0;
}
.index .banner .quick-link ul li:hover a {
  opacity: 1;
}
.index .banner .quick-link ul li:nth-child(1) {
  background: #128509;
}
.index .banner .quick-link ul li:nth-child(2) {
  background: #0971E4;
}
.index .banner .quick-link ul li:nth-child(3) {
  background: #93612E;
}
.index .banner .quick-link ul li:nth-child(4) {
  background: #0971E4;
}
.index .banner .quick-link ul li:nth-child(5) {
  background: #128509;
}
.index .banner .quick-link ul li:nth-child(6) {
  background: #39428D;
}
.index .section {
  position: relative;
}
.index .news {
  float: left;
  width: 45%;
  height: 200px;
  margin: 30px 0;
}
.index .news h2:hover {
  color: #F17624;
}
.index .news .nav {
  margin: 20px 0;
}
.index .news .nav li {
  float: left;
  padding: 8px 20px;
  background: #B5B5B5;
  cursor: pointer;
}
.index .news .nav .active {
  color: #eee;
  background: #10498E;
}
.index .news .content {
  height: 105px;
  overflow: hidden;
  position: relative;
}
.index .news .content .company {
  opacity: 1;
  z-index: 1;
}
.index .news .content .industry {
  opacity: 0;
}
.index .news .content > div {
  position: absolute;
}
.index .news .content .box {
  height: 90px;
  color: #878787;
  text-align: left;
  margin-bottom: 20px;
}
.index .news .content .box .title {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 10px;
}
.index .news .content .box .title a:hover {
  color: #F17624;
}
.index .news .content .box .text {
  height: 75px;
  line-height:25px;
  overflow: hidden;
  position: relative;
}
.index .content_list .company {
  opacity: 1;
  z-index: 1;
}
.index .content_list .industry {
  opacity: 0;
}
.index .list {
  width: 5%;
  height: 200px;
  padding: 40px 0;
  position: absolute;
  left: 45%;
  top: 0;
  cursor: pointer;
}
.index .list li {
  width: 10px;
  height: 10px;
  margin: 20px auto;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.index .list .active {
  background: #ddd;
}
.index .contact {
  float: right;
  width: 50%;
  height: 200px;
  margin: 30px 0;
}
.index .contact > div {
  float: left;
  width: 70%;
  height: 200px;
  overflow: hidden;
}
.index .contact > div ul li img {
  max-width: 100%;
}
.index .contact .yellow {
  float: right;
  width: 28%;
  background: #0971E4;
  color: #eee;
  text-align: center;
  padding: 30px 0;
}
.index .contact .yellow div {
  width: 50px;
  height: 50px;
  margin: 0 auto 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../images/icon.png) 9px -65px;
}
.index .contact .yellow h2 {
  text-align: center;
  color: #eee;
}
.index .contact .yellow p {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
}
/** 横幅广告 **/
.banner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.banner img {
  max-width: 100%;
}
/** 轮播插件样式 **/
.flexslider {
  position: relative;
}
.flexslider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}
.flexslider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: all .3s linear;
}
.flexslider .flex-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.flexslider .flex-control-nav li .flex-active {
  background: rgba(0, 0, 0, 0.9);
}
.flexslider .flex-direction-nav a {
  display: block;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  background-image: url(../images/icon.png);
  text-indent: -9999px;
  transition: all .3s linear;
  background-color: rgba(6, 6, 6, 0.5);
  cursor: pointer;
}
.flexslider .flex-direction-nav .flex-prev {
  left: -50px;
  background-position: -25px 18px;
}
.flexslider .flex-direction-nav .flex-next {
  right: -50px;
  background-position: -67px 18px;
}
.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider:hover .flex-prev {
  left: 10px;
  opacity: .5;
}
.flexslider:hover .flex-next {
  right: 10px;
  opacity: .5;
}
/** 当前位置 **/
.now {
  line-height: 40px;
  padding: 10px 0;
}
.now a:hover {
  color: #F17624;
}
.now i {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../images/icon.png) 0 -33px no-repeat;
}
/*** 董事长致辞 ***/
.speech {
  text-align: center;
}
.speech .cont {
  margin: 50px 0;
}
.speech .cont .img {
  float: left;
  margin-right: 60px;
  margin-bottom: 50px;
}
.speech .cont .text p {
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  margin: 30px 0;
  text-indent: 2em;
}
.speech .cont .text div {
  text-align: right;
  font-size: 18px;
  padding-right: 25px;
}
/*** 集团简介 ***/
.intro {
  text-align: center;
}
.intro p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 28px;
}
.intro .cont {
  background: #F5F5F5;
  margin: 20px 0;
  padding: 20px 40px;
  text-align: left;
}
.intro .content .lf {
  width: 70%;
  padding: 20px 40px;
  text-align: left;
  background: #F5F5F5;
}
.intro .content .lf p {
  text-indent: 0;
}
.intro .content .rf {
  width: 25%;
}
.intro .content .rf li {
  padding-right: 10px;
  height: 60px;
  line-height: 60px;
  /**/
}
.intro .content .rf li:nth-child(4) {
  background: #DFDEF1;
}
.intro .content .rf li:nth-child(2) {
  background: #FFDACD;
}
.intro .content .rf li:nth-child(1) {
  background: #9DA5F0;
}
.intro .content .rf li:nth-child(3) {
  background: #CEF7D3;
}
.intro .content .rf li a {
  float: right;
  color: rgba(3, 3, 3, 0.3);
}
.intro .content .rf li a:hover {
  color: #333;
}
/*** 企业荣誉 ***/
.honor {
  text-align: center;
}
.honor .content {
  margin: 40px 0;
}
.honor .content .box {
  height: 320px;
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 10px;
}
.honor .content .box .img {
  float: left;
  width: 40%;
  height: 100%;
  background: #ddd;
  position: relative;
}
.honor .content .box .img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.honor .content .box .img .im2 {
  display: none;
}
.honor .content .box .text {
  float: left;
  width: 40%;
  height: 100%;
  text-align: left;
  padding: 30px;
  position: relative;
}
.honor .content .box .text p{
  font-size:14px;
  line-height:26px;
  text-indent:2em;
}
.honor .content .box .text ul {
  position: absolute;
  bottom: 30px;
}
.honor .content .box .text ul li {
  float: left;
  width: 50px;
  height: 5px;
  background: #8D8D8D;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.honor .content .box .btn {
  float: left;
  width: 20%;
  height: 100%;
}
.honor .content .box .btn a {
  display: block;
  width: 150px;
  line-height: 150px;
  border-radius: 50%;
  color: #eee;
  font-size: 20px;
  margin: 75px auto;
}
.honor .content .box:nth-child(4n-3) ul .active,
.honor .content .box:nth-child(4n-3) ul li:hover,
.honor .content .box:nth-child(4n-3) .btn a {
  background: #41A9F2;
}
.honor .content .box:nth-child(4n-2) ul .active,
.honor .content .box:nth-child(4n-2) ul li:hover,
.honor .content .box:nth-child(4n-2) .btn a {
  background: #179FAB;
}
.honor .content .box:nth-child(4n-1) ul .active,
.honor .content .box:nth-child(4n-1) ul li:hover,
.honor .content .box:nth-child(4n-1) .btn a {
  background: #BA3E1D;
}
.honor .content .box:nth-child(4n) ul .active,
.honor .content .box:nth-child(4n) ul li:hover,
.honor .content .box:nth-child(4n) .btn a {
  background: #13B098;
}
/*** 公司新闻 ***/
.news {
  text-align: center;
}
.news ul.content li {
  height: 180px;
  margin: 50px 0;
  border: 1px solid transparent;
}
.news ul.content li .img {
  float: left;
  width: 300px;
  height: 100%;
  position: relative;
}
.news ul.content li .img img {
  width: 100%;
  height: 100%;
}
.news ul.content li .img .date {
  width: 50px;
  height: 70px;
  background:#1B74E1;
  color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 0;
}
.news ul.content li .img .date h2{
  margin: 5px 0;
}
.news ul.content li .img .date p{
  font-size:12px;
}
.news ul.content li .text {
  width: 100%;
  height: 100%;
  padding-left: 320px;
  text-align: left;
  font-size: 18px;
  border: 1px solid transparent;
}
.news ul.content li .text h2 {
  margin: 35px 0;
  font-size: 20px;
  text-align: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news ul.content li .text h2:hover a {
  color: #F17624;
}
.news ul.content li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size:16px;
  line-height:30px;
}
/*** 新闻详情 ***/
.show_news {
  text-align: center;
}
.show_news h4 {
  font-weight: 100;
  color: #999;
}
.show_news .cont {
  margin: 50px 0;
}
.show_news .cont .img {
  float: left;
  margin-right: 20px;
}
.show_news .cont .text p {
  font-size: 18px;
  text-align: left;
  margin: 20px 0;
  line-height: 40px;
  text-indent: 2em;
  color: #5c5c5c;
}
/*** 投融资介绍 ***/
.invest li {
  font-size: 18px;
  margin: 30px 0;
}
.invest li h3 {
  margin: 15px 0;
}
.invest li p {
  line-height: 30px;
  text-indent: 2em;
}
/*** 产品加盟政策 && 加入我们 ***/
.league {
  margin-bottom: 20px;
}
.league .cont {
  border: 40px solid #F7F7F7;
  margin: 30px 0 0;
  position: relative;
}
.league .cont ul {
  float: left;
  width: 310px;
  min-height:360px;
  border-right: 40px solid #f7f7f7;
}
.league .cont ul li {
  background: #F8CCAE;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  /*text-align: right;*/
  text-align:center;
  padding: 15px 20px;
  cursor: pointer;
}
.league .cont ul li h2 {
  margin: 0;
  text-align: right;
  font-size: 26px;
  padding: 10px 0;
}
.league .cont ul li:first-child {
  background: #10498E;
  color: #eee;
  padding: 40px 30px;
  cursor: initial;
}
.league .cont ul .active {
  background: #F99A5B;
  color: #eee;
  position: relative;
}
.league .cont ul .active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 30px solid #F99A5B;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -10px;
}
.league .cont .content {
  position: absolute;
  top: 20px;
  right: 30px;
  bottom: 20px;
  left: 340px;
  overflow-x: hidden;
  overflow-y: auto;
}
.league .cont .content > div {
  display: none;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.league .cont .content > div:first-child{
  display: block;
}
.league .cont .content_box > div {
  display: none;
  position: absolute;
  left: 310px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
/*.league .cont .content_box > div::-webkit-scrollbar{ width:10px; background-color:rgba(0,0,0,.1);}
.league .cont .content_box > div::-webkit-scrollbar-thumb{ background-color:#bbb;}
.league .cont .content_box > div::-webkit-scrollbar-track{ background-color:#eee;}*/

.league .cont .cont_box {
  width: 100%;
  /*position: absolute;
  overflow-x: hidden;
  overflow-y: auto;*/
  padding: 20px 30px;
}
.league .cont .cont_box p {
  line-height: 26px;
  margin: 14px 0;
  font-size: 16px;
  color: #666;
}
.league .cont .cont_box h2 {
  text-align: left;
}
.league .cont .cont1 {
  /*top: 0;
  bottom: 50%;*/
}
.league .cont .cont2 {
  /*top: 51%;
  bottom: 0;
  border-top: 40px solid #F7F7F7;*/
}
.league .btn {
  background: #F7F7F7;
  padding: 40px 0;
  margin-bottom: 100px;
  text-align: center;
}
.league .btn a {
  padding: 8px 30px;
  border-radius: 20px;
  border: 1px solid #F99A5B;
  background: #F99A5B;
  color: #eee;
  font-size: 18px;
  transition: all .3s linear;
}
.league .btn a:hover {
  background: #fff;
  color: #F99A5B;
}
/*** 人才理念 ***/
.idea .content {
  position: relative;
  margin: 50px 0;
}
.idea .content .img {
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.idea .content .img img {
  width: 100%;
  height: 100%;
}
.idea .content ul {
  padding-left: 32%;
}
.idea .content ul li {
  margin-bottom: 10px;
  background: #F2F2F2;
  padding: 20px 30px;
}
.idea .content ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.idea .content ul li h4 a {
  color: #F17624;
}
.idea .content ul li p {
  font-size: 16px;
  line-height: 26px;
}
.idea .content ul li:last-child {
  margin: 0;
}
/*** 培训动态 ***/
.train .cont {
  background: #F2F2F2;
  padding: 50px 0;
  margin: 25px 0;
}
.train .cont dl {
  float: left;
  width: 30%;
  margin: 0 1.5% 30px;
  text-align: center;
  font-size: 18px;
}
.train .cont dl dd {
  height: 200px;
  margin-bottom: 15px;
}
.train .cont dl dd img {
  width: 100%;
  height: 100%;
}
/*** 联系我们 ***/
.contact .cont {
  margin: 40px 0;
}
.contact .cont .contact_info,
.contact .cont .online {
  float: left;
  background: #F2F2F2;
  padding: 30px 0;
  min-height: 410px;
}
.contact .cont .contact_info ul,
.contact .cont .online ul {
  margin: 0 auto;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.contact .cont .contact_info ul li,
.contact .cont .online ul li {
  margin-bottom: 20px;
}
.contact .cont .contact_info ul li span,
.contact .cont .online ul li span {
  float: left;
  width: 55px;
}
.contact .cont .contact_info {
  width: 43%;
  margin-right: 2%;
}
.contact .cont .contact_info ul {
  width: 60%;
  margin-top: 42px;
}
.contact .cont .contact_info ul li p {
  padding-left: 55px;
}
.contact .cont .online {
  width: 55%;
}
.contact .cont .online h3 {
  text-align: center;
  margin-bottom: 20px;
}
.contact .cont .online ul {
  width: 80%;
}
.contact .cont .online ul li div {
  padding-left: 55px;
}
.contact .cont .online ul li input,
.contact .cont .online ul li textarea {
  outline: none;
  line-height: 20px;
  padding: 3px 10px;
  vertical-align: top;
  width: 100%;
}
.contact .cont .online .btn {
  display: block;
  width: 150px;
  margin: 40px auto 0;
  line-height: 30px;
  text-align: center;
  background: #F17624;
  color: #eee;
  cursor: pointer;
  outline: none;
  border-color: #F27C2E;
}
.contact .map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  overflow:hidden;
}
.contact .map iframe{
  width: 100%;
}
.model {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.6);
}
.model .msg {
  width: 300px;
  min-height: 200px;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  background: #FFF;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
}
.model .msg div {
  width: 60px;
  height: 60px;
  line-height: 52px;
  border: 2px solid #ddd;
  border-radius: 50%;
  font-size: 48px;
  margin: 10px auto 0;
  cursor: pointer;
}
.model .msg .err {
  display: none;
  color: #E4393C;
  border-color: #E4393C;
}
.model .msg .success {
  line-height: 58px;
  font-size: 40px;
  color: #3EE315;
  border-color: #3EE315;
}
.model .msg h2 {
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}
.model .msg p {
  min-height: 30px;
}
.model .msg .btn {
  display: block;
  margin: 10px auto;
  width: 80px;
  padding: 5px 0;
  background: #3EE315;
  color: #EEE;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.model .err .err {
  display: block;
}
.model .err .success {
  display: none;
}
.model .err .btn {
  background: #E4393C;
}
/*** 企业文化 ***/
/***.culture .concept {
  width: 100%;
  height: 300px;
  margin: 50px 0;
  background: url(../images/cul_bg.jpg) no-repeat;
}***/
.culture .concept .con_model {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}
/**.culture .concept .con_model .cont {
  float: right;
  width: 80%;
  height: 100%;
  max-width: 600px;
  color: #eee;
  padding-top: 60px;
  padding-right:60px;
  line-height: 30px;
}**/
.culture .concept .con_model .cont p {
  margin-top: 20px;
}
.culture .feature {
  margin: 30px 0 60px;
  overflow: hidden;
}
.culture .feature ul {
  width: 2640px;
}
.culture .flexslider ul{
  width:100%;
}
.culture .feature .slides li {
  float: left;
  width: 400px;
  height: 200px;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.feature:hover .flex-prev{
  left:10px;
  opacity:.5;
}
.feature:hover .flex-next{
  right:10px;
  opacity:.5;
}
.culture .feature ul li:hover div {
  top: 0;
  left: 0;
}
.culture .feature ul li:hover img {
  transform: scale(1.2);
}
.culture .feature ul li img {
  width: 100%;
  transition: transform .3s linear;
}
.culture .feature ul li div {
  display: flex;
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #eee;
  padding: 20px;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  transition: all 0.3s ease-in;
}
/*** 管理团队 ***/
.team .content {
  margin: 50px 0;
  border: 30px solid #eee;
  position: relative;
}
.team .content ul {
  width: 310px;
  border-right: 30px solid #eee;
}
.team .content ul li {
  font-size: 24px;
  padding: 30px 20px 30px 10px;
  text-align: right;
  line-height: 30px;
  background: #B8DEFE;
  position: relative;
  cursor: pointer;
}
.team .content ul li div {
  margin-bottom: 15px;
}
.team .content ul li:before {
  content: '';
  display: block;
  border: 15px solid transparent;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}
.team .content ul .active {
  background: #40A6FF;
  color: #EEE;
}
.team .content ul .active:before {
  border-left: 22px solid #40A6FF;
}
.team .box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 310px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.team .box > div {
  display: none;
}
/*** 经营业态 ***/
.ind .content {
  margin: 35px 0 70px;
}
.ind .content .img img {
  width: 100%;
}
.ind .content .logo {
  margin: 50px auto;
  width:200px;
  text-align: center;
}
.ind .content .logo img{
  max-width:100%;
}
.ind .content .cont p {
}
@media screen and (max-width: 997px) and (min-width: 668px) {
  .news ul.content li .img {
    width: 40%;
  }
  .news ul.content li .text {
    padding-left: 42%;
  }
  .news ul.content li .text h2 {
    margin: 20px 0;
  }
  .show_news .cont .img {
    float: none;
    margin: 0;
  }
  .show_news .cont .img img {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .news ul.content li {
    height: auto;
    margin: 20px 0;
  }
  .news ul.content li .img {
    float: none;
    width: 100%;
  }
  .news ul.content li .img .date {
    display: none;
  }
  .news ul.content li .text {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
  }
  .news ul.content li .text h2 {
    margin: 10px 0;
    font-size: 14px;
  }
  .news ul.content li .text p {
    display: none;
  }
  .show_news .cont .img {
    float: none;
    margin: 0;
  }
  .show_news .cont .img img {
    width: 100%;
  }
  .ind .content .logo {
    width: 60%;
    margin: 18px auto;
  }
  .ind .content .logo img {
    width: 100%;
  }
  .ind .content .cont p {
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .speech .cont .img {
    margin: 0;
  }
  .speech .cont .img img {
    width: 100%;
  }
  .contact .cont .contact_info,
  .contact .cont .online {
    width: 100%;
    margin-bottom: 15px;
  }
  .intro .content .lf,
  .intro .content .rf {
    width: 100%;
  }
  .honor .content .box {
    height: 135px;
  }
  .honor .content .box .text {
    padding: 5px 0 5px 15px;
  }
  .honor .content .box .text h2 {
    font-size: 18px;
  }
  .honor .content .box .text ul {
    bottom: 12px;
  }
  .honor .content .box .text ul li {
    width: 30px;
  }
  .honor .content .box .btn a {
    width: 70px;
    height: 70px;
    line-height: 20px;
    padding: 16px 5px;
    font-size: 16px;
    margin: 26px auto;
  }
  .team .box {
    position: static;
    height: 300px;
    border: 5px solid #eee;
  }
  .team .content {
    border: 0;
    margin: 20px 0 50px;
  }
  .team .content ul {
    width: 100%;
    border: 0;
  }
  .team .content ul li:before {
    content: none;
  }
  .team .content ul li {
    float: left;
    padding: 5px 10px;
    width: 48%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 5px;
  }
  .team .content ul li:nth-child(2n) {
    float: right;
  }
  .team .content ul li .title div {
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .culture .feature ul li {
    width: 150px;
    height: 100px;
    margin: 0 10px;
  }
  .culture .concept .con_model {
    display: flex;
    width: 100%;
  }
  .culture .concept .con_model .cont {
    margin: auto;
    padding: 0;
    height: auto;
  }
  .idea .content .img {
    position: static;
    width: 100%;
  }
  .idea .content ul {
    padding: 0;
  }
  .league .cont {
    overflow: hidden;
    overflow-x: auto;
  }
  .league .cont .content_box > div,
  .league .cont .content {
    width: 100%;
  }
  .train .cont dl {
    width: 100%;
    margin: 0 0 40px;
  }
  .train .cont dl dd img,
  .train .cont dl dd {
    height: auto;
    margin: 0;
  }
  .ind .container h1 {
    font-size: 20px;
  }
}
