@import url("../../assets/libs/font-awesome/css/font-awesome.min.css");
@import url("../../assets/libs/toastr/toastr.min.css");
@import url("../../assets/libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../../assets/libs/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../../assets/libs/fastadmin-selectpage/selectpage.css");
@import url("../../assets/libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
@import url("../../assets/libs/nice-validator/dist/jquery.validator.css");
html,body{font-size: 20px;}
body{color: #1a1a1a;   font-family: "Microsoft JhengHei", "TW-Kai", ‌‌Helvetica; font-weight: normal; }
cite, i{font-style: normal;}

ul{margin: 0; padding: 0;}
ul li{margin: 0; padding: 0; list-style: none;}

.faster {-webkit-animation-duration: 0.3s; animation-duration: 0.3s;}

.blank0{clear:both;display:block;font-size:1px;visibility:hidden;height:0;line-height:0;}
.blank5{clear:both;display:block;font-size:1px;overflow:hidden;height:5px;}
.blank8{clear:both;display:block;font-size:1px;overflow:hidden;height:8px;}
.blank10{clear:both;display:block;font-size:1px;overflow:hidden;height:10px;}
.blank12{clear:both;display:block;font-size:1px;overflow:hidden;height:12px;}
.blank15{clear:both;display:block;font-size:1px;overflow:hidden;height:15px;}
.blank16{clear:both;display:block;font-size:1px;overflow:hidden;height:16px;}
.blank20{clear:both;display:block;font-size:1px;overflow:hidden;height:20px;}
.blank25{clear:both;display:block;font-size:1px;overflow:hidden;height:25px;}
.blank28{clear:both;display:block;font-size:1px;overflow:hidden;height:28px;}
.blank30{clear:both;display:block;font-size:1px;overflow:hidden;height:30px;}
.blank35{clear:both;display:block;font-size:1px;overflow:hidden;height:35px;}
.blank40{clear:both;display:block;font-size:1px;overflow:hidden;height:40px;}
.blank45{clear:both;display:block;font-size:1px;overflow:hidden;height:45px;}
.blank50{clear:both;display:block;font-size:1px;overflow:hidden;height:50px;}
.blank60{clear:both;display:block;font-size:1px;overflow:hidden;height:60px;}
.blank70{clear:both;display:block;font-size:1px;overflow:hidden;height:70px;}
.blank80{clear:both;display:block;font-size:1px;overflow:hidden;height:80px;}
.blank90{clear:both;display:block;font-size:1px;overflow:hidden;height:90px;}
.blank100{clear:both;display:block;font-size:1px;overflow:hidden;height:100px;}
.blank110{clear:both;display:block;font-size:1px;overflow:hidden;height:110px;}
.blank170{clear:both;display:block;font-size:1px;overflow:hidden;height:170px;}


.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs36{font-size: 36px;}
.fs48{font-size: 48px;}
.fs56{font-size: 56px;}
.fs60{font-size: 60px;}
.fs100{font-size: 100px;}

.lh-1{line-height: 1em;}
.lh-2{line-height: 2em;}

.pt-80{padding-top: 80px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}

.mb-40{margin-bottom: 40px;}
.mb-100{margin-bottom: 100px;}

.text-price::before{ content: "¥"; font-size: 80%; margin-right: 2px;}

   
.rounded-10{border-radius: 10px;}
.rounded-15{border-radius: 15px;}


.maxLineTwo {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all ;
}

.maxLineThree {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all ;
}
.maxLineFour {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	word-break: break-all ;
}

a, a:link { color: #1a1a1a; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s;}
a:visited {}
a:active, a:hover { text-decoration: none; color:#077cc4; -webkit-transition: 0.3s; transition: 0.3s; }
a:focus { outline: none;}


.bg-no{background: none;}
.bg-f7{background: #f7f7f7;}
.bg-gray{background: #f2f2f2;}
.bg-grey{background: rgba(0, 35, 64, 0.5);}
.bg-green{background: #008b4b; color: #fff;}
.bg-blue{background: #6799fa; color: #fff;}
.bg-red{background: #de0000; color: #fff;}
.bg-orange{background: #ff852c; color: #fff;}
.text-grey{color: #a3b0b7;}
.text-gray{color: #999}
.text-green{color: #50e386;}
.text-blue{color: #6799fa;}
.text-red{color: #de0000;}
.text-orange{color: #ff852c;}

.badge_orange{color: #ff852c; background: #fff2e8;}

.btn_h50{height: 50px; line-height: 50px; padding: 0 40px;}


.solid{border: 1px rgba(163, 176, 183, 0.15) solid;}
.solid_left{border-left: 1px rgba(163, 176, 183, 0.15) solid;}
.solid_top{border-top: 1px rgba(163, 176, 183, 0.15) solid;}
.solid_bottom{border-bottom: 1px rgba(163, 176, 183, 0.15) solid;}
.solid_right{border-right: 1px rgba(163, 176, 183, 0.15) solid;}

.shadow-md{ box-shadow: 0 15px 30px rgba(163, 176, 183, 0.1);}



.container-fluid{padding: 0 100px;}

header{border-bottom: 1px rgba(255, 255, 255, 0.05) solid;  -webkit-transition: 0.3s; transition: 0.3s ;}
header .logo{ z-index: 2; margin-right: 20px;}
header .logo h1{font-size: 0; line-height: 1em;}
header .logo img {height: 50px;}
header .logo .logo0{display: none;}
header .logo .logo01{}
header .menu { height: 100px; width: 100%;  z-index: 2; margin: 0 5%;}
header .menu>ul{margin: 0; padding: 0;}
header .menu>ul>li { margin: 0; padding: 0; line-height: 100px; height: 100px; list-style: none; position: relative; text-align: center;}
header .menu>ul>li:last-child{margin-right: 0;}
header .menu>ul>li>a { color: #fff; display: block; font-size: 1rem; position: relative;  font-weight: bold; }
header .menu>ul>li>a::after{content: ""; position: absolute; top: 0; width: 0; height: 5px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; left: 50%; transform: translateX(-50%);}
header .menu>ul>.active>a::after {width: 100%;}
header .menu>ul>li:hover a::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
header .menu_child{ display: none; width:180px; padding: 10px 0; height:auto; background: rgba(255, 255, 255, 1);  backdrop-filter: blur(10px); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; z-index:99;   position: absolute; left: 50%; transform: translateX(-50%); top:100px;   overflow:hidden;  -webkit-transition: 0.3s; transition: 0.3s; box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1); }
header .menu_child ol{ margin:0 !important; padding:0 !important;}
header .menu_child ol li{ margin:0 !important; padding:0 !important; overflow:hidden; line-height:0 !important; height:auto !important;}
header .menu_child ol a{ background:none !important; line-height:20px !important; font-style:normal; padding:15px 0 !important; text-align: center; color:#333 !important; margin:0 !important; width:100% !important; display:block;}
header .menu_child ol a:hover{color:#077cc4 !important; }
header .menu_child ol li:last-child a{ border-bottom:none !important;}
header .menu li:hover .menu_child{ display: block; -webkit-transition: 0.3s; transition: 0.3s;}
header .menu li:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s; }
header .other{}
header .other a{display: block;}
header .other .btn_so{font-size: 1.2rem; margin-right: 30px; color: #fff;}
header .other .btn_log{ background: #e51a23; color: #fff; white-space: nowrap; padding: 10px 20px; border-radius: 5px;}
header .other .user{ display: flex; align-items: center; background: #f2f2f2; border-radius: 100px; padding: 5px;}
header .other .user i{ width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: block;}
header .other .user i img{ width: 100%;}
header .other .user b{ flex: 1; white-space: nowrap; padding: 0 15px; font-size: 0.9rem}


.header_bg{background: rgba(255,255,255,1);-webkit-transition: 0.3s; transition: 0.3s;}
.header_bg .logo .logo0{ display: block;}
.header_bg .logo .logo01{ display: none;}
.header_bg .menu>ul>li>a {color: #333;}
.header_bg .menu>ul>.active>a{color: #077cc4 !important;}
.header_bg .other .btn_so{color: #333;}
.header_bg .menu>ul>li>a::after{background: #077cc4;}

.header_bgx{background: rgba(255,255,255,1);-webkit-transition: 0.3s; transition: 0.3s;}
.header_bgx .logo .logo0{ display: block;}
.header_bgx .logo .logo01{ display: none;}
.header_bgx .menu>ul>li>a {color: #333;}
.header_bgx .menu>ul>.active>a{color: #077cc4 !important;}
.header_bgx .other .btn_so{color: #333;}
.header_bgx .menu>ul>li>a::after{background: #077cc4;}


.m_nav{display: none; position: fixed; top: 80px; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 100%; background: #3d89c9; z-index: 99;  grid-template-columns: repeat(3, 1fr); text-align: center; grid-gap: 1px; }
.m_nav a{ color: #fff; padding: 10px 0; background: #077cc4; }




/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

.banner{ background: #ffffff;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-pagination{ bottom: 20px; }
.banner .swiper-pagination-bullet{background: #fff; width: 20px; height: 5px; border-radius: 0px; -webkit-transition: 0.3s; transition: 0.3s; outline: 0;  }
.banner .swiper-pagination-bullet-active{width: 40px; -webkit-transition: 0.3s; transition: 0.3s;}


.space{padding-top: 100px; padding-bottom: 100px;}
.space .title{ margin-bottom: 60px;}
.space .title h2{font-size: 3rem; line-height: 1em; font-weight: bold; position: relative; display: inline-block; z-index: 2; }
.space .title h2 b{position: relative; z-index: 1;}
.space .title h2::after{position: absolute; content: ""; width: 30px; height: 30px; border: 7px solid #077cc4;  border-radius: 50%; top: -5px; right: -10px; z-index: 0;}
.space .title p{font-size: 1rem; margin: 0;}



.home_about{ overflow: hidden; background: url("../img/home_about_bg.jpg") left bottom no-repeat; background-size: 100% auto;}
.home_about .con{padding-top: 100px; padding-bottom: 100px;}
.home_about .tit{ width: 40%;}
.home_about .tit h2{ font-size: 3rem; font-weight: bold;}
.home_about .tit p{font-size: 1rem;}
.home_about .tit .more{ font-size: 1rem; border: 1px #333 solid; padding: 15px 30px; display: inline-block; border-radius: 5px; position: relative;}
.home_about .tit .more i{margin-left: 20px;}
.home_about .tit .more::after{content: ""; background: #077cc4; width: 0%; height: 100%; left: 0; top: 0; position: absolute; -webkit-transition: 0.3s; transition: 0.3s; z-index: -1;}
.home_about .tit .more:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.home_about .tit .more:hover{color: #fff; border-color: #077cc4;}
.home_about .txt{ width: 60%; font-size: 1rem; line-height: 2em;}
.home_about .txt p:last-child{margin-bottom: 0 ;}

.home_chairman{background: url("../img/home_men_bg.jpg") no-repeat; background-size: cover;}

.home_men_list{ display: grid; grid-template-columns: repeat(auto-fit, calc(25% - 30px)); grid-gap: 40px; justify-content: center; }
.home_men_list .item{}
.home_men_list .item a{ display: block; background: #fff; padding: 20px; border-top: 10px #077cc4 solid;}
.home_men_list .item .pic{ overflow: hidden; margin-bottom: 15px; border-radius: 10px;}
.home_men_list .item .pic img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.home_men_list .item .txt{text-align: center; font-size: 1.8rem; font-weight: bold;}
.home_men_list .item a:hover img{ transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}

.home_men_slide{width: 100%; height: 100%; overflow: hidden; position: relative;  padding-bottom: 120px;}
.home_men_slide .swiper-slide a{ display: block; background: #fff; padding: 20px; border-top: 10px #077cc4 solid;}
.home_men_slide .swiper-slide .pic{ overflow: hidden; margin-bottom: 15px; border-radius: 10px;}
.home_men_slide .swiper-slide .pic img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.home_men_slide .swiper-slide .txt{text-align: center; font-size: 1.8rem; font-weight: bold;}
.home_men_slide a:hover img{ transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}
.home_men_slide .swiper-button-next::after, .home_men_slide .swiper-button-prev::after{font-size: 1.2rem;}
.home_men_slide .swiper-button-next, .home_men_slide .swiper-button-prev{ opacity: 1; background: #fff; color: #333; border: 1px #e5e5e5 solid; width: 70px; height: 70px; border-radius: 50%; top: auto; bottom:0; -webkit-transition: 0.3s; transition: 0.3s; }
.home_men_slide .swiper-button-prev{ left: 50%; margin-left: -90px;}
.home_men_slide .swiper-button-next{ right: 50%; margin-right: -90px;}
.home_men_slide .swiper-button-next:hover , .home_men_slide .swiper-button-prev:hover{opacity: 1; background: #077cc4; border: 1px #077cc4 solid; color: #fff; -webkit-transition: 0.3s; transition: 0.3s;}

.cl_name{font-size: 2.4rem; line-height: 1em; margin-bottom: 60px;}
.cl_name b{ padding: 0 20px;}

.home_committee{ background: url("../img/home_committee_bg.jpg") no-repeat; background-size: cover;}
.home_committee .space .title h2{ color: #ffffff;}
.home_committee .space .title p{ color: #ffffff;}
.home_committee .space .title h2::after{border: 7px solid rgba(255, 255, 255, 0.5); } 

.home_committee .home_men_slide .swiper-button-next, .home_committee .home_men_slide .swiper-button-prev{background: none; color: #fff;}
.home_committee .home_men_slide .swiper-button-next:hover , .home_committee .home_men_slide .swiper-button-prev:hover{ background: #fff; border: 1px #fff solid; color: #077cc4;}

.home_news{}
.home_news .nav{margin-bottom: 60px;}
.home_news .nav .nav-link { cursor: pointer; font-size: 1.2rem; position: relative; padding:0;}
.home_news .nav .nav-link b{ position: relative; display: inline-block; padding-bottom: 15px;}
.home_news .nav .nav-link b::after{position: absolute; content: ""; height: 3px; width: 0%; left: 0; bottom: 0; background: #077cc4; -webkit-transition: 0.3s; transition: 0.3s;}
.home_news .nav .nav-link:first-child::before{display: none;}
.home_news .nav .nav-link::before{content: "/"; margin: 0 30px; color: #999;}
.home_news .nav .nav-link.active{ color: #077cc4;}
.home_news .nav .nav-link.active b::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}

.home_news .list {display: grid; grid-template-columns: 2fr 1fr 1fr; grid-gap: 40px;}
.home_news .list .one{}
.home_news .list .one a{ position: relative;}
.home_news .list .one i{ display: block; overflow: hidden; height: 100%;}
.home_news .list .one i img{  height: 100%; width: 100%; z-index: 1; -webkit-transition: 0.5s; transition: 0.5s;}
.home_news .list .one b{position: absolute; z-index: 9; bottom: 0; left: 0; width: 100%; padding: 80px 40px 30px 40px; font-size:1.2rem; line-height: 1.2em; color: #fff; background: linear-gradient(0, rgba(0,0,0,0.9), rgba(0,0,0,0));}
.home_news .list .item a{padding: 40px; display: block; border: 1px #e5e5e5 solid; position: relative;}
.home_news .list .item a::after{content: ""; position: absolute; width: 0; height: 5px; background: #077cc4; left: 0; bottom: 0; -webkit-transition: 0.3s; transition: 0.3s;}
.home_news .list .item span{display: block;}
.home_news .list .item b{ font-size: 1.2rem; line-height: 1.2em; margin: 20px 0 40px 0;}
.home_news .list .item i{overflow: hidden; display: block; }
.home_news .list .item i img{ width: 100%; z-index: 1; -webkit-transition: 0.5s; transition: 0.5s;}
.home_news .list .item p{display: block; margin: 40px 0 0 0;}
.home_news .list a:hover{ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.home_news .list a:hover i img{transform: scale(1.1);   -webkit-transition: 0.5s; transition: 0.5s;}
.home_news .list a:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}

.home_previous{ background: #f2f2f2;}
.home_previous .space{padding: 0;}
.home_previous .space .title{ margin-bottom: 150px;}
.home_previous .con{display: grid; grid-template-columns: 500px 1fr; }
.home_previous .con .txt{padding: 100px;}
.home_previous .s01{width: 100%; overflow: hidden; position: relative;  padding-bottom: 120px; }
.home_previous .s01 span{ display: block; font-size: 1.8rem}
.home_previous .s01 b{font-size: 24px}
.home_previous .s01 .swiper-button-next, .home_previous .s01 .swiper-button-prev{ opacity: 1; color: #333; width:100px; height: 60px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; left: 0; top: auto; bottom: 0;  }
.home_previous .s01 .swiper-button-next{left: 120px;}
.home_previous .s01 .swiper-button-next::after, .home_previous .s01 .swiper-button-prev::after{font-size: 1.2rem}
.home_previous .s01  .swiper-button-next:hover , .home_previous .s01  .swiper-button-prev:hover{opacity: 1; background: #077cc4; color: #fff; -webkit-transition: 0.3s; transition: 0.3s;}


.home_previous .s02{width: 100%; height: 100%; overflow: hidden; position: relative; }
.home_previous .s02 img{width: 100%;}

.searchModal{ padding: 0 !important; }
.searchModal .modal-dialog{ max-width: 100%; margin: 0; }
.searchModal .modal-content{border: none; border-radius: 0; height: 100vh; background: rgba(0, 0, 0, 0.7); color: #fff; backdrop-filter: blur(10px); padding:50px 100px;}
.searchModal .title{ margin-bottom: 10%;}
.searchModal .logo{}
.searchModal .logo img{ height: 50px;}
.searchModal .closed{ cursor: pointer; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; color: #ffffff; text-align: center; font-size: 48px; -webkit-transition: 0.5s; transition: 0.5s;}
.searchModal .closed:hover{transform: rotate(180deg); -webkit-transition: 0.5s; transition: 0.5s;}
.searchModal .search{ width: 60%;}
.searchModal .search .tit{}
.searchModal .search .tit b{font-size: 2.4rem;}
.searchModal .search .form{  border-radius: 200px; overflow: hidden; margin: 30px 0;}
.searchModal .search .form input{ width: calc(100% - 80px); height: 80px; background: #fff; border: none; outline: 0; padding: 0 30px; font-size: 1rem;}
.searchModal .search .form button{ width: 80px; height: 80px; border: none; background: #fff; outline: 0; font-size: 1.2rem; color: rgba(0, 35, 64, 1);}
.searchModal .search .hot{}
.searchModal .search .hot a{color: #fff; display: inline-block; white-space: nowrap; margin: 0 10px;}
.searchModal .search .hot a:hover{ color: #de0000; text-decoration: underline;}

.footer{ background: url("../img/foot_bg.jpg") center bottom no-repeat; background-size: 100% auto;}
.footer .other{display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px #e5e5e5 solid; padding: 0;}
.footer .other .item{}
.footer .other .item a{ display: block; padding: 100px;   background-position: 85% center; position: relative;}
.footer .other .item a::after{content: ""; width: 0; height: 5px; background: #077cc4; position: absolute; bottom: 0; left: 0; -webkit-transition: 0.3s; transition: 0.3s;}
.footer .other .item:first-child{border-right:1px #e5e5e5 solid; background-image: url("../img/fico01.png"); background-repeat: no-repeat;  background-position: 85% center;}
.footer .other .item:last-child{background-image: url("../img/fico02.png"); background-repeat: no-repeat;  background-position: 85% center;}
.footer .other .item b{ font-size: 2.4rem; line-height: 1em; display: flex; align-items: center; margin-bottom: 20px; }
.footer .other .item b i{ display: inline-block; width: 45px; height: 45px; line-height: 45px; text-align: center; border: 1px #999 solid; border-radius: 50%; font-size: 1.2rem; font-weight: normal; color: #999; margin-left: 20px;  -webkit-transition: 0.3s; transition: 0.3s;}
.footer .other .item p{ font-size: 24px; margin: 0; line-height: 1em;}
.footer .other .item a:hover{ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
.footer .other .item a:hover:after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.footer .other .item a:hover i{border-color: #077cc4; color: #077cc4;  -webkit-transition: 0.3s; transition: 0.3s;}
.footer .other .item:first-child a:hover {background-image:url("../img/fico01x.png"); background-repeat: no-repeat; }
.footer .other .item:last-child a:hover {background-image:url("../img/fico02x.png"); background-repeat: no-repeat;}
.footer .info{padding-top: 100px; padding-bottom: 50px; text-align: center;}
.footer .info .logo{}
.footer .info .menu{ margin: 50px 0;}
.footer .info .menu a{margin: 0 2%;}
.footer .info .contact{ margin-bottom: 80px;}
.footer .info .contact .txt{ margin-bottom: 30px;}
.footer .info .contact .txt b{ display: block; margin-bottom: 10px;}
.footer .info .contact .txt p{ margin: 0;}
.footer .copyright a{}
.footer .copyright a:hover{ text-decoration: underline;}


.sub_banner_meeting{height: 90vh; padding-top: 100px; background-position:  center center; background-repeat: no-repeat; background-size: cover;}


.sub_banner{height: 540px; padding-top: 100px; background-position:  right center; background-repeat: no-repeat; background-size: cover;}
.sub_banner { padding-top: 250px;}
.sub_banner .txt{ }
.sub_banner .txt h1{ font-size: 3.6rem; margin: 0 0 20px 0; }
.sub_banner .txt span{ font-size: 1.5rem;}



.sub_site{  border-bottom: 1px #f2f2f2 solid; padding: 30px 0;}
.sub_site .breadcrumb { margin: 0; padding: 0;}
.sub_site .sub_nav{}
.sub_site .sub_nav a{display: block; padding: 15px 30px; margin-left: 15px; font-weight: bold; font-size: 20px; border-radius: 5px;}
.sub_site .sub_nav a:hover{border-color: #077cc4;}
.sub_site .sub_nav .active{background: #077cc4; color: #fff; border-color: #077cc4;}



.sub_about .con{padding-top: 100px; padding-bottom: 100px;}
.sub_about .tit{ margin-bottom: 50px;}
.sub_about .tit h2{ font-size: 60px; font-weight: bold;}
.sub_about .tit p{font-size: 1.2rem; margin: 0;}
.sub_about .txt{font-size: 1rem; line-height: 2em; margin-bottom: 50px;}
.sub_about .txt img{width: 100%;}
.sub_about .pic img{width: 100%;}


.sub_honor{background: url("../img/honor_bg.jpg") no-repeat; background-size: cover;}

.sub_honor_slide{width: 100%; height: 100%; overflow: hidden; position: relative;  padding-bottom: 120px;}
.sub_honor_slide .swiper-slide { background: rgba(255, 255, 255, 0.8); padding:80px 50px; border-radius: 15px; }
.sub_honor_slide .swiper-slide h4{ display: block; text-align: center; position: relative; font-size: 2rem; font-weight: bold; width: 100%; padding: 0 80px; margin: 0 0 50px 0;}
.sub_honor_slide .swiper-slide h4::before{ content: ""; position: absolute; left: 0; top:0; height: 100%; aspect-ratio: 1/1;  background: url("../img/ms01.png") left center no-repeat;}
.sub_honor_slide .swiper-slide h4::after{content: ""; position: absolute; right: 0; top:0; height: 100%; aspect-ratio: 1/1; background: url("../img/ms02.png")right center no-repeat;}
.sub_honor_slide .swiper-slide p {display: block; margin: 0; text-align: center; font-size: 24px}
.sub_honor_slide .swiper-slide p span{display: block;}
.sub_honor_slide .swiper-button-next::after, .sub_honor_slide .swiper-button-prev::after{font-size: 1.2rem;}
.sub_honor_slide .swiper-button-next, .sub_honor_slide .swiper-button-prev{ opacity: 1; background: #fff; color: #333; border: 1px #e5e5e5 solid; width: 70px; height: 70px; border-radius: 50%; top: auto; bottom:0; -webkit-transition: 0.3s; transition: 0.3s; }
.sub_honor_slide .swiper-button-prev{ left: 50%; margin-left: -90px;}
.sub_honor_slide .swiper-button-next{ right: 50%; margin-right: -90px;}
.sub_honor_slide .swiper-button-next:hover , .sub_honor_slide .swiper-button-prev:hover{opacity: 1; background: #077cc4; border: 1px #077cc4 solid; color: #fff; -webkit-transition: 0.3s; transition: 0.3s;}

.sub_men{ padding-top: 100px; padding-bottom: 100px;}
.sub_men .tabnav{ display: flex; justify-content: center; margin-bottom: 80px;}
.sub_men .tabnav a{ background: #fff; padding: 20px 50px; border-radius: 5px; font-size: 1.2rem; margin: 0 10px;}
.sub_men .tabnav .on{background: #077cc4; color: #fff; font-weight: bold;}

.sub_men .list{ display: grid; grid-template-columns: repeat(auto-fit, calc(25% - 30px)); grid-gap: 40px; justify-content: center; }
.sub_men .list .item{}
.sub_men .list .item a{ display: block; background: #fff; padding: 20px; position: relative; }
.sub_men .list .item a:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.sub_men .list .item a::after{content: ""; position: absolute; width: 0; height: 10px; left: 0; bottom: 0;  background: #077cc4; -webkit-transition: 0.3s; transition: 0.3s;}
.sub_men .list .item a:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.sub_men .list .item .pic{ overflow: hidden; margin-bottom: 15px; border-radius: 10px;}
.sub_men .list .item .pic img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.sub_men .list .item .txt{text-align: center; font-size: 1.8rem; font-weight: bold;}
.sub_men .list .item a:hover img{ transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}

.meeting_list{ padding-top: 100px; padding-bottom: 100px;}
.meeting_list .item{ margin-bottom: 50px;}
.meeting_list .item a{display: block; background: #ffffff; padding: 50px; display: flex; border-radius: 10px;}
.meeting_list .item .pic{ margin-right: 50px; width: 40%; overflow: hidden; border-radius: 5px;}
.meeting_list .item .pic img{width: 100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.meeting_list .item .txt{ flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.meeting_list .item .txt h4{font-size: 1.8rem; font-weight: bold; margin: 0 0 20px 0; display: block;}
.meeting_list .item .txt .ino{ font-size:1rem}
.meeting_list .item .txt .ino span{ display: block; margin: 10px 0;}
.meeting_list .item .txt .ino span i{margin-right: 5px;}
.meeting_list .item .txt p{line-height: 2em;  margin: 10px 0 0 0;}
.meeting_list .item .txt .more{margin-top: auto;}
.meeting_list .item .txt .more span{ font-size: 1rem; border: 1px #333 solid; padding: 15px 30px; display: inline-block; border-radius: 5px; position: relative; }
.meeting_list .item .txt .more span i{margin-left: 20px; -webkit-transition: 0.3s; transition: 0.3s;}
.meeting_list .item a:hover {background: #077cc4; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.meeting_list .item a:hover h4{color: #fff;}
.meeting_list .item a:hover .ino span{color: #fff;}
.meeting_list .item a:hover p{color: #fff;}
.meeting_list .item a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}
.meeting_list .item a:hover .more span{ color: #fff; border-color: #fff;}
.meeting_list .item .more span:hover i{ margin-left: 40px; -webkit-transition: 0.3s; transition: 0.3s;}

.page_con{margin-top: 50px;}
.page_con .page-item{ margin: 0 5px;  font-size: 1rem;}
.page_con .page-link{ padding: 10px 17px; border-radius: 5px;  border: none; color: #333; background: #ffffff; }
.page_con .page-link:hover{ color:#077cc4;}
.page_con .active .page-link{ background: #077cc4;  color: #ffffff; }

.meeting{padding-top: 100px; padding-bottom: 100px;}
.webScrollspy{ top: 150px; width: 240px; margin-right: 80px; border-radius: 0; z-index: 9;}
.webScrollspy .list-group-item { background: #fff; border: none; margin-bottom: 20px; border-radius: 5px; text-align: center; padding: 20px 0; font-size: 1rem}
.webScrollspy .active{background: #077cc4; font-weight: bold; }
.conScrollspy{ flex: 1;}
.tag_fix{position: relative; top: -150px; height: 0; overflow: hidden;}

.meeting_info{ margin: 50px 0;}
.meeting_info .tit{ margin-bottom: 50px;}
.meeting_info .tit h2{font-size: 2.5rem; font-weight: bold; margin: 0;}
.meeting_info .tit p{ font-weight: bold; font-size: 1.5rem; margin: 10px 0 0 0;}
.meeting_info .tit p span{ margin-right: 20px;}
.meeting_info .tit p b{}
.meeting_info .txt{line-height: 2em;}

.md_space{ padding: 50px 0;}
.md_space .title{ display: flex; align-items: center; margin-bottom: 50px;}
.md_space .title i{background: #077cc4;  color: #ffffff; width: 56px; height: 56px; line-height: 56px; text-align: center; border-radius: 50%; display: block; font-size: 1.6rem; margin-right: 10px;}
.md_space .title b{ font-size: 50px; line-height: 1em;}

.meeting_men{}
.meeting_men{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 30px;}
.meeting_men .item{}
.meeting_men .item a{display: flex; padding: 40px; background: #fff; border-radius: 5px; }
.meeting_men .pic{ border-radius: 50%; overflow: hidden; width: 180px; height: 180px; margin-right:40px;  }
.meeting_men .pic img{ width: 100%;}
.meeting_men .txt{flex: 1;}
.meeting_men .txt b{font-size: 1.6rem; display: block; margin-bottom: 30px; position: relative; padding-bottom: 20px;}
.meeting_men .txt b::after{content: ""; position: absolute; background: #077cc4;  width: 40px; height: 4px; left: 0; bottom: 0;}
.meeting_men .txt p{display: block; margin: 0;}
.meeting_men .txt span{ display: block;}
.meeting_men .item a:hover{background: #077cc4; }
.meeting_men .item a:hover b{ color: #fff;}
.meeting_men .item a:hover b::after{background: #fff;}
.meeting_men .item a:hover p{color: #fff;}

.meeting_site{}
.meeting_site .txt{ line-height: 2em; margin-bottom: 20px;}
.meeting_site .txt img{width: 100%; border-radius: 10px; margin-bottom: 20px;}
.meeting_site .map{background: #ffffff; width: 100%; height: 400px; position: relative; border-radius: 10px;}


.meeting_annex{}
.meeting_annex{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 30px;}
.meeting_annex .item{}
.meeting_annex .item a{display: flex; padding: 40px; background: #fff; border-radius: 5px; justify-content: space-between; align-items: center; }
.meeting_annex .item p{ display: block; margin: 0;}
.meeting_annex .item p b{ display: block; font-size: 1.6rem; margin-bottom: 10px;}
.meeting_annex .item p span{ display: block;}
.meeting_annex .item i{background: #e5e5e5; color: #666; border-radius: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; font-size: 1.8rem}
.meeting_annex .item a:hover{background: #077cc4; }
.meeting_annex .item a:hover b{ color: #fff;}
.meeting_annex .item a:hover p{color: #fff;}

.meeting_ad{background: #077cc4 url("../img/mtb.png") center center no-repeat; background-size: auto 100%; color: #fff; display: flex; justify-content: space-between; align-items: center; padding-top: 50px; padding-bottom: 50px;}
.meeting_ad p{margin: 0;}
.meeting_ad p b{  display: block; font-size: 2.4rem; margin-bottom: 10px; line-height: 1em; margin-bottom: 20px;}
.meeting_ad p span{font-size: 1.5rem; line-height: 1em; display: block;}
.meeting_ad a{color: #fff; border: 2px #fff solid; border-radius: 5px; padding: 15px 40px; font-size: 1.2rem; position: relative; }
.meeting_ad a i{margin-right: 10px; }
.meeting_ad a b{}


.review_list{ padding-top: 100px; padding-bottom: 100px;}
.review_list .list{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 50px;}
.review_list .list .item{}
.review_list .list .item a{display: block; position: relative; border-radius: 10px; overflow: hidden;}
.review_list .list .item i{display: block; overflow: hidden;}
.review_list .list .item i img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.review_list .list .item b{position: absolute; width: 100%; display: block; left: 0; bottom: 0; color: #fff;  padding: 80px 40px 30px 40px; font-size:1.2rem; line-height: 1.2em; background: linear-gradient(0, rgba(0,0,0,0.9), rgba(0,0,0,0)); z-index: 9;}
.review_list .list .item a:hover{ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.review_list .list .item a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}


.news_list{padding-bottom: 100px; }
.news_list .hot{padding-top: 100px; padding-bottom: 100px;}
.news_list .hot a{display: block; background: #000000; padding: 50px; display: flex; border-radius: 10px; position: relative; overflow: hidden;}
.news_list .hot .bg{position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; transform: scale(1.3); }
.news_list .hot .pic{ margin-right: 50px; width: 40%; overflow: hidden; border-radius: 5px; position: relative; z-index: 2;}
.news_list .hot .pic img{width: 100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .hot .txt{ flex: 1; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 2;}
.news_list .hot .txt h4{font-size: 1.8rem; font-weight: bold; margin: 0 0 20px 0; display: block; color: #fff; }
.news_list .hot .txt span{ display: block; margin: 10px 0; color: #fff;}
.news_list .hot .txt span i{margin-right: 5px;}
.news_list .hot .txt p{line-height: 2em;  margin: 10px 0 0 0; color: #fff;}
.news_list .hot .txt .more{margin-top: auto;}
.news_list .hot .txt .more span{ font-size: 1rem; border: 1px #ffffff solid; padding: 15px 30px; display: inline-block; border-radius: 5px; position: relative; }
.news_list .hot .txt .more span i{margin-left: 20px; -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .hot a:hover {background: #077cc4; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.news_list .hot a:hover h4{color: #fff;}
.news_list .hot a:hover span{color: #fff;}
.news_list .hot a:hover p{color: #fff;}
.news_list .hot a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .hot a:hover .more span{ color: #fff; border-color: #fff;}
.news_list .hot .more span:hover i{ margin-left: 40px; -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .list{}
.news_list .list .item{ margin-bottom: 1px;}
.news_list .list .item a{display: flex; justify-content: space-between;  position: relative; background: #fff; padding: 50px 100px;}
.news_list .list .item a::before{content: ""; position: absolute; background: #077cc4; width: 20px; height: 20px; border-bottom-right-radius: 20px; margin-top:5px; }
.news_list .list .item cite{ width: 250px; padding-left: 50px;}
.news_list .list .item b{font-size: 1.6rem; width: 40%; line-height: 1em;}
.news_list .list .item span{display: flex; align-items: center; margin-left: auto; align-self: flex-start;}
.news_list .list .item span i{ display: block; background: #e5e5e5; border-radius: 50%; width: 25px; height: 25px; line-height: 25px; text-align: center; font-size: 0.8rem; margin-left: 10px; -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .list .item a:hover{background: #077cc4; color: #fff;}
.news_list .list .item a:hover span i{color: #333; background: #fff; -webkit-transition: 0.3s; transition: 0.3s;}
.news_list .list .item a:hover::before{background: #fff;}

.visit_list{ padding-top: 100px; padding-bottom: 100px;}
.visit_list .list{display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px;}
.visit_list .list .item{}
.visit_list .list .item a{display: block; position: relative; border-radius: 10px; overflow: hidden; background: #fff; }
.visit_list .list .item a::after{content: ""; position: absolute; width: 0; height: 5px; left: 0; bottom: 0; background: #077cc4;  -webkit-transition: 0.3s; transition: 0.3s;}
.visit_list .list .item i{display: block; overflow: hidden;}
.visit_list .list .item i img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.visit_list .list .item p{display: block; margin: 0; padding: 30px;}
.visit_list .list .item p b{display: block; font-size: 1.3rem; line-height: 1em; margin-bottom: 15px;}
.visit_list .list .item p span{ display: block; color: #999;}
.visit_list .list .item a:hover{ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.visit_list .list .item a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}
.visit_list .list .item a:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}


.art_detail{ display: flex; border-bottom: 1px #e5e5e5 solid;}
.art_detail .art_left{flex: 1; border-right: 1px #e5e5e5 solid;  margin-right: 50px; padding: 50px 50px 50px 0;}
.art_detail .art_right{ width: 360px;  padding: 50px 0;}
.art_detail .detail{}
.art_detail .detail .title{ border-bottom: 1px #e5e5e5 solid; padding-bottom: 30px; margin-bottom: 30px;}
.art_detail .detail .title h1{ font-weight: bold; font-size: 2rem; margin: 0 0 20px 0; display: block; }
.art_detail .detail .title span{ display: block;}
.art_detail .detail .txt{line-height: 2em;}
.art_detail .detail .txt img{max-width: 100%; margin: 20px auto; border-radius: 10px;}

.rec_list{}
.rec_list .title{ font-size: 36px}
.rec_list .item{ margin-top: 30px;}
.rec_list .item a{display: block;}
.rec_list .item .pic{border-radius: 10px; overflow: hidden; margin-bottom: 15px;}
.rec_list .item .pic img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.rec_list .item .txt{font-weight: bold; font-size: 20px}
.rec_list .item a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}


.center_box{ display: flex; padding-top: 50px; padding-bottom: 50px; align-items:flex-start;}
.center_box .user{ margin-right: 50px; background: #fff url("../img/topbg.png") center top no-repeat; background-size: 150% auto; border-radius: 10px; width: 400px; padding: 50px; text-align: center;}
.center_box .user i{ border-radius: 50%; overflow: hidden; display: inline-block; aspect-ratio: 1/1; width: 50%; margin-bottom: 20px;}
.center_box .user i img{ width: 100%;}
.center_box .user p{display: block; margin:0 0 40px 0;}
.center_box .user p b{ display: block; font-size: 2rem; }
.center_box .user p b span{ display: block;}
.center_box .user .edit{ border: 2px #077cc4 solid; border-radius: 10px; color: #077cc4; display: block; text-align: center; padding: 15px 0; font-weight: bold;}
.center_box .con{ flex: 1; border-radius: 10px; padding:0 50px;}
.center_box .con .title{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px #e5e5e5 solid; padding: 30px 0;}
.center_box .con .title .tit{ font-size: 2rem}
.center_box .con .title .tabs{}
.center_box .con .title .tabs a{ background: #f2f2f2; border-radius: 5px; padding: 10px 30px; display: inline-block; margin-right: 20px;}
.center_box .con .title .tabs a:last-child{margin-right: 0;}
.center_box .con .title .tabs .on{ background: #077cc4; color: #ffffff; font-weight: bold; }

.order_list{}
.order_list .item{  padding: 50px 0;  display: flex;border-bottom: 1px #e5e5e5 solid;}
.order_list .item:last-child{border: none;}
.order_list .item .pic{ margin-right: 50px; width: 40%; overflow: hidden; border-radius: 5px;}
.order_list .item .pic img{width: 100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.order_list .item .txt{ flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.order_list .item .txt h4{font-size: 1.8rem; font-weight: bold; margin: 0 0 20px 0; display: block;}
.order_list .item .txt .ino{ font-size:1rem}
.order_list .item .txt .ino span{ display: block; margin: 10px 0;}
.order_list .item .txt .ino span i{margin-right: 5px;}
.order_list .item .txt .other{ display: flex; justify-content: space-between; align-items: center; margin-top: auto;}
.order_list .item .txt .other span{font-size: 0.8rem; color: #999;}
.order_list .item .txt .other button{ border-radius: 100px; padding: 10px 30px; -webkit-transition: 0.3s; transition: 0.3s;}
.order_list .item .txt .other button:hover{opacity: 0.8; -webkit-transition: 0.3s; transition: 0.3s;}
.order_list .item .txt .other .bg-red:hover{color: #fff !important;}
.order_list .item .txt .other .bg-green:hover{color: #fff !important;}


.inscription_list{ padding-top: 100px; padding-bottom: 100px;}
.inscription_list .list{display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 40px;}
.inscription_list .list .item{}
.inscription_list .list .item a{display: block; position: relative; border-radius: 10px; overflow: hidden; background: #fff; padding: 20px; }
.inscription_list .list .item a::after{content: ""; position: absolute; width: 0; height: 5px; left: 0; bottom: 0; background: #077cc4;  -webkit-transition: 0.3s; transition: 0.3s;}
.inscription_list .list .item i{display: block; overflow: hidden; margin-bottom: 10px;}
.inscription_list .list .item i img{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}
.inscription_list .list .item b{display: block; font-size: 1.2rem; line-height: 1em; padding: 10px; }
.inscription_list .list .item a:hover{ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.inscription_list .list .item a:hover img{transform: scale(1.1); -webkit-transition: 0.3s; transition: 0.3s;}
.inscription_list .list .item a:hover::after{width: 100%; -webkit-transition: 0.3s; transition: 0.3s;}

.sub_contact{}
.sub_contact .title h2{margin-bottom: 30px;}
.sub_contact .title p{padding: 0 20%;}
.sub_contact .list{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 50px;}
.sub_contact .list .item{ border: 2px #e5e5e5 solid; border-radius: 10px; padding:30px 50px 40px 50px;}
.sub_contact .list span{ display: flex; justify-content: space-between; align-items: center; color: #077cc4; font-size: 2rem; margin-bottom: 10px;}
.sub_contact .list span i{color: #ccc; font-size: 2.4rem;}
.sub_contact .list span b{}
.sub_contact .list p{display: block; margin: 0; font-weight: bold; font-size: 1.4rem; line-height: 1em;}

.sub_msg{}
.sub_msg .title h2{margin-bottom: 30px;}
.sub_msg .form{ margin-bottom: 30px; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 30px;}
.sub_msg .form .item{}
.sub_msg .form input{ border: none; background: #fff; height: 70px; width: 100%; outline: 0; border-radius: 5px; padding: 0 20px;}
.sub_msg .form select{ border: none; background: #fff; height: 70px; width: 100%; outline: 0; border-radius: 5px; padding: 0 20px;}
.sub_msg .form textarea{ border: none;  background: #fff; height: 150px; width: 100%;  outline: 0; resize: none;  border-radius: 5px; padding: 10px 20px;}
.sub_msg .form button{ border: none; height: 70px; width: 100%; background: #077cc4; outline: 0; color: #fff; border-radius: 5px; font-weight: bold;}
.sub_msg .code{ position: relative;}
.sub_msg .code span{position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
.sub_msg .code span img{height: 40px;}

.sub_msg .item05{ grid-column: 1/3}


.pay_box{ padding-top: 100px; padding-bottom: 100px; margin-top: 100px;}
.pay_box .con{background: #fff url("../img/topbg.png") center top no-repeat; background-size: 100% auto; border-radius: 10px;}
.pay_box .con .info{display: flex; padding:60px 70px;}
.pay_box .con .info .pic{ margin-right: 50px; width: 40%; overflow: hidden; border-radius: 5px;}
.pay_box .con .info .pic img{width: 100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.pay_box .con .info .txt{ flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.pay_box .con .info .txt h4{font-size:2rem; font-weight: bold; margin: 0 0 20px 0; display: block;}
.pay_box .con .info .txt .ino{ font-size:1.2rem}
.pay_box .con .info .txt .ino span{ display: block; margin: 10px 0;}
.pay_box .con .info .txt .ino span i{margin-right: 5px;}
.pay_box .con .info .txt .text-price{font-size: 2.8rem; color: #e62129; font-weight: bold; margin-top: auto;}
.pay_box .con .way{ padding:60px 70px; border-top: 2px #e5e5e5 dashed; position: relative;}
.pay_box .con .way::before, .pay_box .con .way::after{content: ""; position: absolute; width: 30px; height: 30px; border-radius: 50%; top: -15px; background: #f2f2f2;}
.pay_box .con .way::before{left: -15px;}
.pay_box .con .way::after{right: -15px;}
.pay_box .con .way .type{}
.pay_box .con .way .type a{ border: 2px #000 solid; border-radius: 5px; padding: 15px 30px; display: inline-block;}
.pay_box .con .way .type a i{margin-right: 10px;}
.pay_box .con .way .type a:nth-child(1){border-color: #01a0ea; color: #01a0ea; margin-right: 10px;}
.pay_box .con .way .type a:nth-child(1).on{background: #01a0ea; color: #fff;} 
.pay_box .con .way .type a:nth-child(2){border-color: #43c93e; color: #43c93e;}
.pay_box .con .way .type a:nth-child(2).on{background: #43c93e; color: #fff;} 
.pay_box .con .way .btn{padding: 15px 60px; color: #fff; font-weight: bold; font-size: 1.2rem}


.off_box{ padding-top: 100px; padding-bottom: 100px; margin-top: 100px;}
.off_box .box{max-width: 700px; margin-left: auto; margin-right: auto;}
.off_box .box .con{background: #fff url("../img/btbg.png") center bottom no-repeat; background-size: 150% auto; border-radius: 20px; margin-bottom: 30px;}
.off_box .box .con .info{ padding:50px;}
.off_box .box .con .info .pic{  overflow: hidden; border-radius: 5px; margin-bottom: 50px;}
.off_box .box .con .info .pic img{width: 100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.off_box .box .con .info .txt{ flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.off_box .box .con .info .txt h4{font-size:2rem; font-weight: bold; margin: 0 0 20px 0; display: block;}
.off_box .box .con .info .txt .ino{ font-size:1.2rem}
.off_box .box .con .info .txt .ino span{ display: block; margin: 10px 0;}
.off_box .box .con .info .txt .ino span i{margin-right: 5px;}
.off_box .box .con .code{ padding:50px; border-top: 2px #e5e5e5 dashed; position: relative; text-align: center;}
.off_box .box .con .code img{width: 50%;}
.off_box .box .con .code::before, .off_box .box .con .code::after{content: ""; position: absolute; width: 30px; height: 30px; border-radius: 50%; top: -15px; background: #f2f2f2;}
.off_box .box .con .code::before{left: -15px;}
.off_box .box .con .code::after{right: -15px;}
.off_box .user{background: #fff; border-radius: 20px; display: flex; align-items: center; padding: 50px;}
.off_box .user i{ border-radius: 50%; overflow: hidden; width: 100px; height: 100px; margin-right: 30px;}
.off_box .user i img{ width: 100%;}
.off_box .user p{display: block; margin: 0;}
.off_box .user p b{ display: block; font-size: 1.8rem; }
.off_box .user p span{ display: block; font-size: 1.2rem}

.men_detail{display: flex; padding-top: 100px; padding-bottom: 100px;}
.men_detail .info{ flex: 1; margin-right: 80px;}
.men_detail .info .tit{ margin-bottom: 50px;}
.men_detail .info .tit b{display: block; font-size: 3rem}
.men_detail .info .tit span{display: block; color: #077cc4; font-size: 1.5rem}
.men_detail .info .txt{line-height: 2em;}
.men_detail .pic{width: 25%;  overflow: hidden;}
.men_detail .pic img{width: 100%; border-radius: 10px;}

.reg_box{background:#0079c3 url("../img/reg_bg.jpg") center bottom no-repeat; background-size: cover; min-height: 100vh; display: flex; justify-content: center; align-items: center;}
.login{background: #fff url("../img/topbg.png") center top no-repeat; background-size: 150% auto; width: 550px; padding: 70px; border-radius: 10px;}
.login .tit{font-size: 3rem; color: #077cc4; line-height: 1em; font-weight: bold; margin-bottom: 50px;}
.login .form {display: grid;  grid-template-columns: 1fr; grid-gap: 20px; margin-bottom: 30px;}
.login .form .item{}
.login .form input{ border: 1px #e5e5e5 solid; background: #fff; height: 70px; width: 100%; outline: 0; border-radius: 5px; padding: 0 20px;}
.login .form button{ border: none; height: 70px; width: 100%; background: #077cc4; outline: 0; color: #fff; border-radius: 5px; font-weight: bold; font-size: 1.2rem}

.reg{background: #fff url("../img/topbg.png") center top no-repeat; background-size: 150% auto; width: 1000px; padding: 70px; border-radius: 10px;}
.reg .tit {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px;}
.reg .tit b{font-size: 3rem; color: #077cc4; line-height: 1em; font-weight: bold; }
.reg .form {display: grid;  grid-template-columns: repeat(2,1fr); grid-gap: 20px; margin-bottom: 30px;}
.reg .form .item{}
.reg .form input{ border: 1px #e5e5e5 solid; background: #fff; height: 70px; width: 100%; outline: 0; border-radius: 5px; padding: 0 20px;}
.reg .form button{ border: none; height: 70px; width: 100%; background: #077cc4; outline: 0; color: #fff; border-radius: 5px; font-weight: bold; font-size: 1.2rem}
.reg .form .bbt{grid-column: 1/3}
.reg .code{ position: relative;}
.reg .code span{position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: #077cc4; color: #fff; cursor: pointer; border-radius: 5px; padding: 2px 10px;}
.reg .code span img{height: 40px;}


@media(max-width:1700px){
	.sub_honor_slide .swiper-slide { padding:50px 50px; }
	.sub_honor_slide .swiper-slide h4{padding: 0 50px;}
	
	.meeting_list .item .txt p{-webkit-line-clamp: 2;}
	.news_list .hot .txt p{-webkit-line-clamp: 2;}
}

@media(max-width:1500px){

	html,body{font-size: 18px;}
	.container-fluid{padding-left: 50px; padding-right: 50px; }

	.searchModal .search{ width: 90%;}


	.home_previous .con .txt{padding:100px 50px;}
	.home_previous .space .title{margin-bottom: 100px;}
	
	.center_box .user{ margin-right: 30px; width: 350px; }
	
	.inscription_list .list{display: grid; grid-template-columns: repeat(4,1fr);}

}

@media(max-width:1400px){
	.meeting_list .item .txt .more{margin-top: 30px;}
	.meeting{flex-direction: column; padding-top: 50px;}
	.webScrollspy{ top: 110px; width: 100%;  flex: 1; margin-right: 0px; border-radius: 0; background: #fff;  display: flex; flex-direction: row; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
	.webScrollspy .list-group-item {  margin-bottom: 0px;  border-radius: 0;}
	.webScrollspy .active{background: #077cc4; font-weight: bold; }
	.conScrollspy{ flex: 1;}
	
	
	
	.center_box{   flex-direction: column;}
	.center_box .user{ margin-right: 0px;  background-size: 100% auto; width: 100%;  text-align: left; display: flex; margin-bottom: 30px; align-items: center; justify-content: space-between;}
	.center_box .user i{  width: 120px; height: 120px; margin-bottom: 0px; margin-right: 30px;}
	.center_box .user p{margin:0;}
	.center_box .user p b{margin-bottom: 10px; }
	.center_box .user .edit{  padding: 15px 40px;  margin-left:auto;}

	.center_box .con{width: 100%;}
	
}

@media(max-width:1200px){
	header{padding-top: 15px; padding-bottom: 15px; background: #fff;}
	header .logo0{display: block !important;}
	header .logo01{display: none;}
	header .menu{display: none; }
	header .btn_so{color: #333 !important;}
	.m_nav{display: grid;}
	
	.banner{  margin-top: 130px;}
	
	.home_about .con{flex-direction: column;}
	.home_about .tit{ width: 100%; margin-bottom: 30px;}
	.home_about .tit .more{ display: none;}

	.home_about .txt{width: 100%; }
	
	.home_men_list{ grid-template-columns: repeat(auto-fit, calc(50% - 30px)); grid-gap: 30px; }
	
	.home_news .list {grid-template-columns:1fr 1fr; grid-gap: 30px;}
	.home_news .list .one{ grid-column:1/3 ;}
	

	.home_previous .space{text-align: center;}
	.home_previous .space .title{ margin-bottom: 30px; }
	.home_previous .con{ grid-template-columns: 1fr; }
	.home_previous .con .txt{width: 100%; overflow: hidden;}
	.home_previous .s01{padding-bottom: 0px; padding-top: 120px;  }
	.home_previous .s01 .swiper-button-next, .home_previous .s01 .swiper-button-prev{ opacity: 1; color: #333; width:100px; height: 60px; background: #fff; -webkit-transition: 0.3s; transition: 0.3s;  top: 30px; bottom: auto;  }
	.home_previous .s01 .swiper-button-next{left: 50%; right: auto; margin-left: 10px;}
	.home_previous .s01 .swiper-button-prev{right: 50%; left: auto; margin-right: 10px;}


	.footer .other .item a{  padding:80px 50px;}
	.footer .other .item:first-child{background: url("../img/fico01.png") 90% center no-repeat; background-size:auto 65%;}
	.footer .other .item:last-child{ background: url("../img/fico02.png") 90% center no-repeat; background-size:auto 65%;}

	.webScrollspy{ top: 200px;}
	
	.sub_banner_meeting{height: 500px;  margin-top: 160px;}
	

	.visit_list .list{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 30px;}
	
	.art_detail{border-bottom: 1px #e5e5e5 solid;}
	.art_detail .art_left{flex: 1; border-right: none;  margin-right: 0px; padding: 50px 0;}
	.art_detail .art_right{ display: none;}


	.inscription_list .list{display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
	.pay_box{margin-top: 150px;}

}
@media(max-width:1100px)
{
	

	

	
}


@media(max-width:768px){

	html,body{font-size: 16px;}
	.container-fluid{padding-left: 20px; padding-right: 20px;}
	header{padding-top: 10px; padding-bottom: 10px; background: #ffffff !important;}
	header .logo img{ height: 30px;}
	header .logo .logo0{display: block;}
	header .logo .logo01{display: none;}
	header .other .btn_log {padding: 5px 15px;}
	header .other .user i{ width: 25px; height: 25px; }

	header .other .user b{  padding: 0 10px;}
	
	.m_nav{top: 55px; font-size: 1rem;}


	.banner{margin-top: 130px;}
	.banner .swiper-pagination{ bottom: 10px; }

	.space{padding-top: 50px; padding-bottom: 50px;}
	.space .title{ margin-bottom: 30px;}
	.space .title h2{font-size: 2.3rem; }
	.space .title h2::after{ width: 17px; height:17px; border: 4px solid #077cc4; }
	.space .title p{font-size: 1rem; }
	

	.home_about .con{padding-top: 50px; padding-bottom: 50px;}
	.home_about .tit{margin-bottom: 10px;}
	.home_about .tit h2{ font-size: 2.6rem; }
	.home_about .tit p{font-size: 1.2rem;}
	.home_about .txt{  font-size: 1rem;}
	

	.home_men_list{  grid-template-columns: repeat(auto-fit, calc(50% - 10px)); grid-gap: 20px; }
	.home_men_list .item a{  padding: 10px; border-top: 5px #077cc4 solid;}
	.home_men_list .item .pic{ margin-bottom: 5px; border-radius: 10px;}
	.home_men_list .item .txt{font-size: 1.2rem; }
	
	.home_men_slide{ padding-bottom: 60px;}
	.home_men_slide .swiper-slide a{  padding: 10px; border-top: 5px #077cc4 solid;}
	.home_men_slide .swiper-slide .pic{ margin-bottom: 5px;}
	.home_men_slide .swiper-slide .txt{font-size: 1.2rem; }

	.home_men_slide .swiper-button-next::after, .home_men_slide .swiper-button-prev::after{font-size: 1.1rem;}
	.home_men_slide .swiper-button-next, .home_men_slide .swiper-button-prev{  width: 40px; height: 40px;  }
	.home_men_slide .swiper-button-prev{ left: 50%; margin-left: -50px;}
	.home_men_slide .swiper-button-next{ right: 50%; margin-right: -50px;}

	
	.cl_name{font-size: 1.5rem;  margin-bottom: 30px;}
	.cl_name b{ padding: 0 10px;}
	
	.home_committee .space .title h2::after{border: 4px solid rgba(255, 255, 255, 0.5); } 
	
	.home_news{}
	.home_news .nav{margin-bottom: 30px;}
	.home_news .nav .nav-link { font-size: 1.1rem; }
	.home_news .nav .nav-link b{ position: relative; display: inline-block; padding-bottom: 10px;}
	.home_news .nav .nav-link b::after{height: 2px; }
	.home_news .nav .nav-link::before{margin: 10px;}

	
	.home_news .list {grid-gap: 20px; }
	.home_news .list .one b{padding: 50px 20px 15px 20px; font-size: 16px;  }
	.home_news .list .item a{padding: 20px;}
	.home_news .list .item span{font-size: 0.9rem}
	.home_news .list .item b{ font-size: 1.1rem;  margin: 10px 0 20px 0;}
	.home_news .list .item p{display: block; margin: 20px 0 0 0;}
	


	.home_previous .space .title{ margin-bottom: 20px;}
	.home_previous .con{}
	.home_previous .con .txt{ padding: 50px 20px 20px 20px;}
	.home_previous .s01{ padding-top: 70px; }
	.home_previous .s01 span{ display: block; font-size: 1.5rem}
	.home_previous .s01 b{font-size: 1.1rem}
	.home_previous .s01 .swiper-button-next, .home_previous .s01 .swiper-button-prev{  width:60px; height: 40px;  }
	.home_previous .s01 .swiper-button-next::after, .home_previous .s01 .swiper-button-prev::after{font-size: 1.1rem}

	

	.footer .other{display: grid; grid-template-columns: 1fr; border-bottom:none; }
	.footer .other .item{border-bottom:1px #e5e5e5 solid;}
	.footer .other .item a{  padding:30px 20px;}
	.footer .other .item:first-child{background: url("../img/fico01.png") 90% center no-repeat; border-right: none; background-size: auto 90%;}
	.footer .other .item:last-child{ background: url("../img/fico02.png") 90% center no-repeat; background-size: auto 90%;}
	.footer .other .item b{ font-size: 1.5rem; margin-bottom: 10px;}
	.footer .other .item b i{ width: 25px; height: 25px; line-height:25px; font-size: 0.9rem;  margin-left: 20px;}
	.footer .other .item p{ font-size: 1rem;}
	.footer .info{padding-top: 50px; padding-bottom: 50px; }
	.footer .info .logo{margin-bottom: 50px;}
	.footer .info .logo img{ width: 60%;}
	.footer .info .menu{display: none;}
	.footer .info .contact{ margin-bottom: 50px;}
	.footer .info .contact .txt{ margin-bottom: 30px;}




	.searchModal .modal-content{ padding:30px 20px;}
	.searchModal .title{ margin-bottom: 20%;}
	.searchModal .logo img{ height: 40px;}
	.searchModal .closed{  width: 50px; height: 50px; line-height: 50px;  font-size: 2.5rem; }
	.searchModal .search{ width: 100%;}
	.searchModal .search .tit{text-align: center;}
	.searchModal .search .tit b{font-size: 1.9rem;}
	.searchModal .search .form input{ width: calc(100% - 60px); height: 60px; padding: 0 20px; font-size: 1rem;}
	.searchModal .search .form button{ width: 60px; height: 60px;  font-size: 1.3rem; }
	.searchModal .search .hot a{margin: 0 5px;}

	.sub_banner{height: 240px; padding-top: 100px;  margin-top: 140px;}
	.sub_banner { padding-top: 80px;}
	.sub_banner .txt h1{ font-size: 2.3rem; margin: 0 0 10px 0; }
	.sub_banner .txt span{ font-size: 1.1rem;}
	
	.sub_site{  padding: 10px 0;}
	.sub_site .con{padding-left: 0; margin-right: 0;}
	.sub_site .breadcrumb { display: none;}
	.sub_site .sub_nav{justify-content: center; flex: 1;}
	.sub_site .sub_nav a{ padding: 10px 12px; margin-left: 10px;  font-size: 1rem; }

	.sub_about .con{padding-top: 30px; padding-bottom: 30px;}
	.sub_about .tit{ margin-bottom: 30px;}
	.sub_about .tit h2{ font-size: 1.8rem;}
	.sub_about .tit p{font-size: 1rem; margin: 0;}
	.sub_about .txt{font-size: 1rem;  margin-bottom: 20px;}
	
	.sub_honor_slide{  padding-bottom: 100px;}
	.sub_honor_slide .swiper-slide {  padding:50px 30px; }
	.sub_honor_slide .swiper-slide h4{  font-size: 1.6rem;  padding: 10px 50px; margin: 0 0 50px 0;}
	.sub_honor_slide .swiper-slide p {font-size: 1rem}

	.sub_men{ padding-top: 30px; padding-bottom: 30px;}
	.sub_men .tabnav{  margin-bottom: 30px;}
	.sub_men .tabnav a{ padding: 7px 10px; font-size: 0.8rem; margin: 0 4px;}
	
	.sub_men .list{ grid-template-columns: repeat(auto-fit, calc(50% - 10px)); grid-gap: 20px;}
	.sub_men .list .item a{padding: 10px;  }
	.sub_men .list .item .pic{ margin-bottom: 10px; }
	.sub_men .list .item .txt{font-size: 1.1rem; }
	
	.sub_banner_meeting{height: 280px; margin-top: 130px; }
	
	.webScrollspy{ top: 160px;}
	.webScrollspy .list-group-item{padding: 10px 0; font-size: 0.9rem}
	.tag_fix{top:-200px;}
	
	.meeting_info{ margin: 50px 0 30px 0;}
	.meeting_info .tit{ margin-bottom: 30px;}
	.meeting_info .tit h2{font-size:2rem; }
	.meeting_info .tit p{  font-size: 1.3rem;}

	
	.meeting_list{ padding-top: 30px; padding-bottom: 60px;}
	.meeting_list .item{ margin-bottom: 20px;}
	.meeting_list .item a{background: #ffffff; padding: 20px; flex-direction: column;}
	.meeting_list .item .pic{ margin-right: 0px; width: 100%;  margin-bottom: 20px;}
	.meeting_list .item .txt{ }
	.meeting_list .item .txt h4{font-size: 1.5rem;  margin: 0 0 10px 0; }
	.meeting_list .item .txt .ino{ font-size:1rem}
	.meeting_list .item .txt .more{margin-top: 20px;}
	.meeting_list .item .txt .more span{ font-size: 1rem;  padding: 10px 20px; display: block; text-align: center; }
	.meeting_list .item .txt .more span i{margin-left: 10px; }

	.meeting_men{grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.meeting_men .item a{padding: 20px;  }
	.meeting_men .pic{ width: 120px; height: 120px; margin-right:20px;  }
	.meeting_men .pic img{ width: 100%;}
	

	.meeting_site .map{height: 300px;  }

	.meeting_annex{grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.meeting_annex .item a{padding: 20px; }
	.meeting_annex .item i{ width: 60px; height: 60px; line-height: 60px;}
	
	
	.meeting_ad{ padding-top: 40px; padding-bottom: 40px; flex-direction: column;}
	.meeting_ad p{text-align: center; margin-bottom: 20px;}
	.meeting_ad p b{font-size: 1.6rem; margin-bottom: 10px;}
	.meeting_ad p span{font-size: 1rem;}
	.meeting_ad a{ padding: 7px 20px;}
	.meeting_ad a i{margin-right: 10px;}
	
	.md_space{ padding: 30px 0;}
	.md_space .title{ margin-bottom: 30px;}
	.md_space .title i{ width: 40px; height: 40px; line-height: 40px;}
	.md_space .title b{ font-size: 2rem; line-height: 1em;}
	.meeting{padding-bottom: 50px;}

	
	.review_list{ padding-top: 30px; padding-bottom: 30px;}
	.review_list .list{display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.review_list .list .item b{ padding: 50px 20px 20px 20px; font-size:1rem;}
	
	.news_list{padding-bottom: 50px; }
	.news_list .hot{padding-top: 30px; padding-bottom: 30px;}
	.news_list .hot a{ padding: 20px; flex-direction: column;}
	.news_list .hot .pic{ margin-right: 0px; width: 100%; margin-bottom: 20px; }
	.news_list .hot .pic img{width: 100%;  }
	
	.news_list .hot .txt h4{font-size: 1.4rem; margin: 0 0 10px 0; }
	.news_list .hot .txt span{ margin: 5px 0;}
	.news_list .hot .txt p{ margin: 10px 0 0 0; }
	.news_list .hot .txt .more{margin-top: 20px;}
	.news_list .hot .txt .more span{ padding: 15px 30px; width: 100%; text-align: center;  }

	.news_list .list{}
	.news_list .list .item{ margin-bottom: 1px;}
	.news_list .list .item a{flex-direction: column; padding: 20px 20px;}
	.news_list .list .item a::before{ width: 10px; height: 10px; border-bottom-right-radius: 10px; margin-top:5px; }
	.news_list .list .item cite{ width: 100%; padding-left: 20px; margin-bottom: 10px;}
	.news_list .list .item b{font-size: 1.3rem; width: 100%; margin-bottom: 10px;}

	.news_list .list .item span i{  width: 20px; height: 20px; line-height: 20px;  font-size: 0.8rem; ;}
	
	.page_con{margin-top: 40px;}
	
	
	.visit_list{ padding-top: 30px; padding-bottom: 50px;}
	.visit_list .list{ grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.visit_list .list .item p{padding:30px 20px;}

	.art_detail .art_left{ padding: 30px 0;}
	.art_detail .detail .title {padding-bottom: 20px; margin-bottom: 20px;}
	.art_detail .detail .title h1{font-size: 1.5rem}
	
	.center_box{  padding-top: 20px; }
	.center_box .user{ margin-bottom: 20px; padding: 20px; }
	.center_box .user i{  width: 70px; height: 70px; margin-bottom: 0px; margin-right: 15px;}
	.center_box .user p{margin:0;}
	.center_box .user p b{margin-bottom: 0px; font-size: 1.2rem; }
	.center_box .user p span{font-size: 0.8rem; }
	.center_box .user .edit{  padding: 7px 15px;  font-size:0.9rem}
	
	.center_box .con{  padding:0 20px;}
	.center_box .con .title{flex-direction: column; align-items: flex-start;  padding: 20px 0;}
	.center_box .con .title .tit{ font-size: 1.6rem; margin-bottom: 10px;}
	.center_box .con .title .tabs{}
	.center_box .con .title .tabs a{ background: #f2f2f2; border-radius: 5px; padding: 7px 12px; display: inline-block; margin-right: 10px; font-size:0.9rem}

	.order_list{}
	.order_list .item{  padding: 20px 0;  flex-direction: column;}
	.order_list .item .pic{ margin-right: 0px; width: 100%; margin-bottom: 20px; }
	.order_list .item .txt h4{font-size: 1.5rem; margin: 0 0 10px 0;}
	.order_list .item .txt .ino{ font-size:1rem; margin-bottom: 20px;}
	.order_list .item .txt .other button{  padding: 7px 20px;}
	
	
	.inscription_list{ padding-top: 30px; padding-bottom: 50px;}
	.inscription_list .list{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px;}

	.inscription_list .list .item a{ padding: 10px; }
	.inscription_list .list .item b{font-size: 1rem;  padding: 5px; }
	
	
	.sub_contact{}
	.sub_contact .title h2{margin-bottom: 20px;}
	.sub_contact .title p{padding: 0;}
	.sub_contact .list{ grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.sub_contact .list .item{  border-radius: 10px; padding:20px 20px 30px 20px;}
	.sub_contact .list span{ font-size: 1.6rem; }
	.sub_contact .list span i{color: #ccc; font-size: 2rem;}

	.sub_contact .list p{font-size: 1.2rem;}
	
	.sub_msg{}
	.sub_msg .title h2{margin-bottom: 20px;}
	.sub_msg .form{ margin-bottom: 0px; display: grid; grid-template-columns: repeat(1,1fr); grid-gap: 20px;}
	.sub_msg .form input{  height: 60px;}
	.sub_msg .form select{ height: 60px;}
	.sub_msg .form button{  height: 60px; }
	.sub_msg .item05{ grid-column: 1/2}
	
	.pay_box{ padding-top: 100px; padding-bottom: 50px; margin-top: 70px;}
	.pay_box .con .info{display: flex; padding:20px 20px 30px 20px; flex-direction: column;}
	.pay_box .con .info .pic{ margin-right: 0px; width: 100%; margin-bottom: 20px;}
	.pay_box .con .info .txt h4{font-size:1.5rem;  margin: 0 0 10px 0; }
	.pay_box .con .info .txt .ino{ font-size:1rem; margin-bottom: 10px;}
	.pay_box .con .info .txt .text-price{font-size: 2.2rem; }
	.pay_box .con .way{ padding:30px 20px 20px 20px; flex-direction: column;}
	.pay_box .con .way::before, .pay_box .con .way::after{ width: 20px; height: 20px;  top: -10px;}
	.pay_box .con .way::before{left: -10px;}
	.pay_box .con .way::after{right: -10px;}
	.pay_box .con .way .type{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px; margin-bottom: 20px; flex: 1; width: 100%;}
	.pay_box .con .way .type a{padding: 15px 0px; display: block; text-align: center;}
	.pay_box .con .way .type a:nth-child(1){margin-right: 0px;}
	.pay_box .con .way .btn{padding: 15px 0;width: 100%;}
	
	
	.off_box{ padding-top: 50px; padding-bottom: 50px; margin-top: 120px;}

	.off_box .box .con{ margin-bottom: 20px;}
	.off_box .box .con .info{ padding:20px;}
	.off_box .box .con .info .pic{ margin-bottom: 30px;}
	.off_box .box .con .info .txt h4{font-size:1.6rem; font-weight: bold; margin: 0 0 10px 0; display: block;}
	.off_box .box .con .info .txt .ino{ font-size:1.1rem}
	.off_box .box .con .info .txt .ino span{ display: block; margin: 10px 0;}
	.off_box .box .con .code{ padding:30px; border-top: 2px #e5e5e5 dashed; position: relative; text-align: center;}
	.off_box .box .con .code img{width: 60%;}

	.off_box .user{ padding: 20px;}
	.off_box .user i{  width:70px; height: 70px; margin-right: 20px;}

	.off_box .user p{display: block; margin: 0;}
	.off_box .user p b{ display: block; font-size: 1.4rem; }
	.off_box .user p span{ display: block; font-size: 1rem}
	
	.men_detail{flex-direction: column; padding-top: 30px; padding-bottom: 50px;}
	.men_detail .info{ flex: 1; margin-right: 0px; order: 2;}
	.men_detail .info .tit{ margin-bottom: 20px;}
	.men_detail .info .tit b{ font-size: 2.4rem}
	.men_detail .info .tit span{ color: #077cc4; font-size: 1.4rem}
	.men_detail .pic{width: 100%;   order: 1; margin-bottom: 30px;}
	
	.reg_box{ padding-top: 180px; padding-bottom: 30px;}
	.reg{width: 100%; padding: 30px; margin:0 30px; }
	.reg .tit { flex-direction: column; align-items: flex-start; margin-bottom: 30px;}
	.reg .tit b{font-size: 2.4rem; display: block; margin-bottom: 20px;}
	.reg .tit span{font-size: 0.9rem;}
	.reg .form { grid-template-columns: repeat(1,1fr);margin-bottom: 20px;}
	.reg .form .item{}
	.reg .form input{ height: 60px; }
	.reg .form button{ height: 60px; }
	.reg .form .bbt{grid-column: 1/2}
	.reg .code{ position: relative;}
	.reg .code span{position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: #077cc4; color: #fff; cursor: pointer; border-radius: 5px; padding: 2px 10px;}
	.reg .code span img{height: 40px;}
	
	
	.login_box{ padding-top: 100px;}
	.login{ width: 100%; padding: 30px; margin:0 30px;}
	.login .tit{font-size: 2.4rem;  margin-bottom: 30px;}
	.login .form {display: grid;  grid-template-columns: 1fr; grid-gap: 20px; margin-bottom: 30px;}
	.login .form .item{}
	.login .form input{ height: 60px; }
	.login .form button{ height: 60px; }

}

.mypage .pagination {
	padding-left: 0;
	list-style: none;
	color: #999;
	text-align: center;
	justify-content: center;
}

.mypage .pagination:after,.mypage .pagination:before {
	content: " ";
	display: table
}

.mypage .pagination:after {
	clear: both
}

.mypage .pagination>li {
	display: inline-block
}

.mypage .pagination>li>a,.mypage .pagination>li>span {
	position: relative;
	display: block;
	/*padding: .5em 1em;*/
	padding:10px 17px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 5px;
	color: #999;
}

.mypage .pagination>li:last-child>a,.mypage .pagination>li:last-child>span {
	margin-right: 0
}

.mypage .pagination>li>a:focus,.mypage .pagination>li>a:hover,.mypage .pagination>li>span:focus,.mypage .pagination>li>span:hover {
	background-color: #2962f7;
	border-color: #2962f7;
	color: #fff;
}

.mypage .pagination>.active>a,.mypage .pagination>.active>a:focus,.mypage .pagination>.active>a:hover,.mypage .pagination>.active>span,.mypage .pagination>.active>span:focus,.mypage .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #2962f7;
	border-color: #2962f7;
	cursor: default
}

.mypage .pagination>.disabled>a,.mypage .pagination>.disabled>a:focus,.mypage .pagination>.disabled>a:hover,.mypage .pagination>.disabled>span,.mypage .pagination>.disabled>span:focus,.mypage .pagination>.disabled>span:hover {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
	pointer-events: none
}

.mypage .pagination .pagination-prev {
	float: left
}

.mypage .pagination .pagination-prev a {
	border-radius: 0
}

.mypage .pagination .pagination-next {
	float: right
}

.mypage .pagination .pagination-next a {
	border-radius: 0
}