﻿html { background: #ffffff; font-size: 16px; color: #444; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }


.g_cw { max-width: 1640px; 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: 1639px) {
	.g_w { padding: 0 20px; }
}

.g_title { margin-bottom: 40px; }
.g_title .h1 { font-size: 40px; color: #111111; font-family: 'Arial Black', "微软雅黑"; }
.g_title .h2 { font-size: 17px; color: #393939; margin-bottom: 10px; }

.g_title .l:after { content: ''; width: 64px; height: 20px; display: block; margin-top: 20px; background: url(../img/bolang.svg) no-repeat left -25px; }


.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: #315397; color: #fff; border: 1px solid #315397; }


.g_header { clear: both; position: absolute; height: 100px; top: 0; left: 0; right: 0; color: #fff; }
.g_header .logo { float: left; font-size: 40px; padding: 30px 0; font-weight: bold; font-family: Arial; }
.g_header .logo img { vertical-align: middle; }

.g_header.black { position: static; color: #000; background: #fff; height: auto; }

.g_header .nav { float: right; font-size: 16px; }
.g_header .nav > li { float: left; }

.g_header .nav > li a { color: #fff; font-weight: bold; }
.g_header.black .nav > li a { color: #000; }
.g_header .nav > li a.on,
.g_header .nav > li a:hover { color: #365EAC; }

.g_header .nav > li .roll { display: block; padding: 39px 0; }
.g_header .nav > li .roll > p { padding: 0 30px; line-height: 22px; height: 22px; overflow: hidden; }
.g_header .nav > li .roll > p > span { position: relative; top: 0; transition: ease .3s; }
.g_header .nav > li .roll:hover > p > span { top: -22px; }

.g_header .nav > li .roll > p > span > em { position: absolute; display: block; }

.g_header .nav > li .qr { position: relative; font-size: 24px; display: block; padding: 39px 0 39px 30px; line-height: 22px; }
.g_header .nav > li .qr > img { width: 150px; position: absolute; visibility: hidden; opacity: 0; right: 0; margin-top: 20px; transition: ease .3s; }
.g_header .nav > li .qr:hover > img { visibility: visible; opacity: 1; }

.g_header .menu { display: none; float: right; font-size: 30px; font-weight: lighter; }

@media (max-width: 1023px) {

	.g_header { height: 70px; }
	.g_header .logo { font-size: 30px; padding: 0; line-height: 70px; }

	.g_header .menu { display: block; line-height: 70px; }

	.g_header .nav { visibility: hidden; opacity: 0; position: absolute; z-index: 100; padding: 20px 0; left: 0; right: 0; top: 70px; background: #fff; overflow: auto; transition: ease .3s; }
	.g_header .nav.show { visibility: visible; opacity: 1; }

	.g_header .nav > li { float: none; }
	.g_header .nav > li a { color: #444; }

	.g_header .nav > li .roll { display: block; padding: 20px 0; }

	.g_header .nav > li .qr { display: none; }
}



.g_footer { clear: both; background: #fff; border-top: 1px solid #E2E2E2; font-size: 14px; }

.g_footer .site { line-height: 60px; color: #999; font-size: 12px; border-bottom: 1px solid #E8E8E8; }
.g_footer .site .fa { margin: 0 10px; }
.g_footer .site .light { color: #315397; font-weight: normal; }

.g_footer .main { clear: both; padding: 40px 0; border-bottom: 1px solid #E8E8E8; overflow: hidden; }
.g_footer .main .left { float: left; }
.g_footer .main .left .nav { clear: both; line-height: 50px; margin-bottom: 50px; overflow: hidden; }
.g_footer .main .left .nav > li { float: left; }
.g_footer .main .left .nav > li a { display: block; padding: 0 45px; font-size: 15px; color: #000; }
.g_footer .main .left .nav > li a.on,
.g_footer .main .left .nav > li a:hover { color: #315397; }
.g_footer .main .left .nav > li:first-child a { padding-left: 0; }
.g_footer .main .left .contact { clear: both; line-height: 2em; color: #666666; }
.g_footer .main .left .contact td { padding-right: 20px; }
.g_footer .main .left .contact a.share { font-size: 20px; display: inline-block; margin-left: 20px; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: #CCCCCC; color: #fff; }
.g_footer .main .left .contact a.share:hover { background: #315397; }

@media (max-width: 1023px) {
	.g_footer .main .left { float: none; margin-bottom: 50px; }
	.g_footer .main .left .nav > li { float: none; }
	.g_footer .main .left .nav > li a { padding: 0; border-bottom: 1px solid #E8E8E8; }

	.g_footer .main .left .contact td { padding-right: 20px; }

	.g_footer .main .left .contact a.share { margin-top: 30px; }
}

@media (max-width: 600px) {
	.g_footer .main .left .contact { width: 100%; }
	.g_footer .main .left .contact td { padding: 0; display: block; width: 100%; text-align: center; }
}


.g_footer .main .right { float: right; }
.g_footer .main .right .contact { }
.g_footer .main .right .contact td { vertical-align: top; padding-left: 20px; text-align: right; }

.g_footer .main .right .contact .btn { margin: 10px 0; }
.g_footer .main .right .contact .btn a { display: inline-block; font-size: 15px; line-height: 41px; padding: 0 20px; border-radius: 3px; background: #315397; color: #fff; }
.g_footer .main .right .contact .btn a .fa { position: relative; top: 3px; margin-right: 10px; font-size: 20px; }
.g_footer .main .right .contact .h2 { color: #999; margin-bottom: 10px; }
.g_footer .main .right .contact .h1 { color: #000; font-size: 25px; letter-spacing: 2px; }

.g_footer .main .right .contact td.qr img { border: 1px solid #E2E2E2; }
.g_footer .main .right .contact td.qr p { font-size: 12px; margin-top: 10px; text-align: center; color: #999; }


@media (max-width: 1023px) {
	.g_footer .main .right { float: none; }
}


@media (max-width: 600px) {
	.g_footer .main .right .contact { width: 100%; }
	.g_footer .main .right .contact td { display: block; width: 100%; text-align: center; }
	.g_footer .main .right .contact td.qr { margin-top: 20px; }
}




.g_footer .bottom { clear: both; padding: 60px 0; color: #808080; font-size: 12px; }
.g_footer .bottom .left { float: left; }
.g_footer .bottom .right { float: right; }

@media (max-width: 1023px) {
	.g_footer .bottom { padding: 20px 0; }
	.g_footer .bottom .left { float: none; margin-bottom: 10px; }
	.g_footer .bottom .right { float: none; }
}


.screen { color: #fff; background-position: center center; background-repeat: no-repeat; background-size: cover; }

@media (max-width: 1023px) {
	.screen { padding-left: 0; }
}

.body { }
.body .fp-tableCell { vertical-align: top; }



.g_banner { clear: both; height: 650px; color: #fff; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
.g_banner .h1 { font-size: 40px; margin: 290px 0 10px; }
.g_banner .h2 { font-size: 40px; font-family: 'Microsoft YaHei UI Light'; }


@media (max-width: 600px) {
	.g_banner .h1 { font-size: 35px; margin: 190px 0 10px; }
	.g_banner .h2 { font-size: 35px; }
}


.g_top { clear: both; background: #D1E0E8; padding: 100px 0; }
.g_top .h1 { font-size: 35px; margin-bottom: 10px; }
.g_top .h2 { font-size: 16px; }
