/* BASIC css start */
 div.intro_header {
     margin: 50px auto;
     text-align: center;
 }

 div.intro_header h3 {
     font-size: 30px;
     font-weight: 500;
 }

 div.intro_header p {
     font-size: 15px;
 }

 ul.intro_tab_list {
     margin-bottom: 30px;
     overflow: hidden
 }

 ul.intro_tab_list li {
     float: left;
     width: calc((100% / 5) - 1px);
     border-left: 1px solid #fff;
 }

 ul.intro_tab_list li:first-child {
     border-left: none;
 }

 ul.intro_tab_list li button {
     width: 100%;
     height: 50px;
     line-height: 50px;
     text-align: center;
     background-color: #bebebe;
 }

 ul.intro_tab_list li button.active {
     background-color: #1a9f58;
     color: #fff;
 }



 div.content_visual {
     text-align: center;
 }

 div.content_tit {
     margin-top: 60px;
 }

 div.content_tit:first-child {
     margin-top: 0;
 }

 div.content_tit p {
     font-size: 15px;
     word-break: keep-all;
 }

/* BASIC css end */

