﻿@charset "UTF-8";
body {
	font-family:"Exo 2";
	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: 'Exo 2';
    src: url('../fonts/Exo2-Medium.woff2') format('woff2'),
        url('../fonts/Exo2-Medium.woff') format('woff'),
        url('../fonts/Exo2-Medium.ttf') format('truetype');
    font-style: normal;
}
@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:#153885; 
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.footH {
	height:48px;
	display:none;
}
.footFix {
	background:#f03a22;
	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:#f1432c !important;
}
.container {
	width:96%;
	max-width: 1558px;
	margin:0 auto;
	padding:0;
}

/* head */
.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: 32px;
	color: #e7262d;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #e7262d;
}
.head {
	width:100%;
	background:rgba(255,255,255,1);
	z-index:999;
	top:0;
	position:fixed;
	left: 0;
	transition:all .5s ease;
}
.head.fixedbg {
	left:0;
	position: fixed;
	top: 0;
	background:rgba(255,255,255,1);
	box-shadow:0 6px 15px 0 rgba(0,0,0,.1);
	transition:all .5s ease;
}
.head .container{
	max-width: 1820px;
	padding: 16px 0 16px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-top: 17px;
}
.WebLink li{
	float: left;
	margin-left: 45px;
	position: relative;
}
.WebLink li::after{
	content: "";
	position: absolute;
	width: 10%;
	opacity: 0;
	height: 2px;
	background: #f03a22;
	left: 50%;
	margin-left: -5%;
	bottom: -32px;
	transition: all .5s ease;
}
.WebLink li:hover::after,
.WebLink li.on::after{
	width: 100%;
	opacity: 1;
	left: 0;
	margin-left: 0;
	transition: all .5s ease;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 18px;
	color: #222222;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #e6371f;
}
.head-search{
	float: right;
	line-height: 25px;
	margin-top: 17px;
	margin-left: 70px;
	cursor: pointer;
}
.head-search i{
	font-size: 22px;
	color: #222222;
}

/*indexBanner*/
.indexBanner{
	overflow: hidden;
	position: relative;
}
.indexBanner .container{
	max-width: 1820px;
}
.syBannerSwiper .swiper-slide img{
	width: 100%;
}
.sy-hb-warp{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.sy-hb-warp h2{
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
}
.sy-hb-warp h2 span{
	font-family: "Exo 2";
	position: relative;
	font-size: 62px;
}
.indexBanner .console{
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	z-index: 99;
	height: 42px;
}
.indexBanner .console .container{
	position: relative;
}
.syBannerPag .swiper-pagination-bullet{
	margin-right: 12px;
	background: #9f9f9f;
	opacity: 1 !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 8px !important;
	transition: all .5s ease;
}
.syBannerPag .swiper-pagination-bullet-active{
	width: 36px !important;
	background: #fff !important;
	transition: all .5s ease;
}
.syBannerN,
.syBannerP{
	width: 42px !important;
	height: 42px !important;
	background: rgba(255,255,255,0) !important;
	border-radius: 100% !important;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	top: -26px !important;
	margin-top: 0 !important;
	transition: all .5s ease;
}
.syBannerN{
	right: 0 !important;
}
.syBannerP{
	left: auto !important;
	right: 54px !important;
}
.syBannerN:hover,
.syBannerP:hover{
	background: rgba(255,255,255,1) !important;
	color: #e6371f;
	transition: all .5s ease;
}

/*indexProduct*/
.indexProduct{
	padding: 95px 0 110px;
}
.indexProduct .container:nth-child(2){
	margin-top: 110px;
	position: relative;
}
.syProSwiper{
	overflow: hidden;
	position: relative;
}
.sy-procls{
	position: relative;
	background: #d2d2d2;
	height: 320px;
	transition: all .5s ease;
}
.sy-procls:hover{
	background: #e6371f;
	transition: all .5s ease;
}
.sy-procls::after,
.sy-procls::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
	opacity: 0;
	background: #e6371f;
	transition: all .5s ease;
}
.sy-procls::after{
	bottom: 0;
	right: 0;
	border-top-left-radius: 100%;
}
.sy-procls::before{
	top: 0;
	left: 0;
	border-bottom-right-radius: 100%;
}
.sy-procls:hover::after,
.sy-procls:hover::before{
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.sy-procls span{
	display: block;
	position: absolute;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	top: 28px;
	left: 30px;
	z-index: 32;
}
.sy-procls img{
	position: absolute;
	bottom: 30px;
	right: 48px;
	z-index: 32;
}

/*indexMake*/
.indexMake{
	padding: 80px 0 20px;
}
.indexMake .container:nth-child(2){
	position: relative;
	margin-top: 110px;
}
.syMakeSwiper{
	overflow: hidden;
	position: relative;
}
.syMakeSwiper .swiper-slide img{
	width: 100%;
	height: 390px;
	object-fit: cover;
}

/*indexAbout*/
.indexAbout{
	background: #fff url("../images/sy-abt-back.jpg") no-repeat bottom center;
	background-size: cover;
	min-height: 556px;
	padding: 158px 0 20px;
}
.indexAbout .zh-sy-h6{
	max-width: 625px;
}
.zh-sy-more1{
	font-size: 16px;
	line-height: 25px;
	color: #e6371f;
	margin-top: 60px;
}
.zh-sy-more1 a{
	color: #e6371f;
}
.zh-sy-more1 i{
	font-size: 24px;
	position: relative;
	top: 4px;
	transition: all .5s ease;
}
.zh-sy-more1:hover i{
	margin-left: 8px;
	transition: all .5s ease;
}

/*about*/
.about{
	background: #e7371f;
	padding: 110px 0 136px;
	color: #fff;
}
.about .titBox{
	float: left;
}
.about .titBox h2{
	font-size: 42px;
	line-height: 50px;
}
.about .titBox h5{
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	margin: 40px 0 30px;
}
.about .titBox .line{
	width: 22px;
	height: 2px;
	background: #fff;
}
.about .cont{
	width: 100%;
	max-width: 955px;
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.about-box{
	background: #f5f5f5;
}
.a24jqhb{
	padding: 96px 0 70px;
}
.about-h2{
	font-size: 42px;
	color: #222222;
	line-height: 50px;
}
.a24jqSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}
.a24-list{
	background: #fff;
	padding: 28px 38px 40px 28px;
	position: relative;
	border-bottom: 4px solid #d2d2d2;
}
.a24-list::after{
	content: "";
	width: 10%;
	opacity: 0;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0;
	background: #e7371f;
	transition: all .5s ease;
}
.a24-list:hover::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.a24-list .time{
	font-size: 15px;
	font-family: Arial;
	line-height: 20px;
	color: #e7371f;
}
.a24-list .tit{
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	height: 60px;
	margin: 22px 0 25px;
	transition: all .5s ease;
}
.a24-list:hover .tit{
	color: #e7371f;
	transition: all .5s ease;
}
.a24-list .sub{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.a24-list .more{
	width: 108px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background: #e7371f;
	margin-top: 40px;
    color: #fff;
}
.a24-list .more i{
	margin-left: 4px;
}
.a24jqhb .about-h2{
	position: relative;
}
.a24jqPag{
	bottom: 10px !important;
	right: 0 !important;
}
.a24jqPag .swiper-pagination-bullet{
	margin-left: 14px;
	width: 10px;
	height: 10px;
}
.a24jqPag .swiper-pagination-bullet-active{
	background: #e7371f !important;
}
.culture{
	padding: 20px 0 120px;
}
.culture .box{
	margin-top: 60px;
	overflow: hidden;
}
.culture .box .lb{
	width: 31%;
	float: left;
	background: #fff;
	padding: 48px 52px 38px;
}
.culture .box .lb:nth-of-type(3n+2){
	margin: 0 3.5%;
}
.culture .box .lb i{
	font-size: 80px;
	line-height: 80px;
	color: #f03a22;
}
.culture .box .lb .tit{
	font-size: 26px;
	color: #222222;
	line-height: 35px;
	margin: 20px 0 22px;
}
.culture .box .lb .sub{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	height: 52px;
}
.history{
	padding: 0 0 125px;
}
.history .container{
	background: #fff;
	position: relative;
	padding: 55px 0 72px;
}
.history .cont{
	width: 41%;
	margin-left: 50px;
	float: left;
}
.history .cont ul{
	overflow: auto;
	margin-top: 68px;
	height: 430px;
	padding-right: 70px;
}
.history .cont ul li{
	border-bottom: 1px dashed #cccaca;
	padding-bottom: 14px;
	margin-top: 14px;
}
.history .cont ul li:first-child{
	margin-top: 0;
}
.history .cont ul li .year{
	font-family: barlow;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.history .cont ul li .tit{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-left: 17px;
	position: relative;
	margin-top: 16px;
}
.history .cont ul li .tit::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #f03a22;
	left: 0;
	top: 9px;
}
.history .pic{
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.history .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor{
	padding: 88px 0 90px;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding: 15px 15px 100px;
}
.honorSwiper .swiper-slide{
	text-align: center;
	padding: 65px 30px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.honorP{
	left: 0 !important;
}
.honorN{
	right: 0 !important;
}
.honorP,
.honorN{
	width: 30px !important;
	height: 30px !important;
	background: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6b6b6b;
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0;
	transition: all .5s ease;
}
.honorP:hover,
.honorN:hover{
	color: #f03a22;
	transition: all .5s ease;
}
.honorP i,
.honorN i{
	font-size: 28px;
}
.honorPag{
	top: auto !important;
	bottom: 14px;
	width: 88% !important;
	left: 6% !important;
	height: 2px !important;
}
.honorPag .swiper-pagination-progressbar-fill{
	background: #f03a22 !important;
}

/*product*/
.product{
	padding: 76px 0 60px;
}
.product ul li{
	overflow: hidden;
	position: relative;
	margin-bottom: 65px;
}
.product ul li:last-child{
	margin-bottom: 15px;
}
.product ul li .pic{
	width: 47.432606%;
	float: left;
	height: 404px;
}
.product ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product ul li .info{
	width: 47.882%;
	float: right;
}
.product ul li .info .tit{
	font-weight: bold;
	font-size: 42px;
	line-height: 55px;
	color: #dd402b;
	margin-top: 24px;
}
.product ul li .info .sub{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	margin-top: 28px;
}
.product ul li::after{
	width: 47.882%;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	height: 1px;
	background: #dbdbdc;
}
.productDe{
	padding: 92px 0 95px;
	background: url("../images/productde-back.jpg") no-repeat top center;
	background-size: cover;
}
.productDe .imgShow{
	width: 55.8408215%;
	float: left;
	position: relative;
}
.proDeSwiper{
	width: 83.56321839%;
	float: left;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}
.productDe .imgShow ol{
	width: 14.65%;
	right: 0;
	padding-right: 20px;
	position: absolute;
	height: 100%;
	top: 0;
}
.productDe .imgShow ol li{
	border: 1px solid #dedede;
	margin-bottom: 11px;
	cursor: pointer;
	transition: all .5s ease;
}
.productDe .imgShow ol li.active{
	border: 1px solid #f1432c;
	transition: all .5s ease;
}
.productDe .imgShow ol li:last-child{
	margin-bottom: 0;
}
.productDe .info{
	width: 38%;
	float: right;
}
.productDe .info .line{
	width: 100%;
	position: relative;
	height: 2px;
	background: #e8e7e7;
	margin: 28px 0 36px;
}
.productDe .info .line::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 100%;
	background: #dd402b;
	left: 0;
	top: 0;
}
.productDe .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	height: 240px;
	overflow: auto;
	padding-right: 15px;
}
.productDe .cpzx{
	display: block;
	width: 48%;
	height: 76px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	background: #f03a22;
	font-size: 20px;
	margin-top: 40px;
	float: left;
	font-family: arial;
	font-weight: bold;
}
.productDe .cpzx i{
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 12px;
}
 .productDe .cpzx img{
 	margin-right: 16px;
 }
.productDe .cpemai{
	background: #6eccfa;
	float: right;
	font-weight: normal;
}
.pro-tab{
	padding: 68px 0;
}
.pro-tab:nth-of-type(3n+2){
	background: #f1f1f1;
}
.pro-tab .about-h2{
	text-align: center;
}
.proTdSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 75px;
}
.proTdSwiper .swiper-slide{
	background: #f6f6f6;
	padding: 30px 30px 40px;
}
.proTdSwiper .swiper-slide .num{
	color: #f6f6f6;
	font-family: helev;
	-webkit-text-stroke: 1px rgba(110,204,250,1);
	font-size: 42px;
	line-height: 45px;
	z-index: 1;
	transition: all .5s ease;
}
.proTdSwiper .swiper-slide .tit{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 30px;
	height: 84px;
}
.proTdSwiper .swiper-slide .line{
	width: 22px;
	height: 3px;
	background: #f03a22;
	margin-top: 25px;
}
.pro-tab .cont{
	margin-top: 52px;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}
.pro-tab .cont.bg{
	background: #fff;
	border-radius: 25px;
	padding: 36px 35px;
}
.pro-tab .cont table{
	width: 100%;
}
.pro-tab .cont table tr td{
	border: 1px solid #fff;
	background: #f5f2f2;
	text-align: center;
	height: 50px;
	font-size: 18px;
	color: #555555;
}
.pro-tab .cont table tr:nth-of-type(2n+2) td{
	background: #f8f8f8;
}
.pro-tab .cont table tr td:first-child{
	background: #e7371f;
	color: #fff;
}
.pro-tab .row{
	margin-top: 48px;
}
.pro-de-list{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	margin-bottom: 25px;
	transition: all .5s ease;
}
.pro-de-list .tit{
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	transition: all .5s ease;
}
.pro-de-list:hover .tit{
	color: #f1432c;
	transition: all .5s ease;
}

/*application*/
.application{
	padding: 75px 0 35px;
}
.application .about-h2{
	text-align: center;
}
.app-sub{
	text-align: center;
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.app-sub a{
	color: #f03a22;
	position: relative;
	margin: 0 1px;
}
.app-sub a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f1432c;
	left: 0;
	bottom: -10px;
}
.application ul{
	margin-top: 85px;
}
.application ul li{
	margin-bottom: 75px;
	overflow: hidden;
	background: #f8f8f8;
}
.application ul li .pic{
	width: 50%;
	float: left;
	height: 404px;
}
.application ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.application ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.application ul li .info{
	width: 41.6%;
	float: left;
	margin-left: 58px;
	padding: 56px 0 0 0;
}
.application ul li .info .tit{
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	transition: all .5s ease;
}
.application ul li:hover .info .tit{
	color: #e9513c;
	transition: all .5s ease;
}
.application ul li .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	min-height: 128px;
	margin: 28px 0 28px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.application ul li .info .more{
	width: 128px;
	height: 44px;
	border: 1px solid #e9513c;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #e9513c;
	transition: all .5s ease;
}
.application ul li:hover .info .more{
	background: #e9513c;
	color: #fff;
	transition: all .5s ease;
}
.application ul li .info .more i{
	font-size: 20px;
	margin-left: 4px;
	position: relative;
	top: 2px;
}
.container.appde{
	max-width: 1365px;
}
.applicationDe{
	padding: 80px 0 90px;
}
.applicationDe .about-h2{
	text-align: center;
}
.applicationDe .cont{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: 35px;
}
.app-why{
	padding: 75px 0 100px;
	background: #f5f5f5;
}
.app-why .about-h2{
	text-align: center;
}
.app-why .item-box{
	margin-top: 55px;
}
.app-why .item h3{
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	color: #222222;
	background: url("../images/why-down.png") no-repeat right center;
	cursor: pointer;
}
.app-why .item h3:hover{
	color: #f03a22;
}
.app-why .item h3.on{
	color: #f03a22;
	background: url("../images/why-up.png") no-repeat right center;
}
.app-why .item ul li{
	padding: 16px 0 16px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.app-service{
	padding: 75px 0 124px;
	background: #e7371f;
}
.app-service .about-h2{
	text-align: center;
	color: #fff;
}
.app-service .container{
	position: relative;
	max-width: 1580px;
	margin-top: 72px;
}
.appFwSwiper{
	width: 86.4%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.appFw-list{
	background: #f5f5f5;
	padding: 28px 28px 30px;
}
.appFw-list .bq{
	display: inline-block;
	line-height: 32px;
	text-align: center;
	padding: 0 22px;
	background: #6eccfa;
	font-size: 18px;
	color: #fff;
}
.appFw-list .tit{
	font-weight: bold;
	font-size: 19px;
	color: #222222;
	line-height: 32px;
	height: 64px;
	margin: 16px 0 20px;
}
.appFw-list .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 168px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.appFwN,
.appFwP{
	width: 68px !important;
	height: 68px !important;
	background: rgba(255,255,255,0) !important;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -34px !important;
	transition: all .5s ease;
}
.appFwN{
	right: 0 !important;
}
.appFwN:hover,
.appFwP:hover{
	background: rgba(255,255,255,1) !important;
	color: #e7371f;
	transition: all .5s ease;
}
.appFwP{
	left: 0 !important;
}
.appFwN i,
.appFwP i{
	font-size: 28px;
}
.app-other{
	padding: 75px 0 90px;
	background: #f1f1f1;
}
.app-other .about-h2{
	text-align: center;
}
.app-other .row{
	margin-top: 55px;
}
.app-other .row .pdg{
	padding: 0 8px;
}
.appQt-list{
	margin-bottom: 25px;
}
.appQt-list .info{
	background: #fff;
	padding: 20px 26px 30px;
}
.appQt-list .info .tit{
	font-size: 22px;
	color: #222222;
	line-height: 30px;
	transition: all .5s ease;
}
.appQt-list:hover .info .tit{
	color: #e7371f;
	transition: all .5s ease;
}
.appQt-list .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 56px;
	margin: 22px 0 32px;
}
.appQt-list .info .more{
	width: 90px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #e7371f;
	font-size: 15px;
	color: #e7371f;
	transition: all .5s ease;
}
.appQt-list:hover .info .more{
	background: #e7371f;
	color: #fff;
	transition: all .5s ease;
}
.app-down{
	padding: 75px 0 100px;
}
.app-down .about-h2{
	text-align: center;
}
.app-down .box{
	margin-top: 60px;
	overflow: hidden;
	padding: 46px 48px 46px 49px;
	box-shadow: 0 0px 18px 0 rgba(0,0,0,.1);
	transition: all .5s ease;
}
.app-down .box .pic{
	width: 49.1325%;
	float: left;
	height: 350px;
}
.app-down .box .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.app-down .box .info{
	width: 32.5%;
	float: left;
	margin-left: 8%;
}
.app-down .box .info .ico{
	margin: 24px 0 28px;
}
.app-down .box .info .tit{
	font-size: 32px;
	line-height: 40px;
	color: #222222;
}
.app-down .box .info .size{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 20px;
}
.app-down .box .info .xz{
	display: block;
	width: 100%;
	text-align: center;
	height: 72px;
	line-height: 68px;
	border-radius: 5px;
	margin-top: 60px;
	background: #e7371f;
	color: #fff;
	font-size: 20px;
}
.app-down .box .info .xz:hover{
	box-shadow: inset 0 0px 12px 0 rgba(255,255,255,.8);
}
.app-down .box .info .xz i{
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 12px;
}

/*made*/
.made ul li{
	overflow: hidden;
	position: relative;
}
.made ul li img{
	width: 100%;
	height: 605px;
	object-fit: cover;
}
.made ul li .info-warp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 160px;
}
.made ul li .info-warp .info{
	max-width: 595px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.made ul li:nth-of-type(2n+2) .info-warp .info{
	float: right;
}

/*download*/
.download{
	padding: 75px 0 88px;
}
.download ul{
	margin-top: 42px;
}
.download ul li{
	width: 47.2%;
	float: left;
	position: relative;
	margin-bottom: 18px;
	padding: 26px 126px 28px 108px ;
	background: #f5f5f5 url("../images/pdf-ico.png") no-repeat left 34px center;
	transition: all .5s ease;
}
.download ul li:hover{
	background: #f03a22 url("../images/pdf-ico.png") no-repeat left 34px center;
	transition: all .5s ease;
}
.download ul li:nth-of-type(2n+2){
	float: right;
}
.download ul li .tit{
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	transition: all .5s ease;
}
.download ul li:hover .tit{
	color: #fff;
	transition: all .5s ease;
}
.download ul li .size{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 12px;
	transition: all .5s ease;
}
.download ul li:hover .size{
	color: #fff;
	transition: all .5s ease;
}
.download ul li .ico{
	position: absolute;
	right: 34px;
	top: 50%;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	border: 1px solid #dedede;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	transition: all .5s ease;
}
.download ul li:hover .ico{
	background: #fff;
	border: 1px solid #fff;
	color: #f03a22;
	transition: all .5s ease;
}
.download ul li .ico i{
	font-size: 38px;
}

/*contact*/
.contact{
	padding: 75px 0 110px;
}
.contact .box{
	margin-top: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.contact .box .lb{
	width: 30%;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 12px;
}
.contact .box .lb p{
	line-height: 45px;
	font-size: 16px;
	color: #555555;
}
.contact .box .lb p.top{
	font-size: 18px;
	color: #222222;
	padding-left: 22px;
}
.contact .box .lb p.dz{
	background: url("../images/c-dz.png") no-repeat left center;
}
.contact .box .lb p.dh{
	background: url("../images/c-dh.png") no-repeat left center;
}
.contact .box .lb p.yx{
	background: url("../images/c-yx.png") no-repeat left center;
}
.contact .box .lb:nth-child(2) a{
	font-family: barlow;
	font-size: 28px;
	font-weight: bold;
	color: #e6371e;
}
.maps{
	overflow: hidden;
	margin-top: 74px;
}
.message{
	padding: 65px 0 98px;
	background: #fff url("../images/red.jpg") repeat-x top center;
	background-size: 100% 63%;
}
.message .about-h2{
	color: #fff;
	float: left;
	line-height: 56px;
}
.message .box{
	width: 47.5%;
	float: right;
	padding: 60px 60px 0;
	background: #fff;
}
.message .box input[type=text]{
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #e8e8e8;
	height: 50px ;
	margin-bottom: 45px;
	font-size: 16px;
	color: #555;
	transition: all .5s ease;
}
.message .box input[type=text]:focus{
	border-bottom: 1px solid #e7371f;
}
.message .box .ljtj{
	display: block;
	width: 224px;
	text-align: center;
	line-height: 64px;
	background: #e7371f;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: all .5s ease;
}
.message .box .ljtj:hover{
	border-radius: 5px;
	box-shadow: inset 0 0px 12px 0 rgba(255,255,255,.8);
	transition: all .5s ease;
}

.newsDe{
	padding: 75px 0 85px;
}
.newsDe .container{
	max-width: 1180px;
}
.newsDe .title{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
}
.newsDe .time{
	text-align: center;
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 20px;
	margin-top: 22px;
}
.newsDe .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 28px;
}
.dePage{
	border-top: 1px solid #e6e6e5;
	padding-top: 35px;
	margin-top: 55px;
}
.dePage a{
	display: block;
	width: 48%;
	background-color: #f1f1f1;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	padding: 22px 35px;
}
.dePage a:nth-child(2){
	float: right;
}
.dePage a span{
	width: 100%;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dePage a:hover{
	color: #fff;
	background: #e7371f;
}

/*Nyabout*/
.Nybanner{
	overflow: hidden;
	position: relative;
}
.Nybanner > img{
	width: 100%;
}
.Nylocation{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	line-height: 60px;
	color: #fff;
}
.Nylocation.top{
	position: relative;
	color: #666;
	border-top: 1px solid #e7e5e5;
	background: #fff;
}
.Nylocation .now-wz{
	float: left;
	font-family: "宋体";
}
.Nylocation .now-wz i{
	font-size: 18px;
	margin-right: 10px;
}
.Nylocation.top .now-wz i{
	color: #666;
}
.Nylocation .now-wz a{
	color: #fff;
	font-size: 16px;
}
.Nylocation.top .now-wz a{
	color: #666666;
}
.Nylocation.top .now-wz a:hover{
	color: #f1432c;
}

/*公用*/
.zh-sy-h2{
	font-size: 42px;
	color: #222222;
	line-height: 50px;
}
.zh-sy-h6{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 20px;
}
.rotate180 {
	transform: rotate(180deg);
}
.text-line1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-line2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.zh-pic .pic{
	overflow: hidden;
}
.zh-pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.zh-pic:hover img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.zhP1,.zhN1{
	width: 68px !important;
	height: 68px !important;
	border: 1px solid #dedede;
	border-radius: 100%;
	background: rgba(255,255,255,0) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #606060;
	margin-top: -34px !important;
}
.zhP1:hover,.zhN1:hover{
	color: #e63820;
}
.zhP1{
	left: -100px !important;
}
.zhN1{
	right: -100px !important;
}
.zhP1 i,.zhN1 i{
	font-size: 24px;
}

/*footer*/
footer{
	background: #f5f5f5;
}
.foot-logo{
	padding: 42px 0 80px;
}
.fLogoSwiper{
	position: relative;
	overflow: hidden;
}
.fLogoSwiper .swiper-slide{
	text-align: center;
}
.fLogoSwiper .swiper-slide img{
	filter:brightness(0);
	opacity:50%;
	transition: all .5s ease;
}
.fLogoSwiper .swiper-slide:hover img{
	filter:brightness(1);
	opacity:100%;
	transition: all .5s ease;
}
.foot-top{
	padding: 0 0 90px;
}
.foot-lm{
	overflow: hidden;
	float: left;
}
.foot-lm .item{
	float: left;
	text-align: center;
	margin-left: 178px;
}
.foot-lm .item:first-child{
	margin-left: 20px;
}
.foot-lm .item h4{
	font-size: 20px;
	line-height: 25px;
	color: #222222;
}
.foot-lm .item .link{
	margin-top: 16px;
}
.foot-lm .item .link a{
	display: block;
	font-size: 16px;
	color: #555555;
	line-height: 35px;
}
.foot-lm .item .link a:hover{
	color: #e6371f;
}
.f-ewm{
	float: right;
}
.f-ewm .lb{
	width: 182px;
	height: 50px;
	line-height: 50px;
	background: rgba(255,255,255, 0.1);
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	text-indent: 20px;
	transition: all .5s ease;
}
.f-ewm .lb:hover{
	background: rgba(255,255,255, 0.6);
	transition: all .5s ease;
}
.f-ewm .lb .ewm{
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.f-ewm .lb:hover .ewm{
	opacity: 1;
	bottom: 50px;
	z-index: 999;
	visibility: visible;
	transition: all .5s ease;
}
.f-ewm .lb .ewm img{
	width: 150px;
	height: 150px;
}
.f-ewm .lb i{
	font-size: 22px;
	color: #222222;
	position: relative;
	top: 3px;
	margin-right: 6px;
}
.foot-copy{
	border-top: 1px solid #e5e5e5;
	height: 65px;
	font-size: 16px;
	color: #555555;
	line-height: 64px;
}
.foot-copy a{
	color: #555;
}
.foot-copy a:hover{
	color: #e6371f;
}
.f-yy{
	float: right;
	margin-left: 50px;
	position: relative;
	height: 40px;
	top: -1px;
	cursor: pointer;
}
.f-yy .link{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	left: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.f-yy:hover .link{
	top: -10px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.f-yy .link a{
	display: block;
	background: #e6371f;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.f-yy .icon-wangluo{
	margin-right: 8px;
}
.f-yy .icon-xiangxiajiantou{
	font-size: 22px;
	position: relative;
	top: 3px;
	transition: all .5s ease;
}

	/*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; 
	text-align:center;
	font-size:10px;
	color:#333;
	position:relative;
	top:2px;
	height: 30px;
	line-height: 28px;
}
.Page a:hover {
	border:1px solid #ef3b24;
}
.Page a.sy {
	color:#707072 !important;
}
.Page .current {
	background:#ef3b24;
	display:inline-block;
	width:30px;
	text-align:center;
	line-height:28px;
	color:#fff;
	position:relative;
	top:2px;
	border:1px solid #ef3b24;
	font-size:10px;
	height: 30px;
}
.Page .next,.Page .prev {
	width:65px;
}
.bsBox {
	width:auto !important;
	height:auto !important;
}
/*Webkit,Opera9.5+,Ie9+*/::selection {
	color:#fff;
	background: #e6371f;
}
/*Mozilla Firefox*/::-moz-selection {
	color:#fff;
	background: #e6371f;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width:6px;
	height:16px;
	background-color:#fff;
}
.history .cont ul::-webkit-scrollbar{
	width: 2px;
}
.productDe .imgShow ol::-webkit-scrollbar{
	width: 2px;
}
.productDe .info .sub::-webkit-scrollbar{
	width: 2px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius:10px;
	*/
	background-color:#f2f2f2;
}
/*定义滑块 内阴影+圆角*/::-webkit-scrollbar-thumb {
	cursor:pointer;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:rgba(230,55,31,1);
	border-radius:0;
}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(230,55,31,1);
}
::-webkit-scrollbar-thumb:active {
	background-color:rgba(230,55,31,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:2999;
}
@-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-x:hidden;
	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;
}

/*美化标签*/
.magic-radio,.magic-checkbox {
	position:absolute;
	display:none;
}
.magic-radio[disabled],.magic-checkbox[disabled] {
	cursor:not-allowed;
}
.magic-radio + label,.magic-checkbox + label {
	position:relative;
	display:block;
	padding-left:30px;
	cursor:pointer;
	vertical-align:middle;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #555555;
	font-weight: normal;
}
.magic-radio + label:hover:before,.magic-checkbox + label:hover:before {
	animation-duration:0.4s;
	animation-fill-mode:both;
	animation-name:hover-color;
}
.magic-radio + label:before,.magic-checkbox + label:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:20px;
	height:20px;
	content:'';
	border:1px solid #c0c0c0;
}
.magic-radio + label:after,.magic-checkbox + label:after {
	position:absolute;
	display:none;
	content:'';
}
.magic-radio[disabled] + label,.magic-checkbox[disabled] + label {
	cursor:not-allowed;
	color:#e4e4e4;
}
.magic-radio[disabled] + label:hover,.magic-radio[disabled] + label:before,.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,.magic-checkbox[disabled] + label:before,.magic-checkbox[disabled] + label:after {
	cursor:not-allowed;
}
.magic-radio[disabled] + label:hover:before,.magic-checkbox[disabled] + label:hover:before {
	border:1px solid #e4e4e4;
	animation-name:none;
}
.magic-radio[disabled] + label:before,.magic-checkbox[disabled] + label:before {
	border-color:#e4e4e4;
}
.magic-radio:checked + label:before,.magic-checkbox:checked + label:before {
	animation-name:none;
}
.magic-radio:checked + label:after,.magic-checkbox:checked + label:after {
	display:block;
}
.magic-radio + label:before {
	border-radius:50%;
}
.magic-radio + label:after {
	top:6px;
	left:6px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#01999c;
}
.magic-radio:checked + label:before {
	border:1px solid #01999c;
}
.magic-radio:checked[disabled] + label:before {
	border:1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
	background:#c9e2f9;
}
.magic-checkbox + label:before {
	border-radius:3px;
}
.magic-checkbox + label:after {
	top:2px;
	left:7px;
	box-sizing:border-box;
	width:6px;
	height:12px;
	transform:rotate(45deg);
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-top:0;
	border-left:0;
}
.magic-checkbox:checked + label:before {
	border:#3e97eb;
	background:#3e97eb;
}
.magic-checkbox:checked[disabled] + label:before {
	border:#c9e2f9;
	background:#c9e2f9;
}

/************************************************2023-02-11 yu****************************************/
.head .f-yy{
	margin-top: 13px;
}
.head .f-yy .link{
	top: 30px;
}
.head-tel{
	float: right;
	color: #e7371f;
	width: 150px;
	margin-top: 13px;
	margin-left: 60px;
}
.head-tel i{
	font-size: 20px;
}
.head-tel span{
	font-family: barlow;
	font-size: 22px;
	font-weight: bold;
	padding-left: 8px;
}
.head-search{
	margin-left:40px
}
.prolink{
	height: 120px;
}
.pro-item i{
	font-size: 26px;	
	 cursor: pointer;
}
/************************************************2023-02-11 yu end****************************************/