html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font: 14px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: 100;
}

#dituContent img {
	max-width: inherit;
}

img {
	max-width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.page_left .page_a,
.page_cp li b,
.pading .current,
.nav a,
.two li h3,
.page_ul li a:hover,
.three_text,
.fore_r .more,
.sever_title {
	color: #fff;
}

.title,
.three_l ul li a,
.three_title h2,
.nav a:hover,
.nav a.cur,
.five_l .more,
.index_xw_title h2 {
	color: #005fb8;
}

.title {
	width: 470px;
	margin: auto;
	position: relative;
}

.title:after {
	width: 470px;
	border: 4px solid #b3b3b3;
	content: '';
	height: 55px;
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top: 15px;
	z-index: -1;
	box-sizing: border-box;
}

.title h2 {
	background: #fff;
	margin-left: 140px;
	width: 285px;
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	padding-left: 5px;
}

.title span {
	display: block;
	width: 240px;
	margin-top: 23px;
	background: #fff;
	height: 30px;
	margin-left: 20px;
	font-size: 23px;
	line-height: 30px;
	float: left;
	font-weight: bold;
}

.title p {
	display: inline-block;
	width: 180px;
	margin-top: 16px;
	background: #fff;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	margin-left: 30px;
	font-weight: bold;
}

/**/
#slides {
	position: relative;
	width: 100%;
	margin-top: 1px;
}


#slides img {
	width: 100%;
	display: block;
}


#slides .hd {
	left: 50%;
	padding: 4px;
	position: absolute;
	border-radius: 24px;
	bottom: 30px;
	z-index: 10;
}


#slides .hd li {
	margin: 0px 5px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	background: #656565;
	float: left;
	cursor: pointer;
	text-align: center;
	color: transparent;
	border-radius: 50%;
}


#slides .hd li.on {
	background: #ec7815;
}

div#slides .prev {
	width: 40px;
	height: 40px;
	background: #000;
	display: block;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -20px;
	left: 40px;
	color: #fff;
}

div#slides .next {
	width: 40px;
	height: 40px;
	background: #000;
	display: block;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -20px;
	right: 40px;
	color: #fff;
}

/*header*/




/**/
.header_top {
	background: #f6f6f6;
	line-height: 35px;
	overflow: hidden;
	font-size: 12px;
}

/*logo*/


.logo_img {
	height: 115px;
	background: #040000;
}

.logo_img a {
	display: block;
}

.logo_img img {
	max-height: 100%;
	display: block;
}

/**/

/*导航*/

.navbox {
	height: 55px;
	width: 100%;
	margin-top: 0px;
	background: #005fbb;
}

.nav li {
	position: relative;
	float: left;
}

.nav a {
	display: block;
	text-align: center;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	padding: 0px 25px;
}

.nav_ul {
	position: absolute;
	top: 52px;
	z-index: 11;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background: #005fbb;
}


.nav_ul li {
	float: none;
	background: none;
}

.nav_ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0px;
}

.nav li:hover .nav_ul {
	display: block;
}

.nav a:hover,
.nav a.cur {
	background: #fff;
	border-top: 3px solid #f3cf01;
}

/**/

/*one*/

.one {
	background: #f6f6f6;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.one_l {
	width: 850px;
	float: left;
}

.one_l_text {
	float: left;
	font-weight: bold;
}

.one_l .bd {
	float: right;
	width: 770px;
}

.one_l .bd li {
	float: left;
	width: 770px !important;
}

.one_l .bd li a {
	color: rgba(72, 72, 72, 1);
}

.search {
	width: auto;
	margin-top: 10px;
}

.search input {
	width: 275px;
	height: 31px;
	line-height: 31px;
	background: #fff;
	font-size: 12px;
	padding-left: 5px;
	border: 5px solid #0d6eb2;
	border-right: none;
	box-sizing: border-box;
}

.search .searchBtn {
	width: 39px;
	height: 31px;
	background: url(../image/ss.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

/**/
.two {
	margin-top: 50px;
	background: url("../image/line.jpg") no-repeat center bottom;
	padding-bottom: 55px;
}

.two .two_fl,
.two .two_fr {
	position: relative;
	width: 365px;
	height: 100px;
}

.two .two_fl:after,
.two .two_fr:after {
	content: '';
	width: 125px;
	background: #5576bb;
	height: 1px;
	top: 80px;
	position: absolute;
	right: 132px;
}

.two .two_fl:before,
.two .two_fr:before {
	content: '';
	width: 12px;
	right: 118px;
	height: 12px;
	top: 74px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #005fbb;
}

.two .two_fr:after {
	right: 110px;
}

.two .two_fr:before {
	right: 235px;
}

.two .Marquee {
	margin-top: 30px;
	overflow: hidden;
}

.two .tempWrap {
	width: 1200px !important;
}



.two li {
	width: 352px !important;
	border: 4px solid #005fbb;
	box-sizing: border-box;
	border-bottom: none;
	float: left;
	margin: 0px 5px;
}

.two li img {
	width: 342px;
	height: 242px;
	display: block;
	padding: 1px;
}

.two li h3 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	background: #005fbb;
}

/**/
.three {
	margin: 20px auto 0;
	overflow: hidden;
}

.three_r {
	margin-top: 30px;
	width: 960px;
}

.three_title {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	position: relative;
	color: #999;
	font-weight: bold;
}

.three_title:before {
	content: '';
	width: 4px;
	height: 55px;
	background: #005fbb;
	position: absolute;
	left: 0px;
	top: 8px;
}

.three_title h2 {
	font-size: 30px;
}

.three_r ul {
	margin-top: 10px;
}

.three_r li {
	float: left;
	margin: 0px 13px;
	text-align: center;
	line-height: 30px;
	width: 214px;
	height: 195px;
}

.three_r li img {
	width: 210px;
	height: 160px;
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
	margin: auto;
}

.three_r li a {
	color: #333;
}

.three_l {
	margin-top: 30px;
	width: 224px;
	background: url(../image/three_footer.jpg) no-repeat center bottom;
	padding-bottom: 41px;
}

.three_text {
	background: url(../image/three_header.jpg) no-repeat;
	line-height: 77px;
	font-size: 25px;
	padding-left: 70px;
	box-sizing: border-box;
}

.three_l ul {
	background: url(../image/three_body.jpg) repeat-y;
	padding: 10px 0;
}

.three_l ul li {
	width: 180px;
	margin: auto;
	line-height: 38px;
}

.three_l ul a {
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
}

.three_l ol li {
	position: relative;
	line-height: 25px;
}

.three_l ol li:after {
	content: '';
	width: 5px;
	height: 5px;
	background: #d61109;
	position: absolute;
	left: 25px;
	top: 10px;
}

.three_l ol li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	position: absolute;
	left: 26px;
	top: 11px;
}

.three_l ol li a {
	font-weight: 100;
	font-size: 12px;
	color: #333;
	padding-left: 40px;
}




.three_l ol {
	border-top: 1px solid #ccc;
}

.three li a:hover,
.index_xw li:hover a {
	color: #d61109;
}

/**/
.fore {
	background: #015ebd;
	width: 100%;
	height: 59px;
	margin-top: 50px;
}

.fore_img {
	margin-top: -43px;
}

.fore_r {
	width: 570px;
	font-size: 20px;
	color: rgb(230, 230, 230);
	font-weight: bold;
	white-space: nowrap;
	line-height: 59px;
}

.fore_r .more {
	width: 94px;
	height: 26px;
	display: inline-block;
	line-height: 22px;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	margin: 0px 20px;
}

/**/
.five {
	overflow: hidden;
}

.five_l {
	width: 670px;
}

.five_l .more {
	width: 151px;
	height: 38px;
	border: 2px solid #005fbb;
	display: block;
	line-height: 38px;
	box-sizing: border-box;
	text-align: center;
	float: right;
	margin-top: 30px;
}

.five_r {
	width: 500px;
}

.index_xw_title {
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	background: url(../image/xw.jpg) no-repeat;
	overflow: hidden;
	height: 35px;
}

.index_xw_title h2 {
	border-bottom: 2px solid #005fbb;
	width: auto;
	display: inline-block;
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 35px;
}

.index_xw_title span {
	color: #ccc;
	font-size: 12px;
	padding-left: 5px;
}

.index_xw_title .more {
	float: right;
	font-size: 12px;
	display: block;
	line-height: 40px;
	color: #333;
}

.index_xw ul {
	padding: 10px 10px 0px;
}

.index_xw li {
	border-bottom: 1px dotted #ccc;
	line-height: 33px;
	background: url(../image/biao.jpg) no-repeat;
	padding-left: 30px;
	background-position-x: 10px;
	background-position-y: 12px;
	font-size: 12px;
}

.index_xw li span {
	float: right;
}

.index_xw li a {
	color: #333;
}

/**/
.six {
	overflow: hidden;
	margin-top: 30px;
}

.six_ul {
	width: 580px;
	margin-right: 40px;
}

.six_ul:nth-child(2) {
	margin-right: 0px;
}

/**/
.sever {
	background: #c4c4c4;
	overflow: hidden;
	line-height: 80px;
	margin-top: 30px;
	margin-bottom: 1px;
}

.sever_title {
	font-size: 30px;
}

.sever ul {
	float: left;
}

.sever li {
	margin: 0px 20px;
	display: inline-block;
}

/*内页*/
.page_container {
	margin: 0px auto 30px;
	width: 1200px;
}



.info a,
ol.article li a,
.page_cp li div,
.page_ul li a,
.product_cp li p,
.page_xw_text a,
.page_xw .xw1 span,
.page_xw .xw1 p,
.page_xw .xw2 a,
.pading a,
.main_next .prevrecord a,
.main_next .nextrecord a {
	color: #666;
}

/**/

.page_left {
	width: 218px;
	margin-top: -42px;
	position: relative;
	z-index: 5;
}

.page_right {
	width: 930px;
	margin-top: 20px;
}

/*路径*/

.page_title {
	line-height: 50px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
}


.page_title a {
	font-size: 14px;
	color: #000;
}



/*左侧导航*/



.page_left .page_a {
	width: 100%;
	font-size: 20px;
	line-height: 84px;
	text-align: center;
	background: #005fbb;
	background-size: 100% 100%;
	display: block;
}

.page_nav {
	padding: 0;
	text-align: left;
}

.page_ul li {
	position: relative;
	margin-bottom: 3px;
}



.page_ul li a {
	overflow: hidden;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	display: block;
	background: #f5f5f5;
	line-height: 50px;
}


.page_li {
	display: none;
}

.page_li li {
	border-bottom: 1px dashed #ccc;
}

.page_li li a {
	box-sizing: border-box;
	font-weight: normal;
	font-size: 12px;
	background: none;
}



.page_ul li:hover .page_li {
	display: block;
}


.page_ul li a:hover {
	background: #005fbb;
}

/**/
.page_xw {
	margin-top: 20px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}

.page_xw_text {
	line-height: 52px;
	border-bottom: 1px solid #eaeaea;
	border-top: 3px solid #164aa0;
	padding: 0px 20px 0px;
}

.page_xw_text a {
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
}

.page_xw_text span {
	font-size: 14px;
	color: #999;
	font-family: "Arial";
	display: inline-block;
}

.page_xw ul {
	padding: 20px;
}

.page_xw .xw1 img {
	width: 305px;
	height: 160px;
	float: left;
}

.page_xw .xw1 div {
	float: right;
	width: 530px;
}

.page_xw .xw1 span {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.page_xw .xw1 p {
	line-height: 22px;
	height: 130px;
	overflow: hidden;
	font-size: 14px;
}

.page_xw .xw1 {
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}

.page_xw .xw2 {
	overflow: hidden;
	height: 35px;
	width: 400px;
	float: left;
	padding-left: 15px;
	line-height: 28px;
	position: relative;
	margin-right: 14px;
}



.page_xw .xw2:before {
	content: "+";
	width: 7px;
	height: 7px;
	line-height: 7px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0px;
}


/**/
.page_cp {
	margin-top: 10px;
	overflow: hidden;
}


.page_cp li {
	width: 185px;
	padding-top: 17px;
	background: #fff;
	margin: 15px auto;
	height: 172px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}


.page_cp li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page_cp li img {
	width: 150px;
	height: 113px;
	display: block;
	margin: auto;
}



.page_cp li b {
	background: #1559a2;
	display: block;
	line-height: 40px;
	width: 150px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 35px;
}

.page_cp li div {
	background: rgba(255, 255, 255, 0.8);
	height: 40px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	transition: all 0.2s linear 0s;
}

.page_cp li:hover div {
	height: 80px;
}




/*product*/
.product_cp {
	margin-top: 10px;
	overflow: hidden;
}

.product_cp li {
	width: 290px;
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
	position: relative;
}

.product_cp li:nth-child(3n) {
	margin-right: 0px;
}

.product_cp li img {
	width: 294px;
	height: 218px;
	display: block;
}

.product_cp li p {
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	font-size: 14px;
	text-align: center;
}


/*product_content*/


/**/
.product_fr {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

.product_fr span {
	line-height: 1.5;
	display: block;
	font-size: 22px;
	color: #000;
	font-family: 'Microsoft YaHei';
	text-align: center;
}

.product_fr b,
.Article_content .info b {
	padding: 5px;
	line-height: 1.7em;
	color: #868686;
	background-color: #F5F5F5;
	border: #E5E5E5 1px solid;
	display: block;
	margin-top: 10px;
}

/**/
.product_content {
	margin-top: 20px;
}


.product_content img {
	height: auto;
}

/**/

/*article*/

.article {
	padding: 20px 0 20px 0px;
}


.article li {
	line-height: 45px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 14px;
	background: url(../image/biao.jpg) no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	background-position-y: 18px;
}

.article li span {
	float: right;
	font-family: Microsoft YaHei;
	font-size: 12px;
	color: #929292;
}



/**/


/*上下键*/
.main_next {
	overflow: hidden;
}

.main_next .prevrecord,
.main_next .nextrecord {
	margin: 5px 0px;
	display: block;
	font-size: 14px;
}


/*article_content*/

.info {
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.info a {
	margin-right: 10px;
}

.Article_text {
	font: 16px "Microsoft Yahei";
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}

.Article_content .info {
	font: 12px "Microsoft Yahei";
	text-align: center;
	color: #5A5A5A;
}

.Article_content .detail {
	padding: 10px 10px;
}

.Article_content .detail img {
	height: auto;
}

/*上下键*/
.pading {
	margin-bottom: 8px;
	text-align: center;
}

.pading span {
	padding: 0px 6px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0px 2px;
}

.pading a {
	padding: 0px 6px;
	border: 1px solid #8e8e8e80;
	display: inline-block;
	margin: 0px 1px;
}

.pading .current {
	border: none;
	padding: 0px 6px;
	border: 1px solid #000;
	background: #000;
}

/*page*/


/**/

/*footer*/
.footer {
	padding: 15px 0 15px;
	background: #005fbb;
}

/*相关产品相关文章开始*/
.relevant {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.relevant .rel_title {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #1D1C1C;
	text-indent: 10px;
	color: #fff !important;
}

.relevant .rel_content {
	padding: 10px;
	overflow: hidden;
}

/*相关产品*/
.relevant_product .rel_item {
	width: 122px;
	float: left;
	margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
	width: 100%;
	height: 90px;
}

.relevant_product .rel_item .rel_item_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff !important;
}

/*相关文章*/
.relevant_article .rel_item {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #59504D;
	overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
	float: right;
	color: #999;
}


/**/

h4.related {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 32px;
	margin: 0 10px;
	height: 32px;
}

h4.related span {
	display: inline-block;
	border-bottom: 2px solid #666;
}

.relatedlist {
	margin: 0 10px;
	padding: 10px 0;
	overflow: hidden;
}

ul.relate_news li a {
	color: inherit;
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
	width: 20%;
	float: left;
}

ul.relate_pr li a {
	color: inherit;
	display: block;
	margin: 5px;
	text-align: center;
	line-height: 30px;
}

ul.relate_pr li img {
	width: 100%;
	display: block;
	height: 143px;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.interlink {
	background: #c4c4c4;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 1px;
	width: 100%;
	padding: 20px 0;
}

.interlink__inner {
	width: 1200px;
	margin: auto;
}

.interlink__title {
	color: #fff;
	font-size: 30px;
	float: left;
}

.interlink__list {
	width: 1062px;
	float: right;
	margin-top: 10px;
}

.interlink__list a {
	margin: 0 13px;
	color: #fff;
	display: inline-block;
}

.logo_img {
	background: #fff;
}

.navbox,
.nav_ul,
.two .two_fl:after,
.two .two_fr:after,
.two li h3,
.three_title:before,
.fore,
.footer,
.page_left .page_a,
.page_ul li a:hover {
	background: #990000;
}

.title,
.three_l ul li a,
.three_title h2,
.nav a:hover,
.nav a.cur,
.five_l .more,
.index_xw_title h2 {
	color: #990000;
}

.search input {
	border: 5px solid #990000;
}

.search .searchBtn {
	background: url("../image/201911161009467431.jpg") no-repeat;
}

.two .two_fl:before,
.two .two_fr:before {
	border: 1px solid #990000;
}

.two li {
	border: 4px solid #990000;
}

.index_xw_title h2 {
	border-bottom: 2px solid #990000;
}

.five_l .more {
	border: 2px solid #990000;
	margin-top: 44px;
}

.three_l {
	background: url("../image/201911161100473557.jpg") no-repeat center bottom;
}

.index_xw_title {
	background: url("../image/201911161059009494.jpg") no-repeat;
}

.three_l ul {
	background: url("../image/201911161102236682.jpg") repeat-y;
}

.three_text {
	background: url("../image/201911161103331057.jpg") no-repeat;
}

.index_xw li {
	background: url("../image/201911161104366841.jpg") no-repeat;
	background-position-x: 10px;
	background-position-y: 12px;
}

.article li {
	background: url("../image/201911161104366841.jpg") no-repeat;
	background-position-y: 18px;
}

.page_xw_text {
	border-top: 3px solid #990000;
}

.nav a {
	padding: 0 45px;
	font-size: 16px;
}
