﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border:none;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style-position: outside;
}
img {max-width:100%;}

body { font-size:15px; font-family: "Microsoft YaHei", Arial;font-style: normal;color:#5f6e89; font-weight: normal; padding: 0px; margin: 0px; text-decoration: none; line-height:27px;padding-top:80px;}


a {
text-decoration:none;
font-family: "Microsoft YaHei", Arial;
font-style: normal;
color:#5f6e89;
font-weight:normal;
}
a:hover { color:#1f4397; }
.clear {clear:both;}
ul {
list-style-type: none;
}
li {list-style-type:none;line-height:27px;}
.fl{float:left;}
.fr{float:right;}
.hz{width:76%;margin:0 auto;}
.hza{width:76%;margin:80px auto;}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}


.logo {float:left;margin:16px 0 14px;}
.logo img {height:35px;float:left;}

.top-pc { position: fixed; z-index: 99; top:0px; left:0;width:100%; }
.top-pc.active{	background:#fff;box-shadow:0px 0px 20px 0px rgba(4, 0, 0, 0.2); }
.top-hz{width:90%;margin:0 auto;display: flex;
    flex-wrap: nowrap;
    align-items: center;}
.top-menu{ flex: 1 1;
    display: flex;
    justify-content: flex-end;}


.nav { display: inline-block; box-sizing: border-box; vertical-align: bottom; }
.mainbav ul:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }
.mainbav ul li.memu:after{content: " "; width:0; height:3px; background:#3a416f; position: absolute; bottom:0; left:0; transition: all 0.5s;}
.mainbav ul li.memu:hover:after{width:100%;}
.mainbav .memu.active:after{width:100%;}
.mainbav ul li { position:relative; margin:0 30px; }
.mainbav li a { font-size:16px;color:#3a416f;}
.mainbav .memu { float: left; line-height:80px; height:80px; }
.mainbav .memu:hover a, .mainbav .memu.active a { position:relative; }
.mainbav ul li ul { display: none; position: absolute; width:250px; left:0; top:80px; z-index: 999999; background: #f5f5fa; }
.mainbav ul li ul li { margin:0; position: relative; }
.mainbav ul li ul li a { font-size:15px;display: block; color:#1c1831 !important;font-weight: normal; padding:15px 20px; }
.mainbav ul li ul li a:hover {background-color: #fff; }
.mainbav ul li ul li ul { position: absolute; left: 100%; top: 0; }



.index-yyl {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height:80px;
	margin-left:200px;
	
}
.index-yy-pic {
float:left;margin-top:12px;
}

.set {
background: 45px 10px no-repeat;
	transition: all 0.5s;
}
.new {
	width:170px;text-align:center;
	position: absolute;
	z-index: 999;
	display: none;background:#f5f5fa;
	top:80px;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
	margin-left:-40px;
}
.new li{line-height:50px;color:#1c1831;}
.new li a{color:#1c1831;}
.new li:hover a{background:#fff;display:block;}
.index-yyl img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 3px;
}

.sousuo { display: inline-block; box-sizing: border-box; vertical-align: bottom; line-height:80px; position: relative; z-index: 1; transition: all 0.5s;margin-right:20px;}
.sousuo .sousuo_an { width: 60px; height:80px; display: table-cell; vertical-align: middle; background: url(../images/index_07.png) center no-repeat; cursor: pointer; transition: all 0.5s; }
.sousuo .ssk_bj { width: 100%; display: none; position: fixed; left: 0; top: 100px; z-index: 10; }
.sousuo .ssk {width:30%; overflow: hidden; margin: 0 auto;  border-radius:50px; border:none;}
.sousuo .ssk .input_txt { width: 75%; height: 50px; float: left; padding: 0 20px; border: none; background:#fff; font-family: "Microsoft YaHei", Arial; font-size:15px;}
.sousuo .ssk .input_btn { width: 25%; height: 50px; float: right; color:#fff; border: 0; background:#01289d; cursor: pointer; font-family: "Microsoft YaHei", Arial; font-size:15px;}
.p-show { display: block !important; }
 input,textarea {
	outline:none;
 }
.home-more {
    background-color:#01289d;
    color: #01289d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width:150px;
    height:50px;
    position: relative;
    z-index: 1; 
    border-radius:10px;
}

.home-more::after {
    content: "";
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
      background-color: #082175;
    transition: all .2s ease
}

.home-more:hover::after {
    width: 100%
}

.home-more span {
    position: relative;
    z-index: 10;color:#fff;
}

@keyframes aboutposition1 {
    0% {
        right: -90px;
        top: -90px;
        opacity: .1
    }

    50% {
        right: -80px;
        top: -80px;
        opacity: .2
    }

    100% {
        right: -90px;
        top: -90px;
        opacity: .1
    }
}

@keyframes aboutposition2 {
    0% {
        right: -48px;
        top: -50px;
        opacity: .1
    }

    50% {
        right: -38px;
        top: -40px;
        opacity: .2
    }

    100% {
        right: -48px;
        top: -50px;
        opacity: .1
    }
}


.top_sj {
	display: none;
}



/*banner*/
.block_home_slider {
	height: auto;
	position: relative;
	line-height: 0px;
	text-align: center;}
	/*底部小图标*/
.block_home_slider .slide {
	position: relative;
	overflow: hidden;
}
.block_home_slider .flex-direction-nav a {
	width: 45px;
	height: 50px;
	display: block;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left: 0;
	background: url(../images/jt1.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right: 0;
	background: url(../images/jt2.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-prev:hover {
	left: 0;
	background: url(../images/jt1a.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next:hover {
	right: 0;
	background: url(../images/jt2a.png) no-repeat;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom:20px;
	width:100%;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a{width:10px; height:10px; display:block; background:#fff; text-indent:-9000px; position:relative; overflow:hidden;cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:40px; background:#ff6700;border-radius:6px;}

.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{height:100%;}
.flexslider .slides{height:100%;}
.flexslider .slides li{line-height:0px;height:100%;display: none; position:relative;}
.flexslider .slides li img{display:block;}

#home_slider2{display:none;}

.top_sj { display:none; }

.index-title{font-size:40px;line-height:45px;text-align:center;font-weight:bold;color:#00205c;}
.index-title-ms { text-align: center;font-size:18px;width:64%;margin:30px auto 0 auto;}


.index-pro-bottom{margin-top:50px;}

.product-list3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.product-list3 li {
  position: relative;padding-bottom:72px;
  width: calc(33.33% - 1rem);
}
.product-list3 li .img {
  position: relative;
  width: 100%;
  height: 0;border-top-left-radius:15px;border-top-right-radius:15px;
  padding-bottom: 90%;
  background: #f7f7f7;
  overflow: hidden;
}
.product-list3 li .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.6s;mix-blend-mode: multiply;
}

.product-list3 li:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
  transform: translate(-50%, -50%) scale(1.075);
}
.product-list3 li .info {
  position: absolute;
  bottom: 0;
  left: 0;background:#fff;
  right: 0;z-index:9;
  padding:1.8em;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
}
.product-list3 li:hover .info{background:#dae6fa;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
.product-list3 li .info .summary {
  height: 0;
  overflow: hidden;color:#4c4a5a;
  transition: all 0.6s;margin-top:0;
}
.product-list3 li:hover .info .summary {
  height: 6em;margin-top:20px;
}
.product-list3 li .info .summary div {
  line-height: 1.6em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-list3 li .info .title{font-size:24px;color:#00205c;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index-products-more-hz{text-align:center;margin-top:80px;}
.index-products-more{background:#082175;display:inline-block;border-radius:15px;padding:15px 25px 15px 50px;position:relative; overflow:hidden;}
.index-products-more::before {content: ""; position:absolute;right:0;top:0;width:30%;height:100%;background:#ff6700;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }
.index-products-more:hover::before{width:100%;}
.index-products-more a{color:#fff;z-index:1;position:relative;font-size:16px;}
.index-products-more span{float:left;}
.index-products-more span img{padding-left:50px;}

.index-products-more2{background:#01289d;display:inline-block;border-radius:15px;padding:15px 60px;position:relative; overflow:hidden;margin-left:2%;}
.index-products-more2::before {content: ""; position:absolute;left:0;top:0;width:100%;height:100%;background:#082175;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }

.index-products-more2:hover::before{width:0;}
.index-products-more2 a{color:#fff;z-index:1;position:relative;font-size:16px;}


.index-about-bj{background:url(../images/Customers-bg.jpg) center;background-size: cover;
    background-attachment: fixed;
    overflow: hidden;padding:130px 0;}
.index-about-left{width:43%;float:left;}
.index-about-right{width:50%;float:right;background:#c3d2f5;}

.xt{display:block;width:40px;height:2px;background:#5f6e89;float:left;margin-top:12px;margin-right:10px;}
.index-about-title{font-weight:bold;}
.index-about-title2{font-size:40px;line-height:50px;font-weight:bold;margin:15px 0 40px 0;color:#00205c; }
.index-about-nr{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;font-size:16px;line-height:30px; color: #4c4a5a;margin-bottom:30px;}



.index-ryzz-bj{background:url(../images/honor_bg.jpg) no-repeat bottom;
    overflow: hidden;padding:100px 0;}
.index-ryzz{text-align:center;margin-top:50px;}

.index-Professional-bj{background:#082175;color:#fff;
    overflow: hidden;text-align:center;}
.index-Professional-title{font-size:40px;line-height:45px;font-weight:bold;}
.index-Professional-nr{font-size:22px;margin-top:30px;}

.index-products-more-hz3{text-align:center;margin-top:50px;}
.index-products-more3{background:#01289d;display:inline-block;border-radius:15px;padding:15px 25px 15px 50px;position:relative; overflow:hidden;}
.index-products-more3::before {content: ""; position:absolute;right:0;top:0;width:30%;height:100%;background:#ff6700;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }
.index-products-more3:hover::before{width:100%;}
.index-products-more3 a{color:#fff;z-index:1;position:relative;font-size:16px;}
.index-products-more3 span{float:left;}
.index-products-more3 span img{padding-left:50px;}



.ny-qyzl-hz{margin-top:50px;margin-right:-1%;margin-left:-1%; display: flex; flex-wrap: wrap;}
.about-qyzl-a2{text-align:center;width:23%;float:left;margin-right:1%;margin-left:1%;    padding:80px 40px;color:#4c4c4c;}
.about-qyzl-a2:hover{background:url(../images/q.png)no-repeat bottom left #1f4397;}
.about-qyzl-a2:hover .about-qyzl-a-title, .about-qyzl-a2:hover.about-qyzl-a2{color:#fff;}
.about-qyzl-a2:hover .index-ys-box-tb{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.about-qyzl-a2:hover .about-qyzl-a-title:after{ background: #fff;}
.index-ys-box-tb img{width:80px;}
.about-qyzl-a-title{font-size:28px ;font-weight:bold;margin:25px 0;color: #00205c;}
.about-qyzl-x{margin-bottom:30px;}
.about-qyzl-a2:hover .about-qyzl-x img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);}
.about-qyzl-ms{font-size:18px;color:#4c4a5a;}
.about-qyzl-a2:hover .about-qyzl-ms{color:#fff;}



.pro_con {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}


.pro_t{
float:left;color:#00205c;
font-size:40px;line-height:45px;font-weight:bold; position: relative;}
.pro_t:after {
    content: "";
    position: absolute;
    background:#5f6e89;
    width:100px;
    left:0;
    transform: translate(-50%, 0%);
    height: 4px;
    bottom: 0;
}
.pro_t p{font-size:18px;font-weight:normal;margin:20px 0;color: #5f6e89;}
.pro_gg {
	width: 100%;
	float: left;
}



.index-news-left-title{ font-size:24px;margin-top:10px;}
.index-news-left-title a{color:#00205c;}
.index-news-nr-pic{ flex:1 1; display: flex;justify-content: flex-end;display:block; overflow:hidden; }
.index-news-nr-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-news-nr-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}


	
.index-news-hz{float:left;}

.index-new-left-nr{margin:35px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;overflow:hidden;font-size: 16px;line-height:30px;color: #4c4a5a;}
.index-news-nr{margin-right:-2%; margin-top: 50px;}
.ny-news-nr{margin-right:-2%;display: flex; flex-wrap: wrap;}
.index-news-nr-left{width:31.3%; margin-right:2%;float:left;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.index-news-nr-left:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}

.index-news-nr-left-title{font-size:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;margin-top:10px; color:#00205c;}

.index-news-nr-left-rq{ font-family: Arial, Helvetica, sans-serif;margin-top:20px;}
.index-news-nr-left-rq img{float:left;width:18px;margin-right:6px;margin-top:4px;}


.index-news-nr-left2{width:31.3%; margin-right:2%;float:left;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;padding:15px 15px 30px 15px;background:#fff;margin-bottom:30px;}
.index-news-nr-left2:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}
.index-news-nr-left-title2{font-size:20px;margin-top:10px; color:#00205c;font-weight:bold;}
.index-news-nr-left-nr{margin:25px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;  color: #5f6e89; }
.index-news-nr-left-more{font-size:16px;font-weight:bold;color:#2753e5;}
.index-feedback-bj{background:url(../images/1.jpg) center;background-size: cover;
    background-attachment: fixed;
    overflow: hidden;color:#fff;}
.index-ly{ display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-ly-left-hz{width:50%;float:right;}
.index-ly-left-title{ color:#fff;background:#01289d;border-top-left-radius:15px;border-top-right-radius:15px;text-align:center;font-size:36px;line-height:36px;font-weight:bold;padding:28px;}
.index-ly-left{background:#eef2f3;padding:6%;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
.index-ly-left p{color:#5f6e89;font-size:16px;margin-bottom:15px;}
.index-ly-right{float:left; width:37%;}
.index-ly-right-title{font-size:36px;font-weight:bold;margin-bottom:30px;color:#fd9214;}
.index-ly-right-title2{font-size:18px;}
.index-feedback-left-nr{margin-top:50px;}
.index-feedback-left-nr li{font-size:18px;float:left;width:100%;margin-bottom:30px;}
.index-feedback-left-nr li img{width:25px;float:left;margin-right:15px;}
.index-feedback-left-wb p{margin-bottom:15px;}

.ny-feedback{margin-top:50px;}
 input,textarea {outline:none;}
.soka{ width:48%;padding:15px; border-radius:5px; font-family:"Microsoft YaHei", verdant, tahoma;margin-bottom: 25px;float:left;margin-left:1%;margin-right:1%;font-size:15px; color: #00205c;border:none;}

.sokb{ font-size:15px;border:none; border-radius:5px;font-family:"Microsoft YaHei", verdant, tahoma;padding:15px;margin-bottom:30px; width: 98%;line-height:30px;margin-left:1%;color: #00205c;margin-right:1%;}
.tj{ text-align: center;
    color: #fff;
    background:#01289d;
    display:inline-block; font-family:"Microsoft YaHei", verdant, tahoma;
cursor: pointer;padding:15px 50px;
   font-size:16px;margin-top:15px;
    border-radius:5px;border:none;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #666;
}

/*----底部----*/
.foot {background:#202259;color:#898bb3;overflow: hidden;font-size:16px;}
.foot-logo-hz{float:left;width:37%;padding:80px 50px 0 0;}
.foot-logo img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); height:30px;}
.foot-logo-wb{margin-top:30px;}

.foot-hz{display: flex; flex-wrap: wrap;}
.foot-box{float:left;border-left:1px solid #353b6a;padding:80px 0 2% 5%;width:63%;}


.foot-menu2{float:left;margin-bottom:30px;width:100%;}
.foot-contact-nr2{margin-top:30px;}
.foot-contact-nr2 ul{display: flex;flex-wrap: wrap;}
.foot-contact-nr2 li{float:left;width:25%;margin-bottom:12px;padding-right:5%;}
.foot-contact-nr2 li a{color:#898bb3;}
.foot-contact-nr2 li a:hover{color:#fff;}

.foot-contact-hz{float:left;padding:50px 0; width: 100%;}
.foot-contact-wb{margin-top:30px;}
.foot-contact-wb li{margin-bottom:15px;overflow:hidden;position:relative; padding-left:35px;}
.foot-contact-pic{display:block;float:left;position:absolute;z-index:1;left:0;top:15px;  transform:translate(0%,-50%); }
.foot-contact-pic img{width:20px;-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);  opacity:0.6;}


.foot-contact-title{font-size:24px;color:#fff;}
.foot-contact-title img{margin-left:10px;}

.foot-bq{padding:25px 0;overflow:hidden;border-top:1px solid #353b6a;}
.foot-bq-left{float:left;}
.foot-bq-left a{color:#898bb3;}
.foot-bq-left a:hover{color:#fff;}


.ny-banner-hz{ position:relative;}
.ny-banner-hz::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 40, 142, 0.2);
    z-index:0;
}

.tabs {
background-color: rgba(0, 23, 65, 0.5);
        position: absolute;
		right:0;bottom:0;
        left: 0;z-index:1; padding:0 20px;}
.tabs ul {display:block;padding:12px 0;}
.tabs ul img{padding-top:3px;padding-right:8px;float:left;}
.tabs ul li {margin-right:10px;color:#aaaaaa; display:inline-block;}
.tabs ul li a{color:#c7c8d9;}
.tabs ul li a:hover{color:#fff;}
.tabs-wb{color:#c7c8d9 !important;}


.about-top{ display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-left{width:46%;float:left;}
.about-right{width:48%;float:right;}
.about-title{font-size:24px;color:#1f4397;}
.about-title2{font-size:32px;line-height:32px;font-weight:bold;position: relative;padding-bottom:20px;margin-top:20px;}
.about-title2:after {
    content: "";
    position: absolute;
    background:#84c226;
    width:70px; 
    height:4px;bottom:0; 
	 left: 0;
   }

.about-nr{margin:30px 0 50px;font-size:16px;line-height: 30px;}


.about-wd-hz{display: flex;
    justify-content: space-between;
    align-items: center;}
.about-wd{width:52%;float:left;}
.about-wd-nr{width:43%;float:right;font-size:18px;line-height:32px;}
.about-wd-nr p{font-size:32px;line-height:32px;font-weight:bold;margin-bottom:40px;}

.about-wd-left{font-size:18px;line-height:40px;}

.khjz_dkj {
	width: 100%;
	margin-top:60px;position: relative;}
.khjz .item {
	margin: 0 10px;height:100%;
	position: relative;
	overflow: hidden;border:2px solid #e4e4e7;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.khjz .item:hover .index-pro-bottom-more{background:#01289d;color:#fff;}
.khjz .item .cpzs_img {
	overflow: hidden;
	display: block;

}
.khjz .item .cpzs_img img {
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
}
.khjz .item .cpzs_img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

 .cpzs_img img{width:100%;}

.ryzz .item {
margin:0 10px;height:100%;
	position: relative;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s; 
}

.ryzz .item .cpzs_img img{width:100%;}


.ryzz .item:hover .qywh-title{color:#01289d;}
.qywh-title{text-align:center;padding:15px;font-size:18px; color:#00205c;}

/* display none until init*/
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;display: flex !important; flex-wrap: wrap;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {    text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls {
	width: 100%;
	z-index: 11;margin-top:20px;
}
.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	display: inline-block;
	zoom: 1;
*display:inline;
	width:51px;
	height: 70px;
	text-indent: -9999px;
	transition: .35s;
	top: 45%;


}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: url(../images/jtl02.png) center no-repeat;
	overflow: hidden;
	left:10px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	background: url(../images/jtr02.png) center no-repeat;
	overflow: hidden;
	right:10px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/jtl03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/jtr03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
}
.owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #3a416f;
}
.owl-carousel .owl-controls .owl-page.active span, .owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #3a416f;
}
.owl-carousel .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-buttons{display:none;}

.index-From-hz{display: flex;flex-wrap: wrap;margin-top:65px;margin-left:-1%;margin-right:-1%;}
.index-From-box{width:31.3%;margin-left:1%;margin-right:1%;margin-bottom:3%;float:left;background:#fff;padding:50px;border-top-left-radius:35px;border-bottom-right-radius:35px;transition: all 0.5s ease; box-sizing: border-box;}
.index-From-box:hover{background:#fff; margin-top: -1%;box-shadow: 0 2px 20px rgba(192,192,192,0.7);}
.index-From-box-title{font-size:24px;font-weight:bold;line-height:32px;margin-bottom:30px;color:#00205c;}

.index-From-box-nr{font-size:16px;margin-top:30px;}
.index-From-box-title p{margin-bottom:20px;}
.index-From-box-title img{width:70px;}
.index-From-box:hover{transform:translateY(-6px); -webkit-trafont-size: 0; }


.nylist{margin-top:50px; }
.nylist ul{display: flex; flex-wrap: wrap;margin-right:-3%; }
.nylist li{ float:left; width: 23%; margin-right: 2%; margin-bottom:3%; position:relative; text-align:center; overflow:hidden;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);}
.nylist_pic{ overflow:hidden;}
.nylist_pic img{ width:100%; transition:ease-in-out 0.25s all;}
.nylist li:hover .nylist_pic img{ transform:scale(1.1);}
.nylist_tit:after{ content:''; transition:ease-in-out 0.15s all; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:-1;}
.nylist li .nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#0045a2; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.nylist li:hover .nylist_tit:after{ left:100%;}
.nylist li:hover .nylist_tit:before{ left:0;}
.nylist_tit{ width:100%; padding:20px; font-size:16px; color: #00205c;}
.nylist li:hover .nylist_tit{ color:#fff;}



/*上下篇*/
#page{margin-top:50px;}
#page .next,#page .prev{}
#page .next a,#page .prev a{color: #00205c;}
#page .next a:hover,#page .prev a:hover{color: #1f4397;}
#page .next{margin-top: 6px;}

/*分页*/
.yema{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:40px; line-height:40px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:40px;margin-left:3px;  text-align:center; color:#5f6e89; font-size:18px; border:1px solid #ececee; background:#ececee;}
.yema a:hover{ text-decoration:none; color:#fff; background:#1f4397;border:1px solid #1f4397;}
.yema a.on{color:#fff;  background:#1f4397;border:1px solid #1f4397;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#1f4397;}
.yema a span{ font-family: "宋体";font-size:18px;}


.contact-box{width:45%;float:left;}
.contact-title {
    font-size:22px;
    font-weight: bold;
    border-bottom: 1px solid #d3d7dd;
    margin-bottom: 15px;padding-left:23px;
    padding-bottom: 10px;color: #00205c;background:url(../images/d.jpg)no-repeat left top 8px;}
.contact-hz{margin-bottom:60px;}

.ny-bj{background:#f6f6f7;overflow:hidden;}
.hover-k{ position:relative}
.hover-k:after{ position: absolute; content: ""; width: 100%;height: 4px; background:#1f4397; left: 0; bottom: 0px; transition: transform 0.5s;
	right: 0; transition: transform 0.5s; margin: auto; transform-origin: right center; transform: scaleX(0)}
.hover-k:hover:after{transform-origin: left center; transform: scaleX(1);}
.hover-k img{ transition: all 0.5s}


.ny-product2-left{width:65%;float:left;}
.ny-product2-left-title{font-size:24px;font-weight:bold;margin-bottom:30px;}

.ny-product2-left-box{background:#f7f7f7;border:1px solid #dfdfdf;border-radius:10px;width:31.33%;margin-right:1%;margin-left:1%;float:left;margin-bottom:30px;}
.ny-product2-left-box:hover{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);background:#009ee2;border:1px solid #009ee2}
.ny-product2-left-box:hover .ny-product2-left-bt  {color:#fff !important;}
.ny-product2-left-bt-hz{padding:30px; }
.ny-product2-left-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px;font-weight:bold;}

.ny-product2-left-pic{display:block; overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.ny-product2-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-product2-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right{width:30%;float:right;}

.ny-product2-right-Categories{background:#fff;overflow:hidden;}
.ny-product2-right-title{font-size:24px;font-weight:bold;color: #00205c;padding:25px;border-bottom:1px solid #e8eaee;text-align:center;}


.ny-product2-right-hot{padding:30px 20px;overflow:hidden;}
.ny-product2-right-hot-hz{margin-bottom:20px;float:left;border-bottom:1px solid #e8eaee;padding-bottom:20px;}
.ny-product2-right-hot-hz:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.ny-product2-right-hot-pic{width:30%;float:left;display:block; overflow:hidden;}
.ny-product2-right-hot-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}

.ny-product2-right-hot-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right-hot-right{float:right;width:65%;}
.ny-product2-right-hot-right-title{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;font-size:18px;color: #00205c; }

.ny-product2-right-Message{ position: relative;background:#eef2f3;overflow:hidden;margin-top:30px;padding:50px;}
.ny-product2-right-Message:after {
    content: "";
    position: absolute;
    background:#01289d;
    width:85px; left:50%;transform:translate(-50%,0%);
    height: 6px;top:0;
   }
.ny-news-right-title{font-size:28px;font-weight:bold;color: #00205c;text-align:center;}

.ny-feedback-ly{margin-top:30px;}

.sok {
    width: 100%;
 background: #fff;
padding:12px; color: #00205c;
    margin-bottom:20px;
    font-size: 15px; font-family: "Microsoft YaHei", Arial;
}

.sob{background:#fff;  font-family: "Microsoft YaHei", Arial; padding:12px;margin-bottom:20px;font-size: 15px;  width:100%;    color: #00205c;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#5f6e89;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#5f6e89;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color:#5f6e89;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color:#5f6e89;
}


.showshow-title{font-size:30px;line-height:30px;font-weight:bold;color: #00205c;}
.showshow-nt{margin-top:50px;color: #4c4a5a;}
.index-news-left-rq {
    color: #4c4c4c;
    margin-top: 20px;
}
.Applications-title{font-size:20px;margin-top:30px; color:#00205c;font-weight:bold;text-align:center;}

.ny-product-left{width:18%;float:left;}
.ny-product-left-title{background:#01289d;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;color:#fff;padding:18px;font-weight:bold;font-size:24px;}

.ny-product-left-nr{padding:20px;background: #fff;overflow:hidden;}
.ny-product-left-nr li{padding:12px;background:url(../images/d.jpg)no-repeat left;padding-left:25px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ny-product-left-nr li a{color:#4c4a5a;font-size:16px;}
.ny-product-left-nr li a:hover{color:#00205c;}
.ny-product-left-nr li:hover,.ny-product-left-nr li.on{background:url(../images/d.jpg)no-repeat left #f7f7f7;padding-left:35px;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  }
.ny-product-left-nr li:hover,.ny-product-left-nr li.on a{color:#00205c;}
.ny-product-right{width:82%;float:right;display: flex; flex-wrap: wrap;margin-left:-1%;margin-right:-1%;}

.index-pro-bottom-hz2{width:31.33%;margin-left:1%;margin-right:1%;margin-bottom:30px;float:left;overflow:hidden; background: #fff;border-radius:10px;}
.index-pro-bottom-hz2:hover .index-pro-bottom-more{background:#01289d;color:#fff;}
.index-pro-bottom-title{font-size:20px;font-weight:bold;color:#00205c;}
.index-pro-bottom-title p{margin:25px 0;font-size:15px;font-weight:normal;color:#5f6e89;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index-pro-bottom-xh{display:block; overflow:hidden;margin-bottom:25px;}
.index-pro-bottom-xh img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-pro-bottom-xh img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}
.index-pro-bottom-more{background:#f7f7f7;border-radius:5px;text-align:center;padding:10px;color:#00205c;}
.index-pro-bottom-title-hz{padding:30px;}





.pro-right {width:50%;float:right;}
.ppdz{font-weight:bold;font-size:20px;margin-bottom:10px;}
.ptc{margin:35px 0;color: #4c4a5a;font-size:16px;}

.ptt-title {font-size:36px;line-height:36px;font-weight:bold;color:#00205c;}


 .index-pro-bj2{background:#f6f6f7; padding:80px 0;overflow:hidden;}	
.productshow-xq-bj{background:#202259;overflow:hidden;padding:30px 0;}
.productshow-xq{color:#fff;font-size:30px;font-weight:bold;}

.prc-nr{margin:50px 0;font-size:16px;}	
.prc-nr p{margin-bottom:15px;}


.product-top{width: 100%;}
.product-top .l { width:42%; float: left; }
.product-ny-title { width: 100%; font-size:30px;line-height:32px;padding-bottom:10px; color:#144982;border-bottom:1px solid #144982;}

.product-xq-sj {display:none; }	
.tj-product{margin-top:40px;}
 .swiper-container {
      width: 100%;
      height: 100%;margin-top:50px;
    }
	.swiper-slide p{margin-top:20px;}
    .swiper-slide {
      text-align:center;
      font-size:22px;font-weight:bold;
	  transition: 300ms;
	  transform: scale(0.8);color:#00205c;
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}