﻿body{max-width:1920px;margin:auto;}
.content,.swiper-container,.swiper-wrapper{height:100%;}
.content{overflow:hidden;}
.swiper-pagination-bullet{border:1px solid #fff !important;opacity:1 !important;background:transparent !important;}
.swiper-pagination-bullet-active{background:#fff !important;}
.fontp{font-size:16px;line-height:26px;color:#646464;}
.f44{font-size: 44px;text-transform:uppercase;text-align:center;}

/*第一屏*/

.downn{position:fixed;left:50%;bottom:20px;margin-left:-20px;z-index:10;width:40px;
    -webkit-animation:dh 1.5s infinite linear;
    -o-animation:dh 1.5s infinite linear;
    animation:dh 1.5s infinite linear;}
@keyframes dh {
    from{bottom:40px;}
    to{bottom:20px;}
}
@-webkit-keyframes dh {
    from{bottom:40px;}
    to{bottom:20px;}
}
.content-1{box-sizing:border-box;padding-top:89px;}
.banner{height:100%;}
.banner .swiper-pagination{z-index:3;}
.banner .swiper-slide>a{display:block;width:100%;height:100%;}
.banner.phone{display:none;}
/*第二屏*/
.sy_news{position:relative;z-index:1;background:#212121;padding:3.125% 0;}
.sy_news h3{display:none;margin-bottom:15px;color:#fff;text-align:left;}
.sy_news_pic{width:245px;z-index: 1;position:relative;opacity:0;}
.sy_news_pic .swiper-slide{overflow:hidden;}
.sy_news_pic:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);}
.sy_news_pic .swiper-pagination{text-align:right !important;bottom:5px !important;}
.sy_news_pic .swiper-pagination-bullet{margin:0 3px !important;}
.sy_news_pic .swiper-pagination-bullet:last-child{margin-right:8px !important;}
.sy_news_ul{margin-left:260px;}
.sy_news_ul li{position:relative;border-bottom:1px solid rgba(255,255,255,0.12);}
.sy_news_ul li:nth-child(1){padding-bottom:22px;}
.sy_news_ul li:nth-child(2){padding:18px 0;}
.sy_news_ul li:nth-child(3){border-bottom:0;padding-top:22px;}
.sy_news_ul li span{vertical-align:top;margin:0 8px 0 0;text-align:center;display:inline-block;background:#1c2975;color:#fff;width:46px;line-height:21px;font-size:14px;}
.sy_news_ul li a{color:#fff;opacity:0.7;width:70%;display:inline-block;line-height:22px;}
.sy_news_ul li a:hover{opacity:1;}
.sy_news_ul li em{z-index:1;position:absolute;right:0;color:#787878;display:inline-block;}
.sy_news_ul li>div{padding-right:80px;}
.new_zk{width:100px;height:32px;background:#212121 url(/images/else/zk.png) no-repeat center center;background-size:16px;cursor:pointer;border-bottom-right-radius:12px;border-bottom-left-radius: 12px;margin:auto;opacity:0;}
.sy_pro{padding:2.88% 0 2.4% 0;}
.sy_pro h2{text-align:center;margin-bottom:15px;color:#323232;}
.sy_pro p{text-align:center;}
.sy_pro ul{padding:3.4% 0;}
.sy_pro li{text-transform:uppercase;line-height:22px;text-align:center;width:16.9%;float:left;margin-right:3.875%;}
.sy_pro .sul .swiper-pagination{bottom:0;margin:18px 0;position:relative !important;}
.sy_pro .sul .swiper-pagination-bullet{border:1px solid #1c2975 !important;}
.sy_pro .sul .swiper-pagination-bullet-active{background:#1c2975 !important;}
.sy_pro li:nth-child(5n){margin-right:0;}
.sy_pro li span{width:100%;display:block;}
.sy_pro li img{width:85%;margin-bottom:8px;}
.sy_pro li .show{display:inline-block;}
.sy_pro li .hide{display:none;}
.sy_pro li a{color:#0d0d0d;}
.sy_pro li:hover a,.sy_pro li.cur a{color:#1c2975;}
.sy_pro li:hover .show,.sy_pro li.cur .show{display:none;}
.sy_pro li:hover .hide,.sy_pro li.cur .hide{display:inline-block;}
.sy_pro .more{display:inline-block;margin-top:20px;text-align:center;border:1px solid #47a4b3;line-height:38px;width:150px;color:#47a4b3;font-size:16px;}
.sy_pro .more:hover{background:#47a4b3;color:#fff;}
.sy_more{padding-top:25%;text-align:center;float:right;margin-right:8%;width:30px;}
.sy_more a{color:#1c2975;font-size:18px;}
.sy_more a:hover{opacity:0.8;}
.content-2 .sy_pro_er{position:absolute;bottom:0;left:0;width:100%;display:none;background:#f3f3f3;}


/*第三屏*/
.content-3{box-sizing:border-box;background:#f3f3f3;}
.content-3 .sy_pro_l .more{display:inline-block;margin-top:20px;text-align:center;border:1px solid #47a4b3;line-height:38px;width:150px;color:#47a4b3;font-size:16px;}
.content-3 .sy_pro_l .more:hover{background:#47a4b3;color:#fff;}
.sy_pro{z-index:9;}
.sy_pro_er{padding-bottom:15px;margin-top:3%;}
.sy_pro_er h3{padding-top:2%;text-align:center;text-transform:uppercase;margin-bottom:15px;}
.sy_pro_er .pic{overflow:hidden;}
.sy_pro_er .pic:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.sy_pro_er .wenz a{color:#787878;line-height:26px;}
.sy_pro_er .swiper-slide:hover .wenz a{color:#1c2975;}
.sy_pro_er .swiper-button-prev{margin-top:20px;border-radius:50%;width:34px;height:34px;left:-50px;background:url(/images/else/l.png) no-repeat center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.sy_pro_er .swiper-button-prev:hover{background:rgba(29,32,137,0.15) url(/images/else/l.png) no-repeat center center;}
.sy_pro_er .swiper-button-next{margin-top:20px;border-radius:50%;width:34px;height:34px;right:-50px;background:url(/images/else/r.png) no-repeat center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.sy_pro_er .swiper-button-next:hover{background:rgba(29,32,137,0.15) url(/images/else/r.png) no-repeat center center;}
.sy_pro_er>div{position:relative;}
.sy_pro_san{height:100%;}
/*.ani .sy_pro_l{margin-left:-100%;opacity:0;}*/
.sy_pro_l{position:relative;background:#1c2a75;width:26.2%;float:left;height:100%;}
.sy_pro_l .box{position:relative;z-index:2;width:84%;padding:0 8%;margin-top:20%;}
.sy_pro_l .icon{height:100px;display:block;}
.sy_pro_l h3{margin:6.1% 0 4.2% 0;color:#fff;}
.sy_pro_l p{color:#fff;height:156px;overflow:hidden;}
.sy_pro_l center img{position:absolute;bottom:0;left:0;width:100%;}
.sy_pro_m{overflow:hidden;position:relative;width:26%;float:left;margin:2.5% 2.08% 0 4.68%;box-sizing:border-box;bordeR:1px solid #dcdcdc;}
.sy_pro_m>div{overflow:hidden;position:relative;border:1px solid #dcdcdc;}
.sy_pro_m dd{margin-top:4.2%;border:1px solid #dcdcdc;box-sizing:border-box;}
.sy_pro_m.sy{border:none;}
.sy_pro_m.sy dl{border-bottom:1px solid #dcdcdc;}
.sy_pro_san .wenz{border:none;line-height:34px;text-transform:uppercase;position:absolute;bottom:6px;width:100%;left:0;}
.sy_pro_san .wenz a{display:block;width:93.75%;margin:auto;padding-right:45px;box-sizing:border-box;color:#0d0d0d;}
.sy_pro_san .swiper-pagination{bottom:auto !important;width:4% !important;left:auto !important;top:15%;right:0 !important;}
.sy_pro_san .swiper-pagination-bullet{text-align:left !important;width:20px;margin:0 0 0 15px !important;padding:13px 0;color:#787878;font-size:14px;display:block;background:transparent !important;border:0 !important;border-bottom:1px solid #dedede !important;height:auto !important;border-radius:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.sy_pro_san .swiper-pagination-bullet-active,.sy_pro_san .swiper-pagination-bullet:hover{margin-left:0px !important;text-indent: 15px;font-size:20px;color:#1d2089;border-bottom:1px solid #1d2089 !important;width:auto !important;}
.sy_pro_m>div:hover img,.sy_pro_r dd:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.sy_pro_san .wenz .box{position:relative;}
.sy_pro_san .wenz img{border:5px solid transparent;border-radius:50%;position:absolute;right:3.125%;animation:bor infinite .5s linear alternate;-webkit-animation:bor infinite .5s linear alternate;-moz-animation:bor infinite .5s linear alternate;-o-animation:bor infinite .5s linear alternate;}
.sy_pro_san .wenz a:hover img{border:5px solid rgba(29,32,137,0.15);  }
.sy_pro_m:hover .wenz img{    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);}
.sy_pro_r:hover .wenz img{    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);}
.sy_pro_r{padding-top:2.5%;width:26%;float:left;}
.sy_pro_r dd{margin-bottom:4.2%;overflow:hidden;box-sizing:border-box;border:1px solid #dcdcdc;position:relative;}
.sy_pro_r dd:nth-child(2n){margin-bottom:0;}
.sy_pro_r.sy dd:nth-child(2n){margin-bottom:4.2%;}
.dapin .sy_pro_r{float:none;width:100%;}
.dapin{float:left;}

@keyframes bor
{
    0% {border:5px solid transparent;}
    100% {border:5px solid rgba(29,32,137,0.15);}
}
@-webkit-keyframes bor
{
    0% {border:5px solid transparent;}
    100% {border:5px solid rgba(29,32,137,0.15);}
}
@-moz-keyframes bor
{
    0% {border:5px solid transparent;}
    100% {border:5px solid rgba(29,32,137,0.15);}
}
@-o-keyframes bor
{
    0% {border:5px solid transparent;}
    100% {border:5px solid rgba(29,32,137,0.15);}
}

/*第四屏*/
.content-4{}
.content4{overflow:hidden;position:relative;z-index:2;background:url(/images/else/bck.jpg) no-repeat center center;background-size:cover;height:62.5%;}
.content-4 h3{margin-bottom:15px;padding-top:8%;color:#0d0d0d;}
.content-4 p{text-align:center;}
.content-4 ul{margin-top:6.25%;}
.content-4 li{float:left;width:49.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.content-4 li.wenz{padding:7% 0;margin:8.6% 0 0 1%;}
.content-4 li.pic{overflow:hidden;}
.content-4 li.pic:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.content-4 li.wenz{background:rgba(29,32,130,0.82);font-size:22px;color:#fff;line-height:40px;}
.content-4 li.wenz p{height:240px;overflow:hidden;padding:0 45px;}
.overy.swiper-container .swiper-slide{height:160%;}
.overy.swiper-container .swiper-scrollbar{opacity:1 !important;}

/*about*/
.ny-banner{position:relative;}
.crumbs{position:relative;background:#cdcdcd;line-height:52px;}
.crumbs-l{float:left;}
.crumbs-l a{position:relative;font-size:20px;color:#2c2c2c;display:inline-block;margin-right:30px;}
.crumbs-l a:hover,.crumbs-l a.cur{color:#1c2975;}
.crumbs-l a:hover span,.crumbs-l a.cur span{width:100%;}
.crumbs-l a span{position:absolute;bottom:0px;left:0;height:3px;background:#1c2975;width:0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.crumbs-r{float:right;text-align:right;color:#787878;font-size:16px;}
.crumbs-r a,.crumbs-r span{color:#787878;}
.crumbs-r a:hover,.crumbs-r span{color:#1c2975;}
.crumbs-r img{margin:-2px 8px 0 0;}
.about-banner{height:100%;padding-top:89px;box-sizing:border-box;}
.about-banner .wenz{color:#fff;}
.about-banner .wenz h3{padding-top:12%;}
.about-banner .wenz p{max-height:160px;overflow:hidden;margin:2.25% 0 6.6% 0;font-size:28px;line-height:40px;}
.about-banner .wenz .fontp{color:#fff;padding:30px 0;width:74.6%;margin:auto;background:rgba(255,255,255,0.1);}
.about-banner .wenz .fontp div{margin:0 60px;max-height:130px;overflow:hidden;}

.profile-t li{padding:2.8% 0;color:#fff;text-align:center;background:#1c2975;border-right:1px solid #fff;width:25%;box-sizing:border-box;float:left;}
.profile-t li img{width:27%;}
.profile-t li:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);}
.profile-t li h3{font-size:54px;padding:14px 0 0px;}
.profile-t li:nth-last-child(1){border-right:0;}
.profile-t li:hover{opacity:0.8;}
.profile-m{background:#f7f7f7;position:relative;}
.profile-m .pic{width:50%;float:left;overflow:hidden;}
.profile-m .pic:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.profile-m .wenz{height:100%;position:absolute;left:50%;max-height:100%;overflow-y:auto;}
.profile-m .table{width:78.2%;margin:auto;padding:20px 0;}
.profile-m .wenz::-webkit-scrollbar {width: 4px;}
.profile-m .wenz::-webkit-scrollbar-track {border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.profile-m .wenz::-webkit-scrollbar-thumb {background: #1c2975; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.profile-m .wenz::-webkit-scrollbar-thumb:window-inactive {background: #1c2975;}
.about-b{padding-top:5%;}
.about-b li{position:relative;overflow:hidden;float:left;width:33.3333%;}
.about-b li h4{font-size:36px;color:#fff;line-height:50px;text-transform: uppercase;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
.about-b li:hover img,.about-b li:hover h4{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.about-b li .wenz{text-align:center;width:100%;position:absolute;top:50%;margin-top:-25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.about-b li a.more{opacity:0;margin-top:22px;border:1px solid rgba(255,255,255,0.28);padding:0 26px;line-height:42px;border-radius:30px;display:inline-block;font-size:16px;color:#fff;}
.about-b li:hover .wenz{margin-top:-77px;}
.about-b li:hover a{opacity:1;}
.about-b li a.more:hover{color:#fff;background:#1c2975;}
.about-b li>a{display:block;}

.fac-banner{width:463px;margin-left:5.3%;}
.fac-banner h3{margin-bottom:22px;padding-top:20%;color:#fff;}
.fac-banner li{}
.fac-banner li h4{padding-right:60px;color:#fff;cursor:pointer;background:url(/images/else/jia.png) no-repeat right center;line-height:52px;border-bottom:1px solid #606060;}
.fac-banner li span{display:inline-block;margin:-2px 8px 0 0;color:#1c2975;font-size:14px;width:25px;height:25px;border-radius:50%;vertical-align:middle;background:#fff;text-align:center;line-height:25px;}
.fac-banner li p{max-height:156px;color:#fff;margin:15px 0 30px 0;overflow:hidden;}
.fac-banner li div{display:none;}
.fac-banner li.cur h4{background:#1c2975 url(/images/else/jian.png) no-repeat right 10px center;}
.fac-banner li.cur div{display:block;}
.fac-banner li.cur span{margin-left:10px;}

.factory-m{background:#1c2975;padding:3.4% 0;}
.factory li{}
.factory li h4{padding-right:60px;color:#fff;cursor:pointer;background:url(/images/else/jia.png) no-repeat right center;line-height:52px;border-bottom:1px solid #606060;}
.factory li p{max-height:156px;color:#fff;margin:15px 0 30px 0;overflow:hidden;}
.factory li div{display:none;border-bottom:1px solid #606060;}
.factory li.cur h4{background:#1c2975 url(/images/else/jian.png) no-repeat right 10px center;}
.factory li.cur div{display:block;}
.factory li dl{padding-bottom:20px;}
.factory li dd span{padding-top:8px;display:block;color:#fff;}
.factory li dd{float:left;width:31.25%;margin:20px 3.125% 0 0;}
.factory li dd:nth-child(3n){margin-right:0;}

.history{position:relative;height:800px;}
.history .wrapper{height:100%;}
.history .swiper-container{height:100%;width:100%;}
.history .swiper-slide{width:auto;margin-top:25.7%;float:left;}
.history .swiper-slide .pic{width:240px;margin-right:20px;}
.history .swiper-slide .wz{width:240px;height:156px;overflow:hidden;}
.history .swiper-slide span{margin-left:40px;display:block;border-radius:50%;width:15px;height:15px;background:#1c2975;}
.history .swiper-slide h3{padding-left:40px;font-size:42px;margin-bottom:25px;color:#171717;}
.history .swiper-slide .wenzi{height:166px;margin:20px 4px 0 4px;padding:40px 20px;background:#fff;border-radius:6px;box-shadow:0 0 7px 4px #ddd;}
.history .swiper-slide:nth-child(2n) .wenzi{margin:0 4px 20px 4px;}
.history .swiper-slide:nth-child(2n){margin-top:10.3%;}
.history .xian{position:absolute;top:42%;width:100%;left:0;}
.history .swiper-scrollbar{opacity:1 !important;}
.history .swiper-button-prev{left:8% !important;background:url(/images/else/ll.png);width:72px;height:72px;}
.history .swiper-button-next{right:8% !important;background:url(/images/else/rr.png);width:72px;height:72px;}



    /*career*/
.career_crumbs{background:none;}
.career_crumbs .wrapper{border-bottom:1px solid #dcdcdc;}
.career_crumbs h5{font-size:20px;color:#1c2975;}
.careers_t{text-align:center;}
.careers_t h3{margin-bottom:27px;font-size:30px;color:#1c2975;}
.careers_t .wenz{width:75.5%;margin:4.8% auto;}
.careers_t .tl{text-align:left;}
.careers_t a{color:#646464;}
.careers_t a:hover{color:#1c2975;}
.careers_b{padding-top:3.23%;}
.careers_b .tit{font-size:24px;padding-bottom:5px;border-bottom:1px solid #cbcbcb;}
.careers_b .search{line-height:38px;border:1px solid #cbcbcb;float:right;}
.careers_b .search input[type=text]{width:260px;font-size:16px;color:#646464;border:none;float:left;outline:none;height:38px;line-height:38px;text-indent: 15px;}
.careers_b .search .tj{cursor:pointer;color:transparent;border:none;outline:none;background:url(/images/else/search.png) no-repeat center center;width:38px;height:24px;line-height:24px;margin-top:7px;float:left;border-left:1px solid #cbcbcb;}
.careers_b li{border-bottom:1px solid #dcdcdc;padding:40px 0;}
.careers_b .li_l{font-size:36px;color:#1e1e1e;text-transform:uppercase;width:37.3%;float:left;}
.careers_b .li_l h3{font-size:14px;color:#dbdbdb;}
.careers_b .li_l h5{font-size:24px;color:#393939;padding-right:20px;}
.careers_b .li_r .wenz{max-height:130px;overflow:hidden;}
.careers_b .li_r{box-sizing:border-box;border-left:1px solid #dcdcdc;width:60%;padding-left:2.7%;float:left;}
.careers_b .li_r .send{font-size:14px !important;margin:50px 0 40px 0;position:relative;overflow:hidden;border-radius:30px;background:#ececec;line-height:44px;}
.careers_b .li_r .send>div{padding:0 150px 0 0px;text-align:center;}
.careers_b .li_r .send>div a{color:#646464;}
.careers_b .li_r .send>div a:hover{color:#1c2975;}
.careers_b .li_r .send .fs{width:130px;display:inline-block;position:absolute;top:0;right:0;background:#f39a00;text-align:center;font-size:14px;color:#fff;}
.careers_b .li_r .send .fs:hover{background:#1c2975;}
.careers_b .li_r .zk{margin-top:35px;font-size:14px;display:block;text-align:center;border-radius:30px;background:url(/images/else/more.png);color:#646464;background-size:100% 100%;width:114px;line-height:33px;height:33px;}
.careers_b .li_r .zk.sq{background:#1c2975;width:153px;color:#fff;}
.careers_b .li_r .zk:hover{opacity:0.8;}
.careers_b .jzgd{margin:40px auto 0 auto;border:2px solid #1c2975;font-size:20px;color:#1c2975;display:block;width:248px;text-align:center;height:44px;line-height:44px;}
.careers_b .jzgd:hover{background:#1c2975;color:#fff;}

/*case*/
.case{height:100%;box-sizing:border-box;padding:89px 0 0 0;}
.case .sy_pro_l{;float:none;width:100%;height:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.case .swiper-button-prev{background:url(/images/else/lll.png);background-size:100% 100%;width:72px;height:72px;margin-top:-36px;}
.case .swiper-button-next{background:url(/images/else/rrr.png);background-size:100% 100%;width:72px;height:72px;margin-top:-36px;}
.case .swiper-slide{height:100%;}
.case .sy_pro_l center img{position:absolute;bottom:0;left:0;}
.case .sy_pro_l center .hide{display:none;}
.case .sy_pro_l{background:#272727;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;}
.case .sy_pro_l:hover{background:#1c2a75;}
.case .sy_pro_l:hover .hide{display:inline-block;}
.case .sy_pro_l:hover .show{display:none;}


.sy_pro_l>a{display:block;}

#top{line-height:57px;color:#fff;background:#292929;display:block;margin-top:30px;width:100%;font-size:18px;text-align:center;}
#top img{margin:-2px 0 0 8px;}
#top:hover{background:#1c2975;}
.case_detail{height:100%;box-sizing:border-box;padding:89px 0 0 0;}
.case_detail .sy_pro_san{position:relative;padding-top:0;height:100%;}
/*.case_detail .swiper-slide{height:100%;}*/
.case_detail .sy_pro_l{position:absolute;left:0;height:100%;}
.case_detail .sy_pro_l center img{position:absolute;bottom:0;left:0;width:100%;}
.case_detail .ov{overflow-y:auto;max-height:98%;}
.case_detail .ov::-webkit-scrollbar {width: 4px;}
.case_detail .ov::-webkit-scrollbar-track { border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.case_detail .ov::-webkit-scrollbar-thumb {background: #323232; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.case_detail .ov::-webkit-scrollbar-thumb:window-inactive {background: #323232;}
.case_detail .sy_pro_m,.case_detail .sy_pro_r{width:27%;}
.case_detail .sy_pro_m{margin-top:10px;margin-left:30.8%;margin-bottom:20px;}
.case_detail .sy_pro_r{padding-top:10px;}
.case_detail .detail{display:inline-block;margin:10px 0 0 57%;text-align:center;border:1px solid #47a4b3;line-height:38px;width:150px;color:#47a4b3;font-size:16px;}
.case_detail .detail:hover{background:#47a4b3;color:#fff;}
.case_detail .gd{float:left;display:none;margin-left:31%;width:60%;}
.case_detail .gd .sy_pro_r{float:none;width:100%;}
.case_detail .gd .sy_pro_r dd{float:left;width:44.5%;margin-right:3%;}
.case_detail .gd .sy_pro_r dd:nth-child(2n){margin-right:0;margin-bottom:4.2%;}
.case_detail .swiper-pagination{width:3.375% !important;text-align:center !important;}
.case_detail .swiper-pagination-bullet{width:18px !important;}
.case_detail .swiper-pagination-bullet-active{text-align:center !important;background:#1c2975 !important;color:#fff !important;width:100% !important;text-indent: 0 !important;}
.case_detail .sy_pro_l .box{margin-top:13%;position:relative;z-index:2;}
.case .sy_pro_l .box{top:10%;margin-top:0;padding-top:10%;}
.investor{text-align:center;padding:2.8% 0;}
.case_detail .return{}
.case_detail .return:hover{opacity:0.8;}
.case_detail .lj{position:absolute;right:5px;top:18%;z-index:5;width:40px;}

.case_detail .lj a{position:relative;font-size:14px;width:40px;text-align:left;display:block;padding:13px 0;border-bottom:1px solid #dcdcdc;color:#787878;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.case_detail .lj a.cur,.case_detail .lj a:hover{background:#1c2975;color:#fff;text-indent: 12px;}
.case_detail .hy{top:-100%;display:none;position:absolute;color:#fff;z-index:5;right:50px;font-size:14px;background:#1c2975;text-indent:0 !important;border-radius:3px;padding:2px 8px;}



.news{padding:2.6% 0;overflow-x:hidden;}
.news_tab{max-width:650px;width:80%;margin:auto;background:#f2f2f2;border:1px solid #dfdfdf;border-radius:30px;line-height:47px;padding:0 43px;}
.news_tab a{position:relative;display:inline-block;font-size:20px;color:#3e3e3e;}
.news_tab span{position:absolute;bottom:-2px;height:3px;background:#1c2975;width:0;display:inline-block;;left:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.news_tab .swiper-slide.cur a,.news_tab .swiper-slide:hover a{color:#1c2975;}
.news_tab .swiper-slide.cur span,.news_tab .swiper-slide:hover span{width:100%;}
.news_tab .swiper-slide{text-align:center;}
/*.news_list{width:81.25%;margin-left:18.75% !important;}*/
.news_list .month{background:#fff;display:block;width:64px;line-height:64px;text-align:center;border-radius:50%;font-size:24px;color:#3e3e3e;border:1px solid #dcdcdc;}
.news_list .list{margin-top:20px;border:1px solid #e9e9e9;}
.news_list .pic{overflow:hidden;position:relative;}
.news_list .pic img{width:100%;}
.news_list .pic .hot{position:absolute;right:0;top:0;width:auto;}
.news_list .pic>a{display:block;}
.news_list .pic:hover a img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);}
.news_list .box{width:80%;margin:auto;padding:25px 0;}
.news_list .box span{margin:8px 0 10px 0;display:block;font-size:14px;color: #e0e0e0;}
.news_list .box .fontp{height:78px;overflow:hidden;}
.news_list .box a{text-align:center;font-size:16px;color:#161616;margin-top:30px;display:block;width:114px;line-height:33px;background:url(/images/else/more.png);background-size:100% 100%;}
.news_list .box a:hover{opacity:0.8;}
.xian{margin-top:60px;background:url(/images/else/xian.png) repeat-x top 32px center;}
.news_list .swiper-scrollbar{position:relative !important;margin-top:40px;opacity:1 !important;left:0 !important;}
.news_list .swiper-slide-active .month{background:#1c2975;border:1px solid transparent;color:#fff;}
.new-banner{position:relative;padding:3.2% 0;color:#fff;text-align:center;}
.new-banner h3{font-size:24px;line-height:27px;padding:0 18%;}
.new-banner h4{margin-top:20px;}
.news_detail img{height:auto !important;}
.news_detail{padding-top:50px;}
.fx{margin-top:55px;}
.news_detail .bdsharebuttonbox{bordeR:1px solid #dcdcdc;padding:0 20px;width:315px;}
.news_detail .bdshare-button-style0-32 a{margin:10px !important;}
.news_detail .bdshare-button-style0-32 a:hover{opacity:0.8;}
.page{margin-top:40px;line-height:58px;background:#1c2975;}
.page a{float:left;width:33.33%;background:#1c2975;text-align:center;display:block;color:#fff;font-size:18px;}
.page a img{margin:-4px 12px 0 12px;}
.page a:hover{letter-spacing:2px;opacity:0.8;}
.related{padding:2.1% 0;background:#212121;}
.related h3{margin-bottom:15px;font-size:24px;color:#fff;}
.related li{float:left;width:31.25%;margin-right:3.125%;}
.related li:nth-child(3n){margin-right:0;}
.related li span{display:block;font-size:14px;color:#646464;}
.related li p{color:#fff;}
.related li .pic{overflow:hidden;}
.related li .pic img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.related li .wenz{padding-right:70px;position:relative;padding-top:8px;}
.related li .wenz img{border-radius:50%;position:absolute;right:0;top:22px;border:5px solid transparent;}
.related li .wenz>a{display:block;}
.related li:hover .wenz img{border:5px solid rgba(255,255,255,0.09);}

/*product*/
.product{background:#f4f4f4;position:relative;}
.zl{display:none;background:#212121 url(/images/else/zl.png) no-repeat center center;background-size:12px;width:32px;height:70px;border-top-right-radius:5px;border-bottom-right-radius:5px;position:fixed;top:50%;z-index:3;}
.product_l{box-sizing:border-box;padding:3.8% 0;width:25.4%;background:#212121;float:left;}
.product_l .box{width:78%;margin:3.2% auto;}
.product_l .search{margin-bottom:15px;position:relative;line-height:38px;border:1px solid #cbcbcb;width:100%;overflow:hidden;}
.product_l .search input[type=text]{width:100%;box-sizing:border-box;padding-right:40px;font-size:16px;border:none;background:rgba(33,33,33,.31);float:left;outline:none;height:38px;line-height:38px;text-indent: 15px;color:#fff;}
.product_l .search .tj{cursor:pointer;position:absolute;right:0;top:0;color:transparent;border:none;outline:none;background:rgba(33,33,33,.31) url(/images/else/search1.png) no-repeat center center;width:38px;height:24px;line-height:24px;margin-top:7px;float:left;border-left:1px solid #cbcbcb;}
.product_list{}
.product_l .pic img{background:#fff;border-radius:50%;width:38%;}
.product_l .pic{margin:5.7% 0 12px 0;display:none;}
.product_l h3{cursor:pointer;font-size:22px;color:#fff;margin:8px 0;}
.product_l li{border-bottom:1px solid #666;}
.product_l li .li_hide{display:none;}
.product_l li .li_hide a{line-height:38px;display:block;font-size:16px;color:#fff;background:url(/images/else/you.png) no-repeat right 13px center;padding-right:50px;}
.product_l li dd{padding-left:10px;background:url(/images/else/dian1.png) no-repeat left center;}
.product_l li dd a{}
.product_l li dd:hover,.product_l li dd.cur{text-indent:8px;background:#1c2975 url(/images/else/dian1.png) no-repeat left center;}
.product_l li dl{padding-bottom:12px;}
.product_r{width:63%;float:right;padding:2.8% 5.8% 30px 5.8%;}
.product_r .fontp{height:78px;overflow:hidden;}
.pro_detail{width:68.8%;float:right;}
.product_r .sy_pro_r{float:none;width: 100%;padding-top:10px;}
.product_r dd{position:relative;border:none;float:left;width:31.25%;margin:35px 3.125% 0 0;}
.product_r dd:nth-child(3n){margin-right:0;}
.product_r .wenz{padding-top:8px;line-height:34px;text-transform:uppercase;width:100%;}
.product_r .wenz a{display:block;width:93.75%;margin:auto;padding-right:45px;box-sizing:border-box;color:#0d0d0d;}
.product_r dd .pic{overflow:hidden;display:block;border:1px solid #dcdcdc;}
.product_r .wenz img{border:5px solid transparent;border-radius:50%;position:absolute;right:3.125%;animation:bor infinite .5s linear alternate;-webkit-animation:bor infinite .5s linear alternate;-moz-animation:bor infinite .5s linear alternate;-o-animation:bor infinite .5s linear alternate;}
.product_r .wenz a:hover img{border:5px solid rgba(29,32,137,0.15);  }
.product_r .wenz:hover .wenz img{    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);}
.product_r .wenz:hover .wenz img{    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);}
.product_r dd .yy{opacity:0;background:rgba(29,32,137,0.88);width:100%;height:100%;position:absolute;left:0;top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.product_r dd .yy a{display:block;color:#fff;overflow-y:auto;padding:15px 0;height:100%;box-sizing:border-box;}
.product_r dd .yy a::-webkit-scrollbar {width: 4px;}
.product_r dd .yy a::-webkit-scrollbar-track { border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.product_r dd .yy a::-webkit-scrollbar-thumb {background: #323232; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.product_r dd .yy a::-webkit-scrollbar-thumb:window-inactive {background: #323232;}

.product_r dd .yy .table{width:83%;margin:auto;}
.product_r dd .pic{position:relative;}
.product_r dd:hover .yy{opacity:1;}
.product_r .more{display:inline-block;margin-top:20px;text-align:center;border:1px solid #47a4b3;line-height:38px;width:150px;color:#47a4b3;font-size:16px;}
.product_r .more:hover{background:#47a4b3;color:#fff;}
.pro_detail .swiper-slide{opacity:0.2;box-sizing:border-box;border:1px solid #dcdcdc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.pro_detail .swiper-slide-active{opacity:1;}
.pro_detail .swiper-button-prev{background:url(/images/else/ll.png);background-size:100% 100%;width:60px;height:60px;margin-top:-30px;}
.pro_detail .swiper-button-next{right:32.6%;background:url(/images/else/rr.png);background-size:100% 100%;width:60px;height:60px;margin-top:-30px;]}
.pro_detail .swiper-button-disabled{display:none;}
.pro_jj{margin-top:21px;}
.related_pro{border-top:1px solid #d1d1d1;margin-top:4.5%;padding-top:1.7%;}
.related_pro h2{font-size:24px;color:#191919;}
.related_pro dd{margin-top:8px;}

.contact{padding-top:4.3%;}
.contact li{cursor:pointer;box-sizing:border-box;float:left;border:1px solid #e4e4e4;width:49.5%;}
.contact li:nth-child(2n){float:right;}
.contact li .box{width:81.3%;margin:auto;padding:43px 0;}
.contact .box .tit img{height:100px;vertical-align:baseline;}
.contact .box .tit{font-size:36px;font-weight:bold;color:#5e5e5e;text-transform:uppercase;}
.contact .box h3{margin:10px 0;font-size:24px;color:#393939;}
.contact .box p{}
.contact .box p a{color:#646464;}
.contact .box p a:hover{color:#1c2975;text-decoration:underline;}
.contact .box .add{margin-bottom:15px;}
.contact .box .text{height:171px;}
.contact li.cur{border:1px solid #1c2975;}



.ditu{position:relative;margin:4.17% 0 -3px 0;}
iframe{width:100%;height:600px;}
.ditu .box{position:absolute;right:0;top:70px;color:#fff;background:rgba(28,41,117,0.75);width:470px;padding:40px;}
.ditu .box h3{color:#fff;}
.ditu .box .tit{color:#fff;}
.ditu .box p{font-size:14px;line-height:24px;color:#fff;}

.honor ul{margin-top:30px;}
.honor li{float:left;width:31.25%;margin:30px 3.125% 0 0;}
.honor li span{display:block;padding-top:8px;font-size:16px;color:#505050;line-height:25px;}
.honor li:nth-child(3n){margin-right:0;}

@media (max-width:1620px) {
    .case_detail .sy_pro_m, .case_detail .sy_pro_r{width:27%;}
    .case_detail .detail{margin-top:0;}
    .about-banner .wenz p{margin-bottom:4.6%;}
    .about-banner .wenz h3{padding-top:7%;}
    .sy_pro{padding-top:0;}
    .sy_pro_er h3{padding-top:2%;}
    .sy_pro_m,.sy_pro_r{width:23%;}
    .sy_pro_m{margin:2.5% 4.08% 0 6.68%}
    .content-4 ul{margin-top:4.25%;}
    .content-4 h3{padding-top:6%;}
    .footer_t .wrapper{padding:3.67% 0;}
    /*.sy_pro .more{display:none;}*/
    .footer_b{padding:20px 0;}
    .footer_b p{margin-top:14px;}
}
@media (max-width:1480px) {
    .case_detail .sy_pro_l .box{margin-top:8%;}
    .content4 .wrapper{max-width:1000px;}
    .content-4 li.wenz{padding:5% 0;}
    .sy_pro li img{width:74%;}
    .content-4 ul{margin-top:2.2%;}
    .sy_more{padding-top:19%;margin-right:6%;}
    .sy_pro_m{margin:2.5% 1.08% 0 1.68%;}
    .sy_pro_m.sy dl{display:none;}
    .sy_pro_m.sy{width:30%;}
    .sy_pro_r.sy{width:30%;}
    .sy_pro_r dd:nth-last-child(1){display:none;}
    .sy_news{padding:1.5% 0;}
    .f44{font-size:30px;}
    .sy_news h3{margin-bottom:8px;}
    .sy_pro{padding-top:0;}
    .sy_pro ul{padding:2.3% 0 1.5%;}
    .sy_pro_er h3{padding-top:2%;}
    .new_zk{width:80px;line-height:28px;height:28px;}
    .sy_pro_l .box{margin-top:15%;}
    /*.sy_pro .more{visibility:hidden;}*/
    .sy_news h3{display:none;}
    .sy_pro_m{margin-top:3%;}
    .sy_pro_r{padding-top:3%;}
    .footer_b{padding:15px 0;}
    .footer_b p{margin-top:5px;line-height:20px;}
    .f20{font-size:16px;}
    .fontp{font-size:14px;line-height:24px;}
    .news_list .box .fontp{height:76px;}
    .fac-banner li p{max-height:120px;margin:12px 0 20px 0;}
    .sy_pro_l p{max-height:96px;}
    .f16{font-size:14px;}
    .content-4 h3{padding-top:3%;}
    .content-4 li.wenz{font-size:18px;line-height:34px;margin-top:4.6%;}
    .wrapper{max-width:1100px;}
    .news_tab{max-width:650px;}
    .overy.swiper-container .swiper-slide{height:170%;}
    .content4{height:58.8%;}
    .footer_t .wrapper{padding:4.17% 0;}
    .footer_t .tel{font-size:20px;}
    .about-banner .wenz .fontp div{max-height:144px;}
}
@media (max-width:1200px) {
    .header{display:none;}
    .phone_header{display:block;}
    .about-banner,.content-1{padding-top:84px;}
    .f26{font-size:22px;}
}
@media (max-width:1100px) {
    .sy_news{padding:3% 0;}
    .sy_pro .more{visibility: visible;}
    .sy_pro p{margin-top:11px;}
    .sy_pro_er .swiper-button-prev{left:-18px;margin-top:-6px;}
    .sy_pro_er .swiper-button-next{right:-18px;margin-top:-6px;}
    .sy_pro_er h3{margin-top:5%;padding-top:0;}
    .sy_pro_m{margin-top:14%;}
    .sy_pro_r{padding-top:14%;}
    .footer_t input[type=text],.footer_t .tj{line-height:40px;height:40px;}
    .sy_pro_l .icon{height:80px;}
    .footer_t form{width:65%;}
    .f44{font-size:26px;}
}

@media (max-width:960px) {
    .content-4 li.wenz{font-size:16px;line-height:26px;height:156px;}
    .con{height:100%;}
    .content{height:auto;}
    .content-1{height:100%;}
    .hei{height:100%;}
    .index-3 .sy_pro_l center img{position:relative;}
    .sy_pro_l p{max-height:100px;}
    .sy_pro_l .icon{height:65px;}
    .sy_pro_m{margin-top:9%;}
    .sy_pro_r{padding-top:9%;}
    .sy_pro_san .wenz{bottom:0;line-height:28px;}
    .sy_pro_san .wenz img{width:18px;}
    .sy_pro_san .swiper-pagination-bullet-active, .sy_pro_san .swiper-pagination-bullet:hover{text-indent: 0;text-align:center;}
    .footer_t form{width:82%;}
    .footer_t .tel{top:2px;right:0;}
    .content-4 h3{margin-bottom:12px;}
    .sy_pro{padding:10px 0 25px 0;}
    .content-4 li.wenz p{padding:0 30px;}
}
@media (max-width:640px) {
    .sy_more{display:none;}
    .case_detail .lj{text-align:center;margin-top:20px;position:relative;width:auto;}
    .case_detail .lj a{display:inline-block;text-align:center;text-indent: 0;}
    .case_detail .lj a.cur,.case_detail .lj a:hover{text-indent:0;}
    .footer_b p{margin-top:0;}
    .footer .bdsharebuttonbox{display:none;}
    .sy_news_pic{display:none;}
    .sy_news_ul{margin-left:0;}
    .sy_news_ul li{padding:10px 0 10px !important;}
    .sy_pro_l{width:44%;}
    .sy_pro_m{width:48%;margin-left:2.68%;}
    .sy_pro_r{display:none;}
    .content4{height:auto;padding:15px 0 30px 0;}
    .content-4 li.wenz p{height:156px;}
    .footer_t .tel{display:none;}
    .footer_t input[type=text], .footer_t .tj{font-size:14px;line-height:34px;height:34px;}
    .f20{font-size:14px;}
    .sy_pro{padding-bottom:0;}
    .content-2 .sy_pro_er{position:relative;padding-top:15px;}
    .sy_pro_er h3{margin-top:0;font-size:16px;}
    .sy_pro_r.sy{background:#fff;}
}
@media (max-width:440px) {
    .content-4 li.wenz p{padding:0 15px;}
    .sy_pro_san .wenz img{display:none;}
    .sy_pro_san .wenz a{padding-right:0;}
    .phone_header .logo{width:160px;}
    .phone_header .san span{width:32px;height:3px;margin-bottom:4px;}
    /*.about-banner, .content-1{padding-top:70px;}*/
    .sy_pro_l,.sy_pro_m{display:none;}
    .sy_pro_r{display:block;width:100% !important;}
    .sy_pro_r dl{width:93.75%;margin:auto;}
    .sy_pro_r dd{width:48.5%;margin-right:3%;float:left;}
    .sy_pro_r dd:nth-child(2n){margin-right:0;}
    .sy_pro_san .swiper-pagination{width:auto !important;text-align:center !important;bottom:-8px !important;left:auto !important;right:auto !important;position:relative;}
    .sy_pro_san .swiper-pagination-bullet{width:auto !important;display:inline-block;font-size:14px;margin:0 0 0 5px !important;padding:5px 0 !important;}
    .footer_t form{width:100%;}
    .content-4 h3{margin-bottom:6px;}
    .footer_t form{margin-top:12px;}
    .footer_t .wrapper{padding:25px 0;}
    .content-4 li.wenz{display:none;}
    .content-4 li.pic{width:100%;float:none;}
    .phone_header{padding:12px 0;}
    .sy_news_ul li em{display:none;}
    .sy_pro_san{padding-bottom:30px;}
    .footer_b{padding:20px 0;}
    .about-banner, .content-1{padding-top:64px;}
}
@media (max-width:360px) {
    .about-banner, .content-1{padding-top:60px;}
    .phone_header{padding:10px 0;}
    .footer_b{padding:20px 0;}
    .phone_nav .close{font-size:30px;}
    .phone_nav ul{margin-top:45px;}
}
@media (max-width:1440px) {
    .sy_pro .more{margin-top:0;line-height:32px;height:32px;width:130px;}
    .sy_pro_l .icon{height:60px;}
    .crumbs-l a{font-size:16px;}
    .crumbs-r{font-size:12px;}
    .crumbs-r img{width:10px;}
    .about-banner .wenz p{font-size:20px;margin:1.25% 0 4.6% 0;line-height:32px;max-height:128px;}
    .about-banner .wenz h3{padding-top:8%;}
    .profile-t li h3{font-size:36px;}
    .about-b li h4{font-size:28px;line-height:42px;}
    .about-banner .wenz h3{padding-top:5%;}
    .about-b li .wenz{margin-top:-42px;}
}
@media (max-width:1100px) {
    .about-banner .wenz p{margin:2.25% 0 6.6% 0;}
    .profile-t li h3{font-size:30px;padding:6px 0 3px 0;}
    .profile-m .table{width:85.2%;}
}
@media (max-width:960px) {
    .crumbs-r{display:none;}
    .profile-t li{width:50%;margin-bottom:1px;}
    .profile-t li:nth-child(2n){border-right:0;}
    .profile-t{white-space:nowrap;}
    .profile-t li img{height:104px;width:auto;}
    .about-b li h4{font-size:22px;line-height:32px;}
    .about-b li .wenz{margin-top:-32px;}
    .about-b li a.more{line-height:32px;font-size:14px;}
    .about-b li:hover .wenz{margin-top:-60px;}
}
@media (max-width:640px) {
    .about-banner .wenz p{display:none;}
    .crumbs-l a{margin-right:20px;}
    .about-banner .wenz .fontp{display:none;}
    .about-banner .wenz h3{padding-top:45%;}
    .profile-t li img{height:90px;}
    .about-b{display:none;}
    .crumbs-l{white-space:nowrap;overflow-x:auto;float:none;width:100%;text-align:center;}
}
@media (max-width:440px) {
    .honor li span{font-size:14px;}
    .honor li{margin-top:10px;}
    .profile-t li{padding:15px 0;}
    .crumbs{line-height:42px;}
    .about-banner .wenz h3{padding-top:72%;}
    .profile-t li img{height:60px;}
    .profile-t li h3{font-size:22px;}
    .profile-m .pic{width:100%;float:none;}
    .profile-m .wenz{width:100%;float:none;left:0;position:relative;}
    .profile-t li h4{padding:0 8px;}
    .ny-banner{margin-top:64px;}
    .honor ul{margin-top:15px;}
    .ny-banner.about-banner{margin-top:0;}
}
@media (max-width:360px) {
    .profile-t li{display:none;}
    .honor li{margin-right:3%;width:48.5%;}
    .honor li:nth-child(2n){margin-right:0%;}
    .honor li:nth-child(3n){margin-right:3%;}
    .honor li:nth-child(6n){margin-right:0;}
}
@media (max-width:480px) {
    .fac-banner li h4{line-height:42px;}
    .factory li h4{line-height:42px;}
    .fac-banner{width:93.75%;margin-left:3.125%;}
    .factory li dd{width:48.5%;margin-right:3%;}
    .factory li dd:nth-child(2n){margin-right:0;}
    .factory li dd:nth-child(3n){margin-right:3%;}
    .factory li dd:nth-child(6n){margin-right:0;}
    .fac-banner li span{width:20px;height:20px;font-size:12px;line-height:20px;}
    .fac-banner h3{padding-top:12%;}
    .fac-banner li h4{background-size:15px !important;padding-right:40px;}
    .factory li h4{background-size:15px !important;padding-right:40px;}
    .fac-banner li p{margin:12px 0 0 0;}
}
@media (max-width:1480px) {
    .history{height:600px;}
    .history .swiper-slide{margin-top:20.5%;}
    .history .swiper-slide:nth-child(2n){margin-top:7.3%;}
    .history .swiper-slide .wenzi{padding:20px;}
    .history .swiper-button-next{width:60px;height:60px;background-size:100% 100% !important;}
    .history .swiper-button-prev{width:60px;height:60px;background-size:100% 100% !important;}
}
@media (max-width:1200px) {
    .history .wrapper{width:800px;}
    .history .swiper-slide{margin-top:28%;}
    .history .swiper-slide:nth-child(2n){margin-top:9.8%;}
}
@media (max-width:800px) {
    .history .wrapper{width:93.75%;}
    .history .swiper-slide .pic{display:none;}
    .history .swiper-slide h3{font-size:30px;}
    .history .swiper-slide span{display:none;width:12px;height:12px;}
    .history .xian{display:none;}
    .history .swiper-slide h3{margin-bottom:0;}
    .history .swiper-slide{margin-top:31%;}
}
@media (max-width:440px) {
    .history{height:100%;box-sizing:border-box;padding-top:107px;margin-top:-107px;}
    .history .swiper-slide{margin-top:48%;}
    .history .swiper-button-next{width:42px;height:42px;}
    .history .swiper-button-prev{width:42px;height:42px;}
    .crumbs{position:relative;z-index:8;}
}
@media (max-width:360px) {
    .history .swiper-slide .wz{height:96px;}
    .history .swiper-slide .wenzi{height:116px;}
    .history .swiper-slide .wz{width:180px;}
    .history .swiper-slide{margin-top:42%;}
}
@media (max-width:1440px) {
    .product_l h3{font-size:18px;}
}
@media (max-width:1200px) {
    .product{margin-top:84px;}
    .product_l{width:31.4%;}
    .product_r{width:61%;padding:2.8% 3.8% 30px 3.8%;}
    .product_r .wenz img{width:16px;bottom:5px;}
    .product_r .wenz a{padding-right:26px;}
    .product_l li .li_hide a{background-size:16px;}
}
@media (max-width:960px) {
    .product_l .search input[type=text]{line-height:32px;height:32px;}
    .product_l .search .tj{margin-top:5px;background-size:14px !important;}
    .product_l li .li_hide a{background:none;padding-right:0;line-height:32px;}
    .product_r dd{width:48.5%;margin-right:3%;margin-top:20px;}
    .product_r dd:nth-child(2n){margin-right:0;}
    .product_r dd:nth-child(3n){margin-right:3%;}
    .product_r dd:nth-child(6n){margin-right:0;}
    .product_l{padding-top:8%;}
    .product_r dd .yy a{padding:5px 0;}
}
@media (max-width:640px) {
    .product_r .sy_pro_r{display:block;}
    .product_l{box-sizing:border-box;height:100%;overflow-y:auto;left:-300px;width:300px;position:fixed;z-index:9;}
    .product_r{width:93.75%;float:none;margin:auto;padding:25px 0;}
    .product_r .sy_pro_r{padding-top:0;}
    .zl{display:block;}
    .product{margin-top:64px;}
    .product_r .wenz{line-height:28px;}
    .product_l h3{font-size:16px;padding:0;}
}
@media (max-width:440px) {
    .product_r .wenz img{display:none;}
    .product_r .wenz a{padding-right:0;}
    .product_l li .li_hide a{font-size:14px;line-height:24px;}
    .product_l ul{padding-bottom:70px;overflow:hidden;}
    .product_l .search input[type=text]{font-size:14px;}
    .product_r .more{font-size:16px;}
}
@media (max-width:340px) {
    .product_l{top:60px;width:260px;left:-260px;}
}

@media (max-width:1100px) {
    .pro_detail{width:63.8%;}
    .pro_detail .swiper-button-next{width:42px;height:42px;margin-top:-21px;}
    .pro_detail .swiper-button-prev{width:42px;height:42px;margin-top:-21px;}
    .pro_detail .swiper-button-next{right:39.6%;}
    .related_pro dl{margin-top:15px;}
}
@media (max-width:640px) {
    .pro_detail{width:93.75%;margin:64px auto 0 auto;float:none;}
    .related_pro dl{margin:0 0 0 0;overflow:hidden;}
}
@media (max-width:440px) {
    .pro_detail{margin:35px auto 0 auto;}
}
@media (max-width:1440px) {
    .case_detail{padding-bottom:0;}
    .case{padding-bottom:0;}
    .case_detail .sy_pro_m{margin-bottom:15px;}
    .case_detail .sy_pro_m, .case_detail .sy_pro_r{width:25%;}
    .case_detail .sy_pro_m{margin-right:3%;}
    .case_detail .gd .sy_pro_r dd{width:41.5%;margin-bottom:2.3%;}
    .case_detail .gd .sy_pro_r dd:nth-child(2n){margin-bottom:2.3%;}
}
@media (max-width:1100px) {
}
@media (max-width:960px) {
    .case_detail{height:90%;}
    .case{height:auto;padding-bottom:0;}
    .case .sy_pro_l center img{position:relative;}
    .case_detail .sy_pro_l{width:29%;}
    .case_detail .sy_pro_m{margin-top:10%;}
    .case_detail .sy_pro_r{padding-top:0;margin-top:10%;}
    .case_detail .gd .sy_pro_r {margin-top:0;}
    .case_detail .swiper-pagination{width:30px !important;}
    .case_detail .swiper-pagination-bullet{font-size:14px !important;padding:7px 0 !important;}
    .case_detail .gd .sy_pro_r{width:100%;margin-left:0;}
}

@media (max-width:640px) {
    .case_detail .sy_pro_l{width:40%;}
    .case_detail .sy_pro_m{margin-top:0;width:50%;margin-left:44.8%;}
    .case_detail .gd{width:50%;margin-left:44.8%;}
    .case_detail .sy_pro_r{display:block;float:none;width:50%;margin-left:44.8%;}
    .case_detail .gd .sy_pro_r dd{width:100%;float:none;}
    .sy_pro_r dd:nth-child(2n){margin-bottom:4.2%;}
}

@media (max-width:440px) {
    .case_detail{height:auto;padding:64px 0 0 0;}
    .case_detail .footer{position:relative;}
    .case .sy_pro_l{display:block;}
    .case{padding-top:64px;}
    .case .swiper-button-next{width:56px;height:56px;margin-top:-28px;}
    .case .swiper-button-prev{width:56px;height:56px;margin-top:-28px;}
    .case_detail{height:auto;}
    .case_detail .sy_pro_m{display: block;width:93.75%;margin-left:3.125%;}
    .case_detail .sy_pro_r{width:100%;margin-left:0;}
    .case_detail .ov{max-height:inherit;}
    .case_detail .sy_pro_r dd{width:100%;float:none;}
    .case_detail .detail{margin-left:0;margin-top:20px;text-align:center;display:block;}
    .case_detail .swiper-pagination-bullet{padding:5px !important;}
    .case_detail .swiper-pagination{width:auto !important;text-align:center !important;}
    .case_detail .gd .sy_pro_r dd{width:100%;float:none;margin-right:0;}
    .case_detail .gd{width:100%;float:none;margin-left:0;}
    .case_detail .gd .sy_pro_r dd:nth-last-child(1){margin-bottom:0;}
}

@media (max-width:1440px) {
    .news_list .month{width:52px;height:52px;line-height:52px;}
    .careers_b .li_r .wenz{max-height:120px;}
}
@media (max-width:960px) {
    .news_tab a{font-size:16px;}
    .news_tab{line-height:38px;max-width:60%;}
    .news_list .month{width:36px;height:36px;line-height:36px;font-size:16px;margin-top:12px;}
    .xian{margin-top:30px;}
    #top{line-height:42px;font-size:16px;margin-top:22px;}
    .news_list .pic .hot{width:55px;}
}
@media (max-width:640px) {
    .xian{margin-top:10px;}
    .news_list .pic .hot{width:45px;}
    .news_tab{max-width:93.75%;width:93.75%;box-sizing:border-box;padding:0 20px;}
    .news_list .box{padding:12px 0;}
    .news_list .box span{margin:3px 0 5px 0;}
    .news_list .box a{margin-top:15px;font-size:14px;}
}
@media (max-width:1440px) {
    .careers_b .li_l{font-size:26px;}
    .careers_b li{padding:28px 0;}
    .careers_b .jzgd{width:200px;line-height:38px;height:38px;font-size:16px;}
}
@media (max-width:1100px) {
    .careers_t .wenz{width:93%;}
    .ny-banner{margin-top:84px;}
    .careers_t h3{font-size:26px;}
}
@media (max-width:960px) {
    .careers_b .li_l{font-size:18px;}
    .careers_b .li_r .send{margin:25px 0 15px 0;line-height:36px;}
    .careers_t h3{font-size:22px;}
}
@media (max-width:640px) {
    .ny-banner{margin-top:64px;}
    .careers_t h3{font-size:18px;margin-bottom:15px;}
    .careers_b .search{display:none;}
    .careers_b .li_l{font-size:18px;float:none;width:100%;}
    .careers_b .li_r{float:none;width: 100%;border-left:0;margin-top:10px;}
    .careers_b .li_r .zk.sq{margin-top:20px;}
    .careers_b .li_r .zk{margin-top:20px;}
}
@media (max-width:440px) {
    .careers_b{margin-top:20px;}
    .careers_b .li_r .send>div{display:none;}
    .careers_b .li_r .send .fs{display:block;position:relative;width:100%;}
    .careers_b li{padding:15px 0;}
}
@media (max-width:1440px) {
    .contact .box .tit{font-size:32px;}
    .contact .box .tit img{height:70px;}
    .contact li .box{padding:30px 0;}
}
@media (max-width:1100px) {
    .contact .box h3{font-size:20px;}
    iframe{height:500px;}
    .ditu .box{top:40px;}
}
@media (max-width:960px) {
    .contact li{width:100%;float:none;margin-bottom:15px;}
    .ditu .box{display:none;}
    .contact .box .text{height:auto;}
}
@media (max-width:640px) {
    iframe{height:350px;}
    .contact li .box{padding:20px 0;}
}
@media (max-width:440px) {
    .contact .box .tit img{height:40px;}
    .contact .box .tit{font-size:24px;}
    .contact .box h3{font-size:18px;}
    iframe{height:300px;}
}
@media (max-width:1440px) {
    .new-banner h3{padding:0 10%;}
    .page{line-height:48px;}
    .fac-banner h3{padding-top:8%;}
}
@media (max-width:1100px) {
    .page a{font-size:16px;}
    .page{line-height:42px;}
    .new-banner h3{font-size:20px;}
}
@media (max-width:640px) {
    .fx{display:none;}
    .news_detail{padding-top:30px;}
    .new-banner h3{font-size:16px;padding:0;}
    .new-banner h4 .ly,.new-banner h4 .dj{display:none;}
    .page a:nth-child(2){display:none;}
    .page a{width:50%;}
    .related{display:none;}
    .logo{margin-top:3px;}
}

.banner-pro{z-index:16;overflow:hidden;padding:24px 0 16px 0;background:rgba(0,0,0,0.65);position:absolute;bottom:0;left:0;width:100%;}
.banner-pro h3{color:#fff;font-size:24px;}
.banner-pro h4{color:#fff;font-size:14px;}
.banner-pro .wenz{z-index:2;padding:0px 20px 0 0;top:50%;margin-top:-40px;position:absolute;width:340px;text-align:right;}
.banner-pro .fontp{color:#fff;margin-top:4px;font-size:12px;}
.banner-pro .swiper-container{z-index:1;position:relative;margin:0 60px 0 360px;}
.banner-pro .swiper-button-next{cursor:pointer;opacity:1 !important;height:100%;background:#000 url(/images/jt.png) no-repeat center center;width:50px;position:absolute;right:0;top:20px;}
/*.banner-pro .swiper-button-disabled{display:none;}*/
.banner-pro .swiper-button-next:hover{background-color:rgba(28,41,117);}
.banner-pro .swiper-slide{position:relative;}
.banner-pro .swiper-slide a{z-index:11;display:block;position:absolute;left:0;top:0;width:100%;height:100%;}
.banner-pro .swiper-slide .pic{overflow:hidden;}
.banner-pro .swiper-slide:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
@media (max-width:800px) {
    .banner-pro{display:none;}
}

@media (max-width:1290px) {
    .logo{width:440px;margin-top:1px;}
}
@media (max-width:1200px) {
    .phone_header .logo{width:430px;margin-top:5px;}
}
@media (max-width:540px) {
    .phone_header .logo{width:320px;margin-top:11px;}
}

@media (max-width:440px) {
    .phone_header .logo{width:200px;margin-top:8px;}
    .phone_header{padding:5px 0 13px;}
    .about-banner, .content-1{padding-top:46px;}
}
@media (max-width:767px) {
    .banner.phone{display:block;}
    .banner.pc{display:none;}
}
