@charset "utf-8";
/* CSS Document */
.m { max-width: 1400px; width: 100%; padding: 0 0px; height: 100%;  margin: 0 auto; display: block;  position: relative;}
/*Nybanner*/
.n_banner{ height:436px; background-size: cover !important;  position: relative;}
.n_banner .m{ display: flex; align-items: center;}
.n_banner .m h3{ color: #fff; font-size:30px; font-weight: bold;}

.position{ position: relative;  height:30px; margin-top: -40px;}
.position .m{  font-size: 16px;color: #fff; display: flex; align-items: center;}
.position .m>svg{ margin-right:6px; width:20px; height: 20px;}
.position svg path{ fill: #fff;}
.position img{ vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}
.position span, .position a, .position i {font-size: 16px;color: #fff;}
.position i{margin: 0px .5rem;font-style: normal; display: block; width: 8px; height: 8px; }
.position span { padding-left:7px; padding-right:7px; color: #fff;font-style: normal;} 
.position a:hover {color: #fff;}
.position svg{ display: block;}

.Nylocation{
	position:absolute;
	bottom:0px;
	right:0px;
	height: 74px;
	line-height: 74px;
	width:100%;
}

.Nylocation .now-lm{
	float: right;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	padding: 0 18px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	margin-right: 5px;
	position: relative;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #000;
}
.Nylocation .now-lm a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 89%;
	background: #f4f4f4;
	left: 0;
	bottom: -90%;
	z-index: 11;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	bottom: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a span{
	display: inline-block;
	position: relative;
	z-index: 22;
}



#n_main{ width: 100%; overflow: hidden; background: url(../images/s_about_bg.jpg) center top no-repeat;}
.n_nav{ padding-top: 2.75rem; }

.n_nav .box{ height: 3.5rem; position: relative; margin-bottom: 2.5rem; display: flex; align-items: baseline; justify-content: space-between;}

.n_nav .box:before{ content: ""; display: block; width: 100%; height: 3px; background: #e6e6e6; position: absolute; left: 0; bottom: 0;}

.n_nav h3{ font-size: 2rem;}
.n_nav ul{ display: flex; align-items: center; justify-content: flex-end;}
.n_nav ul li{ margin-left: 3.125rem; position: relative;}

.n_nav ul li a{ font-size: 1.125rem; font-weight: bold; color: #585858; display: block; height: 2.625rem; }
.n_nav ul li:before { content: ""; display: block; width: 100%; height: 3px; background: #0150ce; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: hidden; transform: scaleX(0); }
.n_nav ul li:hover:before { transform: scaleX(1); opacity: 1; visibility: visible; }
.n_nav ul li.on:before { transform: scaleX(1); opacity: 1; visibility: visible; }
.n_nav ul li:hover a{ color: #0150ce;}
.n_nav ul li.on a{ color: #0150ce;}



.n_subnav{ margin-bottom: 3rem;}
.n_subnav ul{ display: flex; flex-flow: wrap; justify-content:center; } 
.n_subnav ul li{ padding: 0 7.5px; min-width: 15rem;}
.n_subnav ul li a{ display: block; text-align: center; position: relative; z-index: 1; overflow: hidden; transition:.5s ; font-size: 1rem; color:#494949; display: block; padding: 0 .875rem; height: 3.125rem; line-height: 3.125rem; border-radius: 2rem; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem;  }

.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 #d1d1d1;border-radius: 2rem; }
.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: -moz-linear-gradient(left, #2b4886 0%, #0150ce 100%);
   background: -webkit-linear-gradient(left, #2b4886 0%,#0150ce 100%);
   background: -o-linear-gradient(left, #2b4886 0%,#0150ce 100%);
   background: linear-gradient(left, #2b4886 0%,#0150ce 100%);
}
.n_subnav ul li.on a{ color: #fff; }
.n_subnav ul li.on a:before{ border: 2px solid #0150ce;}
.n_subnav ul li.on a:after{ width: 100%;}

/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #044fc9; margin-bottom: 3rem;
    ​background: -moz-linear-gradient(left, #2b4886 0%, #0150ce 100%);
    background: -webkit-linear-gradient(left, #2b4886 0%,#0150ce 100%);
    background: -o-linear-gradient(left, #2b4886 0%,#0150ce 100%);
    background: linear-gradient(left, #2b4886 0%,#0150ce 100%);
}

#m_n_nav .m{ display: flex; align-items: center; justify-content: space-between;}
#bnt_back { }
#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 { 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 #ca9e4e; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #ca9e4e; }
#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 2px; 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: #ca9e4e; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #ca9e4e; }
#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: #0150ce;}
#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: #ca9e4e; }


.n_about{}
.n_about .m{ display: flex;}
.n_about .left{ width:600px; flex-shrink: 0; max-width: 50%;}
.n_about .img img { width:100%;}

.n_about .right{ flex-grow: 1; padding-left: 50px; padding-top: 0rem;}
.n_about .tt{ margin-bottom:10px;}
.n_about .tt h3{ font-size:30px; color: #0150ce;font-family: BarlowCondensed-SemiBold; margin-bottom:6px; }
.n_about .tt h4{ font-size:26px; color: #4d4d4d;}
.n_about .con{ font-size:16px; line-height: 28px; color: #696969; text-align:justify;}

.n_shuzi{ width: 100%; overflow: hidden; background: url(../images/n_shuzi_bg.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}
.n_shuzi .n_tt{ margin-bottom: 3.5rem;}
.n_shuzi .n_tt h3{ color: #fff; font-weight: normal; font-size: 2.75rem; line-height: 4rem;}
.n_shuzi ul{ display: flex; flex-flow: wrap;}
.n_shuzi ul li{ width: 25%;}
.n_shuzi ul li .box{ width: 100%; height: 17.5rem; position: relative; z-index: 1; background: rgba(189, 193, 204, 0.3); -webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.n_shuzi ul li:nth-child(1) .box:before{ display: none;}
.n_shuzi ul li .box:before{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 0;background: rgba(189, 193, 204, 0.35); }
.n_shuzi ul li .box:after{ content: ""; display: block; width: 100%; height: 0; position: absolute; z-index: -1; left: 0; top: 0; opacity: 0; visibility: hidden; transition: .5s;
    background-image: -moz-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);
    background-image: -webkit-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);
    background-image: -ms-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);
}
.n_shuzi ul li .box .ico{ margin-bottom: .5rem;}
.n_shuzi ul li .box .ico img{}
.n_shuzi ul li .txt{ font-family: BarlowCondensed-Medium; display: inline-flex; position: relative; align-items: flex-start; margin-bottom: .5rem;}
.n_shuzi ul li .txt span{ font-size: 3.625rem; color: #fff; }
.n_shuzi ul li .txt i{ font-size: 1.875rem; color: #fff; display: block; right: -1rem; position: absolute;}
.n_shuzi ul li p{ font-size: 1rem; color: #fff; line-height: 1.5; padding: 0 1rem; height: 2rem; text-align: center;}
.n_shuzi ul li:hover .box:after{ height: 100%; opacity: 1; visibility: visible;}

.n_linian{ background: url(../images/n_linian_bg.jpg) center no-repeat; background-size: cover;}
.n_linian .box{ background: #fff; padding: 3.25rem 2.75rem; transition: .5s;}
.n_linian .txt{margin-bottom: 1rem;}
.n_linian .txt h5{ font-size: 1.125rem; color: #727272; margin-bottom: 1.125rem;}
.n_linian .txt p{font-size: 1.5rem;line-height: 2rem;color: #28447f;height: 6rem;}
.n_linian .img{}
.n_linian .box:hover .img img{ transform: scale(1.1);}




.n_container{  background:#f4f4f4;background-size:100% auto;width: 100%;}
.title01 h3{ font-size:28px; color:#333333; font-weight:bold; margin-bottom:20px; text-align:center}

.n_about{ padding: 70px 0 50px;}
.n_about .fl01{padding-bottom: 0;}
.n_about .fl01 .left{width: 16.25rem;}
.n_about .fl01 .left h3{font-size:2rem;color:#333333;margin-bottom: 2.75rem;font-weight:bold;}
.n_about .fl01 .left h4{font-size:16px;color:#5e5f63;margin-bottom: 0.375rem;letter-spacing: 1px;}
.n_about .fl01 .left h5{font-family: Roboto;font-size: 14px;color:#bcbcbc;margin-bottom: 2.5rem;text-transform:uppercase;letter-spacing: 1px;}
.n_about .fl01 .right{width: calc(100% - 16.25rem);padding-left: 4rem;}
.n_about .fl01 .right .ar_article p{ color:#7d7d7d}

.n_about ul.ul01{font-size:0;overflow: hidden;margin: 3rem 0 4rem;}
.n_about ul.ul01 li{display:inline-block;width: auto;position:relative;text-align: left;margin-right: 6.25rem;}
.n_about ul.ul01 li a{display:inline-block;position:relative;padding: 0;text-align: left;}
.n_about ul.ul01 li a h3{font-size: 2.75rem;color: #333;margin-bottom:3px;padding: 0 0.5rem;}
.n_about ul.ul01 li a h3 span{font-weight: bold;font-family: Roboto;}
.n_about ul.ul01 li a h3 small{font-size: 2rem;color: #333;vertical-align: baseline;margin-left:0.5rem;font-family: Roboto;font-weight: bold;}
.n_about ul.ul01 li a h5{font-size: 14px;color: #76797c;padding: 0;}
.n_about ul.ul02{ padding-bottom:20px}

.n_about ul.ul02 li img{ width:100%}
.n_about ul.ul02 .miso-dots{padding-bottom:0}
.n_about ul.ul02 .miso-dots li{ width:0.625rem; height:0.625rem; background:#a0a7ab; border-radius:50%; margin:0 0.625rem}
.n_about ul.ul02 .miso-dots li.miso-active{ background:#373f47;}
.n_about ul.ul02 .miso-prev, .n_about ul.ul02 .miso-next{width:50px;height:50px;background-size:cover !important;margin-top: -25px;opacity: 0;transition: 0.6s;}
.n_about ul.ul02 .miso-prev{ background:url(../images/left04.png) center bottom no-repeat; left:1.75rem}
.n_about ul.ul02 .miso-next{ background:url(../images/right04.png) center bottom no-repeat; right:1.75rem}

.ar_article.ar_web{display:block}
.ar_article.ar_wap{ display:none}




.body_index { height:100%; width:1200px; margin:0 auto; }
.body_index2 { height:100%; width:1400px; margin:0 auto; }

.template{padding: 65px 0 75px 0;width: 100%;overflow: hidden;  }
.template2{padding: 65px 0 75px 0;width: 100%;overflow: hidden; background:#f5f5f5;  }
.title{ font-size: 36px; font-weight:bold; text-align: center; color: #000;}
.subtitle{font-size: 16px;margin-top: 20px;text-align: center;color: #777;}
.subtitle2 { width:70%; margin:0 auto; font-size: 18px; font-weight:bold; margin-top: 20px;text-align: center; line-height:30px;}

.category{text-align: center;}
.category ul{overflow: hidden;margin-top: 40px;background-color: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.1); border-radius: 3px;display: inline-block;}
.category ul li{ float: left;display: inline-block;font-size: 20px; height: 50px; line-height: 45px;width: 340px; text-align: center;position: relative; cursor: pointer;}
.category ul li:after{content: '';height: 50%; border-left: 1px solid #eee; position: absolute; right: 0; top: 25%;}
.category ul li:last-child:after{border-left: none;}
.category ul li:hover{color: #0c5196;}
.category ul li.active{background:#0c5196;color: #fff;}
.category ul li.active:after{border-left: none;}
.content{width: 100%;height: auto;margin-top: 60px;}
.content.active{display: block;}


.aicontent{width: 100%;height: auto;margin-top: 60px; display:none}
.aicontent.active{display: block;}


.mt20 { margin-top:20px;}
.mt40 { margin-top:40px;}
.sectitle {font-size: 28px; font-weight:bold; text-align: center; color:#0c5196; }
.secsubtitle { width:80%; margin:0 auto; font-size: 18px;  margin-top: 20px;text-align: center; line-height:30px;}
.secaboutcon { margin-top:30px;}
.secaboutconL { float:left; width:709px;}
.secaboutconR { float:left; width:460px; margin-left:31px;}
.secaboutconR li { display:block; width:460px; height:74px; margin-bottom:36px;}
.secaboutconR li:last-child { margin-bottom:0px;}

.secaboutconR li img { float:left; width:68px;}
.secaboutconRtit { float:left; width:370px; padding-left:22px; }
.secaboutconRtit p { font-size:20px; font-weight:bold; display:block; line-height:35px;}
.secaboutconRtit span { font-size:16px; line-height:24px;}


.secline { width:1200px; height:2px; background:#e4e4e4; margin-top:60px;}

.secaboutcon2 { margin-top:30px;}
.secaboutcon2 li { float:left; display:block; width:380px; margin-right:30px;}
.secaboutcon2 li:nth-child(3n) { margin-right:0px;}

.secaboutcon2 li img { width:380px;}
.secaboutconRtit2 { width:380px; padding-bottom:22px; text-align:center; }
.secaboutconRtit2 p { font-size:20px; font-weight:bold; display:block; line-height:35px;}
.secaboutconRtit2 span { font-size:16px; line-height:24px; }

.secaboutconRtit5 { width:380px; padding-bottom:22px; text-align:left; }
.secaboutconRtit5 p { font-size:20px; font-weight:bold; display:block; line-height:35px; margin-top:8px;}
.secaboutconRtit5 span { font-size:16px; line-height:24px;color:#7a7a7a;}


.secaboutcon3 { margin-top:30px;}
.secaboutcon3L { float:left; width:530px;}
.secaboutcon3R { float:left; width:650px; margin-left:20px;}
.secaboutcon3R li { display:block; font-size:16px; width:650px; line-height:28px; padding:12px 0px; overflow:hidden;}
.secaboutcon3R li.bg1 { background:#0b2457;  color:#fff;}
.secaboutcon3R li.bg2 { background:#e7e7e7}
.secaboutcon3R li p { float:left; width:15%; text-align:left; padding-left:1.5%;} 
.secaboutcon3R li span { float:left; display:block; width:81.5%; padding-left:1%; padding-right:1%; } 



.secaboutcon4 { margin-top:30px;}
.secaboutcon4 li { float:left; display:block; width:585px; margin-right:30px;}
.secaboutcon4 li:last-child { margin-right:0px;}

.secaboutcon4 li img { width:585px;}
.secaboutconRtit4 { width:585px; padding-top:22px; text-align:center; }
.secaboutconRtit4 p { font-size:16px; font-weight:bold; display:block; line-height:26px;}




.about-tit-cn{
	font-size: 42px;
	line-height: 55px;
	color: #2d4b76;
}
.about-tit-en{
	font-family: Arial;
	font-size: 17px;
	line-height: 25px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 10px;
}
.Nybanner{
	position:relative;
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}

.Nybanner .cont {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.Nybanner .cont .tit {
  font-size: 0.6rem;
  margin-bottom: 0.14rem;
}
.Nybanner .cont .tit span {
  position: relative;
}
.Nybanner .cont .tit span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/hongxingh1.svg) no-repeat center;
  background-size: contain;
}

.Nybanner .cont .text {
  max-width: 50%;
  line-height: 30px;
  font-size: 16px;
}

.Nybanner .img img:nth-child(2) { display: none;}

@media (max-width: 1580px) {
  .Nybanner .cont .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .Nybanner .cont .text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Nybanner .cont .tit span:after { top: 6px;}
  .Nybanner .cont .text { max-width: 100%;}
  .Nybanner .img img:nth-child(1) {display: none;}
  .Nybanner .img img:nth-child(2) {display: block;}
}







/*about*/
.main-color { color: #d50a00;}
.color-f { color: #fff;}
.color-9 {color: #c7c7c7;}
.pt-5 { padding-top:50px !important;}
.pb-5 { padding-bottom:50px !important;}
.pb-xl-5 { padding-bottom: 50px !important;}
.pt-xxl-4 { padding-top: 50px !important;}
.pt-lg-4 { padding-top: 20px !important;}
.fw-bold { font-weight: 700 !important;}
.mt-xl-5 { margin-top: 30px !important;}
.position-relative { position: relative !important;}

.about-page .section1{padding:2% 0 5%;background-image:url(../img/sec/about-section1-bg.jpg);background-repeat:no-repeat;background-size:100%;background-position-y:bottom}
.about-page .section1 .content{display:flex;justify-content:space-between}
.about-page .section1 .content .info{width:30%}
.about-page .section1 .content .info ul{display:flex;flex-wrap:wrap}
.about-page .section1 .content .info ul li{width:50%;margin-top:10%}
.about-page .section1 .content .info ul li i { font-style:normal;}

.about-page .section1 .content .text{width:55%;line-height:30px}
.about-page .section1 .content .text a{width:150px;height:40px;display:flex;justify-content:center;align-items:center;border:1px #004dff solid;border-radius:20px}
.about-page .section1 .content .text a:hover{background-color:#004dff;color:#fff}
.about-page .section1 .content .text a:hover .icon{color:#fff}
.about-page .section2{background-image:url(../img/sec/about-section2-bg.jpg);background-size:cover;background-position:center center;position:relative;z-index:1}
.about-page .section2 .content{position:relative;justify-content:center;align-items:center;display:flex;margin:6% 4%}
.about-page .section2 .content .chapter-item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:460px;height:460px;margin:auto;border:1px rgba(255,255,255,0.2) solid;border-radius:50%;position:relative}
.about-page .section2 .content .chapter-item .chapter-line{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:50%}
.about-page .section2 .content .chapter-item .chapter-text{width:380px;height:380px;border-radius:50%;background-color:rgba(255,255,255,0.1);position:relative}
.about-page .section2 .content .chapter-item .chapter-text ul li{height:100%}
.about-page .section2 .content .chapter-item .chapter-text ul li .item{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-page .section2 .content .chapter-item .chapter-text ul li .item .desc{color:rgba(255,255,255,0.6);width:70%;line-height:28px}
.about-page .section2 .content .chapter-item .chapter-title ul li{position:absolute;cursor:pointer}
.about-page .section2 .content .chapter-item .chapter-title ul li span{width:10px;height:10px;background:rgba(255,255,255,0.6);border-radius:50%;z-index:2;position:relative;display:block}
.about-page .section2 .content .chapter-item .chapter-title ul li span::before{content:'';position:absolute;top:-2px;left:-2px;width:14px;height:14px;box-shadow:inset #004dff 0 0 5px;border-radius:50%;opacity:0}.about-page .section2 .content .chapter-item .chapter-title ul li.active span{background:#004dff}
.about-page .section2 .content .chapter-item .chapter-title ul li.active span::before{animation:warn 2s ease-out .2s infinite}
.about-page .section2 .content .chapter-item .chapter-title ul li h4{position:absolute;width:120px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(1){left:48%;top:-5px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(1) h4{top:-46px;left:-50px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(2){right:-2px;top:40%}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(2) h4{top:-16px;left:26px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(3){right:15%;bottom:12%}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(3) h4{top:-16px;left:36px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(4){left:15%;bottom:12%}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(4) h4{top:-16px;right:36px}
.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(5){left:-2px;top:40%
}.about-page .section2 .content .chapter-item .chapter-title ul li:nth-child(5) h4{top:-16px;right:6px}
.about-page .section3{background-image:url(../img/sec/about-section3-bg.jpg);background-size:cover;background-position:center center}
.about-page .section3 .item{background-color:#fff;width:580px;height:290px;border-radius:10px;box-shadow:0 0 10px 2px rgba(0,0,0,0.08);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto}
.about-page .section3 .item .desc{line-height:30px}
.about-page .section3 .btn>div{position:absolute;top:0;bottom:0;display:flex;width:24px;height:24px;justify-content:center;align-items:center;margin:auto;z-index:10}
.about-page .section3 .btn>div:hover .icon{color:#004dff}
.about-page .section3 .btn>div.course-prev{left:0}
.about-page .section3 .btn>div.course-next{right:0}

.about-page .section3 .btn>div.course-prev svg { color:#666;}
.about-page .section3 .info{position:relative}
.about-page .section3 .info::before{content:'';position:absolute;left:15px;right:15px;top:8px;height:1px;background:#c7c7c7}
.about-page .section3 .gallery-year{width:50%;margin:auto; }
.about-page .section3 .gallery-year .swiper-wrapper { margin-top:4px;}

.about-page .section3 .gallery-year ul li{display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer}
.about-page .section3 .gallery-year ul li h4{position:relative}
.about-page .section3 .gallery-year ul li h4::before{content:'';position:absolute;left:0;top:4px;height:1px;background-color:#004dff;transition:.5s;width:0;z-index:2}
.about-page .section3 .gallery-year ul li.swiper-slide-thumb-active h4{color:#004dff}
.about-page .section3 .gallery-year ul li.swiper-slide-thumb-active h4::before{width:100%}
.about-page .section3 .course-prev,.about-page .section3 .course-next{position:absolute;top:-6px}
.about-page .section3 .course-prev:hover .icon,.about-page .section3 .course-next:hover .icon{color:#004dff}
.about-page .section3 .course-prev{left:0}
.about-page .section3 .course-next{right:0}
.about-page .section4 ul li .img{background-color:#fff;height:100px;display:flex;justify-content:center;align-items:center;border:1px #ddd solid}
.about-page .section4 ul li .img img{max-width:90%;max-height:90%}
.about-page .section4 .client-pagination span{margin:0 3px}
@keyframes warn{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:.5;transform:scale(4)}}



.color-3 { color: #333;}
.fadeInUp { -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}



.isMobile { display: none !important;}
.rotate180 { transform: rotate(180deg);}



/*product*/
.product{ padding:15px 0 78px;}
.n-product-list{ width: 100%;}
.pro-list{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.pro-list:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.pro-list .pic{
	border: 1px solid #e8e8e8;
	height:100%; 
	max-height:326px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-list .pic img{
	width:100%;
	height: 100%;
}
.pro-list .info{
	background: #f5f5f5;
	padding: 20px 22px 25px;
	position: relative;
}
.pro-list .info::after,
.pro-list .info::before{
	content: "";
	position: absolute;
	width: 100%;
	height:3px;
	background: #0c5196;
	left: 0;
	top: 0;
	z-index: 11;
}
.pro-list .info::before{
	background: #f08400;
	z-index: 22;
	width: 0;
	transition: all .5s ease;
}
.pro-list:hover .info::before{
	width: 100%;
	transition: all .5s ease;
}
.pro-list .info .tit{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height:25px;
	line-height: 25px;
	color: #2d4b77;
	overflow:hidden;
}
.pro-list .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height:50px;
	margin-top: 15px;
}


.pro-list2{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.pro-list2:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.pro-list2 .pic{
	border: 1px solid #e8e8e8;
	height:100%; 
	max-height:326px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-list2 .pic img{
	width:100%;
	height: 100%;
}
.pro-list2 .info{
	background: #f5f5f5;
	padding: 20px 22px 25px;
	position: relative;
}


.pro-list2 .info .tit{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	height:25px;
	line-height: 25px;
	color: #2d4b77;
	overflow:hidden;
}
.pro-list2 .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height:75px;
	margin-top: 15px;
}
.pro-list3 div.pdg:nth-child(3n+4) {
    clear: left;
}


/*productDe*/
.productDe-lm{
	padding: 56px 0 0 0;
	text-align: center;
}
.productDe-lm .container{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 24px;
}
.productDe-lm a{
	display: inline-block;
	font-size: 18px;
	color: #222222;
	line-height: 28px;
	margin: 0 36px;
}
.productDe-lm a:hover,
.productDe-lm a.on{
	color: #f08400;
}
.productDe-lm i{
	display: block;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 12px;
}
.productDe{
	padding:30px 0 80px 0;
}
.productDe .Pic{
	width: 500px;
	float: left;
	height: 100%;
	border: 1px solid #e8e8e8;
	position: relative;
}
.proDeSwiper{
	overflow: hidden;
	position: relative;
	height:0px;
	padding-bottom: 100%;
}
.proDeSwiper .swiper-slide{
	text-align: center;
	padding: 0px 0px;
/*
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
*/
}
.mag-thumb{
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.proportion{
	height: 500px;
}

.proDeSwiper .swiper-slide .mag-eg-el img{ width:100%;}
.productDe .Info{
	width:  calc(100% - 500px);
	float: left;
	background: #e7e7e7;
	height: 500px;
	padding: 42px 50px 30px;
	overflow-y: auto;
}
.productDe .Info .title{
	font-family: Arial;
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	text-align:left;
}

.productDe .Info .title span { font-size: 30px; font-weight:normal; padding-left:20px; text-align:right; float:right;}

.productDe .Info .title2 {
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
	margin-top:15px;
	font-weight: normal;
}

.productDe .Info .content{
	font-size: 16px;
	min-height:168px;
	line-height: 28px;
	margin-top: 30px;
}

.productDe .Info .fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.productDe .Info .item-btns { padding-top:10px; width:100%;}
.productDe .Info .item-btn { cursor: pointer; float: left; display: inline-block; width: 140px; height: 44px; line-height: 42px; border-radius: 0; font-size: 16px; text-align: center; border: solid 1px #005BAC; color: #005BAC; background:#b3cdea; }
.productDe .Info .item-btn:hover { background-color: #005BAC; color: #fff; }
.productDe .Info .item-btn:first-child { margin-right: 24px; }
.productDe .Info .pro-share { float: left; /*margin-left: 17px;*/ margin-top: 18px; margin-bottom: 10px;}

.productDe .Info .xinxi { padding-top:20px;}
.productDe .Info .xinxi p { float: left; padding-right: 15px;}

.proDeP,
.proDeN{
	width: 45px !important;
	height: 45px !important;
	background: #2d4b77 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
	top: auto !important;
	bottom: -1px;
	color: #fff;
}
.proDeN{
	right: 453px !important;
}
.proDeP{
	left: auto !important;
	right: 0px !important;
	background: #2d4b77 !important;
	color: #fff;
}
.proDeP i,
.proDeN i{
	font-size: 18px;
	transition: .5s;
}
.proDeP:hover i {
	transform: translateX(-10px);
	transition: .5s;
}
.proDeN:hover i {
	transform: translateX(-10px);
	transition: .5s;
}
.pro-tab-warp{
	padding-bottom: 80px;
}
.pro-tab{
	margin-top: 40px;
}
.pro-tab:first-child{
	margin-top: 0;
}
.pro-tab-tit{
	position: relative;
	background: #eeeeee;
	height: 72px;
	line-height: 72px;
}
.pro-tab-tit span{
	display: inline-block;
	text-align: center;
	padding: 0 32px;
	background: #2d4b77;
	font-size: 26px;
	color: #fff;
	position: relative;
}
.pro-tab-tit span::after{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #f08400;
	transform: rotate(45deg);
	left: -4.5px;
	top: 50%;
	margin-top: -4.5px;
}
.pro-tab .row{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px; 
	margin-bottom:40px;
}
.pro-tab .row img { width:auto; max-width:100%;}

.pro-tab .row .pdg{
	padding: 0 10px;
}
.pro-td{
	background: #f5f5f5;
	padding: 16px 17px;
	margin-bottom: 16px;
}
.pro-td .num{
	color: #f5f5f5;
	-webkit-text-stroke: 1px rgba(45,75,119,1);
	font-size: 42px;
	line-height: 45px;
	font-family: Arial;
	z-index: 1;
	transition: all .5s ease;
}
.pro-td .tit{
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	color: #333333; 
}
.pro-td .line{
	width: 21px;
	height: 3px;
	background: #f08400;
	margin-top: 20px;
}
.pro-tab .content{
	font-size: 17px;
	line-height: 28px;
	color: #555;
	margin-top: 55px;
}
.pro-tab .content table{
	width: 100%;
}
.pro-tab .content table tr td{
	border: 1px solid #fff;
	height: 58px;
	font-size: 18px;
	font-family: Arial;
	text-align: center;
	color: #333333;
	background: #f5f5f5;
}
.pro-tab .content table tr:nth-child(1) td{
	background: #2d4b77;
	color: #fff;
	height: 58px;
}
.pro-tab#pro1 .content table tr:nth-child(1) td{
	background: #f1f1f1;
	color: #333333;
	height: 58px;
}
.pro-tab .content table tr:nth-of-type(2n+2) td{
	background: #f1f1f1;
}
.proYySwiper{
	overflow: hidden;
	position: relative;
	margin-top: 38px;
}
.pro-yy .line{
	width: 100%;
	height: 4px;
	background: #333333;
	position: relative;
}
.pro-yy .line::after{
	content: "";
	position: absolute;
	width: 18px;
	height: 100%;
	background: url("../img/sec/pro-yy-line.png");
	overflow: hidden;
	background-size: cover;
	transition: all .5s ease;
}
.pro-yy:hover .line::after{
	width: 100%;
	background-size: #f08400;
	transition: all .5s ease;
}
.pro-yy .tit{
	border: 1px solid #d5d5d5;
	border-top: none;
	line-height: 61px;
	padding: 0 26px;
	font-size: 18px;
	color: #333333;
}
.proTabN,
.proTabP{
	width: 32px !important;
	height: 32px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(45,75,118,0) !important;
	border: 1px solid #2d4b76;
	color: #2d4b76;
	margin-top: -16px !important;
	transition: all .5s ease;
}
.proTabN:hover,
.proTabP:hover{
	background: rgba(45,75,118,1) !important;
	color: #fff;
	transition: all .5s ease;
}
.proTabN{
	right: 45px !important;
}
.proTabP{
	left: auto !important;
	right: 85px !important;
}
.proTabN i,
.proTabP i{
	font-size: 14px;
}
.proXgcpSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 35px;
	padding-bottom: 35px;
}
.proXgcpSwiper .nypro-list .pic{
	height:100%;
	max-height: 280px;
}

.proXgcpSwiper .nypro-list .pic img { width:100%;}
.proXgcpSwiper .nypro-list .info{
	padding: 3px 0 0 0;
}
.proXgcpSwiper .nypro-list .tit{
	padding: 0 20px;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
}
.nypro-list .info::after, .nypro-list .info::before{
	height: 3px;
}


.proXgcpSwiper .nypro-list{
	margin-bottom: 28px;
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list .pic{
	border: 1px solid #e8e8e8;
	height:100%; 
	max-height:326px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proXgcpSwiper .nypro-list .pic img{
	width:100%;
	height: 100%;
}
.proXgcpSwiper .nypro-list .info{
	background: #f5f5f5;
	padding: 15px 22px 15px;
	text-align:center;
	position: relative;
}
.proXgcpSwiper .nypro-list .info::after,
.proXgcpSwiper .nypro-list .info::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #333333;
	left: 0;
	top: 0;
	z-index: 11;
}
.proXgcpSwiper .nypro-list .info::before{
	background: #f08400;
	z-index: 22;
	width: 0;
	transition: all .5s ease;
}
.proXgcpSwiper .nypro-list:hover .info::before{
	width: 100%;
	transition: all .5s ease;
}



/******************翻页*************************/
.service .container{ padding: 80px 0 0;}

.service .sertit { width:80%; margin:0 auto; text-align:center; font-size:16px; line-height:26px; margin-bottom:20px;}

.service-list{
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding: 50px 36px 45px;
	transition: all .5s ease;
}

.service-list::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 33;
	border-radius: 100%;
}
.service-list img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto !important;
}
.service-list .tit{
	font-size: 22px;
	line-height: 35px;
	text-align:center;
	color: #222222;
	margin: 18px 0 25px;
}
.service-list .sub{
	text-align:left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
}


/******************翻页*************************/
.solution {
  width: 100%;
  padding: 0.62rem 0 0.74rem;
}
.solution .container .solution-list {
  width: 100%;
}
.solution .container .solution-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.solution .container .solution-list ul li {
  width: 31%;
  position: relative;
  margin-right: 3.5%;
  margin-bottom: 0.4rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
.service .container{ padding: 40px 0 40px;}
.service-list {padding: 20px 36px 13px;}
.service-list .tit{line-height: 30px;margin: 10px 0 15px;}

  .solution .container .solution-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.solution .container .solution-list ul li a {
  display: block;
}
.solution .container .solution-list ul li .img {
  width: 100%;
  position: relative;
}
.solution .container .solution-list ul li .img::before {
  content: '';
  width: 100%;
  padding-top: 50.51%;
  display: block;
}
.solution .container .solution-list ul li .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.solution .container .solution-list ul li .tbox {
  width: 100%;
  background: #f8f8f8;
  padding: 0.3rem;
  position: relative;
}
.solution .container .solution-list ul li .tbox::after {
  content: '';
  width: 0;
  height: 2px;
  background: #003686;
  position: absolute;
  left: 0%;
  bottom: 0;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .t1 {
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
}
.solution .container .solution-list ul li .tbox .t2 {
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.13rem;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .t2 {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .solution .container .solution-list ul li .tbox .t2 {
    padding-right: 0;
  }
}
.solution .container .solution-list ul li .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.solution .container .solution-list ul li .tbox .more span {
  display: inline-flex;
  height: 36px;
  align-items: center;
  color: #3971ad;
}
.solution .container .solution-list ul li .tbox .more span img {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  transition: all ease-out 0.3s;
}
.solution .container .solution-list ul li .tbox .more span:hover img {
  margin-left: 0.2rem;
}
.solution .container .solution-list ul li .tbox .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  transition: all 0.3s linear;
  height: 20px;
}
@media (max-width: 1580px) {
  .solution .container .solution-list ul li .tbox .more i {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.solution .container .solution-list ul li .tbox .more i img,
.solution .container .solution-list ul li .tbox .more i svg {
  float: left;
  width: 30%;
}
.solution .container .solution-list ul li .tbox .more i img path,
.solution .container .solution-list ul li .tbox .more i svg path {
  fill: #fff;
}
.solution .container .solution-list ul li:hover {
  transform: translateY(-10px);
}
.solution .container .solution-list ul li:hover .img::after {
  opacity: 1;
}
.solution .container .solution-list ul li:hover .tbox::after {
  width: 100%;
}
.solution .container .solution-list ul li:hover .tbox .more i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.solution-banner .img:after {
  background-color: #132d78;
  opacity: 0.5;
}
.solution-banner .cont .tit span:after {
  display: none;
}
.solution-banner .cont .ckbox {
  display: flex;
  margin-top: 0.55rem;
}
.solution-banner .cont .ckbox a {
  width: 1.84rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.3s;
  color: #004896;
  background: #fff;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .solution-banner .cont .ckbox a {
    width: 2.2rem;
    height: 0.7rem;
  }
}
.solution-banner .cont .ckbox a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
  position: relative;
  background-color: #004896;
  border-radius: 50%;
}
.solution-banner .cont .ckbox a span img,
.solution-banner .cont .ckbox a span svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
}
.solution-banner .cont .ckbox a span img:nth-child(2),
.solution-banner .cont .ckbox a span svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.solution-banner .cont .ckbox a span svg {
  width: 42%;
}
.solution-banner .cont .ckbox a span svg path {
  fill: #fff;
}
.solution-banner .cont .ckbox a:hover {
  color: #fff;
  background: #004896;
}
.solution-banner .cont .ckbox a:hover span {
  background-color: #fff;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(1) {
  opacity: 0;
}
.solution-banner .cont .ckbox a:hover span img:nth-child(2) {
  opacity: 1;
}
.solution-banner .cont .ckbox a:hover span svg path {
  fill: #004896;
}
.solution2-breadbox {
  background: #f8f8f8;
}



/******************翻页*************************/

.nynews { width: 100%; padding: 0.42rem 0 0.44rem;}
.blog_list { position:relative; width:100%; }


.blog-item { position:relative; width:100%; overflow:hidden;  padding:20px;}
/*.blog-item:nth-child(2n+1) {background:#f9f9f9;}*/
/*.blog-item:before { content: ""; position: absolute; left: 0; bottom: 0; width:100%; height: 1px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }*/
.blog-item .item-wrap { }
.blog-item .item-img { position:relative; display:block; max-width:26%;margin:0 20px 0 0;float:left;}
.blog-item .item-img img { position:relative; width:100%;}
.blog-item .item-info {    float: right;width: 72%; }
.blog-item .item-info .item-title { font-size:20px;font-weight: normal;float:left; padding-top:10px;}
.blog-item .item-info time { display:block;font-size: 16px; margin:8px 0; float:right;}
.blog-item .item-info .item-detail { color:#9d9d9d; line-height:26px;}
.blog-item .item-info .item-more {
    float: right;
    color: #014099;
    margin: 10px 0 0;
    padding: 7px 15px;
    border: 2px #014099 solid;
}
.blog-item .item-info .item-more:hover{color: #fff;background:#014099;}
.head-title{width: 100%;display: inline-block;margin-bottom: 20px;padding-bottom: 15px;border-bottom: solid 1px #e5e5e5;}

@media (max-width: 767px) {
	.blog-item .item-img  { float:none; width:100%; max-width:100%; margin-right:0px; }
	.blog-item .item-img img { width:100%;}
	.blog-item .item-info {    float: none;width: 100%; }
	}

/*contact*/
.contact{ padding: 60px 0 0px;}
.contact .container{
	position: relative;
	margin-top: 50px;
	margin-bottom:50px;
}
.contact .Info{
	background: #f8f8f8;
	width: 46.25%;
	padding:2%;
	float: left;
	height:460px;
}

.contact .Info .contacttit1 { font-size:22px; font-weight:bold;}
.contact .Info .contacttit2 { font-size:16px; padding-top:8px; line-height:30px;}

.cbox-42-0 { margin-top:15px;} 
.cbox-42-1 { float:left; overflow: hidden; max-width: 140px;}
.cbox-42-2 { float:left; overflow: hidden; padding-left:20px; align-self:center; padding-top:20px;}

.contact .maps{
	width: 53.75%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
/*message*/
.message{
	padding: 80px 0 120px;
	background: #f6f5f4;
}
.message .container{
	max-width: 1168px;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	outline: none;
	padding: 0 18px;
	font-size: 16px;
	color: #222;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	outline: none;
	padding: 18px;
	font-size: 16px;
	margin-top: 14px;
	color: #222;
}
.message .row input[type=button]{
	width: 415px;
	height: 55px;
	border-radius: 5px;
	background: #2d4b76;
	margin: 28px auto 0;
	display: block;
	border: none;
	outline: none;
	font-size: 17px;
	color: #fff;
}

.contact .about-tit-cn{
	text-align: center;
	color: #222222;
}
.contact .about-tit-en{
	text-align: center;
}
.message .about-tit-cn{
	text-align: center;
	color: #222222;
}
.message .about-tit-en{
	text-align: center;
}


media ( min-width:1200px ) and ( max-width:1339px ) {
	.head .container{
		max-width: 1140px;
	}
	.container{
		max-width: 1140px;
	}
	.WebLink li > a{
		font-size: 16px;
	}
	.head-tel p{
		font-size: 17px;
	}
	.WebLink li{
		margin-left: 32px;
	}
	.WebLink{
		margin-left: 25px;
	}
	.head-search{
		margin-left: 52px;
	}
	.head .container .sekuai{
		width: 55px;
	}
	.syLogoSwiper .swiper-slide{
		height: 398px;
	}
	.indexAbout{
		padding: 70px 0 30px;
		min-height: 500px;
	}
	.indexAbout .container{
		max-width: 900px;
	}
	.historyN{
		right: 0 !important;
	}
	.historyP{
		left: 0 !important;
	}
	.foot-lx .lb p{
		font-size: 16px;
	}
	.foot-lx .lb p .tel{
		font-size: 24px;
	}
	.foot-top .f-lm .item{
		margin-right: 90px;
	}
	.product-container .clsname{
		font-size: 28px;
		line-height: 38px;
	}
	.sy-pro-left .pro-btn{
		right: 40px;
	}
	.product-class ol li{
		font-size: 16px;
	} 
	.syLogoN{
		right: 0 !important;
	}
	.syLogoP{
		left: 0 !important;
	}
}

@media ( min-width:1060px ) and ( max-width:1199px ) {
	.head .container{
		max-width: 1000px;
	}
	.container{
		max-width: 1000px;
	}
	.WebLink li > a{
		font-size: 16px;
	}
	.head-tel p{
		font-size: 17px;
	}
	.WebLink li{
		margin-left: 32px;
	}
	.WebLink{
		margin-left: 25px;
	}
	.head .container .sekuai{
		width: 55px;
	}
	.head-search{
		margin-left: 52px;
	}
	.sy-news-right .box2{
	    padding: 18px 22px 28px;	
	}
	.head-tel{
		display: none;
	}
	.head .container .line{
		display: none;
	}
	.foot-top .f-lm .item{
		margin-right: 70px;
	}
	.foot-lx .lb p{
		font-size: 14px;
		line-height: 28px;
	}
	.foot-lx .lb i{
		font-size: 48px;
		line-height: 55px;
	}
	.product-class ol li{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.syLogoSwiper .swiper-slide{
		height: 360px;
	}
	.foot-lx .lb p .tel{
		font-size: 20px;
	}
	.syLogoN{
		right: 0 !important;
	}
	.syLogoP{
		left: 0 !important;
	}
	.historyN{
		right: 0 !important;
	}
	.historyP{
		left: 0 !important;
	}
	.syLogoN, .syLogoP{
		top: 29% !important;
	}
	.n-product-class .item h3 a{
		font-size: 15px;
		line-height: 48px;
	}
	.n-product-class .item ul li:first-child{
		margin-top: 5px;
	}
	.n-product-class .item ul li:last-child{
		margin-bottom: 5px;
	}
	.n-product-class .item ul li a{
		font-size: 14px;
		line-height: 38px;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{
		margin-top: 12px;
	}
	.pro-list .pic{
		height: 226px;
	}
	.indexAbout{
		padding: 70px 0;
		min-height: auto;
	}
	.yd-sy-h2{
		font-size: 28px;
		line-height: 40px;
	}
	.yd-sy-h6{
		font-size: 16px;
		line-height: 25px;
		margin-top: 15px;
	}
	.indexAbout .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.indexAbout .container{
		max-width: 800px;
	}
	.indexLogoWall{
		padding: 55px 0 100px;
	}
	.indexProduct{
		height: 530px;
	}
	.product-container .pic{
		height: 280px;
		margin-top: 14px;
	}
	.sy-pro-left .pro-btn{
		right: 46px;
	}
	.sy-pro-r-t .container{
		padding: 30px 0 20px;
	}
	.product-info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.product-info .title::after{
		font-size: 32px;
		line-height: 34px;
	}
	.product-info .sub{
		font-size: 14px; 
		line-height: 28px;
		margin-top: 20px;
	}
	.product-info .yd-sy-more1{
		margin-top: 35px;
	}
	.sy-pro-r-b .swiper-slide .lb .tit{
		font-size: 16px;
	}
	.yd-sy-more1{
		height: 45px;
		line-height: 45px;
	}
	.product-container .pic img{
		height: 100%;
	}
	.product-container{
		margin-top: 30px !important;
		padding-bottom: 80px !important;
	}
	.product-container .clsname{
		font-size: 24px;
		line-height: 35px;
	}
	.indexAbout .num-info{
		margin-top: 28px;
	}
	.indexAbout .ico-box{
		margin-top: 38px;
	}
	.indexNews .tit{
		font-size: 18px;
	}
	.closeHs{
		right: -14px;
    	top: -44px;
	}
}

@media ( min-width:768px ) and ( max-width:1059px ) {
	.burger_menu{
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 1.6%;
	}   
	.head .container .line{
		display: none;
	}
	.head .container .sekuai{
		width: 64px;
		right: -2px;
	}
	.head .container{
		padding: 10px 0;
	}
	.web-float{
		display: none;
	}
	.head::after{
		 
	}
	.head .Logo{ 
		width: 24%;
	}
	.WebLink{
		display: none;
	}
	.head-search{
		display: none;
	}
	.head-tel{
		display: none;
	}
	footer{
		display: none;
	}
	.foot-copy{
		display: none;
	}
	.footH{
		display: block;
	}
	.footFix{
		display: flex;
	}
	
	/*index*/
	.sy-hb-warp{
		display: none;
	}
	.syBannerN, .syBannerP{
		display: none;
	}
	.indexBanner .console{
		bottom: 20px;
		height: 10px;
	} 
	
	.indexLogoWall{
		padding: 55px 0 100px;
	}
	.indexProduct{
		height: 530px;
	}
	.product-container .pic{
		height: 280px;
		margin-top: 14px;
	}
	.sy-pro-left .pro-btn{
		right: 46px;
	}
	.sy-pro-r-t .container{
		padding: 30px 0 20px;
	}
	.product-info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.product-info .title::after{
		font-size: 32px;
		line-height: 34px;
	}
	.product-info .sub{
		font-size: 14px; 
		line-height: 28px;
		margin-top: 20px;
	}
	.product-info .yd-sy-more1{
		margin-top: 35px;
	}
	.sy-pro-r-b .swiper-slide .lb .tit{
		font-size: 16px;
	}
	.yd-sy-more1{
		height: 45px;
		line-height: 45px;
	}
	.product-info .pic{
		display: none !important;
	}
	.product-class ol li{
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.product-container .pic img{
		height: 100%;
	}
	.product-container{
		margin-top: 30px !important;
		padding-bottom: 80px !important;
	}
	.product-container .clsname{
		font-size: 24px;
		line-height: 35px;
	}
	.yd-sy-more1{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		width: 128px;
	} 
	.indexLogoWall{
		padding: 38px 0;
	}
	.yd-sy-h2{
		font-size: 24px;
		line-height: 30px;
	}
	.yd-sy-h6{
		font-size: 14px;
		line-height: 26px;
		margin-top: 12px;
	}
	.yd-sy-line{
		margin: 18px auto 0;
	}
	.sy-logo-show{
		margin-top: 25px;
	}
	.syLogoSwiper{
		width: 100%;
		padding: 0;
		padding-bottom: 45px;
	}
	.syLogoSwiper .swiper-slide .lb{
		top: 0 !important;
		left: 0 !important;
		position: relative;
		width: 16.6%;
		float: left;
	}
	.syLogoSwiper .swiper-slide{
		height: auto;
	}
	.syLogoSwiper .swiper-slide .lb .fk{
		transform: rotate(0deg);
		box-shadow: 0 0 15px 0 rgba(0,0,0,0);
		border: 1px solid #ccc;
		border-left: none;
		border-top: none;
	}
	.syLogoSwiper .swiper-slide .lb:nth-of-type(6n+1) .fk{ 
		border-left: 1px solid #ccc;
	}
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+1) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+2) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+3) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+4) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+5) .fk,
	.syLogoSwiper .swiper-slide .lb:nth-of-type(24n+6) .fk{
		border-top: 1px solid #ccc;
	}
	.syLogoSwiper .swiper-slide .lb .pic{
		transform: rotate(0deg);
	}
	.syLogoN, .syLogoP{
		display: none;
	}
	.indexAbout{
		min-height: auto;
		margin-top: 0;
		background: url(../images/m-abt-back.jpg) no-repeat no-repeat top center;
    	background-size: cover;
		padding: 38px 0;
	}
	.indexAbout .container{
		position: relative;
		z-index: 22;
	}
	.indexAbout::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 90%;
		background: linear-gradient(to top,rgba(255,255,255,0.95),rgba(255,255,255,0.6),rgba(255,255,255,0));
		z-index: 11;
		bottom: 0;
		left: 0;
	}
	.indexAbout .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.indexAbout .num-info{
		margin-top: 25px;
	}
	.indexAbout .num-info .lb .num{
		font-size: 14px;
	}
	.indexAbout .num-info .lb .txt{
		font-size: 14px;
		margin-top: 4px;
	}
	.indexAbout .num-info .lb:last-child{
		margin-right: 0;
	}
	.indexAbout .num-info .lb .num sup { 
		font-size: 20px; 
		top: -11px;
	}
	.indexAbout .ico-box .lb{
		margin-right: 50px; 
		float: left;
		text-align: left;
	} 
	.indexAbout .ico-box .lb:last-child{
		margin-right: 0;
	}
	.indexAbout .yd-sy-more1{
		margin-top: 25px;
	}
	.indexAbout .ico-box{
		margin-top: 25px;
	}
	.indexAbout .ico-box .lb .tit{
		font-size: 14px;
		margin-top: 5px;
	}
	.indexAbout .ico-box .lb .ico{
		width: 50px;
		height: 50px;
		background-size: 100% 100%;
	}
	.indexAbout .ico-box .lb .ico i{
		font-size: 36px;
	}
	.indexNews{
		padding: 38px 0;
	}
	.indexNews .container:nth-child(2){
		margin-top: 25px;
	}
	.sy-news-left{
		width: 58%; 
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
		padding: 2%;
	}
	.sy-news-left .clsname{
		margin-top: 12px;
	}
	.indexNews .tit{
		font-size: 18px;
		margin: 12px 0;
	}
	.sy-news-left .sub{
		font-size: 14px;
		line-height: 26px;
		height: auto;
		-webkit-line-clamp: 2;
		margin-top: 15px;
	}
	.indexNews .time{
		font-size: 12px;
		line-height: 20px;
	}
	.sy-news-left .more{
		margin-top: 15px;
		font-size: 14px;
	}
	.sy-news-right{
		width: 40%; 
	}
	.sy-news-right .box1 .lb{
		width: 100%;
		float: none !important;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
		margin-top: 0;
		margin-bottom: 15px;
		padding: 4%;
	}
	.sy-news-right .box2{
		display: none;
	}
	.sy-news-right .pic img{
		height: 140px;
		object-fit: cover;
	}
	.foot-lx .container{
		display: block;
		padding: 20px 0 0 0;
	}
	.foot-lx .lb{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.foot-lx .lb:last-child{
		border-bottom: none;
		margin-bottom: 0;
	}
	.foot-lx .lb p{
		font-size: 14px;
		line-height: 28px;
		float: none; 
	}
	.foot-lx .lb p .tel{
		font-size: 20px;
	}
	.foot-lx .lb i{
		float: none;
		font-size: 30px;
		line-height: 30px;
	}
	
	/*ny*/
	.Nybanner img{
		height: 22vh;
		object-fit: cover;
	}
	.Nylocation .now-lm{
		display: none;
	}
	.Nylocation .now-wz{
		float: left;
		font-size: 12px;
		background: url(../images/home-ico.png) no-repeat left top 2px;
	}
	.Nylocation{
		height: auto;
		padding: 10px 0;
		line-height: 20px;
	}
	.about{
		padding: 38px 0;
	}
	.about-tit-cn{
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
	.about-tit-en{
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.about .container:nth-child(2){
		margin-top: 25px;
	}
	.sub-about-left{ 
	}
	.sub-about-left .gs-name{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.sub-about-left .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 22px;
	}
	.sub-about-left .gs-name i{
		font-size: 24px;
	}
	.sub-about-right{ 
		margin-top: 20px;
	}
	.sub-about-left .num-info{
		padding: 4%;
		margin-top: 25px;
		border-bottom-left-radius: 20px;
	}
	.sub-about-left .num-info .lb{
		padding-left: 0 !important;
		text-align: center;
	}
	.sub-about-left .num-info .lb .txt{
		font-size: 14px;
		margin-top: 2px;
	}
	.sub-about-left .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.sub-about-left .num-info .lb .num{
		font-size: 14px;
	}
	.culture .container{
		padding: 38px 0 0 0;
		background: none;
	}
	.culture .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.culture .row{
		margin-top: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	.qywh-list{
		padding: 4%; 
		margin-bottom: 25px;
	}
	.qywh-list .ico img{
		height: 38px;
	}
	.qywh-list .tit{
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0;
	}
	.qywh-list .sub{ 
		font-size: 14px;
		line-height: 26px;
	}
	.qywh-list::after{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		top: -20px;
	}
	.history{
		padding: 28px 0 38px;
		min-height: 580px;
	}
	.history-show{
		margin-top: 25px;
	}
	.historySwiper .year{
		font-size: 28px;
		line-height: 30px;
	}
	.history-show::after{
		top: 55px;
	}
	.historySwiper .dot{
		margin: 16px 0 25px;
	}
	.historySwiper .cont{
		font-size: 14px;
		line-height: 26px;
	}
	.historySwiper{
		padding-bottom: 45px;
	}
	.historyN, .historyP{
		display: none;
	} 
	.honor{
		padding: 38px 0;
		background: none;
	}
	.honorN, .honorP{
		display: none;
	}
	.honor .hd{
		margin-top: 25px;
		padding-bottom: 12px;
	}
	.honor .hd ul li{
		font-size: 14px;
		margin-right: 25px;
	}
	.honorSwiper{
		margin-top: 25px; 
		padding: 5px 5px 45px;
	}
	
	
	.product{
		padding: 38px 0;
	}
	.product-left{
		display: none;
	}
	.pro-list .pic{
		height:100%;
		max-height:100%;
	}
	.n-product-list{
		width: 100%;
		float: none;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{
		font-size: 14px;
		margin-top: 15px;
	}
	.productDe-lm{
		padding: 38px 0 0 0;
	}
	.productDe-lm .container{
		padding-bottom: 12px;
	}
	.productDe-lm a{
		font-size: 12px;
		margin: 0;
		display: block;
		float: left;
		width: 20%;
	}
	.productDe-lm i{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.productDe{
		padding: 38px 0;
	}
	.productDe .Pic{
		width: 100%;
		float: none;
	}
	.proDeSwiper{
		height: 300px;
	}
	.proDeP, .proDeN{
		display: none;
	}
	.productDe .Info{
		width: 100%;
		float: none;
		padding: 5%;
		height: auto;
	}
	.productDe .Info .title{
		font-size: 20px;
		line-height: 30px;
	}
	
	.productDe .Info .title span { font-size: 18px; font-weight:normal; padding-left:20px;}
	
	.productDe .Info .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.pro-tab-tit{
		height: 45px;
		line-height: 45px;
	}
	.pro-tab-tit span{
		font-size: 18px;
		padding: 0 18px;
	}
	.pro-tab .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.pro-tab .row{
		margin-top: 25px; 
	}
	.pro-tab .row .pdg{
		 
	}
	.pro-td{
		padding: 4%;
	}
	.pro-td .num{
		font-size: 24px;
		line-height: 24px;
	}
	.pro-td .tit{
		font-size: 14px;
		line-height: 26px; 
		margin-top: 15px;
	}
	.pro-tab{
		margin-top: 30px;
	}
	.pro-tab .content table tr td{
		font-size: 14px;
		height: 42px !important;
	}
	.proTabN{
		right: 8px !important;
	}
	.proTabP{
		right: 50px !important;
	}
	.pro-tab-warp{
		padding-bottom: 30px;
	}
	.tech{
		padding: 38px 0;
	}
	.tech ul{
		margin-top: 25px;
	}
	.tech ul li{
		width: 100%;
		float: none !important;
		padding-left: 70px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background-size: 50px auto;
	}
	.tech ul li .ico{
		width: 54px;
		height: 54px;
	}
	.tech ul li .ico i{
		font-size: 28px;
	}
	.tech ul li .tit{
		font-size: 16px;
		margin-top: 0;
		line-height: 25px;
	}
	.tech ul li .size{
		font-size: 12px;
		margin-top: 4px;
	}
	.news{
		padding: 38px 0;
	}
	.news ul{
		margin-top: 25px; 
	}
	.news ul li{
		padding-top: 25px;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.news ul li:last-child{
		padding-bottom: 25px;
	}
	.news ul li .time{
		display: none;
	}
	.news ul li .info{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.news ul li .info .title{
		font-size: 18px;
	}
	.news ul li .info .sub{
		font-size: 14px;
		margin: 12px 0;
	}
	.news ul li .pic{
		width: 100%;
		float: none;
	}
	.newsDe{
		padding: 38px 0;
	}
	.newsDe .title{
		font-size: 18px;
		line-height: 28px;
	}
	.newsDe .time{
		font-size: 12px;
		margin-top: 18px;
		padding-bottom: 12px;
	}
	.newsDe .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.dePage{
		margin-top: 40px;
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	.dePage a:nth-child(1), .dePage a:nth-child(2){
		width: 100%;
		padding: 0;
		float: none;
		top: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		line-height: 25px;
	}
	.dePage a:nth-child(3){
		display: none;
	}
	.contact{
		padding: 38px 0;
	}
	.contact .top-tit{
		font-size: 24px;
	}
	.contact .container{
		margin-top: 25px;
	}
	.contact .Info{
		width: 100%;
		float: none;
	}
	.contact .maps{
		position: relative;
		width: 100%;
		height: 450px;
	}
	.contact .Info .box{
		padding: 15px 0;
	}
	.contact .Info .box .sub{
		font-size: 14px;
		line-height: 28px;
		width: 71%;
	}
	.contact .Info .box .ico{
		top: 6px;
	}
	.contact .Info .box .lb{
		width: 100%;
		float: none;
	}
	.contact .Info .box .lb:last-child{
		margin-top: 15px;
	}
	.message{
		padding: 38px 0;
	}
	.message .row{
		margin-left: 0;
		margin-right: 0;
		margin-top: 25px;
	}
	.message .row input[type=text]{
		margin-bottom: 6px;
		height: 45px;
		font-size: 14px;
	}
	.message .row textarea{
		margin-top: 0;
		font-size: 14px;
	}
	.message .row input[type=button]{
		width: 100%;
		font-size: 16px;
		height: 42px;		
	}
	
     .m-pro-class {
     overflow: hidden;
     border-bottom: 1px solid #ccc;
     padding-bottom: 20px;
     margin-bottom: 20px;
     }
	
	.m-pro-class a{
		width: 23%;
		float: left;
		margin: 0 1%;
		margin-bottom: 5px;
	}
	
	.isMobile{
		display: block !important;
	}
	.isPc{
		display: none !important;
	}
	.proYyPag{
		display: none !important;
	}
}


@media (max-width: 767px) {
       .Nylocation .now-lm { display: none;}
      .about { padding:30px 0 45px;}


      .sub-about-left{
		width: 100%;
		float: none;
	}
	
	.sub-about-right {
    width: 100%;
    float: none;
    margin-top: 20px;
    position: relative;
}
	
	.about-tit-cn{
	font-size: 30px;
	line-height: 35px;
}
    .about-tit-en{
	font-size: 14px;
	line-height: 23px;
	margin-top:6px;
}
   .about .container:nth-child(2) {
    margin-top: 25px;
}

  .sub-about-left .gs-name{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.sub-about-left .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 22px;
	}
	.sub-about-left .gs-name i{
		font-size: 24px;
	}
	.sub-about-right{
		width: 100%;
		float: none;
		margin-top: 20px;
		position: relative;
	}
	.sub-about-left .num-info{
		padding: 4%;
		margin-top: 25px;
		border-bottom-left-radius: 20px;
	}
	.sub-about-left .num-info .lb{
		padding-left: 0 !important;
		text-align: center;
	}
	.sub-about-left .num-info .lb .txt{
		font-size: 14px;
		margin-top: 2px;
	}
	.sub-about-left .num-info .lb .num span{
		font-size: 30px;
		line-height: 30px;
	}
	.sub-about-left .num-info .lb .num{
		font-size: 14px;
	}
	.culture .container{
		padding: 38px 0 0 0;
		background: none;
	}
	.culture .cont{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.culture .row{
		margin-top: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	.qywh-list{
		padding: 4%;
		margin-bottom: 25px;
	}
	.qywh-list .ico img{
		height: 38px;
	}
	.qywh-list .tit{
		font-size: 20px;
		line-height: 30px;
		margin: 12px 0;
	}
	.qywh-list .sub{
		height: auto;
		font-size: 14px;
		line-height: 26px;
	}
	.qywh-list::after{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		top: -20px;
	}
	.history{
		padding: 28px 0 38px;
		min-height: 580px;
	}
	.history-show{
		margin-top: 25px;
	}
	.historySwiper .year{
		font-size: 28px;
		line-height: 30px;
	}
	.history-show::after{
		top: 55px;
	}
	.historySwiper .dot{
		margin: 16px 0 25px;
	}
	.historySwiper .cont{
		font-size: 14px;
		line-height: 26px;
	}
	.historySwiper{
		padding-bottom: 45px;
	}
	.historyN, .historyP{
		display: none;
	} 
	.honor{
		padding: 38px 0;
		background: none;
	}
	.honorN, .honorP{
		display: none;
	}
	.honor .hd{
		margin-top: 25px;
		padding-bottom: 12px;
	}
	.honor .hd ul li{
		font-size: 14px;
		margin-right: 25px;
	}
	.honorSwiper{
		margin-top: 25px; 
		padding: 5px 5px 45px;
	}
	
	
	
	.Nyloca{ margin-top:60px;  overflow:hidden; height:70px; line-height:70px;}
	.Nyloca .now-wz {font-size:12px;}

	
	.product{
		padding:0px 0 28px 0;
	}
	.isMobile { display: block !important;}
	
	.m-pro-class { margin-bottom:15px;}
	
	.product-left{
		display: none;
	}
	.pro-list .pic{
		height:100%;
		max-height:100%;
	}
	.n-product-list{
		width: 100%;
		float: none;
	}
	.pro-list .info{
		padding: 5%;
	}
	.pro-list .info .sub{font-size: 14px;margin-top: 5px; line-height: 22px; height: 44px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow: hidden; }
	.productDe-lm{
		padding: 38px 0 0 0;
	}
	.productDe-lm .container{
		padding-bottom: 12px;
	}
	.productDe-lm a{
		font-size: 12px;
		margin: 0;
		display: block;
		float: left;
		width: 20%;
	}
	.productDe-lm i{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.productDe{
		padding: 30px 0 38px 0;
	}
	.productDe .Pic{
		width: 100%;
		float: none;
	}
	.proDeSwiper{
		height: 300px;
	}
	.proDeP, .proDeN{
		display: none;
	}
	
	.productDe .Info .item-btn {  width: 100px;  }
	
	.productDe .Info{
		width: 100%;
		float: none;
		padding: 5%;
		height: auto;
	}
	.productDe .Info .title{
		font-size: 20px;
		line-height: 30px;
	}
	.productDe .Info .title span {font-size: 18px; font-weight:normal;}
	
	.productDe .Info .content{
		min-height: 26px;
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.pro-tab-tit{
		height: 45px;
		line-height: 45px;
	}
	.pro-tab-tit span{
		font-size: 18px;
		padding: 0 18px;
	}
	.pro-tab .content{
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px;
	}
	.pro-tab .row{
		margin-top: 25px;
		margin-left: 0;
		margin-right: 0;
	}
	.pro-tab .row img { width:100%;}
	
	.pro-tab .row .pdg{
		padding: 0;
	}
	.pro-td{
		padding: 4%;
	}
	.pro-td .num{
		font-size: 24px;
		line-height: 24px;
	}
	.pro-td .tit{
		font-size: 14px;
		line-height: 26px;
		height: auto;
		margin-top: 15px;
	}
	.pro-tab{
		margin-top: 30px;
	}
	.pro-tab .content table tr td{
		font-size: 14px;
		height: 42px !important;
	}
	.proTabN{
		right: 8px !important;
	}
	.proTabP{
		right: 50px !important;
	}
	.pro-tab-warp{
		padding-bottom: 10px;
	}
	
	
	
    .contact { padding: 30px 0 0px;}
	.contact .container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;}
	
    .contact .Info{
	background: #f8f8f8;
	width: 100%;
	padding:5% 6%;
    float: none;
	height:100%;
	overflow:hidden;}

.contact .Info .contacttit1 { font-size:20px; font-weight:bold;}
.contact .Info .contacttit2 { font-size:14px; padding-top:8px; line-height:24px;}

.cbox-42-0 { margin-top:15px;} 
.cbox-42-1 { float:left; overflow: hidden; max-width: 140px;}
.cbox-42-2 { float:left; overflow: hidden; padding-left:20px; align-self:center; padding-top:20px;}
.contact .maps {
    position: relative;
    width: 100%;
    height: 250px;
}

.message .row input[type=text] {
    margin-bottom: 6px;
    height: 45px;
    font-size: 14px;
}


.message .row input[type=button]{
	width: 215px;
	height: 55px;
	font-size: 16px;
}

}

/******************翻页*************************/
.pager{ width: 100%; padding: 10px 0;text-align: center; margin:0 auto;}
.pager span,.pager a{display:inline-block;border:1px solid #a3a3a3;color:#a3a3a3;padding:2px 8px;text-decoration:none; margin:4px;}
.pager a:hover{background:#de1710;border-color:#222c50;text-decoration:none;color:#fff;}
.pager .cur{background:#de1710;border-color:#222c50; font-weight:bold;text-decoration:none;color:#fff;}
.pager span.dot{background:none;border-color:#fff; font-weight:bold; padding:0;}
.pager a.page-num-current { background:#de1710;color:#fff;}







@media (max-width: 767px) {
	
.n_banner .m{ display: flex; align-items: center;}
.n_banner .m { padding-left:30px; }
.position .m { font-size: 16px;color: #fff;display: flex;align-items: center;padding-left:30px;}
.n_banner{ height:236px;  position: relative;}

.n_about{ width:94%; margin:0 auto;}
.n_about .m {display: block;}
.n_about .left { width:100%; max-width: 100%; }
.n_about .right  { display:block; width:100%;    flex-shrink: 0; margin-top:30px; padding-left:0px; }
.ar_article.ar_web {display:none}
.ar_article.ar_wap{ display:block}
.ar_article img { width:100%;}

.body_index {width:94%; margin:0 auto;}

.template{padding: 35px 0 45px 0;width: 100%;overflow: hidden;  }
.template2{padding: 35px 0 45px 0;width: 100%;overflow: hidden; background:#f5f5f5;  }
.title{ font-size: 24px; font-weight:bold; text-align: center; color: #000;}
.subtitle2 { width:90%; margin:0 auto; font-size: 16px; font-weight:bold; margin-top: 15px;text-align: center; line-height:26px;}
.category ul li{ float: left;display: inline-block;font-size: 16px; height: 78px; line-height:24px; padding:15px 15px; width:33.3333%; text-align: center;position: relative; cursor: pointer;}


.secaboutconL { width:100%;}
.secaboutconL img { width:100%; margin-bottom:20px;}
.secaboutconR { width:100%; margin-left:0px;}
.secaboutconR li { display:block; width:100%; height:74px; margin-bottom:26px;}
.secaboutconR li img { float:left; width:58px;}
.secaboutconRtit { float:left; width:calc(100% - 80px) !important; padding-left:22px; }
.secaboutconRtit p { font-size:20px; font-weight:bold; display:block; line-height:35px;}
.secaboutconRtit span { font-size:16px; line-height:24px;}


.secline { width:100%; height:2px; background:#e4e4e4; margin-top:60px;}

.secaboutcon2 { margin-top:30px;}
.secaboutcon2 li { display:block; width:100%; margin-bottom:30px;}

.secaboutcon2 li img { width:100%;}
.secaboutconRtit2 { width:100%; padding-bottom:22px; text-align:center; }
.secaboutconRtit2 p { font-size:20px; font-weight:bold; display:block; line-height:35px;}
.secaboutconRtit2 span { font-size:16px; line-height:24px; }

.secaboutconRtit5 { width:380px; padding-bottom:22px; text-align:left; }
.secaboutconRtit5 p { font-size:20px; font-weight:bold; display:block; line-height:35px; margin-top:8px;}
.secaboutconRtit5 span { font-size:16px; line-height:24px;color:#7a7a7a;}


.secaboutcon3 { margin-top:30px;}
.secaboutcon3L { float:none; width:100%;}
.secaboutcon3L img { width:100%;}
.secaboutcon3R { float:none; width:100%; margin-top:20px; margin-left: 0px}
.secaboutcon3R li { display:block; font-size:16px; width:100%; line-height:24px; padding:12px 0px; overflow:hidden;}
.secaboutcon3R li.bg1 { background:#0b2457;  color:#fff;}
.secaboutcon3R li.bg2 { background:#e7e7e7}
.secaboutcon3R li p { float:left; width:25%; text-align:left; padding-left:1.5%;} 
.secaboutcon3R li span { float:left; display:block; width:71.5%; padding-left:1%; padding-right:1%; } 



.secaboutcon4 { margin-top:30px;}
.secaboutcon4 li { float:none; display:block; width:100%; margin-bottom:15px;}
.secaboutcon4 li:last-child { margin-right:0px;}

.secaboutcon4 li img { width:100%;}
.secaboutconRtit4 { width:100%; padding-top:22px; text-align:center; }
.secaboutconRtit4 p { font-size:16px; font-weight:bold; display:block; line-height:26px;}

/******************翻页*************************/
.pager{ width: 100%; padding: 10px 0;text-align: center; margin:0 auto;}
.pager span,.pager a{display:inline-block;border:1px solid #a3a3a3;color:#a3a3a3;padding:2px 5px;text-decoration:none; margin:4px 3px;}
.pager a:hover{background:#de1710;border-color:#222c50;text-decoration:none;color:#fff;}
.pager .cur{background:#de1710;border-color:#222c50; font-weight:bold;text-decoration:none;color:#fff;}
.pager span.dot{background:none;border-color:#fff; font-weight:bold; padding:0;}
.pager a.page-num-current { background:#de1710;color:#fff;}

.proXgcpSwiper{padding-bottom: 5px;}
}
