@charset "utf-8";
* {
	-webkit-tap-highlight-color: transparent;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	/* line-height: 100%; */
}
body {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,PingFang SC;
	background-color: #ffffff;
    /* overflow-x: hidden; */
}

button, input, textarea,select{
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border: 0;
 }

 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
  	outline: 0 none;
  	outline-color: transparent;
}

.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a {
    color: #333;
    display: inline-block;
	text-decoration : none;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.w1200{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.w1330{
	max-width: 1330px;
	width: 100%;
	margin: auto;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	max-width: 700px;
    height: 120px; 
    line-height: 100px;
    padding: 10px 0;
}
.logo a{
	display: block;
	height: 80px;
}
.logo a img{
	width: 100%;
    height: 100%;
	box-sizing: initial;
}
.tel{
	display: flex;
    align-items: center;
}
.tel .tel-img img{
    width: 50px;
	height: 50px;	
}
.tel .tel-num {
	margin-left: 15px;
	color: #f0831e;
}
.tel .tel-num span{
font-size: 16px;
}
.tel .tel-num h2{
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
	}
.header	.header-btm{
	background: linear-gradient(to right, #0d62be, #0d62be);
}
.header .header-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-box .logo{
	width: 220px;
}
.header-box .logo a img{
	height: 80px;
	width: 100%;
}
.header-box .nav{
	width: 100%;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav>ul>li{
	position: relative;
	width: 12.5%;
	text-align: center;
    letter-spacing: 1px;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
    font-weight: normal;
    color: #fff;
	padding: 17px 20px;
	position: relative;
}
.nav>ul>li>a:hover, .nav>ul>li>a.active, .s_navbox>.s_a>a:hover{
	background-color: #326ec0;
}
.nav ul li .s_navbox {
    position: absolute;
    left: 0;
    width: 100%;
	background-color: #f0831e;
    z-index: 22;
    box-sizing: border-box;
	display: none;
	padding: 10px 0;
}
.s_navbox>.s_a>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
	line-height: 50px;
	box-sizing: border-box;
}
.search-box{
    width: 205px;
    height: 36px;
    background: transparent;
    border-radius: 20px;
    margin-top: 5px;
	border: 1px solid #fff;
	display: none;
}
.search-box .search{
    width: 100%;
	height: 20px;
    background: url(../images/search.png) center right 14px no-repeat;
	background-size: 20px;
    overflow: hidden;
    margin-top: 9px;
	padding: 0 21px;
    box-sizing: border-box;
}
.search-box .search input {
    width: 80%;
    height: 100%;
	color: #fff;
    font-size: 14px;
	letter-spacing: 0.93px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-weight: 500;
}
.search-box .search input::-webkit-input-placeholder {
    color: #fff;
	font-size: 14px;
}
.nav-btn{
	display: none;
}
.nav-btn span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 5px;
}
.nav-btn span:last-child{
	margin-bottom: 0;
}
.m_nav{
	display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
	.m_nav {
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		overflow:hidden;
		z-index:555;
	}
	.m_nav .closecover{
		position:absolute;
		width:100%;
		height:100%;
		background:#0b0d19;
		filter:alpha(opacity=0);
		opacity:0;
		left:0px;
		top:0px;
		z-index:1;
	}
	.m_nav .closeicon{
		position:absolute;
		width:20%;
		top:5%;
		z-index:55;
		text-align:center;
		filter:alpha(opacity=0);
		opacity:0;
	}
	.m_nav .m_navList{
		position:absolute;
		width:80%;
		right:0px;
		top:0px;
		background:#0b0d19;
		height:100%;
		z-index:100;
		right:-80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul{
		padding-left:5%;
		padding-right:5%;
	}
	.m_nav .m_navList ul li{
		border-bottom:1px solid #232530;
	}
	.m_nav .m_navList ul li a{
		display:block;
		height:45px;
		color:#fff;
		line-height:45px;
		padding-left:5%;
		font-size:16px;
	}
	.m_nav .m_navList ul li .m_f_a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		 width: 100%;
		}
	.m_nav .m_navList ul li .m_f_a a{
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i{
		width: 40px;
		height:35px;
		box-sizing: border-box;
		 padding:0 5px; 
		 display: block;
		}
	.icon{ 
		background:url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%; 
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.icon_on{
		background:url(../images/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition:all 0s;
		-moz-transition:all 0s;
		transition:all 0s;
	}
	.m_nav .m_navList ul li .m_s_nav{
		display:none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a{
		display: block; 
		height:40px;
		line-height:40px;
		font-size:14px;
		padding-left:10%;
		overflow: hidden; 
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
 }

 .banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide>a{
	display: block;
	width: 100%;
}
.banner .swiper-slide a>img{
	margin: 0 auto;
	width: 100%;
	display: block;
	/* height: 500px; */
	object-fit: cover;
}

.banner>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 7.2%;
    left: 0;
    width: 100%;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0px 6px;
}
.banner .swiper-pagination-bullet {
	position: relative;
    display: inline-block;
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background: #fff;
 	border-radius:50%;
  	opacity: 1;
  	box-shadow: none;
  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active{
	position: relative;
	opacity: 1;
	/* width: 22px;
	border-radius: 6px; */
	background: #f0831e;
}
.banner .swiper-pagination-bullet span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet-active span{
    background: #f0831e;
	border: 1px solid #f0831e;
    animation: 4.5s ease-in;
    -moz-animation: 4.5s ease-in;
    -webkit-animation: 4.5s ease-in;
    -o-animation: 4.5s ease-in;
}
.latest{
	padding: 20px 0;
}
.ltt-box{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.ltt-box .ltt-title{
	color: #f0831e;
	font-size: 16px;
	margin-right: 20px;
}
.ltt-box .bd{
	overflow: hidden;
	position: relative;
	flex: 1;
}
.ltt-box .bd .tempWrap{
	width: 100% !important;
}
.ltt-box .bd ul{ 
	overflow:hidden; 
	zoom:1; 
	height: 24px;
}
.ltt-box .bd ul li{
	 margin-right:30px; 
	 float:left;
	 height:24px;
	 line-height:24px; 
	 text-align:left; 
     width:auto !important;
 }
 .ltt-box .bd ul li span{
	color: #999;
}
.line1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.com-container, .index-ab, .index-cases, .index-elites, .index-news{
	padding: 60px 0;
}
.com-bg{
	background-color: #e7e8e7;
}
.com-inner{
	display: flex;
	flex-wrap: wrap;
}
.com-inner .com-left{
	width: 240px;
	box-sizing: border-box;
	margin-right: 30px;
}
.com-inner .com-right{
	flex: 1;
}
.com-left .cl-list{
	margin-bottom: 12px;
}
.cl-list .cl-title{
	background: linear-gradient(to right, #0d62be, #0d62be);
	padding: 20px 18px;
	/* background: url(../images/cate.png) no-repeat center #f0831e;
	background-size: 26px; */
}
.cl-list .cl-title h3{
	font-size: 22px;
	color: #fff;
	background: url(../images/cate.png) no-repeat right;
	background-size: 26px;
}
.cl-list .cl-box{
	border: 1px solid #E0E0E0;
	border-top: 0;
	padding: 12px 10px;
}
.cl-box ul li{
	background-color: #ffffff;
	padding: 12px 18px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.cl-box ul li:last-child, .com-left .cl-list:last-child{
	margin-bottom: 0;
}
.cl-box ul li a{
	display: block;
	font-size: 18px;
	/*  color: #fff;  */
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cl-news-box ul li{
	background-color: #ffff;
	padding: 2px 18px;
}
.cl-news-box ul li a{
	color: #333;
	font-size: 15px;
}
.cl-contact-box h4{
	color: #f0831e;
	font-weight: bold;
	text-align: center;
}
.cl-contact-box img{
	display: block;
	margin: 13px auto;
	width: 80%;
}
.cl-contact-box dl dd{
	font-size: 15px;
	color: #333;
	padding: 3px 10px;
}
.com-right .cr-title{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 40px;
    background: linear-gradient(to right, #0d62be, #0d62be);
}
.com-right .cr-title h5 {
    padding-left: 10px;
    border-left: 3px solid #f08300;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
.project-box .pjt-list{
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #E0E0E0;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all ease 300ms;
	overflow: hidden;
}
.project-box .pjt-list a{
   display: block;
}
.project-box .pjt-list:nth-child(3n){
	margin-right: 0;
}
.pjt-list .pjt-img{
	width: 100%;
	/* height: 220px; */
	overflow: hidden;
}
.pjt-list .pjt-img img, .ab-content .ab-img img, .ic-list .ic-img img, .in-hot .h-img a img, .in-des .des-l a img, .el-con .el-img img, .news-con .n-img img{
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}
.pjt-list .pjt-text{
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
   text-align: center;
}
.pjt-list .pjt-img img, .ic-list .ic-img img{
	-o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	display: block;
}
.project-box .pjt-list:hover .pjt-img img, .ic-content .ic-list:hover .ic-img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.com-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.com-title .ct-div{
	text-align: center;
    padding: 0 6%;
}
.ct-div h2, .in-top .in-title{
	color: #f0831e;
	font-size: 22px;
	font-weight: bold;
}
.com-title .line{
	height: 1px;
	width: 100%;
	background-color: #ececec;
	flex: 1;
}
.ab-content{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.ab-content .ab-img{
	width: 580px;
	/* height: 430px; */
	margin-right: 60px;
}
.ab-content .ab-box{
    flex: 1;
	display: flex;
	flex-direction: column;
}
.ab-box .ab-text p{
		font-size:  15px;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 30px;
		text-indent: 2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
}

.ab-content .ab-text{
	font-size: 16px;
	line-height: 34px;
}
.ab-box .ab-more{
	margin-top: auto;
}
.ab-box .ab-more a {
    display: inline-block;
    background-image: linear-gradient(#f0831e, #f0831e);
    padding: 8px 40px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.ab-box .ab-more a:hover {
    background: #0d62be;
}
.ic-content .ic-list{
	width: calc(94% / 4);
	height: 240px;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	float: left;
}
.ic-content .ic-list:nth-child(4n){
	margin-right: 0;
}
.ic-list .ic-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ic-list .ic-text {
	position: absolute;
	height: 40px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ic-content{
	margin-top: 60px;
}
.en-box{
    position: relative;
	padding: 60px 76px 0;
    overflow: hidden;
}
.en-box .en-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.en-box .swiper-button-next, .en-box .swiper-button-prev {
    position: absolute;
    top: 52%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.en-box .swiper-button-prev, .en-box .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/img86.png);
    left: 0;
    right: auto;
}

.en-box .swiper-button-next, .en-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/img88.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/img85.png);
    left: 0;
    right: auto;
}
.en-list a{
	display: block;
}
.en-list:hover .en-text h3{
	color: #065894;
}
.en-list .en-img{
	height: 210px;
	position: relative;
    overflow: hidden;
}
.en-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.en-list .en-text{
	padding: 12px;
	background-color: #f0831e;
}
.en-text h4{
	text-align: center;
	color: #fff;
	margin-bottom: 12px;
}
.en-text p{
	font-size: 15px;
	color: #d8d8d8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.en-text .position{
	margin: 0 auto 5px;
	text-align: center;
}
.in-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-box .in-con{
	width: 49%;
}
.in-con .in-top{
	display: flex;
	align-content: center;
	justify-content: space-between;
	background: linear-gradient(to right, #0d62be, #0d62be);
	padding: 7px 20px;
}
.in-top .in-title{
    color: #fff;
}
.in-top .in-more a{
	color: #fff;
	font-size: 12px;
	margin-top: 7px;
}
.in-con .in-xq{
	background-color: #fff;
	padding: 30px 20px;
}
.in-xq .in-hot{
	display: flex;
}
.in-xq .in-hot:hover .h-con .bc-title{
	color: #f0831e;
}
.in-hot .h-img{
	width: 210px;
	height: 160px;
	margin-right: 30px;
overflow: hidden;
}
.in-hot .h-img a{
   display: block;
    width: 100%;
	height: 100%;
}
.in-hot .h-con{
	flex: 1;
}
.h-con .bc-title{
	font-size: 20px;
	color: #333;
}
.h-con .bc-des {
    font-size: 15px;
    line-height: 26px;
    color: #999;
    min-height: 75px;
    overflow: hidden;
    text-align: justify;
	margin: 16px auto;
}
.h-con span{
   color: #f0831e;
}
.in-com{
	margin-top: 30px;
}
.in-com .ind-list {
	padding: 4px 0;
	border-bottom: 1px dashed #e1e1e1;
}
.ind-list .in-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind-list .in-title{
	width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 32px;
	color: #333;
}
.ind-list .in-time{
	color: #676767;
	font-size: 14px;
}
.ind-list:hover .in-title, .sz-com ul li a:hover{
	color: #f0831e;
 }
.hyxw ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #e1e1e1;
	background: url(../images/news-down.png) no-repeat 97% 15px;
	background-size: 12px;
}
.hyxw ul li:first-child{
   padding-top: 0;
   background: url(../images/news-down.png) no-repeat 97% 10px;
    background-size: 12px;
}
.hyxw>ul>li>a{
	font-size: 16px;
	color: #333;
    display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   padding-right: 40px;
 }
.in-des{
	display: flex;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	padding: 10px;
}
.in-des .des-l{
	width: 110px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
}
.in-des .des-l a{
	display: block;
	width: 100%;
	height: 100%;
}
.in-des .des-r{
	flex: 1;
}
.des-r p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.des-r>a{
	font-size: 15px;
	color: #f0831e;
}
.footer{
	background-color: #2E3033;
}

.copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 14px;
	background-color: #27292B;
	padding: 14px 0;
}
.copyright p{
  line-height: 20px;
}
.copyright  p:first-child{
	margin-right: 14px;
}
.copyright p, .copyright p a{
	color: #939393;
	font-size: 13px;
}
.links{
	border-bottom: 1px solid #464a50;
	padding: 16px 0;
}
.links ul li{
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 12px;
	line-height: 22px;
}
.links ul li a, .fb-r p, .fb-l dl dd a, .fb-m .address{
	font-size: 14px;
	color: #939393;
}
.f-btm{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.f-btm .fb-l{
	display: flex;
}
.fb-l dl{
 margin-right: 100px;
}
.fb-l dl:last-child{
	margin-right: 0;
   }
.fb-l dl dt{
	margin-bottom: 20px;
}
.fb-l dl dt a, .fb-m p{
     font-size:  16px;
	 color: #fff;
}
.fb-l dl dd{
	margin-bottom: 10px;
}
.fb-l dl dd:last-child{
	margin-bottom: 0;
}
.f-btm .fb-r{
	text-align: center;
}
.f-btm .fb-r img{
	width: 94px;
    height: 94px;
}
.fb-r p{
	margin-top: 13px;
}
.fb-m .f-tel{
	font-size: 24px;
	font-weight: bold;
	color: #f0831e;
	margin-top: 15px;
}

.fb-m .address{
	margin-top: 15px;
}
.page-con{
	padding: 30px 0;
}

.page-box, .page-box p{
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.page-box p img, .page-box img{
	width: 100%;
	margin: 10px auto;
}
.pos-box{
	padding-top: 20px;
}
.pro-con .pjt-list{
	margin-bottom: 4%;
}
.pro-con .pjt-list:hover{
	background: #f0831e;
	border-color: #f0831e;
}
.pro-con .pjt-list:hover .pjt-text{
	color: #fff;
}
.elites-box .e-list, .news-box .news-list{
	/* padding: 25px 10px; */
	border-bottom: 1px solid #ededed;
	transition: all .5s;
}

.elites-box .e-list:hover .el-text .e-name, .news-box .news-list:hover .n-text .n-title{
	color: #f0831e;
}
.elites-box .e-list:hover, .news-box .news-list:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.elites-box .e-list a, .news-box .news-list a{  
	display: block;
    padding: 25px 10px;
}
.e-list .el-con, .news-list .news-con{
	display: flex;
}
.el-con .el-img, .news-con .n-img{
	width: 200px;
	height: auto;
	margin-right: 30px;
}
.el-con .el-text, .news-con .n-text{
   flex: 1;
}
.el-text .e-name, .n-text .n-title{
	font-size: 18px;
	color: #333;
	padding: 6px  0;
	border-bottom: 1px solid #ededed;
}
.el-text .e-item{
	display: flex;
	color: #999;
	font-size: 16px;
	margin-top: 15px;
	/* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}
.e-item .item-l{
	width: 100px;
}
.e-item .item-r{
	flex: 1;
}
.n-text .n-des{
	color: #999;
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 15px;
	min-height: 50px;
}
.n-text .n-others{
	color: #999;
	font-size: 16px;
}
.info-title{
	color: #eb8926;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
}
.info-mark{
	padding: 10px 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
	color: #999;
	font-size: 14px;
}
.info_content{
	padding: 30px 0;
}
.info_content p,  .info_content{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
	color: #333;
}
.info_content img, .info_content p img{
	max-width: 100%;
}
.pronext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 15px;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.pronext .propage, .pronext .nextpage {
	width: 48%;
	color: #363636;
}
.propage  a, .nextpage  a{
	color: #363636;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fyxq {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
}
.related{
	margin-top: 30px;
}
.related .re_text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
	color: #333;
}
.tages {
	font-size: 15px;
	color: #363636;
	font-weight: normal;
	margin-top: 30px;
}
.tages p{
	line-height: 26px;
}
.tages p a {
	margin-right: 20px;
	font-weight: normal;
}

.related .re_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.re_con .re_con_box {
	width: 48%;
}
.re_con_box ul li {
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}
.re_con_box ul li a{
	display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.re_con_box ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #f0831e;
	left: 0;
	top: 45%;
}

#map, #allmap{
	width: 100%;
	height: 350px;
}


.con-ly {
	margin: 0 auto;
	padding-top: 40px;
}
.c-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.c-form .form-group{
   width:49%;
}
.con-form form .f-ta {
	padding: 30px 15px;
}
.con-form form  .ctn {
	width: 100%;
	color: #fff;
	background-color: #f0831e;
	border-color: #f0831e;
	border-radius: 20px;
	outline: none;
}
.con-form form input, button{
	outline:none;
	
}
.contact-com{
	padding-bottom: 30px;
}

.f2 h3, .f3 h3{
	font-size: 20px;
	color: #333;
}
.f2 h4, .f3 h4{
	font-size: 17px;
}
.f2 h4{
	margin: 20px 0 20px 0;
}
.f2 ul li{
	font-size: 16px;
	line-height: 2.2;
	color: #333;
}
.f2 ul li i{
	padding-right: 12px;
}








/* .c-btm p{
	color: #fff;
	font-size: 20px;
}
.c-btm .c-more{
	margin-top: 18px;
}


.pfs-container .pfs-box{
	margin-top: 20px;
}
.pfs-top{
	text-align: center;
}
.pfs-top h1, .in-box h1{
	font-size: 33px;
    margin-top: 0px;
    font-weight: 500;
    color: #000000;
}
.pfs-top p {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-top: 18px;
}
.pfs-box .pfs-list{
	position: relative;
	width: calc(95% / 6);
	margin-right: 1%;
	margin-top: 1%;
	height: 140px;
	overflow: hidden;
	float: left;
}
.pfs-box .pfs-list:nth-child(6n){
	margin-right: 0;
}
.pfs-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
}
.pfs-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.pfs-box .pfs-list:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.pfs-list .cl-name{
	position: absolute;
	z-index: 11;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cl-name p{
	color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 20px;
    line-height: 32px;
    text-align: center;
}
.profession{
	padding: 70px 0;
}
.ab-box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.ab-box .ab-img, .ab-box .ab-com{
	width: 50%;
	box-sizing: border-box;
}
.ab-box .ab-img{
	height: 320px;
}
.ab-img img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab-box .ab-com{
	background-color: #33394b;
	color: #fff;
	padding: 0 50px;
}
.ab-com h2{
	font-size: 24px;
	padding: 26px 0;
}
.ab-com .ab-text p{
	font-size:  15px;
	letter-spacing: 1px;
	text-align: justify;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.ab-com .ab-text{
	margin-bottom: 10px;
}
.ab-com .ab-more{
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 2em;
    border: 1px solid;
    border-color: #408bcd;
    background-color: #408bcd;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.ab-com .ab-more:hover {
    border-color: #408bcd;
    background-color: transparent;
    color: #408bcd;
}

.en-box{
    position: relative;
	padding: 40px 76px 0;
    overflow: hidden;
}
.en-box .en-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.en-box .swiper-button-next, .en-box .swiper-button-prev {
    position: absolute;
    top: 52%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.en-box .swiper-button-prev, .en-box .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/img86.png);
    left: 0;
    right: auto;
}

.en-box .swiper-button-next, .en-box .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/img88.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/img87.png);
    right: 0;
    left: auto;
}
.en-box .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/img85.png);
    left: 0;
    right: auto;
}

.en-list{
	height: 180px;
}
.en-list .en-img{
	height: 100%;
	position: relative;
    overflow: hidden
}
.en-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.en-list .en-text{
	width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.en-list .en-text:hover {
    opacity: 1;
	color: #fff;
}
.en-list .en-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.en-list:hover .en-img:after {
    background-color: #000000;
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.en-text h3{
	font-size:  20px;
}
.en-text p{
	letter-spacing: 1px;
	margin-top: 22px;
	color: #999;
	font-size: 15px;
	line-height: 23px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.environment{
	padding: 70px 0;
}
.in-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in-container .in-box{
	width: 46%;
}
.in-box .in-line{
	background-color: #999;
	width: 30px;
	height: 2px;
	margin-top: 10px;
}
.in-box .in-hot a{
	display: block;
}
.in-box .in-hot .hot-link{
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
    border-bottom: 1px dashed #999;
}

.in-hot .h-time{
	width: 85px;
	height: 90px;
	text-align: center;
    background-color:#cacaca;
	margin-right: 20px;
}
.h-time p{
   font-size: 33px;
   font-weight: bold;
   color: #888888;
   padding: 13px 0;
}
.h-time span{
	font-size: 14px;
	color: #888888;
 }
.in-hot .h-text{
   flex: 1;
}
.h-text p{
	font-size: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.h-text .h-des{
	margin-top: 22px;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #999;
}

.ind-list .in-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind-list .in-title{
	width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 32px;
}
.ind-list .in-time{
	color: #999;
	font-size: 14px;
}
.in-com{
	padding: 30px 0;
}
.in-com .ind-list{
	position: relative;
	padding-left: 20px;
}
.in-com .ind-list::before{
	position: absolute;
  content: ">";
  color: #408bcd;
  left: 0;
  top: 22%;
}
.in-box .in-more{
	padding: 12px 15px;
    border: 1px solid;
    color: #408bcd;
    border-color: #408bcd;
    display: block;
    width: 110px;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    border-radius: 6px;
}
.in-box .in-more:hover {
    background: #408bcd;
    color: #ffffff;
    border-color: #408bcd;
}

.art-list{
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}
.art-list:first-child{
   padding-top: 0;
}
.art-list:hover .al-title h2{
	color: #408bcd;
}
.al-title h2{
	font-size: 24px;
	line-height: 26px;
}
.al-zz{
	display: flex;
	font-size: 14px;
	color: #999;
	padding: 18px 0;
}
.al-zz p:first-child{
	margin-right: 7px;
	color: #408bcd;
}
.al-des{
    color: #999;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 14px;
	margin-bottom: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.viewed{
	display: flex;
    align-items: center;
	font-size: 14px;
	color: #408bcd;
}
.viewed img{
	width: 16px;
	margin-right: 7px;
}

.f-list, .f-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
}
.f-list .fl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-list .fl>div, .f-text .text-title{
	width: 100px;
}
.f-list .fl input{
	flex: 1;
    height: 50px;
	font-size: 16px;
	padding: 0 15px;
    background-color: transparent;
    border-bottom: 1px solid #d4d4d4;
}
.f-text{
	margin-top: 50px;
}
.f-text .text-details{
	flex: 1;
}
.f-text .text-details textarea{
	width: 100%;
	background-color: transparent;
    border: 1px solid #d4d4d4;
	padding: 15px 0;
	font-size: 16px;
}

.f-list .fl input::placeholder{
	color: #aaaaaa;
}
.f-btn{
	display: flex;
    justify-content: center;
	margin-top: 50px;
	padding-left: 100px;
}
.f-btn button{
	width: 100%;
    height: 50px;
    font-size: 16px;
	color: #fff;
    background-color: #408bcd;
}



.f1 .presentation{
	width: 80%;
    line-height: 1.8;
    text-align: justify;
	margin-top: 30px;
}
.f1 img{
	max-width: 215px;
}

.f3 h4{
	margin: 20px 0 30px 0;
}
.code .fimg{
	margin-right: 20px;
}
.f-bttom{
	font-size: 13px;

} */

/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #414146;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #333;
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
}
.tabbar-container .tabbar .list {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabbar-container .tabbar .list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tabbar-container .tabbar .list .item .icon-box {
   padding: 6px 0 5px 0;
}
.tabbar-container .tabbar .list .item .icon-box .ticon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .ticon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .ticon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
	font-size: 14px;
}
.pos_nav {
	line-height: 22px;
}
.pos_nav, .pos_nav a, .pos_nav span{
    color: #999;
    letter-spacing: 1px;
    font-size: 14px;
}
.page-cate{
	padding: 23px 0;
}
.page-cate h2{
	font-size: 24px;
    color: #000;
}
.page-title{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 10px 0;
}
.page-title a{
	font-size: 16px;
    text-align: center;
	display: block;
    height: 42px;
	line-height: 42px;
    width: 110px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #f1f1f1;
}
.page-title a:last-child{
	margin-right: 0;
}
.page-title a.active, .page-title a:hover{
    background: #408bcd;
	color: #fff;
}

.page-content{
	margin-top: 24px;
}
.page-content p {
    color: #595757;
    font-size: 14px;
    line-height: 26px;
}
.page-content p img, .page-content img{
    max-width: 100%;
}
.content-box{
	padding: 30px  0;
}
.production, .articles, .contact-com{
	padding-top: 36px;
}

.production .items{
	float: left;
	width: calc(93.4% / 4);
	margin-right: 2.2%;
    margin-top: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.production .items:nth-child(4n){
	margin-right: 0;
}
.pro-list .pl-img{
    width: 100%;
    height: 240px;
}
.pro-list .pl-img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.pro-list .p-box{
  padding: 15px;
}
.pro-list .p-box p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.production .items:hover{
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	 position:relative; 
	 z-index:100;
	}

	.ye {
		display: flex;
		margin: 40px auto;
		text-align: center;
		justify-content: center;
	}
	
	.ye li a{
		padding: 3px 12px;
		border:  1px solid #999;
		color: #999;
		margin: 0 5px;
	}
	.ye li a.thisclass, .ye li a:hover{
		background: #f0831e;
		border-color: #f0831e;
		color: #fff;
	}

.ab-us span{ 
	font-size: 14px;
    color:#939393;	
}
.index-service{
    background: #0d62be;
    background: linear-gradient(to right, #0d62be, #0d62be);
    color: #fff;
}
.index-service .col-sm-6{
    padding: 30px;
}
.index-service .service-text{
    font-size:26px;
}
.index-service .service-text div{margin-bottom:10px;}
.index-service .service-contact{
    padding-top: 50px;
    height: 160px;
    background: url('../images/service.png') right bottom no-repeat;
    font-size:18px;
}
.index-service .service-contact .tel{
    font-size:28px;
}
.floor_3_main {
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom right, #0d62be, #0d62be);
}
 .in_title {
    padding-top: 80px;
}
 .in_title .entit {
    margin-bottom: 12px;
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
    text-align: center;
}
.txtwhite {
    color: #fff !important;
}
.in_title .entit {
    margin-bottom: 12px;
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
    text-align: center;
}
.in_title .tit {
    width: 410px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.in_title .tit em {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 16px;
    background: #ccc;
	font-style: normal
}
.in_title .tit span {
    float: left;
    margin-left: 40px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.floor_3_main .mainCon {
    width: 100%;
    margin-top: 28px;
}
.floor_3_main .mainCon ul {
    width: 105%;
}
.floor_3_main .mainCon li {
    width: 292px;
    height: 335px;
    background: #fff;
    float: left;
    margin-right: 11px;
}
.floor_3_main .mainCon li span {
    display: block;
    width: 292px;
    height: 180px;
    position: relative;
}
.floor_3_main .mainCon li img {
    display: block;
}
.floor_3_main .mainCon li em {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(243 142 26 / 50%);
    bottom: 0;
    left: 0;
    position: absolute;
}
.floor_3_main .mainCon li p {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    padding: 0 26px;
    line-height: 25px;
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}