a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*-------------------------------导航栏-----------------------------------------------------------------------*/

#nav0 {
	width: 100%;
	height: 80px;
	background: #0070C0;
}

#nav1 {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

#nav2 {
	height: 80px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	line-height: 80px;
}

#nav3 {
	height: 80px;
	width: 700px;
	float: left;
}

#nav4 {
	height: 20px;
	display: flex;
	flex-direction: row-reverse;
}

#nav5 ul li {
	position: relative;
	float: left;
	margin-right: 15px;
}

#nav5 ul li:last-child {
	margin-right: 0;
}

#nav5 {
	width: 600px;
	float: right;
}

#nav5 .normalnav {
	float: right;
}

a:hover {
	color: #0070C0;
}

#nav5 ul li a {
	display: block;
	width: 80px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: white;
	padding: 0 !important;
	font-size: 14px;
	font-weight: normal;
}

#nav5 ul li a.active {
	color: #fff;
	background-color: #00497d;
}

#nav5 ul li a:hover {
	color: #fff;
	background-color: #00497d;
}

#nav5 .nav .open>a, #nav5 .nav .open>a:focus, #nav5 .nav .open>a:hover {
	color: #fff;
	background-color: #00497d;
}

#nav5 ul {
	/* overflow: hidden; */
}

#nav5 ul li:hover .dropdown-menu {
	display: block;
}

#nav5 ul li .dropdown-menu::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -11px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 10px dashed #fff;
	border-bottom: 10px solid\9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	/* border-color: #fff; */
}

#nav5 ul li .dropdown-menu::after {
	content: '';
	width: 100%;
	height: 10px;
	background: transparent;
	position: absolute;
	top: -10px;
	left: 0;
}

#nav5 ul li .dropdown-menu li {
	display: block;
	width: 100%;
}

#nav5 ul li .dropdown-menu {
	top: 43px;
	left: -28px;
}

#nav5 ul li .dropdown-menu li a {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: left;
	padding: 0 15px !important;
	position: relative;
}

#nav5 ul li .dropdown-menu li a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #00497d;
}

#nav5 ul li .dropdown-menu li a:hover::before {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background-color: #125687;
	position: absolute;
	left: 8px;
	top: 9px;
}

#nav5 ul li a:focus{}

.dropdown-menu {
	min-width: 130px !important;
	border: none;
}

#nav0 #nav5 ul li .open {
	color: #333;
}

#nav5 ul li ul li a {
	color: #333;
}

#nav4 button {
	font-size: 11px;
	background: #0070C0;
	border: 0px;
	color: white;
}

#nav4 button.lang {
	background: #0070C0;
	border: 1px solid #00497D;
	color: white;
}

#nav4 button#defaultLang {
	background: #00497D;
}

/*--------------------------------------------轮播图-------------------------------------------------------*/

#slideshow1 {
	height: 550px;
	width: 100%;
	position: relative;
}
#slideshow1 a,
#slideshow1 a img{
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* <!--  ------------------------------------------------滚动消息--------------------------------------------------------->*/

#gundong {
	margin-top: -100px;
	background-color: #fdfdfd;
}

.gundong {
	box-sizing: border-box;
	width: 1000px;
	height: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 135px;
}

.left {
	float: left;
}

#gdlogo {
	width: 120px;
	height: 50px;
	text-align: left;
}

#dg1 {
	width: 800px;
	height: 50px;
	text-align: left;
}

#dg2 {
	width: 800px;
	height: 25px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #0070C0;
}

#dg3 {
	width: 800px;
	height: 25px;
	/*  background-color:rgba(101,133,149,0.4);*/
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #0070C0;
}

marquee {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
}

#gundong a {
	list-style: one;
	text-decoration: none;
	color: #00497d;
}

#gundong a:hover {
	opacity: 0.8;
}

#dg4 {
	display: none;
	height: 50px;
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #00497d;
}

/* <!--  ------------------------------------------------产品展示--------------------------------------------------------->*/

#productShow0, #trainingCatalog {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}

li {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}

.ag7-main {
	width: 100%;
	height: 460px;
	margin: 10px 0;
	background: url(../img/LBBG-15.png) no-repeat center center;
}

.ag7-main .phone-index-banner {
	display: none
}

.ag7-bannerslide {
	position: relative;
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	/*display: flex; flex-direction:row;*/
	/*:50px*/
}

.ag7-bannerslide .slidebox {
	position: relative;
	margin-left: 4%;
	height: 380px;
	width: 65%;
}

.ag7-bannerslide .slidebox li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.ag7-bannerslide .slidebox li a {
	height: 380px;
	width: 650px;
}

.ag7-bannerslide a img {
	display: block;
}

.ag7-bannerslide .slideinfo {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 70%;
	bottom: 0;
	z-index: 10
}

#ltitle1 {
	position: absolute;
	left: 10%;
	top: -15px;
	height: 30px;
	width: 100%;
}

#ltitle1 ul {
	height: 30px;
	width: 80%;
}

#ltitle1 ul li {
	float: left;
	font-size: 16px;
	display: block;
	width: 50%;
	text-align: center;
	line-height: 30px;
	background: #B4B4B4;
}

#ltitle1 ul li.active {
	color: white;
	background: #0070C0;
}

.ag7-bannerslide .slidelist {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	color: #fff;
	font-size: 14px;
	/*background-color:#222*/
}

.ag7-bannerslide .slidelist ul {
	position: absolute;
	left: 18%;
	z-index: 10;
	width: 80%;
	text-align: left;
}

.ag7-bannerslide .slidelist ul li {
	width: 100%;
	line-height: 24px;
	margin: 5px 0 10px;
	cursor: pointer;
}

.ag7-bannerslide .slidelist .mask {
	width: 75%;
	height: 24px;
	position: absolute;
	left: 13%;
	top: 5px;
	background: #ababab;
	display: block;
}

/*--------------------------------------------------新闻中心---------------------------------------------------------*/

#newsSection {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

#zSlider {
	margin: 10px auto;
	width: 1000px;
	overflow: hidden;
}

#picshow {
	position: relative;
}

#picshow {
	width: 680px;
	height: 385px;
	overflow: hidden;
	float: left;
}

#picshow {
	box-sizing: border-box;
	padding: 0 10px;
}

#picshow_img {
	width: 100%;
	height: 100%;
}

#picshow_img li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	display: none;
}

#picshow_img img {
	width: 660px;
	height: 356px;
}

#picshow_tx {
	left: 0px;
	width: 680px;
	bottom: 0px;
	position: absolute;
	height: 144px;
	overflow: hidden;
}

#picshow_tx li {
	padding: 10px 30px;
	height: 90px;
	color: #fff;
	display: none;
}

#picshow_tx li a {
	color: #fff;
}

#picshow_tx li a:hover {
	text-decoration: underline;
}

#picshow_tx li h3 {
	margin: 13px 0;
}

#picshow_tx ul {
	background-color: rgba(226, 226, 226, 0.2);
}

#picshow_tx ul a {
	font-size: 16px;
}

#picshow_tx li p {
	font-size: 12px;
	color: white;
	line-height: 16px;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select_btn {
	width: 320px;
	height: 385px;
	color: #111;
	float: right;
	display: inline;
	font-size: 12px;
}

#select_btn li {
	width: 320px;
	height: 55px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: all .7s ease 0s;
}
#select_btn li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

#select_btn li:hover {
	background-color: #D3D3D3;
}
#select_btn li:hover .select_text{
	color: #333;
}

#select_btn li.current {
	background-color: #D3D3D3;
}

#select_btn li.current .time{
	background-color: #0070c0;
	
}

#select_btn li.current:hover {

	background-color: #D3D3D3;
}
#select_btn li.current .select_text{
	color: #333;
}

#select_btn a {
	color: #000;
	text-decoration: none;
}

#select_btn img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 70px;
	height: 49px;
	margin-right: 10px;
	float: left;
}

#select_btn .select_text {
	display: block;
	width: 240px;
	float: left;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	padding: 5px 0 0 5px;
}

#select_btn .select_date {
	width: 240px;
	height: 21px;
	float: left;
	line-height: 18px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px 0 0 5px;
	color: #999;
}

#select_btn .select_date p,#select_btn .select_date div,#select_btn .select_date * {
	display: inline;
	font-size: 12px !important;
	color: #999;
	line-height: 18px;
}

#foot_bm a, #foot_bm, p, p a {
	color: #666;
}

/*--------------------------------------------------地图----------------------------------------------------------*/

#dt0 {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

#dt {
	width: 100%;
	height: 310px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 50px;
}

#dt1 {
	width: 1000px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
}

#dt2 {
	width: 400px;
	height: 280px;
	position: relative;
}

#map {
	width: 600px;
	height: 280px;
	;
	border: #ccc solid 1px;
	font-size: 12px;
}

#dt4 {
	width: 270px;
	height: 30px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

#dt5 {
	width: 300px;
	line-height: 22px;
	font-size: 14px;
	vertical-align: middle;
	padding: 30px 0;
}

#dt6 {
	width: 270px;
	height: 280px;
	line-height: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
	border-bottom: solid 1px rgba(204, 204, 204, 0.6);
	position: absolute;
	/*background-color:rgba(101,133,149,0.4);*/
}

.xbt {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
	color: #0070C0;
}

/*---------------------------------------------------------------页脚区-----------------------------------------*/

#footer, ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer {
	background: #00497d;
	width: 100%;
	margin-top: 0px;
}

#footer1 {
	/*background-color:rgba(101,133,149,0.4);*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 15px;
}

#footer6 {
	height: 44px;
	margin-left: auto;
	margin-right: auto;
}

#footer2 {
	/*background-color:rgba(101,133,149,0.4);*/
	width: 400px;
	float: left;
	overflow: hidden;
}

.footerimg {
	display: block;
	width: 350px;
}

#footer3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#footer4 {
	float: right;
	margin-bottom: 10px;
}

#footer5 {
	float: right;
}

#footer a {
	text-decoration: none;
	color: white;
}

.li2 {
	float: left;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	padding: 0 17px;
}

#li1 {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

#footer6 {
	text-align: center;
	line-height: 44px;
	font-size: 12px;
	color: white;
	border-top: solid 1px rgba(204, 204, 204, 0.6);
}

.tit-con, .tit {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.contact-list {
	width: 100%;
	float: left;
	position: relative;
}

.contact-list .tit {
	position: absolute;
	left: 0;
	top: 0;
}

.tit-con {
	padding-left: 45px;
}

.contact-list-sub {
	float: left;
	padding-left: 45px;
}

.contact-list-sub .tit-con {
	padding-left: 0;
}

.time {
	display: block;
	width: 65px;
	height: 55px;
	float: left;
	background-color: #999999;
	color: #fff;
}
#select_btn li:hover .time{
	background-color: #0070c0;
}

.time-day {
	line-height: 32px;
	font-size: 18px;
	display: block;
	text-align: center
}

.time-date {
	font-size: 12px;
	display: block;
	text-align: center
}

/* 内页样式 */
.banner-show-img{
	width: 100%;
	height: 300px;
	background:url(../img/ban_bg.jpg) center center;
	background-size: 100% 100%;
}

.content-box{
	overflow: hidden;
	background: #e8e8e8;
}

.content-box-sub{
	box-sizing: border-box;
	padding: 0 115px;
	width:1000px;
	margin: 50px auto;
	background: #fff;
	padding-bottom: 30px;
	min-height: 500px;
}

.content-box-sub-tit h4{
	width: 114px;
	height: 45px;
	border-radius: 0 0 4px 4px;
	background-color: #2e8acb;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.content-box-sub-list{
	margin-top: 18px;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.content-box-sub-list-item{
	border-top: 1px solid #e9e9e9;
	width: 100%;
	float: left;
}
.content-box-sub-list-item-left{
	width: 60px;
	padding: 18px 0;
	text-align: center;
	float: left;
}
.content-box-sub-list-item-left span{
	font-size: 22px;
	color: #0070c0;
	line-height: 30px;
	display: block;
	text-align: center;
}
.content-box-sub-list-item-left span.news-time{
	font-size: 14px;
	line-height: 22px;
}
.content-box-sub-list-item-right{
	float: right;
	width: 710px;
	padding: 20px 0 20px 10px;
}
.content-box-sub-list-item-right-tit{
	font-size: 14px;
	color: #0070c0; 
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	margin-bottom: 6px;
}
.content-box-sub-list-item-right-tit a{
	color: #0070c0; 
}
.news-content{
	height: 14px;
	overflow: r;
	font-size: 12px;
	color: #565657;
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-content p{
	display: inline;
}
.news-content p img{
	display: none;
}
.center{
	text-align: center;
}
.m-style a{
	width: 30px;
    height: 30px;
	line-height: 30px;
	border-radius: 4px;
}

.m-style .active{
	margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0070c0;
    color: #fff;
    font-size: 14px;
	border: 1px solid #0070c0;
	border-radius: 4px;
}
.m-style .next, .m-style .prev{
	line-height: 26px;
}
.m-style a:hover {
    color: #fff;
    background: #0070c0;
}

.center{
    overflow: hidden;
}
.center .m-style{
	display: inline-block;
	margin: 0 auto;
}
.noborder{
	border-bottom: none;
}
.news-title, .picture-title h3{
	font-size: 26px;
	color: #0070c0;
	text-align: center;
	margin-bottom: 15px;
}
.news-title-more p{
	font-size: 12px;
	color: #565657;
	line-height: 16px;
}
.news-title{
	border-bottom:1px solid #eeeeee;
	padding: 5px 0;
}
.news-content-list {
	padding: 20px 0;
}
.news-content-list p{
	font-size: 14px;
	color: #565657;
	line-height:30px;
	text-indent: 28px;
	display: block;
	margin-bottom: 20px;
}
.news-content-list p img{
	display: block;
	width: 700px;
	margin: 0 auto;
}
.title-line{
	display: block;
	float: left;
	width: 330px;
	height: 1px;
	background-color: #9b9b9b;
	margin-top: 35px;
}
.title-name{
	width: 340px;
	text-align: center;
	float: left;
}
.title-name p{
	font-size: 28px;
	color: #666;
}
.title-name p.name-en{
	color: #c1c1c1;
	font-size: 22px;
	letter-spacing: 2px;
	font-family: MicrosoftYaHei;
}
.news-list-box{
	overflow: hidden;
}
.news-list-box li{
	float: left;
	margin-bottom: 10px;
	padding: 0 18px;
}
.news-list-box li a{
	display: block;
	width: 220px;
	height: 60px;
}
.news-list-box li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.news-main{
	padding: 30px 0;
	background: #fdfdfd;
}
.news-more{
	display: block;
	width: 130px;
	height: 38px;
	font-size: 16px;
	border: 1px solid #0070c0;
	border-radius: 6px;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
}
.news-more span{
	letter-spacing: 2px;
	padding-left: 3px;
	position: relative;
	top: -2px;
}
.hotle-style{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
}
.room-box li{
	float: left;
	padding:10px 16px;
}
a {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*-------------------------------导航栏-----------------------------------------------------------------------*/

#nav0 {
	width: 100%;
	height: 80px;
	background: #0070C0;
}

#nav1 {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

#nav2 {
	height: 80px;
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	line-height: 80px;
}

#nav3 {
	height: 80px;
	width: 700px;
	float: left;
}

#nav4 {
	height: 20px;
	display: flex;
	flex-direction: row-reverse;
}

#nav5 ul li {
	position: relative;
	float: left;
	margin-right: 15px;
}

#nav5 ul li:last-child {
	margin-right: 0;
}

#nav5 {
	width: 600px;
	float: right;
}

#nav5 .normalnav {
	float: right;
}

a:hover {
	color: #0070C0;
}

#nav5 ul li a {
	display: block;
	width: 80px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: white;
	padding: 0 !important;
	font-size: 14px;
	font-weight: normal;
}

#nav5 ul li a.active {
	color: #fff;
	background-color: #00497d;
}

#nav5 ul li a:hover {
	color: #fff;
	background-color: #00497d;
}

#nav5 .nav .open>a, #nav5 .nav .open>a:focus, #nav5 .nav .open>a:hover {
	color: #fff;
	background-color: #00497d;
}

#nav5 ul {
	/* overflow: hidden; */
}

#nav5 ul li:hover .dropdown-menu {
	display: block;
}

#nav5 ul li .dropdown-menu::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -11px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 10px dashed #fff;
	border-bottom: 10px solid\9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	/* border-color: #fff; */
}

#nav5 ul li .dropdown-menu::after {
	content: '';
	width: 100%;
	height: 10px;
	background: transparent;
	position: absolute;
	top: -10px;
	left: 0;
}

#nav5 ul li .dropdown-menu li {
	display: block;
	width: 100%;
}

#nav5 ul li .dropdown-menu {
	top: 43px;
	left: -28px;
}

#nav5 ul li .dropdown-menu li a {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: left;
	padding: 0 15px !important;
	position: relative;
}

#nav5 ul li .dropdown-menu li a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #00497d;
}

#nav5 ul li .dropdown-menu li a:hover::before {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background-color: #125687;
	position: absolute;
	left: 8px;
	top: 9px;
}

#nav5 ul li a:focus{}

.dropdown-menu {
	min-width: 130px !important;
	border: none;
}

#nav0 #nav5 ul li .open {
	color: #333;
}

#nav5 ul li ul li a {
	color: #333;
}

#nav4 button {
	font-size: 11px;
	background: #0070C0;
	border: 0px;
	color: white;
}

#nav4 button.lang {
	background: #0070C0;
	border: 1px solid #00497D;
	color: white;
}

#nav4 button#defaultLang {
	background: #00497D;
}

/*--------------------------------------------轮播图-------------------------------------------------------*/

#slideshow1 {
	height: 550px;
	width: 100%;
	position: relative;
}
#slideshow1 a,
#slideshow1 a img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------功能区-------------------------------------------------------*/
.main-container{
	position: relative;
}

#banner {
	padding: 20px 0;
	width: 85px;
	position: fixed;
	top: 132px;
	right: 0;
	z-index: 9999;
	background-color: rgba(101,133,149,.7);
}

#banner0 {
	width: 100%;
	height: 100%;
}

.banner1 {
	overflow: hidden;
	height: 100px;
	width: 85px;
	padding: 20px 0;
}
.banner1:hover {
	background-color:rgba(0,112,192,.7);
}

.banner1 img{
	display: block;
	width: 52px;
	margin: 0 auto;
}

/* <!--  ------------------------------------------------滚动消息--------------------------------------------------------->*/

#gundong {
	margin-top: -100px;
	background-color: #fdfdfd;
}

.gundong {
	box-sizing: border-box;
	width: 1000px;
	height: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 135px;
}

.left {
	float: left;
}

#gdlogo {
	width: 120px;
	height: 50px;
	text-align: left;
}

#dg1 {
	width: 800px;
	height: 50px;
	text-align: left;
}

#dg2 {
	width: 800px;
	height: 25px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #0070C0;
}

#dg3 {
	width: 800px;
	height: 25px;
	/*  background-color:rgba(101,133,149,0.4);*/
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #0070C0;
}

marquee {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
}

#gundong a {
	list-style: one;
	text-decoration: none;
	color: #00497d;
}

#gundong a:hover {
	opacity: 0.8;
}

#dg4 {
	display: none;
	height: 50px;
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #00497d;
}

/* <!--  ------------------------------------------------产品展示--------------------------------------------------------->*/

#productShow0 {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}

li {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}

.ag7-main {
	width: 100%;
	height: 460px;
	margin: 10px 0;
	background: url(../img/LBBG-15.png) no-repeat center center;
}

.ag7-main .phone-index-banner {
	display: none
}

.ag7-bannerslide {
	position: relative;
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	/*display: flex; flex-direction:row;*/
	/*:50px*/
}

.ag7-bannerslide .slidebox {
	position: relative;
	margin-left: 4%;
	height: 380px;
	width: 65%;
}

.ag7-bannerslide .slidebox li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.ag7-bannerslide .slidebox li a {
	height: 380px;
	width: 650px;
}

.ag7-bannerslide a img {
	display: block;
}

.ag7-bannerslide .slideinfo {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 70%;
	bottom: 0;
	z-index: 10
}

#ltitle1 {
	position: absolute;
	left: 10%;
	top: -15px;
	height: 30px;
	width: 100%;
}

#ltitle1 ul {
	height: 30px;
	width: 80%;
}

#ltitle1 ul li {
	float: left;
	font-size: 16px;
	display: block;
	width: 50%;
	text-align: center;
	line-height: 30px;
	background: #B4B4B4;
}

#ltitle1 ul li.active {
	color: white;
	background: #0070C0;
}

.ag7-bannerslide .slidelist {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	color: #fff;
	font-size: 14px;
	/*background-color:#222*/
}

.ag7-bannerslide .slidelist ul {
	position: absolute;
	left: 18%;
	z-index: 10;
	width: 80%;
	text-align: left;
}

.ag7-bannerslide .slidelist ul li {
	width: 100%;
	line-height: 24px;
	margin: 5px 0 10px;
	cursor: pointer;
}

.ag7-bannerslide .slidelist .mask {
	width: 75%;
	height: 24px;
	position: absolute;
	left: 13%;
	top: 5px;
	background: #ababab;
	display: block;
}

/*--------------------------------------------------新闻中心---------------------------------------------------------*/

#newsSection {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

#zSlider {
	margin: 10px auto;
	width: 1000px;
	overflow: hidden;
}

#picshow {
	position: relative;
}

#picshow {
	width: 680px;
	height: 385px;
	overflow: hidden;
	float: left;
}

#picshow {
	box-sizing: border-box;
	padding: 0 10px;
}

#picshow_img {
	width: 100%;
	height: 100%;
}

#picshow_img li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	display: none;
}

#picshow_img img {
	width: 660px;
	height: 356px;
}

#picshow_tx {
	left: 0px;
	width: 680px;
	bottom: 0px;
	position: absolute;
	height: 144px;
	overflow: hidden;
}

#picshow_tx li {
	padding: 10px 30px;
	height: 90px;
	color: #fff;
	display: none;
}

#picshow_tx li a {
	color: #fff;
}

#picshow_tx li a:hover {
	text-decoration: underline;
}

#picshow_tx li h3 {
	margin: 13px 0;
}

#picshow_tx ul {
	background-color: rgba(226, 226, 226, 0.2);
}

#picshow_tx ul a {
	font-size: 16px;
}

#picshow_tx li p {
	font-size: 12px;
	color: white;
	line-height: 16px;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select_btn {
	width: 320px;
	height: 385px;
	color: #111;
	float: right;
	display: inline;
	font-size: 12px;
}

#select_btn li {
	width: 320px;
	height: 55px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: all .7s ease 0s;
}
#select_btn li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

#select_btn li:hover {
	background-color: #D3D3D3;
}
#select_btn li:hover .select_text{
	color: #333;
}

#select_btn li.current {
	background-color: #D3D3D3;
}

#select_btn li.current .time{
	background-color: #0070c0;
	
}

#select_btn li.current:hover {

	background-color: #D3D3D3;
}
#select_btn li.current .select_text{
	color: #333;
}

#select_btn a {
	color: #000;
	text-decoration: none;
}

#select_btn img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 70px;
	height: 49px;
	margin-right: 10px;
	float: left;
}

#select_btn .select_text {
	display: block;
	width: 240px;
	float: left;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	padding: 5px 0 0 5px;
}

#select_btn .select_date {
	width: 240px;
	height: 21px;
	float: left;
	line-height: 18px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px 0 0 5px;
	color: #999;
}

#select_btn .select_date p,#select_btn .select_date div,#select_btn .select_date * {
	display: inline;
	font-size: 12px !important;
	color: #999;
	line-height: 18px;
}

#foot_bm a, #foot_bm, p, p a {
	color: #666;
}

/*--------------------------------------------------地图----------------------------------------------------------*/

#dt0 {
	height: 100px;
	width: 1000px;
	margin: 50px auto;
}

#dt {
	width: 100%;
	height: 310px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 50px;
}

#dt1 {
	width: 1000px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
}

#dt2 {
	width: 400px;
	height: 280px;
	position: relative;
}

#map {
	width: 600px;
	height: 280px;
	border: #ccc solid 1px;
	font-size: 12px;
}

#dt4 {
	width: 270px;
	height: 30px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

#dt5 {
	width: 300px;
	line-height: 22px;
	font-size: 14px;
	vertical-align: middle;
	padding: 30px 0;
}

#dt6 {
	width: 270px;
	height: 280px;
	line-height: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
	border-bottom: solid 1px rgba(204, 204, 204, 0.6);
	position: absolute;
	/*background-color:rgba(101,133,149,0.4);*/
}

.xbt {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
	color: #0070C0;
}

/*---------------------------------------------------------------页脚区-----------------------------------------*/

#footer, ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer {
	background: #00497d;
	width: 100%;
	margin-top: 0px;
}

#footer1 {
	/*background-color:rgba(101,133,149,0.4);*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 15px;
}

#footer6 {
	height: 44px;
	margin-left: auto;
	margin-right: auto;
}

#footer2 {
	/*background-color:rgba(101,133,149,0.4);*/
	width: 400px;
	float: left;
	overflow: hidden;
}

.footerimg {
	display: block;
	width: 350px;
}

#footer3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#footer4 {
	float: right;
	margin-bottom: 10px;
}

#footer5 {
	float: right;
}

#footer a {
	text-decoration: none;
	color: white;
}

.li2 {
	float: left;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	padding: 0 17px;
}

#li1 {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

#footer6 {
	text-align: center;
	line-height: 44px;
	font-size: 12px;
	color: white;
	border-top: solid 1px rgba(204, 204, 204, 0.6);
}

.tit-con, .tit {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.contact-list {
	width: 100%;
	float: left;
	position: relative;
}

.contact-list .tit {
	position: absolute;
	left: 0;
	top: 0;
}

.tit-con {
	padding-left: 45px;
}

.contact-list-sub {
	float: left;
	padding-left: 45px;
}

.contact-list-sub .tit-con {
	padding-left: 0;
}

.time {
	display: block;
	width: 65px;
	height: 55px;
	float: left;
	background-color: #999999;
	color: #fff;
}
#select_btn li:hover .time{
	background-color: #0070c0;
}

.time-day {
	line-height: 32px;
	font-size: 18px;
	display: block;
	text-align: center
}

.time-date {
	font-size: 12px;
	display: block;
	text-align: center
}

/* 内页样式 */
.banner-show-img{
	width: 100%;
	height: 300px;
	background:url(../img/ban_bg.jpg) center center;
	background-size: 100% 100%;
}

.content-box{
	overflow: hidden;
	background: #e8e8e8;
}

.content-box-sub{
	box-sizing: border-box;
	padding: 0 115px;
	width:1000px;
	margin: 50px auto;
	background: #fff;
	padding-bottom: 30px;
	min-height: 500px;
}

.content-box-sub-tit h4{
	width: 114px;
	height: 45px;
	border-radius: 0 0 4px 4px;
	background-color: #2e8acb;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.content-box-sub-list{
	margin-top: 18px;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.content-box-sub-list-item{
	border-top: 1px solid #e9e9e9;
	width: 100%;
	float: left;
}
.content-box-sub-list-item-left{
	width: 60px;
	padding: 18px 0;
	text-align: center;
	float: left;
}
.content-box-sub-list-item-left span{
	font-size: 22px;
	color: #0070c0;
	line-height: 30px;
	display: block;
	text-align: center;
}
.content-box-sub-list-item-left span.news-time{
	font-size: 14px;
	line-height: 22px;
}
.content-box-sub-list-item-right{
	float: right;
	width: 710px;
	padding: 20px 0 20px 10px;
}
.content-box-sub-list-item-right-tit{
	font-size: 14px;
	color: #0070c0; 
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	margin-bottom: 6px;
}
.content-box-sub-list-item-right-tit a{
	color: #0070c0; 
}
.news-content{
	height: 14px;
	overflow: r;
	font-size: 12px;
	color: #565657;
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-content p{
	display: inline;
}
.news-content p img{
	display: none;
}
.center{
	text-align: center;
}
.m-style a{
	width: 30px;
    height: 30px;
	line-height: 30px;
	border-radius: 4px;
}

.m-style .active{
	margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0070c0;
    color: #fff;
    font-size: 14px;
	border: 1px solid #0070c0;
	border-radius: 4px;
}
.m-style .next, .m-style .prev{
	line-height: 26px;
}
.m-style a:hover {
    color: #fff;
    background: #0070c0;
}

.center{
    overflow: hidden;
}
.center .m-style{
	display: inline-block;
	margin: 0 auto;
}
.noborder{
	border-bottom: none;
}
.news-title h3{
	font-size: 26px;
	color: #0070c0;
	text-align: center;
	margin-bottom: 15px;
}
.news-title-more p{
	font-size: 12px;
	color: #565657;
	line-height: 16px;
}
.news-title{
	border-bottom:1px solid #eeeeee;
	padding: 5px 0;
}
.news-content-list {
	padding: 20px 0;
}
.news-content-list p{
	font-size: 14px;
	color: #565657;
	line-height:30px;
	text-indent: 28px;
	display: block;
	margin-bottom: 20px;
}
.news-content-list p img{
	display: block;
	width: 700px;
	margin: 0 auto;
}
.title-line{
	display: block;
	float: left;
	width: 330px;
	height: 1px;
	background-color: #9b9b9b;
	margin-top: 35px;
}
.title-name{
	width: 340px;
	text-align: center;
	float: left;
}
.title-name p{
	font-size: 28px;
	color: #666;
}
.title-name p.name-en{
	color: #c1c1c1;
	font-size: 22px;
	letter-spacing: 2px;
	font-family: MicrosoftYaHei;
}
.news-list-box{
	overflow: hidden;
}
.news-list-box li{
	float: left;
	margin-bottom: 10px;
	padding: 0 18px;
}
.news-list-box li a{
	display: block;
	width: 220px;
	height: 60px;
}
.news-list-box li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.news-main{
	padding: 30px 0;
	background: #fdfdfd;
}
.news-more{
	display: block;
	width: 130px;
	height: 38px;
	font-size: 16px;
	border: 1px solid #0070c0;
	border-radius: 6px;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
}
.news-more span{
	letter-spacing: 2px;
	padding-left: 3px;
	position: relative;
	top: -2px;
}
.hotle-style{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
}
.room-box li{
	float: left;
	padding:10px 16px;
}

.training-con{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.training-con-item{
	position: relative;
	width: 350px;
	height: 240px;
	margin: 25px;
	float: left;
}
.training-con-item img{
	display: block;
	width: 100%;
	height: 100%;
}
.training-con-item:hover .training-con-mask{
	opacity: 1;
}
.training-con-mask{
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	background: rgba(0,0,0,.5);
	transition: all .5s;
}
.training-con-mask p{
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 0 20px;
	line-height: 20px;
}
.swiper-button-next{
	right: 100px;
}
.swiper-button-prev{
	left: 100px;
}






















