html,
body {
	color: #818181;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #818181;
}
.ov {
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}
.w1320 {
	max-width: 1320px;
	margin: 0 auto;
}
.c33 {
	color: #333;
}

.searchContent {
	padding: 15px 0;
	box-shadow: 0 0 15px #ddd;
}
.searchContent_fl {
	float: left;
	width: 78%;
	font-size: 16px;
	padding-top: 8px;
}
.searchContent_fl .spn {
	color: #000;
	font-weight: bold;
	padding-right: 22px;
}
.searchContent_fl a {
	display: inline-block;
	margin: 0 32px 0 0;
}
.searchContent_fl a:last-child {
	margin-right: 0;
}
.searchContent_fr {
	float: right;
	width: 20%;
	max-width: 240px;
}
.searchContent_fr .ht4 {
	height: 40px;
}
.searchContent_fr .form-control {
	background: #ededed;
	border-color: #ededed;
}
.searchContent_fr .btn {
	background: #ff9925;
	border-color: #ff9925;
	color: #fff;
}
.ncontent {
	padding: 55px 0;
}
.ncontent .w1320 {
	padding: 0 20px;
}
.ncontent_fl {
	width: 270px;
	float: left;
}
.ncontent_fl_nav {
	background: #043b8d;
	border-radius: 5px;
	padding: 15px;
}
.ncontent_fl .title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: relative;
	line-height: 1;
	padding-left: 18px;
	margin: 13px 0 26px;
}
.ncontent_fl .title:after {
	content: "";
	width: 3px;
	height: 28px;
	background: #ff9925;
	position: absolute;
	left: 0;
	top: 4px;
}
.ncontent_fl_nav .list {
	padding: 10px 15px 15px;
	background: #fff;
	border-radius: 5px;
}
.ncontent_fl_nav .list a {
	display: block;
	font-size: 16px;
	padding: 15px 15px 15px 3px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
}
.ncontent_fl_nav .list li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.ncontent_fl_nav .list a:hover {
	color: #ff9925;
	border-color: #ff9925;
}
.ncontent_fl_pmessage {
	margin-top: 25px;
	background: #f4f4f4;
	border-radius: 5px;
	padding: 20px 14px 25px;
	border: 1px solid #e1e1e1;
}

.ncontent_fl_pmessage .phone {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 210px;
	margin: 0 auto;
	background: #fff;
	height: 56px;
	border-radius: 56px;
	padding: 10px 8px;
	color: #333;
}
.ncontent_fl_pmessage .phone_text {
	margin-left: 7px;
	line-height: 1.3;
	color: #333;
}
.ncontent_fl_pmessage .phone_text .num {
	font-size: 19px;
	font-family: arial;
}
.ncontent_fl_pmessage .tis {
	margin: 15px 0;
	position: relative;
	text-align: center;
	font-size: 16px;
}
.ncontent_fl_pmessage .tis .spn {
	padding: 0 25px;
	background: #f4f4f4;
	position: relative;
	z-index: 5;
}
.ncontent_fl_pmessage .tis:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #e1e1e1;
}
.ncontent_fl_pmessage .LeaveMessage {
	width: 210px;
	height: 46px;
	margin: 0 auto;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	border-radius: 46px;
	background: #043b8d;
	text-align: center;
	cursor: pointer;
}
.ncontent_fl_tuij {
	border: 1px solid #e1e1e1;
	padding: 20px 13px;
	margin-top: 25px;
	border-radius: 5px;
}
.ncontent_fl_tuij a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #333;
	font-size: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.ncontent_fl_tuij a .imt {
	margin-right: 15px;
}
.ncontent_fl_tuij .tuij_ul {
	margin: 0 13px;
}
.ncontent_fl_tuij li:first-child a {
	padding-top: 0;
}
.ncontent_fl_tuij li:last-child a {
	padding-bottom: 0;
	border-bottom: none;
}
.ncontent_fl_tuij li a:hover {
	color: #ff9925;
}
.ncontent_fl .ncontent_fl_tuij .title {
	color: #000;
}
.ncontent_fr {
	margin-left: 316px;
}
.ncontent_title {
	padding: 3px 0 20px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}
.ncontent_title .name {
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 25px;
	position: relative;
}
.ncontent_title .name:after {
	content: "";
	width: 4px;
	height: 22px;
	background: #043b8d;
	position: absolute;
	left: 0;
	top: 2px;
}
.ncontent_title .link {
	padding: 4px 0 0 28px;
	background: url(../img/icon_home.jpg) no-repeat left 6px;
}
.ncontent_title .line {
	padding: 0 4px;
}
.ncontent_title .spn {
	color: #043b8d;
}
.ncontent_title .link a:hover {
	color: #ff9925;
}

.develop_content {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.develop_content li {
	/*display: flex;
	display: -webkit-flex;
	align-items: center;*/
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.develop_time {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	width: 112px;
	float: left;
	padding-top: 20px;
}
.develop_icon {
	width: 22px;
	height: 22px;
	background: url(../img/icon1.png) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 5;
	position: absolute;
	left: 115px;
	top: 37px;
}
.develop_text {
	width: 80%;
	padding: 20px 25px;
	color: #818181;
	line-height: 1.6;
	float: right;
}
.develop_content li:hover .develop_text {
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	color: #333;
}
.develop_content li:hover .develop_time {
	color: #ff9925;
}
.develop_content li:hover .develop_icon {
	background: url(../img/icon1_active.png) no-repeat center;
	background-size: cover;
}
.develop_content li:before {
	content: "";
	width: 3px;
	background: #dedede;
	height: 100%;
	position: absolute;
	left: 124px;
	top: 40px;
	z-index: 3;
}
.develop_content li:after {
	content: "";
	width: 3px;
	background: #dedede;
	height: 100%;
	position: absolute;
	left: 124px;
	bottom: 50%;
	z-index: 3;
}
.develop_content li:first-child:after {
	display: none;
}
.develop_content li:last-child:before {
	display: none;
}

.equipment_content ul {
	overflow: hidden;
	margin-left: -3%;
	padding: 10px 0;
}
.equipment_content li {
	width: 30.33%;
	float: left;
	text-align: center;
	margin: 0 0 3% 3%;
}
.equipment_content li .imt {
	border-radius: 5px;
	overflow: hidden;
	/*border: 3px solid transparent;*/
}
.equipment_content li .imt img {
	width: 100%;
}
.equipment_content li .name {
	font-size: 16px;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.equipment_content li:hover .imt {
	/*border-top-color: #ff9925;*/
	box-shadow: 0 0 15px #ddd;
}
.equipment_content li:hover .name {
	color: #ff9925;
}

.pageNum {
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.pageNum a {
	display: inline-block;
	height: 30px;
	min-width: 40px;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	background: #f6f6f6;
	border-radius: 5px;
	margin: 0 8px;
}
.pageNum a.btn_pre {
	background: url(../img/btn_lf1.png) #f6f6f6 no-repeat center;
	width: 48px;
}
.pageNum a.btn_next {
	background: url(../img/btn_lr1.png) #f6f6f6 no-repeat center;
	width: 48px;
}
.pageNum a.link:hover,
.pageNum a.link.active {
	background: #043b8d;
	color: #fff;
}
.about_content {
	line-height: 1.7;
}
.about_content .title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.project_list {
	padding: 25px 0;
	overflow: hidden;
	margin: -15px -20px 0 -2%;
	padding-right: 20px;
}
.project_list li {
	float: left;
	width: 31.33%;
	margin: 0 0 3% 2%;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.project_list li .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e1e1e1;
}
.project_list li .imt img {
	border-radius: 5px;
	overflow: hidden;
}
.project_list li:hover {
	box-shadow: 0 0 20px #ddd;
	border-color: #ff9925;
}
.project_list li:hover .name {
	background: #ff9925;
	color: #fff;
}
.about_list li {
	overflow: hidden;
	padding: 22px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px;
}
.about_list li .imt {
	float: left;
	width: 30.5%;
}
.about_list li .content {
	float: right;
	width: 66%;
}
.about_list li .content_title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.about_list li .content_text {
	margin: 22px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 75px;
	line-height: 1.8;
}
.content_btn a {
	display: inline-block;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
}
.content_btn a.btn_more {
	background: #043b8d;
}
.content_btn a.btn_zixun {
	background: #ff9925;
	margin-left: 28px;
}
.about_list li:hover {
	border-color: transparent;
	box-shadow: 0 0 20px #ddd;
}
.about_list li:hover .content_title {
	color: #ff9925;
}
.about_more {
	border-top: 1px solid #e1e1e1;
	margin-top: 3%;
	padding: 3% 0 0 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.about_more a {
	display: block;
	font-size: 16px;
	color: #333;
}
.about_more a:hover {
	color: #ff9925;
}

.liuc_list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case_list {
	margin-bottom: 3%;
}
.case_list ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -3.33%;
}
.case_list li {
	width: 30%;
	background: #ededed;
	border-radius: 5px;
	padding: 15px;
	margin: 0 0 3% 3.33%;
	text-align: center;
}
.case_list li .name {
	font-size: 16px;
	color: #333;
	margin: 15px 0 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case_list li .text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 43px;
}
.case_list li:hover {
	box-shadow: 0 0 20px #ddd;
	background: #ff9925;
}
.case_list li:hover a,
.case_list li:hover .name {
	color: #fff;
}

.news_list ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-bottom: 3%;
}
.news_list li {
	width: 48%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 15px;
	margin: 0 0 2.5% 2%;
}
.news_list li .name {
	margin: 20px 0 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 16px;
}
.news_list li .imt {
	position: relative;
}
.news_list li img {
	width: 100%;
}
.news_list li .dom {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.news_list li .icon {
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/btn_video.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
	cursor: pointer;
}
.news_info_top {
	text-align: center;
	color: #ababab;
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #e1e1e1;
}
.news_info_top .title {
	color: #043b8d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2%;
}
.news_info_top .tis .spn {
	display: inline-block;
	margin: 0 36px;
}
.news_info_content {
	line-height: 1.8;
}
.new_list {
	margin-bottom: 5%;
}
.new_list li {
	overflow: hidden;
	padding: 13px 18px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px;
}
.new_list li .imt {
	width: 22%;
	float: left;
}
.new_list li .content {
	width: 76%;
	float: right;
}
.new_list li .content_title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0;
}
.new_list li .content_title .name {
	color: #333;
	font-size: 18px;
}
.new_list li .content_text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;
}
.new_list li:hover {
	border-color: transparent;
	box-shadow: 0 0 20px #ddd;
}
.new_list li:hover .name {
	color: #ff9925;
}
.question_content ul {
	margin-bottom: 6%;
}
.question_content li {
	padding: 28px 0;
	border-bottom: 1px solid #e1e1e1;
}
.question_content li .title {
	font-size: 18px;
	color: #333;
	padding-left: 58px;
	background: url(../img/icon_q.jpg) no-repeat left top;
	min-height: 30px;
	margin-bottom: 15px;
	padding-right: 35px;
	position: relative;
}
.question_content li .text {
	padding-left: 58px;
	background: url(../img/icon_a.jpg) no-repeat left 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	line-height: 1.8;
}
.question_content li:first-child {
	padding-top: 0;
}
.question_content li .btn_more,
.zhaop_list li .btn_more {
	display: block;
	width: 20px;
	height: 11px;
	background: url(../img/btn_down.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	cursor: pointer;
}
.question_content li.active .text {
	background: url(../img/icon_a_active.jpg) no-repeat left 5px;
	height: auto;
	-webkit-line-clamp: initial;
}
.question_content li.active .btn_more,
.zhaop_list li.active .btn_more {
	background: url(../img/btn_down_active.jpg) no-repeat center;
	background-size: cover;
}

.contact_dom {
	padding: 38px;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.contact_dom_title {
	font-size: 24px;
	color: #043b8d;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
.contact_dom_title:after {
	content: "";
	width: 44px;
	height: 2px;
	background: #043b8d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact_dom_content {
	margin-top: 2.5%;
}
.contact_dom_content_fl {
	width: 65%;
	font-size: 16px;
}
.contact_dom_content_fl li {
	margin-bottom: 15px;
	float: left;
	width: 42%;
}
.contact_dom_content_fl li img {
	display: inline-block;
	margin-right: 16px;
}
.contact_dom_content_fl li:last-child {
	width: 100%;
}
.contact_dom_content_fl .spn {
	color: #333;
}
.contact_dom_content_fr {
	display: flex;
	display: -webkit-flex;
}
.contact_dom_content_fr .cmt:first-child {
	margin-left: 0;
}
.contact_dom_content_fr .cmt {
	margin-left: 40px;
	text-align: center;
}
.contact_dom_content_fr .cmt .name {
	margin-top: 10px;
}
.zhaop_list {
	margin-bottom: 4%;
}
.zhaop_list li {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 20px;
}
.zhaop_list li .zhaop_top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	padding-right: 30px;
}
.zhaop_list li .zhaop_top .num {
	font-family: arial;
	color: #ccc;
	font-weight: bold;
	font-size: 24px;
}
.zhaop_list li .zhaop_top .name {
	font-size: 18px;
	color: #333;
	margin-left: 43px;
}
.zhaop_list li .zhaop_top .name_en {
	padding-left: 25px;
	color: #ababab;
	font-size: 14px;
	text-transform: uppercase;
}
.zhaop_list li .zhaop_top .person {
	flex: 1;
	text-align: right;
	padding-right: 15%;
	color: #000;
	font-size: 16px;
}
.zhaop_list li .zhaop_top .person_num {
	color: #ababab;
}
.zhaop_list li .zhaop_text {
	line-height: 2;
	display: none;
}
.zhaop_list li .zhaop_text .title {
	margin: 15px 0 10px;
	font-size: 20px;
	color: #333;
}
.zhaop_list li .zhaop_text .tis {
	color: #043b8d;
	font-size: 16px;
	margin-top: 20px;
}
.zhaop_list li.active .zhaop_text {
	display: block;
}
.zhaop_list li:hover {
	border-color: transparent;
	box-shadow: 0 0 20px #ddd;
}
.zhaop_list li:hover .num,
.zhaop_list li:hover .name {
	color: #ff9925;
}

.nwrap-title {
	text-align: center;
}
.nwrap-title .cn {
	font-size: 28px;
	color: #043b8d;
	font-weight: bold;
}

.contact_form {
	padding: 3% 4%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
	background: #f4f4f4;
	margin-top: 4.5%;
}
.contact_form .nwrap-title .cn {
	margin-bottom: 10px;
}
.contact_form .form-groupContent,
.contact_form .form-groupTextarea {
	margin-top: 3%;
}
.contact_form .form-groupContent .form-group {
	width: 48.5%;
	height: 58px;
	padding: 10px 30px 10px 76px;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin-bottom: 0;
	border-radius: 5px;
}
.contact_form .form-groupContent .spn {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -7px;
	line-height: 1;
	color: #333;
}
.contact_form .form-groupContent .form-control {
	height: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.contact_form .form-groupContent .yanz_imt {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 100px;
}
.contact_form textarea.form-control {
	box-shadow: none;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	height: 105px;
	padding: 15px 30px;
}
.contact_form .form-groupBtn {
	text-align: center;
	margin-top: 30px;
}
.contact_form .btn {
	width: 300px;
	height: 64px;
	font-size: 18px;
	margin: 0 10px;
}
.contact_form .btn-sum {
	background: #ff9925;
	color: #fff;
}
.contact_form .btn-react {
	background: #fff;
	color: #333;
}

#search_list li .name {
	border-top: none;
}
#search_list li .imt {
	padding: 8px;
}
#search_list li:hover {
	background: #ff9925;
}
#zil_download .btn_more {
	width: 20px;
	height: 20px;
	background: url(../img/btn_load.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
#zil_download .person {
	font-size: 14px;
	color: #818181;
}
#zil_download .name_title {
	font-size: 16px;
	margin-bottom: 5px;
}
#zil_download .name_time {
	font-size: 14px;
	color: #ababab;
}

.equipment_contentInfo {
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
}
.equipment_contentInfo .picScroll-left {
	position: relative;
}
.equipment_contentInfo li .imt {
	border-radius: 5px;
	overflow: hidden;
}
.equipment_contentInfo li .name {
	font-size: 16px;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 90%;
}
.equipment_contentInfo .picScroll-left .hd a {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
}
.equipment_contentInfo .picScroll-left .hd a.next {
	background: url(../img/btn_next.png) #043b8d center;
	background-size: 100%;
	right: -15px;
}
.equipment_contentInfo .picScroll-left .hd a.prev {
	background: url(../img/btn_pre.png) #043b8d center;
	background-size: 100%;
	left: -15px;
}
.equipment_contentInfo .pageState {
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 2px;
}

.project_contentInfo_content {
	line-height: 2;
	padding: 3% 0;
	border-bottom: 1px solid #e1e1e1;
	display: none;
}
.loadMore button {
	display: block;
	margin: 4% auto 0;
}
.loadMore button img {
	width: 18px;
	margin-left: 5px;
}
.project_contentInfo_btn {
	margin-top: 3%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.project_contentInfo_btn a {
	color: #333;
	font-size: 16px;
}
.project_contentInfo_btn a:hover {
	color: #ff9925;
}
.project_contentInfo_nav {
	position: relative;
	overflow: hidden;
	margin-top: 4%;
}
.project_contentInfo_nav:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 1px;
	/*z-index: 5;*/
}
.project_contentInfo_nav a {
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333;
	font-size: 18px;
	background: #f1f1f1;
	margin-right: 2px;
	position: relative;
	z-index: 3;
	margin-bottom: 2px;
}
.project_contentInfo_nav a:before {
	display: block;
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #ff9925;
	display: none;
	z-index: 12;
}
.project_contentInfo_nav a.active {
	color: #ff9925;
}
.project_contentInfo_nav a.active:before {
	display: block;
}
.project_contentInfo_top_fl {
	float: left;
	width: 51.5%;
}
.project_contentInfo_top_fr {
	float: right;
	width: 41%;
}
.project_contentInfo_top_fl .imt_big {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
}
.project_contentInfo_top_fl .imt_small ul {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: left;
}
.project_contentInfo_top_fl .imt_small li {
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px;
}
.project_contentInfo_top_fl .imt_small li:first-child {
	margin-left: 0;
}
.project_contentInfo_top_fl .imt_small li:last-child {
	margin-right: 0;
}
.project_contentInfo_top_fl .imt_small li.active,
.project_contentInfo_top_fl .imt_small li:hover {
	border-color: #ff9925;
}
.project_contentInfo_top_fl .imt_big img {
	width: 100%;
	object-fit: cover;
}
.project_contentInfo_top_fr .title {
	margin: 3% 0 10%;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.project_contentInfo_top_fr .btnContent {
	border-radius: 56px;
	height: 56px;
	background: #f1f1f1;
	margin-top: 12%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.project_contentInfo_top_fr .btnContent .d-flex-center {
	padding-left: 18px;
}
.project_contentInfo_top_fr .btnContent .d-flex-center .iconfont {
	color: #ff9925;
	font-size: 35px;
}
.project_contentInfo_top_fr .btnContent .d-flex-center .cmt {
	margin-left: 12px;
}
.project_contentInfo_top_fr .btnContent .d-flex-center .cmt h3 {
	font-family: arial;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.project_contentInfo_top_fr .btnContent .btn_zix {
	height: 100%;
	font-size: 16px;
	background: #ff9925;
	color: #fff;
	line-height: 56px;
	width: 40%;
	text-align: center;
	cursor: pointer;
}
.about_liuc {
	text-align: center;
	margin: 3% auto;
	width: 80%;
}
.about_liuc .m8-indexBox9Ul {
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0;
}
.about_liuc .m8-indexBox9Ul li {
	width: 25%;
	margin: 3% 0;
}
.about_liuc .m8-indexBox9Ul li i {
	color: #043b8d;
}

.about_liuc .m8-indexBox9Ul li p {
	color: #333;
}
.about_liuc .m8-indexBox9UlAbs {
	top: 23%;
}
.about_liuc .m8-indexBox9Ul li:hover i {
	color: #fff;
}
.about_liuc .m8-indexBox9Ul li:hover p {
	color: #ff9925;
}

#rightContent {
	width: 60px;
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 999;
}
#rightContent li {
	background: #043b8d;
	margin-top: 1px;
	position: relative;
}

#rightContent li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 0;
}
#rightContent li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#rightContent li .weix_img {
	width: 86px;
	height: 86px;
	border: 2px solid #ff9925;
	position: absolute;
	right: 61px;
	top: 0;
	display: none;
}
#rightContent li:hover {
	background: #ff9925;
}
#rightContent li:hover .weix_img {
	display: block;
}

#btnModel {
	position: absolute;
	right: 10px;
	width: 36px;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#navModel {
	position: absolute;
	padding: 0 20px;
	left: 0;
	right: 0;
	top: 76px;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: none;
}
.model_nav_ul li {
	/*padding: 5px 0;*/
	font-size: 15px;
}
.model_nav_ul li .m8-nav01 {
	display: block;
	/*margin-bottom: 5px;*/
	color: #333;
}
.model_nav_ul li .model-navSub {
	font-size: 14px;
}
.model_nav_ul li .model-navSub a {
	color: #666;
	display: inline-block;
	margin: 0 5px 5px 0;
}
#navModel .model_nav_dom {
	margin: 5px 0;
	text-align: center;
	padding: 10% 0 4%;
}
#navModel .m8-topRithg a::after {
	top: 2px;
}
#navModel .m8-topRithg a:first-child {
	margin-left: 0;
}

.width-25 {
	width: 20%;
	float: left;
}
.navMenu {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 4px;
	display: none;
}
.navMenu .iconfont {
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: 1px;
}

.model_nav_ul li .m8-nav01 {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.model_nav_ul li .iconfont {
	color: #ccc;
	font-size: 14px;
}
.model_nav_ul li .model-navSub a {
	display: block;
	padding-left: 15px;
	height: 39px;
	line-height: 39px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.model_nav_ul li .model-navSub {
	display: none;
}
.m8-SodBox form {
	display: block;
}
.m8-SodBox .soRithg_btn {
	width: 35px;
	font-size: 20px;
	background: var(--hover-color);
	color: var(--text-fff);
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	display: none;
}
.m8-SodBox .soRithg_btn .iconfont {
	font-size: 18px;
}

.jisElevator_btn {
	background: #043b8d;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 24px;
	line-height: 1.2;
	color: #fff;
	padding: 12px 0;
	position: absolute;
	left: -24px;
	top: 0;
	text-align: center;
	display: none;
}
.jisElevator_btn .icon {
	font-size: 20px;
	color: #fff;
}

#rightContent .open {
	text-align: center;
	color: #fff;
	padding: 4px 0;
	font-size: 12px;
	display: none;
}

.max-content {
	width: max-content;
}

.width-65 {
	max-width: 65px;
}

.nbanner {
	max-width: 1920px;
	margin: 0 auto;
}

.ollist {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.ollist li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.ollist li:first-child {
	background-color: #043b8d;
}
.ollist li:first-child span {
	border-bottom: 0px;
	color: white;
}
.ollist li span {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	width: 16.5%;
	vertical-align: bottom;
}
.ollist li span:last-child {
	border-right: 0px;
}
.down:before {
	content: url(../img/download.jpg);
	vertical-align: bottom;
	line-height: 10px;
	display: inline-block;
}
.colorgrey {
	background-color: #f6f6f6;
}
