.nav-page,
.inside-roof {
  display: none;
}

.main_middle {
  width: 1680px;
  margin: 0 auto;
}

/* 头部 */
.header_wrapper {
  height: 120px;
}

.page_logo {
  margin-right: 80px;
}

.page_logo img {
  margin-right: 10px;
}

.page_logo h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

.page_logo h1 span {
  display: block;
  font-weight: bold;
}



.page_nav {
  flex: 1;
  height: 120px;
  line-height: 120px;
}

.page_nav .nav_ul>li {
  font-size: 16px;
  text-align: center;
}

.page_nav .nav_ul>li>a {
  display: block;
  height: 120px;
  line-height: 120px;
  color: #3a3737;
  font-weight: bold;
}

.page_nav .nav_ul>li:hover>a {
  color: #0B468E;
  border-bottom: 1px solid #0B468E;
}

.page_nav .nav_ul>li.nav_active>a {
  color: #0B468E;
  border-bottom: 1px solid #0B468E;
}

.page_right {
  margin-left: 30px;
}

.page_right>div {
  width: 48px;
  height: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.page_right a {
  border-radius: 50%;
  display: block;
}

.page_right a:hover {
  color: #fff;
  background-color: #0B468E;
}

.page_right .page_search {
  margin-left: 30px;
}

/* index_search_wrapper */
.index_search_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}

.close_ser {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.index_search {
  position: absolute;
  width: 761px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -380px;
}

.index_search input {
  border: none;
  width: 700px;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #fff;
}

.index_search button {
  border: none;
  width: 60px;
  height: 50px;
  margin-left: 1px;
  background-color: #fff;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* banner */
.banner_wrapper {
  width: 100%;
}

.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  bottom: 50px !important;
}

.swiper-pagination .my-bullet {
  margin: 0 6px;
  width: 50px;
  height: 7px;
  border-radius: 4px;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #0B468E;
}

/* index_title */
.index_title {
  height: 200px;
}

.index_title .i_t_main {
	width: 40%;
}

.index_title .i_t_main .i_t_main_top {
  align-items: flex-end;
  height: 36px;
  margin-bottom: 10px;
}

.index_title .i_t_main .i_t_main_top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #282828;
}

.index_title .i_t_main .i_t_main_top h4 {
  margin-right: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #00459F;
}

.index_title .i_t_main .i_t_main_top p {
  font-size: 25px;
  font-weight: bold;
  color: #E7E7E7;
  text-transform: uppercase;
}

.index_title .i_t_main .i_t_main_txt {
  font-size: 18px;
  color: #666666;

}

.index_title .i_t_list {
	width: 55%;
}

.index_title .i_t_list ul li {
  font-size: 18px;
  color: #343434;
  padding: 0 15px;
}

.index_title .i_t_list .i_t_all {
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #343434;
}

/* product_wrapper */
.product_wrapper {}

.product_main_wrapper {
  padding: 80px 0 60px;
  background: #F3F4F5;
}

.product_main {
  flex-wrap: wrap;
}

.product_main .product_item {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}

.product_main .product_item:nth-of-type(4n) {
  margin-right: 0;
}

.product_main .product_item .pro_img {
  overflow: hidden;
  cursor: pointer;
}

.product_main .product_item .pro_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}

.product_main .product_item:hover .pro_img img {
  transform: scale(1.1);
}

.product_main .product_item .pro_tit {
  border-top: 1px solid #dbdbdb;
  line-height: 50px;
  font-size: 16px;
  color: #343434;
}

/* about_wrapper */
.about_wrapper {}

.about_title {
  height: 200px;
  flex-direction: column;
}

.about_title .ab_t_top {
  margin-bottom: 15px;
}

.about_title .ab_t_top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #282828;
}

.about_title .ab_t_top h4 {
  font-size: 36px;
  font-weight: bold;
  color: #00459F;
}

.about_title .ab_t_txt {
  font-size: 18px;
  color: #1A1A1A;
}

.about_main {}

.about_main .about_left {
  width: 50%;
}

.about_main .about_left img {
  width: 100%;
}

.about_main .about_right {
  position: relative;
  width: 50%;
  padding: 30px 130px 0 90px;
}

.about_main .about_right .ab_r_t {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
  color: #00459F;
}

.about_main .about_right .ab_r_txt {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #343434;
}

.about_main .about_right .ab_r_info {
  margin-bottom: 40px;
  font-size: 16px;
  color: #666666;
  line-height: 2em;
}

.about_main .about_right .ab_r_list {
  margin-bottom: 70px;
}

.about_main .about_right .ab_r_list .ab_r_list_item {
  width: 33.33%;
  padding-right: 50px;
}

.about_main .about_right .ab_r_list .ab_r_list_item .ab_r_l_t {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #00459F;
}

.about_main .about_right .ab_r_list .ab_r_list_item .ab_r_l_t img {
  margin-right: 15px;
}

.about_main .about_right .ab_r_list .ab_r_list_item .ab_r_l_txt {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}

.about_main .about_right .ab_r_diamond {
  position: absolute;
  left: 0;
  bottom:0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item {
  width: 220px;
  height: 204px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s linear;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover {
  background-color: #00459F;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item img {
  margin-bottom: 24px;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item img:last-of-type {
  display: none;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover img:first-of-type {
  display: none;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover img:last-of-type {
  display: block;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item span {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  text-transform: uppercase;
  transition: color 0.3s linear;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover span {
  color: #fff;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item p {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  transition: color 0.3s linear;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover p {
  color: #fff;
}

.about_main .about_right .ab_r_diamond .ab_r_diamond_item:hover p a {
  color: #fff;
}

/* equipment_wrapper */
.equipment_wrapper {
  margin-bottom: 60px;
}

.case_info {}

.case_item {
  width: 23.875%;
  margin-right: 1.5%;
}

.case_item:nth-of-type(4n) {
  margin-right: 0;
}

.case_item .case_img {
  width: 100%;
  height: 300px;
  border: 4px solid #E7E7E7;
  overflow: hidden;
}

.case_item .case_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}

.case_item:hover .case_img img {
  transform: scale(1.1);
}

.case_item .case_text {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #666666;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.case_item:hover .case_text {
  color: #fff;
  background-color: #00459F;
}

/* norm_wrapper */
.norm_wrapper {
  width: 100%;
  padding: 75px 0 0;
  background-image: url("../images/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.norm_title {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
}

.norm_title h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}

.norm_title h6 {
  font-size: 18px;
  line-height: 18px;
}

.norm_main {
  width: 1464px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.norm_main .norm_item {
  width: 28%;
  height: 180px;
  margin-bottom: 50px;
  padding: 0 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  transition: background-color 0.3s linear;
  cursor: pointer;
}

.norm_main .norm_item:hover {
  background-color: rgba(0, 69, 159, 0.7);
}

.norm_main .norm_item .norm_img {
  width: 99px;
  height: 99px;
  margin-right: 10px;
  text-align: center;
  line-height: 99px;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: transform 0.3s linear;
}

.norm_main .norm_item:hover .norm_img {
  transform: rotateZ(360deg);
}

.norm_main .norm_item .norm_info {
  flex: 1;
}

.norm_main .norm_item .norm_info h5 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 25px;
  transition: color 0.3s linear;
  font-weight: bold;
  color: #1A1A1A;
}

.norm_main .norm_item:hover .norm_info h5 {
  color: #fff;
}

.norm_main .norm_item .norm_info p {
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.3s linear;
  line-height: 2em;
  color: #999999;
}

.norm_main .norm_item:hover .norm_info p {
  color: #fff;
}

/* news_wrapper */
.news_wrapper {
  width: 100%;
  background-color: #F3F4F5;
}

.news_main_wrapper {
  padding-bottom: 170px;
}

.news_item {
  width: 31%;
  height: auto;
}

.news_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.news_item .news_img {
  width: 100%;
  overflow: hidden;
}

.news_item .news_img img {
  width: 100%;
  transition: transform 1s linear;
}

.news_item:hover .news_img img {
  transform: scale(1.1);
}

.news_item .news_main {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 0 25px 40px;
  background-color: #fff;
}

.news_item .news_main h4 {
  padding: 25px 0;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}

.news_item .news_main p {
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #666;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.news_item .news_main .news_more {
  padding: 0;
}

.news_item .news_main .news_more .nn_left {
  font-size: 16px;
  color: #282828;
}

.news_item .news_main .news_more .nn_left img {
  margin-right: 6px;
}

.news_item .news_main .news_more span {}


/* footer_wrapper */
.footer_wrapper {
  position: relative;
  width: 100%;
  flex: 1;
  padding: 160px 0 0;
  background-color: #29292B;
}

.bottom_list_wrapper {
  width: 100%;
  position: absolute;
  top: -80px;
}

.bottom_list {
  height: 160px;
  background: #FFFFFF;
}

.bottom_list .bottom_list_item {
  font-size: 18px;
  color: #333333;
}

.bottom_list .bottom_list_item img {
  margin-right: 20px;
}

.foot_left {
  width: 70%;
  padding-right: 5%;
  flex-direction: column;
  float: left;
  /*border-top: 1px solid rgba(224, 224, 224, 0.15);*/
}

.foot_left .foot_left_top {
  width: 100%;
  margin-bottom: 60px;
  padding-right: 60px;
}

.foot_left .foot_left_top .flt_logo {
  margin-right: 80px;
  font-size: 40px;
  font-weight: bold;
  line-height: 65px;
  color: #FFFFFF;
  letter-spacing: 5px;
}

.foot_left .foot_left_top .flt_logo img {
  margin-right: 15px;
}

.foot_left .foot_left_top .flt_logo h1 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.foot_left .foot_left_top .flt_info {
  flex: 1;
  flex-wrap: wrap;
}

.foot_left .foot_left_top .flt_info .flt_info_item {
  width: 50%;
  font-size: 14px;
  line-height: 2.2em;
  color: #fff;
}

.foot_left .foot_left_top .flt_info .flt_info_item img {
  width: 15px;
  margin-right: 8px;
}


.foot_left .foot_left_bottom {
  width: calc(100% - 60px);
  padding-top: 40px;
  border-top: 1px solid rgba(224, 224, 224, 0.15);
  font-size: 14px;
  color: #fff;
}

.foot_left .foot_left_bottom a {
  color: #fff;
}

.foot_msg {
  width: 30%;
  float: right;
}

.foot_msg li {
  float: left;
  width: 30%;
  margin-right: 2%;
    border-bottom: 1px solid rgba(224, 224, 224, 0.15);
}
.foot_msg li:nth-child(4){
	width: 98%;
}
.foot_msg li:nth-child(5){
	width: 98%;
}
.foot_msg li input {
  height: 60px;
  font-size: 16px;
  border: 0;
  color: #fff;
  background-color: transparent;
}

.foot_msg form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.foot_msg form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.foot_msg form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.foot_msg form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.foot_msg form textarea {
  margin: 40px 0 30px;
  height: 50px;
  font-size: 16px;
  border: 0;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
}

.foot_msg form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.foot_msg form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.foot_msg form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.foot_msg form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.foot_msg button {
  width: 147px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border: 0;
  color: #fff;
  background-color: #00459F;
  margin: 20px 0;
}


/* inside_main */
.inside_main_wrapper {
  background-color: #F3F4F5;
  padding-bottom: 100px;
}

.inside_main {
  padding-bottom: 50px;
}

/* page_position */
.inside_main .page_position {
  font-size: 14px;
  color: #707070;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

/* inside_title */
.inside_main .inside_title {
  margin: 40px 0;
  text-align: center;
}

.inside_main .inside_title .it_info {
  font-size: 28px;
  line-height: 50px;
  color: #333333;
}

.inside_main .inside_title .ico {
  width: 20px;
  height: 2px;
  background: #00459F;
  display: inline-block;
}

/* inside_single */
.inside_single {
  font-size: 14px;
  color: #474747;
  line-height: 1.8em;
}

/* .inside_single img {
  display: block;
  width: 100%;
} */


/* inside_contact_wrapper */
.inside_contact_wrapper {
  padding: 0;
}

.inc_tit {
  margin-bottom: 50px;
  font-size: 14px;
}

.inside_contact {
  margin-bottom: 95px;
}

.inside_contact .inc_item {
  padding: 0 20px 0 0;
  width: 22%;
  margin-right: 4%;
  border-right: 1px solid #dbdbdb;
}

.inside_contact .inc_item:last-of-type {
  margin-right: 0;
  border-right: 1px solid transparent;
}

.inside_contact .inc_item .c_icon {
  padding: 0;
}

.inside_contact .inc_item .c_icon img {
  padding: 0;
}

.inside_contact .inc_item .fg_line {
  margin: 30px 0;
  border: solid #00459F 1px;
  display: block;
  width: 40px;
}

.inside_contact .inc_item .inc_info {
  padding: 0;
}

.inside_contact .inc_item .inc_info h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

.inside_contact .inc_item .inc_info p {
  font-size:15px;
  line-height: 26px;
}

.inside_map {
 /* padding-bottom: 70px;*/
}

.ineide_map_main {
  width: 100%;
  height: 500px;
}

.inside_message {
  padding: 0;
  margin-top: 40px;
}
.inside_message .flex_wrap{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.inside_message .inside_form_input {
  margin-bottom: 35px;
  color: #fff;
  width: 32%;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_input:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_input .inside_ipt {
  padding: 17px;
  color: #808080;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 100%;
}

.inside_message .inside_form_textarea {
  margin-bottom: 55px;
  display: inline-block;
  width: 100%;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_textarea:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_textarea .inside_tarea {
  padding: 17px;
  height: 210px;
  border: 1px solid #dbdbdb;
  color: #6d6d6d;
  font-size: 14px;
  width: 100%;
}
.inside_message .yzm {
  padding: 17px;
  color: #808080;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  width: 50%;
}



.inside_message .inside_btn {
  padding: 15px 70px;
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border-bottom: solid #00459F 2px;
  transition: box-shadow 0.3s linear;
}

.inside_message .inside_btn:hover {
  box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

/* inside_list */
.inside_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
}

.inside_list a {
  margin-right: 10px;
  padding: 10px 25px;
  background: #f5f5f5;
  font-size: 16px;
  color: #555555;
  display: block;
  transition: background-color 0.3s linear;
}

.inside_list a:hover {
  color: #fff;
  background-color: #00459F;
}

.inside_list a.hover {
  color: #fff;
  background: #00459F;
}

/* inside_picture */
.inside_picture {
  width: 100%;
}

.inside_pro_item {
  width: 23.5%;
  /*padding-bottom: 20px;*/
  margin: 0 2% 30px 0;
  box-shadow: 0 0 10px -7px rgba(0, 0, 0, 1);
  background-color: #fff;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
}

.inside_pro_item:nth-of-type(4n) {
  margin-right: 0;
}

.inside_pro_item:hover {
  background-color: rgba(129, 129, 129, 0.1);
  box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_pro_item .pro_img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.inside_pro_item .pro_img img {
  width: 100%;
  transition: transform 0.3s linear;
}

.inside_pro_item:hover .pro_img img {
  transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    /* margin-bottom: 20px; */
    /* padding: 0 20px; */
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    transition: color 0.3s linear;
    border-bottom: 1px solid #dadada;
}

.inside_pro_item:hover .pro_text {
  color: #00459F;
}

/*.inside_pro_item .pro_info {
  height: 5.4em;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0 20px;
  transition: color 0.3s linear;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}*/

.inside_pro_item:hover .pro_info {
  color: #666;
}

/* inside_picture_detail */
.inside_picture_detail {
  width: 100%;
  padding: 0;
}

.inside_picture_detail .ipd_title {
  padding: 50px 0 25px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 28px;
  color: #444;
}

.inside_picture_detail .ipd_main {
  padding-top: 40px;
  font-size: 16px;
  line-height: 2em;
}

/* inside_news */
.inside_news {
  width: 100%;
}

.inside_news_item {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s linear;
}

.inside_news_item:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_news_item .inside_news_item_img {
  width: 240px;
  height: 170px;
  border-radius: 5px;
  margin-right: 30px;
  overflow: hidden;
}

.inside_news_item .inside_news_item_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}

.inside_news_item:hover .inside_news_item_img img {
  transform: scale(1.1);
}

.inside_news_item .inside_news_item_info {
  flex-direction: column;
  flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
  font-size: 22px;
  line-height: 44px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
  color: #000;
  transition: color 0.3s linear;
}

.inside_news_item:hover .inside_news_item_info h3 a {
  color: #00459F;
}

.inside_news_item .inside_news_item_info span {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
  line-height: 22px;
  width: 100%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
  display: block;
  text-align: center;
  width: 100px;
  color: #777;
  border: 1px solid #e0e0e0;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 5px;
  transition: border 0.3s linear, color 0.3s linear;
}

.inside_news_item .inside_news_item_info:hover>a {
  border: 1px solid #00459F;
  color: #00459F;
}

/* inside_news_detail */
.inside_news_detail {
  width: 100%;
  padding: 0;
}

.inside_news_detail .ind_title_wrapper {
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 28px;
  color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
  font-size: 12px;
  color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
  margin: 0 5px;
}

.inside_news_detail .ind_main {
  font-size: 16px;
  line-height: 2em;
}