﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
html { background: #ffffff; font-size: 14px; color: #666; 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: 80px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both;}

.g_mb { margin-bottom: 80px; }
.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: 40px;}
	.g_mb { margin-bottom: 40px;}
}


.g_page { clear: both; text-align: center; font-size: 14px; color: #333; margin-top: 100px; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 48px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 20px; border: 1px solid #E8E8E8; }
.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: #3e8bff; color: #fff; border: 1px solid #3e8bff;}

@media (max-width: 600px) {
	.g_page > ul .num_li { display: none; }
}


.g_title {clear: both;text-align:center;padding:100px 0 50px 0;}
.g_title .l1 { font-size: 30px;font-weight:bold;color: #3e8bff;}
.g_title .l2 {color:#999;padding-top:24px;}

@media (max-width: 1024px) {
	.g_title {margin:0 10px;padding:50px 0 30px 0;}
}


.g_header { clear: both; z-index: 99; position: relative; background: transparent; }

/* 内页通用顶图：上拉叠在导航下，白字才能压在深色图上 */
.banners-pc {
	clear: both;
	height: 500px;
	position: relative;
	top: -240px;
	margin-bottom: -240px;
	z-index: 1;
}
.banners-pc .frame {
	height: 500px;
	background: no-repeat center center;
	background-size: cover;
	text-align: center;
}
.banners-pc .frame .p1 {
	font-size: 46px;
	color: #fff;
	padding-top: 200px;
}
.banners-pc .frame .p2 {
	font-size: 14px;
	color: rgba(255,255,255,.6);
	padding-top: 36px;
	line-height: 24px;
}
@media (max-width: 1024px) {
	.banners-pc { display: none; }
}

.g_header .bar { display: none; }

.g_header .logo_pc { float: left; font-size: 52px; font-weight: bold; color: #fff; height: 100%; background:#2f2d39;height:240px; position: relative; z-index: 3; }
.g_header .logo_pc a { display: inline-block; padding: 42px 55px 0 55px; }

.g_header .main { position: relative; z-index: 2; }
.g_header .main .con { overflow:; height: 100px; position: relative; }
.g_header .main .nav { display: inline-block; text-align: center; padding-left: 30px; }
.g_header .main .nav > li { display: inline-block; }
.g_header .main .nav > li > a { display: inline-block; margin: 0 20px; padding: 60px 0 0px; font-size: 14px; text-align: center; }
.g_header .main .nav > li:last-child > a { margin-right: 0; }
.g_header .main .nav > li > a > p { transition: ease .3s; }
.g_header .main .nav > li > a > p > b { display: block; color: #fff; font-weight: normal; line-height: 1; transition: ease .3s; }
.g_header .main .nav > li > a > p .en { display: block; width:20px;height:2px;background:#fff; margin:12px auto 0 auto; opacity:0; transition: ease .3s; }
.g_header .main .nav > li > a.on,
.g_header .main .nav > li > a:hover { color: #d69d5a; }
.g_header .main .nav > li > a.on > p > b { font-weight: bold;}
.g_header .main .nav > li > a:hover > p > b {  }
.g_header .main .nav > li > a.on > p .en,
.g_header .main .nav > li > a:hover > p .en {opacity:1;}


.g_header .main .con .lx {float:right;padding-left:57px;line-height:43px;margin:49px 54px 0 0;}
.g_header .main .con .lx .ico{display:inline-block; vertical-align:middle;padding:7px 0 0 36px;}
.g_header .main .con .lx .dh{font-size:16px;color:#fff;border:1px solid #fff;display:inline-block;padding:0 27px;}

@media (max-width: 1450px) {
	.g_header .main .nav { padding-left: 0; }
	.g_header .main .nav > li > a {margin: 0 22px;}
}
@media (max-width: 1350px) {
	.g_header .main .nav > li > a {margin: 0 12px;}
}
@media (max-width: 1024px) {
	body { padding-top: 60px; }

	.g_header { background: transparent; height: auto; }
	.g_header .bar { position: relative; display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 60px; background: #fff; color: #875F23; border-bottom: 1px solid #4d4d4d; }
	.g_header .bar .menu { position: absolute; right: 0; top: 0; display: inline-block; padding: 0 10px; line-height: 60px; }
	.g_header .bar .menu img { vertical-align: middle; height: 32px; }
	.g_header .bar .logo { font-size: 30px; font-weight: bold; line-height: 60px; color: #4d4d4d; padding-left: 10px; }
	.g_header .bar .logo img { max-height: 36px; vertical-align: middle;}

	.g_header .main .con { text-align: left; height: auto; }
	.g_header .logo_pc { display: none; }

	.g_header .main .nav { display: block; height: auto; padding: 10px 0; margin-top: 0; line-height: 1; 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 .main .nav > li { display: block; text-align: left; }
	.g_header .main .nav > li > a { width: auto; padding: 20px 50px; margin: 0; }
	.g_header .main .nav > li > a > p > b { margin-bottom: 5px; color: #4d4d4d;}
	.g_header .main .nav > li > a > p .en { display:none;}

	.g_header .main .nav.show { visibility: visible; opacity: 1; top: 60px; bottom: 0;}
	.g_header .main .con .lx { display: none; }
}
@media (max-width: 1024px) {
.g_footer .top .nav { display: none;}
}
.g_footer {clear: both; background: #2f2d39;}
.g_footer .top { position: relative; }
.g_footer .top .nav {padding: 70px 0 68px 0;overflow:hidden;}
.g_footer .top .nav > li { float: left;padding-right: 110px;margin-right:30px;height:200px;border-right: 1px solid rgba(255,255,255,0.2);}
.g_footer .top .nav > li:last-child { border-right: none;}
.g_footer .top .nav > li .box {  }



.g_footer .top .nav > li .h1 { font-size:18px; color: #fff;text-align:left;}
.g_footer .top .nav > li .lb{padding-top:10px;float:left;}
.g_footer .top .nav > li .lb2{float:left;padding-top:46px;padding-left:50px;line-height:33px;color: rgba(255,255,255,.3);}
.g_footer .top .nav > li .lb .p1 { line-height: 33px; color: rgba(255,255,255,.3);}
/* 右侧蓝栏贴底与底部 logo 连成一体 */
.g_footer .top { position: relative; padding-right: 293px; box-sizing: border-box; }
.g_footer .top .right {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	/*bottom: 0;*/
	background:#3e8bff;
	padding:70px 0 85px 0;
	color:#fff;
	text-align:center;
	width:293px;
	border-bottom:1px solid #3e8bff;
	margin-bottom:0;
	z-index:2;
	box-sizing: border-box;
}
.g_footer .top .right .s2{font-size:24px;padding:12px 0 40px 0;}
.g_footer .top .right .p1 {color: #fff; display: inline-block; width: 100%; text-align: center; padding-top:13px;}
.g_footer .top .right .gzh{}
.g_footer .bottom {color:rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,0.2);height:60px;line-height:60px;overflow:hidden;position:relative;z-index:1;}
.g_footer .bottom .p1{float:left;}
.g_footer .bottom .logo{float:right;background:#3e8bff;width:293px;text-align:center;font-size:22px;font-weight:bold;color:#fff;position:relative;z-index:2;margin-top:-1px;}

/* 友情链接：正常文档流，仅首页输出；不撑破蓝栏（蓝栏 absolute 拉满） */
.g_footer .top ul.flink {
	display: block;
	clear: both;
	float: none;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 1;
	margin: 0;
	padding: 8px 0 20px;
	list-style: none;
	overflow: hidden;
	line-height: 28px;
}
.g_footer .top ul.flink > li {
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	height: auto;
	line-height: 28px;
	list-style: none;
}
.g_footer .top ul.flink > li a {color: rgba(255,255,255,.5);white-space:nowrap;}
.g_footer .top ul.flink > li a:hover {color: #fff;}
.g_footer .top ul.flink > li:last-child { margin-right: 0; border-right: none;}

@media (max-width: 1024px) {
	.g_footer .top { padding-right: 0; }
	.g_footer .top ul.flink { display: none;}
	.g_footer .top .right {
		position: static;
		width: auto;
		margin: 80px auto 0 auto;
		padding: 30px 0;
	}
}

@media (max-width: 1024px) {
	.g_footer .top .nav {float: none; padding: 30px 0 0 0;margin-left:0;}
	.g_footer .top .right { float: none; text-align: center; margin: 80px auto 0 auto;padding:30px 0 30px 0;margin-bottom:0;}
	.g_footer .top .nav { margin-bottom: 0;}
	.g_footer .top .nav > li {width:33.33%; text-align:center;margin-right:0;padding-bottom: 30px;padding-left:0;}
	.g_footer .top .nav > li .h1{text-align:center;}
	.g_footer .top .nav > li .box { border: 0;padding-right:0px;}
	.g_footer .top .nav > li .lb{float:none;}
    .g_footer .top .nav > li .lb2{float:none;padding-top:0;padding-left:0;}
	.f_br{border-right:0;}
	.g_footer .bottom {height:auto;}
	.g_footer .bottom .p1{float:none;text-align:center;}
    .g_footer .bottom .logo{float:none;margin:0 auto;}
	
}
@media (max-width: 750px) {
	.g_footer .top .nav > li {padding-right:50px;}
}
@media (max-width: 600px) {
	.g_footer .top .nav > li {padding-right:20px;}
	.g_footer .top .right {margin: 100px auto 0 auto;}
}
/*--子页面--*/

		.s_child_banner{display:none;}
        @media (max-width: 1024px) {
	      .child_banner{display:none;}
		  .s_child_banner{display:block;}
        }
		
		.page{border-bottom:1px solid #eaeaea;padding-left:55px;line-height:80px;color:#666;}
		@media (max-width: 1024px) {
			.page{padding-left:10px;line-height:60px;}
		}
		
		
	    .news{}
		.news .offset{}
		.news .offset .list{margin-left:-75px;margin-bottom:-60px;overflow:hidden;}
		.news .offset .list > li{float:left;width:33.33%;padding-left:75px;padding-bottom:60px;}
		.news .offset .list > li:nth-child(3n+1) {clear:both;}
		.news .offset .list > li .box{display:block;padding-bottom:18px;border-bottom:2px solid #fff;}
		.news .offset .list > li .box .p1{font-size:18px;color:#333;}
		.news .offset .list > li .box .p2{padding:13px 0 30px 0;line-height:24px;}
		.news .offset .list > li .box .time{color:#999;}
		.news .offset .list > li .box .line{display:inline-block;width:30px;height:2px;background:#f2f2f2;transition: .3s ease;}
		.news .offset .list > li .box:hover .line{background:#3e8bff;width:100%;transition: .3s ease;}
		.news .offset .btn{text-align:center;margin:53px 0 100px 0;}
		.news .offset .btn .more{padding:13px 30px;display:inline-block;border:2px solid #f2f2f2;font-size:16px;}
		.news .offset .btn .more:hover{background:#3e8bff;color:#fff;border:2px solid #3e8bff;}
		@media (max-width: 1024px) {
			.news .offset .list > li{width:50%;}
			.news .offset .list > li:nth-child(n) {clear:none;}
			.news .offset .list > li:nth-child(2n+1) {clear:both;}
		}
		@media (max-width: 600px) {
			.news .offset .list > li{width:100%;padding-bottom:30px;}
			.news .offset .list > li:nth-child(n) {clear:none;}
		}
		
		
		.team .offset{}
		.team .offset .list{margin-left:-30px;margin-bottom:-30px;overflow:hidden;}
		.team .offset .list > li{float:left;width:33.33%;padding-left:30px;padding-bottom:30px;}
		.team .offset .list > li:nth-child(3n+1) {clear:both;}
		.team .offset .list > li .box{
			display:block;
			overflow:hidden;
			background:#fff;
			transition:transform .35s ease, box-shadow .35s ease;
		}
		.team .offset .list > li .box .pic{
			overflow:hidden;
			background:#eee;
		}
		.team .offset .list > li .box .pic img{
			display:block;
			width:100%;
			transition:transform .45s ease;
		}
		.team .offset .list > li .box .font{
			text-align:center;
			padding:30px 15px 35px 15px;
			transition:background .35s ease, color .35s ease;
		}
		.team .offset .list > li .box .font .p1{
			font-size:18px;
			color:#333;
			transition:color .35s ease, transform .35s ease;
		}
		.team .offset .list > li .box .font .p2{
			color:#3e8bff;
			padding:20px 0 16px 0;
			min-height:1.2em;
			transition:color .35s ease, opacity .35s ease;
		}
		.team .offset .list > li .box .font .p3{line-height:24px;display:none;}
		.team .offset .list > li .box:hover{
			transform:translateY(-8px);
			box-shadow:0 14px 28px rgba(47,45,57,.12);
		}
		.team .offset .list > li .box:hover .pic img{
			transform:scale(1.06);
		}
		.team .offset .list > li .box:hover .font{background:#3e8bff;color:#fff;}
		.team .offset .list > li .box:hover .font .p1,
		.team .offset .list > li .box:hover .font .p2{color:#fff;}
		.team .offset .list > li .box:hover .font .p3{color:rgba(255,255,255,.6);}
		.team .offset .btn{text-align:center;margin:53px 0 100px 0;}
		.team .offset .btn .more{padding:13px 30px;display:inline-block;border:2px solid #f2f2f2;font-size:16px;transition:background .3s ease,color .3s ease,border-color .3s ease;}
		.team .offset .btn .more:hover{background:#3e8bff;color:#fff;border:2px solid #3e8bff;}
		@media (max-width: 1024px) {
			.team .offset .list > li{width:50%;}
			.team .offset .list > li:nth-child(n) {clear:none;}
			.team .offset .list > li:nth-child(2n+1) {clear:both;}
		}
		@media (max-width: 600px) {
			.team .offset .list > li{width:100%;}
			.team .offset .list > li:nth-child(n) {clear:none;}
		}
		
		/*-----------------------------分页 start--------------------------------*/
.next1{width: 100%;height: auto;overflow: hidden;text-align: center;}
.next1 ul{display: inline-block;}
.next1 ul li{display: inline-block;}
.next1 a{display: inline-block;border: 1px solid #ebebeb;color: #999;width: 30px;height: 30px;line-height: 30px;margin: 0 4px;overflow: hidden;}
.next1 a.on1,.next1 a:hover{background: #3e8bff;color: #fff;border: 1px solid #3e8bff;}
/*--------------------分页 end----------------------*/