*,
 ::after,
 ::before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: MicrosoftYaHei;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	vertical-align: middle;
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	max-width: 1200px;
	/*width: 1200px;*/
	margin: 0 auto;
}

.container-yx {
	max-width: 1370px;
	width: 1370px;
	margin: 0 auto;
}


/*topbar*/

.topbar {
	height: 45px;
	line-height: 45px;
	background-color: #F5F5F5;
}

.topbar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
}

.topbar .container .topbar_left {
	color: #242C76;
}

.topbar .container .topbar_right a {
	color: #FF9900;
}


/*header*/

.navber .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: stretch;
	font-size: 18px;
}

.navber .logo-box a {
	display: block;
	padding: 12.5px 0;
}

.navber .logo-box a img {
	display: block;
}

.navber .main-navigation ul.navigation-box>li {
	position: relative;
	display: inline-block;
	line-height: 142px;
	padding: 0 12px;
}

.navber .main-navigation ul.navigation-box>li a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
}

.navber .search {
	width: 152px;
	height: 27px;
	padding: 4px 0;
	background: url(../img/textbox.png) no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navber .search input {
	width: 98px;
	height: 18px;
	margin-left: 15px;
	border: none;
	outline: none;
	font-size: 14px;
	display: block;
	color: #5e5e5e;
}

.navber .search button {
	position: absolute;
	right: 7px;
	top: 2px;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
	width: 18px;
	height: 18px;
	background: no-repeat;
}

.navber .search button::before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 14px;
	color: #fff;
}


/*banner*/

.banner-box {
	width: 100%;
	/*height: 700px;*/
}


/*product*/

.product-box .block-title {
	text-align: center;
	padding: 70px 0;
}

.product-box .block-title h2 {
	font-size: 42px;
	font-weight: 400;
	padding: 8px 0;
}

.product-box .block-title p {
	font-size: 22px;
	padding: 8px 0;
}

.product-box .block-title span {
	margin: 0 35px;
	letter-spacing: 8px
}

.product-box .block-title p i {
	width: 80px;
	border-top: 1px solid #333;
	display: inline-block;
	vertical-align: middle;
}

.product-box .product {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.product-box .product .product-l {
	width: 780px;
}

.product-box .product .product-l .product-l_1 {
	width: 780px;
	height: 316px;
	padding: 28px;
	/*background: url(../img/image.png) no-repeat center;*/
	background-size: 100%;
	overflow: hidden;
}

.product-box .product .product-l .product-l_1:hover {
	background-size: 110%;
	-webkit-transition: background-size .3s linear;
	transition: background-size .3s linear;
}

.product-box .product .product-l .product-l_2 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.product-box .product .product-l .product-l_2 div.m1 {
	width: 304px;
	height: 289px;
	padding: 28px 15px;

	background-size: 100%;
	overflow: hidden;
}

.product-box .product .product-l .product-l_2 div.m1:hover {
	background-size: 110%;
	-webkit-transition: background-size .3s linear;
	transition: background-size .3s linear;
}

.product-box .product .product-l .product-l_2 div.m2 {
	width: 467px;
	height: 289px;
	padding: 28px 15px;
	background: url(../img/image4.png) no-repeat center;
	background-size: 100%;
	overflow: hidden;
}

.product-box .product .product-l .product-l_2 div.m2:hover {
	background-size: 110%;
	-webkit-transition: background-size .3s linear;
	transition: background-size .3s linear;
}

.product-box .product .product-r {
	width: 410px;
	height: 615px;
	padding: 28px;
	/*background: url(../img/image2.png) no-repeat center;*/
	background-size: 100%;
	overflow: hidden;
}

.product-box .product .product-r:hover {
	background-size: 110%;
	-webkit-transition: background-size .3s linear;
	transition: background-size .3s linear;
}

.product-box .product .product-t h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.product-box .product .product-t p {
	font-size: 24px;
	color: #fff;
}

.product-box .product .product-t2 h3 {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000000;
}

.product-box .product .product-t2 p {
	font-size: 20px;
	color: #000000;
}


/*about*/

.about-box {
	padding-top: 120px;
}

.about-box .about {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 85px;
}

.about-box .about .about-l {
	width: 545px;
	height: 440px;
	/* background-color: #242C77; */
	position: relative;
}

.about-box .about .about-l img {
	display: block;
	width: 660px;
	height: 440px;
	position: absolute;
	left: 127px;
	top: 64px;
	z-index: 1;
}

.about-box .about .about-l::before {
	content: "";
	display: block;
	height: 66px;
	width: 66px;
	/*background: url(../img/play.png) no-repeat;*/
	position: absolute;
	left: 430px;
	top: 258px;
	z-index: 2;
}

.about-box .about .about-r {
	width: 436px;
}

.about-box .about .about-r p.p1 {
	font-size: 22px;
}

.about-box .about .about-r h2 {
	font-size: 42px;
	font-weight: 400;
}

.about-box .about .about-r h3 {
	font-size: 26px;
	color: #242C77;
	margin: 33px 0;
}

.about-box .about .about-r p.p2 {
	font-size: 16px;
	color: #4B5562;
	line-height: 28px;
}

.about-box .about .about-r a {
	display: block;
	width: 177px;
	height: 47px;
	border: 1px solid #242C77;
	line-height: 47px;
	text-align: center;
	margin: 48px auto 0 auto;
}


/*news*/

.news-box .block-title {
	text-align: center;
	padding: 70px 0;
}

.news-box .block-title h2 {
	font-size: 42px;
	font-weight: 400;
	padding: 8px 0;
}

.news-box .block-title p {
	font-size: 22px;
	padding: 8px 0;
}

.news-box .block-title span {
	margin: 0 35px;
	letter-spacing: 8px
}

.news-box .block-title p i {
	width: 80px;
	border-top: 1px solid #333;
	display: inline-block;
	vertical-align: middle;
}

.news-box .tabs>ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 560px;
	margin: 0 auto;
}

.tabs>ul li a {
	display: block;
	padding: 21px 40px;
	text-decoration: none;
	color: #242C77;
	border: 1px solid #242C77;
	font-weight: bold;
}

.tabs li a:hover {
	background: #f5f5f5;
}

#tabs_container {
	margin-top: 66px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#tabs_container>div {
	float: left;
	margin-right: 40px;
	width: 100%;
	zoom: 1;
}

.tabulousclear {
	display: none;
}

.tabulous_active {
	background: #242C77 !important;
	color: #fff !important;
}

.tabs-box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.tabs-box .tabs-l {
	width: 600px;
}

.tabs-box .tabs-l img {
	width: 600px;
	height: 300px;
	display: block;
}

.tabs-box .tabs-l h3 {
	font-size: 22px;
	color: #3A3A3A;
	margin: 27px 0;
}

.tabs-box .tabs-l p {
	font-size: 14px;
	color: #606060;
	line-height: 24px;
}

.tabs-box .tabs-r {
	width: 560px;
}

.tabs-box .tabs-r ul li {
	width: 100%;
}

.tabs-box .tabs-r ul li+li {
	margin-top: 10px;
}

.tabs-box .tabs-r ul li a {
	padding: 20px 15px;
	color: #545454;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.tabs-box .tabs-r ul li a.active {
	background-color: #242C77;
	color: #fff;
}

.tabs-box .tabs-r ul li a:hover {
	background-color: #242C77;
	color: #fff;
}

.tabs-box .tabs-r ul li a h2 {
	font-size: 50px;
	position: relative;
	font-weight: 400;
	margin-right: 20px;
}

.tabs-box .tabs-r ul li a h2::before {
	content: "";
	display: block;
	position: absolute;
	border: 3px solid #545454;
	width: 27px;
	left: 14px;
	bottom: -5px;
}

.tabs-box .tabs-r ul li a.active h2::before {
	border: 3px solid #fff;
}

.tabs-box .tabs-r ul li a:hover h2::before {
	border: 3px solid #fff;
}

.tabs-box .tabs-r ul li a h4 {
	font-size: 18px;
	font-weight: 400;
}

.tabs-box .tabs-r ul li a h4 {
	overflow: hidden;
	margin-top: 6px;
}

.tabs-box .tabs-r ul li a h4 .tl {
	float: left;
	width: 330px;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tabs-box .tabs-r ul li a h4 .tr {
	float: right;
}

.tabs-box .tabs-r ul li a p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
}


/*jybox*/

.jy-box .block-title {
	text-align: center;
	padding: 100px 0;
}

.jy-box .block-title h2 {
	font-size: 42px;
	color: #666;
	padding: 8px 0;
}

.jy-box .block-title p {
	font-size: 16px;
	color: #666;
	width: 725px;
	margin: 0 auto;
	padding: 8px 0;
}

.ai_card {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}

.ai_card h2.t {
	padding-top: 80px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.ai_card p.sub_t {
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 60px;
}

.ai_card ul {
	padding-bottom: 70px;
}

.ai_card ul li {
	float: left;
	position: relative;
	width: 25%;
	height: 390px;
	border: 1px solid #DCDCDC;
	z-index: 10;
}

.ai_card ul li+li {
	margin-left: -1px;
}

.ai_card ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #242C77;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}

.ai_card ul li .info {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	transition: 0.5s;
}

.ai_card ul li .info .img {
	width: 100%;
	height: 90px;
	text-align: center;
}

.ai_card ul li .info h3 {
	color: #666666;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 20px;
	text-align: center;
}

.ai_card ul li.active .info h3 {
	color: #242C77;
}

.ai_card ul li .info p {
	width: 80%;
	height: 85px;
	line-height: 24px;
	margin: 0 auto;
	color: #73747b;
	font-size: 14px;
}

.ai_card ul li a.btn {
	position: absolute;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	left: 50%;
	margin-left: -60px;
	bottom: 50px;
	color: #242C77;
	opacity: 0;
	border-radius: 2px;
	transition: 0.5s;
	font-size: 16px;
	text-align: center;
	border: 1px solid #242C77;
}

.ai_card ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.ai_card ul li.active:before {
	width: 100%;
	height: 2px;
}

.ai_card ul li.active .info {
	top: 50px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.ai_card ul li.active a.btn {
	opacity: 1;
}


/*ly-box*/

.ly-box {
	margin-top: 90px;
	position: relative;
	/* background-position: 0px 340px;*/
	background-image: url(../img/bg_ly.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}

.ly-box .ly-nr {
	padding: 60px 0;
	width: 490px;
}

.ly-box .ly-nr h2 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}

.ly-box .ly-nr label {
	width: 100%;
	display: block;
	padding: 10px 50px;
	color: #fff;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.ly-box .ly-nr label+label {
	margin-top: 24px;
}

.ly-box .ly-nr label input[type=text] {
	width: 350px;
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
}

.ly-box .ly-nr input[type=button] {
	width: 225px;
	height: 63px;
	display: block;
	line-height: 63px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background-color: #2576DC;
	border: none;
	outline: none;
	font-size: 22px;
	margin-top: 40px;
}

/*.ly-box .ly-nr .zbtns {*/
	/*width: 225px;*/
	/*height: 63px;*/
	/*display: block;*/
	/*line-height: 63px;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*margin: 0 auto;*/
	/*background-color: #2576DC;*/
	/*border: none;*/
	/*outline: none;*/
	/*font-size: 22px;*/
	/*margin-top: 40px;*/
/*}*/

/*footer*/

footer {
	padding-top: 75px;
	background-color: #F0F0F0;
}

footer .footer-upper {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}

footer .footer-upper>div h4 {
	font-size: 18px;
	color: #242C77;
	margin-bottom: 12px;
}

footer .footer-upper>div ul li a {
	font-size: 14px;
	color: #666;
}

footer .footer-upper>div.f6 img {
	display: block;
	width: 113px;
	margin-bottom: 12px;
}

footer .footer-upper>div.f6 p {
	font-size: 12px;
	text-align: center;
	color: #666;
}

footer .footer-upper>div.f7 p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.footer-upper>div.f7 p:first-child {
	margin-top: 30px;
}

footer .footer-bottom {
	padding: 12px 0;
	text-align: center;
	color: #666666;
	font-size: 14px;
}


/*about-z*/

.inner-banner {
	position: relative;
	/*background-image: url(../img/inner_banner.png);*/
	background-repeat: no-repeat;
	/*padding-bottom: 700px;*/
}
.inner-banner img {
	width: 100%;
}
.inner-about {
	padding-bottom: 40px;
}

.inner-about .tabs>ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 70px 0 0 0;
}

.inner-about .tabs video {
	outline: none
}

.inner-about .tabs div.tr h2.t1 {
	font-size: 26px;
	color: #242C77;
	text-align: center;
	padding: 50px 0;
}

.inner-about .tabs div.tr p.t1 {
	font-size: 16px;
	font-weight: 400;
	color: #4B5562;
	line-height: 31px;
	margin-bottom: 35px;
	text-indent: 2em
}

.inner-about .tabs div.tr .jz {
	font-size: 16px;
	font-weight: 400;
	color: #4B5562;
	width: 260px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.inner-about .tabs div.tr .jz h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

.inner-about .tabs div.tr .jz ul li {
	margin-bottom: 30px;
}

.inner-about .tabs div.tr .wh {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.inner-about .tabs div.tr .wh div {
	width: 285px;
	height: 345px;
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
	padding: 30px 20px;
	color: #999999;
	position: relative;
}

.inner-about .tabs div.tr .wh div img {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 9;
}

.inner-about .tabs div.tr .wh div img.img2 {
	display: none;
}

.inner-about .tabs div.tr .wh div h2.t2 {
	font-size: 24px;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	display: inline-block;
}

.inner-about .tabs div.tr .wh div p.t2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
}

.inner-about .tabs div.tr .wh div:hover {
	color: #242C77;
	box-shadow: 0px 0px 13px 0px rgba(0, 3, 35, 0.3);
}

.inner-about .tabs div.tr .wh div:hover img {
	display: none;
}

.inner-about .tabs div.tr .wh div:hover img.img2 {
	display: block;
}

.inner-about .tabs div.tr .wh div:hover h2.t2 {
	border-bottom-color: #242C77;
}

.inner-about .tabs div.tr .wh img:first-child {
	width: 585px;
	height: 345px;
	display: block;
	margin-bottom: 15px;
}

.inner-about .tabs div.tr .dj {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.inner-about .tabs div.tr .dj h2 {
	font-size: 28px;
	text-align: center;
	width: 1200px;
	padding: 50px 0;
}

.inner-about .tabs div.tr .dj img {
	width: 285px;
	height: 190px;
	display: block;
	margin-bottom: 15px;
}

.inner-about .tabs div.tr .ry {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

.inner-about .tabs div.tr .ry h2 {
	font-size: 20px;
	width: 1200px;
}

.inner-about .tabs div.tr .ry h2.tp {
	margin-top: 70px;
}

.inner-about .tabs div.tr .ry>p {
	font-size: 14px;
	width: 1200px;
	margin-top: 18px;
	margin-bottom: 60px;
}

.inner-about .tabs div.tr .ry>div {
	margin-bottom: 30px;
}

.inner-about .tabs div.tr .ry>div img {
	width: 275px;
	display: block;
}

.inner-about .tabs div.tr .ry>div p {
	font-size: 18px;
	font-weight: 400;
	margin-top: 45px;
}

.inner-about .tabs div.tr .yj h2 {
	font-size: 20px;
	width: 1200px;
	text-align: center;
}

.inner-about .tabs div.tr .yj h2.tp {
	margin-top: 70px;
}

.inner-about .tabs div.tr .yj>p {
	font-size: 14px;
	width: 1200px;
	margin-top: 18px;
	margin-bottom: 60px;
	text-align: center;
}

.inner-about .tabs div.tr .yj>div {
	margin-bottom: 30px;
}

.inner-about .tabs div.tr .yj>div img {
	width: 100%;
	display: block;
	margin-top: 37px;
}

.inner-about .tabs div.tr .yj>div p {
	font-size: 18px;
	font-weight: 400;
	margin-top: 45px;
	text-indent: 2em
}

.inner-about .tabs div.tr .lc .slideBox {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.inner-about .tabs div.tr .lc .parBd {
	margin-bottom: 50px;
	min-height: 370px;
}

.inner-about .lc-bt h2 {
	font-size: 129px;
	color: #242C77;
	margin-bottom: 30px;
}

.inner-about .lc-bt p.b1 {
	font-size: 16px;
	color: #242C77;
	font-weight: bold;
	margin-bottom: 30px;
}

.inner-about .lc-bt p.b2 {
	font-size: 16px;
	color: #242C77;
	margin-bottom: 50px;
}


/*news*/

.inner-news {
	padding-top: 70px;
}

.inner-news .slideBox {
	width: 588px;
	height: 437px;
	overflow: hidden;
	position: relative;
}

.inner-news .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.inner-news .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.inner-news .slideBox .bd li div {
	width: 100%;
	height: 116px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(36, 44, 119, 0.7);
	color: #fff;
	padding: 20px 26px;
}

.inner-news .slideBox .bd li a {
	display: block;
	width: 75px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	float: right;
}

.inner-news .slideBox .bd img {
	width: 100%;
	display: block;
}

.inner-news .slideBox .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 47px;
	height: 47px;
	background: url(../img/news_left.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.inner-news .slideBox .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 47px;
	height: 47px;
	background: url(../img/news_right.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.inner-news .slideBox .prev:hover,
.inner-news .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.inner-news .slideBox .prevStop {
	display: none;
}

.inner-news .slideBox .nextStop {
	display: none;
}

.inner-news .tabs>ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 70px 0 0 0;
	width: 568px;
	margin: 0 auto;
}

.inner-news .news-top {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.inner-news .news-top div.t1 div:first-child {
	margin-bottom: 17px;
}

.inner-news .news-top div.t1 .c1 {
	width: 292px;
	height: 210px;
	color: #fff;
	background-repeat: no-repeat;
	padding: 138px 10px 0 10px;
}

.inner-news .news-top div.t1 .c2 {
	width: 292px;
	height: 210px;
	background-color: #242C77;
	color: #fff;
	text-align: center;
	padding: 70px 10px 0 10px;
}

.inner-news .news-top div.t1 h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.inner-news .news-top p {
	margin-bottom: 10px;
}

.inner-news .news-top .bd ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 432px;
}

.inner-news .xw h2 {
	text-align: center;
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 20px;
}

.inner-news .xw p {
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 8px
}

.inner-news .news-list ul li {
	padding: 0 4px;
	margin-bottom: 36px;
}

.inner-news .news-list ul li a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 24px 14px;
	box-shadow: 0px 6px 7px 0px rgba(187, 187, 187, 0.35);
}

.inner-news .news-list ul li a>img {
	display: block;
	margin-right: 26px;
}

.inner-news .news-list .list-bt h2 {
	font-size: 24px;
	padding: 20px 0;
	color: #333;
}

.inner-news .news-list .list-bt>p {
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
	line-height: 24px;
}

.inner-news .news-list .list-bt>div {
	border-top: 1px dashed #999;
	margin-top: 10px;
	padding: 20px 10px;
}

.inner-news .news-list .list-bt>div span {
	display: inline-block;
	color: #666;
	height: 20px;
	padding-left: 30px;
	margin-right: 20px;
	background-repeat: no-repeat;
}


/*news-xq*/

.inner-news .news-xq h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.inner-news .news-xq h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.inner-news .news-xq .pt {
	font-size: 14px;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}

.inner-news .news-xq .pt span {
	margin-right: 30px;
}

.inner-news .news-xq  p {
	font-size: 18px;
	font-weight: 400;
	color: #4c4c4c;
	line-height: 30px;
	padding-bottom: 30px;
}
.inner-news .news-xq  div.next {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.inner-news .news-xq  div.next a {
	color:#ABABAB;
	font-size: 20px;
	margin-bottom: 30px;
}

.inner-news .container .news-xq h1 {
	font-size: 24px;
	/*text-align: center;*/
	margin-bottom: 30px;
	display: inline-block;
	display: flex;
	align-items:center;
	justify-content: center;
}