@charset "utf-8";

/* 初始化CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
	color: #666666;
}
html,body {
    margin: 0;
    padding: 0;
	line-height: initial;
    font-family:"宋体";
    font-size: 14px;
}
input{
	padding-top:0; 
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;padding:0;
}
select, input{
	vertical-align:middle;
}
button{
	outline: none;
	border: 1px solid transparent;
}
select, input, textarea{
	font-size:14px;
	margin:0;
}
input[type="text"], input[type="password"], textarea{
	outline-style:none; 
	-webkit-appearance:none;
}
textarea{
	resize:none;
}
img{
	width: 100%;
	height: 100%;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
i{
    font-style: normal;
}
a:-webkit-any-link {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.clear{clear: both;}
.clearfix:after{
　　content:"";//设置内容为空
　　height:0;//高度为0
　　line-height:0;//行高为0
　　display:block;//将文本转为块级元素
　　visibility:hidden;//将元素隐藏
　　clear:both;//清除浮动
}

.head-box{
	position: relative;
}
.head-box .head{
	width: 100%;
	height: 100px;
	background-color:#fdfdfd;
	padding: 0 100px;
	position: relative;
	min-width: 1266px;
}
.head-box .head .logo{
	width: 190px;
	height: 100px;
	float: left;
}
.head-box .nav{
	height: 100%;
	min-width: 766px;
	float: right;
}
.head-box .nav-item{
	height: 100%;
	margin-right: 20px;
	position: relative;
	float: left;
}
.head-box .nav-item .text{
	height: 25px;
	font-size: 16px;
	padding: 0 8px;
	color: #033c5f;
	z-index: 99;
	line-height: 25px;
	text-align: center;
	margin-top: 40px;
	display: block;
}
.head-box .nav-item.sel .text{
	color: #fff;
	background: #033C5F;
	transform:skewX(-10deg);
}
.head-box .nav-item .text:hover{
	color: #fff;
	background: #033C5F;
	transform:skewX(-10deg);
}
@keyframes sport{
	0%   {top: -100px;}
	100% {top: 0;}
}
@media screen and (min-width:1340px) and (max-width:1500px){
	.head{
		padding: 0 20px !important;
    }
}
@media screen and (min-width:10px) and (max-width:1340px){
	.head{
		padding: 0 20px !important;
    }
	.nav-item{
		margin-right: 10px;
		font-size: 12px;
	}
}
.head-box .nav-item:hover .menu{
	display: flex;
}
.head-box .nav-item .menu{
	display: none;
	width: 900px;
	height: 60px;
	background-color:rgba(0,0,0,.3);
	align-items: center;
	padding-left: 20px;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 999;
}
.head-box .nav-item:nth-child(7) .menu{
	left: -140px;
}
.head-box .nav-item .menu .menu-item{
	margin-right: 35px;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #fff;
}
.head-box .nav-item .menu.contact{
	left: -60px;
}
.head-box .head .nav .item{
	margin-top: 40px;
	position: relative;
	float: left;
}
.head-box .head .nav .item .icon-box{
	width: 24px;
	height: 24px;
	margin-right: 20px;
	text-align: center;
	line-height: 24px;
	float: left;
	position: relative;
}
.head-box .head .nav .item .icon-box::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 14px;
	background: #003357;
	top: 50%;
	margin-top: -7px;
	right: -8px;
}
.head-box .head .nav .item .icon-box .iconfont{
	font-size: 14px;
	color: #003357;
}

.head-box .head .nav .item .icon-box.sel{
	background: #003357;
	color: #fff;
}
.head-box .head .nav .item .icon-box.sel .iconfont{
	color: #fff;
}
.head-box .head .nav .item .text{
	margin-right: 10px;
	color: #003357;
	font-size: 14px;
	float: left;
	line-height: 24px;
}
.head-box .head .item .search{
	width: 310px;
	height: 60px;
	position: absolute;
	bottom: -99px;
	left: -265px;
	background-color:rgba(0,0,0,.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:100;
}
.head-box .head .item .search select{
	width: 60px;
	height: 38px;
	color: #666666;
	padding-left: 12px;
	cursor:pointer;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../img/xia-1.png) no-repeat scroll right 8px center transparent;
	background-size: 8px 5px;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	color: #29506e;
	border: none;
}
.head-box .head .item .search select::-ms-expand { display: none; }
.head-box .head .item .search select option{
	background: #fff;
	font-size: 14px;
	color: #29506e;
}
.head-box .head .item .search input{
	width: 160px;
	height: 38px;
	border: none !important;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
}
.head-box .head .item .search input:focus{
	border: none;
}
.head-box .head .item .search input::-webkit-input-placeholder{
	font-size: 14px;
	color: #ababab;
}
.head-box .head .item .search .btn{
	width: 60px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	background: #003357;
}








/* 首页 */
.index .swiper-container{width: 100%; height: 430px; min-width: 1266px;}
.index .swiper-pagination-bullet{width: 40px; height: 6px; border-radius: 50px; margin: 0 5px; opacity: 1; background: #d0dadc;}
.index .swiper-pagination-bullet-active{background: #124b71;}
.index .swiper-container-horizontal>.swiper-pagination-bullets, .index .swiper-pagination-custom, .index .swiper-pagination-fraction{bottom: 25px;}


.index .news{
	width: 1200px;
	margin: 0 auto;
}
.index .news .title{
	height: 88px;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.index .news .title p{
	display: flex;
	align-items: flex-end;
}
.index .news .title p span{
	font-size: 18px;
	color: #949494;
	margin-left: 15px;
	font-weight: initial;
}

.index .box{width: 400px;height: 300px;overflow: hidden;position: relative;}
.index .box-1 ul li{width: 400px;height: 300px;position: relative;overflow: hidden;}
.index .box-1 ul li img{display:block;width: 400px; height: 300px;}
.index .box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:400px;background: rgba(1,57,94,.8);text-indent: 18px;
				font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite;padding-right: 170px;}
.index .box-2{position: absolute;right: 10px;bottom: 14px;}
.index .box-2 ul li{float:left;width: 6px;height: 6px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: #f6f6f6;text-indent: 100px;cursor: pointer;}
.index .box-2 ul .on{background: #c01825;}


.index .news-main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.index .news-main .main-left{
	background: #f5f5f5;
	height: 360px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}
.index .news .news-box{
	width: 360px;
	height: 300px;
	margin-left: 30px;
}
.index .news .news-box .news-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index .news .news-box .news-head .item{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #01395e;
	background: #fff;
	cursor: pointer;
	display: flex;
	padding-left: 30px;
}
.index .news .news-box .news-head .item .text{
	font-size: 14px;
	color: #fff;
}
.index .news .news-box .news-head .item .english{
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}
.index .news .news-box .news-head .item .more{
	margin-left: 175px;
	font-size: 14px;
	color: #fff;
}
.index .news .news-box .news-head .item.sel{
	background: #01395e;
	color: #ededed;
}
.index .news .news-box .main{
	margin-top: 20px;
}
.index .news .news-box .main .info{
	height: 100px;
}
.index .news .news-box .main .info .text{
	font-size: 16px;
	line-height: 28px;
	color: #454545;
}
.index .news .news-box .main .info .text:hover a{
	color: #01395e;
}
.index .news .news-box .main .info .time{
	font-size: 16px;
	color: #01395e;
	margin-top: 10px;
}
.index .news .news-box .main ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	height: 30px;
	position: relative;
}
.index .news .news-box .main ul li:hover a{
	color: #01395e;
}
.index .news .news-box .main ul li::after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #01395e;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -2.5px;
}
.index .news .news-box .main ul li span{
	width: 295px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #454545;
	display: block;
}
.index .news .news-box .main ul li label{
	font-size: 12px;
	color: #747474;
}
.index .news .bulletin{
	width: 320px;
	background: #f5f5f5;
}
.index .news .bulletin .bulletin-head{
	height: 60px;
	background: url(../img/index-2.png);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 25px;
}
.index .news .bulletin .bulletin-head .text{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	font-family: "黑体" !important;
}
.index .news .bulletin .bulletin-head .text span{
	font-size: 16px;
	color: #fff;
	margin-left: 18px;
}
.index .news .bulletin .bulletin-head .more{
	font-size: 12px;
	color: #fff;
	margin-right: 18px;
}
.index .news .bulletin ul{
	padding: 0 24px;
	padding-top: 20px;
}
.index .news .bulletin ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
}
.index .news .bulletin ul li:hover a{
	color: #01395e;
}
.index .news .bulletin ul li span{
	font-size: 14px;
	color: #454545;
	flex: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.index .news .bulletin ul li label{
	margin-left: 15px;
	font-size: 12px;
	color: #747474;
}
.index .product{
	width: 100%;
	min-width: 1266px;
	height: 410px;
	background: url(../img/index-3.png);
	background-size: 100% 100%;
}
.index .product-main{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin: 0 auto;
}
.index .product-main .introduction{
	width: 270px;
	height: 350px;
	background: rgba(255,255,255,.8);
	display: flex;
	flex-direction:column;
	align-items: center;
	padding-top: 35px;
}
.index .product-main .introduction span{
	font-size: 18px;
	color: #01395e;
	font-weight: bold;
	font-family:  "黑体" !important;
}
.index .product-main .introduction p{
	margin-top: 16px;
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:  "黑体" !important;
}
.index .product-main .introduction .text{
	font-size: 14px;
	color: #717171;
	line-height: 26px;
	text-align: center;
	margin-top: 35px;
}
.index .product-main .introduction .more{
	width: 160px;
	height: 44px;
	text-align: center;
	line-height: 38px;
	border: 3px solid #01395e;
	font-size: 18px;
	color: #01395e;
	margin-top: 30px;
	cursor: pointer;
}
.index .product-main .product-list{
	padding-top: 27px;
	display: flex;
}
.index .product-main .product-list .item{
	width: 290px;
	height: 196px;
	position: relative;
	margin-left: 13px;
}
.index .product-main .product-list .item .img{
	width: 290px;
	height: 196px;
}
.index .product-main .product-list .item .text-box{
	width: 255px;
	height: 95px;
	background: #fff;
	display: flex;
	align-items: center;
	flex-direction:column;
	position: absolute;
	bottom: -80px;
	left: 50%;
	margin-left: -127.5px;
}
.index .product-main .product-list .item .text-box .iconfont{
	font-size: 50px;
	color: #01395e;
	margin-top: 5px;
}
.index .product-main .product-list .item .text-box .text{
	font-size: 16px;
	color: #01395e;
	font-weight: bold;
}
.index .product-main .product-list .item .text-box .icon-huowuduichang{
	font-size: 35px;
	margin-top: 15px;
	margin-bottom: 8px;
}
.index .product-main .product-list .item:hover .text-box{
	background: linear-gradient(to right, #0154a7,#65c9d9);
}
.index .product-main .product-list .item:hover .text-box .iconfont{
	color: #fff;
}
.index .product-main .product-list .item:hover .text-box .text{
	color: #fff;
}
.index .party{
	width: 1200px;
	margin: 0 auto;
}
.index .party .title{
	height: 88px;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.index .party .title p{
	display: flex;
	align-items: flex-end;
}
.index .party .title p span{
	font-size: 18px;
	color: #949494;
	margin-left: 15px;
	font-weight: initial;
}
.index .party .party-list{
	display: flex;
	justify-content: space-between;
}
.index .party .party-list .item{
	width: 375px;
	height: 380px;
	display: flex;
	flex-direction:column;
	align-items: center;
	background: #f9f9f9;
}
.index .party .party-list .item .img-box{
	width: 375px;
	height: 250px;
}
.index .party .party-list .item .item-title{
	width: 340px;
	font-size: 16px;
	color: #01395e;
	margin-top: 27px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index .party .party-list .item .text{
	width: 340px;
	font-size: 14px;
	color: #8e8e8e;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.index .party .party-list .item .text{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.index .video{
	min-width: 1266px;
	background: #f5f5f5;
	display: flex;
	flex-direction:column;
	align-items: center;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.index .video .title{
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	position: relative;
	font-family: "黑体"!important;
}
.index .video .title span{
	font-size: 18px;
	color: #01395e;
	margin-left: 10px;
}
.index .video .title::after{
	content: "";
	width: 55px;
	height: 3px;
	background: #01395e;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -27.5px;
}
.index .video .video-list{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1200px;
	margin-top: 50px;
}
.index .video .video-list .item{
	width: 285px;
	height: 200px;
	margin-right: 20px;
	position: relative;
}
.index .video .video-list .item .pos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.3);
}
.index .video .video-list .item .pos .iconfont{
	font-size: 90px;
	color: #fff;
}
.index .video .video-list .item:last-child{
	margin: 0;
}
.index .video .video-list .item .text{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #454545;
}
.index .video .more{
	width: 160px;
	height: 44px;
	border: 3px solid #01395e;
	color: #01395e;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
}

.index .video:last-child{
	margin: 0;
	padding: 0;
}

.index .enterprise{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.index .enterprise .title{
	height: 88px;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.index .enterprise .title p{
	display: flex;
	align-items: flex-end;
}
.index .enterprise .title p span{
	font-size: 18px;
	color: #949494;
	margin-left: 15px;
	font-weight: initial;
}
.index .enterprise .swiper-list{
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.index .enterprise .swiper-wrapper .swiper-slide{
	width: 285px;
	height: 100px;
}
.index .contact{
	min-width: 1266px;
	width: 100%;
	height: 175px;
	background: url(../img/index-7.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 300px;
}
.index .contact .item{
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.index .contact .item .iconfont{
	color: #fff;
	font-size: 50px;
}
.index .contact .item .text{
	font-size: 14px;
	color: #fff;
	margin: 20px 0 10px 0;
}
.index .contact .item .nmber{
	font-size: 18px;
	color: #fff;
}

.foot{
	min-width: 1266px;
	height: 75px;
	background: #01395e;
	text-align: center;
	padding-top: 30px;
}
.foot span{
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}











/* 关于我们 */
.head-img{
	width: 100%;
	min-width: 1266px;
}
.head-img img{
	display: block;
}
.menu-box{
	border-bottom: 1px solid #e8e8e8;
	min-width: 1266px;
}
.menu-box .menu{
	width: 1200px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.menu-box .menu .menu-l span{
	font-size: 12px;
	color: #ababab;
	margin: 0 10px 0 12px;
}
.menu-box .menu .menu-l a{
	font-size: 12px;
	color: #ababab;
	margin: 0 10px 0 12px;
}
.menu-box .menu .menu-l img{
	width: 4px;
	height: 6px;
}
.menu-box .menu .menu-l .iconfont{
	font-size: 12px;
	color: #033c5f;
	margin: 0 12px 0 10px;
}
.menu-box .menu .menu-r{
	display: flex;
	align-items: center;
}
.menu-box .menu .menu-r .item{
	margin-left: 20px;
	font-size: 14px;
	color: #454545;
	height: 90px;
	line-height: 90px;
	display: block;
	position: relative;
}
.menu-box .menu .menu-r .item.sel{
	color: #033c5f;
}
.menu-box .menu .menu-r .item.sel::after{
	content: "";
	width: 50px;
	height: 2px;
	background: #033c5f;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.introduction .main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.introduction .main .main-l{
	width: 335px;
	border-left: 1px solid #e8e8e8;
}
.introduction .main .main-l .explanation{
	padding: 40px 0 0 35px;
	font-size: 20px;
	color: #454545;
	line-height: 30px;
	font-weight: bold;
	font-family:"黑体"!important;
}
.introduction .main .main-l .year-box{
	padding: 45px 15px 0 35px;
	display: flex;
	justify-content: space-between;
}
.introduction .main .main-l .year-box .year .num{
	font-size: 60px;
	color: #007fb5;
	font-weight: bold;
	font-family:"黑体"!important;
}
.introduction .main .main-l .year-box .year .text{
	font-size: 20px;
	color: #ababab;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-top: 10px;
}
.introduction .main .main-l .img-box{
	width: 335px;
	height: 333px;
	margin-top: 170px;
}
.introduction .main .main-l .img-box img{
	display: block;
}
.introduction .main .main-r{
	width: 770px;
	margin-left: 70px;
}
.introduction .main .main-r .title{
	font-size: 30px;
	color: #033c5f;
	line-height: 100px;
	font-weight: bold;
	font-family:"黑体"!important;
}
.introduction .main .main-r .text-box{
	font-size: 14px;
	color: #454545;
	line-height: 25px;
}
.introduction .main .main-r .img-box img{
	display: block;
	margin: 30px 0;
}











/* 1-3企业荣誉 */
.honor .main{
	padding-bottom: 100px;
}
.honor .menu-box{
	background: #fff;
}
.honor .main .text-box{
	height: 160px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.honor .main .text-box .text{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.honor .main .text-box .english{
	font-weight: bold;
	font-family:"黑体"!important;
	font-size: 22px;
	color: #ababab;
}
.honor .main .swiper-box .bg{
	width: 100%;
	height: 440px;
	background: #f2f5f7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.honor .main .swiper-box .swiper-container{
	width: 1210px;
	height: 500px;
}
.honor .main .swiper-box .swiper-container .honor-box{
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor .main .swiper-box .swiper-container .honor-list{
	height: 440px;
	width: 1100px;
	display: flex;
	align-items: center;
}
.honor .main .swiper-box .swiper-container .honor-list .item{
	height: 440px;
	width: 260px;
	display: flex;
	flex-direction:column;
	margin-right: 20px;
}
.honor .main .swiper-box .swiper-container .honor-list .item .img-box{
	width: 260px;
	height: 330px;
	background: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor .main .swiper-box .swiper-container .honor-list .item .img-box img{
	width: 220px;
	height: initial;
}
.honor .main .swiper-box .swiper-container .honor-list .item .text{
	font-size: 16px;
	color: #454545;
	text-align: center;
	line-height: 22px;
	margin-top: 20px;
}
.honor .swiper-button-next, .honor .swiper-button-prev{
	width: 32px;
	height: 96px;
	margin-top: -80.5px;
	background: #d8d9d9;
	color: #053c60;
}
.honor .swiper-button-next:after, .honor .swiper-button-prev:after{
	content: "";
}
.honor .swiper-button-next i, .honor .swiper-button-prev i{
	font-size: 28px;
	color: #053c60;
}
.honor .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background: #ababab;
}
.honor .swiper-pagination-bullet-active{
	background: #01395e;
}
.honor .swiper-button-next:hover, .honor .swiper-button-prev:hover{
	background: #315f7d;
	color: #fff;
}
.honor .swiper-button-next:hover i, .honor .swiper-button-prev:hover i{
	color: #fff;
}





/* 企业文化 */
.culture .main .text-box{
	height: 160px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.culture .main .text-box .text{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.culture .main .text-box .english{
	font-weight: bold;
	font-family:"黑体"!important;
	font-size: 22px;
	color: #ababab;
}
.culture .main .core{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.culture .main .core .title{
	color: #01395e;
	font-size: 30px;
	font-weight: bold;
	font-family:"黑体"!important;
}
.culture .main .core .text{
	line-height: 66px;
	font-size: 24px;
	color: #454545;
}
.culture .main .core .definition{
	font-size: 14px;
	color: #454545;
	line-height: 24px;
}
.culture .main .core .img-box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.culture .main .core .img-box .img{
	width: 270px;
	height: 520px;
}
.culture .main .policy-bg{
	height: 622px;
	width: 100%;
	background: url(../img/culture-5.png);
	background-size: 100% 100%;
}
.culture .main .policy{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
.culture .main .policy .title{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.culture .main .policy .text{
	line-height: 90px;
}
.culture .main .policy .text span{
	font-size: 24px;
	color: #454545;
	margin-right: 20px;
}
.culture .main .policy .list{
	padding-top: 15px;
	padding-left: 10px;
}
.culture .main .policy .list .item{
	display: flex;
	margin-bottom: 35px;
}
.culture .main .policy .list .item .item-l{
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	color: #454545;
	background: url(../img/culture-6.png);
	background-size: 100% 100%;
	margin-right: 30px;
	letter-spacing:4px;
}
.culture .main .policy .list .item .item-r{
	font-size: 18px;
	color: #999999;
}





/* 企业视频 */
.video .main .text-box{
	height: 160px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.video .main .text-box .text{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.video .main .text-box .english{
	font-weight: bold;
	font-family:"黑体"!important;
	font-size: 22px;
	color: #ababab;
}
.video .main{
	padding-bottom: 60px;
}
.video .main .video-list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding: 0 20px;
}
.video .main .video-list .item{
	width: 560px;
	height: 480px;
	display: flex;
	flex-direction:column;
	align-items: center;
	background: #f2f5f7;
	padding-top: 22px;
	margin-bottom: 40px;
	cursor: pointer;
}
.video .main .video-list .item .box{
	width: 522px;
	height: 367px;
	position: relative;
}
.video .main .video-list .item .box video{
	position: relative;
}
.video .main .video-list .item .box .pos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.3);
}
.video .main .video-list .item .box .pos .iconfont{
	font-size: 110px;
	color: #fff;
}
.video .main .video-list .item .text{
	font-size: 16px;
	color: #01395e;
	line-height: 30px;
	padding: 0 40px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.video .main .video-list .item .text{
		width: 500px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0;
	}
}
.video .shade{  
  width:100%;  
  height:100%;  
  top:0;  
  background:rgba(0,0,0,0.5);  
  overflow: hidden;  
  z-index: 999;   
  position: fixed;  
  display: none;
}
.video .popup{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -445px;
  margin-top: -270px;
  width: 890px;
  height: 540px;
  background: #fff;
}
.video .popup .head{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 20px;
	background: #01395e;
	margin-bottom: 4px;
}
.video .popup .head span{
	font-size: 16px;
	color: #ffffff;
}
.video .popup .head .iconfont{
	font-size: 18px;
	color: #fff;
}
.video .popup .video-box{
	width: 880px;
	height: 470px;
	margin: 0 auto;
}




/* 产品展示 */
.reveal .main .list{
	display: flex;
	flex-wrap:wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0 20px;
}
.reveal .main .list .item{
	width: 359px;
	height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
	cursor: pointer;
	margin-right: 40px;
}
.reveal .main .list .item:nth-child(3n){
	margin-right: 0;
}
.reveal .main .list .item .text-box{
	width: 100%;
	height: 100%;
	padding: 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(1,57,94,0.7);
	display: none;
}
.reveal .main .list .item:hover .text-box{
	display: block;
}
.reveal .main .list .item .text-box p{
	margin-top: 40px;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-bottom: 20px;
}
.reveal .main .list .item .text-box span{
	font-size: 16px;
	display: block;
	height: 130px;
	color: #fff;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.reveal .main .page{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reveal .main .page .item{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #454545;
	margin-right: 8px;
}
.reveal .main .page .item.num{
	width: 30px;
	height: 30px;
	padding: 0;
}
.reveal .main .page .item.sel{
	background: #01395e;
	color: #fff;
	border: none;
}




/* 产品详情 */
.reveal-details .main .details{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0 20px;
}
.reveal-details .swiper-slide {
  background-size: cover;
  background-position: center;
}
.reveal-details .gallery-top {
  width: 535px;
  height: 375px;
}
.reveal-details .gallery-thumbs {
  height: 77px;
  box-sizing: border-box;
  margin-top: 34px;
  padding-left: 30px;
}
.reveal-details .gallery-thumbs .swiper-slide{
  width: 106px !important;
  height: 77px;
  opacity: 0.4;
  border: 3px solid #ababab;
}
.reveal-details .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #033c5f;
}
.reveal-details .main{
	padding-bottom: 55px;
}
.reveal-details .main .details .info-box{
	width: 580px;
}
.reveal-details .main .details .info-box .title{
	font-size: 30px;
	color: #033c5f;
	font-weight: bold;
	font-family:"黑体"!important;
	line-height: 40px;
}
.reveal-details .main .details .info-box .remarks{
	margin-top: 20px;
} 
.reveal-details .main .details .info-box .remarks span{
	font-size: 14px;
	color: #ababab;
	margin-right: 20px;
}
.reveal-details .main .details .info-box .info-list{
	display: flex;
	flex-wrap:wrap;
	width: 580px;
	background: #f6f6f6;
	padding: 25px 40px;
	margin-top: 23px;
}
.reveal-details .main .details .info-box .info-list .item{
	width: 50%;
	line-height: 24px;
}
.reveal-details .main .details .info-box .text{
	font-size: 14px;
	color: #454545;
	margin-top: 30px;
	line-height: 24px;
}
.reveal-details .main .turn{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}
.reveal-details .main .turn .item{
	font-size: 14px;
	color: #454545;
}
.reveal-details .main .turn .item.end{
	font-size: 12px;
	color: #ababab;
}




/* 修船业务 */
.ship-repair .main{
	padding-bottom: 70px;
	position: relative;
}
.ship-repair .main .summary{
	height: 402px;
	background: url(../img/repair-1.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin-top: 108px;
}
.ship-repair .main .summary .text-box{
	width: 360px;
	height: 400px;
	padding: 0 30px;
	padding-top: 35px;
	line-height: 66px;
	font-size: 16px;
	color: #fff;
	background: #033c5f;
	position: absolute;
	top: -42px;
	right: 20%;
}
.ship-repair .main .dynamic-bg{
	background: url(../img/repair-2.png) no-repeat top center;
}
.ship-repair .main .dynamic{
	width: 1200px;
	margin: 0 auto;
	padding: 0 35px;
}
.ship-repair .main .dynamic .title{
	padding-top: 60px;
}
.ship-repair .main .dynamic .title p{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.ship-repair .main .dynamic .title span{
	font-size: 22px;
	color: #ababab;
	font-weight: bold;
	font-family:"黑体"!important;
}
.ship-repair .main .dynamic .icon{
	margin-top: 60px;
	position: relative;
	display: inline-block;
}
.ship-repair .main .dynamic .icon::after{
	content: "";
	width: 4px;
	height: 100px;
	background: #809cae;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: -97px;
}
.ship-repair .main .dynamic .icon .iconfont{
	font-size: 50px;
	color: #01395e;
}
.ship-repair .main .dynamic .info-box .item{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	position: relative;
	padding-left: 16px;
}
.ship-repair .main .dynamic .info-box .item .point{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #809cae;
}
.ship-repair .main .dynamic .info-box .item .year{
	font-size: 36px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
	margin: 0 50px;
}
.ship-repair .main .dynamic .info-box .item .text{
	width: 910px;
	background: rgba(238,238,238,.5);
	padding: 30px 20px;
	font-size: 14px;
	color: #01395e;
	line-height: 24px;
}
.ship-repair .main .dynamic .info-box .item::after{
	content: "";
	width: 4px;
	height: 100%;
	background: #809cae;
	position: absolute;
	left: 23px;
	top: calc(-50% + -20px);
}
.ship-repair .main .dynamic .info-box .item:first-child::after{
	content: none;
}
.ship-repair .main .introduction{
	width: 1200px;
	margin: 0 auto;
	padding: 0 35px;
}
.ship-repair .main .introduction .title{
	padding-top: 60px;
}
.ship-repair .main .introduction .title p{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-bottom: 20px;
}
.ship-repair .main .introduction .title span{
	padding-left: 20px;
	font-size: 22px;
	color: #ababab;
	font-weight: bold;
	font-family:"黑体"!important;
}
.ship-repair .main .introduction .img-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1020px;
	margin: 0 auto;
	margin-top: 70px;
}
.ship-repair .main .introduction .img-box .item{
	width: 325px;
	height: 228px;
}
.ship-repair .main .introduction .img-box .item img{
	display: block;
}
.ship-repair .main .introduction .text-box{
	width: 1020px;
	margin: 0 auto;
	margin-top: 20px;
}
.ship-repair .main .introduction .text-box p{
	font-size: 14px;
	color: #01395e;
	text-indent:28px;
	line-height: 30px;
}
.ship-repair .pos{
	position: fixed;
	right: 0;
	top: 200px;
	display: none;
}
.ship-repair .main .contact{
	
}
.ship-repair .main .contact .num-box{
	padding: 15px 20px;
	background: rgba(238,238,238,.5);
	border-radius: 5px;
	float: left;
}
.ship-repair .main .contact .num-box .item{
	line-height: 24px;
	font-size: 14px;
	color: #01395e;
}
.ship-repair .main .contact .num-box.add{
	width: 260px;
	padding-left: 80px;
	margin-top: 98px;
}
.ship-repair .main .contact .num-box.add .item{
	text-indent: -40px;
}
.ship-repair .main .contact .num-box .item.phone{
	text-indent:42px;
}
.ship-repair .main .contact .icon-box{
	width: 80px;
	height: 180px;
	margin-left: 12px;
	background: #01395e;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}
.ship-repair .main .contact .icon-box .item{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	height: 50%;
	position: relative;
	border-radius: 0 0 5px 5px;
}
.ship-repair .main .contact .icon-box .item:first-child{
	border-radius: 5px 5px 0 0;
}
.ship-repair .main .contact .icon-box .item:first-child::after{
	    content: "";
	    width: 60px;
	    height: 1px;
	    background: #fff;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    margin-left: -30px;
}
.ship-repair .main .contact .icon-box .item .iconfont{
	font-size: 36px;
	color: #fff;
}
.steel-structure,.ship-repair .main .contact .icon-box .item p{
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
.ship-repair .main .contact .icon-box .item:hover{
	background: #4e768f;
}





/* 钢构业务 */
.steel-structure .main{
	background: url(../img/steel-6.png) bottom right no-repeat;
	background-size: 797px 149px;
}
.steel-structure .main .summary{
	height: 402px;
	background: url(../img/steel-1.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin-top: 108px;
}
.steel-structure .main .summary .text-box{
	width: 360px;
	height: 400px;
	padding: 0 30px;
	padding-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #033c5f;
	position: absolute;
	top: -42px;
	right: 20%;
}
.steel-structure .main .dynamic-bg{
	background: url(../img/repair-2.png) no-repeat top center;
}
.steel-structure .main .dynamic{
	width: 1200px;
	margin: 0 auto;
}
.steel-structure .main .dynamic .title{
	padding: 0 35px;
	padding-top: 60px;
}
.steel-structure .main .dynamic .title p{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-bottom: 10px;
}
.steel-structure .main .dynamic .title span{
	font-size: 22px;
	color: #ababab;
	font-weight: bold;
	font-family:"黑体"!important;
}
.steel-structure .main .dynamic .dynamic-list{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.steel-structure .main .dynamic .dynamic-list .item{
	width: 380px;
	height: 670px;
	border-collapse:separate;
	border: 1px solid #dcdcdc;
	border-left: none;
	display: flex;
	align-items: center;
	flex-direction:column;
}
.steel-structure .main .dynamic .dynamic-list .item:first-child{
	border-left: 1px solid #dcdcdc;
}
.steel-structure .main .dynamic .dynamic-list .item .img{
	width: 378px;
	height: 526px;
	position: relative;
}
.steel-structure .main .dynamic .dynamic-list .item .img::after{
	content: "";
	width: 378px;
	height: 526px;
	background: rgba(69,69,69,.7);
	position: absolute;
	top: 0;
	left: 0;
}
.steel-structure .main .dynamic .dynamic-list .item .img img{
	display: block;
}
.steel-structure .main .dynamic .dynamic-list .item .text{
	font-size: 24px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-top: 50px;
}
.steel-structure .main .dynamic .dynamic-list .item .iconfont{
	margin-top: 15px;
	font-size: 20px;
	display: none;
	color: #01395e;
}
.steel-structure .main .dynamic .dynamic-list .item:hover .iconfont{
	display: block;
}
.steel-structure .main .dynamic .dynamic-list .item:hover .img::after{
	content: none;
}
.steel-structure .main .dynamic .dynamic-list .item:hover .text{
	color: #01395e;
}


.steel-structure .main .swiper-box{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.steel-structure .main .swiper-box .title{
	padding: 0 35px;
	padding-top: 75px;
}
.steel-structure .main .swiper-box .title p{
	font-size: 30px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-bottom: 10px;
}
.steel-structure .main .swiper-box .title span{
	font-size: 22px;
	color: #ababab;
	font-weight: bold;
	font-family:"黑体"!important;
}
.steel-structure .main .swiper-box .Cooldog_content .img-box{
	width: 700px;
	height: 353px;
}
.steel-structure .main .swiper-box .Cooldog_content li{
	box-shadow: 0px 0px 10px 2px #a8acb6;
	background: #fff;
}
.steel-structure .main .swiper-box .Cooldog_content li .text-box{
	padding: 35px 55px 20px 55px;
}
.steel-structure .main .swiper-box .Cooldog_content li.p2{
	background: #ebebeb;
	box-shadow: 0px 0px 5px 2px #a8acb6;
}
.steel-structure .main .swiper-box .Cooldog_content li .text-box p{
	font-size: 28px;
	color: #033c5f;
	font-weight: bold;
	font-family:"黑体"!important;
}
.steel-structure .main .swiper-box .Cooldog_content li .text-box .text{
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	margin-top: 25px;
}

.steel-structure .pos{
	position: fixed;
	right: 0;
	top: 200px;
	display: none;
	z-index: 99999;
}
.steel-structure .main .contact{
	
}
.steel-structure .main .contact .num-box{
	padding: 15px 20px;
	background: rgba(238,238,238,.5);
	border-radius: 5px;
	float: left;
}
.steel-structure .main .contact .num-box.add{
	width: 260px;
	padding-left: 80px;
	margin-top: 98px;
}
.steel-structure .main .contact .num-box.add .item{
	text-indent: -40px;
}
.steel-structure .main .contact .num-box .item{
	line-height: 24px;
	font-size: 14px;
	color: #01395e;
}
.steel-structure .main .contact .num-box .item.phone{
	text-indent:42px;
}
.steel-structure .main .contact .icon-box{
	width: 80px;
	height: 180px;
	margin-left: 12px;
	background: #01395e;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}
.steel-structure .main .contact .icon-box .item{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	height: 50%;
	position: relative;
	border-radius: 0 0 5px 5px;
}
.steel-structure .main .contact .icon-box .item:first-child{
	border-radius: 5px 5px 0 0;
}
.steel-structure .main .contact .icon-box .item:first-child::after{
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.steel-structure .main .contact .icon-box .item .iconfont{
	font-size: 36px;
	color: #fff;
}
.steel-structure .main .contact .icon-box .item p{
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
.steel-structure .main .contact .icon-box .item:hover{
	background: #4e768f;
}



/* 新闻中心 */
.corporate-news .main .list{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
.corporate-news .main .list .item{
	height: 150px;
	display: flex;
	justify-content: space-between;
	padding: 14px 0 0 17px;
	border: 1px dashed #dfdfdf;
	margin-bottom: 25px;
}
.corporate-news .main .list .item .img-box{
	width: 160px;
	height: 120px;
}
.corporate-news .main .list .item .img-box img{
	width: 100%;
	height: 100%;
}
.corporate-news .main .list .item .item-r{
	width: 110px;
}
.corporate-news .main .list .item .text-box{
	flex: 2;
	padding: 0 40px 0 35px;
}
.corporate-news .main .list .item .text-box .title{
	width: 645px;
	font-size: 16px;
	color: #454545;
	line-height: 40px;
	font-weight: bold;
	font-family:"黑体"!important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.corporate-news .main .list .item .text-box .text{
	height: 72px;
	width: 645px;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.corporate-news .main .list .item .item-r .time{
	font-size: 24px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-top: 10px;
}
.corporate-news .main .list .item .item-r .year{
	font-size: 14px;
	color: #454545;
	margin-top: 10px;
}
.corporate-news .main .list .item .item-r .iconfont{
	font-size: 28px;
	color: #ababab;
	margin-top: 15px;
	display: block;
}
.corporate-news .main .list .item:hover{
	background: #4e768f;
	border: none;
	padding: 15px 0 0 18px;
}
.corporate-news .main .list .item:hover .text-box .title{
	color: #fff;
}
.corporate-news .main .list .item:hover .text-box .text{
	color: #fff;
}
.corporate-news .main .list .item:hover .item-r .iconfont{
	color: #fff;
}
.corporate-news .main .list .item:hover .item-r .year{
	color: #fff;
}
.corporate-news .main .list .item:hover .item-r .time{
	color: #fff;
}
.corporate-news .main .page{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.corporate-news .main .page .item{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #454545;
	margin-right: 8px;
}
.corporate-news .main .page .item.num{
	width: 30px;
	height: 30px;
	padding: 0;
}
.corporate-news .main .page .item.sel{
	background: #01395e;
	color: #fff;
	border: none;
}





/* 新闻详情 */
.news-details .main .title{
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 40px;
}
.news-details .main .title .text{
	font-size: 20px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	text-align: center;
}
.news-details .main .title .tips{
	margin-top: 30px;
	text-align: center;
} 
.news-details .main .title .tips span{
	color: #ababab;
	font-size: 14px;
	margin-right: 10px;
}
.news-details .main .details{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 30px;
	padding-bottom: 60px;
}
.news-details .main .details p{
	line-height: 30px;
}
.news-details .main .details .text{
	font-size: 14px;
	color: #454545;
	line-height: 30px;
	text-indent:29px;
}
.news-details .main .details .text:first-child{
	text-indent: initial;
}
.news-details .main .details .img-box{
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	padding-bottom: 30px;
}
.news-details .main .details .img-box img{
	width: 800px;
	height: 600px;
}
.news-details .main .details .img-box .text{
	text-indent: initial;
	margin-top: 10px;
}
.news-details .main .cutover{
	width: 1200px;
	margin: 0 auto;
	height: 145px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-details .main .cutover .list{
	height: 100%;
	padding: 40px 0;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.news-details .main .cutover .list .item{
	font-size: 14px;
	color: #454545;
}
.news-details .main .cutover .list .item.end{
	color: #ababab;
}
.news-details .main .cutover .return{
	width: 120px;
	height: 32px;
	border-radius: 50px;
	border: 1px solid #033c5f;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #033c5f;
	margin-right: 10px;
}
.news-details .main .cutover .return:hover{
	background: #033c5f;
	color: #fff;
}



/* 企业公告 */
.bulletin .main .list{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
.bulletin .main .list .item{
	height: 120px;
	display: flex;
	justify-content: space-between;
	border: 1px dashed #dfdfdf;
	margin-bottom: 25px;
}
.bulletin .main .list .item .text-box{
	flex: 2;
	padding: 20px 45px 0 0;
}
.bulletin .main .list .item .text-box .title{
	width: 850px;
	font-size: 16px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bulletin .main .list .item .text-box .text{
	height: 48px;
	width: 850px;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
}
.bulletin .main .list .item .item-r{
	width: 140px;
	padding-left: 30px;
}
.bulletin .main .list .item .item-r .time{
	font-size: 24px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	margin-top: 25px;
}
.bulletin .main .list .item .item-r .year{
	font-size: 14px;
	color: #454545;
	margin-top: 10px;
}
.bulletin .main .list .item .iconfont{
	font-size: 35px;
	color: #ababab;
	display: block;
	line-height: 120px;
	margin-right: 26px;
}
.bulletin .main .list .item:hover{
	background: #4e768f;
	border: none;
}
.bulletin .main .list .item:hover .text-box .title{
	color: #fff;
}
.bulletin .main .list .item:hover .text-box .text{
	color: #fff;
}
.bulletin .main .list .item:hover .iconfont{
	color: #dce4e9;
}
.bulletin .main .list .item:hover .item-r .year{
	color: #fff;
}
.bulletin .main .list .item:hover .item-r .time{
	color: #fff;
}
.bulletin .main .page{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bulletin .main .page .item{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #454545;
	margin-right: 8px;
}
.bulletin .main .page .item.num{
	width: 30px;
	height: 30px;
	padding: 0;
}
.bulletin .main .page .item.sel{
	background: #01395e;
	color: #fff;
	border: none;
}





/* 公告详情 */
.bulletin-detail .main .title{
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 40px;
}
.bulletin-detail .main .title .text{
	font-size: 20px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
	text-align: center;
}
.bulletin-detail .main .title .tips{
	margin-top: 30px;
	text-align: center;
} 
.bulletin-detail .main .title .tips span{
	color: #ababab;
	font-size: 14px;
	margin-right: 10px;
}
.bulletin-detail .main .details{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 30px;
}
.bulletin-detail .main .details .text{
	font-size: 14px;
	color: #454545;
	line-height: 30px;
}
.bulletin-detail .main .details .img-box .text{
	text-indent: initial;
	margin-top: 10px;
}
.bulletin-detail .main .cutover{
	width: 1200px;
	margin: 0 auto;
	height: 145px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bulletin-detail .main .cutover .list{
	height: 100%;
	padding: 40px 0;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.bulletin-detail .main .cutover .list .item{
	font-size: 14px;
	color: #454545;
}
.bulletin-detail .main .cutover .list .item.end{
	color: #ababab;
}
.bulletin-detail .main .cutover .return{
	width: 120px;
	height: 32px;
	border-radius: 50px;
	border: 1px solid #033c5f;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #033c5f;
	margin-right: 10px;
}

.bulletin-detail .main .details .text-head{
	margin-bottom: 35px;
}
.bulletin-detail .main .details .text-end{
	text-align: right;
	margin-top: 70px;
}
.bulletin-detail .main .details .text-end P{
	line-height: 30px;
}
.bulletin-detail .main .details .annex{
	width: 1100px;
	display: flex;
	flex-wrap:wrap;
	background: #f6f6f6;
	margin-top: 40px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.bulletin-detail .main .details .annex .item{
	width: 50%;
	padding-left: 35px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.bulletin-detail .main .details .annex .item a{
	font-size: 14px;
	color: #033c5f;
	display: block;
	width: 460px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bulletin-detail .main .details .annex .item .iconfont{
	margin-right: 15px;
	font-size: 30px;
	color: #144767;
}





/* 人才招聘 */
.recruitment .main .tab{
	height: 115px;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.recruitment .main .tab .item{
	display: block;
	width: 80px;
	height: 30px;
	color: #454545;
	font-size: 14px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	margin: 0 15px;
}
.recruitment .main .tab .item.sel{
	background: #033c5f;
	color: #fff;
}
.recruitment .main table{
	width: 1100px;
	margin: 0 auto;
	border-collapse: collapse;
}
.recruitment .main table tr{
	height: 50px;
	cursor: pointer;
}
.recruitment .main table tr:first-child{
	background: #eeeeee;
}
.recruitment .main table td{
	border: none;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	color: #454545;
}
.recruitment .main .page{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruitment .main .page .item{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #454545;
	margin-right: 8px;
}
.recruitment .main .page .item.num{
	width: 30px;
	height: 30px;
	padding: 0;
}
.recruitment .main .page .item.sel{
	background: #01395e;
	color: #fff;
	border: none;
}





/* 招聘详情 */
.recruitment-detail .main{
	width: 1120px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 88px;
}
.recruitment-detail .main .title{
	padding-bottom: 30px;
}
.recruitment-detail .main .title .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.recruitment-detail .main .title .text p{
	font-size: 22px;
	color: #454545;
	font-weight: bold;
	font-family:"黑体"!important;
}
.recruitment-detail .main .title .text .return{
	font-size: 14px;
	color: #ababab;
	display: flex;
	align-items: center;
}
.recruitment-detail .main .title .text .return .iconfont{
	color: #ababab;
	font-size: 26px;
	margin-right: 10px;
}
.recruitment-detail .main .title .remarks{
	font-size: 14px;
	color: #ababab;
}
.recruitment-detail .main .demand{
	padding-bottom: 50px;
}
.recruitment-detail .main .demand p{
	font-size: 22px;
	color: #454545;
	height: 54px;
	line-height: 54px;
	font-weight: bold;
	font-family:"黑体"!important;
	position: relative;
	margin-bottom: 30px;
}
.recruitment-detail .main .demand p::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #01395e;
}
.recruitment-detail .main .demand .text{
	line-height: 32px;
	font-size: 16px;
	color: #454545;
}
.recruitment-detail .main .contact{
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #01395e;
	border-radius: 5px;
}






/* 联系我们 */
.contact .main{
	display: flex;
}
.contact .main .map{
	width: 50%;
	height: 680px;
	
}
.contact .main .text-box{
	width: 50%;
	min-width: 620px;
	background: url(../img/contact-1.png) no-repeat;
	background-size: 100% 100%;
}
.contact .main .text-box .title{
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
	padding-top: 40px;
	text-align: right;
	padding-right: 240px;
}
.contact .main .text-box .title p{
	color: #ababab;
	font-size: 18px;
	margin-top: 10px;
}
.contact .main .text-box .info{
	width: 550px;
	float: right;
}

.contact .main .text-box .info .text{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
}
.contact .main .text-box .info .phone:nth-of-type(3){
	text-indent:49px;
}






/* 信息反馈 */
.feedback .main{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.feedback .main .title{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.feedback .main .title .text{
	font-size: 26px;
	color: #01395e;
	font-weight: bold;
	font-family:"黑体"!important;
}
.feedback .main .title .english{
	font-size: 18px;
	color: #ababab;
	margin-top: 10px;
	font-weight: bold;
	font-family:"黑体"!important;
}
.feedback .main .tips{
	font-size: 14px;
	color: #454545;
	margin-bottom: 40px;
}
.feedback .main .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.feedback .main .info input{
	width: 355px;
	height: 44px;
	font-size: 14px;
	color: #454545;
	padding-left: 20px;
	border: 1px solid #d2d2d2;
}
.feedback .main .info input::-webkit-input-placeholder{
	color: #ababab;
}
.feedback .main .theme{
	margin-bottom: 30px;
}
.feedback .main .theme input{
	height: 44px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #454545;
	border: 1px solid #d2d2d2;
}
.feedback .main .theme input::-webkit-input-placeholder{
	color: #ababab;
}
.feedback .main .text-box {
	margin-bottom: 30px;
}
.feedback .main .text-box textarea{
	width: 100%;
	height: 170px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	color: #454545;
	border: 1px solid #d2d2d2;
	line-height: 24px;
	padding: 10px 20px;
}
.feedback .main .verification{
	display: flex;
	align-items: center;
}
.feedback .main .verification input{
	width: 220px;
	height: 44px;
	padding-left: 20px;
	font-size: 14px;
	color: #454545;
	border: 1px solid #d2d2d2;
}
.feedback .main .verification .img{
	width: 112px;
	height: 44px;
	margin-left: 14px;
}
.feedback .main .btn-box{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feedback .main .btn-box .btn{
	width: 130px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #454545;
	background: #dddddd;
	border-radius: 5px;
	margin: 0 15px;
}
.feedback .main .btn-box .btn:first-child{
	background: #01395e;
	color: #fff;
}




/* 搜索 */
.search .main .result{
	width: 1100px;
	height: 130px;
	margin: 50px auto 0 auto;
	display: flex;
	background: #f5f5f5;
}
.search .main .result .icon{
	width: 152px;
	text-align: center;
	line-height: 130px;
	background: #01395e;
}
.search .main .result .icon .iconfont{
	font-size: 60px;
	color: #fff;
}
.search .main .result .text-box{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	padding: 30px 0 30px 40px;
}
.search .main .result .text-box .text{
	font-size: 14px;
	color: #454545;
}
.search .main .article{
	width: 1100px;
	margin: 0 auto;
	margin-top: 25px;
}
.search .main .article .item{
	height: 120px;
	border-bottom: 1px dashed #dfdfdf;
}
.search .main .article .item .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.search .main .article .item .title .text{
	font-size: 14px;
	color: #454545;
}
.search .main .article .item .title .iconfont{
	font-size: 22px;
	color: #ababab;
	margin-right: 16px;
}
.search .main .article .item .tips{
	margin-top: 24px;
	color: #ababab;
	font-size: 14px;
}
.search .main .article .item .tips span{
	color: #ababab;
}
.search .main .page{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .main .page .item{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #454545;
	margin-right: 8px;
}
.search .main .page .item.num{
	width: 30px;
	height: 30px;
	padding: 0;
}
.search .main .page .item.sel{
	background: #01395e;
	color: #fff;
	border: none;
}
.search .main .list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0 20px;
}
.search .main .list .item{
	width: 359px;
	height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.search .main .list .item .text-box{
	width: 100%;
	height: 100%;
	padding: 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(1,57,94,0.7);
	display: none;
}
.search .main .list .item:hover .text-box{
	display: block;
}
.search .main .list .item .text-box p{
	margin-top: 55px;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-family:"黑体"!important;
}
.search .main .list .item .text-box span{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 40px;
}
.BMap_Marker img{
	width: 39px !important;
}


.honor .popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 9995;
	display: none;
}
.honor .popup .img-box{
	position: absolute;
	width: 500px;
	top: 10%;
	left: 50%;
	margin-left: -300px;
}
.honor .popup .img-box img{
	height: initial;
}



.point{
	display: none;
}
.point .contact{
	position: fixed;
	right: 0;
	top: 200px;
	display: flex;
	z-index: 99999;
}
.point .contact .num-box{
	display: none;
	padding: 15px 20px;
	background: rgba(238,238,238,.5);
	height: 100px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	box-shadow: 0px 0px 10px 5px #e4eaef;
	position: relative;
}
.point .contact .num-box::after{
	content: initial;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -8px;
	background: url(../img/contact-1.png) no-repeat;
	background-size: 100% 100%;
}
.point .contact .num-box .item{
	line-height: 24px;
	font-size: 14px;
	color: #01395e;
}
.point .contact .num-box.add{
	width: 260px;
	padding-left: 80px;
	margin-top: 81px;
}
.point .contact .num-box.add .item{
	text-indent: -70px;
}
.point .contact .num-box .item.phone{
	text-indent:46px;
}
.point .contact .icon-box{
	width: 80px;
	height: 180px;
	margin-left: 12px;
	background: #01395e;
	border-radius: 5px;
}
.point .contact .icon-box .item{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	height: 50%;
	cursor: pointer;
	position: relative;
	border-radius: 0 0 5px 5px;
}
.point .contact .icon-box .item:first-child{
	border-radius: 5px 5px 0 0;
}
.point .contact .icon-box .item:first-child::after{
	    content: "";
	    width: 60px;
	    height: 1px;
	    background: #fff;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    margin-left: -30px;
}
.point .contact .icon-box .item .iconfont{
	font-size: 36px;
	color: #fff;
}
.point .contact .icon-box .item p{
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
.point .contact .icon-box .item:hover{
	background: #4e768f;
}

















