@charset "UTF-8"; 
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

audio, canvas, progress, video { 
	display: inline-block; vertical-align: baseline; 
}
audio:not([controls]) { 
	display: none; height: 0; 
}
[hidden], template { 
	display: none; 
}
svg:not(:root) { 
	overflow: hidden; 
}
ul,ol,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
:focus{
	outline: none; 
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li {
    list-style: none;
}
a{
	text-decoration:none;
	background:0 0;
	color: inherit;
}
a:focus{
	text-decoration:none;
}
p{
	margin: 0;
}
a:active, a:hover, a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr{
	border:0;
	height:1px
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button; cursor: pointer; 
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
a{ 
	transition: all .5s ease;
}
a:hover{
	text-decoration: none;
	transition: all .5s ease;
}
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: "sapie";
	src: url("../fonts/SAPIENTSANSMEDIUM.TTF");
	font-weight: normal;
	font-style: normal;
}   
@font-face {
	font-family: "barlow";
	src: url("../fonts/BarlowCondensed-Regular.woff2.ttf");
	font-weight: normal;
	font-style: normal;
}  
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
a:focus, a:hover{
	color: #1d60bb;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 48px;
	display: none;
}

.footFix {
	background: #9d322a;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}  
.swiper-pagination-bullet-active{
	background: #c1422f !important;
}
.container{
	width: 96%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0;
} 


/*菜单*/
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm {
    width: 10%;
    float: left;
    height: 50px;
    background: url(../images/ss-ico.jpg) no-repeat right 15px center;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 5px;
    line-height: 50px;
    cursor: pointer;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -100px;
	top: -30px;
}
.closeHs i{
	font-size: 38px;
	color: #e7262d;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #e7262d;
}

.listen-top-menu-warp{
	position: fixed;
	width: 100%;
	min-height: 70%; 
	background: #fff;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	top: -100px;
	left: 0;
	border-bottom: 1px solid #f1f1f1;
	transition: all .5s ease;
}
.listen-top-menu-warp.open{
	z-index: 22001;
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.listen-top-head{
	width: 100%;
	padding: 14px 0 18px;   
	width: 100%; 
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);  
	border-bottom: 1px solid #eceded;
	transition: all .5s ease;
}
.listen-top-head .Logo{
	float: left;
}
.head-close{
	float: right;
	line-height: 28px;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}
.head-close i{
	font-size: 53px;
    position: relative;
    top: 15px;
    color: #d11f27;
    margin-left: 2px;
    line-height: 21px;
}
.listen-menu{
	padding: 100px 0;
}
.listen-menu .container{ 
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.listen-menu .list{
	/*width: 16.66666%;
	float: left;*/
}
.listen-menu .list h4 a{
	font-size: 22px;
	color: #222222;
	line-height: 26px;
}
.listen-menu .list h4 a:hover{
	color: #e62129;
}
.listen-menu .list .link{
	margin-top: 20px;
}
.listen-menu .list .link > a{
	display: block;
	font-size: 18px;
	color: #a9a9a9;
	line-height: 36px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listen-menu .list .link > a:hover{
	color: #d11f27;
}
.listen-menu .list .item h3 a{
	line-height: 36px;
	font-size: 18px;
	color: #a9a9a9;
	padding-left: 24px;
	background: url(../images/topjia.jpg) no-repeat left center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listen-menu .list .item h3.on a{
	color: #d11f27;
	background: url(../images/top-jian.jpg) no-repeat left center;
}
.listen-menu .list .item h3.no a{
	background: none !important;
}
.listen-menu .list .item ul{ 
	display: none;
}
.listen-menu .list .item ul li:last-child{
	margin-bottom: 12px;
}
.listen-menu .list .item ul li a{
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #a9a9a9;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listen-menu .list .item ul li a:hover{
	color: #333333;
}
.listen-search{
	position: absolute;
	width: 80%;
	max-width: 1100px;
	left: 50%;
	margin-left: -550px;
	bottom: 110px;
	overflow: hidden;
	border-radius: 8px;
}
.listen-search input[type=text]{
	width: 90%;
	float: left;
	border: none;
	outline: none;
	background: #eeeeee;
	height: 64px;
	font-size: 16px;
	color: #222;
	text-indent: 30px;
}
.listen-search input[type=button]{
	width: 10%;
	height: 64px;
	float: left;
	border: none;
	outline: none;
	background: #eee url(../images/ss-ico2.png) no-repeat center center;
}

/* head */
.head{
	width: 100%; 
	position: fixed;
	z-index: 1009;
	width: 100%; 
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);   
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all .5s ease;
}   
.head .container{
	max-width: 1680px;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);  
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); 
	border-bottom: 1px solid #eaeaea;
	transition: all .5s ease;
}  
.head .Logo{
	float: left;  
	padding: 14px 0 16px;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding-right: 92px;
}  
.head.fixedbg .Logo{
	border-right: 1px solid #eaeaea;
	transition: all .5s ease;
} 
.WebLink{
	float: left;
	margin-left: 4px;
	margin-top: 27px;
	position: relative;
	z-index: 33;
}
.WebLink li{
	float: left;
	margin-left: 55px;
	position: relative;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
}
.head.fixedbg .WebLink li > a{
	color: #333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #d11f27 !important;
} 
.head-right{
	float: right;
}
.head-staff{
	float: left;
	line-height: 72px;
	height: 76px;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 0 28px;
	position: relative;
	transition: all .5s ease;
}
.head.fixedbg .head-staff{
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	transition: all .5s ease;
} 
.head-staff-more{
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	border-top: 2px solid #333333;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); 
	transition: all .5s ease;
}
.head-staff > a{
	font-size: 15px;
	color: #fff;
}
.head.fixedbg .head-staff > a{
	color: #333;
}
.head-staff > a:hover{
	color: #d11f27 !important;
	transition: all .5s ease;
}
.head-staff a i{
	font-size: 22px;
	position: relative;
	top: 3px;
	margin-left: 4px;
}
.head-staff:hover .head-staff-more{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.head-staff-more a{
	display: block;
	text-align: center;
	line-height: 52px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	font-size: 15px;
	color: #555555;
	max-height: 0;
	overflow: hidden;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
}
.head-staff:hover .head-staff-more a{
	max-height: 52px;
}
.head-staff-more a:last-child{
	border-bottom: none;
}
.head-staff-more a:hover{
	background: #d11f27;
	color: #fff;
}
.head.fixedbg .head-menu{
	color: #333;
}
.head-search{
	float: left;
	color: #fff;
	cursor: pointer;
	line-height: 76px;
	height: 76px;
	margin: 0 40px 0 35px;
}
.head.fixedbg .head-search{
	color: #333;
}
.head-search i{
	font-size: 20px;
}
.head-menu{
	float: left;
	color: #fff;
	cursor: pointer;
	line-height: 76px;
	height: 76px;
}
.head-menu i{
	font-size: 24px;
}
.listen-lm-menu{
	position: absolute;
	width: 160px;
	left: 50%;
	top: 22;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	margin-left: -80px;
	transition: all .5s ease;
}
.WebLink li:hover .listen-lm-menu{
	opacity: 1;
	visibility: visible;
	z-index: 999;
	transition: all .5s ease;
}
.listen-lm-menu .h{
	height: 24px;
}
.listen-lm-menu .link{
	background: #fcfcfc;
/*	border-top: 4px solid #d11f27;*/
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); 
}
.listen-lm-menu .link a{
	font-size: 15px;
	color: #555555;
	line-height: 47px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	overflow: hidden;
	text-align: center;
	max-height: 0;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
}
.WebLink li:hover .listen-lm-menu .link a {
    max-height: 48px;
	transition: all .5s ease;
}
.listen-lm-menu .link a:hover{
	background: #f0f0f0;
	color: #877875;
} 
.WebLink li::after{
	content: "";
	position: absolute;
	width: 10%;
	opacity: 0;
	left: 50%;
	margin-left: -5%;
	height: 5px;
	background: #d11f27;
	bottom: -24px; 
	transition: all .5s ease;
}
.WebLink li:hover::after{
	width: 100%;
	opacity: 1;
	left: 0;
	margin-left: 0;
	transition: all .5s ease;
}

/*indexVideo*/
.indexVideo{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
} 
.indexVideo::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 22;
	top: 0;
	left: 0;
}
.indexVideo > img{ 
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.syHbInfo{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 42%;
	text-align: center;
	color: #fff;
	z-index: 999;
}
.syHbInfo .cn{
	font-size: 64px;
	line-height: 70px;
	font-family: "思源黑体 CN";
}
.syHbInfo .en{
	font-family: "sample";
	font-size: 20px;
	line-height: 25px;
	margin-top: 25px;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -11.5px;
	z-index: 88;
	margin-top: 50px;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

/*indexAbout*/
.indexAbout{
	padding: 95px 0 30px 0;
	min-height: 818px;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: 100% 100%;
}
.indexAbout .container{
	max-width: 1648px;
}
.sy-zjwm{
	width: 40.6%;
	float: left;
}
.sy-abt-num{
	width: 48.54368932%;
	float: right;
	overflow: hidden;
	margin-top: 135px;
}
.sy-abt-num .lb{
	float: left;
	border-right: 1px solid #b3cbd6;
	padding-right: 40px;
	margin-right: 40px;
	text-align: center;
}
.sy-abt-num .lb:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.sy-abt-num .lb .num{
	font-size: 18px;
	color: #555555;
}
.sy-abt-num .lb .num i{
	font-size: 30px;
}
.sy-abt-num .lb .num span{
	font-size: 60px;
	color: #d11f27;
	font-family: "barlow";
	font-weight: bold;
	line-height: 60px;
	margin: 0 5px;
}
.sy-abt-num .lb .txt{
	font-size: 15px;
	color: #5b5c5c;
	line-height: 25px;
	margin-top: 4px;
}

/*indexBrand*/
.indexBrand{
	padding: 164px 0 30px;
	min-height: 818px;
	background: url(../images/sy-brand-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexBrand .container{
	max-width: 1648px;
}
.sy-ppzx{
	width: 40.6%; 
}
.sy-ppzx-tj{
	position: relative;
	width: 100%;
	max-width: 580px;
	margin-top: 95px;
}
.syPpzxSwiper{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.syPpzxSwiper .swiper-slide a{
	display: block;
	width: 100%;
	border-bottom: 2px solid #6f7070;
	line-height: 42px;
	position: relative;
	font-size: 14px;
	color: #666666;
	padding-right: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syPpzxSwiper .swiper-slide a:hover{
	border-bottom: 2px solid #fe1f20;
	color: #fe1f20;
}
.syPpzxSwiper .swiper-slide a i{
	font-size: 20px;
	position: absolute;
	right: 0;
	font-weight: bold;
	top: 0;
}
.syPpzxN{
	right: 0 !important;
}
.syPpzxP{
	left: 0 !important;
}

/*indexCulture*/
.indexCulture{
	background: url(../images/sy-whzx-back.jpg) no-repeat top right;
	background-size: auto 100%;
	overflow: hidden;
}
.indexCulture .Pic{
	width: 63.54166666%;
	float: left;
}
.indexCulture .Pic img{
	width: 100%;
}
.sy-whzx{
	width: 50%;
	max-width: 490px;
	float: left;
	margin-left: 92px;
	padding-top: 12%;
}

/*indexShow*/
.indexShow{ 
	background: #2e313b;
	overflow: hidden;
}
.syZszxSwiper{
	width: 66.14583333%;
	float: right;
	position: relative;
	overflow: hidden;
}
.syZszxSwiper .swiper-slide > img{
	width: 100%;
}
.sy-zszx{
	width: 50%;
	max-width: 425px;
	float: left;
	margin-left: 152px;
	padding-top: 10%;
}
.sy-zszx .sy-lm-tit,
.sy-zszx .sy-lm-sub,
.sy-zszx .sy-lm-txt{
	color: #fff;
}
.sy-zszx .sy-lm-more{
	color: #fff !important;
	border: 1px solid #fff;
}
.syZszxPag{
	bottom: 40px !important;
}
.syZszxPag .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
	margin: 0 8px !important;
}

/*indexNews*/
.indexNews{
	padding: 98px 0 76px;
}
.indexNews .container{
	max-width: 1280px;
	position: relative;
}
.indexNews .sy-lm-txt{
	margin: 12px 0 0 0;
}
.syXwSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 35px;
}
.sy-news-list .pic{
	overflow: hidden;
}
.sy-news-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-news-list .tit{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0;
    transition: all .5s ease;
}
.sy-news-list:hover .tit{
	color: #b62027;
    transition: all .5s ease;
}
.sy-news-list .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .time{
	font-family: "sapie";
	font-size: 14px;
	color: #666666;
	margin-top: 35px;
}
.syXwN,
.syXwP{
	margin-top: 0 !important;
	top: 35px !important;
}
.syXwP{
	left: auto !important;
	right: 68px !important;
}

/*indexContact*/
.indexContact{
	padding: 46px 0 45px;
	background: url(../images/sy-lx-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexContact .container{
	max-width: 1280px;
}
.indexContact .top-tit{
	font-size: 40px;
	color: #fff;
	line-height: 45px;
}
.indexContact .box{
	overflow: hidden;
	margin-top: 28px;
}
.indexContact .lb{
	float: left;
	width: 31%;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}
.indexContact .lb:nth-of-type(3n+2){
	margin: 0 3.5%;
}
.indexContact .lb a{
	margin-right: 14px;
}

/*prev next*/
.web-next1,
.web-prev1{
	width: 39px !important;
	background: rgba(255,255,255,0) !important;
	text-align: center;
	line-height: 37px;
	height: 39px !important;
	border: 1px solid #b2b2b2;
	border-radius: 39px;
	color: #333;
	margin-top: -19.5px !important;
	transition: all .5s ease;
}
.web-next1:hover,
.web-prev1:hover{
	color: #fff;
	background: #f95d5f !important;
	border: 1px solid #f95d5f;
	transition: all .5s ease;
}
.web-next1 i,
.web-prev1 i{
	font-size: 20px;
}
.web-prev1{
	transform: rotate(180deg);
}

/*sy-tit*/
.sy-lm-tit{
	font-size: 48px;
	line-height: 52px;
	color: #d11f27;
}
.sy-lm-txt{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin: 25px 0 35px;
}
.sy-lm-sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.sy-lm-more{
	display: block;
	width: 133px;
	height: 44px;
	text-align: center;
	line-height: 41px;
	border: 1px solid #acbecc;
	border-radius: 44px;
	font-size: 16px;
	color: #555555 !important;
	margin-top: 45px;
}
.sy-lm-more i{
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-left: 10px;
}
.sy-lm-more:hover{
	background: #d11f27;
	border: 1px solid #d11f27;
	color: #fff !important;
}

/*about*/
.about{
	padding: 75px 0 78px;
}
.about-one{
	margin-top: 68px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 45px;
}
.about-one .about-info{
	width: 50%;
	float: left;
}
.about-one .sy-abt-num{
	margin-top: 30px;
	width: 41%;
}
.about-one .sy-abt-num .lb{
	border-right: 1px solid #d9d8d8;
}
.about-one .sy-abt-num .lb:last-child{
	border-right: none;
}
.about-info{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.about-two{
	margin-top: 40px;
}
.about-more{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 35px;
}
.about-more.none{
	display: none;
}
.about-more span:hover{
	color: #d11f27;
}
.about-more i{
	display: block;
	font-size: 28px;
	margin-bottom: 10px; 
}
.about-more span{
	display: inline-block;
	cursor: pointer;
}
.about-three{
	margin-top: 75px;  
}
.about-three.none{
	display: none;
}
.about-three .lb{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 42px;
	padding-bottom: 50px;
}
.about-three .lb:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.about-three .tit{
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	color: #d11f27;
	margin-bottom: 35px;
}

/*corporateVideo*/
.corporateVideo{
	padding: 75px 0 95px;
}
.qysp{
	margin-top: 55px;
}

/*honor*/
.honor{
	padding: 65px 0 88px;
}
.honor .about-top-sub{
	font-size: 20px;
	color: #666666;
	margin-top: 32px;
}
.honor .about-top-sub span{
	font-family: arial;
	color: #d11f27;
}
.honor .hd{
	margin-top: 60px;
}
.honor .hd ul{
	text-align: center;
}
.honor .hd ul li{
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #d2d2d2;
	border-radius: 44px;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s ease;
}
.honor .hd ul li:hover,
.honor .hd ul li.on{
	border: 1px solid #d11f27;
	background: #d11f27;
	color: #fff;
	transition: all .5s ease;
}
.honor .bd{
	margin-top: 60px;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 68px;
}
.honor-list{
	border: 1px solid #dcdcdc;
	transition: all .5s ease;
}
.honor-list:hover{ 
	border: 1px solid #d11f27;
	transition: all .5s ease;
}
.honor-list .pic{
	text-align: center;
	padding: 45px 20px 46px; 
}
.honor-list .tit{
	text-align: center;
	line-height: 56px;
	border-top: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.honor-list:hover .tit{
	background: #d11f27;
	border-top: 1px solid #d11f27;
	color: #fff;
	transition: all .5s ease;
}
.go-patent{
	width: 192px;
	line-height: 54px;
	border-radius: 5px;
	background: #f1f1f1;
	font-size: 16px;
	color: #d11f27;
	text-align: center;
	margin: 68px auto 0;
	cursor: pointer;
	transition: all .5s ease;
}
.go-patent:hover{
	background: #d11f27;
	color: #fff;
	transition: all .5s ease;
}
.patent{
	width: 90% !important;
	max-width: 1400px !important;
	height: 82% !important;  
}
.patent-box{
	padding: 62px 90px 30px;
}
.patent-box .title{
	font-size: 48px;
	color: #fff;
	line-height: 52px;
}
.patent-box .class{
	margin-top: 36px;
	overflow: hidden;
}
.patent-box .class a{
	display: block;
	width: 145px;
	line-height: 45px;
	background: #f1f1f1;
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-right: 10px;
	border-radius: 5px;
	float: left;
}
.patent-box .class a:hover,
.patent-box .class a.on{
	background: #d11f27;
	color: #fff;
}
.patent-box ul{
	overflow: hidden;
	margin-top: 36px;
}
.patent-box ul li{
	width: 25%;
	float: left;
	border-bottom: 1px solid #727171;
	line-height: 62px;
	padding: 0 18px;
	background: url(../images/zl-dot.png) no-repeat left center; 
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*organizational*/
.organizational{
	padding: 68px 0 90px;
}
.organizational .cont{
	margin-top: 48px;
	text-align: center;
}

/*gyly*/
.gyly .cont{
	margin-top: 20px;
}

/*history*/
.history{
	padding: 65px 0 80px;
	background: url(../images/history.jpg) no-repeat bottom center;
	background-size: cover;
	min-height: 873px;
}
.history .container{
	max-width: 1550px;
	position: relative;
}
.history .about-top-sub{
	margin-top: 30px;
}
.history-show{
	margin-top: 75px;
	min-height: 123px;
	background: url(../images/history-line.png) no-repeat top 59px center;
	 
}
.historySwiper {
	position: relative;
	overflow: hidden;
	height: 510px;
}
.historySwiper .swiper-slide{  
	position: relative;
}
.historySwiper .swiper-slide:nth-of-type(5n+1){
	top: 49px;
}
.historySwiper .swiper-slide:nth-of-type(5n+2){
	top: 0;
}
.historySwiper .swiper-slide:nth-of-type(5n+3){
	top: 59px;
}
.historySwiper .swiper-slide:nth-of-type(5n+4){
	top: 0;
}
.historySwiper .swiper-slide:nth-of-type(5n+5){
	top: 44px;
}
.historySwiper .swiper-slide .year{
	text-align: center;
	font-family: "helev";
	font-size: 60px;
	line-height: 60px;
	color: #d11f27;
}
.historySwiper .swiper-slide .dot{
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	position: relative;
	border: 3px solid #a0a0a0;
	margin: 24px auto 48px;
}
.historySwiper .swiper-slide.hot .dot{
	border: 3px solid #d11f27;
}
.historySwiper .swiper-slide.hot .dot::after{
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(209,48,56,0.3);
	border-radius: 100%;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -13px;
}
.historySwiper .swiper-slide .cont{
	font-size: 15px;
	line-height: 26px;
	padding: 0 15%;
	height: 156px;
	color: #666666;
	overflow: auto;
}
.historySwiper .swiper-slide.hot .cont{
	color: #d13038;
}
.history-next,
.history-prev{
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0;
	background: #fff !important;
	border: 1px solid #fff;
}
.history-next{
	right: 47% !important;
}
.history-prev{
	left: 47% !important;
}

/*memory*/
.memory{
	padding: 75px 0 88px;
}
.memory .about-top-sub{
	font-size: 16px;
	text-align: left;
	margin-top: 42px;
}
.memory-show{
	overflow: hidden;
	margin-top: 60px;
}
.memory-show .leftBd{
	width: 73.512%;
	float: left;
}
.memory-show .hd{
	width: 25.4762%;
	float: right;
	height: 888px;
	overflow: auto;
	padding-right: 20px;
}
.memory-show .hd ul{
	overflow: hidden;
}
.memory-show .hd ul li{
	width: 48.6%;
	float: left;
	cursor: pointer;
	margin-bottom: 6px;
}
.memory-show .hd ul li:nth-of-type(2n+2){
	float: right;
}
.memory-show .hd ul li .pic{
	overflow: hidden;
	position: relative;
}
.memory-show .hd ul li .pic::after{
	content: "\e726";
	position: absolute;
	font-family: "iconfont";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center; 
	font-size: 30px;
	color: #fff;  
	padding-top: 20%;
	background: rgba(209,31,39,0.8);
	transform: scale(1.92);
	opacity: 0;
    transition: all .5s ease;
}
.memory-show .hd ul li.on .pic::after{
	transform: scale(1);
	opacity: 1;
    transition: all .5s ease;
}
.memory-show .hd ul li .tit{
	text-align: center;
	line-height: 44px;
	background: #f5f5f5;
	font-size: 16px;
	color: #555555;
    transition: all .5s ease;
}
.memory-show .hd ul li.on .tit{
	color: #d11f27;
    transition: all .5s ease;
}
.mbZmjySwiper{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	padding-bottom: 45px;
}
.mbZmjySwiper img{
	width: 100%;
}
.mbZmjySwiper .tit{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

/*panorama*/
.panorama{
	padding: 75px 0 0 0;
}
.panorama .cont{
	margin-top: 50px;
}
.panorama .cont img{
	width: 100%;
}

/*culture*/
.culture{
	padding: 58px 0 0 0;
}
.culture .container{
	max-width: 1420px;
}
.qywh-box{
	padding: 110px 0;
	background: url(../images/qywh-back.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 45px;
}
.qywh-box .lb{
	overflow: hidden;
	margin-bottom: 15px;
}
.qywh-box .lb .tit{
	float: left;
	width: 136px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #d11f27;
}
.qywh-box .lb .txt{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	float: left;
	margin-left: 32px;
}
.qywh-box .lb .txt .item{
	overflow: hidden;
}
.qywh-box .lb .txt .item span{
	display: block;
	width: 270px;
	float: left;
	margin-right: 15px;
}

/*partyBuilding*/
.partyBuilding{
	padding: 56px 0 85px;
}
.partyBuilding .container{
	max-width: 1380px;
}
.djyl-sp{
	margin-top: 60px;
}
.partyBuilding-two{
	padding: 58px 0 22px;
}
.partyBuilding-two .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	background: url(../images/hslxj-t-b.png) no-repeat top center;
	padding-top: 162px;
}
.partyBuilding-two .box1{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin-top: 52px;
}
.partyBuilding-two .box1 .lb{
	width: 31.884058%;
	background: #f5f5f5;
}
.partyBuilding-two .box1 .lb .pic{
	overflow: hidden;
}
.partyBuilding-two .box1 .lb .pic img{
	width: 100%;
}
.partyBuilding-two .box1 .lb .tit{
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #d11f27;
}
.partyBuilding-two .box1 .lb .info{
	padding: 30px 30px 34px;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.partyBuilding-two .box1 .lb .info p{
	background: url(../images/lxj-dot.png) no-repeat left center;
	padding-left: 18px;
}
.partyBuilding-two .box2{
	margin-top: 60px;
}
.partyBuilding-two .box2 .lb{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 46px;
	margin-bottom: 38px;
}
.partyBuilding-two .box2 .lb .tit{
	font-size: 24px;
	line-height: 28px;
	color: #d11f27;
}
.partyBuilding-two .box2 .lb .cont{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 30px;
}
.partyBuilding-three .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.partyBuilding-three .top-sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 40px;
}
#djhdImg{
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
#djhdImg .swiper-slide{
	width: 53.71626216%;
	margin-top: 60px; 
}
#djhdImg .swiper-slide .pic{
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}
#djhdImg .swiper-slide .pic::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
    transition: all .5s ease;
}
#djhdImg .swiper-slide.swiper-slide-active .pic::after{
	opacity: 0;
    transition: all .5s ease;
}
#djhdImg .swiper-slide .pic img{
	width: 100%;
}
#djhdImg .swiper-slide .info{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 28px;
	opacity: 0;
    transition: all .5s ease;
}
#djhdImg .swiper-slide.swiper-slide-active .info{
	opacity: 1;
    transition: all .5s ease;
}

/*abt-tit*/
.about-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #222222;
}
.about-top-line{
	width: 24px;
	height: 2px;
	background: #d11f27;
	margin: 35px auto 0;
}
.about-top-sub{
	text-align: center;
	font-size: 18px;
	color: #555555;
	line-height: 25px;
	margin-top: 44px;
}

/*news*/
.news{
	padding: 60px 0 68px;
} 
.news-top{
/*	margin-bottom: 75px;*/
}
.news-top .left{
	width: 37.142857142%;
	position: relative;
	float: left;
	overflow: hidden;
}
.news-top .left img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news-top .left:hover img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news-top .left .bt{
	width: 100%;
	height: 67px;
	overflow: hidden;
	background: rgba(0,0,0,0.8) url(../images/news-red-back.png) no-repeat left center;
	position: absolute;
	bottom: 0;
	left: 0; 
}
.news-top .left .bt .time{
	height: 62px;
	font-family: arial;
	color: #fff;
	float: left;
}
.news-top .left .bt .time .day{
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
	text-indent: 28px;
}
.news-top .left .bt .time .year{
	font-size: 15px;
	text-indent: 16px;
}
.news-top .left .bt .tit{
	float: left;
	margin-left: 8%;
	line-height: 67px;
	min-height: 67px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	width: 76%;
	
}
.news-top .right{
	width: 61.54762%;
	float: right;
}
.news-top .right .item-list{
	width: 100%;
	overflow: hidden;
}
.news-top .right .item-list:first-child{
	margin-bottom: 26px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 26px; 
}
.news-top .right .item-list .Pic{
	width: 25.9%;
	overflow: hidden;
	float: left;
}
.news-top .right .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news-top .right .item-list:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news-top .right .item-list .Info{
	width: 70.33334%;
	float: right;
}
.news-top .right .item-list .Info .tit{
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	min-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news-top .right .item-list:hover .Info .tit{
	color: #d11f27;
	transition: all .5s ease;
}
.news-top .right .item-list .Info .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin: 12px 0;
}
.news-top .right .item-list .Info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-top .right .item-list .Info i{
	font-size: 26px;
	margin-top: 2px;
	color: #d11f27;
	display: block;
}
.news .row{
	margin-top: 0;
}
.news .sy-news-list{
	margin-bottom: 46px;
}
.news .sy-news-list .tit{
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin: 28px 0 14px;
	transition: all .5s ease;
}
.news .sy-news-list:hover .tit{
	color: #d11f27;
	transition: all .5s ease;
}
.news .sy-news-list .time{
	margin-top: 0;
}
.news .sy-news-list .sub{
	height: 75px;
	-webkit-line-clamp: 3;
	margin-top: 16px;
}
.newsDe{
	padding: 78px 0 88px;
}
.newsDe .container{
	max-width: 1100px;
}
.newsDe .title{
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	color: #333333;
}
.newsDe .time{
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	color: #888888;
	margin-top: 22px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 32px;
}
.newsDe .content{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 45px;
}
.dePage{
	border-top: 1px solid #dddddd;
	margin-top: 75px;
	overflow: hidden;
	padding-top: 30px;
}
.dePage .sxy{
	width: 75%;
	float: left;
}
.dePage .sxy a{
	display: block;
	font-size: 16px;
	color: #888888;
	line-height: 32px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #d11f27;
}
.dePage .return{
	display: block;
	width: 120px;
	height: 42px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #d11f27;
	border: 1px solid #d11f27;
	border-radius: 44px;
	float: right;
	margin-top: 12px;
}
.dePage .return:hover{
	background: #d11f27;
	color: #fff;
}
.dePage .return i{
	font-size: 28px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

/*publicity*/
.publicity{
	padding: 75px 0 88px;
}
.publicity .class{
	text-align: center;
}
.publicity .class a{
	display: inline-block;
	width: 144px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 45px;
	font-size: 18px;
	color: #333333;
	margin: 0 7.5px;
}
.publicity .class a:hover,
.publicity .class a.on{
	background: #d11f27;
	color: #fff;
	border: 1px solid #d11f27;
}
.publicity ul{
	margin-top: 65px;
	overflow: hidden;
}
.publicity ul li{
	width: 48%;
	float: left;
	position: relative;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 24px;
	margin-bottom: 26px;
	padding-right: 60px;
}
.publicity ul li:nth-of-type(2n+2){
	float: right;
}
.publicity ul li .time{
	font-family: arial;
	font-size: 18px;
	color: #8f8f8f;
	line-height: 25px;
}
.publicity ul li .tit{
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-top: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.publicity ul li:hover .tit{
	color: #d11f27;
	transition: all .5s ease;
}
.publicity ul li i{
	font-size: 36px;
	position: absolute;
	top:8px;
	right: 0;
	color: #888888;
	transition: all .5s ease;
}
.publicity ul li:hover i{
	color: #d11f27;
	transition: all .5s ease;
}

/*brandCenter*/
.brandCenter{
	padding: 88px 0 108px;
}
.brandCenter .row{
	margin-left: -4px;
	margin-right: -4px;
}
.brandCenter .pdg{
	padding: 0 3.5px;
}
.brand-list{
	margin-bottom: 7px;
	overflow: hidden;
	position: relative;
}
.brand-list img{
	width: 100%;
	transform: scale(1.12);
    transition: all .5s ease;
}
.brand-list:hover img{
	transform: scale(1);
    transition: all .5s ease;
}
.brand-list::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 22;
	transition: all .5s ease;
}
.brand-list:hover::after{
	top: 100%;
	transform: scale(0.8);
	transition: all .5s ease;
}
.brand-list .info{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 33;
	top: 35%;
	color: #fff;
	transition: all .5s ease;
}
.brand-list:hover .info{
	opacity: 0;
	transition: all .5s ease;
}
.brand-list .info .tit{
	font-size: 28px;
	line-height: 32px;
}
.brand-list .info .more{
	width: 114px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 36px;
	font-size: 15px;
	margin: 32px auto 0;
}
/*productSystem*/
.productSystem{
	padding: 90px 0 106px;
}
.brand-left-lm{
	width: 150px;
	float: left;
	border-top: 3px solid #d11f27;
}
.brand-left-lm .item{
	border-bottom: 1px solid #d4d4d4;
}
.brand-left-lm .item h3{
	position: relative;
	line-height: 65px;
	padding-left: 24px;
}
.brand-left-lm .item h3 i{
	position: absolute;
	right: 16px;
	top: 0;
	font-size: 22px;
	color: #d11f27;
	opacity: 0;
	transition: all .5s ease;
}
.brand-left-lm .item.on h3 i,
.brand-left-lm .item:hover h3 i{
	opacity: 1;
	right: 12px;
	transition: all .5s ease;
}
.brand-left-lm .item h3 a{
	font-size: 16px;
	color: #333333;
	display: block;
}
.brand-left-lm .item.on h3 a,
.brand-left-lm .item:hover h3 a{
	color: #d11f27;
}
.brand-left-lm .item ul{
	display: none;
}
.brand-left-lm .item.on ul{
	display: block; 
}
.brand-left-lm .item.on ul li a{
	display: block;
	padding-left: 24px;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #666666;
}
.brand-left-lm .item ul li:last-child{
	margin-bottom: 12px;
	overflow: hidden;
}
.brand-left-lm .item.on ul li a:hover,
.brand-left-lm .item.on ul li a.on{
	color: #d11f27;
}
.brand-right{
	width: 84%;
	max-width: 1408px;
	float: right;
}
.prosys-list{ 
	margin-bottom: 110px;
}
.prosys-list:last-child{
	margin-bottom: 0;
}
.prosys-list .banner-carousel{
	width: 57.6704545%;
	position: relative;
	float: left;
}
.prosys-list:nth-of-type(2n+2) .banner-carousel{
    float: right;
}
.prosys-list .banner-carousel .ho-img{
	width: 100%;
}
.prosys-list .banner-carousel .pro-btn{
	width: 100px;
	height: 50px;
	bottom: 0;
	position: absolute;
	background: #fff;
	right: -50px;
	z-index: 99;
	display: flex; 
}
.prosys-list:nth-of-type(2n+2) .banner-carousel .pro-btn{
    right: auto;
    left: -50px;
}
.prosys-list .banner-carousel .pro-btn .prev,
.prosys-list .banner-carousel .pro-btn .next{
	width: 50px;
	height: 50px;
	display: flex;
	display: flex; 
	justify-content: center;
    align-items: center;
}
.prosys-list .banner-carousel .pro-btn .prev i,
.prosys-list .banner-carousel .pro-btn .next i{
	font-size: 28px;
	color: #d42e35;
	transition: .5s;
}
.prosys-list .banner-carousel .pro-btn .next{
	background: #d11f27;
}
.prosys-list:nth-of-type(2n+2) .banner-carousel .pro-btn .next{
	background: #fff;
}
.prosys-list:nth-of-type(2n+2) .banner-carousel .pro-btn .prev{
	background: #d11f27;
}
.prosys-list .banner-carousel .pro-btn .next i{
	color: #fff;
}
.prosys-list:nth-of-type(2n+2) .banner-carousel .pro-btn .prev i{
	color: #fff;
}
.prosys-list:nth-of-type(2n+2) .banner-carousel .pro-btn .next i{
	color: #d11f27;
}
.prosys-list .banner-carousel .pro-btn .prev{
	transform: rotate(180deg);
}
.prosys-list .banner-carousel .pro-btn .prev:hover i {
    transform: translateX(10px);
    transition: .5s;
}
.prosys-list .banner-carousel .pro-btn .next:hover i {
    transform: translateX(10px);
    transition: .5s;
}
.prosys-list .text{
	width: 35.6%;
	float: right;
	padding-top: 6%;
}
.prosys-list:nth-of-type(2n+2) .text{
    float: left;
}
.prosys-list .text h4{
	font-family: "helev";
	font-size: 48px;
	line-height: 50px;
	color: #555555;
	text-transform: uppercase;
}
.prosys-list .text h2{
	font-size: 28px;
	line-height: 35px;
	color: #555555;
	margin-top: 28px;
}
.prosys-list .text .product-title{
	margin-top: 30px;
}
.prosys-list .text .product-title li{
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	position: relative;
    transition: .5s;
}
.prosys-list .text .product-title li::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #d42e35;
	left: 0;
	top: 50%;
	margin-top: -1px;
    transition: .5s;
}
.prosys-list .text .product-title li.active{
	padding-left: 32px;
	color: #d42e35;
    transition: .5s;
}
.prosys-list .text .product-title li.active::after{
	width: 26px;
    transition: .5s;
}
/*case*/
.case{
	padding: 90px 0 78px;
}
.case .pdg{
	padding: 0 19.5px;
}
.case-list{
	margin-bottom: 32px;
}
.case-list .pic img{
	width: 100%;
}
.case-list .info{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 24px;
}
/*retailStore*/
.retailStore{
	padding: 88px 0 70px;
}
.retailStore .top-sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.mapAddress{
	background: #f6f8f9;
	padding: 45px 33px 30px 82px;
	overflow: hidden;
	margin-top: 40px;
}
.mapAddress > img{
	width: 58.4%;
	float: left;
}
.query-store{
	width: 35%;
	max-width: 420px;
	float: right;
}
.query-store form{
	overflow: hidden;
}
.query-store form select{
	width: 44%;
	height: 48px;
	border: 1px solid #d2d2d2;
	background: url(../images/md-sjx.png) no-repeat right 20px center;
	border-radius: 5px;
	font-size: 16px; 
	color: #333;
	padding-left: 24px;
	margin-right: 10px;
}
.result-store{
	overflow: auto;
	height: 715px;
	margin-top: 52px;
	padding-right: 32px;
}
.result-store .province{
	font-size: 36px;
	line-height: 40px;
	color: #d11f27;
	border-bottom: 1px solid #d4d5d6;
	padding-bottom: 26px;
	margin-bottom: 26px;
}
.store-list{
	border-bottom: 1px solid #d4d5d6;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.store-list .tit{
	font-size: 22px;
	color: #333333;
	line-height: 25px;
}
.store-list .info{
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	margin-top: 20px;
}

/*aluminum*/
.aluminum-one{
	padding: 85px 0 95px;
}
.aluminum-one .Pic{
	width: 49.881%;
	float: left;
}
.aluminum-one .Info{
	width: 46%;
	float: right;
}
.aluminum-one .Info > img{
	margin-top: 22px;
}
.aluminum-one .Info .cont{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 40px;
}
.lxc-num{
	overflow: hidden;
	margin-top: 75px;
}
.lxc-num .lb{
	border-right: 1px solid #dddbdb;
	padding-right: 42px;
	margin-right: 42px;;
	float: left;
}
.lxc-num .lb:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.lxc-num .lb .num{
	font-size: 16px;
	color: #555555;
}
.lxc-num .lb .num span{
	font-family: "sapie";
	font-size: 48px;
	line-height: 39px;
	color: #036eb8;
}
.lxc-num .lb .txt{
	font-size: 15px;
	color: #5b5c5c;
	margin-top: 6px;
}
.aluminum-two{
	padding: 0 0 75px;
}
.aluminum-two .box{
	overflow: hidden;
	background: #036eb8;
	border-top-left-radius: 30px;
	margin-top: 50px;
}
.aluminum-two .box .Info{
	color: #fff;
	width: 41.66667%;
	float: left;
	padding-left: 4%;
	padding-top: 6%;
}
.aluminum-two .box .Info .txt1{
	font-size: 38px;
	line-height: 56px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 40px;
	margin-bottom: 38px;
}
.aluminum-two .box .Info .txt2{
	font-size: 17px;
	line-height: 32px;
}
.aluminum-two .box .Pic{
	width: 50%;
	float: right;
}
.lxcProSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 75px;
	margin-top: 70px;
}
.lxcProSwiper .swiper-slide{
	background: #fff;
	padding: 15px 0 ;
}
.lxcProSwiper .swiper-slide .pic{
	text-align: center;
}
.lxcProSwiper .swiper-slide .tit{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 16px 0 6px;
}
.aluminum-three{
	padding: 62px 0 95px;
	background: #f5f5f5;
}
.lxcYylySwiper{ 
	width: 100%;
	max-width: 940px;
	margin: 55px auto 0;
	position: relative;
	overflow: hidden;
}
.lxcYylySwiper .swiper-slide{
	cursor: pointer;
}
.lxcYylySwiper .swiper-slide .ico{
	width: 80px;
	height: 80px;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.lxcYylySwiper .swiper-slide.swiper-slide-thumb-active .ico{
	border: 1px solid #036eb8;
	background: #036eb8;
    transition: .5s;
}
.lxcYylySwiper .swiper-slide.swiper-slide-thumb-active .ico img{
	filter: brightness(100); 
}
.lxcYylySwiper .swiper-slide .tit{
	font-size: 18px;
	color: #555555;
	line-height: 25px;
	margin-top: 14px;
	text-align: center;
    transition: .5s;
}
.lxcYylySwiper .swiper-slide.swiper-slide-thumb-active .tit{
	color: #036eb8;
    transition: .5s;
}
.lxcYylySwiper2{
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.lxcYylySwiper2 .swiper-slide{
	position: relative;
	background: #3871c1;
}
.lxcYylySwiper2 .swiper-slide .Info{
	width: 50%;
	float: left;
	color: #fff;
	padding: 80px 105px 30px 68px;
}
.lxcYylySwiper2 .swiper-slide .Info .tit{
	font-size: 36px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 22px;
}
.lxcYylySwiper2 .swiper-slide .Info .en{
	font-size: 16px;
	line-height: 25px;
	font-family: arial;
	margin-top: 22px;
	text-transform: uppercase;
}
.lxcYylySwiper2 .swiper-slide .Info .cont{
	font-size: 16px;
	line-height: 28px;
	margin-top: 26px;
}
.lxcYylySwiper2 .swiper-slide .Pic{
	width: 50%;
	float: right;
	overflow: hidden;
}
.lxcYylySwiper2 .swiper-slide .Pic img{
	width: 100%;
}
/*.lxcYylySwiper2 .swiper-slide > img{
	width: 100%;
}
.lxcYylySwiper2 .swiper-slide .info{
	position: absolute;
	width: 80%;
	max-width: 430px;
	top: 34%;
	left: 65px;
	color: #fff;
}
.lxcYylySwiper2 .swiper-slide .info .tit{
	font-size: 36px;
	line-height: 40px;
}
.lxcYylySwiper2 .swiper-slide .info .cont{
	font-size: 16px;
	line-height: 28px;
	margin-top: 45px;
} */
.aluminum-four{
	padding: 68px 0 78px;   
}
.aluminum-four .container{
	max-width: 1280px;
}
.yfsl-banner {
    position: relative; 
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}
.dg-prev,.dg-next{
	position: absolute;
	z-index: 99;
	width: 58px;
	height: 58px;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	top: 50%;
	margin-top: -29px;
    transition: all .5s ease;
}
.dg-next:hover,
.dg-prev:hover{
	color: #fff;
	background: #036eb8 !important;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.dg-prev{
	left: -55px;
	transform: rotate(180deg);
}
.dg-next{
	right: -55px;
}
.dg-container {
    position: relative;
    width: 100%; 
}
.dg-prev i,
.dg-next i{
	font-size: 28px;
}

.dg-wrapper {
    width: 583px;
    height: 319px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%; 
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    width: 100%;
    height: 319px;
    background: #fff;
	object-fit: cover;
}
.dg-wrapper a .tit{
	text-align: center;
	font-size: 22px;
	color: #222222;
	line-height: 28px;
	opacity: 0;
	margin-top: 22px;
    transition: all .5s ease;
}
.dg-center .tit{
	opacity: 1 !important;
    transition: all .5s ease;
}
.dg-center{
	z-index: 22 !important;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
    
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button {
     position: relative;
     z-index: 5;
	display: none;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #01BDFF;
}

/*testing*/
.testing-one{
	padding: 85px 0 75px;
}
.testing-one .cont{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 42px;
}
.test-top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.testing-two{
	padding: 55px 0 78px;
	background: #f3fafe;
}
.testing-two .pic{
	text-align: center;
	margin-top: 60px;
}
.testing-two .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px; 
	width: 100%;
	max-width: 810px;
	margin: 20px auto 0;
}
.testing-three{
	padding: 58px 0 78px;
}
.testHonorSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 75px;
	margin-top: 55px;
}
.testingCenter-one{
	padding: 70px 0 94px;
}
.testingCenter-one .Info{
	width: 40%;
	float: left;
	padding-top: 40px;
}
.testingCenter-one .Info .test-top-tit{
	text-align: left;
}
.testingCenter-one .Pic{
	width: 48.512%;
	float: right;
}
.testingCenter-one .Pic img{
	width: 100%; 
}
.test-cont{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 34px;
}
.testingCenter-two{
	padding: 68px 0 115px;
	background: url(../images/lxc-f-b.jpg) repeat-x top center;
	background-size: 100% 100%;
}
.testingCenter-two .container{
	max-width: 1315px;
	margin-top: 80px
}
.testingCenter-two .pic{
	width: 53.536121673%;
	float: left;
}
.testingCenter-two .cont{
	width: 37.5%;
	float: right;
	margin-top: 24px;
}
.testingCenter-two .cont .tit{
	font-size: 28px;
	color: #222222;
	line-height: 35px;
}
.testingCenter-two .cont .sub{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 34px;
}

/*productionLine*/
.scx-info{
	padding: 92px 0 82px;
	background: url(../images/5g-back.jpg) no-repeat right bottom;
}
.scx-info .container{
	max-width: 950px;
}
.scx-info .container .about-top-sub{
	text-align: left;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.scx-show{
	padding: 115px 0 100px;
	background: #f2f2f2 url(../images/scx-back2.jpg) repeat-y top center; 
	position: relative;
	margin-bottom: 70px;
}
@media ( min-width:1920px ) {
	.scx-show{
		background-size: 1920px 100%;
	} 
}
@media ( max-width:1919px ) { 
	.scx-show{
		background-size: 100% 100%;
	}
}
.scx-show::after{
	content: "";
	position: absolute;
	width: 40%;
	right: 0;
	height: 100%;
	background: #1173ba;
	z-index: 22;
	top: 0;
}
.scx-show .hd{
	width: 31.4%;
	float: left;
	position: relative;
	z-index: 99;
}
.scx-show .hd ul{
	overflow: hidden;
}
.scx-show .hd ul li{
	width: 49.622%;
	height: 50%; 
	/*height: 235px;*/
	float: left;
	padding-bottom: 44.5%;
	position: relative;
	height: 0;
	background: #fff;
	margin-bottom: 4px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	color: #555555;
	transition: all .5s ease;
}
.scx-show .hd ul li.on{
	background: #1781cd;
	color: #fff;
	transition: all .5s ease;
}
.scx-show .hd ul li:nth-of-type(2n+2){
	float: right
}
.scx-show .hd ul li img{
	padding-top: 20%;
}
.scx-show .hd ul li.on img{
	filter: brightness(100); 
}
.scx-show .hd ul li p{
	font-size: 22px;
	line-height: 28px;
	margin-top: 40px;
}
.scx-show .bd{
	width: 62.5%;
	float: right;
	position: relative;
	z-index: 99;
	margin-top: 54px;
} 
.scx-show .bd ul li{
	overflow: hidden;
}
.scx-show .bd ul li .info{
	color: #fff;
	width: 44.762%;
	float: left;
	margin-top: 25px;
}
.scx-show .bd ul li .info .tit{
	font-size: 36px;
	line-height: 40px;
}
.scx-show .bd ul li .info .cont{
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.scx-show .bd ul li .pic{
	width: 47.428571428%;
	float: right;
}

/*industrialChain*/
.industrialChain{
	padding: 70px 0 120px;
}
.industrialChain .about-top-sub{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.industrialChain .container{
	max-width: 1515px;
}
.cyl-show{
	margin-top: 60px;
	background: url(../images/cyl-line.jpg) repeat-y top center;
	padding: 30px 0;
}
.cyl-list{
	position: relative;
	overflow: hidden;
	margin-bottom: 55px;
}
.cyl-list::after{
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/cyl-dot.png) no-repeat center center;
	left: 50%;
	margin-left: -13px;
	top: 25%;
	z-index: 99;
}
.cyl-list .text{
	width: 43.564356%;
	float: left;
	overflow: hidden;
	padding-top: 4%;
}
.cyl-list:nth-of-type(2n+2) .text{
	float: right;
}
.cyl-list .text img{
	float: left;
	position: relative;
	top: 5px;
}
.cyl-list .text .info{
	width: 83%;
	float: right;
}
.cyl-list .text .info .tit{
	font-weight: bold;
	font-size: 28px;
	line-height: 35px;
	color: #d11f27;
}
.cyl-list .text .info  .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 22px;
}
.cyl-list .pic{
	width: 42.641%;
	float: right;
}
.cyl-list:nth-of-type(2n+2) .pic{
	float: left;
}

/*exhibitionCenter*/
.exhibitionCenter{
	padding: 84px 0 110px;
}
.exhibitionCenter .banner-carousel{
	width: 44.2857142587%;
	position: relative;
	float: left;
} 
.exhibitionCenter .banner-carousel .ho-img{
	width: 100%;
}
.exhibitionCenter .banner-carousel .pro-btn{
	width: 100px;
	height: 50px;
	bottom: 0;
	position: absolute;
	background: #fff;
	right: -50px;
	z-index: 99;
	display: flex; 
} 
.exhibitionCenter .banner-carousel .pro-btn .prev,
.exhibitionCenter .banner-carousel .pro-btn .next{
	width: 50px;
	height: 50px; 
	display: flex; 
	justify-content: center;
    align-items: center;
}
.exhibitionCenter .banner-carousel .pro-btn .prev i,
.exhibitionCenter .banner-carousel .pro-btn .next i{
	font-size: 28px;
	color: #d42e35;
	transition: .5s;
}
.exhibitionCenter .banner-carousel .pro-btn .next{
	background: #d11f27;
} 
.exhibitionCenter .banner-carousel .pro-btn .next i{
	color: #fff;
} 
.exhibitionCenter .banner-carousel .pro-btn .prev{
	transform: rotate(180deg);
}
.exhibitionCenter .banner-carousel .pro-btn .prev:hover i {
    transform: translateX(10px);
    transition: .5s;
}
.exhibitionCenter .banner-carousel .pro-btn .next:hover i {
    transform: translateX(10px);
    transition: .5s;
}
.exhibitionCenter .text{
	width: 48.214285714%;
	float: right;
	padding-top: 5%;
}
.exhibitionCenter .text .about-top-tit{
	text-align: left;
}
.exhibitionCenter .text .about-top-line{
	margin: 32px 0 0 0;
}
.exhibitionCenter .text .about-top-sub{
	font-size: 16px;
	color: #666666;
	text-align: left;
	line-height: 30px;
	margin-top: 32px;
}

/*join*/
.join{
	padding: 48px 0 60px;
}
.join .about-top-sub{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.join .container{
	max-width: 1285px;
} 
.join table{
	width: 100%;
	margin-top: 80px;
}
.join table tr th{
	background: #5d5c5c;
	height: 58px;
	font-size: 18px;
	color: #fff;
	padding: 0 15px 0 35px;
}
.join table tr td{
	padding: 0 15px 0 35px;
	height: 65px;
	border-bottom: 1px solid #fff;
	background: #f8f8f8;
	font-size: 16px;
	color: #555555;
	min-width: 180px;
	cursor: pointer;
}
.join table tr:nth-of-type(2n+2) td{
	background: #f5f5f5;
}
.zpTck{
	width: 90% !important;
	max-width: 648px !important;
	height: 77% !important; 
	background: #fff !important;
}
.joinDe{
	padding: 26px 40px;
}
.joinDe .clsname{
	font-size: 15px;
	color: #43559f;
	border: 1px solid #5060a5;
	padding: 0 15px;
	border: 1px solid #5060a5;
	border-radius: 30px;
	line-height: 27px;
	display: inline-block;
}
.joinDe .title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin: 20px 0 18px;
}
.joinDe .addr{
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.joinDe .content{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	margin-top: 26px;
}
.joinDe .content strong{
	font-size: 18px;
}
.joinDe .ljyp{
	width: 80%;
	margin: 38px auto 0;
	line-height: 62px;
	border-radius: 5px;
	background: #b9081d;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
}
/*contact*/
.contact{
	padding: 50px 0 0 0;
	position: relative; 
	height: 755px;
}
.contact .box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
}
.contact-text{
	width: 100%;
	max-width: 575px;
	float: right;
	padding: 42px 48px 60px 38px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.contact-text .gs-name{
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 26px;
	margin-bottom: 30px;
}
.contact-text .lb{
	overflow: hidden;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 16px;
	margin-bottom: 22px;
}
.contact-text .lb:last-child{ 
	margin-bottom: 0;
}
.contact-text .lb .ico{
	width: 45px;
	height: 45px;
	background: #f3f3f3;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    top: 8px;
}
.contact-text .lb .ico i{
	font-size: 22px;
	color: #4b78a4;
}
.contact-text .lb .info{
	width: 86%;
	float: right;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
}
.contact-text .lb .info .t{
	width: 33.333%;
	float: left;
}
.contact-text .lb .info .t{
	color: #333333;
	margin-bottom: 15px;
}
.contact-text .lb .info .t a{
	display: block;
	font-family: "helev";
	font-size: 18px;
	color: #d11f27;
}
.contact-text .lb .info b{
	color: #333;
}

/*Nybanner*/
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
	height: 76.9vh;
	object-fit: cover;
}
.Nylocation{
	margin-top: 30px;
	line-height: 56px;
}
.Nylocation .container{
	border-bottom: 1px solid #e8e8e8;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	min-width: 115px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #555;
	margin-right: 5px;
}
.Nylocation .now-lm a:last-child{
	margin-right: 0;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #d11f27;
	color: #fff;
}
.Nylocation .now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 29px;
	font-size: 16px;
	color: #777777;
}
.Nylocation .now-wz a{
	color: #777;
}
.Nylocation .now-wz a:hover{
	color: #d11f27;
}

/*footer*/
footer{
	background: url(../images/foot-back.jpg) no-repeat top center;
	background-size: cover;
}
.foot-top{
	padding: 65px 0 145px;
}
.foot-top .container{
	max-width: 1280px;
}
.foot-lm{
	float: left;
}
.foot-lm .item{
	float: left;
	margin-left: 65px;
}
.foot-lm .item:first-child{
	margin-left: 0;
}
.foot-lm .item h4{
	font-weight: bold;
	font-size: 19px;
	color: #333333;
	line-height: 25px;
}
.foot-lm .item .link{
	margin-top: 22px;
}
.foot-lm .item .link a{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	display: block;
}
.foot-lm .item .link a:hover{
	color: #b62027;
}
.foot-right{
	float: right;
}
.f-ewm{
	overflow: hidden;
}
.f-ewm > div{
	float: left;
	text-align: center;
}
.f-ewm img{
	width: 116px; 
}
.f-ewm > div p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin-top: 12px;
}
.f-ewm > div:nth-child(1),
.f-ewm > div:nth-child(2){
	margin-right: 10px;
}
.f-share{
	margin-top: 30px;
}
.f-share a{
	padding: 0 !important;
	font-size: 30px;
	color: #bababa !important;
	background: none !important;
}
.f-share a:hover{
	color: #d0121c !important;
	text-decoration: none !important;
}
.foot-copy{
	line-height: 88px;
	font-size: 16px;
	color: #808080;
}
.foot-copy .container{
	max-width: 1680px;
	border-top: 1px solid #dedede;
}
.foot-copy a{
	color: #808080;
}
.foot-copy a:hover{
	color: #d0121c;
}

/*MB - PC */
.isPc {
	display: block;
}

.isMobile{
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 40px;
}
.Page.tl{
	text-align: left;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	background: #f1f1f1;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #c1422f;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #c1422f;
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #c1422f;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection { 
	color: #e62028;
}

/*Mozilla Firefox*/
::-moz-selection { 
	color: #e62028;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #fff; 
} 
.memory-show .hd::-webkit-scrollbar{
	width: 5px;
	border-radius: 15px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.memory-show .hd::-webkit-scrollbar-track{ 
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background: url(../images/line-xlt.jpg) repeat-y top center;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(193, 66, 47, 1);
	border-radius: 0; 
}  
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(193, 66, 47, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(193, 66, 47, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
} 
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(4px);
						transform: scale(1) translateY(4px);
	}
	68% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(16px);
		transform: scale(1) translateY(16px);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(4px);
						transform: scale(1) translateY(4px);
	}
	68% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(16px);
		transform: scale(1) translateY(16px);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
} 

.fancybox{ margin-bottom:30px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; 
}
.fancybox-wrap{
	overflow: unset !important;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search ul{
	overflow: hidden;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
	width: 46%;
	float: left;
    transition: all .5s ease;
}
.wz-web-search li:nth-of-type(2n+2){
	float: right;
}
.wz-web-search li:hover{
	background: #c1422f;
	padding: 30px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 22px;
	color: #333;
    transition: all .5s ease;
}
.wz-web-search li:hover .tit .t1{
	color: #fff;
    transition: all .5s ease;
}
.wz-web-search li .url{
	font-size: 14px;
	margin-top: 10px;
	color: #c1422f;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}


.fancybox{ margin-bottom:30px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; 
}
.fancybox-wrap{
	overflow: unset !important;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.container.zh{
	max-width: 1600px;
}
.container.zh .row .pdg{
	margin-bottom: 15px;
	padding: 0 7px;
}

.zyflc-box .lb{
	overflow: hidden;
	margin-bottom: 100px;
}
.zyflc-box .lb:last-child{
	margin-bottom: 0;
}
.zyflc-box .lb .pic{
	width: 57.67045%;
	float: left;
}
.zyflc-box .lb:nth-of-type(2n+2) .pic{
	float: right;
}
.zyflc-box .lb .info{
	width: 30%;
	float: right;
	margin-right: 70px;
	margin-top: 75px;
}
.zyflc-box .lb:nth-of-type(2n+2) .info{
	float: left;
	margin-right: 0;
}
.zyflc-box .lb .info .tit{
	font-size: 48px;
	color: #555555;
	line-height: 55px;
}
.zyflc-box .lb .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 36px;
}