@charset "UTF-8";

/* css utf-8 编码声明  下面注释若有必要可自行删除

Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880

 */

/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */

:root{

	--white:#fff;

}

html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */

body {

	width:100%;

	margin:0 auto;

	min-height: 300px;

	background-color: #fff;

	font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;

	font-size: 15px;

	color:#555;

}

ul,li {list-style: none;}

.clearfix {clear:both;}

img {max-width:100%;}

body a {outline: none;}

/* 统一调整字间距 */

div,a,span,p,ul,li{padding:0;margin:0;}

td,th{ border:1px solid #bbb;}

/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}

video{display: block;margin:25px auto; width:800px!important;height:540px!important;}

@media(max-width:640px){

	iframe{margin:10px auto; width:100%!important;height:220px!important;}

	video{margin:10px auto; width:100%!important;height:220px!important;}

}*/

/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/

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

.main1400{width:1400px;margin:0 auto;}

.main1560{width:1560px;margin:0 auto;}

/* 电脑端隐藏 */

@media (min-width:640px ) {

	.pc_hidden{display: none;}

	.img.pc_hidden{display: none;}

	.banner_n img.m_hidden{display: block;}

	.banner_n img.pc_hidden{display: none;}

}

/* 手机端隐藏 */

@media (max-width:640px ) {

	.m_hidden{display: none;}

	.img.m_hidden{display: none;}

	.banner_n img.m_hidden{display: block;}

	.banner_n img.pc_hidden{display: none;}

}

/* 平板端隐藏 */

@media (min-width:640px ) and (max-width: 1000px) {

	.pb_hidden{display: none;}

}

@media (max-width: 640px) {

	.q_banner .swiper_button {display: none;}

}

/* 返回顶部  开始 */

#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}

@media(max-width: 640px){

	#toTop{width:35px;height:35px;bottom:75px;}

}

/* 返回顶部  结束 */

.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}

.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;

	transform: translateY(-50%);

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

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

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

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

}

a.img{outline: none;display: block;width:100%;}

.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;

  -moz-transition: all .8s ease 0s;

  -ms-transition: all .8s ease 0s;

  -o-transition: all .8s ease 0s;

  -webkit-transition: all .8s ease 0s;

  transition: all .8s ease 0s;

}

.img img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;

  -webkit-transform: translate(-50%,-50%);

  -moz-transform: translate(-50%,-50%);

  -ms-transform: translate(-50%,-50%);

  -o-transform: translate(-50%,-50%);

  transform: translate(-50%,-50%);

}

.hover:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}



.q_row{width:100%;margin:0 auto;}

.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_n_img{width:100%;margin:20px auto;text-align: center;}

.clear{clear:none;}

.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}



/* q_header start! */

.q_header{width:100%;margin:0 auto;padding:0;position: fixed;left:0;top:0;z-index:999;background-color: var(--white);height:90px;transition: all .3s;}

.header_main{width:100%;margin:0 auto;display:flex}

.header_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_logo{width:240px;float:left;}

.q_logo>h1{width:100%;margin:0 auto;}

.q_logo>h1>a{outline: none;display: block;width:100%;padding:15px 0;transition: all .3s;}

.q_logo>h1>a>img{display: inline-block;height:60px;}



.q_nav{width:calc(87% - 400px);float:left;margin:0 50px;}
.q_tel{
    width: 14%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.q_tel img{
    width: 100%;
    
}
.tel-icon{
    width: 21%;
}
.q_tel .tel-text{
    width: 70%;
    padding-left: 9%;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.q_tel .tel-text:after{
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
}

.nav_ul{width:100%;text-align: right;font-size: 0;}

.nav_ul>li{display: inline-block;margin-left: 65px;position: relative;}

.nav_ul>li>a{outline: none;display: block;width:100%;padding:20px 0;position: relative;transition: all .3s;}

.nav_ul>li>a:after{position: absolute;left: 50%;top:0;content: "";width: 0;height: 3px;background-color:#003894;border-radius: 3px;

	-webkit-transition: all 0.5s ease-in-out;

	   -moz-transition: all 0.5s ease-in-out;

	    -ms-transition: all 0.5s ease-in-out;

	     -o-transition: all 0.5s ease-in-out;

	        transition: all 0.5s ease-in-out;

}

.nav_ul>li.on>a:after,.nav_ul>li:hover>a:after{width: 60%;transform: translateX(-50%);}

.nav_ul>li>a>span{display: block;width:100%;font-size: 16px;color:var(--dark333);line-height: 50px;height:50px;}

.nav_ul>li.on>a>span,.nav_ul>li:hover>a>span{color:#003894;}



/* q_nav_son */

.q_nav_son{width:300%;position: absolute;top:100%;left:-100%;padding:10px 0;z-index: 10;background-color: var(--white);

	display: none;box-shadow: 0 1px 1px #809cbb;

}

.q_nav_son>li{width:100%;margin:0 auto;padding:0;}

.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 14px;text-align: center;line-height: 36px;color:var(--dark555);}

.q_nav_son>li:hover{background-color:#003894;}

.q_nav_son>li:hover>a{color:var(--white);}





.q_right{width:100px;float:right;text-align: right;font-size: 0;}

.q_search{display: inline-block;width:30px;}

.q_search a{outline: none;display: block;width:100%;padding:20px 0;cursor: pointer;position: relative;}

.q_search a img{height:50px;}



.searchs_box{width:360px;position: absolute;top:20px;right:0;background-color: var(--white);display: none;}

.searchs_box:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.searchs_img{width:30px;height:50px;display: block;outline: none;border:0;float:right;

	background:url('../images/search.png') no-repeat center center;background-size: cover;

}

.searchs_input{width: calc(100% - 30px);float:left;padding:8px 15px;font-size: 16px;color:#555;

	line-height: 34px;height:50px;border:0;border-bottom: 1px solid #ccc;

}





.q_header.q_header_fixed{box-shadow: 0 0 1px #809cbb;}



/* q_header end! */



/* q_banner start! */

.q_banner{width:100%;position:relative;margin:90px auto 0;}

.q_banner .swiper_banner{width:100%;height:auto;}

.q_banner .swiper_banner .swiper-wrapper{width:100%;height:100%;}

.q_banner .swiper_banner .swiper-slide{width:100%;height:100%;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}

.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:15px;height:15px;background-color: #000;opacity: 0.5;}

.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}

.q_banner .swiper_banner .swiper_button_banner{background:none;width:56px;height:56px;line-height: 56px;margin-top: -28px;font-size: 30px;

  text-align: center;border-radius: 50%;border:1px solid #fff;color:#fff;opacity: 0;transition: all 0.3s;

}

.q_banner .swiper_banner .swiper_button_banner:after{content:'';}

.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_prev{left:3%;}

.q_banner .swiper_banner .swiper_button_banner.swiper_button_banner_next{right:3%;}

.q_banner:hover .swiper_banner .swiper_button_banner{opacity: 1;}



.banner_slide{width:100%;height:auto;position: relative;}

.banner_slide>a.img{padding:39% 0 0;}





.banner_bottom{width:100%;position: absolute;left:0;bottom:8%;z-index: 2;}

.banner_bottom_main{width:100%;margin:0 auto;position:relative;}

.banner_bottom_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}



.banner_bottom_l{width:calc(100% - 100px);float:left;}

.swiper_buttons{width:100%;margin:0 auto;position: relative;font-size: 0;}

.swiper_buttonss{width:45px;height:45px;border:3px solid var(--white);line-height: 36px;font-size: 30px;

	display: inline-block;border-radius: 50%;text-align: center;color:var(--white);cursor: pointer;

}

.q_banner .swiper_buttons{text-align: right;}

.q_banner .swiper_buttonss:nth-of-type(2){margin-left: 12px;}





.banner_scroll{width:100%;margin:40px auto 0;position: relative;font-size: 0;}

.banner_scroll:after{content:'';width:calc(100% - 90px);height:1px;background-color: rgba(255,255,255,.3);position: absolute;right:0;top:15px;}

.banner_scroll span{display: inline-block;font-size: 16px;line-height: 30px;font-family: DINCondMediumAlternate;text-transform: uppercase;color:var(--white);}



.banner_bottom_r{width:100px;position: absolute;right:0;bottom:0;}

.swiper_pagination_banner{font-size:0;text-align: right;font-family: HelveticaNeueLTProMdCn;}

.swiper_pagination_banner span{font-size: 16px;color:var(--white);line-height: 30px;vertical-align: baseline;display: inline-block;}

.swiper_pagination_banner span:nth-of-type(2){margin:0 2px;}

.swiper_pagination_banner span.dangqian{font-size: 20px;line-height: 30px;font-weight: 700;}

/* q_banner end! */



/* q_section start! */

.q_section{width:100%;margin:0 auto;position: relative;}



.section_title{width:100%;margin:0 auto 40px;position: relative;}

.section_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}



.section_title_l{width:85%;float:left;position: relative;}

.section_title_l .big{padding-left: 40px;font-size:35px;color:var(--dark333);line-height: 45px;font-weight: 700;position: relative;}

.section_title_l .big:before{content:'';width:18px;height:18px;background-color: rgba(204,204,204,.8);border-radius: 50%;

	position: absolute;left:0;top:0;

}

.section_title_l .big:after{content:'';width:18px;height:18px;background-color: rgba(233,70,40,.8);border-radius: 50%;

	position: absolute;left:8px;top:5px;

}

.section_title_l .small{margin:3px auto 0;font-size:22px;color:var(--dark666);line-height: 30px;}



.section_title_r{width:15%;position: absolute;right:0;bottom:10px;text-align: right;}

.section_title_more{width:100%;}

.section_title_more a{outline:none;display:block;width:100%;font-size: 0;}

.section_title_more a>*{display: inline-block;height:25px;line-height: 25px;vertical-align: middle;}

.section_title_more a span{font-size: 14px;color:var(--dark666);margin-right: 6px;transition: all .3s;}

.section_title_more a:hover span{margin-right:10px;color:#003894;}



.section_main{width:100%;margin:0 auto;position: relative;}



/* q_section end! */



/* q_product start! */

.product_top{padding:60px 0;}

.q_product .section_title{margin:0 auto;}



.product_group{width:100%;margin:0 auto;}

.product_block{width:100%;margin:0 auto;padding:40px 0;}

.product_block:nth-of-type(2n+1){background-color:var(--darkf9f9f9);}

.product_block_main{width:100%;margin:0 auto;}

.product_block_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.product_block_mask_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.product_block_img,.product_block_txt{width:50%;position: relative;height:390px;}

.product_block_img{float:right;}

.product_block_txt{float:left;}

.product_block:nth-of-type(2n) .product_block_img{float:left;}

.product_block:nth-of-type(2n) .product_block_txt{float:right;}

.product_block .img{height:100%;}

.product_block_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}

.product_block_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.product_block_img .product_block_mask{opacity:0;}

.product_block_img:hover .product_block_mask{opacity:1;}

.product_block_img .product_block_mask_main{text-align: center;padding:0 6%;color:var(--white);}

.product_block_img:before{content:'';width:100%;height:100%;background-image: var(--linear-background);

	position: absolute;left:0;top:0;z-index:1;opacity:0;transition: all .3s;

}

.product_block_img:hover:before{opacity:.9;}



.product_block_h a{outline:none;display:block;width:100%;font-size: 32px;line-height: 40px;color:var(--white);}

.product_block_span{margin:25px auto;font-size: 0;}

.product_block_span span{display: inline-block;width:10%;height:3px;background-color: #84e4d5;border-radius: 3px;}

.product_block_p{font-size:17px;line-height:1.6;}

.product_block_p p{width:100%;margin:0 auto;font-size:17px;line-height:1.6;}

.product_block_more{margin:25px auto 0;}

.product_block_more a{outline:none;display:block;width:100%;font-size: 16px;line-height: 25px;color:var(--white);}





.product_block_img .product_block_mask_main *{animation-duration: .6s;animation-delay: 1s;animation-fill-mode: both;}

.product_block_img:hover .product_block_mask_main .product_block_h{animation-name: lv-fadeInUp-short;animation-delay: .15s;}

.product_block_img:hover .product_block_mask_main .product_block_span{animation-name: lv-fadeInUp-short;animation-delay: .2s;}

.product_block_img:hover .product_block_mask_main .product_block_p{animation-name: lv-fadeInUp-short;animation-delay: .25s;}

.product_block_img:hover .product_block_mask_main .product_block_more{animation-name: lv-fadeInUp-short;animation-delay: .3s;}





.product_block_txt .product_block_mask_main{padding:0 22% 0 10%;}

.product_block:nth-of-type(2n) .product_block_txt .product_block_mask_main{padding:0 10% 0 22%;}

.product_block_line{width:15%;float:left;font-size: 0;padding:20px 0 0;}

.product_block_line span{display: block;width:100%;height:2px;border-radius: 2px;background-color:#003894;}

.product_block_body{width:78%;float:right;}

.product_block_body_h a{outline: none;display: block;width:100%;font-size: 32px;line-height:40px;color:var(--dark333);font-weight:700;}

.product_block_body_h a:hover{color:#003894;}

.product_block_body_p{margin:45px auto 0;font-size: 16px;color:#455774;line-height: 25px;text-align: justify;}

.product_block_body_more{margin:25px auto 0;}



/* q_product end! */



/* q_about start! */

.q_about{background:url('../images/q_about_bg.jpg') no-repeat center bottom;padding:100px 0 140px;}



.about_main{width:100%;margin:0 auto;position: relative;height:620px;}

.about_txt{width:64%;height:80%;background-color: rgba(255,255,255,.9);padding:60px 21% 30px 60px;position: relative;z-index: 1;}

.about_txt_h{font-size: 28px;color:var(--dark333);font-weight: 700;line-height: 35px;}

.about_txt_p{margin:25px auto 0;font-size: 16px;color:var(--dark555);text-align: justify;line-height: 1.6;}

.about_txt_p p{margin:20px auto 0;font-size: 16px;color:var(--dark555);text-align: justify;line-height: 1.6;}

.about_txt_p p:nth-of-type(1){margin:0 auto;}



.about_video{width:53%;height:88%;position: absolute;top:13%;right:0;z-index: 2;cursor: pointer;}

.about_video_img{width:100%;height:100%;position: relative;}

/*.about_video_img:after{content:'';width:95%;height:95%;background-color: #003894;position: absolute;right:-3px;bottom:-10px;z-index: -1;}*/

.about_video_img .img{height:100%;}



.about_video_mask{width:65px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}





.about_lists{width:47%;position: absolute;left:0;bottom:0;z-index: 3;padding:35px 60px;color:var(--dark333);

	background-image: var(--linear-background2);

}

.about_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.about_item{width:45%;float:left;margin:0 10% 20px 0;}

.about_item:nth-of-type(2n){margin:0 0 20px 0;}

.about_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.about_item_icon{width:34px;float:left;padding:15px 0 0;}

.about_item_txt{width:calc(100% - 56px);float:right;}

.about_item_txt .small{font-size: 16px;line-height: 25px;font-weight: 100;color:var(--dark555);}

.about_item_txt .big{margin:8px auto 0;font-size:18px;font-weight: 700;line-height: 25px;}



/* q_about end! */



/* q_honor start! */

.q_honor{background:url('../images/q_honor_bg.jpg') no-repeat center bottom;padding:100px 0 130px;}

.q_honor .section_title_l .big{color:var(--white);}

.q_honor .section_title_l .big:before{background-color: rgba(255,255,255,.8);}

.q_honor .section_title_l .small{color:var(--white);}

.q_honor .section_title_more a span{color:var(--white);}



.honor_swiper{width:100%;margin:0 auto;position: relative;}

.swiper_honor .swiper-wrapper{padding:0;}

.honor_slide{border:1px solid var(--darkbbb);background-color: rgba(7,23,59,.10);padding:60px 20px 40px;transition: background-color .2s;

	text-align: center;color:var(--white);

}

.honor_slide_num{color:#003894;font-size: 0;}

.honor_slide_num>*{display: inline-block;vertical-align: top;}

.honor_slide_num span{font-size:70px;font-weight: 700;line-height: 80px;}

.honor_slide_num i{font-style: normal;font-size:22px;line-height: 40px;margin-left: 5px;font-weight: 700;}

.honor_slide_h{margin:40px auto 20px;font-size:22px;font-weight: 700;line-height: 30px;height:30px;

	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;

}

.honor_slide_ul{height:400px;}

.honor_slide_ul li{font-size:16px;line-height: 40px;height:40px;

	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;

}

/*.honor_slide:hover{border:1px solid #003894;background-color:#003894;}

.honor_slide:hover .honor_slide_num{color:var(--white);}*/



.slide_button{width:50px;height:50px;text-align: center;line-height: 48px;font-size: 28px;position: absolute;top:50%;transform: translateY(-50%);

	background-color: var(--white);color:var(--dark333);border-radius: 50%;cursor: pointer;

}

.slide_button:hover{background-color: #003894;color:var(--white);}

.slide_button.slide_button_prev{left:-65px;}

.slide_button.slide_button_next{right:-65px;}



/* q_honor end! */



/* q_case start! */

.q_case{padding:130px 0;}

.case_nav{width:75%;position: absolute;right:0;bottom:0;}

.case_nav>ul{width:100%;text-align: right;font-size: 0;}

.case_nav>ul>li{display: inline-block;margin-left:10px;}

.case_nav>ul>li>a{outline: none;display: block;width:100%;border:1px solid var(--darkddd);padding:6px 30px;border-radius: 30px;

	font-size: 16px;color:var(--dark555);line-height: 25px;

}

.case_nav>ul>li>a:hover{background-image: var(--linear-background);color:var(--white);border:1px solid #3bb7ea;}



.case_item{width:calc((100% - 20px) / 4);float:left;height:275px;position: relative;}

.case_item:nth-of-type(1){height:560px;width:calc((100% - 20px) / 2);}

.case_item:nth-of-type(n+2){margin-left: 10px;}

.case_item:nth-of-type(n+4){margin-top: 10px;}

.case_item_img{width:100%;height:100%;overflow: hidden;}

.case_item_img .img{height:100%;}

.case_item_img:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}

.case_item_h{width:100%;position: absolute;left:0;top:0;padding:35px 40px;}

.case_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--white);line-height: 25px;}



/* q_case end! */



/* q_footer start! */

.q_footer{background-color: var(--blue);padding:50px 0;}

.footer_t{border-top:1px solid #003894;padding:30px 0;}

.footer_logo{width:200px;float:left;}

.footer_logo img{height:56px;}



.footer_list{width:calc(100% - 400px);float:left;margin-left: 150px;}

.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_item{width:45%;float:left;}

.footer_item:nth-of-type(2){width:55%;}

.footer_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_item_icon{width:44px;float: left;padding:3px 0 0;}

.footer_item_p{width:calc(100% - 68px);float: right;color:var(--white);height:50px;position: relative;}

.footer_item_p_block{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);}

.footer_item_p p{font-size: 16px;line-height: 25px;}



.footer_weixin{width:44px;float:right;position: relative;cursor: pointer;}

.footer_weixin_block{width:100px;position: absolute;left:-28px;top:-110px;border-radius: 2px;box-shadow: 0 0 2px #ccc;display: none;

	overflow:hidden;z-index: 5;

}



.footer_b span,.footer_b a{margin:0 10px 0 0;line-height: 25px;font-size: 15px;color:var(--white);outline: none;display: inline-block;opacity: .9;}

.footer_b a:hover{color:#003894;opacity: 1;}

.footer_b span a{margin:0;}

.footer_b span img{display: inline-block;width:25px;margin-right: 5px;}



/* q_footer end! */



/* banner_n start! */

.banner_n>.img{padding:28.125% 0 0;}

.banner_n>img{width:100%;}

/* banner_n end! */



/* nposition start! */

.nposition{background-color: #fafafa;}

.nposition_ul{width:40%;float:left;padding:15px 0;}

.nposition_block{width:100%;color:var(--dark333);line-height: 30px;height:30px;font-size: 14px;

	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;

}

.nposition_block>i{margin-right: 5px;color:var(--blue);}

.nposition_block a{outline: none;color:var(--dark333);margin:0 3px;}

.nposition_block a:hover{color:#003894;}

.nposition_block span{color:#003894;}



.nnav{width:56%;float:left;}

.nnav_ul{width:100%;text-align: right;font-size: 0;}

.nnav_ul>li{display: inline-block;margin-left:10px;}

.nnav_ul>li>a{outline: none;display: block;width:100%;padding:15px 15px;position: relative;}

.nnav_ul>li>a>span{display: block;width:100%;font-size: 14px;color:var(--dark333);line-height: 30px;height:30px;position: relative;}

.nnav_ul>li>a>span:before{content:'';width:1px;height:12px;background-color: var(--darkddd);position: absolute;top:10px;left:-20px;}

.nnav_ul>li:nth-of-type(1)>a>span:before{width:0;height:0;}

.nnav_ul>li>a:after{position: absolute;left: 50%;bottom:0;content: "";width: 0;height: 3px;background-color:#003894;border-radius: 3px;

	-webkit-transition: all 0.5s ease-in-out;

	   -moz-transition: all 0.5s ease-in-out;

	    -ms-transition: all 0.5s ease-in-out;

	     -o-transition: all 0.5s ease-in-out;

	        transition: all 0.5s ease-in-out;

}

.nnav_ul>li.on>a:after,.nnav_ul>li:hover>a:after{width: 100%;transform: translateX(-50%);}



/* nposition end! */



/* nmain start! */

.nmain{width:100%;margin:0 auto;padding:0;min-height: 500px;position: relative;}

.nmains{width:100%;position:relative;min-height: 420px;padding:45px 0 30px;}

.nmain_div{width:100%;margin:0 auto;padding:0;position: relative;}

.nmain_main{width:100%;margin:0 auto;padding:0;position: relative;}

.nmain_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}



.nmain_title{width:100%;margin:0 auto;}

.nmain_title .en{font-size:56px;color:var(--blue2);line-height: 60px;text-transform:capitalize;font-family: Arial;}

.nmain_title .cn{font-size:22px;color:var(--dark333);line-height: 30px;}



/* nmain end! */



/* nabout start! */

.ncompany{padding:80px 0 65px;}

.ncompany_main{width:100%;margin:0 auto;position: relative;min-height: 560px;}

.ncompany_img{width:46%;position: absolute;top:100px;right:0;text-align: right;}



.ncompany_contents{width:50%;}

.ncompany .nmain_title .cn{margin:20px auto 0;}

.ncompany_info{margin:10px auto 0;font-size:18px;color:var(--dark222);text-align: justify;line-height: 1.5;}

.ncompany_line{width:100%;margin:20px auto;height:0;border-bottom:1px solid var(--darkeee);position: relative;}

.ncompany_line:before{content:'';width:10%;height:3px;background-color: #003894;position: absolute;left:0;top:-1px;}

.ncompany_p{font-size: 16px;color:var(--dark222);text-align: justify;line-height: 2;}

.ncompany_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark222);text-align: justify;line-height: 2;}



.nevent{background:url('../images/nevent_bg.jpg') no-repeat center;
background-size:cover;
padding:80px 0 120px;}

.nevent_swiper{margin:0 auto;padding:0 60px;}

.swiper_nevent{width:100%;height:399px;position: relative;}

.swiper_nevent:before{content:'';width:100%;height:1px;background-color:var(--darkddd);position: absolute;left:0;top:200px;z-index: 1;}



.nevent_button{display: inline-block;width:46px;height:46px;font-size: 25px;line-height: 44px;position: absolute;top:50%;transform: translateY(-50%);

	background-image: var(--linear-background4);color:var(--white);border-radius: 50%;text-align:center;cursor: pointer;z-index: 1;

}

.nevent_button.nevent_button_prev{left:0;}

.nevent_button.nevent_button_next{right:0;}



.swiper_nevent .swiper-wrapper{height:100%;}

.swiper_nevent .swiper-wrapper .swiper-slide{height:100%;}

.nevent_slide{width:100%;height:100%;text-align: center;}

.nevent_slide_block{width:100%;height:100%;position: relative;}

.nevent_slide_circle{width:20px;height:20px;display: block;border-radius: 50%;padding:4px;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);

	background:none;border:1px solid rgba(255,255,255,.0);

}

.nevent_slide_circle_in{width:100%;height:100%;display: block;border-radius: 50%;background-color: var(--blue);}

.nevent_slide_h{width:100%;position: absolute;left:0;top:55%;font-size:17px;color:var(--darkaaa);line-height: 25px;height:25px;font-family: Arial;}



.nevent_slide_p{width:180%;position: absolute;left:-40%;top:75%;}

.nevent_slide_p_block{width:100%;position: relative;font-size:16px;color:var(--dark222);line-height: 1.6;opacity: 0;}

.nevent_slide_p_block p{width:100%;margin:0 auto;font-size:16px;color:var(--dark222);line-height: 1.6;}

.nevent_slide_p_block:before{content:'';width:1px;height:55px;background-color: var(--darkddd);position: absolute;left:50%;top:-70px;}





.swiper-slide-active .nevent_slide_circle{background-color: var(--white);border:1px solid var(--yellowBlod);}

.swiper-slide-active .nevent_slide_circle_in{background-color: var(--yellowBlod);}

.swiper-slide-active .nevent_slide_h{top:25%;font-size:56px;color:var(--yellowBlod);line-height: 65px;height: 65px;}

.swiper-slide-active .nevent_slide_p_block{opacity: 1;}







.nhonor{background:url('../images/nhonor_bg.png') no-repeat center bottom;padding:90px 0 100px;}

.nhonor .nmain_title{text-align: center;}

.tab.nhonor_tab{margin:35px auto 0;}

.tab.nhonor_tab .nhonor_tab_head{width:100%;margin:0 auto;}

.tab.nhonor_tab .nhonor_tab_nav{width:100%;margin:0 auto;text-align: center;font-size: 0;}

.tab.nhonor_tab .nhonor_tab_nav li{margin:0 6px;background-color: #ededed;border-radius: 5px;transition: all .3s;cursor: pointer;}

.tab.nhonor_tab .nhonor_tab_nav li a{padding:10px 45px;font-size: 14px;color:var(--dark222);line-height: 25px;

	outline: none;display: block;width:100%;border:0;border-radius:0;

}

.tab.nhonor_tab .nhonor_tab_nav li.active{background:none;background-image: var(--linear-background4);}

.tab.nhonor_tab .nhonor_tab_nav li.active a{color:var(--white);}



.tab-body.nhonor_tab_body{width:100%;margin:70px auto 0;padding:0;border:0;}



.nhonor_swiper{height:620px;position: relative;}



.nhonor_button{display: inline-block;width:46px;height:46px;font-size: 25px;line-height: 44px;position: absolute;top:66%;transform: translateY(-50%);

	background-image: var(--linear-background4);color:var(--white);border-radius: 50%;text-align:center;cursor: pointer;z-index: 3;

}

.nhonor_button.nhonor_button_prev{left:0;transform:rotate(-30deg);}

.nhonor_button.nhonor_button_next{right:0;transform:rotate(30deg);}



.nhonor_item{width:100%;text-align: center;}



.nhonor_item .nhonor_item_img{transition: all 1s;}

.swiper-slide-prev .nhonor_item ,.swiper-slide-next .nhonor_item {opacity: .3;}

.swiper-slide-prev .nhonor_item .nhonor_item_img{transform: scale(.7) rotate(-20deg);}

.swiper-slide-next .nhonor_item .nhonor_item_img{transform: scale(.7) rotate(20deg);}





.nhonor_item_img{width:100%;position: relative;text-align: center;}

.nhonor_item_img .img{padding:141% 0 0;}

.nhonor_item_img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;

  -webkit-transform: translate(-50%,-50%);

  -moz-transform: translate(-50%,-50%);

  -ms-transform: translate(-50%,-50%);

  -o-transform: translate(-50%,-50%);

  transform: translate(-50%,-50%);

}



.nhonor_item_txt{margin:20px auto 0;opacity: 0;}

.swiper-slide-active .nhonor_item .nhonor_item_txt{opacity: 1;transition: all 1s;}

.nhonor_item_h a{outline: none;display: block;width:100%;font-size: 17px;color:var(--dark333);line-height: 25px;max-height:50px;overflow:hidden;}





.tab-body.nhonor_tab_body .tab-panel{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}

.tab-body.nhonor_tab_body .tab-panel.active{animation-name: lv-fadeInUp-short;animation-delay: .25s;}

/* nabout end! */



/* nproduct start! */

.nproduct_nav{padding:60px 50px;}

.nproduct_swiper{width:100%;margin:0 auto;position:relative;}

.nproduct_slide{width:100%;padding:10px;}

.nproduct_slide_block{width:100%;position: relative;background-color:#e7e7e7;border-radius: 50%;}

.nproduct_slide_block:before{content:'';width:calc(100% + 20px);height:calc(100% + 20px);border:1px dashed #d2d2d2;border-radius: 50%;

	position: absolute;left:-10px;top:-10px;

}

.nproduct_slide_block .img{padding:100% 0 0;}

.nproduct_slide_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;cursor: pointer;}

.nproduct_slide_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.nproduct_slide_main{width:100%;padding:0 25px;text-align: center;font-size: 16px;color:var(--dark222);line-height: 25px;}



.swiper-slide-thumb-active .nproduct_slide_block{background-color: var(--blue);}

.swiper-slide-thumb-active .nproduct_slide_main{color: var(--white);}



.slide_nproduct_btn{width:30px;height:30px;text-align: center;line-height: 30px;font-size: 22px;

	color:var(--blue);cursor: pointer;position:absolute;top:50%;transform: translateY(-50%);

}

.slide_nproduct_btn.slide_nproduct_prev{left:-50px;}

.slide_nproduct_btn.slide_nproduct_next{right:-50px;}

.slide_nproduct_btn.swiper-button-disabled{opacity: .5;}



.nproduct_body{margin:20px auto 80px;}

.nproduct_list{width:100%;margin:0 auto;}

.nproduct_item{width:100%;margin:30px auto 0;background-color:#fbfbfb;border-radius:10px;overflow: hidden;}

.nproduct_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nproduct_item:nth-of-type(1){margin:0 auto;}



.nproduct_item .img{padding:50% 0 0;}

.nproduct_item_img{width:50%;float:right;overflow: hidden;}

.nproduct_item_img:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}



.nproduct_item_txt{width:50%;float:left;position: relative;}

.nproduct_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;cursor: pointer;}

.nproduct_item_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.nproduct_item_main{width:100%;margin:0 auto;padding:0 20% 0 10%;}

.nproduct_item_series{font-size: 18px;color:var(--dark131313);line-height: 25px;}

.nproduct_item_h{margin:20px auto 0;}

.nproduct_item_h a{outline: none;display: block;width:100%;font-size: 25px;color:var(--dark131313);line-height: 35px;text-align: justify;}

.nproduct_item_h a:hover{color:#003894;}

.nproduct_item_span{font-size: 14px;color:var(--dark555);line-height: 20px;}

.nproduct_item_p{margin:25px auto 0;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 25px;height:75px;

	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

}

.nproduct_item_more{margin:20px auto 0;}

.nproduct_item_more a{outline: none;display: inline-block;font-size:14px;line-height: 25px;color:var(--blue2);}

.nproduct_item_more a:hover{color:#003894;}

.nproduct_item_more a i{margin-left: 6px;}





.nproduct_list{animation-duration: 1s;animation-delay: 1s;animation-fill-mode: both;}

.swiper-slide-active .nproduct_list{animation-name: lv-fadeInUp-short;animation-delay: .25s;}

/* nproduct end! */



/* nproduct show start! */

.banner_product{width:100%;padding:70px 0;background:url('../images/banner_product_bg.jpg') repeat-y center center;min-height:530px;}

.banner_main{width:100%;margin:0 auto;}

.banner_main .nposition_block{color:rgba(255,255,255,.5);}

.banner_main .nposition_block>i{color:rgba(255,255,255,.5);}

.banner_main .nposition_block a{color:rgba(255,255,255,.5);}



.banner_content{margin:50px auto 0;}

.banner_img{width:50%;float:right;padding:0 50px;}

.bannerpro_swiper{width:100%;position: relative;}

.bannerpro_slide{width:100%;position: relative;}

.bannerpro_slide .img{padding:50% 0 0;}

.bannerpro_slide_img{width:100%;height:100%;position: absolute;left:0;top:0;}

.bannerpro_slide_img_in{width:100%;height:100%;position: relative;}

.bannerpro_slide_img img{display: block;max-width:100%;max-height: 100%;position: absolute;top: 50%;left: 50%;

  -webkit-transform: translate(-50%,-50%);

  -moz-transform: translate(-50%,-50%);

  -ms-transform: translate(-50%,-50%);

  -o-transform: translate(-50%,-50%);

  transform: translate(-50%,-50%);

}



.bannerpro_btn{width:40px;height:40px;line-height: 38px;font-size: 22px;color:var(--dark222);cursor: pointer;

	text-align: center;background-color: var(--white);border-radius: 50%;position: absolute;top:50%;transform: translateY(-50%);

}

.bannerpro_btn.bannerpro_btn_prev{left:-50px;}

.bannerpro_btn.bannerpro_btn_next{right:-50px;}

.bannerpro_btn.swiper-button-disabled{background-color: rgba(255,255,255,.3);color:var(--white);}





.banner_txt{width:46%;float:left;color:var(--white);}

.banner_txt_series{font-size: 22px;line-height: 30px;}

.banner_txt_h{font-size: 35px;text-align: justify;line-height: 45px;}

.banner_txt_span{margin:25px auto;}

.banner_txt_span span{padding:10px 15px;font-size: 15px;line-height: 25px;

	display: inline-block;background-color:rgba(255,255,255,.1);border-radius: 4px;border:1px solid rgba(255,255,255,.2);

}

.banner_txt_p{font-size: 16px;text-align: justify;line-height: 2;}



.nproduct_show{padding:70px 0 100px;}

.nproduct_show_span{margin:35px auto;}

.nproduct_show_span span{display: inline-block;padding:10px 45px;border-radius: 5px;font-size: 14px;line-height: 25px;

	color:var(--white);background-image: var(--linear-background4);

}



.nproduct_show_body{margin:0 auto;padding-top:20px;min-height: 400px;font-size: 16px;color:var(--dark333);line-height: 2;}

.nproduct_show_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark333);line-height: 2;text-indent: 32px;}



.nproduct_show_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}



/* nproduct show end! */







/* nnews start! */

.nnews_main{padding:0 0 20px;}

.nnews_list{padding:30px 0;}

.nnews_item{padding:60px 85px;transition: all .3s;}



.nnews_item_block{width:100%;position: relative;padding-left: 260px;}

.nnews_item_date{width:180px;position: absolute;left:0;top:0;text-align: center;height:130px;}

.nnews_item_date_block{width:100%;height:100%;position: relative;font-size: 0;}

.nnews_span{display: inline-block;width:100%;font-size: 20px;color:#0084c7;line-height: 30px;height:30px;font-family: Arial;}

.nnews_span.nnews_span2{display:none;}

.nnews_span.nnews_span1{position: absolute;left:0;bottom:10px;}

.nnews_span.nnews_span3{position: absolute;left:0;top:0;font-size: 76px;line-height: 90px;height:90px;}



.nnews_item_h a{outline:none;display:block;width:100%;font-size:19px;font-weight:700;color:var(--dark222);text-align:justify;line-height:25px;height:25px;

	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;

}

.nnews_item_span{margin:10px auto;}

.nnews_item_span span{margin-right: 30px;font-size: 16px;color:#979797;line-height: 25px;}

.nnews_item_span span i{margin-right:8px;}

.nnews_item_p{font-size: 17px;color:var(--dark555);text-align: justify;line-height: 30px;height:60px;

	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;

}



.nnews_item:hover{background-image: var(--linear-background32);}

.nnews_item:hover .nnews_span{color:var(--white);}

.nnews_item:hover .nnews_item_h a{color:var(--white);}

.nnews_item:hover .nnews_item_span span{color:var(--white);}

.nnews_item:hover .nnews_item_p{color:var(--white);}



/* nnews_show */

.nnews_show{padding:65px 0;}

.nnews_show_h{width:90%;margin:0 auto;text-align: center;font-size: 22px;color:#222;line-height: 35px;font-weight: 700;}

.nnews_show_span{margin:40px auto 0;padding:5px 0;border-top:1px solid var(--darkeee);border-bottom:1px solid var(--darkeee);}



.nnews_show_r{display: 15%;float:right;text-align: right;}

.nnews_show_r a{outline: none;display: block;width:100%;font-size: 16px;color:#979797;line-height: 25px;}

.nnews_show_r a i{color:var(--blue);margin-right: 8px;}



.nnews_show_l{width:80%;float:left;font-size: 0;}

.nnews_show_l span{display: inline-block;margin-right: 25px;font-size: 16px;color:#979797;line-height: 25px;}

.nnews_show_l span i{color:var(--blue);margin-right: 8px;}

.nnews_show_body{margin:10px auto 0;padding:50px 0;border-bottom:1px solid var(--darkeee);min-height: 400px;

	font-size: 17px;color:var(--dark555);line-height: 2;

}

.nnews_show_body p{width:100%;margin:0 auto;font-size: 17px;color:var(--dark555);line-height: 2;}



.nnews_show_body img{display:block;width:auto!important;height:auto!important;margin:20px auto!important;}



/* nnews end! */



/* ncase end! */

.ncase_main{width:100%;margin:0 auto;position: relative;}

.ncase_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ncase_list{margin:50px auto 65px;}

.ncase_item{width:100%;margin:60px auto 0;position: relative;border-radius: 15px;height:325px;background-color: #f5f5f5;transition: all .2s;}

.ncase_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ncase_item:nth-of-type(1){margin:0 auto;}

.ncase_item:nth-of-type(2n) .ncase_item_img{float:left;}

.ncase_item:nth-of-type(2n) .ncase_item_txt{float:right;}



.ncase_item_img{width:36.10%;float:right;height:100%;position: relative;border-radius: 15px;overflow: hidden;}

.ncase_item_img .img{height:100%;}

.ncase_item_img:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}

a.ncase_item_img_mask{outline: none;display: block;}

.ncase_item_img_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;transition: all .5s;}

.ncase_item_img_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.ncase_item_img_main{padding:0 20px;text-align:center;}

.ncase_item_img_line{display: block;width: 20%;height: 1px;background:var(--white);margin: 0 auto;opacity: 0;transition: 0.5s;}

.ncase_item_img_h3{margin:0 auto;display: block;color:var(--white);text-align: center;font-size: 14px;letter-spacing: 2px;

	height: 40px;line-height: 40px;opacity: 0;transition: 0.8s;

}





.ncase_item_txt{width:63%;float:left;height:100%;position: relative;}

.ncase_item_txt .img{height:100%;}



.ncase_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;transition: all .5s;}

.ncase_item_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.ncase_item_main{width:100%;margin:0 auto;padding:0 80px;}

.ncase_item_h a{outline: none;display: block;width:100%;color:var(--blue2);font-size: 25px;line-height: 35px;}

.ncase_item_block{margin:25px auto 0;}

.ncase_item_div{margin:15px auto 0;}

.ncase_item_div:nth-of-type(1){margin:0 auto;}

.ncase_item_div_h{font-size: 13px;color:var(--dark666);line-height: 25px;}

.ncase_item_div_p{font-size: 14px;color:var(--dark333);text-align: justify;line-height: 25px;}

.ncase_item_div_p p{width: 100%;margin:0 auto; font-size: 14px;color:var(--dark333);text-align: justify;line-height: 25px;}





.ncase_item:hover{background-color:var(--blue);}

.ncase_item:hover .ncase_item_img .ncase_item_img_mask{background-color: rgba(0,0,0,.5);}

.ncase_item:hover .ncase_item_img .ncase_item_img_line{width: 5%;opacity: 1;}

.ncase_item:hover .ncase_item_img .ncase_item_img_h3{opacity: 1;}

.ncase_item:hover .ncase_item_h a{color:var(--white);}

.ncase_item:hover .ncase_item_div_h{color:var(--white);}

.ncase_item:hover .ncase_item_div_p{color:var(--white);}

.ncase_item:hover .ncase_item_div_p p{color:var(--white);}





/* ncase_top */

.ncase_top{background:url('../images/ncase_top_bg.jpg') no-repeat center bottom;}

.ncase_top{padding:85px 0;}

.ncase_swiper{width:50%;float:left;height:446px;}

.swiper_ncase{height:100%;}

.swiper_ncase .swiper-wrapper{height:100%;}

.swiper_ncase .swiper-wrapper .swiper-slide{height:100%;}



.ncase_slide{width:100%;height:100%;border-radius: 15px;overflow: hidden;}

.ncase_slide .img{height:100%;}



.ncase .swiper_ncase .swiper_pagination_ncase{bottom:8%;}

.ncase .swiper_ncase .swiper_pagination_ncase .swiper-pagination-bullet{width:12px;height:12px;background-color:var(--white);opacity: 0.3;}

.ncase .swiper_ncase .swiper_pagination_ncase .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--white);opacity: 1;}



.ncase_top_txt{width:46%;float:right;height:446px;position: relative;}



.ncase_top_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}

.ncase_top_mask_in{width:100%;position: absolute;left:0;top:50%;

	transform: translateY(-50%);

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

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

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

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

}

.ncase_top_h{font-size: 25px;color:var(--dark131313);line-height: 35px;text-align: justify;}

.ncase_top_p{margin:20px auto 0;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 1.8;}

.ncase_top_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark131313);text-align: justify;line-height: 1.8;}

.ncase_top_style{margin:30px auto 0;}

.ncase_top_style_h{font-size: 14px;color:var(--dark131313);line-height: 20px;}

.ncase_top_ul{margin:10px auto 0;}

.ncase_top_ul li{float:left;margin-right: 10px;}

.ncase_top_ul li span{padding:7px 12px;font-size: 14px;line-height: 20px;border-radius: 3px;

	display: inline-block;background-color:var(--darkeee);color: #7b7b7b;

}



/* ncase_content */

.ncase_content{padding:65px 0;}



.ncase_more_list{margin:25px auto 0;}

.ncase_more_item{width:23.5%;float: left;margin:0 2% 0 0;}

.ncase_more_item:nth-of-type(4n){margin:0;}

.ncase_more_item_img{width:100%;border-radius: 5px;overflow: hidden;}

.ncase_more_item_img .img{padding:62.5% 0 0;}

.ncase_more_item_img:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}

.ncase_more_item_h{width:100%;margin:0 auto;padding:15px 10px;text-align: center;}

.ncase_more_item_h a{font-size: 15px;line-height: 25px;height:25px;

	outline: none;display: block;width:100%;margin:0 auto;color:var(--dark131313);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;

}

.ncase_more_item_h a:hover{color:#003894;}



/* ncase end! */



/* nservice start! */

.nensure{padding:70px 0 30px;}

.nensure_main{margin: 60px auto 0;}

.nensure_list{border-radius: 10px;box-shadow: 0 0 50px #e5e5e5;}

.nensure_item{width:20%;float:left;border-left: 1px solid var(--darkeee);padding:65px 45px;text-align: center;}

.nensure_item:nth-of-type(1){border-left: 0px solid var(--darkeee);}

.nensure_item_img img{width:60px;}

.nensure_item_txt{margin:35px auto 0;}

.nensure_item_h{font-size: 20px;color:var(--dark333);line-height: 25px;height:25px;

	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;

}

.nensure_item_p{margin:20px auto 0;font-size: 14px;color:var(--dark555);line-height: 22px;height:44px;

	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;

}



/* nservice end! */



/* nsupport start! */

.nsupport{padding:40px 0 20px;}

.nsupport_main{margin:60px auto 20px;}

.nsupport_list{margin:0 auto 50px;}

.nsupport_item{width:100%;margin:0 auto;}

.nsupport_item_title{width:100%;margin:0 auto;padding:20px 0;border-bottom:1px solid var(--darkddd);font-size: 16px;cursor: pointer;}

.nsupport_item_title:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nsupport_item_title>div{line-height: 25px;height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}



.nsupport_item_icon{width:25px;float:left;position: relative;margin-right:15px;}

.nsupport_item_h{width:calc(100% - 65px);float:left;color:var(--dark333);text-align: justify;}



.nsupport_item_arrow{width:25px;float:right;transition: all .3s;}



.nsupport_item_body{width:100%;margin:0 auto;padding:25px 0;font-size: 14px;color:var(--dark555);text-align: justify;line-height: 2;display: none;}

.nsupport_item_body p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);text-align: justify;line-height: 2;}



.nsupport_item.on .nsupport_item_title{border-bottom:1px solid var(--white);}

.nsupport_item.on .nsupport_item_arrow{transform: rotate(90deg);}

.nsupport_item.on .nsupport_item_h{color:var(--blue);}

.nsupport_item.on .nsupport_item_body{border-top:2px solid var(--blue2);}

/* nsupport end! */



/* ncontact start! */

.banner_form{width:100%;position: absolute;left:0;bottom:110px;}

.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}

.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.q_n_form .form-group{margin:0 auto;}

.q_n_form .q_form_div .form-group{width:16%;float:left;margin:0 1% 0 0;padding:0;}

.q_n_form .q_form_div .form-group:nth-of-type(3){width:21%;}

.q_n_form .q_form_div .form-group:nth-of-type(4){width:33%;}

.q_n_form .q_form_div .form-button{width:10%;float:left;margin:0;padding:0;}

.input-group{width:100%;}

.q_n_form .form-group .addon{background-color:var(--yellowBlod);color:var(--white);border: solid 1px var(--yellowBlod);

	height:40px;line-height: 26px;font-size: 18px;

}

.q_n_form .form-group .input{padding:10px 20px;line-height: 26px;height:46px;color:var(--white);border-radius: 5px;

	background-color: rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);

}

.q_n_form .form-group .input:focus{border: solid 1px var(--yellowBlod);}

.q_n_form .form-group input.input::-webkit-input-placeholder {color: var(--white);}

.q_n_form .form-group input.input::-moz-placeholder {color: var(--white);}

.q_n_form .form-group input.input::-ms-input-placeholder {color: var(--white);}



.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}

.q_n_form .form-button .button{display:block;width:100%;padding:10px 15px;font-size: 14px;line-height: 26px;letter-spacing: 1px;height:46px;

	background-color: var(--yellowBlod);color:var(--white);border: solid 1px var(--yellowBlod);

}





.ntel{padding:50px 0;}

.ntel_h{font-size: 22px;color:var(--dark222);line-height: 30px;}

.ntel_ul{margin:50px auto 20px;}

.ntel_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ntel_li{width:24%;float:left;margin-left: 1%;}

.ntel_li:nth-of-type(1){width:50%;margin-left: 0;}

.ntel_li:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.ntel_li_icon{width:50px;height:50px;float:left;}

.ntel_li_txt{width:calc(100% - 75px);float:right;height:50px;position: relative;color:var(--dark222);}

.ntel_li_txt_block{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);}

.ntel_li_txt_block span{display:block;width:100%;font-size: 16px;line-height: 25px;}



.ntel_list{margin:60px auto 0;}

.ntel_item{width:49%;float:left;margin:0 2% 0 0;box-shadow: 0 0 15px #ddd;position: relative;border-radius: 8px;padding:40px 35px 36px;

	background-repeat:no-repeat;background-size:cover;

}

.ntel_item:nth-of-type(1){background-image:url('../images/ntel_item_bg1.png');}

.ntel_item:nth-of-type(2){background-image:url('../images/ntel_item_bg2.png');}



.ntel_item:before{content: '';width:80px;height:6px;background-color: var(--blue2);position: absolute;left:35px;top:0;}

.ntel_item:nth-of-type(2n){margin:0;}

.ntel_item_block{width:100%;position: relative;z-index: 2;}

.ntel_item_h{font-size: 22px;color:var(--dark222);line-height: 30px;height:30px;}

.ntel_item_p{margin:15px auto 0;}

.ntel_item_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark222);text-align: justify;line-height: 28px;height:28px;

	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;

}

/* ncontact end! */



/* nmap start! */

.nmap{width:100%;height:650px;overflow: hidden;}

.allmap_map{width:50%;height:100%;position: relative;float:left;padding:1%;}
.allmap_map h4{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 3%;
    padding-bottom: 2%;
}
.allmap_map h4:after{
    position: absolute;
    content: "";
    background-color: #003894;
    width: 5%;
    height: 5px;
    border-radius: 5px;
    left: 48%;
    bottom: 0;
}

.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}

.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;font-family:"微软雅黑";position: relative;border:2px solid #125a9d;border-radius:10px}

.allmap b{color:var(--blue2);font-weight: 700;font-size: 17px;line-height: 30px;}

.allmap img{max-width: none;}

/* nmap end! */



/* nsearch start! */

.nsearch_main{padding:65px 0;}

.nsearch_title{text-align: center;font-size: 22px;color:var(--dark333);line-height: 30px;}

.nsearch_title span{color:var(--yellowBlod);margin:0 5px;}

.nsearch_list{margin:50px auto 0;}

.nsearch_item{width:23.5%;float:left;margin:0 2% 25px 0;}

.nsearch_item:nth-of-type(4n){margin:0 0 25px 0;}

.nsearch_item_img{width:100%;overflow: hidden;}

.nsearch_item_img .img{padding:75% 0 0;}

.nsearch_item_img:hover .img{

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  transform:scale(1.15,1.15);

}

.nsearch_item_catname{margin:15px auto 0;font-size: 14px;line-height: 20px;color:var(--darkbbb);}

.nsearch_item_h{margin:10px auto 0;}

.nsearch_item_h a{outline: none;display: block;width:100%;font-size: 16px;text-align: justify;color:var(--dark333);line-height: 25px;height:50px;

	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;

}

/* nsearch end! */





/* m_footer start! */

.footer_m {display: none;}

@media (max-width: 640px) {

  .q_footer {margin-bottom: 60px;}

  .footer_m {display: block;}

}

.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color:var(--dark555);}

.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_m_item {width:33%;float:left;height:40px;text-align: center;}

.footer_m_item a{outline: none}

.footer_m_item_icon {width:100%;height:20px;}

.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}

.footer_m_item_icon img{width:20px;height:20px;}

.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}

/* m_footer end! */




.index-plate1 .page-title,
.product-plate1 .page-title,
.product-plate3 .page-title{
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  z-index: 7;
  background: linear-gradient(0deg, #003894, #0058dd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate1 .page-English,
.product-plate1 .page-English,
.product-plate3 .page-English{
  margin-top: -2.6rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 2.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5rem;
  color: #fff;
  white-space: nowrap;
  -webkit-text-stroke: 1px #003894;
  opacity: 0.11;
}

.index-plate1 .wrap,
.product-plate1 .wrap,
.product-plate2 .wrap,
.product-plate3 .wrap,
.productDetail-top.wrap{
  width: 1560px;
  height: auto;
  margin: 0 auto;
}




.index-plate1 .page-button,
.product-plate1 .page-button,
.cent-bottom .page-button{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 2;
  width: 22%;
  padding: 1% 0;
  border-radius:36px;
  background: linear-gradient(90deg, #003894, #0058dd);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-plate1 .page-button span,
.product-plate1 .page-button span,
.cent-bottom .page-button span{
  position: relative;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .page-button em,
.product-plate1 .page-button em,
.cent-bottom .page-button em{
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 15%;
  background: url(../images/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .page-button:hover em,
.product-plate1 .page-button:hover em,
.cent-bottom .page-button:hover em{
  margin-left: 0.1rem;
}




.index-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.index-plate1 .plate1-top {
  position: relative;
  z-index: 7;
}
.index-plate1 .plate1-top .top-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height:5.6rem;*/
  margin-top: 3rem;
  margin-bottom: -2rem;
}
.index-plate1 .plate1-top .top-main .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 18%;
  height: 8.1rem;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
}
.index-plate1 .plate1-top .top-main .main-item:last-of-type::after {
  display: none;
}
.index-plate1 .plate1-top .top-main .main-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.6rem;
  margin-top: -0.3rem;
  background: #e5e5e5;
}
.index-plate1 .plate1-top .top-main .main-item .item-icon {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
}
.index-plate1 .plate1-top .top-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-top .top-main .main-item .item-icon .img2 {
  opacity: 0;
}
.index-plate1 .plate1-top .top-main .main-item .item-title {
  width: 100%;
  margin-top: 0.1rem;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-top .top-main .main-item .item-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 0;
  background: #fff url(../images/icon-arrow.png) no-repeat center center;
  background-size: 10px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-top .top-main .main-item-on {
  height: 11rem;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #003894, #0058dd);
}
.index-plate1 .plate1-top .top-main .main-item-on::after {
  background: transparent;
}
.index-plate1 .plate1-top .top-main .main-item-on .item-icon .img1 {
  opacity: 0;
}
.index-plate1 .plate1-top .top-main .main-item-on .item-icon .img2 {
  opacity: 1;
}
.index-plate1 .plate1-top .top-main .main-item-on .item-title {
  font-weight: bold;
  color: #fff;
}
.index-plate1 .plate1-top .top-main .main-item-on .item-arrow {
  width: 1.26rem;
  height: 1.26rem;
  margin: 0.85rem auto 0;
}
.index-plate1 .plate1-main {
  position: relative;
  margin-top: -0.36rem;
}
.index-plate1 .plate1-main .main-wrap {
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate1 .plate1-main .main-wrap .wrap-box {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-pic {
  width: 100%;
  height:100%;
  overflow: hidden;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-web-pic {
  display: none;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: auto;
  padding: 8% 0 1% 0;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  background: linear-gradient(0deg, #003894, #0058dd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-subTitle {
  width: 100%;
  font-size: 50px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(0deg, #003894, #0058dd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-button {
  width: auto;
 line-height: 2;
  margin: 0.15rem auto 0;
  padding: 0 5%;
  font-size:20px;
  font-weight: 100;
  text-align: center;
  align-items: middle;
  color: #003894;
  border: solid 1px #003894;
  border-radius: 40px;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 5% 0;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item {
  position: relative;
  width: 18%;
  height: auto;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  margin-top: -0.22rem;
  background: rgba(0, 0, 0, 0.08);
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item .item-icon {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 auto;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item .item-icon img {
  width: 100%;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  color: #003894;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .cent-lump .lump-item:last-of-type::after {
  display: none;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent .page-button {
  margin-top: 0.45rem;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 2rem);
  height: auto;
  margin-right: 2.2rem;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  border-radius:2%;
  overflow: hidden;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 4%;
  font-size:24px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #003894;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.22rem;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev img,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev .img2,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev:hover,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next:hover {
  border: solid 1px #003894;
  background: #003894;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev:hover .img1,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev:hover .img2,
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-prev {
  left: -0.85rem;
}
.index-plate1 .plate1-main .main-wrap .wrap-cont .plate1-swiper-button-next {
  right: -0.85rem;
}
.index-plate1 .plate1-main .main-wrap-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
















.product-plate1 {
  width: 100%;
  height: auto;
  padding: 4% 0;
}
.product-plate1 .plate1-top {
  width: 100%;
  height: auto;
  margin-top: 4.5rem;
  border-bottom: solid 1px #e6e6e6;
}
.product-plate1 .plate1-top .top-main {
  display: flex;
  justify-content: center;
}
.product-plate1 .plate1-top .top-main .main-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 5%;
  padding-bottom: 1%;
}
.product-plate1 .plate1-top .top-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #003894;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate1 .plate1-top .top-main .main-item .item-icon {
  position: relative;
  width: 4.4rem;
  height: 4rem;
  text-align: center;
  margin: 0 auto;
}
.product-plate1 .plate1-top .top-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate1 .plate1-top .top-main .main-item .item-icon .img2 {
  opacity: 0;
}
.product-plate1 .plate1-top .top-main .main-item .item-title {
  margin-top: 1rem;
  font-size: 18px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate1 .plate1-top .top-main .main-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product-plate1 .plate1-top .top-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.product-plate1 .plate1-top .top-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.product-plate1 .plate1-top .top-main .main-item:hover .item-title {
  color: #003894;
}
.product-plate1 .plate1-top .top-main .main-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product-plate1 .plate1-top .top-main .main-item-on .item-icon .img1 {
  opacity: 0;
}
.product-plate1 .plate1-top .top-main .main-item-on .item-icon .img2 {
  opacity: 1;
}
.product-plate1 .plate1-top .top-main .main-item-on .item-title {
  font-weight: bold;
  color: #003894;
}
.product-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.product-plate1 .plate1-main .main-item {
  position: relative;
  width: calc(100% / 2 - 0.7rem);
  /*height: 4.8rem;*/
  border-radius: 0.15rem;
  overflow: hidden;
}
.product-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-plate1 .plate1-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate1 .plate1-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 12% 8% 0;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: 1.4rem;
  background: linear-gradient(0deg, #003894, #0058dd);
  -webkit-background-clip: text;
  /*line-height: 1.5;*/
  color: transparent;
  font-weight: 100;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-subTitle {
  margin-top: 0.5rem;
  font-size: 2.1rem;
  font-weight: bold;
  background: linear-gradient(0deg, #003894, #0058dd);
  -webkit-background-clip: text;
  line-height: 1.7;
  color: transparent;
}
.product-plate1 .plate1-main .main-item .item-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #003894;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-plate1 .plate1-main .main-item .item-cent .page-button {
  /*width: 1.24rem;*/
  /*height: 0.4rem;*/
  margin-top: 1.3rem;
}



.product-plate2 {
  width: 100%;
  height: auto;
  padding-bottom: 3.5rem;
}
.product-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
}
.product-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 4 - 1rem);
  height: auto;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1.3rem 1.2rem 1.35rem;
  border-radius: 0.5rem;
  background: rgba(243, 245, 247, 0.5);
  border: solid 1px #dbe5f5;
  overflow: hidden;
}
.product-plate2 .plate2-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #003894;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.product-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  /*height: 3.5rem;*/
}
.product-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-item .item-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate2 .plate2-main .main-item .item-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-plate2 .plate2-main .main-item:hover {
  background: #fff;
  border: solid 1px #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.product-plate2 .plate2-main .main-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product-plate2 .plate2-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product-plate2 .plate2-main .main-item:hover .item-title {
  color: #003894;
}
.product-plate3 {
  width: 100%;
  height: auto;
  padding: 0 0 6.2rem;
}
.product-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  margin-top: 5rem;
}
.product-plate3 .plate3-main .main-item {
  width: calc(100% / 3 - 1.6rem);
  height: auto;
  margin-bottom: 0.45rem;
  margin-right: 2.4rem;
  cursor: pointer;
}
.product-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.product-plate3 .plate3-main .main-item .item-pic {
  position: relative;
  width: 100%;
  /*height: 3.6rem;*/
  background: #000;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate3 .plate3-main .main-item .item-pic .item-play {
  position: absolute;
  top: 42%;
  left: 42%;
  width: 3.56rem;
  height: 3.56rem;
  margin: -0.28rem 0 0 -0.28rem;
  background: url(../images/icon-video-play2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate3 .plate3-main .main-item .item-pic .item-play:hover {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.product-plate3 .plate3-main .main-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product-plate3 .plate3-main .main-item:hover .item-title {
  color: #003894;
}
.product-plate3 .page-button {
  margin: 0 auto;
}

.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  width: 67%;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  width: 100%;
  height: 100%;
-o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
}
.video-popup .video-container {
  position: relative;
  height: 0;
  padding-top: 20px;
  padding-bottom: 56%;
  overflow: hidden;
}
.video-popup .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.productDetail-top {
  margin-top: 1rem;
  padding: 0.5rem 0 0.8rem;
}
.productDetail-top .top-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.productDetail-top .top-main .main-cont {
  width: 50%;
  height: auto;
  padding-bottom: 0.4rem;
  border-radius: 0.5rem;
  background: #f9fafb;
  border: solid 1px #dbe5f5;
  overflow: hidden;
}
.productDetail-top .top-main .main-cont .cont-top {
  position: relative;
  width: 100%;
  /*height: 6rem;*/
}
.productDetail-top .top-main .main-cont .cont-top .top-item {
  display: none;
  width: 100%;
  height: 100%;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-video {
  width: 100%;
  height: 100%;
  background: #000;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-video video {
  width: 100%;
  height: 100%;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.95rem;
  height: 0.96rem;
  margin: -0.48rem 0 0 -0.475rem;
  background: url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-top .top-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-top .top-main .main-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.46rem;
  margin-top: 0.4rem;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 5 - 0.8rem);
  /*height: 0.9rem;*/
  margin-right: 1rem;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 1px #003894;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box img {
  opacity: 1;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev,
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 17px;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev img,
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev .img2,
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img1,
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img2,
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-prev {
  left: 0.55rem;
}
.productDetail-top .top-main .main-cont .cont-bottom .bottom-swiper-button-next {
  right: 0.55rem;
}
.productDetail-top .top-main .main-cent {
  width: 50%;
  height: auto;
  padding: 5%;
}
.productDetail-top .top-main .main-cent .cent-tips {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 2rem;
  background: #003894;
  font-weight: 100;
}
.productDetail-top .top-main .main-cent .cent-title {
  margin: 1.3rem 0 1.7rem;
  padding-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: solid 1px #e0e7f2;
  background: linear-gradient(90deg, #003894, #0058dd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.productDetail-top .top-main .main-cent .cent-lump {
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.7;
  color: #333;
}
.productDetail-top .top-main .main-cent .cent-lump em {
  margin-right: 0.06rem;
  color: #003894;
}
.productDetail-top .top-main .main-cent .cent-lump span {
  font-weight: bold;
}
.productDetail-top .top-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 3.6rem;
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-right: 0.16rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #e1251b, #ff352a);
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button em {
  width: 0.22rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button em img {
  display: block;
  width: 100%;
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button span {
  display: block;
  font-size: var(--fs16);
  color: #fff;
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button:nth-child(2) {
  background: linear-gradient(90deg, #ff4a00, #ff7600);
}
.productDetail-top .top-main .main-cent .cent-bottom .bottom-button:hover {
  transform: translatey(-0.05rem);
  -o-transform: translatey(-0.05rem);
  -moz-transform: translatey(-0.05rem);
  -webkit-transform: translatey(-0.05rem);
}
.productDetail-top .top-main .main-cent .cent-bottom .page-button span {
  font-size: 1.2rem;
  font-weight: 100;
}
.productDetail-top .top-main .main-cent .cent-bottom .page-button em {
  margin-left: 0.5rem;
}
.productDetail-top .top-main .main-cent .cent-bottom .page-button:hover {
  transform: translatey(-0.05rem);
  -o-transform: translatey(-0.05rem);
  -moz-transform: translatey(-0.05rem);
  -webkit-transform: translatey(-0.05rem);
}
.productDetail-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.8rem;
  background: url(../images/icon/icon-bg-arrow.png) no-repeat top center;
  background-size: 100%;
}
.productDetail-plate1 .plate1-main {
  position: relative;
}
.productDetail-plate1 .plate1-main .main-swiper {
  width: 12.4rem;
  height: auto;
  margin: 0 auto;
  padding-left: 1px;
  overflow: hidden;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide {
  width: calc(100% / 9 - 0.17778rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(9n) {
  margin-right: 0;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 1.2rem;
  border-radius: 0.05rem;
  border: solid 1px #d1ddf2;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic {
  border: solid 1px #003894;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  font-weight: bold;
  color: #003894;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide-on .slide-box .box-pic {
  border: solid 1px #003894;
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide-on .slide-box .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate1 .plate1-main .main-swiper .swiper-slide-on .slide-box .box-title {
  font-weight: bold;
  color: #003894;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev,
.productDetail-plate1 .plate1-main .plate1-swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 17px;
  margin: -8.5px 0 0 -4.5px;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev img,
.productDetail-plate1 .plate1-main .plate1-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.productDetail-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.productDetail-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.productDetail-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-prev {
  left: 0;
}
.productDetail-plate1 .plate1-main .plate1-swiper-button-next {
  right: 0;
}
.productDetail-content{
    text-align: center;
}





.new-about-5-con-top h1{
    font-weight:bold;
    font-size:5rem;
    line-height:104%;
    color:rgba(1, 70, 143, 0.06);
    text-align:center;
}

.new-about-5-con-top h2{
    font-weight:normal;
    font-size:2rem;
    line-height:140%;
    color:#000000;
    text-align:center;
    margin-top: -3%;
}

.new-about-5-con-top p{
    font-weight:normal;
    font-size:1rem;
    line-height:140%;
    color:#000000;
    text-align:center;
    margin-top: 2rem;
}



.new-about-5-fengcai{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 3%;
    
}
.new-about-5-fengcai .fengcai-img{
    width: 23%;
    margin: 1%;
    text-align: center;
    
}
.new-about-5-fengcai .fengcai-img img{
  width: 100%;
}

.new-about-5-fengcai .fengcai-img img:hover{
  transform: scale(1.1);
  transition-duration:0.5s;-webkit-transition-duration:0.5s;-webkit-animation-duration:0.5s;animation-duration:0.5s;
}









@media screen and (max-width: 1559px) {
    
    .index-plate1 .wrap,
.product-plate1 .wrap,
.product-plate2 .wrap,
.product-plate3 .wrap,
.productDetail-top.wrap{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.index-plate1{
    padding: 5% 4%;
}

.index-plate1 .plate1-top .top-main{
    display: flex;
    flex-wrap: wrap;
}
.index-plate1 .plate1-top .top-main .main-item{
    width: 20%;
}
.index-plate1 .plate1-top .top-main .main-item-on{
    height: 8.1rem;
}
.index-plate1 .page-title,
.product-plate1 .page-title,
.product-plate3 .page-title{
font-size: 2.6rem;

  line-height: 2;

}
.index-plate1 .page-English,
.product-plate1 .page-English,
.product-plate3 .page-English{
  margin-top: -3.6rem;
  font-size: 1.6rem;

  letter-spacing: 0.5rem;
 
}
.index-plate1 .plate1-main .main-wrap .wrap-box {
      box-shadow: 0 0 0.2rem 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-pic{
    display: none;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-web-pic{
    display: block;
    width: 100%;
}
.index-plate1 .plate1-main .main-wrap .wrap-box .box-cent{
    width: 100%;
    position: relative;
    padding: 8% 0;
}
.product-plate1 .plate1-main{
    padding: 0 2%;
}
.product-plate1 .plate1-main .main-item .item-cent{
    /*padding: 5% 2%;*/
}
.product-plate2{
    padding: 0 2%;
}

.product-plate3 .plate3-main{
    margin-top: 3rem;
}
.product-plate3{
    padding: 4% 2%;
}

.productDetail-top .top-main .main-cent .cent-bottom .page-button span{
    font-size: 1rem;
}



    
}





@media screen and (max-width: 1150px){
    
    .product-plate1 .plate1-main .main-item .item-cent .cent-title{
        font-size: 1rem;
    }
  .product-plate1 .plate1-main .main-item .item-cent .cent-subTitle{
      font-size: 1.6rem;
  }  
    .product-plate1 .plate1-main .main-item .item-cent .cent-text{
        font-size: 1rem;
    }
    .product-plate1 .plate1-main .main-item .item-cent .page-button span{
        font-size: 0.8rem;
    }
    .product-plate2 .plate2-main .main-item{
    
  width: calc(100% / 3 - 1.2rem);
  height: auto;
  margin-right: 1.5rem;
    }
    .product-plate2 .plate2-main .main-item:nth-child(3n){
        margin-right: 0;
    }
    .product-plate2 .plate2-main .main-item:nth-child(4n){
        margin-right: 1.5rem;
    }
    
    .cent-bottom .page-button{
        width: 30%;
    }
    
}

@media screen and (max-width: 1000px){
    
    .product-plate1 .plate1-main{
        display: none;
    }
    
     .cent-bottom .page-button{
        width: 40%;
    }
    
}

@media screen and (max-width: 800px){
    
   .product-plate2 .plate2-main .main-item{
    
  width: calc(100% / 2 - 1.2rem);
  height: auto;
  margin-right: 1.5rem;
    }
    .product-plate2 .plate2-main .main-item:nth-child(3n){
        margin-right: 1.5rem;
    }
    .product-plate2 .plate2-main .main-item:nth-child(2n){
        margin-right: 0rem;
    }
    .product-plate3 .plate3-main{
        display: flex;
        flex-wrap: wrap;
    }
    .product-plate3 .plate3-main .main-item{
        width: 100%;
        margin: 0 0 5% 0;
    }
     .cent-bottom .page-button{
        width: 45%;
    }
    .productDetail-top .top-main{
        display: flex;
        flex-wrap: wrap;
    }
    .productDetail-top .top-main .main-cont{
        width: 100%;
    }
    .productDetail-top .top-main .main-cent{
        width: 100%;
    }
}





