@charset "utf-8";
/* CSS Document */
.edit_area {color: #232323; line-height: 1.8; letter-spacing: 1px;}
.edit_area h2 {font-weight: 500; font-size: 240%; color: rgb(30, 30, 30);}
.edit_area h3 {font-weight: 500; font-size: 180%; color: rgba(30, 30, 30,.9);}
.edit_area h4 {font-weight: 500; font-size: 165%; color: rgba(30, 30, 30,.8);}
.edit_area h5 {font-weight: 500; font-size: 140%; color: rgba(30, 30, 30,.7);}
.edit_area h6 {font-weight: 500; font-size: 125%; color: rgba(30, 30, 30,.6);}

.seo-content {color: #232323; line-height: 1.8; letter-spacing: 1px;}
.seo-content h2 {font-weight: 500; font-size: 240%; color: rgb(30, 30, 30);}
.seo-content h3 {font-weight: 500; font-size: 180%; color: rgba(30, 30, 30,.9);}
.seo-content h4 {font-weight: 500; font-size: 165%; color: rgba(30, 30, 30,.8);}
.seo-content h5 {font-weight: 500; font-size: 140%; color: rgba(30, 30, 30,.7);}
.seo-content h6 {font-weight: 500; font-size: 125%; color: rgba(30, 30, 30,.6);}

.subBanner {position: relative; z-index: 1;}
.subBanner > div.img {line-height: 0; font-size: 0;}
.subBanner > div.txt {position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 1220px; margin: auto; padding: 0 100px; height: 100%; overflow: hidden; display: flex; flex-flow: column; align-items: flex-end; justify-content: center; z-index: 5;}
.subBanner > div.txt .subBt { color: #fff; font-weight: 600; text-shadow: 0 0 10px rgba(0, 0, 0, .7); width: 60%; line-height: 1.3; font-size: 300%; margin: 0;}
.subBanner > div.txt p { color: #fff; font-weight: 400; text-shadow: 0 0 10px rgba(0, 0, 0, .7); width: 60%; line-height: 1.8; letter-spacing: 1.5px;}

.path_out { background: #f3f3f3; padding: 10px 0;}
.path { display: flex; flex-flow: wrap; width: 100%;}
.path, .path li {list-style-type:none; position: relative; margin: 3px 0; padding: 0; font-weight: 400; color: #173c96; letter-spacing: 1px; line-height: 1.3;}
.path li:first-child { padding-left: 18px;}
.path li:first-child::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 12px; height: 16px; display: inline-block; background: url("../images/icon_08a.png") no-repeat center; background-size: contain;}
.path li::after {content: ''; position: relative; width: 14px; height: 14px; display: inline-block; background: url("../images/icon_09a.png") no-repeat center; background-size: contain; margin: 0px 5px;}
.path li:last-child::after {content: none;}
.path li a:link, .path li a:visited {text-decoration:none; color:#626262; position: relative; transition: all 0.25s ease 0s;}
.path li a:active, .path li a:hover {text-decoration:none; color:#22a9a4; cursor:pointer; transition: all 0.25s ease 0s;}

.subM { padding: 30px 0;}
.subM ul { position: relative; width: 100%; max-height: inherit; display: flex; flex-flow: wrap; justify-content: center; padding: 0 20px;}
.subM ul li { position: relative; margin: 0 20px 10px 0;}
.subM ul li:last-child { position: relative; margin: 0;}
.subM ul li a:link, .subM li a:visited {text-decoration:none; position: relative; display: flex; flex-flow: wrap; align-items: center; justify-content: center; width: 100%; text-align: center; color: #173c96; background: #fff; padding: 5px 15px; line-height: 1.5; border-radius: 50px; transition: all 0.25s ease 0s;}
.subM ul li a:active, .subM ul li a:hover, .subM ul li a.current {text-decoration:none; color: #aacd06; background: #173c96; cursor:pointer; transition: all 0.25s ease 0s;}
.subM ul li.current a {pointer-events: none; cursor: text; color:#aacd06; background: #173c96;}

.pages {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 25px 0;}
.pages a {text-decoration:none; color: #fff!important; font-weight: 400; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 3px 5px; min-width: 35px; height: 35px; border-radius: 20px; line-height: 1; overflow: hidden; margin: 0 5px; position: relative; z-index: 10; font-family: "Montserrat", sans-serif; transition: all 0.5s ease 0s;}
.pages a::before {content: ''; background-color: #bdbdbd; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1;  transition: all 0.5s ease 0s;}
.pages a:active, .pages a:hover {text-decoration:none; color:#fff; cursor:pointer; transition: all 0.5s ease 0s;}
.pages a:hover::before {background-color: #aacd06; transition: all 0.5s ease 0s;}
.pages .prev { width: 35px !important; height: 35px !important; font-size: 0; margin: 0 5px 0 0 !important; }
.pages .next { width: 35px !important; height: 35px !important; font-size: 0; margin: 0 0 0 5px !important;}
.pages .prev::after { content: ""; position: absolute; top: 12px; right: 10px; width: 11px; height: 11px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; transform: rotate(-135deg);}
.pages .next::after { content: ""; position: absolute; top: 12px; right: 14px; width: 11px; height: 11px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; transform: rotate(45deg);}
.pages .prev:hover::before { background: #aacd06;}
.pages .next:hover::before { background: #aacd06;}
.pages .current::before {background-color: #aacd06; z-index: -1;}

.new_item { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; flex-flow: wrap; align-content: flex-start; justify-content: flex-end; pointer-events: none; z-index: 11; overflow: hidden; /*display: none;*/}
.new_item > div { font-size: 80%; color: #fff; background: #eb6100; padding: 5px 10px; border-radius: 0 0 0 15px; margin: 0 0 3px 3px; text-align: center; line-height: 1.4;}
.new_item .new_item_1 { background: #eb6100;}
.new_item .new_item_2 { background: #f00;}
.new_item .new_item_3 { background: #133382;}
.pro_detail_T .pro_detail_L .new_item { border-radius: 80px 0 0 0;}
.pro_detail_T .pro_detail_L .new_item > div { font-size: 120%; padding: 5px 15px;}

.subMain { }
.subMain .alert-warning { margin: 20px !important;}
.subMain .subtit { text-align: center; margin: 15px 0;}
.appli_A .appli_A_four { display: flex; flex-flow: wrap; padding-top: 20px; background: #bbd738;}
.appli_A .appli_A_four > div { position: relative; z-index: 1; width: 25%; margin-bottom: 10px; transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div::before { content: ''; position: absolute; bottom: -10px; left: 0; right: 0; top: 100%; z-index: 2; background: #ebff8c; transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .entit { position: absolute; top: 0; right: 0; z-index: 2; writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; padding: 30px; font-size: 180%; color: #fff; line-height: 1.3; font-weight: 600; /*max-height: 50%;*/ text-shadow: /*2px 2px 0 #173c96, 2px -2px 0 #173c96, -2px -2px 0 #173c96, -2px 2px 0 #173c96,*/ 0px 6px 0 rgba(0, 0, 0, 0.3); font-family: "Montserrat", sans-serif;}
.appli_A .appli_A_four > div > .entit::before { content: attr(data-storke); position: absolute; z-index: -1; -webkit-text-stroke: 4px #173c96; text-stroke: 4px  #173c96;}
.appli_A .appli_A_four > div > .txt { position: absolute; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.5); color: #fff;
  padding: 10px 20px; width: 100%; min-height: 126px; max-height: 100%; overflow: hidden; /*text-align: justify;*/ transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .txt .title_B { position: relative; font-size: 180%; text-align: center; margin: 10px auto; line-height: 1.2; transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .txt .title_B::before { content: ''; position: absolute; bottom: -15px; left: 50%; width: 40px; height: 3px; background: transparent;
  transform: translateX(-50%); transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .txt p { font-size: 90%; margin: 0 auto; max-width: 65%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-align: center; max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .txt .btn_a { margin: auto; max-width: 65%; max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s ease 0s;}
.appli_A .appli_A_four > div > .txt .btn_a a { margin: auto;}
.appli_A .appli_A_four > div > .img { line-height: 0;}
.appli_A .appli_A_four > div:hover { cursor: pointer;}
.appli_A .appli_A_four > div:hover::before { background: transparent;}
.appli_A .appli_A_four > div:hover > .txt { padding: 15px 20px 50px 20px;}
.appli_A .appli_A_four > div:hover > .txt .title_B { margin: 10px auto 30px auto;}
.appli_A .appli_A_four > div:hover > .txt .title_B::before { background: #ebff8c;}
.appli_A .appli_A_four > div:hover > .txt p { margin: 10px auto 20px auto; max-height: 200px; opacity: 1;}
.appli_A .appli_A_four > div:hover > .txt .btn_a { max-height: 45px; opacity: 1;}
.appli_A .appli_A_four > div:hover > .txt .btn_a a { color: #fff; background: #173c96; border-color: #173c96;}
.appli_A .pic { background: url("../images/appli_01.jpg") no-repeat bottom center; background-size: cover; min-height: 180px;}

.pro_A { background: url("../images/prolist_bg01.jpg") no-repeat top center; background-size: cover;}
.pro_A .pro_list { display: flex; flex-flow: wrap; padding-bottom: 7%;}
.pro_A .pro_list > div { position: relative; width: 24%; margin: 0 1.33% 20px 0; background: #fff; display: flex; flex-flow: column; z-index: 1; transition: all 0.5s ease 0s;}
.pro_A .pro_list > div:nth-child(4n+4) { margin: 0 0 20px 0;}
.pro_A .pro_list > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 98.9247%; overflow: hidden; background: rgb(193, 193, 193,.1);}
.pro_A .pro_list > div .pic img { line-height: 1; transition: all 0.5s ease 0s;}
.pro_A .pro_list > div .text { padding: 15px 10px; width: 100%;}
.pro_A .pro_list > div .text h2, .pro_A .pro_list > div .text h3 { font-size: 100%; line-height: 1.3; font-weight: 500; color: #232323; text-align: center; margin: 5px 0; transition: all 0.5s ease 0s;}
.pro_A .pro_list > div .btn_more { border-top: 1px solid #eee; text-align: center; width: 100%; margin: auto auto 0 auto; transition: all 0.5s ease 0s;}
.pro_A .pro_list > div .btn_more > a { position: relative; font-size: 90%; display: inline-block; padding: 10px 25px; transition: all 0.5s ease 0s;}
.pro_A .pro_list > div .btn_more > a::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 18px; height: 12px; background: url("../images/next_c.png") no-repeat center; background-size: contain; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s;}
.pro_A .pro_list > .new_pro { position: relative; z-index: 1;}
.pro_A .pro_list > .new_pro::before { content: attr(data-title); position: absolute; top: 0; right: 0; color: #fff; background: #eb6100; font-weight: 500; font-size: 90%; display: inline-block; padding: 2px 5px; min-width: 90px; width: 31%; border-radius: 0 0 0 20px; text-align: center; z-index: 11;}
.pro_A .pro_list > div:hover .pic img { transform: scale(1.1);}
.pro_A .pro_list > div:hover .text h2, .pro_A .pro_list > div:hover .text h3 { color: #173c96;}
.pro_A .pro_list > div:hover .btn_more, .pro_A .pro_list > div .btn_more:hover { background: #173c96;}
.pro_A .pro_list > div:hover .btn_more a, .pro_A .pro_list > div .btn_more a:hover { color: #aacd06; text-decoration: none;}
.pro_A .pro_list > div:hover .btn_more a::before, .pro_A .pro_list > div .btn_more a:hover::before { opacity: 1; visibility: visible; -webkit-animation: margin_RL 1500ms infinite; animation: margin_RL 1500ms infinite;}

.pro_B { background: url("../images/prolist_bg01.jpg") no-repeat top center; background-size: cover; padding: 40px 0 70px 0;}
.pro_B > div { position: relative; display: flex; flex-flow: wrap; align-items: flex-start; justify-content: flex-end;}
.pro_B > div .leftMenu { position: absolute; top: 0; bottom: 0; left: 100px; right: auto; width: 20%; margin-bottom: 20px;}
.pro_B > div .leftMenu .title_B { background: #173c96; padding: 0 15px; margin: 0; height: 45px; display: flex; flex-flow: wrap; align-items: center;}
.pro_B > div .right_pro_seo {width: 75%; padding: 0 0 20px 0; margin: 0;}
.pro_B > div .right_pro_list { width: 75%; display: flex; flex-flow: wrap;}
.pro_B > div .right_pro_list > div { position: relative; width: 32%; margin: 0 2% 20px 0; background: #fff; display: flex; flex-flow: column; z-index: 1; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > div:nth-child(3n+3) { margin: 0 0 20px 0;}
.pro_B > div .right_pro_list > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 98.9247%; overflow: hidden; background: rgb(193, 193, 193,.1);}
.pro_B > div .right_pro_list > div .pic img { line-height: 1; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > div .text { padding: 15px 10px; width: 100%;}
.pro_B > div .right_pro_list > div .text h2, .pro_B > div .right_pro_list > div .text h3 { font-size: 100%; line-height: 1.3; font-weight: 500; color: #232323; text-align: center; margin: 5px 0; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > div .btn_more { border-top: 1px solid #eee; text-align: center; width: 100%; margin: auto auto 0 auto; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > div .btn_more > a { position: relative; font-size: 90%; display: inline-block; padding: 10px 25px; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > div .btn_more > a::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 18px; height: 12px; background: url("../images/next_c.png") no-repeat center; background-size: contain; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s;}
.pro_B > div .right_pro_list > .new_pro { position: relative; z-index: 1;}
.pro_B > div .right_pro_list > .new_pro::before { content: attr(data-title); position: absolute; top: 0; right: 0; color: #fff; background: #eb6100; font-weight: 500; font-size: 90%; display: inline-block; padding: 2px 5px; min-width: 90px; width: 31%; border-radius: 0 0 0 20px; text-align: center; z-index: 11;}
.pro_B > div .right_pro_list > div:hover .pic img { transform: scale(1.1);}
.pro_B > div .right_pro_list > div:hover .text h2, .pro_B > div .right_pro_list > div:hover .text h3 { color: #173c96;}
.pro_B > div .right_pro_list > div:hover .btn_more, .pro_B > div .right_pro_list > div .btn_more:hover { background: #173c96;}
.pro_B > div .right_pro_list > div:hover .btn_more a, .pro_B > div .right_pro_list > div .btn_more a:hover { color: #aacd06; text-decoration: none;}
.pro_B > div .right_pro_list > div:hover .btn_more a::before, .pro_B > div .right_pro_list > div .btn_more a:hover::before { opacity: 1; visibility: visible; -webkit-animation: margin_RL 1500ms infinite; animation: margin_RL 1500ms infinite;}

.pro_detail_T { display: flex; flex-flow: wrap; margin: 70px 0 50px 0;}
.pro_detail_T .green_c li { position: relative; list-style-type: none;}
.pro_detail_T .green_c li::before { content: ''; position: absolute; top: 10px; left: -20px; width: 10px; height: 10px; background: #aacd06; border-radius: 5px;}
.pro_detail_T .pro_detail_L { width: 44.5901%; padding-bottom: 120px;}
.pro_detail_T .pro_detail_L .new_pro { position: relative; z-index: 1;}
.pro_detail_T .pro_detail_L .new_pro::before { content: attr(data-title); position: absolute; top: 0; right: 0; color: #fff; background: #eb6100;
  font-weight: 500; font-size: 120%; display: inline-block; padding: 5px; min-width: 140px; width: 26%; border-radius: 0 0 0 20px; text-align: center; z-index: 11;}
.pro_detail_T .pro_detail_R { width: 47.2099%; margin-right: 8.2%; padding: 0 0 0 4.521%;}
.pro_detail_T .pro_detail_R .detail_t .model { font-weight: 400;}
.pro_detail_T .pro_detail_R .detail_c .pro_f { display: flex; flex-flow: wrap; justify-content: space-between; padding: 20px 0; font-weight: 400; letter-spacing: 1px; border-bottom: 1px solid #173c96;}
.pro_detail_T .pro_detail_R .detail_c .pro_f > .pro_f_tit { min-width: 100px; margin-bottom: 10px;}
.pro_detail_T .pro_detail_R .detail_c .pro_f > .certification { display: flex; flex-flow: wrap; justify-content: flex-end;}
.pro_detail_T .pro_detail_R .detail_c .pro_f > .certification > div { margin: 0 5px 0 0;}
.pro_detail_T .pro_detail_R .detail_c .pro_f > .certification > div:last-child { margin: 0;}
.pro_detail_T .pro_detail_R .detail_c .text { /*min-height: 350px;*/ padding: 25px 0 10px 0; line-height: 1.66; letter-spacing: 1.5px; border-bottom: 1px solid #173c96;}
.pro_detail_T .pro_detail_R .detail_c .text ul, .pro_detail_T .pro_detail_R .detail_c .text ol { padding-left: 20px;}
.pro_detail_T .pro_detail_R .detail_b .inquiry { display: flex; flex-flow: wrap; border-bottom: 2px solid rgba(23, 60, 150, 0.5); padding: 30px 0 15px 0;}
.pro_detail_T .pro_detail_R .detail_b .inquiry .btn_c { margin: 0 10px 15px 0;}
.pro_detail_T .pro_detail_R .detail_b .inquiry .btn_c:last-child { margin: 0 0 15px 0;}
.pro_detail_T .pro_detail_R .detail_b .inquiry .btn_c a { font-size: 110%;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn { display: flex; flex-flow: wrap; border-bottom: 2px solid rgba(23, 60, 150, 0.5); padding: 20px 0;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn { width: 340px; display: flex; flex-flow: row; align-items: center; justify-content: center;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn a { display: block;position: relative; color: #173c96; line-height: 1.3;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .back { padding: 0 20px; margin: 0 20px; border-left: 1px solid #173c96; border-right: 1px solid #173c96;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .prev { padding-left: 25px;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .prev::before { content: ''; position: absolute; top: calc(50% - 6px); left: 0; width: 18px; height: 12px; background: url("../images/prev_b.png") no-repeat center; background-size: contain; transition: all 0.5s ease 0s;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .next { padding-right: 25px;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .next::before { content: ''; position: absolute; top: calc(50% - 6px); right: 0; width: 18px; height: 12px; background: url("../images/next_b.png") no-repeat center; background-size: contain; transition: all 0.5s ease 0s;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .back:hover, .pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .prev:hover, .pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .next:hover { color: #aacd06; text-decoration: none;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .prev:hover::before { transform: rotate3d(0, 0, 1, 180deg); background: url("../images/prev_c.png") no-repeat center;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .btn_pn .next:hover::before { transform: rotate3d(0, 0, 1, -180deg); background: url("../images/next_c.png") no-repeat center;}
.pro_detail_T .pro_detail_R .detail_b .detail_btn .share { width: calc(100% - 340px); text-align: center;}
.pro_detail_B .edit_area ul, .pro_detail_B .edit_area ol { padding-left: 25px; font-size: 90%; line-height: 2.44;}
.pro_detail_B .green_c li { position: relative; list-style-type: none;}
.pro_detail_B .green_c li::before { content: ''; position: absolute; top: 15px; left: -25px; width: 16px; height: 16px; background: #aacd06; border-radius: 10px;}
.related { background: #173c96; padding: 10px 0 20px 0;}
.related .title_D { text-align: center; margin: 0; padding: 10px 0 30px 0;}
.related .related_pro .pic { position: relative; width: 100%; height: 0; padding-bottom: 98.9247%; overflow: hidden; background: rgb(193, 193, 193,.1);}
.related .related_pro .pic img { line-height: 1; transition: all 0.5s ease 0s;}
.related .related_pro .text { margin: 10px 0; padding: 0 10px; width: 100%;}
.related .related_pro .text h2, .related .related_pro .text h3 { font-size: 100%; line-height: 1.3; font-weight: 500; color: #232323; text-align: center; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: all 0.5s ease 0s;}
.related .related_pro .btn_more { border-top: 1px solid #eee; text-align: center; width: 100%; margin: auto auto 0 auto; transition: all 0.5s ease 0s;}
.related .related_pro .btn_more > a { position: relative; font-size: 90%; display: inline-block; padding: 10px 25px; transition: all 0.5s ease 0s;}
.related .related_pro .btn_more > a::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 18px; height: 12px; background: url("../images/next_b.png") no-repeat center; background-size: contain; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s;}
.related .new_pro { position: relative; z-index: 1;}
.related .new_pro::before { content: attr(data-title); position: absolute; top: 0; right: 0; color: #fff; background: #eb6100; font-weight: 500; font-size: 90%; display: inline-block; padding: 2px 5px; min-width: 90px; width: 31%; border-radius: 0 0 0 20px; text-align: center; z-index: 11;}
.related .related_pro { display: flex; flex-flow: column; background: #fff;}
.related .related_pro:hover .pic img { transform: scale(1.1);}
.related .related_pro:hover .text h2, .related .related_pro:hover .text h3 { color: #173c96;}
.related .related_pro:hover .btn_more { background: #aacd06;}
.related .related_pro:hover .btn_more a { color: #173c96; text-decoration: none;}
.related .related_pro:hover .btn_more a::before { opacity: 1; visibility: visible; -webkit-animation: margin_RL 1500ms infinite; animation: margin_RL 1500ms infinite;}

.new_A { background: url("../images/newlist_bg01.jpg") no-repeat top center; background-size: cover;}
.new_A .new_list { display: flex; flex-flow: wrap; padding-bottom: 7%;}
.new_A .new_list > div { position: relative; width: 31.63846%; margin: 0 2.5423% 30px 0; background: #fff; display: flex; flex-flow: column; z-index: 1; transition: all 0.5s ease 0s;}
.new_A .new_list > div:nth-child(3n+3) { margin: 0 0 30px 0;}
.new_A .new_list > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 56.4102%; overflow: hidden; background: rgb(193, 193, 193,.1); z-index: 1;}
.new_A .new_list > div .pic img { line-height: 1; transition: all 0.5s ease 0s;}
.new_A .new_list > div .text { position: relative; padding: 10px 15px; width: 100%; z-index: 1; text-align: center;}
.new_A .new_list > div .text .date { position: absolute; bottom: 100%; left: 0; background: #9fc246; color: #fff; font-weight: 400; font-size: 70%; padding: 10px 11% 10px 7%; line-height: 1.3; border-radius: 0 20px 0 0; opacity: 0; visibility: hidden; font-family: "Montserrat", sans-serif; z-index: 5; transition: all 0.5s ease 0s;}
.new_A .new_list > div .text h2 { font-size: 100%; line-height: 1.3; font-weight: 500; color: #232323; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all 0.5s ease 0s;}
.new_A .new_list > div .text p { font-size: 75%; line-height: 1.6; font-weight: 300; color: #666666; margin: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all 0.5s ease 0s;}
.new_A .new_list > div .btn_more { border-top: 1px solid #eee; text-align: center; width: 100%; margin: auto auto 0 auto; transition: all 0.5s ease 0s;}
.new_A .new_list > div .btn_more > a { position: relative; font-size: 90%; display: inline-block; padding: 10px 25px; transition: all 0.5s ease 0s;}
.new_A .new_list > div .btn_more > a::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 18px; height: 12px; background: url("../images/next_b.png") no-repeat center; background-size: contain; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s;}
.new_A .new_list > .new_pro { position: relative; z-index: 1;}
.new_A .new_list > .new_pro::before { content: attr(data-title); position: absolute; top: 0; right: 0; color: #fff; background: #eb6100; font-weight: 500; font-size: 90%; display: inline-block; padding: 2px 5px; min-width: 90px; width: 31%; border-radius: 0 0 0 20px; text-align: center; z-index: 11;}
.new_A .new_list > div:hover .pic img { transform: scale(1.1);}
.new_A .new_list > div:hover .text .date { opacity: 1; visibility: visible;}
.new_A .new_list > div:hover .text h2 { color: #173c96;}
.new_A .new_list > div:hover .btn_more { background: #aacd06;}
.new_A .new_list > div:hover .btn_more a { color: #173c96; text-decoration: none;}
.new_A .new_list > div:hover .btn_more a::before { opacity: 1; visibility: visible; -webkit-animation: margin_RL 1500ms infinite; animation: margin_RL 1500ms infinite;}

.about_A { }
.about_A .about_A_T { display: flex; flex-flow: wrap; align-items: center; margin: 0 0 30px 0;}
.about_A .about_A_T > div:nth-child(1) { width: 59.5%;}
.about_A .about_A_T > div:nth-child(2) { width: 40%; margin-left: 0.5%; padding-left: 1%; background: #3d47c0;}
.about_A .about_A_C { background: #bae7fe; padding: 30px 0 20px 0; letter-spacing: 0;}
.about_A .about_A_C h1 { letter-spacing: 1px; text-align: center; font-weight: 500; color: #1e1e1e;}
.about_A .about_A_C p { letter-spacing: 0.2px; color: #000;}
.about_A .about_A_B { margin: 0 0 30px 0; line-height: 0; text-align: center;}
.about_B { }
.aboutus_B .aboutus_B_four { position: relative; display: flex; flex-flow: wrap; z-index: 1;}
.aboutus_B .aboutus_B_four > div:nth-child(1) { width: 40%; display: flex; flex-flow: wrap;}
.aboutus_B .aboutus_B_four > div:nth-child(2) { width: 60%; display: flex; flex-flow: wrap; align-items: center;}
.aboutus_B .aboutus_B_four > div:nth-child(2) .blue { margin: 40px 0 40px 40px; padding-right: 15%; background: #3c47c0; line-height: 0;}
.aboutus_B .aboutus_B_four > div:nth-child(3) { width: 40%; display: flex; flex-flow: wrap; justify-content: flex-end;}
.aboutus_B .aboutus_B_four > div:nth-child(3) > div { position: relative; max-width: 409px; z-index: 5;}
.aboutus_B .aboutus_B_four > div:nth-child(3) > div .text { color: #3a3a3a; letter-spacing: 0; line-height: 1.3; margin-top: 30px;}
.aboutus_B .aboutus_B_four > div:nth-child(3).gray { position: relative; padding: 70px 6% 20px 0;}
.aboutus_B .aboutus_B_four > div:nth-child(3).gray h2 { color: #3a3a3a; line-height: 1.2;}
.aboutus_B .aboutus_B_four > div:nth-child(3).gray h2 span { font-family: "Montserrat", sans-serif; font-weight: 700;}
.aboutus_B .aboutus_B_four > div:nth-child(3).gray::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: calc(100% - 70px); background: rgba(177, 177, 177, 0.5);}
.aboutus_B .aboutus_B_four > div:nth-child(4) { width: 60%; display: flex; flex-flow: wrap;}
.aboutus_B .aboutus_B_four > div:nth-child(4) .gray { width: 84%; margin-right: 16%; padding-bottom: 20px; background: rgba(98, 98, 98, 0.5); line-height: 0;}
.aboutus_B .aboutus_B_four .aboutus_B_bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1;}
.aboutus_B .aboutus_B_four .aboutus_B_bg img { width: 100% !important; height: 100% !important; margin: auto;}
.aboutus_C .title_A { text-align: center; margin: 20px 0;}
.aboutus_C .history { background: rgba(23, 60, 150, 0.8);}
.aboutus_C .history .history_in { position: relative; margin-top: -177px; text-align: center; padding-bottom: 1px;}
.aboutus_C .history .pic { overflow: hidden;}
.aboutus_C .history .pic img { max-width: 1920px;}
.aboutus_C .history .history_in::before { content: ''; position: absolute; top: 2px; left: 50%; transform: translateX(-50%); width: 2px; height: 100%; background: #fff; z-index: 1;}
.aboutus_C .history .history_in > span { position: relative; display: inline-block; margin-bottom: 50px; z-index: 1;}
.aboutus_C .history .history_in > div { position: relative; z-index: 1; margin-bottom: 50px; transition: all 0.5s ease 0s;}
.aboutus_C .history .history_in > div .year { position: relative; font-family: "Montserrat", sans-serif; z-index: 1;}
.aboutus_C .history .history_in > div .year::before { content: ''; position: absolute; top: 100%; left: 0; right: 0; bottom: 0; background: #fff; z-index: -1; transition: all 0.5s ease 0s;}
.aboutus_C .history .history_in > div .year > span { position: relative; width: 133px; height: 133px; font-size: 180%; font-weight: 600; color: #fff; background-color: #c0c0c0; border-radius: 50%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: auto; z-index: 1;}
.aboutus_C .history .history_in > div .year:hover { cursor: pointer;}
.aboutus_C .history .history_in > div .year:hover > span { background: #aacd06; transition: all 0.5s ease 0s;}
.aboutus_C .history .history_in > div .cont {background-color: #fff; padding-bottom: 100px; display: none;}
.aboutus_C .history .history_in > div:last-child > .cont { padding-bottom: 50px;}
.aboutus_C .history .history_in > div .cont .cont_text { border-bottom: 1px solid rgba(111, 109, 109, 0.3);}
.aboutus_C .history .history_in > div .cont .cont_text > div { max-width: 810px; margin: auto; padding: 20px 0px; color: #000; text-align: center; line-height: 1.4; letter-spacing: 0; font-weight: 400;}
.aboutus_C .history .history_in > div .cont .cont_text > div .month { letter-spacing: 1px; font-weight: 600; font-family: "Montserrat", sans-serif;}
.aboutus_C .history .history_in > div .cont .cont_text > div p { margin: 5px 0;}
.aboutus_C .history .history_in > div .cont .cont_text > div ul, .aboutus_C .history .history_in > div .cont .cont_text > div ol { padding-left: 20px; text-align: left;}
.aboutus_C .history .history_in > div .faq_float { position: absolute; top: 0; left: 0; z-index: -1;}
.aboutus_C .history .history_in > div .active > span {background: #aacd06;}
.aboutus_C .history .history_in > div .active::before { top: 50%;}
.aboutus_C .history .history_in .h_mt { margin-top: -110px;}

.contact_A { background: #aacd06; padding: 30px 0 0 0;}
.contact_A .contact_A_in { display: flex; flex-flow: wrap; margin-top: 10px;}
.contact_A .contact_A_in > div { width: 47%; margin: 20px 6% 20px 0;}
.contact_A .contact_A_in > div:nth-child(2) { margin: 20px 0 20px 0; display: flex; flex-flow: column; justify-content: space-between;}
.contact_A .contact_A_in > div > div { display: flex; flex-flow: row; width: 100%; margin-bottom: 20px;}
.contact_A .contact_A_in > div > div > div:nth-child(1) { width: 25%;}
.contact_A .contact_A_in > div > div > div:nth-child(2) { width: 75%; padding-left: 10px;}
.contact_A .contact_A_in > div > div > div:nth-child(2).gender { display: flex; flex-flow: row;}
.contact_A .contact_A_in > div > div > div:nth-child(2).gender .inputA { margin-right: 5%;}
.contact_A .contact_A_in > div > div > div:nth-child(2).gender .selectA { width: 45%;}
.contact_A .contact_A_in > div:nth-child(2) > div.con_btn > div:nth-child(2) {  display: flex; flex-flow: wrap; justify-content: space-between;}
.contact_A .contact_A_in > div:nth-child(2) > div.con_btn button { border: 2px solid #fff; padding: 5px 15px; border-radius: 30px; line-height: 1.3; color: #fff; min-width: 115px; width: 45%; letter-spacing: 2px; transition: all 0.25s ease 0s;}
.contact_A .contact_A_in > div:nth-child(2) > div.con_btn button.reset { background: transparent; margin-right: 5%;}
.contact_A .contact_A_in > div:nth-child(2) > div.con_btn button.send { background: #4563ab;}
.contact_A .contact_A_in > div:nth-child(2) > div.con_btn button:hover { background: #173c96; border: 2px solid #173c96;}
.contact_B { background: url("../images/contactus_bg_01.jpg") no-repeat bottom center; background-size: cover; min-height: 690px;}
.contact_B > div > div { display: flex; flex-flow: wrap;}
.contact_B > div > div .contact_B_L { width: 48.5%; margin: 50px 1.5% 70px 0; background: rgb(255, 255, 255,.5);border-radius: 10px;padding: 30px 5% 50px 5%;}
.contact_B > div > div .contact_B_L .title_C { margin: 0 auto;}
.contact_B > div > div .contact_B_L .contact_B_L_B .text { margin-top: 20px; border-bottom: 1px solid #539aea;}
.contact_B > div > div .contact_B_L .contact_B_L_B .text h3 { font-weight: 500;}
.contact_B > div > div .contact_B_L .contact_B_L_B .text ul, .contact_B > div > div .contact_B_L .contact_B_L_B .text ol { padding-left: 20px;}
.contact_B > div > div .contact_B_L .contact_B_L_B .text li { font-weight: 400;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode { display: flex; flex-flow: row; justify-content: space-between;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode a { display: block;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode > div:nth-child(1) { margin: 30px 2.5% 0 0;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode > div:nth-child(1) span { background: #0e7ecc; display: block; color: #fff; text-align: center; padding: 3px 10px; line-height: 1.3; margin-bottom: 8px; border-radius: 5px; letter-spacing: 1px;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode > div:nth-child(2) { margin: 30px 0 0 2.5%;}
.contact_B > div > div .contact_B_L .contact_B_L_B .Qrcode > div:nth-child(2) span { background: #0c8d8c; display: block; color: #fff; text-align: center; padding: 3px 10px; line-height: 1.3; margin-bottom: 8px; border-radius: 5px; letter-spacing: 6px;}
.contact_B > div > div .contact_B_R { width: 48.5%; margin: 50px 0 70px 1.5%; background: rgba(255, 255, 255, 0.5);border-radius: 10px;padding: 30px 5% 50px 5%; display: flex; flex-flow: wrap;}
.contact_B > div > div .contact_B_R .title_C { margin: 0 auto;}
.contact_B > div > div .contact_B_R a:hover { text-decoration: none;}
.contact_B > div > div .contact_B_R .contact_B_R_B { width: 100%;}
.contact_B > div > div .contact_B_R .contact_B_R_B h3 { font-weight: 500;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div { display: flex; flex-flow: wrap; align-items: center; font-weight: 400; padding: 30px 0 0 0;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div:nth-child(1) { padding: 0 0 30px 0; border-bottom: 1px solid #539aea;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div > div:nth-child(1) { width: 27%;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div > div:nth-child(2) { width: 73%; padding-left: 3%;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div > div:nth-child(2) .mail { letter-spacing: 0.5px; font-family: "Montserrat", sans-serif; font-weight: 500;}
.contact_B > div > div .contact_B_R .contact_B_R_B > div > div:nth-child(2) .tel { letter-spacing: 2px; font-family: "Montserrat", sans-serif; font-weight: 500;}
.contact_C > div { line-height: 0;position: relative;width: 100%;height: 0;padding-bottom: 27.7604%;overflow: hidden;}
.contact_C > div > iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
