.header .logo {
	/*width: 116px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;*/
}
/*banner-canvas*/
#bannerCanvas{
    width: 100%;
    background: #000;
}
.banner-box{
    position: relative;
}
.banner-box .banner-font{
    position: absolute;
    top: 23%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11;
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.banner-box .banner-font .font1{
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    /*text-shadow: -1px -1px rgba(139, 180, 220,0.8),-2px -2px rgba(197, 223, 248,0.8),-3px -3px rgba(197, 223, 248,0.8),-4px -4px rgba(197, 223, 248,0.8),-5px -5px rgba(197, 223, 248,0.8),-6px -6px rgba(197, 223, 248,0.8);
    -webkit-text-shadow: -1px -1px rgba(139, 180, 220,0.8),-2px -2px rgba(197, 223, 248,0.8),-3px -3px rgba(197, 223, 248,0.8),-4px -4px rgba(197, 223, 248,0.8),-5px -5px rgba(197, 223, 248,0.8),-6px -6px rgba(197, 223, 248,0.8);
    -o-text-shadow: -1px -1px rgba(139, 180, 220,0.8),-2px -2px rgba(197, 223, 248,0.8),-3px -3px rgba(197, 223, 248,0.8),-4px -4px rgba(197, 223, 248,0.8),-5px -5px rgba(197, 223, 248,0.8),-6px -6px rgba(197, 223, 248,0.8);
    -ms-text-shadow: -1px -1px rgba(139, 180, 220,0.8),-2px -2px rgba(197, 223, 248,0.8),-3px -3px rgba(197, 223, 248,0.8),-4px -4px rgba(197, 223, 248,0.8),-5px -5px rgba(197, 223, 248,0.8),-6px -6px rgba(197, 223, 248,0.8);
    -moz-text-shadow: -1px -1px rgba(139, 180, 220,0.8),-2px -2px rgba(197, 223, 248,0.8),-3px -3px rgba(197, 223, 248,0.8),-4px -4px rgba(197, 223, 248,0.8),-5px -5px rgba(197, 223, 248,0.8),-6px -6px rgba(197, 223, 248,0.8);*/
}
.font1 b{
    position: absolute;
    display: inline-block;
    font-weight: lighter;
    font-size: 45px;
    text-shadow: none;
}
.font1 b.icon-left{
    top: -25px;
    left: -30px;
}
.font1 b.icon-right{
    right: -30px;
    bottom: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-box .banner-font .banner-font-bottom{
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    margin-top: 45px;
}
.banner-font .banner-font-bottom span{
    display: inline-block;
    width: 30%;
    height: 45px;
    line-height: 43px;
    border: 1px solid rgba(255,255,255,1);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.banner-font .banner-font-bottom span:nth-of-type(1){
    margin-right: 20%;
}
/*section*/
.main-title {
    font-size: 24px;
    font-family: Arail;
    color: #333;
    line-height: 3.7;
    font-weight: bold;
}
.main-title .englishTitle{
    font-weight: 500;
    color: #999;
    font-size: 16px;
}
.work .link, .successful .link, .company .link {
    position: absolute;
    right: 45px;
    top: 30px;
    z-index: 9;
    display: block;
    color: #999;
}
.work .link:hover, .successful .link:hover, .company .link:hover{
    text-decoration: underline;
}
.link-arrow:after {
    content: ">>";
    position: absolute;
    top: -2px;
    right: -25px;
    display: inline;
    line-height: normal;
    font-size: 1em;
    -webkit-transform-origin: center;
    transform-origin: center;
    color: #999;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.grid-gutter-4 {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-gutter-4 .col-sm-6 {
    padding-left: 15px;
    padding-right: 0;
}
.successful .thumb {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.successful .thumb .color-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -ms-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear;
}
.successful .thumb:hover .color-layer{
    opacity: 0.3;
}
.successful .thumb .thumb-head {
    overflow: hidden;
}
.successful .thumb .lazy {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.successful .thumb:hover .lazy{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.successful .thumb .a2 {
    background-color: #256dc3;
}
.successful .thumb h2 {
    position: absolute;
    top: 45%;
    left: 5%;
    display: inline-block;
    width: 90%;
    font-size: 28px;
    font-weight: 600;
    font-family: Avenir-Light, Arail, sans-serif;
    color: white;
    line-height: 1.4;
}
.successful .thumb .a3 {
    background-color: #e8a82e;
}
.successful .thumb .a4 {
    background-color: #42b977;
}
.successful .thumb .a5 {
    background-color: #1a82bc;
}
.successful .thumb .a6 {
    background-color: #4971d7;
}
.successful .thumb .a7 {
    background-color: #1A67C0;
}
.successful .thumb .a8 {
    background-color: #f39fcf;
}
.successful .thumb .a1 {
    background-color: #e8a82e;
}
.work, .successful, .company{
    position: relative;
}
/*cooperative*/
.cooperative .col-sm-4{
	padding-right: 0;
}
.cooperative .coop{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
  font-size: 22px;
  background: rgba(76,135,198,1);
  background: linear-gradient(270deg,rgba(61,110,163,1) 0%,rgba(76,135,198,1) 100%);
}
/*.cooperative .coop.coop1{
	background: #FA7600;
}
.cooperative .coop.coop2{
	background: #7AAC2A;
}
.cooperative .coop.coop3{
	background: #43AED6;
}*/
/*company*/
.company .comp{
	position: relative;
    overflow: hidden;
}
.company .comp>img{
	width: 100%;
}
.company .comp .font-box{
	position: absolute;
	bottom: 0;
	left: 0;
	/*text-align: center;*/
	color: #fff;
	font-size: 18px;
	width: 100%;
    padding: 15px;
    padding-left: 30px;
    background: rgba(61, 110, 163, 0.73);
}
.company .col-sm-4{
	padding-right: 0;
}
.company .grid-gutter-4{
	margin-bottom: 15px;
}
.company .font-box p{

}
.company .font-box span{
    font-size: 30px;
}
.company .slideFont{
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    background: rgba(61, 110, 163, 0.73);
    -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -ms-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}
.company .comp:hover .slideFont{
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

.banner-font-bottom .icon, .main-title .icon{
    display: inline-block;
    width: 25px;
    margin-right: 5px;
}
.icon img{
    width: 100%;
}

.coopList .coop>img{
	width: 25px;
	margin-right: 10px;
}

/*轮换大区域*/
.lunhuan {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lunhuan #lunhuanback {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.lunhuan #lunhuanback a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    ackground-attachment: fixed;
}

.lunhuan .lunhuan_main {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/*左侧所有商品列表*/
.suoyouliebiao {
    width: 239px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    z-index: 200;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/*轮换中间区域*/
.lunhuancenter {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
}

.lunhuancenter .centergif {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
    transform: translate(-50%, 0);
}

.lunhuancenter b {
    position: absolute;
    left: 0px;
    top: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 3;
    width: 760px;
    height: 210px;
    display: block;
}

#lunbonum {
    height: 14px;
    line-height: 23px;
    position: absolute;
    left: 50%;
    top: 95%;
    margin-left: -23px;
    z-index: 5;
}

#lunbonum li {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 9px;
    background: #B4B4B4;
    border-radius: 14px;
    cursor: pointer;
}

#lunbonum .lunboone {
    background: blue;
    cursor: pointer;
}

.banner-box>.bannerImg{
	width: 100%;
	opacity: 0;
}

.lunhuan_main .fontBox{
	color: #fff;
    width: 30%;
    top: 0;
    height: 100%;
    left: 9%;
    position: absolute;
    padding: 6rem 0;
    padding-top: 8.5rem;
    display: none;
}
.lunhuan_main .fontBox.show{
	display: block;
}
.lunhuan_main .fontBox h3{
	font-size: 2rem;
    font-weight: lighter;
}
.lunhuan_main .fontBox h2{
	font-size: 3rem;
    margin: 1rem 0;
}
.lunhuan_main .fontBox .line{
	display: inline-block;
    width: 9rem;
    height: 2px;
    background: #fff;
}
.lunhuan_main .fontBox .text{
	margin-top: 1.5rem;
    line-height: 24px;
    opacity: 0.9;
}
.lunhuan_main .fontBox .text-bottom{
	display: flex;
	position: absolute;
    bottom: 7rem;
}
.lunhuan_main .fontBox .text-bottom .imgBox{
	flex: 0 0 2.5rem;
}
.lunhuan_main .fontBox .text-bottom P:last-child{
	flex: 0 0 80%;
}
.lunhuan_main .fontBox .text-bottom span{
	display: block;
	text-align-last: justify;
	margin-left: 5px;
	font-size: 12px;
}
.lunhuan_main .fontBox .text-bottom .normalText{
	font-size: 1.1rem;
}
.fontBox .text-bottom .imgBox img{
	width: 100%;
}

@media (max-width: 768px) {
    .cooperative .coop {
        margin-bottom: 15px;
    }
    .company .grid-gutter-4{
        margin-bottom: 0;
    }
    .company .comp{
        margin-bottom: 15px;
    }
    .banner-box .banner-font{
        font-size: 25px;
        width: 100%;
    }
    .font1 b{
        font-size: 30px;
    }
    .font1 b.icon-left{
        left: 10%;
        top: -15px;
    }
    .font1 b.icon-right{
        right: 10%;

    }
    .banner-font .banner-font-bottom span{
        font-size: 17px;
        width: 20%;
        height: 36px;
        line-height: 34px;
    }
    .banner-font .banner-font-bottom span:nth-of-type(1){
        margin-right: 10%;
    }
     .main-title .englishTitle{
     	display: none;
     }

	#lunbonum li {
	    width: 8px;
	    height: 8px;
	}
	#lunbonum{
		top: 80%;
	}
}
