/* body, button, input, select, textarea{
	font-size: 10px!important;
} */
#tab .d_flex{
	display: block;
}
.header {
	height: 80px;
	line-height: 80px;

	box-sizing: border-box;
}

.header .logo img {
	width: 160px;
	height: 40px;
}

.header ul li .d_icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background: #808080;
	border-radius: 50%;
	margin-right: 4px;
}

.header ul li .d_icon .iconfont {
	font-size: 12px;
}

.header ul li:first-child {
	margin-right: 20px;
}

/* 导航条 */
.tab {
	border-top: 1px solid #e6e6e6;
	/* height: 75px; */
	line-height: 75px;
}

.tab .h_1400 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.tab ul {
	margin-top: -1px;
}

.tab .h_1400 li {
	margin-right: 20px;
	font-weight: bold;
	position: relative;
}
.tab .h_1400 li:hover {
	cursor: pointer;
}

.tab .h_1400 li a {
	color: #666666;
	font-size: 10px!important;
}

/* .tab .h_1400 li a:hover{
	display: inline-block;
	color: #e87721;
	border-top: 1px solid #e87721;
	box-sizing: border-box;
	margin-top: -1px; 
	text-decoration: none;
} */
.tab .h_1400 li.active .hd_nav_list_a {
	display: inline-block;
	color: #e87721;
	border-top: 1px solid #e87721;
	box-sizing: border-box;
	margin-top: -1px;
	text-decoration: none;
}

.tab .hd_nav_list_childen a {
	color: #FFFFFF !important;
}

.search {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	background: #0068b3;
	margin-right: 40px;
	position: relative;
	z-index: 100;
}

.nav_floatr {
	position: absolute;
	top: 0;
	background-color: #fff;
	color: #fff;
	width: 160px;
	height: 200px;
	left: 30px;
	/*-webkit-transition: all .3s ease-in-out;*/
	/*-moz-transition: all .3s ease-in-out;*/
}

.s_input {
	position: absolute;
	width: 288px;
	height: 60px;
	line-height: 60px;
	background: #0068b3;
	z-index: 1;
	right: -134px;
	top: 57px;
	text-align: center;
	display: none;
}

.s_input input {
	width: 272px;
	height: 44px;
	padding: 0 16px;
	box-sizing: border-box;
}

.search .icon-sousuo {
	font-size: 20px;
}

.c_lan {
	position: relative;
}

.c_lan a {
	color: #666666;
}

.c_lan .c_text {
	margin: 0 5px 0 5px;
}

.c_lan .icon-xiajiantou {
	font-size: 12px;
}

.c_lan .icon-yuyan {
	font-weight: bold;
}


.c_lan .en_hide li {
	width: max-content;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 40px;
	margin-right: 0;
	font-weight: 400;
}

#en_hide {
	display: none;
}

.en_hide a span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}

#carouselExampleIndicators,
#carouselExampleIndicators img {
	height: 390px;
}

.main_tab {
	height: 200px;
	/* line-height: 200px; */
	background: #354652;
	color: #FFFFFF;
	position: relative;
}

.main_tab ul {
	height: 200px;
	margin: 0 30px;
	position: relative;
	z-index: 1;
}

.main_tab ul li {
	height: 200px;
	width: 160px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

/* .main_tab ul li:hover{
	background:#283238 ;
	transition:all .3s  ease-in-out;
} */

.l_active {
	background-color: rgb(40, 50, 56);
	transition: all 0.2s ease-in-out 0s;
	left: 1200px;
}

.l_active a {
	color: #ed7623 !important;
}

.l_active .circle {
	border: 1px solid #ed7623 !important;
}

.main_tab ul li .circle {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 14px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_tab ul li .circle img {
	width: 50px;
	height: 50px;

}

.c_work {
	text-align: center;
	margin-top: 75px;
}

.c_work h3,
.new_news h3 {
	font-size: 24px;
	font-weight: bold;
	color: #ed7623;
	margin-bottom: 20px;

}

.c_work .c_detail {
	font-size: 18px;
}

.c_work_main {
	margin-top: 44px;
}

.c_work_main li {
	width: 260px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	text-align: left;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	padding-bottom: 24px;
	box-sizing: border-box;

}

.c_work_main li a:hover {
	color: #0068b2;
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
	.c_work_main li {
		width: 220px;
	}
}

@media screen and (max-width:1024px) {
	.c_work_main li {
		width: 180px;
	}
}

.c_work_main .trans {
	width: 100%;
	height: 158px;
	overflow: hidden;
}

.c_work_main li img {
	width: 100%;
	height: 158px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;

}

.c_work_main li img:hover {

	transform: scale(1.2);
}

.c_work_main li span {
	font-size: 16px;
	/* color: #000000; */
	font-weight: bold;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	display: block;
}

.c_work_main li a {
	color: #000000;
}

/* .c_work_main li a:hover{
	color:#0068b2
} */
.c_work_main li span:last-child {
	font-size: 14px;
	color: #e87721;
	font-weight: 400;
}

.c_work_main li:last-child {
	margin-right: 0;
}

.new_news {
	height: 340px;
	background: #eeeeee;
	margin-top: 66px;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 95px;
}

.new_news .d_flex {
	justify-content: flex-start;
}

.new_news h3 {
	text-align: center;
	height: 90px;
	line-height: 90px;
}



.carousel-item {
	overflow: hidden;
}


.news_left #myCarousela img:hover {
	transform: scale(1.2);
}

.news_right {
	margin-left: 75px;
	width: 80%;
}

@media screen and (max-width:1024px) {
	.news_right {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
	.news_right {
		margin-left: 20px;
	}
}

.news_right li {
	width: 30%;
	margin-right: 20px;
	border-top: 1px solid #919aa0;
	padding: 0 16px;
}

.news_right li:hover {
	background: #e9e9e9;
	padding: 0 16px;

}

.news_right li a :hover {
	color: #0068b2;
}

/* @media screen and (max-width:1024px) {
	.news_right li {
		width: 170px;
	}
}

@media screen and (min-width: 1025px) and (max-width:1280px) {
	.news_right li {
		width: 210px;
	}
} */

.news_right li:last-child {
	margin-right: 0;
}

.news_right li a {
	height: 190px;
	/*border-top: 1px solid #919aa0;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 40px;
	box-sizing: border-box;
	margin-right: 30px;
	color: #666666;
}

.news_right span:nth-child(2) {
	line-height: 24px;
}

.news_right li span.icon-youjiantou {
	font-size: 30px;
	color: #e87721;
}

.news_right li:last-child {
	margin-right: 0;
}

.bottom {
	width: 100%;

	background: #354652;
	/* padding-t op: 50px; */
	bottom: 0;
	color: #FFFFFF;

}

.bottom .h_1400 {
	background: #354652;
	padding-top: 50px;
	box-sizing: border-box;
}

.b_bottom {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);

}

.top_left img {
	width: 160px;
	height: 36px;
	margin-bottom: 20px;
}

.b_top {
	display: flex;
	padding-bottom: 80px;
	box-sizing: border-box;
	align-items: flex-start;
}

.top_center {
	/* width: 40%; */
	display: flex;
	flex-direction: row !important;
	align-items: flex-start;
}

.b_top div {
	display: flex;
	flex-direction: column;

}

.top_left {
	/* width: 20%; */
	margin-right: 70px;
	/* position: absolute; */
}

.top_ul {
	margin-right: 170px;

}

.top_ul li a {
	color: #FFFFFF;
}

.top_ul h3 {
	font-size: 20px;
	color: #ff8324;
	font-weight: bold;
	margin-bottom: 40px;
}

.top_ul li,
.top_right li {
	margin-bottom: 15px;
}

.top_ul li:last-child {
	margin-bottom: 0;
}

.top_ul:last-child {
	margin-right: 0;
}

.top_right {
	position: absolute;
	right: 0;
}

.top_right h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #ff8324;
}

.c_work_main li.c_active a span {
	color: rgb(0, 104, 178)
}

.d_hide {
	display: none;
}

/* 关于我们 */
.about img {
	width: 100%;
	height: 187px;
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
	.about img {
		width: 100%;

	}

	.about_main .m_right {
		width: 800px;
	}
}

.about_banner {
	padding: 50px 0;
	box-sizing: border-box;
	display: flex;
}

.about_banner li span.line {
	padding: 0 10px;
	box-sizing: border-box;
	font-family: "黑体";
	font-size: 10px;
}

.about_banner li:last-child {
	margin-right: 0;
}

.about_banner a {
	color: #666;
}

.about_main {
	display: flex;
	border-top: 1px solid #e5e5e5;
}



.nav-pills .nav-link {
	text-align: right;
	padding: 20px 0;
	border-radius: 0;
	color: #666666;
}

.about_main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	text-align: right;
	padding: 20px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #333333;
	font-weight: bold;
	/* border-right: 4px solid #ff9900; */
	background: none;
	position: relative;

}

.about_main .m_right img {
	width: 100%;
}

.about_main .m_right .title {

	color: #e87721;

}

.about_main .m_right .content {
	color: #726f6b;
	font-size: 14px;
	line-height: 30px;
	margin: 40px 0;
}

.about_main .m_right .t_en {
	color: #cccac9;
	margin-top: 14px;
}

/* 公司业绩 */

.news_item {
	font-size: 16px;
	margin-bottom: 45px;
}

.news_item .n_title {
	line-height: 1.6rem;
	color: #2a2e2e;
	font-weight: bold;
	margin-bottom: 22px;
}

.news_item .time {
	color: #666666;
}

.art_main {
	padding: 40px;
	box-sizing: border-box;
}

.art_main .art_title {
	font-size: 28px;
}

.art_main .art_content {
	margin-top: 70px;
	line-height: 1.6rem;
	color: #7a8ba6;
}

.art_main .art_content table {
	margin: 0 auto;
	border: 1px solid;
}

.art_main .art_content table tr,
.art_main .art_content table td {
	border: 1px solid;
}

.m_item {
	border-bottom: 1px solid #e8e6e6;
	font-size: 16px;
	padding: 40px 0;
	font-weight: bold;
	box-sizing: border-box;
}

.m_item a {
	color: #2a2e2e;

}

.m_item a div.sec_div {
	margin-top: 16px;
	font-size: 12px;
	color: #2a2e2e;
	font-weight: 400;
}

.s_main {
	margin-bottom: 40px;
}

.about_banner {
	border-bottom: 1px solid #e8e6e6;
}

/* 联系我们 */
.c_item {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 26px 0;
	color: #2b3c4d;
	font-size: 14px;
	font-weight: bold;
}

.c_item .d_flex:last-child {
	font-weight: 400;
	margin-top: 15px;
	font-size: 12px;
	color: #666866;
}

.c_item .d_flex:last-child .p_date {
	color: #b2aeab;
}

/* 意见反馈 */


.mui-input-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.mui-input-row.button button {
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #0068b3;
	color: #FFFFFF;
	border: 0;
	border-radius: 3px;
	margin-right: 10px;
}

/*.mui-input-row.button button:last-child{*/
/*	background: none;*/
/*	color: #999999;*/
/*	border: 1px solid #999999;*/
/*}*/
.mui-input-row label {
	width: 100px;
	text-align: right;
	margin-right: 20px;
}

.mui-input-row textarea {
	width: 600px;
	height: 200px;
	border-color: #cccccc;
	padding: 10px;
	box-sizing: border-box;
}

.mui-input-row input {
	border: 1px solid #cccccc;
	padding: 10px;
	box-sizing: border-box;
	width: 140px;
	height: 28px;

}

@media screen and (max-width: 801px) {
   .main_tab ul li .circle{
	   width: 80px;
	   height: 80px;
   }
   .main_tab ul li .circle img{
	   width: 50px;
	   height: 50px;
	   
   }
}

