@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url(../font/SOURCEHANSANSCN-NORMAL.TTF);
}
* {
	font-family: SourceHanSansCN-Normal;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
h1,h2,h3,h4,h5{line-height: 1;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
input::-webkit-search-cancel-button {display: none;}
/*input::-webkit-input-placeholder{font-size: 16px;color: #999999;}*/
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;}
input::placeholder {font-size: 14px;color: #999999;}
table,table td {border-collapse: collapse;} 
select{border: 0;outline: none;appearance: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}

a {
	text-decoration: none;
}

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

/*文本修饰*/
.fl {
	float: left;
}

.fr {
	float: right;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

input, textarea, button {
    outline: 0;
    resize: none;
    border: none;
    _border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

table,
table td {
	border-collapse: collapse;
}

/* 限制行数 */
.line_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.warp {
	max-width: 1920px;
	margin: 0 auto;
}

.div94 {
	width: 94%;
	margin: 0 auto;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */

.top {
	width: 100%;
	background: #FFFFFF;
}

.top_left {
	width: 55%;
	display: flex;
	align-items: center;
	height: 105px;
}

.top_left_r {
	width: 380px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #162c5e;
	margin-left: 38px;
}

.top_left_r > form {
	display: flex;
}

.form_input {
	width: 335px;
	height: 50px;
}

.form_input > input {
	width: 100%;
	height: 100%;
	padding-left: 13px;
}

.form_submit {
	width: 45px;
	height: 50px;
}

.form_submit > input {
	background: url(../images/sousuo.png) no-repeat center;
	width: 100%;
	height: 100%;
}

.top_right {
	display: flex;
	align-items: center;
	height: 105px;
}

.top_right_l {
	cursor: pointer;
}

.top_right_click {
	display: none;
	transition: all 0.8s;
}

.top_right_click > a {
	display: inline-block;
	margin-left: 32px;
	font-size: 18px;
	color: #191919;
}

/* 首页内容 */

.index_banner {
	position: relative;
}

.pc_nav {
	width: 100%;
	z-index: 99;
	height: 66px;
	line-height: 66px;
	background-color: #162c5e;
}

.pc_nav .flex li {
	margin-right: 9%;
}

.pc_nav .flex li:last-child {
	margin-right: 0;
}

.pc_nav .flex li a {
	font-size: 18px;
	color: #ffffff;
	padding: 0 5px 19px 5px;
}

.pc_nav ul li:hover a {
	border-bottom: 2px solid #ffffff;
}

.pc_nav ul li.cur a {
	border-bottom: 2px solid #ffffff;
}

.index_box1 {
	margin-top: 50px;
	width: 100%;
}

.index_box1_tit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index_box1_tit > span {
	font-size: 35px;
	letter-spacing: 3px;
	color: #1e1e1e;
}

.index_box1_tit > p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #162c5e;
}

.index_box1_zong {
	padding: 0 60px;
	margin-top: 60px;
	width: 100%;
	position: relative;
}

.index_box1_swi {
	overflow: hidden;
	padding-left: 1px;
}

.index_box1_img > img {
	border: 1px solid #c8c8c8;
}

.index_box1_zong .swiper-button-prev {
	width: 27px;
	height: 45px;
}

.index_box1_zong .swiper-button-prev:after {
	content: "";
	background: url(../images/index2.png) no-repeat;
	width: 27px;
	height: 45px;
}

.index_box1_zong .swiper-button-next {
	width: 27px;
	height: 45px;
}

.index_box1_zong .swiper-button-next:after {
	content: "";
	background: url(../images/index3.png) no-repeat;
	width: 27px;
	height: 45px;
}

.index_box1_img > p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #2b2b2b;
	margin-top: 20px;
}

.index_box1_img > span {
	font-size: 13px;
	letter-spacing: 1px;
	color: #162c5e;
}

.index_box2 {
	width: 100%;
	padding-top: 100px;
}

.index_box2_ul {
	padding-top: 60px;
}

.index_box2_ul > li {
	margin-right: 29px;
	margin-bottom: 100px;
	overflow: hidden;
}

.index_box2_ul > li:nth-child(5n) {
	margin-right: 0;
}

.index_box2_ul > li img {
	transition: all 0.5s;
	cursor: pointer;
}

.index_box2_ul > li img:hover {
	transform: scale(1.1);
}

.index_box3_ul {
	padding-top: 25px;
	padding-bottom: 60px;
}

.index_box3_ul > li {
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}

.index_box3_ul > li:nth-child(3n) {
	margin-right: 0;
}

.index_box3_ul > li img {
	transition: all 0.5s;
}

.index_box3_ul > li:hover img {
	transform: scale(1.1);
}

.index_box3_ul > li > a > p {
	font-size: 29px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}

/* 底部 */
.footer {
	width: 100%;
	/* margin-top: 60px; */
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #162c5e;
}

.foot_right {
	width: 75%;
}

.foot_right_ul1 > li {
	width: 25%;
}

.foot_right_ul1 > li > a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: bold;
}

.foot_right_ul2 {
	padding-top: 8px;
}

.foot_right_ul2 > li {
	margin-top: 10px;
}

.foot_right_ul2 > li > a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.foot_right_ul2.uppercase > li > a {
	text-transform: uppercase;
}

.foot_left {
	width: 25%;
}

.foot_left > h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}

.foot_left > span {
	padding: 20px 0;
	display: inline-block;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}

.foot_left > h5 {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}

.foot_left > p,
.foot_left > p > a {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}

.foot_left > img {
	margin-top: 15px;
}

/* 产品页面 */

.pro_dao {
	width: 100%;
	border-bottom: 1px solid #a0a0a0;
}

.pro_dao_ul {
	height: 80px;
	align-items: center;
}

.pro_dao_ul > li > a {
	font-size: 18px;
	color: #162c5e;
}

.pro_zong {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 120px;
}

.pro_left {
	width: 280px;
	border: solid 2px #162c5e;
}

.pro_left_tit {
	height: 55px;
	line-height: 55px;
	padding-left: 10px;
	background-color: #162c5e;
}

.pro_left_tit > span {
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

.pro_left_ul {
	width: 100%;
	padding-left: 10px;
}

.pro_left_ul > li {
	height: 40px;
	line-height: 40px;
}

.pro_left_ul > li > a {
	font-size: 12px;
	color: #1f1f1f;
	display: block;
}

.pro_left_ul > li.cur > a {
	color: #dc0808;
}

.pro_left_ul > li:hover > a {
	color: #dc0808;
}

.pro_right {
	width: 900px;
}

.pro_right_tit > h6 {
	font-size: 23px;
	font-weight: bold;
	color: #161616;
}

.pro_right_tit > h6 > span {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	color: #1f1f1f;
	display: inline-block;
	margin-left: 15px;
}

.pro_right_result {
	margin-top: 15px;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 15px;
}

.pro_right_result span {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #131313;
}

.pro_right_ul {
	padding-top: 30px;
}

.pro_right_ul > li {
	width: 48%;
}

.pro_right_ul > li > a {
	display: flex;
	flex-wrap: wrap;
}

.pro_right_ul > li > a > span {
	font-size: 15px;
	color: #004eff;
	padding-bottom: 10px;
	text-decoration:underline;
}

.pro_right_ul > li > a > p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #1f1f1f;
	margin-left: 8px;
}

.pro_right_ul > li > a:hover > span {
	color: #dc0808;
}

.pro_list {
	padding-bottom: 60px;
}

.pro_table {
	width: 100%;
	margin-top: 30px;
}

.pro_table_tit > span {
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	color: #151515;
}

.pro_table_tit > p {
	font-size: 21px;
	font-weight: bold;
	color: #151515;
	margin-top: 10px;
}

.pro_table_zong {
	margin-top: 45px;
	width: 100%;
}

.pro_table_zong table {
	width: 100%;
	text-align: center;
}

.pro_table_zong table tr:first-child {
	background-color: #162c5e;
	height: 50px;
}

.pro_table_zong table tr:first-child td {
	background-color: #162c5e;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.pro_table_zong table tr td:nth-child(1) {
	width: 145px;
}

.pro_table_zong table tr td:nth-child(2) {
	width: 115px;
}

.pro_table_zong table tr td:nth-child(3) {
	width: 210px;
}

.pro_table_zong table tr td:nth-child(4) {
	width: 230px;
}

.pro_table_zong table tr td:nth-child(5) {
	width: 150px;
}

.pro_table_zong table tr td:nth-child(6) {
	width: 140px;
}

.pro_table_zong table tr td:nth-child(7) {
	width: 195px;
}

.pro_table_zong table tr td {
	height: 80px;
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1c1c1c;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

.pro_table_zong table tr td:first-child {
	border-left: 0;
}

.pro_table_zong table tr td.text_l {
	text-align: left;
	padding-left: 17px;
	padding-top: 17px;
	vertical-align: top;
}

.pro_table_zong table tr.tr_bg {
	background-color: #f0f3ff;
}

.pro_table_zong table tr td.font_color {
	font-weight: bold;
	color: #ff0000;
	padding-top: 17px;
	text-align: center;
	vertical-align: top;
}

.table_input_zong {
	display: flex;
	width: 145px;
	height: 33px;
	border-radius: 5px;
	border: solid 2px #949494;
	margin: 0 auto;
}

.prev_input {
	/* width: 30px; */
	line-height: 29px;
	border-right: 1px solid #949494;
	cursor: pointer;
	outline: none;
	background: none;
}

.prev_input img {
	padding: 0 10px;
	background: 0;
}

.table_input_con {
	width: 85px;
}

.table_input_con form input {
	/* padding-left: 40px; */
	width: 100%;
	text-align: center;
}

.next_input {
	/* width: 30px; */
	line-height: 29px;
	border-left: 1px solid #949494;
	cursor: pointer;
	outline: none;
}

.next_input img {
	padding: 0 10px;
	background: 0;
}

.table_rfq {
	width: 145px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #162c5e;
	border-radius: 5px;
	margin: 10px auto 0;
}

.table_rfq > a > span {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-left: 15px;
}

/* 品牌 */

.brand_box1 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 120px;
}

.brand_box1_ul > li {
	width: 226px;
	background-color: #f8f8f8;
	border-radius: 10px;
	margin-right: 17px;
	margin-top: 20px;
}

.brand_box1_ul > li:hover {
	background-color: #ffffff;
	box-shadow: 5px 4px 16px 0px 
		rgba(22, 44, 94, 0.1);
}

.brand_box1_ul > li:nth-child(5n) {
	margin-right: 0;
}

.brand_box1_ul_img {
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.brand_box1_ul_tit {
	text-align: center;
}

.brand_box1_ul_tit > span {
	font-size: 18px;
	letter-spacing: 0px;
	color: #191919;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}

.brand_box1_ul_view > span {
	font-size: 14px;
	letter-spacing: 0px;
	color: #454545;
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 20px;
}

/* 关于我们 */

.about_box1 {
	width: 100%;
	padding: 50px 0;
}

.about_box1_con > p {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #191919;
}

.about_box2 {
	background: url(../images/about6.png) no-repeat;
	height: 368px;
	width: 100%;
	background-size: 100% 100%;
}

.about_box2_tit {
	padding-top: 32px;
	text-align: center;
}

.about_box2_tit > span {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.about_box2_tit > i {
	width: 207px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 20px auto 0;
}

.about_box2_ul {
	margin-top: 65px;
	width: 100%;
	justify-content: center;
}

.about_box2_ul > li {
	margin-right: 50px;
	text-align: center;
}

.about_box2_ul > li:last-child {
	margin-right: 0;
}

.about_box2_ul > li > p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 30px;
}

.about_box3 {
	width: 100%;
	margin-top: 60px;
}

.about_box3_con {
	padding-bottom: 50px;
}

.about_box3_con_tit > span {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #242424;
}

.about_box3_con_tit > i {
	display: block;
	width: 94px;
	height: 2px;
	background-color: #162c5e;
	margin-top: 20px;
}

.about_box3_con > p {
	text-indent: 2em;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #242424;
	padding-top: 15px;
}

.about_box3_table_tit {
	text-align: center;
	padding-bottom: 90px;
}

.about_box3_table_tit > span {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #252424;
}

.about_box3_table .table1 {
	width: 90%;
	margin: 0 auto;
}

.table1 tr {
	text-align: center;
}

.about_box3_table_ul1 {
	justify-content: space-between;
	margin-top: 50px;
}

.about_box4 {
	width: 100%;
	margin-top: 120px;
}

.about_box4_tit {
	text-align: center;
}

.about_box4_tit > span {
	font-size: 25px;
	font-weight: bold;
	color: #1e1e1e;
}

.about_box4_img {
	margin-top: 150px;
	position: relative;
}

.about_box4_img > .div1200 {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.about_box4_ul {
	justify-content: center;
}

.about_box4_ul > li {
	padding: 35px 16px;
	background-color: rgba(22, 44, 94, 0.64);
	border-radius: 10px;
	margin-right: 18px;
}

.about_box4_ul > li:last-child {
	margin-right: 0;
}

.about_box4_ul_tit > span {
	font-size: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}

.about_box4_ul_con {
	padding-top: 10px;
}

.about_box4_ul_con > p {
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
}

/* 新闻页面 */

.news_box {
	width: 100%;
	margin-top: 75px;
	padding-bottom: 80px;
}

.news_ul > li {
	border-bottom: 2px solid #bfbfbf;
	width: 100%;
	padding-bottom: 30px;
	margin-top: 25px;
}

.news_ul_left {
	width: 250px;
}

.news_ul_right {
	width: 930px;
}

.news_ul_right_con {
	width: 877px;
}

.news_ul_right_con > span {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #131313;
}

.news_ul_right_con > p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #4c4c4c;
	margin-top: 20px;
}

.news_ul_right_date {
	justify-content: space-between;
	margin-top: 30px;
}

.news_ul_right_date > span {
	font-size: 18px;
	color: #162c5e;
}

.news_ul_right_date > p {
	font-size: 18px;
	color: #162c5e;
}

.news_daohan {
	margin-top: 100px;
}

.news_daohan_left > span {
	font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
}

.news_daohan_right {
	display: flex;
	align-items: flex-end;
}

.news_daohan_right > span {
	font-size: 20px;
	letter-spacing: 1px;
	color: #162c5e;
}

.news_daohan_right > a > img {
	margin-left: 10px;
}

/*新闻详情*/

.news_show_con {
	width: 100%;
	margin-top: 40px;
}

/* bom */

.bom {
	width: 100%;
	background: url(../images/bom.jpg) no-repeat;
	height: 793px;
	margin-top: 2px;
}

.bom_con {
	padding-top: 320px;
}

.bom_sub {
	width: 686px;
	height: 87px;
	background-color: rgba(30, 30, 30, 0.66);
	margin: 0 auto;
	padding: 0 19px;
}

.bom_sub > form {
	height: 87px;
	align-items: center;
	justify-content: space-between;
}

.bom_sub_input {
	width: 489px;
	height: 51px;
	line-height: 51px;
	background-color: #ffffff;
	border-radius: 2px;
	position: relative;
}

.bom_sub_input_wz > span {
	padding-left: 15px;
	font-size: 15px;
	letter-spacing: 2px;
	color: #828282;
}

.bom_sub_input > input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.bom_sub_file {
	width: 140px;
	height: 51px;
	line-height: 51px;
	background-color: #162c5e;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}

.bom_sub_upload {
	text-align: center;
}

.bom_sub_upload > span {
	font-size: 15px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 5px;
}

.bom_sub_file > .file-upload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.bom_down {
	width: 686px;
	height: 69px;
	text-align: center;
	padding-top: 12px;
	background-color: rgba(239, 191, 0, 0.85);
	margin: 0 auto;
	margin-top: 40px;
}

.bom_down > h6 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #212121;
}

.bom_down > h6 > span > a {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #212121;
}

/* 联系我们 */

.contact_box1 {
	padding-bottom: 60px;
}

.contact_box1_ul {
	width: 100%;
	padding-top: 85px;
	padding-bottom: 70px;
}

.contact_box1_ul > li {
	margin-top: 140px;
}

.contact_box1_ul > li:first-child {
	margin-top: 0;
}

.contact_box1_ul_left {
	width: 545px;
	padding-left: 20px;
}

.contact_box1_ul_con {
	border-bottom: 1px solid #959595;
	padding: 35px 0;
}

.contact_box1_ul_left .contact_box1_ul_con:first-child {
	padding-top: 0;
	padding-bottom: 18px;
}

.contact_box1_ul_left .contact_box1_ul_con:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.contact_box1_ul_con > span {
	font-size: 25px;
	font-weight: bold;
	color: #161616;
}

.contact_box1_ul_con1 {
	padding-top: 15px;
}

.contact_box1_ul_con1_left {
	width: 30px;
}

.contact_box1_ul_con1_right {
	width: 430px;
	margin-left: 10px;
}

.contact_box1_ul_con1_right > span {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #0e255a;
}

.contact_box1_ul_right {
	width: 626px;
}

.con_bott {
	text-align: center;
}

.con_bott > span {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #535353;
}

