
html { background: #ffffff; font-size: 14px; color: #333; font-family:AliRegular !important; }

body { min-width: 1220px; height: 100%; position: relative;}

.g_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
.g_cw::before,
.g_cw::after { content: ''; display: block; clear: both; }

.g_mt { margin-top: 100px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both; }

.g_mb { margin-bottom: 100px; }
.g_mb::before,
.g_mb::after { content: ''; display: block; clear: both; }

@media (max-width: 1024px) {
	body { min-width: 0; }
	.g_cw { width: 100%; }
}

@media (max-width: 700px) {
	.g_mt { margin-top: 50px; }
	.g_mb { margin-bottom: 50px; }
}


.g_page { clear: both; text-align: center; font-size: 14px; color: #888888; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 35px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 15px; border: 1px solid #E8E8E8; border-radius: 3px; }
.g_page > ul > li a .fa { font-size: 17px; line-height: 35px; }
.g_page > ul > li a.dis { color: #ccc; cursor: not-allowed; }
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on { background: #388CD2; color: #fff; border: 1px solid #388CD2; }


.g_title { clear: both; margin-bottom: 40px; }
.g_title .h1 { font-size: 28px; font-weight: bold; margin-bottom: 10px; text-align: center; }
.g_title .h2 { text-align: center; }


.g_header { clear: both; }

.g_header .top { clear: both; height: 110px; border-bottom: 1px solid #E9E9E9; }

.g_header .top .logo { float: left; line-height: 100px; font: bold 50px/100px arial; color: #333333; }
.g_header .top .logo img { vertical-align: middle; margin-right: 10px; height: 90px;}

.g_header .top .right { float: right; line-height: 110px; }
.g_header .top .right .tel { color: #666666; line-height: normal; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #666; }
.g_header .top .right .pic { float: right; margin-left: 10px; width: 90px; height: 110px; line-height: 110px; background: #42CE8B; text-align: center; border-bottom: 5px solid #3AB97C; }
.g_header .top .right .pic img { vertical-align: middle; height: 32px; }


.g_header .bar { display: none; }


.g_header .nav { position: relative; z-index: 99; box-shadow: 0 5px 10px rgba(0,0,0,.02); }
.g_header .nav .g_cw { text-align: center; height: 55px;  }
.g_header .nav .list { display: inline-block; }
.g_header .nav .list > li { float: left; }
.g_header .nav .list > li > a { display: block; padding: 0 30px; font-size: 16px; color: #666666; }
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover { color: #00a8e1; }
.g_header .nav .list > li > a b { line-height: 50px; display: inline-block;}
/*border-bottom: 3px solid transparent; transition: ease .9s;*/
.g_header .nav .list > li > a b::after {content: '';width: 0;display: block;margin: 0 auto;border-bottom: 3px solid transparent;transition: ease-in-out .3s;bottom:-10px}
/*.g_header .nav .list > li > a.on b,*/
/*.g_header .nav .list > li > a:hover b { border-bottom: 3px solid #00a8e1; }*/
.g_header .nav .list > li > a.on b::after,
.g_header .nav .list > li > a:hover b::after { border-bottom: 3px solid #00a8e1;width: 100%; }
.g_header .nav .list > li > ul {border: 1px solid var(--secd-bg-color);border-top: 1px solid #fff;}
.g_header .nav .list > li > .sub { position: absolute;visibility:hidden;z-index:1;min-width:100px;background-color:#fff;background-clip:padding-box;opacity: 0;transition: all .3s ease-in-out;max-height:0;overflow:hidden;top:53px}
.g_header .nav .list > li > .sub > li { white-space:nowrap; }
.g_header .nav .list > li > .sub > li > a { padding:10px; }
.g_header .nav .list > li > .sub > li:hover { background-color:var(--secd-bg-color); color:white; }
.g_header .nav .list > li:hover > .sub { visibility:visible; opacity: 1;max-height:360px;}

@media (max-width: 1024px) {
	body { padding-top: 70px; }
	.g_header { height: auto; }
	.g_header .top { display: none; }
	.g_header .bar { position: relative; display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 70px; background: #fff; border-bottom: 1px solid var(--main-bg-color); }
	.g_header .bar .logo { position: absolute; left: 0; top: 0; display: block; padding: 0 10px; color: #333333; font: bold 30px/70px arial; }
	.g_header .bar .logo img { height: 40px; vertical-align: text-bottom; margin-right: 10px; }
	.g_header .bar .menu { position: absolute; right: 0; top: 0; display: block; float: right; padding: 0 10px; line-height: 70px; }
	.g_header .bar .menu img { vertical-align: middle; height: 40px; }

	.g_header .nav { visibility: hidden; opacity: 0; position: fixed; z-index: 99; left: 0; top: -100%; bottom: 100%; right: 0; background: #fff; border-top: 0; transition: ease .4s; }
	.g_header .nav .g_cw { text-align: left; padding: 0 20px; height: auto; overflow: visible; }
	.g_header .nav .list { display: block; }
	.g_header .nav .list > li { float: none; }
	.g_header .nav .list > li > a { padding: 20px 30px; font-size: 16px; color: #4d4f45; }
	.g_header .nav .list > li > a.on,
	.g_header .nav .list > li > a:hover { color: var(--main-bg-color); }
	.g_header .nav .list > li > a b { line-height: 40px; }

	.g_header .nav.show { visibility: visible; opacity: 1; top: 70px; bottom: 0; overflow:scroll; }
	.g_header .nav .list > li:hover > .sub { display:none; }
}


.g_footer { background: #EFEFEF; padding: 50px 0 30px; }

.g_footer .link { float: left; padding: 0 0 10px; font-size: 15px; }
.g_footer .link b { color: #00a8e1; }
.g_footer .link a { margin: 0 15px; color: #7D7D7D; }
.g_footer .link a img { height: 20px; vertical-align: middle; margin-right: 10px; }

.g_footer .share { float: right; }
.g_footer .share a { margin-left: 5px; }
.g_footer .share a img { height: 28px; }

.g_footer .bottom { clear: both; text-align: center; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #E4E4E4; color: #999999; }
.g_footer .bottom span { margin: 0 5px; }

.g_footer .contact {width:auto}
.g_footer .contact .media {margin:0 0 5px 0;padding:0 0 10px 0;}
.g_footer .contact .media span{width:24px;height:24px;}
.g_footer .contact .media i{line-height:24px;}
.g_footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#888;line-height:24px;}

@media (max-width: 1024px) {
	.g_footer .link { float: none; }
	.g_footer .link b { display: block; }
	.g_footer .link a { display: inline-block; margin: 0; padding: 10px; padding-left: 0; }
	.g_footer .share { float: none; }
	.g_footer .share a { margin-left: 0; margin-right: 5px; }
}



.g_site { color: #666666; line-height: 65px; }
.g_site img { height: 18px; vertical-align: text-bottom; }


.g_body { background: #F7FCFF; overflow: hidden; }
.g_body .block { background: #fff; border: 1px solid #F1F1F1; padding: 30px; margin-bottom: 50px; }

.g_body .block .left { float: left; width: 200px; padding-right: 10px; border-right: 1px solid #CFCFCF; }
.g_body .block .left .t { padding: 0 0 0 10px; border-left: 5px solid #00a8e1; line-height: 1em; font-size: 28px; font-weight: bold; color: #00a8e1; margin-bottom: 20px; }
.g_body .block .left .c > li { margin-bottom: 4px; background-color:#f4f4f4;border-radius:5px;}
.g_body .block .left .c > li a { display: block; padding: 15px 10px 15px 15px; color: #4d4f45; line-height: 1em;  }
.g_body .block .left .c > li a.on,
.g_body .block .left .c > li a:hover { font-weight: bold; color: #67c2d6; }
.g_body .block .left .c > li a .fa { margin-right: 10px; }
/*.g_body .block .left .c > li:nth-child(1) a { background: #47AA40; }*/
/*.g_body .block .left .c > li:nth-child(2) a { background: #00a8e1; }*/
/*.g_body .block .left .c > li:nth-child(3) a { background: #E7C01F; }*/
/*.g_body .block .left .c > li:nth-child(4) a { background: #00afaf; }*/
/*.g_body .block .left .c > li:nth-child(5) a { background: #e67817; }*/
/*.g_body .block .left .c > li:nth-child(6) a { background: #ca6ce5; }*/


.g_body .block .body { position: relative; left: -1px; padding-left: 30px; border-left: 1px solid #CFCFCF; overflow: hidden; }


@media (max-width: 800px) {
	.g_body .block { padding: 20px; }
	.g_body .block .left { float: none; width: auto; padding-right: 0; border-right: 0; margin-bottom: 40px; }
	.g_body .block .body { left: 0; padding-left: 0; border-left: 0; margin-bottom: 40px; }
}

@media (max-width: 600px) {
	.g_body .block { padding: 20px 10px; }
}
