@charset "utf-8";

.control_w { box-sizing: border-box; max-width: 1720px; width: 90.384%; margin: auto; }
.trans { -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.overflow { overflow: hidden; }
.text_upp { text-transform: uppercase; }
.enlarge { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.scrollbar::-webkit-scrollbar { width: 5px; height: 1px;}
.scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; }
.scrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ededed; }


#header { position: relative; max-width: 1920px; height: 150px; margin: auto; background: #fff; z-index: 100; }
.has_border { border-bottom: 1px solid #ececec; }
#header .web_header { height: 100%; }
#header .web_header .logo_box { width: 220px; height: 150px; position: relative;  }
#header .web_header .logo_box a img { position: absolute; top: -13px; right: 0; bottom: 0; left: -20px; margin: auto; }
#header .web_header .nav_box { display: flex; margin-left: 73px; }
#header .web_header .nav_box .n_item { height: 150px; margin-right: 47px; }
#header .web_header .nav_box .n_item:last-child { margin-right: 0; }
#header .web_header .nav_box .n_item .topname { height: 150px; line-height: 152px; font-size: 14px; font-family: "OpenSans-Bold"; display: block; text-decoration: none; padding: 0 10px; }
#header .web_header .nav_box .n_item .topname.active,#header .web_header .nav_box .n_item:hover .topname { color: #62b2d3; }
#header .web_header .nav_box .n_item .nav_down_box { position: absolute; width: 100%; min-height: 220px; opacity: 0; visibility: hidden; left: 0; background-color: #f7f7f7; z-index: 2; }
#header .web_header .nav_box .n_item:hover .nav_down_box { opacity: 1; visibility: visible; }
#header .web_header .nav_box .n_item .nav_down_box .navtitle { width: 33.894%; max-width: 645px; height: 100%; min-height: 220px; display: flex; align-items: center; justify-content: center; -webkit-justify-content: center; background: #62b2d3; }
#header .web_header .nav_box .n_item .nav_down_box .navtitle .show_name { position: relative; font-size: 20px; font-family: "OpenSans-Bold"; color: #fff; }
#header .web_header .nav_box .n_item .nav_down_box .navtitle .show_name::before { content: ''; position: absolute; right: 0; bottom: 40px; left: 0; width: 2px; height: 28px; background: #fff; margin: auto; }
#header .web_header .nav_box .n_item .nav_down_box .navtitle .show_name::after { content: ''; position: absolute; right: 0; top: 40px; left: 0; width: 2px; height: 28px; background: #fff; margin: auto; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row { width: 60.694%; max-width: 1175px; height: 100%; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .sub { width: 490px; height: 120px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row { padding: 10px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .sub { position: relative; box-sizing: border-box; width: 42.425%; max-width: 490px; height: 120px; background: #fff; padding-left: 120px; margin: 10px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .sub .imgbox { position: absolute; width: 120px; height: 120px; left: 0; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .sub .imgbox img { position: absolute; display: block; font-size: 0; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .sub .imgname a { box-sizing: border-box; height: 120px;  display: table-cell; vertical-align: middle; font-size: 16px; font-family: "OpenSans-Regular"; color: #696969; padding: 30px; text-decoration: none; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box { width: 230px; padding: 15px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box a { position: relative; display: block; height: 20px; line-height: 20px; font-size: 15px; font-family: "OpenSans-Bold"; padding: 5px 20px; color: #000; text-decoration: none; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box a em { position: absolute; width: 7px; height: 11px; top: 0; bottom: 0; right: 20px; margin:auto; background: url(/static/images/global/icon_down_has.png) no-repeat center top; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box a:hover { color: #000; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box a:hover em { background-position: center bottom; }
/*
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item { position: relative; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item .nav_sec_box { padding: 0; position: absolute; left: 100%; top: 0; display: none; width: 250px; padding: 13px 0 17px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item .nav_sec_box .nav_sec_item { position: relative; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item:hover .nav_sec_box { display: block; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item .nav_sec_box .nav_sec_item .nav_thr_box { padding: 0; position: absolute; left: 100%; top: 0; display: none; width: 260px; padding: 13px 0 17px; }
#header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item .nav_sec_box .nav_sec_item:hover .nav_thr_box { display: block; }
*/
#header .web_header .right_icon_park { display: flex; margin-top: 58px; }
#header .web_header .right_icon_park .icon_item { position: relative; display: block; width: 30px; height: 30px; margin-left: 24px; }
#header .web_header .right_icon_park .icon_item a { display: block; height: 100%; }
#header .web_header .right_icon_park .icon_item.i_lang .current_lang { line-height: 30px; font-size: 14px; font-family: "OpenSans-Regular"; color: #696969; text-decoration: none; text-align: center; }
#header .web_header .right_icon_park .icon_item.i_lang .lang_down { position: absolute; box-sizing: border-box; min-width: 130px; top: 100%; left: -50px; opacity: 1; visibility: hidden; border-radius: 3px; padding: 6px; background: #f7f7f7; z-index: 1; }
#header .web_header .right_icon_park .icon_item.i_lang .lang_down a { display: block; height: 30px; line-height: 30px; font-size: 14px; font-family: "OpenSans-Semibold"; text-align: center; text-decoration: none; }
#header .web_header .right_icon_park .icon_item.i_lang:hover .lang_down { opacity: 1; visibility: visible; }
#header .web_header .right_icon_park .icon_item.i_search a { background: url(../images/icon_search.png) no-repeat center; }
#header .web_header .right_icon_park .icon_item.i_admin a { background: url(../images/icon_admin.png) no-repeat center; }
#header .web_header .right_icon_park .icon_item.i_inq a { background: url(../images/icon_inquiry.png) no-repeat center; }
#header .web_header .right_icon_park .icon_item .search_form { position: absolute; right: 0; top: -4px; height: 37px; }
#header .web_header .right_icon_park .icon_item .search_form .form { margin-top: 0; width: 30px; border: 1px solid #fff; border-radius: 20px; background: transparent; }
#header .web_header .right_icon_park .icon_item .search_form:hover .form { width: 300px; border-color: #ccc; background: #f7f7f7; }
#header .web_header .right_icon_park .icon_item .search_form .text { width: 0; height: 35px; line-height: 35px; text-indent: 10px; outline: none; border: none; background: none; border-radius: 20px; font-size: 14px; }
#header .web_header .right_icon_park .icon_item .search_form:hover .text { width: 267px; }
#header .web_header .right_icon_park .icon_item .search_form .sub_btn { float: right; width: 30px; height: 35px; background: url(../images/icon_search.png) no-repeat center center; color: #d3d3d3; cursor: pointer; border:none; }
.header_nav_mark { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .27); visibility: hidden; opacity: 0; z-index: 99; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.header_nav_mark.on { visibility: visible; opacity: 1; }

/* -----------------------------  手机端头部 ----------------------------- */
.phone_header { width:100%; display: none; }
.phone_header .header { box-sizing: border-box; position: fixed; top: auto; left:0; width: 100%; max-width: 991px; height: 70px; background: #fff; border-bottom: 1px solid #e9e9e9; padding: 0 15px; z-index:10002; }
.phone_header .header .logo { float: left; width: 50%; padding: 10px 0; overflow: hidden; }
.phone_header .header .logo img { max-height: 50px; }
.phone_header .header .search_and_menu { box-sizing: border-box; float: right; width: 50%; margin-top: 20px; text-align: right; }
.phone_header .header .search_and_menu .btn { display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin-left: 17px; cursor: pointer; }
.phone_header .header .search_and_menu .btn:first-child { margin-left: 0; }
.phone_header .header .search_and_menu .search_btn { background: url(../images/icon_search2.png) no-repeat center; background-size: 18px; }
.phone_header .header .search_and_menu .menu_btn { background: url(../images/icon_menu.png) no-repeat center; }
.phone_header .header .search_and_menu .menu_btn.open { background: url(../images/icon_close2.png) no-repeat center; background-size: 23px; }
.phone_header .mobile_nav { box-sizing: border-box; position: fixed; top: -200%; display: block; width: 100%; height: 100%; margin: 0; z-index: 10001; overflow-y: scroll; overflow-x: hidden; background: url(../images/responsive_header/header_bg.png) repeat-x top center #fff; padding-bottom: 150px; margin-top: 70px; }
.phone_header .mobile_nav.open { top: 0; }
.phone_header .mobile_nav .list { margin: 0; border-bottom: 1px solid #e9e9e9; }
.phone_header .mobile_nav .list .title { box-sizing: border-box; display: block; width: 100%; height: 55px; line-height: 55px; font-size: 15px; font-family: "OpenSans-Bold"; color: #696969; background: #f3f3f3; text-decoration: none; text-transform: uppercase; padding: 0 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.phone_header .mobile_nav .list.has_sec a i { float: right; width: 14px; height: 100%; background: url(../images/icon_arrow2.png) no-repeat right center / 100%; }
.phone_header .mobile_nav .list.has_sec .title.on i { background: url(../images/icon_arrow3.png) no-repeat right center / 14px; }
.phone_header .mobile_nav .list.has_sec .sub { box-sizing: border-box; padding: 0 20px; margin-top: 5px; margin-bottom: 20px; display: none; }
.phone_header .mobile_nav .list.has_sec .sub .item .son_nav_title { display: block; height: 38px; line-height: 38px; font-size: 15px; font-family: "OpenSans-Regular"; color: #333333; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.phone_header .mobile_nav .list.has_sec .sub .item .son_nav_title i { width: 11px; }
.phone_header .mobile_nav .list.has_sec .sub .item .son_nav_title.s_on i { transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav { box-sizing: border-box; padding: 0 15px; padding-right: 0; margin-bottom: 3px; display: none; }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav span { display: block; }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav span.t_on i { transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav span .sub_title { display: inline-block; height: 33px; line-height: 33px; font-size: 15px; font-family: "OpenSans-Regular"; color: #666666; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav span i { float: right; width: 11px; height: 36px; background: url(../images/icon_arrow2.png) no-repeat right center / 100%; }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav .three_nav { box-sizing: border-box; padding: 0 15px; margin-bottom: 8px; display: none; }
.phone_header .mobile_nav .list.has_sec .sub .item .sub_nav .three_nav .three_title { display: block; height: 27px; line-height: 27px; font-size: 13px; font-family: "OpenSans-Regular"; color: #888888; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.phone_header .mobile_nav .list.has_sec .language { box-sizing: border-box; padding: 0 20px; margin-top: 5px; margin-bottom: 20px; display: none; }
.phone_header .mobile_nav .list.has_sec .language.on { display: block; }
.phone_header .mobile_nav .list.has_sec .language .content a { display: block; height: 38px; line-height: 38px; font-size: 15px; font-family: "OpenSans-Regular"; color: #333333; text-decoration: none; text-align: center; }
.phone_header .mobile_nav .admin_inquiry { position: fixed; display: flex; left: 0; right: 0; bottom: -100px; padding-bottom: 25px; margin: auto; background: #fff; }
.phone_header .mobile_nav .admin_inquiry.on { bottom: 0; margin: auto; background: #fff; }
.phone_header .mobile_nav .admin_inquiry .btn { box-sizing: border-box; display: block; width: 100%; height: 56px; text-align: center; text-decoration: none; text-transform: uppercase; border: 1px solid #ededed; padding: 12px 0; }
.phone_header .mobile_nav .admin_inquiry .btn.has_inq, .phone_header .mobile_nav .admin_inquiry .btn.has_admin { width: 50%; }
.phone_header .mobile_nav .admin_inquiry .btn.member_btn { border-left: 0; }
.phone_header .mobile_nav .admin_inquiry .btn.member_btn span { display: inline-block; max-width: 110px; height: 27px; line-height: 27px; font-size: 15px; font-family: "OpenSans-Regular"; color: #696969; background: url(../images/icon_admin2.png) no-repeat left center / 27px; padding-left: 40px; overflow: hidden; }
.phone_header .mobile_nav .admin_inquiry .btn.inq_btn { border-right: 0; }
.phone_header .mobile_nav .admin_inquiry .btn.inq_btn span { display: inline-block; height: 27px; line-height: 27px; font-size: 15px; font-family: "OpenSans-Regular"; color: #696969; background: url(../images/icon_inquiry3.png) no-repeat left center / 27px; padding-left: 40px; }
.phone_header .resp_search_box { position: fixed; top: 0; right: -100%; width: 100%; z-index: 10003;background: #fff; }
.phone_header .resp_search_box.on { right: 0; }
.phone_header .resp_search_box .close_btn { float: right; width: calc(100% - 180px); text-align: right; background: #fff; padding-right: 10px; }
.phone_header .resp_search_box .close_btn span { display: inline-block; width: 20px; height: 20px; margin: 13px 0; background: url(../images/icon_close2.png) no-repeat center center / 80%; }
.phone_header .resp_search_box .search_form { position: relative; width: 100%; height: 60px; line-height: 60px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; }
.phone_header .resp_search_box .search_form input[name=Keyword] { width: 80%; height: 100%; margin-left: 5%; border: none; font-size: 16px; color: #c8c8c8; outline: none; }
.phone_header .resp_search_box .search_form input[type=submit] { position: absolute; top: 0; right: 5%; width: 41px; height: 100%; background: url(../images/icon_search2.png) no-repeat center center / 50%; border: none; outline: none; }
.header_crutch { height: 70px; display: none; }
.nav_bg.open { position: fixed; top: 70px; right: 0; display: block; width: 100%; height: 100%; background: #fff; z-index: 9990; }

@media only screen and (max-width: 991px){
    .phone_header { display: block; }
    .header_crutch { height: 70px; display: block; }
}
/* -----------------------------  手机端头部 ----------------------------- */

.index .lord_title { font-size: 48px; font-family: "OpenSans-Bold"; color: #333333; letter-spacing: 3.5px; text-align: center; margin-top: 13px; }
.index .small_title { font-size: 18px; font-family: "OpenSans-Regular"; letter-spacing: 4.5px; color: #62b2d3; text-align: center;  }

.index_banner { text-align: right; }
.index_banner .banner_list .item { position: relative; }
.index_banner .banner_list .item .index_text { box-sizing: border-box; width: 545px; max-height: 545px; position: absolute; text-align: left; top: -5px; bottom: 0; left: 0; padding: 3.8% 3% 6px 3.2%; margin: auto; background: #333333; }
.index_banner .banner_list .item .index_text .title { line-height: 76px; font-size: 60.01px; letter-spacing: 5px; font-family: "OpenSans-Bold"; color: #ffffff; }
.index_banner .banner_list .item .index_text .brief { line-height: 30px; font-size: 14px; letter-spacing: 1.1px; font-family: "OpenSans-Semibold"; color: #ffffff; padding-left: 4px; margin-top: 24px; }
.index_banner .banner_list .item .index_text a.btn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 35px; margin-top: 55px; margin-left: 4px; }
.index_banner .bx-wrapper .item img { margin-right: 0; }
.index_banner .bx-controls-direction, .index_banner .bx-wrapper .bx-pager { display: none; }

.video_park { position: relative; width: 1170px; margin: auto; margin-top: 130px; }
.video_park::after { content: ''; position: absolute; display: block; width: 400px; height: 650px; top: 0; left: 8.5%; background: #faf8f9; z-index: -1; }
.video_park .index_page { position: relative; padding-top: 87px; }
.video_park .index_page .endlong { position: absolute; width: 1px; height: 100px; top: -50px; left: 17.1%; background: #333333; }
.video_park .index_page .num_content { display: flex; flex-wrap: wrap; }
.video_park .index_page .num_content .num { width: 350px; height: 407px; line-height: 407px; font-size: 457.64px; font-family: "Superclarendon-Regular"; text-align: center; }
.video_park .index_page .num_content .content { max-width: 513px; margin-left: 4.4%; }
.video_park .index_page .num_content .content .about_us { font-size: 18px; font-family: "OpenSans-Regular"; color: #62b2d3; letter-spacing: 4.1px; }
.video_park .index_page .num_content .content .title { font-size: 40px; letter-spacing: 3px; font-family: "OpenSans-Bold"; margin-top: 15px; }
.video_park .index_page .num_content .content .title a { text-decoration: none; color: #333333; }
.video_park .index_page .num_content .content .title a span { color: #62b2d3; }
.video_park .index_page .num_content .content .brief { line-height: 31px; font-size: 16px; font-family: "OpenSans-Regular"; color: #555555; margin-top: 21px; }
.video_park .index_page .num_content .content .view_btn { display: inline-block; height: 30px; line-height: 30px; font-size: 14px; font-family: "OpenSans-Bold"; color: #555555; letter-spacing: 1.3px; text-decoration: none; background: url(../images/view_btn.png) no-repeat right center; padding-right: 25px; margin-top: 72px; }
.video_park .number_video { display: flex; flex-wrap: wrap; margin-top: 83px; }
.video_park .number_video .num_box { width: 34.189%; display: flex; flex-wrap: wrap; justify-content: flex-start; -webkit-justify-content: flex-start; margin-top: 150px; }
.video_park .number_video .num_box .item { box-sizing: border-box; width: 48.75%; margin-bottom: 41px; padding-right: 10px; }
.video_park .number_video .num_box .item .big_num { display: block; height: 60px; line-height: 60px; font-size: 48px; font-family: "OpenSans-Bold"; color: #333333; }
.video_park .number_video .num_box .item .subtitle { height: 30px; line-height: 30px; font-size: 12.13px; font-family: "OpenSans-Bold"; color: #696969; letter-spacing: 2px; margin-top: 6px; }
.video_park .number_video .video_box { position: relative; width: 65.812%; padding-top: 35.898%; }
.video_park .number_video .video_box .video_img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.video_park .number_video .video_box .play_btn { position: absolute; display: block; width: 111px; height: 111px; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/play_btn.png) no-repeat center; background-size: 100%; margin: auto; }

.feature_park { margin-top: 118px; }
.feature_park .module_title { padding: 85px 0; background: #faf8f9; }
.feature_park .module_title .lord_title { margin-top: 8px; }
.feature_park .delicate_show { margin-top: 48px; }
.feature_park .delicate_show .top_park { margin-bottom: 50px; }
.feature_park .delicate_show .item { width: 22.791%; margin-right: 2.93%; margin-bottom: 50px; }
.feature_park .delicate_show .item.no_margin_b { margin-bottom: 0; }
.feature_park .delicate_show .item:nth-child(3n) { margin-right: 0; }
.feature_park .delicate_show .item.big_size { width: 48.547%; }
.feature_park .delicate_show .item .inner_con { width: 100%; position: relative; padding-top: 132.654%; }
.feature_park .delicate_show .item.big_size .inner_con { padding-top: 62.276%; }
.feature_park .delicate_show .item .inner_con img { position: absolute; display: block; top: 0; right: 0; bottom: 0; left: 0; font-size: 0; margin: auto; }
.feature_park .delicate_show .item .inner_con .item_title { position: absolute; font-size: 18px; letter-spacing: 2px; font-family: "OpenSans-Regular"; color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; -webkit-justify-content: center; top: 0; right: 0; bottom: 0; left: 0; margin: auto; opacity: 0; visibility: hidden; background: rgba(41, 41, 58, 0.6); }
.feature_park .delicate_show .item .inner_con .item_title a { color: #fff; text-decoration: none; }
.feature_park .delicate_show .item:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.feature_park .delicate_show .item:hover .inner_con .item_title { opacity: 1; visibility: visible; }
.feature_park .view_all_btn { width: 205px; text-align: center; margin: 100px auto 0; }
.feature_park .view_all_btn a { display: block; height: 50px; line-height: 50px; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 1px; color: #fff; background: #333333; text-decoration: none; }

.feedback_report { padding-top: 90px; padding-bottom: 110px; background: #faf8f9; margin-top: 100px; }
.feedback_report .index_swicth { max-width: 1170px; width: 1170px; margin: 0 auto; }
.feedback_report .index_swicth .report_list { margin-top: 25px; }
.feedback_report .index_swicth .report_list .item { padding-bottom: 25px; }
.feedback_report .index_swicth .report_list .item .re_img { position: relative; width: 363px; height: 180px; /*padding-top: 15.385%;*/ margin: auto; }
.feedback_report .index_swicth .report_list .item .re_img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.feedback_report .index_swicth .report_list .item .re_brief { max-width: 680px; line-height: 36px; font-size: 16px; font-family: "OpenSans-Regular"; color: #555555; text-align: center; margin: 7px auto 58px; }
.feedback_report .index_swicth .report_list .item .re_name_day { font-size: 14px; font-family: "OpenSans-Bold"; color: #555555; text-align: center; }
.feedback_report .bx-wrapper .bx-pager { display: none; }
.feedback_report .index_swicth .bx-wrapper .bx-controls-direction a { width: 40px; height: 70px; top: 63%; background: url(../images/icon_arrow.png) no-repeat center; }
.feedback_report .index_swicth .bx-wrapper .bx-controls-direction a.bx-prev { transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg); }
.feedback_report .index_swicth .bx-wrapper .bx-controls-direction a:hover { background: url(../images/icon_arrow_active.png) no-repeat center; }

.index_info { margin-top: 100px; margin-bottom: 130px; }
.index_info .info_box { max-width: 1170px; width: 1170px; margin: 66px auto 0; }
.index_info .info_box .item { width: 31.624%; background: #faf8f9; margin-left: 2.55%; }
.index_info .info_box .item:first-child { margin-left: 0; }
.index_info .info_box .item .info_img { position: relative; padding-top: 66.76%; overflow: hidden; }
.index_info .info_box .item .info_img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.index_info .info_box .item .info_img:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); }
.index_info .info_box .item .content { box-sizing: border-box; padding: 25px 25px 15px 29px; }
.index_info .info_box .item .content .day { height: 19px; font-size: 14px; font-family: "OpenSans-Regular"; color: #aeaeae; }
.index_info .info_box .item .content .title { height: 56px; line-height: 28px; font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; margin-top: 12px;  }
.index_info .info_box .item .content .title a { text-decoration: none; }
.index_info .info_box .item .content .line { width: 100%; height: 1px; background: #eeeeee; margin-top: 68px; margin-bottom: 12px; }
.index_info .info_box .item .content .view_btn { display: inline-block; height: 30px; line-height: 30px; font-size: 14px; font-family: "OpenSans-Bold"; color: #555555; letter-spacing: 1.3px; text-decoration: none; background: url(../images/view_btn.png) no-repeat right center; padding-right: 25px; }

#footer { max-width: 1920px; width: 100%; background: #333333; margin: auto; }
#footer .footer_config { width: 1170px; padding-top: 68px; padding-bottom: 60px; border-bottom: 1px solid #2b2b2b; margin: auto; }
#footer .footer_config .footer_logo { position: relative; width: 220px; height: 120px;  }
#footer .footer_config .footer_logo img { position: absolute; top: 0; left: 0; bottom: 0; margin: auto; }
#footer .footer_config .footer_menu { width: 73.786%; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; margin-top: 85px; }
#footer .footer_config .footer_menu .f_item { margin-bottom: 20px; margin-left: 62px; }
#footer .footer_config .footer_menu .f_item:first-child { margin-left: 0; }
#footer .footer_config .footer_menu .f_item a.text_upp { font-size: 14px; letter-spacing: 1px; font-family: "OpenSans-Bold"; color: #aaaaaa; text-decoration: none; }
#footer .footer_config .footer_menu .f_item:hover a { color: #62b2d3; }
#footer .parceiro { margin-top: 50px; }
#footer .parceiro .title { font-size: 14px; letter-spacing: 1px; font-family: "OpenSans-Bold"; color: #aaaaaa; text-decoration: none; margin-bottom: 10px; }
#footer .parceiro .list { display: flex; flex-wrap: wrap; }
#footer .parceiro .list .item { position: relative; width: 100px; height: 70px; margin-right: 15px; margin-bottom: 10px; }
#footer .parceiro .list .item img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }
#footer .copy_share { box-sizing: border-box; width: 1170px; height: 173px; padding-top: 50px; margin: auto; }
#footer .copy_share .copy_box { width: 50%; font-size: 14px; font-family: "OpenSans-Regular"; color: #646464; margin-top: 7px; }
#footer .copy_share .copy_box a { color: #646464; text-decoration: none; }
#footer .copy_share .copy_box .share_box { width: 50%; }
#footer .copy_share .share_box .foot_share .foot_share_box { position: relative; box-sizing: border-box; width: 49px; height: 49px; border: 2px solid #4d4d4d; border-radius: 50%; background: none; margin-right: 8; }
#footer .copy_share .share_box .foot_share .foot_share_box:last-child { margin-right: 0; }
#footer .copy_share .share_box .foot_share .foot_share_box::before { content: ''; position: absolute; display: block; width:30px; height:30px; top: 0; right: 0; bottom: 0; left: 0; background: url(/static/images/global/icon_follow_0.svg) no-repeat transparent; background-size: 25px; margin: auto; }
#footer .copy_share .share_box .foot_share .foot_share_box:hover { border-color: #62b2d3; background-color: #62b2d3; }
#footer .copy_share .share_box .foot_share .foot_share_box:hover::before { background-image: url(../images/icon_follow_0_active.svg); background-color: #62b2d3; }
/* #footer .copy_share .share_box .foot_share .foot_share_box:hover { background-color: #62b2d3; transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); } */
#footer .copy_share .share_box .foot_share .Facebook { position: relative; }
#footer .copy_share .share_box .foot_share .Facebook::before { background-position: 2px 2px; }
#footer .copy_share .share_box .foot_share .Twitter::before { background-position: 2px -22px; }
#footer .copy_share .share_box .foot_share .Pinterest::before { background-position: 2px -46px; }
#footer .copy_share .share_box .foot_share .YouTube::before { background-position: 2px -97px; }
#footer .copy_share .share_box .foot_share .Google::before { background-position: 2px -121px; }
#footer .copy_share .share_box .foot_share .LinkedIn::before { background-position: 2px -73px; }
#footer .copy_share .share_box .foot_share .Instagram::before { background-position: 2px -172px; }


.inner_banner { position: relative;  }
.inner_banner img { display: block; font-size: 0; }
.inner_banner .bread_crumbs { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.inner_banner .bread_crumbs .con_table { display: flex; align-items: center; justify-content: center; -webkit-justify-content: center; width: 100%; height: 100%; vertical-align: middle; }
.inner_banner .bread_crumbs .con_table .MingQi_responsive_position { border-bottom: 0; bottom: 24px; }
.inner_banner .bread_crumbs .con_table .MingQi_responsive_position .title { display: block; float: none; width: 100%; max-width: inherit; height: 70px; line-height: 70px; font-size: 50px; letter-spacing: 5px; color: #fff; font-family: "OpenSans-Bold"; text-align: center; }
.inner_banner .bread_crumbs .con_table .MingQi_responsive_position .position{ float: none; display: inline-block; max-width: inherit; width: 100%; height: 26px; line-height: 26px; font-size: 14px; font-family: "OpenSans-Regular"; color: #fff; text-align: center; text-transform: uppercase; margin-top: 15px; }
.inner_banner .bread_crumbs .con_table .MingQi_responsive_position .position a { letter-spacing: 2px; color: #fff; text-decoration: none; padding: 0 12px; }
.inner_banner .bread_crumbs.no_being { position: static; }
.inner_banner .bread_crumbs.no_being .con_table .MingQi_responsive_position { bottom: unset; }
.inner_banner .bread_crumbs.no_being .con_table .MingQi_responsive_position .title { color: #000; }
.inner_banner .bread_crumbs.no_being .con_table .MingQi_responsive_position .position { color: #000; }
.inner_banner .bread_crumbs.no_being .con_table .MingQi_responsive_position .position a { color: #000; }
.banner_brief { max-width: 500px; line-height: 36px; font-size: 18px; font-family: "OpenSans-Regular"; color: #333333; text-align: center; margin: 68px auto 0; }

.page_title { width: 100%; height: 77px; line-height: 77px; font-size: 30px; font-family: "OpenSans-Bold"; color: #333333; border-bottom: 1px solid #e5e5e5; }

.menu_wrap_style { max-width: 1200px; width: 100%; margin: auto; }
.menu_wrap_style .menu { text-align: center; }
.menu_wrap_style .menu .cate_top { display: none; }
.menu_wrap_style .menu .name, .menu_wrap_style .menu .sublist li { display: inline-block; margin-right: 28px; margin-bottom: 15px; width: auto; height: 35px; line-height: 35px; }
.menu_wrap_style .menu .name a,.menu_wrap_style .menu .sublist li a { display: block; padding: 0 5px; letter-spacing: 1px; font-size: 14px; font-family: "OpenSans-Semibold"; text-align: center; transition: all 0.2s; text-decoration: none; }
.menu_wrap_style .menu .name a:hover,.menu_wrap_style .menu .sublist li a:hover,.menu_wrap_style .menu .name.open a { color: #62b2d3; }
/* .menu_wrap_style .menu .sublist { display: none; }
.menu_wrap_style .menu .sublist.on { display: block !important; } */

body .MingQi_responsive_turn_page { height: 42px; line-height: 42px; margin-top: 60px; }
body .MingQi_responsive_turn_page span { width: 42px; height: 42px; line-height: 42px; border-radius: 50%; margin: 0 12.5px; overflow: hidden; background: transparent; cursor: pointer; width: auto;min-width: 42px;border-radius: 21px;}
body .MingQi_responsive_turn_page span:first-child, body .MingQi_responsive_turn_page span.page_last, body .MingQi_responsive_turn_page span.page_last .page_noclick { width: 62px; height: 42px; }
body .MingQi_responsive_turn_page span:first-child font, .MingQi_responsive_turn_page span.page_last a { width: 62px; height: 42px; }
body .MingQi_responsive_turn_page span:first-child:hover, body .MingQi_responsive_turn_page span:last-child:hover { background: transparent; }
body .MingQi_responsive_turn_page span .page_button { width: 62px; }
body .MingQi_responsive_turn_page span em { width: 100%; height: 100%; }
body .MingQi_responsive_turn_page span em.icon_page_prev { background: url(../images/page_prev_btn.png) no-repeat center; background-size: 100%; }
body .MingQi_responsive_turn_page span.page_last em.icon_page_next { background: url(../images/page_next_btn.png) no-repeat center; background-size: 100%; }
body .MingQi_responsive_turn_page span em.icon_page_prev:hover { background: url(../images/page_prev_active_btn.png) no-repeat center; background-size: 100%; }
body .MingQi_responsive_turn_page span.page_last em.icon_page_next:hover { background: url(../images/page_next_active_btn.png) no-repeat center; background-size: 100%; }
body .MingQi_responsive_turn_page span a,body .MingQi_responsive_turn_page span font { width: 42px; height: 42px; font-size: 18px; font-family: "OpenSans-Regular"; width: 100%;}
body .MingQi_responsive_turn_page span .page_item_current { background: #62b2d3; }

.pro_list { max-width: 1540px; width: 80.925%; margin: 63px auto 120px; }
.pro_list .contenter .MingQi_responsive_products_list { margin-top: 56px; }
.pro_list .contenter .MingQi_responsive_products_list .item { width: 25%; margin-bottom: 37px; }
.pro_list .contenter .MingQi_responsive_products_list .item .pro { width: 89.611%; }
.pro_list .contenter .MingQi_responsive_products_list .item .info { width: 100%; padding-top: 25px; padding-bottom: 20px; }
.pro_list .contenter .MingQi_responsive_products_list .item .info .name { height: 42px; line-height: 21px; text-align: left; margin-bottom: 0; margin-top: 0; }
.pro_list .contenter .MingQi_responsive_products_list .item .info .name a { font-size: 16px; font-family: "OpenSans-Bold"; color: #121314; }
.pro_list .contenter .MingQi_responsive_products_list .item .info .brief { height: 48px; line-height: 24px; font-size: 14px; font-family: "OpenSans-Regular"; color: #454647; overflow: hidden; }

.product_detail_region { margin-top: 30px; }
.product_detail_region .wrap { max-width: 1490px; width: 78.298%; margin: 0 auto; }
.product_detail_region .picture_switch { position: relative; width: 100%; max-width: 1920px; margin: auto; overflow: hidden; }
.product_detail_region .picture_switch .pro_main_pic .list .swiper-slide { padding-top: 39.167%; opacity: 0.4; }
.product_detail_region .picture_switch .pro_main_pic .list .swiper-slide.swiper-slide-active { opacity: 1; }
.product_detail_region .picture_switch .pro_main_pic .list .item img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; font-size: 0; margin: auto; }

.product_detail_region .picture_switch .pro_main_pic .btn { width: 62px; height: 40px; }
.product_detail_region .picture_switch .pro_main_pic .swiper-button-next { right: 26.5%; background: url(../images/page_next_btn.png) no-repeat center; background-size: 100%; }
.product_detail_region .picture_switch .pro_main_pic .swiper-button-prev { left: 26.4%; background: url(../images/page_prev_btn.png) no-repeat center; background-size: 100%; }
.product_detail_region .picture_switch .pro_main_pic .swiper-button-next:hover { background-image: url(../images/page_next_active_btn.png); }
.product_detail_region .picture_switch .pro_main_pic .swiper-button-prev:hover { background-image: url(../images/page_prev_active_btn.png); }
/* .product_detail_region .products_img { display: none; } */
.product_detail_region .MingQi_responsive_products_detail { margin: 55px auto 0; }
.product_detail_region .MingQi_responsive_products_detail .info { width: 100%; padding-left: 0; }
.product_detail_region .MingQi_responsive_products_detail .info .product_info { width: 50%; }
.product_detail_region .MingQi_responsive_products_detail .info .product_info .name { font-size: 20px; font-family: "OpenSans-Bold"; color: #333333; }
.product_detail_region .MingQi_responsive_products_detail .info .product_info .login_tips { margin-top: 10px; display: none; }
.product_detail_region .MingQi_responsive_products_detail .info .product_info .desc { font-size: 16px; font-family: "OpenSans-Regular"; color: #454647; margin-top: 16px; }
.product_detail_region .MingQi_responsive_products_detail .info .product_info .attribute { font-family: "OpenSans-Regular"; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box { width: 45%; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button { margin: 10px 0; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button > a, .product_detail_region .MingQi_responsive_products_detail .info .botton_box > button { border-color: unset; max-width: 225px; height: 60px; line-height: 60px; font-size: 16px; font-family: "OpenSans-Bold"; color: #fff; border-radius: 7px; float: right; margin-right: 0; margin-left: 10px; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .add_to_inquiry { text-indent: 28px; border: none; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .add_to_inquiry span { position: relative; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .add_to_inquiry span::after { content: ''; position: absolute; width: 29px; height: 25px; top: 0; left: -45px; background: url(../images/icon_inquiry2.png) no-repeat center; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .download_button { float: right; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .download_button > span { width: 60px; height: 60px; border-radius: 7px; }
.product_detail_region .MingQi_responsive_products_detail .info .botton_box .platform { display: none; }
.product_detail_region .MingQi_responsive_products_detail .info .share { text-align: left; margin-top: 28px; }
.product_detail_region .MingQi_responsive_products_detail .description .title { border-bottom: none; background: #f4f4f4; padding-top: 21px; padding-bottom: 28px; }
.product_detail_region .MingQi_responsive_products_detail .description .title span { font-size: 18px; font-family: "OpenSans-Bold"; color: #000; margin-right: 0; margin-left: 23px; }

.case_region .case_wrap_list { max-width: 1500px; width: 78.823%; margin: 60px auto 80px; }
.case_region .case_wrap_list .MingQi_responsive_case_list { margin-top: 60px; margin-bottom: 20px; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item { padding-bottom: 51px; margin-bottom: 60px; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .img { position: relative; width: 23%; padding-top: 23%; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; max-height: unset; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info { width: 68%; padding-left: 3.73%; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info .name { margin-bottom: 28px; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info .name a { font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info .time { display: inline-block; height: 28px; line-height: 28px; font-size: 16px; font-family: "OpenSans-Regular"; color: #fff; background: #000000; padding: 0 12px; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info .desc { line-height: 30px; font-size: 14px; font-family: "OpenSans-Regular"; color: #666666; padding-top: 24px; }
.case_region .case_wrap_list .MingQi_responsive_case_list .item .info .view_more { display: inline-block; height: 30px; line-height: 30px; font-size: 14px; font-family: "OpenSans-Bold"; color: #555555; letter-spacing: 1.3px; text-transform: uppercase;; text-decoration: none; background: url(../images/view_btn.png) no-repeat right center; padding-right: 25px; margin-top: 160px; }
.case_region .case_wrap_list .MingQi_responsive_turn_page { margin-top: 20px; margin-bottom: 83px; }
.case_detail_area .detail_content { max-width: 1500px; width: 78.823%; margin: 60px auto 80px; }
.case_detail_area .detail_content .MingQi_responsive_case_detail>.name { font-family: "OpenSans-Bold"; }

/* .info_region {} */
.info_region .info_wrap_list { max-width: 1500px; width: 78.823%; margin: 43px auto 80px; }
.info_region .info_wrap_list .MingQi_responsive_info_list { margin-top: 60px; margin-bottom: 20px; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item { padding-bottom: 60px; margin-bottom: 60px; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .img { position: relative; width: 24%; padding-top: 16%; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info { float: left; width: 73%; padding-left: 6.15%; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info .time { font-size: 14px; font-family: "OpenSans-Regular"; color: #aeaeae; text-transform: uppercase; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info .title { line-height: 26px; padding: 10px 0; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info .title a { font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info .desc { max-height: unset; line-height: 30px; font-size: 14px; font-family: "OpenSans-Regular"; color: #666666; margin-top: 3px; }
.info_region .info_wrap_list .MingQi_responsive_info_list .item .info .view_more { display: inline-block; height: 25px; line-height: 25px; font-size: 14px; font-family: "OpenSans-Bold"; color: #555555; letter-spacing: 1.3px; text-transform: uppercase;; text-decoration: none; background: url(../images/view_btn.png) no-repeat right center; padding-right: 25px; margin-top: 75px; }
.info_region .info_wrap_list .MingQi_responsive_turn_page { margin-top: 20px; }
.info_detail_area .detail_content { max-width: 1500px; width: 78.823%; margin: 60px auto 80px; }
.info_detail_area .detail_content .MingQi_responsive_info_detail>.title { font-family: "OpenSans-Bold"; }
.info_detail_area .detail_content .MingQi_responsive_info_detail .ext_mes { font-family: "OpenSans-Regular"; }
.info_detail_area .detail_content .info_prev_next.pro_prev_next { font-family: "OpenSans-Regular"; }

.downlaod_region .download_wrap_list { max-width: 1500px; width: 78.823%; border-top: 1px solid #e5e5e5; margin: 67px auto 148px; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list { margin-top: 28px; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li { height: unset; line-height: unset; border-bottom: none; margin-bottom: 34px; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .cate_name { position: relative; height: 72px; line-height: 72px; font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; border-bottom: 1px solid #e5e5e5; cursor: pointer; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .cate_name::after { content: ''; position: absolute; display: block; width: 22px; height: 22px; top: 0; right: 0; bottom: 0; margin: auto; background: url(../images/icon_open.png) no-repeat center; background-size: 100%; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box { display: none; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file { padding: 29px 0 36px 10px; border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file:last-child { border-bottom: none; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file .time { font-size: 14px; font-family: "OpenSans-Regular"; color: #888888; margin-top: 8px; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file .file_name { width: auto; height: unset; line-height: unset; font-size: 16px; font-family: "OpenSans-Regular"; color: #333333; text-align: left; text-decoration: none; margin-right: 0; background: none; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file .file_name span { font-size: 14px; color: #ff5562; padding-left: 20px; background: url(../images/icon_pdf.png) no-repeat left center; margin-left: 20px; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file:hover { background: #f7f7f7; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li.open { border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li.open .cate_name::after { background: url(../images/icon_close.png) no-repeat center 100%; }
.downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li.open .file_box { display: block; }

.article_region .detail_content { max-width: 1500px; width: 78.823%; margin: 60px auto 80px; }
/* .article_region .detail_content .page_title { border-bottom: none; } */

.feedback_region .feedback_content .rightside { max-width: 920px; margin: 91px auto 0; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows { padding: 14px 0; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows label { display: inline-block; width: 165px; font-size: 14px; font-family: "OpenSans-Regular"; vertical-align: top; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows .input { box-sizing: border-box; width: 480px; height: 40px; border-radius: 2px; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows textarea { width: 660px; height: 140px; border-radius: 2px; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows span.vcode { display: inline-block; }
.feedback_region .feedback_content .MingQi_responsive_feedback .rows span.vcode input[name='VCode'] { width: 160px; }
.feedback_region .feedback_content .MingQi_responsive_feedback .form_button { width: 205px; border-radius: 0; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 2px; text-transform: uppercase; }
.feedback_region .feedback_content .index_info { background: #f7f7f7; padding-top: 95px; padding-bottom: 118px; margin-top: 86px; margin-bottom: 0;  }
.feedback_region .feedback_content .index_info .info_box .item .content { background: #fff; }
.feedback_region .feedback_content .index_info .lord_title { font-size: 48px; font-family: "OpenSans-Bold"; color: #333333; letter-spacing: 3.5px; text-align: center; margin-top: 13px; }
.feedback_region .feedback_content .index_info .small_title { font-size: 18px; font-family: "OpenSans-Regular"; letter-spacing: 4.5px; color: #62b2d3; text-align: center;  }
.feedback_region .feedback_content .index_info .view_all_btn {  width: 205px; text-align: center; display: block; height: 50px; line-height: 50px; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 1px; color: #fff; background: #333333; text-decoration: none; margin: 72px auto 0; }

#signup .register .row label { font-family: "OpenSans-Regular"; }
#customer #signup .register .row { margin-bottom: 0; }
#customer #signup .register .lib_txt { margin-bottom: 10px; }
#customer #signup .register .box_select { margin-bottom: 20px; }
#customer #signup .register .signbtn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 12px; border-radius: 0; }



@media screen and (max-width: 1650px) {
    #header .web_header .nav_box { margin-left: 35px; }
    #header .web_header .nav_box .n_item { margin-right: 30px; }

    .product_detail_region .picture_switch .pro_main_pic .swiper-button-next { right: 26%; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-prev { left: 26%; }
}

@media screen and (max-width: 1440px) {
    .control_w { width: 96%; }
    #header .web_header .nav_box .n_item .nav_down_box .navtitle { width: 29%; }
    #header .web_header .nav_box .n_item .nav_down_box .sub_row { width: 69%; }
    #header .web_header .nav_box .n_item .nav_down_box .sub_row.img_nav .sub { width: 45.5%; }

    .index_banner .banner_list .item .index_text { width: 460px; }

    .feature_park .delicate_show .item { margin-bottom: 40px; }

    .product_detail_region .wrap { width: 90%; }
    .product_detail_region .picture_switch .pro_main_pic .btn { width: 42px; height: 20px; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button > a, .product_detail_region .MingQi_responsive_products_detail .info .botton_box > button { max-width: 165px; height: 45px; line-height: 45px; font-size: 14px; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .download_button > span { width: 45px; height: 45px; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-next { right: 26.5%; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-prev { left: 26.5%; }

    .pro_list { width: 96%; }

    .case_region .case_wrap_list { width: 96%; }

    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .view_more { margin-top: 65px; }

    .case_detail_area .detail_content { width: 96%; }

    .info_region .info_wrap_list { width: 96%; }

    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .view_more { margin-top: 30px; }

    .info_detail_area .detail_content { width: 96%; }

    .downlaod_region .download_wrap_list { width: 96%; }

    .article_region .detail_content { width: 96%; }
}

@media screen and (max-width: 1360px) {
    #header .web_header .logo_box { width: 170px; }
    #header .web_header .nav_box { margin-left: 25px; }
    #header .web_header .nav_box .n_item { margin-right: 15px; }
    #header .web_header .right_icon_park .icon_item { margin-left: 10px; }

    .index .lord_title { font-size: 35px; }
    .feature_park .module_title { padding: 45px 0; }

    .inner_banner .bread_crumbs .con_table .MingQi_responsive_position .title  { height: 55px; line-height: 55px; font-size: 30px; }

    .feedback_region .feedback_content .index_info { padding-top: 65px; }
    .feedback_region .feedback_content .index_info .lord_title { font-size: 35px; }
    .feedback_region .feedback_content .index_info .info_box { margin-top: 50px; }
}

@media screen and (max-width: 1200px) {
    #header .web_header .logo_box { width: 170px; }
    #header .web_header .nav_box { margin-left: 25px; }
    #header .web_header .nav_box .n_item { margin-right: 10px; }
    #header .web_header .nav_box .n_item .topname { font-size: 13px; }
    #header .web_header .nav_box .n_item .nav_down_box .sub_row { width: 68%;  }
    #header .web_header .nav_box .n_item .nav_down_box .sub_row .nav_fir_box .nav_fir_item .nav_sec_box .nav_sec_item .nav_thr_box { width: 210px; }

    .video_park { width: 96%; }

    .feature_park .delicate_show .item { margin-bottom: 30px; }

    .feedback_report .index_swicth { max-width: 1200px; width: 96%; }

    .index_info .info_box { max-width: 1200px; width: 96%; }

    #footer .footer_config { width: 96%; }
    #footer .footer_config .footer_logo { width: 100%; }
    #footer .footer_config .footer_logo img { right: 0; }
    #footer .footer_config .footer_menu { width: 100%; justify-content: center; -webkit-justify-content: center; margin-top: 31px; }
    #footer .footer_config .footer_menu .f_item { margin: 0 30px; margin-bottom: 19px; }
    #footer .footer_config .footer_menu .f_item:first-child { margin-left: 20px }
    #footer .copy_share { width: 96%; }
}

@media screen and (max-width: 991px) {
    #header { display: none; }
    .index_banner.control_w { width: 100%; padding: 0; }
    .index_banner .bx-wrapper .bx-viewport { overflow: unset; }
    .index_banner .banner_list .item .index_text { position: static; width: 100%; padding: 20px 15px 40px 15px; }
    .index_banner .banner_list .item .index_text .title { line-height: unset; font-size: 25px; }
    .index_banner .banner_list .item .index_text .brief { line-height: 25px; font-size: 12px; padding-left: 0; margin-top: 9px; }
    .index_banner .banner_list .item .index_text a.btn { height: 40px; line-height: 40px; font-size: 12px;  padding: 0 23px; margin-top: 14px; margin-left: 0; }

    .video_park::after { height: 530px; }
    .video_park .index_page .num_content .num { width: 260px; height: 295px; line-height: 295px; font-size: 350px; }
    .video_park .index_page .num_content .content { max-width: 59%; }
    .video_park .index_page .num_content .content .title { font-size: 31px; }
    .video_park .number_video { width: 718px; flex-direction: column-reverse; margin: 55px auto 0; }
    .video_park .number_video .num_box { width: 100%; margin-top: 10px; }
    .video_park .number_video .num_box .item { margin-bottom: 15px; }
    .video_park .number_video .num_box .item .big_num { height: 47px; line-height: 47px; font-size: 35px; }
    .video_park .number_video .num_box .item .subtitle { height: 20px; line-height: 20px; }
    .video_park .number_video .video_box { width: 100%; padding-top: 54.898%; }
    
    .pro_list .contenter .MingQi_responsive_products_list .item { width: 33.33%; }

    .product_detail_region .picture_switch .pro_main_pic .swiper-button-next { right: 25.5%; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-prev { left: 25.5%; }
    .product_detail_region .MingQi_responsive_products_detail .info .product_info { width: 100%; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box { width: 100%; }

    body #customer { width: 100%; }
    #customer #signup .register .lib_txt { margin-bottom: 0; }
    #customer #signup .register .box_select { margin-bottom: 0; }
    #customer #signup .register .signbtn { height: unset; }
}

@media screen and (max-width: 768px) {
	body .MingQi_responsive_products_detail .description .contents{display: none;}
    .control_w { width: 100%; padding: 0 15px; }
    
    .index_banner .banner_list .item .index_text .title { letter-spacing: 2px; }
    .index_banner .banner_list .item .index_text .brief { letter-spacing: 0.9px ; }
    
    .index .small_title { font-size: 14px; letter-spacing: 3.3px; }
    .index .lord_title { font-size: 23px; letter-spacing: 1.5px; margin-top: 3px; letter-spacing: 1.9px; }
    
    .video_park { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 65px; }
    .video_park::after { width: 200px; height: 325px; right: 35px; left: unset; }
    .video_park .index_page { padding-top: 47px; }
    .video_park .index_page .endlong { height: 50px; top: -25px; right: 0; left: 0; margin: auto; }
    .video_park .index_page .num_content .num { width: 100%; height: 195px; line-height: 195px; font-size: 228.82px; }
    .video_park .index_page .num_content .content { max-width: 100%; width: 100%; padding-left: 12px; padding-right: 20px; margin-top: 33px; margin-left: 0; }
    .video_park .index_page .num_content .content .about_us { font-size: 14px; letter-spacing: 3.2px; }
    .video_park .index_page .num_content .content .title { font-size: 23px; margin-top: 7px; letter-spacing: 1.7px; }
    .video_park .index_page .num_content .content .brief { line-height: 23px; font-size: 14px; margin-top: 6px; }
    .video_park .index_page .num_content .content .view_btn { margin-top: 21px; }
    .video_park .number_video { width: 100%; margin-top: 34px; }
    .video_park .number_video .video_box .play_btn { width: 49px; height: 49px; }
    .video_park .number_video .num_box .item { width: 50%; padding: 0 7px; text-align: center; margin-bottom: 21px; }
    .video_park .number_video .num_box .item .big_num { height: 33px; list-style: 33px; font-size: 24px; }
    .video_park .number_video .num_box .item .subtitle { height: 20px; list-style: 20px; font-size: 13px; }
    
    .feature_park { margin-top: 13px; }
    .feature_park .module_title { padding: 39px 0; }
    .feature_park .delicate_show { margin-top: 35px; }
    .feature_park .delicate_show .item { width: 100%; text-align: center; padding-top: 0; margin-right: 0; margin-bottom: 37px; }
    .feature_park .delicate_show .item.big_size { width: 100%; text-align: center; }
    .feature_park .delicate_show .item.no_margin_b { margin-bottom: 37px; }
    .feature_park .delicate_show .item .inner_con { padding-top: 0; }
    .feature_park .delicate_show .item.big_size .inner_con { padding-top: 0; }
    .feature_park .delicate_show .item .inner_con img { position: static; }
    .feature_park .delicate_show .item:hover .inner_con img { transform: unset; -webkit-transform: unset; }
    .feature_park .delicate_show .item .inner_con .item_title { display: block; position: static; text-align: center; color: #000; margin-top: 14px; opacity: 1; visibility: visible; background: #fff; }
    .feature_park .delicate_show .item .inner_con .item_title a { color: #000; }
    .feature_park .delicate_show .item:hover .inner_con .item_title { opacity: 1; visibility: visible; }
    .feature_park .view_all_btn { width: 212px; margin-top: 0; }
    .feedback_report .index_swicth .bx-wrapper .bx-controls-direction a { display: none; }
    
    .feedback_report { box-sizing: border-box; padding: 39px 15px 46px 15px; padding-top: 39px; margin-top: 52px; }
    .feedback_report .index_swicth { width: 100%; }
    .feedback_report .index_swicth .report_list .item .re_img { width: 350px; height: 175px; }
    .feedback_report .index_swicth .report_list .item .re_brief { line-height: 22px; font-size: 14px; margin-bottom: 22px; }
    
    .index_info { margin-top: 31px; margin-bottom: 0; }
    .index_info .info_box { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 28px; }
    .index_info .info_box .item { width: 100%; margin-bottom: 40px; margin-left: 0; }
    .index_info .info_box .item .content { padding: 17px 14px 24px 14px; }
    .index_info .info_box .item .content .day { font-size: 12px; }
    .index_info .info_box .item .content .title { height: unset; line-height: 23px; font-size: 14px; margin-top: 5px; }
    .index_info .info_box .item .content .line { margin-top: 29px; margin-bottom: 14px; }
    .index_info .info_box .item .content .view_btn { font-size: 13px }
    
    #footer .footer_config { box-sizing: border-box; width: 100%; padding: 33px 15px 15px 15px; }
    #footer .footer_config .footer_logo { width: 100%; }
    #footer .footer_config .footer_menu .f_item:hover a { color: #aaaaaa; }
    #footer .copy_share .share_box { margin-top: 23px; }
    #footer .copy_share .share_box .foot_share { display: flex; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; }
    #footer .copy_share .share_box .foot_share .foot_share_box { display: block; width: 35px; height: 35px; border-width: 1px; margin-right: 5px; }
    #footer .copy_share { box-sizing: border-box; height: unset; width: 100%; padding: 22px 15px 35px 15px; }
    #footer .copy_share .copy_box { width: 100%; line-height: 24px; font-size: 13px; text-align: center; }
    #footer .copy_share .copy_box a { display: block; }
    #footer .copy_share .share_box { width: 100%; }
    
    .inner_banner .bread_crumbs .con_table .MingQi_responsive_position { position: static; height: unset; }
    .inner_banner .bread_crumbs .con_table .MingQi_responsive_position .title { height: 27px; line-height: 27px; font-size: 20px; letter-spacing: 1.3px; }
    .inner_banner .bread_crumbs .con_table .MingQi_responsive_position .position a { letter-spacing: 1.5px; }
    .inner_banner .bread_crumbs .con_table .MingQi_responsive_position .position { font-size: 12px; margin-top: 6px; }
    .banner_brief { line-height: 25px; font-size: 14px; padding: 0 15px; margin-top: 35px; }
    .inner_banner .bread_crumbs.no_being { margin-top: 30px; }
    
    .wrap_module .inner_banner.control_w { /*height: 200px;*/ padding: 0; }
    .menu_wrap_style .menu .name_box { overflow: hidden; overflow-x: scroll; }
    .menu_wrap_style .menu .name_box .name_item { box-sizing: border-box; display: flex; width: max-content; overflow: hidden; text-align: left; padding-bottom: 7px; }
    .menu_wrap_style .menu .name a, .menu_wrap_style .menu .sublist li a { text-align: left; }
    .menu_wrap_style .menu .name, .menu_wrap_style .menu .sublist li { height: 30px; line-height: 30px; margin: 0 27px; }

    body .MingQi_responsive_turn_page { height: 35px; line-height: 35px; margin-top: 0; margin-bottom: 0; }
    body .MingQi_responsive_turn_page span { /*width: 35px;*/ height: 35px; line-height: 35px; margin: 0 7.5px; }
    body .MingQi_responsive_turn_page span a, body .MingQi_responsive_turn_page span font {/* width: 35px;*/ height: 35px; }
    body .MingQi_responsive_turn_page span .page_button { width: 45px; }
    body .MingQi_responsive_turn_page span:first-child, body .MingQi_responsive_turn_page span.page_last, body .MingQi_responsive_turn_page span.page_last .page_noclick { width: 45px; height: 35px; }
    body .MingQi_responsive_turn_page span:first-child font, .MingQi_responsive_turn_page span.page_last a { width: 45px; height: 35px; }

    .hide_feedback #footer_feedback, .hide_feed #footer_feedback { display: none; }
    .pro_list { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 20px; margin-bottom: 60px; }
    .pro_list .contenter .MingQi_responsive_products_list { margin-top: 24px; }
    .pro_list .contenter .MingQi_responsive_products_list .item { width: 100%; padding: 0; margin-bottom: 16px; }
    .pro_list .contenter .MingQi_responsive_products_list .item .pro { width: 100%; }
    .pro_list .contenter .MingQi_responsive_products_list .item .info { padding-top: 16px; }
    .pro_list .contenter .MingQi_responsive_products_list .item .info .name { height: unset; line-height: 22px; margin-bottom: 11px; }
    .pro_list .contenter .MingQi_responsive_products_list .item .info .brief { font-size: 14px; }
    
    .product_detail_region { margin-top: 0; }
    .product_detail_region .picture_switch { margin: 20px auto 0; }
    .product_detail_region .picture_switch .pro_main_pic { box-sizing: border-box; width: 100%; }
    .product_detail_region .picture_switch .pro_main_pic .list .swiper-slide { padding-top: 78.67%; }
    .product_detail_region .picture_switch .pro_main_pic .btn { width: 32px; background-color: unset; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-next { right: 6.5%; }
    .product_detail_region .picture_switch .pro_main_pic .swiper-button-prev { left: 6.5%; }
    .product_detail_region .wrap { box-sizing: border-box; width: 100%; padding: 0 15px; }
    .product_detail_region .MingQi_responsive_products_detail { margin: 12px auto 0; }
    .product_detail_region .MingQi_responsive_products_detail .info .product_info .name { font-size: 16px; }
    .product_detail_region .MingQi_responsive_products_detail .info .product_info .desc { line-height: 24px; font-size: 14px; margin-top: 12px; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button { /*margin-top: 16px;*/ margin-top: 0; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button > a, .product_detail_region .MingQi_responsive_products_detail .info .botton_box > button { width: 100%; max-width: 100%; height: 50px; line-height: 50px; font-size: 14px; margin-bottom: 15px; margin-left: 0; border-radius: 3px; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .add_to_inquiry { position: fixed; width: 93%; text-indent: 48px; right: 0; bottom: 10px; left: 0; margin: auto; z-index: 999; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .add_to_inquiry span::after { left: -39px }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .prod_info_pdf.has_d_btn { width: 80%; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .prod_info_pdf.has_d_btn { width: 100%; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .download_button { float: left; }
    .product_detail_region .MingQi_responsive_products_detail .info .botton_box .button .download_button > span { width: 50px; height: 50px; border-radius: 3px; }
    .product_detail_region .MingQi_responsive_products_detail .info .button .download_button .down_list { left: 0; }
    .product_detail_region .MingQi_responsive_products_detail .info .share { margin-top: 10px; text-align: center; }
    .product_detail_region .MingQi_responsive_products_detail .description .title { display: flex; flex-wrap: wrap; padding: 8.5px 0; }
    .product_detail_region .MingQi_responsive_products_detail .description .title span { display: block; font-size: 16px; margin-left: 13px; }

    .page_title { height: 53px; line-height: 54px; font-size: 18px; }

    .case_region .case_wrap_list { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 19px; margin-bottom: 50px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list { margin-top: 29px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item { padding-bottom: 25px; margin-bottom: 30px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .img { width: 100%; padding-top: 100%; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info { width: 100%; padding: 0; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .name { margin-bottom: 13px; padding-top: 14px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .name a { line-height: 25px; font-size: 16.36px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .time { font-size: 12px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .desc { line-height: 24px; font-size: 12.73px; padding-top: 11px; }
    .case_region .case_wrap_list .MingQi_responsive_case_list .item .info .view_more { font-size: 13px; padding-right: 21px; margin-top: 15px; }
    .case_region .case_wrap_list .MingQi_responsive_turn_page { margin-bottom: 0; }

    .case_detail_area .detail_content { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 40px; margin-bottom: 30px; }

    .info_region .info_wrap_list { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 19px; }
    .info_region .info_wrap_list .MingQi_responsive_info_list { margin-top: 30px; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item { padding-bottom: 13px; margin-bottom: 30px; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .img { width: 100%; padding-top: 66.67%; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info { width: 100%; padding: 0; padding: 15px 0; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .time { font-size: 12px; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .title { padding: 5px 0; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .desc { display: block; line-height: 24px; font-size: 12.73px; margin-top: 0; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .title a { line-height: 26px; font-size: 16.36px; }
    .info_region .info_wrap_list .MingQi_responsive_info_list .item .info .view_more { margin-top: 8px; }

    .info_detail_area .detail_content { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 40px; }

    .downlaod_region .download_wrap_list { box-sizing: border-box; width: 100%; padding: 0 15px; border-top: 0; margin-top: 35px; margin-bottom: 50px; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list { margin-top: 11px; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li { padding-top: 8px; margin-bottom: 0; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li:first-child { padding-top: 8px; border-top: 1px solid #ddd; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .cate_name { height: 53px; line-height: 53px; font-size: 15px; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .cate_name::after { width: 18px; height: 18px; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file { padding: 12px 0 21px 0; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file .file_name { display: block; position: relative; font-size: 14px; padding-right: 85px; margin-top: 10px; }
    .downlaod_region .download_wrap_list .MingQi_responsive_download_list ul li .file_box .pdf_file .file_name span { position: absolute; top: 0; right: 0; margin-left: 0; }

    .article_region .detail_content { box-sizing: border-box; width: 100%; padding: 0 15px; margin-top: 40px; }

    .feedback_content.control_w { padding: 0; }
    .feedback_region .feedback_content .rightside { margin-top: 25px; }
    .feedback_region .feedback_content .MingQi_responsive_feedback { box-sizing: border-box; padding: 0 15px; }
    .feedback_region .feedback_content .MingQi_responsive_feedback form { padding: 0; }
    .feedback_region .feedback_content .MingQi_responsive_feedback .rows { width: 100%; padding: 7px 0; }
    .feedback_region .feedback_content .MingQi_responsive_feedback .rows label { width: 100%; padding-bottom: 12px; }
    .feedback_region .feedback_content .MingQi_responsive_feedback .rows .input { width: 100%; max-width: 100%; height: 35px; }
    .feedback_region .feedback_content .MingQi_responsive_feedback .rows textarea { box-sizing: border-box; width: 100%; max-width: 100%; border-radius: 2px; }
    .feedback_region .feedback_content .MingQi_responsive_feedback .form_button { width: 100%; }
    .feedback_region .feedback_content .index_info { padding-top: 35px; padding-bottom: 55px; margin-top: 33px; }
    .feedback_region .feedback_content .index_info .small_title { font-size: 14px; letter-spacing: 3.3px; }
    .feedback_region .feedback_content .index_info .lord_title { font-size: 23px; letter-spacing: 1.5px; margin-top: 3px; letter-spacing: 1.9px; }
    .feedback_region .feedback_content .index_info .info_box { margin-top: 28px; }
    .feedback_region .feedback_content .index_info .view_all_btn { width: 212px; height: 50px; margin-top: 5px; }
}