
@media (max-width:479px) {
section {
	width: 95%;
}
	.pc_11{
		display: none;
	}
	.mb_22{
		display: block;
	}
/**菜单**/
header section {
	width: 100%;
	height: 65px;
}
	header{
		height: 65px;
		background-image: url(../images/header_1.png);
	}
h1 {
	background-image: url(../images/logo.svg);
	width: 130px;
	height: 65px;
	margin-top: 0;
	float: left;
	background-size: auto 80%;
	background-repeat: no-repeat;
	margin-left: 0;
	background-color: #fff;
	background-position: center;
}
.search-input {
    height: 25px;
    line-height: 25px;
	width: 60%;
}
.search1 .search-button {
    height: 25px;
    line-height: 25px;
	margin-right:12.5px;
}
.mobile-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	display: block;
	cursor: pointer;
}
.mobile-icon span {
	position: absolute;
	left: 12.5px;
	top: 20px;
	width: 25px;
	height: 2px;
	background-color: #b58f48;
}
.mobile-icon span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.mobile-icon span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(0deg);
	-moz-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}
.mobile-icon span:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.mobile-icon-click span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clickfirst;
	-moz-animation-name: clickfirst;
	-o-animation-name: clickfirst;
	animation-name: clickfirst;
}
.mobile-icon-click span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clicksecond;
	-moz-animation-name: clicksecond;
	-o-animation-name: clicksecond;
	animation-name: clicksecond;
}
.mobile-icon-click span:nth-child(3) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clickthree;
	-moz-animation-name: clickthree;
	-o-animation-name: clickthree;
	animation-name: clickthree;
}
 @-webkit-keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @-moz-keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @-webkit-keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
@-moz-keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
@keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
 @-webkit-keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
@-moz-keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
@keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
.mobile-icon-out span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outfirst;
	-moz-animation-name: outfirst;
	-o-animation-name: outfirst;
	animation-name: outfirst;
}
.mobile-icon-out span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outsecond;
	-moz-animation-name: outsecond;
	-o-animation-name: outsecond;
	animation-name: outsecond;
}
.mobile-icon-out span:nth-child(3) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outthree;
	-moz-animation-name: outthree;
	-o-animation-name: outthree;
	animation-name: outthree;
}
 @-webkit-keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
@-moz-keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
@keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
 @-webkit-keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
@-moz-keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
@keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
 @-moz-keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
@keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
.mobile-inner-nav {
	z-index: 999;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 1080px;
	position: absolute;
	top: 65px;
	left: 0px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 95%;
	margin: 0 auto;
	color: #000;
	border-bottom: solid 1px rgba(91,103,115,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}
header nav li {
	float: none;
	text-align: right;
	margin-right: 0;
}
header nav li:hover {
	border-bottom: none;
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
 @-webkit-keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
/**悬浮导航**/
.fload {
	top: 0;
	height: auto;
	position: static;
	border-bottom: none;
	width: 100%;
	margin-left: 0;
	left: 0;
}
.fload h3 {
	display: none;
}
.fload ul {
	margin-top: 0;
	width: 100%;
	float: none;
}
.fload ul li {
	margin-right: 0;
	float: none;
	border: none;
}
.mobile-inner-nav .fload ul li a {
	width: 100%;
	border-bottom: 1px solid rgba(91, 103, 115, 1);
}
header nav li .fload ul li a:link {
	color: #414042;
}
header nav li .fload ul li a:visited {
	color: #414042;
}
header nav li .fload ul li a:hover {
	color: #414042;
}
header nav li .fload ul li a:active {
	color: #414042;
}
/**banner**/
.banner {
	margin-top: 40px;
}
.swiper-container {
	height: 200px;
}
.swiper-slide section {
	width: 90%;
}
.swiper-button-next, .swiper-button-prev {
	top: 172px;
}
.banner::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.swiper-slide section .subtitle {
	width: 100%;
	margin-top: 70px;
	position: static;
}
.swiper-slide section .subtitle h3 {
	font-size: 20px;
}
.swiper-slide section .subtitle p {
	font-size: 13px;
	margin-top: 5px;
	letter-spacing: 3px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	width: 50%;
	left: 5%;
	margin-left: 0;
	text-align: left;
}
.swiper-pagination-bullet {
	width: 30px;
	height: 2px;
}
.pr_list {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
.pr_list_left {
	width: 100%;
	padding: 0 5%;
	height: auto;
}
.pr_list_left_div {
	width: 100px;
	height: 100px;
}
.pr_list_left_div h5 {
	line-height: 100px;
}
.pr_list_left_div h5::before {
	top: 25px;
}
.pr_list_left_div h5::after {
	bottom: 25px;
}
.pr_list_left_info {
	width: 100%;
	margin-top: 20px;
}
.pr_list_left h4 {
	font-size: 30px;
	padding-bottom: 15px;
}
.pr_list_left h4::after {
	margin-top: 10px;
}
.pr_list_left span {
	width: 70%;
}
	.pr_list_left ul {
    position: inherit;
    border-top: 1px solid #808285;
    width: 100%;
    overflow: hidden;
	margin-top: 15px;
}
.pr_list_right {
	display: none;
}
.large {
	width: 100%;
    height: 180px;
    background-color: #2f2f2f;
    background-image: url(../images/large.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    color: #fff;
    display: flex;
    align-items: center;
}
.large div {
    margin-left: 5%;
}
.large h4 {
    font-size: 28px;
}
.large p {
    font-size: 20px;
}
.new_list_home {
    box-sizing: border-box;
    padding: 0;
}
.new_list_home li {
    float: left;
    width: 100%;
}
.new_list_home .title {
    margin: 20px 0 20px 0;
}
.new_list_home .title li {
    width: auto;
	height: auto;
	padding-right: 15px;
}
.new_list_home .title li:last-child{
		border-right: none;
}
.new_list_home .more {
    font-size: 14px;
    padding-left: 15px;
    padding-top: 0px;
}
.new_list_home h4 {
    font-size: 30px;
}
.new_list_home .news_list li {
    position: relative;
    margin-bottom: 230px;
}
.new_list_home .news_list {
    padding-bottom: 20px;
}
footer {
    padding: 15px 0;
    color: #6d6e71;
    font-size: 14px;
    line-height: 26px;
}
footer .border ul {
    padding: 0;
    overflow: hidden;
}
footer .border li {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
}
footer .border .li_1 div {
    float: left;
    display: none;
}
footer .border .li_1 .nav_1 {
    float: right;
    width: 100%;
    display: block;
}
footer .border .li_1 .nav_1 p {
    padding-bottom: 1px;
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
}
footer .border .li_1 .nav_1 p:hover{
	border-bottom: none;
	padding-bottom: 0;
}
footer .border .li_1 .nav_1 p:hover a{
	border-bottom: 1px solid #b58f48;
	display: inline-block;
}
footer .border .li_2{
	display: none;
}
.ft_1 {
    line-height: 45px;
}
.ft_1 section {
    padding: 0;
    box-sizing: border-box;
    position: relative;
	text-align: center;
}
/**悬浮导航**/
#fload1 ul {
	width: 70%;
}
#fload1 ul li {
	width: 30%;
	text-align: center;
	margin-right: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.pr_list_left ul li {
    font-size: 25px;
	line-height: 30px;
}
.pr_list_left ul li .icon-arrow {
    position: absolute;
    top: 5px;
    right: 20px;

}
/**产品**/
.banner_pro {
    height: 200px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.banner_pro img {
    width: 662px;
    height: 200px;
    position: absolute;
    margin-left: -331px;
    left: 50%;
}
.banner_pro_rl img {
    width: 662px;
    height: 200px;
    position: absolute;
    margin-left: -220px;
    left: 50%;
}
.new_list_home .pro_list li {
    margin-bottom: 180px;
	height:auto;
}
.new_list_home .pro_list .img {
    width: 100%;
    height: auto;
}
.banner_pro .banner_pro_info {
    position: absolute;
    left: 2.5%;
    margin-left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: flex-end;
}
.banner_pro .banner_pro_info div{
	margin-right:auto;
}
.new_list_home .pro_list li .news_info {
    top: auto;
    bottom: -130px;
}
/**产品详情**/
.banner_product {
    margin-bottom: 20px;
}
.product {
    overflow: hidden;
    margin-bottom: 150px;
    position: relative;
    height: auto;
}
.product .product_swiper {
    width: 100%;
    height: 460px;
    position: relative;
    top: 0;
    left: 0;
}
.product .product_swiper .prc_swiper1 {
    width: 300px;
    height: 460px;
    background: #2e3192;
    position: absolute;
    top: 0;
    left: 0;
}
.product .product_swiper .prc_swiper1_2{
	background: #b58f48;
}
.product .product_swiper .prc_swiper2 {
    width: 300px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 99;
    box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -o-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -moz-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
}
.product .product_swiper .prc_swiper2 img{
		width: 100%;
		height: auto;
}
.swiper-container2 {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.product .product_swiper .prc_swiper3 {
    font-size: 12px;
    color: #fff;
    font-family: 'Century-Gothic-R';
    line-height: 18px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.product_swiper > .swiper-pagination-bullets {
    left: 30px;
    bottom: 40px;
    color: #fff;
    top: auto;
    font-size: 14px;
    right: auto;
    width: 200px;
    margin-left: 0;
}
.product_swiper .swiper-pagination-bullet {
    background: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
	left: 0;
	top: 0;
}
.product_swiper .swiper-pagination-bullet:nth-child(2) {
	left: 80px;
	top: 0;
}
.product_swiper .swiper-pagination-bullet:nth-child(3) {
	left: -40px;
	top: 20px;
}
.product_swiper .swiper-pagination-bullet:nth-child(4) {
	left: 40px;
	top: 20px;
}
.product_swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container2 .swiper-pagination-bullet {
    background: #949698;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: none;
}
.swiper-container2 .swiper-pagination-bullet:nth-child(2) {
	left: 0;
	top: 0;
}
.swiper-container2 .swiper-pagination-bullet:nth-child(3) {
	left: 0;
	top: 0;
}
.swiper-container2 .swiper-pagination-bullet-active {
    background: #b58f48;
}
.swiper-container2 > .swiper-pagination-bullets {
    margin-left: 0;
    width: 90px;
    text-align: right;
    left: auto;
    right: 10px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
}
.product .product_swiper .prc_swiper_title {
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    line-height: 30px;
    overflow-y: scroll;
}
.product .product_swiper .prc_swiper_title p {
    position: relative;
    bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
}
.product .product_swiper .prc_swiper_title p::after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #595656;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 110px;
}
.product .product_swiper .prc_swiper_title_1 {
    overflow-y: scroll;
}
.product .product_swiper .prc_swiper_title_1 div:nth-child(3) {
    border: none;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
}
.product .product_swiper .prc_swiper_title_1 p {
    position: relative;
    bottom: 0;
    line-height: 20px;
    font-size: 12px;
    top: 5px;
}
.product .product_text {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
	margin-top: 15px;
}
.product .product_text h4 {
    font-family: 'Century-Gothic-R';
    font-size: 26px;
    color: #2a2a2a;
}
.product .product_text .span_1 {
    border-bottom: 1px solid #373737;
    padding-bottom: 10px;
    font-family: 'Century-Gothic-R';
    display: block;
	font-size: 16px;
}
.product .product_text .product_title {
    color: #383838;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 15px;
}
.product .product_text button {
    background: #b58f48;
    padding: 8px 60px 8px 25px;
    color: #fff;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
	.product .product_text .product_wt{
		display: inline-block;
		margin-left: 5px;
	}
/**关于**/
.banner_about {
    height: 200px;
	width: 100%;
	position: relative;
	margin-left: 0;
	overflow: hidden;
}
.banner_about img {
    width: 725px;
    height: 200px;
    position: absolute;
    margin-left: -362.5px;
    left: 50%;
}
.banner_about .banner_pro_info {
    position: static;
    left: 0;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: flex-start;
}
.banner_about .banner_pro_info div {
    margin-left: 10px;
	margin-right: 0;
}
.banner_pro .banner_pro_info h3 {
    font-size: 24px;
    font-family: 'Century-Gothic-B';
    font-weight: normal;
    text-transform: uppercase;
}
.banner_pro .banner_pro_info h4 {
    font-family: 'Century-Gothic-R';
    font-size: 18px;
    font-weight: normal;
	width:80%;
}
.banner_pro .banner_pro_info p {
    font-size: 14px;
}
/**.pro_nav .pro_nav_right {
    height: 115px;
    background: none;
    color: #fff;
    position: relative;
    perspective: 3000px;
    -webkit-perspective: 3000px;
    display: block;
}
**/
.about_info {
    overflow: hidden;
    margin-bottom: 40px;
}
.pro_about {
    margin-bottom: 10px;
}
.pro_nav .pro_nav_left {
    height: auto;
    padding: 0 2.5%;
	float: none;
	margin-top:15px;
}
.about_title h5 {
    font-size: 20px;
    font-family: 'Century-Gothic-B';
    line-height: 30px;
    color: #070707;
    font-weight: normal;
}
.about_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    float: none;
}
.about_left span {
    font-size: 18px;
    color: #070707;
    font-family: 'Century-Gothic-R';
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px solid #cbccce;
}
/*
.about_left span::before {
    content: "";
    width: 30px;
    border-bottom: 2px solid #c39c53;
    display: block;
    margin-bottom: 10px;
}
*/
.about_right {
    width: 100%;
    box-sizing: border-box;
    float: none;
    position: relative;
    height: 290px;
	margin-top: 20px;
}
.about_right img {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
    width: 100%;
}
.about_right .color_block {
    background: #2e3192;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}
	.pro_nav .pro_know .about_list li{
		width: auto;
		font-size: 14px;
	}
	.contents {
    height: auto;
}
/**新闻**/
.pro_nav .pro_nav_left ul {
    border-top: none;
    width: 100%;
}
.pro_nav .pro_know ul li {
    width: 20%;
    cursor: pointer;
	text-align: center;
	margin: 10px 0;
}
/**新闻详情**/
.new_list_home .news_img img {
    width: 100%;
}
.news_img {
    margin-top: 20px;
    position: relative;
    margin-bottom: 15px;
}
.new_list_home .news_img h3 {
    font-size: 14px;
    font-weight: lighter;
    color: #414042;
    line-height: 24px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 0 10px;
}
	.news_info .news_right{
		display: none;
	}
.news_info .news_left {
    float: none;
    width: 100%;
    text-align: justify;
}
.news_info .news_left h4 {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #414042;
    font-weight: normal;
    margin-bottom: 10px;
}
.news_info .news_left time {
    font-size: 12px;
    color: #a5a8a9;
    display: block;
    margin-bottom: 10px;
}
.news_info .news_left p {
    font-size: 12px;
    line-height: 22px;
}
.news_content {
    margin-bottom: 50px;
}
.news_title span {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}
/**防伪查询**/
.check input {
    width: 200px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
.check :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
	height: 40px;
}
.check button {
    width: 20%;
    height: 40px;
}
.contact_left h5 {
    font-size: 30px;
}
#btnQuery{
	width: 67px;
	height: 40px;
}
/**联系我们**/
.contact_info {
    position: relative;
    padding-top: 0px; 
	margin-top:50px;
}
.contact {
    background: #2e3192;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    padding: 30px 0 50px 30px;
    margin-bottom: 0px;
	box-sizing: border-box;
}
.contact_add {
    font-size: 2.5rem;
    color: #c39c53;
    margin-left: 0;
    display: block;
    position: absolute;
    top: -40px;
    left: 30px;
}
.contact_map {
    width: 100%;
    height: 350px;
    position: static;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	top: 0;
	right: 0;
	margin-bottom: 50px;
}
/**移动端首页**/
	.swiper-container5{
		height: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	.swiper-container5 .swiper-slide{
		display: flex;
		align-items: center;
		color: #fff;
	}
	.swiper-container5 .swiper-slide .subtitle{
		margin: 0 auto;
		text-transform: uppercase;
		background:#b58f48;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	bottom: 43%;
	padding: 45px 15px 30px;
	}
.swiper-container5 .swiper-slide .subtitle h3{ font-size: 24px; font-family:'Century-Gothic-R'; font-weight: 300; word-spacing: 0px; text-transform: capitalize;}
.swiper-container5 .swiper-slide .subtitle .span1{ font-size: 23px; font-weight: normal;font-family:'Century-Gothic-B';
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;}
.swiper-container5 .swiper-slide .subtitle p{ font-size: 18px; font-weight: lighter;}
.swiper-container5 .swiper-slide .subtitle2{
	background:rgba(255,255,255,1);
	position: absolute;
	width: 300px;
	height: auto;
	box-sizing: border-box;
	left: 50%;
	margin-left: -150px;
	top: auto;
	padding: 0;
	color: #a051b2;
	bottom: 8%;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.5);
	}
	.video{
		width: 300px;
		height: 170px;
	}
	.swiper-container5 .swiper-slide .subtitle3{
	left: 0%;
	width: 6%;
	bottom: 12%;
	padding:0;
	height: 5px;
	}
	.swiper-container5 .swiper-slide .subtitle4{
	right: 0%;
	width: 30%;
	bottom: 12%;
	padding:0;
	height: 5px;
	left: auto;
	}
	.swiper-container5 .swiper-slide .subtitle2 h3{
		font-size: 38px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .span1{
		margin-bottom: 20px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .span1::after{
		content: "";
		width: 70px;
		height: 2px;
		display: block;
		background: #a051b2;
	}
	.swiper-container5 .swiper-slide .subtitle2 p{
		font-weight: normal;
	}
	.swiper-container5 .swiper-slide .subtitle2 .p_1{
		font-size: 26px;
		font-weight: lighter;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 {
    background: #fff;
    width: 100%;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    position:relative;
    right: 0;
    box-sizing: border-box;
		color: #2e3192;
}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 span{
		font-size: 34px; 
		font-family:'Century-Gothic-R';
		font-weight: 300; 
		word-spacing: 0px; 
		text-transform: capitalize;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 h4{
		font-size: 30px; 
		font-weight: normal;
		font-family:'Century-Gothic-B';    
		border-bottom: 1px solid #2e3192;
		padding-bottom: 5px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 p{
		margin-top: 5px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 img{
		width: 80%;
		height: auto;
	}
	.swiper-container5 .swiper-button-next{
		background: url(../images/arrow.svg) no-repeat;
		background-size: 100%;
		bottom: 3%;
		top: auto;
		left: 45%;
		z-index: 999;
	}
	.swiper-button-next, .swiper-button-prev{
  top: 172px;
 }
	.swiper-container5 .swiper-pagination-bullet{
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background:rgba(255,255,255,1.00);
	}
	.swiper-container5 .swiper-pagination-bullet-active{
		background: #b58f48;
	}
/**.banner{
  margin-top: 44px;
}
 .banner::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
 }
	**/
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  width: 35px;
  height: 35px;
  right: 5%;
 }
 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  width: 35px;
  height: 35px;
  left: 5%;
 }
 .swiper-container5 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:0;}
	
 .swiper-container5 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 180px;
 }
	.swiper-container5 .subtitle6{
		position: absolute;
		bottom: 0;
		right: 5%;
/*		border-bottom: 10px solid #b58f48;*/
		width: 90%;
		border-top: 1px solid #414042;
        padding-top: 10px;
	}
	.swiper-container5 .subtitle6 ul{
		overflow: hidden;
	}
	.swiper-container5 .subtitle6 ul li{
		float: left;
		padding-right: 20px;
/*		margin-right: 20px;*/
		border-right: 1px solid #414042;
		color: #414042;
		font-size: 16px;
		margin-bottom: 10px;
		width: 50%;
		box-sizing: border-box;
		
	}
	.swiper-container5 .subtitle6 ul li b{
		margin-left: 8px;
		float: right;
		margin-top: 3.5px;
	}
	.swiper-container5 .subtitle6 ul li:last-child{
		margin-right: 0;
		border-right: none;
		padding-left: 20px;
		padding-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
section {
	width: 95%;
}
	.pc_11{
		display: none;
	}
	.mb_22{
		display: block;
	}
/**菜单**/
header section {
	width: 100%;
	height: 65px;
}
	header{
		height: 65px;
		background-image: url(../images/header_1.png);
	}
h1 {
	background-image: url(../images/logo.svg);
	width: 130px;
	height: 65px;
	margin-top: 0;
	float: left;
	background-size: auto 80%;
	background-repeat: no-repeat;
	margin-left: 0;
	background-color: #fff;
	background-position: center;
}
.search-input {
    height: 25px;
    line-height: 25px;
	width: 60%;
}
.search1 .search-button {
    height: 25px;
    line-height: 25px;
	margin-right:12.5px;
}
.mobile-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	display: block;
	cursor: pointer;
}
.mobile-icon span {
	position: absolute;
	left: 12.5px;
	top: 20px;
	width: 25px;
	height: 2px;
	background-color: #b58f48;
}
.mobile-icon span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.mobile-icon span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(0deg);
	-moz-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}
.mobile-icon span:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.mobile-icon-click span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clickfirst;
	-moz-animation-name: clickfirst;
	-o-animation-name: clickfirst;
	animation-name: clickfirst;
}
.mobile-icon-click span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clicksecond;
	-moz-animation-name: clicksecond;
	-o-animation-name: clicksecond;
	animation-name: clicksecond;
}
.mobile-icon-click span:nth-child(3) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: clickthree;
	-moz-animation-name: clickthree;
	-o-animation-name: clickthree;
	animation-name: clickthree;
}
 @-webkit-keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @-moz-keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clickfirst {
 0% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
}
 @-webkit-keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
@-moz-keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
@keyframes clicksecond {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
 @-webkit-keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
@-moz-keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
@keyframes clickthree {
 0% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
}
.mobile-icon-out span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outfirst;
	-moz-animation-name: outfirst;
	-o-animation-name: outfirst;
	animation-name: outfirst;
}
.mobile-icon-out span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outsecond;
	-moz-animation-name: outsecond;
	-o-animation-name: outsecond;
	animation-name: outsecond;
}
.mobile-icon-out span:nth-child(3) {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: outthree;
	-moz-animation-name: outthree;
	-o-animation-name: outthree;
	animation-name: outthree;
}
 @-webkit-keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
@-moz-keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
@keyframes outfirst {
 0% {
 -webkit-transform: translateY(0) rotate(-45deg);
 -moz-transform: translateY(0) rotate(-45deg);
 -o-transform: translateY(0) rotate(-45deg);
 transform: translateY(0) rotate(-45deg);
}
 100% {
 -webkit-transform: translateY(-6px) rotate(0deg);
 -moz-transform: translateY(-6px) rotate(0deg);
 -o-transform: translateY(-6px) rotate(0deg);
 transform: translateY(-6px) rotate(0deg);
}
}
 @-webkit-keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
@-moz-keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
@keyframes outsecond {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
 @-moz-keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
@keyframes outthree {
 0% {
 -webkit-transform: translateY(0) rotate(45deg);
 -moz-transform: translateY(0) rotate(45deg);
 -o-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 100% {
 -webkit-transform: translateY(6px) rotate(0deg);
 -moz-transform: translateY(6px) rotate(0deg);
 -o-transform: translateY(6px) rotate(0deg);
 transform: translateY(6px) rotate(0deg);
}
}
.mobile-inner-nav {
	z-index: 999;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 1080px;
	position: absolute;
	top: 65px;
	left: 0px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 95%;
	margin: 0 auto;
	color: #000;
	border-bottom: solid 1px rgba(91,103,115,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}
header nav li {
	float: none;
	text-align: right;
	margin-right: 0;
}
header nav li:hover {
	border-bottom: none;
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
 @-webkit-keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
/**悬浮导航**/
.fload {
	top: 0;
	height: auto;
	position: static;
	border-bottom: none;
	width: 100%;
	margin-left: 0;
	left: 0;
}
.fload h3 {
	display: none;
}
.fload ul {
	margin-top: 0;
	width: 100%;
	float: none;
}
.fload ul li {
	margin-right: 0;
	float: none;
	border: none;
}
.mobile-inner-nav .fload ul li a {
	width: 100%;
	border-bottom: 1px solid rgba(91, 103, 115, 1);
}
header nav li .fload ul li a:link {
	color: #414042;
}
header nav li .fload ul li a:visited {
	color: #414042;
}
header nav li .fload ul li a:hover {
	color: #414042;
}
header nav li .fload ul li a:active {
	color: #414042;
}
/**banner**/
.banner {
	margin-top: 40px;
}
.swiper-container {
	height: 200px;
}
.swiper-slide section {
	width: 90%;
}
.swiper-button-next, .swiper-button-prev {
	top: 172px;
}
.banner::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.swiper-slide section .subtitle {
	width: 100%;
	margin-top: 70px;
	position: static;
}
.swiper-slide section .subtitle h3 {
	font-size: 20px;
}
.swiper-slide section .subtitle p {
	font-size: 13px;
	margin-top: 5px;
	letter-spacing: 3px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	width: 50%;
	left: 5%;
	margin-left: 0;
	text-align: left;
}
.swiper-pagination-bullet {
	width: 30px;
	height: 2px;
}
.pr_list {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
.pr_list_left {
	width: 100%;
	padding: 0 5%;
	height: auto;
}
.pr_list_left_div {
	width: 100px;
	height: 100px;
}
.pr_list_left_div h5 {
	line-height: 100px;
}
.pr_list_left_div h5::before {
	top: 25px;
}
.pr_list_left_div h5::after {
	bottom: 25px;
}
.pr_list_left_info {
	width: 100%;
	margin-top: 20px;
}
.pr_list_left h4 {
	font-size: 30px;
	padding-bottom: 15px;
}
.pr_list_left h4::after {
	margin-top: 10px;
}
.pr_list_left span {
	width: 70%;
}
	.pr_list_left ul {
    position: inherit;
    border-top: 1px solid #808285;
    width: 100%;
    overflow: hidden;
	margin-top: 15px;
}
.pr_list_right {
	display: none;
}
.large {
	width: 100%;
    height: 180px;
    background-color: #2f2f2f;
    background-image: url(../images/large.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    color: #fff;
    display: flex;
    align-items: center;
}
.large div {
    margin-left: 5%;
}
.large h4 {
    font-size: 28px;
}
.large p {
    font-size: 20px;
}
.new_list_home {
    box-sizing: border-box;
    padding: 0;
}
.new_list_home li {
    float: left;
    width: 100%;
}
.new_list_home .title {
    margin: 20px 0 20px 0;
}
.new_list_home .title li {
    width: auto;
	height: auto;
	padding-right: 15px;
}
.new_list_home .title li:last-child{
		border-right: none;
}
.new_list_home .more {
    font-size: 14px;
    padding-left: 15px;
    padding-top: 0px;
}
.new_list_home h4 {
    font-size: 30px;
}
.new_list_home .news_list li {
    position: relative;
    margin-bottom: 230px;
}
.new_list_home .news_list {
    padding-bottom: 20px;
}
footer {
    padding: 15px 0;
    color: #6d6e71;
    font-size: 14px;
    line-height: 26px;
}
footer .border ul {
    padding: 0;
    overflow: hidden;
}
footer .border li {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
}
footer .border .li_1 div {
    float: left;
    display: none;
}
footer .border .li_1 .nav_1 {
    float: right;
    width: 100%;
    display: block;
}
footer .border .li_1 .nav_1 p {
    padding-bottom: 1px;
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
}
footer .border .li_1 .nav_1 p:hover{
	border-bottom: none;
	padding-bottom: 0;
}
footer .border .li_1 .nav_1 p:hover a{
	border-bottom: 1px solid #b58f48;
	display: inline-block;
}
footer .border .li_2{
	display: none;
}
.ft_1 {
    line-height: 45px;
}
.ft_1 section {
    padding: 0;
    box-sizing: border-box;
    position: relative;
	text-align: center;
}
/**悬浮导航**/
#fload1 ul {
	width: 70%;
}
#fload1 ul li {
	width: 30%;
	text-align: center;
	margin-right: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.pr_list_left ul li {
    font-size: 25px;
	line-height: 30px;
}
.pr_list_left ul li .icon-arrow {
    position: absolute;
    top: 5px;
    right: 20px;

}
/**产品**/
.banner_pro {
    height: 200px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.banner_pro img {
    width: 662px;
    height: 200px;
    position: absolute;
    margin-left: -331px;
    left: 50%;
}
.banner_pro_rl img {
    width: 662px;
    height: 200px;
    position: absolute;
    margin-left: -220px;
    left: 50%;
}
.new_list_home .pro_list li {
    margin-bottom: 180px;
	height:auto;
}
.new_list_home .pro_list .img {
    width: 100%;
    height: auto;
}
.banner_pro .banner_pro_info {
    position: absolute;
    left: 2.5%;
    margin-left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: flex-end;
}
.banner_pro .banner_pro_info div{
	margin-right:auto;
}
.new_list_home .pro_list li .news_info {
    top: auto;
    bottom: -130px;
}
/**产品详情**/
.banner_product {
    margin-bottom: 20px;
}
.product {
    overflow: hidden;
    margin-bottom: 150px;
    position: relative;
    height: auto;
}
.product .product_swiper {
    width: 100%;
    height: 460px;
    position: relative;
    top: 0;
    left: 0;
}
.product .product_swiper .prc_swiper1 {
    width: 300px;
    height: 460px;
    background: #2e3192;
    position: absolute;
    top: 0;
    left: 0;
}
.product .product_swiper .prc_swiper1_2{
	background: #b58f48;
}
.product .product_swiper .prc_swiper2 {
    width: 300px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 99;
    box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -o-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -moz-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(30,30,50,0.1);
}
.product .product_swiper .prc_swiper2 img{
		width: 100%;
		height: auto;
}
.swiper-container2 {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.product .product_swiper .prc_swiper3 {
    font-size: 12px;
    color: #fff;
    font-family: 'Century-Gothic-R';
    line-height: 18px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.product_swiper > .swiper-pagination-bullets {
    left: 30px;
    bottom: 40px;
    color: #fff;
    top: auto;
    font-size: 14px;
    right: auto;
    width: 200px;
    margin-left: 0;
}
.product_swiper .swiper-pagination-bullet {
    background: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
	left: 0;
	top: 0;
}
.product_swiper .swiper-pagination-bullet:nth-child(2) {
	left: 80px;
	top: 0;
}
.product_swiper .swiper-pagination-bullet:nth-child(3) {
	left: -40px;
	top: 20px;
}
.product_swiper .swiper-pagination-bullet:nth-child(4) {
	left: 40px;
	top: 20px;
}
.product_swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container2 .swiper-pagination-bullet {
    background: #949698;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: none;
}
.swiper-container2 .swiper-pagination-bullet:nth-child(2) {
	left: 0;
	top: 0;
}
.swiper-container2 .swiper-pagination-bullet:nth-child(3) {
	left: 0;
	top: 0;
}
.swiper-container2 .swiper-pagination-bullet-active {
    background: #b58f48;
}
.swiper-container2 > .swiper-pagination-bullets {
    margin-left: 0;
    width: 90px;
    text-align: right;
    left: auto;
    right: 10px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
}
.product .product_swiper .prc_swiper_title {
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
}
.product .product_swiper .prc_swiper_title p {
    position: absolute;
    bottom: 15px;
    line-height: 20px;
    font-size: 12px;
}
.product .product_swiper .prc_swiper_title p::after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #595656;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 110px;
}
.product .product_swiper .prc_swiper_title_1 {
    overflow: scroll;
}
.product .product_swiper .prc_swiper_title_1 div:nth-child(3) {
    border: none;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
}
.product .product_swiper .prc_swiper_title_1 p {
    position: relative;
    bottom: 0;
    line-height: 20px;
    font-size: 12px;
    top: 5px;
}
.product .product_text {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
	margin-top: 15px;
}
.product .product_text h4 {
    font-family: 'Century-Gothic-R';
    font-size: 26px;
    color: #2a2a2a;
}
.product .product_text .span_1 {
    border-bottom: 1px solid #373737;
    padding-bottom: 10px;
    font-family: 'Century-Gothic-R';
    display: block;
	font-size: 16px;
}
.product .product_text .product_title {
    color: #383838;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 15px;
}
.product .product_text button {
    background: #b58f48;
    padding: 8px 60px 8px 25px;
    color: #fff;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
	.product .product_text .product_wt{
		display: inline-block;
		margin-left: 5px;
	}
/**关于**/
.banner_about {
    height: 200px;
	width: 100%;
	position: relative;
	margin-left: 0;
	overflow: hidden;
}
.banner_about img {
    width: 725px;
    height: 200px;
    position: absolute;
    margin-left: -362.5px;
    left: 50%;
}
.banner_about .banner_pro_info {
    position: static;
    left: 0;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: flex-start;
}
.banner_about .banner_pro_info div {
    margin-left: 10px;
	margin-right: 0;
}
.banner_pro .banner_pro_info h3 {
    font-size: 24px;
    font-family: 'Century-Gothic-B';
    font-weight: normal;
    text-transform: uppercase;
}
.banner_pro .banner_pro_info h4 {
    font-family: 'Century-Gothic-R';
    font-size: 18px;
    font-weight: normal;
	width:80%;
}
.banner_pro .banner_pro_info p {
    font-size: 14px;
}
/**.pro_nav .pro_nav_right {
    height: 115px;
    background: none;
    color: #fff;
    position: relative;
    perspective: 3000px;
    -webkit-perspective: 3000px;
    display: block;
}
**/
.about_info {
    overflow: hidden;
    margin-bottom: 40px;
}
.pro_about {
    margin-bottom: 10px;
}
.pro_nav .pro_nav_left {
    height: auto;
    padding: 0 2.5%;
	float: none;
	margin-top:15px;
}
.about_title h5 {
    font-size: 20px;
    font-family: 'Century-Gothic-B';
    line-height: 30px;
    color: #070707;
    font-weight: normal;
}
.about_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    float: none;
}
.about_left span {
    font-size: 18px;
    color: #070707;
    font-family: 'Century-Gothic-R';
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px solid #cbccce;
}
.about_left span::before {
    content: "";
    width: 30px;
    border-bottom: 2px solid #c39c53;
    display: block;
    margin-bottom: 10px;
}
.about_right {
    width: 100%;
    box-sizing: border-box;
    float: none;
    position: relative;
    height: 290px;
	margin-top: 20px;
}
.about_right img {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
    width: 100%;
}
.about_right .color_block {
    background: #2e3192;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}
/**新闻**/
.pro_nav .pro_nav_left ul {
    border-top: none;
    width: 100%;
}
.pro_nav .pro_know ul li {
    width: 20%;
    cursor: pointer;
	text-align: center;
	margin: 10px 0;
}
/**新闻详情**/
.new_list_home .news_img img {
    width: 100%;
}
.news_img {
    margin-top: 20px;
    position: relative;
    margin-bottom: 15px;
}
.new_list_home .news_img h3 {
    font-size: 14px;
    font-weight: lighter;
    color: #414042;
    line-height: 24px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 0 10px;
}
	.news_info .news_right{
		display: none;
	}
.news_info .news_left {
    float: none;
    width: 100%;
    text-align: justify;
}
.news_info .news_left h4 {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #414042;
    font-weight: normal;
    margin-bottom: 10px;
}
.news_info .news_left time {
    font-size: 12px;
    color: #a5a8a9;
    display: block;
    margin-bottom: 10px;
}
.news_info .news_left p {
    font-size: 12px;
    line-height: 22px;
}
.news_content {
    margin-bottom: 50px;
}
.news_title span {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}
/**防伪查询**/
.check input {
    width: 200px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
.check :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
}
.check ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
	color: rgba(175,175,175,1);
	line-height: 40px;
	height: 40px;
}
.check button {
    width: 20%;
    height: 40px;
}
.contact_left h5 {
    font-size: 30px;
}
#btnQuery{
	width: 67px;
	height: 40px;
}
/**联系我们**/
.contact_info {
    position: relative;
    padding-top: 0px; 
	margin-top:50px;
}
.contact {
    background: #2e3192;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    padding: 30px 0 50px 30px;
    margin-bottom: 0px;
	box-sizing: border-box;
}
.contact_add {
    font-size: 2.5rem;
    color: #c39c53;
    margin-left: 0;
    display: block;
    position: absolute;
    top: -40px;
    left: 30px;
}
.contact_map {
    width: 100%;
    height: 350px;
    position: static;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	top: 0;
	right: 0;
	margin-bottom: 50px;
}
/**移动端首页**/
	.swiper-container5{
		height: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	.swiper-container5 .swiper-slide{
		display: flex;
		align-items: center;
		color: #fff;
	}
	.swiper-container5 .swiper-slide .subtitle{
		margin: 0 auto;
		text-transform: uppercase;
		background:#b58f48;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	bottom: 40%;
	padding: 50px 15px 30px;
	}
.swiper-container5 .swiper-slide .subtitle h3{ font-size: 34px; font-family:'Century-Gothic-R'; font-weight: 300; word-spacing: 0px; text-transform: capitalize;}
.swiper-container5 .swiper-slide .subtitle .span1{ font-size: 30px; font-weight: normal;font-family:'Century-Gothic-B';
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;}
.swiper-container5 .swiper-slide .subtitle p{ font-size: 20px; font-weight: lighter;}
.swiper-container5 .swiper-slide .subtitle2{
	background:rgba(255,255,255,1);
	position: absolute;
	width: 300px;
	height: auto;
	box-sizing: border-box;
	left: 50%;
	margin-left: -150px;
	top: auto;
	padding: 0;
	color: #a051b2;
	bottom: 8%;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.5);
	}
	.video{
		width: 300px;
		height: 170px;
	}
	.swiper-container5 .swiper-slide .subtitle3{
	left: 0%;
	width: 6%;
	bottom: 12%;
	padding:0;
	height: 5px;
	}
	.swiper-container5 .swiper-slide .subtitle4{
	right: 0%;
	width: 30%;
	bottom: 12%;
	padding:0;
	height: 5px;
	left: auto;
	}
	.swiper-container5 .swiper-slide .subtitle2 h3{
		font-size: 38px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .span1{
		margin-bottom: 20px;
	}
	.swiper-container5 .swiper-slide .subtitle2 .span1::after{
		content: "";
		width: 70px;
		height: 2px;
		display: block;
		background: #a051b2;
	}
	.swiper-container5 .swiper-slide .subtitle2 p{
		font-weight: normal;
	}
	.swiper-container5 .swiper-slide .subtitle2 .p_1{
		font-size: 26px;
		font-weight: lighter;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 {
    background: #fff;
    width: 100%;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    position:relative;
    right: 0;
    box-sizing: border-box;
		color: #2e3192;
}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 span{
		font-size: 34px; 
		font-family:'Century-Gothic-R';
		font-weight: 300; 
		word-spacing: 0px; 
		text-transform: capitalize;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 h4{
		font-size: 30px; 
		font-weight: normal;
		font-family:'Century-Gothic-B';    
		border-bottom: 1px solid #2e3192;
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 p{
		
	}
	.swiper-container5 .swiper-slide .subtitle2 .xin_13 img{
		width: 80%;
		height: auto;
	}
	.swiper-container5 .swiper-button-next{
		background: url(../images/arrow.svg) no-repeat;
		background-size: 100%;
		bottom: 3%;
		top: auto;
		left: 45%;
		z-index: 999;
	}
	.swiper-button-next, .swiper-button-prev{
  top: 172px;
 }
	.swiper-container5 .swiper-pagination-bullet{
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background:rgba(255,255,255,1.00);
	}
	.swiper-container5 .swiper-pagination-bullet-active{
		background: #b58f48;
	}
/**.banner{
  margin-top: 44px;
}
 .banner::after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
 }
	**/
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  width: 35px;
  height: 35px;
  right: 5%;
 }
 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  width: 35px;
  height: 35px;
  left: 5%;
 }
 .swiper-container5 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:0;}
	
 .swiper-container5 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 180px;
 }
	.swiper-container5 .subtitle6{
		position: absolute;
		bottom: 0;
		right: 5%;
		border-bottom: 10px solid #b58f48;
	}
	.swiper-container5 .subtitle6 ul{
		overflow: hidden;
	}
	.swiper-container5 .subtitle6 ul li{
		float: left;
		padding-right: 20px;
		margin-right: 20px;
		border-right: 1px solid #414042;
		color: #414042;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.swiper-container5 .subtitle6 ul li b{
		margin-left: 8px;
	}
	.swiper-container5 .subtitle6 ul li:last-child{
		margin-right: 0;
		border-right: 0;
	}
}
