.fore_m li img {
	height: 270px;
	display: block;
	width: 100%;
}

html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font: 14px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;

}


body{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}


ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

#dituContent img {
	max-width: inherit;
}

img {
	max-width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.navbox a,
.two li,
.fore_nav li a,
.five_title .more,
.five_ul li h3,
li.five_first p,
.five_ul span,
.title p,
.five_gd li p,
.page_ul li a,
.page_xw .xw2:before,
.product_cp li p,
.page_xw_text a,
.page_xw .xw1 span,
.page_xw .xw1 p,
.product_fr p,
.main_next span a,
.article li p,
.pading a,
.article li span,
.Article_content .info,
.page_cp li a,
.page_xw .xw2 a,
.info a {
	color: #666;
}

.search .searchBtn,
.fore_m li h2,
.fore_m li p,
.fore li.now a,
.five_title,
.five_title .more,
.five_gd li p:before,
.five_gd li h3:before,
.page_left .page_a,
.page_cp li b,
.pading .current {
	color: #fff;
}

.five_ul li:hover h3,
.five_ul li:hover span,
.three ul li:hover,
.two li:hover,
.six_title h2,
.product_cp li:hover p {
	color: #53d4f7;
}

.title {
	text-align: center;
}

.title h2 {
	color: #53d4f7;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	height: 55px;
	line-height: 55px;
}

.title b {
	color: #ff5a00;
}

.title h2:before {
	width: 150px;
	height: 1px;
	background: #ccc;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -75px;
}


.title h2:after {
	width: 5px;
	height: 5px;
	background: #fff;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -2.5px;
	border-radius: 50%;
	border: 1px solid #53d4f7;
}

.title p {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

/**/
#slides {
	position: relative;
	width: 100%;
}


#slides img {
	width: 100%;
	display: block;
}


#slides .hd {
	left: 50%;
	padding: 4px;
	position: absolute;
	border-radius: 24px;
	bottom: 30px;
	z-index: 10;
	width: 240px;
	margin-left: -120px;
}


#slides .hd li {
	margin: 0px 5px;
	line-height: 5px;
	width: 50px;
	height: 2px;
	background: #555;
	float: left;
	cursor: pointer;
	text-align: center;
	color: transparent;
}


#slides .hd li.on {
	background: #53d4f7
}



/*header*/

.header {
	width: 100%;
	background: url(../images/header.gif) no-repeat top center;
}




/*logo*/
.logo_img img {
	max-height: 100%;
	margin-top: 30px;
}

.logo_img {
	height: 120px;
	width: 400px;
}

/**/

/*导航*/

.navbox {
	height: 50px;
	width: 750px;
	margin-top: 35px;
}

.nav li {
	position: relative;
	float: left;
}

.nav li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 19px;

	width: 1px;
	height: 15px;
	border-left: 1px dashed #000;
}

.nav li:first-child:before,
.nav_ul li:before {
	display: none;
}


.nav a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0px 25px;
}

.nav_ul {
	position: absolute;
	top: 50px;
	z-index: 11;
	display: none;
	width: 100%;
	box-sizing: border-box;
}


.nav_ul li {
	float: none;
	background: none;
}

.nav_ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0px;
	font-size: 14px;
}

.nav li:hover .nav_ul {
	display: block;
}



.nav a:hover,
.nav a.cur {
	color: #53d4f7;
	font-weight: bold;
}


/**/

/*one*/

.one {
	width: 100%;
	position: relative;
}

.one_img {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
}

.one_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.one ul {
	padding: 50px 0px;
	width: 785px;
	margin: auto;
	overflow: hidden;
}

.one li {
	float: left;
	width: 108px;
	margin: 0px 44px;
	text-align: center;
	font-size: 15px;
}

/**/
.two {
	width: 100%;
	position: relative;
	margin-top: 50px;
	height: 743px;
}

.two_img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.two_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.two .container {
	position: relative;
}

.two li {
	position: absolute;
	line-height: 130px;
	font-size: 14px;
}

.two li img {
	width: 130px;
	height: 130px;
	display: block;
	float: left;
}

.two .two_odd img {
	float: right;
}

.two li:nth-child(1) {
	left: 222px;
	top: 70px;
}

.two li:nth-child(2) {
	right: 405px;
	top: 30px;
}

.two li:nth-child(3) {
	left: 75px;
	top: 200px;
}

.two li:nth-child(4) {
	right: 25px;
	top: 105px;
}

.two li:nth-child(5) {
	top: 420px;
	left: 170px;
}

.two li:nth-child(6) {
	right: 120px;
	top: 390px;
}

.two li:nth-child(7) {
	top: 510px;
	left: 405px;
}

/**/
.three {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

.three .container {
	overflow: hidden;
	padding-bottom: 50px;
}

.three .title {
	margin-bottom: 50px;
}

.three_img {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
}

.three_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.three .title {
	clear: both;
}


.search {
	width: 400px;
	height: 55px;
	background: url(../images/ws4.png) no-repeat;
	background-size: 100%;
	padding: 13px 0px 0px 130px;
	box-sizing: border-box;
}

.search input {
	width: 190px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	font-size: 12px;
	padding-left: 5px;
	border-right: none;
	border: 1px solid #c8c8c8;
}


.search .searchBtn {
	width: 46px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background: #ff5a00;
	border: none;
}

/**/
.three_imgs {
	width: 530px;
	position: relative;
}

.three_imgs img {
	width: 500px;
	height: 350px;
	display: block;
	/* border: 3px solid #53d4f7; */
}

/* .three_imgs:before {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 3px solid #000;
	content: '';
	z-index: -1;
}

.three_imgs:after {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 3px solid #ff5a00;
	content: '';
	z-index: -1;
} */

.three ul {
	width: 560px;
	border-left: 3px solid #53d4f7;
}

.three ul li {
	padding-left: 45px;
	line-height: 25px;
	margin: 10px 0;
	font-size: 14px;
	position: relative;
	text-align: justify;
}

.three ul li:before {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ff5a00;
	border-radius: 50%;
	left: -7px;
	top: 8px;
	content: '';
}

.three ul li:hover:before {
	background: #000;
}

/**/
.fore {
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.fore:after {
	position: absolute;
	background: url("../images/21.png") no-repeat;
	width: 457px;
	height: 180px;
	content: '';
	bottom: 0px;
	background-size: 100% 100%;
}

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

.fore_nav li {
	line-height: 40px;
	text-align: center;
	/* float: left; */
	border: 1px solid #ccc;
	margin: 0px 22px;
	border-radius: 30px;
	padding: 0 24px;
	display: inline-block;
}

.fore_nav li a {
	font-size: 14px;
}

.fore_m {
	margin: 50px auto 0;
	overflow: hidden;
}

.fore_m li {
	width: 270px;
	float: left;
	margin: 0px 15px 30px;
	position: relative;
	height: 270px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.fore_m li img {
	height: 270px;
	display: block;
	width: 100%;
	width: auto;
	max-width: unset;
}

.fore_m li div.pic,
.product_cp .pic {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fore_m li div.text {
	padding: 10px 20px 15px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -120px;
	width: 100%;
}

.fore_m li h2 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
}

.fore_m li p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.fore_m li:hover div {
	bottom: 0px;
}

.fore li.now {
	background: url("../images/xx1.jpg") no-repeat;
	background-size: 100% 100%;
}

/**/
.five {
	margin: 50px auto 0;
	overflow: hidden;
}

.five_ul {
	margin-top: 50px;
	width: 350px;
	margin: 30px 25px 0;
	line-height: 40px;
}

.five_title {
	line-height: 50px;
	background: url(../images/xx1.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 18px;
}



.five_title .more {
	float: right;
	font-size: 14px;
}

.five_ul li {
	overflow: hidden;
	border-bottom: 1px dashed #666;
	position: relative;
}


.five_ul li h3 {
	overflow: hidden;
	font-size: 14px;
	width: 255px;
	float: left;
	height: 40px;
}


.five_ul li.five_first {
	width: 100%;
	margin-top: 10px;
	border-bottom: none;
}

.five_ul li.five_first img {
	width: 330px;
	height: 180px;
	display: block;
	border: 1px solid #53d4f7;
}

.five_ul li.five_first:before {
	width: 328px;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 1px solid #000;
	content: '';
	z-index: -1;
}

.five_ul li.five_first:after {
	width: 328px;
	height: 180px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #ff5a00;
	content: '';
	z-index: -1;
}

.five_ul li.five_first h3 {
	margin-top: 30px;
	width: 100%;
	line-height: 30px;
	height: 30px;
	float: none;
	font-size: 15px;
}

.five_ul li.five_first p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	border-bottom: 1px dashed #666;
	padding-bottom: 5px;
}

.five_ul span {
	display: block;
	width: 70px;
	float: right;
}

.five_ul li.five_first:hover p,
.five_ul li:hover {
	border-color: #53d4f7;
}

.five_gd {
	overflow: hidden;
	width: 100%;
	margin: 10px auto 0px;
	height: 495px;
}

.five_gd li {
	margin: 10px 0;
}

.five_gd li h3 {
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 30px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	float: none;
}

.five_gd li h3:before {
	content: 'Q';
	width: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	background: #53d4f7;
	height: 20px;
	top: 5px;
}

.five_gd li p {
	position: relative;
	height: 80px;
	overflow: hidden;
	line-height: 25px;
	margin-top: 5px;
	padding-left: 30px;
}

.five_gd li p:before {
	content: 'A';
	width: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	background: #ff5a00;
	top: 3px;
}

.five_gd li,
.five_gd li:hover {
	border: none;
}

/**/

.six {
	position: relative;
	width: 100%;
	margin-top: 50px;
}


.six .container {
	overflow: hidden;
	padding-bottom: 50px;
}


.six_img {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
}

.six_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.six_title {
	line-height: 50px;
}

.six_title h2 {
	display: inline-block;
	font-size: 25px;
}

.six_title p {
	display: inline-block;
	font-size: 16px;
	color: #ff5a00;
}

.six ul {
	overflow: hidden;
}

.six li {
	width: 80px;
	height: 80px;
	float: left;
	margin: 30px 30px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.six li img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	margin: 0px auto 0px;
}

/*内页*/
.page_container {
	overflow: hidden;
	margin: 0px auto 30px;
	width: 1200px;
}

/**/

.page_left {
	width: 218px;
	margin-top: 20px;
}

.page_right {
	width: 930px;
	margin-top: 20px;
}

/*路径*/

.page_title {
	line-height: 50px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/icon-home.png) no-repeat 0px 50%;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 30px;
	font-size: 14px;
}


.page_title a {
	font-size: 14px;
	color: #000;
}



/*左侧导航*/



.page_left .page_a {
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: url(../images/xx1.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.page_nav {
	padding: 0;
	text-align: left;
}

.page_ul li {
	position: relative;
}

.page_ul li:after {
	content: '>';
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 11px;
	left: 16px;
	font-size: 12px;
	line-height: 15px;
}


.page_ul li a {
	line-height: 35px;
	overflow: hidden;
	padding-left: 35px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: left;
	display: block;
}

.page_li {
	display: none;
}



.page_li li {
	border-bottom: 1px dashed #888;
	background: none;
}

.page_li li a {
	box-sizing: border-box;
	font-weight: normal;
	font-size: 12px;
}



.page_ul li:hover .page_li {
	display: block;
}

/**/
.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 #53d4f7;
	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: 208px;
	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: 150px;
	display: block;
	margin: auto;
}



.page_cp li b {
	background: #53d4f7;
	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;
}
.product_cp:after{
	content: '';
	display: block;
	clear: both;
}
.product_cp li {
	width: 23%;
	float: left;
	margin: 1%;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px dashed #c6c6c6;
	box-shadow: 0 0 10px #dedede;
	overflow: hidden;
}

.product_cp li img {
	width: auto;
	max-width: unset;
	height: 290px;
	display: block;
	background: #fff;
	padding: 2px;
	box-sizing: border-box;
}

.product_cp li p {
	width: 100%;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	font-size: 14px;
}

.product_cp li:after {
	border-bottom: 1px dashed #53d4f7;
	width: 0%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9;
	transition: all 0.8s;
	content: "";
}

.product_cp li:hover:after {
	width: 100%;
}

/*product_content*/

.product_item {
	margin-top: 10px;
	overflow: hidden;
}

.product_banner {
	width: 500px;
}

.product_fl {
	position: relative;
	overflow: hidden;
}

.bigImg {
	width: 400px;
	margin: auto;
	height: 400px;
	overflow: hidden;
}

.bigImg li,
.bigImg li img {
	width: 400px;
	height: 400px;
}

.product_qh {
	width: 400px;
	margin: 20px auto 0;
	overflow: hidden;
}

.product_qh li {
	float: left;
	margin: 0px 10px;
	border: solid #ccc 1px;
	padding: 2px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}

.product_qh li img {
	width: 100%;
	height: 100%;
	display: block;
}

.product_qh .on {
	border: solid #53d4f7 1px;
}

.product_fl .sPrev,
.product_fl .sNext {
	position: absolute;
	background: url(../images/controls.png) no-repeat 0 -32px;
	width: 32px;
	height: 32px;
	top: 40%;
}


.product_fl .sNext {
	right: 0px;
	background-position: -43px 0;
}

/**/
.product_fr {
	overflow: hidden;
	width: 400px;
}

.product_fr span {
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	display: block;
}

.product_fr p {
	line-height: 35px;
	font-size: 14px;
	padding-top: 10px;
}

/**/
.product_content {
	margin-top: 20px;
}

.product_content img {
	height: auto;
}

/**/

/*article*/


.article {
	padding: 10px 0 10px 30px;
}


.article li {
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	box-sizing: border-box;
}

.article li:before {
	content: '';
	height: 115px;
	width: 1px;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 0px;
}

.article li:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: -2px;
	background: #53d4f7;
	border-radius: 50%;
}

.article li:hover:after {
	background: #ff5a00;
}

.article li h1 {
	font-size: 16px;
	float: left;
	height: 30px;
	color: #000;
}

.article li span {
	float: right;
}

.article li p {
	clear: both;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 13px;
}



/**/


/*上下键*/
.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: 22px "Microsoft Yahei";
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	font-weight: bold;
}

.Article_content .info {
	font: 14px "Microsoft Yahei";
	line-height: 40px;
	text-align: center;
	height: 40px;
}

.Article_content .detail {
	padding: 10px 10px;
}

.Article_content .detail img {
	height: auto;
}

/*上下键*/
.pading {
	float: right;
	margin-bottom: 8px;
}

.pading span {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0px 2px;
}

.pading a {
	padding: 3px 8px;
	border: 1px solid rgba(142, 142, 142, 0.5);
	display: inline-block;
	margin: 0px 1px;
}

.pading .current {
	border: none;
	padding: 2px 8px;
	border: 1px solid #53d4f7;
	background: #53d4f7;
}

/*page*/


/**/

/*footer*/
.footer {
	padding: 15px 0 15px;
	background: #464a53;
}



/*相关产品相关文章开始*/
.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;
}

.flink {
	background: #464a53;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}

.fltitle {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.flink_c a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}

.logo_img {
	width: 230px;
}

.navbox {
	width: 915px;
}

.header {
	background: url(../images/202010161523148807.jpg) no-repeat top center;
  border-bottom:1px solid #dedede;
}

.in-menu {
	text-align: center;
	font-size: 0;
	margin: -20px 0 0 -20px;
	margin-bottom: 30px;
}

.in-menu li {
	display: inline-block;
	vertical-align: middle;
}

.in-menu li a {
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #dfdfdf;
	margin: 40px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #333;
}

.in-menu li a:hover,
.in-menu li.active a {
	color: #fff;
	background-color: #e62022;
	border-color: #e62022;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.index-news-con .img-center {
	float: left;
	width: 320px;
	height: 452px;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: 336px;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2 {
	margin: -30px 0 0 -30px;
	overflow: hidden;
}

.index-news-con .list-2 {
	margin-left: 320px;
}

.list-2 li {
	float: left;
	width: 50%;
}

.list-2 li a {
	display: block;
	margin: 30px 0 0 30px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	padding: 12px;
}

.list-2 li .date {
	float: left;
	width: 65px;
	background-color: #969393;
	color: #fff;
	text-align: center;
	padding: 7px 0;
}

.list-2 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 1px;
}

.list-2 li .text {
	margin-left: 77px;
}

.list-2 li .text h4 {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.list-2 li .text p {
	margin: 5px 0 0;
	color: #888;
	height: 40px;
	overflow: hidden;
}

.list-2 li a:hover {
	border-color: #e62022;
}

.list-2 li a:hover .date {
	background-color: #e62022;
}

.gsgl {
	display: block;
	width: 25px;
	position: absolute;
	top: -2px;
	background: #fff;
	right: 150px;
	line-height: 0;
}

.page_li ul {
	display: none;
}

.page_li>li:hover ul {
	display: block;
}

div#pagesize li {
	display: inline-block;
}

div#pagesize a.active {
	border: none;
	padding: 2px 8px;
	border: 1px solid #53d4f7;
	background: #53d4f7;
	color: #fff;
}

.nav .menu_li {
	position: relative;
	z-index: 99;
}
.nav .menu_li:hover ul{
	display: block;
}
.nav ul {
	position: absolute;
	width: 156%;
	padding-top: 45px;
	display: none;
}

.nav ul li {
	float: none;
	background-color: #0769b4;
}

.nav ul li:before {
	display: none;
}

.nav ul a {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
  color:#fff;
	box-sizing: border-box;
}

.nav ul::before {
	content: '';
	display: block;
	border-bottom: 10px solid #0769b4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 35px;
	left: 12px;
}
.nav ul li:first-child{
	padding-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav ul li:last-child{
	padding-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.flink .container:after {
    content: '';
    display: block;
    clear: both;
}