@charset "utf-8";

body { font-family: 微软雅黑 }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }

.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

.shadow_box dl dt, .shadow_box li { background: #fff }

.shadow_box dl, .shadow_box li { -webkit-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out; transition: all 1.5s ease-in-out }

.shadow_box dl:hover, .shadow_box li:hover { -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, .1); box-shadow: 0 0 21px 5px rgba(0, 0, 0, .1) }

.ell { overflow: hidden; text-overflow: ellipsis; white-space: nowrap }

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



.history { background: url(../images/history_bg.jpg) no-repeat center top; height: 748px }

.history .content>div { width: 50% }

.history h2 { font-weight: 400; margin-bottom: 38px; margin-top: 94px }

.history h2 span { display: block; font-size: 18px; color: #fff; line-height: 20px; padding-left: 22px; background: url(../images/history_icon.png) no-repeat left center; margin-bottom: 10px }

.history h2 a { display: block; font-size: 56px; color: #fff; line-height: 60px; letter-spacing: 6px; font-weight: 500 }

.history h2 i { display: block; font-size: 38px; line-height: 42px; letter-spacing: 4.5px }

.history p { font-size: 17px; color: #fff; line-height: 36px }

.history .swiper-container { height: 480px; margin-top: 116px }

.history .swiper-scrollbar { opacity: 0 }



.open-video { margin-top: 65px; width: 200px; height: 113px; border-radius: 5px; cursor: pointer; overflow: hidden; position: relative }

.open-video span { display: block; position: absolute; width: 200px; height: 113px; background: rgba(0, 0, 0, .4) url(../images/history_play.png) no-repeat center 41px; top: 0; left: 0; box-sizing: border-box; font-size: 17px; color: #fff; line-height: 100%; padding-top: 75px; text-align: center; z-index: 2 }

.video-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; font-size: 0; z-index: 9999; background: rgba(0, 0, 0, .9); display: none }

.video-box .video { width: 800px; height: 640px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }

.video-box .video iframe { width: 800px; height: 640px }

.video-box .close-video { position: absolute; top: calc(54px); right: 5%; width: 30px; height: 30px; cursor: pointer; background: url(../images/close.png) no-repeat center }



.history ol { margin-left: 65px; height: 672px }

.history ol li { height: 48px; margin-bottom: 48px; position: relative; transition: all ease .3s }

.history ol li:before { position: absolute; content: ""; width: 2px; height: 76px; background: #666; left: 6px; top: 32px }

.history ol li.lightbg:before { background: rgba(102, 102, 102, .3) }

.history ol li.dotbg:before { width: 3px; height: 90px; left: 5.5px; background: transparent url(../images/history_ibg.png) no-repeat center top }

.history ol .dot { display: block; width: 6px; height: 6px; background: #fff; border: 3px solid #666; border-radius: 50%; float: left; margin: 16px 1px 0; transition: background ease .3s }

.history ol .icon { display: block; float: left; width: 46px; height: 46px; background: url(../images/history1.png) no-repeat center top; margin-left: 12px; margin-right: 39px; transition: all ease .3s }

.history ol em { display: block; font-size: 14px; color: #363636; line-height: 24px; float: left; width: 182px; margin-top: 7px }

.history ol strong { font-size: 36px; color: #363636; line-height: 100%; float: left; margin-left: 85px; margin-top: 8px }

.history ol li:nth-child(2) .icon { background-image: url(../images/history2.png) }

.history ol li:nth-child(3) .icon { background-image: url(../images/history3.png) }

.history ol li:nth-child(4) .icon { background-image: url(../images/history4.png) }

.history ol li:nth-child(5) .icon { background-image: url(../images/history5.png) }

.history ol li:nth-child(6) .icon { background-image: url(../images/history6.png) }

.history ol li:nth-child(7):before { display: none }

.history ol li:nth-child(7) .icon { background-image: url(../images/history7.png) }

.history ol li:hover .dot { width: 14px; height: 14px; background: #cab382; border: 0; margin: 15px 0 0 }

.history ol li:hover .icon { background-image: url(../images/history1_1.png) }

.history ol li:nth-child(2):hover .icon { background-image: url(../images/history2_1.png) }

.history ol li:nth-child(3):hover .icon { background-image: url(../images/history3_1.png) }

.history ol li:nth-child(4):hover .icon { background-image: url(../images/history4_1.png) }

.history ol li:nth-child(5):hover .icon { background-image: url(../images/history5_1.png) }

.history ol li:nth-child(6):hover .icon { background-image: url(../images/history6_1.png) }

.history ol li:nth-child(7):hover .icon { background-image: url(../images/history7_1.png) }



.index-industry .item-list li {

    float:left;

    width:25%;

}

.index-industry .item-list li a {

    position:relative;

    display:block;

}

.index-industry .item-list li img {

    display:block;

    width:100%;

}

.index-industry .item-list li .mask {

    position:absolute;

    left:0;

    top:0;

    display:block;

    width:100%;

    height:100%;

    background:#000;

    opacity:.25;

    filter:Alpha(opacity=65);

    transition:all .6s;

    -moz-transition:all .6s;

    -webkit-transition:all .6s;

}

.index-industry .item-list li a:hover .mask {

    opacity:0;

    filter:Alpha(opacity=0);

}

.index-industry .item-list li h3 {

    width: 100%;

    position: absolute;

    top: 50%;

    font-size:20px;

    color:#fff;

    text-align:center;

    text-transform:uppercase;

    transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    transition:all .6s;

    -moz-transition:all .6s;

    -webkit-transition:all .6s;

}



.index-industry .item-list li a:hover h3 {

    opacity:0;

    filter:Alpha(opacity=0);

}

.index-about .index-title-w {text-align:left;}

.index-about .index-title-w .line {

    margin:0;

}

.index-industry h2 a {    display: block;

    text-align: center;

    margin-bottom: 38px;

    font-size: 56px;

    color: #555;

    line-height: 100%;

    font-weight: 500;

    letter-spacing: 6px;

    margin-top: 5px;}

.index-industry h2 a span { display: block; font-size: 20px; color: #8e8e8e; line-height: 100%; margin-top: 22px; letter-spacing: 0; text-transform: uppercase; font-weight: 700 }

.index-industry h2 a i { font-weight: 400 }

/*合作客户*/

.hz{background:#F8f8f8;padding: 1px 0 80px;}

.hz .yin_t{background:url(../images/hz_tbg.gif) no-repeat center 0;height: 130px;}

.hz h2 a {    display: block;

    text-align: center;

    margin-bottom: 38px;

    font-size: 56px;

    color: #555;

    line-height: 100%;

    font-weight: 500;

    letter-spacing: 6px;

    margin-top: 80px;}

.hz h2 a span { display: block; font-size: 20px; color: #8e8e8e; line-height: 100%; margin-top: 22px; letter-spacing: 0; text-transform: uppercase; font-weight: 700 }

.hz h2 a i { font-weight: 400 }

.hz ul li{width: 200px;height: 113px;float: left;line-height: 0;border-bottom: #ddd 1px solid;position: relative;}

.hz ul li a{ display:block; position:relative;width: 200px;height: 113px;}

.hz ul li a:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;}

.hz ul li img{width: 200px;height: 113px;

/*-webkit-filter: grayscale(100%);

-moz-filter: grayscale(1);

-ms-filter: grayscale(100%);

-o-filter: grayscale(100%);

filter: grayscale(100%);

filter: gray;*/ }

.hz ul li:hover img{

-webkit-filter: grayscale(0%);

-moz-filter: grayscale(0);

-ms-filter: grayscale(0%);

-o-filter: grayscale(0%);

filter: grayscale(0%);
transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.hz ul li:nth-child(5n):before{background: none;}

.hz ul li a:hover:after{content: "";width: 200px;height: 113px;position: absolute;top: 0;left: 0;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 21;}



.product { background: #fff; padding-top: 80px;overflow:hidden; }

.product .content { position: relative }

.product h2 a { display: block; text-align: center; margin-bottom: 16px; font-size: 56px; color: #555; line-height: 100%; font-weight: 500; letter-spacing: 6px }

.product h2 a span { display: block; font-size: 20px; color: #8e8e8e; line-height: 100%; margin-top: 22px; letter-spacing: 0; text-transform: uppercase; font-weight: 700 }

.product h2 a i { font-weight: 400 }



.pro_con { width: 1200px; overflow: hidden;margin-top: 45px; }

.pro_con dl { width: 350px; height: 540px; position: relative }

.pro_con dl dt { width: 300px;

    height: 300px;

    margin: 0 auto;

   box-shadow: 10px 10px 10px 10px rgba(226, 226, 226, 0.4);

   border:1px solid #bab3b3;



}

.pro_con dl dt img { width: 300px; height: 300px;box-sizing:border-box;    padding: 0px 0; }

.pro_con dl dd { text-align: center;    margin-top: 30px; }

.pro_con dl dd h4 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 266px; margin: 3px auto 13px; padding-bottom: 15px; border-bottom: 1px solid #8B8B8B; font-size: 20px; color: #363636; line-height: 100% }

.pro_con dl dd .describe { height: 48px; overflow: hidden; }

.pro_con dl dd .describe >*{display: none;}

.pro_con dl dd .describe .desc{display: block;}

.pro_con dl dd .desc { height: 14px; overflow: hidden }

.pro_con dl dd .desc>p { line-height: 100%; font-size: 0 }

.pro_con dl dd .desc span { font-size: 14px; color: #363636; line-height: 100%; display: inline-block; padding-left: 19px; margin: 0 9px; position: relative }

.pro_con dl dd .desc span:before { position: absolute; content: ""; width: 5px; height: 5px; background: #222; left: 0; top: 1.5px }

.pro_con dl dd .desc span:before { border: 3px solid #545454; border-radius: 50% }

.pro_con dl dd .desc .color2:before { background-color: #545454; border-color: #635027 }

.pro_con dl dd .desc .color3:before { background-color: #161616; border-color: #375B8D }

.pro_con dl dd .desc .color4:before { background-color: #FFF; border-color: #5B5B5B }

.pro_con dl dd .more { line-height: 0; font-size: 0 }

.pro_con dl dd .more a { display: inline-block; width: 93px; height: 35px; box-sizing: border-box; border-radius: 17px; vertical-align: middle; margin: 16px 9px 52px }

.pro_con dl dd .more a.info { font-size: 12px; color: #fff; line-height: 35px; background: #6e6e6e }

.pro_con dl dd .more a.ask { font-size: 12px; color: #363636; line-height: 29px; text-indent: 29px; background: url(../images/product_ask.png) no-repeat 7px center; border: 3px solid #797979; transition: all ease .4s }

.pro_con dl dd .more a.ask:hover { border-color: #a9a9a9}

.pro_con dl.new dt { position: relative }

.pro_con dl.new dt:before { position: absolute; content: ""; width: 57px; height: 82px; background: #333; left: 0; top: 0 }

.pro_con dl.new dt:before { border-bottom-right-radius: 24px; content: 'new'; text-align: center; font-size: 20px; color: #fff; line-height: 82px; font-weight: 700 }

.product .swiper-pagination { position: relative; width: 100%; height: 75px; text-align: center }

.product .swiper-pagination-bullet { width: 7px; height: 7px; display: inline-block; background: #5C5C5C; border-radius: 50%; position: relative; cursor: pointer; border: 8px solid #F6F6F5; box-shadow: 0 0 0 1px #F6F6F5; margin: 0 3px; transition: .3s; opacity: 1 }

.product .swiper-pagination-bullet-active { background: #545454; box-shadow: 0 0 0 1px #333 }

.product .switch { display: none }

.product .switch>div { position: absolute; top: 270px; width: 34px; height: 67px; padding: 0 44px; outline: 0; cursor: pointer }

.product .switch .prev { left: -122px }

.product .switch .next { right: -122px }



.pys { background: url(../images/pys_bg.jpg) no-repeat center top; height: 1209px;overflow:hidden; }

.pys h2 { margin-top: 156px; width: 300px }

.pys h2 span { display: block; padding-left: 9px; font-size: 20px; color: #fff; line-height: 100%; font-weight: 400; margin-bottom: 11px }

.pys h2 a { display: block; font-size: 60px; color: #fff; line-height: 77px; letter-spacing: 6px; font-weight: 500 }

.pys .fl, .pys .fr { width: 500px }

.pys .fl ul { width: 420px; margin-top: 164px }

.pys li { width: 90px; height: 134px; float: left; text-align: center; margin-right: 41px }

.pys li img { width: 52px; display: block; margin: 0 auto 17px }

.pys li span { display: block; font-size: 18px; color: #fff; line-height: 100% }

.pys li i { display: block; font-size: 15px; color: #fff; line-height: 18px }

.pys li:hover img{animation: flipInY 2s; -webkit-animation: flipInY 2s}

.pys .desc { margin-top: 250px; margin-left: -16px; background: url(../images/pys_dot_bg.png) no-repeat 24px 104px }

.pys .desc .dot { display: block; margin-top: 106px; box-shadow: 0 0 32px 3px #b52800 inset; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #B52800; float: left; animation: zoomIn 2s infinite; -webkit-animation: zoomIn 2s infinite }

.pys .desc .dot i { display: block; width: 25px; height: 25px; border-radius: 50%; background: #B52800; margin: 11px auto }

.pys .desc .info { width: 206px; height: 206px; float: right; padding-top: 74px; box-sizing: border-box; background: url(../images/pysi_bg.png) no-repeat center top; font-size: 16px; color: #fff; line-height: 100%; font-weight: 700; text-align: center; animation: flipInX 4s infinite; -webkit-animation: flipInX 4s infinite }

.pys .desc .info i { font-size: 36px }

.pys .desc .info b { font-size: 23px }

.pys .desc .info em { font-size: 40px }

.pys .desc .info span { color: rgba(255, 255, 255, .7); display: block; font-weight: 400; margin-top: 12px }

.pys .desc .info p:nth-child(4) i,.pys .desc .info p:nth-child(5) i,.pys .desc .info p:nth-child(6) i,.pys .desc .info p:nth-child(8) i{font-size:28px;}



.pys .fr ul { width: 230px; margin-left: 270px; margin-top: 318px }

.pys .fr ul li:nth-child(even) { margin-right: 0 }



.proys{overflow: hidden}

.proys h2 a { margin-top: 82px; display: block; font-size: 24px; color: #333; line-height: 100%; text-indent: 654px; margin-bottom: 31px; letter-spacing: 3px }

.proys li { position: relative; width: 146px; height: 721px; margin-bottom: 103px; margin-right: 54px; float: left; transition: all ease .5s; overflow: hidden }

.proys li img:first-child { width: 146px; height: 207px; display: block; padding: 38px 0 45px; border-top: 2px solid #666; border-bottom: 2px solid #666; margin-bottom: 43px }

.proys li img:nth-child(2) { width: 146px; height: 207px; position: absolute; top: 40px; left: 0; z-index: -1; transition: all ease .5s }

.proys li h4 { font-size: 32px; color: #363636; line-height: 100%; transition: all ease .5s; position: absolute; left: 0; top: 337px; height: 121px; font-weight: 600; transition-delay: .1s }

.proys li h4 span { display: block; font-size: 20px; color: #363636; line-height: 30px; margin-top: 27px }

.proys li .number { display: block; font-size: 48px; color: #e1e1e1; line-height: 100%; margin-top: 67px; margin-bottom: 83px; position: absolute; top: 458px }

.proys li .zoomit { display: block; top: 652px; right: 103px; width: 37px; height: 37px; border: 3px solid #605F5F; border-radius: 50%; position: absolute !important; transition: all ease .5s; position: relative }

.proys li .zoomit:before { position: absolute; content: ""; width: 12px; height: 3px; background: #605f5f; left: 12.5px; top: 17px }

.proys li .zoomit:before { border-radius: 30px }

.proys li .zoomit:after { position: absolute; content: ""; width: 3px; height: 12px; background: #605f5f; right: 16.5px; top: 13px }

.proys li .zoomit:after { border-radius: 30px }

.proys li .info { position: absolute; top: 900px; right: 0; width: 146px; font-size: 16px; color: #fff; line-height: 30px; transition: all ease .5s }

.proys li:last-child { margin-right: 0 }

.proys li.cur { width: 600px }

.proys li.cur img:first-child { display: none }

.proys li.cur img:nth-child(2) { display: block; width: 600px; height: 721px; top: 0; left: 0; z-index: 1 }

.proys li.cur h4 { z-index: 2; left: 42px; top: 562px; font-size: 42px; color: #fff; font-weight: 700; width: 130px; height: 159px; border-right: 1px solid #4C4C4C }

.proys li.cur h4 span { color: #fff; margin-top: 13px }

.proys li.cur .number { display: none }

.proys li.cur .zoomit { border-color: #fff; top: 48px; right: 45px; position: absolute; z-index: 2 }

.proys li.cur .zoomit:before { background: #fff }

.proys li.cur .zoomit:after { display: none }

.proys li.cur .info { display: block; width: 333px; top: 587px; right: 52px; z-index: 2 }

.lx { position: relative;  overflow: hidden; min-width: 1200px;

/* z-index: 2 */

    

}

.lx .lx_con { position: relative; height: auto;width: 100%;

/*z-index: 1;*/

/*width: 100%;*/

    /*margin: 0 auto;*/

    /*height: 960px;*/

    /*left: 50%;*/

    /*margin-left: -960px;*/

    }

    

.lx .lx_con .swiper-slide {line-height: 0}

.lx .lx_con .swiper-slide img {max-width: 100%;}

/*.types .types_con .swiper-wrapper { width: 100% !important }*/

/*.types .types_con .swiper-slide { width: 100% !important; height: 960px; overflow: hidden; text-align: center; position: relative }*/

/*.types .types_con .swiper-slide a { display: block; height: 960px }*/

/*.types .types_con .swiper-slide img {display: block; position: absolute; left: 50%; margin-left: -960px; top: 0 }*/

.lx .content { position: absolute; z-index: 2; left: 50%; margin-left: -600px; top: 116px }

.lx .swiper-button-next { left: 0; top: 21px; outline: 0; background: 0 0 }

.lx .swiper-button-prev { left: 0; top: 92px; outline: 0; background: 0 0 }

.lx h2 { width: 330px; margin-left: 120px }

.lx h2 span { display: block; padding-left: 9px; font-size: 20px; color: #fff; line-height: 100%; font-weight: 400; margin-bottom: 11px }

.lx h2 a { display: block; font-size: 60px; color: #fff; line-height: 77px; font-weight: 500; letter-spacing: 6px }

.lx .lx_nav { margin-left: 120px; margin-top: 27px; width: 253px; overflow: hidden; padding-top: 2px }

.lx .lx_nav:before { position: absolute; content: ""; width: 100%; height: 2px; background: #fff; top: 0; left: 0 }

.lx .lx_nav li.swiper-slide-thumb-active,.lx .lx_nav li.cur { border-top: 2px solid #B69C65 }

.lx .lx_nav li { width: 57px; height: 78px; padding-top: 13px; position: relative; margin-top: -2px; float: left; z-index: 99; cursor: pointer; border-top: 2px solid #fff;margin-right:41px; }

.lx .lx_nav li span { display: block; position: absolute; width: 100%; text-align: center; font-size: 18px; color: #fefefe; line-height: 100%; bottom: 4px; left: 0 }

.lx .lx_nav li:last-child { margin-right: 0 }

.lx .lx_logo { position: absolute; bottom: -70%; left: -44px; width: 105px; height: 105px; border-radius: 0 10px; z-index: 2; overflow: hidden }



.power { overflow: hidden; height: 710px; position: relative;margin: 76px 0 45px; }

.power .power_info { position: absolute; height: 320px; right: 50%; width: 600px; z-index: 4 }

.power h2 a { display: block; font-size: 50px; color: #555; line-height: 100%; margin-top:50px }

.power_nav { position: absolute; margin-top: 49px; width: 432px; height: 124px; overflow: hidden }

.power_nav li { width: 93px; height: 124px; background: #fff; border: 3px solid #767578; font-size: 18px; color: #363636; line-height: 24px; padding: 61px 34px 0 17px; margin-right: 20px; float: left; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; box-sizing: border-box; cursor: pointer; position: relative }

.power_nav li:after { position: absolute; content: ""; width: 93px; height: 0; background:#6e6e6e; right: 0; top: 0 }

.power_nav li:after { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; z-index: 1; left: -3px; right: auto; top: auto; bottom: -3px }

.power_nav li span { position: relative; z-index: 2 }

/*.power_nav li.swiper-slide-thumb-active { border-color: #010101; color: #fff }*/

/*.power_nav li.swiper-slide-thumb-active:after { height: 124px }*/

.power_nav li.cur { border-color: #6e6e6e; color: #fff }

.power_nav li.cur:after { height: 124px }



.power_con .swiper-slide { overflow: hidden; position: relative; height: 959px }

.power_con dd { width: 600px; position: absolute; right: 50%; top: 0; background: #fff; overflow: hidden }

.power_con dd>* { opacity: 0; transform: translateY(25px); transition: all .4s }

.power_con .swiper-slide-active dd>* { opacity: 1; transform: none }

.power_con .swiper-slide-active dd>:nth-child(1) { transition-delay: .3s }

.power_con .swiper-slide-active dd>:nth-child(2) { transition-delay: .4s }

.power_con .swiper-slide-active dd>:nth-child(3) { transition-delay: .5s }

.power_con .swiper-slide-active dd>:nth-child(4) { transition-delay: .6s }

.power_con .swiper-slide-active dd>:nth-child(5) { transition-delay: .7s }

.power_con dt { width: 666px; position: absolute; top: 0; left: 50%; margin-left: -93px }

.power_con h4 { font-size: 14px;

    color: #a5a5a5;

    line-height: 200%;

    margin-top: 330px;

    text-transform: uppercase;

    margin-bottom: 25px;

    font-weight: 100;}

.power_con h4 span { display: block; font-size: 48px; color: #585656; line-height: 100%; margin-bottom: 3px; letter-spacing: 2px; font-weight: 500 }

.power_con p { font-size: 16px; color: #6e6e6e; line-height: 25px; margin-bottom: 20px; width: 496px }

.power_con a.more { margin-top: 42px; display: block; font-size: 18px; color: #333; line-height: 100% }

.power_con dl:nth-child(2) dt img {margin-left:-7px;}

.power_con dl:nth-child(3) dt img {margin-left:-14px;}

.power_con dl:nth-child(4) dt img {margin-left:-17px;}



.power_pagination { position: absolute; width: 600px; height: 40px; z-index: 4; right: 50%; bottom: 72px }

.power_pagination>div { position: relative; left: auto; right: auto; display: inline-block; width: 36px; outline: 0; background: 0 0 }



.news { background: url(../images/news_bg.jpg) no-repeat center top;height: 731px;

    padding-top: 100px; }

.news h2 a { display: block; font-size: 40px; color: #555; line-height: 100%; font-weight: 400; width: 186px; letter-spacing: 6px }

.news li:hover h4 a { font-weight: 700 }

.company { width: 581px; height: 637px; background: #fff }

.company .fl { width: 319px; box-sizing: border-box; padding: 41px 45px 0 49px }

.company h3 a { display: block; font-size: 18px; color: #6e6e6e; line-height: 100%; margin-top: 75px; padding-bottom: 21px; border-bottom: 1px solid rgba(0, 0, 0, .17) }

.company .company_news { width: 225px; overflow: hidden }

.company li span { display: block; font-size: 14px; color: #7d7d7d; line-height: 100%; margin: 25px 0 22px }

.company li h4 a { display: block; font-size: 28px; color: #6e6e6e; line-height: 36px; min-height: 72px; overflow: hidden; margin-bottom: 26px; font-weight: 500; transition: all .3s }

.company li p { font-size: 13px; color: #8e8e8e; line-height: 18px }

.company .small_banner { width: 264px; height: 637px; margin-right: -2px; overflow: hidden; position: relative }

.company .small_banner img { width: 264px; height: 637px }

.company .small_banner .swiper-slide { overflow: hidden }

.company .small_banner .swiper-pagination { position: absolute; bottom: 50px; width: 100%; text-align: center; font-size: 20px; color: rgba(255, 255, 255, .2); line-height: 100% }

.company .small_banner .swiper-pagination span { font-size: 36px; color: #fff }

.news_pagination { position: relative; margin-top: 80px }

.news_pagination>div { position: relative; left: auto; right: auto; display: inline-block; width: 36px; outline: 0; background: 0 0 }

.faq { width: 581px; height: 637px; background: #fff; overflow: hidden }

.faq h3 { width: 50%; float: left; padding-left: 54px; box-sizing: border-box; font-weight: 400; border-bottom: 1px solid rgba(0, 0, 0, .17) }

.faq h3 a { display: block; font-size: 18px; color: rgba(54, 54, 54, .7); line-height: 102px; text-transform: capitalize }

.faq h3 a span { font-size: 20px; color: #555; line-height: 102px; letter-spacing: 2px; font-weight: 700; margin-right: 10px }

.faq h3:last-child { padding-left: 46px; border-left: 1px solid rgba(0, 0, 0, .17) }

.faq h3.cur a:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 5px; border-color: #000 transparent transparent; display: inline-block; margin-left: 20px }

.faq ul { padding: 40px 58px 8px; overflow: hidden }

.faq li { margin-bottom: 18px }

.faq li span { display: block; font-size: 14px; color: #7d7d7d; line-height: 100% }

.faq li a { display: block; font-size: 16px; color: #6e6e6e; line-height: 30px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 13px; font-weight: 400; transition: all .3s }

.faq li a:before { position: absolute; content: ""; width: 4px; height: 4px; background: #8e8e8e; left: 0; top: 13px }

.faq li a:before { border-radius: 50% }

.faq a.more { display: block; padding-left: 58px; font-size: 18px; color: #333; line-height: 100%; font-weight: 700 }

.about { background: url(../images/about_bg.jpg) no-repeat center top; height: 750px }

.about h2 { padding-top: 104px; text-align: center }

.about h2 a { display: block; font-size: 40px; color: #555; line-height: 100%; margin-bottom: 9px }

.about h2 span { display: block; font-size: 22px; color:#8e8e8e; line-height: 100% ;font-weight: 100;}

.about .desc { width: 1000px;margin: 40px auto 65px; text-align: center }

.about .desc p { font-size: 16px; color: #333; line-height: 30px; text-transform: uppercase }

.about .desc span { display: block; font-size: 12px; color: #363636; line-height: 30px; text-transform: uppercase }

.about .desc a.more { display: block; font-size: 16px; color: #363636; line-height: 100%; margin-top: 35px; text-transform: uppercase; font-weight: 700 }

.about .desc i { font-weight: 400 }

.brand li { cursor: pointer; width: 232px; height: 232px; border: 1px solid #f7f7f7; border-radius: 50%; box-sizing: border-box; overflow: hidden; float: left; margin-right: 90px; text-align: center; position: relative; transition: all ease .4s }

.brand li .brand_icon i { display: block; height: 110px; margin:0px auto 0 }

.brand li .brand_icon img { max-width: 100% }

.brand li .brand_icon span { display: block; font-size: 16px; color: #fff; line-height: 100%;padding-top: 82px;}

.brand li .brand_pic { position: absolute; top: 0; left: 0; z-index: -1; opacity: 0 }

.brand li .brand_pic img { width: 232px; height: 232px; border-radius: 50% }

.brand li:last-child { margin-right: 0 }









.service { margin-top: 50px; width: 1200px; height: 150px; background: #fff; box-shadow: 0 0 1px 0 rgba(6, 0, 1, .1); border-radius: 5px }

.service li { display: inline-block; font-weight: 700;     padding: 0 99px; height: 39px; margin-top: 54px; border-right: 1px solid #ccc }

.service li i {width: 125px;

    height: 39px;

    font-size: 34px;

    color: rgba(35, 31, 32, .9);

    line-height: 100%; }

.service li img { max-width: 100% }

.service li em { font-size: 16px; color:#939393; line-height: 100%; display: inline-block;    font-weight: 100; }

.service li span {     font-size: 14px;

    color: rgba(35, 31, 32, .9);

    line-height: 300%;}



.service li:last-child { border-right: 0 }



@-webkit-keyframes fadeInLeft1 {

  from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

@keyframes fadeInLeft1 {

  from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }

@-webkit-keyframes fadeInRight1 {

  from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

@keyframes fadeInRight1 {

  from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }

@-webkit-keyframes zoomLeft {

  from { opacity: 0; -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3) }

  50% { opacity: 1 }

}

@keyframes zoomLeft {

  from { opacity: 0; -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3) }

  50% { opacity: 1 }

}

.zoomLeft { -webkit-animation-name: zoomLeft; animation-name: zoomLeft; transform-origin: 0 50%; -webkit-transform-origin: 0 50% }

.zoomRight { -webkit-animation-name: zoomLeft; animation-name: zoomLeft; transform-origin: 100% 50%; -webkit-transform-origin: 100% 50% }

@-webkit-keyframes fadeInUp1 {

  from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

@keyframes fadeInUp1 {

  from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }

@-webkit-keyframes fadeInUp2 {

  from { opacity: 0; -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

@keyframes fadeInUp2 {

  from { opacity: 0; -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0) }

  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }

}

.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }

@keyframes myfirst {

  0% { left: 0; top: 0 }

  25% { left: 0; top: 10px }

  50% { left: 0; top: 0 }

  100% { left: 0; top: 0 }

}

@-moz-keyframes myfirst {

  0% { left: 0; top: 0 }

  25% { left: 0; top: 10px }

  50% { left: 0; top: 0 }

  100% { left: 0; top: 0 }

}

@-webkit-keyframes myfirst {

  0% { left: 0; top: 0 }

  25% { left: 0; top: 10px }

  50% { left: 0; top: 0 }

  100% { left: 0; top: 0 }

}

@-o-keyframes myfirst {

  0% { left: 0; top: 0 }

  25% { left: 0; top: 10px }

  50% { left: 0; top: 0 }

  100% { left: 0; top: 0 }

}

