﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
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; 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; }

.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; overflow: hidden; }
.g_header .nav .list { display: inline-block; }
.g_header .nav .list > li { float: left; }
.g_header .nav .list > li > a { display: block; padding: 0 50px; font-size: 16px; color: #666666; }
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover { color: #3E87C4; }
.g_header .nav .list > li > a b { line-height: 52px; display: inline-block; border-bottom: 3px solid transparent; transition: ease .3s; }
.g_header .nav .list > li > a.on b,
.g_header .nav .list > li > a:hover b { border-bottom: 3px solid #3E87C4; }
*/
.w-nav {
	/*
	border-width: 1px 0 0;
	border-style: solid;
	*/
	border-color: #1c64c4;
	background:#226394;
	color:#fff;
}
/* MENU */
/*
.mopen {
	margin-top: 50px;
}
*/
.am-menu-offcanvas1 .am-menu-nav > li.wnav-home a {
	border-bottom: 1px #17509d solid;
	height: 141px;
	line-height: 141px;
}
.mclose {
	position: absolute;
	right: 20px;
	top: 50px;
	border: none;
	background: none;
	outline: none;
}
.w-bnav .am-nav > li > a {
	padding: 1em 0;
}
.w-tcnav {
	position: absolute;
	top: 100%;
	width: 180px;
	height: auto;
	margin-left: -95px;
	margin-top: 0;
	list-style: none;
	padding: 0;
	left: 50%;
	z-index: 999;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
}
.w-bnav .am-nav > li > ul.w-tcnav li {
	border-bottom: rgba(0,0,0,.6) 1px solid
}
.w-bnav .am-nav > li > ul.w-tcnav li a {
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	transition: all ease-out .2s;
	background: url(../images/tcnavx.png) bottom center no-repeat rgba(0,0,0,.6);
}
.w-bnav .am-nav > li > ul.w-tcnav li:last-child a {
	background-image: none;
}
.w-bnav .am-nav > li:hover > ul.w-tcnav {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
}
.w-bnav .am-nav > li:hover {
/*
background-color: #fff;
*/
}

.w-bnav .am-nav > li:hover > ul.w-tcnav li a:hover {
	background-color: #013c89;
	background-image: none;
	bcolor: #fff
}

/*
.g_header .nav .list li.hover .subnav a {
    background: none;
}
.g_header .nav .list .subnav {
    background: #005197;
    height: auto;
    
    top: 60px;
    position: absolute;
    width: 160px;
    z-index: 199;
}
.g_header .nav .list .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.g_header .nav .list li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.g_header .nav .list .subnav li {
    width: 100%;
}
.g_header .nav .list .subnav .nav1 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    border-top: 1px solid #3071a9;
}
.g_header .nav .list .subnav li.nav1 {
    padding: 0;
    background: none;
}
.g_header .nav .list .subnav li.nav1:first-child a {
    border-top: none;
}
.g_header .nav .list .subnav li:hover {
    background: #3E87C4;
}
*/
@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 #42CE8B; }
	.g_header .bar .logo { position: absolute; left: 0; top: 0; display: block; padding: 0 0px; 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: #42CE8B; }
	.g_header .nav .list > li > a.on,
	.g_header .nav .list > li > a:hover { color: #3E87C4; }
	.g_header .nav .list > li > a b { line-height: 40px; }

	.g_header .nav.show { visibility: visible; opacity: 1; top: 70px; bottom: 0; }
	*/
}


.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: #3E87C4; }
.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; }

@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: 260px; padding-right: 30px; border-right: 1px solid #CFCFCF; }
.g_body .block .left .t { padding: 0 0 0 10px; border-left: 5px solid #3E87C4; line-height: 1em; font-size: 28px; font-weight: bold; color: #3E87C4; margin-bottom: 20px; }
.g_body .block .left .c > li { margin-bottom: 4px; }
.g_body .block .left .c > li a { display: block; padding: 18px 20px; color: #fff; line-height: 1em; opacity: .8; }
.g_body .block .left .c > li a.on,
.g_body .block .left .c > li a:hover { font-weight: bold; opacity: 1; }
.g_body .block .left .c > li a .fa { margin-right: 15px; }
.g_body .block .left .c > li:nth-child(1) a { background: #47AA40; }
.g_body .block .left .c > li:nth-child(2) a { background: #3E87C4; }
.g_body .block .left .c > li:nth-child(3) a { background: #E7C01F; }
.g_body .block .left .c > li:nth-child(4) a { background: #5D6769; }

.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; }
}
