@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar-track-piece {
width:10px;
background-color:#ededed;
}
::-webkit-scrollbar {
width:8px;
height:6px
}
::-webkit-scrollbar-thumb {
height:50px;
background-color:#fcfb22;
}
::-webkit-scrollbar-thumb:hover {
background:#000;
}
::-moz-selection {
	color: #333;
	background: #fcfb22;
}
::selection {
	color: #333;
	background: #fcfb22;
}

html, body {
	font-family:'corporate_sbold',"STXihei","STHeitiLight","华文细黑", "Microsoft JhengHei", "Microsoft YaHei",'微软雅黑',Arial,sans-serif !important;
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#000;
	width:100%;
	overflow-x:hidden
}

@font-face {
    font-family: 'corporate_sbold';
    src:url(../fonts/din-regular.otf);
	src: url('../fonts/Corporate_S_Bold.otf');
  	src: url('../fonts/Corporate_S_Bold.otf') format('embedded-opentype'), 
  	url('../fonts/Corporate_S_Bold.ttf') format('truetype');
	
	
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ding';
    src:url(../fonts/din-regular.otf);
	src: url('../fonts/din-regular.otf');
  	src: url('../fonts/din-regular.otf') format('embedded-opentype'), 
  	url('../fonts/din-regular.ttf') format('truetype');
	
	
    font-weight: normal;
    font-style: normal;
}
ul,li
{
	list-style: none;
	padding:0px;
	margin:0px;
}
.loading
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:99999999;
	background:#fff;
	text-align:center;
	padding-top:15%;
}

/*****header*******/

.header{
	
	
	
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 5px rgba(100,100,100,.1);
    font-size: 16px;
    height: 76px;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    z-index: 100;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	background:#fff;
	/*overflow:hidden*/
	
	
}
.header a
{
	border: none;
    color: #000;
    display: block;
    line-height: 76px;
    margin: 0;
    outline: none;
    padding: 0 25px;
    text-decoration: none;
    -webkit-transition: color .3s,opacity .3s;
    transition: color .3s,opacity .3s;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;

}
.header .menu_left
{
	height:76px;
	list-style: none;
}
.header .menu_left .logo
{
    overflow: hidden;
    width: 184px;
	text-align:center;
	padding-top:120px;
	opacity:0;
}

.header .menu_left ul li
{
	display: inline-block;
    float: left;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s;
    
    
}
.header .menu_left ul li a:hover
{
	background:#fcfb22
}


.header .menu_right {
    padding: 0;
    position: absolute;
    right: 150px;
    top: 0;
}

.header .menu_right ul li
{
	display: inline-block;
    float: left;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
}
.header .menu_right ul li a:hover
{
	background:#fcfb22
}
.header .menu_right ul li:hover
{
	background:#fcfb22
}
.header .menu_right ul li .weixin
{
	/*-moz-perspective:500;
	-webkit-perspective:500;
	-o-perspective:500;
	-ms-perspective:500;*/
	
}

.header .menu_right ul .weixin:hover .ewm
{
	-moz-transform: perspective(0px) rotateX(0deg);
	-webkit-transform: perspective(0px) rotateX(0deg);
	-o-transform: perspective(0px) rotateX(0deg);
	-ms-transform: perspective(0px) rotateX(0deg);
	display: block;
	background: #fcfb22;
}
.header .menu_right ul li .ewm
{
	position:relative;
	width: 110px;
	height: 110px;
	background: #fcfb22;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	
	/*-moz-transform: rotateX(-70deg);
	-webkit-transform: rotateX(-70deg);
	-o-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);*/
	-moz-transform: perspective(400px) rotateX(-90deg);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	
	
}

.header .menu_right ul li .ewm img
{
	
}

.header .menu_right ul .search:hover .sear
{
	-moz-transform: perspective(0px) rotateX(0deg);
	-webkit-transform: perspective(0px) rotateX(0deg);
	-o-transform: perspective(0px) rotateX(0deg);
	-ms-transform: perspective(0px) rotateX(0deg);
	display: block;
	background: #fcfb22;
}
.header .menu_right ul li .sear
{
	position:relative;
	width: 400px;
	height: 100px;
	background: #fcfb22;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	right: 0px;
	
	/*-moz-transform: rotateX(-70deg);
	-webkit-transform: rotateX(-70deg);
	-o-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);*/
	-moz-transform: perspective(400px) rotateX(-90deg);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	
}

.header .menu_right ul li .sear input
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: solid 1px #fff;
	background: #fcfb22;
	width: 80%;
	height: 60px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 16px;
}

.big-logo {
    height: 189px;
    padding: 20px;
    position: absolute;
    right: 89px;
    top: 84px;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    width: 213px;
    z-index: 2;
}

/*****header*******/	

/*wrapper*/
.wrapper
{
	width:100%;
	height:auto;
	position:relative;
	margin-top:85px;
	overflow:hidden
}

.wrapper h1
{
    background: #fff;
    left: 125px;
    max-width: 550px;
    padding: 10px 20px 30px 0;
    position: relative;
    width: 100%;
    z-index: 1;
	font-size:75px;
	color:#000;
	font-weight:600
}
.wrapper h1 span
{
	font-size:65px;
	color:#000;
}

.banner-offer {
    background: #fcfb22;
    padding: 30px 0;
	position:absolute;
	z-index:1
}
.banner-offer.sticky {
    max-width: 300px;
    padding: 30px 80px 30px 30px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.close-icon {
    cursor: pointer;
    height: 56px;
    position: relative;
    width: 56px;
}
.banner-offer.sticky .close {
	width:56px;
	height:100%;
	position:absolute;
	right:0px;
	z-index:11111;
    cursor: pointer;

}
.banner-offer.sticky .title {
    padding-bottom: 10px;
	font-size:35px;
}
.banner-offer .link {
    display: inline-block;
    vertical-align: middle;
}
.banner-offer .link a {
	font-size:20px;
	color:#333;
    border-bottom: 2px solid #333;
}
.banner-offer.sticky .desc {
    padding: 15px 0;
	font-size:20px;
}
/*width-right*/
.widthRegulator {
	max-width:1100px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: -220px;

	overflow:hidden;
}

.widthRegulator .bordered {
    border-top: 40px solid #000;
	border-right: 10px solid #000;
	border-bottom: 30px solid #000;
	border-left: 20px solid #000;
	
    padding: 200px 100px 100px;
    position: relative;
}

.widthRegulator .bordered h4{
	font-size:22px
}
.widthRegulator .bordered:after {
    background: #fff;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    left: -120px;
    bottom: -40px;
    width: 290px;
    z-index: 1;
}
.widthRegulator .bordered:before {
    background: #fff;
    content: '';
    display: block;
    height: 290px;
    position: absolute;
    right: -20px;
    top: -40px;
    width: 290px;
    z-index: 1;
}
.widthRegulator .video-wrapper {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
.widthRegulator .video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    -webkit-transform: translateX(-51.25%);
    -ms-transform: translateX(-51.25%);
    transform: translateX(-51.25%);
}
.widthRegulator #video1 {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.top a {
	color: #000;
	font-size: 14px;
}

/*case*/

.container .right .news-new
{
	border:1px solid #f4f4f2
}

.container .right .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f4f4f2;
	font-size: 16px;
}

.container .right .title span {
	font-size: 16px;
}

.title a {
	color: #555;
	font-size: 16px;
}

.container .right .list {
	margin: 10px;
}

.container .right .list tr td {
	font-size: 14px;

}

.container .right .list tr td a {
	color: #000;
	font-size: 13px;

}
.tag_a{
	color:#000;
	font-size: 14px;
}
.case
{
	width:100%;


    margin-top: -180px;
	z-index:1;
	overflow:hidden;

}
.case .item
{


	position:relative;

}
.case .item-1
{
	margin-top:300px
}
.case .item-2
{
	margin-top:200px
}
.case .item .case-img
{
	width:100%;
	overflow:hidden;
	position:relative;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
	cursor:pointer;
	margin-top:25px;
}

.case .item .case-img img
{
	width:100%;
}

.case .item .case-img:after
{
	width:100%;
	height:50%;
	content:'';
	position:absolute;
	z-index:1;
	background:rgba(252,251,34,0.6);
	top:-50%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
}

.case .item .case-img:before{
	width:100%;
	height:50%;
	content:'';
	position:absolute;
	z-index:1;
	background:rgba(252,251,34,0.6);
	bottom:-50%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
}
.case .item .case-img:hover.case-img:after{
	width:100%;
	height:50%;
	top:0px;
	left:0px;
	content:'';
	position:absolute;
	z-index:1;
	background:rgba(252,251,34,0.9);
	top:-0%;
}
.case .item .case-img:hover.case-img:before{
	width:100%;
	height:50%;
	content:'';
	position:absolute;
	z-index:1;
	background:rgba(252,251,34,0.9);
	bottom:-0%;
}
.case .item .case-img:hover .text{
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1.0; /*Firefox私有，透明度50%*/
	opacity:1.0;/*其他，透明度50%*/
	left:30px;
}
.case .item .case-img:hover .tag {
	left:0px;
	
}
.case .item .tag {
    background: #fff;
    left: 30px;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 10px 20px;
    position: absolute;
	z-index:2;
    top: 30px;
	font-size: 20px;
    line-height: 1.23em;
    margin: 0;
    padding-bottom: 18px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;	
	transition: 0.3s ease;
	color:#333
}
.case .item .tag:after{
	width:100%;
	height:10px;
	border:1 solid #ccc;
	background:#0C0;
	position:absolute;
	z-index:2;
	top:10px;
	left:10px;
}
.case .item .text{
	padding: 100px 20px;
    position: absolute;
	z-index:2;
    top: 30px;
	left: -300px;
	filter:alpha(opacity=00); /*IE滤镜，透明度50%*/
	-moz-opacity:0.0; /*Firefox私有，透明度50%*/
	opacity:0.0;/*其他，透明度50%*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
}
.case .item .text .content{
	width:90%;
	font-size:16px;

}
.case .item .text .more {
    border-bottom: 3px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}

.wrapper .text-content
{

	margin-top:-150px;
	position:relative;

}
.wrapper .text-content .swiper-container{
	height:200px;
}
.wrapper .text-content .swiper-container .title {
    font-size: 50px;

    line-height: 1.1em;
    margin-bottom: 25px;
	text-align:center;
	margin-top:50px;
}

.wrapper .text-content .swiper-container .author {
    font-size: 32px;
    line-height: 1em;
	text-align:center
}

.wrapper .text-content .pagination1{
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
	left:0px;
    text-align: left;
}
.wrapper .text-content .swiper-pagination-bullet {
    width: 18px;
    height: 25px;
	padding-top:5px;
    display: inline-block;
	border-radius: 0;
	background:#fff;
    
    opacity: .5;
    margin: 0 6px;
	text-align:center
}

.wrapper .text-content .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fcfb22;
    margin: 0 6px;
}


/*case*/

/*business*/

.business{
	width:100%;
	position:relative;
	margin-top:80px;
	margin-bottom:50px;
}
.business .bus1{
	margin-top:50px;
	opacity:0;
}
.business .bus2{
	margin-top:230px;
	opacity:0;
}
.business .bus3{
	margin-top:180px;
	opacity:0;
}
.business .img
{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}
.business .img img
{
	width:80%;
}
.business .img .title
{
	width:auto;
	height:30px;
	position:absolute;
	z-index:1;
	bottom:50px;
	right:-30px;
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	font-size:20px;
	letter-spacing:2px;
	background:#fcfb22
}
.business .txt{
	width:100%;
	position:relative;
	margin-top:20px;
}
.business .txt span{
	width:auto;
	height:30px;
	line-height:26px;
	float:left;
	color:#ddd;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	text-align:center;
	border-bottom:1px solid #ccc;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;	
	transition: 0.5s ease;
}
.business .txt span:hover{

	color:#fcfb22;
	background:#000
	
}
.business .txt span:hover a{color:#fcfb22; }
.business .txt span a{color:#333}

/*business*/



/*news*/
.news{
	margin-top:100px;
	width:100%;
	position:relative;


}
.newsback{
	 width:70px; margin: auto; line-height:50px; color:#000; font-size:16px;
	 }
/*news*/
/*wrapper*/

/*footer*/
.footer{
	width:100%;
	height:100px;
	position:relative;
}
.footer .foot-top{
    background: #fcfb22;
    padding: 30px 0;
}
.footer .foot-top .title{
	font-size: 30px;
    line-height: 1.2em;
}
.footer .foot-top .txt
{
	color:#333;
	font-size:16px;
	border-bottom: 3px solid #000;
	cursor:pointer
}
.footer .foot-top .txt:hover
{
	color:#000;
	border-bottom: 3px solid #999;
}
/*footer*/
	





	