* {
    margin: 0;
    padding: 0;
}

body {
    font-family:"Arial", "微软雅黑";
}

body#loadbg {
    background: url('../image/index/loadbg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.relative {
    position: relative;
}

.center-vertical {
    position: relative;
    top: 50%;
}

ul,
li {
    list-style-type: none;
}

.fontweight {
    font-weight: bold;
}

hr {
    height: 1px;
    border: none;
}

li,
h1,
h2,
h3,
h4,
h5,
h6 {
    color:#000;
}

h2{
    font-size: 26px!important;
}
.hidden {
    display: none;
}

.yincang {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.nopadding {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin30 {
    margin: 30px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size15 {
    font-size: 15px;
}

.size16 {
    font-size: 16px;
}

.background_black {
    background: black;
}

.background_white {
    background: white;
}

.background_lightwhite {
    background: rgba(255, 255, 255, 0.2);
}

.background_gray {
    background: rgba(0, 0, 0, 0.2);
}

.background_dark {
    background: rgba(0, 0, 0, 0.4);
}

.background_blue {
    background: #0C8CD7;
}

.color_black {
    color: black;
}

.color_white {
    color: white;
}

.color_color {
    color: #3399CC;
}

.color_gray {
    color:#555;
}

.color_fxsct {
    color: rgba(0, 0, 0, 0.8);
}

.color_fxsc {
    color: rgba(0, 0, 0, 0.7);
}

.color_dark {
    color: rgba(0, 0, 0, 0.7);
}

.inline-block {
    display: inline-block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

a{
    color: #000
}
a:hover{
    color: #f7b400;
    cursor: pointer;
    text-decoration: none;
}
/*公共部分*/
.fixe {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999999999999999;
}



#header .user {
    position: absolute;
    right: 0px;
    top: 0px;
}


.titdiv {
    width: 800px;
    margin: 0 auto;
    line-height: 26px;
}
@media (max-width: 768px){
    .titdiv {
        width: 80%;
    }
}

.titdiv h2 {
    color: rgba(0, 0, 0, .8);
    margin-top: 5%;
}

.titdiv h2.color_white {
    color: rgba(256, 256, 256, .9);
}


.titdiv h4 {
  font-size: 15px;
  margin:5px 0;
}


.titdiv hr {
    margin-top: 20px;
    margin-bottom: 10px;
}

#footer {
}

.content {
    width: 1280px;
    margin: 0 auto;
}

@media (max-width: 768px){
.content {
    width:100%;
}
}
.content-fluid {
    width: 100% !important;
}




#fullpage .section {
    position: relative;
    padding: 50px 0px 0px 0px;
}
@media (max-width:1279px) {
    #fullpage .section {
        width: 1280px;
    }

}
@media (max-width: 768px){
    #fullpage .section {
        width: 100%;;
    }
}

#fullpage .intro {
}


/*公司简介*/
.gsjjthree_div {
    width: 223px;
    height: 400px;
    border-radius: 3px;
    margin: 0px 32px;
    overflow: hidden;
    position: relative;
}

.gsjjthree_div p {
    color: rgba(0, 0, 0, 0.7);
    padding: 80px 0px 10px;
    text-align: left;
}

.gsjjthree_div li {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 60px;
}

.gsjjthree_div .top-line {
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    top: 250px;
}

.gsjjthree_div .top-line-down {
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    top: 250px;
    z-index: 1;
    width: 100%;
    background-color: #ddd;
}

#gsjj_one:hover .top-line {
    width: 100%;
    background-color: #f7b400;
    left: 0;
    animation: top-change 0.6s;
    -moz-animation: top-change 0.6s;
    -webkit-animation: top-change 0.6s;
    -o-animation: top-change 0.6s;
    z-index: 10;
}

#gsjj_two:hover .top-line {
    width: 100%;
    background-color: #f7b400;
    left: 0;
    animation: top-change 0.6s;
    -moz-animation: top-change 0.6s;
    -webkit-animation: top-change 0.6s;
    -o-animation: top-change 0.6s;
    z-index: 10;
}

#gsjj_three:hover .top-line {
    width: 100%;
    background-color: #f7b400;
    left: 0;
    animation: top-change 0.6s;
    -moz-animation: top-change 0.6s;
    -webkit-animation: top-change 0.6s;
    -o-animation: top-change 0.6s;
    z-index: 10;
}


@keyframes top-change {
    0% {
        width: 20%;
        left: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }

}

.network_background {
    background: #f7b400 url('../images/house.png') no-repeat center bottom;
}

/*关于我们*/
.content.yuangongfengcai_content {
    width: 1400px;
}

.yuangongfengcai {
    overflow: hidden;
    position: relative;
    width: 1350px;
}

.lianxiwomen {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 50px 50px;
    margin-right: 15%;
    margin-left: 15%;
}

.lianxiwomen > * > p {
    margin-bottom: 32px;
}

.lianxiwomen > * > p:last-child {
    margin-bottom: 0;
}

.gywmthree_div {
    width: 405px;
    height: 450px;
    border-radius: 3px;
    margin: 0 5px;
    overflow: hidden;
}

.gywmthree_div .gywmtree_div_div {
    width: 250px;
    height: 82px;
    border-radius: 6px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    text-align: left;
    display: table;
    ertical-align: middle;
}


/*图片遮罩*/

.view {
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.hover {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;    /*transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);*/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    height: 100%;
    z-index: 4000;
}

.view:hover .hover {
    background: rgba(0, 0, 0, 0);    /*height: 0px;*/
    width: 100%;    /*transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);*/
}

.view:hover h3 {
    display: none;
}

.view:hover p {
    display: none;
}

.hoverview {
    position: relative;
}

.hoverview .hover {
    transition: background .5s;
    -moz-transition: background .5s; /* Firefox 4 */
    -webkit-transition: background .5s; /* Safari and Chrome */
    -o-transition: background .5s; /* Opera */
}

.hoverview:hover .hover {
    background: rgba(0, 0, 0, 0);
}

.hover h3 {
    color: #fff;
    position: absolute;
}

.hover p {
    color: #fff;
    position: absolute;
}

.triangle:before {
    content: "";
    position: absolute;
    top: -270px;
    right: 0;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(55deg) translateX(60px);
    -moz-transform: rotate(55deg) translateX(60px);
    -webkit-transform: rotate(55deg) translateX(60px);
    transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
}

.triangle:after {
    content: "";
    position: absolute;
    bottom: -270px;
    left: 0;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(55deg) translateX(-60px);
    -moz-transform: rotate(55deg) translateX(-60px);
    -webkit-transform: rotate(55deg) translateX(-60px);
    transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
}

.view:hover:before {
    top: 0;
}

.view:hover:after {
    bottom: 0px;
}

.yuangongfengcai_content {
}

/*脚部*/

#footer {
    background-color: #f7b400;
    color: white;
    width: 100%;
}

#footer .content {
    background-color: #f7b400;
    height: 100%;
    width: 100%;
}
#footer .content >p >a{
    color: #fff;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer a {
    color: black;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #5EA9EA;
    text-decoration: none;
}


#footer .foot-lists{
   padding:40px;
   text-align: center;
   background-color: #fff;
   color: #000;
}



#footer .foot-lists > .fl-item {
    display: inline-block;
    width: 246px;
    vertical-align: top;
}

#footer .foot-lists > .fl-item h1,
#footer .foot-lists > .fl-item h2,
#footer .foot-lists > .fl-item h3,
#footer .foot-lists > .fl-item h4,
#footer .foot-lists > .fl-item h5,
#footer .foot-lists > .fl-item h6 {
    margin-bottom: 20px;
}

#footer .foot-lists > .fl-item h4{
    font-size: 16px;
}

#footer .foot-lists > .fl-item .fl-list {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

#footer .foot-lists > .fl-item .fl-list > li {
    list-style: none;
    line-height: 1em;
    margin-bottom: 12px;
    color: gray;
}
#footer .foot-lists > .fl-item .fl-list > li >a{
    color: gray;
}
#footer .foot-lists > .fl-item .fl-list > li >a:hover{
      color:#f7b400;
}
#footer .copyright-box{
    text-align:center;
    padding:0 15px;
}
@media (max-width: 768px){

#footer .foot-lists{
    padding:15px;
}
#footer .foot-lists .fl-item{
    margin-left:-15px;
    margin-right:-15px;
    width:50%;
}
}

/*导航栏*/
#header {
    background: #fff;
    height: 80px;
    line-height: 50px;
    position: relative;
    box-shadow: 0px 1px 10px #ddd;
    transition: height 0.5s ease-in-out;
}
.header-box{
    display:block;
    height:80px;
}
@media (max-width: 768px){
    #header{
        height: 60px;
    }
.header-box{
    height:60px;
}
}

.fixed-header{
    position: fixed;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    height:150px;
}
.fixed-header #header{
    height: 50px;
}
.fixed-header #header .logo{
    top:4px;
}

.fixed-header #header .navBar {
    padding-top: 0px!important;
}
#header .logo {
    position: absolute;
    left: 120px;
    top: 16px;
    transition: top 0.5s ease-in-out;
}
.menu-btn{
    display:none;
}
#header .navBar.collapse{
    display:block;
}
@media (max-width: 768px){
    #header .logo{
        position:relative;
        left: auto;
        top: auto;
        padding-top:5px;
        margin-left:30px;
        float: left;
    }
    #header .logo .img-responsive{
            display:block;
            margin-left: auto;
            margin-right: auto;
    }
    #header .navBar.collapse{
        display:none;
    }
    #header .navBar.collapse.in{
        display:block;
    }
    .menu-btn{
        display: block;
        float: left;
        margin-top: 5px;

    }
    .menu-btn .btn{
        border: 0px;
    }
    .menu-btn .btn:hover{
        background:#eee;
    }
    .navBar{
        position:fixed;
        top:50px;
        background:#fff;
        border-bottom:1px solid #ccc;
        padding-top:0;
        width: 100%;
    }
    .navBar .nav{
        width:auto;
        margin:auto;
        padding-left:0;
    }
    .navBar .nav .m {
        padding-left:15px;
        min-height:30px;
        height:inherit;
        z-index: inherit;
        width: 100%;
    }
    .navBar .nav .m h3{
        margin-top:0;
        margin-bottom:0;
        height: 30px;
        line-height: 30px;
    }
    .navBar .nav .m h3 a {
        text-align:left;
    }
    .navBar .nav .sub{
        position:relative;
        top:auto;
        left:auto;
        z-index:auto;
        width: 100%;
    }
    .navBar .nav .sub a{
        text-align:left;
    }
}
.navBar {
    padding-top: 15px;
    transition: padding-top 0.5s ease-in-out;
}

.nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 125px;
}

.nav a {
    color: #000;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
    height: 70px;
}
.nav .m:hover h3 a {
   color:#f7b400;
}
.nav .on a{
      color:#f7b400;
}
.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.nav h3 a {
    display: block;
    width: 170px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.nav h3 i{
    padding-left: 10px;
}

.nav .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 65px;
    z-index: 2;
    width: 170px;
    border-top: 0;
    background: #d3e8d0;
    opacity: 0.8;
    transition: top 0.5s ease-in-out;
    filter: alpha(opacity=80);
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}
.nav .sub li:hover {
    background-color: #8dcd85;
}

.nav .sub .active {
    background-color: #8dcd85;
}

.nav .sub .active a{
    color: #fff;
}

.nav .sub li a {
    display: block;
    padding: 8px 0;
    line-height: 28px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.nav .sub li a:hover {
    color: #fff;
    text-decoration: none;
}


.nav .block {
    height: 5px;
    width: 170PX;
    background: #f7b400;
    position: absolute;
    left: 0;
    top: 60px;
    overflow: hidden;
    transition: top 0.5s ease-in-out;
}
.fixed-header .nav .sub{
    top: 50px;
}
.fixed-header .nav .sub{
    top: inherit;
    position:relative;
}
.fixed-header .nav .block{
    top: 45px;
}

/* 公司独立站运营轮播 */
#jswbox{width:900px;height:600px;margin:0 auto;position:relative;}
#jswbox ul{position:relative;height:600px;}
#jswbox li{position:absolute;width:0;height:0;z-index:0;cursor:pointer;overflow:hidden;top:152px;left:10px;}
#jswbox li img{width:100%;height:100%;vertical-align:top;float:left;}

.prev{
    width: 45px;
    border-radius: 50%;
    height: 45px;
    position: absolute;
    top: 178px;
    z-index: 999;
    text-align: center;
    background: url(../images/prev.png) no-repeat center;
    border: 0px;
}
.prev:hover{
    cursor: pointer;
}
.next{
    width: 45px;
    border-radius: 50%;
    height: 45px;
    position: absolute;
    top: 178px;
    z-index: 999;
    right: 0px;
    text-align: center;
    background: url(../images/next.png) no-repeat center;
    border: 0px;
}
.next:hover{
    cursor: pointer;
}
.yinying-bg{
    width: 300px;
    height: 50px;
    display: block;
    margin:0 auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (max-width:768px){
    .next,.prev{
        top:45%;
    }
}

/* 公司简介-关于我们 */
.img-group{
    position: relative;
    margin: 0 auto;
    display: block;
    width: 1140px;
}
.img-group img{
    display: block;
    float: left;
    }
.contact{
    margin: 0 auto;
    width: 800px;
}
@media (max-width:768px){
.contact{
   padding-left:15px;
   padding-right:15px;
    width:100%;

}
}
.contact ul li{
    padding: 10px 0px;
}
.contact ul li  .icon{
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
}
.contact ul li a{
   padding-left: 40px;
   color: #000;
}
.contact ul li a:hover{
   text-decoration: none;
   color:#f7b400;
   cursor: default;
}
.contact ul li .icon-1{
  background:url('../images/34.png') no-repeat center;
}
.contact ul li .icon-2{
  background:url('../images/35.png') no-repeat center;
}
.contact ul li .icon-3{
  background:url('../images/36.png') no-repeat center;
}
.contact ul li .icon-4{
  background:url('../images/37.png') no-repeat center;
}
.contact ul li .icon-5{
  background:url('../images/38.png') no-repeat center;
}

.ys-up{
    font-family:'Arial';
    position:absolute;
    font-size:20px;
    line-height:20px;
}
@media (min-height:520px){
    .ys-up{
    bottom:11%;
    }
}
@media (min-height:620px){
    .ys-up{
    bottom:15%;
    }
}
@media (min-height:720px){
    .ys-up{
    bottom:20%;
    }
}
.ys-up .ysup-line{
    margin:0 auto;
    width:2px;
    height:5px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,0));
}
.ys-up .f72up{
    font-size:72px;
    margin:0 0 8px 0;
    line-height:1em;
}


/*首页*/
.banner_background{
    background:url(../images/banner.png) no-repeat;
    background-size: auto 100%;
}
.banner-name{
    text-align: center;
    font-size: 241px;
    color: #fff;
    opacity: 0.3;
}
@media (max-width:768px){
    .banner-name{
        font-size:80px;
    }

}
.fly-background{
     background:url(../images/fly-bg.png) no-repeat center bottom;
}
.customer-contact{
    background:url('../images/people-group.png') no-repeat center bottom;
    width: 410px;
    height: 324px;
    margin: 0 auto;
    position:relative;
}
.customer-contact img{
    position:absolute;
}
.customer-contact img:hover{
    transform:scale( 1.2 );
    transition:  transform 1s;
}
.customer-contact .pc{
    top:195px;
    left:0;
}
.customer-contact .time{
    top: 202px;
    right:0;
}
.customer-contact .call{
    top:5px;
    left: 70px;
}
.customer-contact .chat{
    top:32px;
    right:13px;
}
.global-section{}
.global-section .desc-box{margin: 36px auto 0; color:gray;}
.global-section .desc-box .title{
    text-align:right;
}
.global-section .desc-box .title{
}
.global-section .desc-box .description{
    text-align:left;
}
@media (max-width:768px){
    .global-section .desc-box .title{
        display:none;
    }
    .global-section .desc-box .description{
        text-align:center;
    }
}
.culture-section{}
.culture-section .titdiv{width:830px;}
@media (max-width:768px){
    .culture-section .titdiv{width:100%;}

}
.culture-section .description-box{}
.culture-section .description-box .item{}
.culture-section .description-box .item p{font-size: 14px;line-height: 20px;color:gray;text-align:center;}
@media (max-width:768px){
}
.list-group {
   display: inline-block;
   width: 800px;
}

.list-group li{
   font-size: 11px;
   width: 10%;
   padding:0px 14px;
   color: gray;
}
.event_wrap{position:relative;}
.event_wrap .middle_line{position:absolute;left:50%;top:0;width:8px;margin-left: 0px;border-left: 2px dotted #fff;height:100%;}
.big_squre{margin-left:-30px;left:50%;display:block;position:absolute;top:8px;width:60px;height:60px;background-color: #6e6e6e;border-radius: 10px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.big_squre i{transform:rotate(-45deg);-webkit-transform: rotate(-45deg);display: block;position: absolute;left: 11px;color: #fff;top: 11px;font-size: 18px}
.small_squire{position:absolute;top:14px;display:block;height:17px;width:17px;padding:3px;border-radius: 50%;transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color: #fff;}
.event_wrap .list{height:500px;position:relative;}
.aActiveWid{width:50% !important;filter:alpha(opacity=100) !important;opacity:1 !important;}

.event_wrap .list .ev_text{position:absolute;opacity:0.1;filter:alpha(opacity=10);width:0px;overflow: hidden; 
    -o-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;}
.event_wrap .list_right .ev_text_odd,.event_wrap .list_left .ev_text_event{text-align: left;left:49%;}
.event_wrap .list_right .ev_text_event,.event_wrap .list_left .ev_text_odd{text-align: right;left:initial;right:49%;}
.event_wrap .list .ev_t1{top: 5%;}
.event_wrap .list .ev_t2{top: 25%;}
.event_wrap .list .ev_t3{top: 45%;}
.event_wrap .list .ev_t4{top: 65%;}

.event_wrap .list_right .small_squire,.event_wrap .list_left .ev_text_event .small_squire{left:5px;}
.event_wrap .list_left .small_squire,
.event_wrap .list_right .ev_text_event .small_squire{right:3px;left:inherit;}
.event_wrap .list .small_line,
.event_wrap .list_left .ev_text_event .samll_line{display: inline-block;position: absolute;height: 1px;overflow: hidden;border-top: 1px solid #fff;top: 21px;left: 22px;width: 40%;}
.event_wrap .list_left .ev_text_odd .small_line,
.event_wrap .list_right .ev_text_event .small_line{
    right:20px;
    left:inherit;
}
.ev_text h3{font-size: 16px;padding-left: 20%;width:80%;position: absolute;top: -21px;left: -112px;color: #fff;}
.ev_t2 h3{left: 177px;}
.ev_t3 h3{left: -240px;}
.ev_t4 h3{left: 304px;}
.ev_t2 .small_line{width: 50%!important;}
.ev_t3 .small_line{width: 60%!important;}
.ev_t4 .small_line{width: 70%!important;}
.ev_text p{line-height: 19px;    margin-left: 23%;width:200px;height:100px;overflow: hidden;margin-top: 27px;color: #fff;font-size: 14px;}
    .ev_t1 p{ width:200px;
    text-align: left;
    margin-left: 364px;}
    .ev_t2 p{ width:200px;
        margin-left: 36%;
       }
    .ev_t3 p{width:200px;
    text-align: left;
    margin-left: 237px;}
    .ev_t4 p{width:200px;
    text-align: left;
    margin-left:48%;}
.list_right .ev_text_event h3,.list_right .ev_text_event p,.list_left .ev_text_odd h3,.list_left .ev_text_odd p{padding-left: inherit}
.event_wrap .list .icon_1{
    background: url(../images/5.png) no-repeat center;
    width:43px;
    height: 43px;
    display: block;
    position: absolute;
        left: 319px;
    top: 0px;
}
.event_wrap .list .icon_2{
    background: url(../images/6.png) no-repeat center;
      width:43px;
    height: 43px;
     display: block;
     position: absolute;
         left: 343px;
    top: 0px;
}
.event_wrap .list .icon_3{
    background: url(../images/8.png) no-repeat center;
  width:45px;
    height: 50px;
     display: block;
     position: absolute;
         left: 196px;
    top: 0px;
}
.event_wrap .list .icon_4{
    background: url(../images/7.png) no-repeat center;
      width:43px;
    height: 43px;
     display: block;
     position: absolute;
         left: 474px;
    top: 0px;
}

@media (max-width:768px){
.ev_t1 h3{left: 0;}
.ev_t2 h3{left: 0;}
.ev_t3 h3{left: 0;}
.ev_t4 h3{left: 0;}
.ev_t1 p{left: 0;margin-left:5px;}
.ev_t2 p{left: 0;margin-left:25px;}
.ev_t3 p{left: 0;margin-left:5px;}
.ev_t4 p{left: 0;margin-left:25px}
.event_wrap .list .ev_t1{top: 5%;}
.event_wrap .list .ev_t2{top: 25%;}
.event_wrap .list .ev_t3{top: 45%;}
.event_wrap .list .ev_t4{top: 65%;}
.event_wrap .list .icon_1{}
.event_wrap .list .icon_2{}
.event_wrap .list .icon_3{}
.event_wrap .list .icon_4{}
.event_wrap .ev_t1 .small_line,
.event_wrap .ev_t2 .small_line,
.event_wrap .ev_t3 .small_line,
.event_wrap .ev_t4 .small_line{
    width:100% !important;
}
}

/*第三方B2C平台零售*/
.sock_background{
     background:url(../images/sock.png) no-repeat center bottom;
     background-size:auto 100%;
     position:relative;
}
.sock_background .rocket{
    position:absolute;
    bottom:18%;
    width:60px;
    cursor:pointer;
}

.act_div{
   text-align: center;
    width: 1000px;
    display: block;
    margin: 60px auto;
}
@media (max-width:768px){
    width: 100%;
}
.act-three_div{
    width: 260px;
    height: 400px;
    border-radius: 3px;
    margin: 0px 32px;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.act-three_div>h4>a:hover>span{
   color: #f7b400;
}

.act-three_div p{
    font-size: 12px;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-all;
    text-align: left;
}
.act-three_div p{
    font-size: 14px;
    color: gray;
    padding-left: 0px;
    padding-right: 0px;
    word-break: break-all;
    text-align: left;
}
.img-scale {
    overflow: hidden;
    width: 250px;
    height: 187px;
    overflow: hidden;
}
.img-scale-a {
    overflow: hidden;
    width: 250px;
    height: 228px;
    overflow: hidden;
}
.img-scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
}
.img-scale img {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    transition: all .5s;
    width: 250px;
    height: auto;
    min-height: 187px;
    overflow: hidden;
}

/*公司动态*/
.dongtai_div{
    text-align: center;
    display: block;
    margin: 60px auto 0px;
}
.dongtai_div  p{
    text-align: left;
    color: gray;
}

.act_div_item{
    height: 400px;
    position: relative;
}

.dongtai_div .view-more{
    border: 0px;
    background-color: #ddd;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -35px;
}
.dongtai_div .view-more:hover{
    border: 0px;
    background-color: #ccc;
}

@media (max-width:768px){
    .dongtai_div{
        width:auto;
    }
    .act_div_item{
        height:auto;
        margin-bottom:30px;
    }
    .dongtai_div .view-more{
        position:relative;
        bottom:auto;
        left:auto;
        margin-left:auto;
        width:100%;
    }
}

/*版权所有*/
.header-bar{
    width: 100%;
    height: 50px;
    background-color: #f7b400;
    margin-top: 70px;
}
@media (max-width:768px){
    .header-bar{
        margin-top:60px;
    }
}
.panquan_background{
background-color: #f9f9f9;
height: 100% !important;
min-height:400px;
}
.fullpage #banquan{
    padding: 0px;
}

#banquan .content-banquan{
    width: 900px;
    padding-top: 5px;
    background-color: #fff;
    height: 550px;
    margin:0px auto;
    box-shadow: 7px 8px 8px #ddd; 
}


#banquan .content-banquan .titdiv h3{
    color: #000;
}
#banquan .content-banquan .contdiv{
    padding: 20px 50px;
    display: block;
    word-break: break-all;
    border-radius: 2px;
}
#banquan .content-banquan .contdiv p{
    word-break: break-all;
}

@media (max-width:768px){
    #banquan .content-banquan{
        width:100%;
        height:100% !important;
    }
}

    .brand-logo .owl-item{
        transform: scale( 0.5  );
    }
    .brand-logo .owl-item.center{
        transform: scale( 0.7  );
        transition: transform 0.5s;

    }


/*
.owl-theme {
position:relative;

}
.owl-theme:hover .owl-nav{
display:block;

}
.owl-theme .owl-nav{
display:none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
position:absolute;
top:50%;
}
.owl-theme .owl-nav .owl-prev{
left:0;
}
.owl-theme .owl-nav .owl-next{
right:0;
}
 */
    @media (max-width:768px){

        #pager{
            padding-left:15px;
            padding-right:15px;
        }
    }
    .pc-box{
        display:block!important;
    }
    .mobile-box{
        display:none!important;
    }
    @media(max-width:768px){
        .pc-box{
            display:none!important;
        }
        .mobile-box{
            display:block !important;
        }

    }
    .home-banner {}
    .home-banner .owl-dots{
        position: absolute;
        bottom: 50px;
        left: 50%;
    }
    .home-banner .owl-dot{
        width: 15px;
        height: 15px;
        float: left;
        margin: 5px;
        background: #000;
        opacity: 0.8;
        border-radius: 10px;
    }
    .home-banner .owl-dot.active {
        border:3px solid #000;
        width: 15px;
        height: 15px;
        background: #fff;

    }
