/*整站样式*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 12px;
	font-family: "Microsoft YaHei", "Shonar Bangla", "Arial"
}
input, textarea, button {
	padding: 0;
	font-family: "Microsoft YaHei", "Shonar Bangla", "Arial"
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, ol, li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
select, input, textarea, button {
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
tr {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
}
iframe {
	border: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.hidden {
	display: none;
	visibility: hidden;
}
.wrap {
	border: 0;
	padding: 0;
	width: 1440px;
	margin: 0 auto;
*zoom:1;
}
.wrap:after {
	clear: both;
	content: "";
	display: table;
}
@media (min-width:1200px) {
.wrap {
	width: 1200px
}
}
@media (min-width:1600px) {
.wrap {
	width: 1400px
}
}
@media (max-width:1200px) {
.wrap {
	width: 93.75%;
}
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
	content: "";
	display: table;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.ui_siz {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ui_flex1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
/*header*/
.head-relative {
	position: relative;
}
.header {
	height: 104px;
	position: relative;
	width: 100%;
}
.header .left {
	margin-top: 15px;
	overflow: hidden;
}
.header .right {
	margin-top: 50px;
}
.header .right li {
	float: left;
	margin-left: 45px;
	height: 54px;
}
.header .right li .lord {
	font-size: 15px;
}
.header .right li .lord:hover {
	color: #3d8e1a;
}
.header .right li .active {
	color: #0e5aa9;
}
.header .right li:hover .subnav {
	display: block;
}
.subnav {
	display: none;
	position: absolute;
	z-index: 10;
	top: 103px;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	border-bottom: 4px solid #79b53f;
	padding: 45px 40px 70px 40px;
}
.subnav .subnav-left {
	float: left;
	width: 40%;
}
.subnav .subnav-left-layout {
	width: 85%;
}
.subnav .subnav-left h3 {
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 15px;
}
.subnav .subnav-left p {
	color: #777777;
	font-size: 14px;
	line-height: 28px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subnav .subnav-left a {
	display: inline-block;
	color: #008ed6;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
	padding-left: 5px;
}
.subnav .subnav-right {
	float: left;
	width: 60%;
}
.subnav .subnav-right .list {
}
.subnav .subnav-right ul li {
	display: block;
	width: 40%;
	float: left;
	height: auto;
}
.subnav .subnav-right ul li:nth-of-type(2n+1) {
	border-right: 1px solid #e1e1e1;
}
.subnav .subnav-right ul li a {
	color: #666666;
	font-size: 14px;
	width: 90%;
}
.subnav .subnav-right ul li .a-one {
	display: block;
	line-height: 40px;
	background: url("../images/top_youjianotu.jpg") no-repeat right center;
}
.subnav .subnav-right ul li .list-er {
	display: none;
	padding-left: 10px;
}
.subnav .subnav-right ul li .list-er a {
	display: block;
	line-height: 40px;
	background: url("../images/top_youjianotu.jpg") no-repeat right center;
}
.subnav .subnav-right ul li .a-one:hover {
	color: #3d8e1a;
}
/*********mobile*********/  
/*mo-header*/
.mo-header {
	padding: 20px 20px;
	overflow: hidden;
	display: none;
}
.mo-header .left {
	width: 200px;
}
.mo-header .right {
	cursor: pointer;
}
.mo-header .right img {
	height: 25px;
}
.r-img-layout {
	/*	padding-right: 4px;*/
	margin-top: 8px;
}
.navlist {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: rgba(0,0,0,0.9);
}
.navlist .close {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 30px;
}
.navlist > ul {
	clear: both;
	text-align: center;
	padding-bottom: 40px;
}
.navlist > ul > li {
	margin-top: 30px;
}
.navlist > ul > li > a {
	color: #cccccc;
	font-size: 25px;
	line-height: 30px;
}
.navlist ul li ul {
	display: none;
	margin-top: 20px
}
.navlist ul li ul li a {
	color: #cccccc;
	font-size: 20px;
	line-height: 30px;
}
.navlist-active > a {
	color: #0191da !important;
}
.navlist .mo-pho {
	display: block;
	margin: 0 auto 40px auto;
	font-size: 20px;
	line-height: 30px;
	color: #cccccc;
	text-align: center;
}
@media (max-width: 1024px) {
.header {
	display: none;
}
.mo-header {
	display: block;
}
}
@media (max-width: 640px) {
.mo-header {
	display: block;
	padding: 10px;
}
}
/*banner*/
.banner {
	width: 100%;
	position: relative;
}
.banner-m {
	display: none;
}
/*index-service*/
.index-service {
	width: 100%;
	text-align: center;
}
.index-title-box {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 92px 0 59px 0;
}
.index-title-box i {
	font-family: Arial;
	font-size: 100px;
	color: #f5f5f5;
	line-height: 32px;
}
.index-title-box .box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 92px;
	z-index: 2;
}
.index-title-box .box .ch {
	font-size: 32px;
	line-height: 32px;
	color: #0e5aa9;
	margin-bottom: 18px;
}
.index-title-box .box s {
	width: 150px;
	height: 1px;
	background: #eaeaea;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.index-title-box .box s span {
	width: 30px;
	height: 1px;
	background: #0e5aa9;
	display: block;
	margin: auto;
}
.index-title-box .box .en {
	font-size: 14px;
	line-height: 30px;
	color: #0e5aa9;
	text-transform: uppercase;
}
.index-service .service-list {
	width: 100%;
	padding: 41px 0 59px 0;
}
.index-service .service-list a {
	display: block;
	width: 24.25%;
	height: auto;
	float: left;
	position: relative;
	margin-right: 1%;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.index-service .service-list a:nth-of-type(4) {
	margin-right: 0;
}
.index-service .service-list a .img {
	width: 100%;
	border: none;
	display: block;
}
.index-service .service-list a .list-b .img-p-lu {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	background: #0e5aa9;
	z-index: 2
}
.index-service .service-list a .list-b .img-p-img {
	padding-bottom: 15px;
	font-size: 16px;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.index-service .service-list a .list-b .img-p-img img {
	padding-bottom: 10px;
}
.index-service .service-list a:hover {
	box-shadow: 0 7px 22px 0 rgba(7,17,27,.5);
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
}
/*index-about*/
.index-about {
	width: 100%;
	display: table;
}
.index-about .img {
	width: 49.5%;
	float: left;
}
.index-about .tboxs {
	width: 50.5%;
	float: right;
	background: #f4f6fd;
	box-sizing: border-box;
	padding-left: 78px;
}
.index-about .tboxs .title {
	position: relative;
	line-height: 32px;
	padding-top: 99px;
	margin-bottom: 60px;
}
.index-about .tboxs .title i {
	font-family: Arial;
	font-size: 100px;
	color: #e5ebf4;
}
.index-about .tboxs .title span {
	font-size: 32px;
	color: #0a448d;
	position: absolute;
	z-index: 2;
	left: 0;
}
.index-about .tboxs .tbox {
	width: 575px;
	font-size: 14px;
	line-height: 26px;
	color: #797979;
	margin-bottom: 64px;
	box-sizing: border-box;
}
.index-about .tboxs .tbox span {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	display: block;
}
.index-about .tboxs .label-box {
	display: table;
}
.index-about .tboxs .label-box .box {
	padding-left: 55px;
	font-size: 14px;
	line-height: 14px;
	float: left;
	box-sizing: border-box;
}
.index-about .tboxs .label-box .box.b1 {
	width: 190px;
	background: url(../images/icon-img9.png) left center no-repeat;
}
.index-about .tboxs .label-box .box.b2 {
	width: 190px;
	background: url(../images/icon-img10.png) left center no-repeat;
}
.index-about .tboxs .label-box .box.b3 {
	background: url(../images/icon-img11.png) left center no-repeat;
}
.index-about .tboxs .label-box .box span {
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #0e5aa9;
	display: block;
	margin-bottom: 6px;
}
/*index-news*/
.index-news {
	width: 100%;
}
.index-news-box {
	padding: 48px 0 78px 0;
}
.hot-news {
	width: 675px;
	float: left;
}
.hot-news .img {
	width: 100%;
}
.hot-news .img img {
	width: 100%;
}
.hot-news .tbox {
	width: 100%;
	padding: 36px 8px 0;
	box-sizing: border-box;
}
.hot-news .tbox span {
	display: block;
}
.hot-news .tbox .time {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.hot-news .tbox .title {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hot-news .tbox .txt {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #bbb;
	margin-bottom: 21px;
}
.hot-news .tbox .more {
	font-size: 12px;
	color: #666;
	width: 100px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 28px;
	border-radius: 15px;
}
.news-list {
	width: 675px;
	float: right;
}
.news-list li {
	padding: 34px 44px 27px 48px;
	box-shadow: 0 0 10px rgba(222,229,238,.75);
	margin-bottom: 25px;
}
.news-list li:hover {
	background: #0e5aa9;
}
.news-list li span {
	display: block;
}
.news-list li .time {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.news-list li:hover .time {
	color: #fff;
	opacity: .5;
}
.news-list li .title {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li:hover .title {
	color: #fff;
}
.news-list li .txt {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #bbb;
	margin-bottom: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li:hover .txt {
	color: #fff;
	opacity: .5;
}
.news-list li .more {
	font-size: 12px;
	color: #666;
	width: 100px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 28px;
	border-radius: 15px;
}
.news-list li:hover .more {
	color: #fff;
	border: 1px solid #fff;
	opacity: .5;
}
/*index-partner*/
.index-partner {
	width: 100%;
	background: #f4f6fd;
}
.partner-lsit {
	padding: 48px 0;
}
.partner-lsit .bd {
	width: 100%;
}
.partner-lsit .bd li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.partner-lsit .bd li:nth-child(4n) {
	margin-right: 0;
}
.partner-lsit .bd li .img {
	width: 100%;
	box-shadow: 0 0 10px rgba(222,229,238,.75);
}
/*底部*/
footer {
	background-color: #393939;
	color: #fff;
	border-top: 5px solid #0e5aa9;
}
.foot_nav {
	padding: 0 0 80px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
.foot_nav dl:not(:last-of-type) {
	padding-right: 20px;
}
.foot_nav dl {
	margin-top: 60px;
}
.foot_nav dt {
	color: rgba(255,255,255,.4);
	margin-bottom: 30px;
}
.foot_nav dd {
	font-size: 14px;
}
.foot_nav dd:not(:last-of-type) {
	margin-bottom: 15px;
}
.foot_nav .dl1 {
	width: 18%;
}
.foot_nav .dl2 {
	width: 18%;
}
.foot_nav .dl3 {
	width: calc(64% - 150px);
}
.foot_nav .dl4 {
	width: 150px;
}
.foot_nav .dl4 p {
	margin-top: 15px;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	text-align: center;
}
.foot_nav a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
.foot_nav a:hover {
	color: rgba(255,255,255,.4);
}
footer .ui_btm {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: 14px;
}
footer .ui_btm .copyright {
	color: rgba(255,255,255,.4);
}
footer .ui_btm .copyright a{
	color:#fff;
}
footer .ui_btm .fr {
	color: rgba(255,255,255,.4);
}
footer .ui_btm .fr a {
	color: rgba(255,255,255,.4);
}
@media (max-width: 1499px) {
.index-about .tboxs {
	padding-left: 45px;
}
.index-about .tboxs .title {
	padding-top: 60px;
	margin-bottom: 40px;
}
.index-about .tboxs .tbox {
	width: auto;
	margin-bottom: 40px;
}
.index-about .tboxs .label-box {
	width: 100%;
}
.index-about .tboxs .label-box .box.b1, .index-about .tboxs .label-box .box.b2 {
	width: 33%;
}
.hot-news {
	width: 585px;
}
.news-list {
	width: 585px;
}
}
@media (max-width: 1365px) and (min-width: 1024px) {
.index-title-box {
	padding: 49px 0 38px 0;
}
.index-title-box .box {
	top: 49px;
}
.index-title-box i {
	font-size: 90px;
}
.index-about {
	width: 94%;
	margin: auto;
	position: relative;
}
.index-about .img {
	width: 100%;
}
.index-about .img img {
	width: 100%;
}
.index-about .tboxs {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13.5%;
	width: 73%;
	background: rgba(255,255,255,.9);
}
.index-about .tboxs {
	padding-left: 0;
	padding-bottom: 65px;
	height: auto!important;
}
.index-about .tboxs .title {
	position: relative;
	line-height: 32px;
	padding-top: 73px;
	margin-bottom: 17px;
	text-align: center;
}
.index-about .tboxs .title i {
	font-size: 90px;
}
.index-about .tboxs .title span {
	font-size: 32px;
	color: #0a448d;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
.index-about .tboxs .tbox {
	margin: auto;
	margin-bottom: 46px;
	padding: 0 15px;
	text-align: center;
}
.index-about .tboxs .label-box {
	margin: auto;
	text-align: center;
}
.index-about .tboxs .label-box .box {
	display: inline-block;
	text-align: left;
	float: initial;
}
.index-about .tboxs .label-box .box.b1 {
	width: 189px;
	background: url(../images/icon-img9.png) left center no-repeat;
}
.index-about .tboxs .label-box .box.b2 {
	width: 170px;
	background: url(../images/icon-img10.png) left center no-repeat;
}
.index-about .tboxs .label-box .box.b3 {
	background: url(../images/icon-img11.png) left center no-repeat;
}
.index-news-box {
	padding: 48px 0;
}
.hot-news {
	width: 465px;
}
.hot-news .tbox .txt {
	width: 100%;
	overflow: initial;
	white-space: initial;
	text-overflow: initial;
}
.news-list {
	width: 465px;
}
.news-list li {
	padding: 34px 40px 27px 43px;
}
.hot-news .tbox .txt {
	margin-top: 15px;
	margin-bottom: 42px;
}
}
@media (max-width: 768px) {
.banner-pc {
	display: none;
}
.banner-m {
	display: block;
}
.banner-swiper, .index-banner {
	width: 100%;
}
.banner-swiper, .index-banner img {
	width: 100%;
}
.swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	background: #fff;
	opacity: .5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.index-title-box {
	padding: 49px 0 38px 0;
}
.index-title-box .box {
	top: 49px;
}
.index-title-box i {
	font-size: 90px;
}
.index-service .service-list a {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.index-service .service-list a:nth-of-type(2) {
	margin-right: 0;
}
.index-service .service-list a:nth-of-type(4) {
	margin-right: 0;
}
.index-about {
	width: 93.75%;
	margin: auto;
	position: relative;
}
.index-about .img {
	width: 100%;
}
.index-about .img img {
	width: 100%;
}
.index-about .tboxs {
	position: relative;
	width: 100%;
	margin: 0;
	background: none;
}
.index-about .tboxs {
	padding-left: 0;
	padding-bottom: 35px;
	height: auto!important;
}
.index-about .tboxs .title {
	position: relative;
	line-height: 32px;
	padding-top: 53px;
	margin-bottom: 30px;
	text-align: center;
}
.index-about .tboxs .title i {
	font-size: 90px;
}
.index-about .tboxs .title span {
	font-size: 32px;
	color: #0a448d;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
.index-about .tboxs .tbox {
	width: 100%;
	margin-bottom: 46px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
}
.index-about .tboxs .label-box {
	width: 100%;
}
.index-about .tboxs .tbox span {
	font-size: 28px;
	margin-bottom: 26px;
}
.index-about .tboxs .label-box .box {
	font-size: 18px;
	line-height: 30px;
	padding-left: 70px;
}
.index-about .tboxs .label-box .box span {
	font-size: 30px;
	line-height: 30px;
}
.index-about .tboxs .label-box .box.b1 {
	width: 33%;
	background: url(../images/icon-img9.png) left center no-repeat;
	background-size: 65px;
}
.index-about .tboxs .label-box .box.b2 {
	width: 33%;
	background: url(../images/icon-img10.png) left center no-repeat;
	background-size: 65px;
}
.index-about .tboxs .label-box .box.b3 {
	width: 33%;
	background: url(../images/icon-img11.png) left center no-repeat;
	background-size: 65px;
}
.index-news-box {
	width: 100%;
	padding: 33px 0 36px;
}
.hot-news {
	width: 100%;
	margin: auto;
	float: initial;
	margin-bottom: 30px;
}
.hot-news .tbox {
	padding: 10px 5px 0;
}
.hot-news .tbox .txt {
	margin: 7px 0 15px 0;
}
.news-list {
	width: 100%;
	margin: auto;
	float: initial;
}
.news-list li {
	padding: 25px 15px;
	margin-bottom: 20px;
}
.news-list li .time {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
}
.partner-lsit {
	padding: 20px 0 30px;
}
.partner-lsit .bd li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.partner-lsit .bd li:nth-child(2n) {
	margin-right: 0;
}
.partner-lsit .bd li:nth-child(4n) {
	margin-right: 0;
}
.foot_nav {
	padding: 0 0 50px;
	font-size: 14px;
}
.foot_nav dl {
	margin-top: 30px;
}
footer .ui_btm .ui_l {
	width: 100%;
}
.copyright {
	display: block !important;
	width: 100%;
}
.foot_nav dl:not(.dl4) {
	width: 50% !important;
}
.foot_nav dl:nth-of-type(n+3):not(.dl4) {
	width: 100% !important;
	text-align: left;
}
.foot_nav dd:not(:last-of-type) {
	margin-bottom: 10px;
}
footer .ui_btm .fr {
	display: none;
}
}
@media (max-width:640px) {
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px!important;
}
.swiper-pagination-bullet {
	width: 7px!important;
	height: 7px!important;
	background: #fff;
	opacity: .5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.index-title-box {
	padding: 25px 0 30px 0;
}
.index-title-box .box {
	top: 35px;
}
.index-title-box .box s {
	width: 80px;
	margin-bottom: 5px;
}
.index-title-box i {
	font-size: 60px;
	line-height: 45px;
}
.index-title-box .box .ch {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.index-title-box .box .en {
	font-size: 14px;
	line-height: 15px;
}
.index-service .service-list {
	padding: 20px 0 30px 0;
}
.index-service .service-list a {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.index-service .service-list a:nth-of-type(2) {
	margin-right: 0;
}
.index-service .service-list a:nth-of-type(4) {
	margin-right: 0;
}
.index-service .service-list a .list-b .img-p-lu {
	height: 50px;
}
.index-service .service-list a .list-b .img-p-img {
	padding-bottom: 5px;
	font-size: 14px;
}
.index-service .service-list a .list-b .img-p-img img {
	padding-bottom: 5px;
	width: 45px;
	height: 45px;
}
.index-about {
	width: 93.75%;
	margin: auto;
	position: relative;
}
.index-about .img {
	width: 100%;
}
.index-about .img img {
	width: 100%;
}
.index-about .tboxs {
	position: relative;
	width: 100%;
	margin: 0;
	background: none;
}
.index-about .tboxs {
	padding-left: 0;
	padding-bottom: 30px;
	height: auto!important;
}
.index-about .tboxs .title {
	position: relative;
	line-height: 16px;
	padding-top: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.index-about .tboxs .title i {
	font-family: Arial;
	font-size: 60px;
	color: #e5ebf4;
}
.index-about .tboxs .title span {
	font-size: 24px;
	color: #0a448d;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
.index-about .tboxs .tbox {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.index-about .tboxs .label-box {
	width: 100%;
}
.index-about .tboxs .tbox span {
	font-size: 18px;
	margin-bottom: 10px;
}
.index-about .tboxs .label-box .box {
	font-size: 12px;
	line-height: 14px;
	padding-left: 35px;
}
.index-about .tboxs .label-box .box span {
	font-size: 20px;
	line-height: 14px;
}
.index-about .tboxs .label-box .box.b1 {
	width: 33%;
	background: url(../images/icon-img9.png) left center no-repeat;
	background-size: 30px;
}
.index-about .tboxs .label-box .box.b2 {
	width: 33%;
	background: url(../images/icon-img10.png) left center no-repeat;
	background-size: 30px;
}
.index-about .tboxs .label-box .box.b3 {
	width: 33%;
	background: url(../images/icon-img11.png) left center no-repeat;
	background-size: 30px;
}
.index-news-box {
	width: 100%;
	padding: 16px 0 25px;
}
.hot-news {
	width: 100%;
	margin: auto;
	float: initial;
	margin-bottom: 30px;
}
.hot-news .tbox {
	padding: 10px 5px 0;
}
.hot-news .tbox .time {
	font-size: 13px;
}
.hot-news .tbox .title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 12px;
}
.hot-news .tbox .txt {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	margin: 7px 0 15px 0;
}
.hot-news .tbox .more {
	width: 70px;
	height: 25px;
	line-height: 23px;
	border-radius: 12px;
	font-size: 12px;
}
.news-list {
	width: 100%;
	margin: auto;
	float: initial;
}
.news-list li {
	padding: 25px 15px;
	margin-bottom: 20px;
}
.news-list li .time {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
}
.news-list li .title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 16px;
}
.news-list li .txt {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.news-list li .more {
	width: 70px;
	height: 25px;
	line-height: 23px;
	border-radius: 12px;
	font-size: 12px;
}
}

/*list*/
.list_page{text-align:center;margin:45px 10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}