.YEASUN_body {overflow:hidden; background-color:#fff; position:relative; }


header {position:absolute; top:0; left:0; z-index:100; width:100%; height:100px;}
body.kq_ss header{position:fixed; height:84px;}
body:not(.home) header {height:84px;}
body.headroom--pinned:not(.headroom--top) header {position:fixed; height:84px; background-color:#fff; box-shadow:0 0 10px 3px rgba(0,0,0,.1); 
-webkit-animation: app1 .3s ease-out;
        animation: app1 .3s ease-out;
}
body.kq_nav header {position:fixed; background-color:#fff;}
@-webkit-keyframes app1 {
0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}
@-moz-keyframes app1 {
0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}
@-ms-keyframes app1 {
0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}
@-o-keyframes app1 {
0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

.logo {width:320px; height:100%; padding:0 55px; background-color:#c00000;}

nav {margin-right:84px;}
nav li {position:relative; margin:0 17px;}
nav .yjtit {display:block; color:#fff; font-weight:bold; padding:0 0 13px;}
nav .yjtit:after {content:""; display:block; position:absolute; bottom:0; left:0; right:0; width:0; height:3px; background-color:#c00000; margin:auto;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s
}
nav li:hover .yjtit,nav li.cur .yjtit {color:#c00000 !important;}
nav li:hover .yjtit:after,nav li.cur .yjtit:after {width:100%;}
nav .ejbody {position:absolute; top:100%; left:50%; width:160px; padding-top:12px; margin-left:-80px; display:none;}
nav .ejbody a {display:block; padding:19px; background-color:#fff; text-align:center; font-size:16px; color:#c00000;}
nav .ejbody a:hover {background-color:#c00000; color:#fff;}
body.headroom--pinned:not(.headroom--top) nav .yjtit,body.pg-show nav .yjtit {color:#000;} 
body.headroom--pinned:not(.headroom--top)  .ejbody,body.pg-show nav .ejbody {box-shadow:0 5px 5px 0 rgba(0,0,0,.05);}

.search_bar {position:absolute; top:0; right:0; width:84px; height:84px; background:url(../image/ss-1.png) no-repeat center; cursor:pointer;}
body.home .search_bar  {background:url(../image/ss-fff.png) no-repeat center;}
body.headroom--pinned:not(.headroom--top)  .search_bar,body.pg-show .search_bar {background:url(../image/ss-1.png) no-repeat center;}
.search {position:fixed; top:0; left:100%; width:calc(100% - 320px); height:84px; padding-right:84px;}
body.kq_ss .search {left:320px;}
.search form {height:100%;}
.search .input {width:100%; height:100%; background-color:#fff; padding:0 1rem; font-size:22px; color:#000;}
.search .input::-webkit-input-placeholder{color:rgba(0,0,0,.2);}
.search .input::-moz-placeholder{color:rgba(0,0,0,.2);}   
.search .input:-moz-placeholder{color:rgba(0,0,0,.2);}
.search .submit {position:absolute; top:0; right:0; width:84px; height:84px; background:#000 url(../image/ss.png) no-repeat center;}
.search_close {display:block; width:27px; height:27px; position:absolute; bottom:-2.5rem; right:0; background:url(../image/close.png) no-repeat center; cursor:pointer;}
body.kq_ss .search_close {right:84px;} 

body:not(.home) main {margin-top:84px;}
body:not(.home) nav .yjtit {color:#000;}


.return_top {height:100px; background-color:#c00000; color:#fff; text-align:center; cursor:pointer;}
.return_top>span {position:relative; margin-top:5px;}
.return_top>span:before {content:""; display:block; width:22px; height:22px; border-top:2px solid #fff; border-right:2px solid #fff; margin:auto;
	-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.foot_main {background-color:#000;}
.foot_nav ul {align-items: flex-start; padding:60px 0 30px; min-height:260px;}
.foot_nav li {width:95px;}
.foot_nav .yjtit {display:block; position:relative; font-size:16px; color:#fff; margin-bottom:40px;}
.foot_nav .yjtit:after {content:""; display:block; position:absolute; bottom:-19px; left:0; width:100%; height:1px; background-color:rgba(255,255,255,.1);}
.foot_nav .ejbody a {display:block; color:rgba(255,255,255,.4); margin-bottom:15px;}
.foot_nav a:hover {color:#fff;}
.foot_nav .liwrp img {margin-bottom:10px;}
.foot_btm {padding:30px 0; align-items: flex-start;}
.foot_xglink span {display:inline-block; vertical-align:top; position:relative; padding:2.5px 0; font-size:12px; color:rgba(255,255,255,.4);}
.foot_xglink span:hover {color:#fff;}
.foot_xglink span:not(:last-of-type) {margin-right:36px;}
.foot_xglink span:not(:last-of-type):after {content:""; display:block; position:absolute; top:0; bottom:0; right:-20px; margin:auto; width:1px; height:11px; background-color:rgba(255,255,255,.1);}
.copyRight {font-size:12px; color:rgba(255,255,255,1);}


.friendLink_pop {position:absolute; bottom:20px; left:0; background-color:#fff; width:225px; max-height:270px; z-index:10; display:none; text-align:left;}
.friendLink_pop a {display:block; height:30px; line-height:30px; border-bottom:1px solid rgba(0,0,0,.1); font-size:12px; color:#666; padding:0 10px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	white-space:nowrap;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding:url('404.png'); overflow:hidden;display:block;
}
.friendLink_pop a:hover {color:#000;}



.sidebar {position:fixed; top:50%; right:-100%; z-index:1000; margin-top:-161.5px; height:323px;
-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
body.gd .sidebar {right:0}
.sidebar a {display:flex; width:50px; height:50px; background-color:rgba(0,0,0,.9); margin-bottom:1px; position:absolute; right:0; cursor:pointer;
-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.sidebar a:hover {background-color:#c00000;}
.sidebar .hotline:hover {width:170px;}
.sidebar .ui_icon {width:50px; height:100%; text-align:center; font-size:12px; color:#fff;}
.sidebar .ui_icon:before {content:""; display:block; width:100%; height:17px; background:url(../image/sidebar-ico.png) no-repeat; margin:18px 0 15px;} 
.sidebar em {width:0; color:#fff; text-indent:20px; line-height:50px; overflow:hidden;}
.sidebar .hotline em {position:absolute; top:0; left:50px; line-height:50px; width:120px; text-indent: 0;}

.wb {top:153px;}
.wx {top:102px;}
.hotline {top:51px;}
.qq_online {top:0px;}
.qq_online .ui_icon:before {background-position:center 0;}
.after_sales_service .ui_icon:before {background-position:center -71px;}
.hotline .ui_icon:before {background-position:center -144px;}
.sidebar .hotline:hover .icon_name {display:none;}
.sidebar .hotline:hover .tel_number {display:block;}
.wx .ui_icon:before {background-position:center -215px;}
.wb .ui_icon:before {background-position:center -286px;}
.wx .ui_mid3,.wb .ui_mid3 {position:absolute; top:50%; right:100%; width:120px; height:120px; margin-top:-60px; display:none;}
.wx img,.wb img {max-width:120px; max-height:120px;}
.sidebar .wx:hover .ui_mid3,.sidebar .wb:hover .ui_mid3 {display:flex;}




.mengceng {position:fixed; top:0; left:0; z-index:88; width:100%; height:100%; background-color:rgba(0,0,0,.5); display:none;}
body.kq_ss .mengceng {display:block;}


.downRoll {position:absolute; bottom:58px; left:0; right:0; margin:auto; z-index:3; color:#fff; text-transform:uppercase; text-align:center;}
.downRoll .ui_icon {position:absolute; top:28px; left:0; right:0; width:19px; height:10px; margin:auto;
	-webkit-animation: downRoll 1.2s linear infinite;
	-moz-animation: downRoll 1.2s linear infinite;
	-o-animation: downRoll 1.2s linear infinite;
	animation: downRoll 1.2s linear infinite;
}
.downRoll .ui_icon:after {content:""; display:block; position:absolute; top:-6px; bottom:0; left:0; right:0; width:10px; height:10px; border-top:2px solid #fff; border-right:2px solid #fff; margin:auto; 
	-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);
}

@-webkit-keyframes downRoll{
0% {top:28px;}50% {top:36px;}100% {top:28px;}
}
@-moz-keyframes downRoll{
0% {top:28px;}50% {top:36px;}100% {top:28px;}
}
@-o-keyframes downRoll{
0% {top:28px;}50% {top:36px;}100% {top:28px;}
}
@keyframes downRoll{
0% {top:28px;}50% {top:36px;}100% {top:28px;}
}


.pg {position:relative;}
.mod_tit .cn {width:100%; font-size:30px;}
.mod_tit .cn.bold36 {font-size:36px; font-weight:bold;}
.mod_tit .ui_icon {width:100px; height:3px; background-color:#c00000; margin-top:25px;}
.mod_tit .en {display:block; font-weight:bold; text-transform:uppercase; margin-top:25px;}
.mod_des {line-height:1.8; margin:1rem 0;}


.moreStyle1 {display:inline-block; width:296px; height:66px; line-height:66px; border:2px solid #fff; text-align:center;}
.moreStyle1:hover {background-color:#c00000; border-color:#c00000 !important; color:#fff !important;}
.moreStyle2 {display:block; width:415px; height:75px; line-height:75px; border:2px solid #000; color:#000; text-align:center; margin:1.5rem auto 0;}
.moreStyle2:hover {background-color:#000; border-color:#000; color:#fff;}


.swp-dots-style1 {position:absolute; bottom:1rem !important; left:0; z-index:5; width:100%; font-size:0; text-align:center;}
.swp-dots-style1>span {width:40px; height:4px; border-radius:0; border:none; background-color:#fff; opacity:1; margin:0 15px !important;}
.swp-dots-style1 .swiper-pagination-bullet-active {background-color:#c00000 !important;}
.swp-dots-style1.ex-dotbg {position:static; margin-top:1rem;}
.swp-dots-style1.ex-dotbg>span {background-color:rgba(192,0,0,.5);} 

.swpBtnWrp {position:absolute; top:50%; left:0; right:0; height:0; z-index:3;}
.swp-prev-style1,.swp-next-style1 {width:40px; height:40px; border:2px solid #9d9d9d; position:absolute; top:50%; margin-top:-22px; border-radius:50%; cursor:pointer;}
.swp-prev-style1:after,.swp-next-style1:after {content:""; display:block; position:absolute; top:0; bottom:0; margin:auto; width:12px; height:12px; border-top:2px solid #9d9d9d;}
.swp-prev-style1:after {left:7px; right:0; border-left:2px solid #9d9d9d; 
	-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.swp-next-style1:after {left:0; right:7px; border-right:2px solid #9d9d9d;
	-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.swp-prev-style1 {left:0;}
.swp-next-style1 {right:0;}
.swp-prev-style1:hover,.swp-next-style1:hover {border-color:#c00000;}
.swp-prev-style1:hover:after {border-top-color:#c00000;border-left-color:#c00000;}
.swp-next-style1:hover:after {border-top-color:#c00000;border-right-color:#c00000;}


.magtop60 {margin-top:1.5rem;}
.padtop100 {padding-top:2rem;}
.pad100 {padding-top:2rem; padding-bottom:2rem;}


.pg_innerbanner .mod_wrp {position:relative;}
.pg_tit {position:absolute; top:50%; left:0; right:0; margin:-52.5px auto 0; color:#000;}
.pg_tit .en {font-size:60px; font-weight:bold; text-transform:uppercase;}
.pg_tit .cn {font-size:20px; margin-top:10px;}
.pg_innerbanner.no_img {margin-top:100px;}
.pg_innerbanner.no_img .pg_tit {position:static; margin:0; padding-top:3.5rem; padding-bottom:1.75rem; border-bottom:1px dashed #a1a1a1;}


.inner_nav {position:absolute; bottom:0; left:0; right:0; margin:auto;}
.inner_nav a {display:block; line-height:2.1rem; min-width:135px; padding:0 20px; background-color:rgba(255,255,255,.7); text-align:center; color:#000;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.inner_nav a.cur,.inner_nav a:hover {background-color:#c00000; color:#fff;}



.paging {text-align:center; color:#000;}
.paging>span:not(.ellipsis),.paging>a {display:inline-block; vertical-align:middle; width:40px; height:40px; line-height:40px; background-color:#fff; border:1px solid #cccccc; border-radius:0; margin:0 9px; text-align:center; cursor:pointer;}
.paging .prev,.paging .next {width:auto !important; min-width:100px; position:relative; padding:0 20px;}

.paging>span:not(.ellipsis):hover,.paging>a:hover,.paging>a.curon {background-color:#c00000; border-color:#c00000; color:#fff;}




#share a {display:inline-block; vertical-align:middle; float:none; width:27px; height:27px; margin:0 12px; padding:0; background-image:url(../image/share.png); background-repeat:no-repeat;}
#share a.popup_tsina {background-position:0 0;}
#share a.popup_weixin {background-position:-27px 0;}
#share a.popup_douban {background-position:-54px 0;}
#share a.popup_tsina:hover {background-position:0 -27px;}
#share a.popup_weixin:hover {background-position:-27px -27px;}
#share a.popup_douban:hover {background-position:-54px -27px;}



.poster  img,.ui_txt p img ,.area_cont p img {-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.poster  img:hover,.ui_txt p img:hover,.area_cont p img:hover {
	-webkit-transform:translateY(-10px); -moz-transform:translateY(-10px); -ms-transform:translateY(-10px); -o-transform:translateY(-10px); transform:translateY(-10px); box-shadow:0 0 20px 0 rgba(0,0,0,.5);
}



.playbar { display:block; width:1.75rem; height:1.75rem; background:url(../image/playbar.png) no-repeat center; background-size:100%; margin:20px auto 0; z-index:5; cursor:pointer;}
.video-pop {position:fixed; top:0; left:0; z-index:10000; width:100%; height:100%; background-color:rgba(0,0,0,.5); text-align:center; display:none;}
.video-pop>div {position:relative;}
.video-pop .close-v {display:block; position:absolute; top:0.5rem; right:0.5rem; z-index:2; width:26px; height:26px; background:url(404.png) no-repeat center; cursor:pointer;}
.video-pop video {max-width:100vw; max-height:100vh;}
.video-pop iframe {max-width:100vw; max-height:100vh;}
.video-pop .Prompt {padding:40px; font-size:1.1rem; font-weight:bold; color:#fff;}
body.v-open .video-pop {display:flex;}

.c00000 {color:#c00000;}




.banner,.banner .ui_bg {height:100vh; position:relative;}
.banner .ui_bg:after {content:""; display:block; position:absolute; top:0; left:0; z-index:3; width:100%; height:100%; background-color:rgba(0,0,0,.2);}
.banner .mo_bg {background-image:none;} 
.banner .mo_bg:after {display:none;}
.banner .ui_txt {position:relative; z-index:5; color:#fff; text-align:center;}
.banner .p1 {font-size:1.4rem; font-weight:bold;}
.banner .p2 {font-size:20px; font-family:"宋体"; text-transform:uppercase; letter-spacing:4px; margin-top:10px;}
.banner-dots {position:absolute; top:50%; bottom:auto !important; left:50px !important; z-index:5; font-size:0;}
.banner-dots>span {display:block; width:10px; min-width:1vw; height:2px; border-radius:0; border:none; background-color:#fff; opacity:1; margin:0 0 15px !important;}
.banner-dots .swiper-pagination-bullet-active {background-color:#c00000 !important;}

.bannerVideo {position:absolute; top:50%; left:50%; width:auto; height:auto; min-width:100%; min-height:100%; margin-top:-50vh; margin-left:-50vw;}

.mobanner {position:absolute !important; top:0; left:0; width:100%; height:100%; display:none;}


.pg_index2 {padding:1.75rem 0; background-color:#c00000; color:#fff; text-align:center;}
.pg_index2 .area_tit {font-size:20px;}
.pg_index2 .arera_txt {line-height:1.8; margin-top:30px;}

.pg_index3>.ui_bg {padding:3.25rem 0 1.875rem; background-attachment:fixed; color:#fff;}
.pg_index3 .ui_l {width:300px;}

.pg_index3 .ui_r {width:calc(100% - 300px); position:relative;}
.pg_index3 .store_layout {min-width:54.98%; width:574px; max-width:81%; margin-left:9.5%;}

.store_total {position:absolute; top:0.75rem; right:0; z-index:3;}
.store_total dd:not(:first-of-type){margin-left:1.5rem;}
.store_total .s2 {display:block;}
.store_total .s2 {display:block; font-size:1.5rem; font-weight:bold; line-height:1; margin-top:10px;}

.pg_index4 {padding:2.5rem 0; color:#fff;}
.pg_index4 .mod_wrp {padding:2rem 0; background-color:#c00000;}
.pg_index4 .mod_tit .ui_icon {background-color:#fff;}
.index_bussinessMod {margin-top:40px;}
.index_bussinessMod ul {align-items: flex-start; flex-wrap: nowrap;}
.index_bussinessMod ul:before,.index_bussinessMod ul:after {content:""; display:block; width:0; height:100%;}
.index_bussinessMod li {max-width:33.33%; position:relative; top:0;
-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.index_bussinessMod li:hover {top:-10px;}
.index_bussinessMod .cn {font-size:20px; font-weight:bold; margin-top:25px;}
.index_bussinessMod .en {text-transform:uppercase; margin-top:10px;}

.index_swp2 .swiper-slide:after {content:""; display:block; position:absolute; top:0; left:0; z-index:3; width:100%; height:100%; background-color:rgba(0,0,0,.4);}
.pg_index5 .ui_txt {position:absolute; top:0; left:0; z-index:5; width:100%; height:100%; color:#fff;}

.pg_index6 {padding:2.5rem 0;}

.swp-dots-style2 {position:absolute; bottom:0 !important; left:0; z-index:5; width:100%; font-size:0; text-align:center;}
.swp-dots-style2>span {width:10px; height:10px; border-radius:50%; border:none; background-color:rgba(192,0,0,.2); opacity:1; margin:0 4px !important;}
.swp-dots-style2 .swiper-pagination-bullet-active {background-color:rgba(192,0,0,1) !important;}

.pg_index6 .mod_tit {padding:15px 0; flex-wrap:nowrap; border-bottom:3px solid #c00000; margin-bottom:25px;}
.index_news_lists .mod_tit {position:absolute; top:0; left:50px; right:25px; line-height:26px;} 
.index_news_lists .swiper-container,.index_news_lists ul {height:100%;}
.pg_index6 .mod_tit .cn {width:auto; font-size:20px; color:#000;}
.pg_index6 .more {display:block; padding-right:15px; position:relative;} 
.pg_index6 .more:after {content:""; display:block; position:absolute; top:0; bottom:0; right:0; margin:auto; width:6px; height:6px; border-top:1px solid #000; border-right:1px solid #000; 
	-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.pg_index6 .more:hover {color:#c00000;}
.pg_index6 .more:hover:after {border-color:#c00000;}
.index_news_lists {position:relative; width:58%; padding-left:50px; padding-right:25px; padding-top:84px; padding-bottom:30px;}
.index_news_lists:after {content:""; display:none; position:absolute; bottom:0; left:50px; right:25px; height:0; margin:0 auto; border-bottom:1px dashed #a1a1a1;}
.index_news_lists li {position:relative; width:100%; height:33.33%;}
.index_news_lists li:after {content:""; display:block; position:absolute; bottom:0; left:0; right:0; height:0; border:1px dashed #a1a1a1; margin:auto;}
.index_link_news {width:100%; height:100%; position:relative; padding:0 80px 0 0; background-color:#fff;
-webkit-transition: transform .3s;-moz-transition: transform .3s;-ms-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;} 
.index_link_news>div {width:100%;}
.index_link_news:before,.index_link_news:after {content:""; display:block; position:absolute; top:50%; right:30px; background-color:#c00000;
-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

.index_link_news:before {width:20px; height:2px; margin-top:-1px; margin-right:0;}
.index_link_news:after {width:2px; height:20px; margin-top:-10px; margin-right:9px;}
.index_link_news .news_tit {font-size:16px; color:#000; font-weight:bold;}
.index_link_news .news_des {font-size:14px; color:#333; margin:15px 0;}
.index_link_news .news_date {font-size:12px; color:#333;}
.index_news_lists .index_link_news:hover { box-shadow:0 0 10px 0 rgba(0,0,0,.19);}
.index_news_lists li:hover:after {opacity:0;}
.index_link_news:hover {
	-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px);
}
.index_link_news:hover .news_tit {color:#c00000;}
.index_link_news:hover:before,.index_link_news:hover:after {
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);	
}
.index_job {position:relative; width:42%; padding-left:25px; padding-right:50px; padding-bottom:30px;}
.index_job .swiper-slide>a:after {content:""; display:block; position:absolute; bottom:0; left:25px; right:25px; height:0; margin:0 auto; border-bottom:1px dashed #a1a1a1;}
.index_job .swiper-slide {padding:5px;}
.index_job .swiper-slide>a {display:block; padding:20px;}
.index_job .swiper-slide>a:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.19);} 
.index_job .swiper-slide>a:hover:after {display:none;}
.index_job .area_tit {font-size:16px; color:#000; font-weight:bold; margin:20px 0;}
.index_job .area_des {font-size:14px; color:#333;}
.index_job .mod_wrp:hover img {
-webkit-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
}



.pg_intro1 .area_tit {font-size:30px; color:#000;}
.pg_intro1 .rich_text,.pg_intro2 .rich_text {margin-top:20px;}

.history {font-size:16px; color:#fff; line-height:1.8; position:relative;}
.intro_swp1 {background:url(../image/line.jpg) repeat-x left center;}
.history .swiper-slide:nth-of-type(2n) {width:calc((100vw - 300px)*0.125);}
.history .swiper-slide:nth-of-type(2n-1) {width:calc((100vw - 300px)*0.25);}
.history .swiper-slide:not(.first-last) .ui_txt {width:200%; position:relative; left:-50%;}
.history .swiper-slide .ui_txt>div {width:100%;}
.history .swiper-slide>div:first-of-type {padding:0 0 40px;
	display: flex; justify-content: center; align-items: flex-end;
}
.history .swiper-slide>div:first-of-type::after {content: ""; width: 0; height: 100%;}
.history .swiper-slide>div:first-of-type .ui_block0 {
	display: flex; justify-content: center; align-items: flex-end;	
}
.history .swiper-slide>div:first-of-type .ui_block0::after {content: ""; width: 0; height: 100%;}
.history .swiper-slide>div:last-of-type {padding:40px 0 0; }
.history .textarea {width:100%; position:relative; background-color:#f8f8f8;}
.history .date {display:block; color:#333;}
.history .history_date {line-height:40px; font-size:18px; color:#666; background-color:#e8e8e8; text-align:center;}
.history .history_cont {padding:20px; min-height:40px; color:#000;}
.history .swiper-slide:nth-of-type(2n) .date {margin-top:-20px; margin-bottom:15px;}
.history .swiper-slide:nth-of-type(2n-1) .date {margin-bottom:-20px; margin-top:15px;}
.history .swiper-slide .textarea:after {content:""; width:0; height:0; border-style:solid; left:0; right:0; margin:auto; position:absolute;}
.history .swiper-slide .textarea:before {content:""; display:block; width:8px; height:8px; background-color:#d1d1d1; border:3px solid #d1d1d1; border-radius:50%; position:absolute; left:0; right:0; margin:auto; z-index:2;}
.history .swiper-slide:nth-of-type(2n) .textarea:before {bottom:-47px;}
.history .swiper-slide:nth-of-type(2n-1) .textarea:before {top:-47px;}
.history .swiper-slide:nth-of-type(2n) .textarea:after {border-width:7px 7px 0; bottom:-7px; border-color:#e8e8e8 transparent transparent;}
.history .swiper-slide:nth-of-type(2n-1) .textarea:after {border-width:0 7px 7px; top:-7px; border-color:transparent transparent #e8e8e8;}
.history .swiper-slide:hover .history_date {background-color:#c00000; color:#fff;}
.history .swiper-slide:hover .textarea:before {background-color:#c00000; border-color:#c00000;}
.history .swiper-slide:nth-of-type(2n):hover .textarea:after {border-color:#c00000 transparent transparent;}
.history .swiper-slide:nth-of-type(2n-1):hover .textarea:after {border-color:transparent transparent #c00000;}

.honor {position:relative;}
.intro_swp2 {background-color:#f8f8f8;}
.intro_swp2 .ui_img {width:50%;}
.intro_swp2 .ui_txt {width:50%; position:relative;}
.intro_swp2 .txtwrp {position:absolute; top:0; left:0; width:100%; height:100%; padding:1rem;}
.intro_swp2 .area_tit {font-size:24px; color:#c00000; margin-bottom:20px;}
.intro_swp2 .area_cont {max-height:calc(100% - 51px);}
.intro_swp2 .area_cont li {padding:10px 0; border-bottom:1px solid #eee;}

.v-item {display:block; cursor:pointer; position:relative;}
.v-item:after {content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; z-index:3; width:100%; height:100%; background-size:1.75rem 1.75rem; margin:auto; cursor:pointer;
-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s
}
.v-item:hover:after  {background-color:rgba(0,0,0,.19); background-size:2rem 2rem;}
.video-pop {position:fixed; top:0; left:0; z-index:-1; width:100%; height:100%; background-color:#000; text-align:center; opacity:0;}
.video-pop>div {position:relative;}
.video-pop .close-v {display:block; position:absolute; top:0; right:0; width:27px; height:27px; background:url(../image/close.png) no-repeat center; cursor:pointer;}
.video-pop video {width:1080px; max-width:calc(100vw - 54px); max-height:calc(100vh - 54px); margin:27px;}
.video-pop iframe {width:1080px; height:607px; max-width:calc(100vw - 54px); max-height:calc(100vh - 54px); margin:27px;}
.video-pop .Prompt {font-size:1.5rem; font-weight:bold; color:#fff;}
body.v-open .video-pop {z-index:10000; opacity:1;}
body.v-open .mengceng {display:block; z-index:110;}

.pg_business1 ul {background-color:#c00000; color:#fff;}
.pg_business1 li {position:relative;}
.pg_business1 li:not(:last-of-type) {}
.pg_business1 .ui_img {width:50%; float:left;}
.pg_business1 .ui_txt {width:50%; position:absolute; top:0; height:100%; padding:1.5rem;}
.pg_business1 li:nth-of-type(2n) .ui_img {float:right;}
.pg_business1 li:nth-of-type(2n) .ui_txt {left:0;}
.pg_business1 li:nth-of-type(2n-1) .ui_txt {right:0;}
.pg_business1 .txtwrp {position:relative; top:50%;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
	-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);
}
.pg_business1 .cn {display:block; font-size:30px; font-weight:bold;}
.pg_business1 .en {font-size:20px; text-transform:uppercase;}
.pg_business1 .area_cont {margin-top:20px; max-height:150px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.business_ly .txtwrp {height:105px; overflow:hidden;}
.business_ly .area_cont {opacity:0;
	-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);
}
.business_ly li:hover .txtwrp {height:auto;}
.business_ly li:hover .area_cont {opacity:1;
	-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);
}

.pg_business2 li {width:16.6666%; text-align:center; padding:20px; color:#000;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.pg_business2 li .ui_mid3 {height:120px;}
.pg_business2 li img {max-height:100%;}
.pg_business2 li p {padding:10px 0;}
.pg_business2 li:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.19);}




.pg_businessMod3 li {width:25%; padding:10px;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.pg_businessMod3 .ui_mid3 {width:100%; height:130px;}
.pg_businessMod3 img {max-height:100%;}
.pg_businessMod3 li:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.19);}



.pg_selfBrand .area_tit {font-size:20px; font-weight:bold;}
.pg_selfBrand .area_cont {margin-top:1rem;}



.tender_link {background-color:#f8f8f8; color:#000; position:relative; padding:40px 100px 40px 40px; margin-bottom:1px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.tender_lists .tender_name {max-width:calc(100% - 120px); font-size:16px;} 
.tender_link:before,.tender_link:after {content:""; display:block; position:absolute; top:50%; right:40px; background-color:#c00000;
	-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

.tender_link:before {width:20px; height:2px; margin-top:-1px; margin-right:0;}
.tender_link:after {width:2px; height:20px; margin-top:-10px; margin-right:9px;}
.tender_link:hover {background-color:#c00000; color:#fff;}
.tender_link:hover:before,.tender_link:hover:after {background-color:#fff;
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);	
}

.tender_show {margin-right:9.5rem;}
.tender_show .tender_name {font-size:40px; color:#000; font-weight:bold; margin-bottom:0.75rem;}
.tender_show .tender_date {font-size:12px; color:#666;}
.tender_cont {margin-top:1.75rem;} 
.tender_show .contact_bar,.tender_show .download_bar,.tender_show .call_bar {display:block; width:245px; height:80px; line-height:80px; border:2px solid #000; text-align:center; position:absolute; top:2.5rem; right:150px;}
.tender_show .contact_bar:hover ,.tender_show .download_bar:hover ,.tender_show .call_bar:hover {background-color:#000; color:#fff;}
body.gd-1 .tender_show .contact_bar ,body.gd-1 .tender_show .download_bar ,body.gd-1 .tender_show .call_bar {position:fixed;}

.tender_form {margin-top:1.75rem;} 
.tender_form dl {margin:0 -0.5rem;}
.tender_form dd {width:100%; padding:0 0.5rem; 
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.tender_form dd:not(:last-of-type) {margin-bottom:1.25rem;}
.tender_form dd.half {width:50%;} 
.inputTit {margin-bottom:0.5rem; color:#111;}
.inputTit span {color:#c00000;}
.tender_form input {width:100%; height:80px; border:2px solid #f5f5f5; background-color:#f5f5f5; padding:0 0.5rem; font-size:16px; position:relative;}
.filebox {width:100%; height:80px; background:#f5f5f5 url(../image/SC.jpg) no-repeat right center; background-size:88px; font-size:16px; position:relative;}
.filebox.yet {background:#f5f5f5 url(../image/SC-on.jpg) no-repeat right center;} 
.filebox input {cursor:pointer;} 
.tender_form textarea {width:100%; border:2px solid #f5f5f5; background-color:#f5f5f5; padding:0.5rem; font-size:16px; line-height:1.7;}
.tender_form input:not(.submit):focus,.tender_form textarea:focus {border-color:#c00000;}
.tender_form .upfile {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;}
.FileArea {display:block; line-height:80px; padding-left:0.5rem; padding-right:88px;}
.codebox {padding-right:220px; position:relative;}
.code_img {position:absolute; top:0; bottom:0; right:0; margin:auto; max-width:150px; max-height:60px;}
.tender_form .submit {display:block; width:415px; height:75px; border:2px solid #000; background-color:#000; color:#fff; text-align:center; margin:2rem auto 0;}
.tender_form .submit:hover {border-color:#c00000; background-color:#c00000;}



.news_lists {margin-top:5px; margin-bottom:2.5rem;}
.news_lists li {position:relative;}
.news_lists li:after {content:""; display:block; position:absolute; bottom:0; left:50px; right:50px; height:0; border-bottom: 1px dashed #a1a1a1; margin:auto;}
.news_lists li:hover:after {border-color:#fff;}
.news_lists .ui_flex0 {width:100%; position:relative; padding:50px; background-color:#fff;}
.news_lists .ui_flex0:hover {box-shadow:0 0 10px 0 rgba(0,0,0,.09); 
-webkit-transform:translateY(-5px);
-moz-transform:translateY(-5px);
-ms-transform:translateY(-5px);
-o-transform:translateY(-5px);
transform:translateY(-5px);
}
.news_lists .ui_img {width:190px;}
.news_lists .ui_mid3 {width:100%;}
.news_lists .ui_txt {width:calc(100% - 190px); padding:0 70px 0 50px;}
.news_lists .news_tit {font-size:20px; font-weight:bold; color:#2a2a2a; font-weight:bold;}
.news_lists .news_des {color:#666; line-height:1.8; margin:0.5rem 0;}
.news_lists .news_date {font-size:12px; color:#666;}
.news_lists .ui_flex0:hover .news_tit {color:#c00000;}
.news_lists .ui_flex0:before,.news_lists .ui_flex0:after {content:""; display:block; position:absolute; top:50%; right:50px; background-color:#c00000;
	-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

.news_lists .ui_flex0:before {width:20px; height:2px; margin-top:-1px; margin-right:0;}
.news_lists .ui_flex0:after {width:2px; height:20px; margin-top:-10px; margin-right:9px;}
.news_lists .ui_flex0:hover:before,.news_lists .ui_flex0:hover:after {
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);	
}
.news_show {margin-right:9.5rem;}
.news_show .news_tit {font-size:40px; color:#000; font-weight:bold; margin-bottom:0.75rem;}
.news_show .news_date {font-size:12px; color:#666;}
.news_cont {margin-top:1.75rem;} 
#share {position:absolute; top:2.5rem; right:150px;}
body.gd-1 #share {position:fixed;}



.pg_job .area_tit {font-size:30px;}
.pg_job .area_cont {margin-top:20px;}

.zpType_lists ul {margin:0 -0.5rem;}
.zpType_lists li {width:50%;}
.zpType_lists a {display:block; margin:0 0.5rem; position:relative;}
.zpType_lists .ui_img:before {content:""; display:block; position:absolute; top:0; left:0; z-index:3; width:100%; height:100%; background-color:rgba(0,0,0,.5);
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.zpType_lists .ui_txt {position:absolute; top:0; left:0; z-index:5; width:100%; height:100%; padding:0.5rem; color:#fff; text-align:center;}
.zpType_lists .ui_disable {max-width:72px; max-height:53px;}
.zpType_lists .cn {font-size:36px; margin-top:0.5rem;}
.zpType_lists .en {text-transform:uppercase; margin-top:5px;}
.zpType_lists a:hover .ui_img:before {background-color:rgba(192,0,0,.9);}

.pg_cooperate .zpType_lists li {width:33.3333%;}
.pg_cooperate .zpType_lists .ui_txt {padding:0.5rem 1rem;}
.pg_cooperate .zpType_lists .des {height:95px; margin-top:20px;}
.pg_cooperate .zpType_lists .ui_disable {max-width:85px; max-height:85px;}
.pg_cooperate .zpType_lists .lxbar {line-height:50px; border:2px solid #fff; margin-top:3rem; display:none;}
.pg_cooperate .zpType_lists a:hover .lxbar {display:block;}
.pg_cooperate .zpType_lists a:hover .des {display:none;}


.serveIdea_lists li {width:33.33%; text-align:center; position:relative; top:0;
-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.serveIdea_lists li:hover {top:-10px;}
.serveIdea_lists img {max-width:4.5rem; max-height:4.5rem;}
.serveIdea_lists .ui_txt {padding:0 0.5rem; color:#000; line-height:1.8; margin-top:1rem;}
.serveIdea_lists .p1 {font-size:20px; font-weight:bold;}

.job_link {background-color:#f8f8f8; color:#000; position:relative; padding:40px 100px 40px 40px; margin-bottom:1px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.job_link .job_name {font-size:16px; padding-right:40px;} 
.job_link:before,.job_link:after {content:""; display:block; position:absolute; top:50%; right:40px; background-color:#c00000;
	-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

.job_link:before {width:20px; height:2px; margin-top:-1px; margin-right:0;}
.job_link:after {width:2px; height:20px; margin-top:-10px; margin-right:9px;}
.job_link:hover,.on .job_link {background-color:#c00000; color:#fff;}
.job_link:hover:before,.job_link:hover:after,
.on .job_link:before,.on .job_link:after {background-color:#fff;
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);	
}
.job_detail {padding:0.5rem 0.5rem 1.5rem; background-color:#fff; display:none;}
.jobDetail_temp {margin:0 -2.25rem;}
.jobDetail_temp>ul {width:50%; padding:0 2.25rem;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.jobDetail_temp>ul>li {display:flex; padding:1rem 0; border-bottom:1px solid #dcdddd; color:#666;}
.jobDetail_temp>ul>li>span:first-of-type {width:120px; font-size:16px; color:#000; font-weight:bold; text-indent:15px;}
.jobDetail_temp>ul>li>span:last-of-type {width:calc(100% - 120px);}
.jobDetail_temp>ul>li>span:last-of-type>* {line-height:1.8;}

.imgStyle2 li {width:33.33%; position:relative; font-size:0.75rem; color:#fff; overflow:hidden;}
.imgStyle2 li img {width:100%; -webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s;}
.imgStyle2 li:hover img {
-webkit-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
}
.imgStyle2 li>p {position:absolute; top:0; left:0; width:100%; height:100%; display: flex; justify-content: center; align-items: center; padding:20px; text-align:center;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.imgStyle2 li>p::after {content: ""; width: 0; height: 100%;}


.contact_info>h1 {font-size:20px; color:#c00000; font-weight:bold; margin-bottom:1.25rem;}
.contact_info>ul>li {padding-left:25px; position:relative; font-size:16px; color:#000; min-height:21px; margin-top:15px;}
.contact_info>ul>li>img {position:absolute; top:4px; left:0;}

.mes_form dl {margin:0 -0.5rem;}
.mes_form dd {width:100%; padding:0 0.5rem; margin-bottom:0.5rem;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.mes_form dd.half {width:50%;} 
.mes_form input {width:100%; height:60px; border:2px solid #f5f5f5; background-color:#f5f5f5; padding:0 0.5rem; font-size:16px; position:relative;}
.mes_form textarea {width:100%; border:2px solid #f5f5f5; background-color:#f5f5f5; padding:0.5rem; font-size:16px; line-height:1.7;}
.mes_form input:not(.submit):focus,.mes_form textarea:focus {border-color:#c00000;}
.codebox {padding-right:220px; position:relative;}
.code_img {position:absolute; top:0; bottom:0; right:0; margin:auto; max-width:150px; max-height:60px;}
.mes_form .submit {display:block; width:415px; height:75px; border:2px solid #000; background-color:#000; color:#fff; text-align:center; margin:2rem auto 0;}
.mes_form .submit:hover {border-color:#c00000; background-color:#c00000;}

.branch_lists>div {position:relative; width:33.33%; height:370px; background-color:#f8f8f8; border:1px solid #fff; color:#000; line-height:1.8; cursor:pointer;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.branch_lists .item {padding:0.75rem 1rem;}
.branch_name {font-size:20px; font-weight:bold; color:#c00000; margin-bottom:1rem;}
.branch_lists>div.on,.branch_lists>div:hover {background-color:#c00000; color:#fff;}
.branch_lists>div.on .branch_name,.branch_lists>div:hover .branch_name {color:#fff;}
.branch_lists>div.on:after {content:''; display:block; position:absolute; bottom:-17px; left:0; right:0; width:0; height:0; border-style: solid; border-width: 17px 17px 0; border-color: #c00000 transparent transparent; margin:auto;}
#mapContent {width:100%; height:15rem; margin:2.5rem 0;}
#mapContent img {max-width:none;}

.lx_mod {background-color:#f8f8f8; margin-top:40px;}
.lx_mod>div {width:50%;}
.lx_mod>.contact_info {padding:0 50px;}
.lx_mod>#map1,.lx_mod>#map2 {height:460px;} 



.pg_search {padding:1.75rem 0;}
body .pg_search .search {position:relative; top:auto; left:auto; width:100%; display:block;}
body .pg_search .input {background-color:#f5f5f5;}


#newBridge .nb-icon-base,#newBridge #nb_icon_wrap {top:50% !important; margin-top: -161.5px; bottom:auto; width:50px !important; height:50px !important; overflow:hidden; right:-50px !important; border-radius:0 !important;background:rgba(0,0,0,.9);
-webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; 
} 
body.gd #newBridge .nb-icon-base,body.gd #newBridge #nb_icon_wrap{right:0 !important}
#newBridge .nb-icon-base>ins {width:100% !important; height:17px !important; background:url(../image/sidebar-ico.png) no-repeat center 0 !important; margin: 18px 0 15px;}
#newBridge .nb-icon-base:hover {background:#c00000;} 
#newBridge .nb-icon-skin-9 .nb-icon-bridge0 {display:none !important;}
#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base {width:100% !important; height:17px !important; background:url(../image/sidebar-ico.png) no-repeat center 0 !important; margin: 18px 0 15px;}
#newBridge #nb_icon_wrap:hover {background:#c00000;} 


@media only screen and (max-width: 1214px) { 

nav li {margin:0 9px;}


.history .swiper-slide:not(.first-last) .ui_txt {width:100%; left:0;}
.pg_business1 .area_cont {max-height:100px;}
.pg_business2 li {width:25%;}

}
@media only screen and (max-width: 1070px) { 
.wrp1:not(.honor) {padding-left:30px; padding-right:30px;}
.wrp2 {padding-left:55px; padding-right:55px;}
.wrp3 {padding-left:85px; padding-right:85px;}

header, body.gd header,body.headroom--pinned:not(.headroom--top) header{height:84px !important;}	
body:not(.home) main {margin-top:80px;}
body:not(.home) header {background-color:#fff;}
.search_bar {right:84px; background: url(../image/ss-2.png) no-repeat center;}
body.headroom--pinned:not(.headroom--top) .search_bar, body.pg-show .search_bar,body.kq_nav .search_bar {background: url(../image/ss-2.png) no-repeat center;}
.search,body.kq_ss .mengceng,nav {display:none;}
.nav_bar {display:block; width:84px; height:84px; position:absolute; top:0; right:0; cursor:pointer; font-size:0; text-align:center;}
.nav_bar:before {content:""; display:inline-block; vertical-align:middle; width:0px; height:100%;}
.nav_bar span {display:inline-block; vertical-align:middle; width:20px; height:16px; position:relative;}
.nav_bar i {display: block;height: 2px;position: absolute;left: 0;right: 0;top: 0;bottom:0;margin:auto;}
.nav_bar i:before,.nav_bar i:after,.nav_bar span:after {background-color: #fff; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 100%;
	-webkit-transition: top .3s,bottom .3s,-webkit-transform .3s;
	-moz-transition: top .3s,bottom .3s,-moz-transform .3s;
	-ms-transition: top .3s,bottom .3s,-ms-transform .3s;
	-o-transition: top .3s,bottom .3s,-o-transform .3s;
	transition: top .3s,bottom .3s,transform .3s;
}
.nav_bar i:before {top:-7px;}
.nav_bar i:after {bottom:-7px;}
.nav_bar span:after {top:7px;}
 
body.kq_nav .nav_bar i:before {top: 0;
	-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);
}
body.kq_nav .nav_bar i:after {bottom: 0;
	-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);
}	
body.kq_nav .nav_bar span:after {opacity:0;}

body.headroom--pinned:not(.headroom--top) .nav_bar i:before,body.headroom--pinned:not(.headroom--top) .nav_bar i:after,body.headroom--pinned:not(.headroom--top) .nav_bar span:after{background-color:#c00000;}
body.kq_nav .nav_bar i:before,body.kq_nav .nav_bar i:after,body.kq_nav .nav_bar span:after {background-color:#c00000;}


.YEASUN_body {left:0;
-webkit-transition: left .3s;-moz-transition: left .3s;-ms-transition: left .3s;-o-transition: left .3s;transition: left .3s;
}
body.kq_nav .YEASUN_body {left:calc(320px - 100%);}
body.kq_nav .YEASUN_body:after {content:""; display:block; position:absolute; top:0; right:0; z-index:88; width:100%; height:100%; background-color:rgba(0,0,0,.5);}
.monav {display:block; position:fixed; top:0; left:0; width:100%; height:100%; opacity:0;}
body.kq_nav .monav {opacity:1;}
.monav .mCSB_inside>.mCSB_container {margin-right:0;}
.monav-main {width:calc(100% - 320px); height:100%; float:right; padding-top:134px;}
.monav ul {display:block;}
.monav li {display:block; margin:0 50px; border-bottom:1px solid rgba(0,0,0,.19);}
.monav .yjtit {display:block; line-height:60px; font-size:18px; font-weight:bold; padding:0 0.5rem; position:relative;}
.monav .cur .yjtit {color:#c00000;}
.monav .yjtit:after {content:""; display:block; position:absolute; top:0; bottom:0; right:20px; width:12px; height:12px; border-top:1px solid #999; border-right:1px solid #999; margin:auto; 
	-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.monav .cur .yjtit:after {border-color:#c00000;}
.monav .on .yjtit:after {
	-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);
}
.monav .ejbody {display:none;}
.monav .ejbody a {display:block; line-height:50px; padding:0 0.75rem; font-size:16px; border-top:1px dashed rgba(0,0,0,.09);}

main, footer {
    position: relative;
    background-color: #fff;
    z-index: 2;
}


.mod_tit .cn {font-size:26px;}
.mod_tit .cn.bold36 {font-size:32px;}
.mod_tit .ui_icon,.mod_tit .en {margin-top:12.5px;}
.mod_des {margin:20px 0;}



.pg_innerbanner {margin-top:84px;}
body:not(.home) .nav_bar i:before,body:not(.home) .nav_bar i:after,body:not(.home) .nav_bar span:after {background-color:#c00000;}
.inner_nav {position:static;}
.pg_tit {margin:-35.5px auto 0;}
.pg_tit .en {font-size:40px;}
.pg_tit .cn {font-size:14px;}
.pg_innerbanner.no_img {margin-top:84px;}






.pg_index3 .ui_l {width:100%; text-align:center;}
.pg_index3 .ui_r {width:100%; margin-top:3.25rem;}
.store_total {position:static; justify-content: center;}
.pg_index6>div {display:block;}
.index_news_lists {width:100%; padding:0 50px 30px;}
.index_news_lists .mod_tit {position:static;}
.index_link_news {padding: 20px 80px 20px 0;}
.index_job {width:100%; padding:2.5rem 50px 30px;}
.index_bussinessMod li {width:33.33%;}
.index_bussinessMod img {max-width:4.525rem; max-height:5.2rem;}
.index_swp2:after {display:none;}
.pg_index5 .ui_txt {position:static; color:#333; margin-bottom:2.5rem;}
.pg_index5 .more {border-color:#999; color:#999;}
.index_job:after {display:none;}
.index_swp2 .swiper-slide:after {display:none;}
.bannerVideo {display:none;}
.mobanner {display:block;}


.pg_intro1 .area_tit,.pg_business1 .cn {font-size:26px;}
.history_cont {font-size:14px;}
.pg_business1 .en {font-size:16px;}


.pg_selfBrand .area_tit {font-size:16px;}


.tender_show .tender_name {font-size:28px;}
.tender_show .contact_bar,.tender_show .download_bar,.tender_show .call_bar {right:85px;}


.news_lists li:after {left:30px; right:30px;}
.news_lists .ui_flex0 {padding:30px;}
.news_lists .ui_txt {padding: 0 50px 0 30px;}
.news_lists .ui_flex0:before, .news_lists .ui_flex0:after {right:30px;}
.news_show .news_tit {font-size:28px;}
#share {right:85px;}


.zpType_lists .cn {font-size:28px;}
.pg_job .area_tit {font-size:26px;}
.jobDetail_temp {margin:0;}
.jobDetail_temp>ul {width:100%; padding:0;}


.branch_name {font-size:16px;}
.branch_lists .item {padding:1rem;}
}

@media only screen and (max-width: 960px) {

header, body.gd header,body.headroom--pinned:not(.headroom--top) header{height:64px !important;}	
body:not(.home) main {margin-top:64px;}
.logo {width:250px; padding:0 20px;}
.nav_bar {width:64px; height:64px;}
.search_bar {width:64px; height:64px; right:64px;}

body.kq_nav .YEASUN_body {left:calc(250px - 100%);}
.monav-main {width:calc(100% - 250px); padding-top: 94px;}
.monav li {margin:0 30px;}


.foot_btm {display:block; width:100%; text-align:center; padding-top:0;}
.copyRight {margin-top:30px;}


.swp-prev-style1,.swp-next-style1 {display:none;}


.pg_innerbanner {margin-top:64px !important;}
.inner_nav a {min-width:inherit;}
.pg_tit .en {font-size:30px;}


.banner-dots {left:30px !important;}
.store_total {right:30px;}
.index_news_lists .mod_tit {margin-left:0; margin-right:0;}
.index_news_lists,.index_job {padding-left:10px; padding-right:10px;}
.index_news_lists:after {left:25px;}


.intro_swp2 .ui_img,.intro_swp2 .ui_txt {width:100%;}
.intro_swp2 .txtwrp {position:static;}
.video-pop .close-v {position:fixed; top:27px; right:27px;}
.video-pop video {max-width:100vw; max-height:calc(100vh - 108px); margin:54px 0;}
.video-pop iframe {max-width:100vw; max-height:calc(100vh - 108px); margin:54px 0;}
.pg_business1 .ui_img {width:100%; float:none !important;}
.pg_business1 .ui_txt {width:100%; position:static; padding:1rem;}
.pg_business1 .txtwrp {top:0;
	-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);
}
.pg_business2 li {width:33.33%; padding:10px;}
.honor {padding:0 0 30px;}
.business_ly .txtwrp {height:auto;}
.pg_business1 .area_cont {max-height: none; opacity:1;
	-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);
}


.pg_businessMod3 li {width:33.33%;}


.tender_show .tender_name {font-size:24px;}
.tender_show .contact_bar,.tender_show .download_bar,.tender_show .call_bar {position:static !important; width:415px; height:75px; line-height:75px; margin:2.5rem auto 0;}
.tender_show {margin-right:0;}


.news_show .news_tit {font-size:24px;}
.news_show  {margin-right:0;}
#share {position:static !important; margin:0 auto 2.5rem; text-align:center;}

.lx_mod>div {width:100%;}
.lx_mod>.contact_info {padding:1.25rem;}

}
@media only screen and (max-width: 640px) {
.wrp1 {padding-left:10px; padding-right:10px;}
body:not(.home) .wrp1 {padding-left:0; padding-right:0;}
.wrp2,.wrp3 {padding-left:20px; padding-right:20px;}

header, body.gd header,body.headroom--pinned:not(.headroom--top) header{height:54px !important;}	
body:not(.home) main {margin-top:54px;}
.logo {width:180px; padding:0 15px;}
.nav_bar {width:54px; height:54px;}	
.monav .yjtit {height:50px; line-height:50px; font-size:16px;}
.monav .ejbody a {height:44px; line-height:44px; font-size:14px;}
.search_bar {width:54px; height:54px; right:54px;}

body.kq_nav .YEASUN_body {left:calc(180px - 100%);}
.monav-main {width:calc(100% - 180px); padding-top: 69px;}
.monav li {margin:0 15px;}


.mod_tit .cn {font-size:24px;}


.moreStyle1,.moreStyle2 {width:150px; height:40px; line-height:40px;}


.swp-dots-style1 {position:static; margin-top:1rem;}
.swp-dots-style1>span {background-color:rgba(192,0,0,.5);}


.return_top {height:60px;}
.return_top>span:before {position:relative; top:5px;}
.wblink {position:absolute; top:0; left:0; width:100%; height:100%; z-index:3;}
.sidebar a.wb img {display:none !important;}
.sidebar .hotline:hover {width:50px;}


.pg_innerbanner {margin-top:54px !important;}


.paging>span:not(.ellipsis), .paging>a {width:26px; height:26px; line-height:26px; margin:0; font-size:12px;}
.paging .prev, .paging .next {padding:0 5px; min-width:54px;}


.banner-dots {left:10px !important;}
.store_total {right:15px;}
.store_total .s2 {font-size:26px;}
.store_total dd:not(:first-of-type) {margin-left:15px;}
.index_bussinessMod .cn {font-size:16px;}
.index_bussinessMod .en {font-size:12px;}


.pg_intro1 .area_tit,.pg_business1 .cn {font-size:20px;}
.pg_business1 .en {font-size:14px;}


.pg_businessMod3 li {width:50%;}
.pg_businessMod3 .ui_mid3 {height:80px;}


.tender_show .contact_bar,.tender_show .download_bar,.tender_show .call_bar,.tender_form .submit {width:150px; height:40px; line-height:40px;}
.tender_form input {height:40px;}
.filebox {height:40px; background-size:42px;}
.FileArea {padding-right:42px;}
.tender_link {padding: 15px 60px 15px 20px;}
.tender_lists .tender_name {width:100%; max-width:100%; margin-bottom:10px;}
.tender_link:before, .tender_link:after {right:20px;}


.news_lists li:after {left:20px; right:20px;}
.news_lists .ui_flex0 {padding:20px;}
.news_lists .ui_img {width:100%;}
.news_lists .ui_txt {width:100%; padding:0; margin-top:20px;}


.pg_job .area_tit {font-size:20px;}
.serveIdea_lists li {width:100%;}
.serveIdea_lists li:not(:last-of-type) {margin-bottom:40px;}
.job_link {padding: 15px 60px 15px 20px;}
.job_link:before, .job_link:after {right:20px;}
.zpType_lists li {width:100%; margin-bottom:20px;}
.imgStyle2 li {width:100%; font-size:20px;}
.jobDetail_temp>ul>li {display:block;}
.jobDetail_temp>ul>li>span:first-of-type {display:block; width:100%; text-indent: 0; margin-bottom:5px;}
.sqform dd.half {width:100% !important;} 
.sqform input {height:40px !important;}
.sqform .code_img {width:90px !important; height:40px !important;}
.codebox {padding-right:120px !important;}


.mes_form .submit {width:150px; height:40px; line-height:40px;}
.mes_form input {height:40px;}
.branch_lists>div {display:block; width:100%; height:auto;}

.lx_mod>#map1, .lx_mod>#map2 {height:240px;}
}