@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{
	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;
}  
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;
} 
.container.index{
	width: 96%;
	max-width: 1480px;
}
.swiper-pagination-bullet-active{
	background: #c1422f !important;
}
.container{
	width: 96%;
	max-width: 1430px;
	margin: 0 auto;
	padding: 0;
} 

/* head */
.head{
	width: 100%;
	padding: 11px 0 12px;  
	position: relative;
	z-index: 1009;
	width: 100%; 
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);   
	transition: all .5s ease;
}   
.head .container{
	max-width: 1550px;
}
.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); 
	transition: all .5s ease;
} 
.head::after{
	content: "";
	position: absolute;
	width: 24%;
	height: 100%;
	right: 0;
	top: 0;
	max-width: 460px;
	background: #c1422f url(../images/head-back2.jpg) no-repeat left center;
	z-index: 22;
	background-size: auto 100%;
}
.head .Logo{
	float: left;  
}   
.WebLink{
	float: left;
	margin-left: 44px;
	margin-top: 22px;
	position: relative;
	z-index: 33;
}
.WebLink li{
	float: left;
	margin-left: 44px;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 17px;
	color: #333333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #c1422f;
}
.head-search{
	position: relative;
	z-index: 33;
	width: 100px;
	overflow: hidden;
	border-radius: 36px;
	float: right;
	background: rgba(255,255,255,0.1);
	margin-top: 15px;
	transition: all .5s ease;
}
.head-search:hover{
	width: 200px;  
	margin-right: -50px;
	transition: all .5s ease;
}
.head-search .hsm{
	width: 42%;
	float: left;
	border: none;
	outline: none;
	height: 36px;
	background: none;
	background: url(../images/head-search.png) no-repeat right 12px center;
	padding: 0;
	transition: all .5s ease;
}
.head-search:hover .hsm{
	width: 25%;
	background: url(../images/head-search.png) no-repeat center center;
	transition: all .5s ease;
}
.head-search input[type=text]{
	width: 58%;
	float: left;
	height: 36px;
	border: none;
	outline: none;
	height: 36px;
	font-size: 15px;
	color: #fff;
	background: none;
	text-indent: 12px;
	padding: 0;
	transition: all .5s ease;
}
.head-search:hover input[type=text]{
	width: 75%;
	transition: all .5s ease;
}
.head-search input[type=text]::placeholder{
	color: #fff;
}

/* banner */
.syHbSwiper{
	overflow: hidden;
	position: relative;
}
.syHbSwiper .swiper-slide{
	position: relative;
}
.syHbSwiper .swiper-slide img{
	width: 100%;
}
.syHbInfo{
	position: absolute;
	top: 38%;
	left: 0;
	z-index: 66;
	color: #fff;
	width: 100%;
}
.syHbInfo .cn{
	font-size: 64px;
	line-height: 70px;
}
.syHbInfo .en{
	font-family: "sapie";
	font-size: 18px;
	line-height: 25px;
	margin-top: 18px;
}
.syHbInfo .more{
	width: 120px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
	margin-top: 55px;
	font-size: 16px;
}
.syHbInfo .more i{
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 4px;
}
.syHbPag {
	width: auto !important;
	text-align: left !important;
	margin-left: 12.4%;
	bottom: 55px !important;
}
.syHbPag .swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background: #fff;
	margin: 0 6px !important;
}
.syHbPag .swiper-pagination-bullet-active{
	background: #fff !important;
}

/* indexProduct */
.indexProduct{
	position: relative;
	padding: 74px 0 76px;
	background: url(../images/sy-pro-back.png) no-repeat top center;
}
.indexProduct .cyd-sy-h2,
.indexProduct .cyd-sy-h6{
	color: #fff;
}
.sy-pro-show{
	margin-top: 78px;
	position: relative;
}
.sy-pro-show .hd{
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 999;
}
.sy-pro-show .hd ul li{
	text-align: center;
	line-height: 40px;
	background: rgba(182,63,46,1);
	float: left;
	padding: 0 25px;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
}
.sy-pro-show .hd ul li:hover,
.sy-pro-show .hd ul li.on{
	background: #cd6859;
	transition: all .5s ease;
}
.sy-pro-show .bd ul li{ 
	position: relative;
	overflow: hidden;
}
.sy-pro-show .bd ul li .Pic{
	width: 51.818181%;
}
.sy-pro-show .bd ul li .Info{
	width: 50.07%;
	position: absolute;
	background: #fff;
	bottom: 0;
	right: 0;
	padding: 40px 105px 25px 72px;
	z-index: 99;
}
.sy-pro-show .bd ul li .Info .class-name{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.sy-pro-show .bd ul li .Info .class-name a{
	color: #333;
}
.sy-pro-show .bd ul li .Info .class-name a:hover{
	color: #9d3229;
}
.sy-pro-show .bd ul li .Info .class-name i{
	font-size: 38px;
	color: #9d3229;
	position: relative;
	top: 2px;
}
.sy-pro-show .bd ul li .Info .class-sub{
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 28px;
}
.sy-pro-show .bd ul li .Info .box{
	margin-top: 52px;
}
.sy-pro-show .bd ul li .Info .box .txt{
	font-size: 18px;
	line-height: 25px;
	color: #8c322a;
}
.sy-pro-show .bd ul li .Info .box .list{
	overflow: hidden;
	margin-top: 18px;
}
.sy-pro-show .bd ul li .Info .box .list a{
	display: block;
	float: left;
	width: 22%;
	margin-right: 11%;
	position: relative;
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-right: 30px;
}
.sy-pro-show .bd ul li .Info .box .list a:hover{
	color: #8c322a;
}
.sy-pro-show .bd ul li .Info .box .list a i{
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 2px;
}

/* indexSolution */
.indexSolution{
	padding: 72px 0 0 0;
}
.sy-jjfa{
	margin-top: 75px;
}
.syJjfaSwiper{
	padding: 10px 10px 0 10px;
	position: relative;
	overflow: hidden;
}
.syJjfaSwiper .swiper-slide{
	text-align: center;
	padding: 26px 0 26px;
	cursor: pointer;
	transition: all .5s ease;
}
.syJjfaSwiper .swiper-slide.swiper-slide-thumb-active{
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.syJjfaSwiper .swiper-slide p{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-top: 25px;
	padding: 0 8px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syJjfaSwiper2{
	position: relative;
	overflow: hidden;
}
.syJjfaSwiper2 .swiper-slide{
	position: relative;
}
.syJjfaSwiper2 .swiper-slide img{
	width: 100%;
}
.sy-jjfa-info{
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 28%;
	color: #fff !important;
}
.sy-jjfa-info a{
	color: #fff !important;
}
.sy-jjfa-info .tit{
	font-size: 32px;
	line-height: 38px;
}
.sy-jjfa-info .sub{
	font-size: 16px;
	line-height: 26px;
	width: 29%;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 28px;
}
.sy-jjfa-info .more{
	width: 120px;
	height: 44px;
	line-height: 42px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
	margin-top: 45px;
	font-size: 16px;
	transition: all .5s ease;
}
.sy-jjfa-info .more:hover{
	background: #fff;
	color: #9d3229;
	transition: all .5s ease;
}
.sy-jjfa-info .more i{
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 8px;
}

/* indexCases */
.indexCases{
	padding: 68px 0 110px;
	background: url(../images/sy-cases-back.jpg) no-repeat top right;
}
.syAlSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 82px;
}
.sy-cases-list{
	position: relative;
	border-bottom: 4px solid #9d3229;
}
.sy-cases-list .pic{
	overflow: hidden;
}
.sy-cases-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-cases-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-cases-list .tit{
	position: absolute;
	width: 90%;
	left: 5%;
	background: #fff;
	line-height: 42px;
	bottom: 20px;
	padding: 0 40px 0 22px;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-cases-list:hover .tit{
	background: #8c322a;
	color: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.sy-cases-list .tit i{
	position: absolute;
	right: 18px;
	top: 0;
	font-size: 20px;
}
.indexCases .cyd-sy-more{
	margin: 56px auto 0;
}

/* indexAbout */
.indexAbout{
	padding: 132px 0 68px;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.indexAbout .Pic{
	width: 50%;
	position: absolute;
	right: 0;
	top: 89px;
	z-index: 99;
	height: 74%;
}
.indexAbout .Pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexAbout .Info{
	width: 39.021%;
	float: left;
}
.indexAbout .Info .tit{
	font-size: 18px;
	line-height: 25px;
	color: #222222;
}
.indexAbout .Info .line{
	width: 28px;
	height: 2px;
	background: #c1422f;
	margin: 16px 0 20px;
}
.indexAbout .Info .txt{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.indexAbout .Info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexAbout .Info .cyd-sy-more{
	margin: 85px 0 0 0;
}
.sy-abt-num{
	background: #c1422f;
	width: 208px;
	float: left;
	margin-left: 120px;
	position: relative;
	z-index: 101;
	padding: 34px 20px;
	margin-top: 60px;
}
.sy-abt-num .lb{
	text-align: center;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding-bottom: 26px;
	margin-bottom: 32px;
}
.sy-abt-num .lb .txt{
	font-size: 16px;
	line-height: 25px;
}
.sy-abt-num .lb .num{
	font-size: 14px;
	margin-top: 14px;
}
.sy-abt-num .lb .num span{
	font-family: "sapie";
	font-size: 50px;
	line-height: 52px;
}
.sy-abt-num .lb .num sup{
	font-family: "sapie";
	font-size: 18px;
	position: relative;
	top: -28px;
}
.sy-abt-num .lb:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

/* indexNews */
.indexNews{
	padding: 74px 0 85px;
}
.syXwSwiper{
	position: relative;
	margin-top: 62px;
	overflow: hidden;
	padding-bottom: 105px;
}
.sy-news-list .pic{
	overflow: hidden;
}
.sy-news-list .pic img{
	display: block;
	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 .info-box{
	overflow: hidden;
	margin-top: 28px;
}
.sy-news-list .info-box .time{
	width: 60px;
	height: 81px;
	background: url(../images/sy-news-tim-back.png) no-repeat top center;
	text-align: center;
	color: #fff;
	font-family: "sapie";
	overflow: hidden;
	float: left;
}
.sy-news-list .info-box .time .day{
	font-size: 24px;
	line-height: 28px;
	margin: 8px 0 4px;
}
.sy-news-list .info-box .time .year{
	font-size: 12px;
}
.sy-news-list .info-box .info{
	width: 81%;
	float: right;
}
.sy-news-list .info-box .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-news-list:hover .info-box .info .tit{
	color: #c1422f;
}
.sy-news-list .info-box .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 25px;
	height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 12px;
}
.indexNews .cyd-sy-more{
	margin: 58px auto 0;
}

/* indexOther */
.indexOther{
	padding: 74px 0 74px;
	background: url(../images/sy-other-back.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.indexOther .txt{
	font-size: 36px;
	line-height: 40px;
}
.indexOther .alink{
	margin-top: 52px;
}
.indexOther .alink a{
	display: inline-block;
	text-align: center;
	line-height: 44px;
	border: 1px solid #fff;
	padding: 0 36px;
	border-radius: 6px;
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
}
.indexOther .alink a:hover{
	background: #fff;
	color: #8c322a;
}

/* cyd-sy */
.cyd-sy-down{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	z-index: 999;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}
.cyd-sy-down span{
	display: inline-block;
	-webkit-animation: trackBallSlide 1.2s linear infinite;
	animation: trackBallSlide 1.2s linear infinite;
}
.cyd-sy-down i{
	font-size: 32px;
	color: #8c322a;
	position: relative; 
}
.cyd-sy-h6{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
}
.cyd-sy-h6 span{
	display: inline-block;
	position: relative;
}
.cyd-sy-h6 span::after,
.cyd-sy-h6 span::before{
	content: "";
	position: absolute;
	width: 54px;
	height: 5px;
	top: 50%;
	margin-top: -2.5px;
} 
.cyd-sy-h6 span::after{
	background: url(../images/cyd-sy-h6-a.png) no-repeat center center;
	right: -65px;
}
.cyd-sy-h6 span::before{
	background: url(../images/cyd-sy-h6-b.png) no-repeat center center;
	left: -65px;
}
.cyd-sy-h2{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-top: 20px;
}   
.cyd-sy-more{
	display: block;
	width: 158px;
	line-height: 48px;
	font-size: 16px;
	color: #fff !important;
	text-indent: 22px;
	margin: 72px auto 0;
	background: #9d3229 url(../images/more1.png) no-repeat right 5px center;
}
.cyd-sy-more:hover{
	width: 168px;
}

/* about */
.about{
	padding: 100px 0 112px;
	background: url(../images/about-back.jpg) no-repeat bottom center;
	background-size: cover;
}
.about .txt1{
	font-size: 18px;
	line-height: 25px;
	color: #c1422f;
}
.about .txt1 span{
	display: inline-block;
	position: relative;
}
.about .txt1 span::after{
	content: "";
	position: absolute;
	width: 28px;
	height: 2px;
	background: #c1422f;
	top: 50%;
	margin-top: -1px;
	right: -40px;
}
.about .txt2{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin: 32px 0 38px;
}
.about .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	width: 60.9%;
}
.abt-num-box{
	overflow: hidden;
	margin-top: 100px;
}
.abt-num-box .lb{
	float: left;
	border-right: 1px solid #e2e2e2;
	padding-right: 60px;
	margin-right: 60px;
}
.abt-num-box .lb:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.abt-num-box .lb .txt{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
}
.abt-num-box .lb .num{
	font-size: 14px;
	margin-top: 8px;
	color: #555555;
}
.abt-num-box .lb .num sup{
	position: relative;
	font-family: "sapie";
	font-size: 18px;
	top: -28px;
	color: #c1422f;
}
.abt-num-box .lb .num span{
	font-family: "sapie";
	font-size: 52px;
	line-height: 55px;
	color: #c1422f;
}

/* culture */
.culture{
	padding: 60px 0 100px;
}
.culture .row{
	margin-top: 60px;
}
.culture .row .pdg{
	padding: 0 18.5px;
}
.qywh-list{
	background: #f5f5f5;
}
.qywh-list .pic{
	overflow: hidden;
}
.qywh-list .pic img{
	width: 100%;
}
.qywh-list .info{
	padding: 60px 20px 50px;
	text-align: center;
}
.qywh-list .info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
}
.qywh-list .info .line{
	width: 24px;
	height: 2px;
	background: #0873b8;
	margin: 22px auto 24px;
}
.qywh-list .info .txt{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	min-height: 52px;
}

/* history */
.history{
	padding: 70px 0 88px;
	background: url(../images/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history .abt-top-tit{
	color: #fff;
}
.history .container{
	max-width: 1380px;
}
.history-show{
	min-height: 123px;
	background: url(../images/history-line.png) no-repeat top 84px center;
	background-size: 100%;
	margin-top: 55px;
}
.historySwiper {
	position: relative;
	overflow: hidden;
	height: 468px;
}
.historySwiper .swiper-slide{ 
	color: #fff;
	position: relative;
}
.historySwiper .swiper-slide:nth-of-type(5n+1){
	top: 63px;
}
.historySwiper .swiper-slide:nth-of-type(5n+2){
	top: 0;
}
.historySwiper .swiper-slide:nth-of-type(5n+3){
	top: 68px;
}
.historySwiper .swiper-slide:nth-of-type(5n+4){
	top: 27px;
}
.historySwiper .swiper-slide:nth-of-type(5n+5){
	top: 43px;
}
.historySwiper .swiper-slide .year{
	text-align: center;
	font-family: "helev";
	font-size: 60px;
	line-height: 60px;
}
.historySwiper .swiper-slide .dot{
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	margin: 40px auto 32px;
}
.historySwiper .swiper-slide .cont{
	font-size: 15px;
	line-height: 26px;
	padding: 0 12%;
	height: 156px;
	overflow: auto;
}
.history-next,
.history-prev{
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 44px;
	background: rgba(255,255,255,0) !important;
	color: #fff;
	top: auto !important;
	bottom: 0;
	transition: all .5s ease;
}
.history-next:hover,
.history-prev:hover{ 
	color: #c1422f;
	background: rgba(255,255,255,1) !important;
	transition: all .5s ease;
}
.history-next i,
.history-prev i{
	font-size: 30px;
}
.history-next{
	right: 46% !important;
}
.history-prev{
	transform: rotate(180deg);
	left: 46% !important;
}

/* team */
.team{
	padding: 80px 0 145px;
	background: url(../images/team-back.jpg) no-repeat top center;
	background-size: cover;
}
.team .row{
	margin-top: 75px;
}
.team .row .pdg{
	padding: 0 45px;
}
.team-list{
	border-bottom: 3px solid #c1422f;
	padding-bottom: 52px;
}
.team-list .number{
	font-family: "sapie";
	font-size: 22px;
	color: #c1422f;
	line-height: 25px;
}
.team-list .tit{
	font-size: 26px;
	color: #333333;
	line-height: 32px;
	margin: 30px 0 34px;
}
.team-list .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	min-height: 84px;
}

/* honor */
.honor{
	padding: 75px 0 80px;
	background: #efefef;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 65px;
	padding-bottom: 75px;
}
.honor-list{
	overflow: hidden;
	position: relative;
	padding: 35px 55px 52px 36px;
	background-color: #f7f7f7 ;
}
.honor-list .pic{
	float: right;
	width: 50.6%;
	margin-top: 24px;
	border: 10px solid #532520;
	text-align: center;
	overflow: hidden;
} 
.honor-list .info{
	width: 45%;
	float: left; 
	height: 100%; 
}
.honor-list .info .year{
	font-family: "sapie";
	font-size: 18px;
	color: #555555;
}
.honor-list .info .tit{
	font-size: 18px;
	color: #555555;
	margin-top: 14px;
}
.honor-list .info .txt{
	font-size: 18px;
	color: #555555;
	line-height: 25px;
	position: absolute;
	bottom: 52px;
	width: 42%;
}
/* contact */
.contact{
	padding: 90px 0 120px;
}
.contact .container{
	max-width: 1430px;
}
.contact .Info{
	width: 36.071428571%;
	float: left;
	margin-top: 10px;
}
.contact .Info .gs-name{
	font-size: 32px;
	color: #c1422f;
	line-height: 36px;
}
.contact .Info .txt{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 28px;
}
.contact .Info .sub{
	font-size: 16px;
	color: #555555;
	margin-top: 48px;
}
.contact .Info .sub p{
	border-bottom: 1px solid #dddcdc;
	line-height: 28px;
	padding: 18px 0 18px 38px;
}
.contact .Info .sub p.dz{
	background: url(../images/c-dz.png) no-repeat left top 19px;
}
.contact .Info .sub p.sj{
	background: url(../images/c-sj.png) no-repeat left top 20px;
}
.contact .Info .sub p.dh{
	background: url(../images/c-dh.png) no-repeat left top 20px;
}
.contact .Info .sub p.yx{
	background: url(../images/c-yx.png) no-repeat left top 24px;
}
.contact .Info .sub p a{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.contact .Info .sub p a:hover{
	color: #c1422f;
}
.contact .mapsBox{
	width: 55%;
	float: right;
	position: relative; 
}
.contact .mapsBox .maps{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.contact .mapsBox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #c1422f;
	bottom: -25px;
	right: -25px;
}
.message{
	padding: 58px 0 120px;
	background: #f8f8f8;
	background-size: cover;
}
.message .container{
	max-width: 1160px;
}
.message .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 57px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-indent: 16px;
	font-size: 16px;
	color: #222;
	outline: none;
    transition: all .5s ease;
}
.message .row input[type=text]:focus{
	border: 1px solid #c1422f;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row textarea{
	margin-top: 15px;
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 16px;
	font-size: 16px;
	color: #222;
    transition: all .5s ease;
}
.message .row textarea:focus{
	border: 1px solid #c1422f;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row input[type=button]{
	display: block;
	width: 415px;
	height: 58px;
	margin: 30px auto 0;
	border: none;
	background: #c1422f;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

/* news */
.news{
	padding: 80px 0 80px;
} 
.news ul li{
	width: 100%;
	overflow: hidden; 
	padding: 35px 64px 35px 32px;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f4f6f8;
	transition: all .5s ease;
}
.news ul li .time-box{
	width: 90px;
	float: left;
	background: #333333;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
	transition: all .5s ease;
}
.news ul li:hover .time-box{
	background: #c1422f;
	transition: all .5s ease;
}
.news ul li .time-box .day{
	font-size: 48px;
	line-height: 50px;
}
.news ul li .time-box .year{
	font-size: 15px;
	line-height: 25px;
}
.news ul li .content{
	width: 91%;
	float: right;
	overflow: hidden;  
}
.news ul li .content hr{
	float: left;
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	padding: 0;
	margin: 0;
}
.news ul li .content .Info{
	width: 65%;
	float: left;
	margin-left: 30px;
}
.news ul li .content .Info .tit{
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	min-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news ul li:hover .content .Info .tit{
	color: #c1422f;
	transition: all .5s ease;
}
.news ul li .content .Info .key{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin: 14px 0;
}
.news ul li .content .Info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .content .Pic{
	width: 21.1%;
	float: right;
	overflow: hidden; 
}
.news ul li .content .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news ul li:hover .content .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.newsDe{
	padding: 72px 0 95px;
}
.newsDe .container{
	max-width: 1165px;
}
.newsDe .titBox{
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 25px; 
	text-align: center;
}
.newsDe .titBox .title{
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 40px;
}
.newsDe .titBox .keywords{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-top: 26px;
}
.newsDe .titBox .keywords a{
	color: #c1422f;
	font-family: arial;
}
.newsDe .content{
	margin-top: 30px;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 88px;
}
.dePage{ 
	margin-top: 44px; 
	overflow: hidden;
}
.dePage .sxy{
	width: 70%;
	float: left;
}
.dePage .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #c1422f;
}
.dePage .return{
	display: block;
	width: 126px;
	height: 40px;
	border: 1px solid #c1422f;
	text-align: center;
	background: #c1422f;
	line-height: 38px;
	font-size: 15px;
	color: #fff;
	float: right;
	margin-top: 8px;
	border-radius: 5px;
}
.dePage .return:hover{
	background: #c22737;
	color: #fff;
	border: 1px solid #c22737;
}

/* policy */
.policy{
	padding: 85px 0 96px;
}
.policy .container{
	position: relative;
	background: #f5f5f5;
}
.policy .pic{
	position: absolute;
	height: 100%;
	width: 35.9%;
}
.policy .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.policy .info{
	width: 58%;
	float: right;
	margin-right: 40px;
	padding: 42px 0 58px;
}
.policy .info .abt-top-tit{
	text-align: left;
}
.policy .info .abt-top-line{
	margin: 28px 0 0 0;
}
.policy .info .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
}

/* human */
.human{
	padding: 60px 0 88px;
	background: #f7f7f7;
}
.human .container{
	max-width: 1330px;
}
.human-box{
	margin-top: 52px;
}
.human-box .item{
	margin-bottom: 5px;
	background: #fff;
}
.human-box .item h3{
	position: relative;
	padding: 0 30px;
	cursor: pointer;
	line-height: 56px;
	overflow: hidden;
	transition: all .5s ease;
}
.human-box .item h3.on{
	padding: 18px 30px 45px;
	transition: all .5s ease;
}
.human-box .item .tdjl{
	display: block;
	width: 115px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #c1422f;
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.human-box .item h3.on .tdjl{
	opacity: 1;
	visibility: visible;
	top: 40px;
	transition: all .5s ease;
}
.human-box .item .zk{
	position: absolute;
	right: 30px;
	line-height: 56px;
	top: 0;
	font-size: 16px;
	color: #336699;
	z-index: 99;
	background: url(../images/0zk.jpg) no-repeat right center;
	padding-right: 24px;
	opacity: 1;
	transition: all .5s ease;
} 
.human-box .item h3.on .zk{
	opacity: 0;
	transition: all .5s ease;
}
.human-box .item .gb{
	position: absolute;
	font-size: 16px;
	color: #336699;
	z-index: 99;
	background: url(../images/0gb.jpg) no-repeat right center;
	padding-right: 24px;
	left: 30px;
	bottom: 0;
	opacity: 0;
	transition: all .5s ease;
}
.human-box .item h3.on .gb{
	opacity: 1;
	transition: all .5s ease;
}
.human-box .item h3 .tit{
	width: 60%;
	float: left;
	font-size: 22px;
	color: #333333;
}
.human-box .item ul{
	padding: 0 30px;
	display: none;
}
.human-box .item ul li{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	padding: 22px 0 30px;
	border-top: 1px solid #dfdfdf;
}

/* service */
.service{
	padding: 65px 0 100px;
}
.service .top-sub{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 34px;
}
.service .cont{
	text-align: center;
	margin-top: 55px;
}
.service .box{
	overflow: hidden;
	margin-top: 90px;
}
.service .box .lb{
	width: 16.66666%;
	height: 300px;
	padding: 45px 30px 0 30px;
	float: left;
	background: url(../images/fw-back1.jpg) no-repeat top center;
	background-size: cover;
}
.service .box .lb:nth-of-type(2n+2){
	background: url(../images/fw-back2.jpg) no-repeat top center;
	background-size: cover;
}
.service .box .lb .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin: 32px 0 22px;
}
.service .box .lb .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
/*download*/
.download{
	padding: 72px 0 60px;
	background: url(../images/down-back.jpg) no-repeat top center;
	background-size: cover;
}
.download .top-tit{
	text-align: center;
	color: #222222;
	font-size: 36px;
	line-height: 40px;
}
.download ul {
	overflow: hidden;
	margin-top: 70px;
}
.download ul li{
	border-bottom: 1px solid #edecec;
	background: url(../images/pdf-ico.png) no-repeat top left;
	padding: 0 90px 28px;
	position: relative;
	width: 47%;
	float: left;
	margin-bottom: 30px;
}
.download ul li:nth-of-type(2n+2){
	float: right;
}
.download ul li .tit{
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin: 2px 0 15px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.download ul li:hover .tit{
	color: #e40d15;
    transition: all .5s ease;
}
.download ul li .size{
	font-size: 16px;
	color: #666666;
}
.download ul li i{
	position: absolute;
	right: 0;
	width: 68px;
	height: 68px;
	border: 1px solid #e1e1e1;
	top: 0;
	border-radius: 100%;
	text-align: center;
	line-height: 66px;
	font-size: 28px;
	color: #222;
    transition: all .5s ease;
}
.download ul li:hover i{
	background: #dc2e1b;
	color: #fff;
	border: 1px solid #dc2e1b;
    transition: all .5s ease;
}

/* solution */
.solution{
	padding: 80px 0 ;
}
.solution ul li{
	overflow: hidden;
	margin-bottom: 15px;
	background: #f7f7f7;
}
.solution .pic{
	width: 50%;
	float: left;
	overflow: hidden;
}
.solution ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.solution .pic img{
	width: 100%;
}
.solution .info{
	width: 42%;
	float: left;
	margin-left: 60px;
	margin-top: 60px;
} 
.solution .info .abt-top-tit{
	text-align: left;
}
.solution .info .abt-top-line{
	margin: 28px 0 0 0;
}
.solution .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 35px;
}

/* case */
.case{
	padding: 84px 0 90px;
}
.case .pdg{
	padding: 0 10px;
}
.case-list{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.case-list:hover{
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.case-list .pic{
	overflow: hidden;
}
.case-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.case-list:hover .pic img{
	transform: scale(1.2);
	transition: all .5s ease;
}
.case-list .tit{
	border: 1px solid #e5e5e5;
	border-top: none;
	line-height: 56px;
	padding: 0 50px 0 20px;
	font-size: 16px;
	color: #333333;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .tit i{
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 20px;
	color: #43559f;
}

/* product */
.product{
	padding: 85px 0 100px;
} 
.product-class{
	overflow: hidden;
	background: #f7f7f7;
	margin-bottom: 80px;
}
.product-class .pic{
	width: 50%;
	float: left;
}
.product-class .pic img{
	width: 100%;
}
.product-class .info{
	width: 42%;
	float: left;
	margin-top: 60px;
	margin-left: 60px;
}
.product-class .info .ico{
	width: 80px;
	height: 80px;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 78px;
	border-radius: 100%;
	margin: 0 auto 20px;
}
.product-class .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 34px;
}
.productDe{
	padding: 90px 0;
} 
.pdiSwiper{
	overflow: hidden;
	position: relative;
	width: 45.032258%;
	float: left;
}
.pdiSwiper .swiper-slide img{
	width: 100%;
}
.pdiN,
.pdiP{
	width: 50px !important;
	height: 50px !important;
	text-align: center;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0) !important;
	color: #fff;
    transition: all .5s ease;
}
.pdiN:hover,
.pdiP:hover{
	background: rgba(255, 255, 255, 1) !important;
	color: #c1422f;
    transition: all .5s ease;
}
.pdiN i,
.pdiP i{
	font-size: 24px;
}
.pdiN{
	right: 34px !important;
}
.pdiP{
	left: 34px !important;
	transform: rotate(180deg);
}
.productDe .Info{
	width: 50%;
	float: right;
}
.productDe .Info .title{
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-top: 12px;
}
.productDe .Info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 35px;
	height: 224px;
	overflow: auto;
}
.productDe .Info .ljzx{
	display: block;
	width: 218px;
	text-align: center;
	height: 52px;
	line-height: 44px;
	background: #c1422f;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
}
.productDe .Info .ljzx i{
	font-size: 30px;
	margin-right: 14px;
	position: relative;
	top: 5px;
}
.product-tab{
	padding: 60px 0 65px;
	background: #f1f1f1;
}
.product-tab:nth-of-type(2n+2){
	background: #fff;
}
.product-tab .content{
	margin-top: 45px;
}
.product-tab .content table{
	width: 100%;
}
.product-tab .content table td{
	height: 50px;
	border: 1px solid #fff;
	
	text-align: center;
}
.product-tab .content table tr:nth-of-type(2n+1) td{
	background: #e6f1fa;
	color: #555555;
}
.product-tab .content table tr:nth-of-type(2n+2) td{
	background: #ddebf6; 
	color: #555555;
}
.product-tab .content table tr td:nth-child(1){
	background: #c1422f;
	color: #fff;
}
.product-tab .content table tr:nth-of-type(2n+2) td:nth-child(1){
	background: #8c322a; 
	color: #fff;
}
.proTx-list{
	background: #fff;
	padding: 26px 26px 40px;
	margin-bottom: 26px;
    transition: all .5s ease;
}
.proTx-list:hover{
	background: #c22737;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2); 
    transition: all .5s ease;
}
.proTx-list .num{
	color: #fff;
    -webkit-text-stroke: 1px rgba(68,126,199,1);
    font-size: 42px;
    line-height: 45px;
    font-family: helev;
    z-index: 1;
    transition: all .5s ease;
}
.proTx-list:hover .num{
	color: #c22737;
    -webkit-text-stroke: 1px rgba(255,255,255,1);
    transition: all .5s ease;
}
.proTx-list .tit{
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	min-height: 50px;
	margin: 20px 0 20px;
    transition: all .5s ease;
}
.proTx-list:hover .tit{
	color: #fff;
    transition: all .5s ease;
}
.proTx-list .line{
	width: 20px;
	height: 2px;
	background: #c22737;
    transition: all .5s ease;
}
.proTx-list:hover .line{
	background: #fff;
	width: 40px;
    transition: all .5s ease;
}
.ProTxSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 54px;
	padding-bottom: 65px;
}
.product-tab .row{
	margin-top: 50px;
}

/* abt-tit */
.abt-top-tit{
	text-align: center;
	font-size: 42px;
	color: #333333;
	line-height: 48px;
}
.abt-top-line{
	width: 28px;
	height: 2px;
	background: #c1422f;
	margin: 32px auto 0;
}

/* Nybanner */
.container.ny{
	max-width: 1550px;
}
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
	height: 43.3vh;
	object-fit: cover;
}
.Nylocation{
	line-height: 64px;
	background: #f7f7f7;
}
.Nylocation .now-wz{
	float: left;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 24px;
	font-size: 16px;
	color: #666666;
}
.Nylocation .now-wz a{
	color: #666;
}
.Nylocation .now-wz a:hover{
	color: #c1422f;
}
.Nylocation .now-lm{
	float: right;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	text-align: center; 
	font-size: 16px;
	color: #333;
	position: relative;
	padding: 0 26px;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #fff;
}
.Nylocation .now-lm a::after{
	content: "";
	position: absolute; 
	height: 3px;
	background: #c1422f;
	left: 40%;
	top: 0;
	width: 20%;
	opacity: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	width: 100%;
	left: 0;
	opacity: 1;
	transition: all .5s ease;
}

/* footer */
footer{
	background: #333333;
}
footer .container{
	max-width: 1550px;
}
.foot-top{
	padding: 65px 0 50px;
}
.foot-lm{
	float: left;
}
.foot-lm .item{
	float: left;
	margin-right: 90px;
	min-width: 146px;
}
.foot-lm .item:last-child{
	margin-right: 0;
}
.foot-lm .item.on{
	width: 190px;
	min-width: 190px;
}
.foot-lm .item h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 18px;
}
.foot-lm .item .link{
	margin-top: 15px;
}
.foot-lm .item .link a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #999999;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.foot-lm .item .link a:hover{
	color: #fff;
}
.foot-lm .item.on .link a{
	float: left;
	width: 44%;
}
.foot-lm .item.on .link a:nth-of-type(2n+2){
	float: right; 
}
.foot-right{
	float: right;
}
.f-ewm{
	overflow: hidden;
}
.f-ewm .ewm{
	width: 126px;
	float: right;
	text-align: center;
}
.f-ewm .ewm p{ 
	font-size: 15px;
	color: #adacac;
	line-height: 25px;
	margin-top: 10px;
}
.f-info{
	text-align: right;
	margin-top: 50px;
	color: #fff;
	font-size: 15px;
}
.f-info p{
	padding-left: 26px;
	line-height: 38px;
	display: inline-block;
}
.f-info p a{
	font-family: "helev";
	color: #fff;
	font-size: 24px;
}
.f-info p.tel{
	background: url(../images/f-tel.png) no-repeat left center;
}
.f-info p.email{
	background: url(../images/f-email.png) no-repeat left center;
}
.foot-copy{
	line-height: 60px;
	border-top: 1px solid #3d3d3d;
	font-size: 15px;
	color: #999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/*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 .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;
	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; 
} 
.solution ul li .infoDe .cont::-webkit-scrollbar{
	width: 4px;
	border-radius: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.solution ul li .infoDe .cont::-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;
}