@charset "utf-8";
/* CSS Document */
/*===========================header=============================*/

#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{ z-index:999; height:7.5rem; width:100%; position: fixed; top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header>.m{ position: static;  height: 100%; display: flex;  justify-content: space-between; align-items: center; }
#header .fr{  display: flex; justify-content: space-between; width: calc(50% + 13rem);  }
#header .line01{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, .3); z-index: -1;}
#logo{ flex-shrink:0; }
#logo a{ display: flex; height: 100%; align-items: center;}
#logo img{ width: 9.25rem; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#logo .img01{ display: none;}
#logo .img02{ display: block;}
#nav{ flex-grow: 1;  }
#nav ul{display: flex; flex-grow: 1;}
#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }
#nav ul li a{ display:block; text-transform:uppercase; font-size: 0;}
#nav ul li h3{ font-size:1rem; color:#fff; line-height:7.5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display:inline-block;}
#nav ul li h3:before{ content: ""; display: block; width: 20px; height: 20px; background: url(../images/nav_on.png) center no-repeat; background-size: contain; position: absolute; z-index: -1; left: 50%; top: 50%; transform: translateX(-50%); margin-top: 1.25rem; opacity: 0; visibility: hidden; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s;   }
#nav ul li.on h3:before,#nav ul li:hover h3:before{ opacity: 1; visibility: visible;   }
#nav li .sub {position: absolute;background: rgba(255,255,255,1);width: 200px; padding: 1rem; position: absolute;left: 50%; top: 100%;z-index: 999;-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 5px #3333334d;transform-origin: 0 0 0;transform: scaleY(0.2) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;visibility: hidden; }
#nav li .sub .box{padding: 0;text-align: center; }
#nav li .sub a{padding: 0;line-height: 2rem;transition: .3s;font-size: .875rem;color: #505050; text-align: center; white-space: nowrap;}
#nav li .sub a:hover{  color: #194a93; }
#nav li:hover .sub{ filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; transform: translateY(0px) translateX(-50%); }
#nav>ul>li.on>a, #nav li:hover>a, #header.xg #nav li.on >a, #header.xg #nav li:hover >a {} 
#nav li .sub .box a{}
#nav li:last-child >a .h3:after{ display:none}
#nav li:nth-child(7) .sub, #nav li:nth-child(8) .sub{ left:auto; right:0}

.top_tel{ display: flex; align-items: center; margin-left: 2.5rem;}
.top_tel img{ flex-shrink: 0; margin-right: 11px;}
.top_tel .txt{}
.top_tel .txt span{ font-size: 12px; color: rgba(255, 255, 255, .6); font-family: arial; transition: .5s;}
.top_tel .txt p{ font-size: 1.25rem; color: #ffffff; font-family: BarlowCondensed-Medium; transition: .5s;}

#header.xg{height: 5.9375rem; background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header.xg #nav ul li h3{ line-height: 5.9375rem; color: #313131;}
#header.xg #logo .img01{ display: block;}
#header.xg #logo .img02{ display: none;}
#header.xg .top_menu_box .top_menu svg path{ fill: #424242 !important;}
#header.xg .top_menu_box .top_menu span{ color: #333;}
#header.xg .top_menu_box .top_menu:before{ background: rgba(0, 0, 0, 0.2);}
#header.xg .top_menu_box .top_menu span{ border: 1px solid #424242; color: #424242;}
#header.xg .top_menu_box .top_menu a:hover svg path{ fill: #194a93 !important;}
#header.xg .top_tel .txt span{ color: rgba(0, 0, 0, 0.6);}
#header.xg .top_tel .txt p{ color: rgba(0, 0, 0, 0.9);}
#header:hover{ background: rgba(255, 255, 255, .9); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header:hover #nav ul li h3{ color: #313131; }
#header:hover #logo .img01{ display: block;}
#header:hover #logo .img02{ display: none;}
#header:hover .top_tel .txt span{ color: rgba(0, 0, 0, 0.6);}
#header:hover .top_tel .txt p{ color: rgba(0, 0, 0, 0.9);}
body.ny{ padding-top: 5.9375rem;}
.ny #header{ height: 5.9375rem; background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
.ny #header #nav ul li h3{ color: #313131; line-height: 5.9375rem; }  
.ny #header #logo .img01{ display: block;}
.ny #header #logo .img02{ display: none;}
.ny #header .top_tel .txt span{ color: rgba(0, 0, 0, 0.6);}
.ny #header .top_tel .txt p{ color: rgba(0, 0, 0, 0.9);}
/***********************/
 
/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #194a93;}
.m_user a:hover svg path{ fill: #194a93;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; height: 40px;}
/*导航按钮开始*/
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .m{ height: 100%; display: flex; align-items: center;}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{background: #a0a0a0;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-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;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 3px;content: '';-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;background: #999;}
.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before{ background: #999;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}
#m_nav {
    z-index: -1;
    position: fixed;
    background: #f3f3f3;
    width: 100%;
    height:100vh;
    right: 0;
    top: 0;
    display:none;
    padding:50px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    }
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1;z-index: 99999;}
#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto;}
#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}
#m_nav li .a{  }
#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.25rem;float:left; font-weight: bold;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1.125rem;color: #666;text-align:left;line-height:35px;height: 35px;border:0; }
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}


/*首页banner*/
#banner{ position: relative; background: #2d2f33; max-height: 920px; width: 100%; overflow: hidden;}
.banner_hezi{ width: 100%; padding-top: 47.9%; height: 0;}
#banner .swiper-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#banner .swiper-slide { overflow: hidden;}
#banner .slide-inner { position: absolute;  width: 100%; height: 100%;left: 0; top: 0;  background-position: center; background-repeat: no-repeat !important;}
#banner video{ position: absolute;  width: 100%; height: 100%;left: 0; top: 0; object-fit: cover;}
#banner .swiper-button-prev{ transition: .5s; width: 4.125rem; height: 4.125rem; background:url(../images/banner_left.png) center no-repeat !important; background-size:contain !important; opacity:.8; left:4%;}
#banner .swiper-button-next{ transition: .5s; width: 4.125rem; height: 4.125rem; background:url(../images/banner_right.png) center no-repeat !important; background-size:contain !important; opacity:.8; right:4%;}
#banner .swiper-button-prev:hover{ background:url(../images/banner_left_on.png) center no-repeat !important; background-size:contain !important; }
#banner .swiper-button-next:hover{ background:url(../images/banner_right_on.png) center no-repeat !important; background-size:contain !important; }
.dotbox{ position: absolute; left: 0; bottom: 3rem; width: 100%; height: 20px; z-index: 111; display: none;}
.dotbox .dots{ width: 20px !important; height: 20px !important; display: inline-block; background: none; opacity: 1; margin-right: 7px; }
.dotbox .dots:before{ border: 0; background: #fff; transform: scale(.4);}
.dotbox .dots svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 1.5;    
	stroke-dasharray: 0 , 62.8;
	stroke-dashoffset:62.8;
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle { 
    animation: svgrotate 6.2s forwards;
}
@-webkit-keyframes svgrotate {
    0% { stroke:rgba(255, 255, 255, 1);
        stroke-dasharray: 0 , 62.8;
        stroke-dashoffset:62.8;}
    100% { stroke:rgba(255, 255, 255, 1);
        stroke-dasharray:62.8 , 0;
        stroke-dashoffset:62.8; }
 }
@keyframes enter {
 }
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes visualAni{
	0%{transform:skewX(6deg); opacity: 0;}
	100%{transform:skewX(0deg);opacity: 1;}
}

.btn_style01{ display: flex; align-items: center; justify-content: center; width: 10.3125rem; height: 3.5rem; background: #194a93; color: #fff; font-size: 1rem;}

.btn_style02{ display: flex; align-items: center; justify-content: center; width: 10.375rem; height: 3.5rem; font-size: .9375rem; color: #434449; transition: .5s; text-transform: uppercase; position: relative; z-index: 1; overflow: hidden;}
.btn_style02:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 2px solid #194a93; }
.btn_style02 svg{ width: 1.125rem; height: 1.125rem; margin-left: .25rem;}
.btn_style02:after{ content: ""; background: #194a93; display: block; box-sizing: border-box; position: absolute; right: 0; top: 0;width: 0;height: 100%; z-index: -1; transition: .5s; -webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s; }
.btn_style02:hover{ color: #fff !important; } 
.btn_style02:hover:after{ width: 100%; left: 0; right: auto;}
.btn_style02:hover svg path{ fill: #fff;}
.s_tt{}
.s_tt.center{ text-align: center;}
.s_tt h3{ font-size: 2.5rem; color: #000; text-transform: capitalize;}
.s_tt p{ font-size: 2.25rem; color: #194a93; text-transform: uppercase; margin-top: 1.25rem;}
.s_tt span{ margin-top: 1rem; font-size: 1rem; color: #74757f;}
 

#foot{ background: #303234 url(../images/foot_bg.jpg) center repeat-x; }
#foot .flexbox1{ display: flex; justify-content: space-between;}
#foot .flexbox2{ display: flex; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .1); padding: 2rem 0 3.75rem; font-size: .8125rem; color: rgba(255, 255, 255, .4);}
#foot .line{ width: 1px; height: auto; background: rgba(255, 255, 255, .15); margin: 0 3rem;}
#foot .left,#foot .right{ padding: 4.75rem 0 4rem;}
.foot_tel{ margin-bottom: 1.875rem;}
.foot_tel span{ font-size: .875rem; color: rgba(255, 255, 255, .7);}
.foot_tel p{ font-size: 2.125rem; color: #194a93; font-family: BarlowCondensed-Medium; }

.foot_ewm{ display: flex; flex-shrink: ;}
.foot_ewm .ewm+.ewm{ margin-left: 3.25rem;}
.foot_ewm .pic{ position: relative; padding: .5rem; width: 7.75rem; height: 7.75rem;}
.foot_ewm .pic:before{ content: ""; display: block; position: absolute; left: -3px; top: -3px; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, .3); }
.foot_ewm .pic:after{ content: ""; display: block; position: absolute; left: 3px; top: 3px; width: 100%; height: 100%; border: 1px solid rgba(255, 255, 255, .3); }
.foot_ewm .pic img{ display: block; width: 100%; height: 100%;}
.foot_ewm p{ text-align: center; font-size: .875rem; color: rgba(255, 255, 255, .6); margin-top: 1rem;}

.foot_nav{ display: flex; justify-content: space-between; flex-grow: 1; max-width: 808px;}
.foot_nav dl{}
.foot_nav dt{ font-size: 1rem; color: #ffffff; font-weight: bold; position: relative; margin-bottom: 1.125rem;}
.foot_nav dt:after{ content: ""; display: block; width: 15px; height: 3px; background: #194a93; margin-top: .875rem;}
.foot_nav dd{ font-size: .875rem; color: rgba(255, 255, 255, .6); line-height: 2.125rem; transition: .5s;}
.foot_nav dd:hover{ color: rgba(255, 255, 255, 1);}

.foot_nav dl p{color: rgba(255, 255, 255, .6); line-height:30px;}
.foot_nav dl p:hover{color: rgba(255, 255, 255, 1);}


.foot_lianxi{ display: flex;}
.foot_lianxi dl{ margin-right: 4.75rem;}
.foot_lianxi dt{ margin-bottom: .8125rem; font-size: .875rem; color: rgba(255, 255, 255, .7);}
.foot_lianxi dd{ font-size: .9375rem; color: #fff;}
.copyright{ line-height: 1.75rem; font-size: .8125rem; line-height: 1.875rem; text-align: right; }

.mobile-foot {
    display: none;
}




.n_banner{ height: 23.75rem; background-size: cover !important;}
.n_banner .m{ display: flex; align-items: center; justify-content: center;}
.n_banner .txt{ text-align: center; color: rgba(255, 255, 255, 1);}
.n_banner h3{ font-size: 2.125rem;}
.n_banner p{ font-size: 2rem;color: rgba(255, 255, 255, 0.7); line-height: 1.2; text-transform: uppercase; font-family: BarlowCondensed-Regular; }

#n_main{ min-height: 300px; padding: 4.375rem 0 6rem; }
.n_title {padding: 0;position: relative; }
.n_title:before{ content: ""; display: block; width: 100%; height: 2px; background: #e1e2e3; position: absolute; left: 0; bottom: 0;}
.n_title .m { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.n_nav { position: relative; }
.n_nav li{display: block; font-size: .9375rem; margin-right: 3rem; color: #373941; float: left;line-height: 4.625rem;z-index: 1; position: relative; }
.n_nav li a{ display: block; } 
.n_nav li:before {content: "";width: 100%;height: 3px;position: absolute;background:#194a93; bottom:0; left:0; margin-left: -1px; transform: scaleX(0); transform-origin: top; transition: 0.3s ease-in-out; opacity: 0; z-index: -1;}
.n_nav li.on:before, .n_nav li:hover:before {  opacity: 1; transform: scaleX(1);}   
 
.position {left: 0;bottom: 0;font-size: 1rem;color: #5d5d5d; display: flex;align-items: center;}
.position>svg{ vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}
.position span, .position a, .position i {font-size: .8125rem;color: #838486;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin:.25rem .5rem 0;font-style: normal;width: 12px;height: 12px;display: flex;align-items: center;}
.position span { color: #171717;font-style: normal;}
.position em { color: #171717;font-style: normal;}
.position a:hover {color: #171717;}
/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #194a93;}
#bnt_back { position: absolute; left: 1rem; top: 0; }
#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height: 15px; }
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #194a93; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #194a93; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 20px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #194a93; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #194a93; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #194a93;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #194a93; }


.s_tt{}
.s_tt h3{ font-size: 2.3125rem; font-weight: bold; margin-bottom: 1rem;}
.s_tt .line{ display: flex; justify-content: center; align-items: center;}
.s_tt .line i{ display: block; width: 15px; height: 5px;}
.s_tt .line i:nth-child(1){ background: #020000;}
.s_tt .line i:nth-child(2){ background: #194a93;}
.s_tt .line i:nth-child(3){ background: #f5c61c;}

.s_pro{}
.s_pro .box{ display: block; background: #eceef0; padding: 3.75rem 3.125rem 3rem; position: relative; z-index: 1;}
.s_pro .box .txt{}
.s_pro .box .txt>span{ font-size: .875rem; color: #000000; display: block; margin-bottom: .75rem;}
.s_pro .box .txt h4{ font-size: 2.125rem; font-weight: bold; color: #000000; font-style: italic; margin-bottom: 1.5rem;}
.s_pro .box .txt p{ font-size: .875rem; line-height: 1.5rem; height: 4.5rem; overflow: hidden; margin-bottom: 1.875rem;}
.s_pro .box .txt p span{ display: block;}
.s_pro .box .pic{ margin-top: 1rem; position: relative;}
.s_pro .box .pic:before{ content: ""; display: block; width: 100%; height: 0; padding-top: 78%;}
.s_pro .box .pic img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.btn_xq{ position: relative;display: inline-flex; }
.btn_xq span{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: .875rem; color: #fff; transition: .5s;}
.s_pro .box:before{ content: ""; opacity: 0; visibility: hidden; transition: .5s; display: block; width: 100%; height: 0; position: absolute; left: 0; bottom: -5rem; background: #194a93; z-index: -1; transform: matrix(-1, .26, 0, 1, 0, 0);}
.s_pro .box:hover:before{ opacity: 1; visibility: visible; height: 50%;}



#s_main_box{min-height:0px;display-radio:1;margin-top:3%;margin-left:auto;margin-right:auto;width:100%;margin-bottom:0px;justify-content: space-between;}
#s_main_box .s_pro_list{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;display-radio:flex}
#s_main_box .s_pro_list > .p_item{flex:1;max-width:100%;max-height:100%}
#s_main_box .e_text-2{line-height:1;font_radio:2;text-align:left;color:rgba(51,51,51,0.06);font-size:50px;font-family:Impact;font-weight:bold;display-radio:1}
#s_main_box .e_text-3{line-height:normal;display-radio:1;font_radio:2;text-align:left;font-size:30px;font-weight:bold;color:rgba(25,74,147,1);margin-top:0px}
#s_main_box .s_pro_list .cbox-1-1{align-self:center}
#s_main_box .s_pro_list .p_item{display-radio:1}

#s_main_box .s_pro_list .cbox-1-0{flex:0 0 50%}
#s_main_box .s_p_list{display:flex;flex-wrap:wrap;flex-direction:row;width:auto;display-radio:flex;margin-left:auto;margin-right:auto;margin-top:0px}
#s_main_box .s_p_list > .p_item{flex:1;max-width:100%;max-height:100%}
#s_main_box .e_button-11{display:block;position:relative;overflow:hidden;text-align:center;box-sizing:border-box;padding:8px;background_radio:2;border_radio:2;font_radio:2;radius_radio:2;display-radio:block;margin-left:0px;margin-right:auto;background-color:rgba(241,241,241,1);margin-bottom:0px;border-color:rgba(240,240,240,1);border-style:none;border-width:1px;width:auto;padding-bottom:15px;padding-top:15px;font-size:16px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;color:rgba(25,74,147,1); margin-left:10px;}
#s_main_box .e_button-11 span{display:block;width:100%;position:relative;z-index:1;outline:0;margin:0px;overflow:hidden}
#s_main_box .e_button-11::after{content:"";position:absolute;width:0;height:100%;transition:all .3s;z-index:0;opacity:0;top:0;left:0px}
#s_main_box .e_button-11:hover::after{opacity:1}
#s_main_box .e_button-11:hover{background-color:rgba(25,74,147,1);color:rgba(255,255,255,1)}
@media screen and (max-width:768px){
	#s_main_box .s_pro_list .p_item{width:100%}
	#s_main_box .s_pro_list{margin-bottom:0px;display-radio:1;flex-direction:column;}
	#s_main_box .e_text-2{font_radio:2;font-size:30px;color:rgba(51,51,51,0.06);line-height:normal;font-weight:bold;text-align:center;display-radio:1}
	#s_main_box .e_text-3{font-size:26px;font_radio:2;display-radio:1;text-align:center;margin-bottom:10px}
	#s_main_box{display-radio:1}
	#s_main_box .e_button-7{background_radio:1;border_radio:1;font_radio:1;radius_radio:2;display-radio:1;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px}
	#s_main_box .s_p_list{display-radio:1;width:100%}
	#s_main_box .e_button-9{background_radio:1;border_radio:1;font_radio:1;radius_radio:1;display-radio:1}
	}


#c_product_list .e_container-2{display:flex;flex-wrap:wrap;flex-direction:row;display-radio:flex;padding-left:0px;width:auto;margin-bottom:20px;border-color:rgba(229,229,229,1);border-style:solid;border-width:1px;transition-property:all;transition-radio:hover;transition-duration:0.5s;transition-timing-function:cubic-bezier(0.42,0,1,1)}
#c_product_list .m{ } 
#c_product_list{/*min-height:300px;*/display-radio:1;/*max-width:1500px;*/margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:50px;width:100%}
#c_product_list .e_loop-1 .p_list{display:flex;flex-wrap:wrap;position:relative;max-width:100%}
#c_product_list .e_loop-1 .p_loopitem{flex:0 0 33.3%;position:relative; padding:0 6px;}
#c_product_list .e_loop-1 .p_page{text-align:center}
#c_product_list .e_loop-1 .p_filter_wrapper{width:100%;font-size:13px}
#c_product_list .e_loop-1 .p_kv_wrapper{display:flex;flex-wrap:nowrap;line-height:40px;margin:15px 0}
#c_product_list .e_loop-1 .p_filter_key{width:70px;overflow:hidden;margin-right:10px;font-weight:bold;color:#333333;font-size:12px}
#c_product_list .e_loop-1 .p_v_item{display:inline-block;padding:0 3px;cursor:pointer;font-size:13px;color:#555555;margin-right:30px}
#c_product_list .e_loop-1 .p_active .p_fbutton{color:#fff;background-color:cornflowerblue}
#c_product_list .e_loop-1 .p_result_item{position:relative;padding:3px 20px 3px 10px;border:1px solid #ddd;border-radius:3px;margin-right:10px}
#c_product_list .e_loop-1 .p_filter_close{position:absolute;right:0;top:0;padding:3px;font-style:normal;font-size:16px;margin-top:-5px;cursor:pointer}
#c_product_list .e_loop-1 .multSelect{font-size:13px;position:relative}
#c_product_list .e_loop-1 .multSelect .inputWrap{width:100%;min-width:100px;min-height:24px;border:1px solid #DCDFE6;border-radius:3px;position:relative;cursor:pointer;background:white}
#c_product_list .e_loop-1 .multSelect.is-invalid .inputWrap{border-color:#dc3545}
#c_product_list .e_loop-1 .multSelect ul{padding:0 5px;margin:0;padding-right:35px}
#c_product_list .e_loop-1 .multSelect ul,li{list-style:none}
#c_product_list .e_loop-1 .multSelect li{display:inline-block;background:#edf0f3;color:#92969c;padding:0px 5px;margin:1px 5px 1px 0;border-radius:5px;line-height:16px}
#c_product_list .e_loop-1 .multSelect .multSelect-option{width:100%;border:1px solid #DCDFE6;border-radius:2px;border-top:0;max-height:200px;overflow-y:scroll;position:absolute;height:0;opacity:0;z-index:9;background:#fff}
#c_product_list .e_loop-1 .multSelect .multSelect-option>div{line-height:24px;cursor:pointer;padding:0 10px}
#c_product_list .e_loop-1 .multSelect .multSelect-option>div.selected{color:#409eff}
#c_product_list .e_loop-1 .multSelect .multSelect-option>div:hover{color:#409eff;background:#f3f6f9}
#c_product_list .e_loop-1 .multSelect .fa-close{font-style:normal;font-size:12px;padding:0 5px 0 7px}
#c_product_list .e_loop-1 .multSelect .inputWrap>.fa svg{fill:#666;width:12px;height:12px;position:absolute;right:0;top:calc(50% - 3px)}
#c_product_list .e_loop-1 .multSelect .inputWrap>.fa-down svg{transform:rotate(-90deg)}
#c_product_list .e_loop-1 .multSelect .inputWrap>.fa-up svg{transform:rotate(90deg)}
#c_product_list .e_loop-1 .multSelect .placeholder{line-height:40px;padding-left:10px;color:#aaa;position:absolute;left:0;top:0}
#c_product_list .e_loop-1 .p_normal_start{display:inline;width:100px;height:40px}
#c_product_list .e_loop-1 .p_date_start{display:inline;width:105px;height:40px
}
#c_product_list .e_loop-1 .p_normal_end{display:inline;width:100px;height:40px;margin-right:5px}
#c_product_list .e_loop-1 .p_date_end{display:inline;width:105px;height:40px;margin-right:5px}
#c_product_list .e_loop-1 .p_split{margin:0 5px}
#c_product_list .e_loop-1 .p_normal{margin-right:16px}
#c_product_list .e_loop-1 .p_fbutton{background-color:#007bff;border:1px solid #409EFF;text-decoration:none;color:white;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}
#c_product_list .e_loop-1 .input-check,#c_product_list .e_loop-1 .input-radio{margin:0 5px;vertical-align:text-top}
#c_product_list .e_loop-1 .position-left{display:flex}
#c_product_list .e_loop-1 .position-right{display:flex;flex-direction:row-reverse}
#c_product_list .e_loop-1 .position-bottom{display:flex;flex-direction:column-reverse}
#c_product_list .e_loop-1 .p_mbutton{border:1px solid #409EFF;text-decoration:none;color:#409EFF;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}
#c_product_list .e_loop-1 .p_mbutton:after{content:"";display:none;width:16px;height:16px;background-color:#409eff;-webkit-transform:skewY(
-45deg);transform:skewY(
360deg);position:absolute;bottom:0px;right:0;z-index:1}
#c_product_list .e_loop-1 .p_mbutton::before{content:"";display:none;width:6px;height:9px;border-right:#ffffff solid 2px;border-bottom:#ffffff solid 2px;-webkit-transform:rotate(
35deg);transform:rotate(
35deg);position:absolute;bottom:5px;right:4px;z-index:2}
#c_product_list .e_loop-1 .p_active .p_mbutton::before{display:block}
#c_product_list .e_loop-1 .p_active .p_mbutton::after{display:block}
#c_product_list .e_loop-1 .p_input_match{width:100px;height:40px;padding:10px;border:1px solid #ced4da;border-radius:3px}
#c_product_list .e_loop-1 .p_filter_result{display:none}
#c_product_list .e_loop-1 .p_contclear{cursor:pointer;display:none}
#c_product_list .e_loop-1 .swiper-container{padding-bottom:30px}
#c_product_list .e_loop-1 .p_imgwrapper{width:80px;height:100px;overflow:hidden}
#c_product_list .e_loop-1 .p_imgtitle{display:flex;justify-content:center;flex-wrap:nowrap;margin:0 auto;line-height:20px}
#c_product_list .e_loop-1 .p_imgwrapper img{width:100%;object-fit:cover}
#c_product_list .e_loop-1 .p_active .p_imgwrapper{border:1px solid #409eff}
#c_product_list .e_container-2 > .p_item{flex:1;max-width:100%;max-height:100%}
#c_product_list .e_image-9{overflow:hidden;display-radio:1}
#c_product_list .e_image-9 img{width:100%;height:100%;object-fit:contain}
#c_product_list .e_container-10{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;display-radio:flex;background-color:rgba(245,245,245,1);padding-top:10px;padding-bottom:10px;padding-left:30px;padding-right:30px;transition-property:all;transition-duration:0.5s;transition-timing-function:cubic-bezier(0.42,0,1,1)}
#c_product_list .e_container-10 > .p_item{flex:1;max-width:100%;max-height:100%}
#c_product_list .e_text-11{display-radio:-webkit-box;font_radio:2;text-align:center;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;transition-property:all;transition-duration:0.5s;transition-timing-function:cubic-bezier(0.42,0,1,1)}
#c_product_list .e_loop-1{display-radio:1}
#c_product_list .e_container-12{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;display-radio:flex}
#c_product_list .e_container-12 > .p_item{flex:1;max-width:100%;max-height:100%}
#c_product_list .e_container-13{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;display-radio:flex;background-color:rgba(0,0,0,0.8);padding-left:30px;padding-right:30px;padding-top:0px;padding-bottom:0px;transition-property:all;transition-duration:0.5s;transition-timing-function:cubic-bezier(0.42,0,1,1);position:absolute;top:auto;left:0;z-index:1;right:auto;bottom:0;height:auto}
#c_product_list .e_container-13 > .p_item{flex:1;max-width:100%;max-height:100%}
#c_product_list .e_line-14{display-radio:1;border-top-color:rgba(255,255,255,1);border-top-style:solid;border-top-width:2px;width:40px;margin-left:0px;height:auto;max-height:none;min-height:0px;display:none}
#c_product_list .e_text-15{line-height:normal;display-radio:1;font_radio:2;color:rgba(255,255,255,1);font-size:15px;display:none; line-height:26px}
#c_product_list .e_container-2:hover  .e_line-14{display:block}
#c_product_list .e_container-2:hover   .e_text-15{display:block}
#c_product_list .e_container-13 .p_item{display-radio:1}
#c_product_list .e_container-2:hover .e_container-13{display-radio:1;position:absolute;top:0;left:0;z-index:1;bottom:auto;right:auto;padding-top:35px;padding-bottom:35px;height:100%}#c_product_list .e_container-2:hover .e_container-10{display-radio:1;background-color:rgba(25, 74, 147, 1)}
#c_product_list .e_container-2:hover .e_text-11{display-radio:1;color:rgba(255,255,255,1)}

@media screen and (max-width:990px){
	#c_product_list .e_container-13{display:none}
}

@media screen and (max-width:768px){
	#c_product_list .e_loop-1 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 2)}
	#c_product_list .e_text-11{font_radio:2;display-radio:1;font-size:14px}
	#c_product_list .e_container-13{display:none}
	#c_product_list .e_container-10{display-radio:1;padding-left:0px;padding-right:0px}
	}
@media screen and (min-width: 769px){
	#c_product_list .e_loop-1 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 4)}
	}



body{font-size:14px;line-height:1.66666;margin:0 auto;padding:0;-moz-osx-font-smoothing:antialiased;-webkit-font-smoothing:antialiased}
div[class^=cbox-],div[id^=c_]{position:relative}
img,svg{vertical-align:middle}




.s_about{ position: relative;}
.s_about .m{}
.s_about .left{ height: 42.1875rem; position: relative; z-index: 1; width: 50%; display: flex; flex-direction: column; justify-content: center;}
.s_about .left:before{ content: ""; display: flex; width: calc(50vw + 8rem) ; height: calc(100% + 2.25rem); transform: skewX(10deg); position: absolute; right: 0; margin-right: -1rem; bottom: 0; z-index: -1; background: url(../images/s_about_txt.jpg) center no-repeat; background-size: cover;}
.s_about .right{ position: absolute; left: 50%; width: calc(50vw + 4rem); margin-left: -4rem; height: 100%; top: 0;}
.s_about .img img{ object-fit: cover;}
.s_about .txt{ padding-right: 7rem; position: relative;}
.s_about .tt{ margin-bottom: 2.5rem;}
.s_about .tt h3{ font-size: 2.125rem; color: #fff; line-height: 2.5rem; position: relative;}
.s_about .tt h3 b{ font-weight:normal; font-size:1.4rem;}
.s_about .tt h3 img{ mix-blend-mode: lighten; position: absolute; bottom: -.25rem; margin-left: 1rem; width: 3.125rem;}
.s_about .con{ font-size: .875rem; color: rgba(255, 255, 255, .7); line-height: 1.75rem;}



.home-case {
  width: 100%;
  overflow: hidden;
  height: 800px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: url(../images/hcase-bg.jpg) no-repeat center;
}

.hcase-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.hcase-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0 88px;
  transition: all 0.5s;
}

.hcase-list li:last-child {
  border-right: none;
}

.hcase-list li strong {
  font-family: "dbold";
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 38px;
  color: #194a93;
}

.hcase-list li h3 {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 22px;
}

.hcase-list li p {
  font-size: 16px;
  line-height: 30px;
  min-height: 60px;
  text-align: center;
}

.hcase-list li:hover {
  background-color: #194a93;
}

.hcase-list li:hover strong {
  color: #fff;
}

@media (max-width: 1600px) {
  .hcase-list li {
    padding: 0 28px;
  }

  .home-case {
    height: 680px;
  }
}

@media (max-width: 1200px) {
  .hcase-list li {
    padding: 0 10px;
  }

  .home-case {
    height: 480px;
  }

  .hcase-list li p {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .hcase-list li {
    padding: 0 10px;
    flex: none;
    width: 50%;
    height: 240px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .hcase-list li:nth-child(3),
  .hcase-list li:nth-child(4) {
    border-bottom: none;
  }

  .hcase-list li strong {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .hcase-list li h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .home-case {
    height: 480px;
  }

  .hcase-list li p {
    min-height: 90px;
  }

  .hcase-list li p {
    min-height: 48px;
    line-height: 24px;
  }
}

@media (max-width: 599px) {
  .hcase-list li {
    padding: 20px 10px;
    width: 100%;
    height: auto;
    border-right: none;
  }

  .hcase-list li:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .hcase-list li p {
    min-height: 24px;
  }

  .home-case {
    height: auto;
  }
}






.s_shuzi{ margin-top: 3.125rem; margin-bottom: 6rem;}
.s_shuzi ul{ display: flex; justify-content:  space-between;}
.s_shuzi ul li{}
.s_shuzi ul li span{ color: #194a93; font-size: 3.625rem; font-family: BarlowCondensed-Medium;}
.s_shuzi ul li p{ font-size: .875rem; color: rgba(255, 255, 255, .6); margin-top: .625rem; line-height: 1.5;}
.s_about .txt:after{ content: ""; display: block; width: 25.6875rem; height: 12.3125rem; background: url(../images/s_about_chilun.png) center bottom no-repeat; background-size: contain; position: absolute; left: 50%; transform: translateX(-70%); bottom: 0;}


.s_news{ padding:30px 0;}
.news02{ margin-top: 1rem;}
.news02 ul{display: flex;flex-wrap: wrap;}
/*.news02 ul{display: grid; grid-template-columns: repeat(1,1fr); column-gap: 2.375rem; row-gap: 2rem;}*/
.news02 ul li{ flex:1 0 50%; margin-bottom:20px; padding:0 10px;}

.news02 ul li a{display: flex;}
.news02 ul li .img{ margin-right: 1.25rem; width: 14.6875rem; height: 10.625rem; flex-shrink: 0;}
.news02 ul li .img img{ object-fit: cover;}
.news02 ul li .txt{ display: flex; height: 10.625rem; flex-direction: column; justify-content: center; align-items: flex-start;}
.news02 ul li .txt .tag{ margin-bottom: 1rem;}
.news02 ul li .txt h5{ font-size: 1.25rem; margin-bottom: .625rem; transition: .5s; width: 100%;}
.news02 ul li .txt p{ font-size: .875rem; line-height: 1.375rem; height: 2.75rem; overflow: hidden; color: #808080; margin-bottom: .625rem;}
.news02 ul li .txt .time{ font-size: .875rem; color: #808080; font-family: BarlowCondensed-Regular;}
.news02 ul li a:hover .txt h5{ color: #194a93;}
.s_news{}
/*.s_news .bd{ display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2.375rem; overflow: hidden;}
.s_news .bd .item{ overflow: hidden;}*/
.s_news .btn_style02{ margin: 1.5rem auto 0;}


.s_news .s_tt{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;display-radio:flex}
.s_news .s_tt > .p_item{flex:1;max-width:100%;max-height:100%}
.s_news .e_text-2{line-height:1;font_radio:2;text-align:left;color:rgba(51,51,51,0.06);font-size:50px;font-family:Impact;font-weight:bold;display-radio:1}
.s_news .e_text-3{line-height:normal;display-radio:1;font_radio:2;text-align:left;font-size:30px;font-weight:bold;color:rgba(25,74,147,1);margin-top:0px}
.s_news .s_tt .cbox-1-1{align-self:center}
.s_news .s_tt .p_item{display-radio:1}

.s_news .s_tt .cbox-1-0{flex:0 0 50%}
.s_news .s_tt{display:flex;flex-wrap:wrap;flex-direction:row;width:auto;display-radio:flex;margin-left:auto;margin-right:auto;margin-top:0px}
.s_news .s_tt > .p_item{flex:1;max-width:100%;max-height:100%}


@media (max-width: 1000px) {
	
	.news02 ul li{ flex:1 0 100%;}
	}
 @media (max-width: 769px) {
    .s_news .s_tt .p_item{width:100%}
	.s_news .s_tt{margin-bottom:0px;display-radio:1;flex-direction:column;}
	.s_news .e_text-2{font_radio:2;font-size:30px;color:rgba(51,51,51,0.06);line-height:normal;font-weight:bold;text-align:center;display-radio:1}
	.s_news .e_text-3{font-size:26px;font_radio:2;display-radio:1;text-align:center;margin-bottom:10px}
 }
 
 
 
 
.arrstyle .swiper-button-prev, .arrstyle .swiper-button-next{ width: 3rem; height: 3rem; border-radius: 50%; background: rgba(0, 0, 0, 0.2); top: 50%; transform: translateY(-50%); margin: 0; bottom: -4rem; transition: .5s;}
.arrstyle .swiper-button-prev{ left: -5rem;}
.arrstyle .swiper-button-next{ right: -5rem;}
.arrstyle .swiper-button-prev:after, .arrstyle .swiper-button-next:after{ display: block; color: rgba(255, 255, 255, 1); font-size: 1rem;}
.arrstyle .swiper-button-prev:hover, .arrstyle .swiper-button-next:hover{ background: #194a93;}

.relative{ position: relative;}

.n_about .flexbox{ display: flex; padding-bottom: 2rem; background: url(../images/n_about_chilun.jpg) left bottom no-repeat;}
.n_about .tt{ margin-right: 6rem; flex-shrink: 0; }
.n_about .tt h3{ font-size: 2rem; color: #2d2e30; font-weight: bold;}
.n_about .tt h4{ font-size: 1.25rem; color: #2d2e30;line-height: 3rem;}
.n_about .txt{ font-size: 15px; color: #696969; line-height: 1.75rem;}
.n_about .txt p{ margin-bottom: 1.75rem; /*text-indent:2em;*/}
.n_about .ar_article img{ display: block;
  height: auto;
  max-width: 100%;}
.n_title .m,
#n_main .m{ max-width: 1520px;}




.n_zizhi{ width: 100%; overflow: hidden; /*background: url(../images/n_zizhi_bg.jpg) center top no-repeat; background-size: cover;*/ padding:20px 0 30px 0}
.zizhi_list{ }
.zizhi_list ul{}
.zizhi_list ul li{ width: 25%; float: left; margin-top: 3rem;}
.zizhi_list ul li img{ padding:2px; border:1px solid #eee;}
.zizhi_list ul li a{}
.zizhi_list ul li .pic{ width: 245px; height: 349px; margin: 0 auto; background: #fff;}

.zizhi_list ul li .pic img{ width: 100%; height: 100%; object-fit: contain;}
.zizhi_list ul li .desk{ width: 100%; height: 50px; margin: 0 auto; margin-top: -1rem; background: url(../images/zizhi_bg.png) center no-repeat; background-size: contain !important;}
.zizhi_list ul li p{ text-align: center; font-size: 1.125rem;  color: #252525; line-height: 2rem;}

.shebei_list{ margin-top:30px;}
.shebei_list ul li{ padding:0 10px; margin-top:0}
.shebei_list ul li .pic{ width:100%; height:auto;}
.shebei_list ul li .desk{ background:none; height:0; margin:0}
.shebei_list ul li p{ height:48px; line-height:48px; }







.n_yingyong ul{ display: grid; grid-template-columns: repeat(3,1fr); column-gap: 1rem; row-gap: 1.5rem;}
.n_yingyong ul li{ }
.n_yingyong ul li a{ display: block; position: relative;}
.n_yingyong ul li .img{ width: 100%; position: relative; }
.n_yingyong ul li .img:after{ padding-top: 74%;}
.n_yingyong ul li .img img{ width: 100%; height: 100%; display: block;}
.n_yingyong ul li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(231, 31, 24, 0.8); text-align: center; opacity: 0;visibility:hidden ; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.n_yingyong ul li .mask h4{ font-size: 1.125rem; color: #fff; text-align: center; } 
.n_yingyong ul li .txt{ text-align: center; padding-top: 1.25rem; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.n_yingyong ul li .txt h4{ font-size: 1.125rem; color: #292a2d;}
.n_yingyong ul li .box{transform:translateY(30px); transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transform:translateY(30px); -moz-transform:translateY(30px); -ms-transform:translateY(30px); -o-transform:translateY(30px); }
.n_yingyong ul li:hover .mask{ opacity: 1; visibility: visible;}
.n_yingyong ul li:hover .box{ transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.n_yingyong ul li:hover .txt{ opacity: 0; visibility:hidden ; transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); }


	
.n_news01{ }
.n_news01 .m{ display: flex;}
.n_news01 .hd{ width: 49%;}
.n_news01 .bd{width: 51%;background: #f0f2f6;overflow: hidden;margin-left: 10px;padding: 4rem;}
.n_news01 .hd *{ height: 100%;}
.n_news01 .img{ height: 28.5rem;}
.n_news01 .img img{ object-fit: cover;}
.n_news01 .txt{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 4rem;}
.n_news01 .time{ font-size: 1.125rem; font-family: BarlowCondensed-Regular; color: #171717; margin-bottom: 2.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.n_news01 .time span{ font-size: 4.125rem; display: flex; font-family: BarlowCondensed-Medium; }
.n_news01 .txt h5{ font-size: 1.375rem; color: #333333; margin-bottom: .875rem; width: 100%;}
.n_news01 .txt p{ font-size: .875rem; color: #707070; line-height: 1.625rem; height: 4.875rem; overflow: hidden;}

.n_news01 .slick-dots{ bottom:0; text-align: left;}
.n_news01 .slick-dots li{ margin:0; width: .75rem; margin-right: .875rem;}
.n_news01 .slick-dots li button:before{ content:""; position:relative; display:inline-block; width:.75rem; height:.75rem; border-radius:50%; background:#171717; box-sizing:border-box; opacity:1; }
.n_news01 .slick-dots li.slick-active button:before{ background:#194a93;  }
.n_news01 .slick-dotted.slick-slider{ margin-bottom: 0;}
.img img{ display: block;}

.n_news02{ padding-top: 2rem; padding-bottom:2rem;}
.n_news02 ul{}
.n_news02 ul li{ position: relative; z-index: 1;}
.n_news02 ul li a{ display: flex; justify-content: space-between; padding: 1.875rem 0;}
.n_news02 ul li .time{flex-shrink: 0;width: 8.25rem;font-size: 1.625rem;color: #171717;font-family: 'BarlowCondensed-Regular';}
.n_news02 ul li .txt{ flex-grow: 1;}
.n_news02 ul li .txt h5{font-size: 1.3125rem;color: #323234;margin-bottom: .75rem;}
.n_news02 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; height: 3rem; overflow: hidden; color: #8f8f92;}
.n_news02 ul li:nth-child(1){ border-top: 2px solid #ebebeb;}
.n_news02 ul li:before{ content: ""; display: block; width: 100%; height: 2px; background: #ebebeb; position: absolute; left: 0; bottom: 0;}
.n_news02 ul li:after { content: ""; display: block; width: 0; height: 3px; background: #194a93; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: .5s; }
.n_news02 ul li:hover:after { width: 100%; opacity: 1; visibility: visible; }
 
.n_news_xq{ }
.n_news_xq .m{ display: flex;}
.left_con{ flex-grow: 1;}
.right_con{ flex-shrink: 0; width: 25rem; margin-left: 3.125rem;}
.ar_title{ position: relative; padding-bottom: 1.125rem; border-bottom: 2px solid #e6e6e6; margin-bottom: 1.5rem;}
.ar_title h3{ font-size: 2.125rem; line-height: 1.5; margin-bottom: 1.75rem; color: #282828; font-weight: bold;}
.ar_title .flexbox{ display: flex; justify-content: space-between; align-items: center; font-size: .9375rem; color: #6d6d6d;}
.ar_title .social-share .social-share-icon{color: #9ea0a6; border-color: #e0e3e8; font-size: 1rem; width: 2.25rem; height: 2.25rem; line-height: 2.25rem;}
.ar_title .social-share .social-share-icon:hover{ background: #194a93; border-color: #194a93; color: #fff;}
 

.news_right{}
.news_right .tt{ font-size: 1.625rem; color: #303030; border-bottom: 2px solid #e6e6e6; padding-bottom: 1.75rem; margin-bottom: 3rem;}
.news_right ul{}
.news_right ul li{ margin-bottom: 1rem;}
.news_right ul li a{ display: flex; align-items: center; }
.news_right ul li .time{ flex-shrink: 0; width: 4.375rem; height: 4.375rem; margin-right: 1.125rem; font-size: .875rem; background: #f3f4f6; font-family: BarlowCondensed-Regular; color: #646464; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.news_right ul li .time span{ font-size: 1.875rem; color: #171717; display: flex; font-family: BarlowCondensed-Medium; }
.news_right ul li .txt{ flex-grow: 1;}
.news_right ul li .txt h5{ font-size: 1.0625rem; color: #4b4b4b; line-height: 1.625rem; height: 3.25rem; overflow: hidden; white-space:inherit; transition: .3s;}
.news_right ul li:hover .txt h5{ color: #194a93;}
.ar_bot{ display: flex; justify-content: space-between; align-items: center; border: 2px solid #e6e6e6; height: 3.75rem; margin-top: 2.25rem;}
.ar_bot a{ display: flex; justify-content: center; align-items: center; width: 33.333%; height: 26px; font-size: 1rem; color: #6e6e6e;}
.ar_bot a span{ display: block; margin: 0 .25rem;}
.ar_bot a:nth-child(1){ border-right: 2px solid #e6e6e6;}
.ar_bot a:nth-child(3){ height: 100%; border-left: 2px solid #e6e6e6;}
.ar_bot a:hover{ color: #194a93;} 

.social-share .icon-wechat .wechat-qrcode .qrcode{ height: 105px; margin-bottom: 5px !important;}

/*翻页*/
/*翻页*/
.page { text-align:center; margin-top:1.25rem; font-size: 0; }
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 10px; min-width: 35px; line-height: 33px; height: 35px; display:inline-block; border: 1px solid #d1d3d8; border-radius: 22px; margin:0 7px; color:#868686; text-transform: capitalize; font-size:.875rem; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; }
.page .on{ background:#005BAC;  color:#fff; border:1px solid #005BAC; }
.page a:hover{ background:#005BAC;  color:#fff; text-decoration:none; border:1px solid #005BAC;}
.page span{ padding:0 .25rem; line-height: 33px; height: 35px; display: inline-block; border: 1px solid #d1d3d8;transition: all 0.36s ease-in-out; border-radius: 22px; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; }
.page span a{ border: 0 !important; background: none !important; height: 33px;}
.page span:hover{ background:#005BAC;  color:#fff; text-decoration:none; border:1px solid #005BAC;}
.page span:hover a{color:#fff;}

.page .page-num-current{background:#005BAC;  color:#fff; border:1px solid #005BAC;}
.page span.page-num{padding:0 10px; min-width: 35px; line-height: 33px; height: 35px; display:inline-block; border: 1px solid #d1d3d8; border-radius: 22px; margin:0 7px; color:#868686; text-transform: capitalize; font-size:.875rem; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; }
 

.n_subnav{ margin-bottom: 3rem;}
.n_subnav ul{ display: flex; flex-flow: wrap; justify-content:center; } 
.n_subnav ul li{ padding: 0 10px; min-width: 10.3125rem;}
.n_subnav ul li a{ display: block; text-align: center; position: relative; z-index: 1; overflow: hidden; transition:.5s ; font-size: 1rem; color:#171717; display: block; padding: 0 10px; height: 3.5rem; line-height: 3.5rem; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.n_subnav ul li a:before{ content: ""; display: block; z-index: -2; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border:2px solid #171717; }
.n_subnav ul li a:after{
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 100%;
   z-index: -1;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s; background: #194a93; 
}

.n_subnav ul li.on a{ color: #fff; }
.n_subnav ul li.on a:before{ border: 2px solid #194a93;}
.n_subnav ul li.on a:after{ width: 100%;}

#miso_map {
	height:31.25rem;
	border:#e1e1e1 1px solid;
} 
.n_contact .fl01 .content {
	position:relative;
	overflow:hidden;
}
.n_contact .fl01 .content .top {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10; pointer-events: none;
}
.n_contact .fl01 .content .top:before {
	content:"";
	display:block;
	width:40rem;
	height:100%;
	position:absolute;
	left:-5rem;
	top:0;
	transform:skewX(-13deg);
	z-index:-1; background: url(../images/n_lianxi_txt.jpg) center no-repeat;
}
.amap-logo,.amap-toolbar,.amap-copyright {
	display:none !important;
}
.n_contact .fl01 .content .top {
	display:flex;
	align-items:center;
}
.n_contact .fl01 .content .top .box {
	width:34%;
	padding:0 0 0 4%;
}
.n_contact .fl01 .content .top .box .tt {
	margin-bottom:2rem;
}
.n_contact .fl01 .content .top .box h3 {
	font-size:1.375rem;
	color:#fff;
	line-height:1.5;
}
.n_contact .fl01 .content .top .box .tt span {
	font-size:1.125rem;
	color:rgba(255,255,255,0.4);
	font-family:BarlowCondensed-Regular;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
}
.n_contact .fl01 .content .top .box hr {
	width:1.375rem;
	height:4px;
	background:#ff602a;
	border:none;
	transform:skewX(-20deg);
	margin:.75rem 0 2rem;
}
.n_contact .fl01 .content .top .box dl {
	display:flex;
	font-size:.9375rem;
	color:#fff;
	max-width:28rem;
	margin-bottom:.25rem;
}
.n_contact .fl01 .content .top .box dl dt {
	white-space:nowrap;
	line-height:1.75rem;
}
.n_contact .fl01 .content .top .box dl dd {
	line-height:1.75rem;
	color:#fff;
}
.n_contact .fl01 .content .top .box .ewmbox {
	display:flex;
}
.n_contact .fl01 .content .top .box .ewm {
	margin:1.5rem 0 0;
	margin-right:1.75rem;
}
.n_contact .fl01 .content .top .box .ewm h3 {
	border:rgba(215,215,215,.3) 1px solid;
	width:5.125rem;
	height:5.125rem;
	padding:4px;
}
.n_contact .fl01 .content .top .box .ewm h3 img {
	width:100%;
	height:100%;
}
.n_contact .fl01 .content .top .box .ewm h5 {
	font-size:.75rem;
	color:#f3f2f7;
	opacity:.9;
	line-height:1.5;
	text-align:center;
	margin:6px 0 0;
}

/*.n_prolist ul{ display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2.5rem; row-gap: 2.5rem;}
.n_prolist .box{ display: flex; background: #eceef0; padding: 4rem 2.125rem; position: relative; z-index: 1;overflow: hidden;}
.n_prolist .box .txt{ width: 19rem; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.n_prolist .box .txt>span{ font-size: .875rem; color: #000000; display: block; margin-bottom: .75rem;}
.n_prolist .box .txt h4{ font-size: 1.875rem; font-weight: bold; color: #000000; font-style: italic; margin-bottom: 1.5rem; transition: .5s;}
.n_prolist .box .txt p{ font-size: .875rem; line-height: 1.5rem; color: #000000; height: 4.5rem; overflow: hidden; margin-bottom: 1.875rem; transition: .5s;}
.n_prolist .box:before{ content: ""; opacity: 0; visibility: hidden; transition: .5s; display: block; width:0; height: 100%; position: absolute; bottom: 0; left: -4rem; background: #194a93; z-index: -1; transform: matrix(-1, 0, -.26, 1, 0, 0);}
.n_prolist .box:after{ content: ""; transition: .5s; display: block; width:50%; height: calc(100% - 4px); position: absolute; bottom: 2px; left: -4rem; background: #fff; z-index: -3; transform: matrix(-1, 0, -.26, 1, 0, 0);}
.n_prolist .box .txt:before{ content: ""; display: block; width: 2px; height: 100%; background: #eceef0; position: absolute; left: 0; top: 0; z-index: -2;}
.n_prolist .pic{ flex-grow: 1; display: flex; width: 100%; align-items: center; justify-content: center; position: relative; }
.n_prolist .pic:before{ content: ""; display: block; width: 100%; height: 0; padding-top: 78%;}
.n_prolist .pic img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.n_prolist .btn_xq{ width: 7.1875rem;}*/


.n_product{}
.nycontent.bgnone {width:100%;height:auto;background:#fff;padding:15px 0px;}
.nycontent {width:100%;height:auto;margin:20px 0;display:inline-block;background:#fff; padding:40px 0}
.glyphicon-xian-jiantou{ font-size:18px !important; margin-top:5px;}

/* ny-product */
.nyprolist {width:100%;height:auto;margin-bottom:15px;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.nyprolist li {width:100%;text-align:center;background:#f5f5f5;height:32px;line-height:32px;}
.nyprolist .active a {color:#194a93;}
.nyprolist li a {color:#333;}
.nyprolist li:hover {background:#194a93;}
.nyprolist li:hover a {color:#fff;}


.nycontent .col-md-9{ padding-left:0}
.nycontent .col-md-9 .col-md-3{ padding:0}

.pbox {width:100%;height:auto;margin-bottom:0px;text-align:center;}
.pbox .tubox {width:100%;margin:0%;overflow:hidden;}
/* .pbox:hover .tubox {border:5px solid rgba(0,102,179,.8);} */
.pbox .tubox img {width:100%;height:auto;box-shadow:0 0 1px #ccc;background-color:skyblue;transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-o-transition:all 1.5s ease 0s;}
.pbox:hover .tubox img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.pbox h3 {font-size:16px;color:#444;text-align:center; background:#f2f2f2;width:100%;margin:0%;overflow:hidden; line-height:48px; margin-bottom:20px; margin-top:2px;}
.pbox p {display:inline-block;background:#f5f5f5;padding:8px 36px;border-radius:20px;color:#194a93;margin:0 auto;border:1px solid #f5f5f5;}
.pbox p span {width:24px;height:24px;line-height:22px;font-size:18px;text-align:center;display:inline-block;border-radius:50%;color:#fff;background:#3268b4;margin:0 0 0 5px;}
.pbox:hover h3 {color:#fff; background:#194a93}




/* pro-canshu */
.cstit {display:inline-block;margin:0px 0 20px;width:100%; height:50px; text-align:center; background:#f1f1f1; color:#666; font-weight: 600;}
.canshubox{ padding:0 10px;}
.pback {float:right;display:block;font-size:14px;padding:5px 24px;border-radius:15px;background:#999;color:#fff;text-decoration:none;}
.pback:hover {background:#194a93;color:#fff;}
.cstit .syprolist {width:100%;height:auto;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.cstit .syprolist li {width:24%;height:auto;background:#ddd;text-align:center;font-size:18px;height:50px;line-height:50px;}
.cstit .syprolist .but {background:#194a93;color:#fff;}
.canshubox .sycptu {width:100%;height:auto;display:inline-block;text-align:center;}
.canshubox .sycptu img {max-width:80%;display:block;margin:20px auto 0;}
.canshubox .sycptu.prodown a {width:96%;margin:0 auto;padding:16px 10px;color:#333;font-size:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.canshubox .sycptu.prodown a:hover {color:#194a93;}
.canshubox .sycptu.prodown a p {margin:0;}
.pcanshu .prolink {width:100%;height:auto;display:inline-block;padding:42px;border:1px solid #eee;}
.pcanshu .prolink h3 {width:100%;height:auto;text-align:left;font-size:20px;border-bottom:3px solid #194a93;font-weight:600;display:inline;letter-spacing:1px;}
.pboxlx {width:100%;height:auto;display:inline-block;margin:30px 0 0;}
.prolibox {width:100%;height:auto;display:inline-block;border-bottom:1px solid #ddd;line-height:42px;}
.prolibox p {font-size:18px;}
.prolibox i {background:#194a93;width:30px;height:30px;text-align:center;line-height:30px;color:#fff;border-radius:50%;margin-right:10px;}
.tuijpro h3 {width:100%;height:auto;border-bottom:2px solid #ddd;margin:25px 0;line-height:60px;position:relative;}
.tuijpro h3::before {content:"";position:absolute;width:100px;background:#194a93;height:2px;left:0;bottom:-2px;}
.tuijpro h3 span {font-size:16px;color:#888;}
.tuijpro a {color:#333;line-height:50px;}
.nypcanshu{ margin-top:30px;}
.nypcanshu h3{ font-size:20px; font-weight:normal;}




.prodetail-jjrtxtm{
	
	margin-top:20px;
    
	height: 256px;
    padding:15px 5px 10px 5px;
    overflow-y: scroll;
	
}

.prodetail-jjrtxtm p{ line-height:28px;}


.prodetail-jjrtxtm2{ width:100%; line-height:32px; padding:0 20px 0 20px;}
.prodetail-jjrtxtm2 table{ border-collapse:collapse; width:100%; text-align:center}
.prodetail-jjrtxtm2 tabel tr,.prodetail-jjrtxtm2 table td{ border:1px solid #ccc; line-height:24px; text-align:center; padding:5px 5px;}


.prodetail-jjrtxt{border-bottom: 1px solid #e3e3e3; padding:20px;}

.prodetail-jjrtxtm p{ line-height:28px; font-size:14px;}
.prodetail-jjrtxtm p:first-line{ font-family:Fira Code Medium;font-weight:Medium; font-size:16px;}


.prodetail-jjrw{
    padding: 10px 0 0 20px;
}
.prodetail-jjrtxtm h3{
    margin-top: 30px;
    font-size: 24px;
    color: #666666;
}


.prodetail-jjrtxtm2{ width:100%; line-height:32px; padding:0 20px 0 20px; margin-bottom:45px;}
.prodetail-jjrtxtm2 table{ border-collapse:collapse; width:100%; text-align:center;table-layout: fixed;}
.prodetail-jjrtxtm2 tabel tr,.prodetail-jjrtxtm2 table td{ border:1px solid #ccc; line-height:24px; text-align:center; padding:5px 5px;}


.mai{
    display: block;
    width: 177px;
    height: 40px;
    background: rgb(0,0,0,0.1);
    color: #333;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.mai:hover{
    display: block;
    width: 177px;
    height: 40px;
    background: #194a93;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    
}





.n_vs{}
.n_vs .hd{ display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; margin-bottom: 2.25rem;}
.n_vs .hd:before{ content: ""; display: block; width: 38rem; height: 2.875rem; max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) matrix(-1, 0, -.2, 1, 0, 0); background: #1f1f1f; color: #fff; z-index: -1;  }
.n_vs .hd p{ width: 16.5rem; text-align: center; font-size: 1.375rem; font-weight: bold; color: #fff;}
.n_vs .hd img{ width: 3.4375rem; flex-shrink: 0; }
.n_vs .bd{}
.n_vs .bd table{ width: 100%; max-width: 1240px; margin: 0 auto; border: 1px solid #e1e1e1; }
.n_vs .bd table th,
.n_vs .bd table td{ border: 1px solid #e1e1e1; padding: 1rem 10px !important; text-align: center; line-height: 1.5; }
.n_vs .bd table th{  background: #f4f4f4; font-size: 1.25rem; color: #010101; font-weight: bold;}
.n_vs .bd table tr .tt{ font-size: 1rem; color: #010101; font-weight: bold;}
.n_vs .bd table th:nth-child(1){ width: 11.25rem;}
.n_vs .hd p{ font-size: 1rem;}

.n_pro_xq .m{ display: flex;}
.n_pro_xq .pro_left{ flex-grow: 1; margin-right: 3.25rem;}
.n_pro_xq .pro_right{ width: 25rem;}
.n_pro_xq .tt{ border-bottom: 2px solid #e6e6e6; margin-bottom: 3rem; padding-bottom: 2rem; min-height: 6rem;}
.n_pro_xq .tt h4{ font-size: 1.125rem; color: #000000; font-style: italic; margin-bottom: .5rem;}
.n_pro_xq .tt h3{ font-size: 2rem; color: #000000; font-weight: bold;}

.n_pro_xq .tt.hd{ padding-bottom: 0; display: flex; align-items: center; justify-content: space-between;}
.n_pro_xq .tt.hd h3{ font-size: 1.625rem; }
.n_pro_xq .tt.hd .arrbox{ display: flex;}
.n_pro_xq .tt.hd .arrbox>div{ width: 35px; height: 35px; border-radius: 50%; border: 2px solid #e4e4e4; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 8px; transition: .5s;}
.n_pro_xq .tt.hd .arrbox>div svg{ width: 14px; height: 14px;}
.n_pro_xq .tt.hd .arrbox>div svg path{ fill: #000; }
.n_pro_xq .tt.hd .arrbox>div:hover{ border: 2px solid #194a93; background: #194a93;}
.n_pro_xq .tt.hd .arrbox>div:hover svg path{ fill: #fff;}


.pro_right{ flex-shrink: 0;} 
.pro_right .box{ display: block; background: #eceef0; padding: 3.125rem 3.125rem; position: relative; z-index: 1;}
.pro_right .box .txt{}
.pro_right .box .txt>span{ font-size: .875rem; color: #000000; display: block; margin-bottom: .75rem;}
.pro_right .box .txt h4{ font-size: 2.125rem; font-weight: bold; color: #000000; font-style: italic; margin-bottom: 1.5rem;}
.pro_right .box .txt p{ font-size: .875rem; line-height: 1.5rem; max-height: 3rem; overflow: hidden; margin-bottom: 1.875rem;}
.pro_right .box:before{ content: ""; opacity: 0; visibility: hidden; transition: .5s; display: block; width: 100%; height: 0; position: absolute; left: 0; bottom: -4rem; background: #194a93; z-index: -1; transform: matrix(-1, .26, 0, 1, 0, 0);}
.pro_right .box:hover:before{ opacity: 1; visibility: visible; height: 50%;}

.n_liucheng{}
.n_liucheng .bd{}
.n_liucheng .bd ul{}
.n_liucheng .bd ul li{}
.n_liucheng .bd ul li .box{ display: flex;}
.n_liucheng .bd ul li:nth-child(even) .box{ flex-direction: row-reverse;}
.n_liucheng .bd ul li .img,.n_liucheng .bd ul li .txt{ width: 50%;}
.n_liucheng .bd ul li .img img{ object-fit: cover;}
.n_liucheng .bd ul li .txt{ display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 5rem;}
.n_liucheng .bd ul li .txt span{ font-size: 2.5rem; font-family: BarlowCondensed-Medium; color: #194a93; display: block; margin-bottom: .75rem;}
.n_liucheng .bd ul li .txt h5{ font-size: 1.625rem; font-weight: bold; margin-bottom: 1.75rem;}
.n_liucheng .bd ul li .txt .con{ font-size: .9375rem; line-height: 1.75rem; color: #6a6a6a;}
.n_liucheng .bd ul li .txt .ewm{ margin-top: .5rem;}
.n_liucheng .bd ul li .txt .ewm img{ width: 6.125rem; height: 6.125rem;}
.n_liucheng .bd ul li .txt .ewm p{ text-align: center; font-size: .875rem; color: #6a6a6a; margin-top: .5rem;}


.n_gongyi{}
.n_gongyi .txt01{ text-align: center; font-size: 1.125rem; color: #292a2d; line-height: 2.25rem;}
.n_gongyi .txt02{ text-align: center; margin-bottom: 3rem;}
.n_gongyi .txt02 b{ font-size: 7.5rem; color: #194a93; font-family: BarlowCondensed-Medium; font-weight: normal;}
.n_gongyi .txt02 span{ font-size: .9375rem; color: #292a2d;}
.n_gongyi .txt02 p{ font-size: .9375rem; color: #292a2d; line-height: 2.25rem;}

.n_video{ position: relative;}
.n_video img{ display: block;}
.n_video .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.2);}
.n_video .btn_play{ display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; border: 2px solid #b6b6b5; width: 6.25rem; height: 6.25rem; background: rgba(0, 0, 0, 0.6);}
.n_video .btn_play svg{ width: 1.75rem; height: 1.75rem;}

.tc_video{ width:90%; max-width: 800px; margin:0 auto; background:none; position: relative;}
.tc_video #my-video{ position:relative; height: 0; padding-top:60%;}
.tc_video #my-video video{ width:100%; height:100%; position: absolute; left: 0; top: 0;}
.tc_video .tc_close{ display:block; position:absolute; top:-2rem; right:-3rem; border-radius:50%; transform-origin: center center;}
.tc_video .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_video .tc_close:hover img{transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{    width: 100% !important;
    height: 100% !important;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); background-color: rgba(0, 0, 0, 0) !important;}
video{ object-fit:fill; }
.vjs-poster{ background-size: cover !important;}

.s_video .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.s_video{ position: relative;}

.circle {
	position: relative;   
  }

  .circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); 
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
  }

  .circle span:nth-of-type(2) {
	animation-delay: 1s;
  }

  .circle span:nth-of-type(3) {
	animation-delay: 2s;
  }

  @keyframes circleScale {
	0% {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	100% {
	  opacity: 0;
	  -webkit-transform: scale(2);
	  -moz-transform: scale(2);
	  -ms-transform: scale(2);
	  transform: scale(2);
	}
  }

  @keyframes circleScale1 {
	0% {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	}

	60% {
	  opacity: 1;
	}

	100% {
	  opacity: 0;
	  -webkit-transform: scale(3);
	  -moz-transform: scale(3);
	  -ms-transform: scale(3);
	  transform: scale(3);
	}
  }
 
.n_ys{}
.n_ys ul{ display: grid; grid-template-columns: repeat(4,1fr); column-gap: 1.625rem;}
.n_ys ul li{ }
.n_ys ul li .box{}
.n_ys ul li .box .txt01{ background: url(../images/n_ys_txt.jpg) center repeat #313237; height: 11.875rem; text-align: center; padding-top: 3.4375rem; position: relative;}
.n_ys ul li .box .txt01 span{ font-size: 1.25rem; color: #cdd9e7;}
.n_ys ul li .box .txt01 .ico{ width: 6.875rem; height: 6.875rem; border-radius: 50%; margin: 0 auto; display: flex; align-items: center; justify-content: center;background: rgba(255, 255, 255, 1); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) translateY(50%); z-index: 1;}
.n_ys ul li .box .txt01 .ico:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;transform: scale(1.3); background: rgba(255, 255, 255, .45); border-radius: 50%; transition: .9s;}
.n_ys ul li .box .txt01 .ico:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: rgba(255, 255, 255, 1); transform: scale(1); border-radius: 50%; opacity: 0; transition: .9s;}
.n_ys ul li .box .txt01 .ico svg{ transition: .7s;}
.n_ys ul li:hover .box .txt01 .ico svg{ transform: rotateY(180deg);}
.n_ys ul li:hover .box .txt01 .ico:before{ opacity: 0; transform: scale(1.8);}
.n_ys ul li:hover .box .txt01 .ico:after{ opacity: .45; transform: scale(1.3); }
.n_ys ul li .box .txt02{ text-align: center; height: 18.75rem; background: #f2f2f2; padding: 7rem 3rem 3rem;}
.n_ys ul li .box .txt02 h5{ font-size: 1.25rem; color: #252628; font-weight: bold; margin-bottom: 1.5rem;}
.n_ys ul li .box .txt02 p{ font-size: 1rem; line-height: 2.125rem; color: #575757;}

.n_tt{ text-align: center; font-size: 2.25rem; color: #2d2d2d; margin-bottom: 2.25rem;}
.otherys table{ max-width: 960px;}
.otherys table tr th{ text-align: center; font-size: 1.125rem; font-weight: normal;}
.otherys table tr td{ text-align: center; font-size: 1rem; color: #2d2d2d;}

.n_zhuanli{}
.n_zhuanli ul{ display: grid; grid-template-columns: repeat(6,1fr); column-gap: 2.375rem; row-gap: 2rem;}
.n_zhuanli ul li{ border: 2px solid #e4e4e4; height: 16rem; display: flex; align-items: center; justify-content: center; text-align: center;} 
.n_zhuanli ul li svg{ margin-bottom: 1.75rem;}

.n_shouhou01{}
.n_shouhou01 .s_tt{ text-align:center; width:100%; margin-bottom:30px;}
.n_shouhou01 .s_tt h3{text-align:center}
.n_shouhou01 .bd{ display: flex;}
.n_shouhou01 .bd .left{}
.n_shouhou01 .bd .right{ flex-grow: 1;}
.form_shouhou{}
.form_shouhou .row{ display: flex; justify-content: space-between; margin-bottom: 15px;}
.form_shouhou .row .group{ width: calc(50% - 5px); background: #f0f0f0; display: flex; position: relative;}
.form_shouhou .span{ line-height: 4.0625rem; padding: 0 1.25rem; flex-shrink: 0; font-size: .9375rem; color: #1f1f1f;}
.form_shouhou .input{ flex-grow: 1; font-size: .9375rem; color: #1f1f1f; margin-right: 1.25rem;}
.form_shouhou .textarea{ margin: 1.25rem 1.25rem 1.25rem 0; background: none; flex-grow: 1; font-size: .9375rem; color: #1f1f1f; line-height: 1.7; }
.form_shouhou .button{ width: 100%; height: 100%; border: 0; border-radius: 0; background: #194a93; color: #fff; height:60px; line-height:60px; font-size:16px; overflow:hidden}
.yzm{ position: absolute; top: 0; right: 0; height: 100%; display: flex; align-items: center; justify-content: center;}

.n_shouhou01{}
.n_shouhou01 .left{ margin-right: 7rem;}
.n_shouhou01 .left .tt{ font-size: 2rem; color: #1f1f1f; margin-bottom: 0.5rem;}
.n_shouhou01 .left .con{ font-size: .9375rem; line-height:28px;}
.n_shouhou01 .left .ewm{ width: 7.5rem; height: 7.5rem; border: 1px solid #dddddd; padding: 7px; margin: 1rem 0;}
.red{ color: #194a93;}

.n_shouhou02{ background: #f0f0f0;}
.n_shouhou02 ul{ display: grid; grid-template-columns: repeat(5,1fr); column-gap: .9375rem; row-gap: 2rem;}
.n_shouhou02 ul li{ background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 27rem; padding: 0 1rem;}
.n_shouhou02 ul li .icobox{ position: relative; max-width: 56%; }
.n_shouhou02 ul li .icobox svg{ height: auto;}
.n_shouhou02 ul li .ico{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.n_shouhou02 ul li .ico svg{ max-width: 45%; transition: 1s;}
.n_shouhou02 ul li .ico svg path{ fill: #fff;}
.n_shouhou02 ul li span{ font-size: 1.75rem; font-family: BarlowCondensed-Medium; color: #494949; display: block; margin-top: 2.25rem; margin-bottom: 1rem;}
.n_shouhou02 ul li p{ font-size: 1rem; line-height: 1.8125rem; height: 3.625rem; text-align: center;}
.n_shouhou02 ul li:hover .icobox>svg path{ fill: #194a93;}
.n_shouhou02 ul li:hover .ico svg{ transform: rotateY(360deg);}




