/*----------------------------------page head---------------------------------*/

/*public*/
.web_main {
	position: relative;
}

.page_main {
	padding: 30px 0 0;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*path_nav*/
.sys_sub_head {
	overflow: hidden;
}

.sys_sub_head .head_title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: normal;
	color: #bb0001;
}

.path_bar {
	text-align: left;
	font-size: 22px;
	line-height: 35px;
	padding: .5em 0;
	font-family: 'ULAGADISANS';
}

.path_bar .w16 {
	border-bottom: 1px solid #999;
}

.path_bar li {
	display: inline;
	padding-right: 10px;
	text-transform: uppercase;
}

.path_bar li:after {
	content: '/';
	padding-left: 10px;
}

.path_bar li:last-child:after {
	display: none;
}

.mobile-head-items {
	display: none;
}



/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 250px;
}

.side-tit-bar {
	position: relative;
	margin-bottom: 15px;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 24px;
	font-weight: normal;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	color: #FFF;
	padding: 0 0 0 15px;
	background: #df0024;
	font-family: 'ULAGADISANS';
}

.side-widget {
	position: relative;
	margin: 0 0 50px;
}

.side-cate {
	padding: 0 0 0 10px;
}

.side-cate li {
	position: relative;
	line-height: 35px;
	font-size: 16px;
}

.side-cate>li+li {
	border-top: 1px solid #999;
}

.side-cate li li {
	line-height: 30px;
	font-size: 13px;
}

.side-cate li a {
	position: relative;
	display: block;
	margin-right: 38px;
}

.side-cate ul {
	display: none;
	overflow: visible !important
}

.side-cate li li {
	padding: 2px 0;
}

.side-cate li li a {
	padding: 0 10px 0 15px;
	margin-right: 0;
	position: relative;
}

.side-cate li li a:hover,
.side-cate li li.active>a {
	color: #e00024;
}

.side-cate li li a:hover:before,
.side-cate li li.active>a:before {
	background-color: #333;
}

.side-cate li li a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 12px;
}

.side-cate li li li a {
	padding: 0 66px;
	margin-right: 0;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 7px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
	color: #000;
	border-radius: 0%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.side-cate li .icon-cate:before {
	padding-left: 1px;
	padding-right: 1px;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.side-cate li.nav-current>a {
	color: #e00024;
}

.side-cate li.nav-current>.icon-cate {
	color: #e00024;
}

.side-product-items {
	position: relative;
}

.side-product-items .items_content {
	position: relative;
	padding: 35px 0;
}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item figure {
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img {
	width: 45%;
	border: 1px solid #df0024;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.side_product_item .item-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.side_product_item .item-img img {
	display: block;
	width: 100%;
}

.side_product_item:hover .item-img {
	border-color: #e00024;
}

.side_product_item figcaption {
	padding-left: 15px;
}

.side_product_item figcaption h3 {
	font-size: 16px;
	font-weight: normal;
}

.side_product_item figcaption h3 a {
	display: block;
	max-height: 2.8em;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: #e00024;
}

.side-product-items .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_slider {
	max-height: 390px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_product_item {
	height: 90px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 28px;
	color: #ccd3d9;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.side-product-items .swiper-button-disabled {
	color: #eee;
	cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
	font-weight: bold;
	display: inline-block;
	-webkit-transform: scale(4, 1);
	-ms-transform: scale(4, 1);
	-o-transform: scale(4, 1);
	transform: scale(4, 1);
}

.side-product-items .btn-prev {
	top: 0;
}

.side-product-items .btn-prev:before {
	content: '\f106';
	content: 'â§';
}

.side-product-items .btn-next {
	bottom: 0;
}

.side-product-items .btn-next:before {
	content: '\f107';
	content: 'â¨';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
	color: #000;
}

.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}

.aside .side-bn img {
	width: 100%
}

/* pronav */
/* =====================äº§åä¸­å¿æ ·å¼======================== */
.pro_bg {
	background: #f3f5f7;
}

.sidebox {
	background-color: #f6f6f7;
	/* background-color: #fff; */
	margin-bottom: 0.2rem;
	border-radius: 4px;
	padding: 0.2rem;
	width: 290px;
}

.sidebox .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* äº§ååè¡¨ */
.productlist_con,
.product_con {
	padding: 0.2rem 0 0.6rem;
}

.productlist_con .fl,
.product_con .fl {
	width: 15%;
}

/* ä¾§æ æç´¢ */
.sidebox .search-form input[type=text] {
	height: 40px;
	padding-left: 20px;
	background-color: #fff;
	width: calc(100% - 50px);
	/* border: 0; */
	border: 1px solid #f3f5f7;
}

.sidebox .search-form .search-submit {
	width: 50px;
	height: 40px;
	display: inline-block;
	color: white;
	font-size: 24px;
	/* background-image: url('/template/default/images/icon-search-w.png');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom; */
	background-color: #d91717;
	border: 0;
}

/* ä¾§æ å¯¼èª */
.pro_nav_view {
    background-color: #252525; 
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	margin-bottom: 0.2rem;
	width: 290px;
}

.pro_nav_view .tit {
	position: relative;
	height: 60px;
	line-height: 60px;

	padding-left: 0.3rem;
	/*background: #d91717 url('/template/default/images/pro_tit_bg.png') no-repeat center;*/
	background-position: center 10%;
}


.pro_nav_view .tit {
	margin-bottom: 0.2rem;
}

.pro_nav_view .tit h3 {
	 font-weight: bold; 
	font-size: 0.2rem;
	color: #fff;
	text-transform: uppercase;
}

.pro_nav_view .tit span {
	height: 38px;
	width: 50px;
	text-align: center;
	z-index: 1;
	line-height: 38px;
}

.pro_nav_view ul {
	padding: 0;
}

.pro_nav_view ul li.pro_child {
	/*padding: 10px;*/
}

.pro_nav_view ul li {
	margin-bottom: 0rem;
}

.pro_nav_view ul li:last-child {
	margin-bottom: 0;
}

.pro_nav_view ul li a {
	/* position: relative; */
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	border-bottom: 1px solid #505458;
	padding: 0.12rem 0 0.12rem 0.3rem;
	text-transform: capitalize;
	z-index: 1;
	font-family: 'GOTHAMROUNDED';
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}
.pro_nav_view ul li.pro_child a{
    padding: 0.16rem 0 0.12rem 0.5rem;
    border:0;
}

.pro_nav_view ul li.pro_child:hover a{
    border:0;
}

.pro_nav_view ul li:hover>a,
.pro_nav_view ul li.active>a {
	color: #fff;
	background-color: #d91717;
	border-bottom: 1px solid #d91717;
}

.pro_nav_view ul li.pro_child:hover>a,
.pro_nav_view ul .pro_child.active>a {
	color: #d91717 !important;
	background-color: transparent !important;
	border: 0;
}

.pro_nav_view ul li a i {
	position: absolute;
	display: none;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.pro_nav_view ul li a i::before {
	content: "\f067";
}

.pro_nav_view ul li.active a i::before {
	content: "\f068";
}

.pro_nav_view ul>li>ul {
	display: none;
	padding-right: 0;
}

.pro_nav_view ul>li>ul>li>a {
	font-size: 14px;
}

/* äº§åè¯¦æ */
.productlist_con .fr,
.product_con .fr {
	width: 82%;
}

.product_con_view {}

.product_con_view .top {}

.product_con_view .top .fl {
	width: 48%;
}

.product_con_view .product_det_pic {}

.product_con_view .product_det_pic ul {}

.product_con_view .product_det_pic ul li {}

.product_con_view .product_det_pic img {}

.product_con_view .product_det_ico {
	margin-top: 0.2rem;
}

.product_con_view .product_det_ico ul {}

.product_con_view .product_det_ico ul li {
	border: 1px solid #d7d9db;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product_con_view .product_det_ico ul li.swiper-slide-thumb-active {
	border-color: #d91717;
}

.product_con_view .product_det_ico ul li .pic {
	overflow: hidden;
}

.product_con_view .product_det_ico img {
	max-width: 100%;
}

.product_con_view .product_det_ico .swiper-button-prev {}

.product_con_view .product_det_ico .swiper-button-next {}

.product_con_view .top .fr {
	width: 50%;
}

.product_con_view .fr h3 {
	color: #df0024;
	font-size: 0.36rem;
	line-height: 1.3;
	padding-bottom: 0.2rem;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #d7d9db;
	text-transform: capitalize;
}

.product_con_view .fr .des {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	text-transform: capitalize;
}

.product_con_view .fr .inquiry {
	margin-top: 0.3rem;
}

.product_con_view .fr .inquiry a {
	display: inline-block;
	color: #fff;
	padding: 0.15rem 0.3rem;
	font-size: 16px;
	min-width: 150px;
	background-color: #d91717;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right: 0.1rem;
}

.product_con_view .fr .inquiry a:first-child {
	background-color: #333;
}

.product_con_view .fr .keyword_box {
	padding-top: 0.2rem;
	margin-top: 0.3rem;
	border-top: 1px solid #d7d9db;
}

.product_con_view .fr .keyword_box a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	padding: 0.1rem 0.3rem;
	margin-right: 0.1rem;
	margin-bottom: 0.12rem;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.product_con_view .bot {
	margin-top: 0.5rem;
	background: #fff;
	border-radius: 10px;
	/*padding: 0.3rem 0.4rem;*/
}

.product_con_view .bot .bot_nav {
	border-bottom: 2px rgba(0, 0, 0, .1) solid;
}

.product_con_view .bot .bot_nav li {
	float: left;
	position: relative;
	font-size: 0.24rem;
	line-height: 60px;
	color: #242e33;
	margin-right: 0.5rem;
	padding-right: 0.05rem;
	cursor: pointer;
}

.product_con_view .bot .bot_nav li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #d91717;
	height: 2px;
	opacity: 0;
}

.product_con_view .bot .bot_nav li.active {
	color: #d91717;
}

.product_con_view .bot .bot_nav li.active:after {
	opacity: 1;
}

.product_con_view .bot .bot_con {
	margin-top: 0.5rem;
}

.product_con_view .bot .bot_con>li {
	display: none;
	color: #5d6e75;
	font-size: 16px;
	line-height: 1.8;
}

.product_con_view .bot .bot_con>li.show {
	display: block;
}

.product_con_view .bot .bot_con>li.show iframe{
    width: 45%;
}

.product_con_view .bot .bot_con>li.show table {
	width: 100%;
}

.product_con_view .remen {
	margin-top: 0.6rem;
}

.product_con_view .remen .tit {
	color: #404040;
	font-size: 0.32rem;
	line-height: 1.6;
	text-align: center;
	margin: 0px 0px 0.5rem;
}

.product_con_view .remen ul {}

.product_con_view .remen ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.product_con_view .remen ul li:nth-child(3n) {
	margin-right: 0;
}

.product_con_view .remen ul li a {
	display: block;
}

.product_con_view .remen ul li .pic {
	border-radius: 8px;
}

.product_con_view .remen ul li img {}

.product_con_view .remen ul li p {
	display: block;
	padding: 0.2rem 2%;
	color: #242e33;
	font-size: 0.2rem;
	line-height: 1.6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product_con_view .remen ul li:hover p {
	color: #d91717;
}

.product_con_view img {
	max-width: 100%;
}

/*äº§åè¯¦æ*/
.ar_article td,
.ar_article th{padding:15px 12px;border: 1px solid #dadbdd !important;vertical-align:middle;font-size: 15px;color:
#303030;white-space: nowrap;text-align: center;}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0 !important;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;
width:auto;}
.ar_article table tr:not(:first-child) td{}
.ar_article table td {border-left: 1px solid #dadbdd;border-top: 1px solid #dadbdd !important;}
.ar_article{font-size:16px;color:#7d7c7c;line-height:30px; margin-bottom:30px;}
.ar_article .firstRow{
    background-color: #df0024;
}
.ar_article .firstRow td,
.ar_article .firstRow td span{
    color: #fff;
}
.ar_article p,.ar_article span{font-size:16px;color: #727272;line-height: 28px;font-family: 'Montserrat-Light'
!important;}
.ar_article strong{font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:36px; margin-bottom:20px}.ar_article h2{ font-size:30px; margin-bottom:15px;}.ar_article h3{
font-size: 24px;
margin-bottom: 30px;
font-weight: normal;
color: #232222;
}
.ar_article h4{ font-size:18px; margin-bottom:15px}.ar_article h5{ font-size:14px; margin-bottom:10px}.ar_article h6{
font-size:12px; margin-bottom:10px}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:320px; list-style:inherit
!important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display:inline-block;margin: 20px 0;}
@media (max-width: 1000px){
.scroll {
overflow: hidden;
overflow-x: scroll;
}
.scroll table{
min-width: 990px;
}
}
@media (max-width: 768px){
.ar_article td, .ar_article th{ padding:6px 5px !important; line-height:20px}
.ar_article p,.ar_article span{ font-size:13px !important; line-height:24px !important;}
.ar_article img{display:inline-block;margin: 12px 0;}
}


@media (max-width:648px){
    .product_con_view .bot .bot_con>li.show iframe{
        width: 100%;
    }
}

/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: calc(100% - 345px);
	float: right;
	padding-bottom: 50px;
}

.main .banner_section {
	margin-bottom: 25px;
}

/*title*/
.main_hd {
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main_hd .page_title {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 8%;
	padding-bottom: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-family: 'ULAGADISANS';
}

.main_hd .share_this {
	float: right;
}

.page_title {
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
}

/*main_banner*/
.sys_sub_head {
	position: relative;
}

.head_bn_slider {}

.head_bn_slider .head_bn_items {}

.head_bn_slider .head_bn_item img {
	display: block;
	width: 100%;
	height: auto;
}

.sys_sub_head .swiper-pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1;
}

.sys_sub_head .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}

.sys_sub_head .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

/*main_banner*/
.main_banner {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.main_banner img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 160px;
}

.main_banner .swiper-wrapper li a {
	display: block;
	position: relative;
}

.main_banner .swiper-wrapper li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .4));
	position: absolute;
	left: 0;
	top: 0;
}

.main_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.main_banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}

.main_banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.main_intro {
	line-height: 1.6;
}

.banner_section .main_banner_slider ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 !important
}

/* index_product */
.product_item {
	width: 33.33333333%;
	float: left;
}

.product_item figure {
	margin: 0;
}

.product_item .item_img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product_item .item_img {
	*display: inline;
}

.product_item .item_img a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.product_item .item_img img {
	width: 100%;
}

.product_item figcaption {
	padding: 15px 10px;
}

.product_item .item_title {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
}

.product_item .item_title a {
	display: block;
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
	padding: 0 10%;
}

.product_item:hover .item_img a:before {
	width: 100%;
	left: 0;
}

.product_item figure {
	background-color: #fff;
	position: relative;
}

.product_item figcaption {
	padding: 30px 20px 60px;
}

.product_item .item_title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

.product_item .item_title,
.product_item .item_title a {
	color: #000;
	font-family: 'ULAGADISANS';
}

.product_item .item_title a {
	height: 1.2em;
	padding: 0;
	text-transform: capitalize
}

.items_list .product_item figure:hover .item_title a {
	color: #e00024;
}

.product_item .item_desc {
	height: 4.5em;
	line-height: 1.5em;
	/* overflow: hidden; */
	font-size: 16px;
	margin-top: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 text-transform: capitalize
}

.product_item .item_more {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product_item .item_more a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.product_item .sys_btn {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.product_item figure:hover {
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .2);
}

.product_item figure:hover .sys_btn {
	background-color: #e00024;
	color: #fff !important;
}

.index_product {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.index_product .product_items {
	margin: -1.5%;
}

.index_product .product_item {
	padding: 2.15% 1.5%;
	-webkit-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}

.index_product .product_item .item_img a:before,
.index_product .product_item .item_img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.index_product .product_item .item_img a:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.index_product .product_item .item_img a:after {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	content: '\f067';
	font-family: 'fontawesome';
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.index_product .product_item figure:hover .item_img a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.index_product .product_item figure:hover .item_img a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.index_product .product_item figure:hover .item_img img {
	-webkit-transform: scale(1.2) rotate(8deg);
	-ms-transform: scale(1.2) rotate(8deg);
	-o-transform: scale(1.2) rotate(8deg);
	transform: scale(1.2) rotate(8deg);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}






/*-------------------------------------------------------- 
													page:product list
																	------------------------------------------------------*/
.items_list {
	width: 100%;
	position: relative;
}

.items_list ul {
	margin: -1.8%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex_row,
.items_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.items_list .product_item {
	-webkit-box-flex: 0 0 33.33333333%;
	-webkit-flex: 0 0 33.33333333%;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
	float: left;
	padding: 0.5%;
}

.items_list .product_item figure,
.goods-may-like .product_item figure {
	background-color: #f8f8f8;
}

.items_list .product_item figure .item_img a,
.goods-may-like .product_item figure .item_img a {
	border: 1px solid #e00024;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.items_list .product_item figure:hover .item_img a,
.goods-may-like .product_item figure:hover .item_img a {
	opacity: 1;
}

/* button */
.sys_btn {
	display: inline-block;
	padding: 10px 28px;
	text-transform: uppercase;
	background-color: #ff1339;
	color: #fff !important;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

.sys_btn_wave {
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.btn_wave_circle {
	background-color: red;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-top: 0;
	pointer-events: none;
	z-index: -1;
}

.sys_btn:hover {
	color: #fff !important;
	background-color: #e00024;
}

.explode-circle {
	animation: explode .5s forwards
}

.desplode-circle {
	animation: desplode .5s forwards
}

@keyframes explode {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(0, 0, 0, .1)
	}

	100% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #e00024
	}
}

@keyframes desplode {
	0% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #e00024
	}

	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(0, 0, 0, .1)
	}
}

.company_subscribe .explode-circle {
	animation: explode_white .5s forwards
}

.company_subscribe .desplode-circle {
	animation: desplode_white .5s forwards
}

@keyframes explode_white {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(255, 255, 255, .1)
	}

	100% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #fff
	}
}

@keyframes desplode_white {
	0% {
		width: 300%;
		padding: 150% 0;
		margin-left: -150%;
		margin-top: -150%;
		background-color: #fff
	}

	100% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: rgba(255, 255, 255, .1)
	}
}

/*page*/
.page_bar {
	position: relative;
	line-height: 31px;
	height: 33px;
	margin: 40px 0;
	text-align: center;
	font-size: 12px;
}

.page_bar select {
	line-height: 33px;
	height: 33px;
	padding: 0 6px;
	border: 1px solid #999;
	margin: 0 4px;
	text-align: center;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff 65%', endColorStr='#ececec', gradientType='0');
	background: -webkit-linear-gradient(top, #fff 65%, #ececec);
	background: -moz-linear-gradient(bottom, #fff 65%, #ececec);
	background: -o-linear-gradient(bottom, #fff 65%, #ececec);
	background: linear-gradient(to bottom, #fff 65%, #ececec);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	border: 1px solid #999;
	margin: 2px 4px;
	text-align: center;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff 65%', endColorStr='#ececec', gradientType='0');
	background: -webkit-linear-gradient(top, #fff 65%, #ececec);
	background: -moz-linear-gradient(bottom, #fff 65%, #ececec);
	background: -o-linear-gradient(bottom, #fff 65%, #ececec);
	background: linear-gradient(to bottom, #fff 65%, #ececec);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.page_bar a.current,
.page_bar a:hover,
.page-num-current {
	color: #FFF !important;
	background: #df0024 !important;
	border-color: #df0024 !important
}

.page_bar a:not(.current):hover {
	border-color: #df0024;
	background-color: #df0024;
	color: #fff;
}

.page_bar span.current2 {
	margin-left: 8px;
}



/* news */


@media screen and (min-width: 1024px) {

	.page-nav-box {
		border-bottom: 1px solid #878787;
		/* text-transform: uppercase; */
	}

	.box-container-fluid {
		/* width: 100%; */
		margin: 0 auto;
	}

	.page-nav-box .page-nav-box {
		border: none;
	}

	.page-nav-box .box-container {
		display: flex;
		display: -webkit-box;
		/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
		display: -moz-box;
		/* Firefox 17- */
		display: -webkit-flex;
		/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
		display: -moz-flex;
		/* Firefox 18+ */
		display: -ms-flexbox;
		/* IE 10 */
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		height: 80px;
		align-items: center;
		border-bottom: 1px solid #878787;
		/* text-transform: uppercase; */
	}

	.page-nav-box .intruction-caption {
		display: none;
	}

	.page-nav-box .nav {
		font-size: 0;
	}

	.page-nav-box .nav a {
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: 18px;
		color: #000;
		transition: background 0.3s ease;
		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		line-height: 80px;
		margin-right: 52px;
		font-family: 'ULAGADISANS';
	}

	.page-nav-box .nav a:last-chid {
		margin-right: 0;
	}

	.page-nav-box .nav a.on,
	.page-nav-box .nav a:hover {
		color: #df0024;
		font-weight: 700;
	}

	.page-nav-box .nav a.on:after,
	.page-nav-box .nav a:hover:after {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.page-nav-box .nav a:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #df0024;
		position: absolute;
		left: 0;
		bottom: -1px;
		z-index: 10;
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-ms-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
	}

	.page-nav-box .breadcrumb {
		font-size: 0;
	}

	.page-nav-box .breadcrumb a,
	.page-nav-box .breadcrumb span {
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
	}

	.page-nav-box .breadcrumb a {
		color: #757686;
	}

	.page-nav-box .breadcrumb .home {
		margin-right: 10px;
	}

	.page-nav-box .breadcrumb .icon {
		display: inline-block;
		margin: 0 14px;
		vertical-align: middle;
	}

	.page-nav-box .breadcrumb a:hover,
	.page-nav-box .breadcrumb span,
	.page-nav-box .breadcrumb a.on {
		color: #1e307e;
	}
}

.box-container-fluid {
	/* max-width: 100%; */
}



.page-box.bg {
	/* background: #eee; */
}

.page-box {
	padding: 0;
}

.news-wrapper .list {
	margin-top: 45px;
	/* background: #eee; */
}

.news-wrapper .list ul {
	margin-bottom: 35px;
}

.news-wrapper .list ul li {
	float: left;
	width: 31.42%;
	margin-right: 2.87%;
	margin-bottom: 2.87%;
}

.news-wrapper .list ul li:nth-child(3n) {
	margin-right: 0;
}

.news-wrapper .list ul li:hover {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.news-wrapper .list ul li:hover .info,
.news-wrapper .list ul li:hover .date,
.news-wrapper .list ul li:hover .more,
.news-wrapper .list ul li:hover .name,
.news-wrapper .list ul li:hover .content {
	background-color: #df0024;
	color: #fff;
}

.news-wrapper .list ul li:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}


.news-wrapper .list ul li:hover .more i {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.news-wrapper .list ul li a {
	display: block;
}

.news-wrapper .list ul li .pic {
	font-size: 0;
	overflow: hidden;
}

.news-wrapper .list ul li .pic img {
	width: 100%;
	height: 503px;
	object-fit: cover;
	transition: transform 0.8s ease;
	-webkit-transition: transform 0.8s ease;
	-moz-transition: transform 0.8s ease;
	-ms-transition: transform 0.8s ease;
	-o-transition: transform 0.8s ease;
}

.news-wrapper .list ul li .info {
	line-height: 30px;
	background: #f5f5f5;
	padding: 10px 15px 15px;
}

.news-wrapper .list ul li .date {
	font-size: 16px;
	color: #999;
}

.news-wrapper .list ul li .name {
	font-size: 22px;
	color: #333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 8px auto 0;
	font-family: 'ULAGADISANS';
    text-transform: capitalize;
}

.news-wrapper .list ul li .content {
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    text-transform: capitalize;
}

.news-wrapper .list ul li .more {
	margin-top: 10px;
	font-size: 16px;
	color: #df0024;
	font-weight: 700;
	font-family: Arial;
	text-transform: uppercase;
}

.news-wrapper .list ul li .more i {
	display: inline-block;
	width: 14px;
	height: 11px;
	background: url('/template/default/img/right.png') no-repeat;
	background-size: contain;
	margin-left: 10px;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
	-moz-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
	-o-transform: translateX(-4px);
}

.newsinfo-wrapper .top {
	position: relative;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
}

.newsinfo-wrapper .top .name {
	font-size: 36px;
	color: #333;
	line-height: 36px;
	font-weight: 700;
}

.newsinfo-wrapper .top .date {
	font-size: 16px;
	color: #999;
	font-family: "gb";
	margin: 28px auto 60px;
}

.newsinfo-wrapper .top .return {
	position: absolute;
	right: 0;
	bottom: 60px;
	z-index: 10;
	display: inline-block;
	font-size: 14px;
	color: #999;
}

.newsinfo-wrapper .top .return:hover {
	color: #1e307e;
	font-weight: 700;
}

.newsinfo-wrapper .top .return:hover i {
	background: url('/template/default/img/return2.png') no-repeat;
	background-size: contain;
}

.newsinfo-wrapper .top .return i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('/template/default/img/return.png') no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.newsinfo-wrapper .content-box {
	width: 58.4%;
	font-size: 14px;
	color: #999;
	line-height: 26px;
}

.newsinfo-wrapper .main {
	margin-top: 72px;
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.newsinfo-wrapper .relative-box {
	width: 35.2%;
}

.newsinfo-wrapper .relative-box .title {
	border-bottom: 1px solid #fbfbfb;
}

.newsinfo-wrapper .relative-box .title span {
	display: inline-block;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	border-bottom: 2px solid #1e307e;
	padding-bottom: 20px;
}

.newsinfo-wrapper .relative-box ul li {
	border-bottom: 1px solid #fbfbfb;
	padding: 30px 0;
}

.newsinfo-wrapper .relative-box ul li:hover .name {
	color: #1e307e;
}

.newsinfo-wrapper .relative-box ul li a {
	display: flex;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
}

.newsinfo-wrapper .relative-box ul li .pic {
	width: 188px;
	font-size: 0;
	overflow: hidden;
}

.newsinfo-wrapper .relative-box ul li .pic img {
	width: 100%;
	height: 135px;
	object-fit: cover;
	transition: transform 0.8s ease;
	-webkit-transition: transform 0.8s ease;
	-moz-transition: transform 0.8s ease;
	-ms-transition: transform 0.8s ease;
	-o-transition: transform 0.8s ease;
}

.newsinfo-wrapper .relative-box ul li .info {
	flex: 1;
	line-height: 30px;
	margin-left: 30px;
	padding-top: 12px;
}

.newsinfo-wrapper .relative-box ul li .date {
	font-size: 14px;
	color: #999;
	font-family: Arial;
}

.newsinfo-wrapper .relative-box ul li .name {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 6px;
}

/****æ°é»è¯¦æ begin****/

.newsss {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 3.2vw 4.5vw;
	background: #f9f9f9;
}

.new_xq {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new_x {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new_x h2 {
	font-size: 2.25vw;
	line-height: 2vw;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.625vw;
	text-transform: uppercase;
}

.new_x font {
	display: block;
	font-size: 0.73vw;
	line-height: 1.25vw;
	color: #666666;
}

.newxq {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2vw 0px;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

.newxq p {
	font-size: 0.9vw;
	line-height: 1.875vw;
	color: #666;
	margin-bottom: 0.78vw;
}

.new_xq1 {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
}

.news_sx {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0 3.8vw;
}

.news_sx p a {
	display: block;
	font-size: 0.83vw;
	line-height: 1.875vw;
	color: #4c4c4c;
	text-transform: capitalize;
}

.news_sx p a:hover {
	color: #194e47
}

.fh {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

.fh img {
	max-width: 100%;
	vertical-align: middle;
	cursor: pointer;
}

@media(max-width:1680px) {
	.box {
		padding: 0 40px !important;
	}
}

@media(max-width:1440px) {
    
    .page_main .fl{
        width: auto;
    }
    
	.fl {
		width: 30%;
	}

	/*.main {*/
	/*	width: calc(100% - 395px);*/
	/*}*/


	.pro_nav_view ul li a {
		font-size: 16px;
	}

	.pro_nav_view ul>li>ul>li>a {}

	.product_item figcaption {
		padding-bottom: 60px;
	}

	.product_item .item_more a {
		font-size: 14px;
	}

	.product_item .item_title a {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.new_x h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.new_x font {
		font-size: 12px;
		line-height: 12px;
	}

	.newxq p {
		font-size: 16px;
		line-height: 24px;
	}

	.news_sx p a {
		font-size: 14px;
		line-height: 24px;
	}

	.news-wrapper .list ul li .content {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.news-wrapper .list ul li .name {
		font-size: 17px;
	}

	.f_42 {
		font-size: 32px !important;
	}

	.f_16 {
		font-size: 14px !important;
	}

}

@media(max-width:1366px) {
	.ab1 {
		padding: 50px 0 !important;
	}

	.ab1 .atop .alt .ul1 li {
		margin-right: 15% !important;
	}

	.ab1 .atop .art .img {
		margin-bottom: 125px !important;
	}

}


@media(max-width:1024px) {


	.news-wrapper .list ul li {
		width: 47% !important;
	}

	.newsss {
		padding: 30px;
	}

	.newsss {
		padding: 10px 0px;
	}

	.new_xq h2 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 5px;
	}

	.new_xq font {
		font-size: 12px;
		line-height: 18px;
	}

	.newxq p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.new_xq1 {
		position: relative;
		margin-bottom: 0px;
	}

	.fh {
		border-radius: 20px;
		right: 30px;
		top: 12px;
	}

	.news_sx p a {
		font-size: 14px;
		line-height: 24px;
	}

}



@media(max-width:768px) {

	.page-nav-box .container img {
		max-width: 100% !important;
	}

	.page-nav-box .people span {}

	.news-wrapper .list ul li {
		width: 100% !important;
	}

	.newsss {
		padding: 15px;
	}

	.new_xq h2 {
		font-size: 16px;
		line-height: 24px;
		border-bottom: 0px;
	}

	.fh {
		position: absolute;
		top: 45px;
		right: 0px;
	}

	.items_list .product_item {
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		float: left;
		padding: 0.5%;
	}

	.product_item .item_more a.sys_btn {
		font-size: 12px;
	}
}

@media(max-width:414px) {
	.product_item .item_title a {
		font-size: 16px;
	}

	.product_item p.item_desc {
		font-size: 12px;
	}

}



/*******æ°é»è¯¦æ end*********/

/* ä¸è½½ä¸­å¿ */
.n_download {
	padding: 0.4rem 0 0.6rem;
}

.n_download ul {}

.n_download ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 0.5rem 0.7rem;
	background: #eceef0;
	margin-bottom: 0.3rem;
}

.n_download ul li a {
	display: block;
}

.n_download ul li:nth-child(2n) {
	margin-right: 0;
}

.n_download ul li .time {
	font-size: 14px;
	color: #363636;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_download ul li h4 {
	font-size: 18px;
	color: #363636;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	margin: 0.2rem 0 0.3rem;
	font-weight: bold;
	    text-transform: capitalize;
}


.n_download ul li .bot {}



.n_download ul li .bot .ico {
	color: #767676;
	line-height: 40px;
}

.n_download ul li .bot .ico i {
	font-size: 28px;
	color: #d91717;
	margin-right: 0.1rem;
}

.n_download ul li .bot .ico p {
	font-size: 16px;
	line-height: 38px;
}

.n_download .bot .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.n_download ul li .bot span {
	padding: 0.12rem 0.15rem;
	font-size: 14px;
	color: #5e5e5e;
	text-transform: uppercase;
	border: 1px solid #bcbec0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_download ul li:hover .bot span {
	background-color: #d91717;
	border-color: #d91717;
	color: white;
}

.n_download ul li .bot span i {
	margin-right: 0.1rem;
}

.n_download ul li .bot span p {}


/* å¸¸è§é®é¢ */

.com_tit h3 {
	font-size: 0.42rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 0.4rem;
	font-family: 'ULAGADISANS';
}

.n_faq {
	padding: 0.4rem 0 0.6rem;
}

.n_faq ul {}

.n_faq ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding: 0.25rem 0;
}

.n_faq ul li .tit {
	position: relative;
	cursor: pointer;
}

.n_faq ul li .tit h4 {
	font-size: 22px;
	color: #333;
	padding-left: 42px;
	text-transform: capitalize;
}

.n_faq ul li.on .tit h4 {
	color: #d91717;
}

.n_faq ul li .tit i {
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 28px;
	background-color: #333;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.n_faq ul li .tit i::before,
.n_faq ul li .tit i::after {
	content: '';
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.n_faq ul li .tit i::before {
	width: 14px;
	height: 2px;
}

.n_faq ul li .tit i::after {
	width: 2px;
	height: 14px;
}

.n_faq ul li.on .tit i::after {
	display: none;
}

.n_faq ul li .des {
	margin: 15px 0 5px 36px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	background-color: #f7f7f7;
	display: none;
	border-radius: 8px;
	text-transform: capitalize;
	overflow: hidden;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>èç³»æä»¬<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.master_title02 h4 {
	font-size: 2vw;
	line-height: 1.5625vw;
	padding-bottom: 1.5vw;
	font-family: 'GOTHAMROUNDED';
}


.contact .flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.master_title02 h4:after {
	content: '';
	position: absolute;
	width: 2.2vw;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #333;
}

.contact .contact_box .col-2 {
	width: 50%;
}

.contact .i4ewOd-pzNkMb-tJHJj{
    display: none !important;
}

.contact .contact_box .master_title02 .posi {
	position: relative;
}

.contact {
	width: 100%;
}

.contact .contact_txt {
	padding-left: 10vw;
	background-color: #eef3f7;
}

.contact .contact_txt>div {
	padding: 7vw 4vw 7vw 0;
	text-transform: capitalize;
}

.contact_txt .contact_info {
	align-items: center;
	margin-top: 4vw;
}

.contact_txt .contact_line {
	padding-bottom: 1vw;
	line-height: 30px;
	font-size: 16px;
}

.contact_txt .contact_line:last-child {
	padding-bottom: 0;
}

.contact_txt .contact_line .contact_icon {
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.contact_txt .contact_line .contact_icon img {
	max-width: 100%;
	max-height: 100%;
}

.contact_txt .contact_code {
	margin-top: 1vw;
	display: inline-block;
	margin-right: 20px;
}

.contact_txt .contact_code .contact_code_img {
	width: 115px;
	margin-bottom: 5px;
}

.contact_txt .contact_code .contact_code_img img {
	width: 100%;
}

.contact_txt .contact_code .contact_code_p {
	text-align: center;
}

.contact_txt .contact_line span {
	word-break: break-all;
}

.contact_map #container_map {
	width: 100%;
	height: 100%;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>å¨æ°çè¨<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.comment {
	padding-top: 3vw;
}

.comment .comment_box {
	padding-top: 5vw;
	padding-bottom: 8vw;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.comment_txt {
	padding-left: 10vw;
	padding-right: 3vw;
	text-transform: capitalize;
}

.comment_txt .comment_phone {
	margin-top: 3vw;
}

.comment_txt .comment_phone p {
	font-size: 24px;
	margin-bottom: .5vw;
	line-height: 2;
}

.comment_txt .comment_phone h4 {
	font-size: 1.458vw;
	line-height: 1.458vw;
}

.comment_form .comment_form_line {
	padding: .5vw 0;
	margin-bottom: 1vw;
}

.comment_form .comment_form_line .c_last{
    
}
.comment_form .comment_form_line .white_c{
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
}

.comment_form .comment_form_line:last-child {
	margin-bottom: 0;
}

.comment_form .comment_form_line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d1dee7;
}

.comment_form .comment_form_name {
	font-size: 18px;
}

.comment_form .comment_form_in {
	font-size: 14px;
	border: none;
	height: 40px;
	width: 100%;
	background: none;
}

.comment_form .comment_form_in:-ms-input-placeholder {
	color: #999;
}

.comment_form .comment_form_in::-webkit-input-placeholder {
	color: #999;
}

.comment_form .comment_form_in::-moz-placeholder {
	color: #999;
}

.comment_form .comment_form_in:-moz-placeholder {
	color: #999;
}

.comment_form .comment_submit {
	margin-top: 2.5vw;
}

.comment_form .comment_submit>button {
	border: none;
	width: 150px;
	height: 46px;
	transition: all .3s;
	cursor: pointer;
}
.comment_form .comment_submit>button:hover{
    color: #fff;
    background-color: #df0024;
}

@media screen and (max-width: 992px) {
	.master_title02 h4 {
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 15px;
	}

	.master_title02 h4:after {
		width: 40px;
	}

	.master_title02 p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.contact .contact_box {
		flex-wrap: wrap;
	}

	.contact .contact_box .col-2 {
		width: 100%;
	}

	.contact .contact_txt {
		order: 2;
		width: 100%;
		padding: 35px 15px;
	}

	.contact_map {
		width: 100%;
		height: 50vh;
	}

	.contact_txt .contact_line {
		padding-bottom: 10px;
		line-height: 26px;
		font-size: 14px;
	}

	.contact_txt .contact_line .contact_icon {
		width: 26px;
		height: 26px;
	}

	.contact_txt .contact_info {
		margin-top: 25px;
	}

	.contact_txt .contact_code {
		margin-top: 20px;
	}

	.contact .contact_txt>div {
		padding: 0;
	}

	.comment_txt .comment_phone h4 {
		font-size: 20px;
		line-height: 20px;
	}

	.comment .comment_box>div {
		flex-wrap: wrap;
	}

	.comment_txt {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.comment_txt .comment_phone {
		margin-top: 30px;
	}

	.comment_form {
		width: 100%;
		margin-top: 50px;
	}

	.comment {
		padding-top: 15px;
	}

	.comment .comment_box {
		padding-top: 25px;
		padding-bottom: 40px;
	}

	.comment_form .comment_form_line {
		padding: 5px 0;
		margin-bottom: 10px;
	}

	.comment_form .comment_submit {
		margin-top: 25px;
	}

	.comment_form .comment_submit>button {
		width: 130px;
		height: 38px;
	}
}

/* æ¹æ¡åè¡¨ s */


*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.n_sol_list {
	background: #edeff2;
}

.pd-100 {
	padding: 1rem 0;
}

.rect-60 {
	padding-bottom: 60%;
}

.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.n_sol_list .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n_sol_list ul {}

.n_sol_list ul li {
	width: 100%;
	position: relative;
	/* border-radius: 15px; */
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 19px 28px 0px rgb(165 165 165 / 6%);
	display: flex;
	margin-bottom: 0.6rem;
	padding: 0.6rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_sol_list ul li:hover {
	background-color: #df0024;
}

.n_sol_list li::after,
.n_sol_list li:before {
	content: "";
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 4px;
	height: 27px;
	background: #df0024;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_sol_list li:after {
	background: #FFFFFF;
	height: 0;
}

.n_sol_list li:hover:before {
	height: 0;
}

.n_sol_list li:hover:after {
	height: 27px;
}

.n_sol_list ul li a {
	width: 100%;
}

.n_sol_list ul li .img {
	width: 30%;
}

.n_sol_list ul li img {}

.n_sol_list ul li .info {
	width: 60%;
}

.n_sol_list ul li .info h4 {
	font-size: 30px;
	line-height: 1.5;
	color: #474747;
	overflow: hidden;
	font-family: 'ULAGADISANS';
}

.n_sol_list ul li .info p {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(71, 71, 71, 0.5);
	position: relative;
	margin: 0.4rem 0.2rem;
}

.n_sol_list ul li .info span {
	font-size: 16px;
	line-height: 1.5;
	color: #474747;
}

.n_sol_list ul li:hover .info h4,
.n_sol_list ul li:hover .info span,
.n_sol_list ul li:hover .info p {
	color: #fff;
}

/* æ¹æ¡åè¡¨ e */
/* æ¡ä¾è¯¦æ */
#case_cont .yycj {
	width: 100%;
	/* background: url('/template/default/images/cc_3.jpg') center no-repeat; */
	padding: 80px 0;
	background-size: cover;
}

#case_cont .yycj .lrt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#case_cont .yycj .lrt .left {
	width: 42.5%;
}

#case_cont .yycj .lrt .left .d_text {
	font-weight: bold;
	color: #222;
}

#case_cont .yycj .lrt .left .line {
	width: 40px;
	height: 5px;
	background-color: #df0024;
	border-radius: 5px;
	margin: 40px 0 31px 0;
}

#case_cont .yycj .lrt .left .c_text {
	color: #444;
	line-height: 1.875;
}

#case_cont .yycj .lrt .right {
	width: 50%;
	position: relative;
}

#case_cont .yycj .lrt .right img {
	width: 100%;
}

#case_cont .yycj .lrt .right .vid {
	width: 46px;
	height: 46px;
	background: url('/template/default/images/cc_5.png') center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	cursor: pointer;
}

#case_cont .yycj .lrt .right .vid:hover {
	background: #fff url('/template/default/images/cc_6.png') center no-repeat;
}


/* ç¸å³äº§å s */
.xgcp {
	width: 100%;
	position: relative;
	background: #F6F6F6;
	overflow: hidden;
}

.xgcp .con {
	position: relative;
	margin-top: 0.6rem;
}

.xgcp .con::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(97.22deg, #F6F6F6 10.48%, rgba(255, 255, 255, 0) 94.21%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	height: 100%;
	width: 320px;
	z-index: 10;
	pointer-events: none;
}

.xgcp .con::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(97.22deg, #F6F6F6 10.48%, rgba(255, 255, 255, 0) 94.21%);
	height: 100%;
	width: 320px;
	z-index: 10;
	pointer-events: none;
}

.xgcp .con .swiper-container {
	padding-bottom: 0.6rem;
}

.round_page {}

.round_page.swiper-pagination {
	bottom: 0 !important;
}

.round_page .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid rgb(214, 214, 214);
	margin: 0 0.06rem;
	opacity: 1;
}

.round_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #0480BA;
	opacity: 1;
}

.xgcp .con ul {}

.xgcp .con ul li {
	padding: 0 0.4rem;
}

.xgcp .con ul li a {
	width: 100%;
	position: relative;
	background: #fff;
	background: #FFFFFF;
	box-shadow: 20px 20px 30px rgb(0 0 0 / 6%);
	border-radius: 30px;
	padding: 40px 72px;
	display: flex;
	align-items: center;
}

.xgcp .con ul li .info {
	width: calc(100% - 320px);
	padding-right: 0.3rem;
}

.xgcp .con ul li .info .tit {
	font-size: 0.24rem;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
}

.xgcp .con ul li .info dl {
	overflow: hidden;
	margin: 0.15rem 0 0;
}

.xgcp .con ul li .info dd {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 1.55;
	color: #666666;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.xgcp .con ul li .info dd::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 1px;
	background: #126db4;
}

.xgcp .con ul li .info .txt {
	font-size: 14px;
	line-height: 1.85;
	color: #666666;
	max-height: 100px;
	margin-top: 8px;
	overflow: hidden;
	position: relative;
}

.xgcp .con ul li .info .txt::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 10.48%, rgba(255, 255, 255, 0) 94.21%);
}

.xgcp .con ul li .info span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	background-image: -webkit-linear-gradient(0deg, #5d8cb3, #126db4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0.25rem;
}

.xgcp .con ul li .pic {
	width: 320px;
}

.xgcp .con ul li .pic img {}


/* about s */

.ab1 {
	padding: 155px 0 100px;
}

.people {
	padding: 50px 0 100px;
}

.people p {
	width: 100%;
	display: inline;
	font-size: 17px;
	text-align: justify;
}

.page-nav-box .container img {
	margin: 2% 0;
	max-width: 100%;
}

.box {
	width: 100%;
	padding: 0 160px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}

.ab1 .atop {}

.ab1 .atop .alt {
	width: 42.5%;
	float: left;
}

.ab1 .atop .alt .xian {
	width: 40px;
	height: 5px;
	background: #df0024;
	border-radius: 30px;
	margin: 40px 0;
}

.ab1 .atop .alt .tc {
	line-height: 1.875;
	text-align: justify;
	color: #444;
}

.ab1 .atop .alt .ul1 {
	display: flex;
	margin: 40px 0;
}

.ab1 .atop .alt .ul1 li {
	margin-right: 20%;
	text-align: center;
	width: 145px;
	white-space: nowrap;
}

.ab1 .atop .alt .ul1 li:last-child {
	margin-right: 0;
}


.ab1 .atop .alt .ul1 li .num span {
	font-size: 72px;
	font-family: gob;
}

.ab1 .atop .alt .ul1 li .num {
	margin-bottom: 10px;
}


.ab1 .atop .li {
	margin-top: 45px;
}

.ab1 .atop .li s {
	display: inline-block;
	width: 8px;
}

.ab1 .atop .li .lxian {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}


.ab1 .atop .li .lxian s {
	display: block;
	width: 30px;
	height: 1px;
	background: #555;
}


.ab1 .atop .li .ltc {
	line-height: 1.66;
	color: #444;
	text-align: justify;
}

.ab1 .atop .art {
	width: 50%;
	float: right;
	padding-top: 80px;
}

.ab1 .atop .art .img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
}

.ab1 .atop .art .img img {
	display: block;
	height: 450px;
	max-width: 800px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ab1 .atop .art {}

.ab1 .atop .art .img .bf {
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	margin: 20px auto;
	background: url('/template/default/images/bf.png') center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

.ab1 .atop .art .img .bf:hover {
	background: #fff url('/template/default/images/bf2.png') center no-repeat;
}

.f_42 {
	font-size: 40px;
	font-family: 'ULAGADISANS';
}


/* ä¼ä¸æå s */
.ab_culture {
	/* padding: 1.5rem 0; */
	position: relative;
	background-size: cover;
}

.ab_culture::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0, .15);
	z-index: 1;
}

.ab_culture .tt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.6rem;
	text-align: center;
	color: white;
	z-index: 3;
}

.ab_culture ul {
	position: relative;
	z-index: 2;
	/* margin-top: 0.6rem; */
}

.ab_culture ul li {
	height: 9rem;
	text-align: center;
	background: rgba(23, 99, 205, 0);
	color: #fff;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ab_culture ul li .view {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.ab_culture ul li:hover {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 2%, rgba(0, 0, 0, 0.5) 100%);
}

.ab_culture ul li:hover .view {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ab_culture ul li i {
	font-size: 60px;
}

.ab_culture ul li h4 {
	font-size: 0.32rem;
	margin-top: 0.2rem;
	font-weight: normal;
}

.ab_culture ul li h4::after {
	position: relative;
	content: "";
	display: block;
	width: 0.3rem;
	height: 2px;
	background-color: #df0024;
	margin: 0.2rem auto;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ab_culture ul li:hover h4::after {
	opacity: 1;
}

.ab_culture ul li p {
	font-size: 16px;
	line-height: 1.7;
	opacity: 0;
}

.ab_culture ul li:hover p {
	opacity: 1;
}

.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}



.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ab_culture ul li .view {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.com_tit span h3 {
	font-size: 0.42rem;
	text-align: center;
	line-height: 1.5;
	color: #333;
	margin: 0;
	font-family: 'ULAGADISANS';
}

#honor .honor_nr ul .yh a {
	padding-top: 0;
}


/* ä¼ä¸æå e */

/* people */


/* åªä½ */
.media {
	padding: 0.4rem 0 0.6rem;
}

.media ul {
	margin-top: 0.4rem;
}

.media ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	border: 1px solid #999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.media ul li:hover {
	border-color: #d91717;
}

.media ul li:nth-child(4n) {
	margin-right: 0;
}

.media ul li a {
	display: block;
}

.media ul li .pic {}

.media ul li .pic i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.8rem;
	opacity: 0;
	color: #d91717;
	border-radius: 50%;
}

.media ul li .pic i::before {
	z-index: 3;
}

.media ul li .pic i::after {
	position: absolute;
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	background-color: white;
	z-index: 2;
	border-radius: 50%;
}

.media ul .shipin .pic i {
    opacity: 1;
}

.media ul .shipin .pic i::after {
display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    /* border: 6px solid; */
    /* border-radius: 50%; */
    /* font-size: 45px; */
    text-align: center;
    background: url('/template/default/images/bf.png') center no-repeat;
    background-size: cover;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    /* color: rgba(255, 255, 255, .8); */
    cursor: pointer;
}

.media ul li:hover .pic i {
	opacity: 1;
}

.media ul li .info {
	padding: 0.15rem 3%;
	background-color: #999;
}

.media ul li:hover .info {
	background-color: #d91717;
}

.media ul li .info h4 {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

.media ul li .info p {}

.rect-70 {
	padding-bottom: 70%;
}


/* ææºå¯¼èª s */
.mobile-inner-header-icon {
	color: #ffffff;
	background: #e62129;
	height: 60px;
	font-size: 24px;
	text-align: center;
	float: right;
	width: 60px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 30px) / 2);
	top: calc((100% - 5px) / 2);
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition-duration: 0.5s;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	width: 20px;
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-nav {
	background: #e62129;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 55px;
	left: 0px;
	display: none;
	overflow-y: auto;
	z-index: 2;
}

.active_mobile span:nth-child(3) {
	opacity: 0;
}

.active_mobile span:nth-child(1) {
	transform: rotate(45deg);
	width: 30px;
}

.active_mobile span:nth-child(2) {
	transform: rotate(-45deg);
	width: 30px;
}

.header-search {
	padding: 0 10px;
}

.header-search form {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	margin: 0.3rem 0 0.2rem;
}

.header-search form input {
	font-size: 14px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 0.2rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 100%;
}

.header-search form input::placeholder {
	color: white;
	font-size: 14px;
}

.header-search form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: 0;
	background-color: transparent;
	color: white;
	font-size: 18px;
}

.subNavBox1 {
	width: 100%;
}

.subNav1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	font-size: 18px;
	color: #555;
	padding: 0 15px;
	background: url('/template/default/images/jia1.png') no-repeat 96% center;
	color: #d91717;
}

.subNav1 a {
	display: block;
	margin-right: 60px;
}


.currentDt1 {
	background: url('/template/default/images/jian1.png') no-repeat 96% center #fff;
}

.navContent1 {
	display: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
	background: #dd161e;
	overflow: hidden;
}

.navContent1 li {
	line-height: 40px;
}

.navContent1 li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
}

.so-mobile-fl {
	width: 100%;
	padding: 10px 10px 5px 40px;
	font-size: 0;
	border-bottom: 1px solid #fff;
}

.so-mobile-fl a {
	width: 50%;
	padding-right: 2%;
	display: inline-block;
	/* padding-bottom: 10px; */
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	/* padding: 10px 10px 10px 40px; */
}

.so-mobile-fl p {
	/* padding-bottom: 10px; */
}

.so-mobile-fl p a {
	width: 100%;
	margin-bottom: 0;
}


.xg-mobile-bt {
	font-size: 16px;
	padding: 10px 20px;
}

.xg-mobile-bt a {
	color: #fff;
	position: relative;
	padding-left: 20px;
}

.xg-mobile-bt a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url('/template/default/images/m_anniu1.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: cover;
}

/* ææºå¯¼èª e */
