@charset "UTF-8";

/*通用样式*/
img{max-width:100%;}
.ce{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;background-repeat: no-repeat;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.left {float: left;}
.right {float: right;}
.flex-left {display: flex;flex-wrap: wrap;}

/* jg-list */
.jg-list{font-size:42px;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.jg-list strong{font-weight:400;}
.jg-list span{display: block;font-size:14px;margin-top:8px;}
.jg-list::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#ad270e;margin-left:-10px;}
/*--*/
.jg-listw{font-size:42px;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.jg-listw strong{font-weight:400;}
.jg-listw span{display: block;font-size:14px;margin-top:8px;}
.jg-listw::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#fff;margin-left:-10px;}
.jg-listw,.jg-listw span{color:#fff;}
/* jg-list */

/*主体宽度*/
.w_1920{ max-width: 1920px; margin-right: auto; margin-left: auto;}
.w_1600{ max-width: 1600px; margin-right: auto; margin-left: auto;}
.w_width{padding-left: 80px;padding-right: 80px;}
.w_widths{padding-left: 50px;padding-right: 50px;}
@media  screen and (max-width: 1050px){
.w_width{padding-left: 15px;padding-right: 15px;}
.w_widths{padding-left: 15px;padding-right: 15px;}
}
/*顶部导航*/
body.on{overflow: hidden;height: 100vh;}
/* wyb_s */
/*20230116satrt*/
.wyb_s{position: absolute;left: 0;top: 0;width: 100%;z-index: 999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
/*20230116end*/
.wyb_s.ons{position: fixed;}
.t_navs{width: 100%;/* border-bottom: 1px solid rgba(255,255,255,0.46); */position: relative;}
.t_navs::after{content: "";display: block;clear: both;}
/*正常屏幕显示*/
.t_navs .top{ width: 100%; float: left; position: relative;}
/*logo*/
.t_navs .top .logo{ margin: 20px 0; line-height: 0; float: left;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .logo img{ width: auto; height: 67px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .wordsbox{float: left;border-left: 2px solid #fff;padding-left: 20px;margin-left: 22px;margin-top: 23.5px;}
.t_navs .top .wordsbox h1{font-size: 30px;color: #fff;line-height: 34px;margin-bottom: 8px;font-weight: bold;}
.t_navs .top .wordsbox .words2{font-size: 14px;color: #fff;line-height: 18px;}
/*一级导航*/
.t_navs .top .right{ float: right;}
.t_navs .top .right .menu{float: left;}
.t_navs .top .right .menu ul{float: left;}
/*20230111satrt*/
.t_navs .top .menu .nli{ float: left; position: relative;}
.t_navs .top .menu .nli span{display: block;padding: 0 37px;}
/*20230111end*/
.t_navs .top .menu .nli span a{display: block;color: #fff;position: relative;font-size: 16px;line-height: 107px;transition: All 0.3s ease-in-out;-webkit-transition: All 0.3s ease-in-out;-moz-transition: All 0.3s ease-in-out;-o-transition: All 0.3s ease-in-out;}
/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a::after,.t_navs .top .menu .nli:hover span a::after{content: "";display: block;width: 100%;height: 2px;background: #a81b20;position: absolute;bottom: -1px;left: 0;}
/*二级导航1*/
.t_navs .sub{ display: none;position: absolute;top: 100%;z-index: 20;}
.t_navs .sub.sub1{width: 100%;left: 0;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.t_navs .sub.sub1 li{width: 100%;}
.t_navs .sub.sub1 li a{display: block;font-size: 16px;color: #555;line-height: 40px;text-align: center;}
.t_navs .sub.sub1 li a:hover{color: #fff;background: #a81b20;}
/*二级导航2*/
.t_navs .sub.sub2{width: 100%;position: absolute;left: 0;top: 100%;background: #ffffff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.t_navs .sub.sub2 .content{width: 100%;padding: 44px 62px 56px 65px;}
.t_navs .sub.sub2 .content ul{width: 100%;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.t_navs .sub.sub2 .content ul li{display: inline-block;vertical-align: middle;}
.t_navs .sub.sub2 .content ul li img{width: 130px;display: block;margin: 0 auto;}
.t_navs .sub.sub2 .content ul li .border{width: 113px;height: 1px;background: #EAEAEA;margin-bottom: 10px;margin-left: 28px;}
.t_navs .sub.sub2 .content ul li .numwords{width: 100%;margin-top: 14px;margin-bottom: 14px;overflow: hidden;}
.t_navs .sub.sub2 .content ul li .numwords .num{font-size: 18px;color: #a71b20;line-height: 22px;float: left;width: 28px;font-weight: bold;}
.t_navs .sub.sub2 .content ul li .numwords .words{width: calc(100% - 28px);float: left;font-size: 16px;color: #333333;line-height: 22px;}
.t_navs .sub.sub2 .content ul li .listbox{width: 100%;padding-left: 28px;margin-bottom: 18px;}
.t_navs .sub.sub2 .content ul li .listbox .list{margin-bottom: 12px;}
.t_navs .sub.sub2 .content ul li .listbox .list:last-child{margin-bottom: 0;}
.t_navs .sub.sub2 .content ul li .listbox .list a{font-size: 14px;color: #666666;line-height: 18px;display: block;}
.t_navs .sub.sub2 .content ul li .listbox .list a:hover{color: #a71b20;}
.t_navs .sub.sub2 .content ul li .more{width: 100%;padding-left: 28px;}
.t_navs .sub.sub2 .content ul li .more a{display: block;font-size: 12px;color: #a71b20;line-height: 16px;}
.t_navs .sub.sub2 .content ul li .more a:hover{opacity: 0.8;}
/*二级导航3*/
.t_navs .sub.sub3{width: 100%;position: absolute;left: 0;top: 100%;background: #ffffff;box-shadow: 0 0 30px rgba(0,0,0,0.1);padding-top: 12px;padding-bottom: 25px;}
.t_navs .sub.sub3 .content{width: 100%;overflow: hidden;position: relative;padding-top: 40px;padding-bottom: 40px;}
.t_navs .sub.sub3 .content .pic{width: 311px;float: left;}
.t_navs .sub.sub3 .content .pic img{width: 100%;display: block;}
.t_navs .sub.sub3 .content .qh_l{width: 192px;float: left;padding-left: 44px;position: relative;z-index: 2;}
.t_navs .sub.sub3 .content .qh_l .list{margin-bottom: 32px;font-size: 18px;color: #333333;line-height: 22px;position: relative;cursor: pointer;}
.t_navs .sub.sub3 .content .qh_l .list:last-child{margin-bottom: 0;}
.t_navs .sub.sub3 .content .qh_l .list.on{color: #a71b20;}
.t_navs .sub.sub3 .content .qh_l .list.on::after{content:"";display: block;width: 3px;height: 100%;background: #a71b20;position: absolute;right: -2px;top: 0;}
.t_navs .sub.sub3 .content .qh_r{width: calc(100% - 311px - 192px);float: left;padding-left: 65px;}
.t_navs .sub.sub3 .content .qh_r .list{width: 100%;}
.t_navs .sub.sub3 .content .qh_r .list ul{margin: 0 -30px;overflow: hidden;width: calc(100% + 60px);}
.t_navs .sub.sub3 .content .qh_r .list ul li{width: 25%;float: left;padding: 0 30px;/* text-align: center; */}
.t_navs .sub.sub3 .content .qh_r .list ul li a{display: block;width: 100%;padding-top: 18px;padding-bottom: 18px;border-bottom: 1px solid #ECECEC;overflow: hidden;/* text-align: center; */}
.t_navs .sub.sub3 .content .qh_r .list ul li a:hover{border-bottom-color: #a71b20;}
.t_navs .sub.sub3 .content .qh_r .list ul li a .words{font-size: 14px;color: #666666;line-height: 18px;float: left;text-align: center;display: block;overflow: hidden;width: 90%;}
.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .words{color: #a71b20;}
.t_navs .sub.sub3 .content .qh_r .list ul li a .ico{width: 6px;float: right;margin-top: 3.5px;}
.t_navs .sub.sub3 .content .qh_r .list ul li a .ico img{width: 100%;display: block;}
.t_navs .sub.sub3 .content .qh_r .list ul li a .ico img.img2{display: none;}
.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .ico img.img1{display: none;}
.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .ico img.img2{display: block;}
/*搜索*/
.t_navs .top .search{float: left;position: relative;padding: 37px 0;margin-left: 8px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .search ._t{width: 33px;background: #a81b20;border-radius: 100%;cursor: pointer;}
.t_navs .top .search ._t img{width: 100%;display: block;}
.t_navs .top .search ._b{width: 280px;background: #fff;position: absolute;right: 0;top: 100%;box-shadow: 0 0 30px rgba(0,0,0,0.1);display: none;}
/*20221108start*/
.t_navs .top .search ._b img{content: "";display: block;width: 35px;height: 35px;position: absolute;right: 10px;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
/*20221108end*/
.t_navs .top .search ._b input{width: 100%;height: 36px;padding: 0 16px;font-size: 16px;color: #555;padding-right: 60px;}
/*yy切换*/
.t_navs .top .yyqh{float: left;margin: 37px 0 37px 22px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .yyqh a{display: block;font-size: 13px;color: #ffffff;line-height: 33px;width: 33px;background: #a81b20;border-radius: 100%;text-align: center;}
.t_navs .top .yyqh .a1{display: none;}
.t_navs .top .yyqh.on .a1{display: block;}
.t_navs .top .yyqh.on .a2{display: none;}
/*隐藏手机显示*/
.t_navs .menuph{ display: none;} 
.t_navs .xialaph{ display: none;}
/*首页下滑样式*/
.wyb_s.on{background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .wordsbox{float: left;border-left: 1px solid #333;padding-left: 20px;margin-left: 22px;margin-top: 16px;}
.wyb_s.on .t_navs .top .wordsbox h1{font-size: 20px;color: #333;line-height: 20px;margin-bottom: 8px;font-weight: bold;}
.wyb_s.on .t_navs .top .wordsbox .words2{font-size: 14px;color: #333;line-height: 18px;}
.wyb_s.on .t_navs .top .logo{margin: 10px 0;}
.wyb_s.on .t_navs .top .logo img{height: 56px;}
.wyb_s.on .t_navs .top .menu .nli span a{color: #333;line-height: 76px;}
.wyb_s.on .t_navs .top .search{padding: 21.5px 0;}
.wyb_s.on .t_navs .top .yyqh{margin: 21.5px 0 21.5px 22px;}
.wyb_s.on .t_navs .top .wordsbox{/* display: none; */}
/*内页详情*/
.wyb_s.onxqs{background: #fff;}
.wyb_s.onxqs .t_navs .top .wordsbox{border-left-color: #333333;}
.wyb_s.onxqs .t_navs .top .wordsbox h1{color: #333333;}
.wyb_s.onxqs .t_navs .top .wordsbox .words2{color: #333333;}
.wyb_s.onxqs .t_navs .top .menu .nli span a{color: #333333;}
@media screen and (max-width:1680px) {
.t_navs .top .logo{ margin: 16px 0;}
.t_navs .top .logo img{ width: auto; height: 48px;}
.t_navs .top .wordsbox{padding-left: 12px;margin-left: 12px;margin-top: 16px;}
.t_navs .top .wordsbox h1{font-size: 20px;line-height: 24px;margin-bottom: 6px}
/*20230111start*/
.t_navs .top .menu .nli span{ padding: 0 14px;}
/*20230111end*/
.t_navs .top .menu .nli span a{ font-size: 16px;line-height: 80px;}
.t_navs .sub.sub1 li a{font-size: 14px;line-height: 36px;}
/*20230116satrt*/
.t_navs .sub.sub2{padding-left:20px;padding-right:20px;}
.t_navs .sub.sub2 .content{padding: 30px 0}
.t_navs .sub.sub2 .content ul li img{width: 70px;}
.t_navs .sub.sub2 .content ul li .border{width: 70px;margin-bottom: 8px;margin-left: 20px;}
.t_navs .sub.sub2 .content ul li .numwords{margin-top: 12px;margin-bottom: 12px;}
.t_navs .sub.sub2 .content ul li .numwords .num{font-size: 16px;line-height: 20px;width: 20px;}
.t_navs .sub.sub2 .content ul li .numwords .words{width: calc(100% - 20px);font-size: 12px;line-height: 20px;}
.t_navs .sub.sub2 .content ul li .listbox{padding-left: 20px;margin-bottom: 14px;}
.t_navs .sub.sub2 .content ul li .listbox .list{margin-bottom: 10px;}
.t_navs .sub.sub2 .content ul li .listbox .list a{font-size: 12px;line-height: 16px;;}
.t_navs .sub.sub2 .content ul li .more{padding-left: 20px;}
/*20230116end*/
.t_navs .sub.sub3{padding-top: 10px;padding-bottom: 14px;}
.t_navs .sub.sub3 .content{padding-top: 24px;padding-bottom: 24px;}
.t_navs .sub.sub3 .content::after{left: 420px;}
.t_navs .sub.sub3 .content .pic{width: 240px;}
.t_navs .sub.sub3 .content .qh_l{width: 160px;padding-left: 26px;}
.t_navs .sub.sub3 .content .qh_l .list{margin-bottom: 26px;font-size: 16px;line-height: 20px;}
.t_navs .sub.sub3 .content .qh_r{width: calc(100% - 240px - 180px);padding-left: 40px;}
.t_navs .sub.sub3 .content .qh_r .list ul{margin: 0 -16px;width: calc(100% + 32px);}
.t_navs .sub.sub3 .content .qh_r .list ul li{padding: 0 16px;}
.t_navs .sub.sub3 .content .qh_r .list ul li a{padding-top: 14px;padding-bottom: 14px;}
.t_navs .top .search{padding: 25px 0;}
.t_navs .top .search ._t{width: 30px;}
.t_navs .top .search ._b{width: 260px;}
.t_navs .top .search ._b input{height: 34px;padding: 0 14px;font-size: 14px;padding-right: 60px;}
.t_navs .top .yyqh{margin: 25px 0 25px 20px;}
.t_navs .top .yyqh a{line-height: 30px;width: 30px;}
.wyb_s.on .t_navs .top .logo{margin: 10px 0;}
.wyb_s.on .t_navs .top .logo img{height: 30px;}
.wyb_s.on .t_navs .top .menu .nli span a{line-height: 50px;font-size: 14px;}
.wyb_s.on .t_navs .top .search{padding: 10px 0;}
.wyb_s.on .t_navs .top .yyqh{margin: 10px 0 10px 20px;}
}
@media screen and (max-width:1140px) {
	/*20230111start*/
.t_navs .top .menu .nli span{padding: 0 10px;}
/*20230111end*/
.t_navs .top .menu .nli span a{font-size: 14px;}
}
@media screen and (max-width: 1024px) {
/*电脑端导航隐藏*/
.t_navs .menu{ display: none;}
.t_navs .top .search{display: none;}
.t_navs .top .yyqh{display: none;}
/*手机端导航显示*/
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
/*手机端样式*/
.t_navs .top .wordsbox{border-left: 1px solid #000;padding-left: 10px;margin-left: 10px;margin-top: 4px;}
.t_navs .top .wordsbox h1{font-size: 15px;color: #000;line-height: 20px;margin-bottom: 1px;}
.t_navs .top .wordsbox .words2{font-size: 12px;color: #000;line-height: 16px;}
.wyb_s.on .t_navs .top .wordsbox{border-left: 1px solid #000;padding-left: 10px;margin-left: 10px;margin-top: 4px;}
.wyb_s.on .t_navs .top .wordsbox h1{font-size: 15px;color: #000;line-height: 20px;margin-bottom: 1px;}
.wyb_s.on .t_navs .top .wordsbox .words2{font-size: 12px;color: #000;line-height: 16px;}
.t_navs .top{ padding: 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4; background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.t_navs .top .bg{content: "";display: block;width: 100vw;height: 100vh;background: rgba(0,0,0,0.6);position: absolute;left: 0;top: 0;display: none;z-index: 2;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top.on .bg{display: block;}
/*logo*/
.t_navs .top .logo{ margin: 7px 0;}
.t_navs .top .logo img{ height: 36px;}
/*右侧三条杠*/
.t_navs .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 14px 0;z-index: 3;position: relative;}
.t_navs .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
.t_navs .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #a81b20;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .top.on .menuph .navbtn{background: #fff;}
.t_navs .menuph .navbtn::after,
.t_navs .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #a81b20;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .top.on .menuph .navbtn::after,
.t_navs .top.on .menuph .navbtn::before {background: #fff;}
.t_navs .menuph .navbtn::after { top: -11px;}
.t_navs .menuph .navbtn::before { top: 11px;}
.t_navs .menuph .point.active .navbtn{ background: transparent;}
.t_navs .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0;}
.t_navs .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
/*一级导航*/
.t_navs .xialaph{ position: fixed; left: -250px; top: 0; float: left; width: 250px; height: 100%; overflow: scroll; padding: 20px; z-index:20; background:#fff;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph.on{left: 0;opacity: 1;}
.t_navs .xialaph .logos{margin-bottom: 10px;width: 100%;float: left;}
.t_navs .xialaph .logos img{height: 36px;display: block;margin: 0 auto;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph h4 a{ float: left; width: 60%; color: #333333;line-height: 40px;font-size: 14px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #1E46A0;}
/*20230109start*/
.t_navs .xialaph h5 a{ float: left; width: 80%; color: #1f1f1f;line-height: 34px; text-transform: uppercase;font-size: 14px;}
/*20230109end*/
.t_navs .xialaph h5{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 18px; cursor: pointer;}
/*20230109start*/
.t_navs .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: 13px; margin-right: 18px; cursor: pointer;}
/*20230109end*/
.t_navs .xialaph h4.active img.img_s,
.t_navs .xialaph h5.active img.img_s{ display: none;}
.t_navs .xialaph h4.active img.img_d,
.t_navs .xialaph h5.active img.img_d{ display: block;}
.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;}
.t_navs .xialaph .ul2 li{float: left;width: 100%;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px; position: relative;width: 100%;float: left;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph li:last-child .ul3::after{ display: none;}
/*20230109start*/
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 32px; display: block;font-size: 14px;width: 80%;}
/*20230109end*/
.t_navs .xialaph .ul3 li:hover a{color: #1E46A0;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;width: 100%;float: left;}
/*二级三级导航箭头*/
.t_navs .img_d,
.t_navs .disno{ display: none;} 
/*搜索*/
.t_navs .xialaph .inputbox{width: 100%;float: left;margin-top: 14px;margin-bottom: 14px;position: relative;}
.t_navs .xialaph .inputbox input{width: 100%;height: 33px;border: 1px solid #eee;padding: 0 40px 0 12px;font-size: 14px;color: #555;}
.t_navs .xialaph .inputbox img{width: 30px;display: block;position: absolute;right: 1.5px;top: 1.5px;}
/*语言切换*/
.t_navs .xialaph .yyqh{width: 100%;width: 100%;font-size: 0;text-align: center;}
.t_navs .xialaph .yyqh a{font-size: 16px;color: #555;line-height: 20px;display: inline;vertical-align: middle;}
.t_navs .xialaph .yyqh a:hover,
.t_navs .xialaph .yyqh a.on{color: #a81b20;}
.t_navs .xialaph .yyqh span{font-size: 16px;color: #555;line-height: 20px;display: inline;vertical-align: middle;margin: 0 6px;}
}
/* wyb_s */

/* banner */
.banner{position:relative;overflow:hidden;}
.banner img{width: auto;max-width: initial;}
.banner .small{ display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #a81b20;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#a81b20;}
.banner .swiper-button-white::after{content: "";position: absolute;left: -100px;width: 60px;height: 2px;background: #fff;top:50%;margin-top: -1px;opacity: 0;transition: all .3s;}
.banner .swiper-button-next::after{left: auto; right: 100px;}
.banner .swiper-button-white:hover::after{opacity: 1;left: 3px;}
.banner .swiper-button-next:hover::after{left: auto;right: 0;}
/* banner */

/* jg-profile */
.jg-profile{padding-bottom:0;overflow:visible;padding: 65px 0 0;background: #fbf8f8 url(../images/Profile.jpg) no-repeat left top;background-size: 100% auto;}
.aboutL {width:43%;}
.aboutL .jg-list{text-align:left;font-size: 36px;padding-bottom: 0;}
.aboutL .jg-list::after{ display:none;}
.aboutL .tie{color:#a81b20;font-size:1.786em;font-weight:bold;margin-bottom:30px;}
.aboutL .txt{min-height:190px;margin-bottom:20px;line-height:1.8;}
.aboutL .txt p{ font-size:16px; line-height:28px; margin-bottom:15px;}
.aboutL .more i{font-style:normal;margin-left:15px;}
/*--*/	
.setting{width:54%;}
.settingBig{overflow:hidden;height:480px;margin-bottom:1px;}
.settingBig img{animation:scale 34s infinite;}
.jg-profile .swiper-pagination{top:60%!important; left:25%!important;}


.settingBig .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #a81b20;}
.settingBig .swiper-pagination-white .swiper-pagination-bullet-active{background:#a81b20;}
.settingBig .swiper-button-white::after{content: "";position: absolute;left: 200px;width: 60px;height: 2px;background: #fff;top:0%;margin-top: -1px;opacity: 0;transition: all .3s;}
.settingBig .swiper-button-next::after{left: auto; right: 100px;}
.settingBig .swiper-button-white:hover::after{opacity: 1;left: 3px;}
.settingBig .swiper-button-next:hover::after{left: auto;right: 0;}

.settingSmall{margin-right:-1px;}
.settingSmall li{float:left;width:25%;height:120px;padding-right:1px;text-align:center;font-size:1.429em;line-height:120px;}
.settingSmall li a{color:#fff;z-index:2;}
.settingSmall li a::after{content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:0;z-index:-1;border:5px solid #ce0008;transition:all .3s;}
.settingSmall .on a::after{opacity:.8;}
.settingSmall li.more a::after{background:#000;opacity:.8;border-color:#000;}
.settingSmall li.more p{font-size:14px;line-height:2;padding-top:35px;}
.settingSmall li.more i{display:block;font-style:normal;}
.settingSmall li.more:hover a::after{opacity:.9;} 


/*--*/	
.aboutNum{margin-top: 50px;margin-bottom: 60px;display: block;overflow: hidden;}
.aboutNum li{float: left;width: 20%;text-align: center;color: #333;border-left: 1px solid #ddd;}
.aboutNum li strong{display: block;font-size: 70px;color: #a81b20;font-style: normal;font-family: impact;font-weight: normal;}
.aboutNum li:first-child {border: none;}
.aboutNum i{font-size: 20px;}
.aboutNum p{font-size: 20px;color: #545454;vertical-align: bottom;}
/* jg-Profile */

/* jg-class */
.jg-class {background:url('../images/class.jpg') no-repeat center;}
.class-box {border-right: 1px solid #dcdddf;border-bottom: 1px solid #dcdddf;}
.class-box li {width: 20%;height: 120px;background-color: #fff;border: solid 1px #dfd7d7;display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 24px;color: #212637;border-right: none;border-bottom: none;padding: 0 15px;}
.class-box li a{ color:#000;}
.class-box li:last-child{ line-height:120px;}
.class-box li .num { margin-right: 6px; width: 40px; }
.class-box li.more {background-color: #f1f3f7;}
.class-box li.more a { width: 100%; height: 100%; align-items: center; justify-content: center; text-align: center; }
/* jg-class */

/* honor */
.honorcp{width:25%;float:left}

.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative; background:url('../images/features_bg.jpg');}
.honorSlide{overflow:hidden;/* border-top: 5px solid #f60110; */}
.honorSlide li{width:25%;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li .pic{height: 300px;line-height: 300px;display:block;padding:15px;}
.honorSlide li img{transition:all .5s;max-height:100%;}
.honorSlide li p{font-weight:normal;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding: 20px;padding-top:0;color:#a5a5a5;font-size:14px;padding-left: 25px;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#a81b20;}
.honorSlide .btn{width:40px;height:40px;background: #a81b20;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #a81b20;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}
.honorSlide li h3{font-size:20px;font-weight:500;color:#555555;text-align: left;padding-left: 22px;margin-bottom: 10px;}
.honorSlide li .tbox{padding: 0 20px;margin-top: 5px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
@media only screen and (min-width:641px ) {
.honorSlide li .item:hover .tit{color: #3962b0;font-weight: bold;}
.honorSlide li .item:hover .btns{bottom: 0;}
.honorSlide li .item:hover .tbox{margin-top: 25px;}
}
.honorSlide li .tit{padding-bottom: 15px;font-size: 18px;border-bottom: 1px dotted #ccd0d9;height: 40px;color: #333; font-weight:bold;}
@media only screen and (max-width:1024px ) {
.honorSlide li .tit{height: 88px;}
.info li {font-size: 12px;}
.honorcp{width:100%;float:left}
}
@media only screen and (max-width:640px ) {
.honorSlide li .tit{height: auto;}}
.honorSlide li .desc{margin-top: 20px;font-size: 14px;opacity: .7;line-height: 20px;height: 40px;text-align: left;color: #000;}
.honorSlide li .info{padding: 15px 0 0;margin-top: 15px;border-top: 1px solid #ced1d3;padding-bottom: 20px;height: 126px;}
.honorSlide li .info li{padding-top:  5px;padding-bottom:  5px;border: 0;min-height: 29px;text-align: left;}
.honorSlide li .info li span{top: 5px;}
.honorSlide li .btns{position: absolute;bottom: -60px;left: 0;width: 100%;line-height: 40px;height: 40px;background: #dde0e2;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; transition: all 0.3s;}
.honorSlide li .btns a{display: block;float: left;width: 50%;font-size: 14px;color: #3962b0;text-align: center;}
.honorSlide li .btns a:nth-child(2){color: #fff;background: #3962b0;}
.honorSlide li .btns a:nth-child(2):after{content: "";width: 14px;height: 14px;display: inline-block;vertical-align: middle;margin-left: 10px;background: url(../images/zxico.png) no-repeat center center;}
.honorSlide li .btns a:hover{color: #fff;background-color: #4b5777;}
.honorSlide .info li{width:100%;padding-bottom:15px;}
.honorSlide7 li .tbox{padding: 0 20px;margin-top: 45px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
@media only screen and (min-width:641px ) {
.honorSlide7 li .item:hover .tit{color: #3962b0;font-weight: bold;}
.honorSlide7 li .item:hover .btns{bottom: 0;}
.honorSlide7 li .item:hover .tbox{margin-top: 25px;}
}
.honorSlide7 li .tit{padding-bottom: 15px;font-size: 18px;border-bottom: 1px dotted #ccd0d9;height: 40px;color: #333;}
@media only screen and (max-width:1024px ) {
.honorSlide7 li .tit{height: 88px;}
.info li {font-size: 12px;}
}
@media only screen and (max-width:640px ) {
.honorSlide7 li .tit{height: auto;}
}
.honorSlide7 li .desc{margin-top: 20px;font-size: 14px;opacity: .7;line-height: 20px;height: 40px;text-align: left;color: #333;}
.honorSlide7 li .info{padding: 15px 0 0;margin-top: 15px;border-top: 1px solid #ced1d3;padding-bottom: 20px;height: 126px;}
.honorSlide7 li .info li{padding-top:  5px;padding-bottom:  5px;border: 0;min-height: 29px;text-align: left;margin-bottom: 0;}
.honorSlide7 li .info li span{top: 5px;}
.honorSlide7 li .btns{position: absolute;bottom: -60px;left: 0;width: 100%;line-height: 40px;height: 40px;background: #dde0e2;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; transition: all 0.3s;}
.honorSlide7 li .btns a{display: block;float: left;width: 50%;font-size: 14px;color: #3962b0;text-align: center;}
.honorSlide7 li .btns a:nth-child(2){color: #fff;background: #3962b0;}
.honorSlide7 li .btns a:nth-child(2):after{content: "";width: 14px;height: 14px;display: inline-block;vertical-align: middle;margin-left: 10px;background: url(../images/zxico.png) no-repeat center center;}
.honorSlide7 li .btns a:hover{color: #fff;background-color: #4b5777;}
.honorSlide7 .info li{ width:100%; padding-bottom:15px;}
.info{padding: 0 20px;background: rgba(255,255,255,.7);}
.info li{position: relative;font-size: 14px;color: #021440;border-top: 1px dotted #cccfd8;/* padding: 10px 0 10px 105px; */line-height: 17px;min-height: 37px;}
.info li:first-child{border-top: 0;}
.info li span{position: absolute;left: 0;top: 10px;font-size: 14px;color:  rgba(2,20,64,.7);border-right: 1px solid #e1e3e8;/* width: 95px; */text-align: justify;}
.info li img{margin: -4px 10px 0 0;vertical-align: middle;}
.info{padding: 0 20px;background: rgba(255,255,255,.7);}
.info li{position: relative;font-size: 14px;color: #021440;border-top: 1px dotted #cccfd8;padding: 10px 0 10px 40px;line-height: 17px;min-height: 37px;}
.info li img{margin: -4px 10px 0 0;vertical-align: middle;}
.info li:first-child{border-top: 0;}
.info li span{position: absolute;left: 0;top: 10px;font-size: 14px;color: rgba(0,0,0,.7);border-right: 1px solid #e1e3e8;width: 28px;text-align: justify;}
.info li img{margin: -4px 10px 0 0;vertical-align: middle;}
/* honor */

/* jg-cases */
.caseMenu{margin-bottom:30px;text-align:center;font-size:1.143em;display: flex;flex-flow:row wrap;justify-content:center;}
.caseMenu a{margin:0 5px;border-radius:5px;padding:0 13px;height:50px;line-height:50px;display:inline-block;border:1px solid #ddd;color:#333;}
.caseMenu a:hover{background:#e60016;color:#fff;border-color:#bf0012;}
.caseSlide li{float: left;width: 25.6%;position:relative;margin-bottom: 40px;margin-right: 185px;}
.caseSlide li:nth-child(3){margin-right:0;}
.caseSlide li .pImg{padding-top: 118%;}
.caseSlide li .txt{position: absolute;right:20px;bottom:20px;left:20px;background:#fff;padding:15px 5%;color:#888;transition:all .5s;}
.caseSlide li h4{font-size:1.143em;color:#191919;transition:all .5s;}
.caseSlide li:hover img{transform: scale(1.1);transition:all 1.2s;}
.caseSlide li:hover .txt{background: rgba(0,0,0,.8);color:#fff;transition-delay:.2s;}
.caseSlide li:hover .txt h4{color:#fff;transition-delay:.2s;}
.caseSlide .swiper-pagination,.team .swiper-pagination{position: static;margin-top:40px;height:2px;background:#e7e7e7;background:#e7e7e7;}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#e60016;}
.partner{margin-top: 40px;padding-left:1px;}
.partner li{float:left;width: 16.73%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partner li .pImg{padding-top:60%;}
.partner li p{color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partner li:hover{z-index:2;border:1px solid #e60016;}
.partner li:hover img{margin-top:-15px;}
.partner li:hover p{bottom:0;}
.partnerList{padding-top:0;}
/* jg-cases */

/* jg-new */
.jg-new { background-color:#f9f9f9;}
.jg-new .list {margin:0 0 -10px -10px;}
.jg-new .list li {float:left;/*overflow:hidden;*/margin-bottom:10px;}
.jg-new .list li a {display:block;/* width:100%; */height:100%;padding: 30px 30px;margin-right: 10px;background: #fff;overflow: hidden;}
.jg-new .list .pic {height: 250px;margin-bottom: 30px;}
.jg-new .list .pic img {max-width:100%;height:100%;object-fit:cover;}
.jg-new .list h4 {color:#090929;font-size:20px;margin-bottom: 15px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jg-new .list p {-webkit-line-clamp:3;height: 70px;color:#999;font-size:14px;line-height:24px;margin-bottom: 30px;}
.jg-new .list hr{display:block;width:100%;height:1px;margin:0 0 30px 0;border:none; background: #e6e6e6;}
.jg-new .list span{display:block;float:left;margin-right:50px;}
.jg-new .list .more{font-size:12px;color:#333}
.jg-new .list .more i{display:inline-block;font-size:12px;color:#333;margin-left:5px;}
.jg-new .list .time {color:#999999;font-size:12px;} 
.jg-new .list li:hover a{box-shadow: 0px 0px 5px #ddd;transform:translateY(-4px);}
.jg-new .list li:hover .more{color:#a81b20}
.jg-new .list li:hover .more i{color:#a81b20;transform:translateX(3px);}
.jg-new .list .one {width:33.3%;height: 550px;}
.jg-new .list .two {width: 32.7%;height: 270px;/* border-left:1px #e9e9e9 solid; *//* border-bottom:1px #e9e9e9 solid; */background:#fff;margin-right: 10px;}
.jg-new .list .two:nth-child(4),.jg-new .list .two:nth-child(5) {border-bottom:none;}
.jg-new .list li:hover h4 {color:#a81b20}
.jg-new .list li:hover .time i {color:#a81b20;transform:translateX(-5px);}
.jg-new .list .two:hover {background:#fefefe;}
/* jg-new */

/* jg-obtain */
.jg-obtain {padding: 75px 0;background: #df0024 url(../images/obtain.jpg) no-repeat left top;}
.jg-obtain .intitle {position: relative;text-align: left;}
.jg-obtain .intitle .tit,.jg-obtain .intitle .desc {color: #fff;}
.jg-obtain .main {font-size: 0;margin-top: 40px;}
.cttext {display: block;float: left;width: 100%;height: 55px;line-height: 53px;border: 1px solid #b2001c;border-radius: 4px;font-size: 14px;color: #333;padding: 0 25px;margin-bottom: 20px;}
.ctsubmit {display: block;float: right;width: 100%;height: 55px;line-height: 55px;border-radius: 4px;font-size: 16px;color: #fff;background: #a81b20;text-align: center;margin-bottom: 20px;cursor: pointer;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.ctsubmit:hover {background: #bc373b;}
@media only screen and (min-width:769px) {
.cttext {width: 15.9%;margin-right: 0.5875%;}
.cttext-md {width: 23.3%;}
.cttext-lg {width: 34.6%;}
.ctsubmit {width: 7.95%;}
}
/* jg-obtain */

/* footer */
.footer {background: #fff;}
.fnav {padding: 40px 0;font-size: 17px;color: #dedede;line-height: 50px;}
.fnav .logo img {height: 50px;vertical-align: middle;}
.fnav a {color: #999999;}
.fnav .right a {margin: 0 30px 0 25px;}
.fnav a:hover {color: #da0005;}
.fmain {padding: 35px 0 50px;background: #f6f6f6;font-size: 14px;color: #888888;}
.fabout {float: left;width: 31.25%;line-height: 24px;}
.ljgd {margin-top: 40px;display: block;font-size: 14px;color: #a81b20;width: 110px;height: 36px;line-height: 34px;border: 1px solid #a81b20;border-radius: 5px;padding-left: 36px;background: url(../images/rightico.png) no-repeat 12px center;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.ljgd:hover {padding-left: 20px;color: #fff;background-color: #da0005;}
.footer .tit {font-size: 15px;color: #666666;overflow: hidden;}
.fmain .tit .change {float: right;font-size: 14px;color: #999999;padding-left: 30px;background: url(../images/huan.png) no-repeat left center;}
.fkeywords {float: left;width: 25%;margin-left: 5.65%;}
.fkeywords ul {margin-top: 30px;}
.fkeywords li {float: left;margin-bottom: 5px;margin-right: 5px;}
.fkeywords li a {display: block;font-size: 14px;color: #999999;line-height: 28px;height: 30px;border: 1px solid #dbdbdb;border-radius: 5px;background: #fff;padding: 0 10px;}
.fkeywords li a:hover {border-color: #da0005;color: #da0005;}
.fcontact {float: left;width: 19%;line-height: 24px;color: #999999;margin-left: 5%;}
.fcontact ul {margin-top: 20px;}
.zxkf {margin-top: 15px;display: block;font-size: 14px;color: #a81b20;width: 110px;height: 36px;line-height: 34px;border: 1px solid #a81b20;border-radius: 5px;padding-left: 34px;background: url(../images/qq.png) no-repeat 10px center;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.zxkf:hover {padding-left: 20px;color: #fff;background-color: #a81b20;}
.fewm {font-size: 15px;color: #666666;text-align: center;float: right;width: 8.2%;margin-left: 5.9%;}
.fewm .pic {background: #fff;border-radius: 4px;overflow: hidden;box-shadow: 0px 0px 20px rgba(206, 206, 206, .67);}
.fewm .pic img {display: block;max-width: 100%;margin: 0 auto;}
.fewm .t {margin-top: 10px;}
.copyright {line-height: 55px;font-size: 14px;color: #999999;border-top: 1px solid rgba(51, 51, 15, 0.1);}
.copyright a {color: #999999;margin-left:10px;}
.copyright .right a {color: #999999;margin-left:0;}
/* footer */

/* jg-ban */
.jg-banner{position: relative;overflow: hidden;height: 370px;}
.jg-banner .picture{overflow: hidden;height: 100%;}
.jg-banner .picture img{position: relative; left: 50%; margin-left: -960px; max-width: none; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;}
.jg-banner .wap-pic{display: none;}
.jg-banner{/* height: auto; */}
.jg-banner .title{position: absolute;top: 48%;left: 50%;z-index: 2;margin-left: -700px;}
.jg-banner .ce{left: 0; margin-left: 0; width: 100%;}
.jg-banner .title .en{font-size: 18px; line-height: 1; color: rgba(255,255,255,.9); margin-top: 20px;}
.jg-banner .title .black .en{color: #595959;opacity: .5;}
.jg-banner .title .en2{color: rgba(255,255,255,.5);}
.jg-banner .title .cn{font-size: 30px;line-height: 1;color: #fff;font-weight: bold;}
.jg-banner .title .black .cn{color: #262626;}
.jg-banner .title .des{margin-top: 25px; font-size: 18px; line-height: 1; color: #fff;}
/* jg-banner */

/* location-nav */
.location-nav {font-size: 16px;color: #fff;margin-top: 10px;}
.location-nav   img {vertical-align: middle;}
.location-nav  a {display: inline-block;vertical-align: middle;color: #fff;}
.location-nav a:hover{color: #fff;}
.img-cover {width: 100%;height: 100%;object-fit: cover;}
/* location-nav */

/* jg-about */
.jg-about .left{width:49%;height:510px;overflow:hidden;}
.jg-about .left .bgImg{animation:scale 40s infinite;}
.jg-about .right{width:46%;position:relative;line-height:1.8;}
.jg-about .tie{font-size:2.143em;color:#a81b20;margin-bottom:30px;}
.jg-about .txt{height:410px;overflow-y:auto;line-height:1.8;}
.jg-about .txt p{margin-bottom: 26px;display:block;overflow:hidden;}
.jg-about .txt p span{font-size:16px;line-height: 33px;}
/*--*/
.jg-culture{border-top: 1px solid #d9d9d9;padding-top:40px;margin-top:40px;}
.jg-culture dl{width:49%;background:#eaeaea;overflow:hidden;margin-bottom: 30px;}
.jg-culture dt{float:left;width:50%;height:225px;}
.jg-culture dd{float:right;width:50%;padding:5%;height: 225px;background: #df0024 url(../images/whbg.jpg) no-repeat left top;}

.jg-culture dd{float:right;width:50%;padding:5%;}
.jg-culture p:nth-child(1){min-height:130px; color:#fff; font-size:16px; line-height:32px;}
.jg-culture p span{display:block;position:relative;padding-bottom:10px;margin-bottom:15px;font-size:1.286em;color: #fff;}
.jg-culture p span::after{content:"";position: absolute;left:0;bottom:0;width:15px;height:2px;background: #fff;}
/* jg-about */

/* honor */
.honor,.feedback{background: url('../images/honor_bg.jpg');}
.honor{position: relative;overflow: hidden;font-size: .875rem;}
.honor li{float: left;width: 16.6%;}
.honor li a{display:block; background:#fff;padding:10px;}
.honor li p{text-align: center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:10px;}
.honor li a:hover img{transform:scale(1.08);}
.honor .swiper-pagination{position: static;margin-top:30px;}
.honor .swiper-pagination-bullet,.settingSlide .swiper-pagination-bullet{border:1px solid #fff;box-shadow:0 0 0 2px #fff inset;width:12px;height:12px;}
.honor .swiper-pagination-bullet-active{background: #a81b20;border-color:#a81b20;}
.honor li .pImg {padding-top: 131%;}
/* honor */

/* jg-workshop */
.workshop .menu{text-align:center;margin-bottom:40px;font-size:1.429em;}
.workshop .menu a{display: inline-block;width:160px;height:46px;line-height:46px;background:#f1f1f1;border-radius:23px;margin:0 15px;}
.workshop .menu .on{background:#a81b20;color:#fff;}
.workshop_main{margin-right:-5px;}
.workshop_main li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.workshop_main li .pImg{padding-top:80%;}
.workshop_main li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.workshop_main li.big {width:40%;}
.workshop_main li:hover img{transform: scale(1.1);}
.workshop_main li:hover p{bottom:0;}
/* jg-workshop */

/* jg-product */
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background: #a81b20;padding: 20px;color:#fff;font-size: 1.85em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#a81b20;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e623";position:absolute;right:0;top:0;font-family:"iconfont";font-size:20px;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px;font-size: 16px;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:0.286em;position: relative;top:-1px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background: #a81b20;color:#fff;}
.proSide_sub ul{padding:10px 0;border-bottom: 1px solid #e6e6e6;font-size:.875em;}
.proSide_sub ul li{background: url('../images/ly_li.png') no-repeat 15% center;padding-left:20%;line-height:40px;}
.proSide_sub ul a{padding:0;}
.proSide_sub ul li .cur,.proSider ul ul a:hover{color: #a81b20;background:none;}
/*--*/
.relaCase{background:#f2f2f2;padding:20px 30px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:80%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}
/*--*/
.proR{width: 75%;}
.pro-box{text-align: center;overflow:hidden;position:relative;}
.pro-box li{width: 31.1%;float:left;background: #fff;margin-right: 40px;margin-bottom: 30px;}
.pro-box li:nth-child(3n){margin-right: 0;}
.pro-box li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.pro-box li .pic{height: 300px;line-height: 300px;display:block;padding:15px;}
.pro-box li img{transition:all .5s;max-height:100%;}
.pro-box li p{font-weight:normal;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding: 20px;padding-top:0;color:#a5a5a5;font-size:14px;padding-left: 25px;}
.pro-box li a:hover img{transform:scale(1.1);}
.pro-box li a:hover p{color:#a81b20;}
.pro-box .btn{width:40px;height:40px;background: #a81b20;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.pro-box .btn:hover{background: #a81b20;}
.pro-box .swiper-button-next{right:-60px;left:auto;}
.pro-box li h3{font-size:20px;font-weight:500;color:#555555;text-align: left;padding-left: 22px;margin-bottom: 10px;}
.pro-box li .tbox{padding: 0 20px;margin-top: 5px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; font-weight:bold;}
.pro-box li .tit{padding-bottom: 15px;font-size: 18px;border-bottom: 1px dotted #ccd0d9;height: 40px;color: #333;}
.pro-box li .desc{margin-top: 20px;font-size: 14px;line-height: 20px;height: 40px;text-align: left;color: #333;font-weight: normal;}
.pro-box li .info{padding: 15px 0 0;margin-top: 15px;border-top: 1px solid #ced1d3;padding-bottom: 20px;height: 126px;font-weight: normal;}
.pro-box li .info li{padding-top:  5px;padding-bottom:  5px;border: 0;min-height: 29px;text-align: left;margin-bottom: 0;padding-left: 40px;overflow:hidden; 
white-space: nowrap; text-overflow: ellipsis;}
.pro-box li .info li span{top: 5px;}
.pro-box li .btns{position: absolute;bottom: -60px;left: 0;width: 100%;line-height: 40px;height: 40px;background: #dde0e2;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; transition: all 0.3s;}
.pro-box li .btns a{display: block;float: left;width: 50%;font-size: 14px;color: #3962b0;text-align: center;}
.pro-box li .btns a:nth-child(2){color: #fff;background: #3962b0;}
.pro-box li .btns a:nth-child(2):after{content: "";width: 14px;height: 14px;display: inline-block;vertical-align: middle;margin-left: 10px;background: url(../images/zxico.png) no-repeat center center;}
.pro-box li .btns a:hover{color: #fff;background-color: #4b5777;}
.pro-box .info li{ width:100%; padding-bottom:15px;}
/*--*/
.proR .main p{ padding-top:20px;font-size:17px; color:#000; line-height:32px;}
.proR .main span{ font-size:17px; color:#000; line-height:32px;}
/*--*/
.pro-box .info{padding: 0 20px;background: rgba(255,255,255,.7);}
.pro-box .info li{position: relative;font-size: 14px;color: #021440;border-top: 1px dotted #cccfd8;padding: 10px 0 10px 105px;line-height: 17px;min-height: 37px;}
.pro-box .info li img{margin: -4px 10px 0 0;vertical-align: middle;}
.pro-box .info li:first-child{border-top: 0;}
.pro-box .info li span{position: absolute;left: 0;top: 10px;font-size: 14px;color: rgba(0,0,0,.7);border-right: 1px solid #e1e3e8;width: 28px;text-align: justify;}
.pro-box .info li img{margin: -4px 10px 0 0;vertical-align: middle;}
/* jg-product */

/* proShow */
.proShow_box1{overflow:hidden;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;}
.gallery li{height:496px;line-height:496px;}
.gallery li .pImg {padding-top: 80%;}
.gallery img{width:100%;}
/*--*/
.proShow_R{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:1.778em;color: #a81b20;}
.proShow_R .font{line-height:1.6;margin-bottom:20px;overflow: hidden;font-size: 16px;color: #333;}
.proShow_R .font:nth-child(2) i{border-bottom: 1px solid #ddd;}
.proShow_R .btns{margin-top: 20px;padding: 0 20px;}
.proShow_R .btns a{float: left;display: block;font-size: 18px;color: #333;width: 47.5%;height: 56px;line-height: 54px;border: 1px solid #e5e5e5;text-align: center;text-transform: uppercase;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;border-radius: 50px;}
.proShow_R .btns a.order{background: #b72f23;color: #fff;margin-left: 5%;}
.proShow_R .btns a:hover{background:#b72f23;color: #fff;}
.proShow_R .btns img{margin-right: 10px;vertical-align: middle;margin-top: -4px;}
.teltbox{margin-top: 25px;padding: 0 20px;}
.teltbox  a {font-size: 14px;line-height: 26px;display: inline-block;vertical-align: middle;color: #a4acb1;padding-left: 35px;background: url(../images/tel2.png) no-repeat left center;}
.teltbox  strong {display: block;font-size: 26px;color: #b72f23;font-family: 'avantgardeitcbybt-demi';}
.procon{margin-top: 50px;background: #fff;}
/*--*/
.proShow_R li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_R li i{display:inline-block;width:37px;height:37px;background: url('../images/show_Icon.png') no-repeat;}
.proShow_R li:nth-child(2) i{background-position: -37px 0;}
.proShow_R li:nth-child(3) i{background-position: -74px 0;}
.proShow_R li:nth-child(4) i{background-position: -111px 0;}
.proShow_R li span{display: block;}
.proShow_R .btn{margin-top:30px;overflow:hidden;}
.proShow_R .btn a{width:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_R .btn a:nth-child(2){float:right;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:hover{background:#2853be;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#2853be;border:1px solid #2853be;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom: 1px solid #a81b20;color: #a81b20;height:50px;}
.proShow_con3{width:100%;}
/* proShow */

/* jg-case */
.jg-case{padding-bottom:0 !important}
.jg-case .up{margin-bottom:90px;}
.jg-case .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}
.jg-case .up .more:before{content: "\e61f";font-family: "iconfont";line-height:1;float:right;height: 10px;font-size: 21px;margin: -1px 0 0 10px;transition: all .4s ease-in-out;}
.jg-case .up .more:hover{ background: #e73001;}
.jg-case .up .more:hover:before{transform:translateX(3px);}
.jg-case .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}
.jg-case .up .spot{bottom:0;display: table;width: 100%;left: 700px; text-align: left;padding: 30px 35px 30px 50px;background:#e73001;}
.jg-case .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}
.jg-case .up .spot .swiper-pagination-bullet-active{ background:#fff}
.jg-case .up li{ position: relative; }
.jg-case .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}
.jg-case .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}
.jg-case .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}
.jg-case .up li .box{float: left;width: 100%;height: 100%;}
.jg-case .up li .box h4{width: 100%;font-size:24px;color:#191919;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jg-case .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}
.jg-case .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}
.jg-case .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}
.jg-case .up li:hover h4{color:#a81b20}
.jg-case .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}
.jg-case .shell li{float: left;width: 32%;margin-bottom: 30px;margin-right: 30px;}
.jg-case .shell li a{position: relative;display: block;padding: 30px;overflow: hidden;transition: all .6s ease-in-out;background-color: #fff;}
.jg-case .shell li:nth-child(3n+0) { margin-right:0;}
.jg-case .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .8s;background-color: #a81b20;}
.jg-case .shell li a h4{width: 100%;font-size: 22px;color: #191919;margin-top:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;font-weight: bold;margin-bottom: 20px;}
.jg-case .shell li a .txt{-webkit-line-clamp: 2;font-size: 16px;color: #666666;line-height: 29px;margin-top:15px;margin-bottom: 15px;}
.jg-case .shell li a .pic{display: block;position: relative;width: 100%;padding-top: 70%;overflow: hidden;}
.jg-case .shell li a .pic img{display: block;position: absolute;width: 100%;height: 100%;transition: all .6s;top: 0;left: 0}
.jg-case .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}
.jg-case .shell .more{float:right;color:#999;font-size:12px;padding: 0 0px;display: block;}
.jg-case .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(../images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}
.jg-case .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}
.jg-case .shell li:hover a{transform: scale(1.02);}
.jg-case .shell li:hover a:after{width: 100%;}
.jg-case .shell li:hover a h4{color: #a81b20}
.jg-case .shell li:hover .more{color:#a81b20}
.jg-case .shell li:hover .more:before{ background-position:0 0 }
/* jg-case */

/* new-search */
.new-search {margin-bottom: 60px;}
.new-search h4 {color: #cc0200;font-weight: bold;float: left;vertical-align: middle;margin-top: 14px;font-size: 24px;}
.new-search .search {border: 1px solid #e5e5e5;border-right: 1px solid transparent;color: #666;padding: 0 18px;float: right;font-size: 18px;line-height: 50px;height: 52px;width: 72%;}
.new-search .butt {background-color: #cc0200;text-align: center;cursor: pointer;display: block;float: right;border: 1px solid #cc0200;line-height: 50px;color: #fff;font-size: 18px;width: 12.86%;transition: all 0.5s;height: 52px;}
.new-search .butt:hover {letter-spacing: 1px;}
/* new-search */

/* jg-news */
.jg-news{padding-bottom:0 !important}
.jg-news .up{margin-bottom:90px;}
.jg-news .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}
.jg-news .up .more:before{content: "\e61f";font-family: "iconfont";line-height:1;float:right;height: 10px;font-size: 21px;margin: -1px 0 0 10px;transition: all .4s ease-in-out;}
.jg-news .up .more:hover{ background: #e73001;}
.jg-news .up .more:hover:before{transform:translateX(3px);}
.jg-news .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}
.jg-news .up .spot{bottom:0;display: table;width: 100%;left: 700px;text-align: left;padding: 30px 35px 30px 50px;background:#e73001;}
.jg-news .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}
.jg-news .up .spot .swiper-pagination-bullet-active{ background:#fff}
.jg-news .up li{ position: relative; }
.jg-news .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}
.jg-news .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}
.jg-news .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}
.jg-news .up li .box{float: left;width: 100%;height: 100%;}
.jg-news .up li .box h4{width: 100%;font-size:24px;color:#191919;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jg-news .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}
.jg-news .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}
.jg-news .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}
.jg-news .up li:hover h4{color:#a81b20}
.jg-news .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}
.jg-news .shell ul{/* margin:0 0 -30px -30px; */}
.jg-news .shell li{float: left;width: 100%;}
.jg-news .shell li a{position: relative;display: block;margin: 0 0 30px 0;padding: 30px;overflow: hidden;transition: all .6s ease-in-out;background-color: #fff;}
.jg-news .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .8s;background-color: #a81b20;}
.jg-news .shell li a h4{width: 100%;font-size: 22px;color: #191919;margin-top:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;font-weight: bold;}
.jg-news .shell li a .txt{-webkit-line-clamp: 4;font-size: 16px;color: #666666;line-height: 29px;margin-top:35px;margin-bottom: 35px;}
.jg-news .shell li a .pic{padding-top: 0;width: 40%;height: auto;margin-right: 2%;float: left;height: 260px;}
.jg-news .shell .info{width: 58%;float: left;}
.jg-news .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}
.jg-news .shell .more{float: right;color:#999;font-size:12px;padding: 0 0px;display: block;}
.jg-news .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(../images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}
.jg-news .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}
.jg-news .shell li:hover a{transform: scale(1.02);}
.jg-news .shell li:hover a:after{width: 100%;}
.jg-news .shell li:hover a h4{color: #a81b20}
.jg-news .shell li:hover .more{color:#a81b20}
.jg-news .shell li:hover .more:before{ background-position:0 0 }
/* jg-news */

/* effect-one */
.effect-one{position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
/* effect-one */

/* effect-two */
.effect-two{ border:1px #ddd solid;width:100%;height:100%;position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-two::before,.effect-two::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.effect-two::before{top:0;right:0;bottom:0;left:0;border-top:1px solid #cdad81;border-bottom:1px solid #cdad81;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.effect-two::after{top:0;right:0;bottom:0;left:0;border-right:1px solid #cdad81;border-left:1px solid #cdad81;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.effect-two:hover::before,.effect-two:hover::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
/* effect-two */

/* pagination */
.pagination{padding:25px 0 15px;text-align:center;overflow:hidden;}
.pagination a{font-size:12px;line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left:2px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#fff;margin-left:2px;background: #a81b20;color:#fff;border: 1px solid #a81b20;}
/* pagination */

/* newsShow */
.newsShow .left{width:70%}
.newsShow .right{width:29%;}
.newsShow .left { float: left; margin: auto; width: 70%; background: #fff; border: 1px #eceaea solid;}
.newsShow .left h3.tag{line-height: 32px;border-top:1px dashed #e0e1dc;padding-top: 10px;color:#999;font-weight:normal;padding-left: 20px;padding-bottom: 5px;}
.newsShow .left h3.tag a{color:#a81b20;}
.newsShow .left h3.tag a:hover{color:#e87518;}
.newsShow .left .title { padding: 40px 20px; padding-bottom: 20px; text-align: center; line-height: 1.5; }
.newsShow .left .title .tit { padding-bottom: 10px;color: #191919;font-weight: bold;font-size: 28px;}
.newsShow .left .title p { padding-bottom: 10px; border-bottom: 1px solid #eceaea; color: #a3afb7; font-size: 14px; }
.newsShow .left .title p a { color: #a3afb7; }
.newsShow .left .content { overflow: hidden; margin: 40px 20px 20px; margin-top: 0; min-height: 600px; color: #666; font-size: 14px; line-height: 1.75; }
.newsShow .left .content p { margin-bottom: 10px;color: #1d1b1b;font-size: 15px;line-height: 30px;text-indent: 2em;}
.newsShow .left .content img { max-width: 100% !important; height: auto !important; width: auto !important; }
.newsShow .left .other { padding: 20px 15px; border-top: 1px #eceaea solid; }
.newsShow .left .other p { display: block; padding-left: 3px; height: 40px; line-height: 40px; }
.newsShow .left .other p a { color: #333; font-size: 14px; }
.newsShow .left .other p a:hover { color: #a81b20; }
.newsShow .left .back { margin-top: 20px; width: 125px; height: 40px; background-color: #a81b20; color: #fff !important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; float: right; }
.newsShow .left .back:hover { opacity: 0.8; filter: alpha(opacity=80); }
/*--*/
.proTiec{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;margin-left: 15px;margin-right: 15px;}
.proTiec span{display:inline-block;border-bottom:1px solid #a81b20;;color:#a81b20;height:50px;}
.proListc ul{padding: 20px 15px;}
.proListc li{float:left;width: 31.4%;margin-bottom:20px;margin-right: 30px;}
.proListc li:nth-child(3n){margin-right: 0;}
.proListc li a{display:block;}
.proListc li .pImg{padding-top: 0;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proListc li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proListc li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proListc li a:hover img{transform: scale(1.1);}
.proListcli a:hover p{color:#a81b20;}
/*--*/
.newsShow .right .case{ overflow: hidden;border: 1px #eceaea solid;padding: 30px; margin-bottom:20px;}
.newsShow .right .case .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.newsShow .right .case .title span{display:inline-block;border-bottom: 1px solid #a81b20;height:40px;}
.newsShow .right .case .title a{float:right;font-size:12px;margin-top:4px;}
.newsShow .right .case .list{margin:0 0 -30px 0px}
.newsShow .right .case .list li {width:100%;margin-bottom:30px;}
.newsShow .right .case .list li .pImg{padding-top: 80%;width: 100%;height: 100%;}
.newsShow .right .case .list li .pImg img{ height:100%;}
.newsShow .right .case .list li .pImg:hover img{transform: scale(1.1);}
.newsShow .right .case .list li a {display:block;}
.newsShow .right .case .list li h4 {font-size:16px;color:#666666;margin-top:10px;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsShow .right .case .list li:hover h4 {color: #a81b20;}
.newsShow .right .case .list li:hover .pic {border-color:#a81b20;}
/*--*/
.newsShow .right .news{overflow:hidden;border: 1px #eceaea solid;padding: 30px;}
.newsShow .right .news .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.newsShow .right .news .title span{display:inline-block;border-bottom: 1px solid #a81b20;height:40px;}
.newsShow .right .news .title a{float:right;font-size:12px;margin-top:4px;}
.newsShow .right .news li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.newsShow .right .news li .pImg{width:35%;float:left;padding-top:0;margin-right:20px;}
.newsShow .right .news li h4{font-size:15px;margin-bottom:10px;}
.newsShow .right .news li h4 a{color: #222;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-weight: bold;}
.newsShow .right .news li h4 p{ line-height:24px;}
.newsShow .right .news li h4 a:hover{color:#a81b20;}
.newsShow .right .news li:hover img{transform: scale(1.1);}
.newsShow .right .news li:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0;}
/* newsShow */

/* jg-contact */
.jg-contact{background:url('../images/contact_bg.jpg') no-repeat center;background-size:cover;font-size:1em;}
.jg-contact li{width:48%;overflow:hidden;background:#fff;background: rgba(255, 255, 255, .6);overflow:hidden;border-radius:3px;box-shadow:0 3px 10px #ddd;transition:all .5s;animation-fill-mode:backwards;}
.jg-contact .bgImg{width:42%;height:255px;}
.jg-contact .txt{width:58%;padding:6%;}
.jg-contact .txt h4{font-size:24px;color:#333;margin-bottom: 15px;/* padding-top:7%; */}
.jg-contact .txt p{ font-size:18px;}
.jg-contact .txt span{display: block;font-size:24px;color:#ad270e;font-family:Arial;margin-top: 10px;letter-spacing: 0.5px;}
.jg-contact .txt b{ font-size:20px; font-weight:normal;}
.jg-contact li:hover{transform: scale(1.05);}
/* jg-contact */

/* jg-touch */
.jg-touch{margin-bottom:50px;box-shadow:0 0 10px #ddd;padding:4%;border-radius:5px;font-size:18px;overflow:hidden;}
.jg-touch .txt{width:45%;border-right: 1px dashed #bcbcbc;padding-right:20px;}
.jg-touch .txt p{height:85px;padding-top:15px;}
.jg-touch .txt p:nth-child(3){height:auto;}
.jg-touch .txt p i{font-family:"iconfont";font-style:normal;border-radius:100%;width:60px;height:60px;border:1px solid #ad270e;float:left;text-align:center;line-height:56px;color:#ad270e;font-size:1.8rem;font-weight:700;margin-top:-15px;margin-right:20px;}
.jg-touch .txt p span{margin-left:20px;}
.jg-touch .wx{width:26%;overflow:hidden;line-height:2;}
.jg-touch .wx span{float:left; border:1px solid #eddfdd;padding:5px;display:block;width:165px;height:165px;margin-right:40px;}
.jg-touch .wx img{width:100%;}
/* jg-touch */


