.section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.section .Hcss_FixedWidth {
	padding-top: 50px;
}

.section .H_TitleBox {
	color: #3e4b5b;
	text-align: center;
	font-family: "黑体";
}

.section .H_TitleBox>h3 {
	font-weight: 700;
	font-size: 50px;
}

.section .H_TitleBox>span {
	font-size: 36px;
	line-height: 60px;
}

.H_TopBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	width: 100%;
	height: 60px;
	background: #474e56;
	line-height: 60px;
}

.H_TopBox>.Hcss_FixedWidth>.Hcss_FloatLeft {
	width: 340px;
}

.H_TopBox>.Hcss_FixedWidth>.Hcss_FloatLeft>img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.H_TopBox>.Hcss_FixedWidth>.Hcss_FloatLeft>h3 {
	display: none;
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: "微软雅黑";
}

#menu {
	float: right;
	overflow: hidden;
	height: 60px;
}

#menu>li {
	position: relative;
	left: 1000px;
	float: left;
}

#menu>li>a {
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}

#menu>li>a:hover {
	background: #085b9f;
}

#menu .active a {
	background: #085b9f;
}

.section1 .H_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 50px #fff;
	font-size: 60px;
	line-height: 100px;
}

.section1 .H_play:hover {
	font-size: 80px;
}

.section1 .H_Close {
	position: absolute;
	top: 59px;
	right: 0;
	display: none;
	color: #fff;
	font-size: 30px;
}

.section1 .H_Close:hover {
	color: #085b9f;
}
.section1 video{ width: 100%; height: 100%; }
.section2 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bj1.jpg);
	background-position: center center;
	background-size: cover;
}

.section2 .H_UlBox {
	width: 100%;
	height: 460px;
}

.section2 .H_UlBox>li {
	float: left;
	display: none;
	width: 25%;
	height: auto;
}

.section2 .H_UlBox>li>a {
	display: block;
	width: 100%;
	height: 470px;
	border-radius: 6px;
	text-align: center;
	text-align: center;
}

.section2 .H_UlBox>li>a:hover {
	background: #085b9f;
	color: #fff;
}

.section2 .H_UlBox>li>a:hover {
	color: #fff;
}

.section2 .H_UlBox>li>a:hover i {
	color: #fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.section2 .H_UlBox>li>a:hover h3 {
	color: #fff;
}

.section2 .H_UlBox>li>a:hover ul {
	opacity: 1 ;
	filter:Alpha(opacity=100);
}

.section2 .H_UlBox>li>a>i {
	display: inline-block;
	width: 140px;
	height: 140px;
	border: #085b9f solid 6px;
	border-radius: 100px;
	color: #085b9f;
	font-size: 90px;
	line-height: 140px;
}

.section2 .H_UlBox>li>a>h3 {
	margin-top: 10px;
	color: #085b9f;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 50px;
}

.section2 .H_UlBox>li>a>ul>li {
	width: 100%;
	height: auto;
	color: #fff;
	line-height: 24px;
}

.section2 .H_UlBox>li>a>ul>li>i {
	font-size: 12px;
}

.section2 .H_UlBox>li>a>ul>li>span {
	font-size: 14px;
}

.section3 {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/bj2.jpg);
	background-position: center center;
	background-size: cover;
}

.section3 .H_TabBox {
	width: 100%;
	height: auto;
}

.section3 .H_TabNav {
	margin: 60px 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.section3 .H_TabNav>li {
	display: inline-block;
	margin: 0 10px;
}

.section3 .H_TabNav>li a {
	position: relative;
	padding: 6px 6px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}

.section3 .H_TabNav>li a:hover {
	color: #ffdc3b;
}

.H_draw::after,.H_draw::before {
	position: absolute;
	box-sizing: border-box;
	width: 40%;
	content: '';
}

.H_draw::after,.H_draw::before {
	width: 0;
	height: 0;
	border: 2px solid transparent;
}

.H_draw::before {
	top: 0;
	left: 0;
}

.H_draw::after {
	right: 0;
	bottom: 0;
}

.H_draw:hover::after,.H_draw:hover::before {
	width: 40%;
}

.H_draw:hover::before {
	-webkit-transition: width .25s;
	transition: width .25s;
	border-top-color: #ffdc3b;
}

.H_draw:hover::after {
	-webkit-transition: border-color 0s,width .25s;
	transition: border-color 0s,width .25s;
	border-bottom-color: #ffdc3b;
}

.section3 .H_TabNav>li .H_focus {
	color: #ffdc3b;
}

.H_focus::after,.H_focus::before {
	width: 40%;
}

.H_focus::before {
	border-top-color: #ffdc3b;
}

.H_focus::after {
	border-bottom-color: #ffdc3b;
}

.section3 .H_TabList {
	width: 100%;
	height: auto;
}

.section3 .H_TabList>li {
	display: none;
	width: 100%;
	height: auto;
}

.section3 .H_TabList>li:first-child {
	display: block;
}

.section3 .H_TabList>li>ul {
	width: 100%;
	height: auto;
}

.section3 .H_TabList>li>ul>li {
	position: relative;
	top: 700px;
	left: 300px;
	display: inline-block;
	overflow: hidden;
	margin: 0 9px;
	width: 276px;
	height: auto;
	border-radius: 6px;
}

.section3 .H_TabList>li>ul>li>a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 230px;
}

.section3 .H_TabList>li>ul>li>a>img {
	display: block;
	width: 100%;
	height: auto;
}

.section3 .H_TabList>li>ul>li>a>h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 50px;
}

.section3 .H_TabList>li>ul>li>a>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,108,205,.5);
	text-align: center;
	line-height: 200px;
}

.section3 .H_TabList>li>ul>li>a>div>i {
	display: block;
	margin: auto;
	margin-top: 10%;
	width: 80%;
	height: 80%;
	border: #fff solid 2px;
	color: #fff;
	font-size: 50px;
}

.section3 .H_TabList>li>ul>li>a:hover div {
	opacity: 1;
}

.section4 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bj3.jpg);
	background-position: center center;
	background-size: cover;
}

.section4 .Hcss_FixedWidth {
	position: relative;
	overflow: hidden;
}

.section4 .H_TabCaseBox>.H_CaseList {
	float: left;
	width: 890px;
	height: auto;
}

.section4 .H_TabCaseBox>.H_CaseList>li {
	display: none;
}

.section4 .H_TabCaseBox>.H_CaseList>li:first-child {
	display: block;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList {
	margin-left: -10px;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li {
	position: relative;
	left: -900px;
	float: left;
	overflow: hidden;
	margin-bottom: 12px;
	margin-left: 10px;
	width: 290px;
	height: auto;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 290px;
	height: 180px;
	background: url(../images/tp3.jpg);
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a>img {
	width: 290px;
	min-height: 180px;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a:hover>div {
	bottom: 0;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a>div {
	position: absolute;
	bottom: -138px;
	left: 0;
	padding: 10px;
	width: 270px;
	height: 160px;
	background: rgba(63,63,63,.68);
	color: #fff;
	font-family: "微软雅黑";
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a>div>h3 {
	margin-bottom: 6px;
	font-size: 18px;
}

.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a>div>span {
	font-size: 14px;
}

.section4 .H_TabCaseBox .H_TabButton {
	float: right;
	width: 310px;
	height: auto;
}

.section4 .H_TabCaseBox .H_TabButton>li {
	position: relative;
	left: 400px;
}

.section4 .H_TabCaseBox .H_TabButton>li>a {
	display: block;
	padding: 24px;
	height: 45px;
	background: #3f3f3f;
	color: #fff;
	font-family: "微乳雅黑";
}

.section4 .H_TabCaseBox .H_TabButton>li>a:hover {
	background: #085ba0;
}

.section4 .H_TabCaseBox .H_TabButton>li>a>h3 {
	margin-bottom: 6px;
	font-size: 18px;
}

.section4 .H_TabCaseBox .H_TabButton>li>a>span {
	font-size: 14px;
}

.H_focuss {
	background: #085ba0!important;
}

.H_MoreCase {
	position: absolute;
	bottom: 10px;
	left: 50%;
	display: block;
	display: none;
	margin-left: -80px;
	width: 160px;
	height: 40px;
	border-radius: 6px;
	background: #7e7e7e;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.section5 {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/bj4.jpg);
	background-position: center center;
	background-size: cover;
}

.section5 .H_CenterBox>span {
	position: relative;
	left: -900px;
	float: left;
	display: block;
	overflow: hidden;
	width: 579px;
	height: 380px;
	background: #fff;
}

.section5 .H_CenterBox>span>ul {
	width: 100%;
	height: auto;
}

.section5 .H_CenterBox>span>ul > li {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
}

.section5 .H_CenterBox>span>ul > li:first-child {
	display: block;
}

.section5 .H_CenterBox>span>ul > li > a {
	display: block;
	width: 100%;
	height: auto;
}

.section5 .H_CenterBox>span>ul > li > a > img {
	width: 100%;
	height: auto;
}

.section5 .H_CenterBox>span>div {
	position: absolute;
	bottom: 6px;
	left: 0px;
	width: 100%;
	height: auto;
}

.section5 .H_CenterBox>span>div > ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.section5 .H_CenterBox>span>div > ul > li {
	display: inline-block;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	border-radius: 6px;
	background: #fff;
}

.section5 .H_CenterBox>span>div > ul > .H_focus {
	background: #085ba0;
}

.section5 .H_CenterBox>div {
	float: right;
	width: 580px;
}

.section5 .H_CenterBox>div>ul>li {
	position: relative;
	left: 900px;
	margin-bottom: 23px;
}

.section5 .H_CenterBox>div>ul>li>i {
	float: left;
	width: 90px;
	height: 90px;
	background: #085ba0;
	color: #fff;
	text-align: center;
	font-size: 46px;
	line-height: 90px;
}

.section5 .H_CenterBox>div>ul>li>div {
	float: right;
	width: 460px;
	font-family: "微软雅黑";
}

.section5 .H_CenterBox>div>ul>li>div>h3 {
	color: #333;
	font-size: 18px;
}

.section5 .H_CenterBox>div>ul>li>div>span {
	color: #7f7f7f;
	font-size: 14px;
}

.section5 .H_CenterBox>div>a {
	float: left;
	margin-right: 70px;
	padding: 10px 50px;
	border-radius: 6px;
	background: #7e7e7e;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}

.section5 .H_CenterBox>div>a:hover {
	background: #085ba0;
}

.H_FooterBox {
	width: 100%;
	height: 40px;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.section5 .H_FooterBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 40px;
}

.H_EnlargeBox {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	display: none;
	width: 100%;
	height: 110%;
	background: rgba(0,0,0,.8);
}

.H_EnlargeBox>div {
	position: relative;
	display: table-cell;
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.H_EnlargeBox>div>div {
	display: inline-block;
	width: 700px;
	overflow-y: scroll;
	max-height: 520px;
}

.H_EnlargeBox>div>div>img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.H_EnlargeBox>div>i {
	position: absolute;
	top: 58px;
	right: 0;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.H_EnlargeBox>div>i:hover {
	color: #085b9f;
}

.H_EnlargeBox>div>h3 {
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 50px;
}

.H_SidebarBox {
	position: fixed;
	top: 20%;
	right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 50px;
	height: auto;
	border-radius: 6px 0 0 6px;
	z-index: 110;
}

.H_SidebarBox>ul>li {
	border-bottom: #444 solid 1px;
	position: relative;
	
}


.H_SidebarBox>ul>li>a {
	display: block;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	position: relative;
	z-index: 111;
	background: #333;
}
.H_SidebarBox>ul>li:hover > a{
	background: #085ba0;
}
.H_SidebarBox>ul>li> div{
	display: none;
	position: absolute;
	top: 0px;
	left: -500px;
	width: auto;
	height: auto;
	overflow: hidden;
	background: #085ba0;
	padding: 10px;
	z-index: 100;
}
.H_SidebarBox>ul>li:hover > div{
}
.H_SidebarBox>ul>li> div > a{ font-family: "微软雅黑"; font-size: 16px; color: #fff; display: block; text-align: center; }
.H_SidebarBox>ul>li> div > ul{ margin-top: 12px; }
.H_SidebarBox>ul>li> div > ul > li{}
.H_SidebarBox>ul>li> div > ul > li > a{ display: block; font-family: "微软雅黑"; font-size: 12px; color: #fff; padding: 6px 0px; }
.H_SidebarBox>ul>li> div > ul > li > a:hover{ text-decoration: underline }
.H_SidebarBox>ul>li> div > ul > li > a > img{ width: 120px; height: auto; }














/* ------------------------------------------   子页样式   ------------------------------------------ */
.H_SubpageTopBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 60px;
	background: #474e56;
	line-height: 60px;
}

.H_SubpageTopBox>.Hcss_FixedWidth>.Hcss_FloatLeft {
	width: 340px;
}

.H_SubpageTopBox>.Hcss_FixedWidth>.Hcss_FloatLeft>img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.H_SubpageTopBox>.Hcss_FixedWidth>.Hcss_FloatLeft>h3 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: "微软雅黑";
}

.H_SubpageTopBox #menu {
	float: right;
	overflow: hidden;
	height: 60px;
}

.H_SubpageTopBox #menu>li {
	position: relative;
	left: 0px;
	float: left;
}

.H_SubpageTopBox #menu>li>a {
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_SubpageTopBox #menu>li>a:hover {
	background: #085b9f;
}

.H_SubpageTopBox #menu .active a {
	background: #085b9f;
}

.H_SubpageHeader {
	position: relative;
	width: 100%;
	height: auto;
}

.H_SubpageHeader > img {
	width: 100%;
	height: auto;
}

.H_SubpageHeader > h3 {
	position: absolute;
	top: 40%;
	width: 100%;
	height: auto;
	color: #000;
	text-align: center;
	letter-spacing: 10px;
	font-weight: bold;
	font-size: 60px;
	font-family: "黑体";
}

.H_SubpageHonor {
	width: 100%;
	height: auto;
	background: #fff;
}

.H_SubpageHonor .H_SubpageHonorNav {
	margin: 40px 0;
	margin-top: 70px;
	width: 100%;
	height: auto;
	text-align: center;
}

.H_SubpageHonor .H_SubpageHonorNav > li {
	display: inline-block;
	margin: 0 10px;
}

.H_SubpageHonor .H_SubpageHonorNav > li > a {
	position: relative;
	padding: 6px;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-family: '微软雅黑';
}

.H_SubpageHonor .H_SubpageHonorList {
	width: 100%;
	height: auto;
}

.H_SubpageHonor .H_SubpageHonorList > li {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin: 12px 9px;
	width: 276px;
	height: auto;
	border: #eee solid 2px;
	border-radius: 6px;
}

.H_SubpageHonor .H_SubpageHonorList > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 230px;
}

.H_SubpageHonor .H_SubpageHonorList > li > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.H_SubpageHonor .H_SubpageHonorList > li > a > h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #717171;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 50px;
}

.H_SubpageHonor .H_SubpageHonorList > li > a > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,108,205,.5);
	text-align: center;
	line-height: 200px;
}

.H_SubpageHonor .H_SubpageHonorList > li > a > div > i {
	display: block;
	margin: auto;
	margin-top: 10%;
	width: 80%;
	height: 80%;
	border: #fff solid 2px;
	color: #fff;
	font-size: 50px;
}

.H_SubpageHonor .H_SubpageHonorList > li >a:hover div {
	opacity: 1;
}
/* 分页 */
.H_PagingBox {
	margin: 50px 0;
	width: 100%;
	height: auto;
}

.H_PagingBox .Hcss_FixedWidth {
	text-align: center;
}

.H_PagingBox .Hcss_FixedWidth > ul {
	display: inline-block;
}

.H_PagingBox .Hcss_FixedWidth > ul > li {
	float: left;
	margin-left: 6px;
}

.H_PagingBox .Hcss_FixedWidth > ul > li > a {
	display: block;
	padding: 6px 10px;
	border: #3f3f3f solid 1px;
	background: #3f3f3f;
	color: #fff;
	font-size: 12px;
	font-family: "微软雅黑";
}

.H_PagingBox .Hcss_FixedWidth > ul > li > a:hover {
	border: #085ba0 solid 1px;
	background: #085ba0;
	color: #fff;
}

/* 联系我们 */
.H_ContactUs {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: auto;
	background: #FFF;
	background: url(../images/tp6.jpg);
}

.H_ContactUs .Hcss_FixedWidth {
	padding-top: 80px;
	padding-bottom: 60px;
}

.H_ContactUs .Hcss_FixedWidth .H_TitleBox {
	text-align: center;
}

.H_ContactUs .Hcss_FixedWidth .H_TitleBox h3 {
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	font-family: "微软雅黑";
}

.H_ContactUs .Hcss_FixedWidth .H_TitleBox span {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.H_ContactUs .Hcss_FixedWidth .Hcss_FloatLeft h3 {
	margin-top: 26px;
	margin-left: -1000px;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 60px;
}

.H_ContactUs .Hcss_FixedWidth .Hcss_FloatLeft span {
	display: block;
	margin-left: -1000px;
	color: #999;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 30px;
}

.H_ContactUs .Hcss_FixedWidth .Hcss_FloatRight {
	margin-top: 46px;
	width: 800px;
	height: 220px;
	background: #fff;
}

/* 子页图文列表 */
.H_SubpageCase {
	width: 100%;
	height: auto;
}

.H_SubpageCaseUl {
	margin-top: 15px;
	width: 100%;
	height: auto;
	margin-left: -2%;
}

.H_SubpageCaseUl > li {
	float: left;
	width: 48%;
	height: auto;
	margin-left: 2%;
	border-bottom: #ccc solid 1px;
}

.H_SubpageCaseUl > li > a {
	display: block;
	padding-bottom: 35px;
	width: 100%;
	height: auto;
	background: #fff;
}

.H_SubpageCaseUl > li > a > h3 {
	width: 100%;
	height: auto;
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 60px;
}

.H_SubpageCaseUl > li > a > img {
	float: left;
	width: 180px;
	height: 135px;
}

.H_SubpageCaseUl > li > a > div {
	float: right;
	width: 380px;
	height: auto;
}

.H_SubpageCaseUl > li > a > div > .H_Title {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatLeft {
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatLeft > strong {
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatLeft > span {
	color: #085ba0;
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatRight {
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatRight > i {
}

.H_SubpageCaseUl > li > a > div > .H_Title > .Hcss_FloatRight > strong {
}

.H_SubpageCaseUl > li > a > div > .H_TitleCenter {
	width: 100%;
	height: auto;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 30px;
}

.H_SubpageCaseUl > li > a:hover {
	background: #f1f1f1;
}

.H_SubpageCaseUl > li > a:hover h3 {
	text-decoration: underline;
	letter-spacing: 1px;
}

.H_SubpageCaseUl > li > a:hover .H_TitleCenter {
	text-decoration: underline;
}

.H_SubpageCaseUl > li > a:hover > div {
	width: 390px;
}

.H_FlBox {
	margin-top: 30px;
	width: 100%;
	height: auto;
	text-align: center;
}

.H_FlBox > li {
	display: inline-block;
	margin: 0px 10px;
}

.H_FlBox > li > a {
	display: block;
	padding: 0px 10px;
	border: #333 solid 1px;
	background: #f9f9f9;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 28px;
}

.H_FlBox > li > a:hover {
	background: #474e56;
	color: #fff;
}

.H_FlBox > li > .H_focus {
	background: #474e56;
	color: #fff;
}

/* 纯文本子页列表样式 */
.H_TextList {
	margin-top: 30px;
}

.H_TextList > li {
	list-style: none;
}

.H_TextList > li > a {
	display: block;
	padding: 50px 0px;
	border-bottom: #ececec solid 1px;
	background: #fff;
}

.H_TextList > li > a > .Hcss_FloatLeft {
	margin-left: 90px;
	width: 170px;
	height: auto;
}

.H_TextList > li > a > .Hcss_FloatLeft > h3 {
	color: #cacaca;
	font-weight: normal;
	font-size: 60px;
	font-family: "微软雅黑";
}

.H_TextList > li > a > .Hcss_FloatLeft > span {
	float: right;
	margin-top: -10px;
	color: #999;
	font-size: 16px;
	font-family: "微软雅黑";
}

.H_TextList > li > a > .Hcss_FloatRight {
	margin-top: 12px;
	width: 900px;
	height: auto;
}

.H_TextList > li > a > .Hcss_FloatRight > h3 {
	margin-bottom: 20px;
	color: #666;
	font-weight: normal;
	font-size: 16px;
	font-family: "微软雅黑";
}

.H_TextList > li > a > .Hcss_FloatRight > span {
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 26px;
}

.H_TextList > li > a:hover {
	background: #474e56;
}

.H_TextList > li > a:hover h3 {
	color: #ececec;
}

.H_TextList > li > a:hover span {
	color: #ececec;
}

.H_TextBox {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	color: #666666;
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 34px;
}
.H_TitleArticle{ font-family: "微软雅黑"; font-size: 18px; color: #333; text-align: center; padding-top: 30px; }
.H_TextBox img {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	border: none;
}
/* 子页联系我们样式 */
.H_SubpageContactUs {
	width: 100%;
	height: auto;
}

.H_SubpageContactUs > h3 {
	width: 100%;
	height: auto;
	color: #414141;
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 100px;
}

.H_SubpageContactUs > .Hcss_FloatLeft {
	width: 300px;
}

.H_SubpageContactUs > .Hcss_FloatLeft > h3 {
	margin-bottom: 10px;
	color: #085ba0;
	font-size: 20px;
	font-family: "微软雅黑";
}

.H_SubpageContactUs > .Hcss_FloatLeft > span {
	display: block;
	margin-bottom: 30px;
	color: #999;
	font-size: 16px;
	font-family: "微软雅黑";
}

.H_SubpageContactUs > .Hcss_FloatRight {
	overflow: hidden;
	width: 900px;
	height: 410px;
	background: #ccc;
}
/* 招贤纳士样式 */
.H_Recruit {
	width: 100%;
	height: auto;
}

.H_Recruit > h3 {
	width: 100%;
	height: auto;
	color: #414141;
	text-align: center;
	font-size: 30px;
	font-family: "微软雅黑";
	line-height: 100px;
}

.H_Recruit > ul {
	width: 100%;
	height: auto;
}

.H_Recruit > ul > li {
	width: 100%;
	height: auto;
}

.H_Recruit > ul > li:hover {
	background: #fdfdfd;
}

.H_Recruit > ul > li > strong {
	display: block;
	padding: 10px 0px;
	border-bottom: #cacaca dotted 2px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.H_Recruit > ul > li:hover > strong {
	border-bottom: #085ba0 solid 2px;
	color: #085ba0;
}

.H_Recruit > ul > li > strong > h3 {
	float: left;
	margin-left: 20px;
}

.H_Recruit > ul > li:hover > strong > h3 {
	font-weight: bold;
}

.H_Recruit > ul > li > strong > span {
	float: right;
	margin-right: 20px;
}

.H_Recruit > ul > li > div {
	position: relative;
	display: none;
	padding: 20px;
}

.H_Recruit > ul > li > div > div {
	float: left;
	width: 1080px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}

.H_Recruit > ul > li > div > a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 4px 10px;
	border: #085ba0 solid 2px;
	border-radius: 6px;
	color: #085ba0;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_Recruit > ul > li > div > a:hover {
	background: #085ba0;
	color: #fff;
}
/* 应聘弹出层 */
.H_ApplyBox {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.H_ApplyBox .H_Apply {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -259px;
	padding: 20px;
	width: 498px;
	height: auto;
	border-radius: 10px;
	background: #fff;
}

.H_ApplyBox .H_Apply i {
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	color: #085ba0;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	cursor: pointer;
}

.H_ApplyBox .H_Apply i:hover {
	font-size: 32px;
}

.H_ApplyBox .H_Apply h3 {
	padding: 6px 0px;
	width: 300px;
	height: auto;
	border-bottom: #dcdcdc solid 1px;
	color: #085ba0;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply ul {
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.H_ApplyBox .H_Apply ul li {
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.H_ApplyBox .H_Apply ul li div {
	float: left;
	width: 90%;
	height: auto;
	border: #dcdcdc solid 1px;
	border-radius: 8px;
}

.H_ApplyBox .H_Apply ul li div strong {
	float: left;
	margin-left: 10px;
	padding: 10px 0px;
	width: 70px;
	height: auto;
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply ul li span {
	float: right;
	margin-right: 10px;
	padding: 10px 0px;
	color: #929292;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply ul li div select {
	float: left;
	padding: 10px 0px;
	width: 360px;
	height: auto;
	border: none;
	color: #333;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply ul li div input {
	float: left;
	padding: 10px 0px;
	width: 360px;
	height: auto;
	border: none;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply ul li div textarea {
	float: left;
	margin-top: 10px;
	width: 360px;
	height: 100px;
	border: none;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
	resize: none;
}

.H_ApplyBox .H_Apply a {
	display: block;
	margin: auto;
	margin-top: 20px;
	padding: 10px 0px;
	width: 60%;
	height: auto;
	border-radius: 10px;
	background: #085ba0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}

.H_ApplyBox .H_Apply a:hover {
	background: #10436d;
}












/* 首页响应式 */
@media screen and (max-width: 1200px) {
	.Hcss_FixedWidth {
		width: 100%;
	}

	.section3 .H_TabList>li>ul>li {
		width: 22%;
	}

	.section3 .H_TabList>li>ul>li>a {
		height: 190px;
	}

	.H_EnlargeBox>div>div {
		max-height: 100%;
	}

	.section4 .H_TabCaseBox>.H_CaseList {
		width: 70%;
	}

	.section4 .H_TabCaseBox .H_TabButton {
		width: 30%;
	}

	.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li {
		width: 30%;
	}

	.section4 .H_TabCaseBox>.H_CaseList>li>.H_TabCaseList>li>a {
		width: 100%;
	}

	.section5 .H_CenterBox>span {
		width: 40%;
		height: 310px;
	}

	.section2 .H_UlBox>li>a>h3 {
		font-size: 16px;
	}
    .H_SubpageContactUs > .Hcss_FloatRight{
    	width: 68%;
    }
    .H_SubpageCaseUl > li > a > div{
    	width: 64%;
    }
    .H_ContactUs .Hcss_FixedWidth .Hcss_FloatRight{
    	width: 76%;
    }
    .H_TextList > li > a > .Hcss_FloatRight{
    	width: 70%;
    }
    .H_Recruit > ul > li > div > div{
    	width: 90%;
    }
}

