
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
*, :before, :after {
	box-sizing: border-box;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	
	max-width: 100%;
}
ul, dl, li, dt, dd {
	list-style: none;
}
body, html {
	min-height: 100%;
}
body {
	font-family: " ";
	color: #212121;
	background: #fff;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	overflow-x: hidden;
}
a {
	font-size: 14px;
	text-decoration: none;
	transition: ease .65s;
	color: #222;
}
.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
 *zoom:1;
}

.ny{margin-top: 80px;}

.wapper2{max-width: 1500px;margin: 0 auto;}
/*IE/7/6*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, textarea, select {
	outline: none;
	font-family: "Microsoft JhengHei";
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	resize: none;
	overflow: hidden;
}
 select::-ms-expand {
 display: none;
}
pre {
	font: " ";
	white-space: pre-wrap;
	word-wrap: break-word;
}
i {
	font-style: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.noscript {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #ddd;
	color: red;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
em {
	font-style: normal;
}
.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.red {
	color: #b72024;
}
/*响应式*/

.container {
	margin: auto;
	position: relative;
	z-index: 3;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}
/*分享*/

#bsWXBox {
	box-sizing: initial;
}
#bsBox {
	box-sizing: initial;
}
/*header*/

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background: #1c314e;
	height: 80px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	transition: ease .65s;
}
.header_box{
	width: 1200px;
	margin: auto;
}
body.fixed .header {
	transform: translateY(-100%);
	visibility: hidden;
}
.logo {
	float: left;
}
.logo img {
	display: block;
	width: 309px;
	height: 80px;
}

@media screen and (max-width: 1200px) {
.logo img {
	width: 250px;
	height: auto;
	margin-top: 10px;
}
}
.lh-nav {
	float: right;
	height: 80px;
	margin-right: -33px;
}
.lh-nav-item {
	float: left;
	height: 80px;
}
.lh-nav-item li {
	float: left;
	line-height: 80px;
	height: 80px;
	transition: ease-in-out .35s;
	position: relative;
	/*background: #1c314e;
	margin: 2px;*/
}
.lh-nav-item li a {
	color: #ffffff;
	font-size: 16px;
	padding: 0 1vw;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.lh-nav-item li a span {
	transition: ease .35s;
}
.lh-nav-item li a:hover span, .lh-nav-item li a.on span {
	color: #e6c985;
}
.lh-nav-item li dl {
	width: 165%;
	background: #1c314e;
	position: absolute;
	left: -30px;
	top: 80px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	visibility: hidden;
	opacity: 0;
	transition: ease .45s;
	transform: translateY(20px);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lh-nav-item li dl dd {
	display: block;
	height: 40px;
}
.lh-nav-item li dl dd a {
	width: 100%;
	padding: 0px;
	font-size: 13px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out 0s;
}
.lh-nav-item li dl dd a:hover {
    color: #e6c985;
    background: #1c314e;
    text-indent: 3px;
}
.lh-nav-item li:hover dl {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

/*banner*/

.lh-cont-a {
	position: relative;
	/* padding-top: 100vh; */
	padding-top: 80px;
}
.lh-cont-b {
	position: relative;
}
.lh-banner {
	/* height: 100vh; */
	/* height: 550px; */
	background: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
#banner_nei {
	height: 80vh;
	background: #000;
	position: relative!important;
	width: 100%;
}
.lh-banner .bd {
	position: relative;
}
.lh-banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}
.lh-banner-btn a {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-top: -25px;
}
.lh-banner:hover .lh-banner-btn a {
	opacity: 1;
	visibility: visible;
}
.lh-banner-btn a:hover {
	background: #000;
}
.lh-banner-btn a i {
	font-size: 20px;
}
.lh-banner-btn a.prev {
	left: 50px;
}
.lh-banner-btn a.next {
	right: 50px;
}
/*首页*/
.us_box{
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.all_titlebox{
	border-bottom: 1px solid #ddd;
	padding-top: 80px;
}
.all_title{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.all_title div{
	float: left;
	position: relative;
}
.all_title h1{
	font-size: 24px;
	line-height: 40px;
	color: #222;
}
.all_title span{
	font-size: 14px;
	color: #888;
	padding-left: 8px;
}
.all_title p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #003399;
}
.all_title ul{
	float: right;
	overflow: hidden;
}
.all_title li{
	float: left;
	height: 40px;
}
.all_title li:nth-child(1){
	background: #1c314e;
}
.all_title li:hover{
	background: #1c314e;
}
.all_title a{
	display: block;
	color: #222;
	font-size: 14px;
	padding: 0px 20px;
	border-left: 1px solid #ddd;
	margin-top: 10px;
}
.all_title li:nth-child(1) a{
	border-left: none;
	color: #fff;
}
.all_title li:hover a{
	color: #fff;
	border: none;
	padding: 0px 30px;
}
.us_center{
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	overflow: hidden;
}
.us_img{
	width: 500px;
	height: 340px;
	display: block;
	float: left;
	margin-top: 50px;
}
.us_right{
	float: right;
	width: 650px;
}
.us_right h1{
	font-size: 18px;
	color: #222;
	padding-bottom: 16px;
	text-align: center;
}
.us_right p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.us_more{
	display: table;
	background: #003399;
	width: 100px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin:20px 0px 30px 0px;
}
.us_more:hover{
	width: 120px;
}
.brand_bigbox{
	position: relative;
}
.brand_next{
	position: absolute;
	width: 30px;
	height: 30px;
	top:-40px;
	right: 0px;
}
.brand_prev{
	position: absolute;
	width: 30px;
	height: 30px;
	top:-40px;
	right: 30px;
	left: inherit;
}
.brand_img a{
	display: block;
	width: 100%;
	height: 124px;
	overflow: hidden;
	position: relative;
}
.brand_img img{
	width: 100%;
	min-height: 124px;
	display: block;
}
.brand_img h2{
	position: absolute;
	bottom: -30px;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-indent: 10px;
	white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all .3s;
}
.brand_img a:hover h2{
	bottom: 0px;
}
.business_box{
	position: relative;
	background: #fff;
}
.bus_box{
	width: 100%;
	margin: auto;
	padding-top: 50px;
}
.bus_img{
	width: 100%;
	height: 266px;
	overflow: hidden;
	position: relative;
}
.bus_img img{
	height: 266px;
	width: auto;
	min-width: 100%;
	display: block;
}
.bus_roll{
	background: rgba(255,255,255,0.5);
	bottom: 10px!important;
	width: 80%!important;
	left: 10%!important;
}
.bus_roll .swiper-scrollbar-drag{
	background: #003399;
	    margin: 0 auto;
}
.bus_img a{
	width: 100%;
	height: 80%;
	display: block;
    background: rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);; /*FireFox*/
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);  /* Opear */
    background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: -100%;
	transition: all ease-out .3s;
}
.bus_img:hover a{
	bottom:0px;
}
.bus_img h1{
	font-size: 16px;
	color: #fff;
	margin: 50px 40px 30px 40px;
	position: relative;
}
.bus_img h1::after{
	content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    left: 0px;
    bottom: -10px;
    margin-top: -2px;
    transition: 0.36s ease;
}
 .bus_img h1:hover::after{
	width: 70px;
}
.bus_img a p{
	font-size: 14px;
	line-height: 28px;
	padding: 0px 40px;
	color: #eee;
}
.news_box{
	position: relative;
	background: #fff;
	padding-bottom: 40px;
}
.news_center {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 50px;
}
.news_center li{
	float: left;
	width: 398px;
	height: 480px;
	box-sizing: border-box;
	background: #1c314e;
	overflow: hidden; 
	position: relative;
}
.news_center li span{
	width: 400px;
	height: 240px;
	background: #003399;
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 2;
	opacity: 0;
	transition: all 0.6s;
}
.news_center li:nth-child(2) span{
	top: inherit;
	bottom: 0px;
}
.news_center li:hover span{
	opacity: 0.5;
}
.news_center li img{
	width: 400px;
	height: 240px;
	display: block;
	position: absolute;
	top:0px;
}
.news_center li:nth-child(2) img{
	top: inherit;
	bottom: 0px;
}
.news_center li div{
	position: absolute;
	width: 400px;
	height: 240px;
	bottom: 0px;
}
.news_center li:nth-child(2) div{
	bottom: inherit;
	top: 0px;
}
.news_center li h1{
	font-size: 34px;
	font-family:"STXihei"; 
	font-weight: normal;
	padding: 20px 40px;
	color: #ddd;
}
.news_center li h2{
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 0px 40px;
    white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.news_center li:hover h2{
	color: #e4c784;
}
.news_center li p{
	padding: 20px 40px 0px 40px;
	font-size: 14px;
	color: #e2e2e2;
	line-height: 24px;
}
.video_box{
	position: relative;
	height: 400px;
	background: #f5f5f5;
	overflow: hidden;
}
#video_img{
	width: 100%;
	height: 400px;
	background:url(../image/video.jpg) no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all 0.36s ease;
	position: relative;
}
#video_img:hover{
	transform: scale(1.08);
}
#video_img img{
	width: 78px;
	height: 78px;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -39px;
	margin-left: -39px;
	opacity: 0.5;
	transition: all 0.36s ease; 
}
#video_img:hover img{
	width: 88px;
	height: 88px;
	margin-top: -44px;
	margin-left: -44px;
	opacity: 1;
}
#videobox{
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.8);
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 9999; 
	display: none
}
#closex{
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: 1000;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../image/guanbi.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}
#video{
	position: absolute;
	width: 960px;
	height: 540px;
	top:50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -480px;
}
#globalFooter{
    position: relative;
	background: #1c314e;
}
.foot_bg{
	width: 1200px;
	margin: auto;
	padding: 10px 0px;
	overflow: hidden;
}
.foot_ewm{
	float: left;
	overflow: hidden;
	padding-top: 8px;
}
.foot_ewm p{
	float: left;
	line-height: 24px;	
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
}
.foot_ewm img{
	width: 100px;
	height: 100px;
	display: block;
}
#globalFooter_copyright{
	float: right;
	margin: auto;
	padding: 20px 0px;
	line-height: 24px;
	margin-right: 550px;
}
#globalFooter_copyright div,#globalFooter_copyright p,#globalFooter_copyright p a{
	color: #fff;
	font-size: 14px;
}

/*单页、详情页css*/
.article_add {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}
.crumbNav {
	display: table;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 60px;
	padding-left: 25px;
	background: url(../image/location.png) no-repeat;
	background-position: left 18px;
}
.crumbNav a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.crumbNav a:hover {
	color: #003399;
}
.list_art {
	display: table;
	float: right;
}
.list_art li {
	float: left;
	overflow: hidden;
}
.list_art a {
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 20px;
	line-height: 40px;
	color: #666;
}
.list_art a:hover {
	color: #003399;
}
.article_box {
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 30px;
	overflow: hidden;
}
.article_title {
	display: table;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
.article_title h1 {
	font-size: 30px;
	color: #222;
	text-align: center;
	font-weight: normal;
}
.article_detail {
	font-size: 24px;
	color: #222;
	text-align: center;
	padding-bottom: 20px;
}
#com_center {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
#contact_center {
	font-size: 14px;
	line-height: 26px;
	height: 320px;
	width: 280px;
	padding: 20px;
	float: left;
	border: 2px solid #d2d2d2;
	margin-right: 16px;
}
.list_center {
	overflow: hidden;
	padding-top: 30px;
}
.list_center li {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.list_center div {
	width: 280px;
	height: 220px;
	overflow: hidden;
	border-bottom: none;
}
.lis_pic {
	min-width: 280px;
	height: 220px;
	transition: all 0.4s;
}
.list_center li:hover .lis_pic {
	transform: scale(1.2);
}
.housing {
	height: 280px;
	max-width: 380px;
	margin: auto;
}
.list_center h1 {
	width: 280px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;/*一行显示*/
	overflow: hidden;/*超出部分隐藏*/
	text-overflow: ellipsis;/*用...代替超出部分*/
}
.list_center li:hover h1 {
	color: #003399;
}
.detail_img {
	max-width: 90%;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	margin-top: 20px;
}
.article_box h3 {
	display: table;
	line-height: 40px;
	margin-top: 40px;
	font-size: 16px;
	text-indent: 40px;
	font-weight: normal;
}
#product_pic {
	width: 100%;
	padding: 20px 0px 0px 40px;
	font-size: 14px;
	line-height: 24px;
}
.flip_article {
	padding-top: 30px;
	display: table;
	margin: auto;
}
.flip_article a {
	color: #aaa;
}
.flip_article a:hover {
	color: #003399;
}
.new_listpage {
	width: 100%;
	background: #1c314e;
	overflow: hidden;
	padding: 5px 0px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	border-bottom: 1px solid #f8f8f8;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.new_listpage:hover {
	border-bottom: 1px solid #aaa;
}
.new_listpage a {
	display: block;
}
.new_listpage h1 {
	width: 80%;
	margin: 0px;
	padding: 0px;
	color: #e6c985;
	font-weight: normal;
	font-size: 16px;
	float: left;
	text-indent: 20px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_listpage span {
	font-size: 14px;
	color: #999;
	float: right;
	line-height: 40px;
	padding-right: 20px;
}
.new_listpage p {
	font-size: 15px;
	margin: 0px;
	float: left;
	padding: 0px 20px 10px 20px;
	line-height: 22px;
	color: #e6c985;
}
/*在线留言*/

.guestbook {
	width: 60%;
	margin: auto;
}
.reply_guestbook {
	width: 60%;
	margin: auto;
	font-size: 14px;
	margin-top: 50px;
	color: #333;
}
.guestbook #truename {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
	padding: 0px;
}
.guestbook #telephone {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook #email {
	height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook .neirong {
	height: 100px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook .bm_xiangmu {
	height: 34;
	line-height: 34px;
	width: 100%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.guestbook #captcha {
	width: 73%;
	height: 34px;
	padding-left: 10px;
	line-height: 34px;
	color: #777;
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0px 14px 14px 0px;
	float: left;
}
.guestbook .anniu {
	height: 34px;
	width: 100%;
	background: #aaa;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
}
.guestbook .anniu:hover {
	background: #003399;
}
/*招聘*/

.recruit_box {
	margin-top: 20px;
	border-collapse: collapse;
}
.recruit_txt {
	background: #f2f2f2;
}
.recruit_txt th {
	padding: 10px;
	min-width: 140px;
	font-size: 15px;
	font-weight: normal;
}
.recruit_box td {
	padding: 16px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #eee;
}
/*翻页代码*/

.pages {
	text-align: center;
	font-size: small;
	margin-top: 20px;
}
.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #222;
}
.pages a:hover {
	text-decoration: none;
	color: #003399;
}
.pages .current {
	background-color: #003399;
	display: inline-block;
	padding: 2px 6px;
	color: #fff;
}
/*置顶css*/
.box_top{
    position:fixed;
    right:4px;
    bottom: 10px;
    width: 40px;    
    text-align:center;
    padding-top:20px;  
	border-radius: 10%;
    background-color: #000;
    overflow: hidden;
	cursor:pointer;
    -moz-box-shadow:0px 0px 1px #555;
	-webkit-box-shadow:0px 0px 1px #555;
	box-shadow:0px 0px 1px #555;
	z-index: 999;
}
.box_top:hover:before{
    top:50%
}
.box_top:hover .box_htmltop{
    visibility: hidden;
}
.box_top:before{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content:'回到顶部';
	font-size: 14px;
    width: 40px;
    color:#fff;
}    
.box_htmltop{
    visibility: visible;
    display:inline-block;
    height:14px;
    width: 14px;
    border: 3px solid black;
    border-color: white transparent transparent white;
    transform:rotate(45deg);
}
