﻿html { background: #ffffff; font-size: 14px; color: #333; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

body { min-width: 1220px; }

.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; position: relative; height: 50px; text-align: center; font-size: 14px; color: #666; border: 1px solid #E4E4E4; background: #fff; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 47px; margin: 0 5px; }
.g_page > ul > li a { display: block; padding: 0 10px; border-bottom: 1px solid rgba(0,0,0,0); font-family: Arial; font-size: 16px; }
.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 { color: #115A9F; border-bottom: 1px solid #315397; }
.g_page > ul > li a.prev { position: absolute; left: 10px; color: #545454; }
.g_page > ul > li a.next { position: absolute; right: 10px; color: #545454; }
.g_page > ul > li a.prev .fa,
.g_page > ul > li a.next .fa { font-size: 25px; line-height: 47px; }


.g_title { clear: both; margin-bottom: 50px; }
.g_title .h1 { font-size: 30px; font-weight: bold; color: #282828; margin-bottom: 25px; text-align: center; }
.g_title .l { width: 50px; height: 4px; background: #115A9F; margin: 0 auto; }



.g_header { clear: both; }

.g_header .top { clear: both; height: 45px; line-height: 45px; background: #1159A3; color: #64ADF8; overflow: hidden; }
.g_header .top .left { float: left; }
.g_header .top .left em.sp { display: inline-block; margin-left: 40px; padding: 0 20px; border-left: 1px solid #206DBC; border-right: 1px solid #206DBC; }
.g_header .top .left em.sp img { height: 16px; margin-right: 5px; vertical-align: middle; transform: rotateY(180deg); opacity: .7; }
.g_header .top .left em.sp b { color: #fff; font-size: 16px; }
.g_header .top .right { float: right; }
.g_header .top .right .share { width: 45px; display: inline-block; text-align: center; border-right: 1px solid #206DBC; }
.g_header .top .right .share:first-child { border-left: 1px solid #206DBC; }
.g_header .top .right .share img { height: 16px; vertical-align: middle; opacity: .7; }

.g_header .bar { }
.g_header .bar .logo { float: left; color: #095DA6; padding: 35px 0 0; font-size: 40px; font-weight: bold; font-family: Arial; }

.g_header .bar .menu { float: right; display: none; }


.g_header .nav { float: right; padding: 35px 0; }
.g_header .nav > li { float: left; }
.g_header .nav > li a { display: block; width: 130px; font-size: 13px; font-weight: normal; color: #666; line-height: 1.6em; padding: 5px 20px; border-left: 1px solid #E4E4E4; }
.g_header .nav > li a em { color: #A4A4A4; font-weight: lighter; }

.g_header .nav > li a.on,
.g_header .nav > li a:hover { color: #115A9F; font-weight: bold; border-color: #64ADF8; }

@media (max-width: 1024px) {
	body { padding-top: 70px; }
	.g_header .top { display: none; }
	.g_header .bar { position: fixed; z-index: 100; height: 70px; overflow: hidden; left: 0; right: 0; top: 0; background: #fff; border-bottom: 1px solid #1159A3; }
	.g_header .bar .logo { padding: 20px 0 0 10px; font-size: 20px; }

	.g_header .bar .menu { float: right; display: block; padding: 19px 10px 0 0; }

	.g_header .nav { visibility: hidden; opacity: 0; position: fixed; z-index: 99; left: 0; right: 0; bottom: 100%; top: -100%; background: #fff; transition: ease .5s; }
	.g_header .nav > li { float: none; padding-left: 40px; }
	.g_header .nav > li a { display: block; width: auto; padding: 10px 20px; font-size: 16px; border-left: 1px solid rgba(0,0,0,0); }

	.g_header .nav.show { visibility: visible; opacity: 1; bottom: 0; top: 70px; }
}


.g_footer { clear: both; padding: 70px 0 0; background: #2A2F35; color: #646567; line-height: 2em; }
.g_footer .light { color: #fff; }
.g_footer .left { float: left; }
.g_footer .left .nav { color: #fff; margin-bottom: 10px; }
.g_footer .left .nav a { margin: 0 5px; }
.g_footer .left .nav a:first-child { margin-left: 0; }


.g_footer .right { float: right; }
.g_footer .right .link { margin-bottom: 25px; }
.g_footer .right .link .light { margin-bottom: 10px; }
.g_footer .right .link a { margin-right: 10px; }

.g_footer .right .share { margin-right: 10px; }
.g_footer .right .share img { height: 20px; vertical-align: middle; }

.g_footer .bottom { clear: both; background: #24292F; padding: 30px 0; line-height: 1.5em; text-align: center; margin-top: 70px; }
.g_footer .bottom span { margin: 0 5px; }


@media (max-width: 1024px) {
	.g_footer .left { float: none; margin-bottom: 30px; }

	.g_footer .right { float: none; }
}


.g_tool { }
.g_tool .g_cw { position: relative; }
.g_tool .g_cw .float { position: absolute; right: 0; background: red; }
.g_tool .g_cw .float .box { position: fixed; z-index: 1; width: 100px; top: 200px; }
.g_tool .g_cw .float .box:before { content: ''; position: absolute; z-index: 1; width: 1px; height: 210px; background: #1159A3; left: 49px; top: -200px; }
.g_tool .g_cw .float .box > li { position: relative; margin-bottom: 5px; }
.g_tool .g_cw .float .box > li::before { content: ''; position: absolute; z-index: 1; width: 1px; height: 15px; left: 10px; top: -10px; background: #E4E4E4; }
.g_tool .g_cw .float .box > li::after { content: ''; position: absolute; z-index: 1; width: 1px; height: 15px; right: 10px; top: -10px; background: #E4E4E4; }
.g_tool .g_cw .float .box > li:first-child::before { display: none; }
.g_tool .g_cw .float .box > li:first-child::after { display: none; }

.g_tool .g_cw .float .box > li .top { text-align: center; height: 17px; }
.g_tool .g_cw .float .box > li .top span { display: inline-block; width: 34px; height: 17px; background: #1159A3; border-radius: 17px 17px 0 0; text-align: center; }
.g_tool .g_cw .float .box > li .top span i { display: inline-block; width: 7px; height: 7px; background: #fff; border-radius: 3px; }
.g_tool .g_cw .float .box > li .h { background: #1159A3; color: #fff; padding: 10px 5px; text-align: center; }

.g_tool .g_cw .float .box > li .qq { display: block; background: #fff; color: #A4A4A4; padding: 10px 5px; text-align: center; border: 1px solid #E4E4E4; }
.g_tool .g_cw .float .box > li .qq .fa { font-size: 18px; vertical-align: baseline; margin-right: 5px; }
.g_tool .g_cw .float .box > li .tel { display: block; background: #fff; color: #A4A4A4; padding: 10px 5px; text-align: center; border: 1px solid #E4E4E4; }
.g_tool .g_cw .float .box > li .tel em { display: block; color: #4A77B1; }
.g_tool .g_cw .float .box > li .qr { position: relative; display: block; background: #fff; color: #000; font-size: 24px; padding: 10px 5px; text-align: center; border: 1px solid #E4E4E4; }
.g_tool .g_cw .float .box > li .qr p { visibility: hidden; opacity: 0; position: absolute; left: -132px; bottom: 0; font-size: 12px; text-align: center; background: #fff; padding: 0 0 5px 0; border: 1px solid #E4E4E4; transition: ease .3s; }
.g_tool .g_cw .float .box > li .qr p img { width: 120px; }
.g_tool .g_cw .float .box > li .qr:hover p { visibility: visible; opacity: 1; }


.g_tool .g_cw .float .box > li .bottom { border-top: 2px solid #282828; text-align: center; }
.g_tool .g_cw .float .box > li .bottom a { display: inline-block; width: 64px; height: 32px; font-size: 14px; line-height: 12px; background: #282828; color: #fff; border-radius: 0 0 32px 32px; }
.g_tool .g_cw .float .box > li .bottom a em { display: block; font-size: 12px; }
