@charset "utf-8";
/* CSS Document */

body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tbody,
th,
tr,
dl,
dt,
dd,
p,
a,
form,
input,
span {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font: normal 12px "微软雅黑";
	line-height: 25px;
	color: #000;
}

a {
	text-decoration: none;
	color: #434343;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.con_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}

.con_bg_1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	border-top: 3px solid #0954c5;
	border-bottom: 3px solid #0954c5;
}

.con {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.title {
	height: 40px;
	color: #000;
	line-height: 40px;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/anlitit.jpg) no-repeat center;
}

.title span {
	float: right;
	font: normal 12px/50px "微软雅黑";
	padding-right: 10px;
}

.title span a {
	color: #000;
}

.con_title {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.top {
	height: 30px;
	color: #000;
	line-height: 30px;
}

.top a {
	color: #000;
}

.top .top_left {
	float: left;
	color: #000;
	font-family: "微软雅黑";
	font-size: 13px;
}

.top .top_right {
	float: right;
	color: #000;
	font-family: "微软雅黑";
	font-size: 13px;
}

.search {
	float: right;
	width: 175px;
	height: 24px;
	margin-top: 6px;
	background: url(../images/search_bg.gif) no-repeat;
	margin-left: 10px;
}

.search .key {
	width: 140px;
	height: 22px;
	line-height: 22px;
	margin: 1px 0 1px 5px;
	border: 0;
	float: left;
}

.search .key[type="text"]:focus {
	outline: none;
}

.search .sub {
	float: right;
	width: 30px;
	height: 24px;
	background: url(../images/search_bg.gif) no-repeat right 0;
	border: none;
	cursor: pointer;
}

.search .sub span {
	display: none;
}

.logo {
	float: left;
	width: 550px;
	height: 120px;
}

.tel {
	width: 450px;
	height: 80px;
	text-align: left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}

.navArea {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

.navBg {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

.nav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-family: "微软雅黑";
	display: flex;
}

.nav li {
	flex: 1;
}

.nav li a {
	display: block;
	width: auto;
	text-align: center;
	height: 50px;
	padding: 0 55.7px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	background: url(../images/nava.png) no-repeat center right;
}

.nav li a:hover,
.nav li a:hover.on {
	background-image: url(../images/bavbga.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

.nav li a.on {
	background: #ca171d;
}

.nav li a.on2 {
	background-image: url(../images/bavbga.jpg);
	background-repeat: repeat-x;
}

.nav li:hover.on {
	background: #ca171d;
	text-decoration: none;
}

.nav li ul {
	display: none;
	position: absolute;
	z-index: 9999;
}

.nav li ul li {
	float: none;
	display: block;
	position: relative;
	line-height: 20px;
	_display: inline;
}

.nav li ul li .s {
	position: absolute;
	top: 0;
	left: 140px;
	border-left: 1px solid transparent;
}

.nav li ul li .s li {
	float: none;
}

.nav li ul li a {
	display: block;
	width: 120px;
	height: 20px;
	padding: 6px 0 8px 0px;
	background: #035ebb;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

.nav li ul li a:hover {
	color: #fff;
}

.nav .t,
.nav .t:hover {
	background: url(../images/nav_ico.gif) no-repeat 120px center #ca171d;
}

/*首页底部栏目*/
.S_bottom {
	background: url(../../../images/ftbg.jpg) no-repeat bottom center;
	height: 240px;
	width: 100%;
	clear: both;
}

.S_bottom_n {
	width: 1200px;
	margin: 0 auto;
}

.s_bottom_t_l {
	height: 46px;
	width: 800px;
	float: left;
	line-height: 46px;
	color: #ffffff;
}

.s_bottom_t_l a {
	color: #ffffff;
	display: block;
	padding: 0 3px;
	float: left;
}

.s_bottom_t_r {
	float: right;
	color: #ffffff;
	line-height: 46px;
}

.s_bottom_t_r ul {
	margin-top: 5px;
	margin-right: 5px;
}

.s_bottom_t_r ul li {
	float: left;
	margin-left: 23px;
}

.S_bottom_m {
	width: 1200px;
	display: flex;
	align-items: center;
	padding-top: 50px;
	justify-content: space-around;
}

.S_bottom_m_l {
	width: 200px;
	float: left;
}

.S_bottom_m_m {
	float: left;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	margin-left: 50px;
	width: 685px;
}

.S_bottom_m_m img {
	vertical-align: inherit;
}

.S_bottom_m_m a {
	color: #fff;
}

.S_bottom_m_r {
	float: right;
	width: 165px;
}

.S_bottom_link {
	width: 1200px;
	margin-top: 30px;
}

.S_bottom_link span {
	color: #ffffff;
	height: 30px;
	font-size: 12px;
	float: left;
	line-height: 30px;
	width: 80px;
}

.S_bottom_link a {
	color: #ffffff;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	float: left;
	margin-right: 20px;
}

.S_bottom_link a:hover {
	color: #ca171d
}




.main {
	width: 1180px;
	margin: 0 auto;
}




.weizhi {
	color: #a7a7a7;
	line-height: 50px;
	background: #f3f6f7;
}

.weizhi a {
	color: #a7a7a7;
}

.weizhi .ys {
	color: #333;
}

.weizhi a:hover {
	text-decoration: underline;
}

.news_banner {
	height: 400px;
	background: url(../images/news_07.jpg) no-repeat center center;
}

.news_wz .main {
	position: relative;
}

.news_wz .main .news_mc {
	width: 216px;
	line-height: 69px;
	height: 115px;
	color: #fff;
	font-size: 28px;
	background: url(../images/news_18.gif) no-repeat;
	text-align: right;
	padding-right: 27px;
	position: absolute;
	right: 0;
	bottom: 4px;
}

.probt2_2 {
	line-height: normal;
	padding: 60px 0 16px 0;
	margin-bottom: 60px;
	color: #333;
}

.probt2_2 .gd {
	float: right;
	font-size: 15px;
	color: #333;
	margin-top: 11px;
}

.probt2 {
	line-height: 50px;
	background: url(../images/news_19.gif) no-repeat left bottom;
	font-size: 22px;
	color: #666;
}

.ab_banner {
	background: url(../images/ab_01.jpg) no-repeat top center;
}

.about_wz .main .news_mc {
	background: url(../images/ab_02.gif) no-repeat;
}

.about .probt2_2 {
	margin-bottom: 45px;
}

.about1 {
	width: 950px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding-bottom: 90px;
}

.shipin {
	height: 350px;
	width: 950px;
}

.bg_about {
	background: #eee;
	font-size: 14px;
}

.bg_about a {
	float: left;
	color: #666;
	line-height: 43px;
	height: 43px;
	width: 133px;
	margin-right: 2px;
	text-align: center;
}

.bg_about a.cur,
.bg_about a:hover {
	background: url(../images/ab_03.gif) no-repeat;
	color: #fff;
}

.page-banner img {
	width: 100%;
	vertical-align: top;
}

img {
	vertical-align: top;
}

/* 分页器 */
.pagin {
	margin-bottom: 50px;
}

.pagin .pagination {
	float: none;
	display: flex;
	justify-content: center;
}

span.page-link {
	display: block;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #004a9d;
	color: #fff;
	background: #004a9d;
}

a.page-link {
	display: block;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #004a9d;
	color: #004a9d;
}

a.page-link:hover {
	background: #004a9d;
	color: #fff;
}

/* 留言 */
.postmes {
	width: 800px;
	height: 600px;
	margin: 100px auto;
	background: #fff;
	position: relative;
	display: flex;
	justify-self: center;
	align-items: center;
	justify-content: space-around;
	border-radius: 8px;
	overflow: hidden;
}

.postmes img {
	width: 100%;
}

.postmes form {
	width: 80%;
	height: 100%;
}

.form_layout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 35px;
}

.form_layout h3 {
	display: block;
	font-size: 25px;
	color: #333;
	margin-bottom: 20px
}

.form_layout .tinlayout {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.form_layout .textinput {

    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
	padding-left: 10px;
	margin: 10px auto;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form_layout textarea {
	border: none;
	outline: none;
	width: 96%;
	height: 120px;
	padding: 10px;
	resize: none;
	margin: 10px auto;
	font-size: 13px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form_layout #mess-btn {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #004a9d;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	margin-top: 15px;
}

/* 分页器 */
.news_pagelnk {
	text-align: left;
	padding: 25px 0 25px 0;
	color: #000;
	font-size: 16px;
	font-family: Arial, '微软雅黑';
}

.news_pagelnk .nextorper ul {
	display: flex;
	justify-content: space-around;
}

/* index classtitle */
.titleinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 30px 0;
	position: relative;
}

.titleinfo .classtitle {
	line-height: 1.5;
	font-size: 36px;
	letter-spacing: 6px;
}

.titleinfo .classtitle i {
	font-style: normal;
	margin: 0 10px;
}

.titleinfo .classtitle .classtitle_f {
	color: #004a9d;
}

.titleinfo .classtitle .classtitle_s {
	color: #ca171d;
}

.titleinfo .engtitle {
	text-transform: uppercase;
	color: #999999;
}

.titleinfo .chititle {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.titleinfo::before {
	width: 30px;
	height: 1px;
	margin: 0 auto;
	background: #000;
	position: absolute;
	bottom: 0;

}
.productcont table{
	border-collapse: collapse;
	max-width: 100%;
}
.productcont table,tr,td{
	border:1px solid #333;
}
.productcont p span {
	white-space: initial !important;
}