.header_top {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	text-align: center;
	color: rgba(0,0,0,.6);
	position: fixed;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.95);
	left: 0px;
	top: 0px;
	height: 55px;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 999;
}
.logo {
	width: 60%;
}
.logo img {
	width: 100%;
	padding-top: 5px;
}
.header_right {
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
	font-size: .8em
}
.header_right .lan {
	padding-right: 6px;
}
.header_right .page-hd {
	background: url(../images/icon_menu.png) center no-repeat;
	background-size: 60% auto;
	border-left: #f1f1f1 1px solid;
}
.banner {
	margin: auto;
}
.banner img {
	width: 100%
}
.index_title {
	margin: .8em auto;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.5em;
	font-size: 1.1em;
	color: rgba(0,0,0,.7);
}
.index_title p {
	font-size: 1.1em;
}
.index_title .en {
	font-size: 1.3em;
	line-height: 2em;
}
/**/
.index_pro {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	text-align: center;
}
/**/
.product-grid {
	text-align: center;
	margin: 1em;
}
.product-grid .product-image {
	overflow: hidden;
	position: relative;
	display: block;
	vertical-align: top;
}
.product-grid .product-image:before {
	content: "";
	/*    background: rgba(0,0,0,0.02);*/
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.product-grid .product-image img {
	width: 100%;
	height: auto;
}
.product-grid .pic-1 {
	opacity: 1;
	transform: rotateY(0);
	transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-1 {
	opacity: 0;
	transform: rotateY(-90deg);
}
.product-grid .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: rotateY(-90deg);
	transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-2 {
	opacity: 1;
	transform: rotateY(0deg);
}
.product-grid .discount {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: rgba(0,0,0,.5);
}
.product-grid .product-content {
	padding: 15px 0;
}
.product-grid .title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.product-grid .price {
	font-size: 16px;
	font-weight: 600;
	color: #d15f21;
	margin-bottom: 5px;
}
.product-grid .price span {
	display: inline-block;
	color: #999;
	text-decoration: line-through;
	margin-right: 2px;
}
.product-grid .rating {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-grid .rating li {
	display: inline-block;
	font-size: 10px;
	color: #ffc000;
}
.index_abiou {
	background: url(../images/about-index.png) center 100%;
	padding: 1.5em .8em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
}
.about_cont {
	margin: .8em;
	line-height: 1.6em
}
.about_bottom {
	border: 1px solid #fff;
	border-radius: .5em;
	padding: .5em;
	width: 5em;
	margin: 2em auto .8em;
	color: #fff;
}
.in_tema {
	background: #fff;
	padding: 1.5em 1.5em 1em;
}
.in-team_s {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
}
.in_team_icon {
	margin-top: 3em
}
.tuandui_img {
	width: 8em;
	margin: 0 auto
}
.tuandui_img img {
	width: 100%
}
.index_xbt {
	font-size: .8em;
	padding-bottom: 1em;
	color: rgba(0,0,0,.6);
}
.index_con {
	font-size: .8em;
	color: rgba(0,0,0,.6);
}
.foot {
	background: #484848;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	align-items: center;
	font-size: .8em;
	color: rgba(255,255,255,.4);
	padding: 1em;
}
.foot img {
	margin-bottom: 8px;
	width: 150px;
}
.about_js01 {
	background: #fff;
	padding: 1em .8em;
	text-align: center;
}
.about_js01-nr {
	font-size: .9em;
	margin: 1em;
}
.about_js02 {
	background: #e2e2e2;
	padding: 2em;
	text-align: center;
	line-height: 2em;
	overflow: hidden;
}
.about_js02 img {
	width: 100%;
}
.about_tit01 {
	color: #0075b6;
	font-size: 1.1em;
}
.about_tit02 {
	font-size: .9em;
}
.about_js03 {
	padding: 2em;
	text-align: center;
	overflow: hidden;
}
.about_js03 img {
	width: 100%;
}
.about_js04 {
	background: #f7f6f5;
	padding: 2em;
	text-align: center;
}
.about_js04 img {
	width: 100%;
}
.tdjs {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	margin: 1em 4em 0;
	padding: 1em;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.about_tdjs01img {
	background: #f0f0f0;
	border-radius: 50px;
	width: 6em;
	height: 6em
}
.about_tdjs01img img {
	width: 100%;
	height: 100%;
}
.about_tdjs01tex {
	font-size: 1em;
	color: #0580c2;
	margin-bottom: 1em;
}
.about_tdjs01an {
	background: #0580c2;
	width: 7em;
	margin: 0 auto;
	padding: .3em;
	border-radius: .8em;
	color: #fff;
	font-size: .8em;
}
.about_tdjs01con {
	line-height: 30px;
	margin-top: .8em;
	font-size: .8em;
	color: rgba(0,0,0,.6);
}
.abiut_tb {
	margin: 0;
	padding-left: 20px;
}
.fzlc {
	margin: 0 1.5em;
}
.fzlc_limn {
	border-left: 1px solid rgba(0,0,0,.1);
	width: 1em;
	height: 40em;
	position: absolute;
	z-index: -1;
	top: 60%;
	left: 8%
}
.neirong_fz {
}
.nerong_rig {
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.yuanxiong {
	width: 1em;
	height: 1em;
	border-radius: 10em;
	background: rgba(0,0,0,.2);
}
.time-bs {
	background: rgba(0,0,0,.1);
	padding: .2em 1em;
	color: rgba(0,0,0,.4);
	font-size: .8em;
	text-align: center;
	margin-bottom: .8em
}
.time-bs2 {
	color: rgba(0,0,0,.4);
	font-size: .8em;
	text-align: center;
	padding-bottom: .8em
}
.ryzs01 {
	background: #f7f6f5;
	padding: 3em 1em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.anniusd_ny {
	color: #fff;
	background: #0580c2;
	padding: .2em .5em;
	width: 5em;
	border-radius: 20px;
}
.ansd_sry {
	width: 80%;
	margin-top: 2em;
	margin-bottom: 1em;
}
.ansd_sry img {
	width: 100%
}
.zzjjd {
	width: 80%;
	margin: 0 auto
}
.zzjjd img {
	width: 100%
}
.chanp_pro {
}
.pro_title {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
	text-align: center;
	margin: 1.2em 2em;
}
.pro_title img {
	width: 100%
}
.pro_conte {
	margin: 1.2em
}
.pro_conte table tr th {
	font-weight: normal;
	text-align: center;
}
.pro_ti_tab {
	background: #dbdcdc
}
.cpshwo_title {
	text-align: center;
	color: #595757;
	font-size: 1em;
}
.rpos_sn {
	border-radius: 3em;
	border: 1px solid #0584d3;
	padding: .2em;
	color: #0584d3;
	margin: 2em 5em;
	text-align: center;
}
.fuwu_sho {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	text-align: center;
	flex-direction: row;
	line-height: 26px;
	margin: 1em .8em 0;
	color: #717071;
}
.xian_show {
	border-bottom: 1px dashed #6fc9f3;
	height: 1px;
	width: 50px;
	padding-top: 3em
}
.xian_show2 {
	border-left: 1px dashed #6fc9f3;
	height: 100px;
	margin: 0 50px;
	width: 1px;
}
.news_c {
	padding: 1em;
	background: #f7f8f8;
}
.news_xbt {
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	padding: 1em;
	margin-bottom: 2em;
	margin-top: .5em;
}
.news_img {
	margin-bottom: .8em;
}
.news_img img {
	width: 100%
}
.news_te {
	margin-bottom: .8em;
	color: #0580c2;
	font-size: 1.1em;
}
.nes_te2 {
	font-size: .8em;
	margin-bottom: 1.5em;
	line-height: 2em;
	color: #666;
}
.nes_te3 {
	font-size: .8em;
	color: rgba(0,0,0,.5);
}
.nesshow_t {
	font-size: .8em;
	color: rgba(0,0,0,.5);
	background: #f7f8f8;
	padding: .4em 1em;
}
.cnews-show {
	padding: 1em;
	line-height: 36px;
}
.contect_sd {
	padding: 0px 1.5em 1.5em;
	background: #f7f8f8;
	overflow: hidden;
}
/*---------修复--------------*/
.index_rwqh {
	width: 100%;
	margin: auto;
	padding-bottom: 3em !important;
}
.index_rw {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.index_rw img {
	margin-bottom: 2em
}
.index_name {
	font-size: 21px;
	color: #0580c2;
	margin-bottom: .5em
}
.index_rwqh .swiper-button-next, .index_rwqh .swiper-button-prev {
	margin-top: -100px;
}
.index_xbt {
	color: #666666;
	font-size: 13px;
}
.index_con {
	color: #666666;
	font-size: 16px;
}
.index_news {
	background: #f7f6f5;
	padding: 0.8em 0;
	margin-top: 1em;
}
/**/
.news_index {
	width: 100%;
	margin: 0 auto;
	padding-top: 1em;
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.index_news_il {
	margin: .8em .4em
}
.index_news_il img {
	width: 100%;
}
.about_banner {
	height: 200px;
	width: 100%;
	background: url('../images/about_banner.jpg') top center no-repeat;
	background-size: 100% 100%;
}
.about_banner dl {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	padding: 80px 0px 0px 20px;
	box-sizing: border-box;
}
.about_banner dl span {
	font-size: 22px;
}
.about_tdjs {
	justify-content: center;
	display: flex;
	flex-direction: row;
	width: 950px;
	margin: 0 auto;
	align-items: center;
	text-align: center;
	padding-bottom: 3em;
}
.about_tdjs01 {
	background: #fff;
	border-radius: 1em;
	margin: 30px 20px;
	padding: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.about_tdjs01img {
	background: #f0f0f0;
	border-radius: 100%;
	width: 280px;
	margin: 2em auto;
	height: 280px;
}
.about_tdjs01img img {
	width: 100%;
	border-radius: 100%;
}
.about_tdjs02img {
	background: #f0f0f0;
	border-radius: 100%;
	width: 230px;
	margin: 2em auto;
	height: 230px;
}
.about_tdjs02img img {
	width: 100%;
	border-radius: 100%;
}
.about_tdjs01tex {
	font-size: 21px;
	color: #0580c2;
	margin-bottom: 1em;
	text-align: center;
}
.about_tdjs01an {
	background: #0580c2;
	width: 7em;
	margin: 0 auto;
	padding: .3em;
	border-radius: .8em;
	color: #fff;
	text-align: center;
}
.about_tdjs01con {
	line-height: 26px;
	font-size: 16px;
	margin-top: 2em;
	text-align: center;
}
/* _timeline.css */
.timeline {
	position: relative;
	margin: 20px auto;
	padding: 0px 0;
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 35px;
	width: 1px;
	height: 100%;
	background-color: #e9e9ea;
}

@media (min-width: 800px) {
.timeline::before {
	left: 50%;
	margin-left: -2px;
}
}
.timeline__item {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	flex-direction: row;
}
.timeline__item::after {
	content: "";
	clear: both;
	display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
	float: left;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
	content: '';
	right: 40%;
}

@media (min-width: 800px) {
.timeline__item:nth-child(2n) .timeline__item__content::before {
	left: inherit;
}
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
	background-color: #e8e7ea;
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
	color: #808284;
}
.timeline__item:last-child {
	margin-bottom: 0;
}
.timeline__item-bg {
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	color: #fff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
	background-color: #a7a9ab;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
	background-color: #7646b5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
	background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
	color: #fff;
}
.timeline__item-bg .timeline__item__station {
	background-color: #0072e8;
}
.timeline__item-bg .timeline__item__content {
	background-color: #0072e8;
}
.timeline__item-bg .timeline__item__content::before {
	background-color: #65adb7;
}
.timeline__item-bg .timeline__item__content__description {
	color: #fff;
}
.timeline__item__station {
	background-color: #a7a9ab;
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 100%;
	/* padding: 10px; */
	top: 40px;
	left: 16px;
	margin-left: -3px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media (min-width: 800px) {
.timeline__item__station {
	left: 50%;
	margin-left: -6px;
	width: 10px;
	height: 10px;
	/* padding: 15px; */
	border-width: 6px;
	margin-top: 37px;
}
}
.timeline__item__content {
	width: 100%;
	/* background: #fff; */
	border-radius: 6px;
	float: right;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	flex-direction: row;
	/* padding-left: 16px; */
}

@media (min-width: 800px) {
.timeline__item__content {
	width: 450px;
	float: right;
}
}
.timeline__item__content::before {
	content: '';
	position: absolute;
	left: 10%;
	background: #fff;
	top: 20px;
	width: 10%;
	height: 4px;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media (min-width: 800px) {
.timeline__item__content::before {
	left: 40%;
	top: 30px;
	height: 4px;
	margin-top: -2px;
}
}
.timeline__item__content__date {
	margin: 0px;
	padding: 6px 0px;
	font-size: 14px;
	background-color: #e8e7ea;
	color: #666;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: normal;
}
.timeline__item__content__description {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #808284;
	background: #f9f9f9;
}

@media (min-width: 800px) {
.timeline__item__content__description {
	font-size: 16px;
	line-height: 40px;
}
}
.service_banner {
	height: 200px;
	width: 100%;
	background: url('../images/service_banner.jpg') top center no-repeat;
	background-size: 100% 100%;
}
.service_banner dl {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	padding: 80px 0px 0px 20px;
	box-sizing: border-box;
}
.service_banner dl span {
	font-size: 22px;
}
.news_banner {
	height: 200px;
	width: 100%;
	background: url('../images/news_banner.jpg') top center no-repeat;
	background-size: 100% 100%;
}
.news_banner dl {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	padding: 80px 0px 0px 20px;
	box-sizing: border-box;
}
.news_banner dl span {
	font-size: 22px;
}
.contact_banner {
	height: 200px;
	width: 100%;
	background: url('../images/contact_banner.jpg') top center no-repeat;
	background-size: 100% 100%;
}
.contact_banner dl {
	width: 100%;
	height: 120px;
	margin: 0px auto;
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	padding: 80px 0px 0px 20px;
	box-sizing: border-box;
}
.contact_banner dl span {
	font-size: 22px;
}
.cpyfw {
	width: 100%;
	margin: auto;
	padding: 2em 10px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	flex-direction: row;
	box-sizing: border-box;
}
.cpshwo_title {
	font-size: 18px;
	color: #595757;
	padding: 0 1em 2em;
	text-align: center;
	/* width: 100%; */
}
.tr_chanp {
	background: #dbdcdc;
	color: #0580c2;
	width: 100%;
}
.tr_chanpls {
	background: #f3f8fc;
	color: #0580c2;
	width: 100%;
}
.cpyfw_fl table tr th {
	padding: 15px 5px;
	font-weight: normal;
	font-size: 14px;
}
.cpyfw_fl table,.cpyfw_fl td,.cpyfw_fl th{
	border: #ededed 1px solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 17px;
}
.cpyfw_fl table{
	width: 100%;
}
.cpyfw_fl .tr_chanp th{
	border-bottom: #cecece 2px solid;
	background: #dbdcdc;
	color: #333;
}
.cpyfw2 {
	width: 1200px;
	margin: auto;
	padding: 5em;
	display: flex;

	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.rpos_sn {
	border-radius: 3em;
	border: 1px solid #0584d3;
	padding: .5em 2em;
	color: #0584d3;
	margin: 1em 3em;
}
.fuwu_sho {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	text-align: center;
	flex-direction: row;
	line-height: 30px;
	margin-top: 1em;
	color: #717071;
}
.fuwu_sho div{
	text-align: center;
}
.fiwo_lind {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.xian_show {
	border-bottom: 1px dashed #6fc9f3;
	height: 1px;
	width: 50px;
	padding-top: 3em
}
.xian_show2 {
	border-left: 1px dashed #6fc9f3;
	height: 100px;
	margin: 0 50px;
	width: 1px;
}
.t3em {
	margin-top: 3em;
}
.b3em {
	margin-bottom: 6em;
}
.cpyfw .cpyfw_fl{
	width: 100%;
	overflow: hidden;
}
.congtac_met2 {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	/*  align-items: center;*/
	margin-bottom: 5em;
}
.cont_tiem {
	margin: 0;
}
.cont_tiem_tit {
	font-size: 18px;
}
.cont_tiem_com {
	color: #0580c2;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 1em;
	font-size: 16px;
}
.cont_tiem_wrds {
	font-size: 13px;
	margin-bottom: 1em;
	line-height: 26px;
}
.news_date{
	color: rgba(0,0,0,.5); border-bottom: 1px solid rgba(0,0,0,.2); padding-bottom: 1em; margin-bottom:1em; font-size: .8em
}
.news_content{
	font-size: .8em;
	line-height: 2em;
}